@charset "utf-8";
/* CSS Document */
@import url("fonts.css");
@import url("reset.css");
#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;
}
#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;}
}
img{
    max-width: 100%;
}
#wrapper{
    width: 1349px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
.topheader{
    background: #017bcb;
    display: inline-block;
    float: left;
    width: 100%;
    height: 35px;
    color: #fff;
    line-height: 34px;
}
.slogan{
    width: 50%;
    float: left;
}
.holine_lang{
    float: right;
}
.hotline{
    float: left;
    margin-right: 20px;
}
.container{
    width: 1220px;
    padding: 0px 10px;
    margin: 0 auto;
    text-align: left;
}
.container img{
    max-width: 100%;
    height: auto;
}

/*header*/
#header h1{
    position: fixed;
    top: 0px;
    left: 0px;
    font-size: 1px;
    color: #000;
    z-index: 1;
    opacity: 1;
}
#header{
    width: 100%;
    position: relative;
    top: 0px;
    z-index: 123;
    max-width: 1366px;
    margin: 0 auto;
    display: inline-block;
    float: left;
}
.banner_logo{
  width: 100%;
  display: inline-block;
  float: left;
  /* margin-bottom: 25px; */
}
.logo{
    float: left;
    width: 30%;
    padding: 10px 0px;
}
.banner{
    float: right;
    margin-top: 30px;
    width: 78%;
    max-width: 780px;
    position: relative;
}
.hotline-email{
    display: inline-block;
    width: 100%;
}
.hotline-top{
    float: left;
    background: url(../images/hotline.png)left center no-repeat;
    color: #8b8b8b;
    padding-left: 30px;
    width: 33.33%;
    text-align: left;
    margin-top: 3px;
}
.email-top{
    float: left;
    background: url(../images/mail.png)left center no-repeat;
    color: #8b8b8b;
    padding: 3px;
    padding-left: 30px;
    width: 33.33%;
    text-align: left;
}
.lang{
    float: right;
    line-height: 29px;
}
.time_hoatdong{
    width: 27%;
}
.search-iconmxh{
    margin-top: 20px;
}
.search{
    width: 10%;
    float: left;
    margin-top: 0px;
    position: relative;
}
.click_search{
    background: url(../images/search.png)left center no-repeat;
    margin-left: 20px;
    text-transform: uppercase;
    padding-left: 14px;
    line-height: 50px;
    position: relative;
    cursor: pointer;
}
.search form{
   visibility: hidden;
   position: absolute;
   right: 4px;
   top: 45px;
   z-index: 12345678;
   background: #fff;
   line-height: 33px;
   width: 0px;
   overflow: hidden;
   height: 33px;
   box-shadow: 0px 0px 1px #ccc;
}
#keyword{
    width: 80%;
    float: left;
    height: 33px;
    padding: 0px 10px;
    border: none;
}
#sb_search{
      width: 20%;
      float: left;
      height: 33px;
      cursor: pointer;
      border: none;
      background: #017bcb;
      color: #fff;
}
#sb_search:hover{
    background: #f00;
}
#keyword::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #000;
 font-size: 13px;
}
#keyword::-moz-placeholder { /* Firefox 19+ */
 color: #000;
 font-size: 13px;
}
#keyword:-ms-input-placeholder { /* IE 10+ */
 color: #000;
 font-size: 13px;
}
#keyword:-moz-placeholder { /* Firefox 18- */
 color: #000;
 font-size: 13px;
}
.mangxh_top{
    float: right;
    width: 26%;
    text-align: right;
}
.mangxh_top img{
    margin-left: -10px;
}
.form_regic{
    max-width: 700px;
    margin: 0 auto;
}
.regicter{
    float: right;
    width: 105px;
    height: 33px;
    background: #017bcb;
    text-align: center;
    line-height: 33px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 7px;
}
.regicter:hover{
    background: #032d49;
}
.regicter a{
    color: #fff;
    font-size: 13px;
}
/*Menu*/

#menu_top{
    width: 555px;
    float: left;
}
.ddsmoothmenu{
    position: relative;
}

.ddsmoothmenu>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;
    position: relative;
}
.ddsmoothmenu>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: 33px;
}
.ddsmoothmenu>ul>li>a{
    color: #202020;
    font-family: 'RobotoBold';
    font-size: 16px;
    position: relative;
    z-index: 123;
    display: block;
    width: 100%;
}

.click_search{
    background: url(../images/search.png)left center no-repeat;
    text-transform: uppercase;
    padding-left: 14px;
    position: relative;
    cursor: pointer;
    width: 54px;
    height: 33px;
}

