.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.clearfix {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
#cssmenu{
    display: none;
}

/* menu */

/*------------------------------------------*/
/*       01 - General & Basic Styles
/*------------------------------------------*/

body {
    font-size: 14px;
      background: none;
    font-weight: 400;
    color: #444;
    font-family:  'Open Sans',sans-serif;
}
strong, b {
    font-weight: 600;
}

img {
    max-width: 100%;
    height: auto;
}

ul, ol {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

a {
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
}

a:hover {
    color: #444;
}

a, a:hover {
    text-decoration: none;
}

i {
    font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #000;
}

h1 {
    font-size: 24px;
    line-height: 30px;
}

h2 {
    font-size: 22px;
    line-height: 28px;
}

h3 {
    font-size: 18px;
    line-height: 24px;
}

h4 {
    font-size: 16px;
    line-height: 22px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
}

h6 {
    font-size: 12px;
    line-height: 18px;
}

p {
    color: #666;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
}

p strong {
    font-weight: 600;
}
#wapper{
    margin: 0 auto;
    max-width: 1366px;
    padding: 0px;
}
#header{
    float: left;
    width: 100%;
    clear: both;
    padding-top: 15px;
    padding-bottom: 15px;
    
    background: #fff;

}
.col-logo{
    float: left;
}
.col-banner{
    padding-top: 10px;
    padding-bottom: 10px;
}
.boxlogo img{
    max-height: 82px;
}
.boxbanner{
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
}
.boxbanner h3{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #8e8e8e;
    margin-bottom: 5px;
     margin-top: 5px;
}
.boxbanner h2{
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
        color: #333;  margin-bottom: 8px;
}
.boxbanner p{
    font-weight: 500;
	margin-bottom:0px !important
}
.boxbanner h2 span{
    color: #22b14c;
}
.col-phone{
    float: left;
    padding-left:0px;
    padding-top: 10px;
}
.col-phone .email{
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 8px;
    margin-top: 5px;
}
.col-phone .email a{
    color: #444;
    font-size: 14px;
    font-weight: 500;
}
.col-phone .email a strong{
    color: #22b14c;
    font-size: 15px;
}

