@charset "utf-8";
/* CSS Document */
@import url("fonts.css");
@import url("reset.css");
a:focus{outline: none;}
#pre-loader{    background: #F5F5F5;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 9999999;}
#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{
    width: 1349px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
.cosnmenu .container{
    display: inherit;
}
.container{
    width: 1220px;
    padding: 0px 10px;
    margin: 0 auto;
    display: inline-block;
    text-align: left;
    position: relative;
}
.container img{
    max-width: 100%;
    height: auto;
}

/*header*/
.top-header{
    background: #2E3094;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-bottom: 1px solid #ccc;
}
.hotline-email{
    float: left;
}
.holine{
    background: url(../images/hotline.png) left center no-repeat;
    padding-left: 20px;
    margin-right: 50px;
    color: #cbcbcb;
    float: left;
}
.mxhtop img:hover{
    transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
}
.search{
    background: #fff;
    height: 58px;
    position: absolute;
    right: 98px;
    width: 0px;
    z-index: 12345;
    top: 0px;
}
.hotline{
    background: url(../images/fone_07.png) left center no-repeat;
    padding-left: 40px;
    margin-bottom: 10px;
}
.email{
    background:url(../images/email_07.png) left center no-repeat;
    padding-left: 40px;
     margin-bottom: 10px;
}
.diachi{
    background: url(../images/dchi_07.png) left center no-repeat;
    padding-left: 40px;
     margin-bottom: 10px;

}
.website{
    background: url(../images/web_07.png) left center no-repeat;
    padding-left: 40px;
}

#header{
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 6000;
    height: 154px;
    background: url(../images/bg_banner_01.png) no-repeat;
}
.logk{
    width: 100%;
    max-width: 1349px;
    margin: 0 auto;
    background: #020202;
    height: 70px;
    display: inline-block;
}
#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-left: 15px;
    position: relative;
}

#logo{
    margin-left: 0px;
    float: left;
    position: relative;
    margin-top: 10px;
}
.rightheader{
    float: right;
}
.mxhtop{
    text-align: right;
    margin-bottom: 15px;
}
.lefthlin{
    float: left;
    margin-top: 8px;
}
.lhevoi{
    font-style: italic;
    color: #000;
    text-shadow:0px 0px 0px;
    margin-bottom: 10px;
}
.hois{
    background: url(../images/hotline_08.png) left center no-repeat;
    color: #414141;
    padding-left: 44px;
    padding-top: 0px;
    font-family: Impact;
    text-transform: uppercase;
    font-size: 28px;
}
.righthlin{
    float: left;
    width: 175px;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    font-family: 'UTMGuanine';
    color: #f00;
    font-size: 17px;
    text-align: left;
    border-left: 1px solid #ccc;
    padding-left: 15px;
    margin-left: 15px;
}
.hotlines{
    line-height: 39px;
    color: #ec1c31;
    font-size: 24px;
    font-weight: bold;
    z-index: 123;
    width: 249px;
    height: 108px;
    float: right;
    margin-top: 13px;
    padding-top: 57px;
}

.address{
    position: absolute;
    left: 330px;
    bottom: 6px;
    width: 100%;
    display: inline-block;
    z-index: 123;
}
.address .itemad{
    background: rgba(0,0,0,0.3);
    border: 2px solid rgba(255,255,255,0.2);
    border-radius: 5px;
    color: #a6ff00;
    font-size: 16px;
    padding: 6px 10px 6px 23px;
    position: relative;
    float: left;
    display: inline-block;
    font-family: 'RobotoCondensedRegular';
    margin-right: 35px;
}
.itemad:before{
    background: url(../images/icondc_03.png) no-repeat;
    position: absolute;
    left: -16px;
    top: -15px;
    content: '';
    width: 31px;
    height: 46px;
}

#lang{
float: right;
}
/*end header*/
/*menu_top*/
.boxmenu{
    background: #ee1c25;
    display: inline-block;
    width: 100%;
    float: left;
    height: 45px;
}
.logomenu{
    background: #ffdd00;
    width: 370px;
    float: left;
    line-height: 45px;
    position: relative;
}
.right-header{
    width: 1000px;
    float: right;
    text-align: left;
}
.cosnmenu{
    background: #6F2490;
    width: 100%;
    display: inline-block;
    top: 0px;
    left: 0px;
    font-family: Arial;
    position: relative;
    z-index: 12345;
    float: left;
    max-width: 1349px;
}
#menu_top{
    width: 1100px;
    float: left;
    position: relative;
}   

