@font-face {
  font-family: "RR";
  font-display: block;
  src: url("../fonts/Roboto-Regular.woff2");
  font-display: swap;
}

@font-face {
  font-family: "RB";
  font-display: block;
  src: url("../fonts/Roboto-Bold.woff2");
  font-display: swap;
}

@font-face {
  font-family: "RCB";
  font-display: block;
  src: url("../fonts/RobotoCondensedBold.woff2");
  font-display: swap;
}

@font-face {
  font-family: "RCR";
  font-display: block;
  src: url("../fonts/Roboto-Condensed.woff2");
  font-display: swap;
}

@font-face {
  font-family: "RCMe";
  font-display: block;
  src: url("../fonts/RobotoCondensed-Medium.woff2");
  font-display: swap;
}

@font-face {
  font-family: "RMe";
  font-display: block;
  src: url("../fonts/RobotoMedium.woff2");
  font-display: swap;
}

@font-face {
  font-family: "RLi";
  font-display: block;
  src: url("../fonts/Roboto-Light.woff2");
  font-display: swap;
}

@font-face {
  font-family: "UNR";
  font-display: block;
  src: url("../fonts/UTMNokia.woff2");
  font-display: swap;
}

@font-face {
  font-family: "RSSeB";
  font-display: block;
  src: url("../fonts/RobotoSlab-SemiBold.woff2");
  font-display: swap;
}

@font-face {
  font-family: hel;
  src: url(../fonts/UTM\ HelvetIns.ttf)
}

@font-face {
  font-family: impac;
  src: url(../fonts/UTM\ Impact.ttf)
}

@font-face {
  font-family: svn;
  src: url(../fonts/SVN-Blenda\ Script.ttf)
}

@font-face {
  font-family: "MulExB";
  font-display: block;
  src: url("../fonts/Mulish-ExtraBold.woff2");
  font-display: swap;
}

@font-face {
  font-family: "iCBS";
  font-display: block;
  src: url("../fonts/iCielBalihoScript.woff2");
  font-display: swap;
}

@font-face {
  font-family: "UAS";
  font-display: block;
  src: url("../fonts/UTMAmericanSans.woff2");
  font-display: swap;
}

@font-face {
  font-family: "MoCR";
  font-display: block;
  src: url("../fonts/MonteCarlo-Regular.woff2");
  font-display: swap;
}


@font-face {
  font-family: "HeMe";
  font-display: block;
  src: url("../fonts/HelveticaNeue-Medium.woff2");
  font-display: swap;
}

@font-face {
  font-family: "HeB";
  font-display: block;
  src: url("../fonts/HelveticaNeue-Bold.woff2");
  font-display: swap;
}

/*  */
@font-face {
  font-family: "MoR";
  font-display: block;
  src: url("../fonts/MontserratRegular.woff2");
  font-display: swap;
}

@font-face {
  font-family: "MoMe";
  font-display: block;
  src: url("../fonts/Montserrat-Medium.woff2");
  font-display: swap;
}

@font-face {
  font-family: "MoB";
  font-display: block;
  src: url("../fonts/MontserratBold.woff2");
  font-display: swap;
}

@font-face {
  font-family: "MoSeB";
  font-display: block;
  src: url("../fonts/Montserrat-SemiBold.woff2");
  font-display: swap;
}

@font-face {
  font-family: "MoExB";
  font-display: block;
  src: url("../fonts/Montserrat-ExtraBold.woff2");
  font-display: swap;
}





@keyframes spin {
  to {
    transform: rotate(360deg)
  }
}

@keyframes blink {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes shake-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg)
  }

  10%,
  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20%,
  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg)
  }

  100%,
  50% {
    -moz-transform: rotate(0) scale(1) skew(1deg)
  }
}

@keyframes rotate {
  from {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateX(-20px)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes pulse-animation {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 0
  }

  10% {
    transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1
  }

  100% {
    transform: scale3d(1.6, 1.6, 1.6);
    opacity: 0
  }
}

@keyframes border-animation {
  0% {
    transform: scale3d(0.6, 0.6, 0.6);
    opacity: 0
  }

  20% {
    transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1
  }

  100% {
    transform: scale3d(1.4, 1.4, 1.4);
    opacity: 0
  }
}

:root {
  --color-chudao: #018fcf;
  --color-chudao-2: #01baf0;
  --color-chudao-3: #f7971d;
  --font-chudao: "MoB";
  --color-main: #2557ae;
  --color-social: #2557ae;
  --color-hover: #2557ae;
  --color-text: #2557ae
}

body {
  font-size: 14px;
  font-family: "MoR" !important;
  /*min-width:1366px*/
  background: url(../images/bg_body.jpg) repeat-y;
}

body {
  touch-action: pan-y
}

.max-width {
  max-width: 1200px;
  margin: 0 auto
}

.wrap-main {
  max-width: 1200px;
  margin: 30px auto
}

.wrap-main-k,
.wrap-content {
  max-width: 1200px;
  margin: auto
}

/*chia ko deu*/
.flex {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex
}

.flexnowidth {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex
}

.flex_odd_even {
  flex-direction: row-reverse
}

.flexwrap {
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap
}

.justifylex {
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify
}

.bottomflex {
  -webkit-box-align: end;
  -webkit-flex-align: end;
  -ms-flex-align: end;
  -webkit-align-items: end;
  align-items: end
}

.topflex {
  -webkit-box-align: start;
  -webkit-flex-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  align-items: start
}

.rightflex {
  justify-content: flex-end;
  -webkit-box-pack: right;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: right
}

.leftflex {
  justify-content: flex-start;
  -webkit-box-pack: left;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: left
}

.centerflex {
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center
}

.topbottomflex {
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center
}

/*chia deu*/

/**/
.grid_6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr)
}

.grid_5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr)
}

.grid_4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr)
}

.grid_3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr)
}

.grid_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr)
}

.paddingg_80 {
  grid-gap: 80px
}

.paddingg_60 {
  grid-gap: 60px
}

.paddingg_45 {
  grid-gap: 45px
}

.paddingg_40 {
  grid-gap: 40px
}

.paddingg_35 {
  grid-gap: 35px
}

.paddingg_31 {
  grid-gap: 31px
}

.paddingg_30 {
  grid-gap: 30px
}

.paddingg_25 {
  grid-gap: 25px
}

.paddingg_20 {
  grid-gap: 20px
}

.paddingg_15 {
  grid-gap: 15px
}

.paddingg_18 {
  grid-gap: 18px
}

.paddingg_10 {
  grid-gap: 10px
}

.paddingg_5 {
  grid-gap: 5px
}

.row-30 {
  margin-left: -30px;
  margin-right: -30px
}

.row-3 {
  margin-left: -3px;
  margin-right: -3px
}

.row-8 {
  margin-left: -8px;
  margin-right: -8px
}

.row-10 {
  margin-left: -15px;
  margin-right: -15px
}

.clear {
  clear: both
}

.w-clear:after {
  display: block;
  content: "";
  clear: both
}

img {
  max-width: 100%
}

* {
  box-sizing: border-box
}

a {
  text-decoration: none
}

.social-plugin {
  display: flex;
  margin-top: 10px;
}

.scale-img {
  overflow: hidden;
}

.scale-img img {
  transform: scale(1, 1);
}

.scale-img:hover>img {
  transform: scale(1.1, 1.1);
}

.overflow {
  overflow: hidden;
}

.hover-img {
  position: relative;
  overflow: hidden;
  display: block;
}

.text-split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.p-relative {
  position: relative;
}


.trang-guong {
  overflow: hidden;
  position: relative;
  padding: 0;
  z-index: 0;
}

.trang-guong:before {
  position: absolute;
  top: 0;
  left: -95%;
  z-index: 22;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.trang-guong:hover:before {
  -webkit-animation: shine .6s;
  animation: shine .6s;
}


@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.baonoidung tbody,
.baonoidung td,
.baonoidung tfoot,
.baonoidung th,
.baonoidung thead,
.baonoidung tr {
  border-width: 1px;
}

.baonoidung table {
  width: 62% !important;
  border-collapse: inherit !important;
  all: revert-layer;
}

/* Transition All */
.transition,
.btn-frame .kenit-alo-circle-fill,
.control-owl button,
.carousel-comment-media .carousel-control a span,
.menu ul li a.has-child:after,
.menu ul li ul,
.menu ul li:hover>ul,
.scale-img img,
.scale-img:hover>img,
.support-online .kenit-alo-circle-fill {
  transition: 0.3s all;
}

/*   SLider */
.slideshow .control-owl {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0px;
  top: calc(50% - 22.5px);
}

.control-owl button {
  opacity: 0.5;
  top: 0px;
  position: absolute;
  outline: none;
  border: 2px solid #fff;
  padding: 0px;
  margin: 0px;
  display: block;
  cursor: pointer;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  font-size: 25px;
  margin: 0px;
  background-color: #00a3ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.control-owl button:hover {
  opacity: 1;
}

.control-owl button.owl-prev {
  left: 20px;
}

.control-owl button.owl-next {
  right: 20px;
}

.box-photo-ct {
  border-radius: 20px;
  overflow: hidden;
}

.title-detail {
  position: relative;
  margin: 20px 0px;
}

.title-detail h1 {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.title-main {
  margin-bottom: 1.5rem;
  position: relative;
}

.title-main span {
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
}

.tt-week {
  font-size: 25px;
  text-align: center;
  margin: 20px 0px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

/* mMenu */
.menu-res {
  z-index: 100;
  position: relative;
  display: none;
  padding: 0px 10px;
}

@media only screen and (max-width: 991px) {
  .menu-res {
    display: block;
  }
}

#menu {
  display: none;
}

#hamburger {
  display: none;
  width: 35px;
  height: 23px;
  position: relative;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
  background: var(--color-chudao);
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0px;
}

#hamburger:before {
  top: 0px;
}

#hamburger span {
  top: 10px;
}

#hamburger:after {
  top: 20px;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
  -webkit-transition: none 0.5s ease 0.5s;
  transition: none 0.5s ease 0.5s;
  -webkit-transition-property: transform, top, bottom, left, opacity;
  -webkit-transition-property: top, bottom, left, opacity, -webkit-transform;
  transition-property: top, bottom, left, opacity, -webkit-transform;
  transition-property: transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity, -webkit-transform;
}

