@charset "utf-8";
/* CSS Document */
@import url("css/fonts.css");
*{
margin:0px;
padding:0px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
a{ text-decoration: none;} 
ul{
    list-style-type:none;
    margin:0px;
    padding:0px;
}
.clear {clear: both;}
.clear5 {clear: both; height: 5px;}
.clear10 {clear: both; height: 10px;}
.clear20 {clear: both; height: 20px;}
.clear30 {clear: both; height: 30px;}
.visit_hidden{ visibility: hidden; height: 1px;}

#container{  
    width: 100%;
    max-width: 1349px;
    min-width: 1250px;
    margin: 0 auto;
    overflow: hidden;
}
.container{ width:100%; float:left; }

.margin_auto{
    width: 1200px;
    margin:auto;
    position: relative;
}

/*  Tim kiem */
#timkiem input::-webkit-input-placeholder {
 color: #fff; font-size: 13px; font-family: 'RobotoRegular';
}

#timkiem input:-moz-placeholder { /* Firefox 18- */
 color: #fff; font-size: 13px; font-family: 'RobotoRegular';
}

#timkiem input::-moz-placeholder {  /* Firefox 19+ */
 color: #fff; font-size: 13px; font-family: 'RobotoRegular';
}

#timkiem input:-ms-input-placeholder {  
 color: #fff; font-size: 13px; font-family: 'RobotoRegular';
}
#timkiem {
    width: 187px;
    float: right;
    background: url(images/timkiem.png) no-repeat;
    margin: 9px 0 0 0;
    position: relative;
}

#timkiem input {
    width: 187px;
    height: 26px;
    line-height: 26px;
    float: left;
    background: none;
    border: 0;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 15px;
    outline: none;
    color: #fff;
    font-size: 13px; 
    font-family: 'RobotoRegular';
    font-style: inherit;
}

#timkiem button {
    width: 50px;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    border: 0;
    background: none;
    height: 26px;
    cursor: pointer;
    outline: none;
}
/* End tim kiem*/
#header{ 
    width:100%; 
    float: left; 
    position: relative;
    z-index: 10;
    background: url(images/header.png) no-repeat;
    height: 176px;
}
#logo{
    width: 200px;
    float: left;
}
#logo img{max-width: 100%; float: left;}
#banner{
    width: 700px;
    float: left;
    text-align: center;
}
#banner img{max-width: 100%;}
#banner_right{
    width: 300px;
    float: right;
}
.hotline{
    font-family: 'RobotoCondensedRegular'; 
    float: right;
    background: url(images/hotline.png) no-repeat left center;
    font-size: 20px;
    color: #3e3f3f;
    font-weight: normal;
    padding-left: 30px;
    margin-top: 80px;
}

.dangnhap_top{
    width: 265px;
    text-align: right;
    float: right; 
    font-family: 'RobotoMedium'; 
    color: #fff; 
    font-size: 14px;
    margin: 6px 55px 0 0px;
}
.dangnhap_top a{color: #fff;}
.dangnhap_top a:hover{color: #ffde00;}


#menu{
    width: 100%; 
    float: left; 
    background-color: #00adef;
}

#slider{
    width: 100%; 
    float: left; 
    position: relative; 
}
.caption_slider {
    width: 220px;
    float: right;
    margin: 410px 45px 0 0;
}

.caption_slider p{ 
    font-size: 14px; 
    color: #ffffff; 
    text-transform: none; 
    font-weight: normal;
    white-space: pre-line;
    margin: 0px 0px 10px 0px;
}


#main{
    width:100%;
    float:left;
}
#left{
    width: 250px;
    float:right;
    margin: 20px 0px;
}

#left_sp{
    width: 250px;
    float: right;
    margin: 45px 0 0 0;
}

#right{
    width: 930px;
    float: left;
    margin: 0px 0px;
}

.left{
    width:100%;
    float:left;
    padding: 10px 0px 10px 0px;
}
#content{
    width: 100%; 
    float: left; 
    margin: 0px 0;
    padding: 0px;
}

.box_content{
    width: 100%; 
    float: left; 
    margin: 0 0 0 0;
    padding: 0;
}

.thanh_title{
    width: 100%; 
    float: left; 
    margin: 20px 0; 
    position: relative;
    text-align: center;
    background: url(images/line-title.png) no-repeat bottom center;
}
.thanh_title h2,.thanh_title h3{ 
    font-family: 'RobotoCondensedBold';
    font-size: 37px; 
    color: #37BD03;
    font-weight: normal; 
    text-transform: capitalize; 
    margin-bottom: 15px; 
}

