@charset "utf-8";
/* CSS Document */
@import url("fonts.css");
@import url("reset.css");

#pre-loader{    background: #F5F5F5;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 9999;}
#pre-loader #wrap{    position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   margin: auto;
   display: block;
   text-align: center;
   width: 100px;
   height: 30px;}
#preloader_1{
   position:relative;
}
#preloader_1 span{
   display:block;
   bottom:0px;
   width: 9px;
   height: 5px;
   background:#9b59b6;
   position:absolute;
   animation: preloader_1 1.5s  infinite ease-in-out;
}

#preloader_1 span:nth-child(2){
left:11px;
animation-delay: .2s;

}
#preloader_1 span:nth-child(3){
left:22px;
animation-delay: .4s;
}
#preloader_1 span:nth-child(4){
left:33px;
animation-delay: .6s;
}
#preloader_1 span:nth-child(5){
left:44px;
animation-delay: .8s;
}
@keyframes preloader_1 {
   0% {height:5px;transform:translateY(0px);background:#9b59b6;}
   25% {height:30px;transform:translateY(15px);background:#3498db;}
   50% {height:5px;transform:translateY(0px);background:#9b59b6;}
   100% {height:5px;transform:translateY(0px);background:#9b59b6;}
}
#wrapper{
    max-width: 1366px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.container{
    width: 1220px;
    padding: 0px 10px;
    margin: 0 auto;
    display: inline-block;
    text-align: left;
}
.container img{
    max-width: 100%;
    height: auto;
}

/*header*/

.hotline-email{
    float: left;
}
.holine{
    background:url(../images/hotline.png) left center no-repeat;
    padding-left: 20px;
    margin-right: 50px;
}



#header{
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 6000;

    min-height: 123px;
}
#header h1{
    position: fixed;
    top: 0px;
    left: 0px;
    font-size: 1px;
    color: #fff;
    z-index: 1;
    opacity: 1;
}
#header .container{
    position: relative;
    text-align: center;


}
.logo-banner{
    float: left;
    padding-top: 10px;
}
#logo{
    margin-right: 10px; 
}
.right-header{
    display: inline-block;
    max-width: 870px;
    float: right;
    text-align: left;
    width: 84%;

}
.lefttop{
    float: left;
    margin-top: 5px;
}
.right-top{
    float: right;
    margin-top: 10px;
    display: inline-block;
    max-width: 210px;
}
.search{
    background: #fff;
    height: 33px;
    width: 100%;
    border: 1px solid #ccc;
    max-width: 413px;
    margin: 0 auto;
    margin-top: 5px;
}
.hotlinetop{
    background: url(../images/fone_03.png)left center no-repeat;
    padding-left: 70px;
    color: #024257;
    line-height: 23px;
    font-size: 16px;
    margin-bottom: 7px;
    padding-top: 5px;
    float: right;
    display: inline-block;
    height: 60px;
}
.hotlinetop span{
    color: #ff0000;
    font-weight: bold;
    font-size: 18px;
}
.hotline p{
     transform: skew(25deg);
    -o-transform: skew(25deg);
    -web-transform: skew(25deg);
}
#mangxh{
    padding-top: 20px;
    display: inline-block;
    float: left;
}

.hotline:after{
    background: url(../images/hotline_03.png)no-repeat;
    width: 57px;
    height: 33px;
    top: -3px;
    left: -35px;
    content: '';
    position: absolute;
    transform: skew(25deg);
    -o-transform: skew(25deg);
    -web-transform: skew(25deg);
}
#lang{
text-align: center;
    margin-top: 6px;
}
.box_search form{
    width: 275px;
    background: #fff;
    height: 27px;
    border:1px solid #C26F21;
    border-radius:7px;
}
.box_search{
    margin-top:7px;
}
#keyword{
    float: left;
    padding-left: 35px;
    height: 31px;
    width: 80%;
    border: none;
    background: url(../images/search_03.png) 10px 8px no-repeat;
}
#sb_search{
    background: #ed1c24;
    width: 20%;
    height: 31px;
    float: right;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
}
.magxhtop{
    float: right !important;

}
.right-top #mangxh{
     padding-top: 0px !important;
}
.magxhtop img{
    margin-right: 10px;
    margin-bottom: 10px;
    padding-top: 0px !important;
}
.menutopas{
    margin-top: 10px;
}
/*end header*/
/*menu_top*/


#menu_top{
    display: inline-block;
    width: 100%;
    top: 0px;
    left: 0px;
    font-family: Arial;
    z-index: 5000;
    background:#1f6c99;
    position:relative;
    float: left;
}   
#menu_top>ul{
    display:table;
}
#menu_top>ul>li{
    position: relative;
    line-height: 45px;
    display: table-cell;
    padding-right: 2px;
}


