@font-face {
  font-family: mon-medi;
  src: url("/html/style/font/Montserrat-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: mon-semi;
  src: url("/html/style/font/Montserrat-SemiBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: mon-bold;
  src: url("/html/style/font/Montserrat-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: mon-regu;
  src: url("/html/style/font/Montserrat-Regular.ttf");
  font-display: swap;
}
:root {
  --main-color: #F97C00;
  --color-white: #fff;
  --color-text: #333;
  --hover-color: #CC6300;
  --hover-blue: #0466ba;
  --border-color: #d8d8d8;
  --yellow-color: #d5a73d;
  --color-gray: #f2f2f2;
  --color-gray-2: #949494;
  --color-btn-banner: linear-gradient(180deg, #FFC286 3.85%, #F93 20.19%, var(--main-color) 58.17%, #F27800 100%);
  --color-contact: linear-gradient(to bottom,#F93,#F27800);
  --color-icon-contact: linear-gradient(to bottom, #FFAD5C, #F97C00);
  --color-zl: #0068FF;
}

.mt-50 {
  margin-top: 50px;
}
@media (max-width: 1600) {
  .mt-50 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .mt-50 {
    margin-top: 15px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}
@media (max-width: 1600) {
  .mb-50 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .mb-50 {
    margin-bottom: 15px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@font-face {
  font-family: mon-medi;
  src: url("/html/style/font/Montserrat-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: mon-semi;
  src: url("/html/style/font/Montserrat-SemiBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: mon-bold;
  src: url("/html/style/font/Montserrat-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: mon-regu;
  src: url("/html/style/font/Montserrat-Regular.ttf");
  font-display: swap;
}
:root {
  --main-color: #F97C00;
  --color-white: #fff;
  --color-text: #333;
  --hover-color: #CC6300;
  --hover-blue: #0466ba;
  --border-color: #d8d8d8;
  --yellow-color: #d5a73d;
  --color-gray: #f2f2f2;
  --color-gray-2: #949494;
  --color-btn-banner: linear-gradient(180deg, #FFC286 3.85%, #F93 20.19%, var(--main-color) 58.17%, #F27800 100%);
  --color-contact: linear-gradient(to bottom,#F93,#F27800);
  --color-icon-contact: linear-gradient(to bottom, #FFAD5C, #F97C00);
  --color-zl: #0068FF;
}

:root {
  --container: 100%;
  --size-tieuchi: 105px;
  --size-tieuchi-resesve: -105px;
}
@media (min-width: 576px) {
  :root {
    --container: 540px;
  }
}
@media (min-width: 768px) {
  :root {
    --container: 720px;
  }
}
@media (min-width: 992px) {
  :root {
    --container: 960px;
  }
}
@media (min-width: 1200px) {
  :root {
    --container: 1185px;
  }
}
@media (min-width: 1400px) {
  :root {
    --container: 1360px;
  }
}
@media (max-width: 1400px) {
  :root {
    --size-tieuchi: 80px;
    --size-tieuchi-resesve: -80px;
  }
}
@media (max-width: 900px) {
  :root {
    --size-tieuchi: 50px;
    --size-tieuchi-resesve: -50px;
  }
}

#result {
  margin-top: 30px;
  color: red;
}
@media (max-width: 767px) {
  #result {
    margin-top: 15px;
  }
}
#result .item.ok {
  color: green;
}
#result .item.fail {
  color: red;
}

.my-block {
  margin: 50px 0;
}
@media (max-width: 768px) {
  .my-block {
    margin: 20px 0;
  }
}

body {
  position: relative;
  margin: 0px;
  padding: 0px;
  color: var(--color-text);
  top: 0 !important;
}
body.nonescroll {
  overflow: hidden;
}
@media (max-width: 768px) {
  body {
    padding-top: 0;
    padding-bottom: 0px;
  }
}

img {
  max-width: 100%;
  width: initial;
  height: initial;
  transition: transform 0.5s linear;
}

ul,
li {
  margin: 0;
  padding: 0;
  line-height: 1.7;
}

a {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  cursor: pointer;
}

ul {
  list-style: none;
}

p,
div {
  margin: 0;
  padding: 0;
  font-family: mon-medi;
}

p {
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  font-family: mon-semi;
}

button {
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

@media (min-width: 576px) {
  .container {
    max-width: var(--container);
    margin: 0px auto;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: var(--container);
    margin: 0px auto;
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: var(--container);
    margin: 0px auto;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: var(--container);
    margin: 0px auto;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: var(--container);
    margin: 0px auto;
  }
}
.mt-top {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .mt-top {
    margin-top: 15px;
  }
}

.btn-design {
  font-family: mon-bold;
  font-size: 18px;
  color: #fff;
  background: var(--color-btn-banner);
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
  padding: 0 40px;
  border-radius: 50px;
  border: 1px solid var(--main-color);
  transition: background 0.5s ease;
  cursor: pointer;
}
@media (max-width: 1400px) {
  .btn-design {
    height: 45px;
    padding: 0 30px;
    font-size: 16px;
    margin-top: 15px;
  }
}
@media (max-width: 1400px) {
  .btn-design {
    font-size: 14px;
  }
}
.btn-design span {
  cursor: pointer;
}
.btn-design:hover {
  background: #fff;
  color: var(--main-color);
}

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

strong {
  font-family: mon-bold;
}

.social-fix {
  position: fixed;
  bottom: 15px;
  right: 15px;
  display: flex;
  flex-direction: column;
  z-index: 69;
  cursor: pointer;
}
.social-fix .phone {
  display: block;
  height: 56px;
}
.social-fix .img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  color: #fff;
  font-size: 14px;
}
.social-fix .img img {
  width: 20px;
  height: auto;
}
@media (min-width: 651px) {
  .social-fix .img:first-child img,
  .social-fix .img:first-child svg {
    -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  }
  .social-fix .img:first-child::before, .social-fix .img:first-child::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    border-radius: 50%;
  }
  .social-fix .img:first-child::before {
    background: var(--main-color);
    opacity: 0.1;
    top: -8px;
    left: -8px;
    width: 65px;
    height: 65px;
    -webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  }
  .social-fix .img:first-child::after {
    width: 70px;
    height: 70px;
    top: -11px;
    left: -11px;
    border: 1px solid var(--main-color);
    -webkit-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  }
  @-moz-keyframes coccoc-alo-circle-anim {
    0% {
      transform: rotate(0) scale(0.5) skew(1deg);
      opacity: 0.1;
    }
    30% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.5;
    }
    100% {
      transform: rotate(0) scale(1) skew(1deg);
      opacity: 0.1;
    }
  }
  @-webkit-keyframes coccoc-alo-circle-anim {
    0% {
      transform: rotate(0) scale(0.5) skew(1deg);
      opacity: 0.1;
    }
    30% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.5;
    }
    100% {
      transform: rotate(0) scale(1) skew(1deg);
      opacity: 0.1;
    }
  }
  @-o-keyframes coccoc-alo-circle-anim {
    0% {
      transform: rotate(0) scale(0.5) skew(1deg);
      opacity: 0.1;
    }
    30% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.5;
    }
    100% {
      transform: rotate(0) scale(1) skew(1deg);
      opacity: 0.1;
    }
  }
  @keyframes coccoc-alo-circle-anim {
    0% {
      transform: rotate(0) scale(0.5) skew(1deg);
      opacity: 0.1;
    }
    30% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.5;
    }
    100% {
      transform: rotate(0) scale(1) skew(1deg);
      opacity: 0.1;
    }
  }
  @-moz-keyframes coccoc-alo-circle-fill-anim {
    0% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.2;
    }
    50% {
      transform: rotate(0) scale(1) skew(1deg);
      opacity: 0.2;
    }
    100% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.2;
    }
  }
  @-webkit-keyframes coccoc-alo-circle-fill-anim {
    0% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.2;
    }
    50% {
      transform: rotate(0) scale(1) skew(1deg);
      opacity: 0.2;
    }
    100% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.2;
    }
  }
  @-o-keyframes coccoc-alo-circle-fill-anim {
    0% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.2;
    }
    50% {
      transform: rotate(0) scale(1) skew(1deg);
      opacity: 0.2;
    }
    100% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.2;
    }
  }
  @keyframes coccoc-alo-circle-fill-anim {
    0% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.2;
    }
    50% {
      transform: rotate(0) scale(1) skew(1deg);
      opacity: 0.2;
    }
    100% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.2;
    }
  }
  @-moz-keyframes coccoc-alo-circle-img-anim {
    0% {
      transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
      transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
      transform: rotate(0) scale(1) skew(1deg);
    }
  }
  @-webkit-keyframes coccoc-alo-circle-img-anim {
    0% {
      transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
      transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
      transform: rotate(0) scale(1) skew(1deg);
    }
  }
  @-o-keyframes coccoc-alo-circle-img-anim {
    0% {
      transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
      transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
      transform: rotate(0) scale(1) skew(1deg);
    }
  }
  @keyframes coccoc-alo-circle-img-anim {
    0% {
      transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
      transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
      transform: rotate(0) scale(1) skew(1deg);
    }
  }
}
.social-fix .menu-mobile {
  display: none;
  color: #fff;
}
@media (max-width: 650px) {
  .social-fix {
    left: 0;
    right: 0;
    bottom: 0;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    height: 50px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  .social-fix .img {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .social-fix .img img {
    width: 18px;
  }
  .social-fix .img.top img {
    width: 14px;
  }
  .social-fix .menu-mobile {
    display: flex;
    width: 45px;
    height: 45px;
  }
  .social-fix .menu-mobile i {
    font-size: 28px;
  }
}

.menu-fixed-left {
  position: fixed;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
@media (min-width: 1200px) and (max-width: 1800px) {
  .menu-fixed-left {
    top: 60%;
  }
}
.menu-fixed-left .btn-toggle-fx {
  position: absolute;
  left: 5px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  color: #fff;
  bottom: 100%;
  border-radius: 50%;
  margin-bottom: 5px;
  cursor: pointer;
  box-shadow: 0 0 10px -2px #000;
  transition: background 0.3s linear;
}
.menu-fixed-left .btn-toggle-fx:hover {
  background: #fff;
  color: var(--main-color);
}
.menu-fixed-left .btn-toggle-fx:hover svg {
  fill: var(--main-color);
}
.menu-fixed-left .btn-toggle-fx.active i,
.menu-fixed-left .btn-toggle-fx.active svg {
  transform: rotateY(180deg);
}
.menu-fixed-left ul {
  transform: translateX(-110%);
  width: 48px;
  border-radius: 50px;
  border: 1px solid #d8d8d8;
  background: #fff;
  z-index: 980;
  padding: 5px 0;
  transition: transform 0.3s linear;
}
.menu-fixed-left ul.active {
  transform: translateX(0);
}
.menu-fixed-left ul li {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}
.menu-fixed-left ul li a {
  display: flex;
  align-items: center;
}
.menu-fixed-left ul li img {
  width: 30px;
  height: auto;
}
.menu-fixed-left ul li .desc {
  background: var(--main-color);
  position: absolute;
  white-space: nowrap;
  top: 0;
  border-radius: 4px;
  padding: 0 10px;
  left: calc(100% + 12px);
  transition: all 0.35s;
  visibility: hidden;
  opacity: 0;
  transform: rotateX(90deg);
  z-index: -1;
}
.menu-fixed-left ul li .desc a {
  font-family: mon-medi;
  font-size: 13px;
  color: #fff;
}
.menu-fixed-left ul li .desc::before {
  content: "";
  position: absolute;
  left: -17px;
  transform: translate(0, -50%);
  top: 50%;
  border: 9px solid transparent;
  border-right-color: var(--main-color);
}
.menu-fixed-left ul li:hover .desc {
  visibility: visible;
  opacity: 1;
  transform: rotateX(0);
  z-index: 10;
}

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

.head-sticker {
  display: none;
}

#touch-on {
  display: none;
}
@media (max-width: 991px) {
  #touch-on {
    display: block;
  }
}

@media (min-width: 992px) {
  .input_sr {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: start;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    justify-content: center;
  }
  .input_sr input {
    height: 0;
    border: 0;
    opacity: 0;
    pointer-events: none;
    outline: none;
    border-radius: 5px;
    padding-left: 5px;
    transition: opacity 0.3s, height 0.3s;
    position: relative;
    z-index: 5;
    margin-top: 15px;
  }
  .input_sr.active {
    opacity: 1;
    pointer-events: all;
  }
  .input_sr.active input {
    pointer-events: all;
    opacity: 1;
    height: 50px;
    width: calc(var(--container) * 7 / 10);
    font-size: 16px;
    padding: 0 15px;
    background: rgba(255, 255, 255, 0.9);
  }
  .input_sr button {
    display: none;
  }
  .input_sr .backdrop {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .close-search {
    position: fixed;
    top: 75px;
    right: calc((100% - 40px) / 2);
    z-index: 3;
    cursor: pointer;
    height: 40px;
  }
  .btn-search {
    color: var(--main-color);
    cursor: pointer;
  }
}
.skiptranslate {
  display: none !important;
}

.list-language {
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
}
.list-language > .item {
  cursor: pointer;
  display: flex;
  align-items: center;
  overflow: hidden;
  gap: 5px;
}
.list-language > .item svg, .list-language > .item img {
  border-radius: 3px;
}
.list-language .choose-langugage {
  position: absolute;
  right: 0;
  top: 100%;
  background: #fff;
  opacity: 0;
  transition: 0.5s opacity linear;
  pointer-events: none;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 0 15px;
}
.list-language .choose-langugage .item {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px 0;
  cursor: pointer;
  border-bottom: 1px solid #C9C9C9;
  font-size: 14px;
}
.list-language .choose-langugage .item svg {
  border-radius: 3px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.list-language .choose-langugage .item span {
  width: calc(100% - 37px);
  display: block !important;
  white-space: nowrap;
}
.list-language .choose-langugage .item:hover {
  color: var(--hover-color);
}
.list-language .choose-langugage .item:last-child {
  border-bottom: none;
}
.list-language:hover .choose-langugage {
  opacity: 1;
  pointer-events: all;
}

@media (max-width: 820px) {
  .choose-langugage-mb {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
  }
  .choose-langugage-mb .item {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #fff;
    white-space: normal;
  }
  .choose-langugage-mb .item svg {
    border-radius: 3px;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .mb-search {
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .mb-search .input_sr {
    background: #fff;
    border-radius: 50px;
  }
  .mb-search .input_sr input,
  .mb-search .input_sr button {
    outline: none;
    height: 32px;
    background: transparent;
    border: 0;
    color: var(--main-color);
  }
  .mb-search .input_sr input::placeholder,
  .mb-search .input_sr button::placeholder {
    color: var(--main-color);
  }
  .mb-search .input_sr input {
    width: calc(100% - 70px);
    padding-left: 10px;
    font-size: 16px;
  }
  .mb-search .input_sr button {
    width: 60px;
    margin: 5px 0 5px 5px;
    border-left: 1px solid #d8d8d8;
  }
  .mb-search .btn-search {
    display: none;
  }
}
.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  box-shadow: 0 2px 8px rgba(216, 216, 216, 0.8);
}
@media (min-width: 1200px) {
  .header {
    position: sticky;
    background: #fff;
  }
}
.header .container {
  display: flex;
}
@media (max-width: 1050px) {
  .header .container {
    justify-content: space-between;
  }
}
.header .container .logo {
  display: flex;
  position: relative;
  align-items: center;
}
@media (min-width: 991px) {
  .header .container .logo {
    aspect-ratio: 137/80;
  }
}
.header .container .logo img {
  object-fit: contain;
}
.header .container .logo img.active {
  height: 58px;
  width: initial;
  display: none;
}
.header .container #sticker {
  flex: 1;
}
@media (min-width: 1200px) {
  .header .container #sticker {
    margin-left: 60px;
  }
}
.header .container #sticker ul {
  list-style: none;
}
.header .container #sticker .body-sticker > ul {
  margin-bottom: 0;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header .container #sticker .body-sticker > ul > li {
  position: relative;
}
.header .container #sticker .body-sticker > ul > li.no-relative {
  position: unset;
}
.header .container #sticker .body-sticker > ul > li.no-relative > ul {
  display: flex;
  flex-direction: row;
  padding: 15px;
  transition: all 0.3s ease-in-out;
}
.header .container #sticker .body-sticker > ul > li.no-relative .mega-menu {
  position: fixed;
  top: 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100vw;
  padding-left: calc((100% - var(--container)) / 2 + 15px);
  padding-right: calc((100% - var(--container)) / 2 + 15px);
  gap: 15px;
  row-gap: 0;
}
.header .container #sticker .body-sticker > ul > li.no-relative .mega-menu .has-child {
  width: calc((100% - 45px) / 4);
  min-width: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0;
}
.header .container #sticker .body-sticker > ul > li.no-relative .mega-menu .has-child:nth-of-type(-n+4) {
  border-top: none;
}
.header .container #sticker .body-sticker > ul > li.no-relative .mega-menu .has-child:hover::after {
  display: none;
}
.header .container #sticker .body-sticker > ul > li.no-relative .mega-menu .has-child > a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: mon-bold;
  padding: 10px 0;
  line-height: 24px;
  font-size: 15px;
  background: none;
  position: relative;
  color: #1f1e1e;
}
.header .container #sticker .body-sticker > ul > li.no-relative .mega-menu .has-child > a .icon {
  width: 50px;
  aspect-ratio: 1;
}
.header .container #sticker .body-sticker > ul > li.no-relative .mega-menu .has-child > a:hover {
  color: var(--main-color);
}
.header .container #sticker .body-sticker > ul > li.no-relative .mega-menu .has-child .submenu.level-3 > li > a {
  display: block;
  padding: 15px 15px 0 15px;
  line-height: 24px;
  font-size: 15px;
  background: none;
  position: relative;
  width: 100%;
  font-size: 15px;
  font-family: mon-medi;
  color: #333;
}
.header .container #sticker .body-sticker > ul > li.no-relative .mega-menu .has-child .submenu.level-3 > li > a:hover {
  color: var(--main-color);
}
.header .container #sticker .body-sticker > ul > li.no-relative .mega-menu .has-child .submenu.level-3 > li:last-child a {
  padding-bottom: 15px;
}
.header .container #sticker .body-sticker > ul > li.no-relative .mega-menu.mega-blog {
  justify-content: center;
}
.header .container #sticker .body-sticker > ul > li.no-relative .mega-menu.mega-blog .has-child > a {
  border-bottom: 1px solid #d8d8d8;
  font-family: mon-bold;
  padding: 10px 0 15px 15px;
}
.header .container #sticker .body-sticker > ul > li.no-relative .mega-menu.mega-blog .has-child > a p {
  font-family: mon-bold;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .container #sticker .body-sticker > ul > li.no-relative .mega-menu {
    position: inherit;
    padding-left: 0;
    padding-right: 0;
  }
  .header .container #sticker .body-sticker > ul > li.no-relative .mega-menu .has-child > a .icon {
    display: none;
  }
}
@media (max-width: 1200px) {
  .header .container #sticker .body-sticker > ul > li {
    padding: 0;
  }
}
.header .container #sticker .body-sticker > ul > li > a {
  color: #333;
  font-size: 16px;
  line-height: 80px;
  position: relative;
  display: block;
  font-family: mon-semi;
  text-align: right;
}
@media (max-width: 1200px) {
  .header .container #sticker .body-sticker > ul > li > a {
    font-size: 14px;
  }
}
.header .container #sticker .body-sticker > ul > li > i {
  display: none;
}
.header .container #sticker .body-sticker > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 280px;
  transform: translate(0, 10px);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: -1;
  background: #fff;
  border-top: 3px solid var(--main-color);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media (max-width: 991px) {
  .header .container #sticker .body-sticker > ul > li > ul {
    opacity: 1;
    filter: alpha(opacity=100);
    background: #f7f7f7;
    visibility: unset;
    transform: translate(0, 0);
  }
}
.header .container #sticker .body-sticker > ul > li > ul > li {
  padding: 7.5px;
  list-style-type: none;
  position: relative;
  line-height: 1.4;
}
.header .container #sticker .body-sticker > ul > li > ul > li a {
  font-size: 15px;
  font-family: mon-medi;
  color: #333;
}
.header .container #sticker .body-sticker > ul > li > ul > li::after {
  content: "";
  display: block;
  height: 1px;
  width: 0;
  background: var(--main-color);
  transition: width 0.3s linear;
  position: absolute;
  top: 100%;
  left: 0;
}
.header .container #sticker .body-sticker > ul > li > ul > li:hover a {
  color: var(--main-color);
}
.header .container #sticker .body-sticker > ul > li > ul > li:hover::after {
  width: 100%;
}
.header .container #sticker .body-sticker > ul > li > ul > li.active a {
  color: var(--main-color);
}
.header .container #sticker .body-sticker > ul > li .tbl .menu_item.no-relative {
  position: unset;
}
.header .container #sticker .body-sticker > ul > li .tbl .menu_item:last-child {
  background: var(--main-color);
}
.header .container #sticker .body-sticker > ul > li:last-child {
  padding: 0;
}
@media (min-width: 1200px) and (min-width: 992px) {
  .header .container #sticker .body-sticker > ul > li:hover > a {
    color: var(--hover-color);
  }
}
@media (min-width: 1200px) {
  .header .container #sticker .body-sticker > ul > li:hover:last-child img:last-of-type {
    display: block;
  }
  .header .container #sticker .body-sticker > ul > li:hover:last-child img:first-of-type {
    display: none;
  }
  .header .container #sticker .body-sticker > ul > li:hover > ul {
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 999;
    transition: all 0.3s ease-in-out;
  }
}
@media (min-width: 991px) {
  .header .container #sticker .body-sticker span {
    display: none;
  }
}
.header .container #sticker.active .head-sticker {
  display: block;
}
.header .container #sticker.active #touch-on {
  display: block;
}
.header .container #sticker.active .warpper {
  width: 40vw;
}
@media (max-width: 567px) {
  .header .container #sticker.active .warpper {
    width: 100vw;
  }
}
.header .container #sticker.active .body-sticker > ul {
  flex-direction: column;
  height: unset;
  overflow-y: auto;
  overflow-x: hidden;
}
.header .container #sticker.active .body-sticker > ul > li {
  overflow: unset;
}
.header .container #sticker.active .body-sticker > ul > li > a {
  color: #fff;
  text-align: left;
}
@media (max-width: 991px) {
  .header .container #sticker.active .body-sticker > ul > li span {
    z-index: 99999999;
  }
}
.header .container #sticker.active .body-sticker > ul > li > ul {
  position: static;
  overflow: unset;
  border-top: none;
}
.header .container #sticker.active .body-sticker > ul > li > ul > li > a {
  color: #fff;
}
.header #touch-on {
  display: none;
}
.header #touch-on span {
  background: var(--main-color) !important;
}
.header #touch-on span::before, .header #touch-on span::after {
  background: var(--main-color) !important;
}
@media (max-width: 1050px) {
  .header {
    align-items: center;
  }
  .header .head-sticker {
    display: block;
    padding: 0;
    position: relative;
  }
  .header .head-sticker .logo-mb {
    display: flex;
    justify-content: center;
  }
  .header .head-sticker .logo-mb img {
    width: auto;
    height: 40px;
  }
  .header .head-sticker #touch-out {
    position: absolute;
    top: 15px;
    right: 6px;
    width: 35px;
    height: 35px;
  }
  .header .head-sticker #touch-out::after, .header .head-sticker #touch-out::before {
    content: "";
    width: 18px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -9px;
    background: #fff;
  }
  .header .head-sticker #touch-out::before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  .header .head-sticker #touch-out::after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }
  .header .body-sticker {
    height: calc(100vh - 235px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
  }
  .header .container #sticker {
    position: fixed;
    top: 0;
    left: 0;
  }
  .header .container #sticker .overlay-sticker {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: background 0.3s, opacity 0.3s linear;
    opacity: 0;
    filter: alpha(opacity=0);
    pointer-events: none;
    z-index: 1;
  }
  .header .container #sticker .warpper {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 102px);
    background: rgba(28, 52, 141, 0.8);
    clip-path: ellipse(47% 18% at 50% -40%);
    transition: clip-path 1s ease;
    z-index: 99999;
    overflow: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .header .container #sticker .warpper::-webkit-scrollbar {
    display: none;
  }
  .header .container #sticker .warpper .body-sticker > ul {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }
  .header .container #sticker .warpper .body-sticker > ul .tbl-cell {
    width: 100%;
    border-top: 1px solid #8e9fe1;
    padding: 0 10px;
  }
  .header .container #sticker .warpper .body-sticker > ul > li {
    position: relative;
  }
  .header .container #sticker .warpper .body-sticker > ul > li.no-relative {
    position: unset;
  }
  .header .container #sticker .warpper .body-sticker > ul > li > a {
    color: #fff;
    height: 44px;
    line-height: 44px;
    text-align: left;
  }
  .header .container #sticker .warpper .body-sticker > ul > li ul {
    position: static;
    background: transparent;
    box-shadow: none;
    border-top: none;
    display: none;
  }
  .header .container #sticker .warpper .body-sticker > ul > li ul li {
    border-top: 1px solid #d8d8d8;
    padding: 0;
  }
  .header .container #sticker .warpper .body-sticker > ul > li ul li a {
    padding: 0 15px;
    min-height: 40px;
    display: flex;
    align-items: center;
    font-family: mon-semi;
    font-size: 13px;
    color: #fff;
  }
  .header .container #sticker .warpper .body-sticker > ul > li.active {
    height: auto;
  }
  .header .container #sticker .warpper .body-sticker > ul > li.active > a {
    color: #fff;
  }
  .header .container #sticker .warpper .body-sticker > ul > li.active span::before {
    height: 0;
  }
  .header .container #sticker .warpper .body-sticker > ul > li.active ul {
    position: static;
    background: transparent;
    box-shadow: none;
    border-top: none;
  }
  .header .container #sticker .warpper .body-sticker > ul > li.active ul li {
    border-top: 1px solid #d8d8d8;
    padding: 0;
  }
  .header .container #sticker .warpper .body-sticker > ul > li.active ul li a {
    padding: 0 15px;
    min-height: 40px;
    display: flex;
    align-items: center;
    font-family: mon-semi;
    font-size: 13px;
    color: #fff;
  }
  .header .container #sticker .warpper .body-sticker > ul span {
    position: absolute;
    width: 34px;
    height: 27px;
    right: 0;
    top: 6px;
    color: #fff;
    text-align: center;
    line-height: 27px;
    font-size: 18px;
    transition: all 0.35s;
    font-weight: 700;
  }
  .header .container #sticker .warpper .body-sticker > ul span::after, .header .container #sticker .warpper .body-sticker > ul span::before {
    content: "";
    background: #fff;
    height: 1px;
    width: 15px;
    display: block;
    position: absolute;
    top: 13px;
    left: 4px;
  }
  .header .container #sticker .warpper .body-sticker > ul span::before {
    content: "";
    background: #fff;
    height: 15px;
    width: 1px;
    display: block;
    position: absolute;
    top: 6px;
    left: 11px;
  }
  .header .container #sticker.active .warpper {
    clip-path: ellipse(100% 100% at 50% 50%);
  }
  .header .container #sticker.active .overlay-sticker {
    opacity: 1;
    filter: alpha(opacity=100);
    pointer-events: all;
  }
  .header .logo,
  .header .sologan {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .sologan {
    position: static;
    padding-left: 0;
    text-align: center;
    flex: 1;
    display: flex;
    padding: 0 130px;
  }
  .header .sologan p {
    font-family: mon-semi;
    font-size: 18px;
    color: #333;
    line-height: 1.3;
  }
  .header #touch-on {
    width: 35px;
    height: 35px;
    display: block;
    position: relative;
    margin: auto 0;
  }
  .header #touch-on span {
    position: absolute;
    width: 30px;
    height: 4px;
    top: 7px;
    left: 2px;
    background: var(--main-color);
    border-radius: 5px;
    transition: transform 0.5s ease;
  }
  .header #touch-on span::before, .header #touch-on span::after {
    width: 30px;
    height: 4px;
    content: "";
    background: var(--main-color);
    position: absolute;
    top: 9px;
    border-radius: 5px;
    transition: transform 0.5s ease;
  }
  .header #touch-on span::after {
    top: 18px;
  }
  .header #touch-on.active {
    z-index: -1;
  }
  .header #touch-on.active span {
    transform: rotate(45deg);
    top: 16px;
  }
  .header #touch-on.active span::after {
    transform: rotate(-90deg);
    top: 0px;
  }
  .header #touch-on.active span::before {
    display: none;
  }
  .header.menu-fixed .sologan p {
    color: #333;
  }
  .header.menu-fixed #touch-on span {
    background: var(--main-color);
  }
  .header.menu-fixed #touch-on span::before, .header.menu-fixed #touch-on span::after {
    background: var(--main-color);
  }
  .header.menu-fixed #touch-on.active {
    z-index: -1;
  }
}