.col-phone .phone{
     float: left;
    width: 100%;
    clear: both;
   
}
.col-phone .phone a{
    font-weight: 500;
    color: #444;
  
    font-size: 14px;

}
.col-phone .phone a span{
    color: #f00;
    font-weight: 600;
    text-transform: none;
 font-size: 15px;
}
.col-phone .phone a i{
color:#444; font-size: 14px;

}
#nav{
    float: left;
    width: 100%;
    clear: both;
     background-color: #22b14c;

    -webkit-box-shadow: 0 0 2px #d9dadb; 
     box-shadow: 0 0 2px #d9dadb; 
}
.menu{
    float: left;
   
}
.menu ul{
    list-style: none;
    padding: 0px;
    margin:0px;
}
.menu ul li{
    display: inline-block;
    float: left;
    position: relative;
}
.menu ul li a{
    line-height: 45px;
    padding: 0px 20px;
    float: left;
    display: block;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.menu ul li a.active{
    background: rgb(25 149 61);
    color: #fff;
}
.menu ul li a:hover{
    background: rgb(25 149 61);
     color: #fff;
}
.menu ul li ul.sub{
    position: absolute;
    left: 0px;
    z-index: 10;
    top: 45px;
    padding-top: 6px;
    background: #f1f1f1;
    display: none;

}
.menu ul li ul.msub{
	 position: absolute;
    left: 100%;
    z-index: 10;
	border-left:1px solid #dedede;
    top: 0px;
    background: #f1f1f1;
    display: none;
	min-width:180px;
}
.menu ul li ul li{
    float: left;
    width: 100%;
	position:relative;
}
.menu ul li ul li a{
    line-height: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right:15px;
    border-bottom: 1px solid #ddd;
    float: left;
    width: 100%;
    white-space: nowrap;
    clear: both;
    color: #333;
    text-transform: none;
}
.menu ul li ul li a i{

    color: #bdbbbb
}
.menu>ul>li:hover>ul{
    display: block;
}
.menu ul.sub li:hover ul.msub{
    display: block;
}
.search{
    float: right;
}
.formsearch{
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 35px;
    min-width: 250px;
    position: relative;
}
.formsearch input{
    width: 100%;
    float: left;
    height: 35px;
    padding: 5px;
    background: #fff;
    border:1px solid #f5f5f5;
}
.formsearch .bnt_search{
    position: absolute;
    right: 5px;
    background: none;
    border:none;
    outline: none;
    top: 5px;
}
#slider{
    float: left;
    width: 100%;
    clear: both;
    position: relative;
}
.carousel-control.left span{
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    position: absolute;
    left: 20px;
    top: 45%;
    background: #4A4A4A;
}
.carousel-control.right span{
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    position: absolute;
    right: 20px;
    top: 45%;
    background: #4A4A4A;
}
#about{
    float: left;
    width: 100%;
    clear: both;
    padding-top: 40px;
    padding-bottom: 40px;
    background: url(../images/bg_gioithieu.png);

}
.about-right{
    float: left;
}
.about-img{
    float: left;
    width: 100%;
    clear: both;
        overflow: hidden
} 
.about-img img{
    background: #fff;
    padding: 9px;
    border:1px solid #14579f;
    width: 100%;
    -webkit-transition-property: background-image;
    -webkit-transition-duration: 1.0s;
    -webkit-transition-timing-function: ease-out;
    transition-property: background-image;
    transition-duration: 1.0s;
    transition-timing-function: ease-out;
    transition: all 700ms ease 0s;
}
.about-img:hover img{
     border:1px solid #f2821d;
     -webkit-transform: scale(1.13);
    transform: scale(1.13);
    padding: 9px;
}
.about-left{
    float: left;
}
.about-title{
    float: left;
    width: 100%;
    clear: both;
    margin-top: 10px;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 15px;
}
.about-title:after{
    position: absolute;
    left: 0px;
    bottom: -2px;
    height: 2px;
    width: 100px;
    display: block;
    content: "";
    background: #d2d2d2;
}
.about-title h2{
    font-size: 28px;
    color: #f2821d;
    text-transform: uppercase;
    font-weight: 600;
}
.about-content{
    float: left;
    width: 100%;
    clear: both;

}
#doitac{
    float: left;
    width: 100%;
    clear: both;
    padding-top: 30px;
    padding-bottom:25px
}
.about-content p{
    font-weight: 500;
    line-height: 20px;
}
.about-content li{
 font-weight: 500;
}

.about-content a{
     font-weight: 500;
}
.about-detail{
    float: left;
    width: 100%;
    clear: both;
    margin-top: 0px;
}
.about-detail a{
    float: left;
    padding: 8px 20px;
    background: #22b14c;
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
       font-family:  'Open Sans',sans-serif;
}
.about-detail a:hover{
    background: #19953D
}
#congtrinh{
    float: left;
    width: 100%;
    clear: both;
    padding-bottom: 20px;
    padding-top: 30px;
    
}
.congtrinh-title{
    float: left;
    width: 100%;
    clear: both;
    background: url(../images/title_center.png) no-repeat bottom center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.noidung ul li{
    margin-bottom: 5px;
}
.noidung ul li a{
    color: #444;
}
.noidung ul li:hover a{
    color: #f2821d
}
.congtrinh-title h2{
    font-size: 28px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333
}
.congtrinh-title h1{
    font-size: 28px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: 800;
    color: #22b14c
}
.congtrinh-content{
    float: left;
    width: 100%;
    clear: both;
}
.congtrinh-list{
    float: left;
    width: 100%;
    clear: both;
    position: relative;
}
.doitac-content{
    float: left;
    width: 100%;
    clear: both;
}
.partner-list{
    float: left;
    width: 100%;
    clear: both;
    position: relative;
}
#partner{
    float: left;
    width: 100%;
    clear: both;
    padding-top: 30px;
    padding-bottom: 30px;
}
.partner-img{
    border: 1px solid #ddd
}

