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

@-moz-keyframes xoayanh{
0%{
-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
transform: rotate(0deg);
 }
100% {
-webkit-transform: rotate(720deg); /* Chrome, Safari, Opera */    
transform: rotate(720deg);
       }
    }
@-o-keyframes xoayanh{
0%{
-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
transform: rotate(0deg);
 }
100% {
-webkit-transform: rotate(720deg); /* Chrome, Safari, Opera */    
transform: rotate(720deg);
       }
    }
@-webkit-keyframes xoayanh{
  0%{
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
     }
    100% {
    -webkit-transform: rotate(720deg); /* Chrome, Safari, Opera */    
    transform: rotate(720deg);
           }
        }
@keyframes xoayanh {
    0%{ 
      -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(720deg); /* Chrome, Safari, Opera */
      transform: rotate(720deg);
    }
}

#loadbody{
position:fixed;
left:0px;
top:0px;
z-index:9999999999;
width:100%;
height:100%;
background: rgba(200,200,200, 0.5);
}
#loadbody img{
    position:fixed;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    margin:auto;
    -o-animation: xoayanh 0.7s infinite linear;
    -moz-animation: xoayanh 0.7s infinite linear;
    -webkit-animation: xoayanh 0.7s infinite linear;
    animation: xoayanh 0.7s infinite linear;
}
#wrapper{
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    overflow:hidden;
    text-align: center;
}
.container{
    width: 1220px;
    padding:0px 10px;
    margin: 0 auto;
    display: inline-block;
    text-align: left;
}
.container img{
    max-width: 100%;
    height: auto;
}
.itemtinbottom img{
    border: 1px solid #eee;
    margin-bottom: 7px;
}
.itemtinbottom{
    text-align: left;
}

/*header*/
#header{
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    text-align: center;
    display: inline-block;
    border-bottom: 15px solid #0428c3;
    float: left;
}
#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;
}
.logomenu{
    position:relative;
}
.topheader{
    background: #42515e;
    width: 100%;
    float: left;
    /* display: inline-block; */
}
.topheader .contant{
    max-width: 1200px;
    margin: 0 auto;
}
.slogan{
    float: left;
    width: 33.33%;
    color: #fff;
    padding-top: 7px;
}
.centertop{
        width: 33.33%;
    float: left;
    padding-left: 20px;
    padding-top: 6px;
}
#lang{
    float:right;
    line-height: 33px;
}
.logo_banner img{
    float:left;
}
.logo_banner{
    display: inline-block;
    float: left;
}
#logo{
    position: absolute;
    left: 90px;
    top: 10px;
}
#menu_top img{
    margin-top: -26px;
}
#banner{
    padding-top:15px;
}
.right_header{
    float: right;
    display: inline-block;
    padding-top: 43px;
    
}
.search{
    display:inline-block;
}
.search form{
    float:right;
    background:url(../images/bg_search_08.png) no-repeat;
    width:159px;
    height:40px;
}
.search p{
        float: left;
    padding-top: 7px;
    padding-right: 10px;
    color:#002f79;
    font-weight:bold;
}
#keyword{
    width: 120px;
    float: left;
    margin-top: 9px;
    padding-left: 10px;
    border: 0px;
    background: none;
    outline: none;
}
#sb_search{
    width: 30px;
    height: 37px;
    float: right;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}
.hotline{
    background: url(../images/hotline_12.png) no-repeat;
    width: 218px;
    height: 38px;
    text-align: left;
    float: right;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding-left: 55px;
    line-height: 38px;
    margin-left: 20px;
}
/*end header*/
/*menu_top*/


#menu_top{
    display: inline-block;
    width: 100%;
    max-width: 1040px;
    margin-top: 15px;
    left: 0px;
    font-family: Arial;
    z-index: 5000;
    background: #0428c3;
    position: relative;
    float: right;
    height: 39px;
}   
#menu_top:before{
    background:url(../images/after_10.png)no-repeat;
    content:'';
    width: 39px;
    height:100%;
    position:absolute;
    left: -35px;
    top:0px;
    }