.mm-wrapper_opening #hamburger:before,
.mm-wrapper_opening #hamburger:after {
  top: 10px;
}

.mm-wrapper_opening #hamburger span {
  left: -50px;
  opacity: 0;
}

.mm-wrapper_opening #hamburger:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-wrapper_opening #hamburger:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-menu_opened {
  display: block !important;
}

.mm-slideout {
  z-index: unset;
}

.search-res {
  position: relative;
}

.search-res .icon-search {
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 42px;
  color: var(--color-chudao);
  font-size: 17px;
  margin: 0px;
}

.search-res .icon-search.active {
  color: var(--color-chudao);
  background: #ffffff;
  border-radius: 100%;
}

.search-res .search-grid {
  position: absolute;
  top: 50px;
  right: 0px;
  width: 0px;
  height: 40px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--color-chudao);
  z-index: 2;
  opacity: 0;
  border-radius: 25px;
  line-height: normal;
}

.search-res .search-grid p {
  float: left;
  width: 35px;
  height: 38px;
  cursor: pointer;
  outline: none;
  border: none;
  margin: 0px;
  font-size: 17px;
  display: block;
  color: var(--color-chudao);
  line-height: 40px;
  text-align: center;
}

.search-res .search-grid input {
  width: calc(100% - 35px);
  float: right;
  outline: none;
  border: none;
  color: #313131;
}

.search-res .search-grid input::-webkit-input-placeholder {
  color: #313131;
}

.search-res .search-grid input:-moz-placeholder {
  color: #313131;
}

.search-res .search-grid input::-moz-placeholder {
  color: #313131;
}

.search-res .search-grid input:-ms-input-placeholder {
  color: #313131;
}

/* News */
.grid-tintuc {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  justify-content: space-between;
}

.news {
  display: block;
  margin-bottom: 20px;
  display: block;
}

.pic-news {
  border-radius: 10px;
  display: block;
  overflow: hidden;
  position: relative;
}

.pic-news img {
  width: 100%;
}

a.views {
  display: inline-block;
  text-decoration: none;
  margin-top: 10px;
  border: solid 1px #ccc;
  padding: 7px 20px;
  border-radius: 20px;
  color: #000;
  font-size: 16px;
}

a.views:hover {
  border: solid 1px #fed402;
  color: #fed402;
}

.info-news {}

.info-news h3 {}

.name-news {
  color: #1b1b1b;
  font-size: 18px;
  line-height: 22px;
  max-height: 40px;
  -webkit-line-clamp: 2 !important;
  font-weight: 400;
}

a.name-news.name1 {
  font-size: 25px;
  line-height: 32px;
  max-height: 64px;
}

.name-news:hover {
  color: #fed402;
}

.time-news {
  color: #fed402;
  margin-bottom: 0px;
  font-size: 12px;
  margin: 7px 0;
  font-style: italic;
  font-weight: 500;
}

.desc-news {
  color: #333333;
  margin-top: 0px;
  line-height: 20px;
  height: 60px;
}

.share {
  padding: 17px 10px 10px 10px;
  line-height: normal;
  background: rgba(128, 128, 128, 0.15);
  margin-top: 15px;
  border-radius: 5px;
}

.share b {
  display: block;
  margin-bottom: 5px;
}

.othernews b {
  margin-bottom: 10px;
}

.list-news-other {
  padding-left: 17px;
  list-style: square;
}

.list-news-other li {
  margin-bottom: 2px;
}

.list-news-other li a {
  text-transform: none;
  color: #333333;
}

.list-news-other li a:hover {
  color: #fed402;
}

/* grid-product */
.grid-product {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.grid-product .product .product-info {
  margin-top: 10px;
  color: #333;
}

.grid-product .product .product-info h3 {
  font-size: 17px;
  color: #333;
}

.grid-product .product .product-info .price span {
  color: #f00;
}

/* Toc */
.box-readmore {
  padding: 8px 15px;
  border: 1px solid #dedede;
  margin-bottom: 2rem;
  border-radius: 5px;
  background-color: #eeeeee;
}

.box-readmore li ul>li {
  margin: 0;
  margin-bottom: 8px;
}

.box-readmore li ul>li:before {
  content: counters(item, ".") " ";
}

.box-readmore ul {
  list-style-type: none;
  counter-reset: item;
  margin-bottom: 0px;
  padding-left: 0px !important;
  margin-top: 8px;
}

.box-readmore ul li {
  display: table;
  counter-increment: item;
  margin-bottom: 5px;
}

.box-readmore ul li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 5px;
}

.box-readmore ul li a {
  color: #333333;
  cursor: pointer;
  font-weight: 600;
}

.box-readmore ul li a:hover {
  color: #767676;
}

/* Partner */
.info-partner {
  background: #f8f8f8;
  padding: 15px 0px;
}

/* Tags */
.title-tags {
  position: relative;
  font-size: 1em;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #777;
}

.title-tags:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  height: 3px;
  width: 30px;
}

.flex-tags {
  display: flex;
  gap: 5px;
}

.flex-tags a {
  color: #333;
  border: 1px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.8em !important;
  opacity: 0.8;
  padding: 2px 5px;
}

.flex-tags a:hover {
  background-color: #446084;
  border-color: #446084;
  color: #fff;
  opacity: 1;
}

/*   TC   */
.item-criteria a {
  display: flex;
  align-items: center;
  color: #333;
}

.item-criteria a .ds-criteria {
  width: calc(100% - 60px);
  margin-left: 10px;
}

.item-criteria a .ds-criteria h3 {
  -webkit-line-clamp: 2;
  font-size: 16px;
  color: var(--color-main);
}

.item-criteria a .ds-criteria p {
  -webkit-line-clamp: 2;
  margin: 0px;
}

/* About */
.box-about {
  max-width: 700px;
  margin: 0px auto;
  text-align: center;
}

.box-about h3 {
  color: #ca0000;
  font-family: SVN;
  font-size: 22px;
  margin-bottom: 10px;
  text-transform: lowercase;
}

.box-about a {
  padding: 10px 20px;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  background: #ca0000;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 600;
  border-radius: 10px;
}

/* Service */
.item-service {
  position: relative;
}

.item-service h3 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  font-size: 17px;
  margin: 0px;
}

/* Sort */
.sort-select {
  display: flex;
  justify-content: end;
  margin: 20px 0px;
  position: relative;
}

.sort-select .click-sort {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  padding: 6px 10px 6px 8px;
  margin: 0px;
}

.sort-select-main {
  display: grid;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgb(0 0 0 / 20%);
  position: absolute;
  padding: 0 7px;
  top: 30px;
  right: 0;
  width: 160px;
  z-index: 2;
}

.sort-select-main p {
  border-bottom: 1px solid #f1f1f1;
  margin: 0px;
  order: 2;
}

.sort-select-main p:has(.check) {
  order: 1;
}

.sort a {
  color: #000;
  font-size: 14px;
  line-height: 17px;
  padding: 11px 3px;
  display: block;
  cursor: pointer;
}

.sort a.check i {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 16px;
  border: 2px solid transparent;
  border-radius: 100px;
  vertical-align: middle;
}

.sort a.check i::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 3px;
  top: -4px;
  width: 6px;
  height: 10px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  transform-origin: bottom left;
  transform: rotate(45deg);
}

.sort-select .sort-show {
  padding-right: 12px;
  position: relative;
}

.sort-select .sort-show::before {
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #333;
  content: "";
  height: 0;
  position: absolute;
  top: 6px;
  right: 0;
  width: 0;
}

/* product detail */
.grid-pro-detail {
  display: flex;
  justify-content: space-between;
  align-items: start;
  border-bottom: 1px solid #ececec;
}

.grid-pro-detail .left-pro-detail {
  width: 50%;
  border-right: 1px solid #ececec;
  padding-right: 30px;
}

.grid-pro-detail .right-pro-detail {
  width: 48%;
}

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

.detail-product .left-pro-detail {
  width: 40%;
  border: 1px solid #ddd;
}

.detail-product .right-pro-detail {
  width: 57%;
}

.detail-product .right-pro-detail ul {
  list-style: none;
  padding: 0px;
}

.detail-product .right-pro-detail ul li {
  margin-bottom: 20px;
}

.detail-product .right-pro-detail ul li .title-pro-detail {
  font-size: 18px;
}

.detail-product .right-pro-detail ul li .attr-content-pro-detail {
  display: inline-block;
  margin-bottom: 0px;
}

.detail-product .right-pro-detail ul li .attr-content-pro-detail .price-new-pro-detail {
  font-weight: 700;
  font-size: 20px;
  color: #f00;
}

.policy_intuitive {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  margin-bottom: 25px;
}

.policy {
  margin: 20px 16px 0 16px;
}

.policy__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
}

.policy__list>li {
  border-bottom: 1px solid #f1f1f1;
  position: relative;
  padding: 12px 0 12px 35px;
  width: 50%;
  display: inline-block;
}

.policy__list>li:nth-child(2n + 1) {
  padding-right: 20px;
}

.policy__list li>div.iconl {
  left: 0;
  position: absolute;
  top: 15px;
}

.policy__list li .iconl {
  width: 32px;
}

.policy__list li p {
  line-height: 20px;
  padding-left: 5px;
  margin: 0px;
}

.policy__list li:last-child {
  border-bottom: 0;
}

.policy__list>li:nth-child(2n + 1):nth-last-child(2) {
  border: 0;
}

/* css block actions  */
.ul-actions {
  display: flex;
  justify-content: center;
  margin: 20px;
  gap: 15px;
  align-items: flex-start;
}

.ul-actions li,
.ul-actions>div {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 80px;
  text-align: center;
}

.ul-actions .active .box__tabr,
.ul-actions .box__tabr:hover {
  border-color: #fd6e1d;
}

.ul-actions .box__tabr {
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  min-height: 55px;
  padding: 4px;
  height: 60px;
  width: 80px;
}