#menu_top>ul>li a{
    color: #fff;
    font-size: 14px;
    font-family: 'RobotoRegular';
    display: block;
}

#menu_top>ul>li>a {
    color: #fff;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'UTMAvoBold';
}
#menu_top>ul>li:hover>a{
    background: #ed1c24;
}
#menu_top>ul>li.active>a{
    background: #ed1c24;
}

#menu_top>ul>li ul{
    position: absolute;
    top: 0px;
    left: 231px;
    display: none;
    z-index: 3000;
}
#menu_top>ul>li>ul{
    top: 46px;
    left: 0px;
    padding-top: 0px !important;
    box-shadow: 0px 0px 5px #ccc;
}
#menu_top>ul>li>ul li ul{
    box-shadow: 0px 0px 5px #ccc;
}
#menu_top>ul>li li{
    width: 240px;
    position: relative;
    background: #196694;
    line-height: 25px;
    padding: 5px 10px;
    text-align: left;
    border-bottom: 1px solid #ccc;
}
#menu_top>ul>li li:hover{
    background: #174822;
}
#menu_top>ul>li li:hover>a{
    color: #fff;
}
/*end menu_top*/
.line_after{
    width: 100%;
    background: url(../images/line_after.png) no-repeat top center;
    background-size: 100% 100%;     
    height: 15px;
    margin-top: 10px;
    margin-bottom: 5px;

}
/*slide_show*/
#slider{
    display: inline-block;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1000;
    min-height: 60px;
}
.jssorb21 {
    position: absolute;
}
.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
    position: absolute;
    /* size of bullet elment */
    width: 13px;
    height: 13px;
    text-align: center;
    color: white;
    font-size: 12px;
    background: #999999;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}
.jssorb21 div {

 }
.jssorb21 div:hover, .jssorb21 .av:hover {
background: #267001;
 }
.jssorb21 .av {
    background: #267001;
 }
.jssorb21 .dn, .jssorb21 .dn:hover { 
    background: #267001;
}

