@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;
}
p.view-number {
    position: relative;
    padding-left: 25px;
}
p.view-number:before {content:"";background: url(view.svg) no-repeat;width: 18px;height: 14px;position: absolute;background-size: cover;left: 6px;top: 3px;}
a{ text-decoration: none;} 

.clear {clear: both;}


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

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

/*  Tim kiem */
#timkiem input::-webkit-input-placeholder {
   color: #808080; font-size: 12px; font-family: 'RobotoLight';
}

#timkiem input:-moz-placeholder { /* Firefox 18- */
   color: #808080; font-size: 12px; font-family: 'RobotoLight';
}

#timkiem input::-moz-placeholder {  /* Firefox 19+ */
   color: #808080; font-size: 12px; font-family: 'RobotoLight';
}

#timkiem input:-ms-input-placeholder {  
   color: #808080; font-size: 12px; font-family: 'RobotoLight';
}


#timkiem {
    width: 254px;
    float: right;
    background: url(images/timkiem.png) no-repeat;
    margin: 9px 0 0 0;
    position: relative;
}

#timkiem input {
    width: 210px;
    height: 30px;
    line-height: 30px;
    float: left;
    background: none;
    border: 0;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 15px;
    outline: none;
    color: #808080;
    font-size: 12px;
    font-family: 'RobotoLight';
}

#timkiem button {
    width: 40px;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    border: 0;
    background: none;
    height: 30px;
    cursor: pointer;
    outline: none;
}
#timkiem button:hover{ color:rgba(255,255,0,1);}

/* End tim kiem*/
#header{ 
    width:100%; 
    float: left; 
    position: relative;
    z-index: 10;
}
#logo,#banner{float: left;}
#logo img,#banner img{max-width: 100%; float: left;}

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

.hotline {
    float: right;
    font-size: 18px;
    color: #ffff00;
    font-family: 'HPAvoBold';
    font-weight: normal;
    margin: 30px 0 0 0;
    background: url(images/hotline.png) no-repeat;
    height: 68px;
    line-height: 68px;
    width: 200px;
    padding-left: 15px;
}

#menu{
    width: 100%; 
    float: left; 
    background: #ff0000;
    position: relative;
    z-index: 200;
}

#slider{
    width: 100%; 
    float: left; 
    position: relative; 
    z-index: 1;
}
#slider .san_pham{
    width: 100%; 
    position: absolute; 
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 999;
}
#slider .san_pham .owl-sp{height: 0; opacity: 0;}
.dai_ly{
    width: 100%; 
    float: left;
    margin: 10px 0;
}
.owl-daily{height: 0; opacity: 0;}

#slider .san_pham .item_sp{
    width: 100%;
    float: left;
    border: 5px solid #8C8987;
    position: relative;
}
.dai_ly .item_sp{
    width: 100%;
    float: left;
    position: relative;
}
#slider .san_pham .item_sp .hinh_sp, .dai_ly .item_sp .hinh_sp{
    position: relative;
    overflow: hidden;
}
#slider .san_pham .item_sp .hinh_sp:after, .dai_ly .item_sp .hinh_sp: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);
}
#slider .san_pham .item_sp .hinh_sp:hover:after, .dai_ly .item_sp .hinh_sp: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);
}
#slider .san_pham .item_sp .hinh_sp img{
    -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);
    width: 210px;
    height: 140px;

}
.dai_ly .item_sp .hinh_sp img{
    -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);
    width: 100%;
    height: 100%;

}
#slider .san_pham .item_sp .hinh_sp:hover img, .dai_ly .item_sp .hinh_sp:hover img{
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
#slider .san_pham .item_sp h3, .dai_ly .item_sp h3{
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-family: 'RobotoRegular';
    font-weight: normal;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.75);
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: -35px;
    width: 100%;
    overflow: hidden;
}
#slider .san_pham .item_sp:hover h3, .dai_ly .item_sp:hover h3{bottom: 0; transition: all 1s;}



#slider .san_pham .owl-prev{position: absolute; left: -50px; top: 30%;}
#slider .san_pham .owl-next{position: absolute; right: -50px; top: 30%;}
#slider .san_pham .owl-prev:hover, #slider .san_pham .owl-next:hover{opacity: 0.7;}

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

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

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

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

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

