*{
padding:0px;
margin:0px;
}
ul,li{
list-style:none;
}
h3,h4,h5,h6{
margin:0px;
font-family:UVNhonghahep;
color:#fff;
}
@charset "utf-8";
/* CSS Document */
*{
    margin:0px;
    padding:0px;
    font-family:Arial, Helvetica, sans-serif;
}
.fr{
float:right;
}
.fl{
float:left;
}
li{list-style:none;}
a{text-decoration:none;  text-decoration: none;
  transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  color:#fff;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;}
.clr,.clear{clear:both;}
body{position:relative;
}
@font-face{
    font-family:UVNhonghahep;
    src:url(../font/UVNHongHaHep_R.TTF);
}
@font-face{
    font-family:UVNKeChuyen2;
    src:url(../font/UVNKeChuyen2.TTF);
}
@font-face{
    font-family:NEOB;
    src:url(../font/UTMNeoSansIntelBold.ttf);
}
@font-face{
    font-family:AVOBI;
    src:url(../font/UTMAvoBold_Italic.ttf);
}
@font-face{
    font-family:UTMBebas;
    src:url(../font/UTMBebas.ttf);
}
@font-face{
    font-family:UVNtintuchepb;
    src:url(../font/UVNTinTucHep_B.TTF);
}
@font-face{
    font-family:UVNtintuchepthem;
    src:url(../font/UVNTinTucHepThem_R.TTF);
}
@font-face{
    font-family:UVNbebas;
    src:url(../font/UTM%20Bebas.ttf);
}
@font-face{
    font-family:UVNCT;
    src:url(../font/UVNConThuy.TTF);
}

table.checkout,table.checkout td{
  text-align: center;
    border-color: #D3D3D3;
}
.fontct{
  font-family: UVNCT;
}
.fontneob{
  font-family: NEOB;
}
.fonthhhh{
    font-family:UVNhonghahep;
}
.fontuvnct{
  font-family: UVNCT;
}
.colorfff{
    color:#fff;
}
.textaligncenter{
text-align:center;
}
.textalignleft{
text-align:left;
}
.inlineblock{
  display: inline-block;;
}
.textalignright{
text-align:right;
}
.padding0{
padding:0px;
}
.padding10{
padding:10px;
}
.block{
  display:block;
}
.inline-block{
  display:inline-block;
}
.margin0{
margin:0px;
}
.marginright5{
    margin-right: 5px;
}

.border1{
border:1px solid #cfcdcd;
}
.maincolor{
  background:#c00;
}
.clmain{
  color:#c00;
    font-weight: bold;
}
.clgray{
  color:#666;
}
.bold{
    font-weight: bold;
}
.margin0auto{
    margin: 0px auto;
}
.width100{
    width: 100%;
}
.marginbottom5{
    margin-bottom: 7px;
}
.fontavo{
  font-family: AVOBI;
}
.margin10{
    margin:10px;
}
.margintop10{
  margin-top:10px;
}
.noborder{
  border:none;
}
.uppercase{
  text-transform: uppercase;
}
.paddingright0{
padding-right: 0px;
}
.fonthhhh{
  font-family: UVNhonghahep;
}
a{
  font-family: UVNhonghahep;
  text-decoration: none;
}

h1{
  font-size: 30px;
}
.black{
  color:black;
}
.red{
  color:red;
}
.bold{
  font-weight: bold;
}
.clgreen{
  color:#2f8240;
}
::-webkit-input-placeholder {
   color: red;
   font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
   color: red;  
   font-style: italic;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: red;  
   font-style: italic;
}

:-ms-input-placeholder {  
   color: red; 
   font-style: italic; 
}
/*header*/

div#header {
  padding-top: 10px;
  margin: auto;
  background: #cc0000;
}
#header .box{
}
.logo1 {
  text-align: center;
}
img.logo {
  max-width: 533px;
}
.logo1 h1{
  font-size: 13px;
  font-style: italic;
  text-align: center;
  margin-top: 0px;
  font-weight: bold;
}
.logo1 h2{
  font-size: 12px;
  text-align: center;
  margin-top: 0px;
  font-weight: bold;
}
.inner div h1 {
  font-size: 29px;
}
.inner div h2 {
  font-size: 16px;
}
.inner div h1,.inner div h2{
  margin-top: 0px
}
#search form input[type=text]{
  padding: 4px;
  border-radius: 3px;
  width: 85%;
  border: none;
}
#search form input[type=submit]{
 width: 35px;
  border: none;
  background: url('../images/glass.png') no-repeat;
  padding: 5px;
}
#search {
    background: #fff;
  border-radius: 3px;
  width: 80%;
    margin: 5px 0px;
}
.inner { }
.inner .welcome a {
      color: #c41c1c;
      font-weight: bold; }
  .inner .cart a {
      color: #c41c1c;
      font-family: arial; }
  .inner .cart a:hover {
        color: #e63e3e; }
  .inner .cart {
  float: left;
  background: url(../images/cart.png) center left no-repeat;
  height: 20px;
  padding-left: 25px;
  color: #fff;
  font-size: 12px;
        }
  .inner li a[class^=flag]{
    width: 25px;
    height: 20px;
    display: inline-block;;
  }
  .inner li a.flagvn{
    background: url('../images/flag_vn.png') no-repeat;
      margin-right: 5px;
  }
  .inner li a.flagen{
    background: url('../images/flag_en.png') no-repeat;
  }
  #phone{
      width: 100%;
  text-align: center;
    margin: 5px 0px;
  }
  .inner .phone{
     height: 34px;
  padding-left: 40px;
  background: url('../images/phone.png') left center no-repeat;
  display: inline-block;
  line-height: 34px;
  font-size: 18px;
  }