#menu_top>ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 1100px;
}
#menu_top>ul>li{
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
    line-height: 58px;
}
#menu_top>ul>li:last-child{
    border-right: none;
}
.box_search form{
    width: 275px;
    background: #fff;
    height: 27px;
    border:1px solid #C26F21;
    border-radius:7px;
}
.box_search{
    margin-top:7px;
}
.icsearch{
    background: #FFD958 url(../images/iconsearch_12.png) center center no-repeat;
    width: 100px;
    height: 58px;
    cursor: pointer;
}
#keyword{
    float: left;
    padding-left: 10px;
    height: 58px;
    width: 80%;
    border: none;
    outline: none;
    background: none;
    color: #cbcbcb;
    font-size: 17px;
}
#sb_search{
    background: #FFD958 url(../images/iconsearch_12.png) center center no-repeat;
    width: 20%;
    height: 58px;
    float: right;
    border: none;
    font-size: 0px;
    cursor: pointer;
    outline: none;
}
.lsk{
    padding-top: 15px;
}
.arow{
    background: url(../images/arow_a_03.png) right center no-repeat;
}
#menu_top #hover_scroll {
    position: absolute;
    display: inline-block;
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: 500;
    background: #FEC601;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#menu_top>ul>li a{
    color: #fff;
    font-size: 17px;
    font-family: 'UVFLobster12';
    display: block;
    position: relative;
    z-index: 1234;
}
.chons a{
    color: #fff !important;
}

#menu_top>ul>li>a{
    color: #fff;
    display: block;
    font-size: 19px;
    font-family: 'UVFLobster12';
    width: 100%;
    position: relative;
}
#menu_top>ul>li:hover>a{
    color: #7200ab;
}
#menu_top>ul>li.active>a{
    color: #7200ab;
}
#menu_top>ul>li>a span{
    position: relative;
    z-index: 123;
}
.mau{
    color: #fff !important;
}


#menu_top>ul>li ul{
    position: absolute;
    top: 0px;
    left: 231px;
    display: none;
    z-index: 3000;
}
#menu_top>ul>li>ul {
    top: 100%;
    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: 230px;
    position: relative;
    background: #6f2490;
    line-height: 25px;
    padding: 5px 10px;
    text-align: left;
    border-top: 1px solid #c15dec;
    border-bottom: 1px solid #4c1265;
}
#menu_top>ul>li li:hover{
    background: #FF7400;
}
#banner{
    margin-left: 80px;
    margin-top: 10px;
}

/*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*/
.leftslider{
    float: left;
    width: 405px;
}
.itemhinhdv{
    float: left;
    margin: 0px 1px 1px 0px;
}