#slider .caption_slider{
    position: absolute;
    top: 0px;
    left: 220px;
    width: 700px;
    height: 250px;
    display: inline-block;
    font-family: 'opensan';
    text-align: center;
    color: #264D00;
}
#slider .caption_slider .title{
    margin-top: 50px;
    font-size: 60px;
    line-height: 65px;
    color: #264D00;

    font-family: 'opensanb';
}
#slider .caption_slider .name{
    font-size: 30px;
    line-height: 40px;
    color: #264D00;
}
#slider .caption_slider .mota{
    font-size: 14px;
}
#slider .caption_slider .xemthem{
    display: inline-block;
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    padding: 3px;
    background: #FE6215;
}
#slider .caption_slider .xemthem:hover{
    background: #264D00;
}
#slider .caption_slider .xemthem a{
    border:thin #fff solid;
    padding: 12px 35px;
    display: inline-block;
    color: #fff;

}
/*end slide_show*/
/*news product*/
.left-pro-to ul li{
    float: left;
    padding-right: 18px;
    font-size: 18px;
    position: relative;
}
.left-pro-to ul li a{
    color: #3f3f3f;
    font-family: 'RobotoBold','RobotoRegular';
    text-transform: uppercase;
    font-size: 16px;
    padding-right: 25px;
}
.firstli:before{
    background: url(../images/new_09.png)right center no-repeat;
    position: absolute;
    top: -8px;
    height: 15px;
    width: 20px;
    content: '';
    right: 27px;
}
.childli:before{
    background: url(../images/sale_03.png)right center no-repeat;
    position: absolute;
    top: -8px;
    height: 15px;
    width: 27px;
    content: '';
    right: 10px;
}
.left-pro-to ul{
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.left-pro-to ul li a:hover{
    color: #3a4e9c !important;
}
.left-pro-to>ul>li>a.chon {
    color: #3a4e9c !important;
}
.left-pro-to{
    display: inline-block;
    width: 66.7%;
}
.right-index{
    width: 33.3%;
    display: inline-block;
    float: right;
    padding-left: 18px;
}
.titleright{
    background: url(../images/bgtiitle_03.png) no-repeat;
    line-height: 39px;
}
.titleright h3{
        padding-left: 30px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
.contentright{
        border: 1px solid #ccc;
    padding: 8px;
    border-top: 0px;
}
.top-right{
    position: relative;
}
.top-right p{
    background: #606060;
    color: #fff;
    padding: 0px 15px;
    font-family: 'RobotoRegular';
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
}
.content-right{
    margin-top: 10px;
}
.itemnesin{
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}
.itemnesin img{
    float: left;
    margin-right: 10px;
}
.itemnesin p.name-it-nin{
    color: #5f5f5f;
    height: 30px;
    overflow: hidden;
}
.ngaydang{
    font-size: 12px;
   color: #B2B2B2; 
   margin-top: 10px;
}
.content_right{
    margin: 8px 0px;
}
.read-tin a{

    color: #5f5f5f;
}
.read-tin{
font-size: 12px;
    color: #5f5f5f;
    text-align: right;
    margin-right: 10px;
}
.read-tin a:hover{
    color: #f00;
}
.itemnesin:hover p.name-it-nin{
    color: #f00;
}
.box-sevice{
    margin-top: 20px;
}
/*index*/
.item-product{
    display: inline-block;
    text-align: center;
}
.img-pro{
    position: relative;
    overflow: hidden;
}
.item-product:hover a{
color:#f00;
}
.item-product h3 a{
    font-family: 'RobotoCondensedBold';
    color:#d35400;
    font-size:18px;
}
.box-product{
display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.sevice{
    background: url(../images/bg_doitac_06.png) no-repeat;
    height: 260px;
    padding-top: 40px;
}
.itemsev{
    width: 1040px;
    margin: 0 auto;
    color: #fff;
}
.centrsk{
    width: 1040px;
    margin: 0 auto;
}
.centrsk .owl-prev{
    left: -95px;
    background: url(../images/predv_03.png) no-repeat center;
    top: 48%;
    width: 30px;
    height: 30px;
}
.centrsk .owl-next{
    right: -95px;
    background: url(../images/nextdv_03.png) no-repeat center;
    top: 45%;
    width: 30px;
    height: 30px;
}
.contaisevice{
    background: rgba(65,197,1,0.6);
    width: 1300px;
    margin: 0 auto;
    height: 180px;
    padding-top: 20px;
}
.itemsev h3{
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 10px;
}
.itemsev h3 a{
    color: #fff;
}
.itemsev h3 a:hover{
    color: #ff0;
}
.itemsev p{
    line-height: 1.5
}
.itemdoitac{
    border: 1px solid #ccc;
    background: #fff;
    padding: 7px;
    width: 185px;
    display: inline-block;
}
.itemdoitac:hover{
     border: 1px solid #f00;
}
.panner{
        background: #EEEEEE;
    padding: 30px 0px;
    display: inline-block;
    width: 100%;
}
.panner .owl-prev {
    left: -15px;
    background: url(../images/predoitac_12.png) no-repeat center;
    top: 50%;
}
.panner .owl-next {
    right: -15px;
    background: url(../images/next_doitac.png) no-repeat center;
    top: 50%;
}
/*right*/
#right{
    width: 21%;
    float: right;
    margin-top: 20px;
}
/*end right*/
/*middle*/
#middle{
    width: 75%;
    display: inline-block;
    min-height: 300px;
    margin-bottom: 30px;
    float: left;
}

/*middle*/
/*top_content*/
#top_content{
    width: 100%;
    display: inline-block;
    position: relative;
}
/*end top_content*/

/*bottom_content*/
#bottom_content{
    width: 100%;
    text-align: center;
    position: relative;
}
/*end bottom_content*/
/*doitac*/
#doitac{
    width: 100%;
    display: inline-block;
}

/*end doitac*/
/*footer*/
#footer{
    width: 100%;
    display: inline-block;
    padding-top: 30px;
    color: #fff;
    background: #1f6c99;
    position: relative;
    min-height: 290px;
}   
#footer h3{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
#footer .container{
    position: relative;

}

#footer #content_footer p{

    line-height: 29px;
}
.copy{
        position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background: #135073;
    padding: 10px;
}
.copy span{
    text-align: left;
}
.copy span b{
    color: #ff0;
}
.diachi{
    background: url(../images/diachi_03.png) left center no-repeat;
    line-height: 16px !important;

}
.dienthoai{
    background:url(../images/fonefooter_03.png) left center no-repeat;

}

.email{
    background:url(../images/email_03.png) left center no-repeat;

}
.website{
    background:url(../images/website_03.png) left center no-repeat;

}
.listfooter{
        float: left;
    margin-left: 160px;
    text-align: left;
}
.listfooter h3{
     font-weight:bold;
     text-transform:uppercase;
}
.listfooter p{
    background: url(../images/iconp_03.png) left no-repeat;
    margin-top: 10px;
    padding-left: 15px;
}

.listfooter p a{
    color:#fff;
    font-size:14px;
}
.listfooter p a:hover{
    color:#ff0;
}
.map-footer{
    float: left;
    width: 370px;
    height: 125px;
    color: #000;
    text-align: left;
    
    margin-left: 30px;
}
.centermap{
    border: 3px solid rgba(0,0,0,0.3);
}
.centermap .map_description{
    display: none;
}