#menu_top>ul{
    display: table;
    width: 100%;
    max-width: 750px;
    padding-top: 7px;
}
#menu_top>ul>li{
    display: table-cell;
    text-align: center;
    position: relative;
    padding-bottom: 6px;
    line-height: 35px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#menu_top>ul>li a{
    color: #fff;
    font-size: 15px;
    font-family: Tahoma;
    /* display:block; */
}
#menu_top>ul>li.line{
    /* background: url(../images/ine_03.png) no-repeat; */
    /* width:1px; */
    /* height:45px; */
}
.hsia{
    display:none !important;
}
#menu_top>ul>li>ul li:hover>a{
    background:none;
    color: #f00;
}
#menu_top>ul>li>a{
    color: #fff;
    /* display: block; */
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    font-weight: bold;
    font-family: Tahoma;
}
.arrow>a:before{
    background: url(../images/arow_03.png) center no-repeat;
    width: 7px;
    height: 100%;
    content: '';
    position: absolute;
    right: -13px;

}
.arrow:hover>a:before{
    background: url(../images/hvarrow.png) center no-repeat;
}
#menu_top>ul>li:hover{
    background: #fff;
}
#menu_top>ul>li:hover>a{
    background:none;
    color: #f00;
}
#menu_top>ul>li.active{
    background: #fff;
}
#menu_top>ul>li.active>a{
    background:none;
    color: #f00;
}
.check>a{
    background: rgba(0,0,0,0.3);
}

#menu_top>ul>li ul{
    position: absolute;
    top: 0px;
    left: 231px;
    display: none;
    z-index: 3000;
}
#menu_top>ul>li>ul{
    top: 41px;
    left: 0px;
    padding-top: 0px;
}
#menu_top>ul>li li{
    width: 230px;
    position: relative;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: left;
    padding: 5px 10px;
    line-height: 1.5;
}
#menu_top>ul>li li a{
    /* padding-left:10px; */
    color: #999999;
}

/*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;
    float: left;
    background: #fff;
}
.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: #fff;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}
.jssorb21 div {

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

#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*/
#topcontent {
    /* padding-bottom: 20px; */
    padding-top: 10px;
    background: #fff;
}

.col-6{
    width:60%;
    float:left;
    display:inline-block;
    text-align:left;
    padding-right:20px;
}
.about-top a{
    color: #102a83;
    text-align: right;
    display: block;
    text-decoration: underline;
}
#topcontent h3{
    font-family: 'RobotoCondensedRegular';
    color:#0072bc;
    font-size:26px;
    text-transform:uppercase;
    text-align:left;
}
#topcontent h3 span{
     color:#f00;
}
.title-top{
    border-left: 2px solid #bbbbbb;
    padding-left: 10px;
    margin-bottom:20px;
}
#topcontent p{
     font-size: 14px;
}
.col-4{
        width: 40%;
    display: inline-block;
    float: left;
    text-align: left;
}
.col-ab{
    /* padding-bottom: 21px; */
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: -20px;
    background: #fff;
    z-index: 123456;
    padding-top: 10px;
}
.about-top{
    padding: 10px 20px 34px 20px;
    position: relative;
    background: url(../images/bg_ab_06.png) bottom center repeat-x;
    background-size: 100%;
}
.about-top:before{
    background: url(../images/before_ab.png) center no-repeat;
    width: 14px;
    height: 129px;
    content: '';
    position: absolute;
    left: -14px;
    top: 0px;
}
.about-top:after{
    background: url(../images/after_ab.png) center no-repeat;
    width: 14px;
    height: 129px;
    content: '';
    position: absolute;
    right: -14px;
    top: 0px;
}
.desab{
    line-height:1.7;
}
.read{
        width: 115px;
    height: 30px;
    display: inline-block;
    border: 1px solid #009033;
    background: #fff;
    padding: 2px;
    margin-top:10px;
}
.read:hover{
     border: 1px solid #f00;
    background: #fff;
}
.read:hover a{
    background: #f00;
}
.read a{
    display: block;
    background: #009033;
    line-height: 24px;
    color: #fff;
}
/*right*/
#right{
    width: 21%;
    float: right;
    margin-top: 20px;
}
/*end right*/
/*middle*/
#middle{
    width: 100%;
    display: inline-block;
    margin-top: 30px;
}

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