.icon-action {
  background-image: url("../images/icon_chitiet@2x-min.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  vertical-align: middle;
  background-size: 300px 180px;
}

.icon-dnb {
  background-position: 0 0;
  height: 28px;
  width: 28px;
}

.icon-tskt {
  background-position: -105px 0;
  height: 30px;
  width: 30px;
}

.icon-ttsp {
  background-position: -140px 0;
  height: 19px;
  width: 23px;
}

.ul-actions p {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 5px;
  white-space: normal;
  color: #000;
}

/* modal-detail */
.modal-detail::-webkit-scrollbar {
  width: 10px;
}

.modal-detail::-webkit-scrollbar-thumb {
  width: 10px;
  background: #4d90e0;
  border-radius: 10px;
  height: 50px;
}

.modal-detail {
  position: fixed;
  z-index: 999;
  background: #000000c4;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.content-modal-detail {
  background: #fff;
  max-width: 1200px;
  margin: 0px auto;
  min-height: 100vh;
}

.content-modal-detail .tabs {
  display: flex;
  cursor: pointer;
  padding: 0;
  list-style: none;
  justify-content: center;
  border-bottom: 1px solid #e0e0e0;
  position: sticky;
  top: 0px;
  background: #fff;
  z-index: 99;
}

.content-modal-detail .tabs li {
  padding: 20px 20px;
  margin-right: 5px;
  font-weight: bold;
  position: relative;
  border-bottom: 4px solid #fff;
}

.content-modal-detail .tabs li.active {
  color: #2d9cdb;
  border-bottom: 4px solid #2d9cdb;
}

.content-modal-detail .tab-content {
  padding: 20px;
  max-width: 900px;
  margin: 0px auto;
}

.content-modal-detail .tab-content.active {
  display: block;
}

.close-tab {
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 10;
}

.btn-closemenu {
  position: fixed;
  top: 10px;
  right: 20px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #333;
  cursor: pointer;
  line-height: 21px;
  padding: 7px;
  text-align: right;
  width: 72px;
}

.btn-closemenu::before {
  transform: rotate(45deg);
}

.btn-closemenu::after {
  transform: rotate(-45deg);
}

.btn-closemenu::before,
.btn-closemenu::after {
  background-color: #333;
  content: "";
  left: 13px;
  height: 14px;
  position: absolute;
  top: 10px;
  width: 1px;
}

.cursor-pointer {
  cursor: pointer;
}

/*css khuyen mai*/
.block__promo {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin-bottom: 10px;
}

.promoadd__list {
  padding: 10px;
}

.promoadd__list li {
  margin-bottom: 15px;
  background: url(../images/tick.png) no-repeat 0px 3px;
  background-size: 15px;
  padding-left: 25px;
}

.pr-top {
  background-color: #f6f6f6;
  border-bottom: 1px solid #e0e0e0;
  padding: 8px 10px;
}

.pr-txtb {
  font-weight: bold;
}

.pr-top .pr-txt {
  color: #666;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 5px;
  font-style: normal;
}

.pr-content .pr-item:last-child {
  border: none;
}

.pr-content .pr-item {
  padding: 15px 10px 10px 10px;
}

.divb {
  margin-bottom: -10px;
}

.divb .nb {
  background-color: #4a90e2;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  float: left;
  height: 16px;
  line-height: 16px;
  margin-top: 2px;
  text-align: center;
  width: 16px;
}

.divb-right {
  padding-left: 26px;
}

.pr-content .pr-item p {
  margin: 0px 0px 0px 0px;
}

.divb-right a {
  color: #4a90e2;
}

/* Tien ich */
.wrap-ti {
  padding: 20px 0px;
}

.box-ti {
  background: #f1f1f1;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  min-height: 135px;
}

.wrap-ti .owl-item:nth-child(n + 1) .box-ti {
  background-color: rgb(220, 238, 255);
}

.wrap-ti .owl-item:nth-child(n + 2) .box-ti {
  background-color: rgb(254, 245, 207);
}

.wrap-ti .owl-item:nth-child(n + 3) .box-ti {
  background-color: rgb(255, 239, 219);
}

.wrap-ti .owl-item:nth-child(n + 4) .box-ti {
  background-color: rgb(225, 254, 207);
}

.ds-ti {
  width: calc(100% - 45px);
}

.ds-ti h3 {
  font-size: 15px;
}

.ds-ti h3 a {
  color: #333;
}

.ds-ti h3 a:hover {
  color: #f00;
}

/* Contact */
.contact-map {
  position: relative;
  height: 500px;
  margin-top: 30px;
}

.contact-map iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

/*  breadCrumbs */
.breadCrumbs {
  padding: 10px 0px;
  background: #ddd;
}

.breadCrumbs ol {
  margin: 0px;
}

.breadCrumbs ol li a {
  color: #333;
}

.breadCrumbs ol li a:hover {
  color: #f00;
}

/* paging */
.pagination {
  margin: 20px 0px;
}

.pagination li {
  margin: 0 3px;
}

.pagination li a {
  cursor: pointer;
  background: var(--color-chudao);
  color: #fff;
}

.page-item .page-link {
  padding-bottom: 7px;
}

.page-item.disabled .page-link,
.page-item:last-child .page-link {
  background: var(--color-chudao);
  color: #fff;
  padding: 0px 13px 4px 12px;
  font-size: 20px;
}

.page-item.disabled .page-link:hover,
.page-item:last-child .page-link:hover {
  background: var(--color-chudao-2);
}

.page-item.active .page-link,
.pagination li a:hover {
  z-index: 3;
  color: #fff;
  background-color: var(--color-chudao-2);
  border-color: var(--color-chudao-2);
}

.btn-frame {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}

.btn-frame i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1182fc;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-frame i img {
  vertical-align: middle;
  width: 70%;
}

.btn-frame .animated.infinite {
  animation-iteration-count: infinite;
}

.btn-frame .kenit-alo-circle {
  width: 60px;
  height: 60px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(7, 41, 103, 0.8);
  opacity: 0.1;
  border-color: #1182fc;
  opacity: 0.5;
}

.btn-frame .zoomIn {
  animation-name: zoomIn;
}

.btn-frame .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.btn-frame .kenit-alo-circle-fill {
  width: 70px;
  height: 70px;
  top: -10px;
  right: -10px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: rgba(7, 41, 103, 0.35);
  opacity: 0.4;
}

.btn-frame .pulse {
  animation-name: pulse;
}

.grid-properties {
  display: flex;
  gap: 10px;
}

.grid-properties span {
  position: relative;
  border: 1px solid #ddd;
  padding: 5px 15px;
  cursor: pointer;
}

.grid-properties span:hover,
.grid-properties span.active {
  border: 1px solid #f00;
  color: #f00;
}

.grid-properties span:hover:after,
.grid-properties span.active:after {
  content: "";
  border: 0.9375rem solid transparent;
  border-bottom: 0.9375rem solid var(#d0011b, #ee4d2d);
  bottom: 0;
  position: absolute;
  right: -0.9375rem;
}

.grid-properties span.outstock {
  pointer-events: none;
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.26);
  cursor: not-allowed;
}

/* Xu huong */
.wrap-xh {
  background: linear-gradient(90deg, #ffecd2 0%, #fcb69f 100%);
  padding: 10px;
  border-radius: 10px;
}

.title-xh {
  font-size: 25px;
  margin: 20px 0px;
  color: #333;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.image-xh {
  border-radius: 10px;
  overflow: hidden;
}

.name-xh {
  text-align: center;
  color: #333;
  font-size: 16px;
  margin: 10px 0px 0px;
}

/* scrollToTop */
.scrollToTop {
  width: 41px;
  height: 41px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 65px;
  right: 25px;
  display: none;
  z-index: 10;
  cursor: pointer;
  opacity: 0
}

/* Hidden Google Captcha */
.grecaptcha-badge {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  overflow: hidden;
}

[x-cloak] {
  display: none !important;
}

.wrap-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.menu-head-left {
  position: relative;
}

.title-menu {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  line-height: 40px;
  display: block;
}

.menu-product-list {
  position: absolute;
  z-index: 99;
  top: 100%;
  width: 250px;
  background: #fff;
  border-radius: 2px;
}

.menu-product-list ul {
  padding: 0px;
  margin-bottom: 0px;
}

.menu-product-list ul ul {
  position: absolute;
  width: 750px;
  background: #fff;
  left: 100%;
  top: 0px;
  border: 1px solid #999;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  height: 100%;
  overflow-x: hidden;
}

.menu-product-list ul ul ul {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  border: none;
  display: block;
  height: auto;
}

.menu-product-list ul li a {
  position: relative;
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px 5px 10px;
  border-bottom: 1px solid #ddd;
}

.menu-product-list ul li a .icon-down {
  position: absolute;
  right: 10px;
  top: 10px;
}

.menu-product-list ul ul li a span {
  position: absolute;
  right: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #00a3ff;
}

.menu-product-list ul li a:hover {
  color: #f00;
}

.menu-product-list ul ul li a {
  border-bottom: none;
  font-weight: bold;
}

.menu-product-list ul ul ul li a {
  font-weight: normal;
}

.fix_menu {
  position: fixed !important;
  box-shadow: 0 0 1px #999;
  background: #fff;
}

/* Product */
.filter {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 5px 10px;
  background: #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid #ddd;
  display: none;
}

.flex-product-main {
  display: flex;
  gap: 20px;
}

.flex-product-main .left-product {
  width: 250px;
  border: 1px solid #f1f1f1;
  padding: 20px;
  border-radius: 5px;
}

.flex-product-main .right-product {
  width: calc(100% - 250px);
}

.wrap-product-sale {
  overflow: hidden;
}

.wr-search p {
  font-weight: bold;
  text-transform: uppercase;
}

/*why*/

.bg_why {
  background: url(../images/bg_vs.png) no-repeat;
  min-height: 690px;
  padding-top: 50px !important;
}

.all_why1 {
  position: relative;
  margin: 0 auto;
  max-width: 1120px;
  width: 100%;
  top: -30px;
}

.bd_why {
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  position: relative;
  width: 255px;
}

.des_why {
  text-align: center;
}

.des_why h3 {
  font-size: 20px;
  font-family: "MoB";
  color: var(--color-chudao);
  line-height: 30px;
  position: relative;
  margin-bottom: 10px;
  -webkit-line-clamp: 1;
}

.des_why h3:hover {
  color: red;
}

.item_why {
  float: left;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}

.item_why:nth-child(2n + 1) {
  clear: both;
}

.item_why:nth-child(1):after {
  content: "";
  position: absolute;
  left: 92%;
  top: 100px;
  width: 173px;
  height: 65px;
  background: url(../images/b_vs1.png) no-repeat;
}

.item_why:nth-child(3):after {
  content: "";
  position: absolute;
  left: 106%;
  bottom: 65px;
  width: 173px;
  height: 65px;
  background: url(../images/b_vs4.png) no-repeat;
}

.item_why:nth-child(2):after {
  content: "";
  position: absolute;
  right: 85%;
  top: 123px;
  width: 165px;
  height: 87px;
  background: url(../images/b_vs2.png) no-repeat;
}

.item_why:nth-child(4):after {
  content: "";
  position: absolute;
  right: 104%;
  bottom: 75px;
  width: 173px;
  height: 65px;
  background: url(../images/b_vs4.png) no-repeat;
  transform: rotateY(180deg);
}

.item_why .img_why {
  position: relative;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: url(../images/bg_ibv.png) no-repeat;
  width: 163px;
  height: 158px;
}

.item_why .img_why img {
  transition: 0.3s;
}

.item_why .img_why:hover img {
  transform: rotateY(360deg);
}

.des_why h3 p {
  margin-bottom: 0px;
  color: #181818;
}

.des_why span {
  font-weight: normal;
  -webkit-line-clamp: 2;
}

.item_why:nth-child(3) {
  margin-bottom: 0px;
}

.item_why:nth-child(4) {
  margin-bottom: 0px;
}

.item_why:nth-child(2n) {
  float: right;
}

.bd_img_vs {
  z-index: 9;
  position: relative;
}

.img_visao {
  position: absolute;

  left: 50%;
  transform: translateX(-50%);
  top: 65px;
  width: 549px;
  text-align: center;
  z-index: 1;
}

/*  */

#menu {
  display: none;
}

#hamburger {
  display: none;
  width: 35px;
  height: 23px;
  position: relative;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
  background: var(--color-chudao);
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0px;
}

