@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: #fff;
}
#loadbody img{
    position:fixed;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    margin:auto;
    -o-animation: xoayanh 2s infinite linear;
    -moz-animation: xoayanh 2s infinite linear;
    -webkit-animation: xoayanh 2s infinite linear;
    animation: xoayanh 2s infinite linear;
}
#wrapper{
    width: 100%;
    width: 1349px;
    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;
}
.menumobile{
    display: none;
}
/*header*/
#header{
    position: relative;
    top: 0px;
    text-align: center;
    width: 100%;
    z-index: 1234;
    max-width: 1366px;
}
#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;
    display: block;
}
.iconmxh_search{
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 123456;
}
.hide{
    display: none;
}
.boxprosk{
    width: 42%;
    display: inline-block;  
    float: left;
}
.namelist{
    display: inline-block;
    float: right;
    width: 58%;
    padding-left: 5%;
    margin-top: 140px;
}
.baoowl{
    display: inline-block;
    width: 100%;
}


.itemscroll{
    display: inline-block;
    float: left;
    padding: .5%;
    width: 48%;
}
.img-name-sl{
    position: relative;
    overflow: hidden;
}
.name-list{
    position: absolute;
    left: 0;
    top: 0px;
    height: auto;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}
.name-list span{
        display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    vertical-align: middle;
    height: 100%;
}
.itemscroll:hover img{
    transform:scale(1.25);
    -moz-transform:scale(1.25);
    -webkit-transform:scale(1.25);
    -o-transform:scale(1.25);
}
.itemscroll:hover .name-list{
    background: rgba(0,0,0,0.2);
}
.namelist h3{
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 10px;
    font-family: 'OpenSansLight';
    font-weight: 400;
    font-size: 36px;
    line-height: 1.2;
    color: #666;
    text-transform: uppercase;
}
.namelist h3 strong{
    color: #4a6bb7;
}
.bosctop{
    background: #fff;
}
.logomenu{
    position:relative;
    height: 65px;
    z-index: 12345;

}
.leftscroll{
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    left: 18px;
    top: -11px;
    margin: 0;
    position: absolute;
    background: none;
    height: auto;
}
.topheader{
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 5px 0px;
    font-family: 'RobotoCondensedRegular';
    color: #000000;
}
.topheader .contant{
    position: relative;
    max-width: 1130px;
    width: 100%;
    float: right;
}
.slogan{
    width: 325px;
    display: inline-block;
    float: left;
    font-size: 17px;
    margin-top: 7px;
}
.hotlinetop{
    display: inline-block;
    float: left;
    margin-left: 75px;
    font-size: 18px;
    width: 530px;
    text-align: left;
    font-family: 'RobotoBold';
}
.hotlinetop span{
    color: #f00;
    font-family: 'RobotoCondensedBold';
    font-size: 24px;
}
#logo, #banner{
     float: left;
}
.bosctop{
    margin-top: 10px;
    display: inline-block;
}
.content{
    width: 1076px;
    margin: 0 auto;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
.headscroll:hover{
    background: #fff !important;
}
.headscroll:hover .menuscrolls{
    opacity: 1;
}
.menuscrolls{
    opacity: 0;
    padding-top: 6px !important;
}
#lang{
    float:right;
    line-height: 33px;
}
.logo_banner img{
    float:left;
}
.logo_banner{
    display: inline-block;
    float: left;
}
#banner{
    padding-left: 135px;
}
.right_header{
    float: right;
    display: inline-block;
    padding-top: 43px;
    
}
.search{
    display: inline-block;
    position: relative;
    float: left;
    height: 44px;
}
.formsearch{
    position: absolute;
    right: 42px;
    top: 0px;
    width: 0px;
    opacity: 0;
    height: 42px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 3px 3px 0 rgba(0,0,0,.1);
    z-index: 100;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border: 1px solid rgba(131,131,131,1);
}
.search p{
        float: left;
    padding-top: 7px;
    padding-right: 10px;
    color:#002f79;
    font-weight:bold;
}
#keyword{
    width: 100%;
    padding: 0px 10px;
    border: 0px;
    background: none;
    outline: none;
    height: 40px;
}
#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{
    width: 100%;
    left: 0px;
    font-family: Arial;
    z-index: 5000;
    position: relative;
    margin: 0 auto;
    background: #0094d9;
}   

#menu_top>ul{
    display: table;
    width: 1020px;
    margin: 0 auto;
}
#menu_top>ul>li{
    display: table-cell;
    text-align: center;
    position: relative;
    line-height: 58px;
}
#menu_top>ul>li a{
    color: #fff;
    font-size: 15px;
    font-family: 'RobotoBold';
    /* display:block; */
}

.hsia{
    display:none !important;
}
#menu_top>ul>li>ul li:hover{
    background: #fff;
}
#menu_top>ul>li>ul li:hover>a{
    color: #333;
}
#menu_top>ul>li>a{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'RobotoBold';
    position: relative;
}
.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>a{
    border-bottom:6px solid #fff;
}