/*bottom_content*/
#bottom_content{
width: 100%;
    text-align: center;
    background: #fff;
    min-height: 200px;
    padding-top: 55px;
    padding-bottom: 30px;
}
/*end bottom_content*/
/*doitac*/
#doitac{
    width: 100%;
    display: inline-block;
}
.boxdoita{
    text-align: center;
}
.fone{
    background: url(../images/fonr_03.png) left center no-repeat;
    position: absolute;
    right: 10%;
    color: #f00a00;
    font-weight: bold;
    top: 32px;
    line-height: 56px;
    font-size: 20px;
    padding-left: 75px;
}
/*end doitac*/
/*footer*/

#footer{
    width: 100%;
    display: inline-block;
    padding-top: 30px;
    color: #fff;
    background: #102a83;
    position: relative;
    margin-top: 20px;
    text-align: center;
}   
.item_footer{
    width: 33.33%;
    float: left;
}

#content_footer h3{

    font-family: 'RobotoCondensedBold';
    font-size: 27px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#footer .container{
    position: relative;
    text-align:left;
}
#footer #content_footer{
    display: inline-block;
    line-height: 1.5;
    text-align: left;
    width: 40%;
    float: left;
}
.counter span{
    color: #ff0;
}
#right_fotter{
    display: inline-block;
    line-height: 1.5;
    text-align: left;
    width: 60%;
    float: left;
    padding-left:1%;
}
.item_right{
    display: inline-block;
    line-height: 1.5;
    text-align: left;
    width: 33.33%;
    float: left;
    padding-left:1%;
}
.item_right h4{
    font-size: 18px;
    margin-bottom: 10px;
    font-family: 'RobotoCondensedBold';
}
.item_right p{
    margin-bottom: 5px;
}
.item_right p a{
    color:#86a1fc;
}
.item_right p a:hover{
    color:#fff;
}
.leftcopy{
    float:left;
}
.counter{
    float: right;
}