.rightslider{
    width: 795px;
    float: right;
}
#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;
}
.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*/
/*index*/
.productindex{
    padding: 50px 0px;
}
.item-product{
    display: inline-block;
    text-align: center;
}
.wrap_pei .img-pro{
    border: 1px solid #fff;
}
.img-pro{
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
    z-index: 123;
    background: #fff;
    padding: 10px;
}
.wrap_product .giaban{font-weight: bold;}
.wrap_product .giaban span{color: #f00;}

.maskitem{
    position:  absolute;
    top: 100%;
    left:  0;
    width:  100%;
    height:  100%;
    display:  flex;
    align-items:  center;
    justify-content:  center;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
         -o-transition: all 0.5s;
            transition: all 0.5s;
    display: none;
}
.img-pro:hover .maskitem,.img-pro:hover .maskitem{top: 0;}
.maskitem ul{list-style-type: none}
.maskitem ul li{
    display:  inline-block;
    margin:  0.5em 1em;
    padding: .5em 1em;
    cursor:  pointer;
    background: -webkit-linear-gradient(top,rgb(111, 36, 144),rgb(62, 10, 84));
    border: 1px solid rgb(111, 36, 144);
    border-radius: 5px;
}
.maskitem ul li i{
    font-size:  2em;
    color:  white;
    font-weight:  normal;
    -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
         -o-transition: all 0.5s;
            transition: all 0.5s;
}
.maskitem ul li:hover{border-color: #481B00;background: rgba(255, 255, 255, 0.5);}
.maskitem ul li:hover{color: #ffffff;background: -webkit-linear-gradient(top,rgb(62, 10, 84),rgb(111, 36, 144));}

.sale{
    background: url(../images/sale_03.png) no-repeat;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 123;
    width: 49px;
    height: 48px;
    color: #fff;
    padding: 23px 20px 0px 12px;
    text-align: right;
    font-size: 16px;
    font-family: 'RobotoCondensedBold';
}
.name-price{
    padding: 10px 0px 0px 0px;
}
.radmore{
    /* text-align: center; */
    width: 110px;
    margin: 0 auto;
    border: 1px solid #ccc;
    background: #fff;
    padding-left: 15px;
    margin-top: 10px;
}

.radmore a{
    background: url(../images/arrow_07.png)left center no-repeat;
    display: inline-block;
    border-radius: 10px;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 30px;
    padding-left: 10px;
}
.radmore:hover{
    background: #3D120C;
}
.radmore:hover a{
    color: #fff; 
}
.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_news_02.png) no-repeat;
    height: 489px;
    padding-top: 30px;
    margin-top: 20px;
}
.bottomtin{
    margin-top: 30px;
}
.title-tin{
    font-family: 'RobotoBold';
    color: #ee1c25;
    text-transform: uppercase;
    background: url(../images/eyfa_03.png) right center no-repeat;
    margin-bottom: 30px;
    position: relative;
    margin-left: 15px;
}
.title-tin:before{
    background: #ee1c25;
    position: absolute;
    left: -15px;
    width: 5px;
    top: 6px;
    height: 13px;
    content: '';
}
.title-tin h5{
    font-size: 18px;
    display: inline-block;
    background: #fff;
    padding-right: 10px;
}
.readnc{
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0px;
}
.readnc a{
    background: #fff;
    padding: 7px 20px;
    border: 1px solid #ccc;
    color: #272727;
}
.readnc a:hover{
    background: #333;
    color: #fff;
}
.itemnewsin{
display: inline-block;
    position: relative;
    background: #fff;
    height: 309px;
    width: 266px;
   
    margin: 20px 0px;
}
.itemnewsin:hover{
     box-shadow: 0px 0px 10px #fff;
}
.itemnewsin img{
    position: absolute;
    top: 0px;
}
.itemnewsin h3 a:hover{
    color: #f00;
}
.posi-one{
    top: inherit !important;
    bottom: 0px;
}
.decripyor{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 125px;
    padding: 13px;
}
.decripyor h3 a{
    color: #272727;
    font-family: 'RobotoBold';
    font-size: 14px;
}

.posi-true{
    bottom: inherit !important;
    top: 0px;
}

.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{

    width: 1200px;
    margin: 0 auto;


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

    display: inline-block;
}
.itemdoitac:hover{
     border: 1px solid #f00;
}
.panner{

    padding: 30px 0px;
    display: inline-block;
    width: 100%;
}
.panner .owl-prev {
    left: -15px;
    background: url(../images/prev_14.png) no-repeat center;
    top: 40%;
    width: 23px;
    height: 26px;
}
.panner .owl-next {
    right: -15px;
    background: url(../images/next_17.png) no-repeat center;
    top: 40%;
    width: 23px;
    height: 26px;
}
/*right*/
#right{
    width: 21%;
    float: right;
    margin-top: 20px;
}
/*end right*/
/*middle*/
#middle{
    width: 100%;
    display: inline-block;
    float: right;
}
/*middle*/
/*top_content*/
.topindex{
    display: inline-block;
    position: relative;
    padding: 90px 0px 40px 0px;
    text-align: center;
    background: url(../images/bg_hinh_04.png) center no-repeat;
    width: 100%;
    height: 684px;
    color: #fff;
    margin-top: -57px;

    z-index: 1234;
}
.abtop{
    color: #1a6de8;
    font-size: 65px;
    font-family: 'UTMDinhTran'; 
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    text-align: center;
    background: url(../images/bg_title_03.png) bottom center no-repeat;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.decriptiona{
    line-height: 2;
    position: relative;
    text-align: center;
    width: 890px;
    margin: 0 auto;
}
.xem{
    display: inline-block;
    text-align: center;
    background: #D02128;
    padding: 4px 25px;
    margin-top: 20px;
    border-radius: 5px;
}
.xem a{
    color: #fff;
    background: url(../images/arrow_03.png) right center no-repeat;
    padding-right: 20px;
}

.imgsl{
    
    height: 388px;
    width: 100%;
}
.title_tin{
    background: url(../images/bg_title_03.png) bottom center no-repeat;
    text-align: center;
    font-family: 'UTMDinhTran';
    font-size: 65px;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.title_tin h2{
    font-size: 65px;
    color: #fff;
}
.itemab{
    border: 3px solid #b1b1b1;
    border-radius: 7px;
    float: left;
    margin-right: 18px;
}
.itemab:last-child{
    margin-right: 0px;
}
.itemab img{
    border-radius: 7px;
}

.leftab h3{
    margin-bottom: 5px;
}
.leftab h3 a{
    font-family: 'UTMAmericanSans';
    text-transform: uppercase;
    color: #ee1c25;
    font-size: 24px;
}
.leftab h4{
    margin-bottom: 5px;
}
.leftab h4 a{
    color: #333333;
    font-weight: bold;
    font-size: 14px;
    margin: 5px 0px;
}
.leftab p{
    line-height: 1.5;
}
/*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;
    color: #fff;
    position: relative;
    background: url(../images/bg_footer_02.png)repeat-y;
    text-align: center;
}   
.topfooter{
    border-bottom: 1px solid #7728a9;
    margin-bottom: 30px;
}
.itemfoo{
    width: 50%;
    padding: 30px 0px;
    display: inline-block;
    float: left;
}
.contais{
    width: 1200px;
    margin: 0 auto;
}
.itemfoo:first-child{
    border-right: 1px solid #7728a9;
}
.itemfoo h5{
    font-size: 16px;
    margin-bottom: 15px;
}
#mangxh img{
    margin-right: 5px;
}
.namecompa{
    color: #fe0404;
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'UTMStaccato';
    margin-bottom: 20px;
    margin-left: 20px;
}
.fanpage-footer{
    float: left;
    width: 272px;
    display: inline-block;
}

#footer .container{
    position: relative;
    text-align:left;
}
#footer #content_footer{
    display: inline-block;
    text-align: left;
    line-height: 30px;
    float: left;
    width: 450px;
}
.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;
}
.map-footer h3{
        text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
}
.right-footer{
    float: right;
    text-align: left;
    color: #000;
    display: inline-block;
}
.right-footer h3{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 7px 0px 10px 0px;
}
.right-footer p{
    margin-bottom: 10px;
}
.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: 28px;
}
.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: 30px;
}
#footer #mangxh{
    display: inline-block;
    width: 220px;
    float: left;
    text-align: left;
}
.dknhantin{
    padding-left: 45px;
    text-align: left;
}

#footer .container{
    position: relative;

}
.addthis_counter.addthis_pill_style{
    display: none !important;
}

#footer #thongke{
    color: #fff;
}
.dangon{
    background: url(../images/online_19.png)left center no-repeat;
    padding-left: 29px;
    line-height: 20px;
}
.ngayon{
    background: url(../images/ngay_19.png)left center no-repeat;
    padding-left: 29px;
    line-height: 20px;
}
.thangon{
    background: url(../images/thang_19.png)left center no-repeat;
    padding-left: 29px;
    line-height: 20px;
}
.tongon{
    background: url(../images/tong_23.png)left center no-repeat;
    padding-left: 29px;
    line-height: 20px;
}
#thongke p span{
    color: #e5b809;
}
#footer #copyright{
    padding: 20px 0px 15px 0px;
    margin-top: 30px;
    font-size: 12px;
    background: #56167E;
}
.copy{
    float: left;
    text-align: left;
}
.copy span{
    color: #ff0;
}
.counter{
    float: right;
}
#copyright .container{
    /* text-align: left; */
    /* display: inherit; */
}
#footer #copyright b{
    color: #ff0;
}
.box-dangky{
    border: 1px dashed #7374b0;
    padding: 10px;
}
.center-dangky{
    background: #232472;
    padding: 5px 10px;
    display: inline-block;
    width: 100%;
}
.fmnews{
    background: url(../images/newletter_05.png) no-repeat;
    width: 375px;
    height: 36px;
    padding: 1px 0px;
}
#mailkhachhang{
    width: 80%;
    float: left;
    height: 50px;
    padding: 0px 10px;
    border: none;
    background: none;
    outline: none;
    background: #fff;
}
#sb_nhantin{
    width: 20%;
    height: 50px;
    border: none;
    background: none;
    text-transform: uppercase;
    float: right;
    cursor: pointer;
    font-size: 15px;
    outline: none;
    background: #F5E80A;
    text-transform: uppercase;
    color: #000;
}
/*end footer*/
/*product*/
.slider-product{
    padding: 10px 0px 20px;
    background: url(../images/linesl_03.png) bottom repeat-x;
    margin-bottom: 20px;
}

