@import url('css/fonts.css');
@import url('css/normalize.css');
@import url('css/reset.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,700i');
* {
  margin: 0px;
  padding: 0px;
  outline: none;
  font-family: 'UTMAvo';
}
ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}
.mfix{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10001;
  background: var(--html-bg-website);
}
.mfix .logo-left{
  top: 0px;
}
.mfix .logo-left img{
  background: #FFF;
}
.hidden {
  font-size: 0px;
  height: 0px;
  width: 0px;
  overflow: hidden;
  visibility: hidden;
  text-indent: -99999999px;
}
.an_title{
  font-size: 0px;
  height: 0px;
  width: 0px;
  overflow: hidden;
  visibility: hidden;
  text-indent: -99999999px;
  padding: 0px !important;
}

body {
  background: #fff;
  overflow-x: hidden;
  font-size: 14px;
  position: relative;
}

#top {
  color: #FFF;
  font-weight: 500;
  text-align: center;
  width: 48px;
  padding: 5px 0px 10px;
  position: fixed;
  bottom: -45px;
  right: 24px;
  cursor: pointer;
  background-color: #000;
  border-radius: 10px;
  font-size: 20px;
  font-family: var(--iweb-font-web);
  transition: all 0.6s;
}

.top_ani {
  bottom: 54px !important;
}
.h390{
  height: 410px;
}
#top:hover {
  background: #990004;
  background: -webkit-linear-gradient(top, #D60004 0%, #990004 100%);
  background: -moz-linear-gradient(top, #D60004 0%, #990004 100%);
  background: -ms-linear-gradient(top, #D60004 0%, #990004 100%);
  background: -o-linear-gradient(top, #D60004 0%, #990004 100%);
}

.container {
  max-width: 1220px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 10px;
}

#full-page {
  max-width: 1366px;
  margin: 0 auto;
  overflow: hidden;
}
h1,h2,h3,h4,h5,h6{
  padding: 0px;
  margin: 0px;
}
/* Chung */
.title {
  position:relative;
}
.title > a{
  position: absolute;
  right: 0px;
  top: 10px;
  color: #333;
  font-size: 14px;
  font-style: italic;
  font-family: var(--iweb-font-web);
}
.title h6 {
  font-size: 20px;
  font-family: var(--iweb-font-webRB);
  color: #232f3e;
  line-height: 36px;
}

.title h4 {
  font-size: 25px;
  font-family: 'RobotoBold';
  color: #000;
  line-height: 33px;
  text-transform: uppercase;
  padding:0px 35px;
}
.title h4:before{
    content: '';
    position: absolute;
    left: -77%;
    top: 5px;
    background: url(images/line.png)repeat-x;
    height: 100%;
    width: 80%;
}
.title h4:after{
  content:'';
  position: absolute;
  right:-78%;
  top:5px;
  background: url('images/line.png')repeat-x;
  height: 100%;
  width: 80%;
}
.title h5 {
  font-size: 15px;
  font-family: var(--iweb-font-webOB);
  color: #FFF;
  line-height: 40px;
  text-transform: uppercase;
  padding: 0px 10px 0px;
}
.title h1 {font-size: 30px;font-family: var(--iweb-font-webOB);color: #00a3da;line-height: 20px;text-transform: uppercase;}
.title h4 a {
  z-index: 1;
  color: var(--html-text-website) ;
  font-family: 'RobotoBold';
}

.title h3 {
  font-size: 18px;
  font-family: var(--iweb-font-webRB);
  color: #333;
  line-height: 50px;
  background: #b2b0b1;
  text-transform: uppercase;
  padding: 0px 10px 0px;
}

.title p {
  font-size: 15px;
  font-family: var(--iweb-font-web);
  color: #333;
  line-height: 24px;
}
.title1{
  position: relative;
}
.title1 h5 {
  font-size: 18px;
  font-family: var(--iweb-font-webOB);
  color: #333;
  padding: 2px 10px;
  border-radius: 5px;
  line-height: 35px;
  background: #ffd800;
  display: inline-block;
  text-transform: uppercase;
  padding: 0px 10px 0px;
}
.desc-duan h3 a{
  color:#000;
  font-size: 15px;
  font-family: 'RobotoBold';
  text-transform: uppercase;
}
.item-duan{
  width: 100%;
  text-align: center;
}
/* Header */
.hotline-fix,.login-top{
  display: none;
}
.hotline-fix p a{
  color:#fff;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'RobotoBold';
}
.login-top ul{
  display: flex;
  justify-content: space-between;
}
.login-top ul li{
  padding:0px 5px;
}
#nav-bar{background: transparent;}
.header-top {
  width: 100%;
}
.flex-topic{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0px;
}
.slogan{
  width: 100%;
  overflow: hidden;
}
.marquee{
  width: 100%;
}
.head-page-bottom{
  position: relative;
  display: flex;
  justify-content: space-between;
}
.banner {
  width: 10%;
  text-align: center;
  float:left;
  display: flex;
  justify-content: space-between;
  padding: 10px 0px 0px 0px;
}
.banner a{
  display: block;
}
.logo-left{
  display: flex;
  align-items: center;
  width: 280px;
  transition: all 0.6s;
}
.logo-left img{
  max-width: 100%;
  transition: all 0.6s;
}
.top-page img{
  vertical-align: middle;
}
.header-right {
  width: calc(100% - 250px);
}
.flex-page{
  display: flex;
  justify-content: space-between;
  z-index:123;
}
.slogan-top .slogan span{
  font-size: 15px;
  font-family: 'utm-androgyne';
  color:#fff;
}
.hotline-page span,.hotline-page span a{
  color:#fff;
  font-size: 14px;
  font-family: 'RobotoRegular'
}
.hotline-page span a:hover{
  color:#b38d3c;
}
.hotline-page span {
    padding: 0px 10px;
    border-right: 1px solid;
}
.hotline-page span:last-child{
  border:none;
}
.top-page{
  padding:8px 0px;
}
.top-page:before{
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    background: #0087b4;
    height: 100%;
    width: 110%;
    z-index:-1;
}
.top-page:after{
    content: '';
    position: absolute;
    top: 0px;
    left: -72px;
    background: url(images/shad.png)no-repeat;
    padding: 20px 31px;
    z-index: -1;
}
ul.mangxahoi li{
  display: inline-block;
  margin-right:15px;
  position: relative;
}
.social-top ul.mangxahoi li+li:before{
  content:'';
  position: absolute;
  left:-8px;
  height: 20px;
  width: 1px;
  background: #fff;
}
.desc-top h2{
  font-size: 24px;
  font-family: 'RobotoBold';
  color:#0d5a2f;
  text-transform: uppercase;
}
.desc-top h1{
  font-family: 'Times New Roman';
  font-weight: bold;
  font-size:35px;
  color:#da251c;
  text-transform: uppercase;
}
.bottom-page{
  align-items: center;
  padding:11px 0px;
}
.flex-dangky {
    display: flex;
    align-items: center;
}
.form-once{
  display: flex;
  justify-content: space-between;
  padding-bottom:10px;
}
div.i{
  margin-right:5px;
}
section.dangky-duan{
  padding-top:90px;
}
.form-dangky {
    width: calc(50% - 60px);
    margin-left: 60px;
}
.desc-dangky {
    width: calc(25% - 30px);
    margin-top:65px;
}
.form-two {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rows-txt{
  width: 100%;
  box-sizing: border-box;
  padding:10px 10px;
  border: none;
  border-radius: 10px
}.rows-txt::placeholder{
  font-size: 13px;
  color:#ccc;
  font-family: 'RobotoBold'
}
.button-dangky {
    padding: 25px 10px;
    width: 20%;
    background: #00a3da;
    border-radius: 10px;
    color:#000;
    font-family: 'RobotoBold';
    text-align: center;
    cursor: pointer;
}
.button-dangky span {
    color:#000;
    font-family: 'RobotoBold'
}
.tieude1{
  color:#fff;
  font-family: 'RobotoBold';
  font-size: 18px;
}
.tieude2{
  color:#fff;
}
.hl-dangky{
  font-family: 'RobotoBold';
  font-size: 20px;
  color:#00a3da;
}
.social-dangky{
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-dangky ul{
  display: flex;

}
.social-dangky ul li{
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border:1px solid #fff;
      position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*end top*/
.input-control {
  width: calc(100% - 120px);
  background: transparent;
  border: none;
  height: 40px;
  outline: none;
  padding: 0px 10px;
  font-family: var(--iweb-font-web);
  font-weight: 300;
  font-size: 13px;
  color: #333;
  float: left;
  box-sizing: border-box;
}
#cart{
  position: fixed;
  top: 40%;
  right: 5px;
  width: 50px;
  height: 40px;
  background: #444;
  cursor: pointer;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
}
#cart i{
  color: #FFF;
  font-size: 30px;
}
#cart span{
  position: absolute;
  top: -8px;
  left: -8px;
  display: inline-block;
  padding: 3px 5px;
  background: #00a3da ;
  color: #FFF;
  border-radius: 5px;
}

.input-control::-webkit-input-placeholder {font-size: 13px; color:#333; font-family:var(--iweb-font-web)}
.input-control:-moz-placeholder {font-size: 13px; color:#333; font-family:var(--iweb-font-web)}
.input-control::-moz-placeholder {font-size: 13px; color:#333; font-family:var(--iweb-font-web)}
.input-control:-ms-input-placeholder {font-size: 13px; color:#333; font-family:var(--iweb-font-web)}
.cart-hotline {
  width: 255px;
}
.menu-mobile{
  width: 40px;
  height: 40px;
  float: right;
  background: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 5px;
  overflow: hidden;
  display: none;
  margin-top: 20px;
}
.menu-mobile span{
  width: 100%;
  margin-bottom: 7px;
  height: 3px;
  float: left;
  background: #413C38;
}
.top-mobile {
  display: none;
}
.white-popup-block{
  background: #fff;
}
.menu-but {
  width: auto;
  height: 50px;
/*  position: absolute;*/
  left: 0px;
  display: none;
  padding-left:  35px;
}
.menu-but a {
  color: #FFF;
  font-family: var(--iweb-font-webRB);
  font-size: 18px;
  text-transform: uppercase;
}
.left-0 {
  left: 0px !important;
}
/* Menu */
.menu-bound {
  width: 270px;
  height: 40px;
  position: relative;
}

.menu-bound:hover .left-top {
  display: block !important;
}

.left-top {
  top: 40px;
  left: 0px;
  width: 100%;
  background: #FFF;
  z-index: 99;
}

.navigator-category-text {
  background: #378FCC;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  cursor: pointer;
  padding-left: 48px;
  padding-top: 10px;
  position: relative;
  height: 30px;
  z-index: 9999999;
  font-size: 20px;
  border-radius: 4px 4px 0 0;
  font-family: var(--iweb-font-webRB);
}

.navigator-category-text:before {
  content: "";
  border: transparent;
  border-top-color: #378FCC;
  border-style: solid;
  border-width: 10px 135px 0;
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 0;
  width: 0;
}

.expand-alias {
  position: absolute;
  top: 9px;
  left: 10px;
  z-index: 2;
  width: 31px;
  height: 31px;
}

.expand-alias span {
  background-color: #fafafa;
  font-size: 0;
  width: 16px;
  height: 3px;
  position: absolute;
  top: 14px;
  left: 6px;
  border-radius: 2px;
}

.expand-alias span:before {
  transform: translateY(-6px);
  width: 22px !important;
}

.expand-alias span:after {
  transform: translateY(6px);
  width: 12px !important;
}

.expand-alias span:after,
.expand-alias span:before {
  content: "";
  background-color: #fafafa;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .4s ease;
  border-radius: 2px;
}

.menu-top {
  width: 100%;
  background: transparent;
}

.menu-top ul.menu {
  width: 100%;
}
.menu-top ul.menu:nth-child(1){
  width: calc(50% - 103px);
  float: left;
}
.menu-top ul.menu:nth-child(2){
  width: calc(50% - 103px);
  float: right;
}
.menu-top ul.menu > li {
  display: inline-block;

}
.menu-top ul.menu:nth-child(1) > li{
  margin-right: 32px;
}
.menu-top ul.menu:nth-child(2) > li:first-child{
  margin-left: 0px;
}
.menu-top ul.menu:nth-child(2) > li{
  margin-left: 30px;
}
.menu-top ul.menu:nth-child(2) > li:last-child{
  margin-right: 50px;
}
.menu-top ul.menu > li {
  position: relative;
  flex-grow: 1;
  text-align: center;
  transition: all 0.6s;
}

.menu-top ul.menu > li > a {
  color: #333;
  font-size: 14px;
  font-weight:500;
  display: inline-block;
  padding: 10px 0px 10px;
  text-transform:uppercase;
  font-family: var(--iweb-font-web);
}

.menu-top ul.menu > li:hover,.menu-top ul.menu > li a.active{
  color: #0F9D49;
}
.menu-top ul.menu > li:hover > a{
  color: #0F9D49;
}
.menu-top ul.menu > li:hover > ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}

.menu-top ul.menu > li > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}

.menu-top ul.menu > li > ul{
  position: absolute;
    top: 100%;
    left: -1px;
    background: #0F9D49;
    text-align: left;
    white-space: nowrap;
    min-width: 260px;
    visibility: hidden;
    opacity: 0;
    margin-top: 20px;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
    z-index: 9999;
    padding: 10px 0px;
}
.menu-top ul.menu > li > ul li{
  position: relative;
  display: block;
  width: 100%;
  float: left;
  padding: 6px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-top ul.menu > li > ul > li a{
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  display: block;
  font-family: var(--iweb-font-web)
}
.menu-top ul.menu > li > ul > li > ul{
  position: absolute;
  top: 0%;
  left: 100%;
  min-width: 250px;
  text-align: left;
  z-index: 10001;
  background: #524e50;
  padding: 10px 0px;
   visibility: hidden;
    opacity: 0;
    margin-top: 20px;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;

}
.menu-top ul.menu > li > ul > li > a:hover,.menu-top ul.menu > li > ul > li > a.active{
  color: #FF0;
}
.menu-top ul.menu > li > ul > li > ul > li > a:hover,.menu-top ul.menu > li > ul > li > ul > li > a.active{
  color: #FF0;
}

.menu-hx{
  display: flex;
  width: 100%;
  float: left;
  justify-content: space-between;
}
.banner-logo{
  width: 206px;
  float: left;
  margin-right: 50px;
}
.menu-lx{
   width: 100%;
   float: right;
   box-sizing: border-box;
}
.menu-top1 {
  width: 100%;
  position:  relative;
  z-index: 9;
}

.menu-top1 ul.menu {
  width: 100%;
  display:  flex;
  justify-content: space-between;
}

.menu-top1 ul.menu > li {
  display: inline-block;
}

.menu-top1 ul.menu > li {
  position: relative;
  text-align: center;
  transition: all 0.6s;
  flex-grow: 1;
}

.menu-top1 ul.menu > li > a {
  color: var(--html-cl-website);
  font-size: 14px;
  display: block;
  padding: 13px 0px;
  font-family: 'RobotoRegular';
  position: relative;
  text-transform: uppercase;
}

.menu-top1 ul.menu > li:hover,.menu-top1 ul.menu > li a.active{
  color: var(--html-cl-website);
}
.menu-top1 ul.menu > li:hover > a{
  color: var(--html-cl-website);
}
.menu-top1 ul.menu > li:hover > ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}

.menu-top1 ul.menu > li > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}

.menu-top1 ul.menu > li > ul{
  position: absolute;
  top: 100%;
  left: -1px;
  background: #00a3da;
  text-align: left;
  white-space: nowrap;
  min-width: 260px;
  visibility: hidden;
  opacity: 0;
  margin-top: 20px;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  z-index: 9999999999999;
  padding: 0px;
  box-sizing: border-box;
}
.menu-top1 ul.menu > li > ul li{
  position: relative;
  display: block;
  width: 100%;
  float: left;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-top1 ul.menu > li > ul > li a{
  color: #fff;
  font-size: 14px;
  font-family: var(--iweb-font-web);
  display: block;
  font-weight: 300;
}
.menu-top1 ul.menu > li > ul > li > ul{
  position: absolute;
  top: -1px;
  left: 100%;
  min-width: 250px;
  text-align: left;
  z-index: 10001;
  background: #00a3da;
   visibility: hidden;
    opacity: 0;
    margin-top: 20px;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
    box-sizing: border-box;

}
.menu-top1 ul.menu > li > ul > li:hover > a,.menu-top1 ul.menu > li > ul > li.active > a{
  color: #FFF;
}
.menu-top1 ul.menu > li > ul > li > ul > li:hover > a,.menu-top1 ul.menu > li > ul > li > ul > li.active > a{
  color: #FFF;
}
.menu-top1 ul.menu > li > ul > li:hover{
  background: #da251c;
}
.menu-top1 ul.menu > li > ul > li > ul > li:hover{
  background: #da251c;
}
/* Slider */
#slider-top {
  width: 100%;
}
#service{
  width: 100%;
  position: relative;
  background: #FFF;
}
#service:after{
  background:#84DCFF !important;
  width: 100% !important;
  height: 50% !important;
  content:'' !important;
  position: absolute !important;
  bottom: 0px !important;
  left: 0px !important;
}
.service {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.service-item{
  flex-grow: 1;
  box-sizing: border-box;
  padding: 40px 20px;
  position: relative;
  top: 0px;
  transition: all 0.6s;
  z-index: 9;
  box-shadow: 0 3px 6px -4px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.service-item:after{
  content:'';
  width: 100%;
  height: 5px;
  bottom: 0px;
  left: 0px;
  background: #D90;
  position:absolute;
  transform: scale(0);
  transition: all 0.6s;
}
.service-item:hover:after{
  transform: scale(1);
}
.service-item:hover{
  background: #FFF;
  top: -60px;
}
.service-item-img{
  width: 100%;
  text-align: center;
}
.service-item-title{
  width: 100%;
  text-align: center;
  padding: 10px 0px;
  font-family: var(--iweb-font-webOB);
  font-size: 16px;
  color: #333;
  font-weight: 300;
}
.box-slider{
  display: flex;
  justify-content: space-between;
}
.slider-right {
  width: 390px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  background: #FFF;
}

.slider-left {
  width: 100%;
  background: #3E414F;
  display: flex;
}
.adv{
  width: 100%;
  padding: 10px 0px;
}
.adv .img{
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.adv .img a img{
  max-width: 100%;
}

#branch{
  width: 100%;
  margin-top: 10px;
}
.branch-box{
  display: flex;
  justify-content: space-between;
}
.branch-box-l{
  width: calc(100% - 5px - 100% / 4);
  box-sizing: border-box;
}
.branch-box-r{
  width: calc(100% / 4 - 5px);
  box-sizing: border-box;
}
.branch-box-adv {
  width: 100%;
  float: left;
  background: #FFF;
  overflow: hidden;
  border-radius: 5px;
}
.branch-box-adv .head {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    background: #2c99d9;
    padding: 8px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.branch-box-adv .head a {
    color: #FFF;
    font-family: var(--iweb-font-web);
    text-transform: uppercase;
    font-size: 17px;
}
.branch-box-adv-content{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
  float: left;
}
.branch-box-adv-content .img{
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
.branch-box-adv-content .img:last-child{
  margin-bottom: 0px;
}
.branch-box-adv-content .img img{
  max-width: 100%;
}
.adv-w{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%;
}
.adv-w img{
  max-width: 100%;
}
.left-menu {
  width: 100%;
}

.left-menu > li {
  width: 100%;
  float: left;
  padding: 13px 10px 12px;
  border-bottom: 1px solid #cacaca;
  box-sizing: border-box;
}

.left-menu > li > h2 {
  display: block;
  line-height: 24px;
}

.left-menu > li > h2 img {
  float: left;
  margin-right: 5px;
}

.left-menu > li > h2 a {
  color: #5f5d5d;
  display: block;
  font-size: 14px;
}

.left-menu > li > h2 a i {
  float: right;
  margin-top: 6px;
}

.left-menu > li > h2:hover a {
  color: #0072b0;
}

.left-menu > li:last-child {
  background: #0b2862;
  border-bottom: 1px solid #0b2862;
}

.left-menu > li:last-child > h2 a {
  color: #FFF;
}

.left-menu > li:hover .sub-menu-left {
  display: block;
}

.sub-menu-left {
  position: absolute;
  top: 0px;
  left: 100%;
  width: 918px;
  background: #FFF;
  height: 100%;
  z-index: 9;
  display: none;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

.box-menu {
  width: calc(100% + 20px);
  margin: 0px -10px;
}

.box-menu .item {
  width: 25%;
}

.box-menu .item h4 {
  display: block;
  line-height: 19px;
  border-bottom: 1px solid #cacaca;
}

.box-menu .item h4 a {
  color: #060606;
  font-size: 14px;
}

.box-menu .item p {
  display: block;
  line-height: 25px;
  padding: 3px 0px;
}

.box-menu .item p a {
  color: #5f5d5d;
  display: block;
  font-size: 14px;
}

.box-menu .item a:hover {
  color: #0072b0;
}

.box-menu-list {
  width: calc(100% + 20px);
  margin: 0px -10px;
}

.box-menu-list h4 {
  display: block;
  line-height: 19px;
  border-bottom: 1px solid #cacaca;
  text-transform: uppercase;
}

.box-menu-list h4 a {
  color: #060606;
  font-size: 14px;
}

.box-menu-list p {
  display: block;
  line-height: 25px;
  padding: 3px 0px;
}

.box-menu-list p a {
  color: #5f5d5d;
  display: block;
  font-size: 14px;
}

.box-menu-list a:hover {
  color: #0072b0;
}

/* About us */
.about{
  padding:50px 0px 0px 0px;
}
.flex-about{
  display: flex;
  justify-content: space-between;
}
.thumb-about{
  width: 546px;
}
.desc-about {
    width: calc(50% + 10px);
}
.mota-about ul li{
  display: flex;
  justify-content: space-between;
  margin-bottom:60px;
}
.desc-about .name-about h1{
  font-size: 28px;
  font-family: 'RobotoBold';
  text-transform: uppercase;
}
.desc-about .name-about h3 a{
  font-family: 'RobotoBold';
  font-size: 25px;
  color:var(--html-text-website);
  text-transform: uppercase;
}
.mota-index{
  line-height: 25px;
  text-align: justify;
}
.thumb-uudiem{
  width: 75px;
  height: 75px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
 
}
.thumb-uudiem img{
  transition: all 0.4s;
  position: relative;
   z-index:123;
}
.thumb-uudiem img:hover{
  transform: rotate(360deg);
}
.thumb-uudiem:before{
  content:'';
  position: absolute;
  height: 100%;
  width: 100%;
  background: #ff0000;
  border-radius: 7px;
  transform: rotate(45deg);
  z-index: 1;
}
.desc-uudiem h3 a{
  color:#000;
  font-family: 'RobotoBold';
  font-size: 17px;
  text-transform: uppercase;
}
.desc-uudiem p{
  line-height: 20px;
  padding-top:10px;
}
.name-about:before{
    content: '';
    position: absolute;
    top: -15px;
    transform: translate(-50%, -50%);
    height: 10px;
    width: 54px;
    border: 4px solid #000;
    border-bottom: none;
}
.name-about:after{
    content: '';
    position: absolute;
    bottom: 20px;
    transform: translate(-50%, -50%);
    height: 4px;
    width: 54px;
    background: #000;
    border-bottom: none;
}
.xemthem-index{
  margin:90px auto;
  width: 15%;
  background: #ebebeb;
  padding:7px 0px;
  border:1px solid #cccccc;
}
.xemthem-index a{
    color:#000;
  font-family: 'RobotoBold';
  text-transform: uppercase;
}
.text-about{
    width: 75%;
    background: #fff;
    border-radius: 7px;
    position: relative;
    z-index: 9999;
    margin-top: -75px;
    height: 170px;
}
p.text-mota{
  line-height: 25px;
  text-align: justify;
  height: 135px;
  color:#000;
}
p.text-xemthem a{
  color:#db241c;
  font-family: 'RobotoBold';
  background: url('images/arrow.png')no-repeat left center;
  padding-left:38px;
}
.title-main h3{
  font-size: 28px;
  font-family: 'RobotoBold';
  color:#fff;
  text-transform: uppercase;
}
.product-title h4 a{
  font-size: 16px;
  color:#000;
  font-family: 'RobotoRegular';
  transition: all 0.6S ease 0s
}
.product-title h4 a:hover{
  color:#d9241c;
}
.visaoIndex{
  padding:50px 0px 0px 0px;
}
ul.flex-visao{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
ul.flex-visao li{
  flex-basis:27%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom:50px;
  transition: all 0.4s;
  cursor: pointer;
}
ul.flex-visao li img{
  transition: all 0.4s;
}
ul.flex-visao li:hover img{
  transform: rotate(360deg);
}
ul.flex-visao li:hover{
  transform: translate(0px,-10px);
}
.thumb-visao{
  height: 91px;
  width: 91px;
  border-radius:50%;
  background: #d9241c;
  display: flex;
  justify-content: center;
  align-items: center;
}
.desc-visao{
  width: 69%;
}
.desc-visao h4 a{
  color:#fff;
  font-family: 'RobotoRegular';
  font-size: 20px;
}
.desc-visao p{
  color:#fff;
  font-size: 16px;
}
.box-congtrinh {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: repeat(2,243px);
    grid-gap: 23px
}
.item-congtrinh:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/3;
}
.item-congtrinh:nth-child(2) {
    grid-column: span 2;
}
div.overLay{
  height: 100%;
  width: 100%;
  position: absolute;
  left:-100%;
  top:0;
  background: rgba(0,0,0,0.7);
  transition: all 0.6s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-congtrinh:hover .overLay{
  left:0;
}
.overLay a{
  color:#fff;
  font-family: 'RobotoRegular';
  font-size: 14px;
  display: block;
}
.content-videoPage{
  width: 47.6%;
}
select#list-video > option:nth-child(1){
  display: none;
}
select#list-video option{
  background: #000;
  color:#fff;
  border:none;
}
#list-video{
    width: 93%;
    position: absolute;
    bottom: 20px;
    transform: translate(18px, 0px);
    padding: 10px 0px;
    border: none;
    background: rgba(0,0,0,0.7) url(images/arrow-v.png)no-repeat 515px 16px;
    padding-left:20px;
    color:#fff;
    font-family: 'RobotoBold'
}
/*end about*/

.box-slide-new-item {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  float: left;
  width: calc(100% / 3);
  /* margin-bottom: 8px; */
  margin: 0px 10px;
  background: #FFF;
  transition: all 0.6s;
}
.box-hover-slide{
  width: 100%;
  float: left;
  box-sizing: border-box;
  transition: all 0.6s;
  display:  flex;
  justify-content: space-between;
}
.box-slide-new-item:hover{
  background: #0072b0;
  -webkit-transform: translate3D(-0px,-3px,0);
    transform: translate3D(-0px,-3px,0);
  box-shadow: 0px 0px 10px #999;

}
.box-slide-new-item div.img {
  width: 160px;
  float: left;
  align-items: stretch;
  position: relative;
}

.box-slide-new-item div.desc{
  width: calc(100% - 170px);
  float: right;
  box-sizing: border-box;
  position:relative;
}
.addcart-in{
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #FFF;
  font-size: 13px;
  background: #b0b0b1;
  padding: 5px 10px;
  cursor: pointer;
}
.box-hover-slide:hover .addcart-in{
 background: #ec202c;
}
.box-slide-new-item div.desc h5 a {
  font-size: 15px;
  font-family: var(--iweb-font-webOB), sans-serif;
  color: #ec202b;
  transition: all 0.6s;
  text-align: left;
}
.box-slide-new-item div.desc h5{
  padding-bottom: 8px;
}
.box-slide-new-item div.desc p{
  color: #333;
  font-family: var(--iweb-font-web), sans-serif;
  font-size: 13px;
  line-height: 18px;
}
.box-slide-new-item div.desc p .price {
  color: #ec202b;
}

.box-slide-new-item div.desc p .price-old {
  color: #656464;
}
.box-slide-new-item:hover div.desc a{
  color: #FF0;
}
.box-slide-new-item:hover div.desc p{
  color: #FFF;
}
.box-slide-new-item div.img img {
  max-width: 100%;
  display: block;
}
#gallery {
  background: #FFF;
}
.box-gallery {
  width: calc(100% + 20px);
  margin: 0px -10px;
  float: left;
  display: flex;
  flex-flow: wrap;
}
.box-gallery-item1 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 10px 0px;
  float: left;
}
.box-gallery-item1 .img{
  width: 100%;
  float: left;
  overflow: hidden;
  position:  relative;
  z-index: 2;
}
.box-gallery-item1 .img img{
  float: left;
  max-width: 100%;
  transition: all 0.6s;
}
.box-gallery-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% / 3);
  padding: 10px;
  float: left;
}
.box-gallery-item .img{
  width: 100%;
  float: left;
  overflow: hidden;
  position:  relative;
  z-index: 2;
}
.box-gallery-item .img img{
  float: left;
  max-width: 100%;
  transition: all 0.6s;
}
.box-gallery-item .desc{
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  background: #FFFFFF;
  position: relative;
  z-index: 4;
  top: -2px;
}
.box-gallery-item .desc a{
  font-size: 16px;
  font-family: var(--iweb-font-web);
  color: #333;
  font-weight: 400;
  transition: all 0.6s;
  line-height: 24px;
}
.box-gallery-item:hover div.img img {
  transform: translateX(5px) rotate(5deg) translateY(5px) scale(1.2);
}
.box-gallery-item:hover div.desc a{
  color: #0072b0;
}
/*search*/
input#keyword{
  border:none;
  background: transparent;
  border-bottom:1px solid #eeee;
  height: 25px;
  color:#fff;
  min-width: 170px;
  padding-left: 30px;
}
input#keyword::placeholder{
  color:#000;
}
.button-search{
  position: absolute;
  bottom:3px;
  cursor: pointer;
}
.button-search span{
  background: url('images/search.png')no-repeat;
  padding:0px 10px;

}
.box-text-slider{
  position: absolute;
  top:50%;
  right:0;
  width: 520px;
  height: 262px;
  transform: translate(-50%,-50%);
  background: rgba(0,0,0,.7);
  z-index:1;
      display: flex;
    justify-content: center;
    align-items: center;
}
.desc-slider.t-center {
    padding: 0px 30px;
}
.box-text-slider h3 a{
  font-size: 25px;
  font-family: 'RobotoBold';
  color:var(--html-text-website);
  text-transform: uppercase;
}
.box-text-slider p{
  color:#fff;
  font-family: 'RobotoRegular';
  font-size: 16px;
  line-height: 25px
}
/* Propduct */
.show-product {
  width: calc(100% + 2px);
  margin: 0px -1px;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.hover-product {
  border: 1px solid #FFF;
}

.hover-product:hover {
  border: 1px solid #CCC;
  box-shadow: 0px 0px 2px #CCC;
}
.product-slide.cl-3{
  width: calc(100% / 3);
}
.product-slide.cl-4{
  width: calc(100% / 4);
}
.product-slide{
  padding: 0px 1px 0px;
}
.product-img{
  position: relative;
  text-align: center;
}
.status{
  position: absolute;
  width: 55px;
  height: 55px;
  right: 0px;
  top: 0px;
  border-radius: 50%;
  background: #ed1505;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  text-transform: uppercase;
}
.product-img img {
  max-width: 100%;
}
.product-slide:hover .product-desc{
  opacity: 1;
  transform: scale(1);
}
.product-desc{
  cursor: pointer;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: rgba(0,0,0,0.6);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.6s;
  display:  flex;
  align-items:  center;
}
.product-desc p{
  font-family: var(--iweb-font-web), sans-serif;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  color: #FFF;
}
.product-title h4 {
  line-height: 18px;
  font-weight: 300;
  margin-bottom: 8px;
  overflow: hidden;
}
.product-title h4 a {
  font-family: 'RobotoBold';
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
}
.product-title p {
  font-family: 'RobotoBold', sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 8px;
}
.product-title p:nth-child(3){
  color: #999;
}
.product-title p span.addcart{
  display: inline-block;
  padding: 3px 10px;
  background: #d9241c;
  color: #FFF;
  cursor: pointer;
  font-size: 12px;

}
.product-title p .price {
  font-family: var(--iweb-font-webOB), sans-serif;
  font-size: 17px;
  color: #D90000;
  display: inline-block;
}

.product-title p .price-old {
  font-size: 14px;
  color: #656464;
  display: inline-block;
}

.readmore {
  display: inline-block;
  padding: 7px 10px;
  color: #232f3e;
  border: 1px solid #232f3e;
  font-family: var(--iweb-font-web);
  font-size: 15px;
  font-weight: 400;
}

.giasoc-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  border-radius: 50%;
  background: #FF0000;
}