.copyright{
    background: url(../images/bg_copyright_06.png) center no-repeat;
    padding: 35px 0px 5px 0px;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    height: 65px;
    color: #f0f0f0;
    font-size: 12px;
}
#footer #mangxh{
    padding: 30px 10px;
    display: inline-block;
    float: left;
}
#footer #mangxh img{
    margin: 0px 5px;
}
#footer #mangxh img:hover{
    opacity: 0.5;
}
#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;
}
p.online {
    background: url(../images/online_03.png)left center no-repeat;
    padding-left: 30px;
    line-height: 23px;
    margin-bottom: 10px;
}
p.week {
    background: url(../images/homnay_03.png)left center no-repeat;
    padding-left: 31px;
    margin-bottom: 10px;
}
p.month {
    background: url(../images/dangons_03.png)left center no-repeat;
    padding-left: 32px;
    line-height: 24px;
}
p.total {
    background: url(../images/tong_03.png)left center no-repeat;
    padding-left: 33px;
}
/*end footer*/
/*product*/
.boxproduct{
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.review-product{
    margin: 0px -1%;
}
.wrap_product{
    width: 25%;
    display: inline-block;
    float: left;
    padding: 1%;
}
.product{
    display: inline-block;
    width: 100%;
    position: relative;
}

.img_pro{
    border-bottom: 1px solid #ccc;
    margin-bottom: 1px;
    overflow: hidden;
}
.product:hover img{
    transform:scale(1.15);
    -webkit-transform:scale(1.15);
    -moz-transform:scale(1.15);
}
.name_read{
    border-top: 1px solid #ccc;
}
.product  img{
    width: 100%;
}
.imgpro{
    overflow: hidden;
    border-radius: 10px;
}
.imgpro img{
    border-radius: 10px;
}
.imgpro:hover{
    border-radius: 10px;
    overflow: hidden;
}
.product h3{
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    font-family: 'RobotoBold';
    margin-top: 7px;
    height: 48px;
    overflow: hidden;
}
.product h3 a{
    color:#102a83;
}
.product:hover h3 a{
    color: #f00;
}
.despro{
    color: #464646;
    height: 105px;
    overflow: hidden;
}
.xemthem{
    border: 1px solid #0072bc;
    padding: 3px 15px;
    display: inline-block;
    margin-top: 10px;
    background: #0072bc;
}
.xemthem a{
     color: #fff;
}
.xemthem:hover{
    border: 1px solid blue;
}
.xemthem:hover a{
     color: blue;
}
.chitiet{
    background: url(../images/cheo_03.png) no-repeat;
    color: #e8f602;
    line-height: 26px;
    width: 80px;
    height: 26px;
    display: inline-block;
    font-size: 11px;
    padding-left: 15px;
}
.chitiet:hover{
    color:#ff0;
}
.product .mota{
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 14px;
    line-height: 22px;
}
.product .gia{
    color: red;
}
.product .gia span{
    color: #333;
    text-decoration: line-through;
}

.amsn{
        margin-bottom: -35px;
    position: relative;
    bottom: -23px;
}
.vide{
    margin-bottom: -35px;
    position: relative;
    bottom: -4px;
    text-align: center;
}
/*end product*/
#main{
    display: inline-block;
    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: left;background: url(../images/bg_title_03.png)bottom center repeat-x;position: relative;padding-bottom: 10px;}
