/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.chantrang

{
    
 position: fixed;
	
z-index:-1;


}

/*
Bạn có thể thêm CSS ở đây.

Nhấp chuột vào biểu tượng trợ giúp phía trên để tìm hiểu thêm.
*/

.zalo-chat-widget
{
    bottom:100px !important;
}

footer.entry-meta
{
	display:none;
}
.navigation-post
{
	display:none;
}



.fone {
    font-size: 19px;
    color: #f00;
    line-height: 40px;
    font-weight: bold;
    padding-left: 48px;
    margin: 0 0;
}
.fix_tel { position:fixed; bottom:15px; left:18px; z-index:999;}
.fix_tel a {text-decoration: none; display:block;}
.tel { background: #eee;width:205px; height:40px; position:relative; overflow:hidden;background-size:40px;border-radius:28px;border:none}
.ring-alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 80px;
    position: absolute;
    transition: visibility 0.5s ease 0s;
    visibility: hidden;
    width: 80px;
    z-index: 200000 !important;
}
.ring-alo-phone.ring-alo-show {
    visibility: visible;
}
.ring-alo-phone.ring-alo-hover, .ring-alo-phone:hover {
    opacity: 1;
}
.ring-alo-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    height: 70px;
    left: 10px;
    opacity: 0.1;
    position: absolute;
    top: 12px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 70px;
}
.ring-alo-phone.ring-alo-active .ring-alo-ph-circle {
    animation: 1.1s ease-in-out 0s normal none infinite running ring-alo-circle-anim !important;
}
.ring-alo-phone.ring-alo-static .ring-alo-ph-circle {
    animation: 2.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim !important;
}
.ring-alo-phone.ring-alo-hover .ring-alo-ph-circle, .ring-alo-phone:hover .ring-alo-ph-circle {
    border-color: #009900;
    opacity: 0.5;
}
.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-circle, .ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle {
    border-color: #baf5a7;
    opacity: 0.5;
}
.ring-alo-phone.ring-alo-green .ring-alo-ph-circle {
    border-color: #009900;
    opacity: 0.5;
}
.ring-alo-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running ring-alo-circle-fill-anim;
    background-color: #000;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 30px;
    left: 30px;
    opacity: 0.1;
    position: absolute;
    top: 33px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 30px;
}
.ring-alo-phone.ring-alo-hover .ring-alo-ph-circle-fill, .ring-alo-phone:hover .ring-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75 !important;
}
.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-circle-fill, .ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: 0.75 !important;
}
.ring-alo-phone.ring-alo-green .ring-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75 !important;
}

.ring-alo-ph-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running ring-alo-circle-img-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 30px;
    left: 30px;		    
    opacity: 1;
    position: absolute;
    top: 33px;
    transform-origin: 50% 50% 0;
    width: 30px;
}

.ring-alo-phone.ring-alo-hover .ring-alo-ph-img-circle, .ring-alo-phone:hover .ring-alo-ph-img-circle {
    background-color: #009900;
}
.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-img-circle, .ring-alo-phone.ring-alo-green:hover .ring-alo-ph-img-circle {
    background-color: #75eb50;
}
.ring-alo-phone.ring-alo-green .ring-alo-ph-img-circle {
    background-color: #009900;
}
@keyframes ring-alo-circle-anim {
	0% {
	    opacity: 0.1;
	    transform: rotate(0deg) scale(0.5) skew(1deg);
	}
	30% {
	    opacity: 0.5;
	    transform: rotate(0deg) scale(0.7) skew(1deg);
	}
	100% {
	    opacity: 0.6;
	    transform: rotate(0deg) scale(1) skew(1deg);
	}
}