/*Trang trong */
#block-template{
}
/* Gia soc */
#tintuc {
  background: #FFF;
  margin-top: 8px;
  padding: 20px 0px;
}

.box-content{
  float: left;
  display: flex;
  justify-content: space-between;
}
.box-c-item{
    width: 49%;
    box-sizing: border-box;
}

.tintuc-left{
  width: calc(43% - 5px);
  float: left;
}
.tintuc-right{
  width: calc(57% - 5px);
  float: right;
}
.box-don{
  width: 100% ;
}
.box-don-item {
  width: 100%%;
  position: relative;
  margin-bottom: 1  0px;
}
.box-don-item h5 {
  padding-left: 40px;
  position: relative;
  min-height: 35px;
}
.box-don-item span.count{
  color: #ffd800;
  font-size: 13px;
}
.box-don-item span.numb{
  background: #f4f4f4 none repeat scroll 0 0;
  color: #cbcbcb;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 6px 10px;
}
.box-don-item h5 a {
  font-size: 14px;
  font-family: var(--iweb-font-web), sans-serif;
  color: #333;
  line-height: 20px;
  font-weight: 300;
  transition: all 0.6s;
}
.box-don-item div.desc h5{}
.box-don-item div.desc p{
  color: #FFF;
  font-family: var(--iweb-font-web), sans-serif;
  font-size: 13px;
  line-height: 20px;
}
.box-don-item div.desc:after{
  content:'';
  width: 100%;
  height: 5px;
  bottom: 0px;
  left: 0px;
  background: #FF0000;
  position:absolute;
  transform: scale(0);
  transition: all 0.6s;
}
.box-don-item:hover div.desc:after{
  transform: scale(1);
}