.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: 372px;
    display: inline-block;
    float: left;
    margin-right: 41px;
    margin-bottom: 20px;
    text-align: left;
}

.itemimage{
    width: 50%;
    float: left;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.menuindex .wrap_product h3 a{
 color: #fff;

}
.itemimage h3{
    position: absolute;
    background: rgba(0,0,0,0.5);
    padding:10px;
    bottom: -50px;
    width: 100%;
    text-align: center;
    border-top: 1px solid #7D7D7F;
}
.itemimage:hover h3{
    bottom: 0px;
}
.itemimage  h3 a{
    color: #fff;

    font-size: 16px;
}

.wrap_product h3 {
    margin-bottom: 5px;
}
.wrap_product:hover .img-pro{
    border: 1px solid #712292;
}
.wrap_product h3 a {
    color: #2e2e2e;
    font-size: 14px;
    font-family: 'RobotoBold';
    text-transform: uppercase;
}
.msnik{
    color: #4e4e4e;
    font-size: 13px;
    line-height: 1.5;
}
.spslo{
    text-align: center;
    font-size: 16px;
    color: #565656;
    margin-bottom: 20px;
}
.price{
   font-size: 13px;
   font-weight: bold;
   text-align: center;
}
.price span{
  color: #f00;  
}
.wrap_product:hover h3 a{
    color:#f00;
}
.wrap_pei:hover h3 a{
    color: #f00;
}
.bottomcontent{
    display: inline-block;
    width: 100%;
    float: left;
}
.boxsichvu{
    background: #f3f3f3;
    padding: 30px 0px;
}
/*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{
    background: url(../images/bg_titlr_05.png) bottom center no-repeat;
    text-align: center;
    font-size: 34px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.title_main h2.abos{
    color: #fff;
}
.title_main h2 {
    font-size: 30px;
    color: #565656;
    font-family: 'UVFLobster12';
}
.map_description{
    text-align: left !important;
} 
/*end title_main*/


/*box_tintuc*/
.itemdv{
    float: left;
    width: 281px;
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 20px;
}
.itemdv img{
    border: 3px solid #b1b1b1;
    border-radius: 13px;
}
.itemdv p{
    color: #333333;
    text-transform: uppercase;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
.itemdv:hover p{
    color: #f00;
}
.wrap_tintuc{
    display: inline-block;
    width: 50%;
    text-align: center;
    float: left;
    padding: 7px 10px;
}
.indextin{
    width: 100%;
    padding-right: 7px 0px; 
}
.box_tintuc{
    text-align: left;
    width: 100%;
    float: left;
    display: inline-block;
    font-family: Arial;
    border-bottom: 1px dashed #aaa9a9;
    padding-bottom: 7px;
}
.titletin{
    text-align: center;
    text-transform: uppercase;
    background: url(../images/titletin_03.png)bottom center no-repeat;
    font-family: 'UTMAvoBold';
    color: #B10D16;
    font-size: 35px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.scrolltin{
 height: 465px;
}
.contentsk{
    width: 920px;
}
.contentyk{
    background: rgba(0,0,0,0.7);
    float: left;
    width: 645px;
    color: #fff;
    padding: 20px 35px;
    position: relative;
    height: 146px;
    margin-top: 25px;
    border-radius: 10px;
}
.contentyk:before{
    background: url(../images/beforeyk_03.png) center no-repeat;
    position: absolute;
    left: -32px;
    bottom: 0px;
    height: 100%;
    width: 32px;
    content: '';
}
.daosli .contentyk:before{
    background: url(../images/afteryk_03.png) center no-repeat !important;
    position: absolute;
    right: -32px !important;
    bottom: 0px;
    height: 100%;
    width: 32px;
    content: '';
    left: inherit;
}
.contentyk h6 a{
    color: #fff;
}
.box_tintuc img{
    padding: 3px;
    display: inline-block;
    margin-right: 20px;
    border: thin #d9d9d9 solid;
    float: left;
}
.indextin img{
    padding: 0px;
} 
.box_tintuc img:hover{
    opacity: 0.5;
}
.box_tintuc h3{
    color: #333333;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 7px;
}
.box_tintuc h3:hover{
    color: red;
}
.box_tintuc .mota{
color: #333333;
    font-size: 12px;
    overflow: hidden;
    line-height: 1.5;

}

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

.daosli img{
    float: right !important;
    margin-right: 0px !important;
}
.daosli h6{
    text-align: right;
}
.contentyk h6 a:hover{
    color: #ff0;
}

.leftgale{
    width: 578px;
    position: relative;
    float: left;
}
.gallery{
    background: url(../images/bg_tin_10.png) repeat-y;
    padding:60px 0px;

}
.itemti{
    width: 585px;
    float: left;
    display: inline-block;
}
.videos{
    float: right;
}
#map_canvas2{
    overflow: hidden;
    float: left;
}
.count_map{
    background: url(../images/map_15.png)no-repeat;
    padding-top: 45px;
}

.titleti{
    font-size: 30px;
    color: #565656;
    font-family: 'UVFLobster12';
    margin-bottom: 20px;
    background: url(../images/titletin_05.png) right center no-repeat;
}
.ceneti{
    height: 435px;
}
.onecete{
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
}
.onecete h4{
    color: #393834;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.onecete:hover h4{
    color: #f00;
}
.onecete p{
    font-size: 12px;
    line-height: 1.5;
}
.imgcete{
    border: 1px solid #ccc;
    display: inline-block;
    float: left;
    margin-right: 15px;
    background: #fff;
}
.element_galle{
    position: relative;
}
.element_galle:hover .namegalle{
    color: #ff0;
}
.select_video{
    display: none;
}


.namegalle{
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    background: #030303;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0px;
}
.hovergale{
    position: absolute;
    border: 1px solid #fff;
    left: 3%;
    bottom: 3%;
    height: 94%;
    width: 94%;
    overflow: hidden;
}

.leftgale:hover .hovergale{
    background: rgba(0,0,0,0.5);
}
.hovergale span{
    color: #fff;
    font-weight: bold;
    justify-content: center;
    flex-direction: column;
    top: -110%;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    font-size: 20px;
    text-shadow: 0px 0px 0px #000;
    text-align: center;
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;

}
.leftgale:hover .hovergale span{
    top: 0px;
}
.rightgale{
    width: 580px;
    float: right;
}
.contentgallery .itemgallery{
    position: relative;
    float: left;
    margin-right: 44px;
    margin-bottom: 39px;
}
.contentgallery .itemgallery:hover .hovergale{
    background: rgba(0,0,0,0.5);
}
.contentgallery .itemgallery:hover .hovergale span{
    top: 0px;
}
.contentgallery .itemgallery:nth-child(2n){
    margin-right: 0px;
}
.videofanpage{
    height: 751px;
}
.video{
    width: 578px;
    float: left;
}
.img_video{
    width: 187px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
}
.select_video{
    margin-top: 10px;
    }
.img_video:before{
    background: url(../images/play_03.png) center no-repeat;
    position: absolute;
    right: 60px;
    bottom: 30px;
    height: 66px;
    width: 66px;
    content: '';
    z-index: 123;
}
.img_video{
    background: #fff;
}
.img_video img{
    width: 187px;
    height: 135px;
}
.img_video:hover img{
    opacity: 0.8;
}
.fanpagefa{
width: 500px;
    float: right;
}
.imgocsh{
    height: 364px;
}
/*box_tintuc*/
/*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;
    background: none;
}
.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;
}
.item_why{
    width: 375px;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 20px;
    text-align: center;
    position: relative;
    margin: 60px 0px;
    background: #fff;
}
.title_why {
    font-size: 22px;
    font-family: 'RobotoBold';
    text-transform: uppercase;
    text-align: center;
    background: url(../images/bg_title_05.png) bottom center no-repeat;
    padding-bottom: 25px;
    margin-bottom: 20px;
}
.item_why:hover img{
    transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
}
.item_why:hover h3{
    color: #f00;
}
.xemthem p:hover{
    background: #333;
    color: #fff;
}
.mota_why{
    margin-bottom: 20px;
    line-height: 1.5;
}
.xemthem{
        position: absolute;
    width: 100%;
    text-align: center;
    left: 0px;
}
.xemthem p{
    background: #fff;
    display: inline-block;
    padding: 10px;
    border: 1px solid #ccc;
    color: #000;
}
.item_why img{
    border-radius: 50%;
    margin-top: -80px;
    margin-bottom: 20px;
    display: inherit !important;
}
.item_why h3{
    font-family: 'RobotoBold';
    text-transform: uppercase;
    color: #2f2f2f;
    font-size: 16px;
    margin-bottom: 10px;
}
/*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: 48%;
    float: left;
    text-align: center;
}
#product_detail #product_info{
    width: 48%;
    float: left;
    text-align: left;
    margin-left: 20px;
}
#product_detail #product_info li{
    font-size: 14px;
    padding: 7px 0px;
    border-bottom: 1px solid #ccc;
}
#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;
}
.itemsl{
    width: 85px;
}
#product_detail #thumb img{

    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-top: 20px;
    margin-bottom: 20px;
}
.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: #800a10;
    color: #fff;
}
.tab .hiden{
    display: none;
}
/*product_detail*/
.map-contact{
    margin: 20px 0px;
}
/*left*/
#left{
    display: inline-block;
    width: 233px;
    float: left;
}
#left .box_left{
    display: inline-block;
    width: 100%;
    border: 1px solid #d0d0d0;
    margin-bottom: 20px;
}
#left .title{
    position: relative;
    color: #fff;
    background: url(../images/bgtitleleft_03.png)top center no-repeat;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #d0d0d0;
}
.col_left_contact{
    padding-right: 2%;
}
#left #danhmuc_left{
    display: inline-block;
    width: 100%;
    padding: 15px 0px;
}
.contentface{
    margin: 0 auto;
    width: 230px;
}
#left #danhmuc_left>ul>li{
    padding-bottom: 0px;
    position: relative;
    text-transform: uppercase;
    color: #f00;
    margin-bottom: 15px;
    width: 100%;
}