#hamburger:before {
  top: 0px;
}

#hamburger span {
  top: 10px;
}

#hamburger:after {
  top: 20px;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
  -webkit-transition: none 0.5s ease 0.5s;
  transition: none 0.5s ease 0.5s;
  -webkit-transition-property: transform, top, bottom, left, opacity;
  -webkit-transition-property: top, bottom, left, opacity, -webkit-transform;
  transition-property: top, bottom, left, opacity, -webkit-transform;
  transition-property: transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity, -webkit-transform;
}

.mm-wrapper_opening #hamburger:before,
.mm-wrapper_opening #hamburger:after {
  top: 10px;
}

.mm-wrapper_opening #hamburger span {
  left: -50px;
  opacity: 0;
}

.mm-wrapper_opening #hamburger:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-wrapper_opening #hamburger:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-menu_opened {
  display: block !important;
}

.mm-slideout {
  z-index: unset;
}

.wrap-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.menu-head-left {
  position: relative;
}

.title-menu {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  line-height: 40px;
  display: block;
}

/* title_spcap1 */
.title-pro-moi {
  border-bottom: 2px solid var(--color-chudao);
}

.title-pro-moi span {
  background: url(../images/bg_dm1.png) repeat-x;
  min-height: 48px;
  display: inline-block;
  font-size: 22px;
  font-family: "RCB";
  color: #fff;
  line-height: 48px;
  padding: 0 30px;
  position: relative;
}

.title-pro-moi span:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0px;
  width: 88px;
  height: 50px;
  background: url(../images/a_ttdm.png) no-repeat;
}

.product-ajax {
  border: 1px solid #dedede;
  border-radius: 10px;
}

.hamburger2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 15px;
  height: 14px;
  cursor: pointer;
  border-radius: 50%;
  margin-right: 15px;
}

.hamburger2 .top-bun {
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards200ms;
  animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}

.hamburger2 span {
  height: 2px;
  width: 83.33333333%;
  background: #ffffff;
  transition: all 400ms ease-in-out;
  border-radius: 10px;
}

.menu_icon span {
  font-family: "Poppins-SemiBold";
  font-size: 18px;
  line-height: 22.5px;
}

.hamburger2 .meat {
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards400ms;
  animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}

.hamburger2 .meat {
  width: 100%;
  transition: all 200ms ease-in-out;
}

.hamburger2 .bottom-bun {
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards600ms;
  animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
}

.hamburger2 .bottom-bun2 {
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards800ms;
  animation: burger-hover 1s infinite ease-in-out alternate forwards 800ms;
}

@-webkit-keyframes burger-hover {
  0% {
    width: 100%;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 100%;
  }
}

@keyframes burger-hover {
  0% {
    width: 100%;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 100%;
  }
}

/* album */

.title_album {
  margin-bottom: 30px;
  position: relative;
  /* text-align: center; */
  color: #393939;
}

.title_album span {
  font-size: 50px;
  color: var(--color-chudao);
  font-family: "iCBCPR";
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.title_album p {
  color: var(--color-chudao);
  font-family: "iCPLi";
  font-size: 25px;
  display: inline-block;
  position: relative;
  padding-right: 20px;
}

.title_album p:before {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 20px;
  width: 59px;
  height: 7px;
  background: url(../images/a_ab.png) no-repeat;
}

/* video */
.bg_video {
  max-width: 1920px;
  margin: 0 auto;
}

.video_photo {
  position: relative;
  margin-bottom: 0px !important;
  border-radius: 30px;
  overflow: hidden;
  cursor: pointer;
}

.img_video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 131px;
  height: 131px;
  animation: xoaytron 3s linear infinite;
}

.img_video img {
  animation: round 15s infinite linear;
}

@keyframes round {
  to {
    transform: rotate(360deg);
  }
}

.slide-video-for {
  width: 55.5%;
  position: relative;
  right: 110px;
  bottom: 100px;
  float: right;
  padding: 20px 20px 20px 70px;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0, #fff),
      color-stop(1, #bbe2f6));
  border: 1px solid #fff;
  box-shadow: 2px 2px 5px #ccc;
  z-index: 9;
}

.video_item_s {
  padding: 0px 8px;
}

.video_item_s img {
  max-height: 125px;
}

.slide-video-for .slick-prev:before {
  content: "";
}

.slide-video-for .slick-prev {
  background: url(../images/prev_vd.png) no-repeat;
  width: 18px;
  height: 28px;
  left: 15px;
}

.slide-video-for .slick-next:before {
  content: "";
}

.slide-video-for .slick-next {
  background: url(../images/next_vd.png) no-repeat;
  width: 18px;
  height: 28px;
  left: 45px;
  /* transform: rotateY(-180deg); */
  top: 50%;
}

.video_item_s .video_photo {
  border: 1px solid transparent;
}

.video_item_s.slick-current .video_photo {
  border-color: red;
}

.video_item_s .video_photo:hover {
  border-color: red;
  cursor: pointer;
}

.modal-dialog {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 100vw; */
}

/*  */
#slider2_container {
  margin: 0px !important;
  width: 100% !important;
  max-width: 100%;
}

.banner-slider {
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 1440px;
  margin: 0 auto;
  ;
}

.banner-slider .list-banner-slider img {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

/*text*/
.slide-shadow {
  position: absolute;
  width: 100%;
  left: 50%;
  text-transform: uppercase;
  z-index: 99;
  top: 20%;
  transform: translateX(-50%) !important;
  text-align: center;
  opacity: 1;
}

.active.owl-item .slide-name::before {
  width: 100%;
}

.active.owl-item .slide-name {
  display: inline-block;
  animation: 2.4s ease 0s 1 normal none running fadeInDown1;
}

.active.owl-item .slide-name2 {
  display: inline-block;
  animation: 2.2s ease 0s 1 normal none running fadeInDown1;
  margin-top: -30px;
}

.slide-name .namecty_vi {
  line-height: 82px;
}

.active.owl-item .slide-desc {
  display: inline-block;
  animation: 2s ease 0s 1 normal none running fadeInDown1;
}

.active.owl-item .bottom-slide {
  margin-top: 20px;
  width: 35%;
  display: inline-block;
  animation: 1.8s ease 0s 1 normal none running fadeInDown1;
}


.slide-content {
  /* width: 41%; */
}

.slide-shadow .wrap-content {
  overflow: hidden;
}

.slide-name {
  font-size: 74px;
  color: #9b000f;
  font-family: 'impac';
  position: relative;
  display: inline-block;
  font-style: italic;
  line-height: 60px;
  margin-bottom: 20px;
}

.slide-name2 {
  font-size: 74px;
  color: #474747;
  font-family: 'impac';
  display: inline-block;
  font-style: italic;
  line-height: 82px;
}

.slide-desc {
  border-top: 2px solid #fff;
  padding-top: 10px;
  color: white;
  font-size: 24px;
  text-transform: none !important;
}



@keyframes fadeInDown1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -600px, 0);
    transform: translate3d(0, -600px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

/* Dotted Navigation Style */
.jssorb06 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  bottom: 0px;
  z-index: 9;
  margin-left: 0px !important;
}

.jssorb06 div {
  background: #ffffff;
  border-radius: 50%;
  opacity: 0.6;
  width: 15px !important;
  height: 15px !important;
  margin: 0 15px;
  cursor: pointer;
}


.jssorb06 div:hover,
.jssorb06 div.av {
  background: var(--color-chudao);
  opacity: 1;
}


/* dichvu */
.serv-shadow-cat-info {
  position: absolute;
  text-align: center;
  padding: 30px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(1, rgb(0, 0, 0, 0.7)));
}

.serv-shadow-cat-info h3 a {
  color: #fff;
  font-family: 'HeB';
  line-height: 25px;
  font-size: 18px;
}

/* thicongepcoc */
.bg_thicongepcoc {
  position: relative;
  margin-top: 100px;
}

.left_thicongepcoc {
  width: 80%;
  background: #484848;
  padding: 110px;
  color: #fff;
  padding-right: 36%;
  display: inline-block;
}

.bd_thicongepcoc {
  max-width: 553px;
  float: right;
}

/* .bd-dknt{  max-width: 553px; float: left;} */
.title_epcoc {
  margin-bottom: 20px;
}

.title_epcoc span {
  font-size: 16px;
  font-family: 'HeMe';
  margin-bottom: 5px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
}

.title_epcoc h2 {
  font-family: 'OwSeB';
  font-size: 34px;
  color: #fff;
  text-transform: uppercase;
  margin-left: 1px;
}


.title_epcoc .top-bun {

  height: 3px;

  width: 70px;

  background: #fff;


  margin-top: 20px;

  display: inline-block;

  overflow: hidden;
  position: relative;

}