.menumobile{
    position: absolute;
    left: 7px;
    top: 5px;
    z-index: 12345;
    display: none;
}
/*End menu*/
/*End header*/
/*Main*/
/* ========== 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: #f59e00;
    display:inline-block;
    padding:5px 10px;
    border: 1px solid #f59e00;
    text-decoration:none;
}
ul.pagination a:hover, 
ul.pagination a.current {
    background: #f59e00;
    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 ========== */

#main{
    display: inline-block;
    width: 100%;
    margin-top: 45px;
}
/*Hexagon*/
.top_index{
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 40px;
    margin-bottom: 20px;
}
.top_index h2{
    color: #212121;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    padding: 0px 30px;
    margin-bottom: 30px;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'RobotoBold';
    border-bottom: 2px solid #212121;
    position: relative;
}
.top_index h2:before{
    width: 0;
    border-top: 7px solid #212121;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    bottom: -9px;
    left: 50%;
    content: '';
}

.item_dk{
    width: 33.33%;
    text-align: center;
    float: left;
}
.item_dk h3{
  text-align: center;
    margin: 5px 0px;
    display: inline-block;
    font-size: 20px;
    color: #0072bc;
}
.item_dk p{
  width: 100%;
  text-align: center;
}
.item_dk p span{
    width: 100px;
    display: inline-block;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    line-height: 30px;
    color: #2b2b2b;
}
.item_dk p span:hover{
  background-color: #7dc7ee;
  color: #fff;
}
.ban_dk:hover{
  background-color: #ffce6f !important;
}
.word_dk:hover{
  background-color: #4ab5b0 !important;
}
.hexagon {
    position: relative;
    width: 280px;
    height: 161.66px;
    display: inline-block;
    text-align: center;
    margin: 80.83px 0;

}
.peple_add{
    background-color: #7dc7ee;
    border-left: solid 10px #f2f9fd;
    border-right: solid 10px #f2f9fd;
}
.peple_add:hover{
  background-color: #00d9e4;
}