.thanh_title a{color: #ec1a23;}
.thanh_title a:hover{color: #00AEEF;}


/* ------------------------*/
.img-tt{
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}
.img-tt img{
    width: 100%;
    float: left;
}
.img-tt:before{
    content: "";
    position: absolute;
    z-index: 99;
    pointer-events: none;
    top: 0;
    left: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.1);
    width: 0;
    height: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.img-tt:after{
    content: "";
    position: absolute;
    z-index: 99;
    pointer-events: none;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.1);
    width: 0;
    height: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.img-tt:hover:before,.img-tt:hover:after{
    width: 100%;
    height: 100%; 
}
.box_index{width: 100%; float: left;}

.box_gioithieu{
    width: 100%; 
    float: left; 
    margin: 20px 0 30px 0;
}
.gioithieu{
    width: 650px;
    float: left;
    text-align: center;
}
.gioithieu h3{
    width: 100%;
    text-align: left;
    font-family: 'RobotoCondensedBold';
    font-size: 37px;
    color: #37BD03;
    text-transform: capitalize;
    font-weight: normal;
    float: left;
    background: url(images/line-gt.png) no-repeat left bottom;
    margin-bottom: 15px;
}
.gioithieu p{
    font-family: 'RobotoRegular';
    font-size: 15px;
    color: #505050;
    font-weight: normal;
    text-align: justify;
}

.gt_img{
    width: 522px;
    float: right;
    margin-top: 20px;
}
.gioithieu .xt_gt{
    font-family: 'RobotoRegular';
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    font-weight: normal;
    background-color: #37BD03;
    padding: 7px 15px;
    display: inline-block;
    border-radius: 10px;
    margin-top: 20px;
}
.gioithieu .xt_gt:hover{background-color: #2B9502;}
/*----------------*/
.dangcapnhat{text-align:center; color:#FF0000; font-weight:500; font-size:18px; margin: 10px 0;}
.owl-list{height: 0; opacity: 0;}
.owl-list .owl-prev{position: absolute; left: -50px; top: 35%;}
.owl-list .owl-next{position: absolute; right: -50px; top: 35%;}
#product_list{
    width: 100%;
    float: left;
    background: -webkit-linear-gradient(bottom, #E4E2E2, #fff);
    padding: 50px 0;
}
.product_box{width: 100%; float: left; margin: 0; }
.product_list{
    width: 100%;
    float: left;
    margin: 20px 0;
}
.product_list .list_img{
    width: 100%;
    float: left;
    border-radius: 50%;
    position: relative;
    padding: 8px;
    transition: all 3s;
}
.product_list .list_img:before{
    content: '';
    width: 242px;
    height: 253px;
    background: url(images/dm.png) no-repeat;
    position: absolute;
    top: -6px;
    left: -2px;
    right: 0;
    bottom: 0;
    z-index: 99;
    pointer-events: none;
}
.product_list .list_img img{
    width: 100%;
    float: left;
    border-radius: 50%;
}
.product_list:hover .list_img{
     -ms-transform: rotate(360deg); 
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.product_list h3{
    font-size: 17px;
    font-family: 'RobotoBold';
    font-weight: normal;
    text-transform: uppercase;
    width: 100%;
    float: left;
    margin-top: 20px;
    text-align: center;
}
.product_list h3 a{
    color: #258002;
}
.product_list h3 a:hover{color: #f00;}

.box_list{
    width: 100%; 
    float: left; 
    margin: 0 0 20px 0;
    padding: 0 20%;
}
.box_list ul{
    z-index:100;
    margin: 0;
    padding: 0;
    list-style-type: none; 
    display: inline-table; 
    width: 100%;
}
.box_list ul li{
    position: relative;
    display: table-cell;
    vertical-align: middle;
    white-space:nowrap; 
    text-align: center;
    border: 1px solid #ccc;
    border-right: 0;
}
.box_list ul li:last-child{ border-right: 1px solid #ccc;}
.box_list ul li a{  
    padding: 10px 0px;
    font-weight: normal;
    font-family: 'RobotoCondensedBold';
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    color: #37BD03;
}
.box_list ul li a.active{background-color: #37BD03;color: #fff;}
.box_list h4{
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    font-family: 'LatoBlack';
    cursor: pointer;
    display: inline-block;
    background: url(images/icon.png) no-repeat left 18px;
    padding: 15px 10px 0 40px;
}
.box_list h4.active{
    border-top: 3px solid #FF0000;
}
.box_list h4:hover{color: #FF0000;}

.box_product{width: 100%; float: left; margin: 0 0 20px 0; }
.owl-product{height: 0; opacity: 0;}
.owl-product .owl-prev{position: absolute; left: -50px; top: 35%;}
.owl-product .owl-next{position: absolute; right: -50px; top: 35%;}

.product{
    width: 270px;
    float: left;
    margin: 0 40px 39px 0;
    position: relative;
    background-color: #fff;
    text-align: center;
    font-family: 'RobotoRegular';
}
.product .new{
    position: absolute;
    top: 14px;
    right: 14px;
    width: 45px;
    height: 45px;
    background: url(images/new.png) no-repeat;
    z-index: 99;
    border-radius: 50%;
}
.product .img-prod{
    width: 100%;
    float: left;
    overflow: hidden;
    border: 5px solid #D7D7D7;
}
.product  img{
    width: 100%;
    float: left;
    transition: all .5s;
}
.product:hover img{transform: scale(1.1); opacity: 0.7;}
.product h3{
    width: 100%;
    float: left;
    margin: 10px 0 5px 0;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    text-transform: none;
}
.product h3 a{color: #434242;}
.product h3 a:hover{color: #2B9502;}
.product p{
    font-weight: normal;
    font-size: 14px;
    color: #434242;
}
.product span{color: #fd0404;}
.w100{
  width: 100%;
  margin: 0;  
}
/*------------------*/
#dichvu{
    width: 100%;
    float: left;
    min-height: 532px;
    background: url(images/dv.png) no-repeat;
    margin-bottom: 40px;
}
.thanh_dv{
    width: 100%; 
    float: left; 
    margin: 40px 0; 
    position: relative;
    text-align: center;
    background: url(images/line-dv.png) no-repeat bottom center;
}
.thanh_dv h3{ 
    font-family: 'RobotoCondensedBold';
    font-size: 37px; 
    color: #fff;
    font-weight: normal; 
    text-transform: capitalize; 
    margin-bottom: 15px; 
}
.dichvu{ 
    width: 565px; 
    float: left; 
    margin: 0px 70px 25px 0px; 
    padding-bottom: 25px;
    font-family: 'RobotoRegular'; 
    border-bottom: 1px solid #DEDEDE;
}
.dichvu.border{border: 0;}
.dichvu img{ width: 190px; height: 130px; float: left; margin:0px 10px 0px 0px; transition: all 0.5s;}
.dichvu h3{font-size: 14px; margin-bottom: 7px;}
.dichvu h3 a{text-transform: none; font-weight: 100; color: #fff;}
.dichvu p{ font-size: 13px; color: #fff;} 

.dichvu:hover img{ transform: scale(1.03);} 
.dichvu:hover h3 a{ color: #349CFC} 

/*------------------*/
.owl-congtrinh{height: 0; opacity: 0;}
.owl-congtrinh .owl-prev{position: absolute; left: -20px; top: 40%;}
.owl-congtrinh .owl-next{position: absolute; right: -20px; top: 40%;}
.box_congtrinh{
    width: 100%;
    float: left;
    margin-bottom: 50px;
}
.congtrinh{
    width: 100%;
    float: left; 
    position: relative;
    overflow: hidden;
}

.congtrinh img{ 
    width: 100%; 
    transition: all 0.5s; 
    float: left;
}
.congtrinh:hover img{transform: scale(1.1);}

.congtrinh h3{
    position: absolute;
    font-weight: normal;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'RobotoCondensedRegular';
    background-color: rgba(102, 102, 102, 0.7);
    left: 0;
    right: 0;
    padding: 10px;
    text-align: center;
    bottom: -40%;
    transition: all 1s;
}
.congtrinh:hover h3{bottom: 40%}
/* --------------------------------*/
.bottom_vid{
    width: 650px;
    float: left;
    margin-bottom: 50px;
}
.box_fanpage{
    width: 500px;
    float: right;
    margin-bottom: 50px;
}
.video_left{width: 500px; float: left; margin: 0px;}
.video_left img{width: 100%; float: left;}

.video_right{width: 140px; float: right;}
.video_right img{width: 100%; display: inline-block; margin-bottom: 5px; cursor: pointer;}
.video_right img:hover{opacity: 0.7;}

.scrollbar {
    overflow: auto;
    position: relative;
    width: 100%;
    height: 355px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.5s;
    line-height: 2 !important;
}

/*--------------------------*/

.danhmuc{
    width: 100%; 
    float: left; 
    background: #fff;
    margin: 0 0 20px 0;
    border: 1px solid #ccc;
}
.danhmuc2{
    width: 100%; 
    float: left; 
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}
.tieude_left {
    width: 250px;
    height: 46px;
    line-height: 46px;
    background: #ec1a23;
    margin: 0px 0px 0px 0px;
}
.tieude_left h3{
    font-family: 'RobotoBold';
    font-size: 18px; 
    font-weight: normal; 
    text-transform: uppercase; 
    color: #ffffff;
    text-align: center;
}
.tieude_left h3 a{color: #fff;}
.left_box{width: 100%; float: left;}
/*+++++++++++++ MENU LEFT++++++++++++++++*/
ul.cateUl {
    width:100%;
    overflow-y: auto;
    float: left;
    font-family: 'RobotoRegular';
    padding: 0px 10px;
}
ul.cateUl ul{display: none;}
ul.cateUl>li{
    position: relative; 
    border-bottom: 1px solid #ccc;
    background: url(images/arrow.png) no-repeat left 18px;
    padding: 10px 0 10px 14px;
}

ul.cateUl>li:last-child{border:0;}
ul.cateUl>li>a{
    display: block; 
    font-size: 14px; 
    font-weight: normal; 
    color: #585858; 
    text-transform: capitalize; 
}
ul.cateUl>li>ul>li{
    display: block; 
    position:relative; 
    padding-left: 10px;
}
ul.cateUl>li>ul>li>a{
    font-size: 15px; 
    display: block;
     height: 35px; 
     line-height: 35px; 
     font-weight: normal; 
     color: #000;  
     background: url(images/icon/ico_li.png) no-repeat left center; 
     padding-left: 16px;
 }
ul.cateUl>li>ul>li>ul>li{
    display: block; 
    position:relative; 
    border-top: 1px dotted #ccc; 
    padding-left: 10px;
}

ul.cateUl>li>ul>li>ul>li>a{
    font-size: 13px; 
    display: block; height: 30px; 
    line-height: 30px; 
    font-weight: normal; 
    color: #FF4E00; 
    background: url(images/icon/ico_li.png) no-repeat left center; 
    padding-left: 10px;
    overflow: hidden;
}
ul.cateUl>li>a:hover{color: #FCC71F;}
ul.cateUl>li>ul>li>a:hover{color:#C72324;}
ul.cateUl>li>ul>li>ul>li>a:hover{color: #009CFF;}

.active1{color: #2CB92C !important;}
.active2{color: #C72324 !important;}
.active3{color: #009CFF !important;}

.transitionAll{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s; 
}
.transi_1s{
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s; 
}
/*+++++++++++++ MENU LEFT++++++++++++++++*/

.pro_left{width: 100%; float: left; margin-bottom: 10px; border-bottom: 1px dashed #ccc; padding-bottom: 10px; text-align: center; font-family: 'RobotoRegular';}
.pro_left img{width: 100%; float: left; transition: all 1s; border: 1px solid #ccc !important; padding: 4px;}
.pro_left h3{margin: 0px;}

.pro_left h3 a{ color: #292929; font-size: 14px; text-transform: uppercase; font-weight: bold; }
.pro_left p{font-size: 14px; color: #f00; font-weight: normal;}
.pro_left span{color: #292929;}
.pro_left:hover a{color: #368EE0;}
.pro_left:hover img{opacity: 0.7; transform: scale(1.02,1.02);}

.da_left{width: 100%; float: left; margin-bottom: 5px; padding-bottom: 5px; text-align: center;}
.da_left .da{width: 100%; float: left; position: relative;}
.da_left .da img{width: 100%; float: left; transition: all 1s; border: 1px solid #ccc !important;}
.da_left .da h3{border-top: 1px solid #ccc;margin: 0px; position: absolute; z-index: 999; bottom: 0px; left: 1px; right: 1px; background: rgba(0, 0, 0, 0.70); padding: 5px 0px; transition: all 1s; color: #ffffff; font-size: 13px; text-transform: uppercase; font-weight: normal;}
.da_left:hover h3{bottom: 30px; left: 0px; right: 0px;}
.da_left:hover a{color: #368EE0;}
.da_left:hover img{opacity: 0.7; transform: scale(1.02,1.02);}


.new_left{width: 100%; float: left; margin-bottom: 7px; border-bottom: 1px dotted #ccc; padding-bottom: 7px; font-family: 'RobotoRegular';}
.new_left img{width: 80px; float: left; transition: all 0.5s; border: 1px solid #ccc !important; margin-right: 10px; padding: 1px;}
.new_left h3{margin: 0px; line-height: 1.1;}
.new_left h3 a{font-size: 12px; font-weight: normal; color: #343232; text-transform: none;}
.new_left p{font-size: 14px; color: #ff0000; font-weight: normal;}
.new_left span{color: #4f4f4f;}
.new_left:hover img{transform: scale(1.05,1.05);}
.new_left:hover h3 a{color: #15950C;}


.hotrotructuyen{width: 100%; float: left;}
.hotrotructuyen h3{
    font-family: 'RobotoBold';
    color: #ff0000;
    font-size: 20px;
    width: 100%;
    float: left;
    text-align: center;
    margin: 10px 0px;
}
.hotrotructuyen h3 img{vertical-align: middle;}


/*---------------*/
.bx_lienhe{background:#fff;}
p.lienhe_l{color:#090;font-size:22px;font-family:'RobotoBold';text-align:center;padding:8px; text-transform: uppercase;}
p.dienthoai_l{color:#f00;font-size:22px;font-family:'RobotoBold';text-align:center;padding:5px 25px;}
p.dienthoai_l img{vertical-align: middle;}
p.dienthoai_l span{margin-left: 15px;}
.box_l{border-bottom:1px solid #ccc;padding:0 0 10px 0px;}
.box_l span{    
    color: #000;
    font-size: 17px;
    display: block;
    float: left;
}   
/*---------------*/  
#video{ width:100%; float:left;}
#video_load{ margin: 0px 0px 0px 0px;background: url(images/bg_pro.png) repeat;width: 100%; float: left}
#video_load .object{ background: #fff; width: 100%; float: left}
.video{ width: 100%; padding:5px; margin-bottom: 10px;}
.select_video{ width: 100%; float: left; margin: 5px 0px 5px 0px; }
.select_video select{ width: 100%; padding:5px; }

/* ----------------*/
#box_album{
    width: 565px;
    float: right;
}
.box_album{
    width: 100%; float: left; margin: 10px 0;
}
.album { width: 290px; float: left; margin: 0px 13px 13px 0px; position: relative; overflow: hidden;}
.album img{ width: 100%;float: left; transition: all 1s;}
.album:hover img{ transform: scale(1.03); opacity: 0.7;}
.album h3{ 
    font-family: 'RobotoRegular';
    font-size: 14px; 
    position: absolute; 
    z-index: 10; bottom: 0px; left: 0px; right: 0px; 
    background: rgba(0,0,0,0.5); color: #fff; 
    padding: 10px; transition: all 0.5s;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
}
.album:hover h3{ bottom: 40px; color: #ff0;}




/* ========== Content pagination ========== */
.paging{width: 100%; float: left; margin: 0px 0px;}
ul.pagination {
    text-align:center;
    color: #000;
}
ul.pagination li {
    display:inline;
    padding: 2px 3px;
    font-size: 13px;
}
ul.pagination a {
    color: #000;
    display:inline-block;
    padding: 2px 8px;
    border:1px solid #cde0dc;
    text-decoration:none;
}
ul.pagination a:hover, 
ul.pagination a.current {
    background: #EC1A23;
    color:#fff; 
}

/* ========== Content pagination ========== */

.ngaydang{ font-style: italic;; color: #6f6f6f; font-size: 13px; margin-bottom: 5px;}
.tieude{width: 100%; margin: 0px 0px 0px 0px; float: left; color: #000; font-size: 16px; text-transform: uppercase; font-family: 'RobotoBold';}


.box_tintuc{
    width: 100%; 
    float: left;
}
.owl-tintuc{height: 0; opacity: 0; padding: 1px;}
.owl-tintuc .owl-prev{position: absolute; left: -40px; top: 40%;}
.owl-tintuc .owl-next{position: absolute; right: -40px; top: 40%;}
.tintuc{
    width: 100%;
    float: left;
    border: 1px solid #D9D9D9;
    padding-bottom: 25px;
}
.tintuc .img-tt {
    width: 100%;
    float: left; 
    transition: all .5s;  
    overflow: hidden;
    position: relative;
}
.tintuc .img-tt img{
    width: 100%;
    float: left; 
    transition: all 1s;  
}
.carlender_tt{
    background: #EC1A23; 
    position: absolute;
    z-index: 20;
    bottom: 0;
    left: 0;
    width: 85px;
    text-align: center;
    padding: 10px;
    line-height: 1.2;
}
.day_tt{
    width: 100%;
    display: inline-block;
    font-size: 24px;
    color: #ffffff;
    font-family: 'RobotoSlabBold';
}
.month_tt{
    width: 100%;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding-bottom: 5px;
    font-family: 'RobotoLight';
}
.year_tt{
    width: 100%;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-family: 'RobotoSlabBold';
}

.tintuc h3{
    width: 100%;
    float: left;
    margin: 20px 0 10px 0;
    font-size: 14px;
    padding: 0 10px;
    line-height: 1.3;
}
.tintuc h3 a{color: #333333; text-transform: uppercase; font-weight: bold;}
.tintuc p{font-size: 14px; color: #333333;  text-transform: none; font-weight: normal;padding: 0 10px;}
.tintuc:hover img{
    transform: scale(1.03);
    opacity: 0.7;
}
.tintuc:hover a{color: #ec1a23;}

.khung{
  width:100%;
  float:left; 
  position: relative;
  margin-top: 0px;
  margin-bottom: 20px;
}
.xemtiep{
float:right;
font-size:13px;
background:url(images/icon/sao.png) no-repeat left center;
transition: 0.5s;
text-align:center;
}
.xemtiep a{
    font-style: italic;
    float: left;
    color: #0074d7;
    padding-left: 15px;
}
.xemtiep a:hover{
    color:#15950C;
}


.frame_images{float: left; width: 48%; margin-top: 20px;}
.app-figure {text-align: center;}
.selectors{ border: 1px solid #ccc; text-align: center; float: left; width: 100%; margin-top: 5px;}

.khung_thongtin{ float: right; width: 50%;}
.khung_thongtin li{ padding: 5px 0px 5px 0px; border-bottom: 1px solid #eee; width: 100%; float: left;}
.khung_thongtin h1{ font-size: 24px; color: #1A22EC; font-weight: normal; text-transform: uppercase;}
.khung_thongtin .masp{color:#000; text-transform: uppercase;}
.khung_thongtin .mota_detail{ color: #757575}
.khung_thongtin .gia_detail{ font-size: 18px; color: #cd0000; font-weight: normal;}
.khung_thongtin .gia_detail b{ color: #333}
.khung_thongtin .giacu_detail{ color:#999; text-decoration: line-through;}
.khung_thongtin .giacu_detail span{ text-decoration: line-through;}
.khung_thongtin .baohanh_detail{ color: #015DA4;}
.gia_detail span{ font-size: 14px; color: #666;}

.dathang_detail .thanhtoannhanh{ width: 239px; float: left; background: url(images/thanhtoannhanh.png) no-repeat; height: 46px; font-weight: bold; text-transform: uppercase; font-size: 16px; padding: 9px 0px 0px 50px; cursor: pointer;}
.dathang_detail .muangay{ width: 177px; float: left; background: url(images/thanhtoan.png) no-repeat; height: 46px; font-weight: bold; text-transform: uppercase; font-size: 16px; padding: 9px 0px 0px 70px;cursor: pointer;}
.dathang_detail .thanhtoannhanh:hover,.dathang_detail .muangay:hover{ color:#9C1515;}
.dathang_detail span{ width: 42px; height: 42px; padding: 7px 0px 0px 0px; float: left; border:3px solid #ccc; border-radius: 50%; text-align: center;}
.huongdan_detail a{ width: 100%; float: left; padding: 5px 0px 10px 30px; background: url(images/giohang_ico.jpg) no-repeat 5px 8px; color: #035E80; font-style: italic;}
.huongdan_detail a:hover{ color: #04579D}


.box_new{ width: 50%; float: left; padding: 10px; }
.box_new img{ width: 180px; height: 120px; border:1px solid #ccc; padding:2px; float: left; margin:0px 10px 0px 0px; transition: all 0.5s;}
.box_new h3{line-height: 1.3; font-family: 'RobotoBold'; font-size: 16px; }
.box_new h3 a{text-transform: uppercase; font-weight: 100; color: #37BD03}
.box_new p{ font-size: 13px; color: #393939; white-space: pre-line;} 

.box_new:hover img{ transform: scale(1.03);} 
.box_new:hover h3 a{ color: #ec1a23;} 

.content_new{ overflow:hidden; height: 400px; width: 100%; float: left;}

.thongtin_detail{ font-style: italic;}
.khuyenmai_detail{ margin: 5px 0px 0px 0px;}
.khuyenmai_detail ul li{ padding: 5px 20px 5px 0px; color: #008c00}
.khuyenmai_detail ul li input{ float: left; margin: 3px 5px 0px 0px;}
.khung_km{ padding: 0px; width: 100%; float: left;}
.khung_km li{ display: inline-block; border-bottom: 0px; width: auto;}


.table_info{ width: 100%; float: left;}

.quangcao_in{ position: absolute; z-index: 10; top: 48px; left: 410px;}
.quangcao_in:hover{box-shadow: 0px 0px 10px #999;} 
.quangcao_in img{ float: left;}

.dieuhuong{width: 100%; float: left;}
.dieuhuong a{ color: #333; padding: 0px 10px 0px 5px; float: left; background:url(images/icon/muiten_trong.png) no-repeat right;}
.dieuhuong a:last-child{background: none;}
.dieuhuong a:hover{ color: #ec1a23;}

.thanhsp{ width:100%; float:left; margin: 0px 0px 20px 0px; background:#ffd800;}
.thanhsp h2{ color:#fff; text-transform:uppercase;font-size: 20px; font-weight:100;display: inline-block; padding: 0px 20px 0px 10px}
.thanhsp h2:before{ content: ""; background: url(images/after.png) no-repeat; height: 18px; float: left; width: 139px; margin: 15px 0px 0px 0px;}
.thanhsp h2:after{ content: ""; background: url(images/after.png) no-repeat; height: 18px; float: right; width: 139px; margin: 15px 0px 0px 0px;}

.thanhsp span{ color: #FE0000}

.khung_khac{ width: 100%; float: left;margin: 0px 0px 20px 0px;}
#java_km{ width: 100%; float: left;}
#java_km img{ border: 1px solid #ccc; margin: 5px; padding: 1px; }
#java_km img:hover{ opacity: 0.8; }
.thanhdt{ width:100%; float:left; margin: 10px 0px 20px 0px; text-align: center; height: 60px; line-height: 55px;}
.thanhdt h2{ color:#333333; text-transform:uppercase;font-size: 26px;background-color: #fff; display: inline-block; padding: 0px 20px 0px 10px; font-weight: 100;}
.thanhdt span{ color: #FE0000}

.tin_tuc{ width: 100%; float: left; text-align: center; margin-top: 10px;}
.tin_tuc h2{ display: inline-block; background: url(images/thanhsp.png) no-repeat; height: 64px; background-size: 100% 100%; padding: 10px 80px 0px 80px;text-transform:uppercase; color: #fff; font-weight: 100}
.tin_tuc h3{color:#646464; text-transform: uppercase; margin: 10px 0px 5px 0px ;}
.tin_tuc p{color:#666666; font-size: 12px;}
.tin_tuc ul li{ width: 370px;float: left; margin: 20px 0px 0px 10px; text-align: left;}
.tin_tuc ul li img{ width:66px; height:66px; float:left; margin:10px; border-radius: 100%;}
.tin_tuc ul li{ padding:2px 0px 2px 10px;}
.tin_tuc ul li a{ color:#00426f;}
.tin_tuc ul li span{ color:#ccc}
.tin_tuc a:hover{ color:rgba(255,0,0,1);}

.item{
    width: 285px;
	float:left;
	margin:0px 26px 20px 0px;
	padding: 0px 0px 10px 0px;
	position: relative;
    background: url('images/bg_sp.png') no-repeat bottom;
}
.item:nth-child(3n){ float: right; margin-right: 0px; }
.item:nth-child(3n+1){ clear: left;}
.item .giaban{ font-size: 14px; color: #000; padding: 0px 0px 0px 20px;}
.item .giaban span{ color: #D80303; text-decoration: line-through;}
.item  a img{
	width:280px;
	float: left;
    border-radius: 0px 20px 0px 20px;
    transition: 0.5s;
    margin-bottom: 5px;
    box-shadow: 5px 5px 0px 0px #ededed;
}
.bong_sp{ width: 100%; float: left; height: 8px; content: ''; background: url(images/bong_sp.png) no-repeat;}
.item a,.sp2 a{
	text-decoration:none;	
}
.item h3,.sp2 h3{transition: 0.5s; color:#000; font-family: 'RobotoRegular';  font-weight:100;font-size:14px; width: 100%; float: left; padding: 10px 0px 5px 20px; }
.item p{ color: #000; font-size: 13px;} 
.item:hover a img{box-shadow: 5px 5px 0px 0px #026F79; opacity: 0.8;}
.giohang{ position: absolute; z-index: 100; bottom: 10px; right: 10px; cursor: pointer; transition: 0.3s; }
.giohang:hover{ transform: scale(0.8); }
.mua_ngay {
    position: absolute;
    z-index: 100;
    transition: all 0.5s ease 0s;
    background: url(images/giohang_ico.jpg) no-repeat 10px 7px;
    color: #0b58cc;
    bottom: 2px;
    left: 2px;
    right: 2px;
    height: 30px;
    border: 1px solid #abcaf8;		
    line-height: 30px;
    text-align: center;
    display: none;
}
.mua_ngay a {
    display: block;
    color: #0b58cc;
}
.item:hover .mua_ngay{ display: block;}
.mua_ngay:hover{}
.mua_ngay:hover a{ color: #f37022}
.giaohang_tn{ width: 380px; float: left; padding: 20px 10px 20px 160px; color: #fff; background: url(images/giaohang.png) no-repeat 0px 10px; border-right: 1px solid #0081b4;}
.giaohang_tn h4{ color: #fbda42; font-size: 18px; text-transform: uppercase;font-family: 'RobotoCondensed'; }
.giamgia_hot{
    position: absolute;
    width: 40px;
    float: left;
    height: 40px;
    z-index: 1;
    top: 3px;
    right: 3px;
    background: url(images/giamgia.png) no-repeat;
    line-height: 30px;
    text-align: center;
    color: #FFF;
}
.khung_2{  padding: 0px 0px 0px 20px; margin-top: 20px;}
.khung_22{border: 1px solid #ccc; width: 100%; float: left; min-height: 390px;}
.khung_22 h4{ background: #f5f5f5; text-transform: uppercase; color: #333;height: 45px; line-height: 45px; font-size: 14px; padding: 0px 0px 0px 20px}
.khung_22 .item h3{ font-size: 12px; font-weight: 100; text-transform: lowercase;}
.khung_22 .item { margin: 10px 0px 0px 0px;}
.khung_22 .item:nth-child(2n+1){ clear: left;}

.dangky_tin{ margin:0px 0px 10px 0px; float: right; width: 400px; color: #fff; }
.dangky_tin h4{ text-transform:uppercase; font-weight: bold; width: 100%; float: left; margin-top: 10px; color: #fbda42; font-size: 18px;font-family: 'RobotoCondensed';}
.dangky_tin p{ font-size: 14px; margin:5px 0px 5px 0px; font-size: 12px;} 
.dangky_tin p span{ text-transform: uppercase; font-size: 16px;}
.dangky_tin input{ width: 100%; padding: 10px; border-radius: 2px; border:0px; background: #efefef; margin-top: 10px;}
.dangky_tin button{ border:0px; background:#fbda42; width: 100px; height: 36px; border-radius: 0px 5px 5px 0px; font-weight: bold; color: #fff; text-transform: uppercase; position: absolute; z-index: 100; top: 10px; right: 0px; padding: 10px; cursor: pointer;}
.dangky_tin button:hover{ opacity: 0.5;}



.dathang{
	width:80px;
	float:left;
	height:25px;
	border-radius:5px;
	background:#39a01f;
	text-align:center;
	margin-left:40px;
	line-height:25px;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
}

.noidung ul li{list-style-type:none !important;}

#footer{
	width:100%;
	float:left;
    background: #00adef url(images/footer.png) no-repeat;
    padding-top: 30px;
}

.footer{
    width: 500px; 
    float: left; 
    margin: 0 30px 0 0; 
    color: #fff!important; 
    line-height: 2!important;
    font-family: 'RobotoRegular';
    font-size: 14px;
}


/*.footer ul{margin: 10px 0; padding:0; float: left; line-height: 2;}
.footer ul li{width: 100%;float: left; font-size: 14px; color: #ffffff; padding: 0 0 0 25px; font-weight: normal; font-family: 'RobotoRegular'; }
*/


.guimail-text input::-webkit-input-placeholder {
   color: #fff; font-size: 13px;
}

.guimail-text input:-moz-placeholder { /* Firefox 18- */
   color: #fff; font-size: 13px;
}

.guimail-text input::-moz-placeholder {  /* Firefox 19+ */
   color: #fff; font-size: 13px;
}

.guimail-text input:-ms-input-placeholder {  
   color: #fff; font-size: 13px;
}
.guimail-text textarea::-webkit-input-placeholder {
   color: #fff; font-size: 13px;
}

.guimail-text textarea:-moz-placeholder { /* Firefox 18- */
   color: #fff; font-size: 13px;
}

.guimail-text textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #fff; font-size: 13px;
}

.guimail-text textarea:-ms-input-placeholder {  
   color: #fff; font-size: 13px;
}


.guimail-text{position: relative; margin-bottom: 10px; font-size: 13px; width: 48%; float: left; margin-right: 2%}
.guimail-text input{position: relative; height: 30px; line-height: 30px; background: rgba(232, 232, 232, 0.5); width: 100%; padding-left: 10px; border: 1px solid rgba(232, 232, 232, 0.5); border-radius: 3px; color: #FFF; }
.guimail-text textarea{ text-indent: 10px !important; width: 100%;background: rgba(232, 232, 232, 0.5); border: 1px solid rgba(232, 232, 232, 0.5); border-radius: 3px; color: #FFF;}

.guimail-gui{display: inline-block; margin: 0 10px 0 100px;}
.guimail-gui input{width: 77px; height: 30px; line-height: 30px; padding: 0; border: 0; color: #FFF; background: #00AEEF; box-sizing: border-box; text-transform: uppercase; border-radius: 3px; cursor: pointer;}
.guimail-clear{display: inline-block;}
.guimail-clear input{width: 95px; height: 30px; line-height: 30px; padding: 0; border: 0; color: #FFF; background: #ED1C24 url(images/clear.png) no-repeat 74px center; box-sizing: border-box; text-transform: uppercase; border-radius: 3px; cursor: pointer;}


.footer_LR{
    width: 330px;
    float: left;
    margin-bottom: 10px;
}
.footer_LR h5,.footer_R h5{
    color: #fff; 
    font-weight: normal; 
    font-size: 15px; 
    text-transform: uppercase; 
    margin-bottom: 15px;
}
.footer_R h6{
    color: #fff; 
    font-weight: normal; 
    font-size: 15px; 
    text-transform: uppercase; 
    margin-bottom: 15px;
    float: right;
}

.footer_LR ul{margin: 0; padding:0; float: left; line-height: 1.7;}
.footer_LR ul li{background: url(images/ico_li.png) no-repeat left 10px; padding-left: 16px;}
.footer_LR ul li a{font-size: 14px; color: #ffffff; font-weight: normal;}
.footer_LR ul li a:hover{color: #FCC71F;}

.footer_R{
    width: 210px;
    float: right;
    margin: 0 0 0 0;
}
.thongke {
    width: 85%;
    float: right;
}
.thongke p{color: #ffffff; font-size: 12px; font-weight: normal;}
.thongke ul{line-height: 2;}
.thongke ul li{font-size: 15px; color: #ffffff; padding-left: 30px; font-weight: normal; font-family: 'RobotoRegular';}
.thongke b{font-weight: normal; float: right;}

.mangxahoi{float: right; margin: 12px 0 0 0; width: 100%; text-align: right;}
.mangxahoi a{ color: #fff; font-size: 13px; margin-bottom: 5px;}
.mangxahoi img{vertical-align: middle;transition: all 0.5s; margin-right: 5px;}
.mangxahoi img:hover{transform: scale(1.1,1.1);}
.mangxahoi a:hover{ color: #FCC71F;}

.mangxahoi2{float: left; margin: 20px 0 0 0;}
.mangxahoi2 img{vertical-align: middle;transition: all 0.5s; margin-right: 5px;}
.mangxahoi2 img:hover{transform: scale(1.1,1.1);}

/*-----------------------------------*/
.lienket{float: right; margin-top: 4px; text-align: center;}
.lienket label{ float: left; font-weight: bold;  color: #fff; margin:5px 10px 0px 0px;  }
.lienket a{ margin: 10px 5px 0px 0px;}
.lienket h4{ float: left; width: 100%; color: #fff; font-size: 16px;}
.lienket img{transition: all 0.5s;}
.lienket img:hover{ transform: scale(1.1,1.1); opacity: 0.7;}
/*-----------------------------------*/
.nhantin{width: 100%; float: left;  margin: 0 0 0 0;}

.dangkymail{width: 376px;float: left; position: relative; margin-top: 5px;}
.dangkymail input{ width: 100%; height: 29px; line-height: 29px; padding: 0px 75px 0px 15px ;border:0px; background: url(images/dk_email.png) no-repeat; font-size: 14px; color: #515151; outline: none;}
.dangkymail button{ border:0px; width: 65px; height: 29px; outline: none;position: absolute; z-index: 100; top: 0px; right: 0px; cursor: pointer; background: transparent;}

/* ---------------bottom-----------------*/
#bottom{
	width:100%;
	float:left;
	margin: 40px 0 0 0;
    background-color: #F3F3F3;
    padding-bottom: 50px;
}

#bottom2{
    width:100%;
    float:left;
    margin: 40px 0 0 0;
    padding-bottom: 20px;
}

.title_bt{
    width: 100%;
    float: left;
    margin: 50px 0 40px 0;
    background: url(images/line1.png) no-repeat center right;
}
.title_bt.nt{background: url(images/line2.png) no-repeat center right;}
.title_bt.tt{background: url(images/line3.png) no-repeat center right;}
.title_bt.vd{background: url(images/line4.png) no-repeat center right;}

.title_bt h3{
    position: relative;
    font-size: 18px;
    color: #ec1a23;
    text-transform: uppercase;
    padding-left: 12px;
    display: inline-block;
    font-weight: bold;
}
.title_bt h3:before{
    content: '';
    width: 4px;
    height: 13px;
    background-color: #EA1A23;
    position: absolute; 
    top: 6px;
    left: 0;
}

.box_httt{
    width: 588px;
    float: left;
}
.httt{
    width: 100%; float: left;
    border: 1px solid #D9D9D9;
    background: url(images/hotro.png) no-repeat top;
    padding: 30px;
}
.httt h4{
    font-size: 40px;
    color: #ff0000;
    font-family: 'SFUEurostileBold';
    display: inline-block;
    margin-top: 150px;
    margin-bottom: 20px;
}
.list_yahoo{
    width: 100%; 
    float: left; 
    margin-bottom: 5px;
}
.list_yahoo img{vertical-align: middle;}
.ten_lh{
    color: #ff0000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    background: url(images/kd.png) no-repeat left center;
    padding-left: 40px;
}
.sdt_lh{
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    background: url(images/tel.png) no-repeat left center;
    padding-left: 25px;
    margin: 0 25px;
}

.box_nhantin{
    width: 585px;
    float: right;
}
.frm_index{
    width: 100%;
    float: left;
    text-align: center;
}
.thanh_nt{
    width: 100%; 
    float: left; 
    margin: 0 0 20px 0; 
    position: relative;
    text-align: center;
    background: url(images/line-dv.png) no-repeat bottom center;
}
.thanh_nt h3{ 
    font-family: 'RobotoCondensedRegular';
    font-size: 23px; 
    color: #fff;
    font-weight: normal; 
    text-transform: capitalize; 
    margin-bottom: 15px; 
}

.frm_index input,.frm_index textarea{
    width: 100%;
    float: left;
    border: none;
    padding: 6px 10px;
    outline: none;
    background-color: #fff;
    font-size: 11px;
    color: #6e6c6c;
    font-family: 'RobotoRegular';
    margin-bottom: 13px;
}
.frm_index button{
    padding: 6px 15px;
    display: inline-block;
    background-color: #4895B3;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    font-weight: normal;
    font-family: 'RobotoRegular';
    font-size: 13p;
}
.frm_index button:hover{color: #ff0;}

.clear20{
    clear: both;
    height: 20px;
}

.clear25{
    clear: both;
    height: 25px;
}


/**Đối tác**/
.doitac{
    width: 100%; 
    float: left; 
    margin: 30px 0px;
    padding-right: 50px;
}
.owl-doitac{height: 0; opacity: 0;}
.owl-doitac .owl-prev{position: absolute; right: -50px; top: 0;}
.owl-doitac .owl-next{position: absolute; right: -50px; top: 38px;}

.doitac img{float: left; transition: 0.3s;}
.doitac img:hover{opacity: 0.7; transform: scale(1.03,1.03);}




.copyright{
    width: 100%;
    float: left; 
    height: 40px;
    line-height: 40px;
}
.copyright h4{ color: #fff; font-size: 13px; font-weight: normal; margin: 0; }
.copyright h5{ color: #fff; font-size: 14px; font-weight: normal; float: right; margin: 0; font-family: 'RobotoRegular';}
.copyright b{color: #ff0;}

#bando{
    width: 100%;
    float: left;
    position: relative;
}

#map_canvas {    
    height: 430px;
    width: 100%;
	margin-top:20px;
	float:left;
}
#map_canvas_bt {    
    height: 380px;
    width: 100%;
    float:left;
    position: relative;
}
.nhantin2{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6%;
    z-index: 9999;
    width: 323px;
    background-color: rgba(0, 0, 0, .5);
    padding: 25px;
}

.map_description {
    color: #000000;
    overflow: auto;
    width: 300px;
}
.map_description .default {
    color: #FF0000;
}
.map_description div {
    line-height: 18px;
    margin: 3px;
}
.map_list_address {
    float: left;
    height: 500px;
    overflow: hidden;
    width: 250px;
}
.map_list_address .list {
    line-height: 18px;
    margin-bottom: 5px;
}
.map_list_address span {
    color: #FCFF46;
}
.map_title {
    color: #30A602;
    font-weight: bold;
}
.navigate .C {
    width: 970px;
}

.hotro_right {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 70px;
    z-index: 9;
    width: 100%;
    max-width: 290px;
}
.hotro_right #img {
    display: block;
    position: relative;
    width: 100%;
    max-width: 202px;
    height: 81px;
    background: transparent url("images/httt.png") no-repeat scroll 0% 0%;
    cursor: pointer;
}

.hotro_right .noidung_20 {
    display: none;
    background-color: #FFF;
    border: 1px solid #d00000;
    padding: 10px;
    width: 560px;
    float: left;
}

.red{ color: #FB0000}
.dieukhoan{ width: 50%; float: left; border: 1px solid #ccc;margin: 10px 0px 10px 0px;}
.dieukhoan h4{ padding: 5px 10px 5px 10px; background: #F2F2F2 ; text-transform: uppercase; color: #fff}

.thanh_bt{ width: 100%; float: left; margin: 0px 0px 20px 0px; text-align: center; background: url(images/thanh_bt.png) no-repeat top center; margin-top: -5px; }
.thanh_bt h4{ font-size: 16px;font-family: 'RobotoRegular'; color: #fff; text-transform: uppercase; font-weight: 100; padding: 0px 30px 0px 30px; height: 38px; line-height: 38px; border-radius: 0px 0px 5px 5px;display: inline-block; }

.content_new ul li{ width: 100%; float: left; border-bottom: 1px dotted #ccc; padding: 10px 0px 10px 0px; }
.content_new ul li a{ width: 100%; float: left; color: #fff; padding: 0px 0px 0px 20px; background: url(images/4cham.png) no-repeat 5px 7px; }
.content_new ul li a:hover{ color: #FFF600 }
.content_new ul li span{ float: right; }

.khung_trai{ width: 48%; float: left; margin-left: 0px;}
.khung_phai{ width: 50%; float: right; padding: 0px;}
.thongtin_lh{ width: 100%; float: left; padding: 0px 40px 20px 0px;}
.thongtin_lh h1{ font-size: 20px; text-transform:uppercase; color: #04608B}
.form_contact{width: 100%; float: left; margin: 0px 0 20px 0px;}
.form_lh{ width: 100%; float: left;}
.form_lh fieldset{
	padding: 10px;
	margin: 0px 0px 0px 0px;
}
.form_lh legend{ padding:0px 10px 0px 10px;  font-style: italic; color: #023B70}
.form_lh p{ padding: 5px 0px 5px 0px;}
.form_lh p input{ padding: 5px; width: 300px; margin-left: 10px;}
.form_lh p label{ width: 100px; float: left;}
.form_lh p textarea{ padding: 5px; width: 400px; margin-left: 5px; border: 1px solid #ccc;}
.form_lh p button{ border: 0px; background: #303030; padding: 5px 20px 5px 20px; font-weight: bold; color: #fff; cursor: pointer; margin-left: 13px;}
.form_lh p button:hover{ background: #036593}
.form_van input{ width: 100% ; padding: 5px;}
.form_van button{ position: absolute; z-index: 1000; top: 1px; right: 0px; color: #eee; padding: 5px; border: 0px; background: #E78D00}

.form_l{ width: 100%; float: left; padding: 20px 10px;}
.form_l p{ padding: 5px 0px 5px 0px;}
.form_l p input{ padding: 5px; width: 100%;}
.form_l p label{ width: 100px; float: left;}
.form_l p textarea{ padding: 5px; width: 100%; border: 1px solid #ccc;}
.form_l p button{ border: 0px; background: #303030; padding: 5px 20px 5px 20px; font-weight: bold; color: #fff; cursor: pointer; margin-left: 13px;}
.form_l p button:hover{ background: #ec1a23}


#form_contact input{ padding: 5px;}


.dieukhoan{ width: 49%; float: left; border: 1px solid #ccc;margin: 10px 0px 10px 0px;}
.dieukhoan h4{ padding: 5px 10px 5px 10px; background: #F2F2F2 ; text-transform: uppercase; color: #555}
.cuoncuon{ padding: 10px; height: 400px; overflow-y: scroll;}
.xacnhan{width: 100%; float: right;margin: 5px 0px 5px 0px;}
.xacnhan h4{ padding: 5px 10px 5px 10px; background: #F2F2F2 ; text-transform: uppercase; color: #555}
.khungxn p{ padding: 5px 0px 5px 0px; border-bottom: 1px dotted #ccc; margin:0px;}
.khungxn p b{ width: 120px; float: left; font-weight: 100;}
.khungxn p span{ color: #FC0202}
.khungxn p label{ margin:0px; font-weight: 100;}
.phuongthuc h4{ padding: 5px 10px 5px 10px; background: #F2F2F2 ; text-transform: uppercase; color: #555; margin-bottom: 10px;}
.dongy { padding: 10px; width: 100%; float: left; font-weight: bold;}
.back_fix{
	height: 375px;
    width: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 20px;
}
.back_fix1{
	background-image: url("images/photo_divider1.jpg");
}
.back_fix2{
	background-image: url("images/photo_divider2.jpg");
}
.back_fix3{
	background-image: url("images/photo_divider3.jpg");
}
.back_fix4{
	background-image: url("images/photo_divider4.jpg");
}
.item1{ position: relative; overflow: hidden;}
.item1 img{ transition: 0.5s;}
.item1 img:hover{ opacity: 0.6; transform: scale(1.1);}

.menu_hinhanh{ width: 100%; float: left; height: 40px; background: url(images/menu.png) repeat-x; text-align: center; margin-top: 30px;}
.menu_hinhanh li{ display: inline-block; background: url(images/gach_menu.png) no-repeat right; padding-right: 5px;}
.menu_hinhanh li:last-child{ background: none;} 
.menu_hinhanh a{ display: block; height: 40px; line-height: 40px; padding: 0px 20px 0px 20px;}
.menu_hinhanh a:hover{ color: #FBC729}
.menu_mobile,.menu_hinhanh_m{ display: none; font-size: 30px; color: #fff; float: right; margin:5px 50px 0px 0px; position: relative; cursor: pointer;}
.menu_mobile:hover,.menu_hinhanh_m:hover{ color: #FAD400}
.menu_trong{ position: absolute; z-index: 100; display: none; background: #fff;border: 1px solid #eee;}
.about_mm{ padding: 10px; text-align: center; }
.about_mm a{ background: #0070c0; display: inline-block; padding: 5px 50px 5px 50px; font-size: 20px; border-radius: 5px; color: #fff; }
.about_mm a.banggia{ background: #df0000; }
.about_mm a:hover{ opacity: 0.8; }
.download_box {
    width: 286px;
    float: left;
    margin-right: 30px;
    text-align: center;
}
.download_box img {
    border: 1px solid #ddd;
    padding: 5px;
}
.download_box h3 {
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #333;
    margin: 5px 0px 5px 0px;
    font-size: 14px;
    display: inline-block;
}
.download_box a {
    margin: auto;
    display: inline-block;
    padding: 3px 20px 3px 20px;
    background: #4E970E;
    color: #fff;
}
.download_box a:hover{background: #DE8801;}
.box_video{float: left; width: 100%;}
.box_video img{ max-width: 100%;}
.box_video a h3{ text-align: left; margin:5px 0px 0px 0px; width: 100%; float: left; font-size: 14px;color:#035F67;font-weight: bold;overflow: hidden;}
.box_video:hover a h3{color:#d5aa16;}
.box_video:hover{ opacity: 0.8;}
.video_info{font-size: 12px;color:#767676;line-height: 1.3em;}
.video_info .loai_vid a{font-size: 13px;color:#767676;}
.video_info .loai_vid:hover a{color:#167ac6;}
.box_vid{width:70%;float: left;}
.box_vid iframe{height:400px;}
.box_vid h1{font-size: 24px;color:#fff;width:100%;background:rgba(0,0,0,.7);padding:15px 10px;box-sizing:border-box;}
.vid_cmt{width:100%;height:auto; float: left; margin-top: 10px;}
.other_vid{width:28%;float: right;}
.title_other{color:#d5aa16;font-size: 14px;font-weight: bold; border-bottom: 1px solid #ccc;text-transform: uppercase;}
.other_vid .box_video_detail{width:100%;padding:7px;box-sizing:border-box;}
.other_vid .box_video_detail img{width:40%;float: left;height:auto;}
.box_video_detail .vid_info{width:58%;float: right;color:#767676;line-height: 1.3em;font-size: 12px;}
.box_video_detail .vid_info a h3{font-size: 13px;font-weight: 500;color:#08678E;font-weight: bolder;}
.box_video_detail:hover .vid_info a h3{color:#d5aa16;}
.vid_info .loai_vid a{font-size: 13px;color:#767676;}
.vid_info .loai_vid:hover a{color:#167ac6;}
.luotxem{ font-style: italic; color: #666; font-size: 12px; }


/* -----------------------Popup---------------------------*/
#popub {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    z-index: 10001;
    text-align: center;
}
#loading, #popub {
    width: 100%;
    height: 100%;
    display: none;
}
#popub .popub {
    position: relative;
    max-width: 80%;
    margin: auto;
    display: inline-block;
}
#popub .popub .close_popup {
    position: absolute;
    background: url(images/icon/close.png) center center no-repeat;
    width: 60px;
    height: 60px;
    right: -33px;
    top: -33px;
    z-index: 999999;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: block;
    box-shadow: 0 0 60px rgba(0,0,0,.2);
    border: 1px solid rgba(255,255,255,.5);
    background-color: rgba(255,255,255,.1);
}
.close_popup {
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
}
.close_popup, .list-group-item>.badge {
    float: right;
}
#popub .popub .close_popup:hover {
    background-color: rgba(255,255,255,.3);
    box-shadow: 0 0 20px rgba(255,255,255,.8);
}
/* -----------------------End Popup---------------------------*/

/*--------------tags---------------------*/
.tags{
    background: #85D900;
    display: inline-block;
    padding: 0px 5px;
    line-height: 25px;
    color: #fff;
    padding-right: 15px;
    margin-bottom: 5px;
    margin-right:5px;
    position: relative;
}
.tags:before{
        content: '';
    height: 0px;
    width: 0px;
    position: absolute;
    top: 0px;
    left: -10px;
    border-top: 13px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 10px solid #85D900;
}
.tags:after{
        content: '';
    height: 0px;
    width: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    border-top: 13px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 10px solid #fff;
}
.tags span{ width: 10px; height: 10px; float: left; background:#fff; margin: 7px 10px 0px 0px; border-radius: 100%; }
.tags:hover span{ background:#FDF759; }
/*-----------------end tags-----------------------*/

.comboboxs select,.comboboxs input{ width: 100%; padding:5px;margin: 10px 0px 0px 0px; }
.comboboxs{}
.entry-title{text-transform: uppercase; font-size: 14px; border-bottom: 1px solid #ccc; color: #666}
#btnSearch{ background: #1e90e8; float: right;  border:0px; padding: 7px 20px 5px 20px; font-weight: bold; text-transform: uppercase; color: #fff; margin: 10px 0px 0px 0px; cursor: pointer;}
#btnSearch:hover{ background: #0082B8 } 
/*-----------fanpage----------------*/
.fanpage {
    position: fixed;
    top: 200px;
    right: -300px;
    z-index: 9999999999;
    width: 300px;
    height: 250px;
    transition: all 0.5s;
}
.fanpage .title_fanpage {
    position: absolute;
    top: 0px;
    left: -45px;
}
.fanpage:hover {
    right: 0px;
}
/*----------------------TAB-----------------------*/
div#tabs
{
    background:#FCFCFC;
    border:1px solid #EEEEEE;
    padding:10px;
    margin-top:10px;
    margin-bottom:10px;
}

div#tabs ul#ultabs 
{
    list-style:none;
}
div#tabs ul#ultabs li
{
    float:left;
    color:#000;
    background:#fff;
    padding:8px 20px;
    margin-right:10px;
    cursor:pointer;
    border:1px solid #EEEEEE;
    border-bottom:none;
    font-weight:bold;
    font-size:13px;
}
div#tabs ul#ultabs li.active
{
    color:#fff;
    background: #ec1a23;
}
div#content_tabs
{
    border:1px solid #EEEEEE;
    border-top:none;
    padding:10px;
    background:#fff;
}

/*----------------------*/
.blue_table, .blue_table td {
    border: 1px solid #D5EAFF;
    padding: 2px;
    width: 100%;
    clear: both;
    height: 30px;
    font-size: 14px;
}
.khung table, td {
    font-size: 11px;
    font-family: Tahoma, Arial;
    color: #333333;
    margin: 0px;
    border-collapse: collapse;
    line-height: 1.4em;
    text-align: center;
    outline: none;
}

.blue_table th {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #003873;
    font-family: Tahoma;
    height: 30px;
    font-size: 14px;
    border: 1px solid #D5EAFF;
    padding: 2px;
}


/*-------Search -------*/
.box_full .bottom-content {
    position: relative;
    float: right;
    width: 420px;
}

.bottom-content button.btn-search {
    background: #ec1a23;
    border-radius: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
    display: inline-block;
    padding: 9px 12px;
    margin-bottom: 6px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0;
    outline: 0;
}

#inputSort-Search {
    width: 88px;
    border-radius: 0;
    float: left;
}
.bottom-content .input-txt {
    position: relative;
    float: left;
    margin-right: 2px;
}
.bottom-content .input-txt input {
    width: 230px;
    border-radius: 0;
    padding-left: 40px;
    font-size: 12px;
}
.form-cat {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    outline: 0;
}
.bottom-content .input-txt i {
    color: #bdbdbd;
    position: absolute;
    top: 12px;
    left: 15px;
    font-size: 11px;
}
/*-------End Search -------*/