.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-left: 0px
}

.boxlogo img{
    max-height: 70px;
}
.boxbanner{
    float: left;
    width: 100%;
    clear: both;
    text-align: left;
}
.boxbanner h3{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #8e8e8e;
    margin-bottom: 5px;
     margin-top: 5px;
}
.boxbanner h2{
    font-size: 26px;
    font-weight: bolder;
    text-transform: uppercase;
        color: #666;  margin-bottom: 12px;
            letter-spacing: -1px;
}
.boxbanner p{
    font-weight: 500;
        font-size: 15px;
}
.boxbanner h2 span{
    color: #0075de;
}
.col-phone{
    float: left;

}
.col-phone .email{
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 10px;
    margin-top: 0px;
}
.col-phone .email a{
    color: #444;
    font-size: 17px;
    font-weight: 600;
}
.col-phone .email a strong{
    color: #14579f;
    font-size: 17px;
}
.col-phone .email a i{
    color:#777; font-size: 17px;
}
.col-phone .phone{
     float: left;
    width: 100%;
    clear: both;
   
}
.col-phone .phone a{
    
    color: #444;
  
     font-size: 17px;
    font-weight: 600;

}
.col-phone .phone a span{
    color: #f26e22;
    font-weight: 600;
    text-transform: none;
 font-size: 17px;
}
.col-phone .phone a i{
color:#777; font-size: 17px;

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

    -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;
    border-right: 1px solid rgb(0, 94, 179)
}
.menu ul li:last-child{
    border-right: 0px solid rgb(0, 94, 179)
}
.menu ul li a{
    line-height: 45px;
    padding: 0px 25px;
    float: left;
    display: block;
    color: #fff;
    font-weight: 600;
   text-transform: capitalize;
}
.menu ul li a.active{
     background: rgb(0, 94, 179);
}
.menu ul li a:hover{
    
      background: rgb(0, 94, 179);
}
.menu ul li ul{
    position: absolute;
    left: 0px;
    z-index: 10;
    top: 45px;
    padding-top: 1px;
    background: #f1f1f1;
    display: none;
    min-width: 200px;

}
.menu ul li ul li{
    float: left;
    width: 100%;
    border-right: 0px !important
}
.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 ul li:hover a{
    color: #fff !important
}
.menu ul li:hover ul{
    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 #eee;
    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{

}
.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: #1a75bc;
    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: 22px;
    font-size: 15px;
}
.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: #1a75bc;
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
       font-family:  'Open Sans',sans-serif;
}
.about-detail a:hover{
    background: #14579f
}
#congtrinh{
    float: left;
    width: 100%;
    clear: both;
    padding-bottom: 25px;
    padding-top: 25px;
    
}
.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: 15px;
}
.noidung ul li a{
    color: #444;
}
.noidung ul li:hover a{
    color: #f2821d
}
.congtrinh-title h2{
    font-size: 26px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: bolder;
    color: #0075de
}
.congtrinh-title h1{
    font-size: 28px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #14579f
}
.congtrinh-content{
    float: left;
    width: 100%;
    clear: both;
}
.congtrinh-list{
    float: left;
    width: 100%;
    clear: both;
    position: relative;
}
/*.congtrinh-list .item:nth-child(4n+1){clear: left;}*/
.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;

   overflow:hidden
 
      
}
.item-des{
    float: left;
    width: 100%;
  
    overflow: hidden;
}
.item-des p{
    font-weight: 500;
    text-align: justify;
}

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

.itembox .item-name:hover h3 a{
    
    color: #14579f;
}
#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(0, 94, 179) 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: #f2821d;
    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: 15px;
    color: #f2821d
}
.footer-right{
    float: right;
}
.fan-footer{
    float: left;
    width: 100%;
}
.footer-bottom{
    float: left;
    width: 100%;
    clear: both;
    padding-top: 12px;
    padding-bottom: 12px;
    background: #00519a
}
.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: 1px solid #eee;
      border-right: 1px solid #ddd;
        border-bottom:  1px solid #ddd;
    border-top: 1px solid #eee;
}
.single-sidebar .sec-title{
    float: left;
    width: 100%;
    padding: 8px 15px 10px 15px;
    background: #0075de;
    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: #14579f
}
.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: 15px;
    font-weight: 500;
}
#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: #f2821d  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: #f2821d    url(../images/icon-phone.png) no-repeat scroll center center;
    border: 4px solid #f2821d   ;
    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: #14579f  none repeat scroll 0 0;
}
.xzalo .xdphone {
    background: #14579f url(../images/zalo.png) no-repeat scroll center center;
    border: 4px solid #14579f;
}
.btmenu{
    float: left;
    margin-right: 15px;
}
.btmenu span{
    line-height: 45px;
    padding: 0px 30px;
    float: left;
    display: block;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    background: rgb(0, 94, 179);
    min-width: 140px
}
.boxt{
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 20px;
}
.titbox{
      float: left;
    width: 100%;
    clear: both;
    padding: 12px 15px;
    background: #f6f6f6;

 
}
.titbox h3{
    float: left;
    font-weight: bolder;
    color: #0075de
}
.titbox a{
    float: right;
    margin-top: 3px;
}
.boxt .congtrinh-list{
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 6px;
   
}
.congtrinh-title{
    margin-bottom: 15px
}