#left #danhmuc_left>ul>li>a{
    font-size: 14px;
    color: #fff;
    display: inline-block;
    background: #B10D16;
    padding-left: 20px;
    min-width: 175px;
    position: relative;
}
#left #danhmuc_left>ul>li>a:after{
    background: url(../images/afterc1_11.png) no-repeat;
    position: absolute;
    right: -18px;
    top: 0px;
    height: 27px;
    width: 19px;
    content: '';
}

#left #danhmuc_left>ul>li>ul>li>ul{
    padding-left:10px;
    display:none;
}

#left #danhmuc_left>ul>li>a:hover{
    color:#ff0;
}
#left #danhmuc_left>ul>li ul a:hover{
    color:red;
}
#left #danhmuc_left>ul>li ul li{
    list-style-image:url('../images/arow_03.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;
}
.supportonline{
    width: 295px;
    display: inline-block;
    float: right;
    text-align: left;
    margin-right: 35px;
}
.namesupi{
    min-width: 72px;
    display: inline-block;
    padding-top: 12px;
}
.imgbong{
    margin-top: -2px;
    margin-bottom: 10px;
}
.content_product{
    background: url(../images/linef.png) bottom repeat-x;
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}
.supportonline h3{
    font-family: Time new roman;
    text-shadow: 0px 0px 3px #979797;
    font-size: 18px;
    margin-left: 20px;
    font-weight: bold;
}
.hotlineleft{
    font-weight: bold;
    font-size: 20px;
    margin: 3px 0px 5px 0px;
}