.welcome{
  font-size: 15px;
  color: #000;
  padding-bottom: 5px;
}
.slogan{
  font:34px UVNhonghahep;
  color: #c00;
  font-weight: bold;
}
/*-------top_nav--------*/
ul.top_nav li{
    margin: 0px 10px;
}
ul.top_nav li a{
  padding: 5px 20px;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
}
#menu{
    margin-top: 30px;
}
ul.top_nav li li a{

  transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
}
ul.top_nav li ul{
display:none;
position: absolute;
z-index: 9999;
}
ul.top_nav li ul ul{
  display:block;
}
ul.top_nav li:hover ul{
  display: block;
}
ul.top_nav li:hover{
  
  background: #fff;
  border-radius: 5px;
}
ul.top_nav li ul li{
  margin: 0px;
  background: #c00;
  width: 200px;
}
ul.top_nav li ul li a,ul.top_nav li:hover li a{
  color: #fff;
}

ul.top_nav li ul li:hover a{
  color: #c00;
}
ul.top_nav li{
  position: relative;
}

ul.top_nav li.active,ul.top_nav1 li.active{
  background: #fff;
  border-radius: 5px;
}









ul.top_nav1 > li a{
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
ul.top_nav1 > li{
    margin: 0px 10px;
}
ul.top_nav1 li a{
  padding: 5px;
  text-transform: uppercase;
  font-size: 16px;
  display: block;
}
ul.top_nav1 >li:hover{
  background: #fff;
   border-radius: 5px;
}
ul.top_nav1 >li:hover a{
  color: #c00;
}
ul.top_nav1 li.menucon{
  position: relative;
}
ul.top_nav1 li.menucon >ul{
  position: absolute;
}
ul.top_nav1 li.menucon:hover > ul.sub-menu-1{
  visibility: visible;
}
ul.top_nav1 li.menucon >ul.sub-menu-1{
  visibility: hidden;
  
  z-index: 9999;
  left: 0px;
  top:100%;
  width: 800px;
}
li.menucon >ul.sub-menu-1 li{
background: #fff;

}
li.menucon >ul.sub-menu-1 li a{
  color: #c00;
  font-size: 13px;
}
li.menucon >ul.sub-menu-1 >li{
  background: #c00;
  border: 1px solid #FFFFFF;
  width:130px;
}
.sub-menu-1{
width:650px !important;
background:#fff;
}
li.menucon >ul.sub-menu-1 >li >a{
  color:#fff;
}





.toho:hover{
    color: #183a79;
}
ul.top_nav li:hover a{
  color: #c00;
}
ul.top_nav li.active a{
  color: #c00;
}
/*----End menu----*/
.slide h2{
  font: 38px UVNCT;
  font-style: italic;
  line-height: 38px;
  margin: 5px 0px;
}
.slide ul{
  margin:0px;
}
.slide ul .happy{
  background: url('../images/happy.png') no-repeat;
    padding-left: 75px;
}
.slide ul .efficency{
   background: url('../images/efficency.png') no-repeat;
    padding-left: 75px;
}
.slide ul .victory{
   background: url('../images/victory.png') no-repeat;
    padding-left: 75px;
}
.slide ul .you{
   background: url('../images/victory.png') no-repeat;
    padding-left: 75px;
}

.slide ul li a:hover{
  color:#c00;
}
.slide ul.tieuchi{
  padding:0px 10px;
}
.slide ul li a{
font-size: 27px;
  font-family: UVNCT;
  line-height: 27px;
  font-weight: bold;
}
.slide ul li p{
    margin: 5px 0px;
}
#main-slider img{
  border: 1px solid #c00;
}
.gioithieu h2{
  line-height: 70px;
  color: #c00;
  font: 55px UVNCT;
  margin: 0px;
  font-weight: bold;
}
.gioithieu h1{
    text-align: center;
    line-height: 70px;
    color: #c00;
    /*font: 55px UVNCT;*/
    margin: 0px;
    font-weight: bold;
}
.gtcontent{
    padding: 15px 0px;
}
.gtcontent .imgthumb img{
  border:1px solid #c00;
}
.gtcontent .contentthumb p{
  color: #666;
  font-size: 14px;
}