@keyframes ring-alo-circle-img-anim {
	0% {
	    transform: rotate(0deg) scale(1) skew(1deg);
	}
	10% {
	    transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20% {
	    transform: rotate(25deg) scale(1) skew(1deg);
	}
	30% {
	    transform: rotate(-25deg) scale(1) skew(1deg);
	}
	40% {
	    transform: rotate(25deg) scale(1) skew(1deg);
	}
	50% {
	    transform: rotate(0deg) scale(1) skew(1deg);
	}
	100% {
	    transform: rotate(0deg) scale(1) skew(1deg);
	}
}
@keyframes ring-alo-circle-fill-anim {
	0% {
	    opacity: 0.2;
	    transform: rotate(0deg) scale(0.7) skew(1deg);
	}
	50% {
	    opacity: 0.2;
	    transform: rotate(0deg) scale(1) skew(1deg);
	}
	100% {
	    opacity: 0.2;
	    transform: rotate(0deg) scale(0.7) skew(1deg);
	}
	}
	.ring-alo-ph-img-circle a img {
	    padding: 1px 0 12px 1px;
	    width: 30px;
	    position: relative;
	    top: -1px;
	}
.nentieude
{
	padding-left:0;
}
.nentieude h2 {
    background: url(https://www.pvm.vn/wp-content/uploads/2020/07/tieude.png) no-repeat left;
      background-size: 900px 200px;
    height: 200px;
    padding-left: 200px;
    color: #fff;
    padding-top: 70px;
    font-weight: 400;
    font-size: 40px;
}




.h2.ribbon-wrapper {
    position: relative;
    border-bottom: 0px solid #ccc;
    border-top: 0px solid #ccc;
    -moz-border-bottom-colors: #F6F6F6 #F0F0F0 #ECECEC #E6E6E6 #E0E0E0 #DCDCDC #D6D6D6 #D0D0D0 #CCCCCC;
    -webkit-border-bottom-colors: #F6F6F6 #F0F0F0 #ECECEC #E6E6E6 #E0E0E0 #DCDCDC #D6D6D6 #D0D0D0 #CCCCCC;
    -moz-border-top-colors: #F6F6F6 #F0F0F0 #ECECEC #E6E6E6 #E0E0E0 #DCDCDC #D6D6D6 #D0D0D0 #CCCCCC;
    -webkit-border-top-colors: #F6F6F6 #F0F0F0 #ECECEC #E6E6E6 #E0E0E0 #DCDCDC #D6D6D6 #D0D0D0 #CCCCCC;
}
.h2 .ribbon-front {
    background-color: #E21B25;
    height: 40px;
    width: 290px;
    position: relative;
    left: -10px;
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    -khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    -o-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    z-index: 2;
}
.ribbon-red .ribbon-front, .ribbon-red .ribbon-back-right, .ribbon-red .ribbon-back-left {
    background: -moz-linear-gradient(100% 100% 90deg, #E21B25, #ee7b81);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E21B25), to(#ee7b81));
}
.h2 h2 {
    color: #fff;

    font-size: 20px;
    padding: 5px 5px 5px 15px;
}

.h2 .ribbon-edge-bottomleft {
    border-width: 0 10px 10px 0;
}
.h2 .ribbon-edge-topleft, .h2 .ribbon-edge-bottomleft {
    left: -10px;
    border-color: transparent #ad151d transparent transparent;
}
.h2 .ribbon-edge-bottomleft, .h2 .ribbon-edge-bottomright {
    top: 40px;
}

.ribbon-red .ribbon-front, .ribbon-red .ribbon-back-right, .ribbon-red .ribbon-back-left {
    background: -moz-linear-gradient(100% 100% 90deg, #E21B25, #ee7b81);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E21B25), to(#ee7b81));
}
.h2 .ribbon-back-left {
    position: absolute;
    top: 10px;
    left: -20px;
    width: 20px;
    height: 40px;
    background-color: #D20B15;
    z-index: 0;
}
.h2 .ribbon-edge-topleft, .h2 .ribbon-edge-topright, .h2 .ribbon-edge-bottomleft, .h2 .ribbon-edge-bottomright {
    position: absolute;
    z-index: 1;
    border-style: solid;
    height: 0px;
    width: 0px;
}
.banggia .price 
{
	display:none;
}
.giafix
{
	font-size:50px;
	color:red;
}
.giafix sub
{
	font-size:18px;
	color:black;
	
}
.giafix sup
{
	font-size:18px;
	margin-left:-50px;
}

.banggia .fa,.banggia .far,.banggia .fas {
    padding-right: 10px;
}
.banggia .pricing-table-items p
{
	padding-bottom: 15px;
	    border-bottom: 1px solid #ececec;
	font-weight:300;
	text-align:left;
}

.pricing-table .items {
    padding: 10px 10% !important;
}

.pricing-table .title{
    font-size: 30px;
    background-color: rgb(35, 40, 45);
    color: #fff;
  
}
.tieudeform .title
{
	font-size: 50px;
    background-color: rgb(35, 40, 45);
    color: #fff;
    text-align: center;
    padding: 20px;
}

.pricing-table .title span, .tieudeform .title span {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 300;
  
}
.pricing-table {
    border: 1px solid #a9a6a6 !important;
}

#fancybox-content input[type='submit']
{
	    background-color: #ab0000;
}
#fancybox-content form
{
	padding:20px;
}
.wpcf7 p {

    text-align: center;
}

.hoidap li
{
        list-style: none;
}
.codevip .blog-single .row
{
    display: block;
    overflow: hidden;
    margin-left:20px;
    margin-right:20px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 10px;
}

    @media screen and (min-width: 850px){
.codevip .large-10
{
    max-width: 100%;
}
}

.baivietm
{
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.baivietm .col
{
        padding: 0 10px 0;
}
.baivietm img
{
    width: 100%;
    height: 104px;
    object-fit: cover;
}

.zalo-chat-widget
{
    bottom:100px !important;
}

/*
Bạn có thể thêm CSS ở đây.

Nhấp chuột vào biểu tượng trợ giúp phía trên để tìm hiểu thêm.
*/


.h3, h3 {
   /*
    background-color: rgb(82, 157, 226);
    color: white;
    padding: 10px;
*/
}

.display-posts-listing .listing-item {
    clear: both;

}
 
.display-posts-listing img {
    float: left;
    margin: 0 10px 10px 0;

}
span.excerpt-dash
{
display: inherit;
}
a.title, .post-title
{
    font-weight: 600;
    color: #c70000;
}

img.attachment-thumbnail.size-thumbnail.wp-post-image
{
    width: 200px;
}
.borderAll {
    border: 1px solid #80b3d3;
padding: 10px;
}
.excerpt, .from_the_blog_excerpt 
{
    color: black;
}
.success {
  
    background-color: #a00e0e;
}
.posted-on, .byline{
display:    none;
}
body {
 color:back;
}




.fone {
    font-size: 19px;
    color: #f00;
    line-height: 40px;
    font-weight: bold;
    padding-left: 48px;
    margin: 0 0;
}
.fix_tel { position:fixed; bottom:15px; left:18px; z-index:999;}
.fix_tel a {text-decoration: none; display:block;}
.tel { background: #eee;width:205px; height:40px; position:relative; overflow:hidden;background-size:40px;border-radius:28px;border:none}
.ring-alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 80px;
    position: absolute;
    transition: visibility 0.5s ease 0s;
    visibility: hidden;
    width: 80px;
    z-index: 200000 !important;
}
.ring-alo-phone.ring-alo-show {
    visibility: visible;
}
.ring-alo-phone.ring-alo-hover, .ring-alo-phone:hover {
    opacity: 1;
}
.ring-alo-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    height: 70px;
    left: 10px;
    opacity: 0.1;
    position: absolute;
    top: 12px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 70px;
}
.ring-alo-phone.ring-alo-active .ring-alo-ph-circle {
    animation: 1.1s ease-in-out 0s normal none infinite running ring-alo-circle-anim !important;
}
.ring-alo-phone.ring-alo-static .ring-alo-ph-circle {
    animation: 2.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim !important;
}
.ring-alo-phone.ring-alo-hover .ring-alo-ph-circle, .ring-alo-phone:hover .ring-alo-ph-circle {
    border-color: #009900;
    opacity: 0.5;
}
.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-circle, .ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle {
    border-color: #baf5a7;
    opacity: 0.5;
}
.ring-alo-phone.ring-alo-green .ring-alo-ph-circle {
    border-color: #009900;
    opacity: 0.5;
}
.ring-alo-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running ring-alo-circle-fill-anim;
    background-color: #000;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 30px;
    left: 30px;
    opacity: 0.1;
    position: absolute;
    top: 33px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 30px;
}
.ring-alo-phone.ring-alo-hover .ring-alo-ph-circle-fill, .ring-alo-phone:hover .ring-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75 !important;
}
.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-circle-fill, .ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: 0.75 !important;
}
.ring-alo-phone.ring-alo-green .ring-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75 !important;
}