.title_epcoc .top-bun:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  left: -10px;
  bottom: 0;
  border-left: 20px solid #484848;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}


.noidungepcoc span {
  -webkit-line-clamp: 5;
  line-height: 29px;
  color: #fff;
}

.more_epcoc {
  display: inline-block;
  margin-top: 40px;
}

.more_epcoc a {
  border: 1px solid #fff;
  padding: 10px 27px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'HeMe';
  display: inline-block;
  transition: all .3s;
}

.more_epcoc a:first-child {
  margin-right: 10px;
}

.more_epcoc a:last-child {
  background: var(--color-chudao);
  border-color: var(--color-chudao);
}


.more_epcoc a:first-child:hover {
  background: var(--color-chudao);
  border-color: var(--color-chudao);
}

.more_epcoc a:last-child:hover {
  border-color: #fff;
  background: transparent;
}


/* baiviet ÃƒÂ©p cÃ¡Â»Âc */



.right_thicongepcoc {
  width: 50%;
  position: absolute;
  right: 0px;
  bottom: 70px;
  background: url(../images/ct.png) no-repeat;
  min-height: 820px;
  padding: 380px 110px 70px 80px;
}

.serv-shadow {
  max-width: 520px;
  float: left;
}

.serv-shadow-info h3 {
  margin-bottom: 60px !important;
  display: inline-block;
  position: relative;
  line-height: unset;
}

.serv-shadow-info h3 a {
  font-family: 'OwSeB';
  font-size: 34px;
  color: #fff;
}

.serv-shadow-info span {
  font-size: 15px;
  color: #fff;
}


.serv-shadow-info .top-bun {

  height: 3px;

  width: 70px;

  background: #fff;


  display: inline-block;

  overflow: hidden;

  position: absolute;

  bottom: -30px;

}


.serv-shadow-info .top-bun:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  left: -10px;
  bottom: 0;
  border-left: 20px solid var(--color-chudao);
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}

.more_bvepcoc {
  display: inline-block;
  margin-top: 40px;
}

.more_bvepcoc a {
  border: 1px solid #fff;
  padding: 10px 27px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'HeMe';
  display: inline-block;
  transition: all .3s;
}

.more_bvepcoc a:first-child {
  margin-right: 10px;
}

.more_bvepcoc a:last-child {
  background: #fff;
  border-color: #fff;
  color: var(--color-chudao);
}

.more_bvepcoc a:first-child:hover {
  background: #fff;
  border-color: #fff;
  color: var(--color-chudao);
}

.more_bvepcoc a:last-child:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}


/* pp */


.title_pps {
  position: relative;
  margin-bottom: 0px;
  z-index: 9;
  width: 42%;
}

.title_pps span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: "HeMe";
  color: #000;
  line-height: 46px;
  text-transform: uppercase;
}

.title_pps h2 {
  font-family: "OwB";
  font-size: 34px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  color: var(--color-chudao);
}


.title_pps .top-bun {

  height: 3px;

  width: 70px;

  background: var(--color-chudao);


  margin-top: 20px;

  display: inline-block;

  overflow: hidden;
  position: relative;

}


.title_pps .top-bun:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  left: -10px;
  bottom: 0;
  border-left: 20px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}


.noidungphuongphaps {
  line-height: 25px;
  width: 58%;
}

.noidungphuongphaps>span {
  -webkit-line-clamp: 5;
  color: #5C5C5C;
  line-height: 28px;
  font-size: 15px;
}

/*  */
.phphap-shadow-info {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgb(155 27 31 / 70%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
}

.phphap-shadow-info h3 p {
  font-size: 18px;
  font-family: var(--font-chudao);
  color: #fff;
}

.phphap-shadow-name {
  margin-bottom: 20px !important;
}

.phphap-shadow-article .phphap-shadow-image img {
  transition: 0.3s all;
}

.phphap-shadow-article:hover .phphap-shadow-image img {
  transform: scale(1.1);
}

.phphap-shadow-article:hover .phphap-shadow-info {
  opacity: 1;
  visibility: unset;
}

.more_phphap {
  display: inline-block;
  margin-top: 40px;
  width: 100%;
  text-align: center;
}

.more_phphap a {
  border: 1px solid var(--color-chudao);
  padding: 10px 27px;
  color: var(--color-chudao);
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'HeMe';
  display: inline-block;
  transition: all .3s;
}

.more_phphap a:hover {
  background: var(--color-chudao);
  border-color: var(--color-chudao);
  color: #fff;
}



/*css procedure */
.bg_procedure {
  background: var(--color-chudao);
}

.title_procedure {
  margin-bottom: 20px;
  width: 41.5%;
}


.right-procedure {
  width: 48.5%;
}

.title_procedure span {
  font-size: 15px;
  margin-bottom: 5px;
  display: inline-block;
  color: #fff;
}

.title_procedure h2 {
  font-family: 'OwSeB';
  font-size: 34px;
  color: #fff;
  text-transform: uppercase;
}


.title_procedure .top-bun {

  height: 3px;

  width: 70px;

  background: #fff;

  margin-top: 15px;

  display: inline-block;

  overflow: hidden;

  position: relative;
}


.title_procedure .top-bun:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  left: -10px;
  bottom: 0;
  border-left: 20px solid var(--color-chudao);
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}

/*  */


.box-procedure {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 2px 4px #333;
}

.box-procedure img {
  max-height: 46px;
}

.image-procedure {
  width: 129px;
  height: 129px;
  background: url(../images/bg_ibv.png) no-repeat;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.bd-procedure {
  width: 100%;
  /* text-align: center; */
}


.ds-procedure h3 {
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.ds-procedure h3 a {
  font-size: 16px;
  color: var(--color-chudao);
  font-family: "RB";
  -webkit-line-clamp: 2;
}

.ds-procedure h3 a img {
  transition: 0.3s all;
  border-radius: 50%;
}

.ds-procedure h3 a:hover img {
  filter: brightness(1) invert(1);
}

.ds-procedure h3 a:hover {
  color: #000;
}

.shadow-lrn-desc-procedure {
  -webkit-line-clamp: 9;
  font-size: 15px;
  color: #644D43;
  line-height: 25px;
  text-align: justify;
}

.noidungprocedure {
  margin-top: 30px;
}

/* dvvt */

.title_dvvt {
  position: relative;
  margin-bottom: 30px;
  z-index: 9;
  width: 100%;
}

.title_dvvt span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: "HeMe";
  color: #000;
  line-height: 46px;
  text-transform: uppercase;
}

.title_dvvt h2 {
  font-family: "OwB";
  font-size: 34px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  color: var(--color-chudao);
}


.title_dvvt .top-bun {

  height: 3px;

  width: 70px;

  background: var(--color-chudao);

  margin-top: 30px;

  display: inline-block;

  overflow: hidden;

  position: relative;

}


.title_dvvt .top-bun:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  left: -10px;
  bottom: 0;
  border-left: 20px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}

.hinhdichvuvantai {
  width: 50%;
}

.right-dichvuvantai {
  width: 50%;
}

.top-dichvuvantai {
  padding: 85px 50px;
}

.bottom-dichvuvantai {
  padding: 85px 50px;
  background: var(--color-chudao);
  color: #fff;
  font-size: 16px;
  font-family: 'HeB';
}

/* bg_album */
.bg_album {
  position: relative;

  padding: 10px 0px !important;
}

.bg_album:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -107px;
  width: 100%;
  height: 107px;
  background: url(../images/a_tc.png) no-repeat;
  background-size: 100% 100%;
}



.all_album .news-album-image {
  overflow: hidden;

}

.album_dt {
  display: none;
}

.news-album-image {
  overflow: hidden;
  position: relative;
}

.news-album-image h3 {
  position: absolute;
  top: 20px;
  left: 30px;
  color: #fff;
  font-size: 24px;
  font-family: var(--font-chudao);
}

.news-album-image span {
  letter-spacing: 6px;
  transform: rotate(-90deg);
  position: absolute;
  left: -130px;
  bottom: 190px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'HeMe';
  color: #fff;
}

.more_news_album {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--color-chudao);
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateX(300%);
  transition: 0.3s all;
  z-index: 9;
}

.more_news_album i {
  color: #fff;
  font-size: 25px;
}

.news-album-article:hover h3 {
  opacity: 0;
}

.news-album-article:hover span {
  opacity: 0;
}

.news-album-article:hover .more_news_album {
  transform: translateX(-40%);
}

/* procare serv */
.bg_procare {
  background: var(--color-chudao);
  padding: 30px 0px !important;
}

.left_title_procare {
  margin-bottom: 20px;
  width: 21%;
}


.noidungprocare {
  width: 57.5%;
  color: #fff;
}

.title_procare {
  margin-bottom: 20px;
}

.title_procare .left_title_procare {
  font-size: 15px;
  margin-bottom: 5px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
}

.title_procare h2 {
  font-family: 'OwSeB';
  font-size: 34px;
  color: #fff;
  text-transform: uppercase;
}


.title_procare .top-bun {

  height: 3px;

  width: 70px;

  background: #fff;

  margin-top: 15px;

  display: inline-block;

  overflow: hidden;

  position: relative;
}


.title_procare .top-bun:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  left: -10px;
  bottom: 0;
  border-left: 20px solid var(--color-chudao);
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}

.box-procare {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0px 2px 4px #333;
  margin-bottom: 6px;
}

.image-procare {
  width: 100px;
  height: 100px;
  display: inline-block;
  border-radius: 50%;
  padding: 6px;
  border: 2px dotted var(--color-chudao);
  margin-bottom: 30px;
}

.bd-img-procare {
  background: var(--color-chudao);
  border-radius: 50%;
  display: inline-flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.image-procare img {
  max-height: 45px;
}

.ds-procare {
  text-align: center;
}

.ds-procare h3 {
  margin-bottom: 0px;
}

.ds-procare h3 a {
  font-family: 'HeMe';
  font-size: 18px;
  color: #000000;
}

.ds-procare h3 a:hover {
  color: var(--color-chudao);
}


/* doitac */
.item-partner img {
  max-height: 120px;
}

.right-partner {
  width: 45%;
  margin: 0 auto
}

.item-partner {
  padding: 0px 30px;
  margin-bottom: 30px;
}

.title_partner {
  position: relative;
  margin-bottom: 0px;
  z-index: 9;
  width: 29%;
}

.title_partner span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: "HeMe";
  color: #000;
  line-height: 46px;
  text-transform: uppercase;
}

