@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;
}
ul, ol, p{margin: 0;}
a:hover{    text-decoration: inherit !important;}

a{/* text-decoration: none; *//* color: #000; */} 
.margin_auto{
    width:1200px;
    margin:auto;
}
.hotline_bottom{
    background: url(images/hotline.png) no-repeat;
    width: 173px;
    height: 47px;
    position: fixed;
    bottom: 10px;
    left: 15px;
    padding-left: 55px;
    padding-top: 14px;
    z-index: 9999;
}
.hotline_bottom a{
    color: #fefefe;
    font-family: 'Tahoma';
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
}
.banner object{display: block;}
.bannermb{display: none;}
#banner{/*     background: url(images/banner2_01.png) center top no-repeat;
display: block;
transition: all 0.5s; */position:  relative;}
#header.fixed {
   position: fixed;
   background-color: #0000005c;
   z-index: 1000;
}
#header.fixed #lang{
    display: none;
}
#header.fixed .logo img{
    height: 65px;
}
#header.fixed .logo{
    top: 8px;
}
#header {
    width: 100%;
    margin: 0 auto;
    z-index: 9;
}
#logo { 
    margin-top: 5px;
    vertical-align: middle;
    float: left;
}
#logo img{
    transition: all 3s;
    display: block;
    max-width: 100%;
}
.banner {
    float: left;
    margin-left: 10%;
}
#container{ 
    width: 100%;
}
#top{
    width:100%;
    float:left;
    background: url(images/gocphai.png) no-repeat right top;
}
#header{ 
    width: 100%;
    margin: 0 auto;
    z-index: 9;
}
#lang{
    float: right;
    font-family: 'RobotoRegular';
    width: 66%;
    border-bottom: 1px solid #ffffff1c;
    position: relative;
}
.dienthoai_top {
    float: right;
    padding-top: 8px;
    position:  absolute;
    right: 40px;
}
.langCon {
    float: right;
}
#lang div{/* float: right; */}
#lang div.langvi{margin-right: 10px;    padding-right: 10px;}
#lang div.langvi:first-child:after{position: absolute; right: 0; top: 7px; content: '';border-right: 1px solid #d5d5d5; height: 11px;}
#lang div.langvi a{color: #0048cc; font-size: 12px;}
.langCon img {
    margin-left: 10px;
}
#lang div.langen a{color: #ffa200; font-size: 12px;}
.nav_logo {
    background-color: #000000b0;
    position: absolute;
    width: 100%;
    z-index: 99;
}
.box_header{/*     width: 100%;
position: absolute; */box-sizing: border-box;color: #000;font-family: 'RobotoRegular';background: #30303000;/* top: 1px; */z-index:  99;}
.box_header marquee{
    width: 50%;
    float: left;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    color: #cf9638;
    font-family: 'SFUFuturaBook';
}
.email_top{
    float: left;
    line-height: 40px;
    /* margin-right: 20px; */
    color: #000;
    font-size: 15px;
    font-family: 'RobotoRegular';
    position: relative;
    /* padding-right: 20px; */
}
.email_top img{
    margin-right: 10px;
    margin-top: -5px;
}
.email_top:after{
/*     position: absolute;
top: 20px;
right: 0;
border-right:1px solid #f68498;
content: '';
height: 7px;
width: 1px; */
}
#quangcao .box_qc{
    display: inline-block;
}
#quangcao .box_qc img{
    max-width: 100%;
}
.top_bg{ background: #02b8f1; width: 100%; float: left;}
.top_bg ul{ float: right;}
.top_bg ul li{ display: inline-block; position: relative; height: 30px; float: left;}
.top_bg ul li a.kt_vandon{ font-size: 12px; color: #fff; float: left; padding: 0px 15px 0px 0px; margin-right: 10px; background: url(images/down_t.jpg) no-repeat right 12px; height: 30px; line-height: 30px;}
.top_bg ul li:hover a{ color:#FFF000;}
.top_bg ul li .dropdown {
    top: 100%;
    z-index: 999;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 300px;
}
.header_top{ width: 100%; float: left; background: url(images/bg_top.png) no-repeat; height: 229px; }
.dropdown {
    position: absolute;
    display: none;
    right: 0px;
    text-align: left;
    background: #FFF;
    min-width: 200px;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.5);
    box-shadow: 0 2px 2px rgba(0,0,0,.5);
    padding: 15px 21px;
    text-transform: initial;
    line-height: 1.3;
    font-size: 12px;
    color: #024879;
}
#order_tracking .dropdown__title {
    margin: 10px 0;
    text-transform: uppercase;
}
.dropdown__title {
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.form .formRow label{
    float: left;
    width: 60px;
}
.form .formRow input, .form .formRow textarea{
    width: 200px;
    border: 1px dashed;
}
.form .formRow input.blueB{
    width: 50px;
} 


.form label {
    display: block;
    padding: 5px 0px 5px 0px;
    font-weight: 100;
    font-size: 12px;
}
.form__submit__button{
  border: 0px; background: #f36f21; padding: 5px 20px 5px 20px; color: #fff;
}
.form__submit__button:hover{ background: #036289}
.form__input__text {
    position: relative;
    box-sizing: border-box;
    outline: 0;
    border: 1px solid rgba(0,0,0,.5);
    margin: 0;
    padding: 5px;
    font-size: 12px;
    width: 100%;
    border-radius: 3px;
}
.kiemtra_donhang li{ display: inline-block; padding: 5px 30px 5px 0px;}
.kiemtra_donhang{ width: 100%; float: left; border-top:1px solid #eee;border-bottom:1px solid #eee; margin:20px 0px 0px 0px; }

.thongtin_donhang li { padding: 5px 30px 5px 0px; border-bottom:1px solid #eee; }
.thongtin_donhang{ width: 100%; float: left;  margin:20px 0px 0px 0px; border-top: 1px solid #ccc }

.title_don{ border-bottom:1px solid #ccc;border-top:1px solid #ccc; padding: 5px;}
.title_don td{padding: 5px; background: #eee;}


.dichvu{ padding: 10px; margin-bottom: 12px; position: relative;}
.dichvu h3:before{ content: ''; width:56px; height: 40px; background: url(images/icon.jpg) no-repeat; float: left; margin-right: 20px; }
.dichvu h3{  width: 100%; float: left; background: #f4f3f3; height: 40px;line-height: 40px; color: #555555; font-size: 18px; text-transform: uppercase;font-family: 'RobotoMedium';}

.dichvu img{ width: 100%; transition: 0.5s;}
.dichvu .dv_hinh{ width: 100%; float: left;margin-bottom: 20px; position: relative; overflow: hidden;}
.dichvu .dv_hinh:hover img{ transform: scale(1.1);}
.noidung_load h2{ border-bottom: 1px solid #ccc; text-transform:uppercase;color: #555; width: 100%; float: left; font-size: 18px;font-family: 'RobotoMedium'; height: 40px; line-height: 40px;}
.noidung_load h2:before{ content: ''; background: url(images/icon.jpg) no-repeat; width: 56px; height: 40px; float: left; margin-right: 20px;}
.top_search{ background: #f6f6f6; width: 100%; float: left;}
.quangcao{ }
.quangcao img{ width: 100%; display: block;}
.photo_item_overlay {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(232, 83, 2, 0.5) ;
    opacity: 0;
    transform: scale(0);
    transition: transform 0.5s ease 0s;
}
.photo_item_overlay a {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
}
.icon_background {
    display: block;
    background: transparent none repeat scroll 0% 0%;
    height: 60px;
    width: 60px;
    padding: 13px;
    border-radius: 150px;
    transform: scale(0);
    transition: all 0.3s ease 0s;
}
.icon_button {
    position: absolute;
    padding: 13px;
    font-size: 30px;
    color: #FFF;
}

.dichvu:hover .photo_item_overlay,.block:hover .photo_item_overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.photo_item_overlay a:hover .icon_background {
    background: rgba(0,0,0,0.7);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#banner_mobile{ display: none;}
#slogan{ font-family: 'SFUSouvenirBold'; float: left; width: 650px; padding:25px 0px 0px 30px; color: #0065a2; font-size: 22px; text-transform: uppercase;}
.albumleft , .albumright{
    width: 49%;
    float: left;
}
.albumleft .albummax img{
    width: 100%;
}
.wap_album{
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* order: 1; */
}
.box_album{
        overflow: hidden;
        margin-bottom: 6px;
}
.box_album{
    margin-top: 25px;
    padding: 3px;
    background-color: #fff;
    box-shadow: 3px 6px 7px -6px rgba(0,0,0,0.5);
    display: inline-block;
}
.box_albumtrong {
    margin-top: 25px;
    float: left;
    width: 25%;
    padding: 0 25px;
}

.box_album:nth-child(-n + 2){
    margin-top: 0;
}
#album img{ width: 230px; float: left; padding: 4px; margin: 8px; border:1px solid #cde0fe; height: 150px;}
#album img:hover{ opacity: 0.8;}
.imgtt{
    margin-right: 5px;
}
.logo {
    vertical-align: middle;
        float: left;
        z-index: 1;
   
        width: 30%;
        overflow: hidden;
        position: absolute;
        top: 20px;
        text-align: center;
}
#main_menu{
    z-index: 99;
    transition: all 1s;
    height: 80px;
    position: relative;
    top: 0;
    left: 0;
    width: 70%;
    float: right;
}
.logo-center-menu {
    min-width: 90px;
    z-index: 999;
    float: left;
    padding: 5px 0 5px 0;
}


.icon_menu{width: 37px;height: 37px;box-sizing: border-box;position: relative;padding: 0px 5px;display: none;color: #fff !important;text-align: right;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border: 1px solid #ffffff;background-color: #00aef0;top: 5px;left: 5px;box-shadow: 3px 3px #c4c4c4;}
.icon_menu .top{
    position: absolute;
    left: 5px;
    top: 12px;
    width: 25px;
    display: block !important;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
}
.icon_menu .middle{ 
    position: absolute;
    left: 5px;
    top: 20px;
    width: 25px;
    display: block;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
}
.icon_menu .bottom1{
    position: absolute;
    left: 5px;
    top: 28px;
    width: 25px;
    display: block;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
}

#main_menu h2{ width: 100%; cursor: pointer; background-color: #01b8f1; color: #fff; font-size: 20px; text-transform: uppercase; font-weight: bold; padding: 15px 20px 15px 20px; font-family: 'RobotoCondensedBold';  font-weight: 100; }
#main_menu h2 span{ padding: 0px 20px 0px 0px;}
.slide_{ width: 100%; float: left; padding: 10px 0px 0px 20px;}
.frame_images{float: left; width: 68.7%;}
.app-figure{
    position: relative;
    z-index: 2;
    border: 1px solid #ccc;
    text-align: center;
}
#slide_show{
    position: relative;
    /* margin-bottom: 20px; */
}
.slider{
    width: 100%;  
}

.contant_gioithieu{
    background: url(images/gioithieu_hoa.png) no-repeat bottom left 41%;
    padding: 30px 0 150px 0;
    min-height: 525px;
}
.title_gioithieu{
    text-align: left;
    margin: 44px 0 10px 0;
    position: relative;
}

.title_gioithieu h2{
    color: #8c3794;
    font-size: 51px;
    text-transform: capitalize;
    position: relative;
    margin: 0;
    padding-bottom: 20px;
    font-family: 'UVNMuaThu';

}

.info_gioithieu{
    color: #555555;
    font-family: 'OpenSansRegular';
}
.box_gt_mota{
    float: right;
    position: relative;
    width: 50%;
    padding: 2px;
    box-sizing: border-box;
}
.box_gt_img{
    float: left;
    width: 555px;
    position: relative;
}
.box_gt_img_n {
    width: 515px;
    outline: 1px solid #d4d4d4;
    border: 15px solid #fff;
    position: relative;z-index: 2;
}
.box_gt_img:after {
    position: absolute;
    top: 60px;
    right: 0;
    border: 10px solid #8c3794;
    width: 325px;
    height: 475px;
    content: '';
    z-index: 1;
}
.box_gt_img img{width: 100%;display: block;}
.xemthem_gt{
    border: 1px solid #e1e1e1;
    padding: 15px 38px;
    display: inline-block;
    margin: 5px 0 0 0px;
    font-size: 15px;
    background: #8c3794;
    font-family: 'OpenSansSemibold';
    border-radius: 30px;
    text-transform: uppercase;
    transition: all 0.5s;
}
.xemthem_gt:hover{background-color:  #74517b;}
.xemthem_gt:hover a{color: #ff0;}
.xemthem_gt a{
    color: #fff;
    font-size: 14px;
    font-family: 'RobotoMedium';
}
.danmuc_left{
    width: 270px;
    float: left; 
    margin-bottom: 10px;  
}
.thanh_dm{
    width: 100%;
    background: url(images/thanh.png) no-repeat;
    text-transform: uppercase;
    font-family: 'SFUEurostileCondensed'; 
    color: #fefefe;
    font-size: 18px;
    padding-left: 50px;
    height: 43px;
    line-height: 43px;
}
.bck_tieudecamket{
    background: url(images/bck_tieude.png) no-repeat bottom center;
    margin: 0 0 20px 0;
    position: relative;
    padding: 0px 0 20px 0;
    text-align: center;
    min-height: 100px;
}
.copad{
    padding-top: 20px;
}
.bck_tieudecamket h3{
    font-family: 'SFUFuturaHeavy';
    font-size:30px;
    text-transform: uppercase;
    color:#000;
}
/*center*/
.video-clip1{}
.box_video_id{
    width: 74.5%;
    float: left;
}
.chonvideo{
    width: 25%;
    float: right;
    height: 295px;
    padding: 0 10px 0 5px;
}
.chonvideo li{display: block;}
.chonvideo img{width: 100%; margin-bottom: 10px;}
.chonvideo img:hover{opacity: 0.8;}
.center .title-center{  border-bottom: 1px solid #a5a7a0; text-align: left;    margin-bottom: 20px;}
.center .title-center h2{
    display: inline-block;
    text-align: left;
    font-family: 'SFUEurostileCondensed';
    color: #a5a7a0;
    font-size: 22px;
    padding: 5px 15px 5px 0;
    margin: 0;
    border-bottom: 5px solid #a5a7a0;
}
/**/
.wap_dichvu{    padding: 30px 0;}
.title_duan h2{
    color: #fffb00 !important;
    font-size: 30px;
}
.info_title_da{
    color: #cbcbcb;
    font-size: 15px;
    text-align: center; 
    margin-bottom: 20px;
}
.item{
    margin: 0px 0px 0px 0px;
    position: relative;
    transition: all 0.5s;
    padding: 0;
    box-sizing: border-box;
    display: inline-block;
}
.item .item_img img{
    max-width: 100%;
}

.item .ten-dm{
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 0;
    text-align: center;
    margin-top: -50px;
    width: 100%;
    opacity: 0
}
.item .ten-dm a{
    color: #fefefe;
    font-size: 25px;
    font-family: 'RobotoBold';
    font-weight: normal;
    text-transform: uppercase;
}
.item:hover .ten-dm{
    opacity: 1;
}
/*banggia*/
.banggia{

}
/*banggia*/
/*taisao*/
.wap_taisao{
    padding: 20px 0;
    background: url(images/bg_camket.png) no-repeat top center;
}
.mogioi{
    width: 100%;
}
.content_mogioi{padding: 15px;}
.box_mogioi{text-align: center;max-width: 335px; margin: 0 auto;}
.box_mogioi h4{
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'RobotoRegular';
    margin: 15px 0 20px 0;
    position: relative;
}
.box_mogioi h4:after{
    position:  absolute;
    content: '';
    width: 75px;
    height: 2px;
    background-color: #999999;
    top: 30px;
    right: 39%;
}
.box_mogioi p{
    color: #f9f9f9;
    font-size: 17px;
}
.box_mogioi_img{
    border-radius: 50%;
    width: 120px;
    height: 110px;
    overflow: hidden;
    background: #fe0000;
    position: relative;
    z-index: 9;
    transition: all 0.5s;
    display: table;
    margin: 0 auto;
    border: 5px solid #eeeeee;
}
.box_mogioi_img span{
    display: table-cell;
    vertical-align: middle;
    height: 110px;
}
.box_mogioi_img img{max-width: 100%; transition: all 0.5s; transform: rotate(0deg) !important;}
.box_mogioi:hover .box_mogioi_img{background: #fed700;}
.box_mogioi:hover .box_mogioi_img img{transform: rotate(360deg) !important;}
.box_mogioi .mogioi_info{
    color: #595959;
    font-size: 14px;
    font-family: 'RobotoRegular';
}
.box_mogioi:hover h4{color: #fe0000;}
/*camnang*/
.wap_camnang{padding: 45px 0;    overflow: hidden;}
.title_camnang{margin-bottom: 20px; position: relative;}
.title_camnang:after{position: absolute;border-bottom: 1px solid #ffffff; width: 100%; content: '';top: 34px;    left: 0;}
.title_camnang h5{background: #ffffff; position: relative; display: inline-block; height: 52px;color: #004979;font-size: 25px;font-family: 'RobotoCondensedBold'; padding: 0 10px 0 50px; line-height: 52px; text-transform: uppercase;    margin: 0;}
.title_camnang h5:before{position: absolute;content: '';background: url(images/title2_after.png); top: 0; left: 0;width: 46px;height: 52px;}
.title_camnang h5:after{position: absolute;content: '';background: url(images/title2_before.png); top: 0; right: -22px;width: 26px;height: 52px;}

.camnang_left{width: 51%; float: left;}
.camnang_right{    
    width: 49%;
    float: right;
    display: flex;
    flex-wrap: wrap;
    order: 1;
    padding: 0 5px;
}
.camnang{position: relative;width: 100%;overflow: hidden;}
.camnang img{display: block; transition: all 1s; width: 100%;}
.camnang:hover img{
    width: 100%;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 1s;
    opacity: 0.8;
}
.camnang_left .camnang .camnang_info{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.61);
    padding: 10px;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 13px;
    font-family: 'RobotoLight';
}
.camnang_left .camnang .camnang_info h3{
    color: #ffffff;
    font-size: 19px;
    font-family: 'RobotoMedium';
    text-transform: uppercase;
}
.camnang_right .lex_camnang{
    flex: 1 50%;
    max-width: 50%;
    padding: 0 5px 10px 5px;
}
.camnang_right .lex_camnang .camnang .camnang_info{
    position: absolute; margin-top: -27px; width: 100%; top: 50%;left: 0;  background: rgba(0, 0, 0, 0.61);
}
.camnang_right .lex_camnang .camnang .camnang_info h3{color: #ffffff;font-size: 15px;font-family: 'RobotoMedium';text-transform: uppercase; text-align: center;}
.camnang_right .lex_camnang .camnang img{display: block;}
/*center*/
.tin_nhat {
    color: #212121;
    font-size: 12px;
}
.tin_nhat {
    width: 360px;
    float: left;
}

#center{
    padding: 45px 0;
    background: url(images/bck_tintuc.png) top center no-repeat;
}
.video-clip1 {
    width: 375px;
    float: left;
    margin-right: 35px;
}
.video-clip1:nth-child(3n) {
    margin-right: 0;
}
.tin_nhat:hover .tin_nhat_img img{transform: scale(1.1);}
#ctsdivch{float: left;}
.tin_nhat h5 a{color: #212121;font-size: 14px;font-weight: bold;}
.tin_nhat h5{margin: 10px 0;}
.tin_nhat{color: #212121;font-size: 12px;}
.tin_nhat:hover h5 a{color: #d01818;}
div.xemthem_tin{border: 2px solid #000;padding: 15px 20px;display: inline-block;margin-top: 15px;background-color:  #fff;}
div.xemthem_tin a{
    color: #000;
    font-size: 14px;
    font-family: 'RobotoRegular';
    font-size : 13px;
    text-transform: uppercase;
}
div.xemthem_tin:hover{background: #fed700;color: #000;}
/*center*/
div.xemthem_tin:hover a{
    color: #000;
}
.tin_nhat .tin_nhat_img{overflow: hidden;}
.tin_nhat .tin_nhat_img img{width: 100%;display: block;transition: all 0.5s;}
.tin_nhat:hover .tin_nhat_img img{transform: scale(1.1);}






.box_center {
    width: 755px;
    float: left;
    overflow: hidden;
    height: 500px;
}
.box_center:nth-child(2n){margin-right: 0; float: right;}
.box_tinnb{
    color: #000;
    font-size: 17px;
    font-family: 'SFUFuturaBook';
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
    background: rgba(255, 255, 255, 0.12);
    padding: 0 0 0 15px;
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */    
    white-space: -o-pre-wrap; /* Opera 7 */    
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.box_tinnb .box_tinnb_img{
    float: left;
    margin-right: 15px;
    background: #fff !important;
    overflow: hidden;
}
.box_tinnb_img:hover img{
    transform: scale(1.1);
    width: 100%;display: block;transition: all 0.5s;
    overflow: hidden;
}
.box_tinnb .box_tinnb_img img{
    width: 100%;
    height: 100%;
}
.box_tinnb h4{
    font-family: 'SFUFuturaHeavy';
    color: #000;font-size: 18px;
}
.box_tinnb p.ngaytao{
    color: #ffffff;
    font-size: 12px;
    font-family: 'RobotoRegular';
    font-style: italic;
    margin-bottom: 3px;
    background: url(images/lich.png) no-repeat left center;
}
.box_tinnb .chitiet_tin{
    border-radius: 20px;
    background: url(images/icon2.png) no-repeat left 12px center;
    border: 1px solid #6d6990;
    text-align: center;
    float: right;
    padding: 3px 15px 3px 30px;
    margin-top: 15px;
}
.box_tinnb .chitiet_tin a{
    color: #ffffff;
    font-size: 11px;
}
.box_tinnb:hover h4{
    color: #bd9a44;
}
.box_tinnb .box_tin_km{
    width: 130px !important;
    float: left;
    border-radius: 50%;
    height: 130px;
}

.conten_hotro{
    height: 330px;
    background: url(images/bg_hotro_bt.png) no-repeat;
    position: relative;
}
.box_hotro{
    position: absolute;
    width: 235px;
    top: 45px;
    left: 25px;
}
.box_hotro p{
    font-size: 18px;
    color: #ffffff;
    font-family: 'RobotoBold';
    text-transform: uppercase;
    text-align: center;
}
.box_hotro p span{font-size: 24px;}
.box_hotro p.ten_hotro{color: #deff00; font-size: 17px; text-transform: inherit;}
.box_hotro p.dt_hotro{color: #deff00; font-size: 30px;    font-family: 'RobotoBold';}
.box_hotro p.email_hotro{font-size: 16px; color: #ffffff; text-transform: inherit; font-family: 'arial';}
.box_tintucmoi{padding: 12px 0; background: url(images/icon.png) no-repeat left center; padding-left: 35px; border-bottom: 1px solid #c1eedb;}
.ten_hd h5{margin: 0;}
.ten_hd h5 a{color: #000; font-size: 14px;font-family: 'RobotoCondensedRegular';}
.hinhtt{
    width: 100%;
    height: 185px;
    margin-right: 10px;
}
.hinhtt img{width: 100%; height: 100%; }
.box_tintucmoi:hover img{opacity: 0.8;}
.box_tintucmoi:hover a{color: #f00;}
.infott a{
    color: #a5a7a0;
    font-size: 17px;
    font-family: 'RobotoLight';
    margin: 7px 0 3px 0;
    width: 100%;
    display: inline-block;
}

.infott{font-size: 14px;font-family: 'RobotoLight';color:#a5a7a0;
}
.infott span{font-family: 'RobotoCondensedRegular'; color: #a5a7a0; font-size: 13.97px;}
.conten-center{
    border: 1px solid #ccc;
    padding: 3px;
}
.tintucnb{margin-left: 20px; border-left: 1px solid #5c5e55;}
.tintucnb ul{margin: 0;}
.tintucnb ul li{
    padding: 0px 0 10px 0;
    background: url(images/icon_tin.png) no-repeat 15px 12px;
    padding-left: 30px;
}
.tintucnb ul li a{color: #a5a7a0; font-size: 15px; text-align: justify;}
.tintucnb ul li:hover a{
    color: #fff200;
}
/*center*/

#box_video{
    float: left;
    width: 74%;
}
#box_video iframe{display: block;cursor: pointer;}
.select_video{
    padding: 0px 0px 0px 0px;
    width: 100%;
    margin: 0;
    float: left;
}
.select_video select{
    width: 100%;
    border: 1px solid #ccc;
    height: 35px;
}

.Box_vi{
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 85px;
    height: 95px;
    float: left;
}
.Box_vi h6{
    bottom: 0;
    color: #000;
    padding: 10px;
    background: rgba(255, 255, 255, 0.73);
    position: absolute;
    opacity: 1;
    margin: 0;
    width: 100%;
    z-index: 999999999;
    left: 0;
    pointer-events: none;
    font-size: 15px;
}
.Box_vi:hover {opacity: 1;}
.Box_vi:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(images/video.png) no-repeat center;
    top: 0;
    left: 0;
    pointer-events: none;
}
.Box_vi img{
    display: block;
    width: 100%;
    height: 100%;
}
.tieude{ 
    margin: 0px 0px 10px 0px;
    width: 100%;
    float: left;
    font-size: 24px;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    color: #e5322c;
}
.noidung{
    text-align: justify;
    padding: 10px;
    box-sizing: border-box;
}
.noidung img{max-width: 100% !important;    height: initial;}
.thongtin_lh{ width: 100%; float: left; padding: 0px 40px 20px 0px;}
.thongtin_lh h1{ font-size: 20px; text-transform:uppercase; color: #04608B}
#form_contact input{ padding: 5px;}
ul{
    list-style-type:none;
    margin:0px;
    padding:0px;
}
.timkiem_mb{display: none;}
.box_tim{
    max-width: 530px;
    float: left;
    margin-left: 40px;
    padding: 20px 0;
    width: 100%;
}
.tt_tk {width: 100%;}
.tt_tk b{float: left;color: #ffffff;font-size: 13px; font-family: Arial; font-weight: normal;}
.tt_tk .content_xh{
    float: right;
    width: calc(100% - 127px);
    color: #fff;
    font-size: 13px;
}
.antimkiem {
    position: absolute;
    right: 35px;
    top: 38px;
    z-index: 9999;
    width: 20px;
    height:  20px;
    display:  block;
}
.fixed .antimkiem {
    position: absolute;
    right: 35px;
    top: -5px;
}
.khungtkiem {
    float: right;
    width: 5px;
    height: 5px;
    margin-top: 34px;
    margin-right: 30px;
    /* position: relative; */
}

.khungtkiem #timkiem {
    display: none;
}
#timkiem {
    height: 30px;
    width: 195px;
    box-sizing: border-box;
    float: right;
    background: #fff;
    /* margin-top: 5px; */
    margin-left: 15px;
}
#timkiem input {
    height: 32px;
    float: left;
    background: none;
    color: #818181;
    border: 0;
    width: calc(100% - 32px);
    padding: 0px;
    outline: none;
    font-size: 13px;
    box-sizing: border-box;
    text-indent: 10px;
    font-family: 'arial';
}
#timkiem button {
    width: 32px;
    border: 0px;
    height: 36px;
    background: url(images/nut_2.png) no-repeat center;
    cursor: pointer;
    outline: none;
    float: right;
}

#timkiem select{ 
    border: 0px;
    width: 95px;
    border-left: 1px solid #eeeeee;
    height: 36px;
    outline: none;
    padding-left: 5px;
    font-size: 13px;
}

#timkiem input::-webkit-input-placeholder {
   color: #9f9f9f;
}

#timkiem input:-moz-placeholder { /* Firefox 18- */
   color: #9f9f9f;  
}

#timkiem input::-moz-placeholder {  /* Firefox 19+ */
   color: #9f9f9f;  
}

#timkiem input:-ms-input-placeholder {  
   color: #9f9f9f;  
}
.timkiem button:hover{ color:rgba(255,255,0,1);}
.giohang_mb{display: none;}
.box_login{
    height: 115px;
    display: table;
    float: right;
    position: relative;
    color: #fff;
}

.box_baiviet_top{margin-top: 30px;}
.box_baiviet_top img{float: left; margin-right: 10px;}
.box_baiviet_top:hover img{
    transition: all 0.5s;
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    opacity: 0.8;
}
.box_baiviet_top {float: left;}
.box_baiviet_top  h3{margin: 0; color: #fff200; font-size: 16px; text-transform: uppercase;    font-family: 'RobotoBold'; font-weight: normal; }
.box_baiviet_top  p{color: #f1f1f1; font-size: 12px;}

#slide_top{ width:100%; float:left; position: relative; border-bottom: 5px solid #7aaa00;}
#giaohang{ width: 900px; float: right;}
#giaohang li{ width: 165px; float: left; padding: 0px 20px 0px 45px;text-transform: uppercase;font-size: 12px;}
#giaohang li a{ display: inline-block; color: #000;}
.load_phivanchuyen{ float: right; font-weight: bold;}
.load_phivanchuyen span{ color: #FF0000}

.giaohang_tq{ background: url(images/giaohang.png) no-repeat 0px 3px}
.giaohang_nt{ background: url(images/nhantien.png) no-repeat 0px 3px}
.giaohang_dt{ background: url(images/doitra.png) no-repeat 0px 3px}
.giaohang_lh{ width: 350px !important; background: url(images/lienhe.png) no-repeat 0px 3px}
.giaohang_lh span{ font-weight: bold; color: #df0000; font-size: 16px;}
#giaohang li a:hover{ color: #047FBE}

.vien_slide{ width: 100%; float: left; position: absolute;  height: 55px; background-size: 100%; bottom: 10px;}
.albummax {position: relative;overflow: hidden;display:  inline-block;padding: 3px;background-color:  #fff;box-shadow: 3px 6px 7px -6px rgba(0,0,0,0.5);}
.album{
    position: relative;
    overflow: hidden;
}
.hover_tuyensinh, .hover_tuyensinhmax {
    opacity: 0;
    text-align: center;
    font-size: 12px;
    position: absolute;
    z-index: 10;
    bottom: -90px;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.28);
    color: #fff;
    transition: 0.5s;
    margin: 0 auto;
    padding:  20px 0;
}

.album:hover .hover_tuyensinh, .albummax:hover .hover_tuyensinhmax  {
    opacity: 1;
    bottom: 0px;
    transition: all 0.5s;
}
.album h3 a, .albummax h3 a{
    font-size: 15px;
    color: #fff ;
    font-family: 'SFUFuturaHeavy';
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.hover_tuyensinhmax a, .hover_tuyensinh a{
    color: #ffffff;
}
.album:hover h3 a{color:  #fff;}


.fom_gh{ margin: 10px 0px 0px 0px;}
.input-group{ width: 100%; padding: 10px 0px 10px 20px;}
.input-group-but{ text-align: center; margin: 10px 0px 20px 0px;}
.input-group-but button{ background: #000; padding: 10px 40px 10px 40px; border: 0px; border-radius: 10px; color: #fff; font-weight: bold; font-size: 24px;}
#main{
    /* margin: 20px 0; */
}
.main{
    width:100%;
}
.info{
    width: 100%;
    /* float: right; */
}
.khung920 {
    float: right;
    width: 890px;
    /* padding-left: 45px; */
}
#left{
    width: 270px;
    float: left;
    margin-bottom: 20px;
}
.left1 ul li ul {
    display: none;
    transition: 0.8s all;
}
.left1 ul li:hover ul {
    display: block;
    color:  #fff;
}
#right{
    width: 245px;
    float: right;
    margin: 0px 0px 0px 0px;
}
.khung_r{
    width: 55%;
    float: left;
    margin: 0 20px;
}
.danhmuc{
    width:100%;
    float:left;
    margin-bottom: 25px;
}
#danhmuc{
    width: 98%;
}

.hotro_tuvan{
    border: 1px solid #0c8e44;
    position: relative;
}
.hotro_tuvan img{width: 100%;}
.box_hotro_tuvan{
    position: absolute;
    bottom:-35px;
    left: 0;
    width: 100%;
    border-radius: 10px;
    background: url(images/hotro_bg.png) no-repeat left 10px center;
    background-color: #269a58;
    padding: 15px 0;
    padding-left: 85px;
}
.box_hotro_tuvan p{
    font-size: 16px;
    color: #d7ff00;
    font-family: 'UTMAvoBold';
    text-transform: uppercase;
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
    margin: 0;
    line-height: initial;
}
.box_hotro_tuvan p.box_hot_hotro{
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    font-family: inherit;
    text-shadow:inherit;
}
.hoidap{
    width: 50%;
    right: 77px;
    top: 62px;
    position: absolute;
    background: #31c689;
    border-radius: 10px;
    text-align: center;
}
.hoidap a{
    color: #fff;
    padding: 8px 5px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-family: 'RobotoRegular';
}
.hoidap:hover a{color: #ff0;}

#left_slider img{margin-top: 45px; width: 100%;}
.hotro_tuvan img{margin-top: 0px !important; }


.left{
    width:100%;
    float:left;
}
.tinhtrang{ border-top: 1px solid #627079; width: 100%; float: left;}
.tinhtrang li a{  display: block; padding: 5px 0px 5px 20px; background: url(images/muiten.png) no-repeat 10px 13px; color: #1F589F}
.tinhtrang h4{ text-transform:uppercase; font-weight: 100; margin: 5px 0px 0px 5px; color: #999}
.thanh{
   width: 100%;
   text-transform: uppercase;
   font-size: 17px;
   padding: 0px 0;
   font-weight: normal;
   color: #ffffff;
   font-family: 'RobotoBold';
   position:relative;
   height: 42px;
   padding-left: 20px;
}
.thanh:after{
    position: absolute;
    top: 0;
    left: -6px;
    background: url(images/title_thanh.png) no-repeat;
    content: '';
    width: 278px;
    height: 42px;
    z-index: -1;
}
.thanh a{
    color: #ffffff;
    font-family: 'SFUEurostileCondensed'; 
}
.left1{
    float: left;
    width: 100%;
    background: #e5322c;
}
.left1 ul{/* margin: 0; */}
.left1 ul li{
    padding: 6px 0;
    border-bottom: 1px solid #ea5b56;
    padding-left: 10px;
    /* background: url(images/icon.png) no-repeat left 0px center; */
}
.left1 ul li a i{margin-right: 10px;}
.left1 ul li:hover {
}
.left1 ul li a{
    color: #ffffff; 
    font-size: 15px;
    font-family: 'Arial';
}
.left1 ul li ul li a{
     color: #000; 
}

.box_khuyenmai{
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.box_khuyenmai img{ 
    width: 100%;
    width: 100%;
    display: block;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}

.box_khuyenmai:hover img {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    outline: 3px solid #e7e7e7;
    outline-offset: -15px;
}

.box_khuyenmai:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
.box_khuyenmai:hover:after {
    webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

.hotline_l{
    margin: 10px 0 0 0;
    text-align: left;
    background: url(images/hotline.png) no-repeat top center;
    min-height: 52px;
    padding: 18px 0 0 56px;
}

.soluong_12 {
    padding: 0px 5px 0px 5px;
    width: 100px;
    height: 40px;
}
.thanhtoannhanh {
    background: #e5322c url(images/gh.png) no-repeat left 20px center;
    display: inline-block;
    padding: 10px 20px 10px 50px;
    margin: 1px 0;
    font-size: 16px;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -o-transition: background 0.3s;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}
.hotline_l span{font-size: 22px;     font-family: 'UTMAvoBold';color: #fe0000;}
.hotro {
    border-top: 0px;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
}
.box_left{
    display: inline-table;
    border-top: 1px solid #5a5a5a;
    background: #262626;
    width: 100%;
}
.content_facebook{
    margin: 0 auto;
    display: inline-block;
    text-align: right;
    width: 100%;
    margin-bottom: 30px;
}
.bando_index{width: 100%; overflow: hidden;}
.title_map{color: #e4e3e3; font-size: 20px; font-weight: bold;    font-family: 'Tahoma'; text-transform: uppercase; margin-bottom: 10px;}
.thanh img{ float:left; margin:2px 10px 0px 10px;}
.thanh h4{ 
    color: rgba(255,255,255,1);
    font-weight: 100;
    margin: 10px 0;
    display: inline-block;
}
.menu_left{
    width:100%;
    float:left;
    padding-bottom:10px;
}
.menu_left ul{
    list-style-type:none;
    margin:0px;
    padding:0px;
}
.menu_left ul li{
    width:100%;
    float:left;
}
.menu_left ul li:last-child{ border-bottom: 0px;}
.menu_left ul a{
    width:100%;
    float:left;
    padding:5px 0px 5px 25px;
    background: url(images/muiten_detail.png) no-repeat 5px 10px;
    text-decoration:none;
    color:#333;
    font-size: 12px;
}
.menu_left li ul a{
    width:100%;
    float:left;
    color:#666;
}
.menu_left ul a:hover{
    color:#05628D;
}
.menu_left li ul a{
    padding-left:30px;
    background:url(images/pagination.png) no-repeat 15px 12px;
}

.menu_left li ul li ul a{
    padding-left:40px;
    background:url(images/muiten_trong.png) no-repeat 30px 10px;
}
.yahoo_top{
    text-align: center;    background: url(images/hotrott.png) no-repeat top left;
    height: 200px;
}
.yahoo{
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px dashed #7f7f7f;
}
.yahoo:last-child{
    border-bottom: none;
}
.hotro .hinh{
    text-align: left;
}
.hotro .hinh span{
    margin: 10px 0 0 6px;
    display: inline-block;
    color: #3853a4;
}
.yahoo p.hinh a{
    float: left;
    margin:5px 5px 0px 0px;
}
.yahoo p{
    margin: 0;
    margin: 8px 0;
    text-align: left;
    color: #7f7f7f;
}
.yahoo p img{vertical-align: middle;}
.yahoo p.dienthoai{
    font-size: 14px;
    background: url(images/dt.png) no-repeat center left;
    padding-left: 30px;
}
.yahoo a{color: #333;    padding: 0 3px;}
.yahoo .email{ 
    width: 100%;
    background: url(images/email.png) no-repeat center left;
    text-align: left;
    padding-left: 30px;
}

.sp_noibat{padding: 8px; border-bottom:1px dotted #e6e6e6;    width: 100%; }
.sp_noibat img{
    width: 100px;
    height: 100px;
    padding: 2px;
    float: left;
    margin-right: 10px;
}

.sp_noibat h3, .sp_noibat h5{ 
    color: #1f1f2d;
    font-family: Arial;
    line-height: 19px;
    font-size: 12px;
    text-align: left;
    margin: 0;
    padding-left: 20px;
}
.sp_noibat:hover h3, .sp_noibat:hover h5{color: #0072bd;}
.sp_noibat:hover h3{ color: #0fa333; text-decoration: underline; }
.sp_noibat:hover img{box-shadow: 0px 0px 3px #ccc;}
.sp_noibat p{
    text-align: justify;
    color: #dcdcdc;
    font-size: 12px;
    font-family: 'RobotoRegular'; 
}
.sp_noibat span.ngay{
    font-size: 11px;
    color: #8f8f8f;
    margin-bottom: 0; 
}
.sp_noibat span.icon-cmt{
    background: url(images/icon-cmt.png) no-repeat scroll right top rgba(0,0,0,0);
    border-left: 1px solid #8f8f8f;
    margin-left: 10px;
    padding: 0 17px 0 9px; 
    color: #8f8f8f;  
}
.sp_noibat .gia{
    margin-bottom: 4px;
    font-size: 22px;
    color: #d20000;
}
.soluong_12{ padding: 0px 5px 0px 5px;    color: #000;}
.tintuc{ width:50%; float:left; margin:5px 0px 5px  0px; padding: 0px 10px 0px 10px; text-align: justify;}
.tintuc:nth-child(2n+1){ clear: both;}
.tintuc img{ float:left; border:1px solid #c8c8c8; padding:2px; margin:10px 10px 0px 0px;}
.tintuc a{ text-decoration:none;}
.tintuc h3{ padding: 5px 0px 5px 0px; color: #006783}
.tintuc h3 a{ font-size:14px; color:#006783; text-transform: uppercase;}
.tintuc:hover  h3 a{ color: #026164}
.tintuc p{ font-size:13px;  color:#666;}
.tintuc:hover h3{ color:rgba(255,0,0,1);}
.tintuc:hover{ opacity: 0.8;}
.visit_hidden{ 
    visibility: hidden;
    height: 1px;
    margin: 0;
    line-height: inherit;
}
.tinkhac{ width: 100%; float: left; margin: 20px 0px 20px 0px;}
.tinkhac li a{ width: 100%; float: left; padding: 2px 0px 2px 30px; color: #333; background: url(images/sao.png) no-repeat 10px 7px;}
.tinkhac li a:hover{color:#036CAF}
.xemnhieu{
    width:193px;
    float:left;
    border:1px solid #FF8A00;
    background:url(images/left_cham.png) repeat-y;
}
.btn-primary button{
    color: #fff;
    margin: 20px 0px 0px 0px;
    float: left;
    background-color: #428bca;
    border-color: #357ebd;
    cursor: pointer;
    border: 0px;
    padding: 10px;
    font-weight: bold;
    border-radius: 5px;
    transition: 0.5s;
}
.paging{text-align: center;}
ul.pagination {
    text-align:center;
    color:#829994;
}
ul.pagination li {
    display:inline;
    padding:0 3px;
    line-height: 32px;
}
ul.pagination a {
    color:#0d7963;
    display:inline-block;
    padding:5px 10px;
    border:1px solid #cde0dc;
    text-decoration:none;
}
ul.pagination a:hover, 
ul.pagination a.current {
    background:#0d7963;
    color:#fff; 
}
/* ========== Content pagination ========== */

.pagination {
    margin: auto;
    width: auto;
    text-align: center;
    margin-top: 10px;
}
.pages {
}
.pages li.prev {
    margin-right: 15px;
}
.pages li.next {
    margin-left: 15px;
}
.pages li {
    display: inline-block;
    margin: 5px 2px;
}
.pages li a {
    height: 25px;
    padding: 4px 8px;
    text-decoration: none;
    color: #666666;
    font-weight: bold;
    background: url(../images/backgrounds/pagingBg.png) repeat-x 0 0;
    border: 1px solid #d5d5d5;
    font-size: 11px;
}
.pages li a:hover {
    background: #f6f6f6;
}
.pages li .active {
    background: url(../images/backgrounds/sideGradient.png) repeat-x;
    color: #fff;
    border-color: #424852;
}
.pages li .active:hover {
    background: #2a313d;
}
.ngaydang{ font-style: italic;; color: #ccc;}
.bando{ float:left; width: 100%;}
.bandoidex{
    height: 170px;
    overflow: hidden;
    width: 74%;
    margin: 0 auto;
    border: 1px dashed #ccc;
    padding: 3px;
    box-sizing: border-box;
    margin-bottom: 25px;
}

.callto{ width: 30px; height: 30px; background: url(images/phone.png) no-repeat top center; background-size: 100% 100%; position: fixed; top: 2px; left: 2px; display: none; z-index: 1000 }

.thongtin{
    width:100%;
    float:left;
    font-weight:bold;
    padding: 20px 0px 22px 20px; 
    font-size:14px;
    background: url(images/bg_tt.jpg) repeat-x bottom;
}
.thongtin li{ display: inline-block;}
.thongtin li a{ border-right: 1px solid #ccc; padding: 0px 10px 0px 10px; color: #323232; font-size: 12px;}
.thongtin li a:hover{ color: #01517A}
.tin_moi{
    padding:0px 10px 0px 10px;
}
.tin_moi a{
    text-decoration:none;
    color:rgba(51,51,51,1); 
}
.tin_moi img{
    float:left;
    border:1px solid rgba(204,204,204,1);
    padding:2px;
    margin-right:10px;
    margin-top:10px;
}
#content{ margin: 0px 0px 0px 0px; border-top: 0px;}
#info{
    width: 100%;
    margin-top: 120px;
}

.ask-info img{
    height: 65px;
    float: left;
    margin: 5px 10px 5px 0;    
}
.ask-info h1, .ask-info h2{
    font-size: 22px;
    color: #666;
    line-height: 29px;
    margin: 0;
    padding-bottom: 10px;
    font-weight: bold;
}
.ask-info ul li{
    display: inline-block;
    padding-right: 10px;
    font-family: Arial;
    font-size: 11px;
    color: #999;
}
.ask-info ul li span{    
    color: #1772e0!important;    font-family: Arial;
    font-size: 11px;
}

.dkdn_box {
    /* width: 100%; */
    display: inline-block;
    padding: 1%;
    border: thin #d9d9d9 solid;
    font-family: sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.mlogonenden{
    transition: all 0.8s ease;
    cursor: pointer;
    background: #00000061 url(upload/hinhanh/logo-7189.png)center no-repeat;
    position: absolute;
    width: 100%;
    height: 100%; 
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
}
.item2:hover .mlogonenden{
    opacity: 1;
}

#sanpham{
   width:100%;
}
#congtrinh{ background: #eeeeee; width: 100%; float: left; margin: 20px 0px 0px 0px;  }
.khung_tt{ width: 825px; float: left; }
.hotnews ul{ width: 360px; float: right; } 
.hotnews li{ font-size: 14px; border-bottom: 1px dotted #ccc; padding:5px 0px 5px 0px; width: 100%; float: left; font-family: 'RobotoLight';}
.hotnews li img{ float: left; border:1px solid #cdcdcd; padding: 2px; margin: 5px 5px 0px 0px;  }
.hotnews li span{ font-size: 12px; font-style: italic; }
.hotnews li h3 a{ color: #333; }
.hotnews li h3 a:hover{ color: #C70505; text-decoration: underline;} 
.hotnews li:hover{ opacity: 0.8; } 
.bottom_ti{ width: 100%;  float: left; margin:10px 10px 0px 0px;font-family: 'RobotoLight';}
.bottom_ti a{ color: #02c32f;    font-family: 'UTMFlamenco'; font-size: 32px; font-weight: normal;}
.bottom_ti a:hover{ text-decoration: underline;color: #f00; }
.bottom_ti:hover{ opacity: 0.8; }
.bottom_ti span{ font-style: italic; font-size: 12px; }
.bottom_ti img{    width: 275px;   height: 265px ; float: left; margin-right: 15px;} 
.chitietgt{float: right; background: #02c32f; float: right; padding: 2px 5px;}
.chitietgt a{color: #fff;font-family: arial; font-size: 12px;}
.video_con{ width: 100%; float: left; border-bottom: 2px solid #0b7ef4; height: 242px; }

.hotro_tructuyen{ width: 100%; float: left; background: url(images/hotro.png) no-repeat; height: 220px; position: relative; border: 1px solid #eee; }
.hotro_tructuyen ul{ width: 320px; background: linear-gradient(#fd0000,#ca0000); float: left; border-radius: 10px; left: 20px; bottom: 10px; position: absolute; z-index: 10;}
.khung_vd{width: 350px; float:right;}
.khung{
    width:100%;
    position: relative;
    margin-bottom: 20px;
}

.box_content{
    box-sizing: border-box;
}
.gt_img{
    width: 41.3%;
    height: 215px;
    background: #2a2a2a;
    border: 1px solid #3d3d3d;
    float: left;
    overflow: hidden;
    position: relative;
    padding: 5px;
}
.gt_img:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
.gt_img:hover:after{
    webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
.gt_img img{
    width: 100%;
    display: block;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
    padding: 5px;
}
.gt_img:hover img{
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    outline: 3px solid #e7e7e7;
    outline-offset: -15px;
}
.gt_content{
    float: right;
    width: 55%;
}
.gt_content h2{
    color: #ffc000;
    font-size: 16px;
    font-family: 'UVNHongHaHep_R'; 
    margin: 0;
}
.gt_content h2:hover{
    color: #337ab7;
}
.gt_content p{
    color: #ffffff;
    font-size: 14px;
}
.xemtiep{
    float:left;
    font-size:14px;
    background:url(images/xemm.png) no-repeat 80px 12px;
    transition: 0.5s;
    text-align:center;
}
.xemtiep a{
    background: url(images/read-more.jpg) no-repeat scroll right top 1px rgba(0,0,0,0);
    font-size: 13px;
    color: #494954;
    font-style: italic;
    padding: 0 14px 0 0;
}
.xemtiep a:hover{
    color: #f00;
}
.giaohang{ width: 100%; float: left; margin-top: 20px; padding: 0px 0px 30px 0px;}
.thanh_video{
    background: url(images/);
}
.thanh_title1{
    margin: 10px 0 20px  0;
    position: relative;
    /* border-bottom: 1px solid #e2e2e2; */
}
.thanh_title1 h2,.thanh_title1 h4,.thanh_title1 h1{
    color: #000;
    font-size: 22px;
    display: inline-block;
    margin: 0;
    font-family: 'SFUFuturaHeavy';
    position: relative;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.thanh_title1 h2:after,.thanh_title1 h4:after,.thanh_title1 h1:after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    border-bottom: 3px solid #f8db79;
    content: '';
}
.thanh_title1 h2 img{
    vertical-align: middle;
    margin: -10px 10px 0 0;
}

/*title*/
.thanh_title{
    position: relative;
    margin-bottom: 20px;
    background: url(images/title.png) repeat-x;
}
.thanh_title:after{
    position: absolute;
    content: '';
    border-top: 1px solid #ffffff;
    top: 22px;
    left: 0;
    width: 100%;
    z-index: -1;
}
.thanh_title h2{
    color: #ffffff;
    font-size: 17px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'RobotoBold';
    padding: 12px 60px 12px 30px;
    margin: 0;
    position: relative;
    background: url(images/title_h.png) repeat-x;
}
.thanh_title h2:after{
    position: absolute;
    top: 0;
    right: -13px;
    content: '';
    background: url(images/title_à.png) no-repeat;
    width: 13px;
    height: 42px;
}
.thanh_title h2:before{
    position: absolute;
    top: 0;
    left: -8px;
    content: '';
    background: url(images/title_be.png) no-repeat;
    width: 15px;
    height: 42px;
}
.thanh_title .xemtatca{
    float: right;
    background: url(images/tatca.png) no-repeat left center;
    margin: 7px 15px 0 0;
    padding-left: 13px;
}
.thanh_title .xemtatca a{
    color: #ffffff;
    font-size: 13px;
}
.info_dichvu{
    color: #3d3d3d;
    font-size: 15px;
    font-family: 'RobotoRegular';
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
}
/*title*/

.contant_slogan{display: inline-block; text-align: center; position: relative;}

.bg_center{background: url(images/title-dichvu.png) repeat-x; height: 40px;}
.gioithieu{ width:100%; text-align: center; margin:20px 0px 20px 0px;    font-family: 'RobotoLight'; font-size: 19px; }
.gt_trai{ width:790px; float:right;font-family: 'RobotoCondensed';  }
.gt_trai h3{color: #393939; font-size: 18px; margin:0px 0px 5px 0px; }
.gioithieu img{/* width: 370px; float: left; */}
.gioithieu h4{ text-align: center; color: #393939; font-size: 18px; font-weight: 100; font-family: 'Times New Roman'}
.gioithieu h4:after{ content: ""; width: 100%; float: left; background: url(images/gach_.png) no-repeat top center; height: 5px; margin: 10px 0px 20px 0px; } 
.noidung_gt{ width: 700px; margin: auto;font-family: 'RobotoCondensed'; color: #555555; line-height: 2;}
.sanpham_nb{
    width: 100%;
    position: relative;
}
.sanpham_nb:before{
    position: absolute;
    content: '';
    width: 100%;
    top: -31px;
    left: 0;
    height: 99px;
}
.thanh_bottom {
    width: 100%;
    float: left;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    height: 33px;
    text-align: center;
}
.thanh_bottom img{ float: left; margin-right: 10px;} 
.thanh_bottom  h4{
    color: #414141;
    text-transform: uppercase;
    font-size: 26px;
    display: inline-block;
    line-height: 32px;
    height: 33px;
    font-weight: normal;
    position: relative;
    border-bottom: 1px solid #414141;

}

.khung_thongtin{ float: right; width: 30%;}
.khung_thongtin li{ 
    padding: 5px 0px 5px 0px;
    border-bottom: 1px solid #fff;
    width: 100%;
    float: left;
    color: #000;
    font-family: 'UTMAvo';
}
.khung_thongtin h1{
    font-size: 26px;
    color: #e5322c;
    margin: 0;
    font-family: 'UTMAvo';
}
.khung_thongtin .masp{color:#000;}
.khung_thongtin .mota_detail{ color: #757575}
.khung_thongtin .gia_detail{ font-size: 15px; color: #cd0000; font-weight: bold;}
.khung_thongtin .gia_detail b{ color: #000}
.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: #049800;
    height: 40px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
}
.dathang_detail .bovaogio{ 
    width: 239px;
    float: left;
    background: #e51600;
    height: 40px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    color: #fff;
}
.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:#fff200;}
.dathang_detail span{ width: 42px; height: 42px; padding: 7px 0px 0px 0px; float: left; border:3px solid #ccc; border-radius: 50%; text-align: center;}

.product_color_block{
    box-shadow: inset 0 0 1px #c2c9cc;
    position: absolute;
    overflow: hidden;
    border-radius: 1.5px;
    margin: auto;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
}
.select_color{
    position: relative;
    background: white;
    border: 1px solid #e8eced;
    padding: 3px;
    border-radius: 3px;
    cursor: pointer;
    float: left;
    margin: 0 .67rem .67rem 0;
    height: 3.55rem;
    width: 3.55rem;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}
.select_color.active{border: 1px solid #f98e00;box-sizing:border-box;}

.huongdan_detail a{ width: 100%; float: left; padding: 5px 0px 10px 30px; background: url(images/giohang_ico.jpg) no-repeat 5px 8px; color: #fff; font-style: italic;}
.huongdan_detail a:hover{ color: #fff200}


.box_new{ 
    width: 50%;
    float: left;
    color: #333;
    margin-bottom: 15px;
}
.box_new_img{
    width: 245px;
    float: left;
    margin: 0px 15px 0px 0px; 
    overflow: hidden;  
}
.box_new_img img{ 
    display: block;
    width: 100%;
    transition: all 0.5s;
}
.box_new:hover .box_new_img img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.5s;
}
.box_new .box_new_info{
    width: calc(100% - 260px);
    float: right;
}
.box_new h2{margin: 0;    font-size: 15px;}
.box_new h3 , .box_new h2 { 
    text-transform: uppercase;
    font-size: 15px;
    font-family: arial;
    font-weight: bold;
    color: #5c5c5c;
    line-height: initial;
}
.box_new h3{margin: 0;}
.box_new p{ font-size: 12px; color: #333;} 
.box_new:nth-child(2n+1){ clear: left;}
.box_new:hover h3,.box_new:hover h2 { color: #c30808} 
.box_new:hover img{opacity: 0.8;}
.content_new{ overflow:hidden; height: 400px; width: 100%; float: left;}
.box_new span.total-view{
    background: url(images/view.png) no-repeat scroll left top rgba(0,0,0,0);
    padding: 2px 5px 2px 35px;
    margin-right: 20px;
    font-size: 11px;
    color: #505050;
    float: left;
}
.box_new span.total-cmt{
    background: url(images/cmt-n.png) no-repeat scroll left top rgba(0,0,0,0);
    padding: 2px 5px 2px 25px;
    font-size: 11px;
    color: #505050;
}

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

.thongtin_detail{ font-style: italic;}
.khuyenmai_detail{ margin: 5px 0px 0px 0px;white-space: pre-line;}
.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;}

.selectors{
    text-align: LEFT;
    float: right;
    width: 100%;
}
.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 a{ color: #333; padding: 0px 10px 0px 5px; float: left; background:url(images/muiten_trong.png) no-repeat right;}
.dieuhuong a:hover{ color:#007597;}

.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);}
/*camnhan*/
.camnhan_index{
    padding: 30px 0;
}
.camnhan{
    text-align: center;
}
.item_camnhan{
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.camnhan_images{
    width: 285px;
    height: 285px;
    border-radius: 50%;
    margin: 0 auto;
}
.camnhan_images img{
    border-radius: 50%;   
    padding-top: 20px !important;
    transition: all 0.5s;
}
.item_camnhan:hover .camnhan_images img{
    padding-top: 0px !important;
    transition: all 0.5s;
}
.item_camnhan h3 a{
    font-size: 14px;
    color: #55a1d3;
    font-family: Myriad Pro;
    padding: 5px 0;
}
.item_camnhan p{
    color: #131313; 
    font-size: 14px;
    font-family: arial;
}
/*camnhan*/
/*camnang*/
.camnang_index{
    padding: 30px 0;
}
.item_camnang{
    width: 100%;
    padding: 10px;
}
.item_camnang:hover .camnang_images img{
    opacity: 0.8;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 1s;
}
.camnang_images{
    width: 100%;
    overflow: hidden;
}
.item_camnang h3 a{
    font-size: 14px;
    color: #0072bd;
    font-family: 'RobotoBold';
}
.item_camnang h3{
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}
.item_camnang:hover h3 a{
    color: #f00;
}
.item_camnang p{
    font-size: 12px;
    color: #080808;
    font-family: 'RobotoRegular';
    text-align: center;
}
/*camnang*/
/*item_index*/
.tuvan_index{
    background: #0072bd;
    padding: 75px 0 45px 0;
}
.item_index{
    text-align: center;
    padding: 20px;
}
.content_item_index{width: 100%; height: 100%;    position: relative;}
.item_index .product_images a{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.item_index .product_images{
    width: 225px;
    height: 220px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
    text-align: center;
    display: table;
}
.item_index .product_images img{
    max-width: 100%;
    display: inline-block;
}
.item_index:hover img{opacity: 0.8;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 1s;
}
.item_index h3{
    margin: 0;
    padding: 0;
    margin-top: 20px;
}
.item_index h3 a{
    color: #ffffff;
    font-size: 18px;
    margin: 0;
    font-family: 'RobotoBold';
}
.item_index:hover h3 a{color:#ff0; }
.item_index:hover .docthem a {
    color: #d50000;
}

/*item_index*/
/*tuyensinh*/
.tuyensinh{
    margin: 0 -15px;
}
.tintuc_index{
    background: #f0f0f0;
    padding: 45px 0;
}
.wap_news{
    flex: 1 33.33%;
    max-width: 33.33%;
}
.item_tuyensinh{
    text-align: center;
    margin: 0 15px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}
.color_tuyensinh{
    margin: 0 auto;
    width: 100% ;
}
.color_tuyensinh img{
    width: 100%;
    display: block;
    transition: all 0.5s;
}
.item_tuyensinh:hover .color_tuyensinh img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.5s;
}
.wap_news .hover_tuyensinh{
    position: absolute;
    left: 0;
    width: 100%;
    padding: 10px;
    bottom: 0;
    transition: all 0.5s;
    background: #fff;
    color: #3e3e3e;
    font-size: 13px;
    font-family: 'RobotoLight';
}
.wap_news:nth-child(2n) .hover_tuyensinh{
    background:rgba(0, 0, 0, 0.54);
    color: #fff;
}
.hover_tuyensinh h3 {
    font-size: 14px;
    color: #3e3e3e;
    font-family: 'RobotoBold';
    text-transform: uppercase;
    margin: 5px 0;
}
.wap_news:nth-child(2n) .hover_tuyensinh h3{color: #fff;}
.wap_news .xemthem_tin{
    display: inline-block;
    border: 1px solid #e1e1e1;
    color: #3e3e3e;
    font-size: 13px;
    font-family: 'RobotoRegular';
    text-transform: uppercase;
    padding: 5px 10px;
    margin-top: 10px;
}
.wap_news:nth-child(2n) .xemthem_tin{
    border: 1px solid #fff;
    color: #fff;
}
.wap_news:hover .hover_tuyensinh h3{color: #d01414;}
.wap_news:nth-child(2n):hover .hover_tuyensinh h3{color: #ff0;}
.wap_news:hover .xemthem_tin{    border: 1px solid #d01414;color: #d01414;}
.wap_news:nth-child(2n):hover .xemthem_tin{    border: 1px solid #ff0;color: #ff0;}
/*tuyensinh*/
/*item_product*/
.khung_pr{
    width: 100%;
    float: left;    
}
span.review {
    font-size: 14px;
    color: #4c4849;
    font-family: 'Arial';
}
.item1{
    position: relative;
    margin: 8px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    text-align: center;
    padding-bottom: 20px;
    min-height: 360px;
}
.box_item1{
    width: 100%;;
    height: 100%;
    background-color: #fff;
}

.item1 .giaban{ padding: 0px 0px 0px 0px; text-align: center; margin: 0 0 5px 0; }
.item1 span.giamoi {     color: #000000;  font-size: 16px;    font-family: 'RobotoCondensedLight';}
.item1 span.giacu{text-align: center;color: #858585;  font-size: 15px; padding: 0px 0px 0px 0px; text-decoration: line-through;}
.item1 .product_img {
    overflow: hidden;
    width: 100%;
    margin-bottom: 5px;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    padding: 5px;
}
.xemthem_pro{
    background: #31c689;
    display: inline-block;
    padding: 4px 25px;
    text-transform: uppercase;
}
.xemthem_pro a{
    color: #ffffff;
    font-size: 14px;
    font-family: 'RobotoRegular';
}
.item1:hover .xemthem_pro a{color: #f00;}
.item1 .product_img img{
    overflow: hidden;
    width: 195px !important;
    display: inline-block !important;
    text-align: center;
}
.item1:hover  .product_img img{
    width: 100%;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 1s;
}
.item1:hover a img{opacity: 0.8;}
.item1 h3,.sp2 h3{
    transition: 0.5s;
    color: #e71717;
    font-size: 16px;
    width: 100%;
    padding: 5px 0px 5px 0px;
    text-align: center;
    margin: 0;
    font-family: 'RobotoCondensedBold';
}
.khung_bootstrap{
    margin: 0 -15px;
}
.item1:hover h3{color:#c6441b;}
/*item_product*/
.wap_flex{
    display: flex;
    flex-wrap: wrap;
    order: 1;
}
.wap_item1{
    width: 33.33%;
}
.wap_item2{
    flex: 1 25%;
    max-width: 25%;
}
.item2{
    box-sizing: border-box;
    margin: 0px 15px 15px 15px;
    overflow: hidden;
    position: relative;
    /* padding: 5px; */
    /* border: 1px solid #e9e9e9; */
    /* background-color:  #fff; */
}
.item2 .sale{
    width: 47px;
    height: 63px;
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 9;
    color: #ffffff;
    font-size: 15px;
    padding-top: 28px;
    text-align: center;
}
.item2:hover .wapnhanh{
    opacity: 1;
}
.item2 .wapnhanh{
    text-align: center;
    position: absolute;
    z-index: 9;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
}
.item2 .wapnhanh .xemnhanh{
    font-size: 15px;
    display: block;
    padding: 10px 10px;
    border-radius: 50%;
    background: #e04a90;
    color: white;
    width: 35px;
    height: 35px;
    transition: all ease-out .6s;
    display: inline-block;
    background: #e5322c;
    line-height: 8px;
}
.item2 .wapnhanh .xemnhanh a{
    color: #fff;
}
.item2 .wapnhanh .xemnhanh:hover a{color: #fff;}
.item2 .wapnhanh .xemnhanh:hover{background: #f1e500;}
.item2:hover {
    /* border: 1px solid #fed700; */
}
.item2 .product_img {
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #e9e9e9;
    padding: 3px;
    box-shadow: 3px 6px 7px -6px rgba(0,0,0,0.5);
}
.item2  .chitiet_pro{
    font-family: 'RobotoRegular';
    font-size: 13px;
}
.item2  .ma_sp span{
    color: #d01818;
    font-size: 16px;
}
.item2 .product_img img{
    display: block;
    transition: all 0.5s;
    width: 100%;
}
.item2:hover .product_img img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.5s;
}
.item2 h3,.sp2 h3, .tendichvu a{
    transition: 0.5s;
    width: 100%;
    padding: 10px 0 4px;
    margin: 0;
    text-align: center;
    font-family: 'RobotoRegular';
    font-size: 16px;
}
.box_camket .noidungck{
    text-align: justify;
    font-size: 14px;
    padding: 15px 10px 0 10px;
}
.box_camket  .box_camket_img img{
    display: block;
}
.box_camket  .box_camket_img{
    width: 280px;
    overflow: hidden;
}
.box_camket:hover   .box_camket_img img{
    transform: scale(1.1);
    transition: all 0.8s ease;
    overflow: hidden;
}
.box_camket:hover  .tendichvu a{
    color: #d01818;
}
.item2 h3 a{
    font-family: 'RobotoRegular';
    color: #222222;
    font-size: 15px;    
}
.item2:hover h3{color:#f00;}
.item2 .ma_sp {
    float: left;
}
.item2 p.giaban{
    color: #666;
    font-size: 14px;
    font-weight: 400;
    float: right;
} 
.item2 p.giacu{
    color: #cecece;
    font-size: 17px;
    text-decoration: line-through;
    margin: 7px 0 0 10px;
    display: inline-block;
}
.item2 p.masp{
    color: #333333;
    font-size: 15px;
    font-family: 'RobotoRegular';
    margin: 5px 0;
}
.xemthem_in{text-align: center;}
.xemthem_in a{
    color: #ffffff;
    font-size: 15px;
    font-family: 'RobotoRegular';
    display: inline-block;
    padding: 10px 35px;
    text-transform: uppercase;
    background: #e5322c;
    transition: all 0.5s;
}
.xemthem_in:hover a{background: #f1e500; color: #fff;}
/*item_product*/
/*item_product*/

.quangcao_trong{width: 100%;text-align: center;}
.quangcao_trong img{width: 100%;}

#tieuchuan{
    display: flex;
    flex-wrap: wrap;
    order: 1;
}
.box_tieuchuan {
    flex: 1 25%;
    max-width: 25%;
    padding: 30px 32px;
}
.box_tieuchuan:nth-child(1){background: #26b9e4;}
.box_tieuchuan:nth-child(2){background: #009ddc;}
.box_tieuchuan:nth-child(3){background: #0071b2;}
.box_tieuchuan:nth-child(4){background: #004f96;}
.box_tieuchuan img{
    float: left;
    margin-right: 10px;
    transition: all 0.5s;
}
.box_tieuchuan h3{
    color: #ffffff;
    font-size: 18px;
    font-family: 'RobotoBold';
    text-transform: uppercase;
    margin: 0;
    margin-top: 9px;
}
.box_tieuchuan p{
    font-family: 'RobotoMedium';
    color: #ffffff;
    font-size: 13px;
}
.box_tieuchuan:hover img{
    transition: all 0.5s;
    transform: scale(1.2);
}
.box_tieuchuan:hover h3{color: #ff0;}
/*chi nhanh*/
/*Thời gian*/
#thoigian{
    display: flex;
    flex-wrap: wrap;
    order: 1;
}
.box_tg{
    flex: 1 33.33%;
    max-width: 33.33%;
    padding:30px 20px 10px 20px;
    box-sizing: border-box;
    background: #005aab;
}
.box_tg:nth-child(2){
    background: #bedde7;
}
.nhakhoa{text-align: center;}
.box_nhakhoa{position: relative;}
.box_nhakhoa:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    outline: 1px solid #fff;
    outline-offset: -3px;
    bottom: -20px;
    left: 0;
    z-index: 1;
    pointer-events: none;
}
.nhakhoa h4{
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'OpenSansBold';
    margin: 0;
    background: #005aab;
    padding: 3px 8px;
    display: inline-block;
    position: relative;
    z-index: 9;
}
.nhakhoa_info{
    color: #ffffff;
    font-size: 12px;
    font-family: 'RobotoRegular';
    white-space: pre-line;
    text-align: justify;
    padding: 0 15px 10px 15px;
    box-sizing: border-box;
}
/*giolamf*/
.title_giolam{color: #004d93;font-size: 30px; text-align: center;  font-family: 'OpenSansBold'; text-transform: uppercase;}
.title_giolam p{
    display: inline-block;
    background: url(images/gio.png) no-repeat left center;
    padding-left: 50px;
}
.giolam p{text-align: center;}
.giolam ul li{
    border-top: 1px solid #a1c4d0;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #393939;
    font-size: 14px;
    font-family: 'OpenSansRegular';
}
.giolam ul li label{
    width: 100px;
}
.giolam ul li b{
    font-family: 'OpenSansBold';
}
.giolam ul li:last-child{
    border-bottom: 1px solid #a1c4d0;
}
/*Thời gian*/
/*dat lịch*/
.title_datlich{
    text-align: center;
}
.title_datlich p{
    display: inline-block;
    background: url(images/lich.png) no-repeat;
    padding-left: 45px;
    color: #ffffff;
    font-size: 30px;
    font-family: 'OpenSansBold';
    text-transform: uppercase;
}
.datlich p{
    float: left;
    margin-bottom: 5px;
    width: 100%;
}
.datlich label{
    color: #ffffff;
    font-size: 13px;
    font-family: 'RobotoMedium';
    font-weight: normal;
    width: 80px;
    margin: 0;
    float: left;
}
.datlich input , .datlich textarea{
    width: calc(100% - 100px);
    float: left;
    outline: none;
    border: none;
    height: 30px;
}
.datlich textarea{
    height: 65px;
}
.datlich button{
    color: #ffffff;
    font-size: 14px;
    font-family: 'RobotoMedium';
    border: 1px solid #c5dde7;
    padding: 8px 30px;
    background: none;
    text-transform: uppercase;
}
.datlich button:hover {
    background: rgba(255, 255, 255, 0.2);
}
/*dat lich*/


.xemthem{ float: right; margin:10px 10px 0px 0px; font-size: 18px; color: #595959}
.xemthemck{margin: 20px 10px 10px 0px;ize: 18px;color: #595959;text-align:  center;}
.xemthemck a{
    text-transform: uppercase;
}
.xemthemck a:hover{
    color: #fe0000;
}
.xemthemck a{
    border: 1px solid #e6e6e6;
    padding: 7px;
    /* float: left; */
    /* display:  inline-block; */
    /* text-align:  center; */
}
.xemthemck a img{
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}
.xemthemck a span{
    vertical-align: middle;
}
.xemthem:hover{ color: #035381}
.giohang{
    float: right;
    text-align: center;
    background: #f47e1e;
    padding: 6px 0;
    width: 100%;
    margin-top: 5px;
}
.chitiet{
    float: left;
    text-align: center;
    line-height: 22px;
    background: #565f41;
    padding: 4px 0;
    width: 45%;
}
.chitiet a, .giohang a{
    font-size: 16px;
    color: #f9f9f9;
    font-weight: bold;
}
.chitiet:hover a, .giohang:hover a{
    color:#f8e900;
}
.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;
}
.cls{
    width:100%;
    float:left;
    border-bottom:1px dashed #CCCCCC;
}

.noidung ul li{
    list-style-type:none !important;
}
#footer{
    width:100%;
}

.con_fan{
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}
.dangky_tin h4{
    color: #c9ae4f;
    font-family: 'SFUFuturaHeavy';
    margin: 0;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 18px;
    text-align: left;
    text-transform: uppercase;
}
.container_dv ul li{
    padding: 3px 0;
}
.container_dv ul li:hover a{
    color: #ff0;
}
.container_dv ul li a{
    color: #ffffff;
    font-size: 14px;
    font-family: 'RobotoRegular';

}
.box_nhantin{
    background: url(images/bg_nhantin.png) no-repeat top center;
    padding: 140px 0;
}
.content_nhantin{
    max-width: 685px;
    width: 100%;
    float: left;
    text-align: center;
}
.content_nhantin h5{
    color: #8c3794;
    font-size: 38px;
    font-family: 'UVNMuaThu';
    position: relative;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.content_nhantin p{
    color: #757575;
    font-size: 18px;
    font-family: 'OpenSansRegular';
}
.dangkymail{
    width: 100%;
    float: left;
    position: relative;
    margin: 10px 0px 0px 0px;
    background: #ffffff;
    height: 57px;
    border-radius: 30px;
    overflow: hidden;
}
.dangkymail input{
    width: calc(100% - 180px);
    padding: 6px;
    margin: 0px 0px 0px 0px;
    outline: none;
    color: #858585;
    background: #fff;
    border:none;
    color: #b7b7b7;
    float: left;
    height: 57px;
    font-size: 14px;
    font-family: 'RobotoRegular';
    text-indent: 10px;
}

.dangkymail button{
    text-transform: uppercase;
    border: none;
    outline: none;
    cursor: pointer;
    color: #ffffff;
    width: 180px;
    height: 57px;
    font-size: 18px;
    background: #8c3794;
    float: right;
    font-family: 'RobotoRegular';
}
.dangkymail p{ width: 100%; float: left; color: #fff; padding:10px 20px 0px 20px; }
#copy{ width: 100%; float: left; background:url(images/copy.png) repeat-x; height: 49px; text-align: center; padding: 5px 0px 5px 0px;}
.sp_tieubieu {
    padding-top: 27px;
}
#bottom{
    padding: 70px 1px 0px 0px;
    margin: 0px 0 0 0;
    position: relative;
    /* min-height: 335px; */
} 

.bottom12{
    background: #020a30;
    padding: 15px 0;    
}
.content_bando{
    margin: 0 auto;
}

.bottom{
    padding:0px 0px 20px 0px;
    position:relative;
    margin:0px 0px 0px 0px;
}

div#nhanmailmanh {
    width: 100%;
}
div#nhanmailmanh p{
    font-family: 'SFUFuturaBook';
    color: #ffffff;
    font-size: 15px;
}
#nhanmailmanh input {
    height: 36px;
    width: 100%;
    font-size: 12px;
    display: block;
    border: none;
    margin-bottom: 10px;
}
.nhann {
    background-color: #c9ae4f;
    border: none;
    width: 100%;
    color:  #fff;
    font-family: 'SFUFuturaBook';
    font-size: 15px;
    font-weight: bold;
}
.facebook{width: 390px; float: right;}
.video_clip{ width: 310px; float: right; margin-right: 10px;}
.logo_bt{ float: left; margin:0px 0px 0px 0px;}
.khung_bt{
    width:100%;
    float:left;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 20px 0px;
}
.thongtin_bt{
    float: left;
    margin: 0px 0px 0px 0px;
    width: 100%;
}
.thongtin_bt img{max-width: 205px;}
.thongtin_bt p{
}
.thongtin_bt h2{
    text-transform: uppercase;
    font-size: 25px;
    color: #ff0000;
    font-weight: 100;
    margin: 0px 0px 5px 0px;   
    font-family: 'UTMHelvetIns';
}
.thongtin_bt ul{
    margin: 0;
}
.thongtin_bt li{
    padding:3px 0px 5px 0px;
    font-size: 13px;
    color: #ffffff; 
    font-family: Arial; 
}
.thongtin_bt li img{margin-right: 10px;}
.thongtin_bt h4{
    font-size:18px;
    color: #c9ae4f;
    font-family: 'SFUFuturaHeavy';
    margin: 0;
    position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.thongke li{
    float: left;
    margin-right: 10px;
    position: relative;
    padding-right: 10px;
    color: #fff;
}
.thongke li:last-child:after{
    content: initial;
}
.thongke li:after{
    position: absolute;
    top: 4px;
    right: 0;
    content: '';
    height: 12px;
    border-right: 2px solid #000;
}

.fanpage_fabook{margin-bottom: 20px;}
.sp_tieubieu h4{
    color: #ffffff;
    font-size: 17px;
    margin: 0;
    font-family: 'RobotoBold';
    text-transform: uppercase;
    margin-bottom: 10px;
}
.sp_tieubieu ul li{
    padding: 2px 0;
    position: relative;
    padding-left: 15px;
    background: url(images/icon.png) no-repeat left center;
}
.sp_tieubieu img{max-width: 100%;}
.sp_tieubieu ul li a{
    color: #ffffff;
    font-size: 13px;
    font-family: 'Arial';
}
.sp_tieubieu ul li:hover a{color: #ff0;}
.sp_tieubieu{

}
/*gioithieu*/
#content_bv{
    background: #f8f8f8;
    display: flex;
    flex-wrap: wrap;
    order: 1;
}
.baiviet_gt{
    flex: 1 50%;
    max-width: 50%;
    padding: 15px;
    box-sizing: border-box;
    color: #424242;
    font-size: 13px;
    font-family: 'RobotoRegular';
}
.baiviet_gt .baiviet_gt_img{
    float: left;
    width: 75px;
    height: 75px;
    border-radius: 5px;
    background: #005aab;
    margin-right: 15px;
    display: table;
    text-align: center;
}
.baiviet_gt:hover .baiviet_gt_img{
    background: #009ddc
}
.baiviet_gt .baiviet_gt_img span{
    display: table-cell;
    vertical-align: middle;
}
.baiviet_gt .baiviet_gt_img img{
    display: inline-block;
}
.baiviet_gt h5{
    margin: 0;
    transition: 0.5s;
    color: #616161;
    font-size: 18px;
    width: 100%;
    text-align: left;
    font-family: 'RobotoCondensedBold';
    text-transform: uppercase;
    margin-bottom: 5px;
}
.baiviet_gt_info{
    width: calc(100% - 90px);
    float: left;
}

.box_doitac img{max-width: 100%;}
.doitac{
    width: 100%;
    min-height: 145px;
    padding: 32px 0;
}
.box_doitac{
    display: inline-block;
    background-color:  #fff;
}
.box_doitac img{
    border: 1px solid #cfcfcf;
}
/*-----------------------------------*/
.hotrotructuyen{
    float: right;
    color: #afccbf;
    font-size: 13px;
    margin-right: 20px;
    height: 35px;
    padding-top: 7px;
}
.hotrotructuyen img{vertical-align: middle;}
.lienket{
    /* float: right; */
    /* height: 40px; */
    display:  inline-block;
}
.lienket p{
    line-height: 40px;
    margin: 0;
    margin-right: 7px;
    float: left;
    font-family: 'SFUFuturaBook';
    font-size: 15px;
    color: #ffffff;
}
.lienket li,.lienket1 li{
    float: left;
    list-style: none;
    /* margin-top: 7px; */
}
.lienket label{ float: left; font-weight: bold;  color: #fff; margin:5px 10px 0px 0px;  }
.lienket a{vertical-align: middle; display: table-cell;}
.lienket_ft h4{ 
    color: #42a4ff;
    font-size: 30px;
    width: 100%;
    margin: 0;
    font-family: 'UTMEremitage';
    position: relative;
    margin-bottom: 10px;
}
.lienket_ft h4:after{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    border-bottom: 1px solid #ffffff;
    height: 1px;
    width: 100%;
}
.lienket img{
    margin-left: 15px;
}
.lienket a:hover{ opacity:0.7;}

/*footer*/

.copy{
    padding: 20px 0;
    width: 100%;
    text-align: left;
    font-size: 13px;
    color: #7d7d7d;
    background: #1a1a1a;
}
.copy span,.copy a{color: #bd9a44;font-size: 13px;text-transform: uppercase;}
.copy ul{
    float: right;
    margin: 0;
}
.hotline_mb{display: none;}
.hotline_top{ 
    position: absolute;
    bottom: 10px;
    left: 17%;
    text-align: center;
}

.hotline_top p{
    color: #f70000;
    font-size: 25px;
    font-family: 'UTMHelvetIns';
    margin: 0;
    text-shadow: -0.5px 0.5px #fff , 0.5px -0.5px #fff , -0.5px -0.5px #fff ,0.5px 0.5px #fff;
    display: inline-block;
}
.hotline_top p.hot{
    background: url(images/hot.png) no-repeat left top 0;
    padding-left: 30px;  
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Arial';
    text-shadow: none;
    text-transform: uppercase;
}
.soluong{
    padding:10px 0px 0px 10px;
    font-weight:bold;
}
.soluong span{
    width:110px;
    float:right;
    color:#F90
}

.title-thongtin {
    text-align: left;
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 0;
    text-transform: uppercase;
    background: #32c68a;
    padding: 5px 10px;
}

div#container_product{
    margin-top:10px;
    width:100%;
    float:left;
}
div#container_product #tabs {
    border: 1px solid #fff;
    margin-right:5px;
    margin-bottom: 10px;
    overflow: hidden;
}

div#container_product #tabs ul> li.thongtinsp {
    background:#c8ad4f;
    color: #000;
    float: left;
    padding: 7px 30px;
    margin-right: 1px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

div#container_product #tabs ul > li a {
    color: #fff;
    font-size:16px;
    text-decoration:none;
}
.phantrang {
    text-align: center;
    margin-top: 20px;
}
.noidung_ta{
    width: 100%;
    float: left;
    padding: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.title-center {
    text-align: left;
    border-bottom: 1px solid #32c68a;
    padding: 10px;
}
.title-center h2, .title-center h4 {
    text-align: left;
    font-family: 'OpenSansRegular';
    color: #32c68a;
    font-size: 20px;
    float: left;
    margin-bottom: 5px;
    margin-top: 0;
}
.clear {
    clear: both;
}
.clear_fix:after{
    content: '';
    clear: both;
    display: block;
}
.content{ width: 910px; float: right; margin: 0px 10px 0px 0px;}

#map_canvas {    
    height: 580px;
    width: 100%;
    margin-bottom:10px;
}
#map_canvas_bt {    
    height: 235px;
    width: 305px;
    float: right;
}
.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: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 9999;
    width: 100%;
    max-width: 290px;
}
.hotro_right #img {
    display: block;
    position: relative;
    width: 100%;
    max-width: 290px;
    height: 160px;
    border-bottom: 1px solid #d00000;
}
.hotro_right #img > div.hotline {
    position: absolute;
    bottom: 0px;
    padding: 0px 10px;
    background-color: #ffde00;
    color: #d00000;
    font-size: 17px;
    font-weight: bold;
    width: 100%;
    border: 1px solid #6E7AFF;
    border-radius: 5px 5px 0px 0px;
    text-align: center;
}
.hotro_right .noidung_20 {
    display: none;
    background-color: #FFF;
    border-left: 1px solid #d00000;
    padding: 5px;
}
.hotro_right #img > div.hotline_r {
    position: absolute;
    bottom: 0px;
    padding: 0px 10px;
    background-color: #ffde00;
    color: #d00000;
    font-size: 17px;
    font-weight: bold;
    width: 100%;
    border: 1px solid #d00000;
    border-radius: 5px 5px 0px 0px;
    text-align: center;
}
.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: 100%; float: left; margin-left: 0px;    margin-bottom: 20px;}
.khung_phai{
    width: 50%;
    float: right;
    padding: 0px;
    height: 570px;
    overflow: hidden;
}
.thongtin_lh{ width: 100%; float: left; padding: 0px 40px 20px 0px;}
.thongtin_lh h1{ font-size: 20px; text-transform:uppercase; color: #04608B}
.form_lh{ width: 50%; float: left;}
.form_lh fieldset{
    padding: 10px;
    margin: 0px 0px 0px 0px;
    width: 100%;
}
.form_lh legend{ padding:0px 10px 0px 10px;  font-style: italic; }
.form_lh p{ padding: 5px 0px 5px 0px;}
.form_lh p input{ padding: 5px; width: 300px; margin-left: 10px; color: #000;}
.form_lh p label{ width: 102px; float: left;}
.form_lh p textarea{color: #000; 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_lh_dv{
    max-width: 600px;
    margin: 0 auto;
    float: initial;
    width: 100%;
}

#form_contact input{ padding: 5px;}
.box_video{float: left;}
.box_video img{ width: 100%}
.box_video h3{ text-align: center; margin:10px 0px 0px 0px; width: 100%; float: left; font-size: 14px;}
.box_video:hover{ opacity: 0.8;}

.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;}

.download_box {
    width: 230px;
    float: left;
    margin-right: 25px;
    text-align: center;
}
.download_box img {
    border: 1px solid #ddd;
    padding: 5px;
}
.download_box h3 {
    text-align: center;
    font-weight: 100;
    color: #333;
    margin: 5px 0px 5px 0px;
    font-size: 12px;
}
.download_box a {
    margin: auto;
    display: inline-block;
    padding: 3px 20px 3px 20px;
    background: #DE8801;
    color: #fff;
}

.box_video{margin:0px auto;padding:5px;box-sizing:border-box; width: 230px;}
.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:300px;}
.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: #E4BC24;
    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 #E4BC24;
}
.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;
}


/*tas*/

#tabs {
  overflow: auto;
  width: 100%;
  /* list-style: none; */
  /* margin: 0; */
  /* padding: 0; */
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 20px;
}

#spcapindex #tabs li {
    margin: 0;
    padding: 0;
    margin-right: 2px;
    display: inline-block;
    position: relative;
    transform: skew(25deg);
    -webkit-transform: skew(25deg);
    -moz-transform: skew(25deg);
    -ms-transform: skew(25deg);
    -o-transform: skew(25deg);
}

#spcapindex #tabs li span{
    transform: skew(-25deg);
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    display: block;
}
#tabs a {
    color: #000;
    float: left;
    height: 45px;
    padding: 0 30px;
    text-decoration: none;
    background: #fff;
    text-transform: uppercase;
    line-height: 45px;
    font-size: 15px;
    border-radius: 5px;
    border:  1px dotted;
}

#tabs a:hover {
    color: #fff;
    background: #d01818;
}

#tabs a:focus {
    outline: 0;
}
.tab_hidden{   background: #fff;}
#tabs #current a {
    /* color: #000; */
    /* background: #fff; */
    color: #fff;
    background: #d01818;
}

#contenttabs {
    /* padding: 10px; */
    /* background: #ebebeb; */
    /* margin-top: 10px; */
}
div#spcapindex{
    background:url(images/bck_spindex.png) top center repeat;
    padding-top: 60px;
    padding-bottom: 50px;
}
p.slogan{
    font-family: 'RobotoRegular';
    font-size: 14px;
}
.sptieubieuindex{
    width: 100%;
    text-align: center;
}
.thanhspnb h3{
    font-family: 'UTMImpact';
    font-size: 30px;
    text-transform: capitalize;
    color: #000;
}
.tab_hidden h3{
    margin: 0;
    color: #6c6c6c;
    text-transform: uppercase;
    font-family: 'RobotoBold';
    font-size: 20px;
    margin-bottom: 10px;
    margin: 0;
    line-height: 48px;
}
.tab_hidden ul{
    display: flex;
    flex-wrap: wrap;
    order: 1;
    margin: 0;
    min-height: 48px;
    line-height: 48px;
    background: #fff;
    padding: 0 10px; 
}
.tab_hidden div ul:hover  {
    background: #f3f3f3;
}
.tab_hidden ul li{
    flex: 1 70%;
    max-width: 70%;
    padding-right: 10px;
}
.tab_hidden ul li:last-child{
    flex: 1 30%;
    max-width: 30%;
}
#footer1{display: none;}
#footer1 .call{
 height: 50px;
 background:blue;
 width:50px;
 border-radius:50px;
 margin-bottom:20px;
}
#footer1 .call:hover {
    background:blue;
}
#footer1 img {
    width: 25px !important;
    vertical-align: middle;
    margin-left:5px;
    margin-top:0px;
}
#footer1 a {color:#fff;}
.blink_me {
 -webkit-animation-name: blinker;
 -webkit-animation-duration: 1s;
 -webkit-animation-timing-function: linear;
 -webkit-animation-iteration-count: infinite;

 -moz-animation-name: blinker;
 -moz-animation-duration: 1s;
 -moz-animation-timing-function: linear;
 -moz-animation-iteration-count: infinite;

 animation-name: blinker;
 animation-duration: 1s;
 animation-timing-function: linear;
 animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
 0% { opacity: 1.0; }
 50% { opacity: 0.0; }
 100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
 0% { opacity: 1.0; }
 50% { opacity: 0.0; }
 100% { opacity: 1.0; }
}

@keyframes blinker {  
 0% { opacity: 1.0; }
 50% { opacity: 0.0; }
 100% { opacity: 1.0; }
}

/*tabs*/
.slick-slide{text-align: center;}

/* Gio hang*/
#giohang{position: fixed;z-index: -1;width: 100%;height: 100%;top: 0px;left: 0;  background: rgba(0,0,0,0.5); opacity: 0;}
#giohang.active{z-index: 999; opacity: 1;}
.w-giohang{background: #FFF;position: relative;width: 800px;max-width: 100%; margin: 50px auto; border-radius: 5px;padding: 10px; transition:all 0.5s;top: -1000px; max-height: 90%;overflow: auto;}
#giohang.active .w-giohang{top: 0;}
.giohang-cl{position: absolute;top: 0px;right: 0px;cursor: pointer;}
.giohang-tit{ margin-bottom: 15px;font-family: 'UTMAvo';font-size: 18px;}
.tbl-giohang .tr{ border-bottom: 1px solid #CCC;}
.tbl-giohang .th{ background: #eeeeee; padding: 2px 5px;    display: table-cell;}
.tbl-giohang .th:last-child{text-align: right; padding-right: 20px;}
.tbl-giohang .td{ padding: 5px 0px;}
.tbl-giohang .td:nth-child(1){width: 50%;}
.tbl-giohang .td:nth-child(2){ color: #F00; font-weight: bold;}
.tbl-giohang .td:nth-child(3),.tbl-giohang .th:nth-child(3){ width: 80px; text-align: center;}
.tbl-giohang .td:nth-child(3) input{ width: 50px;}
.tbl-giohang .td:nth-child(4){ text-align: right; font-weight: bold; color: #F00;}
.giohang-thanhtien{ font-family: 'UTMAvo'; text-align: right; font-size: 16px; margin-top: 10px; }
.giohang-thanhtien span{ color: #F00;}
.giohang-btn{margin-top: 10px;}
.giohang-btn-l{float: left;}
.giohang-btn-r{float: right;}
.giohang-btn-r button{ background: #d60c0c; color: #FFF; font-family: 'UTMAvo'; font-size: 16px; padding: 5px 15px;}

.box-spc{}
.box-spc img{width: 75px;float: left; border: 1px solid #CCC; margin-right: 10px;}
.box-spc a{ display: block; font-size: 12px;}
.box-spc .gh-name{ font-size: 14px; font-family: 'UTMAvo';}
.tbl .td, .tbl .th {
    display: table-cell;
}
.tbl{width: 100%;display: table; border-collapse: collapse;}
.tbl .tr{ display: table-row;}
.tbl .th{font-family: 'UTMAvo';}
.tbl .td,.tbl .th{ display: table-cell;}
/*thanhtoan*/
.thanh_left,.thanh_right{
    width: 49%;
    float: left;
    border-right: 1px solid #ccc;
}
.thanh_right{float: right;border: none;}
.thanh_left h4 , .thanh_right h4{text-align: center; font-weight: bold; text-transform: uppercase;}
.form_giohang{
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
ul.sp_gh{
    display: flex;
    flex-wrap: wrap;
    order: 1;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 13px;
}
ul.sp_gh li{
    padding: 5px
}
ul.sp_gh li h3{
    margin: 0;
    color: #000;
    font-size: 15px;
    margin-bottom: 5px;
}
ul{    font-family: Roboto, Arial, Helvetica, sans-serif;}
.tamtinh li {float: left;padding: 5px;}
.tamtinh ul li:nth-child(1){width: 70%;} 
.tamtinh ul li:nth-child(2){width: 30%; text-align: right;} 
.cl_input textarea{width: 60%;}
.in_giam{
    width: 80%;
    border: 1px solid #ccc;
    height: 30px;
    text-indent: 10px;
    float: left;
    outline: none;
}
.kt_ma{
    width: 10%;
    float: left;
    border: 1px solid #ccc;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-left: none;
}
.kt_ma:hover i{color: #fff;}
.kt_ma:hover{background: #333333;}
.slick-slide{text-align: center;}


.logo img {
    max-width: 135px;
}



.mm-menu {
    background: #00aef0 !important;
    color: #000 !important;
}
@media (max-width: 1349px) {
    .hotline_top{margin: 35px 0px 0 0;}
}

@media (max-width: 1200px) {
    .contai_pa{padding: 0 !important;}
    #logo{    max-width: 150px;}
    .margin_auto{ width:100%;}
    .container{width: 100% !important;} 
    .box_header marquee{width: 40% !important;}
}
@media(max-width: 1024px){
    .logo {
        text-align: left;
    }
    #main_menu {
        margin-right: 5%;
    }
    .khungtkiem{
        margin-right: 0;
    }




    .box_tieuchuan{
        flex: 1 50%;
        max-width: 50%;
        padding: 30px 32px;
    }
    .container{padding: 0 !important;}
    .khung_bootstrap{margin: 0;}
    .row{    margin: 0 !important;}
    .content_taisao{height: initial;}
    .taisao{padding: 30px 10px;}
    .mogioi{    width: 50%;}
    .box_mogioi{word-wrap: break-word;}
    .content_taisao{height: initial;}
    .khung_r {
        width: 70%;
    }
    #right{display: none;}
    .item{
        display: inline-block;
        margin:0px 0px 20px 0px;
    }
    .giohang_top{ width: 100%;}
    .giohang_top p{display: none;}
    .box_baiviet_top h3{font-size: 13px;}
    .dangky_tuvan{padding: 15px;}
}
@media (max-width: 992px) {
    .logo {
        text-align: left;
    }
    #main_menu {
        margin-right: 30px;
    }


    .fixed .logo img {
        
    }
    .logo {
        width: 100%;
        text-align: center;
        position: relative;
        top: 0;
    }
    #map_canvas_bt {
        height: 235px;
        width: 100%;
        text-align: center;
    }
    .nav_logo {
        /* position: relative; */
    }





    .slick-next{right: 11px !important;}
    .slick-prev{left: 0 !important;}
    .hotline_top {
        margin: 18px 10px 13px 0;
    }
    .banner{display: none;}
    .bannermb{display: block;}
    .bannermb img{max-width: 100%; display: block;}
    .box_center{width: 100%;}
    .box_tim{    padding: 0; max-width: 60%;margin: 5px 0;}
    .Box_vi{height: initial;}
    #header{/* position: relative; */}
    #banner{height: auto;text-align: center;}
    #logo{
        width: 100%;
        max-width: initial;
        text-align: center;
        margin: 5px 0;
        float: initial;
    }
    #logo img{display: inline-block;}
    .anhien{
        display: block !important;
    }


    .timkiem_mb{display: block !important;  margin-top: 90px;}
    .box_header ul li:last-child{display: none;}
    .box_header ul li{padding-left: 10px;}
    .box_giohang{
        top: 45px;
        z-index: 99;
        right: 20px;
    }
    #left,#left_slider{ display: none}
    .info{width: 100%;}
    #info{ width: 100%;   float: none }
    .hotrotructuyen{display: none;}
    .khung_r {
        width: 100%; margin: 0;
    }
    .wap_news {
        flex: 1 50%;
        max-width: 50%;
    }
    .wap_item2 {
        flex: 1 33.33%;
        max-width: 33.33%;
    }

    .box_new_img {width: 135px;}
    .box_new .box_new_info{width: calc(100% - 150px);    font-size: 12px;}
    .box_new h3, .box_new h2{    font-size: 12px;}
    #main_menu{
        width: 100%;
        display: inherit;
        height: 47px;
        margin: 0;
        color: #fff !important;
        font-size: 20px;
        font-family: 'UTMAvoBold';
        line-height: 47px;
        text-transform: uppercase;
        position: absolute;
        width: auto;
    }
    .icon_menu{display: block;}
    #smoothmenu1{ 
        display: none !important;
        position: inherit; 
        height: inherit;
        z-index: inherit;
    }
}
@media (max-width: 800px) {
    .khungtkiem .hinhsearch img {
        position: fixed;
        top: 10px;
    }
    .khungtkiem {
        margin-top: 0; 
    }
    #map_canvas_bt {
        height: 235px;
        width: 100%;
        text-align: center;
    }


    .box_tim{width: 98%;max-width: initial;margin: 5px auto;float: initial;}
    .tt_tk{display: none;}

    #contenttabs{margin-right: 0;}
    .box_tg {
        flex: 1 100%;
        max-width: 100%;
        padding: 30px 20px 10px 20px;
    }
    .hotline_top{ display: none; }
    .hotline_mb{
        display: block;
        float: right;
        line-height: 45px;
        font-size: 20px;
        font-family: 'UTMAvoBold';
    }
    .hotline_mb a{color: #fff !important;}
    .hotline_mb i{margin-right: 10px;}
    #footer1 {
        display: block;
    }
    #footer{
        padding-bottom: 25px;
    }

    #tabs{margin: 10px 0}
    .padding_header{padding: 0 !important;}
    .box_center{width: 100%;}
    .lienket{float: inherit;display: none;}
    .email_top{padding-right: 0;font-size: 11px;/* margin-right: 5px; */}
    .email_top:after{content: initial;}
    .callto{display: block;}

    .tuyensinh,.khung_bootstrap{margin: 0;}
}
@media (max-width: 768px) {
    .khungtkiem .hinhsearch img {
        position: fixed;
        top: 10px;
        right: 5px;
    }
    .khungtkiem {
        margin-top: 0; 
    }
    #map_canvas_bt {
        height: 235px;
        width: 100%;
        text-align: center;
    }
    .antimkiem {
        position: absolute;
        right: 0;
    }
    .nav_logo {
        /* position: relative; */
    }
    #header.fixed #lang {
        display: block;
    }
    #header.fixed marquee{
        display: none;
    }
    .box_header marquee {
        display: none;
    }
    #header.fixed .logo {
        top: 0px;
    }
    #header.fixed .khungtkiem {
        margin-right: 0;
    }
    #header.fixed #timkiem {
        margin-top: 40px;
    }

    .albumright {
        width: 100%;
        display: block;
    }
    .albumleft {
        display: none;
    }
    .dienthoai_top {
        position: absolute;
        z-index: 9999;
    }
    #header {
        /* position: relative; */
    }
    #menu_mobi a span{
    font-size: 18px; 
    }



    .thanh_left, .thanh_right{width: 100%;}
    .cl_input textarea{width: 100%;}
    .timkiem_mb{
        display: block !important;
        margin-top: 20px;
        float: initial !important;
        width: initial !important;
        margin: 10px;
    }
    .thongtin_bt h4{width: 100%;}
    .thongtin_bt ul{display: inline-block;text-align: left;}
    .thongtin_bt ul.thongke{width: 100%; text-align: center;}
    .thongtin_bt ul.thongke li{display: inline-block;float: initial;}
    .box_gt_mota,.box_gt_img  {width: 100%;}
    .box_gt {
        background-position: top center !important;
        min-height: 440px;
        padding-top: 440px;
    }
    .taisao{width: 100%;}
    .mogioi{width: 100%;}

    .wap_item2 {
        transition: all 0.8s ease;
        flex: 1 50%;
        max-width: 50%;
        cursor: pointer;
    }

    .item2 .info{font-size: 12px;}
    .wap_taisao{background-position: bottom center !important;}
    .fanpage_fabook,.box_thongke{text-align: center;}
    .sp_tieubieu{margin-top: 10px;text-align: center;}
    .sp_tieubieu ul{display: inline-block;text-align: left;}
    .tim {width: 100% !important;}

    .content_facebook{float: inherit;text-align: center;}
    .thongtin_bt{text-align: center; float: inherit;}
    .thongtin_bt p{text-align: center !important;}
    .box_new{width: 100%;}

    .copy ul{
        width: 100%;
        text-align: center;
        float: inherit;
    }
    .copy ul li{
        display: inline-block;
        float: inherit;
    }
    .copy {text-align: center; float: inherit;}

    .menu_ft{display: none;}
    .video-clip1{padding: 0; width: 100%}
    .vert .simply-scroll-list li{width: 100%;}
    .form_lh{width: 100%;}
    .khung_phai{width: 100%;}
    .box_album {
        flex: 1 33.33%;
        max-width: 33.33%;
    }
    .dangky_tin{text-align: center;}
    .con_fan{width: initial;}
    .dangky_tin h4{text-align: left;display: inline-block;}
}
@media (max-width: 620px) {
    .khungtkiem .hinhsearch img {
        position: fixed;
        top: 10px;
    }
    .khungtkiem {
        margin-top: 0; 
    }
    #map_canvas_bt {
        height: 235px;
        width: 100%;
        text-align: center;
    }






    .content_dmslider{
        bottom: 10px;
        left: 0;
    }
    .content_dmslider .box_dm{
        margin-right: 5px;
    }
    .box_tieuchuan{
        flex: 1 100%;
        max-width: 100%;
        padding: 30px 32px;
    }

    .wap_dk_tv{
        flex: 1 50%;
        padding: 0 5px;
        margin-bottom: 5px;
    }
    .box_album {
        flex: 1 50%;
        max-width: 50%;
    }
   
    .pro_detail{height: inherit !important;}
    .khung_thongtin{width: 100%;}
    .frame_images{width: 100%;}
    .box_gt .box_gt_img{
        width: 100%;
        margin-right: 0;
    }
    .box_gt .box_gt_img img{width: 100%;}
    .box_gt_mota{width: 100%; padding: 0 5px;    margin: 0;}
    .form_lh p input{width: 100%; margin-left: 0;}
    .form_lh p textarea{width: 100%; margin-left: 0;}
    .form_lh p label{width: 100%;}

    .tintucnb{margin: 0;border: none;}
    .wap_news {
        flex: 1 100%;
        max-width: 100%;
    }
    .lienket1 {
        float: inherit;
        text-align: center;
        width: 100%;
        display: table;
    }
    .lienket li, .lienket1 li {
        list-style: none;
        display: inline-block;
        float: initial;
    }
    .item2{margin: 15px 5px;}
    .hotline_mb a { font-size: 14px;  }
}
@media (max-width: 451px) {
    .logo {
        vertical-align: middle;
        float: left;
        z-index: 1;
        left: 0px;
    }
    #header.fixed #lang{
        display: block;
    }
    .fixed .antimkiem {
        right: 0px;
    }
    .fixed #timkiem {
        margin-right: 10px;
    }
    
    .nav_logo {
        /* padding: 0px; */
        /* background-color: #00000096; */
        /* position: absolute; */
        /* z-index: 9999; */
        position: fixed;
        background-color: #0000005c;
        z-index: 1000;
    }
    .box_camket .box_camket_img img {
        width: 80%;
    }
    .box_camket .box_camket_img {
        width: 100%;
        overflow: hidden;
    }
    .dangky_tin {
        padding: 0;
    }
    .khung920 {
        width: 100%;
        padding-left: 0; 
    }
    .khungtkiem .hinhsearch img {
        position: fixed;
        top: 10px;
    }
    .khungtkiem {
        margin-top: 0; 
    }
    .fixed .khungtkiem {
        margin-top: 25px; 
    }
    #map_canvas_bt {
        height: 235px;
        width: 100%;
        text-align: center;
    }
    marquee{
        display: none;
    }
    .antimkiem {
        right: 0px;
        top: 39px;
        z-index: 9999;
    }
   
    .albumleft {
        display: none;
    }
    .albumright{
        width: 100%;
        display: block;
    }
    .box_albumtrong {
        width: 50%;
    }
    .quick-alo-phone.quick-alo-show {
        display: none;
    }
    .dienthoai_top {
        position: absolute;
        z-index: 9999;
    }
    #header.fixed .logo {
        top: 0;
    }
    .khungtkiem {
        margin-right: 30px;
    }
    #bottom {
        margin-bottom: 30px;
    }
    #header.fixed .nav_logo{
        top: 0px;
        z-index: 1000;
    }
    #ctsdivch{
        width: 100%;
        overflow: hidden;
    }








    .dangky_tuvan{position: initial;}

    .box_album {
        flex: 1 100%;
        max-width: 100%;
    }
    .container_thongke,.container_nhantin{
        text-align: center;
    }
    .thongke{
        float: initial;
    }
    .container_ft{padding: 0 !important;}
    .item_index{margin-right: 0;}
    .box_item1{width: 100% !important;}
    .gt_img{
        width: 100%;
    }
    .gt_content{
        width: 100%;
    }

    .hotro_right{width: 100%;}
    .box_item2{
        width: 100% !important;
    }
}