.right-footer{
    width: 260px;
    float: right;
    text-align: left;
}

.right-footer p{
    line-height: 2
}
.online{
    background: url(../images/online_03.png) left center no-repeat;
    padding-left: 20px;
}
.dayonline{
    background: url(../images/ngay_07.png) left center no-repeat;
    padding-left: 20px;
}
.monthonline{
    background: url(../images/thang_10.png) left center no-repeat;
    padding-left: 20px;
}
.totalonline{
    background: url(../images/tong_13.png) left center no-repeat;
    padding-left: 20px;
}
#footer #mangxh{
    padding-top: 20px;
    display: inline-block;
    float: left;
}
#footer #mangxh img{
    margin-right: 5px;
}

#footer .container{
    position: relative;

}

#footer #thongke{
    float:right;
}
#footer #copyright{
    border-top:thin #d9d9d9 solid;
    padding:5px 0px;
    text-align:left ;
}
#footer #copyright b{
    color:red;
}
.item-footer{
width: 50%;
    float: left;
    display: inline-block;
    text-align: left;
}

.sik-fogte{
    width: 60%;
    padding-right: 10px;
    display: inline-block;
    float: left;
}
.suport-tin{
    padding-left: 40px;
    float: left;
    width: 40%;
}
.content-chinh p {
    margin-bottom: 10px;
}
.content-chinh p a{
    color: #fff;
}
.content-chinh p a:hover{
    color: #ff0;
}
.copy-yek{
    font-size: 12px;
    margin-top: 20px;
}
.item-right{
    float: right;
    display: inline-block;
    font-size: 11px;
    /* padding-left: 30px; */
    width: 100%;
    max-width: 370px;
}
.cotensk{
        border: 1px dashed;
    padding: 5px;
}
.cenatd{
    background: #1f6c99;
    padding: 10px;
}
#content_nhantin{
   
    margin-top: 10px;
    height: 35px;
}
#mailkhachhang{
     background: #fff;
    border: none;
    padding: 0px 10px;
    height: 35px;
    float: left;
    border: none;
    width: 80%;
}
#sb_nhantin{
    width: 19%;
    height: 35px;
    background: #f00;
    float: right;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
}
.facebook-right{
    width: 60%;
    display: inline-block;
    text-align: right;
}
/*end footer*/
/*product*/
.owl-wrapper-outer{
   padding: 3px;
}
.owl-carousel .owl-item{
    margin-left: -1px;
}
.slider-product{

}
.item-slide-pro{
    width: 305px;
    border: 1px solid #ccc;
    overflow: hidden;
    display: inline-block;
    position: relative;
}
.item-slide-pro:hover p{
    color: #ff0;
}
.item-slide-pro p{
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: rgba(0,0,0,0.7);
    color: #fff;
    text-align: center;
        font-family: 'OpenSansSemibold';
    padding: 10px;
    font-size: 15px;
}
.wrap_product{
    width: 33.33%;
    display: inline-block;
    float: left;
    padding: 1%;
}
.product{
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: center;
    font-family: Arial;
    padding: 6px;
    border: thin #d9d9d9 solid;
    box-shadow: 0px 5px 0px #174822;
}
.product:hover{
        box-shadow: 0px -5px 0px #f00;
}
.inprovi{
    width: 16.66%;
    float: left;
    display: inline-block;
    margin-left: -1px;
}
.baoowl{
    width: 100%;

}

.wrap_product h3 a {
    color: #1d1d1d;
    font-size: 15px;

}
.addcart{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 123;
}
.name-msp{
    padding: 7px;
    font-size: 14px;
}
.name-msp h3{
    margin-bottom: 6px;
    font-family: 'utmavo';
    height: 16px;
    overflow: hidden;
}
.sizpro{
    color: #f00;
    height: 16px;
    overflow: hidden;
}
.prisc{
display: inline-block;
    width: 100%;
    font-size: 15px;
}
.gia_sale{
    text-align: left;
}
.price{
    color: #f00;
    /* float: left; */
    font-size: 18px;
    font-weight: bold;
}
.masp{
    color: #3A4E9C;
    float: right;
}