.title_partner h2 {
  font-family: "OwB";
  font-size: 34px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  color: var(--color-chudao);
}


.title_partner .top-bun {

  height: 3px;

  width: 70px;

  background: var(--color-chudao);


  margin-top: 20px;

  display: inline-block;

  overflow: hidden;
  position: relative;

}


.title_partner .top-bun:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  left: -10px;
  bottom: 0;
  border-left: 20px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}


/*   Header   */
.header {
  z-index: 99;
  width: 100%;

}

.header-in {
  position: relative;
  background: #fff;
  padding-bottom: 10px;
}

.head_top {
  position: relative;
  padding-top: 8px;
  color: #fff;
  min-height: 40px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--color-chudao)), color-stop(0.3, var(--color-chudao-2)), color-stop(0.5, var(--color-chudao)), color-stop(0.8, var(--color-chudao-2)), color-stop(1, var(--color-chudao)));
  font-family: 'MoMe';
}

.slogan {
  font-size: 16px;
  font-family: 'MoSeB';
  width: 40%;
}

.address_head {
  font-size: 15px;
  background: url(../images/icon_address.png) top 3px left 0px no-repeat;
  padding-left: 20px;
}

.phone_head {
  /* background: url(../images/icon_phone.png) top 3px left 0px no-repeat; */
  /* padding-left: 25px; */
  font-size: 15px;
}

.phone_head p {
  display: inline-block;
  /* font-family: 'QsMe'; */
}

.logo-header {
  width: 268px;
  z-index: 999;
}

.right_header {
  width: calc(100% - 380px);
  /* margin-bottom: 10px; */
}

.head_bot {
  padding: 18px 0 12px 0;
}

/*  */


.hotline {
  color: #fff;
  background: url(../images/bg_ihl.png) no-repeat;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 189px;
  float: right;
  margin-right: 30px;
}

.hotline p {
  font-size: 18px;
  font-family: 'SED';
  display: inline-block;
}

.hotline span {
  font-size: 16px;
  font-family: 'SGSeB';
  color: #000;

}

.hotline img {
  position: relative;
  top: -4px;
  margin-right: 10px;
}

.banner-header {
  width: 462px;
  position: relative;
  z-index: 100;
  margin-left: 145px;
}

.head_bot_fix,
.menu-res_fix {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  box-shadow: 0 0 5px #000;
  background-color: #ffffff88;
  z-index: 999;
  backdrop-filter: blur(10px);
  animation: slideInDown1 1s 0s;
  padding: 10px 0px
}

.menu-res_fix {
  padding: 0px 10px
}

.head_bot_fix .logo-header {
  width: 170px;
}

@-webkit-keyframes slideInDown1 {
  0% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    visibility: visible
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slideInDown1 {
  0% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    visibility: visible
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.slideInDown1 {
  -webkit-animation-name: slideInDown1;
  animation-name: slideInDown1
}

/*  */
.menu {}

.menu .wrap-main-k {
  position: relative;

}

.menu>.wrap-main-k>ul {
  padding: 0px;
  margin: 0;
  list-style: none;
}

.menu ul.ulmn li {
  position: relative;
  z-index: 99;
}

.menu ul.ulmn>li {
  flex: auto;
  position: relative;
  list-style: none;
  /* margin: 0 20px; */
}

.menu ul.ulmn>li:nth-last-child(2):after {
  width: 0px;
}

.menu ul.ulmn li a {
  font-size: 17px;
  color: #232222;
  font-family: 'MoSeB';
  margin: 0px;
  padding: 0;
  position: relative;
  z-index: 1;
  text-align: center;
  text-decoration: none !important;
  /* display: block; */
  line-height: 30px;
  border-radius: 50px;
  text-transform: uppercase;
  /* box-shadow: 0 0 5px var(--color-chudao-2); */
}

.menu>.wrap-main-k>ul.ulmn>li>a:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: -10px;
  width: 0;
  background: var(--color-chudao);
  height: 3px;
  transition: all .3s ease;
}

.menu ul.ulmn li a.active:after,
.menu ul.ulmn li:hover>a:after {
  width: 100%;
}

.menu ul.ulmn li:last-child a::after {
  border-right: none;
}

.menu ul.ulmn li a img {
  vertical-align: middle;
}

.menu ul.ulmn li ul {
  position: absolute;
  min-width: 250px;
  left: 0;
  background: #fff;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  padding-left: 0px;

}

.menu ul.ulmn li:hover>ul {
  -webkit-transform: perspective(600px) rotateX(0);
  transform: perspective(600px) rotateX(0);
  -webkit-transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.7s;
}

.menu ul.ulmn li ul li {
  text-align: left;
  padding-left: 10px;
  list-style: none;
}

.menu ul.ulmn li ul li:last-child {
  border-bottom: 0px;
}

.menu ul.ulmn li ul li a {
  font-size: 14px;
  padding: 10px;
  display: block;
  text-decoration: none !important;
  line-height: 20px;
  text-align: left;
  font-weight: 500;
  text-transform: capitalize;
  color: #000;
}

.menu ul.ulmn li ul li ul {
  top: 0px;
  left: 100%;
}

.menu ul.ulmn li ul li a:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  background: #fed402;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  visibility: hidden;
  opacity: 0;
}


.menu ul.ulmn li ul li:hover {
  background: var(--color-chudao);

}

.menu ul.ulmn li ul li a.active,
.menu ul.ulmn li ul li:hover>a {
  color: #fff;
}

.menu ul.ulmn li ul li a:hover:before,
.menu ul.ulmn li ul li>a.active:before {
  left: 0;
  visibility: visible;
  opacity: 1;
  width: 30px;
}

.menu ul.ulmn li ul li a:hover {
  padding-left: 40px;
}

/*search_hover*/
.search1 {
  z-index: 10;
  color: #333333 !important;
  cursor: pointer;
  position: relative;
  float: right;
  margin-left: 30px;
  /* top: -4px; */
  background: #f3f3f3;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.search1 i {
  color: #fff;
  /* background: #e6f2e6; */
  /* margin-top: 12px; */
  border-radius: 50%;
  font-size: 19px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.search1 span {
  font-family: 'OsLi';
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
}

.search {
  width: 178px;
  height: 35px;
  background: white;
  border-radius: 5px;
  position: absolute;
  top: 120%;
  right: 0px;
  z-index: 99999;
  border: 1px solid #000;
  display: none;
}

.search .btn_search {
  float: right;
  width: 35px;
  height: 35px;
  cursor: pointer;
  outline: none;
  background:
    url("assets/images/icon_search.png") no-repeat center center;
  border: none;
}

.search input {
  width: 100%;
  height: 35px;
  padding: 0;
  text-indent: 20px;
}

.search .txt_search {
  width: calc(100% - 35px);
  float: left;
  background: transparent;
  line-height: 33px;
  text-indent: 10px;
  outline: none;
  border: none;
  color: #000;
  font-size: 12px;
  font-weight: normal;
  font-family: 'Tahoma';
}

.search .txt_search::-webkit-input-placeholder,
.search .txt_search::-moz-placeholder,
.search .txt_search:-ms-input-placeholder,
.search .txt_search:-moz-placeholder {
  color: #000;
}

.search .search-auto {
  background: transparent;
  border: none
}

#last-child {
  float: left;
  padding: 0px 19px;
}

.search input[type=text]::-webkit-input-placeholder {
  color: #000;
}

.search input[type=text]::-moz-placeholder {
  color: #000;
}

.search input[type=text]:-ms-input-placeholder {
  color: #000;
}

.search input[type=text]:-moz-placeholder {
  color: #000;
}

.search p {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.search p i {
  color: #000;
  margin-right: 10px;
  /* margin-top: 4px; */
}


.change-lang {
  float: right;
  margin-left: 20px;
}

.change-lang a {
  color: #706a3e;
}

.change-lang a img {
  margin-right: 5px;
}

/* slideshow */

.slideshow {
  position: relative;
  width: 100%;
  /* z-index: -1; */
}

.slideshow-item {
  overflow: hidden;
}

/* Footer */
.logo-ft {
  display: inline-block;
}

.footer-in {
  margin-top: 100px;
}

.footer-article {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--color-chudao-2)), color-stop(1, var(--color-chudao)));
  padding-top: 130px !important;
  position: relative;
}

.footer-article-in {
  margin-top: 110px;
}


.title-footer {
  font-family: var(--font-chudao);
  font-size: 20px;
  margin-bottom: 5px;
  display: inline-block;
  color: #fff;
}

.title-footer-dt {
  font-size: 15px;
  /* font-family: "RB"; */
  /* color: #fff; */
  text-transform: capitalize;
  margin-bottom: 15px;
}

.title-footer-dt1 {
  font-size: 16px;
  font-family: var(--font-chudao);
  co;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.footer-news:nth-child(1) {
  width: 41%;
  /* text-align: center; */
}

.footer-news:nth-child(2) {
  width: 13.5%;
}

.footer-news:nth-child(3) {
  width: 7%;
}

.footer-news:nth-child(4) {
  width: 21%;
}

.social-footer {
  color: #fff;
  margin-top: 20px !important;
  /* padding-left: 44px !important; */
  background: url(../images/b_mxh.png) no-repeat;
}

.social-footer span {
  text-transform: uppercase;
}

.social-footer li {
  display: inline-block;
  margin-bottom: 10px;
}

.footer-ul li {
  margin-bottom: 10px;
}

.footer-ul li a {
  color: #fff;
}

.footer-ul li a:hover {
  color: yellow;
}

.info-footer {
  color: #fff;
  /* font-size: 15px; */
  line-height: 40px;
  font-family: 'MoMe';
}

.info-footer p {
  margin-bottom: 0px;
}

.info-footer1 {
  color: #fff;
  font-size: 13px;
  line-height: 30px;
  -webkit-line-clamp: 6;
}

.info-footer .flex-footer .title-footer {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 14px;
}

.info-footer .flex-footer .service-footer {
  margin-top: 20px;
}

.info-footer .flex-footer .service-footer ul {
  padding: 0px;
  margin: 0px;
}

.info-footer .flex-footer .service-footer ul li {
  list-style: none;
  padding: 5px 0px;
}

.info-footer a {
  color: #fff;
}

.footer-ul-de li a {
  color: #000;
}

.footer-ul-de li a:hover {
  color: red;
}

.footer-powered {
  text-align: center;
  color: #fff;
  position: relative;
  font-size: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--color-chudao-2)), color-stop(1, var(--color-chudao)));
}