.itemyahoo{
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.fonedt{
    color: #ff0;
    font-weight: bold;
    font-size: 16px;
    padding-top: 12px;
}
.itemyahoo span{
    margin-right: 10px;
    float: left;
}
.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;
}

.countdown{
    background: url(../images/bg_line_02.png) no-repeat;
    height: 273px;
    text-align: center;
    padding-top: 45px;
}
.countdown1{

    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 20px;
}
.countdown2{

    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 20px;
}
.countdown3{

    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 20px;
}
.countdown4{

    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 20px;
}
.number{
    margin-bottom: 20px;
}
.countdown1 .number{
    width: 145px;
    height: 145px;
    border-radius: 50%;
    border: 10px solid #ee1c25;
    font-size: 30px;
    padding-top: 52px;

}
.countdown2 .number{
    width: 145px;
    height: 145px;
    border-radius: 50%;
    border: 10px solid #ffdd00;
    font-size: 30px;
    padding-top: 52px;

}
.countdown3 .number{
    width: 145px;
    height: 145px;
    border-radius: 50%;
    border: 10px solid #1cc4ee;
    font-size: 30px;
    padding-top: 52px;

}
.countdown4 .number{
    width: 145px;
    height: 145px;
    border-radius: 50%;
    border: 10px solid #1cee21;
    font-size: 30px;
    padding-top: 52px;

}
.mapfoo {
    height: 527px;
}
#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;
}