.gioithieu p{
  line-height: 30px;
  font-size: 16px;
  text-align: justify;
}
.top-comments{
  text-align: center;
overflow: hidden;
float: inherit;
}
.top-comments h3, .top-comments h4 {
    color: #c00;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: center;
}

.top-comments h3 {
  text-align: center;
  line-height: 70px;
  color: #c00;
  font: 55px UVNCT;
  margin: 0px;
  font-weight: bold;
}

.top-comments h4 {
    font-size: 35px;
    margin-bottom: 27px;
}

.top-comments ul {
    display: block;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    width: 1100px;
}

    .top-comments ul li {
        height: 215px;
        display: inline-block;
    }

        .top-comments ul li.r {
            margin-right: 0;
        }

.top-comments .comment-item {

}

    .top-comments .comment-item.r {
        margin-right: 0;
    }


    .top-comments img {
        width: 85px;
      float: left;
    }
 .top-comments img.border{
  float:none;
  width: 100%;
  margin:10px 0px;
 }
.top-comments .content {
    background: url('../images/bg_comment.png') no-repeat center top;
}

.top-comments .content {
  color: #58595b;
  height: 101px;
  width: 270px;
}

    .top-comments .content p {
  overflow: hidden;
  padding: 5px 35px 0 40px;
  text-align: justify
    }

.top-comments .customer-name, .top-comments .site-address {
    text-align: right;
    padding:0px 11px;
}

.top-comments .customer-name {
    color: #58595b;
    margin: 5px 0 0;
}

.top-comments .site-address, .top-comments .site-address a {
    color: #c00;
    font-style: italic;
}

.top-comments #prev, .top-comments #next {
  display: block;
  height: 49px;
  position: absolute;
  width: 49px;
  top: 50%;

}

.top-comments #prev {
    background: url('../images/bg_comment_prev.png') no-repeat center center;
    left: 0px;

}

.top-comments #next {
    background: url('../images/bg_comment_next.png') no-repeat center center;
    right: 0px;
}

.top-comments #prev:hover {
    background: url('../images/bg_comment_prev_hover.png') no-repeat center center;
    left: 0px;
    text-decoration: none;
}