.footer-powered .wrap-main-k {
  position: relative;
  padding: 15px 0px;
  /* border-top: 1px solid #fff; */
}

.copyright {
  position: relative;
  color: #fff;
  display: inline-block;
}

.bd-footer {
  text-align: center;
  background: var(--color-chudao);
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  padding: 35px;
  width: 350px;
  margin: 0 auto;
  margin-top: -200px;
  z-index: 9;
  position: relative;
  margin-bottom: 40px;
}

.fb {
  background: #fff;
  border-radius: 5px;
  text-align: center;
}

.fb-page {
  border-radius: 5px;
  overflow: hidden;
}

.title-fb {
  border-bottom: 1px solid var(--color-chudao);
  padding: 7px;
}

.title-fb span {
  font-family: 'MoSeB';
  font-size: 18px;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--color-chudao)), color-stop(0.3, var(--color-chudao-2)), color-stop(0.5, var(--color-chudao)), color-stop(0.8, var(--color-chudao-2)), color-stop(1, var(--color-chudao)));


}

.fb a {
  margin-top: 10px;
  text-align: center;
  display: inline-block;
  margin-bottom: 5px;
}

/* map */

.map-ft iframe {
  height: 450px;
  width: 100%;
}

.thongketruycap span p {
  display: inline-block;
}

.thongketruycap span {
  border-right: 1px solid #fff;
  padding-right: 10px;
  margin-right: 10px;
}

.thongketruycap span:last-child {
  border-right: none;
  padding-right: 0px;
  margin-right: 0px;
}

/*dknt*/
.bd-dknt {
  border-radius: 20px;
  max-width: 900px;
  background: #f8f8f8;
  margin: 0 auto;
  top: -180px;
  position: relative;
  z-index: 9;
  padding: 35px 100px;
  box-shadow: 0 0 8px #ccc;
  margin-bottom: -180px;
}

.title_dknt {
  margin-bottom: 15px;
  text-align: center;
}

.title_dknt span {
  font-size: 30px;
  /* font-family: 'MÃ¡Â»Â'; */
  /* margin-bottom: 5px; */
  display: inline-block;
  color: #494949;
  text-transform: uppercase;
}

.title_dknt h2 {
  font-family: 'MoB';
  font-size: 30px;
  margin: 0;
  margin-left: 7px;
  text-transform: uppercase;
  display: inline-block;
  color: #008CCC;
  /* margin: 0; */
}


.title_dknt .top-bun {

  height: 3px;

  width: 70px;

  background: #fff;


  margin-top: 20px;

  display: inline-block;

  overflow: hidden;
  position: relative;

}


.title_dknt .top-bun:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  left: -10px;
  bottom: 0;
  border-left: 20px solid var(--color-chudao);
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}

.noidungdknt {
  margin-bottom: 40px;
}

.noidungdknt span {
  -webkit-line-clamp: 5;
  line-height: 29px;
  color: #fff;
}

/* dknt */
.item_dknt {
  position: relative;
}

.newslestter_row_bot.flex_row {
  justify-content: center;
}

.newsletter-input {
  position: relative;
}

.newsletter-input p {
  display: inline-block;
  color: var(--color-chudao);
}

.newsletter-input span {
  margin-bottom: 5px;
  display: inline-block;
}

.newsletter-input input {
  padding: 0px;
  font-size: 14px;
  text-indent: 40px;
  border: none;
  height: 50px;
  color: #B5B5B5 !important;
  border-radius: 0px;
  background: transparent !important;
}

.newsletter-input textarea {
  height: 50px;
  border: none;
  font-size: 14px;
  border-radius: 0px;
  background: 0px;
  text-indent: 40px;
  color: #5c5c5c !important;
  padding-top: 15px;
  padding-left: 10px;
  background: transparent !important;
}

.newsletter-button {
  text-align: center;
  cursor: pointer;
  width: 22px;
  /* min-height: 22px; */
  background: var(--color-chudao-3);
  transition: 0.3s;
  /* position: absolute; */
  /* right: 10px; */
  /* top: 9px; */
}

.newsletter-button input[type="submit"] {
  border: 0px;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  height: 50px;
  font-size: 13px;
}

.newsletter-button:hover {
  filter: brightness(1.2) invert(0);
  transform: scale(1.05);
}

.newsletter-input input::-webkit-input-placeholder {
  color: #B5B5B5;
}

.newsletter-input input::-moz-placeholder {
  color: #B5B5B5;
}

.newsletter-input input:-ms-input-placeholder {
  color: #B5B5B5;
}

.newsletter-input input:-moz-placeholder {
  color: #B5B5B5;
}


.newsletter-input textarea::-webkit-input-placeholder {
  color: #B5B5B5;
}

.newsletter-input textarea::-moz-placeholder {
  color: #B5B5B5;
}

.newsletter-input textarea:-ms-input-placeholder {
  color: #B5B5B5;
}

.newsletter-input textarea:-moz-placeholder {
  color: #B5B5B5;
}

#social a:first-child {
  display: none;
}

.all_dknt {
  width: 570px;
  float: left;
}

.newsletter-button {
  width: 120px;
  /* padding-left: 10px; */
}

.newsletter-input:nth-child(1) input {
  background: #fff url(../images/dk1.png) left 15px bottom 14px no-repeat !important;
}

.newsletter-input:nth-child(2) textarea {
  background: #fff url(../images/dk2.png) left 15px bottom 16px no-repeat !important;
}

/* news */
.bg_news {

  padding: 30px 0px !important;
}

/*tintuc*/

.bg_news .wrap-main {
  max-width: calc(1200px + 16px);
}


.title-main-news {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}

.title-main-news h2 {
  font-family: var(--font-chudao);
  font-size: 41px;
  color: #1E1E1E;
  text-transform: capitalize;
  display: inline-block;

  position: relative;
  padding: 0 20px;
}

.title-main-news h2:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 10px;
  width: 37px;
  height: 31px;
  background: url(../images/b_tt.png) no-repeat;
}

.title-main-news h2:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 10px;
  width: 37px;
  height: 31px;
  background: url(../images/b_tt.png) no-repeat;
  transform: rotateY(180deg);
}

.title-main-news p {
  color: #232222;
  font-family: 'MoMe';
}

/*intro  top bottom*/


.all_news {
  position: relative;
}

.news-shadow-info {
  transition: 0.3s;
  padding: 15px 20px 25px 20px;
  width: 100%;
  position: relative;
}

.news-shadow-info .right-inews {
  padding-left: 55px;
}

.news-shadow-info .right-inews span {
  color: #646464;
  -webkit-line-clamp: 3;
}

.news-shadow-article {
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 8px #ccc;
  margin: 8px;
}

.bd-news {
  position: relative;
  width: calc(100% - 65px);
  float: right;
  padding-left: 25px;
  padding-top: 20px;
}

.news-shadow-name {
  font-size: 14px;
  position: relative;
  line-height: 23px;
  margin-bottom: 7px;
}

.news-shadow-name a {
  color: #1E1E1E;
  font-size: 16px;
  font-family: 'MoB';
}

.news-shadow-name a:hover {
  color: red;
}

.news-shadow-name a.text-split {
  -webkit-line-clamp: 2;
}

.date-shadow {
  color: #fff;
  font-family: 'MoB';
  padding: 5px 20px;
  position: absolute;
  left: -35px;
  top: 46px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--color-chudao)), color-stop(1, var(--color-chudao-2)));
  transform: rotate(-90deg);
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}

.date-shadow span {
  font-size: 22px;
}

.news-shadow-image {
  position: relative;
  overflow: hidden;
}

.news-shadow-image a {
  overflow: hidden;
}

.news-shadow-image img {
  overflow: hidden;
}

.bd_news {
  padding-top: 15px;
  width: calc(100% - 70px);
  float: right;
  padding-left: 20px;
}

.more_news {
  font-size: 14px;
  color: #008CCC;

  display: inline-block;
  margin-top: 15px;
}

.more_news img {
  margin-left: 5px;
}

.more_news:hover {
  color: red;
}

/* more_dmcap1 */
.more_cap1tt {
  margin-bottom: 10px;
}

.more_cap1tt a {
  color: #909090;
}

.more_cap1tt a:hover {
  color: red;
}

.more_cap1tt a img {
  margin-right: 5px;
}

/* pp */



.title-main-phanphoi {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}

.title-main-phanphoi h2 {
  font-family: var(--font-chudao);
  font-size: 41px;
  color: #1E1E1E;
  text-transform: capitalize;
  display: inline-block;

  position: relative;
}


.title-main-phanphoi p {
  color: #232222;
  font-family: 'MoMe';
}

.all_phanphoi {
  position: relative;
}

.phanphoi-shadow-info {
  transition: 0.3s;
  padding: 15px 20px 25px 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(1, rgb(0, 0, 0, 0.8)));
  display: inline-flex;
  align-items: end;
}


.phanphoi-shadow-article {
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  /* box-shadow: 0 0 8px #ccc; */
  /* margin: 8px; */
}

.bd-phanphoi {
  position: relative;
  width: calc(100% - 65px);
  float: right;
  padding-left: 25px;
  padding-top: 20px;
}

.phanphoi-shadow-name {
  font-size: 14px;
  position: relative;
  line-height: 23px;
}

.phanphoi-shadow-name a {
  color: #fff;
  font-size: 18px;
  font-family: 'MoB';
}

.phanphoi-shadow-name a:hover {
  color: yellow;
}

.phanphoi-shadow-name a.text-split {
  -webkit-line-clamp: 2;
}

.phanphoi-shadow-image {
  position: relative;
  overflow: hidden;
}

.phanphoi-shadow-image a {
  overflow: hidden;
}

.phanphoi-shadow-image img {
  overflow: hidden;
}

.bd_phanphoi {
  padding-top: 15px;
  width: calc(100% - 70px);
  float: right;
  padding-left: 20px;
}

.more_phanphoi {
  font-size: 13px;
  background: #008CCC;
  display: inline-block;
  margin-top: 5px;
  color: #fff !important;
  padding: 5px 10px;
  border-radius: 20px;
  font-family: 'MoB';
}