.partner-list .owl-next{
    position: absolute;
    right: -30px;
    top: 30%;
    z-index: 10;
    background: none !important;

}
.partner-list .owl-prev{
    position: absolute;
    left: -30px;
    top: 30%;
    z-index: 10;
    background: none !important;

}
.partner-list .owl-next:hover i,.partner-list .owl-prev:hover i{
    color: #f2821d
}

.item{
    float: left;
}
.itembox{
    margin-top: 15px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    clear: both;
    
}
.itembox .item-img{
    float: left;
    width: 100%;
    overflow: hidden;
}
.itembox .item-img img{
    width: 100%;
}
.itembox .item-img img{
-webkit-transition-property: background-image;
    -webkit-transition-duration: 1.0s;
    -webkit-transition-timing-function: ease-out;
    transition-property: background-image;
    transition-duration: 1.0s;
    transition-timing-function: ease-out;
    transition: all 700ms ease 0s;
}
.itembox .item-img:hover img{
    -webkit-transform: scale(1.13);
    transform: scale(1.13);
}
.itembox .item-name{
    float: left;
    width: 100%;
    clear: both;
    padding: 8px 0px 6px 0px;
   min-height:40px;
   overflow:hidden
 
      
}
.itembox .item-name h3{
	min-height:50px;
}
.item-des{
    float: left;
    width: 100%;
    height: 66px;
    overflow: hidden;
}
.item-des p{
    font-weight: 500;
}

.itembox .item-name h3 a{
   font-weight: 600;
    color: #333;
    font-size: 16px;
}

.itembox .item-name:hover h3 a{
    
    color: #22b14c;
}
#daily{
    float: left;
    width: 100%;
    clear: both;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #f5f5f5;
    border-top: 1px solid #ddd
}
.daily-left{
    float: left;
}
.daily-title{
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 15px;
    background: url(../images/title_daily.png) no-repeat center left 210px;
}
.customer .daily-title{
    background: url(../images/title_daily.png) no-repeat center left 330px;
}
.daily-title h3{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    color: #333;
}
.daily-title h3 a{
     color: #333;
}
.daily-x{
    float: left;
    width: 50%;
    padding-right: 10px;

}
.daily-y{
     float: left;
    width: 50%;
    padding-left: 10px;
}
.daily{

}
.daily-small{
    float: left;
    width: 100%;
    clear: both;
}
.daily-small-img{
    float: left;
    width: 100%;
    clear: both;
    overflow: hidden;
}
.daily-small-img img{
    width: 100%;
-webkit-transition-property: background-image;
    -webkit-transition-duration: 1.0s;
    -webkit-transition-timing-function: ease-out;
    transition-property: background-image;
    transition-duration: 1.0s;
    transition-timing-function: ease-out;
    transition: all 700ms ease 0s;
    border: 1px solid #ddd;
    padding: 3px;
    background: #fff;
}