.title_main:before{
    background: url(../images/aftertitle_03.png)0px 5px no-repeat;
    height: 66px;
    width: 48px;
    content: '';
    left: -2px;
    top: 0px;
    position: absolute;
}
.title_main:after{
    background: #102a83;
    height: 5px;
    width: 100%;
    max-width: 1025px;
    content: '';
    left: 0px;
    bottom: 0px;
    position: absolute;
}
.title_main h2{
    text-transform: uppercase;
    font-size: 25px;
    color: #ff0000;
    position: relative;
    font-family: 'RobotoCondensedBold';
    padding-left: 55px;
    padding-top: 17px;
}   
.namepro{
    text-transform: uppercase;
    font-size: 25px;
    color: #ff0000;
    position: relative;
    font-family: 'RobotoCondensedBold';
}
.it-gc{
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.name-gc{
    margin-bottom:15px;
}
.it-gc img{
    padding-bottom:10px;
}
.it-gc img:hover{
    opacity:0.7;
}

.name-gc h4{
    border-bottom: 1px solid #0072bc;
    display: inline-block;
    line-height: 39px;
    padding: 0px 30px 0px 30px;
    margin-left: -25px;
    color:#0072bc;
    font-size:16px;
    text-transform: uppercase;
    font-family: 'RobotoBold';
    min-width:220px;
}
.name-gc h4 a{
    color:#0072bc;
}
.name-gc h4 a:hover{
    color:#f00;
}
.name-gc p{
    background:url(../images/num_07.png) no-repeat;
    width:46px;
    height:46px;
    line-height:46px;
    text-align:center;
    font-family: 'RobotoBold';
    color:#fff;
    font-size:16px;
    display:inline-block;
}
.mag-am{
    margin:-15px;
}
.col-3{
    width: 33.33%;
    padding: 15px;
    float: left;
}
.col-3 h3{
    background:#0072bc;
    font-family: 'RobotoCondensedBold';
    text-align:center;
    text-transform:uppercase;
    color:#fff;
    line-height:37px;
    font-size:17px;
}
.select_video{
    margin-top:5px;
}
.select_video select{
    width:100%;
    height:25px;
}
.cont-spp{
    background: url(../images/bg_hotro_09.png) no-repeat;
    width: 100%;
    height: 276px;
    border: 1px solid #ccc;
    padding-top: 20px;
    padding-left: 30px;
}
.hotlinesupp{
    background: url(../images/fonr_03.png)left center no-repeat;
    padding-left: 75px;
    display: inline-block;
    text-align: left;
    font-family: Time New Roman;
    font-size: 18px;
}
.hotlinesupp span{
    color:#ed1c24;
    font-weight:bold;
    font-size:20px;
}
.yahoosky{
    font-size: 16px;
    margin-left: 12px;
    margin-top:20px;
}
.yahoosky p{
    margin-bottom:10px;
    line-height:33px;
}
.yahoo{
    background:url(../images/ya2_03.png) left center no-repeat;
    padding-left:40px;
}
.skype{
    background:url(../images/sky2_03.png) left center no-repeat;
    padding-left:40px;
}
.email{
    background: url(../images/mail_03.png) left center no-repeat;
    padding-left: 25px;
    margin-left: 5px;
    color: #fff;
    text-align: left;
    display: inline-block;
}
.emaildj{
    background: url(../images/email_03.png) left center no-repeat;
    padding-left: 35px;
    margin-left: 5px;
    text-align: left;
    display: inline-block;
}
#mangxhtop{
    width: 33.33%;
    float: right;
    text-align: right;
    padding-top: 7px;
}
.cont-new{
    height: 276px;
    border: 1px solid #ccc;
    padding: 15px;
    background: #fff;
}
#sl_doitac{
    margin-top: 20px;
}
.itemtin{
    display: inline-block;
    margin-bottom: 15px;
}
.itemtin .imgtin{
    float:left;
    border:1px solid #ccc;
    background:#fff;
    padding:3px;
    margin-right:7px;
}
.itemtin h4{
    color:#232323;
    font-weight:bold;
}
.itemtin:hover h4{
    color:#f00;
}
.itemtin:hover .imgtin{
    border:1px solid #f00;
}
.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%;
    float:left;
    text-align:center;
}
.box_tintuc{
    text-align: left;
    width: 100%;
    float: left;
    display: inline-block;
    padding:10px;
    font-family: Arial;

}
.box_tintuc img{
    padding:3px;
    display: inline-block;
    margin-right:10px;
    margin-bottom:10px;
    border:thin #d9d9d9 solid;
    float:left;

}