.ring-alo-ph-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running ring-alo-circle-img-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 30px;
    left: 30px;		    
    opacity: 1;
    position: absolute;
    top: 33px;
    transform-origin: 50% 50% 0;
    width: 30px;
}

.ring-alo-phone.ring-alo-hover .ring-alo-ph-img-circle, .ring-alo-phone:hover .ring-alo-ph-img-circle {
    background-color: #009900;
}
.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-img-circle, .ring-alo-phone.ring-alo-green:hover .ring-alo-ph-img-circle {
    background-color: #75eb50;
}
.ring-alo-phone.ring-alo-green .ring-alo-ph-img-circle {
    background-color: #009900;
}
@keyframes ring-alo-circle-anim {
	0% {
	    opacity: 0.1;
	    transform: rotate(0deg) scale(0.5) skew(1deg);
	}
	30% {
	    opacity: 0.5;
	    transform: rotate(0deg) scale(0.7) skew(1deg);
	}
	100% {
	    opacity: 0.6;
	    transform: rotate(0deg) scale(1) skew(1deg);
	}
}

@keyframes ring-alo-circle-img-anim {
	0% {
	    transform: rotate(0deg) scale(1) skew(1deg);
	}
	10% {
	    transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20% {
	    transform: rotate(25deg) scale(1) skew(1deg);
	}
	30% {
	    transform: rotate(-25deg) scale(1) skew(1deg);
	}
	40% {
	    transform: rotate(25deg) scale(1) skew(1deg);
	}
	50% {
	    transform: rotate(0deg) scale(1) skew(1deg);
	}
	100% {
	    transform: rotate(0deg) scale(1) skew(1deg);
	}
}
@keyframes ring-alo-circle-fill-anim {
	0% {
	    opacity: 0.2;
	    transform: rotate(0deg) scale(0.7) skew(1deg);
	}
	50% {
	    opacity: 0.2;
	    transform: rotate(0deg) scale(1) skew(1deg);
	}
	100% {
	    opacity: 0.2;
	    transform: rotate(0deg) scale(0.7) skew(1deg);
	}
	}
	.ring-alo-ph-img-circle a img {
	    padding: 1px 0 12px 1px;
	    width: 30px;
	    position: relative;
	    top: -1px;
	}

.footer-2 p
{
font-size:14px ;
}
.footer-1 p
{
font-size:12px ;
}
.footer-1 {

    position: absolute;
    right: -9999px;
}
.box-blog-post .is-divider {
    margin-top: .5em;
    margin-bottom: .5em;
    height: 0 !important;
    /* display: none; */
}
.tintaitro .col
{
	padding-bottom: 0 !important;
}
.tintaitro .box-vertical
{
	padding-bottom: 10px !important;
}
.footer-2 {
color:#999999;
    font-size: 14px;
}


.product-grouploop .box-text-bottom {
    position: relative;
    text-align: center;
    margin: 15px 0 12px;
    border: 1px solid #bbdefb;
    padding: 12px 10px 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    transition: transform .3s ease,box-shadow .3s ease;
}

.product-grouploop .box-image {
    position: absolute;
    left: 0;
    right: 0;
    top: -32px;
    background: #fff;
    margin: auto;
    width: 74px !important;
    height: 74px;
	object-fit:contain;
}
.product-grouploop .box-text
{
	padding-top:40px;
}
.hoidap img
{
	    width: 30px;
	height:30px;
    margin-right: 5px;
}
.hoidap .sub-menu
{

    overflow: visible;
    position: relative;
    top: 0;
    margin-bottom: 15px;
    border: 1px solid #d9d9d9;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%);
}

.hoidap .sub-menu:after {
        content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 50px;
    border-bottom: 10px solid #d9d9d9;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
	  
}
.hoidap .sub-menu a
{
	    width: 88%;
    margin: auto;
    position: relative;
    overflow: inherit;
    font-size: 15px;
	border-bottom: 1px solid #d9d9d9;
    color: #333;
    padding: 12px 10px;

}
.hoidap .sub-menu a:hover
{
	color: Red;
}
.hoidap
{
	    border: none !important;
}
.hoidap h2
{
	font-weight: 400;
    display: block;
    overflow: hidden;
    line-height: 1.3em;
    font-size: 16px;
    padding: 0 0 10px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
}
.codevip h2
{
	  line-height: 1em;
    font-size: 20px;
    padding-top: 10px;
}
.tranghoidap h2:hover
{
	  color:red;
}
.tranghoidap b
{
	float: left;
    width: 40px;
    height: 40px;
    font-size: 15px;
    color: #000;
    background: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin-right: 15px;
}
.codethuong a h2
{
	    font: 14px/18px Arial,Helvetica,sans-serif;

}
.tinhot
{
    display: block;
    overflow: hidden;
    padding: 10px 0;
}
.hoidaptrang h1
{
  
    line-height: 40px;
    font-size: 18px;
    padding-left:20px;
    color: red;
    font-weight: 600;
    text-transform: uppercase;
}
.maunau .col
{
 
    padding: 10px 10px 0 !important;
}
.maunau
{
        margin-bottom: 10px;
    padding-top: 10px;
    margin-left: 0 !important;
    margin-right: -15px;
    background: #eee;
}
.maunau .form-flat input:not([type="submit"])
{
    background-color: rgb(255 255 255);
}



.home_news_main {
    position: relative;
}
.home_news_main:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    font-size: 2em;
    visibility: hidden;
    opacity: 0;
    width: 64px;
    height: 64px;
    background: url(../images/Preloader_2.gif) no-repeat center;
    z-index: 2;
    content: '';
}
.home_news_main.active:before, .home_news_main.active:after {
    opacity: 1;
    visibility: visible;
}
.home_news_wrap {
    margin: 10px 0;
}
.home_news_col1 {
    width: 63.55%;
    float: left;
}
.tintuc_box {
    overflow: hidden;
    margin: 0 0 10px;
}
.home_news_col1 .tintuc_box {
    box-shadow: 0 1px 6px 0px rgba(0,0,0,0.3);
}
.tintuc_box_thumb {
    width: 127px;
    float: left;
}
.home_news_col1 .tintuc_box_thumb {
    width: 60%;
}
.tintuc_box_thumb a {
    display: block;
    height: 0;
    padding-top: 100%;
    width: 100%;
    background-size: cover !important;
    -moz-background-size: cover !important;
    -webkit-background-size: cover !important;
}
.tintuc_box_thumb img {
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=100);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.tintuc_box_infor {
    padding: 0 0 0 20px;
    color: #6d6e71;
}
.has_post_thumbnail .tintuc_box_infor {
    margin-left: 127px;
}
.home_news_col1 .tintuc_box_infor {
    padding: 20px;
}
.home_news_wrap:after, .tintuc_box:after {
    content: "";
    clear: both;
    display: table;
}
.tintuc_box_infor h3 {
    max-height: 39px;
    overflow: hidden;
}
.home_news_col1 .tintuc_box_infor h3 {
    margin: 0 0 5px;
}
.tintuc_box_infor h3 a {
    font-size: 16px;
    color: #6d6e71;
    line-height: 20px;
    display: block;
}
.home_news_col1 .news_infor_cat {
    margin: 0 0 5px;
}
.news_infor_cat:before {
    content: ">>";
    margin: 0 2px 0 0;
}
.news_infor_cat a {
    font-size: 12px;
    display: inline-block;
    color: #6d6e71;
}
.news_date {
    font-size: 12px;
    margin: 5px 0;
    display: block;
}
.news_date:before {
    content: "\f073";
    display: inline-block;
    font: normal normal normal 12px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin: 0 5px 0 0;
    color: #f48120;
    font-size: 12px;
    position: relative;
}
.news_excerpt {
    margin: 0;
    max-height: 45px;
    overflow: hidden;
    text-align: justify;
}
.home_news_col1 .news_excerpt {
    margin: 0 0 30px;
    max-height: 211px;
    text-align: justify;
}
.tintuc_box_infor .news_readmore {
    color: #f48120;
    font-size: 16px;
    font-weight: 700;
}
.home_news_col2 {
    width: 33.18%;
    float: right;
}
 