.more_phanphoi img {
  margin-left: 5px;
}

.more_phanphoi:hover {
  background: red;
}

/* qc */
.quangcao {
  background: #e3f4fc;
  padding: 30px 0px;
}

.left-qc {
  width: calc(50% - 10px);
  display: inline-block;
}

.right-qc {
  width: calc(50% - 10px);
  display: inline-block;
}

.quangcao_item {
  /* border-radius: 20px; */
  /* overflow: hidden; */
}

.quangcao_item div {
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
}

.top-qc {
  margin-bottom: 20px;
}

/* spcap1 */

.title-spcap1 {
  background: #fff;
  padding: 5px;
  border-radius: 50px;
  margin-bottom: 20px;
}

.title-spcap1 span {
  font-family: var(--font-chudao);
  font-size: 26px;
  color: #1E1E1E;
  margin-left: 10px;
}

.img-spcap1 {
  display: inline-flex;
}

.title-spcap1 {
  display: inline-flex;
  align-items: center;
  justif;
  justify-content: space-between;
  100%;
  width: 100%;
}

.more_spcap1 {
  color: #232222;
  font-family: 'MoSeB';
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.more_spcap1 img {
  margin-left: 10px;
}

.more_spcap1:hover {
  color: red;
}

/* spnb */

.product.product-1 {
  display: block;
  position: relative;
  border: 1px solid #85e4ff;
  border-radius: 15px;
  padding: 9px;
  border-bottom: 3px solid #85e4ff;
  background: #fff;
}

.product.product-1 .pic-product {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  border-radius: 15px;
}

.price-per {
  position: absolute;
  right: 10px;
  top: 10px;
}

.product .pic-product>a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.first_img {
  position: absolute;
  top: 0;
  transition: all 0.5s ease;
  height: 100%;
}

.product:hover .first_img {
  transform: scale(0);
}

.second_img {
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  transition: all 0.5s ease;
  height: 100%;
}

.product:hover .second_img {
  right: 0;
  top: 0;
  transition: all 0.5s ease;
}

.product .desc-product {
  text-align: center;
  margin-bottom: 15px;
}

.product .name-product {
  font-weight: normal;
  margin-bottom: 10px;
}

.product .name-product a {
  font-size: 14px;
  font-family: 'MoMe';
  color: #232222;
}

.product .name-product a:hover {
  color: red;
}

.product .name-product .text-split {
  -webkit-line-clamp: 1;
}

.product .price-product {
  margin-bottom: 0px;
  color: #fff;
  display: inline-block;
  background: var(--color-chudao-2);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--color-chudao)), color-stop(1, var(--color-chudao-2)));
  padding: 3px 15px;
  border-radius: 20px;
}

.product .price-new {
  display: inline-block;
  font-size: 13px;
}

.product .price-old {
  padding: 0 10px;
  font-size: 14px;
  text-decoration: line-through;
  color: #ccc;
}

.product .price-per {
  color: #ff2e00;
  font-size: 13px;
  text-align: center;
  font-weight: 700;
}


/* qc */
.quangcao1 {
  padding: 30px 0px;
}

/* spnb */
.bg_spnb {
  background: #e3f4fc;
}

.more_pro {
  border: 1px solid var(--color-chudao);
  padding: 5px 5px 5px 20px;
  border-radius: 30px;
  background: #fff;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  font-family: 'MoSeB';
  color: #232222;
  text-transform: uppercase;
  margin-top: 30px;
  transition: 0.3s;
}

.more_pro img {
  margin-left: 10px;
}

.more_pro:hover {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--color-chudao)), color-stop(1, var(--color-chudao-2)));
}



/*gioithieu*/

.bg_gt {
  position: relative;
  min-height: 585px;
  background: url(../images/bg_gt.png) top center no-repeat;
  z-index: 1;
  padding: 40px 0px !important;
}

.title_gt {
  position: relative;
  margin-bottom: 25px;
  z-index: 9;
}


.title_gt span {
  position: relative;
  letter-spacing: 2px;
  color: #444444;
  /* font-family: 'MoR'; */
  padding-left: 16px;
}

.title_gt span:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 1px;
  width: 10px;
  height: 16px;
  background: url(../images/b_tt_gt.png) no-repeat;
}

.title_gt b {
  font-weight: normal;
  font-family: 'MoSeB';
  font-size: 18px;
  color: var(--color-chudao);
  /* color: #008ccc; */
}

.title_gt h2 {
  font-family: "MoExB";
  font-size: 50px;
  line-height: unset;
  text-transform: capitalize;
  position: relative;
  margin-top: 2px;
  margin-bottom: 0px;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--color-chudao)), color-stop(0.3, var(--color-chudao-2)), color-stop(0.5, var(--color-chudao)), color-stop(0.8, var(--color-chudao-2)), color-stop(1, var(--color-chudao)));
}

.bd-gioithieu {
  position: relative;
}

.left-gt {

  width: 37.5%;

  z-index: 9;
}

.content-about {

  width: 100%;

}

.hinhgioithieu {
  width: 58.5%;
  z-index: 1;
  position: relative;
  height: 520px;
}

.hinhgioithieu video {
  object-fit: cover;
}

.noidunggioithieu {
  line-height: 28px;
  margin: 0 auto;
}

.noidunggioithieu>span {
  -webkit-line-clamp: 6;
  color: #1E1E1E;
  line-height: 24px;
  font-size: 14px;
  text-align: justify;
  /* font-family: 'SGMe'; */
}

.more_xt {
  border: 1px solid var(--color-chudao);
  padding: 5px 5px 5px 20px;
  border-radius: 30px;
  background: #fff;
  display: inline-block;
  font-family: 'MoSeB';
  color: #232222;
  text-transform: uppercase;
  margin-top: 30px;
  transition: 0.3s;
}

.more_xt img {
  margin-left: 10px;
}

.more_xt:hover {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--color-chudao)), color-stop(1, var(--color-chudao-2)));
}



/*css article */

.bg_article {
  margin-top: 30px;
}

.bd-article {
  width: 100%;

}

.ds-article {
  width: 100%;
  padding-left: 30px;
  background: url(../images/check_li.png) no-repeat;
  padding-bottom: 13px;
  margin-bottom: 13px;
  min-height: 20px;
  border-bottom: 1px dotted #e0e0e0;
}

.ds-article h3 {
  margin-bottom: 0px;
}

.ds-article h3 a {
  font-size: 18px;
  color: #232222;
  font-family: 'MoMe';
  -webkit-line-clamp: 2;
}

.ds-article h3 a:hover {
  color: red;
}

.ds-article span {
  font-size: 47px;
  font-family: 'SPSeB';
  color: #fff;
  line-height: 60px;
}

.ds-article p {
  display: inline-block;
  color: #fff;
  font-size: 47px;
  line-height: 60px;
  font-family: 'SPSeB';
}

.shadow-lrn-desc-article {
  -webkit-line-clamp: 2;
  font-size: 13px;
  color: #644D43;
  line-height: 25px;
}

/* dmcap1 */
.bg_dmcap1 {
  position: relative;
}

.bg_dmcap1:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 295px;
  background: #e3f4fc;

}

.title_dmcap1 {
  width: 100%;
  color: #232222;
  margin-bottom: 35px;
}

.title_dmcap1 span {
  font-family: 'MoB';
  font-size: 40px;
  width: 420px;
  text-transform: uppercase;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--color-chudao)), color-stop(0.3, var(--color-chudao-2)), color-stop(0.5, var(--color-chudao)), color-stop(0.8, var(--color-chudao-2)), color-stop(1, var(--color-chudao)));
  line-height: 50px;
}

.title_dmcap1 p {
  width: calc(100% - 620px);
}

.all_dmcap1 {
  position: relative;
}

.item-dmcap1 {
  position: relative;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--color-chudao)), color-stop(1, transparent));
  padding: 2px;
  border-radius: 20px;
}

.image-dmcap1 {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  border-radius: 20px;

  overflow: hidden;
}

.image-dmcap1:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  width: 151px;
  height: 61px;
  background: url(../images/a_idm.png) no-repeat;
  z-index: -1;
}

.image-dmcap1 img {
  height: 163px;
}

.desc-dmcap1 {
  border-radius: 10px;
  position: absolute;
  left: 10%;
  bottom: 10px;
  width: 80%;
  overflow: hidden;
  /* padding: 5px 0px; */
}

.desc-dmcap1 h3 {
  line-height: unset;
  margin-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--color-chudao)), color-stop(0.3, var(--color-chudao-2)), color-stop(0.5, var(--color-chudao)), color-stop(0.8, var(--color-chudao-2)), color-stop(1, var(--color-chudao)));
  padding: 5px 0px;
}

.desc-dmcap1 h3 a {
  font-family: 'MoB';
  font-size: 24px;
  color: #fff;
}

.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  border: 2px solid var(--color-chudao);
  background: transparent;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--color-chudao);
}

/**/
.all_qc .control-owl {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 25;
  width: 100%;
}

.all_qc .control-owl button {
  background: url(../images/prev_kh.png) no-repeat;
  width: 46px;
  height: 46px;
  background-size: 80% 80%;
  border-radius: 0;
  border: none;
  opacity: 1;
  opacity: 0;
  transition: 0.3s all;
}

.all_qc .control-owl button.owl-prev svg {
  display: none;
}

.all_qc .control-owl button.owl-next svg {
  display: none;
}

.all_qc .control-owl button.owl-prev {
  left: 10px;
  z-index: 9;
}

.left-qc:hover .control-owl button.owl-prev {
  opacity: 1;
}

.left-qc .control-owl button.owl-prev:hover {
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(0%) sepia(8%) saturate(7485%) hue-rotate(10deg) brightness(102%) contrast(95%);
}

.all_qc .control-owl button.owl-next {
  right: 10px;
  z-index: 9;
  transform: rotate(180deg);
}

.left-qc:hover .control-owl button.owl-next {
  opacity: 1;
}

.left-qc .control-owl button.owl-next:hover {
  filter: brightness(0) saturate(100%) invert(0%) sepia(8%) saturate(7485%) hue-rotate(10deg) brightness(102%) contrast(95%);
}

/*  */



.bg_bgsize {
  background-size: 100% 100% !important;
  padding: 1px 0;
}

.tt_seo {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  margin: 0;
}