.box_tintuc img:hover{
    opacity: 0.5;
}
.box_tintuc h3{
    color:#000;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 22px;
    margin-bottom:7px;
}
.box_tintuc h3:hover{
    color: red;
}
.box_tintuc .mota{
    color: #555;
    font-size: 12px;
    line-height: 17px;
    overflow:hidden;

}
.box_tintuc .date{
    color: yellow;
    font-size: 11px;
    margin-bottom: 5px;
}
.box_tintuc .xemthem{
    background: #013DA0;
    padding: 3px;
    display: inline-block;
    margin-top: 10px;
    border: none;
}
.box_tintuc .xemthem p{
    font-size: 11px;
    display: inline-block;
    padding: 3px 10px;
    color: #fff;
    border: thin #fff solid;
}
/*box_tintuc*/
/*baiviet_lienquan*/
.baiviet_lienquan{
    width: 100%;
    display: inline-block;
    text-align: left;
}
.baiviet_lienquan .title{
    line-height: 35px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.baiviet_lienquan li{
    list-style-type: square;
    color: blue;
    font-size: 20px;
}
.baiviet_lienquan li a{
    font-size: 14px;
}
.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%;
}
/*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: 40%;
    float: left;
    text-align: center;
}
#product_img{
        border: 1px solid #ccc;
}
#product_detail #product_info{
    width: 40%;
    float: left;
    text-align: left;
    margin-left: 2%;
}
#product_detail #product_info li{
    border-bottom: thin #888 solid;
    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;
}
/*product_detail*/
/*left*/
#left{
    display:inline-block;
    width: 22.5%;
    float: left;
}
/* #left .box_left{
    display:inline-block;
    width:100%;
    box-shadow:0px 0px 10px #bbb;
}
#left .title{
    text-align:center;
    line-height:35px;
    background:#DC0000;
    position:relative;
    margin-bottom:10px;
    color:#fff;
    text-transform:uppercase;
    font-size:18px;
}
#left .title:before{
    content:'';
    height:10px;
    width:100%;
    position:absolute;
    bottom:-10px;
    left:0px;
    background:url('../images/title_left.png') no-repeat top center;
}
#left #danhmuc_left{
    display:inline-block;
    width:100%;
    padding-left:10px;
}
#left #danhmuc_left>ul>li{
    color:#DC0000;
    font-size:25px;
    text-transform:uppercase;
    list-style-type:square;
    line-height:30px;
}
#left #danhmuc_left>ul>li>a{
    font-size:14px;
    font-weight:bold;
    color:#DC0000;
}
#left #danhmuc_left>ul>li>ul{
    padding-left: 20px;
}
#left #danhmuc_left>ul>li>ul>li>ul{
    padding-left:10px;
    display:none;
}
#left #danhmuc_left>ul>li ul a{
    font-size:14px;
    text-transform:capitalize;
color:#333;
font-weight:bold;
}
#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;
}
#left #video_lienquan{
    margin-top:10px;
    height:30px;
    line-height:30px;
    text-indent:10px;
    width:100%;
}
#left #doitac{
    height:900px;
    text-align:center;
}
#left #doitac img{
    border:thin #d9d9d9 solid;
    margin:10px 0px ;
    display:inline-block;
} */
/*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: 16px;
    text-align: center;
    margin-top: 10px;
    margin-right: 10px;
    padding: 0px 10px;
    border-radius: 3px;
}
.button_cart:hover{
    background: #B3002C;
}
.owl-nav{
    position: absolute;
    top: -34px;
    z-index: 123;
    width: 55px;
    height: 10px;
    right: 0px;
}
.owl-prev,
.owl-next{
    text-indent:10000px;
    height:21;
    width:24px;
    position:relative;
    top:0px;
    overflow: hidden;
}
.owl-prev{
    background: url(../images/pre_11.png) no-repeat center;
    float: left;
    margin-right: 5px;
}
.owl-next{
     float: left;
    background: url(../images/next_11.png) no-repeat center;
}
/* 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 ;
}
.supportchon{
    background:url(../images/linesupport_03.png) bottom repeat-x;
    padding-bottom:20px;
    margin-bottom:20px;
    display:inline-block;
}
.item_tv{
    width: 50%;
    padding: 10px;
    display: inline-block;
    float: left;
}
.item_tv img{
    border-radius: 50%;
    float: left;
    box-shadow: 0px 0px 10px #ccc;
    margin-right: 10px;
}
.item_tv h4{
    font-size: 16px;
    color: #000;
    margin-bottom: 7px;
    margin-top: 15px;
}
.views{
    text-align:right;
}
.views a{ color:#f00; font-size:12px; font-weight:bold}
.item_tv:hover img{
         box-shadow: 0px 0px 10px #007236;  
}
.item_tv:hover h4{
    color:#f00;
}
/* box_gallery */
#bottomcontent{
    padding-top: 30px;
    background: #b2beef;
    padding-bottom: 15px;
}
.title_tin{
    border-bottom: 1px solid #c6c2c2;
    font-family: 'RobotoCondensedBold';
    position:relative;
    height: 12px;
    margin-bottom: 40px;
}
.title_tin h3{
    display:inline-block;
    color:#007236;
    padding-left:20px;
    position:relative;
    font-size: 20px;
    text-transform: uppercase;
    background: #fff;
    padding-right: 20px;
}
.title_tin h3:before{
    width: 6px;
    height: 24px;
    content: '';
    top: 0px;
    left: 0px;
    background: #f00;
    position: absolute;
}
.title_view{
    font-family: 'RobotoCondensedBold';
    font-size:20px;
    color:#f60000;
    text-transform: uppercase;
    margin-bottom:20px;
    position: relative;
    padding-left: 13px;
}
.title_view:before{
    background: #102a83;
    width: 5px;
    height: 100%;
    content: '';
    left: 0px;
    position: absolute;
}
.title_view h3{
    font-size:20px;
    background: url(../images/bgtin_03.png)bottom repeat-x;
    padding-bottom: 5px;
}
.boxtopnews{
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}