/*Css phân trang*/
.paginate_links {
    text-align: left;
    color: #FF9B00;
}
.paginate_links .page-numbers {
    padding: 4px 10px;
    margin: 0 2px 5px 0;
    text-align: center;
    background: #e1e1e1;
    color: #6d6e71;
    text-decoration: none;
    display: inline-block;
}
.paginate_links .current, .paginate_links .page-numbers:hover {
    background: #f48120;
    color: #fff;
}

.pagination
{
	display: block;
    padding: 8px;
    overflow: hidden;
    margin: 10px auto;
    clear: both;
	display: table;
}
.pagination .current
{
	float: left;
    padding: 4px 10px;
    background: #ccc;
    border-radius: 3px;
    text-align: center;
    color: #333;
    margin-right: 4px;
    font-size: 12px;
    clear: none !important;
    cursor: pointer;
}
.pagination a
{
	float: left;
    padding: 4px 10px;
    background: #eee;
    border-radius: 3px;
    text-align: center;
    color: #333;
    margin-right: 4px;
    font-size: 12px;
    clear: none !important;
    cursor: pointer;
}
.codevip .col{
	 padding-left: 30px !important;
}

.hoidap .widgettitle 
{
font-size: 20px;
}


   /* Bài Viết Liên Quan */
   