.daily-small-img:hover img{
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.daily-small-name{
    float: left;
    width: 100%;
    clear: both;
    padding-top: 6px;
    padding-bottom: 6px;
}
.daily-small-name h3 a{
    font-size: 16px;
    color: #333;
    font-weight: 600;
}
.daily-small-time{
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 5px;
    font-size: 13px;
    color: #7b7b7b;
}
.daily-small-des{
    float: left;
    width: 100%;
    clear: both;
    text-align: justify;
}
.daily-small-des p{
    line-height: 18px;
    font-size: 13px;
    font-weight: 400;
}
.daily-y{
    float: left;
}
.daily-list{
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.daily-list-img{
    float: left;
    width: 95px;
    margin-right: 15px;
}
.daily-list-img img{

}
.daily-list-name{
    float: left;
    width: calc(100% - 110px);
    margin-bottom: 2px
}
.daily-list-name h3{
    padding: 0px;
    margin: 0px;
    float: left;
    line-height: 18px;
}
.daily-list-name h3 a{
    font-size: 16px;
    color: #333;
    font-weight: 500;
}
.daily-list-time{
    float: left;
  width: calc(100% - 110px);
    margin-bottom: 2px;
    font-size: 13px;

}
.daily-list-des{
        float: left;
  width: calc(100% - 110px);
  height: 30px;
  overflow: hidden;
  text-align: justify;
   
}
.daily-list-des p{
    line-height: 16px;
    font-size: 13px;
    font-weight: 400;
}

.comment {
    background: #fff;
    color: #777777;
    border: 3px solid white;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    margin: 1px;
    position: relative;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-right: 10px;
}
.comment::before {
    color: #a7a7a7;
    content: "\f10d";
    font-family: fontawesome;
    font-size: 15px;
    left: 10px;
    position: absolute;
    top: 7px;
}
.comment::after {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    bottom: -12px;
    right: 30px;
    background: url(../images/quote_arrow.png) 0px 0px no-repeat;
}
.comment p {
    font-weight: 500;
    margin-left: 30px;

    font-size: 14px;
}
.testimonial .mt-20 {
    margin-top: 4px !important;
        float: left;
    width: 100%;
}
.testimonial .thumb {
    margin-bottom: 10px;
    margin-left: 20px;
}
.testimonial .author {
    color: #444 !important;
    margin-bottom: 5px;
    text-transform: uppercase;

    font-weight: 600;
    padding-top: 15px;
    font-size: 15px;
}
.img-circle {
    border-radius: 50%;
}
.testimonial .title {
    color: #808080;
    margin-bottom: 20px;

    font-size: 15px;
}
.testimonial{
    float: left;
    width: 100%;
    clear: both;
}
.itembx{
    float: left !important;
    width: 100% !important;
    clear: both;
}

.customer .bx-wrapper{
    margin-bottom: 0px !important
}
#why{
    float: left;
    width: 100%;
    clear: both;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #ddd
}
.why-title{
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 15px;
    padding-bottom: 15px;
    background: url(../images/title_tintuc.png) no-repeat bottom left;
}
.why-title h3{
        text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    color: #333;
    text-transform: uppercase;
}
.why-content{
    float: left;
    width: 100%;
    clear: both;
}
ul.taisaochon{
    float: left;
    width: 100%;
    clear: both;
    list-style: none;

}
ul.taisaochon li{
    float: left;
    width: 100%;
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    background: #f6f6f6;
    border-top-left-radius: 50px;
    border-top-right-radius: 10px;
     border-bottom-left-radius: 50px;
    border-bottom-right-radius: 10px;

}
ul.taisaochon li.eventli{
    background: #e8e8e8;
}
ul.taisaochon li .chon-icon{
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    border: 2px solid #ddd;
    border-radius: 100%;
    float: left;
    color: #333;
    font-size: 30px;
    font-weight: 800;
    margin-right: 10px;
    background: #e4cf15;
    line-height: 52px;
}
ul.taisaochon li .chon-icon img{
    margin: 0 auto;
       display: -webkit-inline-box;
    vertical-align: middle;
}
ul.taisaochon li .chon-name{
    font-weight: 600;
    font-size: 16px;
    float: left;
    width: calc(100% - 70px);
    color: #444;
    margin-bottom: 5px;
    margin-top: 5px;
    text-transform: capitalize;
}

ul.taisaochon li .chon-des{
     float: left;
    width: calc(100% - 70px);
     color: #555;
    
}
ul.taisaochon li:hover .chon-icon{
    border: 2px solid #e4cf15;
    background: #f4f4f4;
}

#footer{
    float: left;
    width: 100%;
    clear: both;

}
#footer p{
    color: #f3f3f3
}
.footer-top{
    float: left;
    width: 100%;
    clear: both;
        padding-top: 40px;
    background: rgb(25 149 61) url(../images/footer-bg2.png) no-repeat top left ;
    padding-bottom: 40px;
    border-top: 5px solid #ddd;
}
.footer-title{
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
}
.footer-title:after{
    position: absolute;
    content: "";
    left: 0px;
    bottom: -2px;
    height: 2px;
    background: #c3c3c3;
    display: block;
    width: 100px;

}
.footer-title h2{
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff
}
.footer-title h3{
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
}
.footer-content{
    float: left;
    width: 100%;
    clear: both;
}
.footer-content ul{
    padding-left: 0px;
    list-style: none;
}
.footer-content ul li{
   float: left;width: 100%;
   padding-top: 8px;
   padding-bottom: 8px;
}
.fan-footer iframe{
    height: 200px !important
}
.footer-content ul li a{
    color: #f3f3f3;
    font-weight: 500;
}
.footer-content li a i{
    width: 14px;
    color: #fff
}
.footer-right{
    float: left;
}
.fan-footer{
    float: left;
    width: 100%;
}
.footer-bottom{
    float: left;
    width: 100%;
    clear: both;
    padding-top: 12px;
    padding-bottom: 12px;
    background: #138133
}
.copy span{
    font-size: 13px;
    color: #f3f3f3
}
.thongke{
    text-align: right;
}
.thongke ul li{
    display: inline-block;
    font-size: 13px;
    margin-left: 3px;
    padding-left: 3px;
    border-left: 1px solid #ddd;
    color: #f3f3f3
}
.breadcrumb-botton-area{
    float: left;
    width: 100%;
    clear: both;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    background:#f3f3f3;
}
.breadcrumb-botton-area .left{
    float: left;
    width: 100%;
}
.breadcrumb-botton-area .left ul{
    margin: 0px;
    padding: 0px;
    float: left;
}
.breadcrumb-botton-area .left ul li{
    display: inline-block;
    margin-right: 6px;
    padding-right: 6px;
}
.breadcrumb-botton-area .left ul li a{
    color: #444
}
.breadcrumb-botton-area .left ul li.active{
    font-weight: 600;
}
.main-left{
    float: left;
}
.sidebar-wrapper{
    float: left;
    width: 100%;
    clear: both;
}
.single-sidebar{
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 20px;
    border-left: 4px solid rgb(25 149 61);
      border-right: 1px solid #ddd;
        border-bottom:  1px solid #ddd;
    border-top: 4px solid rgb(25 149 61);
}
.single-sidebar .sec-title{
    float: left;
    width: 100%;
    padding: 8px 15px 10px 15px;
    background: #22b14c;
    color: #fff
}
.single-sidebar .sec-title h3{
      color: #fff;
      font-size: 16px;
}
ul.categories{
    float: left;
    width: 100%;
    clear: both;
    list-style: inherit;
    padding-left: 25px;
    padding-top: 10px;
}
ul.categories>li{
    float: left;
    width: 100%;
    clear: both;
    padding-bottom: 10px;

}
ul.categories>li>a{
    float: left;
    width: 100%;
    clear: both;
    padding-bottom: 5px;
    color: #333;
    font-weight: 600;
    display: block;
}
ul.categories>li:hover>a{
    font-weight: 600;
    color: #f2821d;
}
ul.categories>li>ul>li>a{
    color: #555;
    font-weight: 400;
      float: left;
    width: 100%;
    clear: both;
    padding-bottom: 5px;
}
ul.categories>li>ul>li:hover>a{
    font-weight: 600;
    color: #f2821d;
}
ul.categories>li>ul{
    float: left;
    width: 100%;

}
.dailyleft{
    float: left;
    width: 100%;
    padding: 15px;
    padding-bottom: 0px;
    clear: both;
}
.dailyleft .daily-small{
    margin-bottom: 15px;
}
.blog-single-area .col-lg-9{
    padding-left: 0px;
}
.single-blog-post{
    float: left;
    width: 100%;
    clear: both;
}
.single-blog-post .blog-title{
    float: left;
    width: 100%;
    clear: both;
    border-bottom: 4px solid #f3f3f3;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 12px;
    font-weight: 600;
    color: #22b14c
}
.dailyleft ul{
    list-style: none;
    float: left;
    width: 100%;
    clear: both;
}
.dailyleft ul li{
    padding-top: 8px;
    padding-bottom: 8px;
    float: left;
    width: 100%;
}
.dailyleft ul li img{
    width: 70px;
    float: left;
    margin-right: 8px;
}
.dailyleft ul li a{
    font-size: 14px;
    color: #333;
    line-height: 17px;
     float: left;
    width: 100%;
    font-weight: 400;
}
.dailyleft ul li:hover a{
    color: #14579f
}