#menu_top>ul>li.active>a{
    border-bottom:6px solid #fff;
}
.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: 60px;
    left: 0px;
    padding-top: 0px;
}
#menu_top>ul>li li{
width: 230px;
    position: relative;
    background: #0094D9;
    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: #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;
    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;

}
.listhd{
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    left: 0px;
}
.itemhd{
    width: 332px;
    display: inline-block;
    background: #0094d9;
    padding: 25px 0px;
    border-radius: 7px;
}
.itemhd a{
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;

}
.itemhd:hover{
    background: #fff;
}
.itemhd:hover a{
    color: #4a6bb7;
}
/*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;
}

/*middle*/
/*top_content*/
.aboutindex{
    background: #ced3f6;
    padding: 20px 0px;

}
.aboutindex h2{
    color: #ed1b23;
    font-family: 'RobotoCondensedBold';
    font-size: 35px;
    text-align: center;
}
.desc-ab{
    font-family: 'RobotoBold';
    font-size: 18px;
    position: relative;
    width: 1100px;
    text-align: center;
    color: #393939;
    padding: 0px 25px;
}
.desc-ab:before{
    background: url(../images/before_06.png) no-repeat;
    width: 30px;
    height: 36px;
    position: absolute;
    left: 10px;
    top: -7px;
    content: '';
}
.desc-ab:after{
    background: url(../images/after_03.png) no-repeat;
    width: 30px;
    height: 36px;
    position: absolute;
    right: 10px;
    bottom: -7px;
    content: '';
}
/*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;
}

/*end doitac*/
/*footer*/
#footer{
    width: 100%;
    display: inline-block;
    padding-top: 30px;
    color: #fff;
    background: #252627;
    position: relative;
}   

#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{
    text-align: center;
}
#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;
}
.content_footer{
    width: 25%;
    display: inline-block;
    float: left;
    color: #fefefe;
}
.content_footer a{
    color: #fefefe;
}
.content_footer a:hover{
    color: #ff0;
}
.content_footer h3{
    color: #f9ed08;
    font-family: 'RobotoCondensedRegular';
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.newletter{
    margin: 10px 0px;
    font-size: 16px;
}
#content_nhantin{
    width:211px;
    background: url(../images/newletter_03.png) no-repeat;
    height: 29px;
    margin-bottom: 20px;
}
#mailkhachhang{
    background: none;
    border: none;
    padding: 0px 5px;
    height: 29px;
}
#sb_nhantin{
    width: 27px;
    height: 28px;
    float: right;
    background: none;
    border: none;
    outline: none;
}
.itac{
    margin-bottom: 5px;
}
.contentfanpage{
    margin-bottom: 20px;
}
.copyright{
    background: #1b1c1d;
    padding: 10px 0px 5px 0px;
    display: inline-block;
    width: 100%;
    color: #fefefe;
    font-size: 12px;
}
.copyright span{
    color: #ff0;
}
#footer #mangxh{
    padding: 15px 0px;
}

#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: 1px solid #ccc;
    position: relative;
    z-index: 123;
}
.imgpro img{
    border-radius: 10px;
}

.product h3{
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    font-family: 'RobotoBold';
    margin-top: 7px;

}
.product h3 a{
    color:#102a83;
}
.product:hover h3 a{
    color: #f00;
}
.despro{
    color: #464646;
    overflow: hidden;
}
.xemthem{
    border: 1px solid #f00;
    padding: 3px 15px;
    display: inline-block;
    margin-top: 10px;
}
.xemthem a{
     color: #f00;
}
.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: center;
    position: relative;
    padding-bottom: 5px;
    margin: 20px 0px;
}

.title_main h2{

    text-transform: uppercase;
    display: inline-block;
    position: relative;
    color: #ed1b23;
    font-family: 'RobotoCondensedBold';
    font-size: 35px;
    text-align: center;
}
.title_main:before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    width: 150px;
    height: 1px;
    border-top: 2px solid #666;
    margin: 0 0 0 -70px;
}   
.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/email_03.png) left center no-repeat;
    padding-left: 40px;
    margin-left: 5px;
}
.cont-new{
    height:276px;
    border:1px solid #ccc;
    padding:15px;
}
.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{
    padding: 0px 1%;
}
.chontin{
    color: #fff;
    background-color: #4a6bb7;
}
.chontin a{
    color: #fff !important;
}
.box_tintuc{
    width: 50%;
    padding: 9px 15px 9px 10px;
    text-align: left;
    transition: all .3s ease-in-out;
    display: table;
    float: left;
}

.box_tintuc:hover a{
color: #f00;
}
.box_tintuc img{
    margin-right:10px;
    border:thin #d9d9d9 solid;
    float:left;
}