.top-comments #next:hover {
    background: url('../images/bg_comment_next_hover.png') no-repeat center center;
    right: 0px;
    text-decoration: none;
}
#footer{
    background: #c00;
}
#footer .hotro h3{
  text-transform: uppercase;
  font-size: 22px;
}
#footer .hotro ul li{
  line-height: 35px;
  color:#fff;

}
#footer .hotro ul li a{
  font-family: arial;
  font-size: 12px;
  background: url(../images/icon_tick.png) left no-repeat;
  padding-left: 15px;
}
#footer .hotro ul li a:hover{
  text-decoration: inherit;
}
.padding1000{
  padding:10px 0px;
}
.wrap_box_footer .title{
  font:22px UVNhonghahep;
  color:#FFF; 
  text-transform:uppercase;
  margin:5px 0px;
}
.wrap_box_footer .content{
  line-height:17px;
  color:#FFF; 
}
.wrap_box_footer .content h1 a{
  color:#FFF; 
}
.wrap_box_footer .content h1 a:hover{
  text-decoration:underline;
}

.wrap_footer_home_auto .intro .content p a{
  margin-left:6px;
  position:relative;
  top:-3px;
  color:#FFF;
  transition:color 0.5s ease;
  -webkit-transition:color 0.5s ease;
  -moz-transition:color 0.5s ease;
  -ms-transition:color 0.5s ease;
  -o-transition:color 0.5s ease;
}
.wrap_footer_home_auto .intro .content p a:hover{
  color:#FC0; 
}
.wrap_box_footer .content .follow{
  width:100%; 
  margin-bottom: 15px;
}
.wrap_box_footer .content .truycap{
  width:100%;
  border-radius:5px;
  background:#fff}
.wrap_box_footer .content .truycap img{
  float:left;
  margin-left: 20px;
  margin-top: 20px;}
.wrap_box_footer .content .truycap .online{
  color:#000;
  width: 70%;
  margin-right: 10px;}
.wrap_box_footer .content .truycap .tongtruycap{
  color:#000;
  width: 70%;
  margin-right: 10px;}

#slider1_container{
  background: url('../images/boxshadow.png') no-repeat;
}
.chinhhang{
  height: 87px;
    padding-left: 70px;
    background: url('../images/chinhhang.png') left center no-repeat;
    display: inline-block;
    line-height: 46px;
    font-size: 20px;
    color: #c00;
    text-transform: uppercase;
    line-height: 87px;
}
.canhtranh{
     height: 87px;
    padding-left: 90px;
    background: url('../images/canhtranh.png') no-repeat;
    display: inline-block;
    line-height: 87px;
    font-size: 20px;
    color: #c00;
    text-transform: uppercase;
}
.chungloai{
        background: url('../images/chungloai.png') left center no-repeat;
    height: 87px;
    padding-left: 101px;
    display: inline-block;
    line-height: 87px;
    font-size: 20px;
    color: #c00;
    text-transform: uppercase;
}