.title{
    width: 100%; 
    float: left; 
    margin: 10px 0px; 
    font-family: 'RobotoCondensedRegular'; 
    height: 40px;
    line-height: 40px;
    position: relative;
}
.title h2{ 
    font-size: 18px; 
    font-weight: normal; 
    text-transform: uppercase; 
    display: inline-block; 
    background: #ff0000;
    margin-bottom: 20px;
    position: relative;
}
.title h2::before{
    content: '';
    width: 51px;
    height: 40px;
    float: left;
    background: url(images/before-title.png) no-repeat;

}
.title h2::after{
    content: '';
    width: 42px;
    height: 40px;
    background: url(images/after-title.png) no-repeat;
    position: absolute;
    right: -42px;
    top: 0;
}
.title h2 a{color: #ffffff; padding: 0 50px 0 20px;}
.title a:hover{color: #ff0;}

.thanh_title{
    width: 100%; 
    float: left; 
    margin: 0 0 20px 0; 
    font-family: 'RobotoCondensedRegular'; 
    height: 40px;
    line-height: 40px;
    position: relative;
}
.thanh_title h2,.thanh_title h3{ 
    font-size: 18px; 
    font-weight: normal; 
    text-transform: uppercase; 
    display: inline-block; 
    background: #ff0000;
    margin-bottom: 20px;
    position: relative;
    color: #fff;
    padding: 0 50px 0 20px;
}
.thanh_title::before{
    content: '';
    width: 51px;
    height: 40px;
    float: left;
    background: url(images/before-title.png) no-repeat;

}
.thanh_title h2::after,.thanh_title h3::after{
    content: '';
    width: 42px;
    height: 40px;
    background: url(images/after-title.png) no-repeat;
    position: absolute;
    right: -42px;
    top: 0;
}


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

.box_danhmuc{width: 100%; float: left; margin-bottom: 20px; max-height: 420px; border-top: 1px solid #fff;}

.box_danhmuc .dl2{width: 26%; float: left; overflow: hidden;}
.box_danhmuc .dl2 .name_dl{
    width: 100%;
    float: left;
    height: 209px;
    text-align: center;
    padding: 30px 40px;
}
.box_danhmuc .dl2 .name_dl h3{
    color: #0268c6;
    font-size: 22px;
    font-family: 'UTMAvoBold';
    font-weight: normal;
    text-transform: uppercase;
}
.box_danhmuc .dl2 .name_dl a{
    color: #0268c6;
    font-size: 18px;
    font-family: 'UTMAvo';
    font-style: italic;
    font-weight: normal;
    text-transform: uppercase;
}
.box_danhmuc .dl2 .name_dl a:hover{color: #f00;}
.box_danhmuc .dl1 img,.box_danhmuc .dl2 img{width: 100%; float: left; transition: all 1s;}

.box_danhmuc .dl1{
    width: 24%;
    float: left;
    position: relative;
    overflow: hidden;
}
.box_danhmuc .dl1:hover img,.box_danhmuc .dl2:hover img{
    transform: scale(1.03);
    opacity: 0.7;
}
.box_danhmuc .dl1 .name_dm{
    text-align: center;
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    padding: 10px;
}
.box_danhmuc .dl1 h3{
    color: #fff;
    font-size: 18px;
    font-family: 'UTMAvoBold';
    font-weight: normal;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}
.box_danhmuc .dl1:hover .name_dm{bottom: 10%; transition: all 1s;}
.box_danhmuc .dl1:hover .name_dm h3{color: #ff0;}
.box_danhmuc .dl1 span{
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    background: url(images/arrow-dm.png) no-repeat left center;
    padding-left: 10px;
}



.box_gioithieu{width: 100%; float: left; margin: 0 0 10px 0; }
.gioithieu{
    width: 100%; 
    float: left; 
    margin: 20px 0 20px 0;
    text-align: center;
}
.gioithieu span{
    font-size: 14px; 
    color: #545454;
    font-family: 'OpenSansRegular';
    font-weight: normal;
}
.gioithieu h3{
    font-size: 30px; 
    font-family: 'OpenSansRegular';
    font-weight: normal;
    background: url(images/line-gt.png) no-repeat center bottom;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.gioithieu h3 a{color: #333333; text-transform: uppercase;}
.gioithieu h3 a:hover{color: #17CD17;}
.gioithieu p{
    font-weight: normal;
    font-size: 13px;
    color: #545454;
    white-space: pre-line;
    line-height: 2;
}

.dangcapnhat{text-align:center; color:#FF0000; font-weight:500; font-size:18px; margin: 10px 0;}

.box_product{width: 100%; float: left; margin: 10px 0 10px 0; }


.product{
    width: 217px;
    float: left;
    margin: 0 20px 20px 0;
    position: relative;
    text-align: center; 
    padding-bottom: 10px;
}
.product:hover:before {
    opacity: 1;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    border: 2px solid rgba(255,255,255,0.8);
}
.product:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 100;
    opacity: 0;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
}
.product .over_lay {
    position: absolute;
    top: 38%;
    left: 0;
    right: 0;
    z-index: 111;
    text-align: center;
    margin-top: -20px;
    opacity: 0;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
}
.product .over_lay h4 {
    padding: 0 15px;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    color: #D7DC02;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    text-align: center;
}
.product .over_lay a.xemthem {
    position: relative;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    margin-top: 40px;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    font-size: 13px;
}
.product .over_lay a.xemthem:after{content:'';height:1px;width:0;display:block;background:#ffffff;position:absolute;bottom:0;left:0;right:0;margin:0 auto;transition:all 0.25s ease 0s;-webkit-transition:all 0.25s ease 0s;-moz-transition:all 0.25s ease 0s;-o-transition:all 0.25s ease 0s;-ms-transition:all 0.25s ease 0s;}
.product:hover:after { opacity:1; }
.product:hover:before {opacity:1;top:5px;left:5px;bottom:5px;right:5px;border:2px solid rgba(255,255,255,0.8);}
.product:hover .chitiet{transform: scale(0);}
.product:hover .over_lay{margin-top:0;opacity:1;}
.product:hover .over_lay h4{margin-bottom:0;}
.product:hover .over_lay a.xemthem{margin-top:0;}
.product .over_lay a.xemthem:hover{color: #ff0;}
.product:hover .over_lay a.xemthem:hover:after { width:100%; }
.product .img-prod{
    width: 100%; 
    float: left;
    border: 1px solid #ccc;
    padding: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}
.product .img-prod img{ 
    width: 100%; 
    transition: all 0.5s; 
    float: left;
}

.product h3{
font-family: 'RobotoRegular';
    font-size: 14px;
    text-transform: uppercase;
    height: 40px;
}
.product h3 a{
    color: #585858;
    font-weight: normal;
}
.product:hover h3 a{color: #427EEB; font-weight: bold;}

.product p{
    font-weight: normal;
    font-size: 13px;
    color: #f7f7f7;
    font-family: 'RobotoLight';
    padding: 0 20px 20px 20px;
}

/*------------------*/
.service{
    width: 30%;
    margin: 0 5% 3% 0;
    float: left; 
    position: relative;
    background: url(images/product.png) no-repeat bottom;
    background-color: #003B79 !important;
    text-align: center;
}
.service .img-sve{
    width: 100%;
    float: left;
    overflow: hidden;
    transition: all 0.5s;
}
.service .img-sve img{ 
    width: 100%; 
    transition: all 0.5s; 
    float: left;
}
.service:hover .img-sve img{opacity: 0.7; transform: scale(1.03);}


.service h3{
    font-family: 'UTMHelvetIns'; 
    font-size: 17px;
    text-transform: uppercase;
    margin: 10px 0 15px 0;
    padding: 5px 20px;
    display: inline-block; 
    background: url(images/line_pro.png) no-repeat center bottom; 
}
.service h3 a{
    color: #fff;
    font-weight: normal;
}

.service:hover h3 a{color: #ff0;}

.service p{
    font-weight: normal;
    font-size: 13px;
    color: #f7f7f7;
    font-family: 'RobotoLight';
    padding: 0 20px 20px 20px;
}
.service .xt_sve{width: 17px; height: 16px; float: right; background: url(images/xt_prod.png) no-repeat; margin: 0 5px 5px 0;}
.service .xt_sve:hover{opacity: 0.7;}
/* ----------------*/
.title_bottom{
    width: 100%;
    float: left;
    margin: 40px 0 20px 0;
    text-align: center;
    padding: 0 15%;
}
.title_bottom h3{
    font-family: 'OpenSansRegular';
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: normal;
    background: url(images/line-tt.png) no-repeat bottom center;
}
.title_bottom span{
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    line-height: 2;
    white-space: pre-line;
}
.bottom_new{
    width: 377px;
    float: left;
}


.box_new_R{
    width: 100%;
    float: left;
    margin-top: 10px;
}
.box_new_R .owl-new{height: 0; opacity: 0;}
.new_R{
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.new_R .new-img{
    position: relative;
    overflow: hidden;
}
.new_R .new-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);
}
.new_R .new-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);
}
.new_R .new-img img{
    -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);

}
.new_R .new-img:hover img{
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    outline: 1px solid #fff;
    outline-offset: -15px;  
}
.new_R h3{
    font-size: 18px;
    font-weight: normal; 
    margin: 5px 0px 0px 0px;
    width: 100%;
    display: inline-block;
    padding: 0 10px;
}
.new_R h3 a{color: #212121;}
.new_R h3 a:hover{color: #427EEB;}
.new_R p{
    font-size: 12px;
    font-weight: normal; 
    text-align: justify;
    color: #212121;
    padding: 0 10px 10px 10px;
}

.new_R .xt_new{
    font-size: 12px;
    font-weight: normal; 
    text-align: center;
    color: #212121;
    text-transform: uppercase;
    border-top: 1px solid #EEEEEE;
    display: inherit;
    padding: 10px 0;
}
.new_R .xt_new:hover{color: #427EEB;}
/*--------------------------*/
#daily{
    width: 100%;
    min-height: 533px;
    float: left;
    background: url(images/bg-dl.png) no-repeat;
}
#daily h2{
    width: 250px;
    float: left;
    margin-top: 100px;
    color: #025db4;
    font-size: 30px;
    font-weight: normal;
    font-family: 'UTMHelvetIns';
    text-transform: uppercase;
}
#daily .timdaily{
    width: 300px;
    float: right;
    margin-top: 300px;
}
#daily .timdaily h4{
    font-family: 'UTMAvo';
    color: #025db4;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
}
#daily .timdaily p{
    font-family: 'UTMHelvetIns';
    color: #ea0606;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: normal;
}
#daily .timdaily p span{
    font-size: 18px;
    color: #535353;
}
#daily .timdaily a{
    font-family: 'UTMAvo';
    color: #025db4;
    text-transform: none;
    font-size: 16px;
    font-weight: normal;
}
#daily .timdaily a:hover{color: #000;}

/*----------------------*/
.bottom_vid{
    width: 377px;
    float: left;
    margin-left: 30px;
}
.bt_vid{
    width: 100%;
    float: left;
}
.video_left{width: 78%; float: left; margin: 0px;}
.video_left img{width: 100%; float: left;}

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

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

.danhmuc{
    width: 100%; 
    float: left; 
    background: #fff;
    margin: 20px 0px;
    border: 1px solid #ccc;
}
.danhmuc2{
    width: 100%; 
    float: left; 
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}
.tieude_left {
    width: 264px;
    height: 79px;
    line-height: 79px;
    background: url(images/title-left.png) no-repeat;
    margin: -40px 0px 0px -15px;
}
.tieude_left h3{
    font-family: 'RobotoCondensedRegular';
    font-size: 18px; 
    font-weight: normal; 
    text-transform: uppercase; 
    color: #ffffff;
    text-align: center;
}
.tieude_left h3 a{color: #fff;}
.left_box{width: 100%; float: left;}
/*+++++++++++++ MENU LEFT++++++++++++++++*/
ul.cateUl {
    width:100%;
    overflow-y: auto;
    float: left;
    font-family: 'RobotoRegular';
    padding: 0px 0px;
}
ul.cateUl ul{display: none;}
ul.cateUl>li{
    position: relative; 
    line-height: 40px; 
    background: url(images/bg-li.png) repeat-x top;
}
ul.cateUl>li:first-child{background: none;}
ul.cateUl>li:last-child{border:0;}
ul.cateUl>li>a{
    display: block; 
    font-size: 14px; 
    font-weight: normal; 
    color: #585858; 
    text-transform: capitalize; 
    background: url(images/arrow.png) no-repeat 20px center; 
    padding: 0px 0px 0px 35px;
}
ul.cateUl>li>ul>li{
    display: block; 
    position:relative; 
    padding-left: 10px;
}
ul.cateUl>li>ul>li>a{
    font-size: 15px; 
    display: block;
     height: 35px; 
     line-height: 35px; 
     font-weight: normal; 
     color: #000;  
     background: url(images/icon/ico_li.png) no-repeat left center; 
     padding-left: 16px;
 }
ul.cateUl>li>ul>li>ul>li{
    display: block; 
    position:relative; 
    border-top: 1px dotted #ccc; 
    padding-left: 10px;
}

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

.active1{color: #427EEB !important;}
.active2{color: #C72324 !important;}
.active3{color: #009CFF !important;}

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

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

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

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


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


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

.list_yahoo{
    width: 100%; 
    float: left; 
    padding: 10px 20px; 
}
.list_yahoo span{
    display: inline-block; 
    color: #4c4c4c; 
    font-size: 12px; 
    font-weight: normal;
}
.list_yahoo b{color: #35b1c0;}
.dknt{
    width: 100%;
    float: left;
    padding: 10px;
    background: #EDEDED;
    border-radius: 0 0 20px 20px;
}
.dangky_mail input{ 
    width: 100%; 
    float: left; 
    padding: 7px; 
    margin: 3px 0px 3px 0px; 
    border: 1px solid #E4E4E4; 
    outline: none; 
    color: #4c4c4c;
    font-size: 12px;
}
.dangky_mail textarea{
    width: 100%; 
    float: left; 
    padding: 7px; 
    margin: 3px 0px 3px 0px; 
    border: 1px solid #E4E4E4; 
    outline: none; 
    color: #4c4c4c;
    font-size: 12px;
}
.dangky_mail button{ 
    width: 156px;
    height: 40px;
    margin: 10px 0px 0px 0px; 
    background: url(images/send.png) no-repeat; 
    border: none; 
    outline: none; 
    cursor: pointer; 
}
.dangky_mail button:hover{opacity: 0.7;}


.videoclip{position: relative; width: 100%; float: left; text-align: center;}
.videoclip img{width: 100%; float: left;}
.videoclip h3{color: #434343; font-size: 14px; font-weight: normal; display: inline-block; margin: 5px 0px;}
.bg_video {
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    width: 63px;
    height: 63px;
    background: url(images/play.png) no-repeat top center;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.bg_video:hover {
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}


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


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




.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{ margin:0px 0px 20px 0px;}
.quangcao img{ width: 100%; transition: all 1s;}
.quangcao img:hover{transform: scale(1.03,1.03); opacity: 0.7;}


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


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

#slogan{ font-family: 'SFUSouvenirBold'; float: left; width: 650px; padding:25px 0px 0px 30px; color: #0065a2; font-size: 22px; text-transform: uppercase;}
#album img{ width: 230px; float: left; padding: 4px; margin: 8px; border:1px solid #cde0fe; height: 150px;}
#album img:hover{ opacity: 0.8;}
#main_menu{
	float:left;
    width: 100%;
	margin:0px 0px 0px 0px;
    background: #0058d0;
}
#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;}


#slide_show{ margin:-60px 0px 0px 0px; width: 100%; float: left; position: relative; z-index: -1}

.bong_tren{width:100%; float:left; background:url(images/bongtren.png) no-repeat; height:17px;margin:20px 0px 0px 0px;}
.bong_duoi{width:100%; float:left; background:url(images/bongduoi.png) no-repeat; height:40px;margin:0px 0px 0px 0px;}

#video{ width:100%; float:left;}
#video_load{ margin: 0px 0px 0px 0px;background: url(images/bg_pro.png) repeat;width: 100%; float: left}
#video_load .object{ background: #fff; width: 100%; float: left}
.video{ width: 100%; padding:5px; margin-bottom: 10px;}
.select_video{ width: 100%; float: left; margin: 5px 0px 5px 0px; }
.select_video select{ width: 100%; padding:5px; }
.sanpham_dm ul li a{ text-decoration:none; width:300px; float:left; padding:0px 0px 8px 10px; color:rgba(255,255,255,1)}
.sanpham_dm ul li a:hover{ color:rgba(255,255,0,1)}
.tieude{ margin: 0px 0px 0px 0px; width: 100%; float: left; color: #666; font-size: 18px; font-family: 'RobotoCondensedRegular'; font-weight: normal; text-transform: uppercase;}
.noidung{
    text-align:justify;
    color:#000;
    padding:0px 0px 0px 0px;
} 
.thongtin_lh{ width: 100%; float: left; padding: 0px 40px 20px 0px;}
.thongtin_lh h1{ font-size: 20px; text-transform:uppercase; color: #04608B}



.form_contact img{width: 100% !important;}
#form_contact input{ padding: 5px;}
ul{
list-style-type:none;
margin:0px;
padding:0px;
}
#icon{background:url(images/gach_menu.png) no-repeat right;}



.giohang_top{padding: 17px 30px 0px 0px;  float: right;position: relative; color: #fff; height: 70px; line-height: 53px;}
.giohang_top img{ float: right; margin-left: 20px; }
.giohang_top a{ display: block; color: #fff;font-size: 16px;}
.giohang_top a:hover{ opacity: 0.7;} 
.giohang_top span{position: absolute; right: 42px; top: 2px;}

#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}

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

.back_gr{
	width:100%; float:left; background:rgba(255,255,255,1);	
}


.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%;
    float:left;
    text-align: center;
    background: #106AAA;
    border: 5px solid #fff;
}

.thanh h2{font-family: 'RobotoMedium'; color: #ffffff; text-transform: uppercase; font-size: 18px; padding: 5px 0; font-weight: normal;}
.title_right{width: 100%; height: 19px; float: left; background: url(images/thanh_bottom.png) no-repeat;}


.thanh2{
    width:183px;
    float:left;
    text-transform:uppercase;
    color:#fff;
    font-size:18px;
    margin: 0px 0px 0px 30px;
    text-align: center;
    font-weight: bold;
    height:38px;
    line-height: 38px;
    text-shadow:0px 0px 3px #333;
}
.hotline_l{ font-size: 16px; font-weight:bold; margin: 5px 0px 5px 0px; color:#010101; width: 100%; background: url('images/hotline.png') no-repeat 0px 10px; color: #fe0000; padding: 5px 0px 5px 80px; border-bottom: 1px dotted #333;}
.hotline_l span{font-size: 24px;}
.hotro {
    padding: 5px;
    border: 1px solid #ff6d72;
    border-top: 0px;
}
.thanh img{ float:left; margin:2px 10px 0px 10px;}
.thanh h4{ color:rgba(255,255,255,1); margin-top:8px; font-weight:100;}
.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; margin:10px 0px 10px 0px; }
.yahoo{
    width:100%;
    float:left;
    margin:5px 0px 5px 0px;
}
.yahoo p{
width:100%;
float:left;
color: #fff;
font-size: 14px;
padding: 0px 0px 0px 10px;
}
.yahoo a{color: #333; padding-left: 5px;}
.yahoo p span{
margin: 8px 0px 0px 20px;
color: #3853a4;
float: left;
}
.yahoo p.hinh a{
    float: left;
    margin:5px 0px 0px 5px;
}
.yahoo .dienthoai{ width: 100%; float: left; color: #333;padding: 5px 0px 5px 50px; background: url(images/dienthoai_h.png) no-repeat 20px 10px;}
.yahoo .email{ width: 100%; float: left; color: #333; padding: 5px 0px 5px 50px; background: url(images/email.png) no-repeat 20px 10px;}

.sp_noibat{ padding: 10px; }
.sp_noibat img{ width: 100%; padding: 2px; box-shadow: 0px 0px 3px #ccc; }
.sp_noibat h3{ color: #8C0000; font-size: 14px; }
.sp_noibat:hover{ opacity: 0.8; }

.soluong_12{ padding: 0px 5px 0px 5px;}
.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;}
.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;
}


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

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

.ngaydang{ font-style: italic;; color: #6f6f6f; font-size: 13px; margin-bottom: 5px;}
.bando{ float:left; width: 100%;}





.dk_email{float: left; position: relative; margin-top: 10px;}
.dk_email input{ width: 180px;height: 26px; padding: 5px 30px 5px 10px ;border:0px; background: url(images/dk_email.png) no-repeat; font-size: 12px; color: #000; font-style: italic;}
.dk_email button{ border:0px; width: 26px; height: 26px; outline: none;font-weight: bold; color: #fff; text-transform: uppercase; position: absolute; z-index: 100; top: 0px; right: 0px; cursor: pointer; background: url(../images/send.png) no-repeat;}
.dk_email button:hover{}



.online{
	background:url(images/muiten.png) no-repeat 10px 12px;
	color:#FFF;
}
.online span{
	width:80px;
	float:left;
	padding-left:20px;
}
.menu_danhmuc{ width: 100%; float: left; background: url(images/thanh_sp.jpg) repeat-x; height: 45px;}
.menu_danhmuc li a{ float: left; height: 42px; line-height: 42px; padding: 0px 20px 0px 30px; text-transform: uppercase; color: #333; margin-top: 3px;}
.menu_danhmuc li.active a{background:#01b8f1; color: #fff; font-weight: bold;}
.menu_danhmuc li.active a:before{ content: ''; width: 7px; background: url(images/truoc.png) no-repeat; height: 45px; float: left; margin-left: -30px; margin-top: -3px; margin-right: 10px; color: #fff}
.menu_danhmuc li.active a:after{ content: ''; width: 19px; background: url(images/sau.png) no-repeat; height: 45px; float: right; margin-right: -37px;}
.menu_danhmuc a:hover{ color: #094596}
.bong_info{
width:730px;
float:right;
height:30px;
font-weight:900;
color:#333333;
text-transform:uppercase;
line-height:30px;
}

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


.box_tintuc{width: 455px; float: right;}
.box_dichvu{width: 710px; float: left;}
.dv_L{width: 316px; float: left; margin-bottom: 30px;}
.dv_L img{width: 100%; float: left; transition: all 1s; border: 1px solid #ccc; padding: 4px; margin-bottom: 5px;}
.dv_L h3 {line-height: 1.3; margin: 5px 0px;}
.dv_L h3 a{font-size: 13px; color: #fe7200; font-weight: normal; text-transform: uppercase;}
.dv_L:hover a{color: #368EE0;}
.dv_L:hover img{opacity: 0.7; transform: scale(1.03,1.03);}
.dv_L p{font-size: 13px; color: #4b4b4b; font-weight: normal; }

.dv_R{width: 360px; float: right;}


.dichvu{ width: 100%; float: left; margin-bottom: 15px; font-family: 'RobotoRegular'; border-bottom: 1px dashed #000; padding-bottom: 10px;}
.dichvu h3 a{font-size: 13px; color: #333333; font-weight: normal; background: url(images/ico_li.png) no-repeat left center; padding-left: 15px;}

.dichvu:hover img{transform: scale(1.03,1.03);}
.dichvu:hover a{color: #fe7200;}

.cont{ 
    position:  absolute;
    top: 10px;
    left: 10px;
    bottom: 10px; transition:0.5s;
    right: 10px;
    color: white;
    border: 1px solid #fff; 
    text-align: center; line-height: 70px;
}
.cont h3{ font-size: 20px; color: #ffff00; font-family: 'RobotoCondensedRegular';  font-weight: normal; text-transform: uppercase;}


.box_news {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    font-family: 'RobotoCondensedRegular';
}
.box_news img{float: left; transition: all 1s;  margin-right: 10px; margin-bottom: 10px;}
.box_news h3{margin: 0;}
.box_news h3 a{font-size: 14px; color: #ff0000; text-transform: uppercase; font-weight: bold;}
.box_news p{font-size: 14px; color: #515151; text-align: justify}
.box_news:hover img{transform: scale(1.03,1.03);}
.box_news:hover a{color: #5F95F1;}


.khung_tt{ width: 720px; 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: 350px;  float: left; margin:10px 10px 0px 0px; font-family: 'RobotoLight';}
.bottom_ti a{ color: #F40000 }
.bottom_ti a:hover{ text-decoration: underline; }
.bottom_ti:hover{ opacity: 0.8; }
.bottom_ti span{ font-style: italic; font-size: 12px; }
.bottom_ti img{ width: 100%; } 
.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: 425px; float:right; margin: 20px 0 10px 0;}

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

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

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

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

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

.box_new:hover img{ transform: scale(1.03);} 
.box_new:hover h3 a{ color: #f00} 
.content_new{ overflow:hidden; height: 400px; width: 100%; float: left;}

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


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

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

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

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

.thanhsp span{ color: #FE0000}

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

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

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

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



.dathang{
	width:80px;
	float:left;
	height:25px;
	border-radius:5px;
	background:#39a01f;
	text-align:center;
	margin-left:40px;
	line-height:25px;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
}
.cls{
width:100%;
float:left;
border-bottom:1px dashed #CCCCCC;
}
.gach{
width:100%;
float:left;
border-bottom:1px dotted #ccc;
margin:5px 0px 5px 0px;
}
.noidung ul li{list-style-type:none !important;}

#footer{
	width:100%;
	float:left;
    background: url(images/line-ft.png) no-repeat top;
    background-color: #ff0000 !important;
}
#footer h2{float: right; font-size: 12px; color: #fff; font-weight: normal;}

.left_footer{width: 50%; float: left; border-right: 1px solid #fff; }
.left_footer .box_httt{width: 55%; float: right; margin: 25px 0 20px 0;}
.left_footer .box_httt .httt{width: 100%; float: left; margin-bottom: 5px;}
.left_footer .box_httt .httt img{vertical-align: middle;}
.left_footer .box_httt .httt span{font-size: 14px; font-weight: normal; color: #fff; font-family: 'RobotoLight'; margin-right: 10px;}
.left_footer .box_httt .httt p{font-size: 14px; font-weight: normal; color: #35b1c0; font-family: 'RobotoRegular'; display: inline-block; margin-left: 10px;}

.right_footer{width: 50%; float: right; padding: 0 0 0 25px;}
.nhantin{width: 100%; float: left;  margin: 25px 0 20px 0;}


.footer{width: 420px; float: left; margin: 40px 0 20px 0; color: #fff;}

.footer h5, .thongke h5{color: #ffffff; font-weight: normal; font-size: 18px; text-transform: uppercase; font-family: 'UTMAvoBold';}
.footer ul{margin: 10px 0; padding:0; float: left; line-height: 2;}
.footer ul li{width: 100%;float: left; font-size: 12px; color: #ffffff; padding: 7px 0 7px 40px; font-weight: bold;}
.footer p{font-weight: normal; font-size: 12px; color: #959BDF; font-family: 'RobotoRegular';}

.footer_L{
    width: 315px;
    float: left;
    margin: 40px 0 50px 50px;
}

.footer_LR h6, .thongke h6{
    color: #ffffff; 
    font-weight: normal; 
    font-size: 16px; 
    text-transform: uppercase; 
    font-family: 'UTMAvo'; 
    display: inline-block; 
    margin-bottom: 15px;
}
.footer_L h6{
    color: #ffffff; 
    font-weight: normal; 
    font-size: 16px; 
    text-transform: uppercase; 
    font-family: 'UTMAvo'; 
    display: inline-block; 
    margin-bottom: 20px;
}
.footer_LR{
    width: 100px;
    float: left;
    margin: 40px 0 0 50px;
}
.footer_LR ul{margin: 0; padding:0; float: left; line-height: 2;}
.footer_LR ul li a{width: 100%;float: left; font-size: 12px; color: #ffffff; font-weight: normal;}
.footer_LR ul li a:hover{color: #ff0;}

.footer_R{
    width: 180px;
    float: right;
    margin: 40px 0 0 0;
}
.thongke{width: 100%; float: left;}
.thongke p{color: #ffffff; font-size: 12px; font-weight: normal;}
.thongke ul{line-height: 2;}
.thongke ul li{font-size: 12px; color: #ffffff; padding-left: 30px; font-weight: normal;}
.thongke b{font-weight: normal; float: right;}

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

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


.dangkymail{float: left; position: relative; margin-top: 5px;}
.dangkymail input{ width: 577px; height: 37px; line-height: 37px; padding: 0px 115px 0px 15px ;border:0px; background: url(images/dk_email.png) no-repeat; font-size: 14px; color: #888888; font-family: 'RobotoLight'; outline: none;}
.dangkymail button{ border:0px; width: 102px; height: 37px; outline: none;font-weight: bold; color: #fff; text-transform: uppercase; position: absolute; z-index: 100; top: 0px; right: 0px; cursor: pointer; background: transparent;}

#bottom{
	width:100%;
	float:left;
	margin: 0px 0px 0px 0px;
    background: url(images/new.png) no-repeat;
    min-height: 622px;
} 

.facebook{width: 377px; float: right;}


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

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




.copyright{
    width: 100%;
    margin: 10px 0px 0px 0px; 
    float: left; 
    text-align: center;
    font-family: 'OpenSansRegular';
    color: #fff;
    font-size: 13px;
    background: #1D1D1D;
    height: 45px; line-height: 45px;
}
.copyright a{ color: #f4bd88; }
.copyright span{ color: #ff0; }
.copyright h4{ color: #fff; font-size: 12px; font-weight: normal; display: inline-block; margin: 0;}
.copyright h5{ color: #fff; font-size: 12px; font-weight: normal; display: inline-block; float: right; margin: 0;}
.copyright b{color: #ff0;}



#map_canvas {    
    height: 430px;
    width: 100%;
	margin-top:20px;
	float:left;
}

.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: 9;
    width: 100%;
    max-width: 290px;
}
.hotro_right #img {
    display: block;
    position: relative;
    width: 100%;
    max-width: 290px;
    height: 160px;
    border-bottom: 1px solid #d00000;
    background: transparent url("images/hotro.png") no-repeat scroll 0% 0%;
}
.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: 48%; float: left; margin-left: 0px;}
.khung_phai{ width: 50%; float: right; padding: 0px;}
.thongtin_lh{ width: 100%; float: left; padding: 0px 40px 20px 0px;}
.thongtin_lh h1{ font-size: 20px; text-transform:uppercase; color: #04608B}
.form_contact{width: 100%; float: left; margin: 0px 0 20px 0px;}
.form_lh{ width: 100%; float: left;}
.form_lh fieldset{
	padding: 10px;
	margin: 0px 0px 0px 0px;
}
.form_lh legend{ padding:0px 10px 0px 10px;  font-style: italic; color: #023B70}
.form_lh p{ padding: 5px 0px 5px 0px;}
.form_lh p input{ padding: 5px; width: 300px; margin-left: 10px;}
.form_lh p label{ width: 100px; float: left;}
.form_lh p textarea{ padding: 5px; width: 400px; margin-left: 5px; border: 1px solid #ccc;}
.form_lh p button{ border: 0px; background: #303030; padding: 5px 20px 5px 20px; font-weight: bold; color: #fff; cursor: pointer; margin-left: 13px;}
.form_lh p button:hover{ background: #036593}
.form_van input{ width: 100% ; padding: 5px;}
.form_van button{ position: absolute; z-index: 1000; top: 1px; right: 0px; color: #eee; padding: 5px; border: 0px; background: #E78D00}

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


#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;}
.back_fix{
	height: 375px;
    width: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 20px;
}
.back_fix1{
	background-image: url("images/photo_divider1.jpg");
}
.back_fix2{
	background-image: url("images/photo_divider2.jpg");
}
.back_fix3{
	background-image: url("images/photo_divider3.jpg");
}
.back_fix4{
	background-image: url("images/photo_divider4.jpg");
}
.item1{ position: relative; overflow: hidden;}
.item1 img{ transition: 0.5s;}
.item1 img:hover{ opacity: 0.6; transform: scale(1.1);}

.menu_hinhanh{ width: 100%; float: left; height: 40px; background: url(images/menu.png) repeat-x; text-align: center; margin-top: 30px;}
.menu_hinhanh li{ display: inline-block; background: url(images/gach_menu.png) no-repeat right; padding-right: 5px;}
.menu_hinhanh li:last-child{ background: none;} 
.menu_hinhanh a{ display: block; height: 40px; line-height: 40px; padding: 0px 20px 0px 20px;}
.menu_hinhanh a:hover{ color: #FBC729}
.menu_mobile,.menu_hinhanh_m{ display: none; font-size: 30px; color: #fff; float: right; margin:5px 50px 0px 0px; position: relative; cursor: pointer;}
.menu_mobile:hover,.menu_hinhanh_m:hover{ color: #FAD400}
.menu_trong{ position: absolute; z-index: 100; display: none; background: #fff;border: 1px solid #eee;}
.about_mm{ padding: 10px; text-align: center; }
.about_mm a{ background: #0070c0; display: inline-block; padding: 5px 50px 5px 50px; font-size: 20px; border-radius: 5px; color: #fff; }
.about_mm a.banggia{ background: #df0000; }
.about_mm a:hover{ opacity: 0.8; }
.download_box {
    width: 286px;
    float: left;
    margin-right: 30px;
    text-align: center;
}
.download_box img {
    border: 1px solid #ddd;
    padding: 5px;
}
.download_box h3 {
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #333;
    margin: 5px 0px 5px 0px;
    font-size: 14px;
    display: inline-block;
}
.download_box a {
    margin: auto;
    display: inline-block;
    padding: 3px 20px 3px 20px;
    background: #4E970E;
    color: #fff;
}
.download_box a:hover{background: #DE8801;}

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

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

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

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

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


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

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

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