.peple_ban{
    background-color: #ffce6f;
    border-left: solid 10px #fffaf0;
  border-right: solid 10px #fffaf0;
}
.peple_ban:hover{
  background-color: #ffb72c;
}
.word_can{
    background-color: #4ab5b0;
    border-left: solid 10px #edf7f7;
    border-right: solid 10px #edf7f7;
}
.word_can:hover{
  background-color: #00e5da;
}
.hexagon h4.title_hexa{
    display: flex;
    align-items: center;
    text-align: center;
    height: 100%;

}
.hexagon h4.title_hexa span{
    position: relative;
    z-index: 1234;
    font-size: 33px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 197.99px;
  height: 197.99px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 31.0051px;
  -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.peple_add:before {
  top: -98.9949px;
  border-top: solid 14.1421px #f2f9fd;
  border-right: solid 14.1421px #f2f9fd;
}

.peple_add:after {
  bottom: -98.9949px;
  border-bottom: solid 14.1421px #f2f9fd;
  border-left: solid 14.1421px #f2f9fd;
}

.peple_ban:before {
  top: -98.9949px;
  border-top: solid 14.1421px #fffaf0;
  border-right: solid 14.1421px #fffaf0;
}

.peple_ban:after {
  bottom: -98.9949px;
  border-bottom: solid 14.1421px #fffaf0;
  border-left: solid 14.1421px #fffaf0;
}
.word_can:before {
  top: -98.9949px;
  border-top: solid 14.1421px #edf7f7;
  border-right: solid 14.1421px #edf7f7;
}

.word_can:after {
  bottom: -98.9949px;
  border-bottom: solid 14.1421px #edf7f7;
  border-left: solid 14.1421px #edf7f7;
}
/*End hexagon*/
.title_main{
    margin-bottom: 20px;
    text-align: center;
}
.title_main h2{
    color: #212121;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    padding: 0px 30px;
    margin-bottom: 30px;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'RobotoBold';
    border-bottom: 2px solid #212121;
    position: relative;
}
.title_main h2:before{
    width: 0;
    border-top: 7px solid #212121;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    bottom: -9px;
    left: 50%;
    content: '';
}
.title_tin{
    margin-bottom: 20px;
}
.title_tin h2{
    color: #212121;
    font-size: 18px;
    position: relative;
    padding-bottom: 5px;
}
.title_tin h2:before{
    background: #0072bc;
    width: 155px;
    height: 3px;
    content: '';
    position: absolute;
    left: 0px;
    bottom: -2px;
}
.title_tin h2:after{
    width: 0;
    border-top: 7px solid #0072bc;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    bottom: -9px;
    left: 73px;
    content: '';
}
.mota_list{
    font-family: 'FuturaOblique';
    color: #929292;
    font-size: 17px;
    text-align: center;
    margin-bottom: 20px;
}
.content-info{
    margin-top: 20px;
    margin-bottom: 20px;
}
.tuyenld{
    margin-bottom: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e1e1e1;
}
.tuyenld:last-child{
     border-bottom: none;
     margin-bottom: 0px;
    padding-bottom: 0px;
}
/*Product*/
.box-full-pro{
    margin: -13px;
}
.wrap_product{
    display: inline-block;
    width: 25%;
    float: left;
    padding: 13px;
    text-align: center;
}
.product{
  max-width: 280px;
  margin: 0 auto;
}
.img-pro{
    position: relative;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #ccc;
}

.box-img{
  position: relative;
  overflow: hidden;
}
.box-img:after{
  width: 87%;
  height: 87%;
  position: absolute;
  left: 5%;
  top: 5%;
  border: 1px solid rgba(255,255,255,0.6);
  content: '';
}
.product:hover .box-img:after{
  border: 1px solid #f5d109;
}
.product h3{
    font-size: 15px;
    color: #333;
    font-weight: bold;
}
.price span{
  font-weight: bold;
  color: #f00;
}
.product:hover h3{
    color: #f00;
}
.quangcao_index{
  margin-top: 40px;
}
/*Tin index*/
.tinpage{
    background: url(../images/bg_tin.png) repeat-y;
    padding: 55px 0px;
    display: inline-block;
    width: 100%;
    float: left;
}
.news_index{
    float: left;
    width: 55%;
    padding-right: 1.5%;
}
.tintucsk{
    background: url(../images/center_tin.png) no-repeat;
    background-size: 100%;
    padding: 9%;
}
.title_news{
    text-align: center;
    margin-bottom: 35px;
}
.title_news h5{
    display: inline-block;
    background: #29c938;
    height: 44px;
    line-height: 44px;
    position: relative;
    padding: 0px 20px;
    font-family: 'UTMAzuki';
    font-size: 25px;
}
.title_news h5:before{
    background: url(../images/before_title.png) no-repeat;
    position: absolute;
    width: 93px;
    height: 48px;
    left: -90px;
    top: -3px;
    content: '';
    z-index: 12345;
}
.title_news h5:after{
    background: url(../images/after_title.png) no-repeat;
    position: absolute;
    width: 89px;
    height: 48px;
    right: -87px;
    top: -3px;
    content: '';
    z-index: 12345;
}
.item_tin{
  max-width: 250px;
  margin: 0 auto;
  padding: 0px 10px; 
}
.img_tin{
  position: relative;
}
.img_tin:before{
    position: absolute;
    width: 96%;
    height: 94%;
    left: 0px;
    top: 0px;
    content: '';
    z-index: 12345;
    border: 5px solid rgba(255,255,255,0.3);
}
.item_tin h4{
    color: #1f1f1f;
    text-transform: uppercase;
    font-size: 13px;
    text-shadow: 0px 0px 0px;
    margin: 10px 0px;
    height: 40px;
    overflow: hidden;
}
.item_tin:hover h4{
  color: #f00;
}
.destin{
    color: #414141;
    font-size: 12px;
    font-family: Arial;
    line-height: 18px;
}
.video_index{
    width: 44%;
    float: right;
}
.boster_you{
  max-width: 520px;
  margin: 0 auto;
}
#box_video{
  border: 3px solid #2a2a2a; 
}
.select_video{
  margin-top: 5px;

}
#video_lienquan{
    width: 100%;
    height: 44px;
    background: none;
    color: #6b6a6a;
    border: 1px solid #2a2a2a; 
    outline: none;
}
/*Album*/
.album{
    display: inline-block;
    width: 100%;
    background: url(../images/bg_album.png) repeat-y;
    min-height: 820px;
    padding: 50px 0px 80px 0px;
}
.title_album h2{
  color: #fff;
}
.content{
  margin-bottom: 80px;
  display: inline-block;
  width: 100%;
}
/*Deatail product*/
.content_prod{
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    color: #000;
    display: inline-block;
    width: 100%;
}
#product_detail {
    width: 100%;
    display: inline-block;
}
#product_detail #product_detail_img {
    float: left;
    text-align: left;
    width: 48%;
}
#product_detail #product_info {
    width: 50%;
    float: left;
    text-align: left;
    padding-left: 2%;
}
.name{
    color: #017bcb;
    font-size: 22px;
    font-family: 'RobotoBold';
}
.gia span{
    color: #f00;
    font-size: 18px;
}