.wrap_product:hover h3 a{
    color:#f00;
}
/*end product*/
#main{
    display: inline-block;
    margin-top: 20px;
    width: 100%;
}
.line_product{
    width: 100%;
    display: inline-block;
    height: 35px;
    background: linear-gradient(top,#fff,#CDCDCB);
    background: -moz-linear-gradient(top,#fff,#CDCDCB);
    background: -webkit-linear-gradient(top,#fff,#CDCDCB);
    background: -o-linear-gradient(top,#fff,#CDCDCB);
    padding-bottom: 5px;
    border-bottom: thin #FB9EB0 solid;
}
/*title_main*/
.title_main{
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
    overflow: hidden;

}
.title_main h2{
    text-transform: uppercase;
    font-family: Arial;
    font-size: 16px;
    color:#fff;
    position: relative;
    display: inline-block;
    font-family: 'UTMAvoBold';
    background:#1f6c99;
    line-height: 30px;
    padding:5px 20px;
    margin:0px 10px;
    
}
.title_main h2:before{
    content:'';
    height:100%;
    width:285px;
    background:url('../images/before_05.png') no-repeat right center;
    position:absolute;
    top:0px;
    left:-285px;
}
.title_main h2:after{
    content:'';
    height:100%;
    width:285px;
    background:url('../images/after_05.png') no-repeat left center;
    position:absolute;
    top:0px;
    right:-285px;
}

.box-product .owl-prev, .box-product .owl-next{
        top: -60px !important;
}
.title_main .xemthem{
    line-height:37px;
    float:right;
    color:#000;
}
.title_main .xemthem:hover{
    color:red;
}
/*end title_main*/


/*box_tintuc*/

.wrap_tintuc{
display: inline-block;
    width: 50%;
    text-align: center;
    float: left;
    padding: 1%;
}
.box_tintuc{
    text-align: left;
    width: 100%;
    float: left;
    display: inline-block;
    font-family: Arial;
}
.box_tintuc img{
    padding:3px;
    display: inline-block;
    margin-right:10px;
    border:thin #d9d9d9 solid;
    float:left;
}

.box_tintuc img:hover{
    opacity: 0.5;
}
.box_tintuc h3{
    color: #333;
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 7px;
    height: 44px;
    overflow: hidden;
}
.box_tintuc h3:hover{
    color: red;
}
.box_tintuc .mota{
    color: #555;
    font-size: 13px;
    line-height: 1.5;
    overflow: hidden;
    height: 95px;

}
.box_tintuc .date{
    color: yellow;
    font-size: 11px;
    margin-bottom: 5px;
}
.box_tintuc .xemthem{
    background: #EA751A;
    padding: 3px;
    display: inline-block;
    margin-top: 10px;
    float: right;
}
.box_tintuc .xemthem p{
    font-size: 11px;
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
    border:thin #fff solid;
}
.nameacticle{
    font-size: 26px;
    margin-bottom: 15px;
}
.contentactile{
    margin-bottom: 10px;
}
/*box_tintuc*/
.bottomcontent{
    background: #ebebeb;
    padding: 40px 0px;
    display: inline-block;
    width: 100%;
}
.box-bottom{
    width: 50%;
    display: inline-block;
    float: left;
}
.box-bottom .item-bottom{
     width: 50%;
    display: inline-block;
    float: left;
    padding-right: 10px;
}
.bottomcontent .item-bottom h3{
    font-family: 'UTMAvoBold';
    text-transform: uppercase;
    color: #174822;
    margin-bottom: 10px;
}
.bottomcontent .item-bottom p{
    background: url(../images/icona_03.png) 0px 4px no-repeat;
    padding-left: 13px;
    margin-top: 7px;
}
.bottomcontent .item-bottom p a{
    color: #343434;
}
.bottomcontent .item-bottom p a:hover{
    color: #f00;
}
.vesi{
    margin-top: 10px;
}
/*baiviet_lienquan*/
.baiviet_lienquan{
    width: 100%;
    display: inline-block;
    text-align: left;
    margin-bottom: 20px;
}
.baiviet_lienquan .title{
    font-size: 16px;
    color: #cc181e;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 20px;
}
.baiviet_lienquan li{
    background: url(../images/sao.png) left center no-repeat;
    padding-left: 15px;
    font-size: 20px;
}
.baiviet_lienquan li a{
    font-size: 14px;
    color: #000;
}
.baiviet_lienquan li a:hover{
    color: red;
    margin-left: 10px;
    font-weight: bold;
}
/*baiviet_lienquan*/
/*tabs*/
.tabs{
    width: 100%;
    display: inline-block;
    
}
.tabs .tabs_title{
    display: inline-block;
    text-align: center;
    background: #005FFF;
    border:thin blue solid;
    border-radius: 10px 10px 0px 0px;
    margin-bottom: -5px;
}
.tabs .tabs_title li{
    display: inline-block;
    float: left;
    padding: 10px;
    border-right: thin blue solid;
}
.tabs .tabs_title li:last-child{
    border:none;
}
.tabs .tabs_title li a{
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}
.tabs .tabs_hidden{
    width: 100%;
    display: none;
}
.tabs .tabs_hidden:first-child{
    display: inline-block;
}
.tabs .tabcontents{
    overflow: hidden;
    border:thin blue solid;
    padding: 10px;
    margin-bottom: 20px;
}
.tabs .tabcontents img{
    max-width: 100% !important;
    height: auto;
}
/*end tabs*/
/* ========== Content pagination ========== */

ul.pagination {
    display:inline-block;
    width:100%;
    margin:10px 0px;
    text-align:center;
    color:#FE0233;
}
ul.pagination li.page_info{
    display: none;
}
ul.pagination li {
    display:inline;
    padding:0 3px;
}
ul.pagination a {
    color:#FE0233;
    display:inline-block;
    padding:5px 10px;
    border:1px solid #FE0233;
    text-decoration:none;
}
ul.pagination a:hover, 
ul.pagination a.current {
    background:#FE0233;
    color:#fff; 
}

.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;
}
/* ==========end  Content pagination ========== */

/*top*/
#top{
    background:url(../images/top.png) no-repeat;
    background-size: 100% 100%;
    height:35px;
    width:35px;
    position:fixed;
    bottom:40px;
    right:10px;
    cursor:pointer;
    z-index: 99999;
}
/*end top*/
/*sodotongquan*/
#sodotongquan{
    width: 1000px;
    
    top: 0px;
    left: 0px;
}
#sodotongquan #sodotongquan_img{
    width: 1000px;
    display: inline-block;
    position: relative;
}
#sodotongquan canvas{
    height: 100% !important;
}
#sodotongquan #sodotongquan_img img{
    max-width: 100%;
}
.viewdv{
    width: 25%;
    float: left;
    padding: 14px;
    display: inline-block;
}
.item-dv{
    max-width: 272px;
    margin: 0 auto;
}
.imgdv img{
    border-radius: 8px;
}
.name-dv-nin{
    color: #3a4e9c;
    text-transform: uppercase;
    font-family: 'RobotoCondensedRegular';
    font-size: 16px;
    margin-bottom: 5px;
    height: 38px;
    overflow: hidden;
}
.item-dv:hover .name-dv-nin{
    color: #f00;
}
.imgdv{
        border: 1px solid #ccc;
    padding: 7px;
    border-radius: 7px;
}
/*end sodotongquan*/
.content_title .name{
    color: #024FC1;
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 5px;
}
.owl-carousel .owl-item{
    text-align: center;
}
#at4-share{
    display: none !important;
}