/*right*/
.box_right{
    display: inline-block;
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
}

.title h3{
        background: rgba(255,255,255,0.3);
    font-size: 18px;
    padding: 3px;
}

#danhmuc_left ul li a:hover{
    color: #f00;
}
#danhmuc_left>ul>li>a{
    line-height: 27px;
}
#danhmuc_left>ul>li>ul{
    padding: 0px 20px 0px 15px;
    width: 100%;
}

#danhmuc_left>ul>li>ul>li{
    border-bottom: 1px solid #ccc;
    padding-left: 7px;
    position: relative;
}
#danhmuc_left>ul>li>ul>li:after{
    background: url(../images/before_03.png) no-repeat;
    position: absolute;
    left: -15px;
    top: 0px;
    height: 34px;
    width: 16px;
    content: '';
}
#danhmuc_left>ul>li>ul>li>a{
    line-height: 34px;
    text-transform: none;
    color: #333333;
    font-size: 14px;
}
.dichvusuachua{
    padding-bottom: 20px;
}
.dichvusuachua>ul {
    padding: 0px 20px 0px 15px;
    width: 100%;
}
.dichvusuachua>ul>li{
    border-bottom: 1px solid #ccc;
    padding-left: 7px;
    position: relative;
}
.dichvusuachua>ul>li:after{
    background: url(../images/before_03.png) no-repeat;
    position: absolute;
    left: -15px;
    top: 0px;
    height: 34px;
    width: 16px;
    content: '';
}
.dichvusuachua>ul>li>a{
    line-height: 34px;
    text-transform: none;
    color: #333333;
    font-size: 14px;
}
.dichvusuachua>ul>li>a:hover{
    color: #f00;
}
.dichvusuachua>ul>li{
    list-style-image: url('../images/arow_03.png');
}
/*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-prev,
.owl-next{
    text-indent:10000px;
    height:32px;
    width: 19px;
    position:absolute;
    top: 99px;
    overflow: hidden;
}
.owl-prev{
    left: -15px;
    background: url(../images/pre_03.png) no-repeat center;
}
.owl-next{
    right: -17px;
    background: url(../images/next_03.png) no-repeat center;
}
/* box_gallery */
.ykienkh{
    height: 662px;
    /*background: url(../images/bg_kh_02.png) no-repeat center;*/
}
.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;
}
.itemkh{
    display: inline-block;
    padding: 7px;
}
.itemkh img{
    border: 1px solid #ccc;
    margin-bottom: 5px;
}
.itemkh p{
    text-align: center;
}
.itemkh:hover img{
    opacity: 0.7;
}
.itemkh:hover p{
    color: #f00
}
/* box_gallery */

.centerfooter{
    float: left;
}
.itemtinin{
    width: 50%;
    float: left;
    padding-right: 20px;
}
.tinindex{
    padding-right: 0px;
    padding-left: 20px;
}
.itemcamnhan{
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 55px;
}
.itemcamnhan img{
    float: left;
    margin-right: 55px;
    background: rgba(255,255,255,0.8);
    padding: 5px;
    border-radius: 50%;
}
.xethem{
    background: url(../images/arow_07.png) left center no-repeat;
    padding-left: 20px;
    color: #000;
}
.xethem:hover{
    color: #f00;
}
.itemcamnhan .xethem{
    float: right;
}
.itemcamnhan h6{
    font-weight: bold;
    color: #000;
    margin-bottom: 7px;
}
.itemcamnhan h6:hover{
    color: #f00;
}