.meta-des{
    float: left;
    width: 100%;
    clear: none;
    padding: 12px;
    background: #f4f4f4;
    margin-bottom: 15px;
    font-weight:600
}
.meta-des{

}
.box-bxtintuc{
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 15px
}

.box-bxtintuc .bx-wrapper{
    margin-bottom: 30px !important
}
.noidung{
    float: left;
    width: 100%;
    clear: both;
}
.noidung p{
    margin-bottom: 10px;
}
#blog-area{
    float: left;
    width: 100%;
    clear: both;
    padding-bottom: 30px;
}
.phantrang{
    float: left;
    width: 100%;
    clear: both;
    margin-top: 0px;
    text-align: center;
}

.news-list{
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.news-list-img{
    float: left;
    width: 28%;
    margin-right: 2%;
}
.news-list-img img{

}
.news-list-name{
    float: left;
    width: calc(100% - 30%);
   margin-bottom: 8px;
}
.news-list-name h3{
    padding: 0px;
    margin: 0px;
    float: left;
    line-height: 24px;

}
.news-list-name h3 a{
    font-size: 18px;
    color: #333;
    font-weight: 600;
}
.news-list-time{
    float: left;
  width: calc(100% - 30%);
    margin-bottom: 8px;
    font-size: 13px;

}
.news-list-des{
        float: left;
  width: calc(100% - 30%);

  overflow: hidden;
  text-align: justify;
   
}
.news-list-des p{
    line-height: 18px;
    font-size: 14px;
    font-weight: 500;
}
.news-list-xemthem{
    float: left;
  width: calc(100% - 30%);
 
}
#contact-form input{
    float: left;
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
}
#contact-form  textarea{
    float: left;
    width: 100%;
    padding: 10px;
    min-height:90px;
}
#contact-form .thm-btn{
    padding: 10px 20px;
    float: left;
    margin-top: 15px;
    background: #ddd;
    margin-bottom: 15px;
    text-transform: uppercase;
    border: 1px solid #ddd;
    font-weight: 500;
}