/*product_detail*/
#product_detail{
    width: 100%;
    display: inline-block;
}
#product_detail #product_detail_img{
    width: 33%;
    float: left;
    text-align: center;
}
#product_detail #product_info{
    width: 48%;
    float: left;
    text-align: left;
    padding-left: 30px;
}
#product_detail #product_info li{

    padding: 5px 0px;
}
#product_detail #product_info li .addtocart{
    width: 100%;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    background: #555;
    text-align: center;
    color: #fff;
}
#product_detail #product_info li .addtocart:hover{
    color: yellow;
}
#product_detail #product_info .gia{
    font-size: 16px;
}
#product_detail #product_info .gia span{
    color: red;
}
#product_detail #product_info .gia b{
    text-decoration: line-through;
}
#product_detail #product_info .name{
    font-size: 25px;
    line-height: 30px;
    color: #333;
    font-family: Arial; 
}
#product_detail #thumb{
    width: 100%;
    margin-top: 5px;
    text-align: center;
}
#product_detail #thumb img{
width: 60px;
height: 60px;
    display: inline-block;
}
#product_detail .muangay{
    width:100%;
    display:inline-block;
    line-height:35px;
    color:#fff;
    font-size:16px;
    background:#049EDD;
    text-align:center;
    text-transform:uppercase;
}
.left-detail{
    width: 950px;
    float: left;
}
.right-detail{
    width: 300px;
    float: right;
    border: 3px #e6e6e6 solid;
    padding: 0 15px;
}
.right-detail h3{
        padding: 10px 15px;
    font-size: 20px;
    border-bottom: none;
    text-transform: capitalize;
    line-height: 24px;
    color: #262626;
    font-weight: 700;
}
.right-detail ul li{
        border-top: 1px solid #ccc;
    padding: 10px;
}
.right-detail ul li a{
        color: #555;
    font-size: 15px;
    display: block;
}
.right-detail ul li a:hover{
    color: #f00;
}
.check a{
    color: #f00 !important;
}
#product_img{
    border: 1px solid #ccc;
}