.box_tintuc h3{
    padding: 5px 0;
    height: 100%;
    font-size: 17px;
    color: #333;
    font-family: 'RobotoCondensedBold';
}
.box_tintuc h3 a{
    color: #4a6bb7; 
}
.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;
}
.detailacticle{
        display: block;
    width: 100%;
    height: auto;
    background-color: #ececec;
    padding: 5%;
    margin-top: 50px;
    color: #3f3f3f;
}
.owl-theme .owl-controls .owl-page span{
    background-color: rgba(0,161,229,1) !important;
    position: relative;
}
/*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{

}
.owl-prev{
    background: url(../images/previous.png) no-repeat center !important;
    position: absolute;
    left: -57px;
    top: 0px;
    font-size: 0px !important;
    width: 60px;
    height: 76%;
    padding: 0px !important;
    margin: 0px !important;

}
.owl-next{
    background: url(../images/next.png) no-repeat center !important;
    position: absolute;
    right: -57px;
    top: 0px;
    font-size: 0px !important;
    width: 60px;
    height: 76%;
    padding: 0px !important;
    margin: 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 ;
}
.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{
    background:1px solid #ebebeb;
    padding-top: 30px;
}
.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{

/* margin-bottom:30px; */

width: 78%;

float: left;
}
.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;
}
.tinnews{
    background: #4A6BB7;
    text-align: center;
    height: 336px;
}
.tinnews .container{
    text-align: center;
}
.itemnews{
    display: inline-block;
    max-width: 399px;
}
.overhide{
    overflow: hidden;
}
.itemnews h4{
    color: #4a6bb7;
    font-family: 'RobotoBold';
    font-size: 16px;
    height: 24px;
    overflow: hidden;
}
.itemnews:hover h4{
    color: #f00;
}
.itemnews p{
    color: #404040;
    font-size: 13px;
}
.imgtin{
    padding: 10px;
    background: #fff;
}
.tinnews h3{
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto-Regular';
    text-align: center;
    margin: 30px 0px;
}
.tinnews h3 span{
    font-weight: bold;
    font-family: 'RobotoBold';
}
.detalcenter h3 {
    padding: 30px 0 20px;
    font-size: 30px;
    color: #3f3f3f;
    text-align: center;
    text-transform: uppercase;
}
.ghang{
    padding: 20px 0px;
}
.pphang{
    background: #DCDCDC;
    padding: 20px 0px;
    text-align: center;
}
.mxhtop{
    float: right;
}
.search a{
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;
    background: url(../images/search_03.png) center no-repeat;
     border: 1px solid rgba(131,131,131,0);
    font-size: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.boxshe{
    max-width: 800px;
    width: 100%;
    margin: 0 auto
}
.wrap-search a{
    width: 100%;
    height: auto;
    transition: all .3s linear;
    padding-top: 5px;
    color: #fff;
    display: block;
}
.wrap-search{
    display: inline-block;
    width: 100%;
    box-shadow: 5px 5px 0 rgba(0,0,0,.1);
    text-align: left;
    margin: 0px auto;
    padding: 10px 20px;
    transition: all .3s linear;
    overflow: hidden;
    -webkit-animation: fadeInUp;
    animation: fadeInUp;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    margin-bottom: 7px;
}
.wrap-search:nth-child(odd) {
    background-color: #00a1e5;
}
.wrap-search:nth-child(even) {
    background-color: #61676d;
}
.wrap-search p span {
    float: left;
    width: 40px;
    height: 40px;
    margin: -5px 15px 0 0;
    background-color: #fff;
    color: rgba(0,0,0,1);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.wrap-search:hover {
    background-color: #ddd!important;
}
.wrap-search:hover a {
    color: rgba(0,0,0,1);
}
.wrap-search:hover span {
    background-color: #00a1e5;
    color: #fff;
}
.boxdetailhd{
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 99999999999999999999;
    left: 0px;
    right: 0px;
    height: 100%;
    background: url('../images/pattern.png') fixed repeat;
}
.detail-hd-cen{
    height: 100%;
}
.centerbsl{
    max-width: 1000px;
    margin: 0 auto;
    background: #E5E5E5;
    height: 100% !important;
    padding: 1%;
    text-align: left;
}
.centerbsl h3 {
    padding: 30px 0 20px;
    font-size: 30px;
    color: #3f3f3f;
    text-align: center;
    text-transform: uppercase;
}
.closehd {
    background: url(../images/close2.png) center center no-repeat;
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 999999;
    transition: all .5s ease-in-out;
    border-radius: 50%;
    display: block;
    background-color: rgba(0,168,228,1);
}
.mm-menu .mm-list{
    padding: 0px !important;
   background: #005172 !important; 
}
.mm-search{
    height: 92px;
    width: 100%;
    background: #61676D !important;
}
#sb_search2{
    background: url(../images/search2.png) no-repeat;
    float: left;
    width: 12%;
    height: 40px;
    font-size: 0px;
    
}
#keyword2{
    border: none;
    background: #44484D;
    width: 88%;
    height: 42px;
    padding: 0 20px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    color: #333;
    line-height: 42px;
    display: block;
    opacity: .7;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    float: right;
}
.col_left_contact{
    padding-right: 20px;
}