.box-don-item:hover div.desc{
  background: rgba(132, 219, 252, 0.5);
}
.box-don-item:hover div.desc a{
  color: #333;
}
.box-don-item div.img img {
  max-width: 100%;
  display: block;
}
.box-don-item div.desc p a{
  display: inline-block;
  padding: 5px 10px;
  font-size: 13px;
  color: #FFF;
  border: 1px solid #FFF;
  margin-top: 10px;
}
/*album*/
.title-album{
  font-size: 26px;
  font-family: 'UTMAvoBold';
  color:#fff;
  text-transform: uppercase;
  padding:50px 0px 40px 0px;
}
.box-overlay,.item-album {
    height: 100%;
}
.box-allbum{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-template-rows: repeat(2,241px);
  grid-gap: 40px
}
.box-album-overplay {
    display: inline-block;
}
.box-album-overplay:nth-child(2) {
    grid-column: 2;
    grid-row: 1 / 3;
}
.box-album-overplay .over_lay {
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    z-index: 111;
    text-align: center;
    margin-top: -20px;
    opacity: 0;
    transition: all .25s ease 0s;
    -webkit-transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -o-transition: all .25s ease 0s;
    -ms-transition: all .25s ease 0s;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-album-overplay:hover .over_lay {
    margin-top: 0;
    opacity: 1;
}
.box-album-overplay .over_lay a.xemthem {
    font-style: normal;
    font-size: 20px;
    display: inline-block;
    padding: 10px 20px;
    background: rgba(102,102,102,.48);
    border-radius: 3px;
    color: #fff;
}
/*end album*/
/*news video*/
.flex-news{
  display: flex;
  justify-content: space-between;
}
.box-news{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.grid-news{
  width: 66.5%;
  order:2;
}
.grid-video{
  width: 32%;
}
/*.video-child {
    width: calc(100% - 35px);
    margin: 0 auto;
}*/
.news-main {
    width: calc(100% - 460px);
}
.news-child {
    width: calc(100% - 355px);
}
.item-news {
    display: flex !important;
    justify-content: space-between;
}
.desc-news h3 a{
  font-size: 15px;
  font-family: var(--iweb-font-primary);
  color:#000;
}
.desc-news p{
  text-align: justify;
  font-size: 13px;
  font-family: 'RobotoRegular';
  line-height: 20px
}
p.view-more{
  margin-top:22px;
  float: left;
  padding:10px 20px;
  border:2px solid #000;
}
p.view-more a{
  font-size: 13px;
  text-transform: uppercase;
  font-family: var(--iweb-font-primary);
  color:#000;
}
span.play{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  background: url('images/btn_youtube.png')no-repeat center center;
  padding:40px;
}
span.play-child{
  zoom:50%;
}
.title-news{
  padding:20px 0px;
  position: relative;
}
.title-news span{
  font-family: 'RobotoBold';
  font-size: 22px;
  text-transform: uppercase;
  color:#000;
}
.title-news:before{
  content:'';
  position: absolute;
  right:0px;
  background: url('images/line.png')repeat-x;
  width: 80%;
  height: 23px;
}
.title-news span:after{
  content:'';
  position: absolute;
  right:-20px;
  background: #00a3da;
  width: 20px;
  height: 22px;
}
/*end news video*/
/*mask -menu*/
.nav-maskmenu{display: none}
.title-rpmenu {
    padding: 20px;
    color: #FFF;
    cursor: pointer;
    top: 0px;
    position: relative;
    width: 4px;
    height: 0px;
    z-index: 999;
    box-shadow: 1px 1px 10px -5px #000;
    background: #ff0000;
}
.title-rpmenu:before {
    position: absolute;
    top: 8px;
    left: 8px;
    display: block;
    height: 2px;
    width: 30px;
    background: #fff;
    content: '';
    transition: 0.3s all ease;
}
.title-rpmenu span {
    position: absolute;
    left: 10px;
    top: 6px;
    width: 45px;
    height: 45px;
    z-index: 99;
}
.title-rpmenu:after {
    position: absolute;
    top: 17px;
    left: 8px;
    display: block;
    height: 8px;
    width: 30px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: ' ';
    transition: 0.3s all ease;
}
.nav-maskmenu{
  padding:7px 0px;
  background: #edab48;
}
.flex-menu{
  display: flex;
  justify-content: space-between;
  align-items: center
}
.search-mobi {
    width: 70%;
    position: relative;
}
.input-search-mobi{
  background: #fff!important;
  border:none!important;
  padding:5px 0px;
  width: 100%!important;
  border-radius:10px;
  margin:0 !important;
}
.expand_menu {
    overflow: hidden;
}
.expand_menu #valak_main {
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(-0,0,0);
    transform: translate3d(-0,0,0);
    -webkit-transition: transform .3s cubic-bezier(.16,.68,.43,.99);
    -moz-transition: transform .3s cubic-bezier(.16,.68,.43,.99);
    -o-transition: transform .3s cubic-bezier(.16,.68,.43,.99);
    transition: transform .3s cubic-bezier(.16,.68,.43,.99);
}
#valak_main {
    position: fixed;
    width: 90%;
    top: 0px;
    z-index: 999999999 !important;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(-150%,0,0);
    -ms-transform: translate3d(-150%,0,0);
    -o-transform: translate3d(-150%,0,0);
    transform: translate3d(-150%,0,0);
    -webkit-transition: transform .5s cubic-bezier(.16,.68,.43,.99);
    -moz-transition: transform .5s cubic-bezier(.16,.68,.43,.99);
    -o-transition: transform .5s cubic-bezier(.16,.68,.43,.99);
    transition: transform .5s cubic-bezier(.16,.68,.43,.99);
    padding-right: 20%;
}
#close_valak {
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    height: 50px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAcCAYAAAAEN20fAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RDQ0RTBEMjNEREExMUU2OTMzMERCOTg2Njg1MUZCMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RDQ0RTBEMzNEREExMUU2OTMzMERCOTg2Njg1MUZCMiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRENDRFMEQwM0REQTExRTY5MzMwREI5ODY2ODUxRkIyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRENDRFMEQxM0REQTExRTY5MzMwREI5ODY2ODUxRkIyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+WKYvqgAAAGNJREFUeNpiYCAR/P//XxSILwLxCoaBAlBHXP4PASmDwRGZo44YdcSoI0YdMeqIQe0IIGAEVWBAWg+IfwDxzQFyx0MmhsECBkvUjDpm1DGjjhl1zKhjBpNjUgaDY6je5QQIMABFK3IhEWBF5gAAAABJRU5ErkJggg==) left 10px center no-repeat;
    background-size: 34px 28px;
    z-index: 999999999 !important;
    cursor: pointer;
}
.btn_expand_menu_valak.more {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAABSgAAAUoB6YX5ogAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAB+SURBVDiN7c67DcIADIRhi2lS8kgFSNkgitJmJHaAhdgDBEN8NEaKIpIALbixfL7/7Ih/RUQETqje9FY4DsU97qhn4Dp9u1fLLW5oRuAGF5RTFzZpagd6m/p66sOneYUrupy7nJezcC+kTOiQffztiZACZxQfw72QxdfwD9UDFrF/tPLeSRwAAAAASUVORK5CYII=);
    transform: rotate(180deg);
}
.sub_cap2 {
    display: none;
}
.sub_cap2>.row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
}
.sub_cap2>*>.cot-2 {
    width: 50%;
    padding: 0 10px;
}
.sub_cap2 a img {
    display: block;
    margin: auto;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid white;
}
.scroll_menu_valak {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    width: 100%;
    background: #ffb400;
    float: left;
    position: relative;
    z-index: 12;
    padding-top: 1rem;
}
.main_manu_valak li {
    display: block;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.main_manu_valak li a {
    display: block;
    color: white;
    font-size: 15px;
    text-transform: capitalize;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.expand_menu .mask_menu {
    display: block;
}
.mask_menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    display: none;
    z-index: 99999999 !important;
}
.btn_expand_menu_valak {
    display: block;
    width: 40px;
    height: 37px;
    position: absolute;
    right: 0px;
    top: 0px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAABSgAAAUoB6YX5ogAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAB+SURBVDiN7c67DcIADIRhi2lS8kgFSNkgitJmJHaAhdgDBEN8NEaKIpIALbixfL7/7Ih/RUQETqje9FY4DsU97qhn4Dp9u1fLLW5oRuAGF5RTFzZpagd6m/p66sOneYUrupy7nJezcC+kTOiQffztiZACZxQfw72QxdfwD9UDFrF/tPLeSRwAAAAASUVORK5CYII=);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 99;
    cursor: pointer;
    background-color: #eca803;
}
/*end mask menu*/
.box-tintuc {
  width: calc(100% + 20px);
  margin: 0px -10px;
  float: left;
  display: flex;
  flex-flow: wrap;
  box-sizing: border-box;
}
.box-tintuc-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 10px 10px;
  border-bottom: 1px solid #DDD;
  margin-bottom: 10px;
}
.box-tintuc-item:last-child{
  padding: 0px 10px 0px;
  border-bottom: 0px solid #DDD;
  margin-bottom: 0px;
}
.box-tintuc-item {
  width: 100%;
  position: relative;
  transition: all 0.6s;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box-tintuc-item div.img {
  width: 130px;
  float: left;
  align-items: stretch;
  overflow: hidden;
  position: relative;
}

.box-tintuc-item div.desc{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 140px);
  float: right;
  padding: 0px 0px 0px;
}
.box-tintuc-item div.desc h5{

}
.box-tintuc-item div.desc a{
  font-size: 14px;
  font-family: var(--iweb-font-webOB), sans-serif;
  color: #333;
  line-height: 21px;
  font-weight: 300;
}
.box-tintuc-item div.desc p{
  font-size: 13px;
  font-family: var(--iweb-font-web), sans-serif;
  color: #333;
  line-height: 20px;
  font-weight: 300;
  margin-top: 5px;
}
.box-tintuc-item div.img img {
  max-width: 100%;
  float: left;
  transition: all 0.6s;
}
.box-tintuc-item:hover div.img img {
  transform: translateX(5px) rotate(5deg) translateY(5px) scale(1.3);
}
.box-tintuc-item:hover div.desc a{
  color: #0072b0;
}
.box-product {
  width: calc(100% + 20px);
  margin: 0px -10px;
  float: left;
  display: flex;
  flex-flow: wrap;
  box-sizing: border-box;
}
.box-product-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 10px 10px;
  border-bottom: 1px solid #DDD;
  margin-bottom: 10px;
}
.box-product-item:last-child{
  padding: 0px 10px 0px;
  border-bottom: 0px solid #DDD;
  margin-bottom: 0px;
}
.box-product-item {
  width: 100%;
  position: relative;
  transition: all 0.6s;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box-product-item div.img {
  width: 82px;
  float: left;
  align-items: stretch;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}

.box-product-item div.desc{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 86px);
  float: right;
  padding: 0px 0px 0px;
}
.box-product-item div.desc h5{

}
.box-product-item div.desc a{
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  color: #333;
  line-height: 18px;
  font-weight: 300;
}
.box-product-item div.desc p{
  font-size: 13px;
  font-family: var(--iweb-font-web), sans-serif;
  color: #333;
  line-height: 18px;
  font-weight: 300;
}
.box-product-item div.desc p .price{
  color: #F00
}
.box-product-item div.img img {
  max-width: 100%;
  float: left;
  transition: all 0.6s;
}
.box-product-item:hover div.img img {
  transform: scale(1.1);
}
.box-product-item:hover div.desc a{
  color: #ff0000;
}