.xdhotline {
    bottom: 15px;
    position: fixed;
    left: 0;
    text-align: center;
    z-index: 11111;
}
.xdhotline a {
    color: #fff;
}
.goixd {
    background: #f2271d  none repeat scroll 0 0;
    border-radius: 0 28px 28px 0;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    overflow: hidden;
    width: 190px;
    height: 40px;
    transition: width 0.2s;
    -webkit-transition: width 0.2s;
	position:relative;
    color: white;
    font-size: 13px;
    padding: 9px 0;
    line-height: 1.5;
}
.goixd p{
	color:#fff;
	    text-align: left;
    padding-left: 20px;
}
.xdphone {
    background: #f2271d    url(../images/icon-phone.png) no-repeat scroll center center;
    border: 4px solid #f2271d   ;
    border-radius: 50%;
    float: right;
	position:absolute;
	right:0px;
	top:-2px;
    height: 46px;
    line-height: 44px;
    text-align: center;
    width: 46px;
    animation: 1s ease-in-out 0s normal none infinite running quick-alo-circle-img-anim;
}
.xzalo{
	bottom:60px;
}
.xzalo .goixd{
	 background: #00a9d2    none repeat scroll 0 0;
}
.xzalo .xdphone {
    background: #00a9d2   url(../images/zalo.png) no-repeat scroll center center;
    border: 4px solid #00a9d2  ;
}
#spnoibat{
    float: left;
    width: 100%;
    clear: both;
    padding-top: 25px;
    padding-bottom: 25px;
    background: #22b14c;
    text-align: center;
}
#spnoibat h2{
    margin:0px;
    text-transform: uppercase;
    font-size: 28px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
}
.sanphamchay{
    position: relative;
}
.sanphamchay .owl-prev{
    background: #22b14c !important;
    color: #fff;
    left: -60px;
    top:40%;
    z-index: 9;
    padding:10px;
    display: block;
    position: absolute;
}
.sanphamchay .owl-prev i, .sanphamchay .owl-next i{
    color: #fff !important;
        padding:10px;
}
.sanphamchay .owl-next{
 background: #22b14c !important;
    color: #fff;
    right: -60px;
    top:40%;
    z-index: 9;
    padding:10px;
    display: block;
    position: absolute;
}
.taisaochon{
    float: left;
}
.taisaochonx{

}
.taisaochonbox{
    position: relative;
    margin-left: 41px;
    border: 1px dashed #eeeeee;
    padding: 15px 8px 23px 60px;
    margin-bottom: 40px;
}
.taisaochonbox:hover{
    border: 1px dashed #22b14c;
}
.taisaochon-img {
    width: 80px;
    height: 80px;
    position: absolute;
    background: #22b14c;
    top: 24%;
    left: -8%;
    padding: 5px;
    border-radius: 100%;
    text-align: center;
    line-height: 78px;
    display:block
}
.taisaochon-img img{
    filter: invert(1) !important;
}
.taisaochonx {
    border-radius: 100%;
    width: 70px;
    height: 70px;
    font-size: 24px;
    color: #fff;
    border: 1px dashed rgba(336,336,336,0.5);
    padding: 23px;
}
.taisaochon-text h3{
    margin-bottom: 10px;
    font-weight: 600;
}
.taisaochon-text p{
    margin-bottom: 0px;
}
#taisao{
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 5px;
}
#congtrinhtc{
      float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 25px;
    background: #f7f7f7;
}
.congtrinhlfix{
    float: left;
    width: 100%;
    position: relative;
}