.dichvu{
      background: url('../images/dichvu.png') left center no-repeat;
    height: 86px;
    padding-left: 90px;
    display: inline-block;
    line-height: 86px;
    font-size: 20px;
    color: #c00;
    text-transform: uppercase;
}
.search{
    padding: 10px;
  margin: 10px 0px;
  border-radius: 5px;

}
.search select{
  width: 20%;
  margin: 0px 10px;
  background: #fff url('../images/select_arrow.png')97% center no-repeat;
  -webkit-appearance: none;
  padding: 5px;
  border-radius: 2px;
}
.search p{
    padding: 5px 0px;
  font-size: 15px;

}
.search input{
  width: 20%;
    margin: 0px 10px;
    padding:5px;
}
.search input[type=submit]{
    width: auto;
  border-radius: 5px;
  border: none;
  background: #fff;
  padding: 5px 15px;
  font-weight: bold;
  color: #c00;
}
.pro .border{
    border: 1px solid #CFCFCF;
  padding: 10px;
  border-radius: 5px;
    box-shadow: 0px 9px 8px 0px #CBCBCB;
}
.pro .name{
    display: block;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  padding: 3px 0px;
}
.pro .border p{
    text-align: center;
 
  font-weight: bold;
  font-size: 16px;
  margin: 20px 0px 0px 0px;
}
.pro .border p span{
    font-size: 17px;
}
.pro .border a img{
    border: 1px solid #c00;  height: 140px !important;
}
.pro  .order a{
  background: #c00;
  padding: 5px 40px;
  display: inline-block;
  font-size: 16px;
  border-radius: 0px 0px 5px 5px;
}
.pro  .order a:hover{
  color:#fff;
}
.sidebox{
    border: 1px solid #c00;
  border-radius: 8px 8px;
  margin-bottom: 20px;
}
.boxsp .title{
    background: url('../images/bg_title.png') no-repeat;
  font-size: 22px;
  padding: 3px 0px 9px 15px;
}
.sidebox .title{
    font-size: 22px;
  padding: 7px 10px;
  border-radius: 7px;
}
.sidebox .ptot li{
  display: table;
  width: 100%;
    padding: 7px 10px;
      border-bottom: 1px dashed #EAEAEA;
}
.sidebox .ptot>li{
  position: relative;
}
.sidebox .ptot{
   
}
.sidebox .ptot>li >ul.submenungang{
  position: absolute;
  display: none;
  width: 200px;
  background: #fff;
  left: 100%;
  border: 1px solid #C00;
  top: 0px;
    z-index: 999999;

    /*min-height: 100%;*/
}
.sidebox .ptot>li:hover >ul.submenungang{
display: block;
}
.sidebox .ptot li img{
  padding: 0px 20px;
}
.sidebox .ptot li img{
  display: table-cell;
}
.sidebox .ptot li a{
    display: table-cell;
  vertical-align: middle;
  color: #c00;
  font-weight: bold;
  font-size: 17px;
}
.support .title{
 background:#c00 url('../images/tech.png')10px center no-repeat;
  padding-left: 40px;
}
.itemsupport{
    padding: 10px 35px;
}
.sidebox .tt li{
    padding: 5px;
  margin: 5px 10px;
  border-bottom: 1px dashed #D7D7D7;
}
.sidebox .tt li img{
    margin: 0px 5px;
}
.sidebox .tt li a{
  color: #333333;
  font-size: 13px;
}
#content-bottom{
    border: 1px solid #c00;
  margin-bottom: 20px;
   padding: 10px 0px;
  margin-top: 10px;
}
@media screen and (min-width:1200px ) {
  .box{
    width: 1200px !important;
    margin: 0px auto;
  }
}
@media screen and (max-width: 992px) {
  .gtcontent .contentthumb p{
    padding: 0px 10px !important;
  }
  .search select,.search input[type="text"] {
  width: 100%;
  margin:5px 0px;

  }
  .search input[type=submit] {margin:0px;}

}
@media screen and (max-width: 992px) and (min-width: 768px){
  #phone{
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  #cart{
    float:none;
  }
  #cart ul{
    float: right;
  }
  .cart{
    float:left !important;
  }
}

.fno{
    font:18px UVNhonghahep !important;
}
.toto p{
    line-height: 18px !important;
    font-size: 12px;
}

div.sotrangtt{
    background:#FFFFFF;
    margin-top:15px;
}


div.sotrangtt strong {
    padding: 2px 4px 2px 4px;
    margin-right: 2px;

    font-weight: bold;
    background-color: #000;
    color: #009900;
}
div.sotrangtt a {
    padding: 2px 4px 2px 4px;
    margin-right: 2px;

    text-decoration: none;
    color: white;
    background: #c00;
}
div.sotrangtt {
    width: auto;
    clear: both;
    padding: 5px 0 5px 0;
    margin-top:3px;
    text-align: center;
    float: right;
    clear: both;
    font-size: 14px;
}
#slider1 {
    margin-top: 10px;
    position: relative;
    width: 95%;
    height: 50px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}