.boxtopnews:hover h5 {
    color:#f00;
}
.boxtopnews img:hover{
    opacity:0.7;
}
.boxtopnews h5{
        color: #393939;
    font-weight: bold;
    font-size: 15px;
    margin-bottom:7px;
}
.left_fanpage{
    width: 50%;
    padding-right: 1%;
    display: inline-block;
    float: left;
    
}
.cohio-kh{
    width: 50%;
    padding-left: 1%;
    display: inline-block;
    float: left;
}
.right_fanpage{
        width: 50%;
    padding-left: 2%;
    float: right;
}
.boxtopnews p{
    margin-bottom:15px;
}
p.itemsk{
    margin-bottom: 5px;
    background: url(../images/arrow_03.png) left center no-repeat;
    padding-left: 15px;
}
p.itemsk a{
    color:#393939;
}
p.itemsk a:hover{
    color:#f00;
    text-shadow:0px 0px 0px;
}
.fullpro{

    width: 100%;
}
.mangxh{
    width: 42px;
    top: 25%;
    position: fixed;
    right: 0px;
    z-index: 99999999;
}
.mangxh img:hover{
    margin-left:-10px;
}
.danhmucsp{
    width: 25%;
    display: inline-block;
    float: left;
}
.danhmucsp ul li{
    background: #EEEEEE;
    border-radius: 2px;
    margin-bottom: 2px;
    display: inline-block;
    width: 100%;
}
.danhmucsp ul li a{
    font-size: 16px;
    transition: all 100ms ease-out;
    display: block;
    font-family: 'RobotoCondensedBold';
    color: #1f425d;
    padding: 18px 25px;
    text-transform: uppercase;
}
.dumplop{
    background: #ed1c24 !important;
}
.dumplop a{
    color: #fff !important;
}
.danhmucsp ul li:hover a{
    color: #f00;
}
.coams{
    margin: -1% 0px;
    width: 100%;
    display: inline-block;
}
.rightpro{width: 75%;float: left;display: inline-block;padding-left: 45px;}
.itempro{
    width: 50%;
    padding: 1%;
    float: left;
    display: inline-block;
}
.noidungpro{
    width: 100% !important;
}
.noidungpro img{
    max-width: 100%;
}
.noidungpro table{
    width: 100% !important;
}
.damux{
max-width: 150px;
    margin: 0 auto;
}
.tab{
    margin-top: 20px;
}
.tab ul{
    list-style:none;
    display:inline-block;
    padding:0px;
    margin-bottom: 5px;
    }
.tab ul li{
    float:left;
    margin-right:10px;
    }
.tab ul li a{
    list-style-type: none;
    display: inline-block;
    color: #0428C3;
    text-transform: uppercase;
    padding: 8px 20px;
    font-size: 12px;
    cursor: pointer;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    background: #fafafa;
    border: 1px solid #0428C3;
    }
.hiden{ 
    display:none;
    border: 1px solid #0428C3;
    padding:10px;
}
.tab ul li a.active{
    background: #0428C3;
    color: #fff;
}