@media (max-width: 767px) {
  .container .logo {
    height: 60px;
  }
  .container .logo img {
    height: 60px;
  }
  .container .sologan {
    padding: 0 50px;
  }
  .container .sologan p {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media (max-width: 567px) {
  .container .logo {
    height: 50px;
    width: 80px;
  }
  .container .logo img {
    height: 50px;
  }
  .container .sologan {
    padding: 0 15px;
  }
  .container .sologan p {
    font-size: 15px;
  }
}
.banner {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1920/322;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .banner {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .banner {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .banner {
    aspect-ratio: 330/150;
  }
}
.banner.banner-module {
  aspect-ratio: 1920/500;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
  margin-bottom: 30px;
}
.banner.banner-module.banner-small {
  aspect-ratio: 1920/300;
}
@media (max-width: 1600px) {
  .banner.banner-module.banner-small {
    aspect-ratio: 1920/500;
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .banner.banner-module.banner-small {
    aspect-ratio: unset;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .banner.banner-module.banner-small {
    aspect-ratio: unset;
  }
}
@media (max-width: 1600px) {
  .banner.banner-module {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .banner.banner-module {
    aspect-ratio: unset;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .banner.banner-module {
    aspect-ratio: unset;
    padding: 15px 0;
    margin-bottom: 0;
  }
}
.banner.banner-module .banner-ctn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
  width: var(--container);
  justify-content: space-between;
  margin: auto;
  padding: 0 15px;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .banner.banner-module .banner-ctn {
    gap: 15px;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    position: static;
    transform: unset;
    width: var(--container);
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .banner.banner-module .banner-ctn {
    gap: 15px;
    flex-direction: column-reverse;
    position: static;
    transform: unset;
    width: var(--container);
    padding: 0 15px;
  }
}
.banner.banner-module .banner-ctn .banner-info {
  width: 41%;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .banner.banner-module .banner-ctn .banner-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .banner.banner-module .banner-ctn .banner-info {
    width: 100%;
  }
}
.banner.banner-module .banner-ctn .banner-info .slide-title {
  color: var(--main-color);
  font-family: mon-semi;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .banner.banner-module .banner-ctn .banner-info .slide-title {
    font-size: 18px;
  }
}
.banner.banner-module .banner-ctn .banner-info .slide-subtitle {
  color: #333;
  font-family: mon-semi;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .banner.banner-module .banner-ctn .banner-info .slide-subtitle {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .banner.banner-module .banner-ctn .banner-info .slide-subtitle {
    font-size: 25px;
  }
}
.banner.banner-module .banner-ctn .banner-info .banner-description {
  margin-bottom: 15px;
}
.banner.banner-module .banner-ctn .banner-info .banner-description div,
.banner.banner-module .banner-ctn .banner-info .banner-description p {
  color: #333;
  font-family: mon-regu;
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 1600px) {
  .banner.banner-module .banner-ctn .banner-info .banner-description div,
  .banner.banner-module .banner-ctn .banner-info .banner-description p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .banner.banner-module .banner-ctn .banner-info .banner-description div,
  .banner.banner-module .banner-ctn .banner-info .banner-description p {
    font-size: 14px;
  }
}
.banner.banner-module .banner-ctn .banner-info .flex-btn {
  display: flex;
}
.banner.banner-module .banner-ctn .banner-info .flex-btn .detail {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 37px;
  height: 54px;
  border-radius: 27.315px;
  border: 1px solid var(--main-color);
  background: var(--color-btn-banner);
  cursor: pointer;
}
.banner.banner-module .banner-ctn .banner-info .flex-btn .detail:hover {
  background: transparent;
}
.banner.banner-module .banner-ctn .banner-info .flex-btn .detail:hover span {
  color: var(--main-color);
}
.banner.banner-module .banner-ctn .banner-info .flex-btn .detail span {
  color: #FFF;
  text-align: center;
  font-family: mon-bold;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .banner.banner-module .banner-ctn .banner-info .flex-btn .detail span {
    font-size: 14px;
  }
}
.banner.banner-module .banner-ctn .banner-info .flex-btn .detail span font {
  font-family: mon-bold;
  font-weight: 700;
  font-size: 18px;
  color: #FFF;
}
@media (max-width: 767px) {
  .banner.banner-module .banner-ctn .banner-info .flex-btn .detail span font {
    font-size: 14px;
  }
}
.banner.banner-module .banner-ctn .banner-info .flex-btn .btn-design {
  margin-top: 0;
}
.banner.banner-module .banner-ctn .banner-img {
  max-width: 61%;
  aspect-ratio: 379/311;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.banner.banner-module .banner-ctn .banner-img img {
  max-width: 100%;
  max-height: 100%;
  width: initial;
  height: initial;
  object-fit: contain;
}
@media (max-width: 767px) {
  .banner.banner-module .banner-ctn .banner-img {
    width: 100%;
    height: initial;
    aspect-ratio: 2/1;
    max-width: initial;
  }
  .banner.banner-module .banner-ctn .banner-img img {
    max-width: 100%;
    max-height: 100%;
    width: initial;
    height: initial;
    object-fit: contain;
    aspect-ratio: inherit;
  }
}
.banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner .description {
  position: absolute;
  width: calc((var(--container) - 30px) / 2);
  left: calc((100% - var(--container)) / 2);
  top: 0;
  height: 100%;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .banner .description {
    display: none;
  }
}
.banner .description .title {
  font-family: mon-semi;
  font-size: 40px;
  color: var(--main-color);
  text-align: center;
  margin-bottom: 5px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .banner .description .title {
    font-size: 20px;
  }
}
.banner .description .desc {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .banner .description .desc {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .banner .description .desc {
    margin-bottom: 15px;
  }
}
.banner .description .desc h2,
.banner .description .desc h3 {
  font-family: mon-semi;
  font-size: 40px;
  color: var(--main-color);
  text-align: center;
  margin-bottom: 5px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .banner .description .desc h2,
  .banner .description .desc h3 {
    font-size: 20px;
  }
}
.banner .description .desc h3 {
  font-size: 30px;
}
@media (max-width: 767px) {
  .banner .description .desc h3 {
    font-size: 20px;
  }
}
.banner .description .desc p {
  font-size: 20px;
  line-height: 1.5;
  color: #333;
}
@media (max-width: 767px) {
  .banner .description .desc p {
    font-size: 14px;
  }
}
.banner .description .desc p:last-child {
  margin-bottom: 0;
}
.banner .description .desc .more {
  margin-top: 20px;
  background: var(--main-color);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7.5px 30px;
  border-radius: 25px;
  border: 1px solid var(--main-color);
}
.banner .description .desc .more:hover {
  background: #fff;
  color: var(--main-color);
}
.banner .description .desc .phone {
  margin-top: 20px;
  background: var(--main-color);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7.5px 30px;
  border-radius: 25px;
  border: 1px solid var(--main-color);
  position: relative;
  gap: 10px;
}
.banner .description .desc .phone:before {
  content: url("/html/style/image/phone.svg");
  height: 23px;
}
.banner .description .desc .phone:hover {
  background: #fff;
  color: var(--main-color);
}
.banner .description .desc .phone:hover:before {
  content: url("/html/style/image/phone-red.svg");
}

.w-intro {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 80px;
  align-items: center;
  margin: 50px 0;
}
@media (min-width: 768px) and (max-width: 990px) {
  .w-intro {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .w-intro {
    flex-direction: column;
    gap: 15px;
    margin: 20px 0;
  }
}
.w-intro.tu-van-email .left {
  border-radius: 21px;
}
.w-intro.tu-van-email .left .img {
  border-radius: 21px;
}
.w-intro.tu-van-email .left .img img {
  border-radius: 21px;
}
.w-intro .left {
  width: calc(56.2% - 80px);
}
@media (min-width: 768px) and (max-width: 990px) {
  .w-intro .left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .w-intro .left {
    width: 100%;
  }
}
.w-intro .left .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.w-intro .right {
  width: 43.8%;
}
@media (min-width: 768px) and (max-width: 990px) {
  .w-intro .right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .w-intro .right {
    width: 100%;
  }
}
.w-intro .right .title {
  color: #333;
  font-family: mon-semi;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 15px;
}
.w-intro .right .description p {
  color: #333;
  text-align: justify;
  font-family: mon-regu;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
}
.w-intro .right .description ul {
  list-style: disc;
  padding-left: 20px;
}
.w-intro .right .description ul li {
  color: #333;
  text-align: justify;
  font-family: mon-regu;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
}

.w-loiich {
  margin: 50px 0;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .w-loiich {
    margin: 20px 0;
  }
}
.w-loiich::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -100px;
  width: 211px;
  height: 211px;
  aspect-ratio: 1;
  background: url("html/style/image/loiichssl.png") no-repeat;
  background-size: contain;
  z-index: 1;
}
.w-loiich .title {
  text-align: center;
  margin-bottom: 30px;
}
.w-loiich .flex-loiich {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 990px) {
  .w-loiich .flex-loiich {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .w-loiich .flex-loiich {
    flex-direction: column;
    gap: 15px;
  }
}
.w-loiich .flex-loiich .card-loiich {
  aspect-ratio: 311/306;
  width: calc((100% - 90px) / 4);
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 15px 25px;
}
@media (min-width: 768px) and (max-width: 990px) {
  .w-loiich .flex-loiich .card-loiich {
    width: calc((100% - 15px) / 2);
    aspect-ratio: unset;
  }
}
@media (max-width: 767px) {
  .w-loiich .flex-loiich .card-loiich {
    aspect-ratio: unset;
    width: 100%;
  }
}
.w-loiich .flex-loiich .card-loiich .icon {
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.w-loiich .flex-loiich .card-loiich .icon img {
  max-width: 100%;
  max-height: 100%;
  width: initial;
  height: initial;
  object-fit: contain;
}
.w-loiich .flex-loiich .card-loiich .title-name {
  color: #333;
  text-align: center;
  font-family: mon-semi;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.w-certi {
  padding: 50px 0;
  background: #F7F7F7;
  width: 99.7vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .w-certi {
    padding: 20px 0;
  }
}
.w-certi .title {
  text-align: center;
  font-family: mon-semi;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 15px;
}
.w-certi .description {
  margin-bottom: 30px;
}
.w-certi .description p {
  color: #333;
  text-align: center;
  font-family: mon-regu;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .w-certi .description p {
    font-size: 14px;
  }
}
.w-certi .flex-certi {
  display: flex;
  flex-direction: row;
  justify-content: center;
  justify-content: space-between;
  width: var(--container);
  padding: 0 15px;
}
@media (max-width: 990px) {
  .w-certi .flex-certi {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 15px;
  }
}
.w-certi .flex-certi .card-certi {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 990px) {
  .w-certi .flex-certi .card-certi {
    width: 100%;
  }
}
.w-certi .flex-certi .card-certi .img {
  aspect-ratio: 254/151;
  margin-bottom: 30px;
}
@media (max-width: 990px) {
  .w-certi .flex-certi .card-certi .img {
    margin-bottom: 15px;
  }
}
.w-certi .flex-certi .card-certi .img img {
  max-width: 100%;
  max-height: 100%;
  width: initial;
  height: initial;
  object-fit: contain;
}
.w-certi .flex-certi .card-certi .title-name {
  margin-bottom: 15px;
  color: #333;
  text-align: center;
  font-family: mon-semi;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .w-certi .flex-certi .card-certi .title-name {
    font-size: 16px;
  }
}
.w-certi .flex-certi .card-certi .desc p {
  color: #333;
  text-align: center;
  font-family: mon-regu;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .w-certi .flex-certi .card-certi .desc p {
    font-size: 14px;
  }
}

.w-table-dich-vu {
  margin: 50px 0;
}
.w-table-dich-vu .title {
  text-align: center;
  margin-bottom: 30px;
  color: #333;
  text-align: center;
  font-family: mon-semi;
  font-size: 35px;
  font-weight: 600;
}
.w-table-dich-vu .table-ssl {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
}
.w-table-dich-vu .table-ssl thead tr th {
  background: var(--main-color);
  color: #FFF;
  text-align: center;
  font-family: mon-semi;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 0;
}
.w-table-dich-vu .table-ssl tbody tr {
  background: #F3F3F3;
  padding: 12px 0;
}
.w-table-dich-vu .table-ssl tbody tr:nth-child(even) {
  background: #fff;
}
.w-table-dich-vu .table-ssl tbody tr td {
  padding: 12px 0;
  color: #333;
  font-family: mon-regu;
  font-size: 16px;
  font-weight: 400;
}
.w-table-dich-vu .table-ssl tbody tr td:first-child {
  text-align: left;
  padding-left: 23px;
  color: #333;
  font-family: mon-semi;
  font-size: 16px;
  font-weight: 600;
}

.w-bang-gia {
  margin: 50px 0;
}
.w-bang-gia .title {
  text-align: center;
  color: #333;
  text-align: center;
  font-family: mon-semi;
  font-size: 35px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.w-bang-gia .description p {
  color: #333;
  text-align: center;
  font-family: mon-regu;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}
.w-bang-gia .slide-ssl {
  position: relative;
}
.w-bang-gia .owl-stage-outer {
  padding: 15px;
}
.w-bang-gia .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
  background: transparent;
}
.w-bang-gia .owl-nav .owl-prev:hover {
  background: transparent;
}
.w-bang-gia .owl-nav .owl-prev:hover svg path {
  stroke: var(--main-color);
}
.w-bang-gia .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
  background: transparent;
}
.w-bang-gia .owl-nav .owl-next:hover {
  background: transparent;
}
.w-bang-gia .owl-nav .owl-next:hover svg path {
  stroke: var(--main-color);
}
.w-bang-gia .card-wrapper {
  padding: 27px;
}
.w-bang-gia .card-wrapper .card-ssl {
  padding: 45px 35px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.w-bang-gia .card-wrapper .card-ssl .title-name {
  color: #333;
  text-align: left;
  font-family: mon-semi;
  font-size: 29px;
  font-weight: 600;
  margin-bottom: 15px;
}
.w-bang-gia .card-wrapper .card-ssl .quality-ssl {
  margin-bottom: 30px;
  width: max-content;
  padding: 9px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #CDCDCD;
  background: #FFF;
  color: #7E7E7E;
  text-align: center;
  font-family: mon-semi;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.w-bang-gia .card-wrapper .card-ssl .price-ssl {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}
.w-bang-gia .card-wrapper .card-ssl .price-ssl span {
  color: #333;
  font-family: mon-semi;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.w-bang-gia .card-wrapper .card-ssl .price-ssl .desc {
  color: #333;
  font-family: mon-regu;
  font-size: 16px;
  text-transform: unset;
  font-weight: 400;
}
.w-bang-gia .card-wrapper .card-ssl .price-ssl .main-price {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  color: #333;
  text-align: center;
  font-family: mon-semi;
  font-size: 16px;
  font-weight: 600;
}
.w-bang-gia .card-wrapper .card-ssl .price-ssl .main-price .price {
  color: var(--main-color);
  text-align: center;
  font-family: mon-semi;
  font-size: 32px;
  font-weight: 600;
}
.w-bang-gia .card-wrapper .card-ssl .flex-btn a {
  position: relative;
  height: 45px;
  width: 100%;
  border-radius: 6px;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--main-color);
  transition: all 0.3s linear;
}
.w-bang-gia .card-wrapper .card-ssl .flex-btn a:hover {
  transition: all 0.3s linear;
  background: transparent;
}
.w-bang-gia .card-wrapper .card-ssl .flex-btn a:hover span {
  color: var(--main-color);
}
.w-bang-gia .card-wrapper .card-ssl .flex-btn a span {
  color: #FFF;
  text-align: center;
  font-family: mon-semi;
  font-size: 16px;
  font-weight: 600;
}

.ss-adc {
  position: relative;
}
.ss-adc.wrapper-landing {
  padding-top: 15px;
}
.ss-adc .title {
  text-align: center;
  margin-bottom: 15px;
}
.ss-adc .desc {
  text-align: center;
  margin-bottom: 15px;
}

.breadcrumb {
  display: none;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .breadcrumb {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 15px;
  }
}
.breadcrumb ul {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
}
.breadcrumb ul li a {
  font-family: mon-medi;
  font-size: 15px;
  color: #333;
  padding-left: 5px;
}
.breadcrumb ul li:last-child a {
  color: var(--main-color);
}

.banner-cnt {
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .banner-cnt {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .banner-cnt {
    margin-bottom: 15px;
  }
}
.banner-cnt .bn-item .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner-cnt .owl-dots {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  right: -35px;
  display: flex;
  flex-direction: column;
}
.banner-cnt .owl-dots .owl-dot span {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 1px solid #d8d8d8;
  background: transparent;
}
.banner-cnt .owl-dots .owl-dot.active span, .banner-cnt .owl-dots .owl-dot:hover span {
  background: var(--main-color);
  border: 1px solid var(--main-color);
}
@media (max-width: 567px) {
  .banner-cnt .owl-dots {
    right: 0;
  }
}

.banner-index {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .banner-index {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .banner-index {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .banner-index {
    aspect-ratio: 1907/638.81;
  }
}
@media (max-width: 990px) {
  .banner-index {
    aspect-ratio: 430/327;
  }
}
.banner-index .owl-stage {
  display: flex;
}
.banner-index .bn-item {
  position: relative;
  padding: 50px 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  height: 100%;
}
@media (max-width: 990px) {
  .banner-index .bn-item {
    display: block;
    padding: 0;
  }
}
.banner-index .bn-item .img {
  aspect-ratio: 930/643;
  max-height: 643px;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
}
@media (max-width: 990px) {
  .banner-index .bn-item .img {
    aspect-ratio: 520/425;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: initial;
    width: 100%;
  }
}
.banner-index .bn-item .img img {
  max-width: 100%;
  max-height: 100%;
  width: initial;
  height: initial;
  object-fit: contain;
}
.banner-index .description {
  width: 37%;
  height: 100%;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
}
@media (max-width: 990px) {
  .banner-index .description {
    width: 100%;
  }
}
.banner-index .description .title {
  font-family: mon-semi;
  font-size: 40px;
  color: var(--color-text);
  text-align: left;
  margin-bottom: 15px;
  line-height: 1.2;
}
.banner-index .description .desc {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .banner-index .description .desc {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .banner-index .description .desc {
    margin-bottom: 15px;
  }
}
.banner-index .description .desc p {
  font-size: 20px;
  line-height: 1.5;
  color: #333;
}
.banner-index .description .desc p:last-child {
  margin-bottom: 0;
}
.banner-index .description .desc p.title {
  font-family: mon-semi;
  font-size: 40px;
  color: var(--main-color);
  text-align: left;
  margin-bottom: 5px;
  line-height: 1.2;
}
.banner-index .description .desc .more {
  margin-top: 20px;
  background: var(--color-btn-banner);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7.5px 30px;
  border-radius: 25px;
  border: 1px solid var(--main-color);
}
.banner-index .description .desc .more:hover {
  background: #fff;
  color: var(--main-color);
}
.banner-index .description .desc .phone {
  margin-top: 20px;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7.5px 30px;
  border-radius: 25px;
  position: relative;
  gap: 10px;
}
.banner-index .description .desc .phone:before {
  content: url("/html/style/image/phone.svg");
  height: 23px;
}
.banner-index .description .desc .phone:hover {
  background: #fff;
  color: var(--main-color);
}
.banner-index .description .desc .phone:hover:before {
  content: url("/html/style/image/phone-red.svg");
}
.banner-index .banner-cnt {
  width: calc(var(--container));
  padding: 0 15px;
  margin: auto;
}

.about {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .about {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .about {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .about {
    min-height: 235px;
  }
}
@media (max-width: 767px) {
  .about {
    min-height: 180px;
  }
}
.about .ab-cnt .title {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .about .ab-cnt .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .about .ab-cnt .title {
    margin-bottom: 15px;
  }
}
.about .ab-cnt .title h1 {
  font-family: mon-semi;
  font-size: 35px;
  color: var(--color-text);
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .about .ab-cnt .title h1 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .about .ab-cnt .title h1 {
    font-size: 16px;
  }
}
.about .ab-cnt .title span {
  display: block;
  font-family: mon-regu;
  font-size: 28px;
  color: #333;
  text-align: center;
}
@media (max-width: 991px) {
  .about .ab-cnt .title span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .about .ab-cnt .title span {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .about .ab-cnt .title span {
    height: 19px;
  }
}
@media (max-width: 991px) {
  .about .ab-cnt .title h1 {
    margin-bottom: 5px;
  }
}
.about .ab-cnt .txt {
  padding: 0 175px;
  text-align: center;
  font-family: mon-medi;
  font-size: 15px;
  color: #333;
}
.about .ab-cnt .txt p {
  font-size: 15px;
  font-family: mon-medi;
  text-align: center;
  color: #333;
}
@media (max-width: 991px) {
  .about .ab-cnt .txt {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .about .ab-cnt .txt {
    min-height: initial;
    font-size: 14px;
    padding: 0;
    line-height: 1.7;
  }
}
.about .ab-cnt .about-us {
  height: 40px;
  width: 180px;
  border-radius: 20px;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  color: #fff;
  font-size: 15px;
  font-family: mon-semi;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 35px auto 0;
  transition: all 0.4s linear;
  background: var(--main-color);
}
.about .ab-cnt .about-us:hover {
  background: #fff;
  color: var(--main-color);
}
@media (max-width: 991px) {
  .about .ab-cnt .about-us {
    margin: 15px auto;
  }
}
@media (max-width: 567px) {
  .about .ab-cnt .about-us {
    font-size: 14px;
    margin-bottom: 0;
  }
}

.slide-about {
  margin: 50px auto;
}
@media (min-width: 1200px) {
  .slide-about {
    height: 153px;
  }
}
@media (max-width: 991px) {
  .slide-about {
    margin: 20px auto;
  }
}
@media (max-width: 767px) {
  .slide-about {
    margin: 15px auto;
  }
}

.ab-slide {
  padding: 0 120px 0;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .ab-slide {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .ab-slide {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .ab-slide {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .ab-slide {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .ab-slide .ab-item {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
  }
  .ab-slide .ab-item:last-child {
    margin-bottom: 0;
  }
}
.ab-slide .ab-item .img {
  display: flex;
  justify-content: center;
  margin: auto;
  margin-bottom: 25px;
  width: 60px;
  aspect-ratio: 1;
}
.ab-slide .ab-item .img img {
  max-width: 100%;
  max-height: 100%;
  width: initial;
  height: initial;
  object-fit: contain;
}
@media (max-width: 767px) {
  .ab-slide .ab-item .img {
    margin-bottom: 0;
  }
  .ab-slide .ab-item .img img {
    object-fit: contain;
  }
}
.ab-slide .ab-item .desc {
  text-align: center;
  font-family: mon-medi;
  font-size: 15px;
  color: #333;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.ab-slide .ab-item .desc p {
  font-family: mon-medi;
  font-size: 15px;
  color: #333;
  text-align: center;
}
@media (max-width: 767px) {
  .ab-slide .ab-item .desc {
    text-align: left;
    width: calc(100% - 65px);
  }
  .ab-slide .ab-item .desc p {
    text-align: left;
    font-size: 14px;
  }
}
.ab-slide .owl-nav {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.ab-slide .owl-nav .owl-prev, .ab-slide .owl-nav .owl-next {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid var(--main-color);
  background: var(--main-color);
  color: #fff !important;
}
.ab-slide .owl-nav .owl-prev.disabled, .ab-slide .owl-nav .owl-next.disabled {
  background: #fff;
  color: #d8d8d8;
  border: 1px solid #d8d8d8;
}
.ab-slide .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  transform: translateX(calc(-100% - 15px));
}
.ab-slide .owl-nav .owl-next {
  position: absolute;
  right: 0;
  transform: translateX(calc(100% + 15px));
}
@media (max-width: 567px) {
  .ab-slide .owl-nav .owl-prev,
  .ab-slide .owl-nav .owl-next {
    transform: unset;
  }
}
@media (max-width: 567px) {
  .ab-slide .owl-dots {
    display: block !important;
    margin-top: 40px !important;
  }
  .ab-slide .owl-dots .owl-dot span {
    background: transparent !important;
    border: 1px solid #d8d8d8 !important;
  }
  .ab-slide .owl-dots .owl-dot.active span {
    background: var(--main-color) !important;
    border: 1px solid var(--main-color) !important;
  }
}
@media (max-width: 567px) and (max-width: 991px) {
  .ab-slide .owl-dots {
    margin-top: 15px !important;
  }
}

.solution {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .solution {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .solution {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .solution {
    height: 677px;
  }
}
@media (max-width: 767px) {
  .solution {
    height: initial;
  }
}
.solution .container > h2 {
  font-size: 35px;
  font-family: mon-semi;
  color: var(--main-color);
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .solution .container > h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .solution .container > h2 {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .solution .container > h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .solution .sl-slide {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
}
.solution .sl-slide .sl-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-left: 1px;
}
@media (max-width: 767px) {
  .solution .sl-slide .sl-item {
    width: calc((100% - 10px) / 2);
  }
}
.solution .sl-slide .sl-item .item {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  position: relative;
  border: 1px solid #d8d8d8;
  border-radius: 20px;
  padding: 0 30px;
  min-height: 250px;
  background: #f6faff;
  transition: background 0.3s;
}
.solution .sl-slide .sl-item .item .img {
  width: 50%;
  display: flex;
  align-items: center;
  aspect-ratio: 1;
}
.solution .sl-slide .sl-item .item .img img {
  max-width: 100%;
  max-height: 100%;
  width: initial;
  height: initial;
  object-fit: cover;
}
.solution .sl-slide .sl-item .item .txt {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  width: 40%;
}
.solution .sl-slide .sl-item .item .txt h2 {
  font-family: mon-semi;
  font-size: 22px;
  color: #333;
}
@media (max-width: 991px) {
  .solution .sl-slide .sl-item .item .txt h2 {
    font-size: 18px;
  }
}
@media (max-width: 567px) {
  .solution .sl-slide .sl-item .item .txt h2 {
    font-size: 16px;
  }
}
.solution .sl-slide .sl-item .item:hover {
  background: #fff;
}
.solution .sl-slide .owl-dots {
  display: block !important;
  margin-top: 35px !important;
}
@media (max-width: 991px) {
  .solution .sl-slide .owl-dots {
    margin-top: 15px !important;
  }
}
.solution .sl-slide .owl-dots .owl-dot span {
  border: 1px solid #d8d8d8;
  background: #fff;
}
.solution .sl-slide .owl-dots .owl-dot.active span, .solution .sl-slide .owl-dots .owl-dot:hover span {
  background: var(--main-color);
  border: 1px solid var(--main-color);
}
@media (max-width: 991px) {
  .solution {
    margin-bottom: 15px;
  }
  .solution .sl-slide .sl-item .item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 200px;
    padding: 0 15px;
  }
  .solution .sl-slide .sl-item .item .img {
    margin-bottom: 15px;
  }
  .solution .sl-slide .sl-item .item .txt {
    position: unset;
    transform: unset;
    width: 80%;
    text-align: center;
    min-height: 44px;
    margin-bottom: 15px;
  }
  .solution .sl-slide .sl-item .item .txt h2 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .solution .sl-slide .sl-item {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    background: #f3f3f3;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .solution .sl-slide .sl-item .item {
    border: initial;
    border-radius: 0;
    background: transparent;
    min-height: initial;
    justify-content: start;
    align-items: center;
    box-shadow: initial;
  }
  .solution .sl-slide .sl-item .item .img {
    width: initial;
    justify-content: center;
    aspect-ratio: 3/2;
    margin: 0 auto 5px auto;
    width: 160px;
  }
  .solution .sl-slide .sl-item .item .txt {
    margin-bottom: 10px;
  }
  .solution .sl-slide .sl-item .item .txt h2 {
    font-size: 13px;
    line-height: 1.5;
  }
}

.design {
  position: relative;
  padding: 0 15px 0;
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .design {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .design {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .design {
    height: 340px;
  }
}
@media (max-width: 767px) {
  .design {
    height: initial;
    padding: 0 10px 0;
  }
}
.design .design-slide .dn-item {
  background: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 20px;
  height: 340px;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .design .design-slide .dn-item {
    padding: 0 10px 0 10px;
    height: initial;
    margin-bottom: 10px;
  }
  .design .design-slide .dn-item:last-child {
    margin-bottom: 0;
  }
}
.design .design-slide .dn-item .ic {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .design .design-slide .dn-item .ic {
    padding: 10px 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
.design .design-slide .dn-item .ic img {
  max-width: 100%;
  max-height: 100%;
  width: 59px;
  height: 59px;
  aspect-ratio: 1;
}
.design .design-slide .dn-item .ic img:nth-of-type(2) {
  display: none;
}
.design .design-slide .dn-item .ic span {
  font-family: mon-semi;
  font-size: 18px;
  color: #333;
}
@media (max-width: 991px) {
  .design .design-slide .dn-item .ic span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .design .design-slide .dn-item .ic span {
    font-size: 16px;
  }
}
.design .design-slide .dn-item .txt,
.design .design-slide .dn-item p {
  font-size: 15px;
  font-family: mon-medi;
  color: #333;
  line-height: 1.5;
  text-align: justify;
}
@media (max-width: 767px) {
  .design .design-slide .dn-item .txt,
  .design .design-slide .dn-item p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .design .design-slide .dn-item .txt {
    display: none;
    border-top: 1px solid #d8d8d8;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .design .design-slide .dn-item:hover {
    background: var(--main-color);
  }
  .design .design-slide .dn-item:hover .ic img:first-of-type {
    display: none;
  }
  .design .design-slide .dn-item:hover .ic img:nth-of-type(2) {
    display: block;
  }
  .design .design-slide .dn-item:hover .ic span {
    color: #fff;
  }
  .design .design-slide .dn-item:hover .txt {
    color: #fff;
  }
  .design .design-slide .dn-item:hover .txt p {
    color: #fff;
  }
}
@media (max-width: 567px) {
  .design .design-slide .owl-dots {
    display: block !important;
    margin-top: 40px !important;
  }
  .design .design-slide .owl-dots .owl-dot span {
    background: transparent !important;
    border: 1px solid #d8d8d8 !important;
  }
  .design .design-slide .owl-dots .owl-dot.active span {
    background: var(--main-color) !important;
    border: 1px solid var(--main-color) !important;
  }
}
@media (max-width: 567px) and (max-width: 991px) {
  .design .design-slide .owl-dots {
    margin-top: 15px !important;
  }
}
@media (min-width: 576px) {
  .design {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .design {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .design {
    max-width: unset;
    padding: 0;
  }
  .design .title {
    position: absolute;
    top: 0%;
    left: 300px;
    right: 0;
    width: 13%;
  }
}
@media (min-width: 992px) and (min-width: 1200px) and (max-width: 1400px) {
  .design .title {
    top: 0%;
    left: 63px;
    width: 20%;
  }
}
@media (min-width: 992px) and (min-width: 1400px) and (max-width: 1500px) {
  .design .title {
    top: 0%;
    left: 63px;
    width: 17%;
  }
}
@media (min-width: 992px) and (min-width: 1500px) and (max-width: 1600px) {
  .design .title {
    top: 0%;
    left: 115px;
    width: 19%;
  }
}
@media (min-width: 992px) {
  .design .title span {
    font-family: mon-semi;
    font-size: 35px;
    color: #333;
  }
  .design .title h2 {
    font-family: mon-semi;
    font-size: 35px;
    color: #333;
  }
  .design .design-slide {
    width: 70%;
    padding-left: 15px;
  }
  .design .design-slide .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 960px;
    text-align: left;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .design .design-slide .owl-nav {
    max-width: 1185px;
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  .design .design-slide .owl-nav {
    max-width: 1360px;
  }
}
@media (min-width: 992px) {
  .design .design-slide .owl-nav .owl-prev, .design .design-slide .owl-nav .owl-next {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid var(--main-color);
    background: var(--main-color);
    color: #fff !important;
  }
  .design .design-slide .owl-nav .owl-prev.disabled, .design .design-slide .owl-nav .owl-next.disabled {
    background: #fff;
    color: #d8d8d8;
    border: 1px solid #d8d8d8;
  }
  .design .owl-carousel,
  .design .owl-carousel .owl-item {
    position: unset !important;
  }
}
@media (max-width: 991px) {
  .design {
    flex-direction: column;
  }
  .design .title h2 {
    font-family: mon-semi;
    font-size: 20px;
    color: var(--main-color);
    text-align: center;
    margin-bottom: 15px;
  }
  .design .design-slide .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
  }
  .design .design-slide .owl-nav .owl-prev, .design .design-slide .owl-nav .owl-next {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid var(--main-color);
    background: var(--main-color);
    color: #fff !important;
  }
  .design .design-slide .owl-nav .owl-prev.disabled, .design .design-slide .owl-nav .owl-next.disabled {
    background: #fff;
    color: #d8d8d8;
    border: 1px solid #d8d8d8;
  }
  .design .design-slide .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    transform: translateX(calc(-100% - 15px));
  }
  .design .design-slide .owl-nav .owl-next {
    position: absolute;
    right: 0;
    transform: translateX(calc(100% + 15px));
  }
}

.customer-index {
  position: relative;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .customer-index {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .customer-index {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .customer-index {
    height: initial;
  }
}
.customer-index h2 {
  text-align: center;
  margin-bottom: 15px;
  font-family: mon-semi;
  font-size: 35px;
  color: var(--main-color);
}
@media (max-width: 991px) {
  .customer-index h2 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .customer-index h2 {
    margin-bottom: 15px;
  }
}
.customer-index .description {
  margin-bottom: 40px;
  text-align: center;
  width: 46%;
}
@media (max-width: 991px) {
  .customer-index .description {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .customer-index .description {
    margin-bottom: 15px;
  }
}
.customer-index .description div,
.customer-index .description p {
  color: #333;
}
@media (max-width: 990px) {
  .customer-index .description {
    margin-bottom: 15px;
    width: calc(var(--container) - 30px);
  }
}
@media (min-width: 768px) {
  .customer-index .cr-item .item {
    padding: 0 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    aspect-ratio: 220/120;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .customer-index .cr-item .item {
    aspect-ratio: 220/150;
  }
}
@media (min-width: 768px) {
  .customer-index .cr-item .item .hover {
    position: relative;
  }
  .customer-index .cr-item .item .hover::after {
    transition: transform 0.6s linear;
    transform: rotate(45deg) translateX(-130%);
    content: "";
    position: absolute;
    top: -200px;
    left: 0;
    width: 50px;
    height: 300px;
    display: block;
    background: rgba(255, 255, 255, 0.3);
    z-index: 99;
  }
  .customer-index .cr-item .item .img {
    width: unset;
    overflow: hidden;
    display: flex;
  }
  .customer-index .cr-item .item .img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s linear;
  }
  .customer-index .cr-item .item::before {
    content: "";
    height: calc(100% - 10px);
    width: 1px;
    background: #e6e6e6;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .customer-index .cr-item .item::after {
    content: "";
    height: 1px;
    width: calc(100% - 10px);
    background: #e6e6e6;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .customer-index .cr-item .item:last-of-type::after {
    display: none;
  }
  .customer-index .cr-item .item:hover .hover:after {
    transform: rotate(45deg) translateX(200px);
  }
  .customer-index .cr-item .item:hover img {
    transform: scale(1.05);
  }
  .customer-index .cr-item span::before {
    position: absolute;
    width: 10px;
    height: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.5);
  }
  .customer-index .cr-slide .owl-stage .active:last-of-type .cr-item .item::before {
    display: none;
  }
  .customer-index .owl-nav {
    margin-top: 15px;
  }
  .customer-index .owl-nav .owl-prev, .customer-index .owl-nav .owl-next {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid var(--main-color);
    background: var(--main-color);
    color: #fff !important;
  }
  .customer-index .owl-nav .owl-prev.disabled, .customer-index .owl-nav .owl-next.disabled {
    background: #fff;
    color: #d8d8d8;
    border: 1px solid #d8d8d8;
  }
  .customer-index .owl-nav .owl-prev,
  .customer-index .owl-nav .owl-next {
    width: 10px;
    height: 10px;
  }
  .customer-index .owl-nav .owl-prev {
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .customer-index .owl-nav {
    position: absolute;
    margin-top: 0;
    top: 30%;
    width: 100%;
    transform: translateY(-50%);
  }
  .customer-index .owl-nav .owl-next {
    position: absolute;
    right: 0;
    transform: translateX(calc(100% + 15px));
  }
  .customer-index .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    transform: translateX(calc(-100% - 15px));
  }
}
@media (min-width: 768px) and (max-width: 567px) {
  .customer-index .owl-nav .owl-next,
  .customer-index .owl-nav .owl-prev {
    transform: unset;
  }
}
@media (max-width: 991px) {
  .customer-index img {
    width: unset !important;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .customer-index .description {
    margin-bottom: 10px;
  }
  .customer-index .cr-slide {
    display: flex;
    gap: 1px;
    flex-wrap: wrap;
  }
  .customer-index .cr-slide .item {
    width: calc((100% - 5px) / 2);
    padding: 0 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    aspect-ratio: 220/120;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .customer-index .cr-slide .item {
    aspect-ratio: 220/150;
  }
}
@media (max-width: 767px) {
  .customer-index .cr-slide .item .hover {
    position: relative;
  }
  .customer-index .cr-slide .item .hover::after {
    transition: transform 0.6s linear;
    transform: rotate(45deg) translateX(-130%);
    content: "";
    position: absolute;
    top: -200px;
    left: 0;
    width: 50px;
    height: 300px;
    display: block;
    background: rgba(255, 255, 255, 0.3);
    z-index: 99;
  }
  .customer-index .cr-slide .item .img {
    width: unset;
    overflow: hidden;
    display: flex;
  }
  .customer-index .cr-slide .item .img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s linear;
  }
  .customer-index .cr-slide .item::before {
    content: "";
    height: calc(100% - 10px);
    width: 1px;
    background: #e6e6e6;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .customer-index .cr-slide .item::after {
    content: "";
    height: 1px;
    width: calc(100% - 10px);
    background: #e6e6e6;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .customer-index .cr-slide .item:nth-of-type(-n + 2)::after {
    display: none;
  }
  .customer-index .cr-slide .item:nth-of-type(2n + 2)::before {
    display: none;
  }
}
.customer-index .section {
  position: relative;
  max-width: 100%;
}
.customer-index .section .cs_moving_section_in {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 100%;
  position: relative;
  overflow: hidden;
}
.customer-index .section .cs_moving_section_in .cs_moving_section {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 5px 0;
  animation: 50s linear infinite slide-har2;
}
.customer-index .section .cs_moving_section_in .cs_moving_section .cs_partner_logo_wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.customer-index .section .cs_moving_section_in .cs_moving_section .cs_partner_logo_wrap .img {
  flex: none;
  padding: 10px 30px;
}
.customer-index .section .cs_moving_section_in .cs_moving_section .cs_partner_logo_wrap .img img {
  max-width: 100%;
  max-height: 100%;
  width: initial;
  height: initial;
  object-fit: contain;
}
.customer-index .section.hb_partners_desginer2 .cs_moving_section {
  animation: 80s linear infinite slide-har3;
}
.customer-index .list-customer {
  position: relative;
  width: 100%;
}
.customer-index .list-customer::before, .customer-index .list-customer::after {
  content: "";
  background: linear-gradient(90deg, #fff 0, rgba(255, 255, 255, 0.55) 57.3%, rgba(255, 255, 255, 0) 100%);
  width: 25.99rem;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .customer-index .list-customer::before, .customer-index .list-customer::after {
    width: 20%;
  }
}
.customer-index .list-customer::after {
  background: linear-gradient(268deg, #fff 0, rgba(255, 255, 255, 0.55) 57.3%, rgba(255, 255, 255, 0) 100%);
  left: unset;
  right: 0;
  z-index: 2;
}
.customer-index .list-customer .owl-item:nth-child(2n) {
  padding-top: 1.302rem;
}
.customer-index .list-customer .owl-item .item {
  display: flex !important;
  justify-content: center;
}
.customer-index .list-customer .owl-item .item:hover .img {
  border: 1px solid var(--main-color);
}
.customer-index .list-customer .owl-item .item:hover .img img {
  transform: translate(-50%, -50%) scale(0.8);
}
.customer-index .list-customer .owl-item .item .img {
  width: 90%;
  padding-bottom: 90%;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 2.083rem 0 rgba(136, 166, 180, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
  transition: 0.5s;
  position: relative;
  border: 1px solid transparent;
  overflow: hidden;
}
.customer-index .list-customer .owl-item .item .img img {
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  transition: all 0.3s ease-in;
}

.news-index {
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .news-index {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .news-index {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .news-index {
    height: 354px;
  }
}
@media (max-width: 767px) {
  .news-index {
    height: initial;
  }
}
.news-index .trend-1,
.news-index .trend-2 {
  width: calc(50% - 15px);
}
.news-index .trend-1 h2,
.news-index .trend-2 h2 {
  font-family: mon-semi;
  font-size: 35px;
  color: var(--main-color);
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .news-index .trend-1 h2,
  .news-index .trend-2 h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .news-index .trend-1 h2,
  .news-index .trend-2 h2 {
    margin-bottom: 15px;
  }
}
.news-index .trend-1 .lits-news-index,
.news-index .trend-2 .lits-news-index {
  display: flex;
  gap: 15px;
}
.news-index .trend-1 .lits-news-index .owl-dots,
.news-index .trend-2 .lits-news-index .owl-dots {
  margin-top: 0;
}
.news-index .trend-1 .lits-news-index .owl-carousel .trend-item .img,
.news-index .trend-2 .lits-news-index .owl-carousel .trend-item .img {
  display: block;
  overflow: hidden;
  aspect-ratio: 16/10;
}
.news-index .trend-1 .lits-news-index .owl-carousel .trend-item .img img,
.news-index .trend-2 .lits-news-index .owl-carousel .trend-item .img img {
  transition: transform 0.3s linear;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.news-index .trend-1 .lits-news-index .owl-carousel .trend-item .tags,
.news-index .trend-2 .lits-news-index .owl-carousel .trend-item .tags {
  display: flex;
  gap: 15px;
}
.news-index .trend-1 .lits-news-index .owl-carousel .trend-item .tags a,
.news-index .trend-2 .lits-news-index .owl-carousel .trend-item .tags a {
  padding: 0 15px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: mon-regu;
  color: var(--main-color);
  font-size: 14px;
}
.news-index .trend-1 .lits-news-index .owl-carousel .trend-item .txt h3,
.news-index .trend-2 .lits-news-index .owl-carousel .trend-item .txt h3 {
  padding: 10px 0;
}
.news-index .trend-1 .lits-news-index .owl-carousel .trend-item .txt h3 a,
.news-index .trend-2 .lits-news-index .owl-carousel .trend-item .txt h3 a {
  font-family: mon-semi;
  font-size: 15px;
  color: #333;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.news-index .trend-1 .lits-news-index .owl-carousel .trend-item:hover .img img,
.news-index .trend-2 .lits-news-index .owl-carousel .trend-item:hover .img img {
  transform: scale(1.05);
}
.news-index .trend-1 .lits-news-index .owl-carousel .trend-item:hover .txt h3 a,
.news-index .trend-2 .lits-news-index .owl-carousel .trend-item:hover .txt h3 a {
  color: var(--main-color);
}
.news-index .trend-1 .lits-news-index .left,
.news-index .trend-2 .lits-news-index .left {
  width: calc(60% - 15px);
}
.news-index .trend-1 .lits-news-index .left .trend-item .img,
.news-index .trend-2 .lits-news-index .left .trend-item .img {
  display: block;
  overflow: hidden;
  aspect-ratio: 16/10;
}
.news-index .trend-1 .lits-news-index .left .trend-item .img img,
.news-index .trend-2 .lits-news-index .left .trend-item .img img {
  transition: transform 0.3s linear;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.news-index .trend-1 .lits-news-index .left .trend-item .txt h3,
.news-index .trend-2 .lits-news-index .left .trend-item .txt h3 {
  padding: 10px 0;
}
.news-index .trend-1 .lits-news-index .left .trend-item .txt h3 a,
.news-index .trend-2 .lits-news-index .left .trend-item .txt h3 a {
  font-family: mon-semi;
  font-size: 15px;
  color: #333;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.news-index .trend-1 .lits-news-index .left .trend-item:hover .img img,
.news-index .trend-2 .lits-news-index .left .trend-item:hover .img img {
  transform: scale(1.05);
}
.news-index .trend-1 .lits-news-index .left .trend-item:hover .txt h3 a,
.news-index .trend-2 .lits-news-index .left .trend-item:hover .txt h3 a {
  color: var(--main-color);
}
.news-index .trend-1 .lits-news-index .right,
.news-index .trend-2 .lits-news-index .right {
  width: 40%;
}
.news-index .trend-1 .lits-news-index .right .trend-item,
.news-index .trend-2 .lits-news-index .right .trend-item {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
.news-index .trend-1 .lits-news-index .right .trend-item .img,
.news-index .trend-2 .lits-news-index .right .trend-item .img {
  width: 40%;
  display: block;
  overflow: hidden;
  aspect-ratio: 16/10;
}
.news-index .trend-1 .lits-news-index .right .trend-item .img img,
.news-index .trend-2 .lits-news-index .right .trend-item .img img {
  transition: transform 0.3s linear;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.news-index .trend-1 .lits-news-index .right .trend-item .txt,
.news-index .trend-2 .lits-news-index .right .trend-item .txt {
  width: 60%;
}
.news-index .trend-1 .lits-news-index .right .trend-item .txt h3 a,
.news-index .trend-2 .lits-news-index .right .trend-item .txt h3 a {
  font-family: mon-medi;
  font-size: 14px;
  color: #333;
  font-weight: 400;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  text-align: justify;
}
.news-index .trend-1 .lits-news-index .right .trend-item:hover .img img,
.news-index .trend-2 .lits-news-index .right .trend-item:hover .img img {
  transform: scale(1.05);
}
.news-index .trend-1 .lits-news-index .right .trend-item:hover .txt h3 a,
.news-index .trend-2 .lits-news-index .right .trend-item:hover .txt h3 a {
  color: var(--main-color);
}
@media (max-width: 991px) {
  .news-index {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
  }
  .news-index .trend-1,
  .news-index .trend-2 {
    width: 100%;
  }
  .news-index .trend-1 h2,
  .news-index .trend-2 h2 {
    font-size: 20px;
    text-align: center;
  }
  .news-index .trend-1 .lits-news-index .left .trend-item .txt h3 a,
  .news-index .trend-2 .lits-news-index .left .trend-item .txt h3 a {
    font-size: 16px;
  }
  .news-index .trend-1 .lits-news-index .right .trend-item .txt h3 a,
  .news-index .trend-2 .lits-news-index .right .trend-item .txt h3 a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .news-index .trend-1 .lits-news-index,
  .news-index .trend-2 .lits-news-index {
    flex-direction: column;
  }
  .news-index .trend-1 .lits-news-index .left,
  .news-index .trend-1 .lits-news-index .right,
  .news-index .trend-2 .lits-news-index .left,
  .news-index .trend-2 .lits-news-index .right {
    width: 100%;
  }
  .news-index .trend-1 .lits-news-index .right .trend-item .img,
  .news-index .trend-2 .lits-news-index .right .trend-item .img {
    width: 90px;
  }
  .news-index .trend-1 .lits-news-index .right .trend-item .txt,
  .news-index .trend-2 .lits-news-index .right .trend-item .txt {
    width: calc(100% - 90px);
  }
  .news-index .trend-1 .lits-news-index .right .trend-item .txt h3 a,
  .news-index .trend-2 .lits-news-index .right .trend-item .txt h3 a {
    text-align: left;
  }
}

._see-more {
  font-size: 15px;
  font-family: mon-semi;
  color: var(--main-color);
}

.comment {
  padding: 50px 0 50px;
  background-size: cover;
}
@media (max-width: 767px) {
  .comment {
    height: initial;
  }
}
.comment .container {
  background-image: url("/html/style/image/bgr-cmt.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 567px) {
  .comment .container {
    background-image: none;
  }
}
.comment .comment-cnt h2 {
  margin-bottom: 40px;
  font-family: mon-semi;
  font-size: 35px;
  color: var(--color-text);
  text-align: center;
}
@media (max-width: 991px) {
  .comment .comment-cnt h2 {
    font-size: 20px;
  }
}
.comment .comment-cnt .img {
  display: flex;
  justify-content: center;
}
.comment .cmt-slide {
  position: relative;
}
.comment .cmt-slide .cmt-item {
  width: 588px;
  margin: 40px auto 0;
}
.comment .cmt-slide .cmt-item .cmt {
  text-align: center;
  font-size: 15px;
  font-family: mon-medi;
  color: #333333;
  line-height: 1.5;
  min-height: 155px;
}
.comment .cmt-slide .cmt-item .name {
  text-align: center;
  font-size: 18px;
  font-family: mon-semi;
  color: #333333;
}
.comment .cmt-slide .cmt-item .address {
  text-align: center;
  font-size: 15px;
  font-family: mon-medi;
  color: #333333;
}
.comment .cmt-slide .owl-prev,
.comment .cmt-slide .owl-next {
  position: absolute;
  bottom: 0;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid var(--main-color) !important;
  background: var(--main-color) !important;
  color: #fff !important;
}
.comment .cmt-slide .owl-prev.disabled,
.comment .cmt-slide .owl-next.disabled {
  background: transparent;
  color: #d8d8d8;
  border: 1px solid #d8d8d8;
}
.comment .cmt-slide .owl-prev {
  left: 30%;
}
.comment .cmt-slide .owl-next {
  right: 30%;
}
@media (max-width: 767px) {
  .comment {
    padding: 15px;
    margin-bottom: 15px;
    background-size: auto 130%;
  }
  .comment h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .comment .comment-cnt {
    margin-bottom: 15px;
  }
  .comment .comment-cnt h2 {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .comment .comment-cnt .img img {
    width: 35px;
    height: 25px;
  }
  .comment .cmt-slide .cmt-item {
    margin-top: 0;
    width: unset;
  }
  .comment .cmt-slide .cmt-item .name {
    margin-bottom: 15px;
  }
  .comment .cmt-slide .cmt-item .address {
    margin-bottom: 0;
  }
  .comment .cmt-slide .owl-prev {
    left: 15%;
  }
  .comment .cmt-slide .owl-next {
    right: 15%;
  }
}
@media (max-width: 567px) {
  .comment .cmt-slide .cmt-item .cmt {
    text-align: justify;
    min-height: 230px;
    font-size: 15px;
  }
  .comment .cmt-slide .owl-prev {
    left: 0;
  }
  .comment .cmt-slide .owl-next {
    right: 0;
  }
  .comment .cmt-slide .owl-dots {
    display: block !important;
    margin-top: 40px !important;
  }
  .comment .cmt-slide .owl-dots .owl-dot span {
    background: transparent !important;
    border: 1px solid #d8d8d8 !important;
  }
  .comment .cmt-slide .owl-dots .owl-dot.active span {
    background: var(--main-color) !important;
    border: 1px solid var(--main-color) !important;
  }
}
@media (max-width: 567px) and (max-width: 991px) {
  .comment .cmt-slide .owl-dots {
    margin-top: 15px !important;
  }
}

.advice {
  margin-bottom: 15px;
}
.advice .form {
  border-radius: 5px;
  display: flex;
  align-items: flex-start;
  padding: 45px 60px;
}
@media (min-width: 767px) {
  .advice .form {
    background: url("/html/style/image/bgr.webp") no-repeat;
    background-size: 100% 100%;
  }
}
@media (max-width: 768px) {
  .advice .form {
    background: var(--main-color);
  }
}
.advice .form .info-com {
  width: 60%;
  padding-right: 50px;
}
@media (max-width: 991px) {
  .advice .form .info-com {
    padding-right: 15px;
  }
}
.advice .form .info-com h2 {
  font-family: mon-medi;
  font-size: 22px;
  color: #fff;
  text-align: start;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .advice .form .info-com h2 {
    font-size: 20px;
  }
}
.advice .form .info-com p,
.advice .form .info-com a {
  font-size: 15px;
  font-family: mon-medi;
  color: #fff;
  margin: 0;
}
.advice .form .info-com a:hover {
  cursor: pointer;
  color: #CC6300;
}
.advice .form .info-com .phone,
.advice .form .info-com .mail,
.advice .form .info-com .add {
  display: flex;
  align-items: center;
  justify-content: start;
}
.advice .form .info-com .phone span,
.advice .form .info-com .mail span,
.advice .form .info-com .add span {
  font-family: mon-semi;
  margin-right: 5px;
}
.advice .form .info-com .phone p,
.advice .form .info-com .mail p,
.advice .form .info-com .add p {
  margin-bottom: 0;
}
.advice .form .info-com .add p {
  display: block;
  width: calc(100% - 55px);
  margin-bottom: 0;
}
.advice .form .info-com .add p span {
  font-family: mon-medi;
  font-size: 15px;
  color: #fff;
}
.advice .form .info-com .add p span span {
  font-family: mon-semi;
}
.advice .form .info-com .phone-mail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 25px;
  gap: 25px;
}
.advice .form .info-com .phone-mail .phone {
  margin-right: 45px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .advice .form .info-com .phone-mail {
    gap: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .advice .form .info-com .phone-mail {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
  }
}
.advice .form .info-com > p:first-of-type {
  margin-bottom: 20px;
}
.advice .form .info-com > p:nth-of-type(2) {
  margin-bottom: 25px;
}
.advice .form .info-com .img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.advice .form .info-com .img i {
  color: var(--main-color);
  font-size: 18px;
}
.advice .form form {
  width: 40%;
}
.advice .form form .input {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.advice .form form .input .icon {
  position: absolute;
  top: 50%;
  left: 1px;
  padding: 0 10px;
  transform: translateY(-50%);
  border-right: 1px solid #d8d8d8;
}
.advice .form form .input input {
  height: 40px;
  width: 100%;
  border-radius: 5px;
  border: 0;
  padding-left: 60px;
  font-family: mon-medi;
  font-size: 15px;
  color: #333;
}
.advice .form form .input input:focus {
  outline: none;
}
.advice .form form label.error {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-family: mon-medi;
  font-size: 12px;
  color: #ff0000;
  padding-right: 10px;
}
.advice .form form .area {
  height: 90px;
  width: 100%;
  margin-bottom: 10px;
}
.advice .form form .area textarea {
  height: 100%;
  width: 100%;
  border: 0;
  border-radius: 5px;
  padding: 15px 0 0 15px;
  font-family: mon-medi;
  font-size: 15px;
  color: #333;
}
.advice .form form .area textarea:focus {
  outline: none;
}
.advice .form form ::placeholder {
  font-size: 15px;
  font-family: mon-medi;
  color: #333;
}
.advice .form form .btnSendBaoGia {
  display: block;
  height: 40px;
  width: 180px;
  border-radius: 20px;
  border: 1px solid #fff;
  background: var(--main-color);
  font-family: mon-semi;
  font-size: 15px;
  color: #fff;
  margin: 0 auto;
  transition: background 0.3s linear;
}
.advice .form form .btnSendBaoGia:hover {
  background: #fff;
  color: var(--main-color);
  border-color: var(--main-color);
}
@media (max-width: 991px) {
  .advice .form {
    padding: 25px;
  }
  .advice .form .info-com {
    width: 50%;
  }
  .advice .form form {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .advice .form {
    flex-direction: column;
    padding: 15px;
  }
  .advice .form .info-com,
  .advice .form form {
    width: 100%;
    padding: 0;
  }
  .advice .form .info-com {
    margin-bottom: 15px;
  }
  .advice .form .info-com h2 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .advice .form .info-com p {
    font-size: 14px;
  }
  .advice .form .info-com > p:first-of-type,
  .advice .form .info-com > p:nth-of-type(2),
  .advice .form .info-com .phone-mail {
    margin-bottom: 15px;
  }
}

.partner {
  margin: 25px 0;
}
@media (min-width: 1200px) {
  .partner {
    height: 67px;
  }
}
.partner .partner-cnt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.partner .partner-cnt .img {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 10/3;
}
.partner .partner-cnt .img img {
  width: initial;
  height: initial;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.about-landing .title {
  text-align: center;
  width: 80%;
  margin: 0 auto 30px;
}
.about-landing .title h1 {
  font-family: mon-semi;
  font-size: 24px;
  color: var(--main-color);
  margin-bottom: 10px;
}
.about-landing .title span,
.about-landing .title a,
.about-landing .title b {
  font-family: mon-medi;
  font-size: 18px;
  color: #333;
}
.about-landing .title b {
  color: var(--main-color);
}
.about-landing .title a:hover {
  color: var(--main-color);
}
@media (max-width: 991px) {
  .about-landing .title {
    margin-bottom: 15px;
    width: 100%;
  }
  .about-landing .title h1 {
    font-size: 18px;
  }
  .about-landing .title span,
  .about-landing .title a,
  .about-landing .title b {
    font-size: 15px;
  }
}
@media (max-width: 567px) {
  .about-landing .title h1 {
    font-size: 16px;
  }
  .about-landing .title span,
  .about-landing .title a,
  .about-landing .title b {
    font-size: 15px;
  }
}
.about-landing .contentDesc {
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .about-landing .contentDesc {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .about-landing .contentDesc {
    margin-bottom: 15px;
  }
}
.about-landing .contentDesc p {
  font-family: mon-medi;
  font-size: 15px;
  color: #333;
}
.about-landing .contentDesc .desc {
  width: calc(52% - 30px);
}
.about-landing .contentDesc .desc p {
  margin-bottom: 15px;
}
.about-landing .contentDesc .img {
  width: 48%;
}
.about-landing .contentDesc .img figure {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.about-landing .contentDesc .img figure figcaption {
  padding: 15px;
  text-align: center;
  font-family: mon-medi;
  font-size: 14px;
  color: #333;
}
@media (max-width: 991px) {
  .about-landing .contentDesc {
    flex-direction: column;
    gap: 15px;
  }
  .about-landing .contentDesc .desc,
  .about-landing .contentDesc .img {
    width: 100%;
  }
  .about-landing .contentDesc .img .image-captioned {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .about-landing .contentDesc .img .image-captioned img {
    height: unset !important;
  }
}
@media (max-width: 767px) {
  .about-landing .contentDesc p {
    font-size: 15px;
  }
}
.about-landing .count-ab {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .about-landing .count-ab {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .about-landing .count-ab {
    margin-bottom: 15px;
  }
}
.about-landing .count-ab .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-landing .count-ab .item {
  display: flex;
  align-items: center;
}
.about-landing .count-ab .item .desc {
  font-family: mon-medi;
  font-size: 18px;
  color: #333;
  text-align: center;
  padding: 0 20px;
}
.about-landing .count-ab .item .desc span {
  margin-bottom: 10px;
  font-family: mon-semi;
  font-size: 46px;
  color: #333;
}
@media (max-width: 991px) {
  .about-landing .count-ab {
    margin: 15px 0;
  }
  .about-landing .count-ab .item .desc {
    font-size: 16px;
    padding: 0 0 0 15px;
  }
  .about-landing .count-ab .item .desc span {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .about-landing .count-ab .container {
    flex-direction: column;
    gap: 15px;
  }
  .about-landing .count-ab .item .icon img {
    width: 60px !important;
    height: 60px !important;
  }
}

.why-ab {
  background-color: #f7f8fc;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .why-ab {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .why-ab {
    margin-bottom: 15px;
  }
}
.why-ab::before {
  content: "";
  display: block;
  height: 50px;
  background: url("/html/style/image/icon/bg-wave-1.jpg") top;
  margin-bottom: 50px;
  background-size: 100% 100%;
}
.why-ab::after {
  content: "";
  display: block;
  height: 50px;
  background: url("/html/style/image/icon/bg-wave-2.jpg") top;
  background-size: 100% 100%;
  margin-top: 50px;
}
.why-ab .title {
  margin-bottom: 15px;
}
.why-ab .title h2 {
  font-family: mon-semi;
  font-size: 24px;
  color: var(--main-color);
}
.why-ab .title span {
  font-family: mon-medi;
  font-size: 18px;
  color: #333;
}
.why-ab .contactDesc {
  display: flex;
}
.why-ab .contactDesc .img,
.why-ab .contactDesc .desc {
  width: 50%;
}
.why-ab .contactDesc .img .text-center,
.why-ab .contactDesc .desc .text-center {
  width: 100%;
}
.why-ab .contactDesc .img .text-center img,
.why-ab .contactDesc .desc .text-center img {
  width: 531px;
  height: 511px;
}
.why-ab .contactDesc .img:last-child,
.why-ab .contactDesc .desc:last-child {
  padding: 0 15px;
}
.why-ab .contactDesc .img:last-child p,
.why-ab .contactDesc .desc:last-child p {
  font-family: mon-medi;
  font-size: 15px;
  color: #333;
  margin-bottom: 15px;
}
.why-ab .contactDesc .img:last-child p.display-flex,
.why-ab .contactDesc .desc:last-child p.display-flex {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .why-ab {
    padding: 15px 0;
  }
  .why-ab::before, .why-ab::after {
    display: none;
  }
  .why-ab .title h2 {
    font-size: 20px;
  }
  .why-ab .title span {
    font-size: 16px;
  }
  .why-ab .contactDesc {
    display: block;
  }
  .why-ab .contactDesc .img {
    height: unset;
    float: left;
    width: 50%;
    padding-right: 15px;
    padding-bottom: 15px;
  }
  .why-ab .contactDesc .desc {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .why-ab .contactDesc {
    display: flex;
    flex-direction: column-reverse;
  }
  .why-ab .contactDesc .img {
    width: 100%;
  }
}
@media (max-width: 567px) {
  .why-ab .contactDesc .img {
    width: 100%;
  }
  .why-ab .contactDesc .img img {
    height: unset !important;
  }
}

.mission-ab .title h2 {
  font-family: mon-semi;
  font-size: 24px;
  color: var(--main-color);
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .mission-ab .title h2 {
    font-size: 20px;
  }
}

.content-mission-ab {
  display: grid;
  grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;
  overflow: hidden;
}
.content-mission-ab h4 {
  font-family: mon-semi;
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
  position: relative;
  padding-left: 25px;
}
.content-mission-ab h4::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 24px;
  top: 0;
  left: 0;
}
.content-mission-ab p {
  font-family: mon-medi;
  font-size: 14px;
  color: #333;
  text-align: justify;
}
.content-mission-ab .item:first-child {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 1;
}
.content-mission-ab .item:first-child h4:after {
  background-color: #f4c615;
}
.content-mission-ab .item:nth-child(2) {
  grid-column-start: 8;
  grid-column-end: 11;
  grid-row-start: 1;
  grid-row-end: 5;
}
.content-mission-ab .item:nth-child(2) h4::after {
  background-color: #2d94c0;
}
.content-mission-ab .item:nth-child(3) {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 3;
  grid-row-end: 3;
}
.content-mission-ab .item:nth-child(3) h4:after {
  background-color: #4eb96e;
}
.content-mission-ab .avt-mission-ab {
  grid-column-start: 4;
  grid-column-end: 8;
  grid-row-start: 1;
  grid-row-end: 5;
}
.content-mission-ab .avt-mission-ab img {
  width: unset !important;
  height: unset !important;
}
@media (max-width: 991px) {
  .content-mission-ab {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 0;
  }
  .content-mission-ab .avt-mission-ab {
    margin: 0 auto;
  }
  .content-mission-ab .item h4 {
    font-size: 16px;
  }
}
@media (max-width: 567px) {
  .content-mission-ab .avt-mission-ab img {
    height: unset !important;
  }
}

.design-ab {
  padding: 50px 0;
  background-color: #f7f8fc;
}
.design-ab .container {
  display: grid;
  grid-template-columns: calc(25% - 15px) calc(75% - 15px);
  gap: 30px;
}
.design-ab .desc h4 {
  font-family: mon-medi;
  font-size: 22px;
  color: #333;
  line-height: 48px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
  margin: 0 0 20px;
  font-weight: 400;
  text-align: center;
}
.design-ab .desc h4 span {
  font-family: mon-medi;
  font-size: 35px;
  color: var(--main-color);
  display: block;
  text-transform: uppercase;
}
.design-ab .desc > p {
  font-family: mon-medi;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  margin: 15px;
}
.design-ab .desc .btn-seedetail {
  height: 40px;
  width: 180px;
  border-radius: 20px;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  color: #fff;
  font-size: 15px;
  font-family: mon-semi;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 35px auto 0;
  transition: all 0.4s linear;
  margin: 0 15px;
}
.design-ab .desc .btn-seedetail:hover {
  background: #fff;
  color: var(--main-color);
}
@media (max-width: 991px) {
  .design-ab .desc .btn-seedetail {
    margin: 15px auto;
  }
}
.design-ab .list-design-ab {
  display: grid;
  grid-template-columns: calc((100% - 48px) / 3) calc((100% - 48px) / 3) calc((100% - 48px) / 3);
  gap: 24px;
}
.design-ab .list-design-ab .item {
  text-align: center;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  padding: 50px 15px;
}
.design-ab .list-design-ab .item h3 {
  margin: 0;
  position: relative;
  z-index: 1;
}
.design-ab .list-design-ab .item h3 a {
  font-family: mon-semi;
  font-size: 14px;
  color: #fff;
}
.design-ab .list-design-ab .item .icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.design-ab .list-design-ab .item .icon img {
  transition: scale(1.05) 0.3s linear;
  width: 50px;
  height: 50px;
}
.design-ab .list-design-ab .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0.5;
  transition: opacity 0.3s linear;
}
.design-ab .list-design-ab .item:nth-child(1) {
  background: url("/html/style/image/gioi-thieu-cong-ty-doanh-nghiep.webp") no-repeat;
}
.design-ab .list-design-ab .item:nth-child(2) {
  background: url("/html/style/image/du-lich-khach-san.webp") no-repeat;
}
.design-ab .list-design-ab .item:nth-child(3) {
  background: url("/html/style/image/xay-dung-bds.webp") no-repeat;
}
.design-ab .list-design-ab .item:nth-child(4) {
  background: url("/html/style/image/thuong-mai-dien-tu.webp") no-repeat;
}
.design-ab .list-design-ab .item:nth-child(5) {
  background: url("/html/style/image/nha-hang-am-thuc.webp") no-repeat;
}
.design-ab .list-design-ab .item:nth-child(6) {
  background: url("/html/style/image/benh-vien.webp") no-repeat;
}
.design-ab .list-design-ab .item:hover::after {
  opacity: 0.3;
}
@media (max-width: 991px) {
  .design-ab {
    padding: 15px 0;
  }
  .design-ab .container {
    grid-template-columns: 100%;
    gap: 15px;
  }
  .design-ab .desc h4 {
    font-size: 18px;
    padding-bottom: 15px;
    margin: 0 0 15px;
    line-height: 1.5;
  }
  .design-ab .desc h4 span {
    font-size: 24px;
  }
  .design-ab .desc > p {
    font-size: 15px;
    text-align: center;
    line-height: 1.5;
  }
  .design-ab .list-design-ab {
    gap: 15px;
    grid-template-columns: repeat(2, calc((100% - 15px) / 2));
  }
  .design-ab .list-design-ab .item a {
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .design-ab .list-design-ab .item .icon {
    margin-bottom: 15px;
  }
}
@media (max-width: 567px) {
  .design-ab .list-design-ab {
    grid-template-columns: 100%;
  }
}

.face-share {
  padding: 15px 0;
  background-color: #f7f8fc;
}
.face-share iframe {
  width: 170px !important;
}

.container-detail .row {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
.container-detail .row .left {
  width: 100%;
}
.container-detail .row .left .title {
  line-height: 1.5;
  display: block;
  margin: 0;
  text-align: center;
  text-align: left;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.container-detail .row .left .title h1, .container-detail .row .left .title h2 {
  font-family: mon-semi;
  font-size: 24px;
  color: var(--main-color);
}
@media (max-width: 991px) {
  .container-detail .row .left .title h1, .container-detail .row .left .title h2 {
    font-size: 20px;
  }
}
.container-detail .row .left .title::before, .container-detail .row .left .title::after {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  background-color: var(--main-color);
}
.container-detail .row .left .title::before {
  width: 42px;
  bottom: 2px;
}
.container-detail .row .left .title::after {
  width: 60px;
  bottom: 6px;
}
.container-detail .row .left .title h1 {
  text-align: left;
  color: #333;
}
.container-detail .row .left .title.center {
  text-align: center;
}
.container-detail .row .left .title.center:after {
  margin-left: calc((100% - 60px) / 2);
}
.container-detail .row .left .title.center:before {
  margin-left: calc((100% - 42px) / 2);
}
.container-detail .row .left > .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container-detail .row .left > .tit .name {
  line-height: 1.5;
  display: block;
  margin: 0;
  text-align: center;
  text-align: left;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  margin-bottom: 10px;
}
.container-detail .row .left > .tit .name h1, .container-detail .row .left > .tit .name h2 {
  font-family: mon-semi;
  font-size: 24px;
  color: var(--main-color);
}
@media (max-width: 991px) {
  .container-detail .row .left > .tit .name h1, .container-detail .row .left > .tit .name h2 {
    font-size: 20px;
  }
}
.container-detail .row .left > .tit .name::before, .container-detail .row .left > .tit .name::after {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  background-color: var(--main-color);
}
.container-detail .row .left > .tit .name::before {
  width: 42px;
  bottom: 2px;
}
.container-detail .row .left > .tit .name::after {
  width: 60px;
  bottom: 6px;
}
.container-detail .row .left > .tit .name .link-customer {
  display: block;
  font-family: mon-medi;
  font-size: 14px;
  color: #333;
}
.container-detail .row .left > .tit .name .link-customer:hover {
  color: var(--main-color);
  cursor: pointer;
}
.container-detail .row .left > .tit .logo {
  width: 30%;
  display: flex;
  justify-content: right;
}
@media (max-width: 765px) {
  .container-detail .row .left > .tit {
    flex-direction: column;
  }
  .container-detail .row .left > .tit .name,
  .container-detail .row .left > .tit .logo {
    width: 100%;
  }
  .container-detail .row .left > .tit .logo {
    margin-bottom: 15px;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .container-detail .row .left > .tit .logo img {
    height: 100%;
  }
}
.container-detail .row .left .detail-content .img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.container-detail .row .right {
  width: 100%;
}
.container-detail .row .right .title {
  margin-bottom: 10px;
}
.container-detail .row .right .title h3 {
  font-family: mon-semi;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  padding: 15px;
  background: var(--main-color);
  border-radius: 3px;
  text-align: center;
}
.container-detail .row .right .side-bar {
  overflow: hidden;
  transition: all 0.35s;
  top: 0;
  position: relative;
}
.container-detail .row .right .side-bar .list-module {
  padding: 0;
  margin-bottom: 20px;
}
.container-detail .row .right .side-bar .list-module .module-item {
  margin-bottom: 10px;
}
.container-detail .row .right .side-bar .list-module .module-item a {
  font-family: mon-medi;
  font-size: 14px;
  color: #333;
  font-weight: 400;
  padding: 10px;
  padding-left: 30px;
  position: relative;
  background: #e8e8e8;
  border-radius: 5px;
  display: block;
}
.container-detail .row .right .side-bar .list-module .module-item:hover a, .container-detail .row .right .side-bar .list-module .module-item.active a {
  color: var(--main-color);
}
.container-detail .row .right .side-bar .list-module .module-item:hover svg, .container-detail .row .right .side-bar .list-module .module-item.active svg {
  fill: var(--main-color);
}
.container-detail .row .right .side-bar .list-module .ic-ar-right svg {
  position: absolute;
  top: 10px;
  left: 10px;
}
.container-detail .row .right .list-reason {
  border: 1px solid var(--main-color);
  border-radius: 5px;
  margin-bottom: 20px;
}
.container-detail .row .right .list-reason .item-reason {
  padding: 15px;
}
.container-detail .row .right .list-reason .item-reason p {
  position: relative;
  padding: 5px 0;
  padding-left: 40px;
  background: #fff;
  font-family: mon-medi;
  font-size: 14px;
  color: #333;
  text-align: justify;
}
.container-detail .row .right .list-reason .item-reason p::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  background: url(../image/icon/ic-circle-tick.png) center no-repeat;
  width: 25px;
  height: 25px;
}
@media (max-width: 567px) {
  .container-detail .row .right .list-reason .item-reason p::before {
    top: 0;
  }
}
.container-detail .row .right .list-reason .item-reason p:hover {
  color: #333;
  cursor: default;
}
@media (min-width: 768px) {
  .container-detail .row .right .block-1 {
    position: sticky;
    top: 70px;
    right: 0;
  }
}
.container-detail .row .right .form-register {
  padding: 15px;
  margin-bottom: 15px;
  background: #3d444d;
  border-radius: 15px;
  transition: transform 0.3s linear;
}
.container-detail .row .right .form-register .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 0;
}
.container-detail .row .right .form-register .tit img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.container-detail .row .right .form-register .tit span {
  font-family: mon-semi;
  font-size: 15px;
  color: #fff;
}
.container-detail .row .right .form-register .tit span span {
  color: #CC6300;
  margin-left: 5px;
}
.container-detail .row .right .form-register input,
.container-detail .row .right .form-register textarea {
  outline: none;
  border: none;
  resize: none;
  flex: 1;
  width: 100%;
  height: 38px;
  padding-left: 45px;
  border-radius: 20px;
  font-family: mon-medi;
  font-size: 14px;
  color: #333;
}
.container-detail .row .right .form-register input::placeholder,
.container-detail .row .right .form-register textarea::placeholder {
  font-family: mon-medi;
  font-size: 14px;
  color: #333;
}
.container-detail .row .right .form-register .w-50,
.container-detail .row .right .form-register .w-100 {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.container-detail .row .right .form-register .w-50 .icon,
.container-detail .row .right .form-register .w-100 .icon {
  position: absolute;
  top: 50%;
  left: 1px;
  padding: 0 10px;
  transform: translateY(-50%);
  border-right: 1px solid #d8d8d8;
  z-index: 1;
}
.container-detail .row .right .form-register .w-100 .icon {
  top: 10px;
  transform: unset;
}
.container-detail .row .right .form-register .input {
  position: relative;
}
.container-detail .row .right .form-register .input label.error {
  position: absolute;
  top: 13px;
  right: 0;
  font-family: mon-medi;
  font-size: 10px;
  color: #ff0000;
  padding-right: 5px;
}
.container-detail .row .right .form-register textarea {
  padding-top: 10px;
  height: 150px;
}
.container-detail .row .right .form-register .area {
  align-items: flex-start;
}
.container-detail .row .right .form-register button {
  outline: none;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  border: 1px solid var(--main-color);
  background: var(--color-btn-banner);
  font-family: mon-semi;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  transition: background 0.3s linear;
}
.container-detail .row .right .form-register button:hover {
  background: #fff;
  color: var(--main-color);
  border: 1px solid var(--main-color);
}
.container-detail .row .right .form-register .g-recaptcha {
  overflow: hidden;
}
.container-detail .row .right .form-register .g-recaptcha > div {
  margin: 0 auto 10px;
}
@media (min-width: 992px) {
  .container-detail .row .right .form-register.fixed {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }
}
.container-detail .row ._detail.catalog .design-web ul,
.container-detail .row ._detail .design-web ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.container-detail .row ._detail.catalog .design-web ul li,
.container-detail .row ._detail .design-web ul li {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  margin: 15px 0;
}
.container-detail .list-adc-v1 .item {
  display: flex;
  padding: 15px 0;
}
@media (max-width: 567px) {
  .container-detail .list-adc-v1 .item {
    flex-direction: column;
    padding: 0;
  }
}
.container-detail .list-adc-v1 .item .avt {
  display: block;
  width: 25%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .container-detail .list-adc-v1 .item .avt {
    width: 30%;
  }
}
@media (max-width: 567px) {
  .container-detail .list-adc-v1 .item .avt {
    width: 100%;
    margin-bottom: 15px;
  }
}
.container-detail .list-adc-v1 .item .avt img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: scale(1.15) 0.2s linear;
}
.container-detail .list-adc-v1 .item .txt {
  width: calc(75% - 25px);
  margin-left: 25px;
}
@media (max-width: 767px) {
  .container-detail .list-adc-v1 .item .txt {
    width: calc(70% - 15px);
    margin-left: 15px;
  }
}
@media (max-width: 567px) {
  .container-detail .list-adc-v1 .item .txt {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
  }
}
.container-detail .list-adc-v1 .item .txt .tit {
  font-family: mon-semi;
  font-size: 16px;
  color: #333;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .container-detail .list-adc-v1 .item .txt .tit {
    -webkit-line-clamp: 2;
  }
}
.container-detail .list-adc-v1 .item .txt .desc p {
  font-family: mon-medi;
  font-size: 14px;
  color: #333;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
@media (max-width: 767px) {
  .container-detail .list-adc-v1 .item .txt .desc p {
    -webkit-line-clamp: 3;
    text-align: justify;
  }
}
.container-detail .list-adc-v1 .item:hover .avt img {
  transform: scale(1.05);
}
.container-detail .list-adc-v1 .item:hover .txt .tit {
  color: var(--main-color);
}
@media (max-width: 991px) {
  .container-detail .row {
    flex-direction: column;
  }
  .container-detail .row .left,
  .container-detail .row .right {
    width: 100%;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .container-detail .row .left .title h2 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .container-detail .row .right {
    margin-bottom: 15px;
  }
  .container-detail .row ._detail p,
  .container-detail .row ._detail a {
    font-family: mon-medi;
    font-size: 15px;
    color: #333;
    text-align: justify;
    margin-bottom: 15px;
  }
  .container-detail .row ._detail h2 {
    font-family: mon-semi;
    font-size: 16px;
    color: var(--main-color);
    margin-bottom: 15px;
  }
  .container-detail .row ._detail h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .container-detail .row ._detail em {
    font-family: mon-medi;
    font-size: 13px;
    color: #333;
  }
  .container-detail .row ._detail .design-web ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  .container-detail .row ._detail .design-web ul li {
    width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 767px) {
  .container-detail .row ._detail p img {
    height: unset !important;
  }
  .container-detail .row ._detail .design-web ul li {
    width: 100%;
  }
  .container-detail .row ._detail .design-web ul li a {
    display: flex;
    justify-content: center;
  }
}

.title.customer {
  line-height: 1.5;
  display: block;
  margin: 0;
  text-align: center;
  text-align: left;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.title.customer h1, .title.customer h2 {
  font-family: mon-semi;
  font-size: 24px;
  color: var(--main-color);
}
@media (max-width: 991px) {
  .title.customer h1, .title.customer h2 {
    font-size: 20px;
  }
}
.title.customer::before, .title.customer::after {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  background-color: var(--main-color);
}
.title.customer::before {
  width: 42px;
  bottom: 2px;
}
.title.customer::after {
  width: 60px;
  bottom: 6px;
}

.desc-customer {
  font-family: mon-medi;
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
}
.desc-customer p {
  font-family: mon-medi;
  font-size: 16px;
  color: #333;
  text-align: justify;
}
@media (max-width: 991px) {
  .desc-customer p {
    font-size: 15px;
  }
}

.fb-like .span,
.fb-like iframe {
  width: 170px !important;
}

.hidden {
  display: none;
}

.bottom-adc {
  margin: 20px -5px 15px;
  overflow: hidden;
}
.bottom-adc .tick {
  margin: 5px;
  display: flex;
  flex-wrap: wrap;
}
.bottom-adc .tick p {
  font-family: mon-medi;
  font-size: 14px;
  color: #333;
  margin: 0 0 15px;
  padding-left: 35px;
  line-height: 25px;
  position: relative;
}
.bottom-adc .tick p a {
  color: inherit;
}
.bottom-adc .tick p svg {
  top: 1px;
  left: 0;
  position: absolute;
}
.bottom-adc .tick p:first-child {
  width: 50%;
}
@media (max-width: 767px) {
  .bottom-adc .tick p:first-child {
    width: 100%;
  }
}
.bottom-adc .tick p:last-child {
  color: var(--main-color);
}
.bottom-adc .block-bot {
  display: flex;
  margin: 5px;
  gap: 10px;
}
.bottom-adc .block-bot .bot {
  width: 50%;
}
.bottom-adc .block-bot .bot .hotline-zeros {
  border-radius: 15px;
  border: 1px solid #cdcdcd;
  box-shadow: 0 0 10px -5px #cecece;
  background: #f1f1f1;
  padding: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom-adc .block-bot .bot .hotline-zeros .avt {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--main-color);
}
.bottom-adc .block-bot .bot .hotline-zeros .avt img {
  width: 30px;
  height: 30px;
}
.bottom-adc .block-bot .bot .hotline-zeros .desc {
  width: calc(100% - 60px);
  padding-left: 15px;
  margin-bottom: 0;
}
.bottom-adc .block-bot .bot .hotline-zeros .desc p {
  font-family: mon-bold;
  font-size: 16px;
  color: #333;
  margin: 0;
  text-transform: uppercase;
  line-height: 1.5;
  text-align: left;
}
.bottom-adc .block-bot .bot .hotline-zeros .desc p:last-child {
  font-size: 16px;
  text-align: left;
  font-weight: 300;
  margin-left: -10px;
  margin-right: 0;
  overflow: hidden;
  white-space: nowrap;
}
.bottom-adc .block-bot .bot .hotline-zeros .desc p > span,
.bottom-adc .block-bot .bot .hotline-zeros .desc p a {
  font-family: mon-bold;
  font-size: 14px;
  color: var(--main-color);
  line-height: 1.5;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}
.bottom-adc .block-bot .bot .hotline-zeros .desc p a:hover {
  color: var(--hover-color);
}
.bottom-adc .block-bot .bot .click-zeros {
  border-radius: 15px;
  border: 1px solid #cdcdcd;
  box-shadow: 0 0 10px -5px #cecece;
  background: #f1f1f1;
  padding: 15px 15px;
}
.bottom-adc .block-bot .bot .click-zeros a {
  display: inline-block;
  vertical-align: top;
  font-family: mon-medi;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.5;
}
.bottom-adc .block-bot .bot .click-zeros a span {
  font-family: mon-bold;
  color: var(--main-color);
}
.bottom-adc .block-bot .bot .click-zeros a span:hover {
  color: var(--hover-color);
}
.bottom-adc .block-bot .list-address-v2 {
  width: 50%;
  border-radius: 15px;
  border: 1px solid #cdcdcd;
  box-shadow: 0 0 10px -5px #cecece;
  background: #f1f1f1;
  padding: 10px;
}
.bottom-adc .block-bot .list-address-v2 p {
  font-family: mon-medi;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  padding-left: 25px;
}
.bottom-adc .block-bot .list-address-v2 p.tit {
  font-family: mon-bold;
  font-size: 16px;
  color: var(--main-color);
  margin: 0;
  position: relative;
  margin: 3px 0;
}
.bottom-adc .block-bot .list-address-v2 p.tit strong {
  font-family: mon-bold;
}
.bottom-adc .block-bot .list-address-v2 p.tit svg {
  position: absolute;
  top: 3px;
  left: 0;
  fill: var(--main-color);
}
.bottom-adc .block-bot .list-address-v2 a {
  font-family: mon-medi;
  font-size: 13px;
  color: #333;
}
.bottom-adc .block-bot .list-address-v2 a:hover {
  color: var(--main-color);
}
@media (max-width: 991px) {
  .bottom-adc .block-bot {
    flex-direction: column;
  }
  .bottom-adc .block-bot .bot,
  .bottom-adc .block-bot .list-address-v2 {
    width: 100%;
  }
}

.title h3 {
  font-family: mon-semi;
  font-size: 24px;
  color: var(--main-color);
}
@media (max-width: 991px) {
  .title h3 {
    font-size: 20px;
  }
}

.ss-adc {
  padding: 30px 0;
}
@media (max-width: 767px) {
  .ss-adc {
    padding: 15px 0;
  }
}
.ss-adc .title h1 {
  color: #333;
  text-align: center;
  font-family: mon-semi;
  font-size: 35px;
  font-weight: 600;
}

.contact-adc {
  padding: 50px 0;
}
@media (min-width: 1200px) {
  .contact-adc {
    aspect-ratio: 1330/690;
  }
}
@media (max-width: 767px) {
  .contact-adc {
    padding: 20px 0 0 0;
    width: 100vw;
    margin-left: -10px;
    background: #F0F0F0;
  }
}
.contact-adc .title {
  color: #333;
  text-align: center;
  font-family: mon-semi;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .contact-adc .title {
    color: var(--main-color);
  }
}
.contact-adc .subtitle {
  color: #333;
  text-align: center;
  font-family: mon-semi;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .contact-adc .subtitle {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    font-family: mon-regu;
  }
}

.grid-pg-contact {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 26px;
}
@media (max-width: 990px) {
  .grid-pg-contact {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .grid-pg-contact {
    gap: 0;
  }
}
.grid-pg-contact .item:first-child {
  padding: 26px 34px;
  width: calc(38.3% - 26px);
  background: url(/html/style/bg/background-contact.webp) no-repeat center;
  background-size: cover;
  border-radius: 20px;
}
@media (max-width: 990px) {
  .grid-pg-contact .item:first-child {
    padding: 15px;
    width: 100%;
  }
}
.grid-pg-contact .item:first-child .address {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.grid-pg-contact .item:first-child .address .logo {
  width: 187px;
  height: 110px;
  margin-bottom: 15px;
}
.grid-pg-contact .item:first-child .address .logo img {
  max-width: 100%;
  max-height: 100%;
  width: initial;
  height: initial;
  object-fit: contain;
}
.grid-pg-contact .item:first-child .address .tit_contact {
  margin-bottom: 15px;
  color: #FFF;
  text-align: center;
  font-family: mon-bold;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}
.grid-pg-contact .item:first-child .address .list-address ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  position: relative;
}
.grid-pg-contact .item:first-child .address .list-address ul li .icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 51px;
  height: 51px;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid-pg-contact .item:first-child .address .list-address ul li .icon svg {
  max-width: 100%;
  max-height: 100%;
  width: initial;
  height: initial;
  object-fit: contain;
}
.grid-pg-contact .item:first-child .address .list-address ul li .icon svg path {
  fill: var(--main-color);
}
.grid-pg-contact .item:first-child .address .list-address ul li .right {
  padding-left: 65px;
}
.grid-pg-contact .item:first-child .address .list-address ul li .right .title-contact {
  color: #FFF;
  font-family: mon-semi;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.grid-pg-contact .item:first-child .address .list-address ul li .right .ic-ct-loc,
.grid-pg-contact .item:first-child .address .list-address ul li .right .ic-ct-phone,
.grid-pg-contact .item:first-child .address .list-address ul li .right .ic-ct-email {
  color: #FFF;
  font-family: mon-medi;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.grid-pg-contact .item:last-child {
  width: 61.7%;
  padding: 26px 24px;
  border-radius: 20px;
  background: #F0F0F0;
}
@media (max-width: 990px) {
  .grid-pg-contact .item:last-child {
    padding: 15px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .grid-pg-contact .item:last-child {
    padding: 10px;
    border-radius: 0;
  }
}
.grid-pg-contact .item .form_contact .form-cs {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 17px;
}
@media (max-width: 991px) {
  .grid-pg-contact .item .form_contact .form-cs {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .grid-pg-contact .item .form_contact .form-cs {
    gap: 10px;
  }
}
.grid-pg-contact .item .form_contact .form-cs .w-50 {
  position: relative;
  width: 100%;
  height: 54px;
}
.grid-pg-contact .item .form_contact .form-cs .w-50 .icon {
  position: absolute;
  top: 50%;
  left: 10px;
  padding: 0 10px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .grid-pg-contact .item .form_contact .form-cs .w-50 {
    width: 100%;
  }
}
.grid-pg-contact .item .form_contact .form-cs .w-50 input {
  padding-left: 60px;
  font-weight: 400;
  font-family: mon-regu;
  font-size: 16px;
  color: #333;
}
.grid-pg-contact .item .form_contact .form-cs .w-100 {
  width: 100%;
  height: 152px;
  position: relative;
}
.grid-pg-contact .item .form_contact .form-cs .w-100 .icon {
  position: absolute;
  top: 15px;
  left: 10px;
  padding: 0 10px;
}
.grid-pg-contact .item .form_contact .form-cs .w-100 textarea {
  padding-left: 60px;
  font-weight: 400;
  font-family: mon-regu;
  font-size: 16px;
  color: #333;
}
.grid-pg-contact .item .form_contact .form-cs .recaptcha {
  width: 100%;
}
.grid-pg-contact .item .form_contact .form-cs .recaptcha .g-recaptcha > div {
  margin: auto;
}
.grid-pg-contact .item .form_contact .form-cs input, .grid-pg-contact .item .form_contact .form-cs textarea {
  width: 100%;
  height: 100%;
  outline: none;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
}
.grid-pg-contact .item .form_contact .form-cs input::placeholder, .grid-pg-contact .item .form_contact .form-cs textarea::placeholder {
  font-family: mon-medi;
  font-size: 15px;
  color: #333;
}
.grid-pg-contact .item .form_contact .form-cs textarea {
  resize: none;
  padding-top: 15px;
}
.grid-pg-contact .item .form_contact .form-cs .button {
  display: flex;
  border-radius: 27.315px;
  border: 1px solid var(--main-color);
  background: var(--main-color);
  overflow: hidden;
  transition: background 0.5s linear;
}
.grid-pg-contact .item .form_contact .form-cs .button button {
  cursor: pointer;
  color: #FFF5F5;
  font-family: mon-bold;
  background: transparent;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.grid-pg-contact .item .form_contact .form-cs .button button {
  padding: 12px 27px 12px;
  border: 0;
}
@media (max-width: 767px) {
  .grid-pg-contact .item .form_contact .form-cs .button button {
    padding: 10px 27px 10px;
  }
}
.grid-pg-contact .item .form_contact .form-cs .button:hover {
  background: #fff;
  border-color: var(--main-color);
}
.grid-pg-contact .item .form_contact .form-cs .button:hover button {
  color: var(--main-color);
}
.grid-pg-contact .item .form_contact .form-cs .button:hover button svg path {
  stroke: var(--main-color);
}
.grid-pg-contact .item .form_contact .form-cs .error {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: transparent;
  padding-right: 10px;
  font-family: mon-medi;
  font-size: 11px;
  color: var(--main-color);
}
.grid-pg-contact .item .form_contact .form-cs {
  width: 100%;
}
@media (max-width: 991px) {
  .grid-pg-contact {
    display: flex;
    flex-direction: column-reverse;
  }
  .grid-pg-contact .item {
    padding: 0;
  }
  .grid-pg-contact .item:first-child {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .grid-pg-contact .item:first-child {
    margin-bottom: 0;
    border-radius: 0;
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .grid-pg-contact .item:first-child .map_contact,
  .grid-pg-contact .item:first-child .address {
    width: 100%;
  }
  .grid-pg-contact .item:first-child .map_contact {
    margin-top: 15px;
  }
  .grid-pg-contact .item:first-child .map_contact iframe {
    height: 500px;
  }
  .grid-pg-contact .item:last-child {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .grid-pg-contact .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .grid-pg-contact .item:last-child .recaptcha {
    margin-bottom: 0;
  }
}

.list-address > ul {
  list-style: none;
  margin: 0;
  max-height: 100%;
  overflow: auto;
}
.list-address > ul > li {
  padding: 10px 5px 10px;
}

.profession .title,
.related-news .title {
  line-height: 1.5;
  display: block;
  margin: 0;
  text-align: center;
  text-align: left;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.profession .title h1, .profession .title h2,
.related-news .title h1,
.related-news .title h2 {
  font-family: mon-semi;
  font-size: 24px;
  color: var(--main-color);
}
@media (max-width: 991px) {
  .profession .title h1, .profession .title h2,
  .related-news .title h1,
  .related-news .title h2 {
    font-size: 20px;
  }
}
.profession .title::before, .profession .title::after,
.related-news .title::before,
.related-news .title::after {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  background-color: var(--main-color);
}
.profession .title::before,
.related-news .title::before {
  width: 42px;
  bottom: 2px;
}
.profession .title::after,
.related-news .title::after {
  width: 60px;
  bottom: 6px;
}
.profession .title h2,
.related-news .title h2 {
  color: #333 !important;
}
.profession .list-item,
.related-news .list-item {
  display: flex;
  flex-wrap: wrap;
}
.profession .list-item .item,
.related-news .list-item .item {
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
  margin-bottom: 10px;
}
.profession .list-item .item:nth-child(4n+4),
.related-news .list-item .item:nth-child(4n+4) {
  margin-right: 0;
}
.profession .list-item .item .img,
.related-news .list-item .item .img {
  display: block;
  overflow: hidden;
  aspect-ratio: 219/146;
}
.profession .list-item .item .img img,
.related-news .list-item .item .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: scale(1.05) 0.3s linear;
}
.profession .list-item .item .txt,
.related-news .list-item .item .txt {
  padding: 5px 0;
  display: block;
}
.profession .list-item .item .txt p,
.related-news .list-item .item .txt p {
  font-family: mon-medi;
  font-size: 14px;
  color: #333;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.profession .list-item .item:hover .img img,
.related-news .list-item .item:hover .img img {
  transform: scale(1.05);
}
.profession .list-item .item:hover .txt p,
.related-news .list-item .item:hover .txt p {
  color: var(--main-color);
}
@media (max-width: 767px) {
  .profession .list-item .item,
  .related-news .list-item .item {
    width: calc((100% - 30px) / 3);
    margin-right: 15px;
  }
  .profession .list-item .item:nth-child(4n+4),
  .related-news .list-item .item:nth-child(4n+4) {
    margin-right: 15px;
  }
  .profession .list-item .item:nth-child(3n+3),
  .related-news .list-item .item:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (max-width: 567px) {
  .profession .list-item .item,
  .related-news .list-item .item {
    width: calc((100% - 15px) / 2);
  }
  .profession .list-item .item:nth-child(4n+4),
  .related-news .list-item .item:nth-child(4n+4) {
    margin-right: 15px;
  }
  .profession .list-item .item:nth-child(3n+3),
  .related-news .list-item .item:nth-child(3n+3) {
    margin-right: 15px;
  }
  .profession .list-item .item:nth-child(2n+2),
  .related-news .list-item .item:nth-child(2n+2) {
    margin-right: 0;
  }
}

.related-news .news-flex {
  margin: 0;
}

.list-customer .title {
  line-height: 1.5;
  display: block;
  margin: 0;
  text-align: center;
  text-align: left;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.list-customer .title h1, .list-customer .title h2 {
  font-family: mon-semi;
  font-size: 24px;
  color: var(--main-color);
}
@media (max-width: 991px) {
  .list-customer .title h1, .list-customer .title h2 {
    font-size: 20px;
  }
}
.list-customer .title::before, .list-customer .title::after {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  background-color: var(--main-color);
}
.list-customer .title::before {
  width: 42px;
  bottom: 2px;
}
.list-customer .title::after {
  width: 60px;
  bottom: 6px;
}
.list-customer .list-module {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}
.list-customer .list-module li {
  display: block;
  padding: 7.5px 12px;
  border: 1px solid var(--main-color);
  border-radius: 25px;
  transition: background 0.3s linear;
}
.list-customer .list-module li a {
  font-family: mon-medi;
  font-size: 13px;
  color: #333;
}
.list-customer .list-module li.active, .list-customer .list-module li:hover {
  background: var(--main-color);
}
.list-customer .list-module li.active a, .list-customer .list-module li:hover a {
  color: #fff;
}
@media (max-width: 767px) {
  .list-customer .list-module {
    flex-wrap: nowrap;
    overflow: auto;
    justify-content: flex-start;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .list-customer .list-module::-webkit-scrollbar {
    display: none;
  }
  .list-customer .list-module li {
    white-space: nowrap;
  }
}
.list-customer .list-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 15px;
}
.list-customer .list-content .item {
  width: calc((100% - 80px) / 5);
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #d8d8d8;
}
.list-customer .list-content .item .avt {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.list-customer .list-content .item .avt img {
  max-width: 100%;
  max-height: 100%;
  transition: scale(1.05) 0.3s linear;
}
.list-customer .list-content .item .txt p {
  padding-top: 15px;
}
.list-customer .list-content .item .txt p a {
  font-family: mon-medi;
  font-size: 14px;
  color: #333;
  text-align: center;
  display: block;
  transition: color 0.3s linear;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.list-customer .list-content .item:hover .avt img {
  transform: scale(1.05);
}
.list-customer .list-content .item:hover .txt p a {
  color: var(--main-color);
}
@media (max-width: 991px) {
  .list-customer .list-content {
    gap: 15px;
    margin-bottom: 15px;
  }
  .list-customer .list-content .item {
    width: calc((100% - 45px) / 4);
  }
}
@media (max-width: 767px) {
  .list-customer .list-content .item {
    width: calc((100% - 30px) / 3);
  }
  .list-customer .list-content .item .txt p a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
  }
}
@media (max-width: 567px) {
  .list-customer .list-content .item {
    width: calc((100% - 15px) / 2);
  }
}

.document-content .item-doc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
}
.document-content .item-doc:last-child {
  border-bottom: 0;
}
.document-content .item-doc a {
  font-family: mon-regu;
  font-size: 15px;
  color: #333;
}
@media (max-width: 767px) {
  .document-content .item-doc a {
    font-size: 14px !important;
  }
}
.document-content .item-doc a:hover {
  color: var(--main-color);
}
.document-content .item-doc .title {
  position: relative;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: flex;
  gap: 10px;
}
.document-content .item-doc .title span {
  padding-top: 10px;
}
.document-content .item-doc .download {
  display: flex;
  gap: 10px;
  align-items: center;
  border: 1px solid var(--main-color);
  padding: 7.5px 15px 7.5px 15px;
  border-radius: 5px;
  transition: background 0.3s linear;
  position: relative;
  min-width: 120px;
}
@media (max-width: 767px) {
  .document-content .item-doc .download {
    font-size: 0 !important;
    position: absolute;
    top: 17px;
    right: 0;
    gap: 0;
    width: 31px;
    min-width: initial;
    padding: 0;
    height: 31px;
    align-items: center;
    justify-content: center;
  }
}
.document-content .item-doc .download svg {
  fill: var(--main-color);
}
.document-content .item-doc .download:hover {
  background: var(--main-color);
  color: #fff;
}
.document-content .item-doc .download:hover svg {
  fill: #fff;
}

.video .title .desc {
  font-family: mon-medi;
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
}
.video .list-video {
  display: flex;
  gap: 15px;
  padding: 40px 0 50px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 20px;
}
.video .list-video .left {
  width: calc(65% - 15px);
}
.video .list-video .left .avt {
  width: 100%;
  margin-bottom: 15px;
  aspect-ratio: 16/9;
}
.video .list-video .left .avt iframe {
  width: 100%;
  display: block;
  height: 100%;
}
.video .list-video .left .desc h3, .video .list-video .left .desc h1 {
  font-family: mon-medi;
  font-size: 18px;
  color: #333;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin-bottom: 5px;
  text-align: left;
}
.video .list-video .left .desc .date {
  font-family: mon-medi;
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
  text-align: left;
}
.video .list-video .right {
  width: 35%;
}
.video .list-video .right .video-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  gap: 15px;
}
.video .list-video .right .video-item:last-child {
  margin-bottom: 0;
}
.video .list-video .right .video-item .avt {
  width: 40%;
  overflow: hidden;
  display: block;
  aspect-ratio: 16/9;
}
.video .list-video .right .video-item .avt img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.video .list-video .right .video-item .desc {
  width: 60%;
}
.video .list-video .right .video-item .desc h3 a {
  font-family: mon-medi;
  font-size: 14px;
  color: #333;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin-bottom: 15px;
  text-align: left;
}
.video .list-video .right .video-item .desc h3:hover a {
  color: var(--main-color);
}
.video .list-video .right .video-item .desc .date {
  font-family: mon-medi;
  font-size: 14px;
  color: #333;
  text-align: left;
}
.video .list-video .right .video-item:hover .avt img {
  transform: scale(1.05);
}
.video .video-other {
  margin-bottom: 20px;
}
.video .video-other .video-item .avt {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16/9;
  width: 100%;
}
.video .video-other .video-item .avt img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.video .video-other .video-item .desc h3 {
  font-family: mon-medi;
}
.video .video-other .video-item .desc h3 a {
  font-family: mon-medi;
  font-size: 16px;
  color: #333;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin-bottom: 5px;
  text-align: left;
}
.video .video-other .video-item .desc h3:hover a {
  color: var(--main-color);
}
.video .video-other .video-item .desc .date {
  font-family: mon-medi;
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
  text-align: left;
}
@media (max-width: 991px) {
  .video .list-video {
    padding: 15px 0;
    margin-bottom: 15px;
  }
  .video .list-video .left .desc h3 a {
    font-size: 16px;
  }
  .video .list-video .right .video-item .desc h3 a {
    margin-bottom: 5px;
  }
  .video .list-video .right .video-item .desc .date {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .video .list-video {
    flex-direction: column;
  }
  .video .list-video .left,
  .video .list-video .right {
    width: 100%;
  }
}

.video.video-detail .list-video {
  border-bottom: 0;
  padding: 40px 0 30px;
}
@media (max-width: 991px) {
  .video.video-detail .list-video {
    padding: 15px 0;
  }
}
@media (min-width: 768px) {
  .video.video-detail .right {
    height: 478px;
    overflow: auto;
  }
}

.list-qa .title {
  text-align: left;
}
.list-qa .qa-desc {
  font-family: mon-medi;
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
}
.list-qa .container .list-module {
  display: flex;
  margin-bottom: 15px;
}
.list-qa .container .list-module .module-item {
  border: 1px solid var(--main-color);
  margin-right: 15px;
  padding: 10px 20px;
  min-width: 110px;
  text-align: center;
  font-family: mon-medi;
  font-size: 14px;
  color: var(--main-color);
  transition: background 0.3s linear;
  cursor: pointer;
  border-radius: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.list-qa .container .list-module .module-item svg {
  fill: var(--main-color);
}
.list-qa .container .list-module .module-item:hover, .list-qa .container .list-module .module-item.active {
  background: var(--main-color);
  color: #fff;
}
.list-qa .container .list-module .module-item:hover svg, .list-qa .container .list-module .module-item.active svg {
  fill: #fff;
}

.qa-section .qa-item {
  height: 0;
  opacity: 0;
  pointer-events: none;
  transition: height 0.3s linear, opacity 0.3s linear;
}
.qa-section .qa-item.active {
  height: auto;
  opacity: 1;
  pointer-events: all;
}
.qa-section .qa-item .module {
  padding: 10px 0;
  cursor: pointer;
}
.qa-section .qa-item .module .name {
  font-family: mon-semi;
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  padding-left: 35px;
  position: relative;
}
.qa-section .qa-item .module .name svg {
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
}
.qa-section .qa-item .module .name svg path {
  stroke: var(--main-color);
}
.qa-section .qa-item .module .name:hover {
  color: var(--main-color);
}
.qa-section .qa-item .module .desc {
  font-family: mon-medi;
  font-size: 14px;
  color: #333;
  display: none;
  padding-left: 35px;
}
.qa-section .qa-item .module .desc p,
.qa-section .qa-item .module .desc strong {
  font-family: mon-medi;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  text-align: justify;
}

.footer-top {
  border-bottom: 1px solid #d8d8d8;
  background: #f4f4f4;
}
@media (min-width: 1200px) {
  .footer-top {
    height: 110px;
  }
}
.footer-top .gird-ft-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
}
.footer-top .gird-ft-top .item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer-top .gird-ft-top .item .avt {
  width: 50px;
  aspect-ratio: 1;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.footer-top .gird-ft-top .item .avt img {
  max-height: 100%;
  max-width: 100%;
  width: initial;
  height: initial;
  object-fit: contain;
}
.footer-top .gird-ft-top .item .desc {
  width: calc(100% - 65px);
}
.footer-top .gird-ft-top .item p,
.footer-top .gird-ft-top .item a {
  font-size: 14px;
  font-family: mon-medi;
  color: #333;
}
.footer-top .gird-ft-top .item a {
  font-family: mon-semi;
  margin-bottom: 5px;
  font-size: 16px;
}
.footer-top .gird-ft-top .item a:hover {
  color: var(--main-color);
}

footer {
  position: relative;
  background: #f4f4f4;
  padding: 40px 0;
}
@media (min-width: 1200px) {
  footer {
    height: 340px;
  }
}
@media (max-width: 991px) {
  footer {
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  footer {
    height: 858px;
  }
}
footer .grid-ft {
  display: grid;
  grid-template-columns: 45% 15% 15% 25%;
}
footer .grid-ft .item:first-child {
  padding-right: 30px;
}
footer .grid-ft .item:nth-child(2) {
  padding-left: 30px;
}
footer .grid-ft .item .tit {
  font-family: mon-semi;
  font-size: 16px;
  color: var(--main-color);
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  footer .grid-ft .item .tit {
    margin-bottom: 15px;
    font-size: 15px;
  }
}
footer .grid-ft .item .list-info p {
  position: relative;
  padding-left: 25px;
  font-family: mon-medi;
  font-size: 13px;
  color: #333;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  footer .grid-ft .item .list-info p {
    font-size: 14px;
  }
}
footer .grid-ft .item .list-info p i {
  color: var(--main-color);
  position: absolute;
  left: 0;
  top: 6px;
}
footer .grid-ft .item .list-info p svg {
  position: absolute;
  left: 0;
  top: 6px;
  fill: var(--main-color);
}
footer .grid-ft .item .list-info p a {
  font-family: mon-medi;
  font-size: 13px;
  color: #333;
}
@media (max-width: 767px) {
  footer .grid-ft .item .list-info p a {
    font-size: 14px;
  }
}
footer .grid-ft .item .list-info p a:hover {
  color: var(--main-color);
}
footer .grid-ft .item .list-item {
  display: flex;
  flex-direction: column;
}
footer .grid-ft .item .list-item a {
  font-family: mon-medi;
  font-size: 13px;
  color: #333;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  footer .grid-ft .item .list-item a {
    font-size: 14px;
  }
}
footer .grid-ft .item .list-item a:hover {
  color: var(--main-color);
}
footer .grid-ft .item .list p {
  font-family: mon-medi;
  font-size: 13px;
  color: #333;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  footer .grid-ft .item .list p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  footer .grid-ft {
    grid-template-columns: 50% auto;
    gap: 15px;
  }
  footer .grid-ft .item:first-child {
    padding-right: 0;
  }
  footer .grid-ft .item:nth-child(2) {
    padding-left: 0;
  }
  footer .grid-ft .item:last-child {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  footer .grid-ft {
    display: flex;
    flex-wrap: wrap;
  }
  footer .grid-ft .item:first-child {
    width: 100%;
  }
  footer .grid-ft .item:nth-child(2) {
    width: 40%;
  }
  footer .grid-ft .item:nth-child(3) {
    width: calc(60% - 15px);
  }
  footer .grid-ft .item:last-child {
    width: 100%;
  }
}
footer .frm-footer {
  width: 100%;
}
footer .frm-footer .input {
  height: 40px;
  width: 300px;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 1050px) {
  footer .frm-footer .input {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 15px;
  }
}
footer .frm-footer .input input {
  height: 100%;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #d1d1d1;
  padding-left: 15px;
  outline: none;
}
footer .frm-footer .input button {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  background: var(--main-color);
  position: absolute;
  right: 3px;
  top: 3px;
  transition: background 0.3s linear;
}
footer .frm-footer .input button svg {
  fill: #fff;
  margin-top: 3px;
}
footer .frm-footer .input button:hover {
  background: #fff;
  cursor: pointer;
}
footer .frm-footer .input button:hover svg {
  fill: var(--main-color);
}
footer .frm-footer .error {
  font-family: mon-medi;
  font-size: 13px;
  color: var(--main-color);
  padding-left: 10px;
}
footer .frm-footer p {
  font-size: 13px;
  font-family: mon-medi;
  color: #333;
  line-height: 1.5;
}
footer .list-social {
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  background: #f4f4f4;
  z-index: 10;
  transition: border 0.3s linear;
}
footer .list-social .img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #d8d8d8;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: background 0.3s linear;
}
footer .list-social .img svg {
  height: 20px;
  width: 20px;
  fill: var(--main-color);
  transition: fill 0.5s linear, transform 0.3s linear;
}
footer .list-social .img:hover {
  border-color: var(--main-color);
}
footer .list-social .img:hover svg {
  transform: scale(1.15);
  fill: var(--main-color);
}

.footer-bot {
  background: #f4f4f4;
  padding: 30px 0;
  position: relative;
  border-top: 1px solid #d8d8d8;
}
@media (min-width: 1200px) {
  .footer-bot {
    height: 84px;
  }
}
.footer-bot p {
  font-size: 13px;
  font-family: mon-medi;
  text-align: center;
}

.recaptcha {
  margin-bottom: 10px;
  display: flex;
  overflow: hidden;
}
.recaptcha .g-recaptcha {
  margin: 0 auto;
}

.alrt-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 999;
  top: 0;
  left: 0;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
.alrt-popup.show {
  opacity: 1;
  filter: alpha(opacity=100);
  pointer-events: all;
  display: flex !important;
}
.alrt-popup .wapper {
  background: #fff;
  width: 320px;
  border-radius: 10px;
  overflow: hidden;
}
.alrt-popup .wapper .main {
  padding: 15px;
  text-align: center;
}
.alrt-popup .wapper .title {
  background: var(--main-color);
  color: #fff;
  text-align: center;
  font-weight: 400;
  padding: 15px 10px;
  margin-bottom: 0;
}
.alrt-popup .wapper .close-alrt {
  text-align: center;
  margin: 0 auto 10px auto;
  border: 2px solid var(--main-color);
  padding: 5px 15px;
  cursor: pointer;
  width: 205px;
  height: 38px;
  border-radius: 20px;
  color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.alrt-popup.success .wapper .title {
  background: #1877f2;
}
.alrt-popup.success .wapper .close-alrt {
  display: none;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 990;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.3s ease;
}
.overlay.show {
  opacity: 1;
  filter: alpha(opacity=100);
  pointer-events: all;
  display: flex !important;
}

.menu-fixed-product {
  display: none;
}

.menu-fix-right {
  display: none;
}

.load.text-center {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 201;
}
.load.text-center.show {
  display: flex !important;
}
.load.text-center:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.load.text-center p {
  color: #fff;
  z-index: 2;
}
.load.text-center img {
  z-index: 2;
  width: 100px;
}

.detail-content h2,
.detail-content h3,
.detail-content h4,
.detail-content h5,
.detail-content h6 {
  margin-bottom: 10px;
  line-height: 1.5;
  color: var(--main-color);
}
.detail-content h2,
.detail-content h3,
.detail-content h4 {
  font-family: mon-semi;
}
.detail-content h2 {
  font-size: 20px;
}
@media (max-width: 767px) {
  .detail-content h2 {
    font-size: 16px;
  }
}
.detail-content h3 {
  font-size: 16px;
}
.detail-content h4 {
  font-size: 15px;
}
.detail-content p {
  font-size: 15px !important;
  font-family: mon-medi;
  line-height: 1.7;
  margin-bottom: 10px;
  margin-top: 0;
}
.detail-content p a {
  color: -webkit-link;
}
.detail-content p a:hover {
  color: var(--main-color);
}
.detail-content strong {
  font-family: mon-bold;
}
.detail-content ul,
.detail-content ol {
  margin-bottom: 10px;
  padding-left: 25px;
}
.detail-content ul li,
.detail-content ol li {
  font-size: 15px;
  padding-bottom: 5px;
  line-height: 1.5;
  color: #333;
  font-family: mon-medi;
}
.detail-content ul li:last-child,
.detail-content ol li:last-child {
  padding-bottom: 0;
}
.detail-content ul li::marker,
.detail-content ol li::marker {
  color: #333;
}
.detail-content ul {
  list-style-type: disc;
}
.detail-content ul li {
  list-style-type: disc;
  color: #333;
}
.detail-content ol {
  list-style-type: decimal;
}
.detail-content ol li {
  list-style-type: decimal;
}
.detail-content .image-center {
  margin-bottom: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.detail-content .image-center figcaption {
  font-family: mon-medi;
  font-size: 14px;
  color: #333;
  padding: 5px 0;
  font-style: italic;
}
@media (max-width: 767px) {
  .detail-content .image-center figure {
    margin: 0;
    width: 100%;
  }
  .detail-content .image-center figure figcaption {
    padding: 10px;
  }
}
.detail-content .image-right {
  margin: 0;
  margin-bottom: 15px;
  margin-left: 15px;
  display: flex;
  align-items: end;
  justify-content: center;
  flex-direction: column;
  float: right;
}
.detail-content .image-right figcaption {
  background: #f1f1f1;
  padding: 5px 0;
  font-style: italic;
}
@media (max-width: 767px) {
  .detail-content .image-right {
    margin-left: 0;
  }
  .detail-content .image-right figure {
    margin: 0;
    width: 100%;
  }
  .detail-content .image-right figure figcaption {
    padding: 10px;
  }
}
.detail-content .image-left {
  margin: 0;
  margin-bottom: 15px;
  margin-right: 15px;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}
.detail-content .image-left figcaption {
  background: #f1f1f1;
  padding: 5px 0;
  font-style: italic;
}
@media (max-width: 767px) {
  .detail-content .image-left {
    margin-left: 0;
  }
  .detail-content .image-left figure {
    margin: 0;
    width: 100%;
  }
  .detail-content .image-left figure figcaption {
    padding: 10px;
  }
}
.detail-content a {
  text-decoration: underline;
}
.detail-content a:hover {
  color: #CC6300;
}
.detail-content img {
  max-width: 100%;
  height: initial !important;
}
.detail-content table {
  margin-bottom: 10px;
  border-collapse: collapse;
  width: 100%;
}
.detail-content table tr th {
  line-height: 1;
  font-family: mon-medi;
  font-weight: 400;
  font-size: 15px;
  color: #333;
  border: 1px solid #dbdbdb;
  border-top-color: var(--main-color);
}
.detail-content table tr th:first-child {
  border-left-color: var(--main-color);
}
.detail-content table tr th:last-child {
  border-right-color: var(--main-color);
}
.detail-content table tr th,
.detail-content table tr td {
  font-size: 15px;
  line-height: 1.5;
  padding: 5px;
}
.detail-content table.table {
  border: none;
}
.detail-content table.table td {
  border: 1px solid #d7d7d7;
  padding: 10px;
  font-size: 15px;
  font-family: mon-medi;
  white-space: nowrap;
}
.detail-content table.table tr:first-child td {
  border: none;
  background: var(--main-color);
  border: 1px solid #f2f2f2;
  font-weight: 700;
  color: #fff;
}
.detail-content table.table tr:nth-of-type(odd) {
  background: #fff;
}
.detail-content table.table-image {
  border: 1px solid #d8d8d8;
  border-collapse: collapse;
}
.detail-content table.table-image tr td {
  border-collapse: collapse;
  border: 1px solid #d7d7d7;
  vertical-align: top;
}
.detail-content table.table-image tr td img {
  margin-top: 15px;
}
.detail-content iframe {
  max-width: 100%;
}
.detail-content .iframe_video {
  margin-bottom: 15px;
}
.detail-content .iframe_video iframe,
.detail-content .iframe_video video {
  width: 100%;
  height: 100%;
}

.document table {
  border: 0 !important;
}
.document table tr td:first-child {
  width: 40px;
}
.document table tr a {
  font-family: spd;
  font-size: 15px;
  color: #333;
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #d8d8d8;
}

::-webkit-scrollbar-thumb {
  background: var(--main-color);
  border-radius: 5px;
}

.page {
  display: flex;
  justify-content: center;
  margin: 15px 0;
  flex-wrap: wrap;
  row-gap: 10px;
}
.page a,
.page span {
  width: 40px;
  height: 40px;
  font-family: mon-medi;
  font-size: 15px;
  color: var(--main-color);
  margin-right: 10px;
  border: 1px solid var(--main-color);
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page a svg,
.page span svg {
  fill: var(--main-color);
}
.page a:hover, .page a.active-page,
.page span:hover,
.page span.active-page {
  background: var(--main-color);
  color: #fff;
}
.page a:hover svg, .page a.active-page svg,
.page span:hover svg,
.page span.active-page svg {
  fill: #fff;
}
.page a.hidden,
.page span.hidden {
  display: none;
}

.detail-ser h1 {
  font-family: mon-semi;
  font-size: 18px;
  color: #333;
}
.detail-ser .result-search .item {
  padding: 20px 0;
  border-bottom: 1px solid #d8d8d8;
}
.detail-ser .result-search .item:last-child {
  border-bottom: 0;
}
.detail-ser .result-search .item .module {
  font-family: mon-medi;
  font-size: 13px;
  color: #fff;
  background-color: var(--main-color);
  padding: 2px 10px;
  border-radius: 5px;
  display: inline-block;
  width: max-content;
}
.detail-ser .result-search .item p {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 5px;
}
.detail-ser .result-search .item p > a {
  font-family: mon-medi;
  font-size: 15px;
  font-style: italic;
  color: #333;
}
.detail-ser .result-search .item p > a:hover {
  color: #CC6300;
}
.detail-ser .result-search .item .col-title-time {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  margin-bottom: 5px;
  position: relative;
}
.detail-ser .result-search .item .col-title-time .time {
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
}
.detail-ser .result-search .item .col-title-time h3 {
  padding-left: 85px;
}
.detail-ser .result-search .item h3 a {
  font-family: mon-medi;
  font-size: 15px;
  color: #333;
}
.detail-ser .result-search .item h3:hover a {
  color: var(--main-color);
}
.detail-ser .result-search .item .time {
  font-family: mon-medi;
  font-size: 12px;
  color: #333;
  font-style: italic;
}
.detail-ser .result-search .item .time i {
  color: var(--main-color);
}
.detail-ser .result-search .item ._desc p {
  font-family: mon-medi;
  font-size: 14px;
  color: #333;
}
@media (max-width: 767px) {
  .detail-ser .item h3 {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
  }
  .detail-ser .item p a {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
  }
  .detail-ser .item ._desc p {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
  }
}

#notfound {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
@media (max-width: 767px) {
  #notfound {
    padding: 15px 0;
  }
}
#notfound .notfound {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#notfound .notfound .notfound-404 {
  text-align: center;
}
#notfound .notfound .notfound-404 h1,
#notfound .notfound .notfound-404 span {
  font-family: mon-semi;
  font-size: 100px;
  color: var(--main-color);
}
#notfound .notfound h2,
#notfound .notfound p,
#notfound .notfound a {
  text-align: center;
}
#notfound .notfound h2 {
  font-family: mon-semi;
  font-size: 30px;
  color: var(--main-color);
  margin-bottom: 20px;
}
#notfound .notfound p {
  margin-bottom: 15px;
  font-family: mon-semi;
  font-size: 16px;
  color: #333;
}
#notfound .notfound a {
  font-family: mon-semi;
  font-size: 16px;
  color: #fff;
  background-color: var(--main-color);
  padding: 15px;
  border-radius: 5px;
  transition: background 0.5s linear;
  border: 1px solid var(--main-color);
  max-width: 250px;
}
#notfound .notfound a:hover {
  background-color: #fff;
  color: var(--main-color);
}
@media (max-width: 767px) {
  #notfound .notfound .notfound-404 {
    font-size: 50px;
  }
  #notfound .notfound h2 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #notfound .notfound p,
  #notfound .notfound a {
    font-size: 15px;
  }
}

.viewmucluc1.muclucparent {
  padding: 0;
  margin-bottom: 10px;
  background: #fff;
  position: fixed;
  top: 20%;
  left: 6px;
  z-index: 11;
  border-radius: 5px;
  overflow: hidden;
}
.viewmucluc1.muclucparent a {
  text-decoration: none;
}
@media (min-width: 1800px) {
  .viewmucluc1.muclucparent {
    top: 50%;
    left: calc((100vw - 1360px) / 2 - 135px);
    width: 140px;
    height: unset;
  }
}
.viewmucluc1.muclucparent .tit {
  padding: 10px;
  background: var(--main-color);
  color: #fff;
  border-radius: 5px;
  width: 37px;
  height: 37px;
  border: 1px solid var(--main-color);
  transition: background 0.3s linear;
  cursor: pointer;
}
@media (max-width: 1600px) {
  .viewmucluc1.muclucparent .tit {
    padding: 5px;
    display: flex;
    justify-content: center;
  }
}
.viewmucluc1.muclucparent .tit .mucluc {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1600px) {
  .viewmucluc1.muclucparent .tit .mucluc {
    font-size: 0;
    gap: 0;
  }
}
.viewmucluc1.muclucparent .tit svg {
  fill: #fff;
}
.viewmucluc1.muclucparent .tit a {
  font-family: mon-medi;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}
.viewmucluc1.muclucparent .tit:hover {
  background: #fff;
  color: var(--main-color);
}
.viewmucluc1.muclucparent .tit:hover svg {
  fill: var(--main-color);
}
.viewmucluc1.muclucparent .tit:hover a {
  color: var(--main-color);
}
@media (min-width: 1800px) {
  .viewmucluc1.muclucparent .tit {
    width: 140px;
    height: unset;
  }
}
.viewmucluc1.muclucparent ul {
  padding: 10px;
}
.viewmucluc1.muclucparent ul li a {
  font-family: mon-medi;
  font-size: 13px;
  color: #333;
  margin-bottom: 5px;
}
.viewmucluc1.muclucparent.active {
  width: 300px;
  height: unset;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.viewmucluc1.muclucparent.active .muclucchild {
  display: block !important;
}
.viewmucluc1.muclucparent.active .muclucchild li {
  list-style: none !important;
}
.viewmucluc1.muclucparent.active .tit {
  border-radius: 0;
  width: unset;
  height: unset;
  justify-content: start;
}
.viewmucluc1.muclucparent.active .tit .mucluc {
  font-size: 14px;
  color: #fff;
  gap: 10px;
}
.viewmucluc1.muclucparent.active .tit:hover {
  background: #fff;
}
.viewmucluc1.muclucparent.active .tit:hover .mucluc {
  color: var(--main-color);
}
.viewmucluc1.muclucparent.active .tit:hover a {
  color: var(--main-color);
}
@media (min-width: 992px) {
  .viewmucluc1.muclucparent.active .tit {
    padding: 10px;
  }
  .viewmucluc1.muclucparent.active .tit a i {
    padding: 0;
  }
}
.viewmucluc1.muclucparent .table-of-content {
  max-height: 200px;
  overflow-y: auto;
  padding-right: 3px;
}
.viewmucluc1.muclucparent .table-of-content .tbl-h2 {
  font-weight: bold;
}
.viewmucluc1.muclucparent .table-of-content .tbl-h4 {
  padding-left: 20px;
}
.viewmucluc1.muclucparent .table-of-content .tbl-h3 {
  padding-left: 10px;
  font-style: italic;
}
.viewmucluc1.muclucparent .table-of-content li {
  list-style-type: none;
  background: #fff;
  color: #333;
  font-size: 15px;
}

#fb-root,
.fb_reset {
  height: 0 !important;
  overflow: hidden;
}

.popup-img {
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s ease;
}
.popup-img .ifr-tv {
  width: 900px;
  height: initial;
  margin: auto;
  top: 0;
  max-width: calc(100% - 30px);
  z-index: 103;
  position: relative;
}
.popup-img .ifr-tv img {
  width: 100%;
}
.popup-img .bgblack {
  z-index: 102;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}
.popup-img .close-pu {
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  z-index: 1000;
}
.popup-img .close-pu:before {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup-img .close-pu:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup-img.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.grecaptcha-badge {
  opacity: 0;
  pointer-events: none;
}

.w__optimize {
  margin: 50px 0;
}
@media (max-width: 767px) {
  .w__optimize {
    margin: 20px 0;
  }
}
.w__optimize .title {
  text-align: center;
  color: #333;
  text-align: center;
  font-family: mon-semi;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .w__optimize .title {
    margin-bottom: 15px;
  }
}
.w__optimize .flex-optimize {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 70px;
}
@media (min-width: 768px) and (max-width: 990px) {
  .w__optimize .flex-optimize {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .w__optimize .flex-optimize {
    gap: 15px;
  }
}
.w__optimize .flex-optimize.flex-cols-5 {
  gap: 40px;
}
@media (min-width: 768px) and (max-width: 990px) {
  .w__optimize .flex-optimize.flex-cols-5 {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .w__optimize .flex-optimize.flex-cols-5 {
    gap: 15px;
  }
}
.w__optimize .flex-optimize.flex-cols-5 .item {
  width: calc((100% - 160px) / 5);
}
@media (min-width: 768px) and (max-width: 990px) {
  .w__optimize .flex-optimize.flex-cols-5 .item {
    width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 767px) {
  .w__optimize .flex-optimize.flex-cols-5 .item {
    width: calc((100% - 15px) / 2);
  }
}
.w__optimize .flex-optimize .item {
  width: calc((100% - 210px) / 4);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 990px) {
  .w__optimize .flex-optimize .item {
    width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 767px) {
  .w__optimize .flex-optimize .item {
    width: calc((100% - 15px) / 2);
  }
}
.w__optimize .flex-optimize .item .icon {
  width: 56px;
  height: 56px;
  background: var(--main-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.w__optimize .flex-optimize .item .icon span {
  color: #FFF;
  text-align: center;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  font-family: mon-semi;
  font-size: 24px;
  font-weight: 600;
}
.w__optimize .flex-optimize .item .title-name {
  color: #333;
  text-align: center;
  font-family: mon-semi;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.w-service__optimize {
  padding: 50px 0;
  background: #F7F7F7;
  width: 99.7vw;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .w-service__optimize {
    padding: 20px 0;
  }
}
.w-service__optimize .title {
  text-align: center;
  color: #333;
  font-family: mon-semi;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 15px;
}
.w-service__optimize .description {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .w-service__optimize .description {
    margin-bottom: 15px;
  }
}
.w-service__optimize .description p {
  color: #333;
  text-align: center;
  font-family: mon-regu;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}
.w-service__optimize .flex-service-optimize {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: var(--container);
  padding: 0 15px;
}
@media (min-width: 768px) and (max-width: 990px) {
  .w-service__optimize .flex-service-optimize {
    gap: 15px;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .w-service__optimize .flex-service-optimize {
    flex-direction: column;
    gap: 15px;
  }
}
.w-service__optimize .flex-service-optimize::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -80px;
  width: 211px;
  height: 211px;
  aspect-ratio: 1/1;
  background: url("/html/style/image/loiichssl.png") no-repeat center;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 990px) {
  .w-service__optimize .flex-service-optimize::before {
    display: none;
  }
}
.w-service__optimize .flex-service-optimize .card-item {
  width: calc((100% - 90px) / 4);
  padding: 28px 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-radius: 20px;
  background: #FFF;
  aspect-ratio: 311/350;
  transition: all 0.3s linear;
}
@media (min-width: 768px) and (max-width: 990px) {
  .w-service__optimize .flex-service-optimize .card-item {
    width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 767px) {
  .w-service__optimize .flex-service-optimize .card-item {
    aspect-ratio: unset;
    width: 100%;
    padding: 15px;
  }
}
.w-service__optimize .flex-service-optimize .card-item:hover {
  background: var(--main-color);
}
.w-service__optimize .flex-service-optimize .card-item:hover .icon svg path {
  fill: #fff;
}
.w-service__optimize .flex-service-optimize .card-item:hover .title-name,
.w-service__optimize .flex-service-optimize .card-item:hover desc,
.w-service__optimize .flex-service-optimize .card-item:hover ul,
.w-service__optimize .flex-service-optimize .card-item:hover li,
.w-service__optimize .flex-service-optimize .card-item:hover div,
.w-service__optimize .flex-service-optimize .card-item:hover p {
  color: #fff !important;
}
.w-service__optimize .flex-service-optimize .card-item .icon {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.w-service__optimize .flex-service-optimize .card-item .icon svg {
  max-width: 100%;
  max-height: 100%;
  width: initial;
  height: initial;
  object-fit: contain;
}
.w-service__optimize .flex-service-optimize .card-item .icon svg path {
  fill: var(--main-color);
}
.w-service__optimize .flex-service-optimize .card-item .title-name {
  color: #333;
  text-align: center;
  font-family: mon-semi;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.2;
}
.w-service__optimize .flex-service-optimize .card-item .desc li,
.w-service__optimize .flex-service-optimize .card-item .desc p,
.w-service__optimize .flex-service-optimize .card-item .desc div {
  color: #333;
  font-family: mon-regu;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.w-service__optimize .flex-service-optimize .card-item .desc p,
.w-service__optimize .flex-service-optimize .card-item .desc div {
  text-align: center;
  color: #333;
  font-family: mon-regu;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.w-service__optimize .flex-service-optimize .card-item .desc ul {
  padding-left: 25px;
  list-style: disc;
}

.w-left-right__optimize {
  margin: 50px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 990px) {
  .w-left-right__optimize {
    flex-direction: column;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .w-left-right__optimize {
    margin: 20px 0;
    flex-direction: column;
    gap: 15px;
  }
}
.w-left-right__optimize.row-reverse {
  flex-direction: row-reverse;
}
@media (min-width: 768px) and (max-width: 990px) {
  .w-left-right__optimize.row-reverse {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .w-left-right__optimize.row-reverse {
    flex-direction: column;
  }
}
.w-left-right__optimize.row-reverse .right {
  padding-left: 0;
}
.w-left-right__optimize.row-reverse .left {
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 990px) {
  .w-left-right__optimize.row-reverse .left {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .w-left-right__optimize.row-reverse .left {
    padding-left: 0;
  }
}
.w-left-right__optimize .left,
.w-left-right__optimize .right {
  width: 50%;
}
@media (min-width: 768px) and (max-width: 990px) {
  .w-left-right__optimize .left,
  .w-left-right__optimize .right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .w-left-right__optimize .left,
  .w-left-right__optimize .right {
    width: 100%;
  }
}
.w-left-right__optimize .left {
  aspect-ratio: 653/361;
  border-radius: 20px;
}
.w-left-right__optimize .left .img {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 653/361;
  border-radius: 20px;
  overflow: hidden;
}
.w-left-right__optimize .left .img:hover img {
  transform: scale(1.1);
}
.w-left-right__optimize .left .img img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s linear;
}
.w-left-right__optimize .right {
  padding-left: 60px;
}
@media (min-width: 768px) and (max-width: 990px) {
  .w-left-right__optimize .right {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .w-left-right__optimize .right {
    padding-left: 0px;
  }
}
.w-left-right__optimize .right .title {
  color: #333;
  font-family: mon-semi;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .w-left-right__optimize .right .title {
    margin-bottom: 15px;
  }
}
.w-left-right__optimize .right .description ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.w-left-right__optimize .right .description ul li {
  position: relative;
  color: #333;
  font-family: mon-regu;
  font-size: 16px;
  font-weight: 400;
  padding-left: 26px;
}
.w-left-right__optimize .right .description ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/html/style/image/checked.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.w-progress__optimize {
  margin: 50px 0;
}
@media (max-width: 767px) {
  .w-progress__optimize {
    margin: 20px 0;
  }
}
.w-progress__optimize .title {
  text-align: center;
  margin-bottom: 30px;
  color: #333;
  text-align: center;
  font-family: mon-semi;
  font-size: 35px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .w-progress__optimize .title {
    margin-bottom: 15px;
  }
}
.w-progress__optimize .subtitle {
  margin-bottom: 50px;
  color: var(--main-color);
  text-align: center;
  font-family: mon-semi;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .w-progress__optimize .subtitle {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.w-progress__optimize .flex-progress-optimize {
  counter-reset: item;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
}
@media (min-width: 768px) and (max-width: 990px) {
  .w-progress__optimize .flex-progress-optimize {
    gap: 15px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .w-progress__optimize .flex-progress-optimize {
    gap: 15px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.w-progress__optimize .flex-progress-optimize.flex-4-cols .item {
  width: calc((100% - 150px) / 4);
}
@media (min-width: 768px) and (max-width: 990px) {
  .w-progress__optimize .flex-progress-optimize.flex-4-cols .item {
    width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 767px) {
  .w-progress__optimize .flex-progress-optimize.flex-4-cols .item {
    width: calc((100% - 15px) / 2);
  }
}
.w-progress__optimize .flex-progress-optimize .item {
  counter-increment: item;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: calc((100% - 200px) / 5);
}
@media (min-width: 768px) and (max-width: 990px) {
  .w-progress__optimize .flex-progress-optimize .item {
    width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 767px) {
  .w-progress__optimize .flex-progress-optimize .item {
    width: calc((100% - 15px) / 2);
  }
}
.w-progress__optimize .flex-progress-optimize .item .icon {
  position: relative;
  width: 144px;
  height: 144px;
  border-radius: 50%;
  border: 2px solid var(--main-color);
  box-shadow: drop-shadow(0 0 30px rgba(0, 0, 0, 0.5));
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.w-progress__optimize .flex-progress-optimize .item .icon::before {
  content: counter(item, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background: var(--main-color);
  color: #FFF;
  text-align: center;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  font-family: mon-semi;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.w-progress__optimize .flex-progress-optimize .item .icon svg {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.w-progress__optimize .flex-progress-optimize .item .title-name {
  color: #333;
  text-align: center;
  font-family: mon-semi;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.w-method {
  margin: 50px 0;
}
@media (max-width: 767px) {
  .w-method {
    margin: 20px 0;
  }
}
.w-method.bg-other {
  margin: 0;
  padding: 50px 0;
  width: 99.7vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: #F7F7F7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .w-method.bg-other {
    padding: 20px 0;
  }
}
.w-method.bg-other .flex-method {
  width: var(--container);
  padding: 0 15px;
}
.w-method.bg-other .flex-method .item {
  background: #fff;
}
.w-method.bg-other .flex-method .item .icon {
  width: 137px;
  height: 137px;
  aspect-ratio: 1/1;
  display: flex;
}
.w-method.bg-other .flex-method .item .icon img {
  max-width: 100%;
  max-height: 100%;
  width: initial;
  height: initial;
  object-fit: contain;
}
.w-method .title {
  text-align: center;
  margin-bottom: 15px;
  color: #333;
  text-align: center;
  font-family: mon-semi;
  font-size: 35px;
  font-weight: 600;
}
.w-method .description {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .w-method .description {
    margin-bottom: 15px;
  }
}
.w-method .description div {
  color: #333;
  text-align: center;
  font-family: mon-regu;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.w-method .description p {
  color: #333;
  text-align: center;
  font-family: mon-semi;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}
.w-method .flex-method {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 33px;
}
@media (max-width: 767px) {
  .w-method .flex-method {
    gap: 15px;
  }
}
.w-method .flex-method.after::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -80px;
  width: 211px;
  height: 211px;
  aspect-ratio: 1/1;
  background: url("/html/style/image/substract.svg") no-repeat;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 767px) {
  .w-method .flex-method.after::before {
    display: none;
  }
}
.w-method .flex-method::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -80px;
  width: 211px;
  height: 211px;
  aspect-ratio: 1/1;
  background: url("/html/style/image/loiichssl.png") no-repeat;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 767px) {
  .w-method .flex-method::before {
    display: none;
  }
}
.w-method .flex-method .item {
  border-radius: 12px;
  background: #F7F7F7;
  padding: 30px;
  width: calc((100% - 33px) / 2);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 767px) {
  .w-method .flex-method .item {
    gap: 15px;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 15px;
  }
}
.w-method .flex-method .item .icon path {
  fill: var(--main-color);
}
.w-method .flex-method .item .title-name {
  color: #333;
  font-family: mon-semi;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .w-method .flex-method .item .title-name {
    text-align: center;
  }
}
.w-method .flex-method .item .desc p {
  color: #333;
  font-family: mon-regu;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.w-update-website {
  margin: 50px 0;
}
@media (max-width: 767px) {
  .w-update-website {
    margin: 20px 0;
  }
}
.w-update-website .title {
  color: #333;
  font-family: mon-semi;
  font-size: 35px;
  font-weight: 600;
}
.w-update-website .title.center {
  text-align: center;
}
.w-update-website .title.mb-30 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .w-update-website .title.mb-30 {
    margin-bottom: 15px;
  }
}
.w-update-website .title.mb-15 {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .w-update-website .title {
    text-align: center;
  }
}
.w-update-website .flex-left-right {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 200px;
}
@media (min-width: 768px) and (max-width: 990px) {
  .w-update-website .flex-left-right {
    flex-direction: column;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .w-update-website .flex-left-right {
    flex-direction: column;
    gap: 15px;
  }
}
.w-update-website .flex-left-right .left {
  width: calc(58% - 200px);
}
@media (max-width: 990px) {
  .w-update-website .flex-left-right .left {
    width: 100%;
  }
}
.w-update-website .flex-left-right .left .list-update ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.w-update-website .flex-left-right .left .list-update ul li {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.w-update-website .flex-left-right .left .list-update ul li .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.w-update-website .flex-left-right .left .list-update ul li .icon span {
  color: #FFF;
  text-align: center;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  font-family: mon-semi;
  font-size: 24px;
  font-weight: 600;
}
.w-update-website .flex-left-right .left .list-update ul li .icon svg {
  max-width: 100%;
  max-height: 100%;
  width: initial;
  height: initial;
  object-fit: contain;
}
.w-update-website .flex-left-right .left .list-update ul li .info {
  padding-left: 71px;
}
.w-update-website .flex-left-right .left .list-update ul li .info .title-name {
  color: #333;
  font-family: mon-semi;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 5px;
}
.w-update-website .flex-left-right .left .list-update ul li .info .desc p {
  color: #333;
  font-family: mon-regu;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.w-update-website .flex-left-right .right {
  width: 42%;
}
@media (max-width: 990px) {
  .w-update-website .flex-left-right .right {
    width: 100%;
  }
}
.w-update-website .flex-left-right .right .img img {
  max-width: 100%;
  max-height: 100%;
  width: initial;
  height: initial;
  object-fit: contain;
}

.w-progress-profession {
  margin: 50px 0;
}
@media (max-width: 767px) {
  .w-progress-profession {
    margin: 20px 0;
  }
}
.w-progress-profession .title {
  margin-bottom: 30px;
  text-align: center;
  color: #333;
  text-align: center;
  font-family: mon-semi;
  font-size: 35px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .w-progress-profession .title {
    margin-bottom: 15px;
  }
}
.w-progress-profession .flex-progress-profession {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 55px;
}
@media (min-width: 768px) and (max-width: 990px) {
  .w-progress-profession .flex-progress-profession {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .w-progress-profession .flex-progress-profession {
    gap: 15px;
  }
}
.w-progress-profession .flex-progress-profession .item {
  width: calc((100% - 165px) / 4);
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 990px) {
  .w-progress-profession .flex-progress-profession .item {
    width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 767px) {
  .w-progress-profession .flex-progress-profession .item {
    width: calc((100% - 15px) / 2);
  }
}
.w-progress-profession .flex-progress-profession .item .icon {
  aspect-ratio: 1;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.w-progress-profession .flex-progress-profession .item .icon img {
  max-width: 100%;
  max-height: 100%;
  width: initial;
  height: initial;
  object-fit: contain;
}
.w-progress-profession .flex-progress-profession .item .title-name {
  color: #333;
  font-family: mon-semi;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;
}
.w-progress-profession .flex-progress-profession .item .desc p {
  color: #333;
  font-family: mon-regu;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.w-loiich-dv {
  margin: 50px 0;
}
@media (max-width: 767px) {
  .w-loiich-dv {
    margin: 20px 0;
  }
}
.w-loiich-dv .title {
  margin-bottom: 30px;
  text-align: center;
  color: #333;
  text-align: center;
  font-family: mon-semi;
  font-size: 35px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .w-loiich-dv .title {
    margin-bottom: 15px;
  }
}
.w-loiich-dv .flex-5-cols {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
@media (min-width: 768px) and (max-width: 990px) {
  .w-loiich-dv .flex-5-cols {
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .w-loiich-dv .flex-5-cols {
    gap: 15px;
    flex-wrap: wrap;
  }
}
.w-loiich-dv .flex-5-cols .item {
  width: calc((100% - 160px) / 5);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 990px) {
  .w-loiich-dv .flex-5-cols .item {
    width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 767px) {
  .w-loiich-dv .flex-5-cols .item {
    width: calc((100% - 15px) / 2);
  }
}
.w-loiich-dv .flex-5-cols .item .icon {
  width: 95px;
  height: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  margin-bottom: 15px;
}
.w-loiich-dv .flex-5-cols .item .icon svg {
  max-width: 100%;
  max-height: 100%;
  width: initial;
  height: initial;
  object-fit: contain;
}
.w-loiich-dv .flex-5-cols .item .icon svg path {
  fill: var(--main-color);
}
.w-loiich-dv .flex-5-cols .item .title-name {
  color: #333;
  text-align: center;
  font-family: mon-semi;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.w-important-brand {
  margin: 50px 0;
}
@media (max-width: 767px) {
  .w-important-brand {
    margin: 20px 0;
  }
}
.w-important-brand .title {
  margin-bottom: 15px;
  color: #333;
  text-align: center;
  font-family: mon-semi;
  font-size: 35px;
  font-weight: 600;
}
.w-important-brand .description {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .w-important-brand .description {
    margin-bottom: 15px;
  }
}
.w-important-brand .description p {
  color: #333;
  text-align: center;
  font-family: mon-regu;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.w-important-brand .flex-important-brand {
  width: 99.7vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 35px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 28px;
}
@media (min-width: 768px) and (max-width: 990px) {
  .w-important-brand .flex-important-brand {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .w-important-brand .flex-important-brand {
    padding: 0 15px;
    gap: 15px;
  }
}
.w-important-brand .flex-important-brand .item {
  width: calc((100% - 112px) / 5);
  aspect-ratio: 346/366;
  display: flex;
  flex-direction: column;
  padding: 36px 33px;
  border-radius: 20px;
  background: #F7F7F7;
  transition: all 0.1s ease-in-out;
}
@media (min-width: 768px) and (max-width: 990px) {
  .w-important-brand .flex-important-brand .item {
    padding: 15px;
    aspect-ratio: unset;
    width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 767px) {
  .w-important-brand .flex-important-brand .item {
    padding: 15px;
    width: calc((100% - 15px) / 2);
  }
}
.w-important-brand .flex-important-brand .item:hover {
  background: var(--main-color);
}
.w-important-brand .flex-important-brand .item:hover .icon {
  background: #fff;
}
.w-important-brand .flex-important-brand .item:hover .icon span {
  color: var(--main-color);
}
.w-important-brand .flex-important-brand .item:hover .title-name {
  color: #fff;
}
.w-important-brand .flex-important-brand .item:hover .desc p {
  color: #fff;
}
.w-important-brand .flex-important-brand .item .icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.w-important-brand .flex-important-brand .item .icon span {
  color: #FFF;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  font-family: mon-semi;
  font-size: 26px;
  font-weight: 600;
}
.w-important-brand .flex-important-brand .item .title-name {
  color: #333;
  font-family: mon-semi;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.w-important-brand .flex-important-brand .item .desc p {
  color: #333;
  font-family: mon-regu;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.w-tvc {
  margin: 50px 0;
}
@media (max-width: 767px) {
  .w-tvc {
    margin: 20px 0;
  }
}
.w-tvc .flex-left-right {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 68px;
}
@media (min-width: 768px) and (max-width: 990px) {
  .w-tvc .flex-left-right {
    flex-direction: column;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .w-tvc .flex-left-right {
    flex-direction: column;
    gap: 15px;
  }
}
.w-tvc .flex-left-right .left {
  width: calc(55% - 68px);
}
@media (min-width: 768px) and (max-width: 990px) {
  .w-tvc .flex-left-right .left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .w-tvc .flex-left-right .left {
    width: 100%;
  }
}
.w-tvc .flex-left-right .left .title {
  color: #333;
  font-family: mon-semi;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .w-tvc .flex-left-right .left .title {
    margin-bottom: 15px;
  }
}
.w-tvc .flex-left-right .left .list-tvc ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.w-tvc .flex-left-right .left .list-tvc ul li {
  color: #333;
  text-align: justify;
  font-family: mon-regu;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  padding-left: 35px;
}
.w-tvc .flex-left-right .left .list-tvc ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  background: url("/html/style/image/checked-tvc.svg") no-repeat;
  background-size: contain;
}
.w-tvc .flex-left-right .right {
  width: 45%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  aspect-ratio: 155/151;
}
@media (min-width: 768px) and (max-width: 990px) {
  .w-tvc .flex-left-right .right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .w-tvc .flex-left-right .right {
    width: 100%;
  }
}
.w-tvc .flex-left-right .right .img {
  aspect-ratio: 155/151;
}
.w-tvc .flex-left-right .right .img img {
  max-width: 100%;
  max-height: 100%;
  width: initial;
  height: initial;
  object-fit: contain;
}

.w-tk-app {
  margin: 50px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 100px;
}
@media (min-width: 768px) and (max-width: 900px) {
  .w-tk-app {
    gap: 15px;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .w-tk-app {
    margin: 20px 0;
    gap: 15px;
  }
}
.w-tk-app .left {
  width: calc(50% - 100px);
}
@media (min-width: 768px) and (max-width: 900px) {
  .w-tk-app .left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .w-tk-app .left {
    width: 100%;
  }
}
.w-tk-app .left .title {
  color: #333;
  font-family: mon-semi;
  font-size: 35px;
  font-weight: 600;
}
.w-tk-app .right {
  width: 50%;
}
@media (min-width: 768px) and (max-width: 900px) {
  .w-tk-app .right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .w-tk-app .right {
    width: 100%;
  }
}
.w-tk-app .right .description p {
  color: #333;
  text-align: justify;
  font-family: mon-regu;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.w-ben-app {
  position: relative;
  width: 99.7vw;
  left: 50%;
  transform: translateX(-50%);
  padding: 50px 0;
  background: #F7F7F7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .w-ben-app {
    padding: 20px 0;
  }
}
.w-ben-app .title {
  margin-bottom: 30px;
  color: #333;
  text-align: center;
  font-family: mon-semi;
  font-size: 35px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .w-ben-app .title {
    margin-bottom: 15px;
  }
}
.w-ben-app .flex-3-cols {
  width: var(--container);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 65px;
  padding: 0 15px;
}
@media (min-width: 768px) and (max-width: 990px) {
  .w-ben-app .flex-3-cols {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .w-ben-app .flex-3-cols {
    margin-bottom: 15px;
    gap: 15px;
  }
}
.w-ben-app .flex-3-cols .item {
  width: calc((100% - 130px) / 3);
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 990px) {
  .w-ben-app .flex-3-cols .item {
    width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 767px) {
  .w-ben-app .flex-3-cols .item {
    width: calc((100% - 15px) / 2);
  }
}
.w-ben-app .flex-3-cols .item .icon {
  width: 63px;
  height: 63px;
  border-radius: 9px;
  background: var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  padding: 5px;
}
.w-ben-app .flex-3-cols .item .icon img {
  max-width: 100%;
  max-height: 100%;
  width: initial;
  height: initial;
  object-fit: contain;
}
.w-ben-app .flex-3-cols .item .title-name {
  color: #333;
  font-family: mon-semi;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;
}
.w-ben-app .flex-3-cols .item .desc p {
  color: #333;
  font-family: mon-regu;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.w-reason {
  margin: 50px 0;
}
@media (max-width: 767px) {
  .w-reason {
    margin: 20px 0;
  }
}
.w-reason .info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 100px;
}
@media (min-width: 768px) and (max-width: 900px) {
  .w-reason .info {
    flex-direction: column;
    gap: 15px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .w-reason .info {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .w-reason .info {
    flex-direction: column;
    gap: 15px;
  }
}
.w-reason .info.gap-50 {
  gap: 50px;
}
@media (min-width: 768px) and (max-width: 990px) {
  .w-reason .info.gap-50 {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .w-reason .info.gap-50 {
    gap: 15px;
  }
}
.w-reason .info.gap-50 .title {
  width: calc(53% - 50px);
}
@media (min-width: 768px) and (max-width: 990px) {
  .w-reason .info.gap-50 .title {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .w-reason .info.gap-50 .title {
    width: 100%;
  }
}
.w-reason .info.gap-50 .description {
  width: 47%;
}
@media (min-width: 768px) and (max-width: 990px) {
  .w-reason .info.gap-50 .description {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .w-reason .info.gap-50 .description {
    width: 100%;
  }
}
.w-reason .info .title {
  width: calc(40% - 100px);
  color: #333;
  font-family: mon-semi;
  font-size: 35px;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 900px) {
  .w-reason .info .title {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .w-reason .info .title {
    width: 100%;
  }
}
.w-reason .info .description {
  width: 50%;
}
@media (min-width: 768px) and (max-width: 900px) {
  .w-reason .info .description {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .w-reason .info .description {
    width: 100%;
  }
}
.w-reason .info .description p,
.w-reason .info .description div {
  color: #333;
  text-align: justify;
  font-family: mon-regu;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.w-reason .flex-left-right {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 100px;
  margin: 50px 0;
}
@media (min-width: 768px) and (max-width: 900px) {
  .w-reason .flex-left-right {
    flex-direction: column;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .w-reason .flex-left-right {
    flex-direction: row;
    gap: 15px;
    margin: 20px 0;
  }
}
.w-reason .flex-left-right .left {
  width: calc(50% - 100px);
}
@media (min-width: 768px) and (max-width: 900px) {
  .w-reason .flex-left-right .left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .w-reason .flex-left-right .left {
    width: 100%;
  }
}
.w-reason .flex-left-right .left .list-reason ul {
  display: flex;
  flex-direction: column;
}
.w-reason .flex-left-right .left .list-reason ul li {
  padding-left: 35px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D3D3D3;
}
.w-reason .flex-left-right .left .list-reason ul li .title-name {
  position: relative;
  color: #333;
  font-family: mon-semi;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.w-reason .flex-left-right .left .list-reason ul li .title-name::before {
  content: "";
  position: absolute;
  top: 0;
  left: -35px;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  background: url("/html/style/image/checked-tvc.svg") no-repeat;
  background-size: contain;
}
.w-reason .flex-left-right .left .list-reason ul li .desc {
  display: none;
  margin-top: 15px;
}
.w-reason .flex-left-right .left .list-reason ul li .desc p {
  color: #333;
  font-family: mon-regu;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.w-reason .flex-left-right .right {
  width: 50%;
}
@media (min-width: 768px) and (max-width: 900px) {
  .w-reason .flex-left-right .right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .w-reason .flex-left-right .right {
    width: 100%;
  }
}
.w-reason .flex-left-right .right .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.w-reason .flex-left-right .right .img img {
  max-width: 100%;
  max-height: 100%;
  width: initial;
  height: initial;
  object-fit: contain;
}

.w-qt-tk-app {
  margin: 50px 0;
}
@media (max-width: 767px) {
  .w-qt-tk-app {
    margin: 20px 0;
  }
}
.w-qt-tk-app .title {
  margin-bottom: 30px;
  color: #333;
  text-align: center;
  font-family: mon-semi;
  font-size: 35px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .w-qt-tk-app .title {
    margin-bottom: 15px;
  }
}
.w-qt-tk-app .flex-quy-trinh {
  display: flex;
  flex-direction: row;
  gap: 65px;
  position: relative;
}
@media (max-width: 990px) {
  .w-qt-tk-app .flex-quy-trinh {
    gap: 15px;
    flex-wrap: wrap;
  }
}
.w-qt-tk-app .flex-quy-trinh::before {
  content: "............................................................................................................................................................................................................";
  position: absolute;
  bottom: 90px;
  left: 30px;
  width: 100%;
  height: 1px;
  color: #ADADAD;
  text-align: center;
  font-family: mon-semi;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 3px;
  z-index: -1;
}
@media (max-width: 990px) {
  .w-qt-tk-app .flex-quy-trinh::before {
    display: none;
  }
}
.w-qt-tk-app .flex-quy-trinh .item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 990px) {
  .w-qt-tk-app .flex-quy-trinh .item {
    width: calc((100% - 15px) / 2);
  }
}
.w-qt-tk-app .flex-quy-trinh .item .icon {
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.w-qt-tk-app .flex-quy-trinh .item .icon svg {
  max-width: 100%;
  max-height: 100%;
  width: initial;
  height: initial;
  object-fit: contain;
}
.w-qt-tk-app .flex-quy-trinh .item .icon svg path {
  fill: var(--main-color);
}
.w-qt-tk-app .flex-quy-trinh .item .title-name {
  margin-bottom: 15px;
  color: #333;
  text-align: center;
  font-family: mon-semi;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
}
.w-qt-tk-app .flex-quy-trinh .item .desc {
  margin-bottom: 15px;
}
.w-qt-tk-app .flex-quy-trinh .item .desc p {
  color: #333;
  text-align: center;
  font-family: mon-regu;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  min-height: 96px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.w-qt-tk-app .flex-quy-trinh .item .number-dots {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media (max-width: 990px) {
  .w-qt-tk-app .flex-quy-trinh .item .number-dots {
    display: none;
  }
}
.w-qt-tk-app .flex-quy-trinh .item .number-dots svg circle:last-child {
  fill: var(--main-color);
}
.w-qt-tk-app .flex-quy-trinh .item .number-dots span {
  color: var(--main-color);
  text-align: center;
  font-family: mon-semi;
  font-size: 34px;
  font-weight: 600;
}

.useful-news {
  margin: 50px 0;
}
@media (max-width: 767px) {
  .useful-news {
    margin: 20px 0;
  }
}
.useful-news .title {
  margin-bottom: 30px;
  color: #333;
  text-align: center;
  font-family: mon-semi;
  font-size: 35px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .useful-news .title {
    margin-bottom: 15px;
  }
}
.useful-news .slide-uselful-news {
  position: relative;
}
.useful-news .owl-nav .owl-prev,
.useful-news .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(-50%);
}
.useful-news .owl-nav .owl-prev.disabled svg path,
.useful-news .owl-nav .owl-next.disabled svg path {
  stroke: #BDBDBD;
}
.useful-news .owl-nav .owl-prev {
  left: -30px;
}
.useful-news .owl-nav .owl-next {
  right: -30px;
}
.useful-news .card-news:hover img {
  transform: scale(1.1);
}
.useful-news .card-news:hover .title-name a {
  color: var(--main-color);
}
.useful-news .card-news .img {
  aspect-ratio: 425/241;
  border-radius: 21px;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.useful-news .card-news .img img {
  border-radius: 21px;
  width: 100%;
  overflow: hidden;
  height: 100%;
  object-fit: cover;
}
.useful-news .card-news .title-name {
  margin-bottom: 15px;
}
.useful-news .card-news .title-name a {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  min-height: 46px;
  color: #333;
  font-family: mon-semi;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}
.useful-news .card-news .description {
  color: #333;
  font-family: mon-regu;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.useful-news .card-news .description div,
.useful-news .card-news .description p {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  color: #333;
  font-family: mon-regu;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.useful-news .card-news .description div font,
.useful-news .card-news .description p font {
  color: #333;
  font-family: mon-regu;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.alexa-similarweb {
  margin: 50px 0;
}
@media (max-width: 767px) {
  .alexa-similarweb {
    margin: 20px 0;
  }
}
.alexa-similarweb .title {
  margin-bottom: 30px;
  color: #333;
  text-align: center;
  font-family: mon-semi;
  font-size: 35px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .alexa-similarweb .title {
    margin-bottom: 15px;
  }
}
.alexa-similarweb .flex-similarweb {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 34px;
}
@media (min-width: 768px) and (max-width: 990px) {
  .alexa-similarweb .flex-similarweb {
    flex-direction: column;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .alexa-similarweb .flex-similarweb {
    gap: 15px;
  }
}
.alexa-similarweb .flex-similarweb .item {
  width: calc((100% - 34px) / 2);
  border-radius: 12px;
  background: #F7F7F7;
  padding: 25px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 768px) and (max-width: 990px) {
  .alexa-similarweb .flex-similarweb .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .alexa-similarweb .flex-similarweb .item {
    padding: 15px;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
.alexa-similarweb .flex-similarweb .item .icon {
  width: 154px;
  height: 154px;
  border-radius: 15px;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.alexa-similarweb .flex-similarweb .item .icon img {
  width: 120px;
  height: 110px;
  aspect-ratio: 12/11;
  object-fit: contain;
}
.alexa-similarweb .flex-similarweb .item .info {
  width: calc(100% - 30px - 154px);
}
@media (max-width: 767px) {
  .alexa-similarweb .flex-similarweb .item .info {
    width: 100%;
  }
}
.alexa-similarweb .flex-similarweb .item .info .title-name {
  margin-bottom: 15px;
  color: #333;
  font-family: mon-semi;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .alexa-similarweb .flex-similarweb .item .info .title-name {
    text-align: center;
  }
}

.website-solution {
  padding: 50px 0;
  background: #F7F7F7;
  width: 99.7vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .website-solution {
    padding: 20px 0;
  }
}
.website-solution .title {
  margin-bottom: 15px;
  color: #333;
  text-align: center;
  font-family: mon-semi;
  font-size: 35px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .website-solution .title {
    padding: 0px 15px;
  }
}
.website-solution .subtitle {
  margin-bottom: 30px;
  color: var(--main-color);
  text-align: justify;
  font-family: mon-semi;
  font-size: 23px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 768px) and (max-width: 990px) {
  .website-solution .subtitle {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .website-solution .subtitle {
    margin-bottom: 15px;
    padding: 0px 15px;
    font-size: 16px;
  }
}
.website-solution .flex-4-cols {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  counter-reset: item;
  width: var(--container);
  padding: 0 15px;
}
.website-solution .flex-4-cols .item {
  counter-increment: item;
  position: relative;
  width: calc((100% - 45px) / 4);
  aspect-ratio: 324/251;
  padding: 25px 30px;
  border-radius: 12px;
  background: #FFF;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) and (max-width: 990px) {
  .website-solution .flex-4-cols .item {
    width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 767px) {
  .website-solution .flex-4-cols .item {
    width: 100%;
    aspect-ratio: 324/160;
  }
}
.website-solution .flex-4-cols .item:hover {
  background: var(--main-color);
}
.website-solution .flex-4-cols .item:hover::before {
  color: #fff;
}
.website-solution .flex-4-cols .item:hover .description p {
  color: #fff;
}
.website-solution .flex-4-cols .item::before {
  content: counter(item, decimal-leading-zero);
  position: absolute;
  bottom: 25px;
  right: 30px;
  color: var(--main-color);
  text-align: justify;
  font-family: mon-regu;
  font-size: 48px;
  font-weight: 300;
}
.website-solution .flex-4-cols .item .description p {
  color: #333;
  font-family: mon-regu;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.list-stable {
  margin: 50px 0;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .list-stable {
    margin: 20px 0;
  }
}
.list-stable .item {
  width: 50%;
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .list-stable .item {
    width: 100%;
    padding: 20px 0;
    gap: 20px;
  }
}
.list-stable .item .icon {
  width: 70px;
  height: 70px;
}
.list-stable .item .icon img {
  max-width: 100%;
  max-height: 100%;
  width: initial;
  height: initial;
  object-fit: contain;
}
.list-stable .item .info {
  width: calc(100% - 70px - 20px);
  display: flex;
  flex-direction: column;
}
.list-stable .item .info .title-name {
  margin-bottom: 15px;
  color: #333;
  font-family: mon-semi;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.list-stable .item .info .description p {
  color: #333;
  text-align: justify;
  font-family: mon-regu;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .list-stable .item:nth-child(3) {
    border-bottom: 1px solid #DFDFDF;
  }
}
.list-stable .item:nth-child(-n+2) {
  border-bottom: 1px solid #DFDFDF;
}
.list-stable .item:nth-child(odd) {
  padding-right: 20px;
}
@media (max-width: 767px) {
  .list-stable .item:nth-child(odd) {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .list-stable .item:nth-child(even) {
    padding-left: 0;
  }
}

.news-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  margin: 50px 0;
}
@media (min-width: 768px) and (max-width: 900px) {
  .news-flex {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .news-flex {
    gap: 15px;
    margin: 15px 0;
  }
}
.news-flex .card-news {
  width: calc((100% - 60px) / 3);
  border-radius: 20px;
  background: #F7F7F7;
  padding: 12px;
}
@media (min-width: 768px) and (max-width: 900px) {
  .news-flex .card-news {
    width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 767px) {
  .news-flex .card-news {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 10px;
    gap: 10px;
  }
}
.news-flex .card-news:hover {
  background: var(--main-color);
}
.news-flex .card-news:hover .img {
  overflow: hidden;
}
.news-flex .card-news:hover .img img {
  overflow: hidden;
  transform: scale(1.1);
}
.news-flex .card-news:hover .title-news {
  color: #fff;
}
.news-flex .card-news:hover .title-news a {
  color: #fff;
}
.news-flex .card-news:hover .line {
  background: #fff;
  width: 100%;
}
.news-flex .card-news:hover .description {
  color: #fff;
}
.news-flex .card-news:hover .description div,
.news-flex .card-news:hover .description p {
  color: #fff;
}
.news-flex .card-news .img {
  aspect-ratio: 397/225;
  border-radius: 12px;
  max-width: 397px;
  overflow: hidden;
  display: flex;
}
@media (max-width: 767px) {
  .news-flex .card-news .img {
    aspect-ratio: 16/10;
    border-radius: 12px;
    height: initial;
    width: 30%;
  }
}
.news-flex .card-news .img img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
  transition: all 0.3s linear;
}
.news-flex .card-news .info {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .news-flex .card-news .info {
    width: calc(70% - 10px);
    padding-top: 0;
  }
}
.news-flex .card-news .title-news {
  margin-bottom: 15px;
  color: #333;
  font-family: mon-semi;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .news-flex .card-news .title-news {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.news-flex .card-news .title-news a {
  color: #333;
  font-family: mon-semi;
  font-size: 20px;
  font-weight: 600;
  min-height: 48px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
@media (max-width: 767px) {
  .news-flex .card-news .title-news a {
    font-size: 15px;
    min-height: 40px;
  }
}
.news-flex .card-news .line {
  margin-bottom: 15px;
  height: 2px;
  width: 47px;
  background: var(--main-color);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .news-flex .card-news .line {
    margin-bottom: 10px;
  }
}
.news-flex .card-news .description {
  color: #333;
  font-family: mon-regu;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  min-height: 96px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
@media (max-width: 767px) {
  .news-flex .card-news .description {
    font-size: 14px;
    min-height: initial;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
  }
}
.news-flex .card-news .description div,
.news-flex .card-news .description p {
  color: #333;
  font-family: mon-regu;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  min-height: 96px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
@media (max-width: 767px) {
  .news-flex .card-news .description div,
  .news-flex .card-news .description p {
    font-size: 14px;
    min-height: initial;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
  }
}
.news-flex .card-news.card-field .img {
  background: #fff;
}
.news-flex .card-news.card-field .info {
  padding-top: 15px;
  padding-bottom: 5px;
}
.news-flex .card-news.card-field .title-news {
  margin-bottom: 0;
}
.news-flex .card-news.card-field .title-news a {
  text-align: center;
  min-height: initial;
}

.tab-module {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #DFDFDF;
  background: #fff;
  position: sticky;
  top: 60px;
  z-index: 10;
}
@media (max-width: 1200px) {
  .tab-module {
    top: 45px;
  }
}
.tab-module .container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
  overflow-x: auto;
  white-space: nowrap;
  scroll-snap-type: x mandatory;
  padding-right: 0px;
  padding-left: 0px;
  justify-content: flex-start;
  align-items: center;
  overflow-x: auto;
}
.tab-module .container::-webkit-scrollbar {
  height: 3px;
}
@media (max-width: 990px) {
  .tab-module .container {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    justify-content: start;
    align-items: center;
    overflow-x: auto;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    width: 100%;
    gap: 0;
  }
  .tab-module .container::-webkit-scrollbar {
    height: 0;
  }
}
.tab-module .container .item {
  padding: 12px 0px;
  color: #333;
  font-family: mon-bold;
  font-weight: 700;
  font-size: var(--fs-text);
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}
@media (max-width: 701px) {
  .tab-module .container .item {
    padding: 10px 10px;
    text-transform: initial;
  }
}
.tab-module .container .item font {
  color: #222;
  font-family: mon-bold;
  font-weight: 700;
  font-size: var(--fs-text);
  text-transform: uppercase;
}
@media (max-width: 701px) {
  .tab-module .container .item font {
    text-transform: initial;
  }
}
.tab-module .container .item:hover {
  color: var(--main-color);
  border-bottom: 1px solid var(--main-color);
  text-decoration: none;
}
.tab-module .container .item:hover font {
  color: var(--main-color);
  text-decoration: none;
}
.tab-module .container .item.active {
  color: var(--main-color);
  border-bottom: 1px solid var(--main-color);
}
.tab-module .container .item.active font {
  color: var(--main-color);
}
@media (max-width: 701px) {
  .tab-module .container .item.active {
    border: none;
    color: #fff;
    background: var(--main-color);
  }
}

.my-landing {
  margin: 80px 0;
}
@media (max-width: 1600px) {
  .my-landing {
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .my-landing {
    margin: 15px 0;
  }
}

#preview {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  justify-content: center;
  align-items: flex-start;
  overflow-y: scroll;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.preview .close-btn {
  position: fixed;
  top: 20px;
  right: 30px;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
}
.preview.active {
  display: flex;
  width: 100% !important;
  opacity: 1 !important;
  transition: all 0.5s ease-in-out;
}
.preview img {
  width: 30%;
}

.preview-toggle {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.preview-toggle .btn {
  display: block;
  padding: 5px 10px;
  border: 1px solid var(--main-color);
  border-radius: 5px;
  transition: background 0.3s linear;
  cursor: pointer;
  background: transparent;
}
.preview-toggle .btn.active {
  color: #fff;
  background: var(--main-color);
}

.flex-partners {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  margin: 50px 0;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .flex-partners {
    gap: 30px;
    row-gap: 30px;
  }
}
@media (max-width: 767px) {
  .flex-partners {
    margin: 20px 0;
    gap: 15px;
  }
}
.flex-partners .card-partner {
  width: calc((100% - 72px) / 4);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #FFF;
  overflow: hidden;
  box-shadow: 0 5px 10px -9px #333;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .flex-partners .card-partner {
    width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 767px) {
  .flex-partners .card-partner {
    width: 100%;
  }
}
.flex-partners .card-partner .img {
  position: relative;
  aspect-ratio: 1;
  width: 100%;
  height: 425px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border-radius: 0px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.flex-partners .card-partner .img.no-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-partners .card-partner .img.no-avatar img {
  max-width: 100%;
  max-height: 100%;
  width: initial;
  height: initial;
  object-fit: contain;
}
.flex-partners .card-partner .img.is-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.flex-partners .card-partner .img.is-mobile:after {
  display: none;
}
.flex-partners .card-partner .img.is-mobile img {
  max-width: 100%;
  max-height: 100%;
  width: initial;
  height: initial;
  object-fit: contain;
}
.flex-partners .card-partner .img img {
  transform: translateY(0);
  transition: 1s linear;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: inline-block;
  vertical-align: middle;
  object-fit: cover;
  z-index: 0;
}
.flex-partners .card-partner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(30, 46, 37, 0.8) 40%, rgba(250, 250, 250, 0) 100%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.flex-partners .card-partner .hover-post {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
  opacity: 0;
  width: 100%;
  padding: 0 15px;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.flex-partners .card-partner .hover-post .title-name {
  padding-top: 15px;
  color: #333;
  text-align: center;
  font-family: mon-semi;
  line-height: 1.5;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .flex-partners .card-partner .hover-post .title-name {
    min-height: 60px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
  }
}
.flex-partners .card-partner .hover-post .title-name:hover {
  color: var(--main-color);
}
.flex-partners .card-partner .hover-post .title-name a {
  font-family: mon-semi;
  font-weight: 600;
  color: var(--color-white);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.flex-partners .card-partner .hover-post .flex-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
.flex-partners .card-partner .hover-post .flex-button .view-detail {
  display: flex;
}
.flex-partners .card-partner .hover-post .flex-button .view-detail .view {
  position: relative;
  margin-bottom: 15px;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 25px;
}
.flex-partners .card-partner .hover-post .flex-button .view-detail .view span {
  color: #fff;
}
.flex-partners .card-partner .hover-post .flex-button .view-detail .view.link-direct {
  background: #fff;
  border: 1px solid #fff;
}
.flex-partners .card-partner .hover-post .flex-button .view-detail .view.link-direct span {
  color: var(--color-text);
}
.flex-partners .card-partner .hover-post .flex-button .view-detail .view.link-direct:hover {
  background: var(--main-color);
  border: 1px solid var(--main-color);
}
.flex-partners .card-partner .hover-post .flex-button .view-detail .view.link-direct:hover span {
  color: #fff;
}
.flex-partners .card-partner .hover-post .flex-button .view-detail .view:hover {
  background: #fff;
  border: 1px solid #fff;
}
.flex-partners .card-partner .hover-post .flex-button .view-detail .view:hover span {
  color: var(--color-text);
}
.flex-partners .card-partner .hover-post .flex-button .view-detail .view {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 0 15px;
}
.flex-partners .card-partner .hover-post .flex-button .view-detail .view span {
  color: var(--color-white);
  font-size: 14px;
  font-family: mon-semi;
  font-weight: 600;
}
.flex-partners .card-partner:hover .img:before {
  height: 100%;
  z-index: 1;
  transition: height 0.3s linear;
}
.flex-partners .card-partner:hover .img img {
  transform: translateY(calc(-100% + 420px));
  transition: 5s ease-out;
}
.flex-partners .card-partner:hover:before {
  opacity: 1;
}
.flex-partners .card-partner:hover .hover-post {
  opacity: 1;
}

@keyframes shine {
  0% {
    transform: rotate(45deg) translateX(-200px);
  }
  100% {
    transform: rotate(45deg) translateX(400px);
  }
}
@keyframes border-top-right {
  0% {
    width: 0;
    height: 0;
  }
  25% {
    width: 100%;
    height: 0;
  }
  50% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes border-bottom-left {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 0;
    height: 0;
  }
  75% {
    width: 100%;
    height: 0;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
.background4 {
  padding-top: 36%;
}
@media (min-width: 1500px) and (max-width: 1550px) {
  .background4 {
    padding-top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75%;
  }
}
@media (min-width: 1400px) and (max-width: 1499px) {
  .background4 {
    padding-top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80%;
  }
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .background4 {
    padding-top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 87%;
  }
}
@media (min-width: 990px) and (max-width: 1200px) {
  .background4 {
    padding-top: 19%;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .background4 {
    padding-top: 0;
    height: 96%;
    display: flex;
    align-items: center;
  }
}

.title {
  font-family: mon-semi;
  font-size: 35px;
  font-weight: 600;
  color: #333;
}
.title h1 {
  font-family: mon-semi;
  font-size: 35px;
  font-weight: 600;
  color: #333;
}
@media (max-width: 767px) {
  .title h1 {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 20px !important;
  }
}

@media (max-width: 767px) {
  .title-name {
    font-size: 16px !important;
  }
}

@media (max-width: 767px) {
  .desc div,
  .desc p,
  .desc ul,
  .desc li,
  .description div,
  .description p,
  .description ul,
  .description li {
    font-size: 14px !important;
  }
}

.hot-news-index {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .hot-news-index {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hot-news-index {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .hot-news-index {
    margin-bottom: 30px;
  }
}
.hot-news-index .trend-1 h2 {
  text-align: center;
}
.hot-news-index h2 {
  color: var(--main-color);
  font-family: mon-semi;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .hot-news-index h2 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
  }
}
.hot-news-index .lits-news-index {
  position: relative;
}
.hot-news-index .lits-news-index .owl-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .hot-news-index .lits-news-index .owl-nav {
    padding-top: 15px;
  }
}
.hot-news-index .lits-news-index .owl-nav .owl-prev,
.hot-news-index .lits-news-index .owl-nav .owl-next {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 15px;
  background: #fff;
  border-radius: 50%;
  object-fit: contain;
  transform-origin: center;
}
@media (max-width: 767px) {
  .hot-news-index .lits-news-index .owl-nav .owl-prev,
  .hot-news-index .lits-news-index .owl-nav .owl-next {
    margin: 5px 0;
  }
}
.hot-news-index .lits-news-index .owl-nav .owl-prev:hover .draw_4,
.hot-news-index .lits-news-index .owl-nav .owl-next:hover .draw_4 {
  opacity: 1;
  stroke: var(--main-color);
  stroke-width: 2px;
  stroke-dasharray: 126 128;
  stroke-dashoffset: 127;
  animation: draw_draw 400ms linear 5ms forwards;
}
.hot-news-index .lits-news-index .owl-nav .owl-prev:hover .draw_3,
.hot-news-index .lits-news-index .owl-nav .owl-next:hover .draw_3 {
  opacity: 1;
  stroke: var(--main-color);
  stroke-width: 2px;
  stroke-dasharray: 126 128;
  stroke-dashoffset: 127;
  animation: draw_draw 400ms linear 5ms forwards;
}
.hot-news-index .lits-news-index .owl-nav .owl-prev:hover .draw_5,
.hot-news-index .lits-news-index .owl-nav .owl-next:hover .draw_5 {
  opacity: 1;
  stroke: var(--main-color);
  stroke-width: 2px;
  stroke-dasharray: 15 17;
  stroke-dashoffset: 16;
  animation: draw_draw 150ms linear 150ms forwards;
}
.hot-news-index .lits-news-index .owl-nav .owl-prev:hover::after, .hot-news-index .lits-news-index .owl-nav .owl-prev:hover::before,
.hot-news-index .lits-news-index .owl-nav .owl-next:hover::after,
.hot-news-index .lits-news-index .owl-nav .owl-next:hover::before {
  width: 15px;
  opacity: 0;
  transition: width 0.6scubic-bezier 0.77, 0, 0.175, 1, opacity 0.5scubic-bezier 0.77, 0, 0.175, 1 0.3s;
}
.hot-news-index .lits-news-index .owl-nav .owl-prev {
  left: 0;
}
.hot-news-index .lits-news-index .owl-nav .owl-prev svg {
  transform: rotate(180deg);
}
.hot-news-index .lits-news-index .owl-nav .owl-prev::after {
  position: absolute;
  content: "";
  margin-left: 7px;
  display: inline-block;
  top: 50%;
  left: 100%;
  transform: translateX(-25%);
  width: 55px;
  height: 1px;
  background-color: #ccc;
  transition: width 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transform-origin: right;
  font-weight: 900;
  color: #fff;
  font-size: 18px;
}
@media (max-width: 768px) {
  .hot-news-index .lits-news-index .owl-nav .owl-prev::after {
    display: none;
  }
}
.hot-news-index .lits-news-index .owl-nav .owl-next {
  right: 0px;
}
.hot-news-index .lits-news-index .owl-nav .owl-next::before {
  position: absolute;
  content: "";
  margin-left: 7px;
  display: inline-block;
  top: 50%;
  right: 90%;
  width: 55px;
  height: 1px;
  background-color: #ccc;
  transition: width 0.6scubic-bezier 0.77, 0, 0.175, 1, opacity 0.5scubic-bezier 0.77, 0, 0.175, 1;
  transform-origin: right;
}
@media (max-width: 768px) {
  .hot-news-index .lits-news-index .owl-nav .owl-next::before {
    display: none;
  }
}
.hot-news-index .lits-news-index .owl-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.hot-news-index .lits-news-index .owl-dots .owl-dot span {
  border-radius: 0px;
  height: 2px;
  width: 40px;
  margin: 0;
}
@media (max-width: 767px) {
  .hot-news-index .lits-news-index .owl-dots .owl-dot span {
    width: 20px;
  }
}
.hot-news-index .lits-news-index .owl-dots .owl-dot.active span {
  background: var(--main-color);
}
.hot-news-index .lits-news-index .trend-item .img {
  border-radius: 20px;
  aspect-ratio: 425/241;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.hot-news-index .lits-news-index .trend-item .img:hover img {
  transform: scale(1.1);
}
.hot-news-index .lits-news-index .trend-item .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: all 0.3s ease-in;
}
.hot-news-index .lits-news-index .trend-item .tags {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
.hot-news-index .lits-news-index .trend-item .tags a {
  padding: 0 15px;
  background: transparent;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: mon-regu;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 20px;
  font-size: 14px;
}
.hot-news-index .lits-news-index .trend-item .tags a:hover {
  background: var(--main-color);
  color: var(--color-white);
}
.hot-news-index .lits-news-index .trend-item .txt h3 {
  color: #333;
  font-family: mon-semi;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.hot-news-index .lits-news-index .trend-item .txt h3 a {
  color: #333;
  font-family: mon-semi;
  font-size: 20px;
  font-weight: 600;
  min-height: 48px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.hot-news-index .lits-news-index .trend-item .txt h3 a:hover {
  color: var(--main-color);
}
.hot-news-index .lits-news-index .trend-item .txt h3 a font {
  color: #333;
  font-family: mon-semi;
  font-size: 20px;
  font-weight: 600;
}
.hot-news-index .lits-news-index .trend-item .txt h3 font {
  color: #333;
  font-family: mon-semi;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .hot-news-index .lits-news-index .trend-item .txt h3 {
    font-size: 14px;
  }
  .hot-news-index .lits-news-index .trend-item .txt h3 a {
    min-height: initial;
  }
  .hot-news-index .lits-news-index .trend-item .txt h3 a, .hot-news-index .lits-news-index .trend-item .txt h3 font {
    font-size: 14px;
  }
}
.hot-news-index .lits-news-index .trend-item .txt .desc {
  color: #333;
  font-family: mon-regu;
  font-size: 16px;
  font-weight: 400;
}
.hot-news-index .lits-news-index .trend-item .txt .desc div,
.hot-news-index .lits-news-index .trend-item .txt .desc p,
.hot-news-index .lits-news-index .trend-item .txt .desc ul,
.hot-news-index .lits-news-index .trend-item .txt .desc li {
  color: #333;
  font-family: mon-regu;
  font-size: 16px;
  font-weight: 400;
  min-height: 48px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.hot-news-index .lits-news-index .trend-item .txt .desc div font,
.hot-news-index .lits-news-index .trend-item .txt .desc p font,
.hot-news-index .lits-news-index .trend-item .txt .desc ul font,
.hot-news-index .lits-news-index .trend-item .txt .desc li font {
  color: #333;
  font-family: mon-regu;
  font-size: 16px;
  font-weight: 400;
}

@keyframes draw_draw {
  100% {
    stroke-dashoffset: 0;
  }
}
@media (min-width: 1200px) {
  .dropdown-li {
    padding-right: 20px;
    position: relative;
  }
  .dropdown-li::after {
    content: "";
    position: absolute;
    top: 50%;
    height: 0;
    left: auto;
    border: solid currentColor;
    border-width: 0 2px 2px 0;
    padding: 2px;
    transform: rotate(45deg) translateY(-2px);
    right: 6px;
    margin-top: -2px;
  }
}
@keyframes slide-har2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slide-har3 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
.detail-customers {
  margin: 10px 0;
}
.detail-customers .container.row {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  gap: 30px;
}
.detail-customers .container.row .left {
  width: 100%;
}
.detail-customers .container.row .left .title {
  line-height: 1.5;
  display: block;
  margin: 0;
  text-align: center;
  text-align: left;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.detail-customers .container.row .left .title h1, .detail-customers .container.row .left .title h2 {
  font-family: mon-semi;
  font-size: 24px;
  color: var(--main-color);
}
@media (max-width: 991px) {
  .detail-customers .container.row .left .title h1, .detail-customers .container.row .left .title h2 {
    font-size: 20px;
  }
}
.detail-customers .container.row .left .title::before, .detail-customers .container.row .left .title::after {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  background-color: var(--main-color);
}
.detail-customers .container.row .left .title::before {
  width: 42px;
  bottom: 2px;
}
.detail-customers .container.row .left .title::after {
  width: 60px;
  bottom: 6px;
}
.detail-customers .container.row .left > .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detail-customers .container.row .left > .tit .name {
  line-height: 1.5;
  display: block;
  margin: 0;
  text-align: center;
  text-align: left;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  margin-bottom: 10px;
}
.detail-customers .container.row .left > .tit .name h1, .detail-customers .container.row .left > .tit .name h2 {
  font-family: mon-semi;
  font-size: 24px;
  color: var(--main-color);
}
@media (max-width: 991px) {
  .detail-customers .container.row .left > .tit .name h1, .detail-customers .container.row .left > .tit .name h2 {
    font-size: 20px;
  }
}
.detail-customers .container.row .left > .tit .name::before, .detail-customers .container.row .left > .tit .name::after {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  background-color: var(--main-color);
}
.detail-customers .container.row .left > .tit .name::before {
  width: 42px;
  bottom: 2px;
}
.detail-customers .container.row .left > .tit .name::after {
  width: 60px;
  bottom: 6px;
}
.detail-customers .container.row .left > .tit .name h1 {
  color: var(--color-text);
}
.detail-customers .container.row .left > .tit .name .link-customer {
  display: block;
  font-family: mon-medi;
  font-size: 14px;
  color: #333;
}
.detail-customers .container.row .left > .tit .name .link-customer:hover {
  color: var(--main-color);
  cursor: pointer;
}
.detail-customers .container.row .left > .tit .logo {
  width: 30%;
  display: flex;
  justify-content: right;
}
@media (max-width: 765px) {
  .detail-customers .container.row .left > .tit {
    flex-direction: column;
  }
  .detail-customers .container.row .left > .tit .name,
  .detail-customers .container.row .left > .tit .logo {
    width: 100%;
  }
  .detail-customers .container.row .left > .tit .logo {
    margin-bottom: 15px;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .detail-customers .container.row .left > .tit .logo img {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .detail-customers .container.row .left .detail-content {
    padding-right: 0;
  }
}
.detail-customers .container.row .right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.detail-customers .container.row .right > .tit {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.detail-customers .container.row .right > .tit .name {
  line-height: 1.5;
  display: block;
  margin: 0;
  text-align: center;
  text-align: left;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  margin-bottom: 10px;
  text-align: left;
}
.detail-customers .container.row .right > .tit .name h1, .detail-customers .container.row .right > .tit .name h2 {
  font-family: mon-semi;
  font-size: 24px;
  color: var(--main-color);
}
@media (max-width: 991px) {
  .detail-customers .container.row .right > .tit .name h1, .detail-customers .container.row .right > .tit .name h2 {
    font-size: 20px;
  }
}
.detail-customers .container.row .right > .tit .name::before, .detail-customers .container.row .right > .tit .name::after {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  background-color: var(--main-color);
}
.detail-customers .container.row .right > .tit .name::before {
  width: 42px;
  bottom: 2px;
}
.detail-customers .container.row .right > .tit .name::after {
  width: 60px;
  bottom: 6px;
}
.detail-customers .container.row .right > .tit .name h1 {
  color: var(--color-text);
}
.detail-customers .container.row .right > .tit .name .link-customer {
  display: block;
  font-family: mon-medi;
  font-size: 14px;
  color: #333;
}
.detail-customers .container.row .right > .tit .name .link-customer:hover {
  color: var(--main-color);
  cursor: pointer;
}
.detail-customers .container.row .right > .tit .logo {
  width: 30%;
  display: flex;
  justify-content: right;
}
@media (max-width: 767px) {
  .detail-customers .container.row .right > .tit {
    flex-direction: column;
  }
  .detail-customers .container.row .right > .tit .name,
  .detail-customers .container.row .right > .tit .logo {
    width: 100%;
  }
  .detail-customers .container.row .right > .tit .logo {
    margin-bottom: 15px;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .detail-customers .container.row .right > .tit .logo img {
    height: 100%;
  }
}
.detail-customers .container.row .right .flex-button {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .detail-customers .container.row .right .flex-button {
    gap: 5px;
  }
}
.detail-customers .container.row .right .flex-button .btn-design {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (min-width: 1400px) and (max-width: 1499px) {
  .detail-customers .container.row .right .flex-button .btn-design {
    margin-top: 15px;
  }
}
.detail-customers .container.row .right .flex-button .btn-design:hover svg path {
  fill: var(--main-color);
  stroke: var(--main-color);
}
.detail-customers .container.row .right .flex-button .icon {
  width: 20px;
  height: 20px;
}
.detail-customers .container.row .right .flex-button .icon svg {
  max-width: 100%;
  max-height: 100%;
  width: initial;
  height: initial;
  object-fit: contain;
}
.detail-customers .container.row .right .flex-button .icon svg path {
  fill: #fff;
  stroke: #fff;
}
.detail-customers .container.row .right .flex-button .link-website {
  background: var(--color-gray-2);
  border-color: var(--color-gray-2);
}
.detail-customers .container.row .right .flex-button .link-website:hover {
  background: var(--color-white);
  border-color: var(--color-gray-2);
  color: var(--color-gray-2);
}
.detail-customers .container.row .right .flex-button .link-website:hover svg path {
  fill: var(--color-gray-2);
  stroke: var(--color-gray-2);
}
.detail-customers .container.row .right .flex-button .zl {
  background: var(--color-zl);
  border-color: var(--color-zl);
}
.detail-customers .container.row .right .flex-button .zl:hover {
  background: var(--color-white);
  border-color: var(--color-zl);
  color: var(--color-zl);
}
.detail-customers .container.row .right .flex-button .zl:hover svg path {
  fill: var(--color-zl);
  stroke: var(--color-zl);
}
@media (max-width: 768px) {
  .detail-customers .container.row {
    flex-direction: column-reverse;
    gap: 15px;
  }
  .detail-customers .container.row .left,
  .detail-customers .container.row .right {
    width: 100%;
    height: 100%;
  }
}

.simulator {
  margin-bottom: 30px;
  position: relative;
}
.simulator .flex-button {
  position: absolute;
  bottom: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  width: 100%;
}
@media (max-width: 767px) {
  .simulator .flex-button {
    gap: 10px;
  }
}
.simulator .flex-button .btn-design {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (min-width: 1400px) and (max-width: 1499px) {
  .simulator .flex-button .btn-design {
    margin-top: 15px;
  }
}
.simulator .flex-button .btn-design:hover svg path {
  fill: var(--main-color);
  stroke: var(--main-color);
}
.simulator .flex-button .icon {
  width: 20px;
  height: 20px;
}
.simulator .flex-button .icon svg {
  max-width: 100%;
  max-height: 100%;
  width: initial;
  height: initial;
  object-fit: contain;
}
.simulator .flex-button .icon svg path {
  fill: #fff;
  stroke: #fff;
}
.simulator .flex-button .link-website {
  background: var(--color-white);
  border-color: var(--color-gray-2);
  color: var(--color-gray-2);
}
.simulator .flex-button .link-website svg path {
  fill: var(--color-gray-2);
  stroke: var(--color-gray-2);
}
.simulator .flex-button .link-website:hover {
  background: var(--color-gray);
  border-color: var(--color-gray);
}
.simulator .flex-button .link-website:hover svg path {
  fill: var(--color-gray-2);
  stroke: var(--color-gray-2);
}
.simulator .flex-button .zl {
  background: var(--color-zl);
  border-color: var(--color-zl);
}
.simulator .flex-button .zl:hover {
  background: var(--color-white);
  border-color: var(--color-zl);
  color: var(--color-zl);
}
.simulator .flex-button .zl:hover svg path {
  fill: var(--color-zl);
  stroke: var(--color-zl);
}

.mac-simulator {
  position: relative;
  aspect-ratio: 1490/859;
  background: url(/html/style/images2/macbook.webp) no-repeat;
  background-size: contain;
  background-position: center;
  margin: auto;
  width: 1490px;
  height: initial;
}
@media (max-width: 1920px) {
  .mac-simulator {
    height: calc(100vh - 95px);
    width: initial;
  }
}
@media (max-width: 1200px) {
  .mac-simulator {
    width: 100%;
    height: initial;
  }
}
.mac-simulator .img {
  position: absolute;
  top: 18px;
  left: 167px;
  overflow: hidden;
  height: 744px;
  border-radius: 12px 12px 0;
  aspect-ratio: 1163/744;
}
@media (max-width: 1600px) {
  .mac-simulator .img {
    top: 2%;
    left: 11%;
    max-width: 78%;
    aspect-ratio: 1290/825;
    height: initial;
  }
}
@media (max-width: 767px) {
  .mac-simulator .img {
    border-radius: 0;
  }
}
.mac-simulator .img:hover img {
  transform: translateY(calc(-100% + 745px));
  transition: 5s linear;
}
@media (max-width: 767px) {
  .mac-simulator .img:hover img {
    transform: translateY(calc(-100% + 170px));
  }
}
.mac-simulator .img img {
  transform: translateY(0);
  height: auto;
  display: inline-block;
  vertical-align: middle;
  transition: 7s linear;
}
@media (max-width: 767px) {
  .mac-simulator {
    position: relative;
    border: 10px solid #333;
    background: initial;
    margin-bottom: 15px;
    width: 100vw;
    margin-left: -15px;
    margin-top: -10px;
  }
  .mac-simulator .img {
    position: static;
    max-width: 100%;
    height: 100%;
  }
}
.mac-simulator .mb-screen {
  position: absolute;
  aspect-ratio: 4/3;
  background: url(/html/style/images2/apple-iphone-17-pro-max-2025-medium.webp) no-repeat;
  background-size: cover;
  background-position: center;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: top center;
  width: 228px;
  height: 470px;
  overflow: hidden;
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 768px) and (max-width: 990px) {
  .mac-simulator .mb-screen {
    width: 150px;
    height: 320px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .mac-simulator .mb-screen {
    width: 80px;
    height: 170px;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
    background-size: contain;
  }
}
@media (max-width: 768px) {
  .mac-simulator .mb-screen {
    display: none;
  }
}
.mac-simulator .mb-screen .img-mb {
  height: 454px;
  overflow: hidden;
  border-radius: 35px;
}
@media (min-width: 768px) and (max-width: 990px) {
  .mac-simulator .mb-screen .img-mb {
    height: 310px;
    overflow: hidden;
    border-radius: 23px;
  }
}
@media (max-width: 767px) {
  .mac-simulator .mb-screen .img-mb {
    height: 158px;
    overflow: hidden;
    border-radius: 10px;
  }
}
.mac-simulator .mb-screen .img-mb:hover img {
  transform: translateY(calc(-100% + 520px));
  transition: 7s linear;
}
@media (max-width: 767px) {
  .mac-simulator .mb-screen .img-mb:hover img {
    transform: translateY(calc(-100% + 170px));
  }
}
.mac-simulator .mb-screen .img-mb img {
  transform: translateY(0);
  height: auto;
  display: inline-block;
  vertical-align: middle;
  transition: 7s linear;
}
.mac-simulator .btn-design {
  margin-top: 15px;
  align-items: center;
}

.banner-simple .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px;
}
@media (max-width: 767px) {
  .banner-simple .container {
    flex-direction: column;
    gap: 15px;
  }
}
.banner-simple .container .left {
  width: calc(56% - 60px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .banner-simple .container .left {
    width: 100%;
  }
}
.banner-simple .container .left h1 {
  font-family: mon-semi;
  font-weight: 600;
  font-size: 26px;
  text-transform: uppercase;
  color: var(--main-color);
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .banner-simple .container .left h1 {
    font-size: 20px;
  }
}
.banner-simple .container .left h1 font {
  font-family: mon-semi;
  font-size: 26px;
  font-weight: 600;
}
.banner-simple .container .left .description {
  margin-bottom: 15px;
}
.banner-simple .container .left .description p {
  font-family: mon-semi;
  font-size: 30px;
  color: var(--color-text);
  line-height: 1.2;
}
@media (max-width: 767px) {
  .banner-simple .container .left .description p {
    font-size: 28px !important;
  }
}
.banner-simple .container .left .description p font {
  font-family: mon-semi;
  font-size: 40px;
  color: var(--color-text);
}
.banner-simple .container .left .info p {
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .banner-simple .container .left .info p {
    font-size: 14px;
  }
}
.banner-simple .container .left .domain-check {
  margin-top: 20px;
  width: 100%;
  padding: 15px 20px 15px 30px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3490196078);
  border-radius: 39px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border: 1px solid transparent;
}
.banner-simple .container .left .domain-check.error {
  border: 1px solid red;
}
.banner-simple .container .left .domain-check.error input {
  color: red;
}
.banner-simple .container .left .domain-check.error input::placeholder {
  color: red;
}
@media (max-width: 767px) {
  .banner-simple .container .left .domain-check {
    padding: 2px 2px 2px 10px;
  }
}
.banner-simple .container .left .domain-check input {
  width: 100%;
  border: none;
  outline: none;
  font-family: mon-regu;
  font-weight: 400;
  font-size: 16px;
  height: 47px;
}
@media (max-width: 767px) {
  .banner-simple .container .left .domain-check input {
    border-radius: 39px;
    font-size: 14px;
  }
}
.banner-simple .container .left .domain-check input::placeholder {
  font-family: mon-regu;
  font-weight: 400;
  font-size: 16px;
  text-align: justify;
}
@media (max-width: 767px) {
  .banner-simple .container .left .domain-check input::placeholder {
    font-size: 14px;
  }
}
.banner-simple .container .left .domain-check button {
  height: 47px;
  padding: 0 25px;
  border-radius: 25px;
  border: 1px solid var(--main-color);
  background: var(--color-contact);
  font-family: mon-bold;
  font-weight: 700;
  font-size: 16px;
  text-align: justify;
  color: var(--color-white);
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
}
.banner-simple .container .left .domain-check button:disabled, .banner-simple .container .left .domain-check button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.banner-simple .container .left .domain-check button:hover {
  border: 1px solid var(--color-text);
  background: transparent;
  color: var(--color-text);
}
.banner-simple .container .left .domain-check button:hover svg {
  fill: #333;
}
@media (max-width: 767px) {
  .banner-simple .container .left .domain-check button {
    height: 44px;
    font-size: 0;
    gap: 0;
    padding: 0 13px;
  }
}
.banner-simple .container .right {
  width: 44%;
  aspect-ratio: 630/591;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .banner-simple .container .right {
    width: 100%;
    aspect-ratio: unset;
    display: none;
  }
}
.banner-simple .container .right img {
  max-width: 100%;
  max-height: 100%;
  width: initial;
  height: initial;
  object-fit: contain;
}

.w-domain .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 77px;
}
@media (max-width: 767px) {
  .w-domain .container {
    gap: 15px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.w-domain .container .left {
  width: 46%;
}
@media (max-width: 767px) {
  .w-domain .container .left {
    width: 100%;
  }
}
.w-domain .container .left .img {
  aspect-ratio: 613/452;
  display: flex;
  justify-content: center;
  align-items: center;
}
.w-domain .container .left .img img {
  max-width: 100%;
  max-height: 100%;
  width: initial;
  height: initial;
  object-fit: contain;
}
.w-domain .container .right {
  width: calc(54% - 77px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .w-domain .container .right {
    width: 100%;
  }
}
.w-domain .container .right h2 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .w-domain .container .right h2 {
    margin-bottom: 15px;
  }
}
.w-domain .container .right .description p,
.w-domain .container .right .description div,
.w-domain .container .right .description li {
  font-family: mon-regu;
  font-weight: 400;
  font-size: 16px;
  text-align: justify;
  margin-bottom: 15px;
}
.w-domain .container .right .description p font,
.w-domain .container .right .description div font,
.w-domain .container .right .description li font {
  font-family: mon-regu;
  font-weight: 400;
  font-size: 16px;
  text-align: justify;
}

.domain-2 .title {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .domain-2 .title {
    margin-bottom: 15px;
  }
}
.domain-2 .flex-domain-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 32px;
}
@media (max-width: 767px) {
  .domain-2 .flex-domain-2 {
    gap: 15px;
  }
}
.domain-2 .flex-domain-2 .item {
  width: calc((100% - 96px) / 4);
  padding: 35px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #EBEBEB;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .domain-2 .flex-domain-2 .item {
    width: 100%;
    padding: 15px;
  }
}
.domain-2 .flex-domain-2 .item .icon {
  width: 76px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.domain-2 .flex-domain-2 .item .icon svg {
  max-width: 100%;
  max-height: 100%;
  width: initial;
  height: initial;
  object-fit: contain;
}
.domain-2 .flex-domain-2 .item .icon svg path {
  fill: var(--main-color);
}
.domain-2 .flex-domain-2 .item .title-name {
  font-family: mon-semi;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}
.domain-2 .flex-domain-2 .item .title-name font {
  font-family: mon-semi;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}
.domain-2 .flex-domain-2 .item .desc div,
.domain-2 .flex-domain-2 .item .desc p,
.domain-2 .flex-domain-2 .item .desc li {
  font-family: mon-regu;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
.domain-2 .flex-domain-2 .item .desc div font,
.domain-2 .flex-domain-2 .item .desc p font,
.domain-2 .flex-domain-2 .item .desc li font {
  font-family: mon-regu;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}

.domain-3 .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 77px;
}
@media (max-width: 767px) {
  .domain-3 .container {
    gap: 15px;
    flex-wrap: wrap;
  }
}
.domain-3 .container .left {
  width: calc(53% - 77px);
}
@media (max-width: 767px) {
  .domain-3 .container .left {
    width: 100%;
  }
}
.domain-3 .container .left .subtitle {
  display: inline-block;
  font-family: mon-medi;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--main-color);
  margin-bottom: 15px;
}
.domain-3 .container .left .title {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .domain-3 .container .left .title {
    margin-bottom: 15px;
  }
}
.domain-3 .container .left .flex-left {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 767px) {
  .domain-3 .container .left .flex-left {
    gap: 15px;
  }
}
.domain-3 .container .left .flex-left .item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .domain-3 .container .left .flex-left .item {
    gap: 15px;
  }
}
.domain-3 .container .left .flex-left .item .icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 88px;
  height: 88px;
  background: #FFFFFF;
  opacity: 1;
  box-shadow: 0px 0px 10px 0px rgba(157, 157, 157, 0.2509803922);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.domain-3 .container .left .flex-left .item .icon svg {
  max-width: 100%;
  max-height: 100%;
  width: initial;
  height: initial;
  object-fit: contain;
}
.domain-3 .container .left .flex-left .item .icon svg path {
  fill: var(--main-color);
}
.domain-3 .container .left .flex-left .item .info {
  padding-left: 113px;
}
@media (max-width: 767px) {
  .domain-3 .container .left .flex-left .item .info {
    padding-left: 113px;
  }
}
.domain-3 .container .right {
  width: 47%;
}
@media (max-width: 767px) {
  .domain-3 .container .right {
    width: 100%;
  }
}
.domain-3 .container .right .img {
  aspect-ratio: 625/453;
  display: flex;
  justify-content: center;
  align-items: center;
}
.domain-3 .container .right .img img {
  max-width: 100%;
  max-height: 100%;
  width: initial;
  height: initial;
  object-fit: contain;
}

.domain-4 .subtitle {
  display: inline-block;
  font-family: mon-medi;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: var(--main-color);
  text-align: center;
  width: 100%;
}
.domain-4 .title {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .domain-4 .title {
    margin-bottom: 15px;
  }
}
.domain-4 .flex-domain-4 {
  display: flex;
  flex-direction: row;
  gap: 38px;
}
@media (max-width: 767px) {
  .domain-4 .flex-domain-4 {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.domain-4 .flex-domain-4 .item {
  width: calc((100% - 76px) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  border: 1px solid #EBEBEB;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .domain-4 .flex-domain-4 .item {
    width: 100%;
    padding: 15px;
  }
}
.domain-4 .flex-domain-4 .item .icon {
  aspect-ratio: 1;
  width: 123px;
  height: 123px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.domain-4 .flex-domain-4 .item .icon img {
  max-width: 100%;
  max-height: 100%;
  width: initial;
  height: initial;
  object-fit: contain;
}
.domain-4 .flex-domain-4 .item .title-name {
  font-family: mon-semi;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}
.domain-4 .flex-domain-4 .item .desc div,
.domain-4 .flex-domain-4 .item .desc p,
.domain-4 .flex-domain-4 .item .desc li {
  font-family: mon-regu;
  font-weight: 400;
  font-size: 16px;
  text-align: justify;
}

.domain-5 .title {
  text-align: center;
  margin-bottom: 15px;
}
.domain-5 .description {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .domain-5 .description {
    margin-bottom: 15px;
  }
}
.domain-5 .description div,
.domain-5 .description p,
.domain-5 .description li {
  text-align: center;
  font-family: mon-regu;
  font-weight: 400;
  font-size: 16px;
}
.domain-5 .flex-left-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 130px;
}
@media (max-width: 767px) {
  .domain-5 .flex-left-right {
    gap: 15px;
    flex-wrap: wrap;
  }
}
.domain-5 .flex-left-right .right {
  width: calc(60% - 130px);
}
@media (max-width: 767px) {
  .domain-5 .flex-left-right .right {
    width: 100%;
  }
}
.domain-5 .flex-left-right .right .list-no {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 767px) {
  .domain-5 .flex-left-right .right .list-no {
    gap: 15px;
  }
}
.domain-5 .flex-left-right .right .list-no li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
  padding-left: 67px;
}
.domain-5 .flex-left-right .right .list-no li .no {
  position: absolute;
  top: 0;
  left: 0;
  width: 47px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: mon-semi;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2509803922);
  background: var(--main-color);
  border-radius: 50%;
  color: var(--color-white);
}
.domain-5 .flex-left-right .right .list-no li .title-name {
  font-family: mon-semi;
  font-weight: 600;
  font-size: 20px;
  color: var(--color-text);
}
.domain-5 .flex-left-right .right .list-no li .desc div,
.domain-5 .flex-left-right .right .list-no li .desc p,
.domain-5 .flex-left-right .right .list-no li .desc li {
  font-family: mon-regu;
  font-weight: 400;
  font-size: 16px;
}
.domain-5 .flex-left-right .left {
  width: 40%;
}
@media (max-width: 767px) {
  .domain-5 .flex-left-right .left {
    width: 100%;
  }
}
.domain-5 .flex-left-right .left .img {
  aspect-ratio: 533/515;
  display: flex;
  justify-content: center;
  align-items: center;
}
.domain-5 .flex-left-right .left .img img {
  max-width: 100%;
  max-height: 100%;
  width: initial;
  height: initial;
  object-fit: contain;
}

.w-hosting .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.w-hosting .container .title {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .w-hosting .container .title {
    margin-bottom: 15px;
  }
}
.w-hosting .container .description {
  font-family: mon-regu;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  max-width: 800px;
}
.w-hosting .container .description p {
  font-family: mon-regu;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
.w-hosting .container .description p font {
  font-family: mon-regu;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}

.hosting-2 .title {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .hosting-2 .title {
    margin-bottom: 15px;
  }
}
.hosting-2 .flex-grid-5 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 29px;
}
@media (max-width: 767px) {
  .hosting-2 .flex-grid-5 {
    gap: 15px;
  }
}
.hosting-2 .flex-grid-5 .item {
  width: calc((100% - 116px) / 5);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 20px;
  padding: 25px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .hosting-2 .flex-grid-5 .item {
    width: 100%;
    padding: 15px;
  }
}
.hosting-2 .flex-grid-5 .item .icon {
  width: 126px;
  height: 126px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.hosting-2 .flex-grid-5 .item .icon img {
  max-width: 100%;
  max-height: 100%;
  width: initial;
  height: initial;
  object-fit: contain;
}
.hosting-2 .flex-grid-5 .item .title-name {
  font-family: mon-semi;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}

.hosting-3 .title {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .hosting-3 .title {
    margin-bottom: 15px;
  }
}
.hosting-3 .flex-rows {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 80px;
}
@media (max-width: 767px) {
  .hosting-3 .flex-rows {
    gap: 15px;
  }
}
.hosting-3 .flex-rows .left {
  width: calc(60% - 80px);
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 767px) {
  .hosting-3 .flex-rows .left {
    gap: 15px;
    width: 100%;
  }
}
.hosting-3 .flex-rows .left .row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 60px;
}
@media (max-width: 767px) {
  .hosting-3 .flex-rows .left .row {
    gap: 15px;
    flex-direction: column;
  }
}
.hosting-3 .flex-rows .left .row .item {
  display: flex;
  flex-direction: row;
  width: calc((100% - 60px) / 2);
  gap: 15px;
}
@media (max-width: 767px) {
  .hosting-3 .flex-rows .left .row .item {
    width: 100%;
  }
}
.hosting-3 .flex-rows .left .row .item .icon svg path {
  fill: var(--main-color);
}
.hosting-3 .flex-rows .left .row .item .title-name {
  font-family: mon-semi;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}
.hosting-3 .flex-rows .right {
  width: 40%;
}
@media (max-width: 767px) {
  .hosting-3 .flex-rows .right {
    width: 100%;
  }
}

.hosting-4 .title {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .hosting-4 .title {
    margin-bottom: 15px;
  }
}
.hosting-4 .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hosting-4 .description {
  margin-bottom: 30px;
  max-width: 800px;
}
@media (max-width: 767px) {
  .hosting-4 .description {
    margin-bottom: 15px;
    max-width: 100%;
  }
}
.hosting-4 .description div,
.hosting-4 .description p,
.hosting-4 .description li {
  font-family: mon-regu;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
.hosting-4 .flex-rows {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .hosting-4 .flex-rows {
    gap: 15px;
  }
}
.hosting-4 .flex-rows .item {
  width: calc((100% - 20px) / 2);
  background: #F7F7F7;
  display: flex;
  flex-direction: row;
  gap: 25px;
  padding: 40px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .hosting-4 .flex-rows .item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 15px;
    padding: 15px;
  }
}
.hosting-4 .flex-rows .item .title-name {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .hosting-4 .flex-rows .item .title-name {
    text-align: center;
  }
}
.hosting-4 .flex-rows .item .desc div,
.hosting-4 .flex-rows .item .desc p,
.hosting-4 .flex-rows .item .desc li {
  font-family: mon-regu;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 767px) {
  .hosting-4 .flex-rows .item .desc div,
  .hosting-4 .flex-rows .item .desc p,
  .hosting-4 .flex-rows .item .desc li {
    text-align: center;
  }
}

.hosting-5 .title {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .hosting-5 .title {
    margin-bottom: 15px;
  }
}
.hosting-5 .flex-rows {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 80px;
}
@media (max-width: 767px) {
  .hosting-5 .flex-rows {
    gap: 15px;
  }
}
.hosting-5 .flex-rows .item {
  width: calc((100% - 240px) / 4);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .hosting-5 .flex-rows .item {
    width: 100%;
  }
}
.hosting-5 .flex-rows .item .icon {
  width: 76px;
  height: 76px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.hosting-5 .flex-rows .item .icon svg {
  max-width: 100%;
  max-height: 100%;
  width: initial;
  height: initial;
  object-fit: contain;
}
.hosting-5 .flex-rows .item .icon svg path {
  fill: var(--main-color);
}
.hosting-5 .flex-rows .item .title-name {
  font-family: mon-semi;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}
.hosting-5 .flex-rows .item .desc div,
.hosting-5 .flex-rows .item .desc p,
.hosting-5 .flex-rows .item .desc li {
  font-family: mon-regu;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}

.hosting-6 .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 90px;
}
@media (max-width: 767px) {
  .hosting-6 .container {
    gap: 15px;
  }
}
.hosting-6 .container .left {
  width: 40%;
}
@media (max-width: 767px) {
  .hosting-6 .container .left {
    width: 100%;
  }
}
.hosting-6 .container .right {
  width: calc(60% - 90px);
}
@media (max-width: 767px) {
  .hosting-6 .container .right {
    width: 100%;
  }
}
.hosting-6 .container .right .title {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .hosting-6 .container .right .title {
    margin-bottom: 15px;
  }
}
.hosting-6 .container .right .list-hosting {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
@media (max-width: 767px) {
  .hosting-6 .container .right .list-hosting {
    gap: 15px;
  }
}
.hosting-6 .container .right .list-hosting li {
  position: relative;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .hosting-6 .container .right .list-hosting li {
    padding-left: 35px;
  }
}
.hosting-6 .container .right .list-hosting li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("/html/style/images2/check-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.hosting-7.padding-landing {
  padding-bottom: 0;
  margin-bottom: 50px;
}
.hosting-7 .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 160px;
}
@media (max-width: 767px) {
  .hosting-7 .container {
    gap: 15px;
  }
}
.hosting-7 .container .left {
  width: calc(55% - 160px);
}
@media (max-width: 767px) {
  .hosting-7 .container .left {
    width: 100%;
  }
}
.hosting-7 .container .left .title {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .hosting-7 .container .left .title {
    margin-bottom: 15px;
  }
}
.hosting-7 .container .left .desc {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .hosting-7 .container .left .desc {
    margin-bottom: 15px;
  }
}
.hosting-7 .container .left .desc div,
.hosting-7 .container .left .desc p {
  font-family: mon-regu;
  font-weight: 400;
  font-size: 16px;
}
.hosting-7 .container .left .subtitle {
  font-family: mon-bold;
  font-weight: 700;
  font-style: Italic;
  font-size: 16px;
}
.hosting-7 .container .right {
  width: 45%;
}
@media (max-width: 767px) {
  .hosting-7 .container .right {
    width: 100%;
  }
}

.hosting-8.padding-landing {
  padding-top: 0;
}
.hosting-8 .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 767px) {
  .hosting-8 .container {
    gap: 15px;
  }
}
.hosting-8 .container .item {
  width: calc((100% - 80px) / 3);
  padding: 35px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #DEDEDE;
}
@media (max-width: 767px) {
  .hosting-8 .container .item {
    width: 100%;
    padding: 15px;
  }
}
.hosting-8 .container .item .img {
  width: 237px;
  height: 122px;
  aspect-ratio: 237/122;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.hosting-8 .container .item .img img {
  max-width: 100%;
  max-height: 100%;
  width: initial;
  height: initial;
  object-fit: contain;
}
.hosting-8 .container .item .title-name {
  font-family: mon-semi;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}
.hosting-8 .container .item .desc div,
.hosting-8 .container .item .desc p {
  font-family: mon-regu;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}

.whois-result {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 50px;
}
.whois-result .row {
  width: 100%;
}
.whois-result .row .domain-name {
  border: solid 1px #E0E0E0;
  border-radius: 20px;
  padding: 25px;
  background: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .whois-result .row .domain-name {
    padding: 15px;
    flex-direction: column;
  }
}
.whois-result .row .domain-name .btn-design {
  margin-top: 0;
}
.whois-result .row .domain-name span {
  color: #6D6E70;
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: normal;
  padding-top: 4px;
}
@media (max-width: 767px) {
  .whois-result .row .domain-name span {
    padding-left: 0px;
    padding-top: 0px;
    text-align: center;
  }
}
.whois-result .row .domain-name .error {
  color: red;
}
.whois-result .row .domain-name .flex {
  display: flex;
  gap: 10px;
  align-items: center;
}
.whois-result .row .domain-name .whois-used {
  color: #6D6E70;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
.whois-result .row .domain-name .infomation-domain {
  width: 100%;
}
.whois-result .row .domain-name .infomation-domain p {
  width: 40%;
  display: flex;
  gap: 10px;
  font-size: 15px;
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}
@media (max-width: 767px) {
  .whois-result .row .domain-name .infomation-domain p {
    width: 100%;
    display: block;
  }
}
.whois-result .row .domain-name .infomation-domain p:last-child {
  border-bottom: none;
}
.whois-result .row .domain-name .infomation-domain p span {
  display: block;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .whois-result .row .domain-name .infomation-domain p span {
    text-align: left;
    line-height: 1.5;
  }
}
.whois-result .row .domain-name .infomation-domain p span:first-child {
  display: flex;
  width: 40%;
  gap: 5px;
}
@media (max-width: 767px) {
  .whois-result .row .domain-name .infomation-domain p span:first-child {
    width: 100%;
    display: block;
  }
}
.whois-result .row .domain-name .infomation-domain p span:first-child svg {
  margin-top: 5px;
  fill: var(--main-color);
}
.whois-result .row .domain-name .infomation-domain p span:last-child {
  display: block;
  width: 60%;
}
@media (max-width: 767px) {
  .whois-result .row .domain-name .infomation-domain p span:last-child {
    width: 100%;
  }
}
.whois-result .row .domain-name .infomation-domain p span:last-child span {
  display: block;
  padding-bottom: 5px;
}
.whois-result .row .domain-name .infomation-domain p span:last-child span:last-child {
  padding-bottom: 0;
}

.frequent-qa .title {
  text-align: center;
  margin-bottom: 30px;
}
.frequent-qa .list-qa .item {
  padding: 15px 0;
  border-bottom: 1px solid #CECECE;
  position: relative;
}
.frequent-qa .list-qa .item.active .icon {
  transform: rotate(180deg);
}
.frequent-qa .list-qa .item .icon {
  position: absolute;
  top: 15px;
  right: 0;
  width: 14px;
  height: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
}
.frequent-qa .list-qa .item .icon svg {
  max-width: 100%;
  max-height: 100%;
  width: initial;
  height: initial;
  object-fit: contain;
}
.frequent-qa .list-qa .item .title-name {
  font-family: mon-semi;
  font-weight: 600;
  font-size: 20px;
  color: var(--color-text);
  cursor: pointer;
}
@media (max-width: 767px) {
  .frequent-qa .list-qa .item .title-name {
    padding-right: 20px;
    line-height: 1.4;
  }
}
.frequent-qa .list-qa .item .desc {
  display: none;
  margin-top: 15px;
  border-top: 1px solid #CECECE;
  padding-top: 15px;
}
.frequent-qa .list-qa .item .desc ol, .frequent-qa .list-qa .item .desc ul {
  padding-left: 30px;
  margin-top: 10px;
  line-height: 1.5;
}

.detail-domain {
  display: none;
}
.detail-domain.active {
  display: block;
}
@media (max-width: 767px) {
  .detail-domain.my-block {
    margin-top: 0;
  }
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
  display: none !important;
}

/*# sourceMappingURL=style.css.map */