#product_info li {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}
input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
}
.quatali {
    width: 60px;
    height: 26px;
    text-align: center;
    outline: none;
    border: 1px solid #e2e2e2;
    padding-right: 10px;
}
.add_cart{
    margin-bottom: 10px;
}
.add_cart a {
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    margin-top: 5px;
    background: #f00;
    border-radius: 10px;
}
#thumb{
    margin-top: 10px;
}
/*tabs*/
.tab{margin-top:20px;margin-bottom:20px;}
.tab ul li{
    display: inline-block;
    border: 1px solid #ccc;
    border-bottom: 0px;
    line-height: 35px;
    background: #b1b1b1;
}
.tab ul li a{
    color: #000;
    padding: 9px 20px;
    cursor: pointer;
    font-size: 15px;
    font-family: 'RobotoBold';
}
.tab ul li a:hover, .tab ul li a.active{
    background: #017bcb;
    color: #fff;
}
.tab .hiden{display:none;}
.content_pro {
    border: 1px solid #ccc;
    padding: 20px 10px;
}
/*end tabs*/

/*news content*/
.box_tintuc {
    text-align: left;
    width: 50%;
    float: left;
    display: inline-block;
    font-family: Arial;
    color: #706e6e;
    padding: 1%;
}
.full-news{
    margin: -1%;
}
.centsi{
    border-bottom: 1px dashed #aaa9a9;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}
.box_tintuc img {
    padding: 3px;
    display: inline-block;
    border: thin #d9d9d9 solid;
    float: left;
    background: #fff;
    margin-right: 10px;
}
.box_tintuc h3{
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    font-weight: bold;
}
.box_tintuc h3:hover{
  text-decoration: underline;
  color: #f00;
}
.baiviet_lienquan {
    width: 100%;
    display: inline-block;
    text-align: left;
    margin-bottom: 20px;
}
.baiviet_lienquan .title {
    color: #f5a920;
    text-transform: uppercase;
    border-bottom: 1px solid;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 20px;
    background: none;
    font-family: 'UTMAzuki';
    font-size: 25px;
}
.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: #bfbfbf;
}
.baiviet_lienquan li a:hover {
    color: red;
    margin-left: 10px;
    font-weight: bold;
}
.nameacticle{
    color: #f38820;
    font-size: 20px;
    font-family: 'RobotoBold';
}
.mapcontact{
    color: #000;
    margin-top: 40px;
}
/*End main */

/*Foter*/
#footer{
    width: 100%;
    margin-top: 20px;
    background: #017bcb;
    text-align: center;
    color: #fff;
}
.content_foo{
    padding: 20px 0px;
    text-align: center;
}
.copyright{
    background: #0268ab;
    padding: 10px 0px 7px 0px;
    font-size: 13px;
    color: #fff;
}
.left_footer{
    width: 45%;
    float: left;
}
.img_logo{
    float: left;
    width: 23%;
    padding-right: 3%;
}
.content_footer{
    width: 77%;
    float: left;
}
.center_footer{
    width: 28%;
    float: left;
}
.right_footer{
    width: 27%;
    float: left;
}
#content_nhantin{
    max-width: 240px;
    float: right;
}
#content_nhantin p{
    font-size: 12px;
    font-style: italic;
    margin-bottom: 10px;
}
#content_nhantin form{
    width: 100%;
    background: #fff;
    display: inline-block;
    float: left;
    height: 35px;
}
#mailkhachhang{
    width: 80%;
    float: left;
    border: none;
    padding: 0px 10px;
    height: 35px;
    outline: none;
}
#mailkhachhang::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #929191;
 font-size: 12px;
 font-style: italic;
}
#mailkhachhang::-moz-placeholder { /* Firefox 19+ */
 color: #929191;
 font-size: 12px;
 font-style: italic;
}
#mailkhachhang:-ms-input-placeholder { /* IE 10+ */
 color: #929191;
 font-size: 12px;
 font-style: italic;
}
#mailkhachhang:-moz-placeholder { /* Firefox 18- */
 color: #929191;
 font-size: 12px;
 font-style: italic;
}
#sb_nhantin{
    border: none;
    background: #f79120;
    height: 35px;
    width: 20%;
    outline: none;
    cursor: pointer;
}
.forms{
    position: relative;
}
.forms:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 48px;
    border-bottom: 35px solid #f79120;
    border-left: 15px solid transparent;
}
.content_nhantin p{
    max-width: 240px;
    float: right;
}
/*End Footer*/