/* Doi tac */
#doitac {
  background: #fff;
}

.box-doitac {
  width: 100%;
  float: left;
  padding:20px 0px;
}
.box-doitac-item{
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0px;
  text-align: center;
}
.box-doitac-item img{
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
}
.content-doitac:before{
  content:'';
  position: absolute;
  top:-25px;
  left:3px;
  width: 100%;
  height: 175px;
  border:1px solid #bbbbbb;
}
.content-doitac:after{
  content:'';
  position: absolute;
  top:-28px;
  left:0px;
  width: 100%;
  height: 175px;
  border:1px solid #ccc;
  border-top:none;
}
.flex-newsPage{
  display: flex;
  justify-content: space-between;
}
.item-newsPage{
  display: flex;
  justify-content: space-between;
}
.desc-newsPage h3 a{
  color:#000;
  font-family: 'RobotoBold';
  font-size: 16px;
}
/* San pham */
#sanphamall {
}

.product-left {
  width: 321px;
  box-sizing: border-box;
  border: 1px solid #eee;
  margin-left: -1px;
  margin-bottom: -1px;
}

.product-slide {
  position: relative;
  z-index: 1;
  margin-bottom: 2px;
}
.product{
  padding: 10px;
  box-sizing: border-box;
  background: #FFF;
}
.product:hover .addcart-in1{
  background: #ec202c;
}
.addcart-in1{
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: #FFF;
  font-size: 13px;
  background: #b0b0b1;
  padding: 5px 10px;
  cursor: pointer;
}
.product-right {
  width: 100%;
}
.product-hover {
  transition: all .2s ease;
}
.border-1 {
}
/* detail-product */
.detail-left {
  width: 43%;
}

.images_galley {
  margin: 0 auto;
  background: #ffffff;
}

.images_galley img {
  max-width: 100%;
}

.content-flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.images_list {
  width: calc(100% + 10px);
  margin: 10px -5px 0px;
}

.item_img {
  padding: 0px 5px;
}

.item_img img {
  max-width: 100%;
  float: left;
}

.border-bottom-1 {
  border-bottom: 1px solid #ccc;
}
.product-more p{
  display: flex;
  justify-content: center;
  justify-content: space-between;
  color: #000;
  line-height: 20px;
  margin-bottom: 10px;
}
.product-more p img{
  float: left;
  margin-right: 5px;
}
.product-price {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #6aa9e5;
}
.price-detail {
  color: #FFF;
}
.price-detail .price {
  font-size: 26px;
  color: #FFD800;
  font-weight: 700;
}

.price-detail .price-old {
  color: #FFF;
  font-size: 14px;
}

.product-detail{
  color: #FFF;
  line-height: 22px;
}
.product-detail img{
  max-width: 100%;
}
.product-tragop{
  margin-top: 10px;
  padding-top: 10px;
}
.btn-tragop{
  background: #2a2a2a;
  padding: 10px 40px;
  color: #FFF;
  display: inline-block;
  cursor: pointer;
}
.btn-tragop span:nth-child(1){
  font-size: 20px;
  display: block;
  color:#fff;
}
.desc-tragop{
  color: #FFF;
}
.vat-detail {
  font-size: 14px;
  color: #c80000;
  line-height: 20px;
}

.box_star {
  width: 100%;
  margin-bottom: 20px;
}

.box_star h3 {
  font-family: var(--iweb-font-webRB);
  font-size: 15px;
  line-height: 30px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.rating-stars {
  display: inline-block;
  margin-right: 10px;
  float: left;
}

.rating-stars ul {
  list-style-type: none;
  padding: 0;
  display: inline-block;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.rating-stars ul > li.star {
  display: inline-block;
}

.rating-stars ul > li.star > i.fa {
  font-size: 20px;
  color: #ccc;
}

.rating-stars ul > li.star.hover > i.fa {
  color: #FFCC36;
}

.rating-stars ul > li.star.selected > i.fa {
  color: #FF0;
}

span.star.selected > i.fa {
  color: #FF0;
}

.product-numb {
  display: flex;
  color: #FFF;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

.title-numb {
  font-family: var(--iweb-font-web);
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}

.contain_number_giohang {
  display: inline-block;
}

.minus_giohang {
  display: inline-block;
  float: left;
  width: 30px;
  height: 28px;
  border: 1px solid #cccccc;
  border-right: none;
  line-height: 28px;
  text-align: center;
  background: #ececec;
  color: #333;
  font-weight: 300;
  font-size: 20px;
}

.plus_giohang {
  display: inline-block;
  float: left;
  width: 30px;
  height: 28px;
  border: 1px solid #cccccc;
  border-left: none;
  line-height: 28px;
  text-align: center;
  background: #ececec;
  font-size: 20px;
  color: #333;
  font-weight: 300;
}

.number_giohang {
  display: inline-block;
  float: left;
  text-align: center;
  height: 28px;
  outline: none;
  line-height: 28px;
  width: 40px;
  font-size: 12px;
  color: #000;
  font-weight: normal;
  border-radius: 0px;
  -webkit-appearance: none;
  border: 1px solid #cccccc;
  border-left: 0px;
  border-right: 0px;
}

.button-detail .detail-button-buy {
      border: 1px solid #ffd800;
      background: #ffd800;
      color: #333;
      text-decoration: none;
      text-align: center;
      display: block;
      padding: 12px 12px;
      font-size: 18px;
      font-weight: 300;
      font-family: var(--iweb-font-webRB);
      cursor: pointer;
      text-transform: uppercase;
      border-radius: 5px;
}

.button-detail .detail-button-buy-cart {
      border: 1px solid #f57224;
    background: #f57224;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--iweb-font-webRB);
  cursor: pointer;
}

.detail-hotline {
  font-size: 18px;
  font-family: var(--iweb-font-web);
  color: #3e3e3e;
  line-height: 26px;
  font-weight: 400;
}

.detail-transport {
  font-size: 13px;
  font-family: var(--iweb-font-web);
  color: #3e3e3e;
  line-height: 26px;
  font-weight: 400;
}

.button-detail:hover .detail-button-buy-cart {
  color: #378FCC;
}

.detail-right {
  width: 55%;
  padding: 15px;
  box-sizing: border-box;
}
.box-info-product{
 
}

.border-1x {
  border: 1px solid #ccc;
}

.jconfirm .jconfirm-box div.jconfirm-title-c {
  font-size: 18px !important;
}

.line-cart {
  line-height: 20px;
}

.title-detail p {
  color: #F90;
}

.title-detail p i {
  margin: 0px 2px;
}
.title-detail h1 {
  font-size: 20px;
  text-transform: uppercase;
  font-family: var(--iweb-font-webRB);
  line-height: 26px;
  font-weight: 400;
  color: #00a3da ;
}

.tabs-detail {
  width: 100%;
  float: left;
  margin-top: 10px;
  list-style: none;
}

.tabs-detail li {
  float: left;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  margin-right: 5px;
}

.tabs-detail li span {
  display: block;
  padding: 12px 20px;
  color: #FFF;
  font-size: 15px;
  text-transform: uppercase;
  background: #da251c;
  font-family: var(--iweb-font-webRB);
}

.tabs-detail li.active {
  background: #378FCC;
}

.tabs-detail li.active span,
.tabs-detail li:hover span {
  color: #fff;
  background: #00a3da;
}
.tabs-flex{
  display: flex;
  justify-content: center
}
.tabs-content {
  width: 100%;
  float: left;
  display: none;
  padding: 20px 20px;
  box-sizing: border-box;
  background: #FFF;
  margin-top: 10px;
}

.tabs-content p {
  line-height: 25px;
  font-size: 14px;
  font-family: var(--iweb-font-web);
  font-weight: 400;
  color: #3e3e3e;
}

.tabs-content.active {
  display: block;
}

.tabs-content img {
  max-width: 100%;
}
/*tài liệu*/
.box-tailieu{box-sizing:border-box;margin-top:20px}
.form-tl{display:flex;justify-content:space-between;align-items:center}
.form-tl label{width:120px;line-height:38px}
.form-tl div{}
.form-tl div:nth-child(1){width:120px}
.form-tl div:nth-child(2){width:320px}
.form-tl div:nth-child(3){width:calc(100% - 240px - 360px)}
.form-tl div:nth-child(4){width:120px}
.box-tailieu {
    box-sizing: border-box;
    margin-top: 20px;
}
.banggia {
    border-collapse: collapse;
    border: 1px solid #CCC;
    width: 100%;
}
.banggia tr:nth-child(1) {
    background: #dddddd;
}
.banggia tr:nth-child(odd) {
    background: #f6f6f6;
}
.banggia tr, .banggia td, .banggia th {
    border: 1px solid #CCC;
}
.banggia th {
    font-size: 13px;
    text-transform: uppercase;
}
.banggia td, .banggia th {
    padding: 10px;
    font-size: 13px;
    text-transform: capitalize;
}
.fa-2x {
    font-size: 2em;
}
/*.input-tailieu{margin:0px 10px}*/
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    box-sizing: border-box;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* Footer */
.box-list-footer{
  width: 100%;
  display: flex;
  float: left;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box-list-footer div.list-it:nth-child(1){
  width: 400px;
}
.box-list-footer div.list-it{
  width: 200px;
}
.box-list-footer div.list-it:last-child{
  width: 400px;
}
.box-list-footer div.list-it h3{
  text-transform: uppercase;
  font-size: 18px;
  font-family: var(--iweb-font-webRB);
  margin-bottom: 15px;
  margin-top: 15px;
}
.box-list-footer div.list-it p a{
  font-size: 14px;
  font-family: var(--iweb-font-web);
  margin-bottom: 5px;
  color: #333;
  display: inline-block;
}
.box-footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px 0px 10px;
}
.item-footer:nth-child(1) {
  width: 400px;
  padding-right: 10px;
}
.item-footer:nth-child(2) {
  width: 200px;
  padding-right: 10px;
}
.item-footer:nth-child(3) {
  width: 400px;
}
#map iframe{
  width: 100%;
  height: 300px;
}
#mapfooter iframe{
    width: 100%;
    height: 160px;
}
.title-footer{
  margin-bottom: 10px;
  position: relative;
}

.title-footer h6 {
  font-size: 18px;
  font-family: var(--iweb-font-webOB);
  color: #FFF;
  line-height: 30px;
  text-transform: uppercase;
  position: relative;
}
.title-footer h6:after{
  position: absolute;
  content:'';
  width: 50px;
  height: 1px;
  background: #FFF;
  bottom: 0px;
  left: 0px;
}
.title-f span{
  color:#fff;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'RobotoBold';
}
.box-x h3{
  font-size: 20px;
  font-family: 'Time New Roman';
  font-weight: bold;
  color:#fff;
  text-transform: uppercase;
}
.desc-footer h2 {
  font-size: 20px;
  font-family: var(--iweb-font-webOB);
  color: #333;
  line-height: 30px;
  padding: 3px 0px;
  font-weight: 400;
  margin-bottom: 10px;
}
.desc-footer p {
  font-size: 13px;
  font-family: var(--iweb-font-web);
  color: #FFF;
  line-height: 24px;
  padding: 3px 0px;
  font-weight: 400;
}
.desc-footer p.link a{
  color: #FFF;
  font-size: 14px;
}
.desc-footer p.fx{
  font-size: 12px;
}
.desc-footer p a {
  color: #989898;
}

.desc-footer p a:hover {
  color: #ff0;
}


.row-footer .img {
  font-size: 25px;
  color: #0072b0;
  width: 30px;
}

.row-footer .desc {
  width: calc(100% - 40px);
}

.row-footer .desc p:nth-child(1) {
  color: #898989;
  padding-bottom: 5px;
}

.row-footer .desc p:nth-child(2) {
  color: #5a5a5a;
}

/* copy */
.copy {
  background: var(--html-text-website);
  padding: 7px 0px;
}
.content-copy{
  display: flex;
  justify-content: space-between;
}
.copy-text{
  color: #FFF;
  line-height: 20px;
  font-size:  13px;
}
/* breadcrumb */
ul#breadcrumb {
  list-style: none;
}