.xem-them .tieu-de-xem-them {
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    font-size: 19px;
    color: black;
}
.xem-them ul li {
    margin-bottom: 3px;
}
.xem-them ul li a {
    font-weight: 700;
    font-size: 16px;
    color: #cf302b;
}
.xem-them ul li a:hover {
    text-decoration: underline;
}
.blog-single .entry-meta {
    text-align: right;
    text-transform: none;
    font-size: 14px;
    letter-spacing: 0;
    color: gray;
    /* border-top: 1px solid #e2e2e2; */
    /* border-bottom: 1px solid #e2e2e2; */
    padding: 10px;
    /* background: #f9f9f9; */
}
.danh-muc {
    margin-bottom: 15px;
}
.danh-muc span.title, .the-tim-kiem span.title {
    border-radius: 4px;
    background: #126e32;
    padding: 4px 10px;
    color: white;
    margin-right: 5px;
}
.danh-muc a, .the-tim-kiem a {line-height:32px;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 4px 10px;
    background: #dedede;
    color: #464646;
}
.danh-muc a:hover, .the-tim-kiem a:hover {
    background: #6dca19;
    color: white;
}
.bai-viet-lien-quan {
    margin-top: 15px;
}
.bai-viet-lien-quan h3 {
    font-size: 19px;
    color: black;
}
.bai-viet-lien-quan ul {
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
}
.bai-viet-lien-quan ul li {
    list-style: none;
    width: 33%;
    color: graytext;
    float: left;
    padding-left: 4px;
    padding-right: 5px;
}
.bai-viet-lien-quan ul li .box-image img {
    height: 120px;
    border-radius: 4px;
    object-fit: cover;
    object-position: center;
}
.bai-viet-lien-quan h4 {
    font-size: 15px;
    color: black;
    line-height: 19px;
    padding-top: 7px;
    height: 64px;
    overflow: hidden;
}  