.tab{
    margin: 20px 0px;
}
.tab ul{
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
.tab ul li{
    display: inline-block;
    border: 1px solid #ccc;
    border-bottom: 0px;
    line-height: 35px;
    
}
.tab ul li a{
    color: #747474;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
}
.tab ul li a:hover, .tab ul li a.active{
    background: #174822;
    color: #fff;
}
.tab .hiden{
    display: none;
}
/*product_detail*/
.map-contact{
    margin: 20px 0px;
}
.hiden table{
    width: 100% !important;
}

/*left*/
#left{
    display: inline-block;
    width: 230px;
    float: left;
    margin-top: 8px;
}
#left .box_left{
    display: inline-block;
    width: 100%;
    border: 2px dotted #3cc1f3;
}
#left .title{
    line-height: 34px;
    background: url(../images/bg_title_03.png) no-repeat;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 53px;
    height: 40px;
    font-weight: bold;
    width: 232px;
    margin-left: -3px;
    margin-top: -10px;
}
.col_left_contact{
    padding-right: 2%;
}
 #danhmuc_left{
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ccc;
}
#danhmuc_left>ul li{
    font-size: 25px;
    line-height: 30px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
    position:relative;
}
#danhmuc_left>ul li:last-child{
    border-bottom: none;
}
#danhmuc_left>ul li a:hover{
    color: #f00;
}
#danhmuc_left>ul li ul li ul{
    position: absolute;
    left: 100%;
    width: 220px;
    background: #fff;
    z-index: 1234;
    top: -5px;
    border: 1px solid #ccc;
    padding: 0px 10px;
    display: none;
}
#danhmuc_left>ul li ul li:hover ul{
    display: block;
}
#danhmuc_left>ul li ul li ul li{
    line-height: 30px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
    position:relative;
}
#danhmuc_left>ul>li:hover img{
    transform:rotate(360deg);
    -o-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
}
#danhmuc_left>ul>li a{
font-size: 16px;
    color: #505050;
    font-family: 'RobotoCondensedRegular';
    text-shadow: 0px 0px 0px;
    display: block;
}
 #danhmuc_left>ul>li>ul{
    padding: 0px 10px;
    /* position: absolute; */
    /* left: 215px; */
    /* width: 220px; */
    /* z-index: 12345; */
    /* background: #fff; */
    /* top: 0px; */
    /* display: none; */
    /* border: 1px solid #ccc; */
}


#left #danhmuc_left>ul>li a:hover{
    color:red;
}
#left #danhmuc_left>ul>li ul a:hover{
    color:red;
}
#left #danhmuc_left>ul>li ul li{
    list-style-image:url('../images/list_left.png');
}
#left .content{
    padding:5px;
}
.hotl-left{
    background: url('../images/hotline_03.png') left center no-repeat;
    line-height: 33px;
    padding-left: 65px;
    color: #FF6A69;
    font-weight: bold;
    font-size: 18px;
    margin-left: 10px;
    margin-top: 10px;
}
.itemyahoo{
display: inline-block;
    padding: 10px;
    width: 100%;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
}
.name-fone{
    float: left;
    margin-left: 10px;
    font-size: 12px;
    line-height: 1.4;

}
.yah-sky{
    float:left;
}

#left #video_lienquan{
    margin-top:10px;
    height:30px;
    line-height:30px;
    text-indent:10px;
    width:100%;
}
#left #doitac{
    height: 282px;
    text-align: left;
    padding: 10px;
}
.simply-scroll-list li{
        margin-bottom: 10px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px dashed #ccc;
}
#left #doitac img{
    border: 1px #d9d9d9 dashed;
    /* margin: 10px 0px; */
    display: inline-block;
    padding: 3px;
    float: left;
    margin-right: 5px;
}
#left #doitac p{
    color:#7D7D7D;
}
#left #doitac p:hover{
    color:#f00;
}
/*left*/
#right_content{
    min-height: 600px;
    width: 100%;
    padding-left: 300px;
}
/*product_detail_left*/
#product_detail_left{
    float: left;
    width: 75%;
}
#product_detail_right{
    width: 25%;
    float: right;
}
/*end product_detail_left*/
.select_sort{
    float: right;
    width: 250px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    margin-right: 10px;
    
}

