* {
  box-sizing: border-box;
  outline: none;
}
html,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
p {
  padding: 0px;
  margin: 0px;
}
a,
span,
label {
  text-decoration: none;
}
a:hover {
  color: #ffcc00;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
button {
  border: 0px;
  background: 0px;
  display: inline-block;
  cursor: pointer;
}
table,
tr,
td {
  border-collapse: collapse;
}
nav:not(.mm-menu) {
  display: none;
}
strong {
  font-family: Arial;
}
@keyframes color {
  0% {
    color: #d00;
  }
  33% {
    color: #d00;
  }
  66% {
    color: #1b67e0;
  }
  100% {
    color: #1b67e0;
  }
}
body {
  position: relative;
  font-family: "RR", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #522917;
  background: #fff;
  max-width: 100%;
  margin: 0px auto;
  top: 0px !important;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.clear {
  clear: both;
}
#top {
  width: 46px;
  height: 46px;
  background: #fff url(../images/top.png) center;
  position: fixed;
  right: 30px;
  bottom: 10%;
  cursor: pointer;
  display: none;
  z-index: 100;
  border-radius: 50%;
}
#breadcrumbs {
  position: relative;
  padding: 10px 0;
  text-align: left;
}
#breadcrumbs ul {
  position: relative;
}
#breadcrumbs ul > li {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
#breadcrumbs ul > li:before {
  content: '\f105';
  position: absolute;
  font-family: FontAwesome;
  left: -9px;
  font-size: 12px;
  top: 2px;
  color: #c4c4c4;
}
#breadcrumbs ul > li:first-child:before {
  display: none;
}
#breadcrumbs ul > li a {
  font-size: 13px;
  color: #9e9e9e;
  font-family: RR;
}
.visit_hidden {
  height: 0;
  width: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.paging {
  margin: auto;
  width: auto;
  text-align: center;
  padding: 15px 0;
}
.paging ul {
  text-align: center;
  color: #000;
}
.paging ul li {
  cursor: pointer;
  display: inline;
  padding: 0 3px;
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 20px;
  line-height: 20px;
}
.paging ul li a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  background: #f2f2f2;
  box-shadow: 0px 0px 2px #d9d9d9;
  height: 25px;
  width: 25px;
  line-height: 25px;
  border-radius: 5px;
}
.paging ul li a:hover {
  background: #034579;
  color: #fff;
}
.paging ul li .current {
  background: #baa294;
  color: #fff;
}
.item_box {
  display: none;
}
.lozad {
  opacity: 0;
  visibility: hidden;
}
.fade {
  animation-name: fade;
  animation-duration: 0.5s;
  opacity: 1;
  visibility: visible;
}
@keyframes fade {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
.tab {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.tab div {
  padding: 5px 25px;
  font-size: 15px;
  border: 2px solid #e6e6e6;
  margin-left: 10px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: OR;
}
.tab .act {
  border: 2px solid #baa294;
  background: #baa294;
  color: #fff;
}
.tab__content > div {
  display: none;
}
.act-ct {
  display: block !important;
}
.act {
  display: block !important;
}
.scroller6:not(.simply-scroll-list) {
  display: none;
}
.fix {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 15px;
}
.fix span {
  display: inline-block;
  color: #fff;
}
.fix__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}
.fix__address {
  margin-right: 20px;
  color: #000;
  float: left;
  padding-left: 25px;
  background: url(../images/h1.png) no-repeat 0px;
}
.fix__hotline {
  color: #fff;
  line-height: 20px;
  background: url(../images/h2.png) no-repeat 0px;
  float: right;
  padding-left: 30px;
}
.fix__hotline span {
  font-family: RB;
  margin-right: 20px;
  color: #ffd800;
  font-size: 15px;
}
.fix__ngonngu {
  float: right;
}
.fix__ngonngu a {
  color: #fff;
  background: #008ae6;
  padding: 5px 20px;
}
.fix__email {
  margin-right: 20px;
  color: #000;
}
.fix__time {
  color: #000;
}
.fix__slogan {
  font-family: RB !important;
  text-transform: uppercase;
  color: #fff !important;
  font-size: 16px !important;
}
.fix__cart {
  float: right;
  position: relative;
  margin-right: 20px;
}
.fix__cart a {
  color: #fff;
}
.fix__cart span {
  position: absolute;
  right: 12px;
  top: 1px;
  color: #fff;
  display: inline-block;
  line-height: initial;
}
.fix--flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fix__menu ul {
  display: flex;
  align-items: center;
}
.fix__menu ul li {
  list-style: none;
}
.fix__menu ul li a {
  display: inline-block;
  padding: 0px 10px;
  position: relative;
  color: #fff;
}
.fix__menu ul li a:after {
  content: '|';
  position: absolute;
  right: 0px;
  top: 0px;
  color: #b5b5b5;
}
.fix__menu ul li:last-child a:after {
  display: none;
}
.bg_fix {
  background: #404362;
}
.bg_fix--flex {
  display: flex;
  padding: 10px 0;
  align-items: center;
  justify-content: space-between;
}
.header-cus {
  margin-bottom: 0px !important;
  background: #ff6600;
}
@keyframes nhay {
  to {
    box-shadow: none;
  }
  from {
    box-shadow: 0px 0px 5px 0px #c4c4c4;
  }
}
.header__logo {
  text-align: center;
  width: 20%;
  position: relative;
}
.header__search {
  width: 36%;
}
.header__hotline1 {
  background: url(images/h1.png) no-repeat 0px 2px;
  padding-left: 90px;
  color: #000;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
}
.header__time1 {
  background: url(images/h3.png) no-repeat 0px 2px;
  padding-left: 90px;
  color: #000;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
}
.header__address1 {
  background: url(images/h2.png) no-repeat 0px 2px;
  padding-left: 90px;
  color: #000;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
}
.header__hotro {
  display: inline-block;
  text-align: left;
}
.header__address {
  text-align: center;
  display: flex;
  justify-content: space-around;
}
.header__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__cart {
  position: relative;
  float: right;
  padding: 5px 35px 5px 10px;
  background: url(../images/cart.png) no-repeat right;
  position: relative;
}
.header__cart a {
  display: inline-block;
  color: #fff;
}
.header__cart a span {
  position: absolute;
  right: 3px;
  top: -1px;
  font-size: 12px;
}
.header__hotline {
  background: url(images/hd2.png) no-repeat 0px;
  padding-left: 20px;
  color: #fff;
  text-align: left;
  line-height: 20px;
  margin-left: 20px;
}
.header__hotline p:nth-child(2),
.header__hotline p:nth-child(3) {
  font-family: UTMI;
  color: #d00;
  font-size: 20px;
  text-transform: uppercase;
}
.header__time {
  color: #000;
  margin-bottom: 5px;
  padding: 5px 10px 5px 55px;
  display: inline-block;
  text-align: left;
  font-family: MLB;
  background: url(../images/h1.png) no-repeat 0px;
}
.header__time p:nth-child(2) {
  font-family: MLB;
  color: #76bf00;
  font-size: 16px;
  line-height: 20px;
}
.header__time p:nth-child(2) span {
  font-family: SAV;
  color: #000;
  font-size: 14px;
}
.header__email {
  background: url(images/hd1.png) no-repeat 0px;
  padding-left: 26px;
  color: #fff;
}
.header__email p:nth-child(1) {
  padding: 10px 0px 10px 55px;
}
.header__ngonngu {
  margin-left: 50px;
  position: absolute;
  z-index: 99;
  right: 5%;
  top: 20px;
}
.header__ngonngu ul li {
  display: inline-block;
  margin: 0 3px;
}
.header__pdhd {
  display: flex;
  align-items: center;
}
.header.cus-header {
  top: 0px;
  position: relative;
  width: 100%;
  z-index: 99;
}
.cus-header {
  position: relative !important;
  top: 0px !important;
  background: #333;
}
.box-menu {
  background: linear-gradient(to right, transparent 0%, transparent 50%, #e39d00 50%, #e39d00 100%);
  padding: 20px;
  margin-top: 5px;
}
.box-menu .mn-cat {
  text-align: left;
}
.box-menu .mn-cat > a {
  font-family: MLR;
  font-size: 12px;
  color: #fff;
}
.box-menu .mn-cat > a:hover {
  text-decoration: underline !important;
}
.box-menu .mn-item {
  text-align: left;
}
.box-menu .mn-item > a {
  font-family: MLR;
  font-size: 12px;
  color: #fff;
}
.box-menu .mn-item > a:hover {
  text-decoration: underline !important;
}
.box-menu .md-12-40 .mn-cat > a {
  color: #1558b4;
  text-transform: uppercase;
  font-family: MLB;
}
.ab_map {
  position: absolute;
  right: 0px;
}
.fix_header {
  position: fixed !important;
  margin: 0 auto;
  top: 0px;
  width: 100%;
  left: 0px;
  right: 0px;
  background-image: linear-gradient(to bottom, black, transparent);
}
.fix_header .header__logo img {
  max-width: 235px;
}
.fix_header .tieude_dm:hover .showmn {
  display: block;
}
.fix_header .menu ul li:hover > ul,
.fix_header .menu ul li > ul {
  top: 54px;
}
.fix_header .menu ul li {
  padding: 0px;
}
.fix_header .box-search {
  padding: 5px;
}
.fix_header .menu {
  top: 0px;
}
.fix_header .mxh {
  height: 50px;
}
.fix_header .mxh ul li a {
  max-width: 40px;
}
.fix_header .menu > ul > li:nth-child(1) img {
  height: 25px;
}
.flex__menu {
  display: flex;
  align-items: center;
}
.menul {
  width: 37%;
}
.menur {
  width: 37%;
}
.menu__flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#menu_top {
  position: relative;
}
.menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.menu > ul {
  list-style: none;
  transition: all ease 0.5s;
  display: flex;
  padding: 0px;
}
.menu > ul > li {
  text-align: center;
  list-style: none;
  position: relative;
  float: left;
}
.menu > ul > li > a {
  font-size: 15px;
  position: relative;
  display: inline-block;
  color: #fff;
  font-family: OR;
  cursor: pointer;
  align-items: center;
  padding: 14px 20px;
  text-transform: uppercase;
}
.menu > ul > li > a:after {
  position: absolute;
  top: 23px;
  right: 0px;
}
.menu > ul > li > a span {
  position: relative;
  z-index: 1;
}
.menu > ul > li:last-child > a:after {
  display: none;
}
.menu > ul > li:last-child > a {
  border: 0px;
  background: none;
  box-shadow: none;
}
.menu > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
.menu > ul ul {
  top: 53px;
  left: 0px;
  position: absolute;
  visibility: hidden;
  width: 250px;
  opacity: 0;
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  z-index: 999;
}
.menu > ul ul li {
  background: #00000061;
  box-shadow: inset 0px 1px #f2f2f263;
  width: 200px;
  text-align: left;
  box-sizing: border-box;
  display: block;
  position: relative !important;
}
.menu > ul ul li a {
  color: #fff;
  display: inline-block;
  width: 100%;
  padding: 8px 10px;
  font-size: 13px;
}
.menu > ul ul li a:hover {
  text-decoration: underline;
}
.menu > ul ul li:hover > ul {
  top: 0 !important;
  opacity: 1;
  visibility: visible;
}
.menu > ul ul ul {
  visibility: hidden;
  width: 200px;
  margin-left: 198px;
  opacity: 0;
  left: 2px;
  top: 0px;
  position: absolute;
}
.menu__active:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: none;
  border-bottom: 1px solid #ffd800;
  bottom: -5px;
  left: 0px;
  right: 0px;
  margin: auto;
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}
.menu .ngonngu ul li {
  display: inline-block;
  float: right;
  margin-right: 5px;
  padding: 10px 0;
}
.mnl > ul > li > a {
  width: 120px;
}
.mnr,
.mnl {
  width: 40%;
}
.menu_rp {
}
.menu_rp .tt_menu {
  display: inline-block;
}
.menu_rp .tt_menu a {
  color: #fff;
  padding: 10px;
  display: inline-block;
}
.box-search {
  position: relative;
  display: inline-block;
  float: right;
  margin-right: 15px;
  z-index: 99;
  padding: 5px 10px;
}
.search {
  display: inline-block;
  max-width: 230px;
  width: 100%;
}
.search form {
  position: relative;
}
.search.rel {
  position: relative;
}
.search.alb {
  position: absolute;
  right: 0px;
  top: 54px;
  display: none;
  width: 250px;
}
.search__title {
  font-family: UTMI;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  float: left;
  margin-right: 10px;
  line-height: 30px;
  text-transform: uppercase;
}
.search__txt {
  color: #fff;
  height: 35px !important;
  padding: 10px;
  width: 100%;
  padding-right: 25px;
  padding-left: 15px;
  border: 0px;
  border-radius: 20px;
  background: #000;
  box-shadow: inset 0px 0px 8px #000;
}
.search__txt::-webkit-input-placeholder {
  font-family: "MRR";
  color: #fff;
  font-size: '13px';
}
.search__txt::-moz-placeholder {
  font-family: "MRR";
  color: #fff;
  font-size: '13px';
}
.search__txt::-ms-input-placeholder {
  font-family: "MRR";
  color: #fff;
  font-size: '13px';
}
.search__txt::-moz-placeholder {
  font-family: "MRR";
  color: #fff;
  font-size: '13px';
}
.search__btn {
  border: 0!important;
  width: 36px;
  background: url(images/srch1.png) no-repeat center;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
}
.product.box-id {
  padding: 10px 0;
}
.product__item {
  position: relative;
  margin-bottom: 20px;
  box-shadow: 0px 0px 10px 0px #c4c4c4;
}
.product__item:hover {
  transition: all ease 0.2s;
  transform: scale(1);
}
.product__item1 {
  position: relative;
  margin-bottom: 20px;
}
.product__item1:hover {
  transition: all ease 0.2s;
  transform: scale(1);
  box-shadow: 0px 0px 10px 0px #c4c4c4;
}
.product__item:hover .product__flex {
  border-radius: 20px;
}
.product__border {
  transform: scale(1);
}
.product__content {
  padding: 10px;
}
.product__item:hover .product__content1 {
  border: 5px solid transparent;
  -webkit-border-image: url('images/bdname1.png') 5 stretch;
  -o-border-image: url('images/bdname1.png') 5 stretch;
}
.product__hover .product__img a:after {
  content: '';
  position: absolute;
  width: 94%;
  height: 94%;
  left: 3%;
  top: 3%;
  z-index: 9;
  border: 1px solid #f2f2f2;
}
.product__sale {
  position: absolute;
  width: 50px;
  height: 30px;
  background: url(images/sale.png);
  left: 10px;
  top: 10px;
  z-index: 9;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-family: RB;
  font-style: italic;
}
.product__img1 {
  padding-bottom: 73%;
  overflow: hidden;
  background: #fff;
  position: relative;
  height: 0px;
  box-shadow: 1px 1px #f2f2f2, -1px -1px #f2f2f2;
}
.product__img1 img {
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.product__img {
  padding-bottom: 100%;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  background: #fff;
  position: relative;
  height: 0px;
}
.product__img img {
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.product__cs {
  text-align: left;
  font-family: OPR;
}
.product__ab {
  position: absolute;
  left: 0px;
  z-index: 1;
  background: #ff9000;
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 12px;
  align-items: center;
  bottom: 0%;
  padding: 10px 0;
}
.product .product__flex--box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.product .product__flex--reverse {
  display: flex;
  align-items: flex-start;
  flex-flow: row-reverse;
}
.product__view--ab {
  display: inline-block;
  width: 110px;
  line-height: 25px;
  background: linear-gradient(to bottom, #feb503, #e99102);
  color: #fff;
  text-align: center;
  border-radius: 20px;
  font-size: 12px;
  font-family: RB;
}
.product__like {
  display: inline-block;
  width: 70px;
  line-height: 35px;
  background: #f2f2f2;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  border-radius: 4px;
  padding: 0px 27px 0 8px;
}
.product__like:after {
  content: '\f164';
  position: absolute;
  right: 8px;
  top: -2px;
  font-family: FontAwesome;
  font-size: 17px;
}
.product__masp {
  font-family: RB;
  font-size: 15px;
}
.product__des {
  color: #5e5e5e;
}
.product__name {
  font-size: 20px;
  position: relative;
  font-family: MLR;
  color: #000;
  text-align: center;
}
.product__name a {
  font-family: MLR;
  color: #000;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.product__namedv {
  text-align: center;
  font-weight: normal;
  position: relative;
  margin-top: 10px;
}
.product__namedv a {
  color: #000;
  font-family: RM;
  font-size: 16px;
  text-transform: uppercase;
}
.product__title {
  padding: 5px 0 ;
}
.product__title a {
  font-size: 15px;
  text-transform: uppercase;
  color: #000;
  display: flex;
  justify-content: space-between;
}
.product__title .p-price {
  text-transform: none;
  color: #d00;
}
.product__title .p-hot:nth-child(1) {
  background: #d00;
  font-family: RR;
  color: #fff;
  display: inline-block;
  padding: 3px 8px;
  border-radius: 20px;
}
.product__title .p-bold {
  font-family: RM;
}
.product__price {
  color: #000;
  line-height: 1.8;
  text-align: center;
  display: flex;
  justify-content: center;
  font-family: MLR;
}
.product__giaban {
  color: #000;
}
.product__giaban span {
  color: #e20408;
  margin-right: 10px;
}
.product__giaban1 {
  margin-left: 10px;
  color: #000;
  font-family: RM;
}
.product__giaban1 span {
  color: #d00;
}
.product__giacu {
  color: #7f7f7f;
  text-align: center;
  display: inline-block;
}
.product__giacu span {
  text-decoration: line-through !important;
}
.product__cart {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 5px;
}
.product__cart p {
  width: 49%;
}
.product__cart p:nth-child(1) a {
  background: #0c8cef;
  color: #fff;
}
.product__cart p:nth-child(2) a {
  background: #e1e1e1;
  color: #000;
}
.product__cart a {
  display: inline-block;
  height: 32px;
  line-height: 30px;
  padding: 0 12px;
  color: #000;
  font-family: MLB;
  font-size: 13px;
  border-radius: 20px;
  border: 1px solid #000;
  width: 140px;
}
.product__cart a:hover {
  background-color: #000;
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}
.product__cart a:hover {
  color: #fff;
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}
.product.box-top {
  padding: 30px 0;
}
.product.box-top .product__item {
  margin-top: 10px;
}
.product__view {
  text-align: center;
}
.product__view a {
  display: inline-block;
  line-height: 35px;
  color: #000;
  font-size: 13px;
  background: #ececec;
  text-transform: uppercase;
  padding: 0 20px;
  border-radius: 3px;
}
.product__list {
  display: flex;
  background: #f7f7f7;
  padding: 20px;
}
.product__list--name {
  width: 200px;
  display: flex;
  flex-wrap: wrap;
}
.product__list--name p:nth-child(1) a {
  font-family: SR;
  color: #000;
  font-size: 25px;
}
.product__list--view a {
  font-family: MLR;
  font-size: 15px;
  color: #000;
  display: inline-block;
  padding: 5px;
  border-bottom: 1px solid #000;
}
.product__list--title {
  width: 200px;
}
.product__bg {
  background: #f2f2f2;
  padding: 10px;
}
.product__box--item {
  display: flex;
  align-items: flex-start;
}
.product__box--img {
  width: 33%;
  margin-right: 20px;
}
.product__box--content {
  width: 67%;
}
.product__box--name {
  font-family: UTMI;
  background: #ffcc00;
  font-size: 28px;
  display: inline-block;
  padding: 5px 20px;
  position: relative;
  left: -20%;
  margin: 15px 0;
  color: #333333;
  text-transform: uppercase;
}
.product__box--des {
  color: #4c4c4c;
  line-height: 2.0;
}
.product__box--view {
  float: right;
  padding-right: 20px;
  position: relative;
}
.product__box--view:after {
  content: '>>';
  position: absolute;
  right: 2px;
  color: #d00;
}
.product__box--view a {
  color: #d00;
  font-size: 13px;
  font-style: italic;
}
.product__box--td {
  font-family: RB;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0px;
  font-size: 17px;
  color: #333;
}
.product__flex {
  display: flex;
  font-family: MLB;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 2px;
  cursor: pointer;
}
.product__flex:hover {
  background-color: #fff;
  transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
}
.product__flex .name {
  width: 45%;
}
.prd {
  position: relative;
  margin-bottom: 20px;
}
.prd:hover {
  transition: all ease 0.2s;
  box-shadow: 0px 0px 10px 0px #c4c4c4;
}
.prd__item {
  text-align: center;
  position: relative;
}
.prd__item:after {
  content: '';
  position: absolute;
  width: 100%;
  top: 0px;
  height: 100%;
  left: 0px;
  transition: all ease 0.5s;
}
.prd__item:hover:after {
  background: #00000066;
}
.prd__item:before {
  position: absolute;
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
  z-index: 9;
  border: 1px solid #fff;
}
.prd__item:hover .prd__des {
  display: block !important;
}
.prd__content {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  height: 100%;
  text-align: left;
  padding-top: 23%;
}
.prd__img {
  overflow: hidden;
  position: relative;
}
.prd__img img {
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}
.prd__des {
  color: #fff;
  padding: 10px 0px;
  max-width: 250px;
  margin-bottom: 20px;
  font-family: MLR;
  font-size: 15px;
  display: none;
}
.prd__name {
  color: #000;
  font-family: RL;
  background: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 7px 20px 6px;
  font-size: 15px;
}
.prd__ab {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: flex-end;
  z-index: 999;
  justify-content: center;
}
.prd__ab a {
  color: #000;
}
.prd__ab a:hover {
  background-color: #000;
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}
.img-list {
  width: 31%;
  position: relative;
}
.show-product {
  width: 69%;
  border-top: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
}
.bg-product-list {
  background-color: #FBD500;
}
.prddetail__title {
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 5px;
  color: #333;
  font-family: RB;
  text-transform: uppercase;
}
.prddetail__li {
  list-style: none;
  text-align: justify;
}
.prddetail__li--masp {
  line-height: 26px;
  margin-bottom: 5px;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 7px;
  font-size: 13px;
}
.prddetail__li--des {
  margin-top: 5px;
  margin-bottom: 15px;
}
.prddetail__li--giagoc {
  margin-bottom: 5px;
  display: inline-block;
  text-decoration: line-through;
}
.prddetail__li--giaban {
  font-family: OPB;
  margin-bottom: 5px;
  display: inline-block;
  font-size: 22px;
  color: #e80001;
}
.prddetail__li--contact {
  font-family: UTMI;
  font-size: 15px;
  color: #d00;
  padding: 5px 0;
}
.prddetail__li--label {
  text-align: left;
  position: relative;
  width: 155px;
  display: inline-block;
  font-family: OPB;
}
.prddetail__li--cs a {
  line-height: 20px;
  color: #000;
  width: 100%;
  padding: 5px;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 13px;
  border: 1px solid #e6e6e6;
}
.prddetail__noidung {
  margin-bottom: 20px;
}
.prddetail__li--tags {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0px;
}
.prddetail__li--tags li {
  float: left;
  display: inline-block;
}
.prddetail__li--tags li a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  float: left;
  color: #555;
  font-size: 13px;
  padding: 2px 10px;
  border: 1px solid #d9d9d9;
  background: #f2f2f2;
  margin-bottom: 5px;
  margin-right: 5px;
}
.prddetail__li--tags li a:hover {
  text-decoration: underline;
}
.prddetail__li--tags li:nth-child(1) {
  margin-right: 10px;
  line-height: 28px;
}
.prddetail__cart {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.box_img_pr img,
.bd-prd {
  border: 1px solid #e8e8e8;
  background: #fff;
}
.dadetail__title {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px dotted #c4c4c4b5;
  padding: 7px 0;
  font-family: MLB;
}
.dadetail__li {
  list-style: none;
  text-align: justify;
  padding: 5px 0;
  border-bottom: 1px dotted #c4c4c4b5;
}
.dadetail__price {
  color: #c4c4c4;
  line-height: 1.8;
  text-align: center;
  font-family: OR;
}
.dadetail__price span {
  color: #ea5015;
}
.dadetail__price label {
  color: #000;
}
.dadetail__lib .button {
  background: linear-gradient(to bottom, #f2f2f2, #c4c4c4);
  color: #000;
  display: inline-block;
  padding: 10px 20px;
  margin-top: 10px;
  font-family: MB;
  border-radius: 5px;
}
.dadetail__lib .button1 {
  background: linear-gradient(to bottom, #f2f2f2, #c4c4c4);
  color: #000;
  display: inline-block;
  padding: 10px 20px;
  margin-top: 10px;
  font-family: MB;
  border-radius: 5px;
}
.dadetail__li:nth-child(even) {
  background: #f2f2f28c;
  padding: 5px;
}
.dadetail__li--des {
  padding: 5px 0px;
}
.dadetail__li--contact {
  font-family: MLB;
  font-size: 15px;
  color: #d00;
}
.dadetail__li--label {
  text-align: left;
  position: relative;
  width: 155px;
  display: inline-block;
  font-size: 13px;
  color: #555;
}
.dadetail__li--masp {
  font-size: 13px;
}
.dadetail__li--cs a {
  line-height: 20px;
  color: #000;
  width: 100%;
  padding: 7px;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 13px;
}
.dadetail__li--giagoc {
  margin-bottom: 5px;
  display: inline-block;
  text-decoration: line-through;
}
.dadetail__li--giaban {
  font-family: OPB;
  margin-bottom: 5px;
  display: inline-block;
  font-size: 22px;
  color: #e80001;
}
.dadetail__li--des ul,
.dadetail__li--des ol {
  padding-left: 20px;
}
.dadetail__noidung .noidung {
  display: inline-block;
}
.dadetail__des {
  color: #000;
  line-height: 1.6;
  text-align: left;
  font-size: 13px;
}
.dadetail__des p:nth-child(2) span {
  color: #d00;
}
.dadetail__des label {
  font-family: RB;
  display: inline-block;
}
.gioithieu {
  position: relative;
  background: url(images/brgt.png) no-repeat;
  background-size: cover;
  z-index: 9;
}
.gioithieu__address {
  max-width: 1100px;
  margin: 30px auto;
}
.gioithieu--title {
  font-family: UTMI;
  padding-bottom: 10px;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
  background: url(images/icgt.png) no-repeat bottom left;
}
.gioithieu__bd {
  display: inline-block;
  border: 20px solid transparent;
  -webkit-border-image: url('images/bggt.png') 20 stretch;
  -o-border-image: url('images/bggt.png') 20 stretch;
}
.gioithieu__img {
  position: relative;
  display: inline-block;
  padding: 15px;
}
.gioithieu__img:hover .gioithieu__name {
  background: #014894;
  transition: 0.2s;
}
.gioithieu__img img {
  z-index: 1;
  position: relative;
}
.gioithieu__img img:nth-child(2) {
  right: 0px;
  top: 0px;
  position: absolute;
  z-index: 0;
}
.gioithieu__img img:nth-child(3) {
  right: 0px;
  bottom: 0px;
  position: absolute;
  z-index: 0;
}
.gioithieu__img:after {
  position: absolute;
  z-index: 0;
  width: 95%;
  height: 95%;
  right: -25px;
  top: -25px;
  border: 3px solid #98272b;
  box-sizing: border-box;
}
.gioithieu--img {
  width: 95px;
}
.gioithieu--des {
  width: calc(100% - 95px);
  line-height: 1.8;
}
.gioithieu__time {
  color: #fff;
  font-size: 30px;
  font-family: UBC;
  padding-left: 40px;
}
.gioithieu__time span {
  color: #ff0;
}
.gioithieu__list {
  padding-top: 30px;
}
.gioithieu__item {
  display: flex;
  margin-bottom: 10px;
}
.gioithieu__tieude {
  color: #fff;
  font-size: 48px;
  font-family: UBC;
  display: inline-block;
  text-align: center;
  position: relative;
}
.gioithieu__tieude:after {
  position: absolute;
  width: 30px;
  height: 0px;
  border-bottom: 3px solid #006BAC;
  left: 0px;
  bottom: -10px;
}
.gioithieu__tieude span {
  font-family: RR;
  font-size: 15px;
  text-transform: uppercase;
  color: #000;
}
.gioithieu__title1 {
  color: #7c7b7b;
  font-size: 24px;
  font-family: SDS;
}
.gioithieu__title {
  position: relative;
  line-height: 40px;
  margin-bottom: 20px;
  color: #754421;
  font-family: UD;
  font-size: 36px;
}
.gioithieu__title h3 {
  font-family: UTMI;
  font-size: 30px;
  color: #dda41b;
  margin-bottom: 10px;
  text-transform: uppercase;
  padding-left: 18%;
}
.gioithieu__title span {
  color: #fd4c97;
}
.gioithieu__name {
  bottom: 0px;
  font-size: 20px;
  left: 0px;
  position: absolute;
  z-index: 99;
  width: 100%;
  background: #014894b5;
  color: #fff;
  font-family: MLB;
  background: #f6f6f6;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
}
.gioithieu__content {
  position: relative;
}
.gioithieu__slogan {
  font-family: UCS;
  font-size: 42px;
  color: #fe021d;
}
.gioithieu__des {
  line-height: 1.8;
  color: #000;
  text-align: justify;
  margin-top: 10px;
  font-family: QR;
  margin-bottom: 20px;
}
.gioithieu__time {
  margin-bottom: 20px;
}
.gioithieu__view {
  padding: 5px 0;
  text-align: left;
}
.gioithieu__view a {
  display: inline-block;
  position: relative;
  height: 40px;
  text-align: center;
  color: #000;
  line-height: 38px;
  border-radius: 30px;
  border: 2px solid #d8a92c;
  padding: 0 20px;
}
.gioithieu__view a span {
  display: inline-block;
  background: #ffde16;
  padding: 0 35px;
  border-radius: 20px;
  margin-right: 10px;
  line-height: 43px;
  margin-top: -2px;
  margin-left: -5px;
}
.gioithieu__link p {
  font-family: RM;
  font-size: 18px;
  color: #00a08f;
  padding-left: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: url(../images/glass.png) no-repeat 0px;
}
.gioithieu__box--item {
  text-align: center;
}
.gioithieu__box--img img {
  background-color: #ebebeb;
  border-radius: 50%;
}
.gioithieu__box--number {
  font-family: OPB;
  font-size: 27px;
}
.gioithieu__box--name {
  font-family: RB;
  text-transform: uppercase;
  font-size: 15px;
  margin: 5px 0;
  color: #000;
}
.gioithieu__box--name a {
  color: #000;
}
.gioithieu .gioithieu__dk {
  background: #c57036 url(../images/icdk.png) no-repeat 3px;
  padding: 7px 10px 6px 30px;
  margin-left: 10px;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  font-family: RM;
}
.cs {
  background: url(../images/brvs.png) no-repeat;
  background-size: cover;
}
.cs__item {
  display: flex;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 5px;
}
.cs__img {
  display: inline-block;
  margin-right: 10px;
  width: 90px;
}
.cs__content {
  font-family: MLR;
  color: #fff;
  font-size: 13px;
  line-height: 1.8;
  margin-top: 10px;
}
.cs__name {
  font-family: MLB;
  color: #f6b100;
  font-size: 15px;
  text-transform: uppercase;
  margin: 7px 0;
}
.cs__name a {
  font-family: MLR;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
}
.cs__des {
  line-height: 22px;
  margin: 0px auto;
  font-family: QR;
  color: #fff;
}
.flex-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dichvu__box {
  background: #fff;
  padding: 10px;
  border: 1px solid #eee;
}
.dichvu__item {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.dichvu__item:hover:before {
  opacity: 1;
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}
.dichvu__item:hover img {
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.dichvu__img {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
}
.dichvu__content {
  text-align: center;
}
.dichvu__name {
  bottom: 0px;
  left: 0px;
  z-index: 9;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: OPB;
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}
.dichvu__name a {
  font-size: 15px;
  font-family: RB;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 0;
  display: inline-block;
}
.dichvu__name label {
  color: #fff;
  text-transform: uppercase;
  font-family: RB;
  font-size: 35px;
  width: 100%;
  text-align: left;
}
.dichvu__des {
  color: #fff;
  line-height: 22px;
}
.duan__box {
  background: #fff;
  padding: 10px;
  border: 1px solid #eee;
}
.duan__item {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.duan__item:hover:before {
  opacity: 1;
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}
.duan__item:hover img {
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.duan__img {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
}
.duan__content {
  text-align: center;
}
.duan__name {
  text-align: center;
  font-family: ISB;
  text-transform: uppercase;
  font-size: 16px;
}
.duan__name a {
  font-size: 15px;
  font-family: RB;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 0;
  display: inline-block;
}
.duan__name label {
  color: #fff;
  text-transform: uppercase;
  font-family: RB;
  font-size: 35px;
  width: 100%;
  text-align: left;
}
.duan__des {
  line-height: 22px;
  color: #fff;
  font-size: 12px;
}
.duan__ab {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.duan__ab > div {
  background: #FFC000;
  width: 90%;
  height: 0%;
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.duan__ab > div > div {
  padding: 10px;
}
.duan__item:hover .duan__ab > div {
  height: 85%;
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}
.footer {
  position: relative;
  overflow: hidden;
  background: #333333 !important;!i;!;
}
.footer:after {
  position: absolute;
  width: 58%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: url(images/brft.png);
  z-index: 9;
  background-size: 100% 100%;
}
.footer__bg {
  background: #003e81;
  text-align: center;
  padding: 30px 0;
  color: #fff;
}
.footer__contact {
  background: #8d573f;
  padding: 25px 0;
}
.footer__cttitle p:nth-child(1) {
  font-family: OPB;
  color: #fff;
  font-size: 17px;
}
.footer__cttitle p:nth-child(2) {
  color: #fff;
  font-style: italic;
}
.footer__ctlink a {
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  background: #d5671a;
  border-radius: 5px;
  text-transform: uppercase;
}
.footer__flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer__name {
  font-size: 36px;
  position: relative;
  margin-bottom: 10px;
  font-family: OR;
  color: #fff;
  text-transform: uppercase;
}
.footer__name p:nth-child(2) {
  font-size: 40px;
  color: #e9861c;
  text-shadow: 2px 2px #fff, -2px -2px #fff, 2px -2px #fff, -2px 2px #fff;
}
.footer__name span {
  font-family: UTMI;
}
.footer__name:after {
  position: absolute;
  width: 50px;
  height: 0px;
  border-bottom: 1px solid #fff;
  left: 0px;
  bottom: -1px;
}
.footer__content {
  font-family: RR;
  font-style: italic;
  color: #fff;
}
.footer__title {
  margin-bottom: 15px;
  position: relative;
  font-weight: normal;
  font-family: MLR;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  padding-bottom: 10px;
}
.footer__title:after {
  content:'';
  position: absolute;
  width: 39px;
  height: 0px;
  border-bottom: 2px solid #fff;
  left: 0px;
  bottom: 0px;
}
.footer .chinhanh {
  padding: 5px;
  color: #fff;
  margin-bottom: 20px;
  cursor: pointer;
}
.footer .chinhanh:hover {
  background: #218cd5;
}
.footer .chinhanh p:nth-child(1) {
  font-family: MLB;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.footer__slogan {
  min-height: 130px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/sloganft.jpg) no-repeat;
  background-size: cover;
  font-size: 82px;
  color: #ffea00;
  font-family: SST;
}
.footer__tt p:nth-child(1) {
  font-family: OPB;
}
.footer__tt p:nth-child(2) {
  font-family: OPR;
}
.footer__menu {
  background: #0b9444;
  padding: 15px 0;
}
.footer__menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer__menu ul li {
  display: inline-block;
  list-style: none;
}
.footer__menu ul li a {
  display: inline-block;
  padding: 5px 20px;
  font-family: RB;
  color: #fff;
  text-transform: uppercase;
}
.footer__address {
  color: #fff;
  font-family: QR;
}
.footer__address p {
  margin-bottom: 15px;
}
.footer__address .fnd {
  margin-bottom: 10px;
  padding: 5px 0px 5px 35px;
}
.footer__address .fnd:nth-child(1) {
  background: url(../images/f1.png) no-repeat 0px;
}
.footer__address .fnd:nth-child(2) {
  background: url(../images/f2.png) no-repeat 0px;
}
.footer__address .fnd:nth-child(2) p:nth-child(2) {
  font-size: 20px;
}
.footer__address .fnd:nth-child(3) {
  background: url(../images/f3.png) no-repeat 0px;
}
.footer__address .fnd:nth-child(4) {
  background: url(../images/f4.png) no-repeat 0px;
}
.footer__address .fnd p:nth-child(2) {
  font-family: OPB;
}
.footer__des {
  line-height: 1.8;
  font-size: 15px;
}
.footer__link p {
  text-align: left;
  font-family: QR;
  padding: 3px 0;
}
.footer__link p a {
  color: #fff;
}
.footer__link p a:hover {
  color: #d00;
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}
.footer__fnd {
  margin-right: 10px;
}
.footer__fnd p:nth-child(1) {
  font-family: OPB;
  font-size: 16px;
  color: #f38c34;
  text-transform: uppercase;
}
.footer__map {
  padding-bottom: 260px;
  height: 0px;
  position: relative;
  width: 100%;
}
.footer__map iframe {
  position: absolute;
  width: 100%;
  top: 0px;
  height: 100%;
  left: 0px;
}
.footer__truycap ul li {
  position: relative;
  list-style: none;
  line-height: 25px;
  color: #fff;
}
.footer__nhantin {
  position: relative;
}
.footer__nhantin:after {
  position: absolute;
  border-left: 142px solid transparent;
  border-top: solid 60px #fff;
  border-right: 142px solid transparent;
  bottom: -60px;
  width: 100%;
  box-sizing: border-box;
  left: 0px;
}
.footer__nhantin .txt1 {
  background: url(../images/txt1.png) no-repeat right;
}
.footer__nhantin .txt2 {
  background: url(../images/txt2.png) no-repeat right;
}
.footer__nhantin .txt3 {
  background: url(../images/txt3.png) no-repeat right;
}
.footer__nhantin--title {
  color: #555;
  line-height: 30px;
  margin: 10px 0;
}
.footer__nhantin--title p:nth-child(1) {
  text-transform: uppercase;
  font-family: SFR;
  font-size: 20px;
}
.footer__nhantin--txt {
  color: #fff;
  height: 40px;
  padding: 10px 20px;
  font-family: RR;
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #f2f2f2;
  background: none;
}
.footer__nhantin--txt::-webkit-input-placeholder {
  font-family: "RR";
  color: #555;
  font-size: '12px';
}
.footer__nhantin--txt::-moz-placeholder {
  font-family: "RR";
  color: #555;
  font-size: '12px';
}
.footer__nhantin--txt::-ms-input-placeholder {
  font-family: "RR";
  color: #555;
  font-size: '12px';
}
.footer__nhantin--txt::-moz-placeholder {
  font-family: "RR";
  color: #555;
  font-size: '12px';
}
.footer textarea {
  height: auto;
  width: 100%;
  padding-right: 40px;
  margin: 0px;
}
.footer__nhantin--box {
  padding-bottom: 20px;
}
.footer__nhantin--btn {
  background: #cc9f26;
  z-index: 2;
  cursor: pointer;
  border: 0px;
  text-transform: uppercase;
  color: #000;
  height: 40px;
  padding: 0 25px;
  border-radius: 5px;
}
.footer__hotline span {
  font-weight: 600;
}
.footer__line {
  border-bottom: 1px solid #4d4d4d;
  margin-bottom: 20px;
}
.copyfooter {
  position: relative;
  padding: 10px 0;
}
.copyfooter__flex {
  display: flex;
  justify-content: center;
}
.copyfooter__design {
  color: #fff;
  font-size: 13px;
}
.copyfooter__design span {
  font-family: OPB;
}
.copyfooter__truycap {
  display: inline-block;
  float: right;
}
.copyfooter__truycap ul li {
  color: #fff;
  display: inline-block;
  position: relative;
  font-size: 13px;
  padding: 0px 10px 0px 0px;
  margin-right: 10px;
}
.copyfooter__truycap ul li .aft-truycap {
  content: '';
  height: 10px;
  width: 1px;
  right: -1px;
  top: 5px;
  position: absolute;
}
.copyfooter__truycap ul li:nth-child(1):before {
  content: '';
  height: 10px;
  width: 1px;
  right: -1px;
  top: 5px;
  position: absolute;
  background: #fff;
}
.left__contact p {
  margin-bottom: 15px;
}
.left__contact p:nth-child(1) a {
  background: #000 url(../images/left-f.png) no-repeat 5px;
}
.left__contact p:nth-child(2) a {
  background: #f5821f url(../images/left-m.png) no-repeat 5px 0px;
  border: 1px solid #a85a16;
  font-size: 14px;
}
.left__contact p:nth-child(3) a {
  background: #000 url(../images/left-s.png) no-repeat 5px;
}
.left__contact p a {
  display: inline-block;
  text-align: start;
  padding: 7px 10px 7px 50px;
  color: #fff;
  font-size: 1.2em;
  border: 1px solid #000;
  font-family: MLR;
  font-style: italic;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.left__form {
  margin-bottom: 10px;
}
.left__stip {
  padding: 10px 20px 10px 15px;
  color: #555;
  height: 40px;
  outline: none;
  width: 100%;
  border: 1px solid #c4c4c4;
  background: #e6e6e6;
  font-size: 12px;
  border-radius: 5px;
}
.left__stip::-webkit-input-placeholder {
  font-family: "MLR";
  color: #555;
  font-size: '';
}
.left__stip::-moz-placeholder {
  font-family: "MLR";
  color: #555;
  font-size: '';
}
.left__stip::-ms-input-placeholder {
  font-family: "MLR";
  color: #555;
  font-size: '';
}
.left__stip::-moz-placeholder {
  font-family: "MLR";
  color: #555;
  font-size: '';
}
.left__send {
  background: #000;
  color: #fff;
  line-height: 30px;
  border: 1px solid #c4c4c4;
  border: 1px solid #000;
  border-radius: 5px;
  float: right;
  font-size: 13px;
  padding: 2px 30px 2px 10px;
}
.left__item {
  margin-bottom: 20px;
}
.left__boxmn {
  position: relative;
}
.left__link > ul {
  border: 1px solid #f2f2f2;
  border-top: 0px;
}
.left__link > ul > li {
  list-style: none;
}
.left__link > ul > li.actleft {
  background: #f2f2f2;
}
.left__link > ul > li > a {
  color: #000;
  position: relative;
  display: inline-block;
  text-transform: none;
  padding: 10px 0px 10px 32px;
  background: url(../images/check.png) no-repeat 20px;
  font-weight: normal;
  font-size: 14px;
  width: 100%;
  border-top: 1px solid #ededec;
  font-family: MLB;
}
.left__link > ul > li:last-child a {
  border-bottom: 0px;
}
.left__link > ul > li:hover > a {
  text-decoration: underline;
}
.left__link > ul > li:hover ul {
  visibility: visible !important;
}
.left__link > ul ul {
  padding-left: 15px;
}
.left__link > ul ul li {
  list-style: none;
  background: none;
}
.left__link > ul ul li a {
  color: #000;
  position: relative;
  display: inline-block;
  text-transform: none;
  padding: 7px 0px 7px 32px;
  background: url(../images/check.png) no-repeat 20px;
  font-weight: normal;
  font-size: 13px;
  width: 100%;
}
.left__link > ul ul li a:after {
  left: 35px;
  top: 7px;
}
.left__link > ul ul li:hover > a {
  text-decoration: underline;
}
.left__menu {
  box-shadow: -1px 0px #b80314, 1px 1px #b80314;
  background: #ffffff;
  position: relative;
  border-top: 0px;
}
.left__menu > ul {
  padding-bottom: 148.5%;
  overflow-y: scroll;
  height: 0px;
}
.left__menu > ul::-webkit-scrollbar {
  width: 0px;
  border-radius: 20px;
}
.left__menu > ul::-webkit-scrollbar-thumb {
  background-color: #f2f2f2;
  border-radius: 20px;
  outline: 1px solid #f2f2f2;
}
.left__menu > ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
  border-radius: 20px;
}
.left__menu > ul > li {
  list-style: none;
  border-bottom: 1px dashed #d9d9d9;
}
.left__menu > ul > li:nth-child(1) {
  background: none;
}
.left__menu > ul > li > a {
  color: #000;
  position: relative;
  display: inline-block;
  padding: 13px 13px 13px 35px;
  width: 100%;
  background: url(images/icmnr.png) no-repeat right, url(images/icmnl.png) no-repeat 5px;
}
.left__menu > ul > li:last-child a {
  border-bottom: 0px;
}
.left__menu > ul > li:hover > a {
  text-decoration: underline;
}
.left__menu > ul > li:hover ul {
  visibility: visible !important;
}
.left__menu > ul ul {
  position: absolute;
  visibility: hidden;
  left: 100%;
  top: 0px;
  height: 100%;
  z-index: 999;
  width: 250px;
  background: #fff;
  box-shadow: -1px 0px #eee;
}
.left__menu > ul ul li {
  list-style: none;
  background: none;
}
.left__menu > ul ul li a {
  color: #4c4c4c;
  position: relative;
  display: inline-block;
  text-transform: none;
  padding: 13px 0px 13px 20px;
  background: url(../images/left-link.png) no-repeat 7px;
  font-weight: normal;
  font-size: 14px;
  width: 100%;
  border-bottom: 1px dashed #d9d9d9;
}
.left__menu > ul ul li a:after {
  left: 35px;
  top: 7px;
}
.left__menu > ul ul li:hover > a {
  text-decoration: underline;
}
.left__imghl {
  position: relative;
}
.left__imghl div {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  width: 100%;
  background: #000000c9;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-family: RB;
  text-transform: uppercase;
}
.left__imghl span {
  color: #ff0;
  font-size: 16px;
}
.left__hotro--email {
  padding: 4px 4px 4px 45px;
  background: url(../images/l-ic4.png) no-repeat 0px;
  color: #fff;
}
.left label {
  font-size: 16px;
  font-family: OPB;
  color: #000;
  margin-right: 10px;
}
.left__hotro--hl {
  padding: 5px 5px 5px 45px;
  background: url(images/hotro_hotline.png) no-repeat 0px;
}
.left__hotro--hl p:nth-child(1) {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
}
.left__hotro--item {
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.left__hotro--item:last-child {
  border: 0px;
  margin: 0px;
  padding: 0px;
}
.left__hotro--item > p {
  margin-bottom: 5px;
  font-family: MB;
  color: #fff;
  padding-left: 20px;
  background: url(images/ten.png) no-repeat 0px;
}
.left__hl p span {
  color: #ca0000;
}
.left__add {
  background: url(../images/left-2.png) 0px 10px no-repeat;
  padding-top: 10px;
  padding-left: 30px;
}
.left__add p {
  font-family: RR;
  color: #777777;
  font-size: 13px;
}
.left__mail {
  background: url(../images/left-3.png) 0px 10px no-repeat;
  font-family: RM;
  padding-top: 10px;
  padding-left: 30px;
}
.left__mail p {
  font-family: RR;
  color: #777777;
  font-size: 13px;
}
.left textarea {
  height: auto !important;
}
.menulist {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.menulist div {
  line-height: 45px;
  padding: 0 30px;
  color: #fff;
  position: relative;
  background: url(../images/ictd.png) no-repeat 10px, url(../images/ictd1.png) no-repeat right;
  background-color: #e8e8e8;
  text-align: center;
  margin-right: 10px;
  border-radius: 30px;
  font-family: RB;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #000;
  cursor: pointer;
}
.menulist div:last-child:after {
  display: none;
}
.menulist div:hover {
  color: #fff;
  background-color: #066f37;
}
.menulist div:after {
  position: absolute;
  top: 0px;
  right: -5px;
}
.menulist ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.menulist ul li {
  list-style: none;
  text-align: center;
  display: inline-block;
}
.menulist ul li a {
  color: #000;
}
.menulist p {
  margin-bottom: 10px;
}
.menulist p a {
  display: inline-block;
  padding: 5px 30px;
  text-transform: uppercase;
  font-family: OR;
  color: #000;
  font-size: 18px;
  background: #fff;
  border: 2px solid #baa294;
}
.menulist a {
}
.menulist .menulist__act {background: #baa294;color: #fff;}
.menulist .act {
  color: #fff;
  background-color: #066f37;
}
.nhantin {
  background: url(images/brnt.png) no-repeat;
  background-size: cover;
}
.nhantin:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(to right, transparent 0px, transparent 50%, rgba(0, 0, 0, 0.38039216) 50%);
}
.nhantin__bg {
  position: relative;
  z-index: 9;
  background: #ffffffb8;
  padding: 25px;
}
.nhantin__flex {
  background: url(images/brdk1.png);
  padding: 2% 5%;
  margin-bottom: -65px;
  z-index: 9;
  position: relative;
  background-size: cover;
}
.nhantin__box {
  position: relative;
  z-index: 9;
}
.nhantin__col {
  text-align: center;
  max-width: 1000px;
  margin: 0px auto;
}
.nhantin__col .nhantin__txt {
  width: 100%;
  margin-bottom: 10px;
  border: 0px;
  border-radius: 5px;
}
.nhantin--title {
  margin-bottom: 15px;
  font-size: 13px;
  text-align: center;
}
.nhantin__title {
  margin-bottom: 10px;
}
.nhantin__title p:nth-child(1) {
  font-family: RB;
  text-transform: uppercase;
}
.nhantin__tieude {
  color: #fff;
  margin-bottom: 15px;
}
.nhantin__txt {
  color: #555;
  height: 45px;
  padding: 10px;
  border: 0px;
  background: #fff;
}
.nhantin__txt::-webkit-input-placeholder {
  font-family: "RR";
  color: #c4c4c4;
  font-size: '12px';
}
.nhantin__txt::-moz-placeholder {
  font-family: "RR";
  color: #c4c4c4;
  font-size: '12px';
}
.nhantin__txt::-ms-input-placeholder {
  font-family: "RR";
  color: #c4c4c4;
  font-size: '12px';
}
.nhantin__txt::-moz-placeholder {
  font-family: "RR";
  color: #c4c4c4;
  font-size: '12px';
}
.nhantin--box form {
  display: flex;
  border: 1px solid #c4c4c4;
}
.nhantin__btn {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #000;
  background: #cc9f26;
  padding: 13px 25px;
  border: 0px;
  text-transform: uppercase;
  border-radius: 5px;
}
.newsdetail__item {
  position: relative;
  border-bottom: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  padding-bottom: 10px;
}
.newsdetail__img {
  margin-right: 10px;
  background: #fff;
  opacity: 1;
  transition: all ease 0.5s;
  width: 35%;
  float: left;
}
.newsdetail__img img {
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 100%;
}
.newsdetail__img:hover {
  opacity: 0.8;
  transition: all ease 0.5s;
}
.newsdetail__content {
  position: relative;
  width: 65%;
}
.newsdetail__name a {
  color: #000;
  text-transform: uppercase;
  outline: none !important;
  font-family: MB;
}
.newsdetail__name a:hover {
  color: #ff6600;
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}
.newsdetail__call {
  color: #d00;
  font-family: RB;
  font-size: 13px;
}
.newsdetail__des {
  color: #000;
  line-height: 1.6;
  font-size: 13px;
  margin-bottom: 10px;
}
.newsdetail__view {
  text-align: left;
  margin-top: 5px;
}
.newsdetail__view a {
  font-family: OPR;
  color: #000;
  display: inline-block;
  padding: 6px 20px;
  background: #e2e2e2;
  font-size: 13px;
  border: 1px solid #f2f2f2;
}
.newsdetail__view a:hover {
  color: #FBD500;
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}
.news__item {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 10px;
}
.news__img {
  opacity: 1;
  transition: all ease 0.5s;
  width: 38%;
  float: left;
  margin-right: 10px;
}
.news__img img {
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.news__img:hover {
  opacity: 0.8;
  transition: all ease 0.5s;
}
.news__content {
  text-align: left;
}
.news__name a {
  color: #98272b;
  font-family: MLB;
  outline: none !important;
  text-transform: uppercase;
}
.news__name span {
  font-family: RR;
  color: #000;
}
.news__call {
  color: #d00;
  font-family: RB;
  font-size: 13px;
}
.news__des {
  color: #000;
  line-height: 1.6;
  font-size: 13px;
  font-family: MLR;
  margin-bottom: 10px;
}
.news__view {
  text-align: right;
}
.news__view a {
  font-family: OPR;
  color: #000;
  display: inline-block;
  padding: 6px 20px;
  background: #f7f7f7;
  font-size: 13px;
  border: 1px solid #98272b;
}
.doitac {
  position: relative;
  z-index: 9;
}
.doitac__item {
  text-align: center;
}
.bd-doitac {
  border-right: 0px;
}
.title-doitac {
  line-height: 40px;
}
.title-doitac p:nth-child(1) {
  font-family: RR;
  font-size: 30px;
}
.title-doitac p:nth-child(2) {
  font-family: RB;
  font-size: 42px;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #0077c7;
  background: url(images/ictd.png) no-repeat bottom left;
}
.flex-doitac {
  display: flex;
}
.title-doitac {
  width: 15%;
}
.bd-doitac {
  width: 85%;
}
.sanpham {
  background: url(../images/brsp.png) no-repeat;
  background-size: cover;
}
.sanpham__item {
  display: flex;
  border: 1px solid #d9d9d9;
  align-content: center;
}
.sanpham__img {
  width: 33%;
}
.sanpham__name {
  width: 67%;
  color: #fff;
  display: flex;
  align-items: center;
}
.sanpham__name a {
  font-family: RB;
  color: #fff;
  text-transform: uppercase;
}
.bds {
  padding: 30px 0;
}
.bds__item {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #f2f2f2;
  padding: 5px 0px;
}
.bds__item:hover {
  box-shadow: 0px 0px 15px 0px #c4c4c4;
}
.bds__img {
  background: #fff;
  opacity: 1;
  transition: all ease 0.5s;
}
.bds__img img {
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 100%;
}
.bds__img:hover {
  opacity: 0.8;
  transition: all ease 0.5s;
}
.bds__content {
  text-align: left;
  padding: 0px 10px;
}
.bds__name a {
  color: #0191b6;
  font-family: MLB;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  outline: none !important;
  text-transform: uppercase;
}
.bds__mota {
  padding: 5px 0;
  color: #646464;
}
.bds__des {
  color: #000;
  line-height: 1.6;
  text-align: left;
  font-size: 13px;
}
.bds__des p label {
  color: #000;
}
.bds__des p:nth-child(1) span {
  color: #0f65b3;
}
.bds__des p:nth-child(2) span {
  color: #a65e00;
  font-family: MLB;
}
.bds__des p:nth-child(3) span {
  color: #555;
}
.bds__des p:nth-child(4) span {
  color: #850000;
  font-family: MLB;
}
.bds__info {
  margin-top: 5px;
  color: #000;
  line-height: 1.6;
  text-align: justify;
  font-size: 13px;
}
.bds__info p {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.bds__info p:nth-child(1) {
  background: url(../images/new1.png) no-repeat 0px;
}
.bds__info p:nth-child(2) {
  background: url(../images/new2.png) no-repeat 0px;
}
.bds__info p:nth-child(2) span {
  color: #d00;
}
.bds__info p:nth-child(3) {
  background: url(../images/new3.png) no-repeat 0px;
}
.bds__info p:nth-child(3) span {
  float: right;
}
.bds__info label {
  padding-left: 20px;
  font-family: RB;
  display: inline-block;
}
.congtrinh {
  position: relative;
}
.congtrinh:hover a {
  visibility: visible !important;
}
.congtrinh__item {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.congtrinh__item:hover .baiviet__border {
  transition: all ease 0.2s;
  transform: scale(1);
}
.congtrinh__border {
  transition: all ease 0.2s;
  transform: scale(1);
  border: 5px solid #e2e2e1;
}
.congtrinh__img {
  background: #fff;
  opacity: 1;
  transition: all ease 0.5s;
  overflow: hidden;
}
.congtrinh__img img {
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.congtrinh__img:hover {
  opacity: 0.8;
  transition: all ease 0.5s;
}
.congtrinh__img:hover img {
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.congtrinh__content {
  text-align: center;
  padding: 7px 0;
  background: #017e59;
}
.baiviet {
  background: #fff;
}
.baiviet__item:hover {
  transition: all ease 0.2s;
  transform: scale(1);
  box-shadow: 0px 0px 10px 0px #c4c4c4;
}
.baiviet__item:hover .baiviet__content {
  background: #fff;
}
.baiviet__item:hover .baiviet__img:after {
  background: #000;
  opacity: 0.7;
}
.baiviet__border {
  transition: all ease 0.2s;
  transform: scale(1);
  text-align: left;
  margin-bottom: 20px;
}
.baiviet__img {
  opacity: 1;
  transition: all ease 0.5s;
  overflow: hidden;
  position: relative;
}
.baiviet__img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: all ease 0.4s;
}
.baiviet__img img {
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.baiviet__img:hover img {
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.baiviet__img p {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 99;
  align-items: center;
  justify-content: center;
  background: #00000082;
  visibility: hidden;
}
.baiviet__img p span {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #f2f2f2;
  color: #000;
  border-radius: 50px;
  line-height: 50px;
  text-align: center;
}
.baiviet__item:hover .baiviet__img p {
  visibility: visible;
}
.baiviet__content {
  text-align: left;
  position: relative;
  padding: 15px;
  box-shadow: inset 0px 0px 2px #c4c4c4;
}
.baiviet__ab {
  position: absolute;
  z-index: 9;
  bottom: 0px;
  display: flex;
  width: 100%;
  height: 100%;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-family: ISB;
  font-size: 16px;
  text-transform: uppercase;
  opacity: 0;
  transition: all ease 0.5s;
  text-align: center;
}
.baiviet__item:hover .baiviet__ab {
  opacity: 1;
  transition: all ease 0.7s;
}
.baiviet__tieude {
  font-family: MRM;
  text-align: left;
  text-transform: uppercase;
  font-size: 26px;
  display: inline-block;
}
.baiviet__tieude a {
  color: #000;
  font-family: RB;
}
.baiviet__name {
  text-align: left;
}
.baiviet__name a {
  margin-bottom: 5px;
  color: #000;
  font-family: MLB;
  font-size: 16px;
}
.baiviet__title {
  text-align: center;
}
.baiviet__title a {
  color: #000;
  font-family: RB;
  font-size: 15px;
  text-transform: uppercase;
}
.baiviet__price {
  text-align: center;
  color: #000;
}
.baiviet__giaban {
  margin-right: 10px;
  text-align: center;
}
.baiviet__giaban span {
  line-height: 20px;
  color: #d00;
  font-family: MLB;
  font-size: 15px;
}
.baiviet__giaban span label {
  color: #000;
}
.baiviet__giaban span a {
  line-height: 20px;
  color: #ef0c0c;
  font-family: RB;
}
.baiviet__giacu {
  color: #c6c6c6;
  text-align: center;
  display: inline-block;
}
.baiviet__giacu span {
  text-decoration: line-through !important;
}
.baiviet .clw a {
  color: #fff !important;
}
.baiviet .clw .baiviet__des {
  color: #c4c4c4 !important;
}
.baiviet__des {
  text-align: left;
  color: #000;
}
.baiviet__view {
  position: relative;
  top: 15px;
}
.baiviet__view a {
  font-family: OPR;
  color: #000;
  display: inline-block;
  padding: 5px 20px;
  font-size: 13px;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  background: #fff;
}
.baiviet__date {
  color: #848484;
  text-align: center;
  font-family: OPR;
  font-size: 13px;
}
.botnews__bg {
  background: url(images/rpx.png) no-repeat top left;
  padding-top: 25px;
  position: relative;
}
.botnews__bg .brbot {
  position: absolute;
  left: -75px;
  top: 20px;
}
.botnews__news--hot {
  margin-bottom: 20px;
}
.botnews__item--hot {
  position: relative;
  margin-bottom: 20px;
}
.botnews__item--bd {
  background: #fff;
  padding: 30px;
}
.botnews__flex {
  display: flex;
  position: relative;
}
.botnews__flex1 {
  display: flex;
  position: relative;
}
.botnews__flex1:after {
  content: '';
  background: url(images/brtd.png);
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-size: cover;
}
.botnews__bd {
  border-bottom: 1px dotted #555;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.botnews__title--hot {
  line-height: 20px;
  padding-top: 10px ;
}
.botnews__title--hot a {
  color: #fff;
  display: inline-block;
  font-family: RR;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.botnews__content--hot {
  line-height: 1.8;
  font-size: 13px;
}
.botnews__des--hot {
  line-height: 23px;
  text-align: left;
}
.botnews__des--other {
  text-align: left;
  color: #7d7d7d;
  font-size: 13px;
}
.botnews__date {
  margin-right: 10px;
  position: relative;
  color: #555;
  font-style: italic;
}
.botnews__date span {
  color: #f2be00;
}
.botnews__date p:nth-child(2) {
  font-size: 18px;
  border-top: 1px solid #fff;
}
.botnews__view {
  font-size: 13px;
  padding: 5px 0;
}
.botnews__view a {
  display: inline-block;
  position: relative;
  width: 97px;
  height: 40px;
  text-align: center;
  color: #000;
  border: 1px solid #093b76;
  background-size: cover;
  line-height: 40px;
  font-family: MLB;
}
.botnews__view a:hover span {
  background-color: #2866c1 !important;
}
.botnews__view span {
  width: 50px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
  background: #202020 url(../images/icv.png) no-repeat center center;
}
.botnews__news--other {
  position: relative;
}
.botnews__item--other {
  margin-bottom: 10px;
}
.botnews__img--other,
.botnews__img--hot {
  position: relative;
  text-align: center;
}
.botnews__img--other a,
.botnews__img--hot a {
  position: relative;
}
.botnews__date--other {
  color: #555;
  padding-left: 28px;
  background: url(images/v.png) no-repeat 0px;
  padding: 5px 0 5px 25px;
}
.botnews__title--other {
  font-family: RM;
  font-size: 15px;
  line-height: 20px;
}
.botnews__title--other a {
  color: #000;
}
.botnews__pd {
  padding: 15px 10px;
}
.botnews__content--other {
  line-height: 1.8;
  font-size: 13px;
}
.botnews__link {
  background: #f2f2f2;
  padding: 15px;
}
.botnews__link ul li {
  list-style: none;
}
.botnews__link ul li a {
  color: #000;
  font-size: 13px;
  background: url(../images/dotnews.png) no-repeat 0px;
  padding: 4px 0 4px 10px;
  display: inline-block;
  width: 100%;
}
.botnews__change--slt {
  width: 100%;
  color: #9c9c9c;
  border: 0px;
  padding: 10px;
  border: 1px solid #d9d9d9;
  background: #fff;
}
.botnews__change--show {
  height: 0px;
  position: relative;
  padding-bottom: 55%;
}
.botnews__change--show iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.botnews__clickf--show {
  height: 0px;
  position: relative;
  padding-bottom: 70%;
  padding-right: 20%;
  margin-bottom: 10px;
}
.botnews__clickf--show iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.botnews__clickf--box {
  margin: 0 -5px;
}
.botnews__clickf--item {
  position: relative;
  height: 0px;
  padding-bottom: 65%;
}
.botnews__clickf--item img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.botnews__clickf--item span {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: 0px;
  right: 0px;
  z-index: 9;
  background: url(../images/icy.png);
  border-radius: 50%;
  background-size: 100% 100%;
  cursor: pointer;
}
.botnews__clickl {
  display: flex;
  justify-content: flex-start;
}
.botnews__clickl--show {
  height: 0px;
  position: relative;
  padding-bottom: 66%;
  width: 75%;
  margin-right: 1%;
}
.botnews__clickl--show iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.botnews__clickl--content {
  width: 55%;
}
.botnews__clickl--content p:nth-child(1) {
  font-family: OPB;
  font-size: 20px;
}
.botnews__clickl--content p:nth-child(2) {
  font-family: OPR;
  color: #5d5d5d;
  font-size: 15px;
}
.botnews__clickl--flex {
  display: flex;
  align-items: center;
  background: #f2f2f2;
  margin-bottom: 10px;
  padding: 25px;
  padding-bottom: 15px;
  border: 1px solid #ebebeb;
}
.botnews__clickl--box {
  height: 0px;
  position: relative;
  width: 24%;
  padding-bottom: 66%;
  overflow-y: scroll;
  float: right;
}
.botnews__clickl--box::-webkit-scrollbar {
  width: 7px;
  border-radius: 20px;
}
.botnews__clickl--box::-webkit-scrollbar-thumb {
  background-color: #555;
  border-radius: 20px;
  outline: 1px solid #555;
}
.botnews__clickl--box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
  border-radius: 20px;
}
.botnews__clickl--item {
  position: relative;
  height: 0px;
  padding-bottom: 72%;
  margin-bottom: 10px;
}
.botnews__clickl--item img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.botnews__clickl--item span {
  width: 37px;
  height: 37px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: 0px;
  right: 0px;
  z-index: 9;
  background: url(../images/icy.png);
  border-radius: 50%;
  background-size: 100% 100%;
  cursor: pointer;
}
.botnews__title--detail {
  margin-bottom: 10px;
}
.botnews__title--detail a {
  line-height: 23px;
  color: #000;
  font-size: 13px;
  font-family: SAV;
}
.tieude_dm {
  position: relative;
}
.tieude_dm .abmenu {
  display: none;
  left: 0px;
  top: 100%;
  width: 100%;
  position: absolute;
  z-index: 99;
}
.tieude_dm:hover .abmenu {
  display: block;
}
.tieude_dm:hover .inshow {
  display: block;
}
.contact__flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact__bg {
  background: #dedede;
}
.contact__bg1 {
  background: #e6e6e6;
}
.contact__box > div {
  padding: 0px 30px;
  min-height: 165px;
}
.contact__box > div:hover {
  box-shadow: 0px 0px 10px 0px #555;
  position: relative;
}
.contact__box a {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100px;
  align-items: center;
  justify-content: center;
  color: #000;
  font-family: RB;
  text-transform: uppercase;
  font-size: 20px;
}
.contact__content {
  margin-bottom: 10px;
}
.contact__map {
  padding-bottom: 45%;
  height: 0px;
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.contact__map iframe {
  position: absolute;
  width: 100%;
  top: 0px;
  height: 100%;
  left: 0px;
}
.contact__stip {
  padding: 10px 20px 10px 15px;
  color: #000;
  height: 40px;
  border: 1px solid #dedede;
  outline: none;
  width: 100%;
  background: #fff;
  font-size: 12px;
}
.contact__stip::-webkit-input-placeholder {
  font-family: "RR";
  color: #555;
  font-size: '';
}
.contact__stip::-moz-placeholder {
  font-family: "RR";
  color: #555;
  font-size: '';
}
.contact__stip::-ms-input-placeholder {
  font-family: "RR";
  color: #555;
  font-size: '';
}
.contact__stip::-moz-placeholder {
  font-family: "RR";
  color: #555;
  font-size: '';
}
.contact__btnfrm {
  padding: 0px 30px;
  background: #000;
  color: #fff;
  line-height: 40px;
  font-family: RB;
  text-transform: uppercase;
  border-radius: 2px;
}
.video {
  position: relative;
}
.video__show {
  position: relative;
  height: 0px;
  padding-bottom: 63%;
  margin-bottom: 10px;
  width: 100%;
}
.video__show iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  border: 3px solid #fff;
}
.video__mg::-webkit-scrollbar {
  width: 7px;
  border-radius: 20px;
}
.video__mg::-webkit-scrollbar-thumb {
  background-color: #f2f2f2;
  border-radius: 20px;
  outline: 1px solid #f2f2f2;
}
.video__mg::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
  border-radius: 20px;
}
.video__pd {
  height: 0px;
  padding-bottom: 70%;
  position: relative;
}
.video__pd img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.video__pd span {
  z-index: 1;
  top: calc(50% - 17px);
  left: calc(50% - 17px);
  position: absolute;
  width: 34px;
  height: 34px;
  background: url(../images/icyou.png);
}
.bottom-video {
  position: relative;
  background: url(images/brbot.png);
}
.ab-video {
  max-width: 270px;
  right: 5%;
  position: absolute;
  height: 0px;
  z-index: 99;
  top: 0px;
  width: 100%;
  background: #000000a1;
  padding: 25px;
  padding-bottom: 36%;
  overflow-y: scroll;
}
.ab-video::-webkit-scrollbar {
  width: 5px;
  border-radius: 20px;
}
.ab-video::-webkit-scrollbar-thumb {
  background-color: '#f2f2f2';
  border-radius: 20px;
  outline: 1px solid '#f2f2f2';
}
.ab-video::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
  border-radius: 20px;
}
.ab-video .img-video {
  padding-bottom: 70%;
  margin-bottom: 15px;
}
.searchbds__title {
  font-family: RB;
  color: #fff;
  border-radius: 4px 4px 0 0;
  font-size: 16px;
  line-height: 36px;
  text-align: left;
  background: #1a459c;
  padding-left: 65px;
  position: relative;
}
.searchbds__title:after {
  content: '';
  position: absolute;
  width: 47px;
  height: 43px;
  background: url(../images/sbds.png);
  left: 10px;
  top: -10px;
}
.searchbds__form {
  border: 1px solid #d8d7d7;
}
.searchbds__stip {
  color: #555;
  height: 34px;
  outline: none;
  width: 100%;
  border: 1px solid #dfdfdf;
  background: #fff;
  font-size: 12px;
  margin-bottom: 10px;
  padding-left: 10px;
}
.searchbds__stip::-webkit-input-placeholder {
  font-family: "MLR";
  color: #555;
  font-size: '';
}
.searchbds__stip::-moz-placeholder {
  font-family: "MLR";
  color: #555;
  font-size: '';
}
.searchbds__stip::-ms-input-placeholder {
  font-family: "MLR";
  color: #555;
  font-size: '';
}
.searchbds__stip::-moz-placeholder {
  font-family: "MLR";
  color: #555;
  font-size: '';
}
.searchbds__send {
  background: url(../images/lsrch.png);
  border: 0px;
  color: #fff;
  line-height: 37px;
  font-family: RB;
  width: 110px;
  border-radius: 5px;
  font-size: 13px;
  padding-left: 38px;
  background-size: cover;
}
.searchbds__content {
  padding: 10px;
}
.searchbds__tab {
  background: url(../images/brtab.png) repeat-x;
  padding: 5px 10px 0px;
  border-bottom: 1px solid #d8d7d7;
}
.searchbds__tab ul {
  display: flex;
  justify-content: center;
}
.searchbds__tab ul li {
  display: inline-block;
  list-style: none;
}
.searchbds__tab ul li a {
  display: inline-block;
  padding: 0px 20px;
  font-size: 13px;
  text-align: center;
  color: #000;
  border-radius: 5px 5px 0 0;
}
.searchbds__tab ul li a.act {
  border: 1px solid #dfdfdf;
  background: #fff;
  border-bottom: 0px !important;
}
.box_noidung {
  margin-bottom: 10px;
}
.imgnews {
  position: absolute;
  top: 0px;
  left: -60px;
  z-index: 000;
}
.ngonngu ul li {
  display: inline-block;
  font-family: RL;
  position: relative;
  font-size: 15px;
  margin: 0px 2px;
}
.ngonngu ul li a {
  color: #fff;
}
.ngonngu ul li:nth-child(1):before {
  height: 11px;
  width: 1px;
  right: -9px;
  top: 5px;
  position: absolute;
  background: #fff;
}
.title-tab span {
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  text-transform: uppercase;
}
.tab .act a {
  color: #fff;
}
.content-tab > div {
  display: none;
}
.act-tab {
  display: block !important;
}
.content-tab {
  background: #fff;
  padding: 10px;
}
.mxh {
  padding: 0 10px;
  border-bottom: 2px solid #e4b543;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mxh ul {
  display: flex;
  align-items: center;
  font-family: RB;
  text-transform: uppercase;
  background: #fff;
  padding: 0px 20px;
  margin-bottom: -20px;
}
.mxh ul li {
  list-style: none;
  background: none !important;
  box-shadow: none !important;
  margin-right: 10px;
}
.mxh ul li a {
  color: #000;
  font-family: MPR;
  font-size: 14px;
  padding: 0px !important;
}
.f_mxh {
  font-family: MLR;
  font-size: 15px;
  text-transform: uppercase;
}
.mxhf {
  font-size: 13px;
}
.mxhf ul {
  padding: 0;
  display: flex;
  align-items: center;
}
.mxhf ul li {
  margin-right: 5px;
  list-style: none;
  margin-bottom: 5px;
  color: #fff;
}
.mxhf ul li a {
  color: #555;
  font-family: MPR;
  font-size: 14px;
}
.mxh p {
  display: inline-block;
  margin-right: 1px;
  color: #c7e5ff;
  font-family: RR;
}
.ictd {
  padding: 0px 0 50px;
  background: url(../images/ictt.png) bottom center no-repeat;
}
.ictd:after {
  bottom: 68px !important;
}
.ictd p {
  background: #f8f8f8 !important;
}
.none-af:after {
  display: none;
}
.tieude_left h3 {
  color: #000;
  position: relative;
  cursor: pointer;
  font-weight: normal;
  z-index: 1;
  background: #f2f2f2;
  align-items: center;
  line-height: 37px;
  padding: 0 5px;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  font-family: OR;
}
.tieude_sl {
  margin-bottom: 20px;
  border-left: 2px solid #e60000;
  padding-left: 10px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 5px;
}
.tieude_sl p{
  font-style:italic;
}
.tieude_sl:after {
  width: 100%;
  bottom: 0px;
  position: absolute;
  left: 0px;
  height: 1px;
  background: #f2f2f2;
}
.tieude_sl h3 {
  cursor: pointer;
  font-weight: normal;
  display: inline-block;
  color: #000;
  font-family: OR;
  font-size: 25px;
  position: relative;
  text-transform: uppercase;
}

.tieude_sl p {font-family: MLR;}
.tieude_sl span {
  font-size: 13px;
}
.tieude_sl span a {
  padding: 10px 25px 10px 10px;
  color: #000;
  display: inline-block;
  background: url(images/viewsp.png) right no-repeat;
}
.tieude_sl.bg-w {
  max-width: 800px;
  margin: 0px auto 20px;
}
.tieude_dm h3 {
  position: relative;
  cursor: pointer;
  padding: 0 10px 0 60px;
  margin: 0;
  background: #ba0710 url(../images/icmn.png) no-repeat 30px;
  color: #fff;
  font-family: MLB;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 50px;
  text-align: left;
}
.tieude_dm .nestedsidemenu {
  visibility: hidden;
}
.tieude_dm:hover .nestedsidemenu {
  visibility: visible !important;
}
.name-bg a {
  color: #00488c;
  font-family: RB;
  font-size: 35px;
}
.title-bg {
  text-align: center;
  font-size: 22px;
}
.chitiet a {
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 26px;
  color: #ccaa44;
  border-radius: 20px;
}
.view {
  margin-bottom: 20px;
  text-align: left;
  margin-top: 10px;
}
.view a {
  position: relative;
  display: inline-block;
  line-height: 38px;
  text-transform: uppercase;
  color: #333333;
  border: 2px solid #333333;
  font-size: 13px;
  width: 100px;
  text-align: center;
}
.xemthem a {
  display: inline-block;
  height: 37px;
  line-height: 34px;
  color: #000;
  border: 1px solid #fd6935;
  padding: 0px 25px;
  font-family: MLR;
  text-transform: uppercase;
}
.xemthem1 {
  margin-top: 5px;
}
.xemthem1 a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #e4b543;
  padding: 0 15px;
  font-family: MLR;
  max-width: 300px;
  width: 100%;
  margin-top: 20px;
}
.tieude_da1 h3,
.box-item-left h3 {
  font-weight: normal;
}
.tieude_gt {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.tieude_gt:after {
  position: absolute;
  width: 70px;
  height: 0px;
  border-bottom: 2px solid #f6c42d;
  left: 0px;
  bottom: -1px;
}
.tieude_gt p {
  color: #555;
  font-size: 15px;
}
.tieude_gt h3 {
  color: #754421;
  font-family: RL;
  font-size: 36px;
  position: relative;
  font-weight: normal;
  text-align: center;
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.tieude_gt h3 span a {
  display: inline-block;
  padding: 5px 10px;
  color: #000;
}
.tieude_gt h3 span a:hover {
  color: #d00;
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}
.tieude {
  margin-bottom: 20px;
  text-align: center;
  align-items: center;
}
.tieude span {
  color: #b6b67a;
  font-family: Times new roman;
}
.tieude p {font-family: MLR;}
.tieude h3 {
  font-size: 25px;
  position: relative;
  color: #000;
  font-family: OR;
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase;
}
.tieude_id {
  margin-bottom: 20px;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
}
.tieude_id h3 {
  color: #000;
  font-family: OR;
  font-size: 18px;
  position: relative;
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase;
  padding: 5px 0;
}
.tieude1 {
  margin-bottom: 25px;
  text-align: left;
}
.tieude1 p {
  max-width: 440px;
  color: #f2f2f2;
}
.tieude1 h3 {
  font-size: 27px;
  position: relative;
  color: #000;
  font-family: MB;
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase;
}
.content_detail p:hover {
  text-decoration: underline !important;
}
.content_detail p a {
  color: #000;
  position: relative;
  font-size: 14px;
  line-height: 25px;
  padding-left: 20px;
}
.content_detail p a:after {
  content: '\f101';
  position: absolute;
  font-family: FontAwesome;
  left: 0px;
  top: -3px;
}
.map_home {
  position: relative;
  height: 0px;
  padding-bottom: 30%;
}
.map_home iframe {
  position: absolute;
  height: 100%;
  width: 100%;
}
.ex-call {
  width: 25%;
  text-align: center;
  float: left;
}
.call {
  background: #fff !important;
  height: 50px;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 9;
  display: none;
  border-top: 1px solid #fff;
  padding-top: 5px;
}
.call__phone {
  width: 25%;
  text-align: center;
  float: left;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation-name: op_phone;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: op_phone;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: op_phone;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.call__phone a {
  background: url(../images/icon-t1.png) no-repeat center 2px;
  background-size: 21px;
  padding-top: 21px;
  display: inline-block;
  width: 100%;
}
.call__sms {
  width: 25%;
  text-align: center;
  float: left;
}
.call__sms a {
  padding-top: 21px;
  background: url(../images/icon-t2.png) no-repeat center 2px;
  background-size: 25px;
  display: inline-block;
  width: 100%;
}
.call__zalo {
  width: 25%;
  text-align: center;
  float: left;
}
.call__zalo a {
  padding-top: 21px;
  background: url(../images/icon-t3.png) no-repeat center 2px;
  background-size: 45px;
  display: inline-block;
  width: 100%;
}
.call__face {
  width: 25%;
  text-align: center;
  float: left;
}
.call__face a {
  padding-top: 21px;
  background: url(../images/icon-t4.png) no-repeat center 2px;
  background-size: 21px;
  display: inline-block;
  width: 100%;
}
.call a {
  color: #555;
  font-size: 11px;
}
@-webkit-keyframes op_phone {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes op_phone {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  @-webkit-keyframes xoay {
    from {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    to {
      visibility: hidden;
      -webkit-transform: rotate(-360deg);
      transform: rotate(-360deg);
    }
  }
  @keyframes spin-logo-animate {
    from {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    to {
      visibility: hidden;
      -webkit-transform: rotate(-360deg);
      transform: rotate(-360deg);
    }
  }
  @-webkit-keyframes spin-logo-animate2 {
    from {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    to {
      visibility: hidden;
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes spin-logo-animate2 {
    from {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    to {
      visibility: hidden;
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .xoay1 {
    -webkit-animation: spin-logo-animate2 40s linear infinite;
    -moz-animation: spin-logo-animate2 40s linear infinite;
    -ms-animation: spin-logo-animate2 40s linear infinite;
    -o-animation: spin-logo-animate2 40s linear infinite;
    animation: spin-logo-animate2 40s linear infinite;
  }
  .xoay {
    -webkit-animation: spin-logo-animate 40s linear infinite;
    -moz-animation: spin-logo-animate 40s linear infinite;
    -ms-animation: spin-logo-animate 40s linear infinite;
    -o-animation: spin-logo-animate 40s linear infinite;
    animation: spin-logo-animate 40s linear infinite;
  }
}
@media (max-width: 1200px) {
  .hide-12 {
    display: none;
  }
  .show-12 {
    display: block;
  }
  .wrapper {
    padding: 0 15px;
  }
  ul#nav > li > a {
    padding: 0px 10px !important;
  }
  .dichvuid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    transform: unset !important;
    height: auto !important;
    border: 0px !important;
    padding: 0px !important;
  }
  .dichvuid:after {
    display: none !important;
  }
  .dichvuid__box,
  .dichvuid__ab,
  .dichvuid__content {
    max-height: unset !important;
    transform: unset !important;
    position: unset !important;
    margin: 0px !important;
    width: auto !important;
    height: auto !important;
  }
  .dichvuid__ab {
    width: 200px !important;
    margin-bottom: 15px !important;
  }
  .content-dv {
    background: none !important;
  }
  .imgnews {
    display: none;
  }
  .nhantin__col {
    padding: 0 10px;
  }
  .step {
    margin: 0px !important;
  }
  .step:after {
    display: none;
  }
}
[class*="md-"] {
  float: left;
}
@media (max-width: 991px) {
  .hide-9 {
    display: none !important;
  }
  .show-9 {
    display: block !important;
  }
  .owl-next {
    float: right;
    right: 0px;
  }
  .owl-prev {
    float: left;
    left: 0px;
  }
  nav#menu {
    z-index: 0!important;
    background: #fff;
  }
  .fix-header {
    background: none !important;
  }
  .header__logo img {
    max-width: 100px;
  }
  .fix_header .header__logo img {
    max-width: 100px;
  }
  .tieude_sl {
    line-height: initial;
    background: none;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .header__banner img {
    max-width: 100px;
  }
  .support-online {
    /* display: none; */
    /* left: 20px; */

    right: 10px !important;
    bottom: 372px !important;
}

.pc {
    display: none !important;
}

.mobile {
    display: block !important;
}
.social_fixed {
    position: fixed;
    right: 40px;
    display:block;
    top: 50%;
    background: #fff;
    z-index: 9999;
    border-radius: 30px;
    box-shadow: 0px 0px 20px rgba(116,56,43,0.15);
    width: 64px;
    height: 128px
}

  .fix__slogan {
    font-size: 13px !important;
    padding: 10px;
  }
  .footer__flex {
    justify-content: flex-start !important;
  }
  .footer__name,
  .name_slider {
    font-size: 20px !important;
  }
  .mota_slider {
    font-size: 12px;
  }
  .nhantin:after {
    display: none;
  }
  .nhantin__box {
    padding: 0px;
  }
  .hide-7 {
    display: none !important;
  }
  .show-7 {
    display: block !important;
  }
  .call {
    display: block;
  }

.social_fixed {
    display: block !important;!i;!;
    right: 9px !important;!i;!;
}
  .tieude_id h3 {
    font-size: 20px;
  }
  .tieude h3 {
    font-size: 20px !important;
  }
  .gioithieu__img:after {
    display: none;
  }
  .pd-right,
  .pd-left {
    padding: 0 35px !important;
  }
  .owl-nav .owl-prev {
    left: 10px !important;
  }
  .owl-nav .owl-next {
    right: 10px !important;
  }
  .menulist a:after {
    display: none;
  }
  .flex-end {
    display: inline-block !important;
  }
  .fixed_video iframe,
  .listvd {
    width: 100% !important;
    padding: 0px !important;
  }
  .title_vddetail {
    color: #000 !important;
  }
  .searchf__btn {
    width: 80px;
  }
  .header .flex-box {
    display: inline-block !important;
    width: 100%;
  }
  .fix_header .flex-box {
    display: none !important;
  }
  .botnews__clickl--box,
  .botnews__clickl--show {
    padding-bottom: 75%;
  }
  .botnews__clickl {
    margin: 0px auto;
  }
  .bg-nhantin {
    background: #5eb329 !important;
    padding: 10px 0px !important;
  }
  .gioithieu__title h3 {
    font-size: 35px;
  }
  .footer {
    display: inherit;
  }
  .chinhsach__name a {
    font-size: 15px;
  }
  .gioithieu__title {
    font-size: 22px;
  }
  .gioithieu__des {
    font-size: 13px;
  }
  .gioithieu__link p {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 13px;
  }
  .gioithieu__img,
  .gioithieu__content {
    margin: 0px;
    width: 100%;
    height: auto;
  }
  .fix__flex {
    padding: 0px;
  }
  .header__logo {
    margin-top: 0px;
    width: 26%;
  }
  .timkiem_rp {
    padding: 4px 9px !important;
    width: 41%;
    display: block !important;
}

.timkiem_rp input {
    width: 88%;
}
  .footer:after {
    width: 100%;
    display: none;
  }
  .ab_map {
    position: relative;
  }
}
@media (max-width: 568px) {
  .cl-prd {
    display: block !important;
  }
  .social_fixed {
    position: fixed;
    right: 40px;
    display:block;
    top: 50%;
    background: #fff;
    z-index: 9999;
    border-radius: 30px;
    box-shadow: 0px 0px 20px rgba(116,56,43,0.15);
    width: 64px;
    height: 128px
}
  .hide-5 {
    display: none;
  }
  .show-5 {
    display: block;
  }
  #video11 {
    position: relative;
    height: 0px;
    padding-bottom: 100%;
    margin-bottom: 20px;
  }
  #video11 iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
  }
  .button-group .button {
    width: 50%;
    float: left;
  }
  .button-group .button:nth-child(2n+1) {
    clear: both;
  }
  .botnews__news--other {
    padding: 0px !important;
  }
  .botnews__news--other:after {
    display: none !important;
  }
  .doitac {
    margin: 0px;
  }
  .product__cart {
    flex-wrap: wrap;
  }
  .product__cart p {
    width: 100%;
    margin-bottom: 5px;
  }
}
.cl-w {
  color: #fff !important;
}
.cl-c {
  color: #cc9f26 !important;
}
.cl-b {
  color: #000 !important;
}
.bg-w {
  background: #fff;
}
.text-center {
  text-align: center ;
}
.text-right {
  text-align: right ;
}
.text-left {
  text-align: left ;
}
.float-left {
  float: left ;
}
.float-right {
  float: right;
}
.flex-box {
  display: flex;
  align-items: flex-start;
}
.flex-reverse {
  display: flex;
  align-items: center;
  flex-flow: row-reverse;
}
.flex-end {
  display: flex;
  align-items: flex-end;
}
.full_video {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0px;
  top: 0px;
  width: 0px;
  background: #00000073;
}
.active_video {
  display: block;
  width: 100%;
  height: 100%;
}
.btn_hide:hover {
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
}
.btn_hide {
  background: url(../images/close1.png) center center no-repeat;
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: absolute;
  right: 0px;
  margin: auto;
  left: 0px;
  bottom: -71px;
  z-index: 999;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  border-radius: 50%;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
}
.btn_show:hover {
  background-color: rgba(104, 107, 208, 0.23);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
}
.btn_show {
  background: #686bd0 url(../images/close1.png) center center no-repeat;
  width: 45px;
  height: 45px;
  cursor: pointer;
  position: fixed;
  transform: rotate(45deg);
  right: 0px;
  margin: auto;
  top: 80px;
  z-index: 999;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  border-radius: 50%;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
}
.item-video .name-video {
  font-family: OPB;
  font-size: 16px;
}
.item-video .name-video a {
  color: #000;
}
.owl-nav .owl-prev {
  left: 15px;
}
.owl-nav .owl-next {
  right: 15px;
}
.thuonghieu .owl-nav .owl-prev {
  left: 0px;
}
.thuonghieu .owl-nav .owl-next {
  right: 0px;
}
.item-bst {
  overflow: hidden;
  position: relative;
  text-align: left;
}
.name-bst a {
  color: #000;
  display: inline-block;
  padding: 10px 0;
  width: 100%;
  background: linear-gradient(to right, transparent 0%, #fff 50%, transparent);
}
.item-bst .name-bst {
  position: absolute;
  visibility: hidden;
  bottom: 0px;
  display: flex;
  text-align: center;
  left: 0px;
  justify-content: center;
  z-index: 99;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  color: #fff;
  font-family: UD;
  font-size: 25px;
}
.item-bst:before {
  position: absolute;
  top: 0;
  visibility: hidden;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(../images/abtl.png) no-repeat left top, url(../images/abtr.png) no-repeat right top, url(../images/abbl.png) no-repeat left bottom, url(../images/abbr.png) no-repeat right bottom;
  background-color: #ffffff6b ;
  margin: auto;
  left: 0px;
}
.item-bst:hover .name-bst,
.item-bst:hover:before {
  visibility: visible;
}
.input-field {
  position: relative;
}
.input-field textarea,
.input-field input,
.input-field select {
  height: 40px ;
  padding-left: 20px !important;
  border: 0px;
  width: 100%;
  margin-bottom: 5px;
  background: #f2f2f2;
}
.input-field textarea::-webkit-input-placeholder,
.input-field input::-webkit-input-placeholder,
.input-field select::-webkit-input-placeholder {
  font-family: "MLR";
  color: '#c4c4c4';
  font-size: '';
}
.input-field textarea::-moz-placeholder,
.input-field input::-moz-placeholder,
.input-field select::-moz-placeholder {
  font-family: "MLR";
  color: '#c4c4c4';
  font-size: '';
}
.input-field textarea::-ms-input-placeholder,
.input-field input::-ms-input-placeholder,
.input-field select::-ms-input-placeholder {
  font-family: "MLR";
  color: '#c4c4c4';
  font-size: '';
}
.input-field textarea::-moz-placeholder,
.input-field input::-moz-placeholder,
.input-field select::-moz-placeholder {
  font-family: "MLR";
  color: '#c4c4c4';
  font-size: '';
}
.support-online {
  position: fixed;
  z-index: 999;
  right: 25px;
  bottom: 225px;
}
.support-online a {
  position: relative;
  margin: 20px 10px;
  text-align: left;
  width: 40px;
  height: 40px;
}
.support-online i {
  width: 40px;
  height: 40px;
  background: #1877F2;
  background-size: 100% 100%;
  color: #fff;
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 1.9;
  position: absolute;
  z-index: 999;
  top: 0px;
}
.support-online a span {
  border-radius: 2px;
  text-align: center;
  background: #1877F2;
  padding: 9px;
  display: none;
  width: 180px;
  margin-left: 10px;
  position: absolute;
  color: #ffffff;
  z-index: 999;
  top: 0px;
  right: 52px;
  transition: all 0.2s ease-in-out 0s;
  -moz-animation: headerAnimation 0.7s 1;
  -webkit-animation: headerAnimation 0.7s 1;
  -o-animation: headerAnimation 0.7s 1;
  animation: headerAnimation 0.7s 1;
}
.support-online a:hover span {
  display: block;
}
.support-online a {
  display: block;
}
.support-online a span:before {
  content: "";
  width: 0;
  transform: rotate(176deg);
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 1px;
  border-color: transparent#1877F2 transparent transparent;
  position: absolute;
  right: -10px;
  top: 10px;
}
.kenit-alo-circle-fill {
  width: 60px;
  height: 60px;
  top: -10px;
  left: -10px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background-color: #fff;
  opacity: .75;
  right: 10px;
}
.kenit-alo-circle {
  width: 50px;
  height: 50px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: .1;
  border-color: #1877F2;
  opacity: .5;
}
.support-online .btn-support {
  cursor: pointer;
}
.flex-sticky {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.sticky-left {
  position: sticky;
  top: 60px;
}
.boxtags {
  list-style: none;
  margin: 0;
  overflow: hidden;
}
.boxtags a {
  font-family: RR;
  color: #000;
  font-size: 13px;
  display: inline-block;
  padding-left: 15px;
  padding: 5px 5px 5px 15px;
}
.boxtags a:hover {
  color: #d00;
  transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
}
.boxtags ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.boxtags ul li {
  float: left;
  display: inline-block;
}
.boxtags ul li a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  float: left;
  color: #000;
  font-size: 13px;
  padding: 5px 20px;
  margin-bottom: 5px;
  margin-right: 5px;
  border: 1px solid #000;
  border-radius: 20px;
}
.boxtags ul li a:hover {
  text-decoration: underline;
}
.boxtags ul li:nth-child(1) {
  margin-right: 10px;
}
.item-video {
  margin-bottom: 20px;
}
.img-video span {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: 0px;
  right: 0px;
  z-index: 9;
  background: url(../images/icy.png);
  border-radius: 50%;
  background-size: 100% 100%;
  cursor: pointer;
}
.hide {
  display: none;
}
.grecaptcha-badge {
  visibility: hidden;
}
.bg-index {
  background: #000;
}
.count-cart{position:absolute;right: 8px;top: 4px;font-size: 11px;}

.thuonghieu__item{
  border: 1px solid #e6e6e6;
  margin-bottom:10px;
  text-align:center;
  box-shadow: 0px 0px 10px 0px #c4c4c4;{
  padding: 0px 50px;}.mg-30{
  margin: 0px -50px;}.pd-20{
  padding: 0px 20px;}.mg-20{
  margin:0 -20px;}.pd-15{
  padding: 0px 15px;}.mg-15{
  margin:0 -15px;}.pd-10{
  padding: 0px 10px;}.mg-10{
  margin:0 -10px;}.pd-5{
  padding: 0px 5px;}.mg-5{
  margin:0 -5px;}.pd-0{
  padding:0px;}.mg-0{
  margin:0px;}.mgb-5{
  margin-bottom: 5px;}.mgb-10{
  margin-bottom: 10px;}.mgb-15{
  margin-bottom: 15px;}.mgb-20{
  margin-bottom: 20px;}.mgb-25{
  margin-bottom: 25px;}.mgb-30{
  margin-bottom: 30px;}.mgb-35{
  margin-bottom: 35px;}.mgb-40{
  margin-bottom: 40px;}.mgb-45{
  margin-bottom: 45px;}.mgb-50{
  margin-bottom: 50px;}.mgt-5{
  margin-top: 5px;}.mgt-10{
  margin-top: 10px;}.mgt-15{
  margin-top: 15px;}.mgt-20{
  margin-top: 20px;}.mgt-25{
  margin-top: 25px;}.mgt-30{
  margin-top: 30px;}.mgt-35{
  margin-top: 35px;}.mgt-40{
  margin-top: 40px;}.mgt-45{
  margin-top: 45px;}.mgt-50{
  margin-top: 50px;}.pdt-5{
  padding-top:5px;}.pdt-10{
  padding-top:10px;}.pdt-15{
  padding-top:15px;}.pdt-20{
  padding-top:20px;}.pdt-25{
  padding-top:25px;}.pdt-30{
  padding-top:30px;}.pdt-35{
  padding-top:35px;}.pdt-40{
  padding-top:40px;}.pdt-45{
  padding-top:45px;}.pdt-50{
  padding-top:50px;}.pdb-5{
  padding-bottom:5px;}.pdb-10{
  padding-bottom:10px;}.pdb-15{
  padding-bottom:15px;}.pdb-20{
  padding-bottom:20px;}.pdb-25{
  padding-bottom:25px;}.pdb-30{
  padding-bottom:30px;}.pdb-35{
  padding-bottom:35px;}.pdb-40{
  padding-bottom:40px;}.pdb-45{
  padding-bottom:45px;}.pdb-50{
  padding-bottom:50px;}[
  class*="md-"]{float: left;}
  @media(min-width: 992px){ .generate-columns(100); .generate-columns(
  @n, @i: 1) when (@i =< @n) {.md-12-@{i} {
  width: (@i * 100% / @n);}.generate-columns(
  @n, (@i + 1));} .col-6{
  width: 16.66%;
  float:left;} .col-6:nth-child(6n+1){
  clear:both;} .col-5{
  width: 20%;
  float:left;} .col-5:nth-child(5n+1){
  clear:both;} .col-4{
  width: 25%;
  float:left;} .col-4:nth-child(4n+1){
  clear:both;} .col-3{
  width:33.33%;
  float:left;} .col-3:nth-child(3n+1){
  clear:both;} .col-2{
  width:50%;
  float:left;} .col-2:nth-child(2n+1){
  clear:both;}}
  @media(max-width: 991px){ .generate-columns(100); .generate-columns(
  @n, @i: 1) when (@i =< @n) {.md-9-@{i} {
  width: (@i * 100% / @n);}.generate-columns(
  @n, (@i + 1));}  .col-6{
  width: 20%;
  float:left;} .col-6:nth-child(6n+1){
  clear:none;} .col-6:nth-child(5n+1){
  clear:both;} .col-5{
  width: 25%;
  float:left;} .col-5:nth-child(5n+1){
  clear:none;} .col-5:nth-child(4n+1){
  clear:both;} .col-4{
  width: 25%;
  float:left;} .col-4:nth-child(4n+1){
  clear:both;} .col-3{
  width:33.33%;
  float:left;} .col-3:nth-child(3n+1){
  clear:both;}  .col-2{
  width:50%;
  float:left;} .col-2:nth-child(2n+1){
  clear:both;}}
  @media(max-width: 768px){ .generate-columns(100); .generate-columns(
  @n, @i: 1) when (@i =< @n) { .md-7-@{i} {
  width: (@i * 100% / @n); }.generate-columns(
  @n, (@i + 1));}  .col-6{
  width: 33.33%;
  float:left;} .col-6:nth-child(6n+1){
  clear:none;} .col-6:nth-child(5n+1){
  clear:none;} .col-6:nth-child(3n+1){
  clear:both;} .col-5{
  width: 33.33%;
  float:left;} .col-5:nth-child(5n+1){
  clear:none;} .col-5:nth-child(4n+1){
  clear:none;} .col-5:nth-child(3n+1){
  clear:both;} .col-4{
  width:33.3%;} .col-4:nth-child(4n+1){
  clear:none;} .col-4:nth-child(3n+1){
  clear:both;}  .col-3{
  width:33.33%;
  float:left;} .col-3:nth-child(3n+1){
  clear:both;} .col-2{
  width:50%;
  float:left;} .col-2:nth-child(2n+1){
  clear:both;}}
  @media(max-width: 568px){ .generate-columns(100); .generate-columns(
  @n, @i: 1) when (@i =< @n) {.md-5-@{i} {
  width: (@i * 100% / @n);}.generate-columns(
  @n, (@i + 1));}  .col-6{
  width: 50%;
  float:left;} .col-6:nth-child(6n+1){
  clear:none;} .col-6:nth-child(5n+1){
  clear:none;} .col-6:nth-child(3n+1){
  clear:none;} .col-6:nth-child(2n+1){
  clear:both;} .col-5{
  width:50%;
  float:left;} .col-5:nth-child(5n+1){
  clear:none;} .col-5:nth-child(3n+1){
  clear:none;} .col-5:nth-child(2n+1){
  clear:both;} .col-4{
  width:50%;
  float:left;} .col-4:nth-child(3n+1){
  clear:none;} .col-4:nth-child(2n+1){
  clear:both;}  .col-3{
  width:50%;
  float:left;} .col-3:nth-child(3n+1){
  clear:none;} .col-3:nth-child(2n+1){
  clear:both;} .col-2{
  width:50%;
  float:left;} .col-2:nth-child(2n+1){
  clear:both;} .maxw .col-4{
  width:100%;} .maxw .col-5{
  width:100%;} .maxw .col-3{
  width:100%;} .maxw .col-2{
  width:100%;} .mg-30,.mg-20,.mg-15,.mg-10,.mg-5{
  margin:0px !important} .pd-30,.pd-20,.pd-15,.pd-10{
  padding:0 10px !important} .wrapper{
  padding:0px} .pd-mb{
  padding: 0 10px;} .rs-pd{
  padding: 0px !important;}};
}
.thuonghieu__name a{color:#000;padding:10px 0;display:inline-block}

.dichvu__ab{
      display: flex;
      width: 100%;
      height: 100%;
      justify-content: center;
      align-items: center;
      position: absolute;
      z-index: 999;
      top: 0px;
      left: 0px;
      padding: 10px;
      background: #0000008c;
      visibility: hidden;
}

.dichvu__item:hover .dichvu__ab{
  visibility:visible;
}

.cs__title a{font-family:MLB;color:#fff;text-transform:uppercase;}

.ykien__item{display:flex;align-items:center;padding:20px;margin-bottom: -95px;background: #fff;max-width: 400px;}
.ykien__img {width:120px;float: left;border: 1px solid #d9d9d9;margin-right: 20px;}
.ykien__img img{
  position:relative;top:7px;left:7px
}
.ykien__content {width: calc(100% - 100px);float: left;}
.ykien__name {
  font-family: MB;
  font-size: 18px;
  margin: 10px 0 5px;
  color: #fff;
}

.ykien__bd{
  border:1px solid #e0e0e0;
  padding:20px;
  margin-bottom: 95px;
  background: url(../images/nhay.png) no-repeat bottom right;
}
div#search {
    background: #fff;
    padding: 8px  20px;
    border-radius: 52px;
    overflow: hidden;
}

div#search input {
    border: none;
    height: 23px;
}

.social_fixed {
    position: fixed;
    right: 40px;
    display: none;
    top: 53%;
    background: #fff;
    z-index: 99;
    border-radius: 30px;
    box-shadow: 0px 0px 20px rgba(116,56,43,0.15);
    width: 64px;
    height: 128px
}

.social_fixed a {
    display: block;
    text-align: center;
    padding: 9px;
}

a.item img {
    width: 100%;
}

.wp_form {
    width: 50%;
}

.wp_row_dk {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wp_form {
}

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

.newsletter_input {
    width: 86%;
}

.dangky_index {
    padding: 20px 0 0;
    background: #baa294;
    margin: 31px 0 50px;
}

.title_dk h2 {
    color: #fff;
}

.header {
    background-image: linear-gradient(to bottom, black, transparent);
    padding-bottom: 23px;
}

.drag-wrapper {
    display: none !important;
}

.support-online i img {
    width: 30px;
    height: 30px;
}

.mobile {
    display: none;
}

.pc {
    display: block;
}
.timkiem_rp {
    display: none;
}