ul#breadcrumb li {
  display: inline;
  font-size: 18px;
}

ul#breadcrumb li+li:before {
  font-family: 'FontAwesome';
  padding: 8px;
  color: black;
  font-size: 13px;
  content: "\f105";
}

ul#breadcrumb li a {
  color: #333;
  text-decoration: none;
  font-size: 13px;
}

ul#breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

/* detail */
.detail {
  line-height: 30px;
}
.detail strong,.detail b{
  font-family: var(--iweb-font-webOB);
}
.detail img{
  max-width: 100% !important;
  height: auto !important;
}
.socialmediaicons{
  display: flex;
  justify-content: space-between;
}
.author {

margin-bottom: 10px;
}
.author p{
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
}
.author h1 {
  font-size: 20px;
  font-weight: 400;
  font-family: var(--iweb-font-webOB);
  line-height: 30px;
  color: #0072b0;
}

.pre-next-article {
  border-top: 1px solid #CCC;
}

.pre-next-article .col {
}

p.title-row {
  font-size: 14px;
  font-weight: 400;
  color: #999;
}

p.title-link {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  width: 80%;
}

p.title-link a {
  color: #333;
}

/* News */
.tintuc-desc {
  width: 100%;
}

.tintuc-item {
  width: 49%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px;
  background: #FFF;
  margin-right:10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.tintuc-item.w-50{
  width: 50%;
}
.tintuc-item:last-child{
  margin-bottom: 0px;
}
.tintuc-item .img {
  width: 200px;
  float: left;
  overflow: hidden;
  position:  relative;
  z-index: 2;
}
.tintuc-item .img img{
  max-width: 100%;
  float: left;
  transition: all 0.6s;
}
.tintuc-item .desc {
  width: calc(100% - 220px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  min-height: 64px;
  position:  relative;
}
.tintuc-item .desc h3{
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.tintuc-item .desc h3 a {
  color: #333;
  font-size: 16px;
  line-height: 28px;
  font-family: var(--iweb-font-webOB), sans-serif;
  transition: all 0.6s;
  font-weight: 500;
}
.tintuc-item .desc p {
  color: #333;
  font-size: 13px;
  line-height: 22px;
  text-align: justify;
  font-family: var(--iweb-font-web), sans-serif;
  transition: all 0.6s;
}
.tintuc-item .desc p a{
  color: #FF0000;
  margin-top: 10px;
  display: inline-block;
}


.tintuc-item:hover div.img img {
  transform: translateX(5px) rotate(5deg) translateY(5px) scale(1.2);
}
.tintuc-item:hover div.desc a{
  color: #0072b0;
}
.search-desc {
  width: calc(100% + 30px);
  margin: 0px -15px;
}

.search-item {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 15px;

}
.search-item:last-child{
  margin-bottom: 0px;
}
.search-item .img {
  width: 200px;
  float: left;
  overflow: hidden;
  position:  relative;
  z-index: 2;
}
.search-item .img img{
  max-width: 100%;
  float: left;
  transition: all 0.6s;
}
.search-item .desc {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  border-bottom: 1px dashed #CCC;
  padding: 15px 0px;
  position:  relative;
}
.search-item .desc h3{
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.search-item .desc h3 a {
  color: #333;
  font-size: 16px;
  line-height: 28px;
  font-family: var(--iweb-font-webOB), sans-serif;
  transition: all 0.6s;
  font-weight: 500;
}
.search-item .desc p {
  color: #333;
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
  font-family: var(--iweb-font-web), sans-serif;
  transition: all 0.6s;
}

.search-item .desc p a{
  padding: 3px 10px;
  background: #0099FF;
  color: #FFF;
  font-size: 12px;
}

.search-item:hover div.img img {
  transform: translateX(5px) rotate(5deg) translateY(5px) scale(1.2);
}
.search-item:hover div.desc a{
  color: #0072b0;
}

.dichvu-desc {
  width: calc(100% + 30px);
  margin: 0px -15px;
  display: flex;
  flex-wrap: wrap;
}

.dichvu-item {
  width: calc(100% / 3);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 15px;
}

.dichvu-box{
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #CCC;
  float: left;
  border-radius: 5px;
}
.m-height{
  min-height: 56px;
}
.dichvu-item .img {
  width: 100%;
  float: left;
  overflow: hidden;
  position:  relative;
  z-index: 2;
  text-align: center;
  box-sizing: border-box;
  padding: 30px 20px;
}
.dichvu-item .img img{
  max-width: 100%;
  transition: all 0.6s;
}
.dichvu-item .desc {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  position:  relative;
  padding: 0px 20px;
}
.dichvu-item .desc h3{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dichvu-item .desc h4{

}
.dichvu-item .desc a {
  color: #333;
  font-size: 15px;
  line-height: 28px;
  font-family: var(--iweb-font-webOB), sans-serif;
  transition: all 0.6s;
  font-weight: 500;
}
.dichvu-item .desc p {
  color: #333;
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
  font-family: var(--iweb-font-web), sans-serif;
  transition: all 0.6s;
}

.dichvu-item:hover div.img img {
  transform: translateX(5px) rotate(5deg) translateY(5px) scale(1.2);
}
.dichvu-item:hover div.desc a{
  color: #0072b0;
}
.h-70 {
  height: 70px;
}

/* Order */
.order-right {
  width: 33.4%;
}

.order-left {
  width: 64.6%;
}

.border-order {
  border: 1px solid #dddddd;
}

.order-title {
  background: #f7f7f7;
  padding: 10px 10px;
  color: #333;
  font-family: var(--iweb-font-webRB);
}
.img-order {
  width: 100px;
}

.desc-order {
  width: calc(100% - 200px);
}

.desc-order p:last-child {
  color: #FF0000;
}

.price-order {
  width: 100px;
}

.border-bottom-order {
  border-bottom: 1px solid #dddddd;
}

.totai-row span.price-dh {
  font-size: 20px;
  color: #da0000;
}

.order-form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 40px;
}

.row-order-form label {
  width: 33%;
  line-height: 34px;
}

.row-order-form .row-input {
  width: 64%;
}

.text-order {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.text-order.has-error {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.error-text {
  margin-top: 5px;
  line-height: 20px;
}

.text-order.w-50 {
  width: 50% !important;
}

.text-order.ds-inline-block {
  display: inline-block;
}

.spn {
  line-height: 18px;
}

.h-100 {
  height: 100px;
}

.text-order::-webkit-input-placeholder {
  color: #999;
  font-family: var(--iweb-font-web);
  font-weight: 400;
  font-size: 14px;
}

.text-order:-moz-placeholder {
  color: #999;
  font-family: var(--iweb-font-web);
  font-weight: 400;
  font-size: 14px;
}

.text-order::-moz-placeholder {
  color: #999;
  font-family: var(--iweb-font-web);
  font-weight: 400;
  font-size: 14px;
}

.text-order:-ms-input-placeholder {
  color: #999;
  font-family: var(--iweb-font-web);
  font-weight: 400;
  font-size: 14px;
}

div.button {
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  border: none;
  color: #FFF;
  font-size: 15px;
  font-family: var(--iweb-font-web);
  font-weight: 400;
  border-radius: 3px;
}

div.button:hover {
  opacity: .85;
}

.member-down {
  display: none;
}

.checkout-radio-item {
  cursor: pointer;
}

.checkout-radio .checkout-radio-item .checkout-radio-icon {
  float: left;
  color: #232f3e;
  margin-top: 0px;
}

.checkout-radio .checkout-radio-item .checkout-radio-content {
  margin-left: 18px;
  color: #333;
}

/* contact */
.flex-contact{display: flex;}
.contact-left.bgactive {
  background: #e9e9e9;
}

#map_canvas {
  width: 100%;
  height: 500px;
}
.form-dknt{
  width: 414px;
}
.row-contact.w-49{
  width: 49%;
}
input.input {
  font-size: 14px;
  width: 100%;
  height: 40px;
  background: #FFF;
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 20px;
  -webkit-transition: border-color ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
input.input.h{
  height: 30px !important;
}
input.input.h::-webkit-input-placeholder { color: #333; font-family: var(--iweb-font-web); font-weight: 300; font-size: 12px; }
input.input.h:-moz-placeholder { color: #333; font-family: var(--iweb-font-web); font-weight: 300; font-size: 12px; }
input.input.h::-moz-placeholder { color: #333; font-family: var(--iweb-font-web); font-weight: 300; font-size: 12px; }
input.input.h:-ms-input-placeholder { color: #333; font-family: var(--iweb-font-web); font-weight: 300; font-size: 12px; }
textarea.noidung {
  width: 100%;
  height: 125px;
  background: #FFF;
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  -webkit-transition: border-color ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
textarea.noidung.h{
  height: 60px !important;
}
textarea.noidung.h::-webkit-input-placeholder { color: #333; font-family: var(--iweb-font-web); font-weight: 300; font-size: 12px; }
textarea.noidung.h:-moz-placeholder { color: #333; font-family: var(--iweb-font-web); font-weight: 300; font-size: 12px; }
textarea.noidung.h::-moz-placeholder { color: #333; font-family: var(--iweb-font-web); font-weight: 300; font-size: 12px; }
textarea.noidung.h:-ms-input-placeholder { color: #333; font-family: var(--iweb-font-web); font-weight: 300; font-size: 12px; }
input.input.has-error,
textarea.noidung.has-error {
  border-color: #a94442;
}
input.button.h{
  padding: 3px 10px !important;
  font-size: 13px !important;
  line-height: 20px !important;
}
input.button {
  display: inline-block;
  font-size: 14px;
  color: #FFF;
  line-height: 24px;
  font-family: var(--iweb-font-web);
  padding: 6px 20px 8px;
  border: 1px solid #333;
  border-radius: 5px;
  cursor: pointer;
  background: #333;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

input.button:hover {
  opacity: .85;
}

/* Register */
.bg-log {
  background: #f7f8fc;
}

.show-register {
  max-width: 600px;
  margin: 0 auto;
}

.box-register {
}

.txt-input {
  width: 100%;
  height: 40px;
  background: #FFF;
  border: 1px solid #DDD;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 10px;
  -webkit-transition: border-color ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
}
.txt-input-number::-webkit-inner-spin-button{-webkit-appearance: none;}
.txt-input::-webkit-input-placeholder {
  color: #999;
  font-family: var(--iweb-font-web);
  font-weight: 400;
  font-size: 14px;
}

.txt-input:-moz-placeholder {
  color: #999;
  font-family: var(--iweb-font-web);
  font-weight: 400;
  font-size: 14px;
}

.txt-input::-moz-placeholder {
  color: #999;
  font-family: var(--iweb-font-web);
  font-weight: 400;
  font-size: 14px;
}

.txt-input:-ms-input-placeholder {
  color: #999;
  font-family: var(--iweb-font-web);
  font-weight: 400;
  font-size: 14px;
}

.txt-input.has-error {
  border-color: #a94442;
}

.row-input h3 {
  font-size: 20px;
  font-family: var(--iweb-font-webRB);
  color: #232f3e;
  line-height: 36px;
}

.row-input p.login {
  font-size: 13px;
  font-family: var(--iweb-font-web);
  color: #232f3e;
  font-weight: 400;
  line-height: 36px;
}

.row-input p.login a {
  font-size: 13px;
}
.flex-choice {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-choice img{
  width: 275px;
  height: 50px;
}
/* Account */
.nav-account {
  width: 170px;
}

.nav-container {
  list-style: none;
}

.nav-container li.item > a {
  color: #333;
  font-family: var(--iweb-font-webRB);
  font-size: 13px;
  padding: 6px 0px 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

.nav-container li.item > a i {
  margin-right: 10px;
  margin-left: 5px;
  font-size: 20px;
  color: #999;
}

.nav-container li.item > a.active {
  background: #FFF;
  color: #999;
}

.nav-container li.item > a:hover {
  background: #FFF;
  color: #999;
}

.nav-container li.sub > a {
  color: #888;
  font-family: var(--iweb-font-web);
  font-size: 14px;
  font-weight: 400;
  padding-left: 10px;
  line-height: 22px;
  padding-bottom: 5px;
  display: block;
}

.nav-container li.sub > a:hover {
  color: #FF9900;
}

.right-account {
  width: calc(100% - 200px);
}

.box-account {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}

.left-count {
  width: 60%;
}

.right-count {
  width: 40%;
}
.row-count label {
  float: left;
  width: 25%;
  font-size: 13px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 0;
}

.row-in {
  width: 75%;
  float: right;
}

.input-count {
  border-radius: 3px;
  width: 100%;
  height: 32px;
  border: 1px solid #ddd;
  color: #333;
  padding: 6px 12px;
  background-color: #fff;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.input-count:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.input-count.has-error {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.input-count[disabled],
.input-count[readonly],
fieldset[disabled] .input-count {
  background-color: #f4f4f4;
  opacity: 1;
  border: .5px solid #e4e4e4;
  color: #b0b0b0;
  cursor: not-allowed;
}

select.input-count {
  width: 32%;
  margin-right: 1.5%;
}

.img-view {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 0 auto 20px;
}

.img-view img {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mesage-upload {
  width: 200px;
  margin: 20px auto 0px;
  line-height: 20px;
}

.file-upload {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}

.file-upload__label {
  display: block;
  padding: 1em 2em;
  color: #fff;
  background: #fd7e14;
  border-radius: .4em;
  text-transform: uppercase;
  font-family: var(--iweb-font-web);
  font-weight: 400;
  transition: background .3s;
}

.file-upload__label:hover {
  cursor: pointer;
  background: #28a745;
}

.file-upload__input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 1px;
  width: 0;
  height: 100%;
  opacity: 0;
}

.alert {
  padding: 7px;
  font-size: 13px;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.alert-success {
  color: #4caf50;
  background-color: #fdfffb;
  border-color: #4caf50;
}

.alert-error {
  color: #D90000;
  background-color: #fdfffb;
  border-color: #D90000;
}

.left-right {
  width: 40%;
}


.dichvu-left{
  width: 180px;
}
.menu-left{
  list-style: none;
  width: 100%;
}
.menu-left li{
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 10px;
  background: #413C38;
}
.menu-left li:hover,.menu-left li.active{
  background: #F66720;
}
.menu-left li a{
  color: #FFF;
  font-size: 14px;
  display: block;
  font-family: var(--iweb-font-web);
  text-transform:  uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dichvu-right{
  width: calc(100% - 200px);
}

.menu-congtrinh{
  list-style: none;
  width: 100%;
  text-align: center;
}
.menu-congtrinh li{
  display: inline-block;
  margin: 0px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px;
  margin-bottom: 5px;
  border-radius: 4px;
}
.menu-congtrinh li.active,.menu-congtrinh li:hover{
  background: #F66720;
}

.menu-congtrinh li a{
  color: #333;
  font-size: 15px;
  display: block;
  font-family: var(--iweb-font-web);
  text-transform:  uppercase;
}
.menu-congtrinh li.active a,.menu-congtrinh li:hover a{
  color: #FFF;
}
.flex-congtrinh{
  display: flex;
  justify-content: space-between;
}
.congtrinh-left{
  width: 285px;
  background: #413C38;
}
.congtrinh-left h3{
  background: #F46523;
  border-left: 10px solid #413C38;
    color: #FFF;
    font-size: 15px;
  display: block;
  font-family: var(--iweb-font-web);
  text-transform:  uppercase;
  padding:5px 0px 5px 20px;
  line-height: 30px;
}


.menu-ct{
  list-style: none;
  width: 100%;
}
.menu-ct li{
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 10px 8px 30px;
  background: #413C38;
}
.menu-ct li:hover,.menu-ct li.active{
  background: #F66720;
}
.menu-ct li a{
  color: #FFF;
  font-size: 14px;
  display: block;
  font-family: var(--iweb-font-web);
  text-transform:  uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.congtrinh-right{
  width: calc(100% - 320px);
}
/* pagination */

.page {
  display: inline-block;
  padding: 7px 9px;
  margin-right: 4px;
  border-radius: 3px;
  border: solid 1px #c0c0c0;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.8), 0px 1px 3px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #717171;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
  font-size:  13px;
  font-weight: 300;
  font-family: var(--iweb-font-web);
}

.page:hover,
.page.gradient:hover {
  background: #fefefe;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#f0f0f0));
  background: -moz-linear-gradient(0% 0% 270deg, #fefefe, #f0f0f0);
}

.page.active {
  border: none;
  background: #616161;
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.8);
  color: #f0f0f0;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}

.page.gradient {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
  background: -moz-linear-gradient(0% 0% 270deg, #f8f8f8, #e9e9e9);
}

.pagination.dark {
  background: #414449;
  color: #feffff;
}

.page.dark {
  border: solid 1px #32373b;
  background: #3e4347;
  box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  color: #feffff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}

.page.dark:hover,
.page.dark.gradient:hover {
  background: #3d4f5d;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#547085), to(#3d4f5d));
  background: -moz-linear-gradient(0% 0% 270deg, #547085, #3d4f5d);
}

.page.dark.active {
  border: none;
  background: #2f3237;
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.1);
}

.page.dark.gradient {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#565b5f), to(#3e4347));
  background: -moz-linear-gradient(0% 0% 270deg, #565b5f, #3e4347);
}
.box-hotro{
  width: 100%;
  float: left;
  background: url('images/hotro.png') no-repeat bottom right;
  height: 282px;
  box-sizing: border-box;
  border: 1px solid #CCCC;
  position: relative;
}
.icon1_hotro{
  margin-top: 137px;
  text-align: center;
  line-height:  30px;
}
.icon1_hotro p{
  font-size: 25px;
  color: #FF0000;
  font-family: var(--iweb-font-webRB);
}
.icon2_hotro p{
  line-height: 25px;
  text-align: left;
}
.icon2_hotro p img{
  max-width: 20px;
}
.icon2_hotro p span{
  line-height: 30px;
  display: inline-block;
  font-family: var(--iweb-font-web);
  padding: 0px 0px 0px 5px;
}
.icon2_hotro p span i{
  font-size: 20px;
  float: left;
  margin-top: 5px;
  margin-right: 5px;
}
.icon3_hotro{
  text-align: center;
}
.video-container {
  position: relative;
  padding-bottom: 50%;
  padding-top: 58px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#video_load {
  width: 100%;
}
.select_video{
  width: 100%;
}
#list_video{
  width: 100%;
  height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  border: 1px solid #D9d9d9;
  outline: none;
  padding: 5px 10px;
  color: #FFF;
  font-size: 13px;
}

#mail{
  background-size: cover;
  padding: 50px 0px;
  background: #009;
}
.box-mail{
  width: 80%;
  margin: 0 auto;
}
.box-mail h6{
  font-size: 30px;
  font-family: var(--iweb-font-webOB);
  color: #FFF;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}
.box-mail p{
  font-size: 15px;
  color: #FFF;
  line-height: 36px;
  text-align: center;
}
#nhanemail{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  background: transparent;
  border: 1px solid #0072b0;
  margin-top: 10px;
  overflow: hidden;
}
.text-mail {
  width: calc(100% - 100px);
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-right: 0px;
  padding: 0px 10px;
  color: #333;
  background: transparent;
}
.text-mail::-webkit-input-placeholder {
  color: #FFF;
}

.text-mail:-moz-placeholder {
  color: #FFF;
}

.text-mail::-moz-placeholder {
  color: #FFF;
}

.text-mail:-ms-input-placeholder {
  color: #FFF;
}
.btn-mail {
  width: 100px;
  background: #0072b0;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-family: var(--iweb-font-web);
  font-size: 12px;
  cursor: pointer;
  float: right;
  text-transform: uppercase;
  font-size: 20px;
}

#map-content iframe{
  width: 100%;
  height: 500px;
}

nav#menu-mobile{
  float: left;
  background: #da251c;
}

nav#menu-mobile ul{
  list-style: none;
  background: #da251c;
}
nav#menu-mobile ul li {
  line-height: 22px;
  cursor: pointer;
  background: #da251c;
}
nav#menu-mobile ul li a{
  color: #FFFFFF !important;
}
.left-page1{
  width: calc(100% - 265px);
  float: left;
}
.right-page1{
  width: 245px;
  float: right;
  box-sizing:  border-box;
}
.left-page{
  width: calc(100% - 380px);
  float: left;
}
.right-page{
  width: 370px;
  float: right;
  box-sizing:  border-box;
}
.title-left{
  width: 100%;
  background: #ffd800;
}
.title-left h2{
  color: #333;
  line-height: 30px;
  padding: 8px 10px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 400;
  font-family: var(--iweb-font-web)
}
.desc-left{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-top: 0px solid #eee;
  padding: 10px;
  background: #FFF;
}
.dm_sp{
  list-style: none;
  width: 100%;
  margin-top: 10px;
}
.dm_sp li{
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}
.dm_sp li a{
  font-size: 14px;
  color: #333;
  line-height: 20px;
}
.dm_sp > li:hover > a{
  color: #0099FF;
}
.dm_sp > li > ul > li:hover > a{
  color: #0099FF;
}
.dm_sp li ul{
  padding-left: 10px;
  list-style: none;
}
.dm_sp li ul li a{
  font-size: 14px;
  color: #333;
  line-height: 20px;
}

#chinhsach{
  padding: 30px 0px 0px;
}

ul.chinhsach{
  width: calc(100% + 20px);
  margin: 0px -10px;
  display: flex;
  justify-content: space-between;
}
ul.chinhsach li{
  width: calc(100% / 4);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  margin-top: 40px;
}
ul.chinhsach li .box{
  background: #f0f0f0;
  position: relative;
  padding: 50px 20px 20px;
  box-sizing: border-box;
  transition: all 0.6s;
  cursor: pointer;
}
ul.chinhsach li .box:hover{
  -webkit-transform: translate3D(-0px,-3px,0);
    transform: translate3D(-0px,-3px,0);
  box-shadow: 0px 0px 10px #999;

}

ul.chinhsach li .box .top-img{
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0px;
  top: -30px;
}
ul.chinhsach li .box .box-mex h5{
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
ul.chinhsach li .box .box-mex h5 a{
  font-family: var(--iweb-font-webOB);
  color: #333;
}
ul.chinhsach li .box .box-mex p{
  font-size: 13px;
  text-align: center;
  line-height: 20px;
  margin-bottom: 5px;
}
ul.chinhsach li .box .box-mex p a{
  color: #0072b0;
}
.select_video #list_video{
  color: #333 !important;
}
.thongke{
  margin-top: 20px;
}
.thongke p{
  width: 100%;
  margin-bottom: 15px;
  font-size: 13px;
}
.thongke p img{
  float: left;
  margin-top: 0px;
  margin-right: 5px;
}
.thongke p span{
  float: right;
}
.select-lkw{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  border: 1px solid #CCC;
  outline: none;
}
.hotline-bottom{
  width: 100%;
}
.hotline-bottom p:nth-child(1){
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.hotline-bottom p:nth-child(2){
  font-size: 25px;
  text-align: center;
  font-family: var(--iweb-font-webOB);
  color: #FF0000;
  text-transform: uppercase;
}
.footer-list{
  list-style: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-list li{
  display: inline-block;
  flex-grow: 1;
  text-align: center;
  border-right: 1px solid #FFF;
  line-height: 11px;
}
.footer-list li:last-child{
  border-right: 1px solid transparent;
}
.footer-list li a{
  color: #FFF;
  font-size: 13px;
  text-transform: uppercase;
}
.box-tailieu{
  box-sizing: border-box;
  padding: 0px 15px;
}
.banggia{
    border-collapse: collapse;
    border: 1px solid #CCC;
    width: 100%;
}
.banggia tr:nth-child(odd){
  background: #dddddd;
}
.banggia tr:nth-child(even){
  background: #FFF;
}
.banggia tr:nth-child(1){
  background: #dddddd;
}
.banggia tr,.banggia td,.banggia th{
     border: 1px solid #CCC;
}
.banggia td,.banggia th{
    padding: 10px;
    font-size: 13px;
}
.banggia th{
  font-size: 13px;
  text-transform: uppercase;
}
.banggia td a,.banggia th a{
    color: #333;
}

.btn-request {
    position: relative;
    display: inline-block;
    float: right;
    margin: 29px 0;
    background: #0163ce;
    color: #fff;
    border: 0;
    padding: 11px 15px 8px 40px;
    border-radius: 5px;
    cursor: pointer;
}
.btn-request span {
    position: absolute;
    height: 100%;
    width: 35px;
    line-height: 37px;
    background: #008bea;
    top: 0;
    left: 0;
    border-radius: 5px 0 0 5px;
    display:  flex;
    align-items:  center;
    justify-content: center;
}
.hotline-sup{
  width: 210px;
  height: 100%;
  display: inline-block;
  padding-top: 10px;
}
.hotline-sup i{
  font-size: 40px;
  color: #6b6a6b;
  float: left;
  transform: rotate(25deg);
  margin-right: 5px;
}
.hotline-sup span{
  font-size: 25px;
  color: #333;
  float: left;
}
.hotline-sup span:nth-child(1){
  text-transform: uppercase;
  font-family: var(--iweb-font-web);
  font-size: 13px;
  color: #6b6a6b;
}
.hotline-sup span:nth-child(2){
  text-transform: uppercase;
  font-family: var(--iweb-font-webRB);
  font-size: 23px;
}
.img-qc {
  margin-bottom: 10px;
}
.img-qc:last-child{
  margin-bottom: 0px;
}
.img-qc img{
  max-width: 100%;
}
#fanpage{
  padding: 75px 0px;
  background: #f4f4f4;
  background-size: cover;
}
.box-fanpage{
  display: flex;
  justify-content: space-between;
}
.fanpage-left{
  width: 500px;
}
.fanpage-right{
  width: 500px;
}
#product-bc{
  padding: 50px 0px;
  background: url('images/intro-bg1.jpg') no-repeat top center;
  background-size: cover;
}

.box-product-bc{
  display: flex;
  justify-content: space-between;
}
.product-bc-left{
  width: 270px;
  float: left;
  background: #FFF;
}
.product-bc-right{
  width: calc(100% - 280px);
  float: right;
  background: #FFF;
}
.box-dm-left{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
.box-dm-left ul,.box-dm-left ul ul{
  list-style: none;
}
.box-dm-left > ul > li{
  width: 100%;
  margin-bottom: 5px;
  position: relative;
}
.box-dm-left > ul > li > span{
  position: absolute;
  right: 0px;
  top: 10px;
  display:  inline-block;
}
.box-dm-left > ul > li > span.plus:after{
  position: absolute;
  right: 0px;
  top:  0px;
  content: '';
  width: 8px;
  height: 2px;
  background: #333;
}

.box-dm-left > ul > li > span.minus:after{
  position: absolute;
  right: 0px;
  top:  0px;
  content: '';
  width: 8px;
  height: 2px;
  background: #333;
}

.box-dm-left > ul > li > span.plus:before{
  position: absolute;
  right: 3px;
  top: -3px;
  content: '';
  width: 2px;
  height: 8px;
  background: #333;
}
.box-dm-left > ul > li > a{
  color: #333;
  text-transform: uppercase;
  font-family: var(--iweb-font-webRB);
  font-size: 18px;
  padding-bottom: 15px;
  display: block;
  cursor: pointer;
  position:  relative;
  z-index: 1;
}
.box-dm-left > ul > li:hover > a{
  color: #FF0000;
}
.box-dm-left > ul > li > ul > li > a{
  color: #333;
  font-family: var(--iweb-font-web);
  font-size: 14px;
  padding-left: 10px;
  padding-bottom: 12px;
  display: block;
  cursor: pointer;
}
.support-title{
  width: 100%;
  padding: 10px 15px;
  box-sizing: border-box;
  background: #28C500;
  position: relative;
}
.support-title:after {
  right: 0;
  top: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.support-title:after {
  border-color: rgba(194, 225, 245, 0);
  border-right-color: #FFF;
  border-top-color: #FFF;
  border-width: 15px;
  margin-top: 0px;
}
.support-title h6{
  font-family: var(--iweb-font-webOB);
  font-size: 20px;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 300;
}
#product-index{
  padding: 20px 0px;
  background: #f4f4f4;
}
.bg-hn{
   background: #f4f4f4;
}
.box-product-index{
  background: #FFF;
  position: relative;
}
.box-product-ce{
  display: flex;
  justify-content: space-between;
}
.box-product-dm{
  width: 38.4%;
}
.box-product-dm img{
  max-width: 100%;
}
.box-product-it{
  width: calc(100% - 38.4%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 10px;
}
.box-product-it .slick-slider{
  position: inherit !important;
}
.box-slide-product .slick-prev, .box-slide-product .slick-next{
  top: 1% !important;
}
.box-slide-product .slick-prev{
  right: 50px;
}
.box-slide-product .slick-next{
  right: 10px;
}
.item .product-slide:last-child{
  padding: 0px 10px 0px;
}

.title-ul{
  width: 100%;
  text-align: center;
  list-style: none;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.title-ul li{
  padding: 0px 20px;
  border-right: 1px solid #6f6f6f;
}
.title-ul li:last-child{
  border-right: 1px solid transparent;
}
.title-ul li a{
  color: #474747;
  font-family: var(--iweb-font-web);
  font-size: 18px;
}
#about{
  margin: 50px 0px;
}
#header-mobile{
  display: none;
}
.line{
  width: 100%;
  border-top: 1px solid #CCC;
  margin: 10px 0px;
}
.content-tab{
  width: 100%;
}
.content-tab .head{
  background: #106ecc;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
}
ul.tabs_vb {float: left;list-style: none;background: #106ecc;width: 100%;box-sizing: border-box;}
ul.tabs_vb li:last-child{border-right:none}
ul.tabs_vb li {float: left;text-transform:uppercase;font-weight:bold;margin: 0;cursor: pointer;padding: 8px 25px;line-height:21px;border-left: none;overflow: hidden;position: relative;color:#333;text-align:center;border-right:5px solid #027fca;background: url("images/icon_li_vb.png");font-family: var(--iweb-font-webOB);font-size: 13px;}
ul.tabs_vb li .tabs_title{margin:8px 3px 0px 3px}
ul.tabs_vb li:hover { background: #fff;color: #333;}
ul.tabs_vb li.active {background: #fff;color: #333;  }
.table-tab { width: 100%; padding: 0px; color: #1c689a; float: left; -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; border-bottom-right-radius: 0px; -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; border-top-right-radius: 0px; -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; border-top-left-radius: 0px; }
.table-tab table { border-collapse: collapse; border-spacing: 0; width: 100%; margin: 0px; padding: 0px; border: 1px solid #ddd;}
.table-tab #row_header td {font-size: 14px;color: #333;font-family: var(--iweb-font-webOB);}
.table-tab table tr, td div { color: #000;font-size: 14px; }
.table-tab table tr, td div span { color: #000;font-size: 14px; }
.table-tab table tr, td span { color: #000;font-size: 14px; }
.table-tab table tr, td a { color: #000;font-size: 14px; }
.table-tab table tr td a:hover { color: #027fca; text-decoration:underline; }
.table-tab table tr, td .td_xd a {color:#027fca;}
.table-tab tr:hover td { background: #fff; }
.table-tab tr:last-child td:last-child { -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; border-bottom-right-radius: 0px; }
.table-tab table tr:first-child td:first-child { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; border-top-left-radius: 0px; }
.table-tab table tr:first-child td:last-child { -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; border-top-right-radius: 0px; }
.table-tab tr:last-child td:first-child { -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; }
.table-tab tr:nth-child(odd) { background-color: #ffffff; }
.table-tab tr:nth-child(even) { background-color: #ffffff; }
.table-tab td { border: 1px solid #ddd; border-width: 0px 1px 1px 0px; text-align: left; padding: 15px 7px; font-size: 14px; /*font-family:Arial;*/ font-weight: normal; vertical-align: top; color: #000; }
.table-tab tr:last-child td { border-width: 0px 1px 0px 0px;}
.table-tab tr td:last-child { border-width: 0px 0px 1px 0px;}
.table-tab tr:last-child td:last-child {border-width: 0px 0px 0px 0px;}
.table-tab tr:first-child td { background-color: #e9e9e9;vertical-align:middle; border: 0px solid #ddd; text-align: center; border-width: 0px 0px 1px 1px; font-size: 14px; /*font-family:Arial;*/ font-weight: bold; color: #333; }
.table-tab tr td table tr td{background-color: #fff !important; color:#000 !important;}
.table-tab tr:first-child:hover td {background-color: #e9e9e9;}
.table-tab tr:first-child td:first-child {border-width: 0px 0px 1px 0px;}
.table-tab tr:first-child td:last-child {border-width: 0px 0px 1px 1px;}
.table-tab table tr td .table_link { color: #585858; float: left; font-size: 14px; min-height: 10px; padding-top: 2px; text-align: left; width: 100%; }

.other-news{
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  background: #FFF;
}
.other-news ul{ color: #558b2f;  list-style-type: none; width: 100%;}
.other-news ul li { background: rgba(0, 0, 0, 0) url("images/arrow_green.png") no-repeat scroll left 9px; color: #558b2f;  line-height: 20px; list-style-type: none; padding-bottom: 5px; padding-left: 20px; padding-top: 5px; width: 96%;}
.other-news li a { color: #333;font-size:13px;}
.other-news li a:hover {color:#fd8502;}
.other-news li:hover{ background: rgba(0, 0, 0, 0) url("images/ico_orange.png") no-repeat scroll left 9px;}
.other-news li:last-child { border-bottom: medium none;}

.fotx{
  font-family: var(--iweb-font-webOB) !important;
}
.info-top{
  padding: 70px 0px;
  background: #e6e6e6;
}
.info-desc{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.info-desc-left{
  width: calc(100% - 180px);
}
.info-desc-left h5{
  font-family: var(--iweb-font-webOB);
  font-size: 27px;
  text-transform: uppercase;
  font-weight: 400;
  color: #333;
  padding-bottom: 10px;
}
.info-desc-left p{
  font-family: var(--iweb-font-web);
  font-size: 17px;
  font-weight: 300;
  text-transform: uppercase;
  color: #888;
}
.info-desc-right{
  width: 150px;
}
.info-desc-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-desc-right a{
  display: inline-block;
  padding: 20px 35px;
  background: #d3d3d3;
  color: #333;
  font-family: var(--iweb-font-webOB);
  font-size: 17px;
  font-weight: 300;
  border-radius: 5px;
  text-transform: uppercase;
}

.whynot{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.whynot div.box-it{
  width: calc(100% / 3);
}
.whynot div.box-it ul{
  list-style: none;
  width: 100%;
}
.whynot div.box-it ul li{
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  background: #f9f9f9;
  border: 1px solid #ebebeb;
  float: left;
  line-height: 30px;
  font-size: 15px;
  transition: all 0.6s;
}
.whynot div.box-it ul li:hover {
  background: #cbe6fc;
  border: 1px solid #78b6ea;
}
.whynot div.bimg{
  display: flex;
  align-items: center;
  justify-content: center;
}
.whynot div.bimg img{
  max-width: 100%;
}
.whynot div.box-it ul li span{
  display: block;
  border-radius: 30px;
  float: left;
  background: #3b88c8;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  margin-right: 10px;
}
.c-link{
  width: calc(100% / 3 - 10px);

}
.c-link span{
      border-radius: 10px;
      background: #0072b0;
      display: block;
      color: #fff;
      font-size: 14px;
      padding: 14px 10px;
      font-family: "OpenSansRegular";
      font-weight: normal;
      text-align: center;
      margin: 10px 0;
      cursor: pointer;
}
.c-link span.bg-re{
  background: #FF0000;
}
.c-link span.bg-re:hover{
  background: #0099Ff;
}

.form-tracuu{
  width: calc(100% + 20px);
  display: flex;
  justify-content: space-between;
  margin: 0px -10px;
  flex-wrap: wrap;
}
.row-tracuu{
  width: calc(100% / 4);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 10px;
  margin-bottom: 10px;
}
.row-tracuu:last-child{
  width: 100%;
}
.row-tracuu .input-text{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px;
  outline: none;
  border: 1px solid #DDD;
  background: transparent;
  font-size: 12px;
  color:#333; 
  font-family:var(--iweb-font-web);
}
.row-tracuu .input-text::-webkit-input-placeholder {font-size: 12px; color:#333; font-family:var(--iweb-font-web)}
.row-tracuu .input-text:-moz-placeholder {font-size: 12px; color:#333; font-family:var(--iweb-font-web)}
.row-tracuu .input-text::-moz-placeholder {font-size: 12px; color:#333; font-family:var(--iweb-font-web)}
.row-tracuu .input-text:-ms-input-placeholder {font-size: 12px; color:#333; font-family:var(--iweb-font-web)}
.row-tracuu .select-text{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 10px;
  outline: none;
  border: 1px solid #DDD;
  background: transparent;
  font-size: 12px;
  color:#333; 
  font-family:var(--iweb-font-web);
}
.btn-submit{
  display: inline-block;
  padding: 10px 40px;
  font-size: 13px;
  color:#FFF; 
  background: #20242A;
  cursor: pointer;
  text-transform: uppercase;
  font-family:var(--iweb-font-web);
  border: none;
  min-width: 200px;
  text-align: center;
}

div.result-menh{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  background: #0072b0;
}
div.result-menh h5{
  text-transform: uppercase;
  font-family:var(--iweb-font-webOB);
  margin-bottom: 20px;
  font-size: 30px;
  color: #FFF;
}
div.result-menh p{
  font-family:var(--iweb-font-web);
  margin-bottom: 10px;
  font-size: 14px;
  color: #FFF;
  font-weight: 300;
}
div.result-menh ul{
  width: calc(100% + 20px);
  list-style: none;
  margin: 0px -10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
div.result-menh ul li{
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 10px;
}
.content-dtruoc{
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.left-dk{
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  background: #FFF;
}
.left-dk ul{
  width: 100%;
}
.left-dk ul li{
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  width: 100%;
}
.left-dk ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px solid #d7d7d7;
}
.left-dk ul li p{
  line-height: 20px;
}
.left-dk ul li p:last-child{
  font-size: 11px;
  font-style: italic;
}
.content-dk{
  height: 380px;
}
#dk-summary {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    text-align: center;
    text-transform: uppercase;
    border: 1px #eee solid;
    line-height: 40px;
    color: #3c3d41;
    margin-bottom: 10px;
}
.right-dk{
  width: 73%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  background: #FFF;
}
.row-dk{
  width: 100%;
}
.row-dk label{
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 10px;
  width: 100%;
  display: inline-block;
}
@media screen and  (max-width:1280px) {
  .box-slide-new-item{
    width: calc(100% / 3);
  }
}
@media screen and  (max-width:1248px) {
  .product-bc-left{
    display: none;
  }
  .product-bc-right{
    width: 100%;
  }
  #header{
  }

  .sub-menu-left {
    width: 600px;
  }

  .box-menu .item {
    width: 50%;
  }

  .box-menu .item:nth-child(4n+2) {
    display: none;
  }

  .product-left {
    display: none;
  }

  .product-right {
    width: 100%;
    margin-left: -2px;
    margin-right: -2px;
  }

}

@media screen and  (max-width:1180px) {
  .menu-top ul.menu > li > a{
    padding: 17px 10px 14px;
    font-size: 14px;
  }
  .left-footer {
    width: 100%;
    padding: 0px 0px;
  }

  .right-footer {
    width: 100%;
    padding: 0px 0px;
  }


}
@media screen and  (max-width:1120px) {
  .hotline{
    display: block;
  }
  .heademenu img{
    max-height: 120px;
  }
  .heademenu{
    justify-content: space-between;
  }
  .logo{
    width: auto;
  }
  .banner{
    /* width: auto; */
  }
}



@media screen and (max-width: 1070px) {
  .box-hover-slide{
    flex-wrap: wrap
  }
  .box-slide-new-item div.img{
    width: 100%;
    margin-bottom: 10px;
    background:  #FFF;
    text-align: center;
  }
  .box-slide-new-item div.img img{
    display: inline-block;
  }
  .box-slide-new-item div.desc{
    width: 100%;
  }
  .box-gioithieu{
    width: 100%;
  }
  
  .headtop ul li{
    width: 25%;
    text-align: center;
  }
  #header-mobile{
    display: block;
  }
  .box-content{
    flex-wrap: wrap;
  }
  .box-c-item{
    width: 100%;
  }
  .box-slider{
    flex-wrap: wrap;
  }
  .slider-left{
    width: 100%;
  }
  .slider-right{
    width: 100%;
  }
  .news-video-box{
    flex-wrap: wrap;
  }
  .left-nv{
    width: 100%;
  }

  .branch-box-l{
    width: 100%;
  }
  .branch-box-r{
    display: none;
  }
  .menu-top ul.menu > li{
  }
  .congtrinh-left,.dichvu-left{
    display: none;
  }
  .congtrinh-right,.dichvu-right {
    width: 100%;
  }
  .tintuc-desc{
    width: calc(100% + 20px);
    margin: 0px -10px;
  }
  .tintuc-item.pr-15{
    padding-right: 10px !important;
  }
  .tintuc-item.pl-15{
    padding-left: 10px !important;
  }
  .hotline{
    display: none;
  }
  .heademenu{
    justify-content: center
  }
  .banner-logo{
    display: none;
  }
  .menu-hx{
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu-lx{
    display: none;
  }
  .menu-but{
    display: block;
  }
  .cart-menu{
    display: block;
  }
  .hotline-sup{
    display: none;
  }
  ul.chinhsach{
    flex-wrap: wrap;
  }
  ul.chinhsach li{
    width: calc(100% / 2);
  }
  .search-bottom{
    width: 100%;
  }
  .search-top{
    display: none;
  }
}
@media screen and  (max-width:1024px) {
  .box-slide-new-item{
    width: calc(100% / 2);
  }
  .box-gioithieu{
    width: 100%;
  }
}
@media screen and  (max-width:992px) {
  .ds-reponsive{display: block!important;}
  .img-reponsive img{width: 100%!important}
  .max-width{width: 100%}
  .left-dk{
    width: 100%;
  }
  .box-text-slider{display: none}
  .form-tl{
    display: block;
  }
  .form-tl div{
    margin-bottom:10px;
  }
  .hotline-fix,.login-top{
    display: block;
  }
  .top-page{
  display: none
}
  .bottom-page{
    padding:0;
  }
  .product-slide {
    width: 100%;
}
.text-about{
  height: 210px;
}
.desc-dangky{
  margin:0;
}
.about{
  padding:0;
}
.form-dangky{
  margin:0;
}
.button-dangky{
  width: 30%;
}
.xemthem-index {
    margin: 10px auto;
    width: 30%;
}
p.text-mota{
  overflow: hidden;
  height: 155px;
}
.desc-about{
  margin-top:35px;
}
.desc-uudiem{
  width: 70%;
}
#list-video{
  width: 100%;
  transform: translate(0px, 0px);
}

  .fancybox-slide--iframe .fancybox-content {
    width: 100%!important;
    max-width: 95%!important;
    height: 35%!important;
}
.box-congtrinh {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(2,150px);
    grid-gap: 5px;
}
.item-congtrinh:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}
.item-congtrinh:nth-child(2) {
    grid-column: span 1;
}
.title-main h3{
  font-size: 19px;
}
  .right-dk{
    width: 100%;
    margin-top: 20px;
  }
  .order-left{
    width: 100%;
  }
  .order-right{
    width: 100%;
    margin-top: 10px;
  }
  .nav-account{
    width: 100%;
  }
  .right-account{
    width: 100%;
    margin-top: 20px;
  }
  .container1 {
    padding: 0px 10px;
}
  #copy{
    display: none
  }
  .content-copy p{
    width: 100%;
    text-align: center;
  }
  .title h4{
    font-size: 20px;
  }
  .whynot{
    flex-wrap: wrap;
  }
  .whynot div.box-it{
    width: 100%;
  }
  .tintuc-item {
  width: 100%;
}
.tintuc-item.w-50{
  width: 100%;
}
  .service{
    flex-wrap: wrap;
  }
  .service-item{
    width: calc(100% / 3);
  }
  .product-slide.cl-3{
    width: calc(100% / 2);
  }
  #service:after{
    display: none;
  }
  .box-don-item{
    width: calc(100% / 2);
  }
  .item-footer{
    width: 100% !important;
  }
 
  .c-link{
    width: 100%;
  }
  .item-footer:last-child{
    width: 100%;
    margin-top: 20px;
  }
  .left-page{
    width: 100%;
  }
  .right-page{
    width: 100%;
    column-count: 1;
  }
  .box-conten{
    flex-wrap:wrap;
  }
  .left-gt{
    width: 100%;
    padding-right: 0px;
    text-align: center;
    margin-bottom: 30px;
  }
  .right-gt{
    width: 100%;
  }

  .box-c-item:last-child{
    width: 100%;
  }

  .menu-top ul.menu{
    display: none;
  }
  .menu-top{
    width: 100%;
    height: 50px;
    background: #2C98D9;
  }

  .hotline-sup{
    float: right;
    position: relative;
    display: none;
  }
  .hotline-sup > span{
    line-height: 50px;
    color: #333;
    cursor: pointer;
  }
  .hotline-nhanh{
    position: absolute;
    min-width: 300px;
    right:0px;
    background: #FFF;
    box-sizing: border-box;
    padding: 10px;
    font-size: 20px;
    color: #FF0000;
    text-align: right;
    z-index: 999;
    line-height: 28px;
    display: none;
  }
  .menu-top ul.menu{
  }
  .logo .t-left {
    text-align: center;
  }
  .search{
    width: calc(100% - 260px);
  }
  .detail-right {
    width: 100%;
  }

  .detail-left {
    width: 100%;
  }
  .flex-contact {
      display: block;
  }
  .flex-contact .content{
    width: 100%;
  }
  .contact-right {
    width: 100%;
  }

  .contact-left {
    width: 100%;
  }

  .contact-right.pd-20 {
    padding: 0px !important;
  }

  .container {
    padding: 0px 10px;
  }

  .row-slider {
    width: calc(100% + 20px);
    margin: 0px -10px;
  }
  .title-slider{
    font-size: 15px;
    padding-bottom: 10px;
  }
  .desc-slider p{
    font-size: 13px;
    padding-bottom: 10px;
  }
  .read-slider a{
    font-size: 14px;
  }
  .ps_control_bsquare .carousel-control{
    width: 30px !important;
    height: 30px !important;
  }
  .box-footer{
    flex-wrap: wrap;
  }
}

@media screen and  (max-width:918px) {

  .menu-bound {
    display: none;
  }

  .slider-right {
    width: 100%;
  }

  .menu-top ul.menu {
    display: none;
  }
  #top-page{
  }
  .dichvu-item{
    width: calc(100% / 2);
  }
}

@media screen and  (max-width:768px) {
.left-page1{
  width: 100%;
}
.right-page1{
  width: 100%;
}
  .box-slide-new{
    flex-wrap: wrap;
  }
  .box-slide-new-item div.img {
  width: 160px;
  float: left;
  align-items: stretch;
  position: relative;
}

.box-slide-new-item div.desc{
  width: calc(100% - 170px);
  float: right;
  box-sizing: border-box;
  position:relative;
}
  .info-desc{
    flex-wrap: wrap;
  }
  .info-desc-left{
    width: 100%;
    text-align: center;
  }
  .info-desc-right{
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .box-product-dm{
    display: none;
  }
  .box-product-it{
    width: 100%;
  }
  .box-fanpage{
    flex-wrap: wrap;
  }
  .fanpage-left{
    width: 100%;
  }
  .product-slide.cl-4{
    width: calc(100% / 2);
  }
  .fanpage-right{
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .title h1,.title h5{
    font-size: 16px;
  }
  .title-ul{
    display: none;
  }
  .box-gioithieu{
    flex-wrap: wrap;
  }
  .gioithieu-left{
    width: 100%;
  }
  .gioithieu-right{
    width: 100%;
  }

  .flex-topic{
    flex-wrap: wrap;
  }
  
  .slogan{
    width: 100%;
    margin-right: 0px;
  }
  .tintuc-left{
    width: 100%;
  }
  .tintuc-right{
    width: 100%;
    margin-top: 10px;
  }
  .box-index-item.col-3{
    width: calc(100% / 2 - 10px)
  }
  .box-slide-new-item div.desc{
    position: relative;
  }

  .item-footer:nth-child(1){
    width: 100%;
  }
   .item-footer:nth-child(2){
    width: 100%;
  }

  .product-slide.w-25 {
    width: 50%;
  }


  .item-footer {
    width: 50%;
    margin-bottom: 20px;
  }

  .item-footer:last-child {
    width: 100%;
  }
  .adv-box{
    flex-wrap: wrap;
  }
  .adv-box .img{
    width:  100%;
    margin-bottom: 20px;
  }
.adv-box .img:last-child{
  margin-bottom: 0px;
}
}

@media screen and  (max-width:725px) {
  .search-top{
    display: none;
  }
  .headtop ul li{
    width: 50%;
  }
  .headtop ul li:nth-child(1),.headtop ul li:nth-child(3),.headtop ul li:nth-child(4),.headtop ul li:nth-child(5),.headtop ul li:nth-child(6){
    display: none;
  }
    .logo-left{
     top: 0px;
     width: 100%;
     text-align: center;
     margin-bottom: 10px;
     }
     .banner a{
       display: inline-block;
       margin: 0 auto;
     }
     .logo-left img{
      max-width: 200px;
     }
     .head-page-bottom{
       flex-wrap: wrap;
     }
     .banner{
       width: 100%;
     }
     .search,.search-bottom{
       width: 100%;
     }
     .search-bottom{
       margin-bottom: 20px;
     }

    }
@media screen and  (max-width:680px) {
  .box-don-item div.desc h5 a{
    font-size: 13px;
  }
  .box-slide-new-item{
    width: 100%;
  }
  .footer-list{
    flex-wrap: wrap;
    justify-content:  end;
    align-items:  end;
  }
  .footer-list li{
    width: 100%;
    border-right: none;
    text-align: left;
    margin-bottom: 10px;
  }
  .tintuc-left{
    width: 100%
  }
   .tintuc-right{
    width: 100%;
    margin-top: 20px;
  }

  .tintuc-item:hover div.img img{
    transform: none;
  }

  .top-mobile {
    display: block;
  }

  .cart-hotline {
    width: 100%;
    margin-top: 20px;
    display: none;
  }
  .menu-top ul.menu > li {
    padding: 5px 10px;
  }
  .box-gallery-item{
    width: 100% !important;
  }
  .box-gallery-item:hover div.img img{
    transform: none;
  }
}
@media screen and  (max-width:600px) {
  ul.tabs_vb li{

padding: 8px 12px;

font-size: 13px;
  }
  .box-tintuc-item div.img{
  }
  .box-tintuc-item{
    height: auto;
  }
  .box-tintuc-item div.desc{
  }

  .form-dknt{
    width: 100%;
  }
  #nhanemail{
    width: 100%;
  }
  .box-index-item.col-2{
    width: 100%;
  }
  .box-index-item.col-3{
    width: 100%
  }
  .adv-box{
    flex-wrap: wrap;
  }
  .adv-box-i{
    width: 100%;
    margin-top: 10px;
  }
    .adv-box-i img{
      display: block;
    }
  .menu-top {
  }

  .tabs-detail li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .tintuc-item{
    width: 100%;
  }
  .box-gallery-item{
    width: 100%;
  }
}

@media screen and  (max-width:520px) {
  ul.chinhsach li{
    width: calc(100%);
  }
  .product-slide.cl-3{
    width: calc(100%);
  }
  .dichvu-item{
    width: 100%;
  }

  .box-don-item{
    width: 100%;
  }
  .service-item{
    width: 100%;
  }
  .box-list-footer div.list-it:nth-child(1){
    width: 100%;
  }
  .box-list-footer div.list-it:last-child{
    width: 100%;
  }
  .service-item:hover{
    background: #FFF;
    top: 0px;
  }
  .h-70 {
    height: 90px;
  }
  .fw_al_003_slide{
    display: none;
  }
  .tintuc-item .img{
    width: 100%;
  }
  .tintuc-item .desc{
    width: 100%;
  }
  .banner{
    width: 100%;
  }
  .banner img{
    max-width: 90%;
    margin: 0 auto;
  }
  .search-top{
    display: none;
  }
  .right-page{
    column-count: 1;
  }
  .button-detail{
    width: 100%;
    margin-top: 10px;
  }
  .btn-tragop{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and  (max-width:480px) {
  .item-footer {
    width: 100%;
  }
  .box-slide-new-item{
    width: 100%;
  }
  .tintuc-item {
    width: 100%;
  }
}
@media screen and  (max-width:382px) {
}
.line-top{
  width: 100%;
  height: 1px;
  background: #345161;
  margin: 0px 0px;
}
.box-diachi{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 0px;
}
.box-diachi p{
  line-height: 22px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 13px;
}
.box-diachi p:last-child{
  border-bottom: 0px solid #eee;
   margin-bottom: 0px;
  padding-bottom: 0px;
}
.star-animate {
    z-index: 99999999999999999 !important;
    position: absolute;
    animation: star linear 1.55s infinite;
    -moz-animation: star linear 1.55s infinite;
    -webkit-animation: star linear 1.55s infinite;
    -o-animation: star linear 1.55s infinite;
  }
.tf-hover img{transition: all 1s ease 0s}
.tf-hover img:hover{transform: scale(1.1);}
.hover-fade{position:relative; overflow:hidden;}
.hover-fade:before{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(255,255,255,0.5);content: '';z-index:10;-webkit-transition: -webkit-transform 0.6s;transition: transform 0.6s;-webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);
transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);}
.hover-fade:hover:before {webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);}
.color-tragop{
  -webkit-animation: color-page 2s infinite; /* Safari 4+ */
  -moz-animation:    color-page 2s infinite; /* Fx 5+ */
  -o-animation:      color-page 2s infinite; /* Opera 12+ */
  animation:         color-page 2s infinite; /* IE 10+, Fx 29+ */
}
@-webkit-keyframes color-page {
  0%   { color: #FFF; transform: scale(1); }
  25%   { color: #85D233; transform: scale(1.05); }
  50%   { color: #ff0; transform: scale(1.1);  }
  75%   { color: #09f; transform: scale(1.05);  }
  100% { color: #FFF;; transform: scale(1);  }
}
@-moz-keyframes color-page {
  0%   { color: #FFF; transform: scale(1); }
  25%   { color: #85D233; transform: scale(1.05); }
  50%   { color: #ff0; transform: scale(1.1);  }
  75%   { color: #09f; transform: scale(1.05);  }
  100% { color: #FFF;; transform: scale(1);  }
}
@-o-keyframes color-page {
  0%   { color: #FFF; transform: scale(1); }
  25%   { color: #85D233; transform: scale(1.05); }
  50%   { color: #ff0; transform: scale(1.1);  }
  75%   { color: #09f; transform: scale(1.05);  }
  100% { color: #FFF;; transform: scale(1);  }
}
@keyframes color-page {
  0%   { color: #FFF; transform: scale(1); }
  25%   { color: #85D233; transform: scale(1.05); }
  50%   { color: #ff0; transform: scale(1.1);  }
  75%   { color: #09f; transform: scale(1.05);  }
  100% { color: #FFF;; transform: scale(1);  }
}
  @-webkit-keyframes star {
  0% {
    -webkit-transform: rotate(0) scale(0);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1.5);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(0);
  }
}
@-o-keyframes star {
  0% {
    -o-transform: rotate(0) scale(0);
  }
  50% {
    -o-transform: rotate(180deg) scale(1.5);
  }
  100% {
    -o-transform: rotate(360deg) scale(0);
  }
}
@-moz-keyframes star {
  0% {
    -moz-transform: rotate(0) scale(0);
  }
  50% {
    -moz-transform: rotate(180deg) scale(1.5);
  }
  100% {
    -moz-transform: rotate(360deg) scale(0);
  }
}

@keyframes star {
  0% {
    transform: rotate(0) scale(0);
  }
  50% {
    transform: rotate(180deg) scale(1.5);
  }
  100% {
    transform: rotate(360deg) scale(0);
  }
}
@keyframes fadeUp{
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
@keyframes icoHotline{
  0%{
    transform:rotate3d(0, 1, 0, 180deg)
  }
  30%{
    transform:rotate3d(0, 1, 0, 0deg);z-index:3
    }
    70%{
      transform:rotate3d(0, 1, 0, 0deg);z-index:3
    }
    100%{transform:rotate3d(0, 1, 0, 180deg);z-index:1
    }
  }
  @keyframes icoEvelope{
    0%{
        transform:rotate3d(0, -1, 0, 0deg)
      }
    30%{
        transform:rotate3d(0, -1, 0, 180deg);z-index:1
      }
    70%{
        transform:rotate3d(0, -1, 0, 180deg);z-index:1
      }
    100%{
      transform:rotate3d(0, -1, 0, 0deg);z-index:2}
    }