.button_cart{
    display: inline-block;
    line-height: 30px;
    background: #0189FF;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    margin-right: 10px;
    padding: 0px 10px;
    border-radius: 3px;
}
.button_cart:hover{
    background: #B3002C;
}
.boxthanhtoan{
    margin-top: 20px;
}
.leftthanhtoan{
    float: left;
    width: 50%;
}
.rightthanhtoan{
        float: left;
    width: 50%;
    padding-left: 20px;
}
.payhtn {
    font-weight: bold;
    float: left;
    width: 100%;
    font-size: 12px;
    margin-bottom: 20px;
    color: rgba(102,102,102,1);
    text-transform: uppercase;
    
}
.rate-name{
    float: left;
    margin-right: 12px;
    padding-top: 2px;
}
.score{
    float:left;
}
.payhtn p{

    text-transform: capitalize;
    font-weight: 100;
    margin-bottom: 0px;
    margin-top: 11px;
}
.paytien span{
    background: url(../images/icon-tien-mat.png) no-repeat left center;

    padding: 10px 0px 10px 40px;
}
.paycard span{
    background: url(../images/icon-atm.png) no-repeat left center;

    padding: 10px 0px 10px 40px;
}
.boxthanhtoan .form_contact{
    border: none !important;
}
.owl-prev,
.owl-next{
    text-indent: 10000px;
    height: 25px;
    width: 25px;
    position: absolute;
    top: -33px;
    overflow: hidden;
}
.owl-prev{
    right: 30px;
    background: url(../images/pres_03.png) no-repeat center !important;
    border-radius: 0px !important;
}
.owl-next{
    right: 0px;
    background: url(../images/nexte_03.png) no-repeat center !important;
    border-radius: 0px !important;
}
/* box_gallery */
.box_gallery{
    width:25%;
    padding:1%;
    float:left;
}
 .box_gallery img{
    width:100% ;
    border:thin #d9d9d9 solid;
    padding:2px;
    background:#fff;
    box-shadow:5px 5px 0px #ddd ;
}
.imglist{
margin-bottom:20px;
}
.add_cart {
    background: url(../images/giohang_07.png) no-repeat;
    width: 97px;
    height: 32px;
    /* bottom: -25px; */
    display: inline-block;
    padding-left: 39px;
    padding-top: 9px;
    position: relative;}
.add_cart a {
    color: #fff;
    font-size: 12px;
}
.khach{
    max-width: 246px;
    margin: 0 auto;
}
.video-panner-qcao{
    background: #F6F6F6;
    padding: 40px 0px;
}
.itemcuce{
    width: 50%;
    display: inline-block;
    float: left;
    padding:10px;
}
.title-video{
    text-align: center;
    border-bottom: thin #3a4e9c solid;
    height: 9px;
    margin-bottom: 30px;
}
.title-video h3{
    text-transform: uppercase;
    color: #3a4e9c;
    background: #f6f6f6;
    display: inline-block;
    padding: 0px 15px;
    font-size: 16px;
    text-shadow:0px 0px 0px;
}
.content-video{
    background: #fff;
    border: 2px solid #3a4e9c;
    padding: 10px;
    display: inline-block;
    width: 100%;
}
.item-rol{
    width: 50%;
    float: left;
    padding:0px 10px;

}
#box_video{
    width: 45% !important;
    float: left;
}
.select_video{
        float: left;
    width: 55%;
    padding-left: 10px;
}
.img_video{
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
}
.img_video h4{
    font-size: 12px;
    font-family: 'RobotoRegular';
    color: #3a4e9c;
}
.img_video img{
    width: 75px;
    height: 50px;
    float: left;
    margin-right: 10px;
}
.img_video:hover h4{ 
    color: #f00;
}
.img_video p{
    color: #3a3a3a;
}

.select_video{
    height: 222px;
}
.comtent-paner{
    border: 2px solid #3a4e9c;
    display: inline-block;
    width: 100%;

    padding: 10px;
    background: #fff;
}
.comtent-paner .owl-wrapper-outer{
    padding:0px;
}
.bx-pager img{
    border:1px solid #fff;
}
#bx-pager a:hover img, #bx-pager a.active img {
    border: solid #5280DD 1px !important;
}
#bx-pager a img {
    padding: 3px;
    border: solid #ccc 1px;
    width: 73px;
    height: 73px;
}
.leftdv{
    width: 50%;
    float: left;
    padding-right: 20px;
}
#boxshow h3{
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #3a4e9c;
}
#bx-pager .owl-prev{
    top: 23px;
}
#bx-pager.owl-next{
    top: 23px;
}
#bx-pager .owl-prev{
    right: inherit !important;
    left: 0px;
}
#bx-pager .owl-next{
    right: 0px !important;
     top: 23px;
}
.detailtaikhoan{
    margin-bottom: 15px;
    margin-left: 20px;
}
.cart_top {
    background: url(../images/gio_cart.png) no-repeat;
    width: 64px;
    height: 53px;
    padding-top: 4px;
    /* padding-left: 42px; */
    color: #fff;
    /* padding-right: 15px; */
    position: fixed;
    top: 7%;
    right: 0px;
    z-index: 9999999;
}
.cart_top p{
    width: 37px;
    text-align: center;
    float: right;
}
/* box_gallery */
.sale{
        text-decoration: line-through;
    font-size: 15px;
    color: #bdb9b9;
}
#leftcen{
width: 25%;
    display: inline-block;
    float: left;
    padding-right: 15px;
}
#leftcen .title{
    background: #1F6C99;
    line-height: 40px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}