.itembox{
    border: 1px solid #eeee;
    background: #f5f5f5
}
.itembox .item-name{
    padding-left:10px;
    padding-right: 10px;
}
.itembox .item-des{
    padding-left:10px;
    padding-right: 10px;
    padding-bottom: 5px;
}
.boxt .congtrinh-list .item{
    float: left;
    width: 24%;
    margin-right: 1.333333%;
}
.boxt .congtrinh-list .item:nth-child(4n){margin-right: 0}
.dichvu-list{
    float: left;
    width: 100%;
    clear: both;
}
.dichvu-list .dichvu-item{
    float: left;
}
.dichvu-list .dichvubox{
    float: left;
    width: 100%;
}
.dichvu-list .dichvubox .dichvu-img{
    position: relative;
  overflow: hidden;
      
}
.dichvu-list .dichvubox .dichvu-img img{
    border-radius: 100%;
    padding: 10px;
    background: #f5f5f5;
    border: 1px solid #eeee;
    margin: 0 auto;
        -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;
    overflow: hidden;

}
.dichvu-list .dichvubox .dichvu-img:hover img {
    -webkit-transform: scale(1.13);
    transform: scale(1.13);
}
.dichvu-list .dichvubox .dichvu-img h3{
    position: absolute;
    bottom: 0px;
    z-index: 10;
    left: 0px;
    right:0px;
    text-align: center;
    padding-top: 15px;
    padding-bottom:35px;
    background: rgba(255, 255, 255, 0.9);
    display: block;
    max-width: 80%;
    text-align: center;
    margin: 0 auto

}
.dichvu-list .dichvubox .dichvu-img h3 a{
    color: #0075de;
    font-weight: 600;
}
.dichvu-text{
    float: left;width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    padding: 10px;
    background: #f5f5f5;
    text-align: center;
    font-size: 15px;
}
#bando{
    float: left;
    width: 100%;
    clear: both;
    padding-top: 30px;
    background: #f8f8f8;
    padding-bottom:30px;
}
.noidung h3{
    margin-bottom: 15px;
    font-weight: bolder;
}
.detail-left{
	float:left;
	width:47%;
	margin-right:3%;
}
.detail-right{
	float:left;
	width:50%;

}
.zoom-left{
	border: 1px solid #d8d8d8;
	border-radius: 5px;
}
.zoom-right{
    width: 100%;
    float: left;
    clear: both;
    
    display: inline-block;
}
.item_zoom{
	float: left;
	    margin-right: 5px;

}
.selectors .mz-thumb img{
	display:block !important
}
.dathang{
	float:left;
	width:100%;
	clear:both;
	margin-bottom:20px;
	padding:15px;
	background:#f2821d;
	border-radius:7px;
	padding-bottom:10px !important
}
.dathangicon{
	float:left;
	margin-right:15px;
}
.dathangicon i{
	color:#fff;
	font-size:34px
}
.dathangtext p{
	margin-bottom:0px !important;
	color:#fff;
	font-size:16x
}
.dathangtext a{
	font-size:18px;
	font-weight:bolder;
	color:#fff;
}


/*BEGIN PHÂN TRANG*/
.phantrang-page{text-align:center;overflow:hidden;padding:10px 0px;margin-top: 40px;width: 100%}
.phantrang-page a{margin-left: 5px;background:#fff;border:#ddd 1px solid;border-radius: 1px 1px 1px 1px;display: inline-block;margin-bottom: 10px;margin-right: 10px;overflow: hidden;padding: 2px 10px;text-align: center;color: #977a38;}
.phantrang-page a:hover,.phantrang-actived{    border: #db231c 1px solid !important;
    background: #db231c !important;
    font-weight: normal;
    color: white!important;}
/*END PHÂN TRANG*/