#tipDiv{
    padding: 0 !important;
    border-width: 0 !important;
}
.content{
    margin: 20px 0px;
}
.itemcaro{
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.7);
    position: relative;
    overflow: hidden;
}
.namelist{
    background: rgba(0,0,0,0.7);
    position: absolute;
    bottom: 0px;
    color: #e1b600;
    text-align: center;
    padding: 15px 45px 27px 45px;
    width: 100%;
    font-size: 17px;
}
.itemcaro:hover .namelist{
    color: #ff0;
}
.itemcaro:hover{
    border: 5px solid #FF6F00;
}
.itemcaro img{
    border-radius: 50%;
    background: #fff;
}
#center_footer{}
#center_footer .part{
    width: 50%;
    padding: 0 5px;
    float: left;
}
#center_footer .part ul{}
#center_footer .part ul li{
    margin-bottom: 9px;
}
#center_footer .part ul li a{
    color: #fff;
}
#center_footer{
    width: 410px;
    display: inline-block;
    color: #cbcbcb;
    margin-left: 10px;
}
#center_footer h3{
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}
#center_footer p{
    margin-bottom: 10px;
}
.boxsearch{
    float: right;
    position: relative;
}
.date-post{
    background: url(../images/lich_05.png)left center no-repeat;
    padding-left: 20px;
    font-size: 13px;
    color: #636363;
    margin-bottom: 5px;
    display: inline-block;
}
.fix_head {
    position: fixed !important;
    top: 0;
    z-index: 9999;
    width: 100%;
}
.cart{color: #333;position: fixed; top: 3em; right: 0; z-index: 9999; width: 50px; height: 50px; line-height: 50px; font-size: 20px;}
.cart span{position: absolute; top: 0px; right: 0px; font-size: 15px; background: #6F2490; color: #fff; width: 20px; height: 20px; line-height: 20px; border-radius: 50px;}
.content{text-align: center;}
.input-group {width: 150px;text-align: center;margin: 0;height: 33px;margin-right: 1em;display:  inline-block;}
.addc{cursor:pointer;width: 110px;line-height:35px;height:35px;padding:0 15px;color:#fff;text-transform:uppercase;border:#fff;background:linear-gradient(top,rgba(170,0,0,0.6),rgba(170,0,0,1));background: -webkit-linear-gradient(top,rgb(255, 101, 80),rgb(140, 50, 42));background:-moz-linear-gradient(top,rgba(170,0,0,0.6),rgba(170,0,0,1));background:-o-linear-gradient(top,rgba(170,0,0,0.6),rgba(170,0,0,1));border-radius:3px;margin:0 10px 10px 0;display:  inline-block;}
#product_detail #product_info li.addcart{display: flex;}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    border: 1px solid #ccc;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
    width: 80px;
    height: 33px;
    border: 0;
    padding-left: 1em;
}
.input-group-addon, .input-group-btn {
    white-space: nowrap;
    vertical-align: middle;
}
.btn-default {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
    width: 100%;
    border: 0;
    height: 100%;
}
.input-group-btn > .btn {
    position: relative;
}
.glyphicon-minus:before {
    content: "\2212";
}
.glyphicon-plus:before {
    content: "\2b";
}


/*=========NÂNG CẤP=======*/
.boxprolist_catNC{margin-top:12px;margin-bottom:25px;text-align: center;}
.boxprotab_catNC{display: inline-block;background:#ebebeb;padding:6px 20px;margin:5px;border-radius: 4px;cursor: pointer;}
.boxprotab_catNC:hover, .boxprotab_catactNC{background: #6F2490;color:#fff;}

.boxlist_main .wrap{text-align:center;line-height:0px;padding:0;clear:both}
.boxlist_main .auto{display:inline-block;margin-bottom:10px;}
.boxlist_main ul.pagination{text-align:center;color:#000}
.boxlist_main ul.pagination li{display:inline;padding:0 3px;float:left}
.boxlist_main ul.pagination a{color:#8c8c8c;display:inline-block;border:1px solid #e6e6e6;text-decoration:none;background:none;font-size: 14px; 
font-family: 'MuliRegular';width: 34px;background: #f2f2f2;font-family: 'Roboto-Regular';line-height: 34px;padding:0;}
.boxlist_main ul.pagination a:hover,ul.pagination a.current{background:#8c8c8c;color:#fff;border:1px solid #8c8c8c;}


/*==========================================CALL=============================================*/
.menu_top, .header_logores{display: none;}
.call{display:none;width:100%;  height:50px; line-height:50px; position:fixed; bottom:0px; left:0px; background:#6f2490; text-align:center; 
z-index:999999;grid-template-columns: repeat(5,1fr);}
.call div{text-align: center;}
.call strong{padding-left:38px; display:inline-block;}
.call span{display:inline-block; line-height:50px; background-size:auto 25px;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    }
.call a{color:#fff; font-size:14px;font-weight: bold;}
.blink_me img{width:30%; animation:color_call 1s infinite;}
.blink_me{
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
/* CSS Document */
@keyframes color_call {
  0% {opacity: 1.0;}
    50% {opacity: 0.0;}
    100% {opacity: 1.0;}
}

.mm-menu > .mm-panel.mm-opened{
    background:#6f2490 !important;
    opacity:1;
}
.mm-list, .mm-list > li{
    background:#6f2490 !important;
    opacity:1;
}
.mm-list, .mm-list > li{
    color:#fff;text-transform: uppercase;
}
.mm-menu.mm-current{
    background:#6f2490;
}
.mm-list a.mm-subopen:after{border-color: rgba(255, 255, 255, 0.3) !important;}

.fixmuabtn{display: inline-block; background: #6F2490; color: #fff; line-height: 30px; padding: 0 10px; border-radius: 3px; margin-top: 10px;
cursor: pointer;}
.fixmuabtn i{margin-right:5px;}


@media(max-width:768px){
	#center_footer .part{width:100%}
	
}