.congtrinhlfix .owl-prev{
    background: #22b14c !important;
    color: #fff;
    left: -60px;
    top:40%;
    z-index: 9;
    padding:10px;
    display: block;
    position: absolute;
}
.congtrinhlfix .owl-prev i, .congtrinhlfix .owl-next i{
    color: #fff !important;
        padding:10px;
}
.congtrinhlfix .owl-next{
 background: #22b14c !important;
    color: #fff;
    right: -60px;
    top:40%;
    z-index: 9;
    padding:10px;
    display: block;
    position: absolute;
}
.col-congtrinh{
    float: left;
    margin-top: 5px;
    margin-bottom: 15px;
    width: 100%;
}
.icongtrinh{
    float: left;
    width: 100%;
    clear: both;
}
.icongtrinh-img{
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.icongtrinh-img img{
    width: 100%;
  -webkit-transition-property: background-image;
    -webkit-transition-duration: 1.0s;
    -webkit-transition-timing-function: ease-out;
    transition-property: background-image;
    transition-duration: 1.0s;
    transition-timing-function: ease-out;
    transition: all 700ms ease 0s;
}
.icongtrinh-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.icongtrinh-text{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.5);
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 20px;
}
.icongtrinh-text h3{
    font-weight: 600;
    font-size: 16px;
}
.icongtrinh-text h3 a{
    color: #fff;
}