/* Import fonts */

@font-face {
  font-family: "BeVietnam";
  src: url("../css/font/BeVietnam-Regular.ttf")format("TrueType");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "BeVietnam";
  src: url("../css/font/BeVietnam-Italic.ttf")format("TrueType");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: "BeVietnam";
  src: url("../css/font/BeVietnam-Bold.ttf")format("TrueType");
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "League Spartan";
  src: url("../css/font/League_Spartan/league-spartan.ttf")format("TrueType");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "League Spartan";
  src: url("../css/font/League_Spartan/league-spartan-bold.ttf")format("TrueType");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "SVN-Abril-Fatface";
  src: url("../css/font/SVN-Abril-Fatface.ttf")format("TrueType");
  font-weight: 400;
  font-display: swap;
}

:root {
  --burger: #fff;
  --color-title: #00468c;
  --color-button: #0092d7;
  --color-text: #555555;
  --yellow: #f0da15;
  --lemon-yellow: #f0da15;
  --size: 16px;
  --skin: #fdf5f2;
  --xanh-bien: #095ba9;
  --xanh-bien-dam: #00468c;
  --blue-light-bg: #00468c;
  --font-title: "League Spartan", sans-serif;
  --font-product-title: "SVN-Abril-Fatface", serif;
}

html,
body {
  min-height: 100%;
  height: auto;
}

body {
  font-size: 16px;
  line-height: 1.5em;
  font-family: "BeVietnam";
  font-weight: 400;
  margin: 0;
}

a {
  text-decoration: none;
  color: var(--color-title);
}

.container {
  margin: auto;
  width: 100%;
}

.container-custom {
  padding: 0 15px;
  margin: 30px auto 0;
}

.text-bold {
  font-weight: bold !important;
}

.text-upper {
  text-transform: uppercase;
}

.text-color-button {
  color: var(--color-button) !important;
}

.section-title {
  font-size: 1.6em;
  line-height: 1.3em;
  font-weight: bold;
  font-family: 'BeVietnam';
  margin-bottom: 10px;
  text-align: center;
}

/* ----------------------------------------stars Header----------------------------------------- */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  transform: translateX(-100%);
  transition: all 0.5s;
}

.overlay.active {
  opacity: 1;
  display: block;
  transition: all 0.5s;
  transform: translateX(0);
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 999;
}

.header.has-bg {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 7), rgba(0, 0, 0, 0));
}

.header .headerbody {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  margin: 0 auto;
}

.header .headerbody .logo.min-hide {
  display: none;
}

.header .container,
.header .headerbody {
  height: 100%;
}

.header .logo img {
  height: 65px;
  width: auto;
}

.gtranslate_wrapper {
  color: #FFF;
  margin-left: auto;
  margin-right: 15px;
}

.gtranslate_wrapper a.glink img {
  opacity: 1;
  margin-right: 5px;
}

.header #menu-main {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 80%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  border-right: 1px solid var(--color-button);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transform: translateX(-100%);
  transition: all 0.4s;
  background-color: rgb(248, 252, 253);
}

.header #menu-main.active {
  transform: translateX(0);
}

.header #menu-main .menu {
  list-style: none;
  display: block;
  padding: 0 20px;
  margin-top: 30px;
  text-align: left;
}

.header #menu-main .mobile-logo {
  background-color: rgb(248, 252, 253);
  padding: 20px 20px 20px 0;
  position: relative;
}

.header #menu-main .mobile-logo img {
  width: 150px;
  height: auto;
  object-fit: cover;
}

.header #menu-main .menu li {
  list-style: none;
  padding: 12px 10px;
  border-bottom: 1px solid #e7e5e5;
}

.header #menu-main .menu li.item {
  position: relative;
}

.header #menu-main .menu li.item i {
  display: inline-block;
  margin-left: 10px;
  color: var(--color-button);
}

.header #menu-main .menu li.item>ul {
  padding-left: 10px;
  margin-top: 10px;
  display: none;
}

.header #menu-main .menu li.item ul li {
  border-bottom: unset;
  padding: 10px 0;
}

.header #menu-main .menu li.item ul li a {
  text-transform: capitalize;
  color: #000;
  font-weight: normal;
}

.header #menu-main .menu li.item.active>ul,
.header #menu-main .menu li.item:hover>ul {
  display: block;
}


.gt_selector {
  border: 0;
  height: 40px;
  width: 100px;
  color: #FFF;
  margin-right: 10px;
}

/* .header #menu-main .menu li.item:hover, .header #menu-main .menu li.item.active { background-color:var(--color-button); } */

.header #menu-main .menu li.item:hover a,
.header #menu-main .menu li.item.active a {
  /* color: var(--color-button); */
}

.header #menu-main .menu li.item .submenu {
  display: none;
}

.header #menu-main .menu li.item:hover a,
.header #menu-main .menu li.item.active svg {
  fill: #fff;
}

.header #menu-main .menu li.item .show-menu {
  position: absolute;
  right: 0;
  top: 8px;
  border-radius: 50%;
  padding: 2px 3px;
  border: none;
  display: none;
}

.header #menu-main .menu li .submenu {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
}

.header #menu-main .menu li .submenu li {
  border-bottom: none;
  border-top: 1px solid #e7e5e5;
}

.header #menu-main .menu li:last-child {
  border: none;
}

.header #menu-main .menu li a {
  text-decoration: none;
  color: var(--color-title);
  font-weight: bold;
  font-size: 1em;
  text-transform: uppercase;
}

.header .cart-icon {
  position: relative;
  display: none;
}

.header .cart-icon span {
  margin-left: 15%;
  display: block;
  top: -10px;
  right: -10px;
  position: absolute;
  padding: 2px 5px 2px 6px;
  color: #fff;
  border-radius: 50%;
  background-color: var(--color-button);
}

.header .menu-toggle {
  padding: 5px 8px 3px;
  cursor: pointer;
  transition: all 0.5s ease;
}

.header .menu-toggle a {
  display: none;
}

.header .menu-toggle svg {
  display: block;
}

/* Ẩn popup search */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999999;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.popup-overlay .popup {
  border-radius: 10px;
  text-align: center;
  transform: scale(0.5);
  transition: transform 0.3s ease;
  width: 50%;
}

.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.popup-overlay.active .popup {
  transform: scale(1);
}

.popup-overlay .close-btn-popup {
  background: #fff;
  color: #111;
  border: none;
  padding: 22px 15px;
  margin-top: 10px;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
  border-radius: 50%;
  font-size: 1em;
}

.header .total-icon {
  display: flex;
  align-items: center;
  gap: 28px;
}

.header .total-icon .open-btn-popup {
  display: none;
}

.open-btn-popup {
  border: none;
  cursor: pointer;
  background-color: #fff;
}

.popup .search-box {
  position: relative;
  width: 100%;
}

.popup .search-input {
  font-size: 1em;
  height: 70px;
  width: 100%;
  border: 2px solid var(--color-button);
  background-color: transparent;
  padding-left: 30px;
  color: #fff;
  border-radius: 50px;
  font-weight: 500;
}

.popup .search-input::placeholder {
  color: #fff;
}

.popup .search-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1em;
}

/* --------------------------------------Banner trang chủ ----------------------------- */

.banner {
  position: relative;
  color: #FFF;
  line-height: 1.5em;
}

.banner .banner-logo {
  display: inline-block;
  width: auto;
  height: 120px;
}

.banner .banner-logo img {
  width: auto !important;
  height: 100% !important;
  object-fit: contain;
  aspect-ratio: 600/479 !important;
}

.banner .slider-for .box-slide {
  position: relative;
}

.banner .box-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  max-width: 1200px;
  padding-top: 80px;
}

.banner .box-text:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 70px);
  background-color: rgba(0, 0, 0, .2);
  z-index: 1;
}

.banner .box-text div {
  position: relative;
  z-index: 2;
}

.banner .box-text h3 {
  font-size: 3em;
  font-weight: bold;
  color: var(--xanh-bien);
  margin: 30px 0 10px;
  font-family: var(--font-title);
}

.banner .box-text h3 span {
  display: block;
}

.banner .box-text .title-h4 {
  font-family: var(--font-title);
  font-size: 1.6em;
  line-height: 1.6em;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--lemon-yellow);
  color: transparent;
  -webkit-background-clip: text;
  margin: 0;
}

/* #banner_typing_text { margin-bottom:20px; } */
#banner_typing_text .word {
  white-space: nowrap;
}

#banner_typing_text .char {
  display: inline-block;
  transform: translateY(20px);
  opacity: 0;
  color: var(--lemon-yellow);
  -webkit-background-clip: text;
}

.banner .slider-for .box-slide img {
  width: 100%;
  height: 80vh;
  object-fit: cover;
}

.banner .banner-box {
  background-color: #FFF;
  color: var(--color-title);
  border-radius: 10px;
  margin: 20px auto -120px;
  padding: 30px 20px;
  box-sizing: border-box;
  width: 90%;
  z-index: 12 !important;
}

.banner .banner-box .text-justify {
  display: inline-block;
  text-align: justify;
  line-height: 1.3;
}

.banner .banner-box h4 {
  display: inline;
  font-size: 1.4em;
}

.banner .banner-box strong {
  font-size: 1.3em;
  font-weight: normal;
}

.banner .banner-box img {
  vertical-align: top;
  width: 80% !important;
  height: auto !important;
  object-fit: unset !important;
}

.section-separator {
  position: absolute;
  bottom: 60px;
  left: 0;
  z-index: 10;
  width: 100%;
  height: auto;
  margin: 0 0 -1px;
  display: block;
}

.section-separator-2 {
  display: block;
  width: 100%;
  height: 30px;
  margin-top: 30px;
}

.banner .more-bt {
  color: #FFF;
  font-size: 1.1em;
  text-decoration: underline;
  text-underline-position: under;
  margin: 10px auto 0;
  display: inline-block;
}

.banner .slider-for .slick-arrow {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
  outline: none;
  position: absolute;
  z-index: 2;
}

.banner .slider-for .slick-next {
  right: 5%;
  top: 40%;
}

.banner .slider-for .slick-prev {
  left: 5%;
  top: 40%;
  transform: scale(-1);
}

.banner .slider-for .box-slide .content {
  position: absolute;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-47%);
}

.banner .slider-for .box-slide .content h4,
.deription {
  display: none;
}

.banner .slider-for .box-slide .content h2 {
  font-size: 1em;
  color: var(--color-title);
  font-weight: 500;
  width: 60%;
  text-align: left;
}

.product-list-container {
  display: block;
  background-color: var(--color-title);
  padding-top: 30px;
}

.product-list-container .boundary {
  width: 96%;
  margin: 0 auto;
}

.product-list-container .product {
  width: 90%;
  margin: 0 auto;
  background-color: #FFF;
  color: var(--color-title);
  border-radius: 10px;
}

.product-list-container .header-box {
  margin-bottom: 20px;
}

.product-list-container .header-box .divider img {
  width: 140px !important;
  transform: scaleX(-1) scaleY(1);
}

.header-box .header-box-description {
  color: #FFF;
  font-style: italic;
  width: 70%;
  text-align: center;
  margin: 20px auto 0;
}

.product .product-title {
  text-align: center;
  font-size: 1.5em;
  color: var(--color-title);
  font-weight: bold;
}

.product .product-title sup {
  display: inline-block;
  font-size: 2em;
  line-height: 0;
  vertical-align: middle;
  margin-bottom: 10px;
  margin-left: -5px;
}

.product .product-title a {
  color: inherit;
}

.product .product-content {
  text-align: center;
}

.product .product-description {
  margin: 10px 0;
  padding: 0 10px 20px;
  color: #000;
  text-align: justify;
  white-space: break-spaces;
  font-weight: bold;
  font-size: .9em;
}

.product .product-group-name {
  display: none;
  background-color: var(--color-button);
  padding: 0 20px;
  margin: 10px auto;
  border-radius: 20px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: .8em;
}

.product .square-image {
  background-color: #FFF;
  border-radius: 20px;
  width: 90%;
  margin: 0 auto 20px;
}

.product-group-list-slider .owl-nav button,
.product-list-container .owl-nav button {
  font-size: 1.2em !important;
  position: absolute;
  top: 25%;
  left: 0;
  color: #FFF !important;
  width: 40px;
  height: 40px;
  line-height: 18px !important;
  text-align: center;
  background-color: var(--color-button) !important;
  border: 2px solid #FFF !important;
  border-radius: 100%;
}

.product-group-list-slider .owl-nav button.owl-next,
.product-list-container .owl-nav button.owl-next {
  left: unset;
  right: 0;
}

.product .square-image img {
  object-fit: contain;
}

.product-list-container .product-group-list {
  width: 96%;
  margin: 0 auto 100px;
  background-color: #9adefff0;
  padding: 80px 20px 20px;
  text-align: center;
  border-radius: 0 0 10px 10px;
  box-sizing: border-box;
  display: none;
}

.product-list-container .product-group-list .product-group-name {
  font-weight: bold;
  margin-top: 20px;
  padding: 0 0 20px;
  font-size: 1.3em;
  text-transform: uppercase;
}

.product-list-container .product-group-list .owl-dots {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: center;
  margin-top: 20px;
}

.product-list-container .product-group-list .owl-dots button {
  display: inline-block;
  background-color: #FFF;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: .7;
}

.product-list-container .product-group-list .owl-dots button.active {
  background-color: var(--xanh-bien-dam);
  opacity: 1;
}

.product-list-container .product-group-list .heading {
  color: var(--xanh-bien-dam) !important;
}

/* -----------------------------------------------section-instruct---------------------------- */
.section-instruct {
  overflow: hidden;
}

.section-instruct .header-box {
  padding: 50px 0px 30px 0px;
}

.section-instruct .title {
  font-size: .8em;
  font-weight: 400;
  color: var(--color-button);
  text-align: center;
}

.section-instruct .heading {
  color: #FFF;
}

.section-instruct .heading strong {
  color: var(--yellow);
  font-weight: bold;
}

.product-list-container .header-box .divider {
  text-align: left;
  display: none;
}

.product-list-container .header-box .header-description {
  text-align: left;
  color: #FFF;
  letter-spacing: -.1px;
}

.section-instruct .content-box {
  padding: 40px 30px 40px 30px;
  margin: 10px 5px 0;
  border: 2px solid #fde7da;
}

.section-instruct.instruct .content-box:hover {
  transition: all 0.5s;
  background-color: var(--color-button);
}

.section-instruct.instruct .content-box:hover .icon {
  background-color: #fff;
}

.section-instruct.instruct .content-box:hover .content-title {
  color: #fff;
}

.section-instruct.instruct .content-box:hover .description {
  color: #fff;
}

.section-instruct .instruct-slider {
  padding: 10px;
}

.section-instruct .content-box .content-title {
  font-size: 1em;
  font-weight: 500;
  color: var(--color-title);
  text-align: center;
  margin: 5px auto;
  max-width: 300px;
}

.section-instruct .link-view {
  display: inline-block;
  padding: 8px 40px;
  font-size: .8em;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border: none;
  border-radius: 0;
  background: linear-gradient(90deg, #ffca26 0%, #e3b329 40%, #fff68e 80%, #ffd541 100%);
  transition: all 0.3s ease;
  max-width: 100px;
  margin: auto;
  margin-top: 15px;
}

.section-instruct .content-box .description {
  font-size: 1em;
  font-weight: 400;
  color: var(--color-text);
  text-align: center;
}

.section-instruct .content-box .icon {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fde7da;
  margin: auto;
  position: relative;
}

.section-instruct .content-box .icon:before {
  content: "";
  position: absolute;
  top: calc(5px / -1);
  right: calc(5px / -1);
  bottom: calc(5px / -1);
  left: calc(5px / -1);
  border: 1px dashed var(--color-button);
  border-radius: inherit;
  transition: allease 0.4s;
  animation: spin 30s linear infinite;
}

.section-product .content-box .icon:before {
  content: unset;
}

.section-product .container-custom {
  padding: 0;
}

.section-product .header-box {
  position: relative;
}

.section-product .header-box.min-hide {
  display: none;
}

.section-product .heading {
  padding: 0 10px;
}

.header-box .divider {
  text-align: center;
}

.header-box .divider img {
  width: 150px;
  height: auto;
}

.section-instruct.section-product {
  background: unset;
}

.view-price .row-service {
  width: 96%;
  margin: 0 auto;
}

.cau-chuyen {
  position: relative;
}

.cau-chuyen .header-box {
  position: relative;
  top: unset;
  left: unset;
}

/* --------------------------------section-product----------------------------------- */

.section-product {
  padding: 30px 0;
}

.section-product .content-box {
  padding: 0;
  border: none;
  padding-bottom: 20px;
}

.section-product .content-box a .cart-product {
  border: none;
  background: #fff;
  cursor: pointer;
}

.section-product .content-box a {
  display: block;
  position: relative;
}

.section-product .content-box a:hover .cart-product {
  transition: all 0.4s ease;
  opacity: 1;
}

.section-product .content-box a .cart-product {
  position: absolute;
  top: 40%;
  left: 44%;
  padding: 5px 8px;
  opacity: 0;
}

.section-product .content-box .icon {
  width: 90%;
  aspect-ratio: 1/1;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.section-product .content-box .icon a {
  display: inline-block;
  position: unset;
}

.content-box .icon {
  overflow: hidden;
  border-radius: 100%;
}

.content-box .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.section-product .content-box .content-title {
  font-size: 1.2em;
  font-weight: bold;
  color: #0092d7;
}

.section-product .content-box .content-title:hover {
  color: rgb(252, 187, 8);
  transition: all 0.5s ease;
}

.section-product .content-box .description {
  font-size: 0.9em;
  font-weight: 400;
  color: #111;
  line-height: 1.8;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.section-product .content-box .description p {
  margin: 0;
  text-transform: lowercase;
  line-height: 1.5;
}

.section-product .content-box .description p::first-letter {
  text-transform: uppercase;
}

.section-product .item-product-home {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
}


.section-product .item-product-container {
  display: flex;
  flex-direction: column;
}

.section-product .item-product-home .slick-arrow {
  position: absolute;
  z-index: 5;
  padding: 7px 10px;
  border: 1px solid #e7e5e5;
  background-color: #fff;
}

.section-product .item-product-home .slick-next {
  right: 0;
  top: 50%;
}

.section-product .item-product-home .slick-prev {
  left: 0;
  top: 50%;
}

.section-product .view-all {
  display: block;
  margin: auto;
  text-align: center;
  width: fit-content;
  background-color: var(--color-button);
  color: #fff;
  padding: 20px 30px;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  margin-top: 15px;
}

.section-product .view-all:hover {
  background-color: var(--color-title);
  transition: all 0.5s ease;
}

/* ----------------------------------------------view-price----------------------- */
.view-price {
  padding: 30px 0 0 0;
  background-color: #f5d7c5;
  margin-top: 50px;
}

.view-price .title {
  font-size: 1em;
  font-weight: 500;
  color: var(--color-title);
  margin: 0;
  padding-top: 15px;
}

.view-price .highlight {
  font-size: 1em;
  font-weight: 400;
  color: var(--color-button);
}

.view-price .service-box .img-shape {
  text-align: center;
}

.view-price .service-box {
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

.view-price .sub-title {
  font-weight: 400;
  color: var(--color-button);
  text-align: center;
  font-style: italic;
}

.view-price .section-title {
  font-weight: bold;
  color: #121f38;
  margin-top: 15px;
  text-align: center;
}

.view-price .section-title {
  font-weight: bold;
  color: #121f38;
  margin-top: 15px;
  text-align: center;
}

.view-price .service-list {
  list-style: none;
  text-align: left;
  padding: 0;
}

.view-price .service-list li div {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}

.view-price .price {
  font-weight: bold;
  color: #e67e22;
}

.view-price .service-list li span.title {
  font-weight: 500;
  color: var(--color-title);
}

.view-price .service-list li span.price {
  font-weight: 500;
  color: var(--color-button);
}

.view-price .service-list li span.border {
  border-bottom-style: dotted;
  border-bottom-width: 2px;
  border-bottom-color: #000000;
  margin: 6px;
  flex: 1;
}

.view-price .service-list li .derip-price {
  color: #7a7a7a;
  font-style: italic;
  font-weight: 400;
  margin: 0;
  line-height: 1.7;
}

.view-price .image-ceo {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.view-price .image-ceo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* -----------------------------------------------section-post---------------------------- */

.section-post .header-box {
  background: #fff;
}

.section-post .content-box .icon {
  overflow: hidden;
  position: relative;
  height: auto;
  min-height: unset;
}

.section-post .content-box .icon:before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  padding-top: 52.333%;
  animation: unset;
  position: relative;
}

.section-post .content-box .icon img {
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-post .content-box .icon:hover img {
  transform: scale(1.1);
}

.section-post .content-box .content-title {
  color: var(--color-title);
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section-post .content-box .description {
  color: var(--color-text);
  font-weight: 500;
  line-height: 1.7;
  text-align: left;
  border-bottom: 1px solid rgb(189, 186, 186);
  padding-bottom: 20px;
}

.section-post .content-box .bottom {
  display: flex;
  gap: 10px;
  font-weight: 500;
  color: var(--color-text);
}

.section-post .item-blog-home {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.section-post .item-blog-home:hover .slick-arrow {
  opacity: 1;
}

.section-post .item-blog-home .slick-arrow {
  position: absolute;
  z-index: 2;
  border: none;
  background-color: #fde6d8;
  padding: 5px 10px;
  top: 50%;
  opacity: 0;
  transition: all 0.5s ease;
  display: none;
}

.section-post .item-blog-home .slick-next {
  right: -35px;
}

.section-post .item-blog-home .slick-prev {
  left: -35px;
}

/* ----------------------------------------------section-advise--------------------------- */
.section-advise {
  padding: 60px 0;
}

.section-advise .title-adsive {
  text-align: center;
  font-weight: 500;
  color: #fff;
}

.section-advise .content .btn {
  display: block;
  width: 170px;
  margin: 5px auto;
  border: none;
  font-size: 1em;
  cursor: pointer;
  font-weight: 500;
}

.section-advise .content .primary {
  background: var(--color-button);
  padding: 23px 37px;
}

.section-advise .content .primary a {
  color: white;
  text-decoration: none;
}

.section-advise .content .secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: white;
  border: 1px solid var(--color-button);

  font-weight: bold;
  font-size: 1em;
  padding: 5px 0;
  margin-top: 20px;
}

.section-advise .content .secondary .icon {
  background-color: var(--color-button);
  padding: 7px 10px;
}

.section-advise .content .secondary a {
  color: var(--color-button);
  text-decoration: none;
}

.section-advise .circle-text {
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 50%;
  margin: auto;
}

.section-advise .circle-text .arrow {
  display: block;
}

.footer-line {
  width: 100%;
  height: auto;
  margin: 30px 0;
  position: relative;
  overflow: hidden;
}

.footer-line img {
  width: 840px;
  margin-left: -135px;
  height: auto;
}

.footer-aqua {
  padding: 0 15px 0;
  color: #003366;
  position: sticky;
  z-index: 1;
}

.footer-aqua .container-custom {
  padding: 0;
}

.footer-aqua .footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-aqua .footer-brand {
  text-align: center;
}

.footer-aqua .footer-logo {
  max-width: 150px;
  margin-bottom: 20px;
}

.footer-aqua .footer-slogan {
  font-size: 0.9em;
  font-weight: bold;
}

.footer-aqua .footer-company,
.contact-title .footer-company {
  font-size: 2em;
  line-height: 1.2em;
  font-family: "League Spartan";
  font-weight: bold;
  color: var(--xanh-bien-dam);
  margin: 5px 0 0;
}

.footer-aqua .footer-subtitle,
.contact-title .footer-subtitle {
  font-size: 1.5em;
  line-height: 1.5em;
  color: var(--yellow);
  font-weight: bold;
  margin: 5px 0 0;
  text-transform: uppercase;
  font-family: "League Spartan";
}

.contact-title .footer-company,
.contact-title .footer-subtitle {
  font-weight: normal;
}

.footer-aqua .footer-contact p {
  margin: 10px 0;
  font-size: 1em;
  text-align: left;
}

.footer-aqua .footer-contact p.contact-hotline,
.footer-aqua .footer-contact .contact-ktv {
  text-align: center;
}

.footer-aqua .footer-contact p.contact-email {
  margin: 20px 0;
  text-align: center;
  white-space: nowrap;
}

.footer-aqua .footer-contact p a {
  margin-top: 10px;
  display: inline-block;
}

.footer-aqua .footer-contact p.contact-hotline a {
  line-height: 1em;
}

.footer-aqua .footer-contact .contact-ktv strong {
  display: inline-block;
  background-color: var(--color-button);
  color: #FFF;
  padding: 10px 20px;
  border-radius: 50px;
}

.footer-aqua .footer-contact .contact-ktv a {
  font-weight: bold;
  display: block;
}

.footer-aqua .footer-contact .contact-ktv .ktv-item {
  margin-top: 10px;
  font-size: 1.1em;
}

.footer-aqua .footer-contact p u {
  display: block;
  font-size: 1.2em;
  margin-top: 10px;
}

.footer-aqua .footer-contact p a {
  color: var(--color-title);
  font-size: 1.2em;
}

.footer-aqua .footer-contact p a.phone {
  font-weight: bold;
}

.footer-aqua .footer-contact p i {
  color: var(--color-title);
}

.footer-aqua .footer-contact strong {
  font-size: 1em;
  color: #00468c;
}

.footer-aqua .footer-social,
.contact-social {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.footer-aqua .footer-social a,
.contact-social a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  font-weight: bold;
  color: #333;
}

.footer-aqua .footer-social a img,
.contact-social a img {
  width: auto;
  height: 30px !important;
  transition: transform 0.3s;
  display: block;
}

.footer-aqua .footer-social a img:hover,
.contact-social a img:hover {
  transform: scale(1.1);
}

.footer-aqua .footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-aqua .footer-links li {
  margin: 10px 0;
  text-align: left;
}

.footer-aqua .footer-links a {
  text-decoration: none;
  color: #003366;
  transition: color 0.3s;
  font-size: 1.1em;
}

.footer-aqua .footer-links a:hover {
  color: #0099ff;
}

.footer-image {
  width: 100%;
  height: auto;
  margin-top: -50px;
  aspect-ratio: 2 / 1;
  position: relative;
  z-index: 0;
  background: url(../images/anh-footer-moi.jpg) bottom center no-repeat;
  background-size: 100%;
}


#scrollToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: var(--color-button);
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease, transform 0.3s ease;
  width: 55px;
  height: 55px;
  padding: 0;
  line-height: 65px;
}

#scrollToTop:hover {
  background: var(--color-title);
  transform: scale(1.1);
}

/* webtom */

.intro-section {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 150px 0 30px;
  background-color: var(--xanh-bien);
}

.intro-section:before,
#product-process-section:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: url(../images/favicon.png?t=1) no-repeat;
  background-position: center 90%;
  background-size: 100% auto;
  opacity: .2;
}

.intro-section .bg-about {
  position: absolute;
  width: calc(150% + 1px);
  height: auto;
  top: calc(96% - 1px);
  left: -1px;
}

.intro-container {
  max-width: 500px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

.intro-logo .intro-logo-img {
  width: 180px;
  margin: 0 auto;
  display: block;
}

.intro-content {
  line-height: 1.5em;
  text-align: left;
  color: #FFF;
  box-sizing: border-box;
  border-radius: 10px;
}

.intro-content .intro-content-body {
  letter-spacing: -.1px;
  text-align: justify;
}

.intro-content h3 {
  color: var(--yellow);
}

.intro-content h3 span {
  display: block;
  color: #FFF
}

.intro-content strong {
  font-size: 1.1em;
}


.intro-button {
  margin-top: 1.5em;
}

.intro-products {
  width: 100% !important;
  height: auto;
  position: relative;
  z-index: 10;
  margin-top: 50px;
}

.btn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #0092d7 url(../images/button-bg.png) bottom left no-repeat;
  background-size: auto 90%;
  background-position: 10px;
  color: #fff;
  padding: 5px 10px 7px 40px;
  margin: 0;
  border-radius: 25px;
  text-decoration: none;
  font-size: 0.9rem;
  width: fit-content;
  transition: background 0.3s;
  border: 0;
}

.btn-more:hover {
  background-color: #005fa3;
}

.btn-more i {
  margin-top: 3px;
}

.intro-decor {
  position: absolute;
  top: 20%;
  width: 200px;
  height: 65%;
  background-repeat: no-repeat;
  background-size: 100%;
  display: none;
  pointer-events: none;
}

.decor-left {
  left: 5%;
  top: 35%;
  background-image: url("/images/tom_ben_trai.png");
}

.decor-right {
  right: 5%;
  top: 12%;
  background-image: url("/images/tom_ben_phai.png");
}

.main-content .mc-title {
  text-transform: uppercase;
}

/* .san-pham.main-content {
  padding-top: 50px;
} */
.main-content.san-pham {
  background-color: var(--xanh-bien-dam);
  color: #FFF;
}

.san-pham .articles .square-image {
  background-color: #FFF;
  border-radius: 10px;
  width: 90%;
}

.san-pham .articles .square-image img {
  object-fit: contain;
}

.san-pham .articles .article-content .a-group {
  display: none;
}

.san-pham .articles .article-content h2 a {
  font-size: 1.4em;

  font-weight: bold;
  color: #0092d7;
  text-align: center;
  margin: 5px auto;
  max-width: 300px;
}

.san-pham .articles .article-content .a-info {
  display: none;
}

.san-pham .articles .article-content .a-desc {
  font-size: 1em;

  font-weight: 400;
  color: #111;
  line-height: 1.8;
  /* overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box !important;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical; */
  text-align: center;
}

.san-pham .articles .article-content .a-desc p {
  margin: 0;
  text-transform: lowercase;
  line-height: 1.5;
}

.san-pham .articles .article-content .a-desc p::first-letter {
  text-transform: uppercase;
}

.san-pham .articles .article-content .link-view {
  display: block !important;
  padding: 8px 40px;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border: none;
  border-radius: 0;
  background: linear-gradient(90deg, #ffca26 0%, #e3b329 40%, #fff68e 80%, #ffd541 100%);
  transition: all 0.3s ease;
  max-width: 100px;
  margin: auto;
  margin-top: 15px;
}

.header-main .box-banner {
  background: url(../images/article-header-bg.jpg) top center no-repeat;
  background-size: 190% auto;
  width: 100%;
  padding: 80px 10px 30px;
  display: flex;
  align-items: start;
  justify-content: start;
  box-sizing: border-box;
  position: relative;
}

.header-main .box-banner:before {
  content: '';
  background: rgb(0 116 245 / 26%);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.header-main.main-content .mc-title {
  color: #FFF;
  position: relative;
  z-index: 2;
}

.header-main .article-header-title {
  display: inline-block;
  line-height: 1.5em;
  padding: 10px 0;
  box-sizing: border-box;
  margin: 0;
  font-size: 1.8em;
  color: #31668b;
  font-weight: bold;
  text-transform: uppercase;
}

.single-product__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.single-product__image {
  position: relative;
  text-align: center;
}

.single-product__image img {
  max-width: 60%;
  height: auto;
  border-radius: 8px;
}

.single-product__info {
  text-align: center;
}

.single-product__info .qr-code {
  display: inline-block;
  width: 150px;
  margin: 0 auto 10px;
}

.single-product__desc p,
.single-product__desc a,
.single-product__desc span {
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #4179a0;
}

.single-product__supplier,
.single-product__meta {
  margin-bottom: 10px;
  font-size: 1.1em;
  color: #4179a0;
}

.single-product__contact,
.single-product__address {
  font-size: 1em;
  color: #111;
}

.single-product__phone,
.single-product__email {
  color: #0092d7;
  font-weight: bold;
  font-size: 1.1em;
}

.single-product__phone a,
.single-product__email a {
  color: #0092d7;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.1em;
}

.single .square-image img,
.single .circle-image img {
  width: 75% !important;
  left: 12.5%;
}

.product-detail.single .pd-content h1 {
  font-weight: 500;
}

.articles .article.chia-se .article-content iframe {
  width: 100%;
}

.articles .article.chia-se:hover {
  border: none;
  box-shadow: none;
}

.item-product-container .item-product-image {
  position: relative;
  aspect-ratio: 2/1;
  overflow: hidden;
}

.item-product-container .item-product-image:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  background: url(../images/product-group-frame.png) top left no-repeat;
  background-size: 100% 100%;
}

.item-product-container .item-product-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  object-fit: cover;
}

/* ---------------------------------------------------------Reponsive------------------------- */

.story-container {
  height: auto;
  margin: 0 0 30px;
}

.story-container .boundary {
  width: 100%;
  overflow: hidden;
}

.story-container .header-box {
  margin: 50px auto 0;
}

.story-container .header-box .divider {
  display: none;
}

.story-container .heading {
  color: var(--xanh-bien-dam) !important;
  font-weight: bold;
  text-align: center;
}

.story-container .story-introduction {
  text-align: center;
  font-weight: bold;
  color: #000;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.story-container .header-box,
.story-container .story-content,
.story-container .story-introduction {
  width: 96%;
  max-width: 1500px;
}

.story-container .story-image {
  position: relative;
  z-index: 0;
  width: 300%;
  height: auto;
  margin: -100px auto 0 -100%;
}

.story-container .story-content {
  text-align: justify;
  margin: 10px auto 0;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

.story-container .story-content .text-center {
  text-align: left !important;
}

.story-container .story-content .text-center a {
  text-decoration-thickness: 1px !important;
  text-underline-offset: 4px;
  text-decoration: underline !important;
}

.story-container .btn-more {
  font-weight: normal;
  margin: 20px auto 0;
  font-size: .8em;
  padding-left: 50px;
  padding-right: 12px;
  text-align: left;
}


.footer-aqua .footer-contact p.contact-hotline a:last-child:before {
  content: "-";
  display: inline-block;
  margin-right: 10px;
}

/* menu cấp 2 */
.has-sub {
  position: relative;
}

.has-sub>.sub-item-sp {
  display: block;
  min-width: 220px;
}

.has-sub:hover>.sub-item-sp {
  display: block;
}


@media (min-width: 576px) {

  /* -----------Banner --------------------- */
  .section-product .item-product-home {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .intro-section .container-custom {}

  .banner .slider-for .box-slide .content {
    left: 11%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 50%;
  }

  .banner .slider-for .box-slide .content h4 {
    display: block;
    margin: 0;
    margin-right: auto;
  }

  .banner .slider-for .box-slide .content h2 {
    margin-right: auto;
    width: 100%;
    font-size: 2.8em;
    margin-top: 10px;
  }

  .san-pham .articles .square-image img {
    object-fit: contain;
  }
}

@media (min-width: 768px) {
  .section-title {
    font-size: 2em;
    text-align: left;
    margin-top: 0;
  }

  .header {
    padding: 0 20px;
    height: 100px;
    box-sizing: border-box;
  }

  .header .headerbody {
    padding: 0;
  }

  .header .logo img {
    height: 85px;
    width: auto;
    margin-left: -5px;
  }

  .section-instruct.section-product {
    margin-top: 150px;
  }

  .product-detail.single .pd-content h1 {
    font-size: 2.5em;
  }

  .banner .banner-logo {
    height: 100px;
  }

  .banner .box-text {
    display: flex;
    flex-direction: row;
    padding-top: unset;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .banner .box-text:before {
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
  }

  .banner .box-text h3 span {
    display: inline;
  }

  .banner .box-text .title-h4 {
    font-size: 1.7em;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
  }

  .banner .box-text .title-h4 br {
    display: none;
  }

  .banner .banner-text,
  .banner .banner-box {
    width: 50%;
  }

  .banner .banner-text {
    padding: 10px 10px 10px 0;
    box-sizing: border-box;
    text-align: left;
  }

  .banner .banner-box {
    margin: 0 auto;
  }

  .banner .banner-box img {
    width: auto !important;
    height: 120px !important;
    margin-bottom: -10px;
  }

  .single-product__info .qr-code {
    width: 100px;
  }

  .section-separator {
    bottom: 0;
    height: 70px;
  }

  .section-instruct.instruct .content-box {
    height: 250px;
  }

  .banner .slider-for .box-slide img {
    height: auto;
    aspect-ratio: 1.4/1;
  }

  .intro-section {
    padding: 30px 0;
  }

  .intro-section:before {
    background-position: center center;
    background-size: auto 90%;
  }

  .intro-section .container-custom {
    position: relative;
  }

  .intro-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: unset;
    align-items: center;
  }

  .intro-container .min-hide {
    display: none !important;
  }

  .intro-container .intro-products {
    margin: 0;
  }

  .intro-content {
    padding: 0 30px 0 0;
    margin: 0;
  }

  .intro-content .intro-content-body {}

  .intro-decor {
    display: none;
    opacity: 0.3;
    height: 480px;
  }

  .intro-decor.decor-left {
    top: unset !important;
    bottom: -200px !important;
  }

  .product-list-container {
    padding: 50px 0 0;
  }

  .product-list-container .header-box .header-description {
    width: 470px;
    padding-bottom: 15px;
  }

  .product-list-container .product {
    width: 100%;
  }

  .product-list-container .square-image {
    width: 90%;
  }

  .product-list-container .product-description {
    font-size: .9em;
    line-height: 1.5em;
  }

  #products_slider .owl-stage {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }

  #products_slider .owl-stage .owl-item .product {
    height: 100%;
  }

  .header.has-bg {
    background: linear-gradient(to bottom, rgb(16 98 165), rgba(0, 0, 0, 0));
  }

  .product-group-bg img {
    margin-top: -100px;
  }

  .product-list-container .owl-nav button {
    top: unset;
    bottom: calc(100% + 35px);
    font-size: 1.5em !important;
    left: unset;
    right: 50px;
  }

  .product-list-container .product-group-list {
    padding-top: 200px;
    box-shadow: 0 1px 3px #333;
  }

  .product-list-container .product-group-list .product-group-name {
    font-size: .9em;
  }

  .product-list-container .product-group-list .owl-dots {
    margin-top: 20px;
  }

  .product-list-container .product-group-list .header-box {
    margin: -100px 30px 50px 0;
  }

  .product-list-container .product-group-list .heading,
  .product-list-container .product-group-list .divider {
    text-align: right;
  }


  .product .product-group-name {
    font-size: .6em;
  }

  .open-btn-popup {
    display: block;
  }

  .section-instruct .header-box {
    padding: 0;
  }

  .section-instruct .heading {
    text-align: left;
  }

  .section-instruct .divider {
    text-align: left;
  }

  .section-instruct .divider img {
    width: 25%;
  }

  .section-instruct .content-box {
    margin: 10px;
  }

  .story-container .story-introduction {
    margin-top: 20px;
  }

  .story-container .story-image {
    position: relative;
    z-index: -1;
    margin-top: -200px;
    margin-left: -80%;
    width: 260%;
  }

  .story-container .story-content .text-center br {
    display: none;
  }

  .view-price .total-service {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
  }

  .footer .top-footer {
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: unset;
  }

  .header .total-icon .open-btn-popup {
    display: block;
  }

  .footer-line {
    margin: 50px 0;
  }

  .footer-line img {
    width: 140%;
    margin-left: -20%;
  }

  .footer-aqua .footer-box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 860px;
    width: 100%;
  }

  .footer-aqua .footer-box .footer-contact {
    max-width: 360px;
  }

  .footer-aqua .footer-social {
    margin-left: 20px;
    justify-content: center;
    gap: 30px;
    font-size: 1.2em;
  }

  .footer-aqua .footer-social a,
  .contact-social a {
    flex-direction: row;
    gap: 10px;
  }

  .footer-aqua .footer-company,
  .contact-title .footer-company {
    font-size: 2em;
  }

  .footer-aqua .footer-subtitle,
  .contact-title .footer-subtitle {
    font-size: 1.5em;
  }

  .footer-aqua .footer-subtitle br {
    display: none;
  }

  .footer-image {
    margin-top: -150px;
    z-index: -1;
  }

  .footer-aqua .footer-contact p {
    letter-spacing: -.5px;
  }

  .footer-aqua .footer-contact p.contact-hotline br {
    display: none;
  }

  .section-product .content-box .content-title {
    font-size: 1em;
  }

  .section-product .content-box .description {
    font-size: .9em;
    display: inline-block;
    overflow: unset;
  }

  .section-product .content-box .description p {
    fotn-size: 1em;
    line-height: 1.3em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .section-instruct.section-product {
    margin-top: 50px;
    padding: 0;
  }

  .section-product .header-box {
    display: none;
  }

  .section-product .header-box.min-hide {
    display: block;
  }

  .section-product .item-product-container {
    display: flex;
    flex-direction: row;
    align-items: start;
    margin-bottom: 100px;
  }

  .section-product.left .item-product-container {
    flex-direction: row-reverse;
  }

  .item-product-container .item-product-image,
  .section-product .item-product-content {
    display: inline-block;
    vertical-align: start;
  }

  .item-product-container .item-product-image {
    aspect-ratio: 4/3;
    width: 40%;
    margin-top: 100px;
  }

  .item-product-container .item-product-content {
    width: 60%;
  }

  .section-product .item-product-home {
    gap: 0;
  }

  .footer-aqua .footer-contact p.contact-hotline a:last-child {
    margin-left: 5px;
  }

  .footer-aqua .footer-logo {
    width: 250px;
    max-width: unset;
  }

  .story-container {
    background-size: 100% auto;
  }

  .story-container .heading,
  .story-container .divider {
    text-align: center !important;
    margin-bottom: 0;
    line-height: 1.5em;
  }

  .story-container .divider img {
    width: 120px;
  }

  .footer-aqua .footer-box .footer-contact {
    width: auto;
    max-width: unset;
    text-align: center;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .footer-aqua .footer-contact p {
    font-size: 1.2em;
    text-align: center;
  }

  .footer-aqua .footer-social {
    justify-content: center;
    margin-top: 30px;
  }

  .header-main .box-banner {
    background-position: center;
  }
}

@media (min-width: 996px) {
  .header {
    height: 100px;
    padding: 0 calc(50% - 452px);
  }

  .header .headerbody {
    flex-direction: row;
    max-width: 1200px;
    justify-content: start;
  }

  .header .headerbody .logo.min-hide {
    display: inline-block;
  }

  .header .headerbody .logo.min-show {
    display: none;
  }


  .gtranslate_wrapper {
    margin: 0 0 0 auto;
  }

  .single-product__container {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
  }

  .section-product .item-product-home {
    grid-template-columns: repeat(3, 1fr);
  }

  .btn-more {
    margin-bottom: 10px;
  }

  .container-custom {
    max-width: 960px;
  }

  .header #menu-main .menu li {
    padding: 12px 15px;
  }

  .header #menu-main .menu li.item.active a {
    color: var(--yellow);
  }

  .header #menu-main .menu li.item.active li a {
    color: #000;
  }

  .header #menu-main .menu li.item.active::before {
    display: none;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    top: 35px;
    background-image: url(/images/active_menu.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: top center;
    height: 15px;
    z-index: 100;
  }

  .header .headerbody .logo,
  .header .headerbody .logo.hide {
    display: inline-block;
  }

  .header .total-icon {
    display: none;
  }

  .banner .box-text {
    padding: 0 calc(50% - 452px);
  }

  .banner .box-text h3 {
    font-size: 3.5em;
  }

  .banner .box-text .title-h4 {
    font-size: 2em;
  }

  .banner .box-text .banner-content {
    padding-right: 40px;
  }

  .banner .banner-box img {
    height: 170px !important;
  }

  .banner .box-text,
  .banner .slider-for .box-slide img {
    max-height: 100vh;
  }

  .banner .more-bt {
    margin: 15px 0 0;
  }

  .section-instruct.instruct .content-box {
    height: 300px;
  }

  .banner .slider-for .slick-arrow {
    width: 60px;
    height: 60px;
  }

  .banner .slider-for .slick-arrow.slick-prev {
    margin-top: -2px;
  }

  .banner .slider-for .box-slide .content {
    top: 50%;
  }

  .banner .slider-for .box-slide .content .deription {
    display: block;
    font-size: var(--size);
    font-weight: 400;
    color: rgb(85, 85, 85);
    text-align: left;
  }

  .banner .slider-for .box-slide .content {
    width: 36%;
    max-width: 400px;
  }

  .banner .slider-for .box-slide .content h2 {
    margin: 0;
    padding-top: 20px;
    margin-left: -10px;
    font-size: 3em;
  }

  .header .menu-toggle svg {
    display: none;
  }

  .header .menu-toggle a {
    display: block;
    white-space: nowrap;
    padding: 10px 15px;
    color: #fff;
    font-weight: 500;
  }

  .header .menu-toggle:hover {
    background-color: var(--color-title);
  }

  .header .header-body {
    justify-content: space-between;
    max-width: 1300px;
  }

  .header #menu-main {
    height: auto;
    position: unset;
    width: fit-content;
    transform: none;
    background: transparent;
    border: none;
    box-shadow: none;
    margin-left: 10px;
  }

  .header #menu-main .mobile-logo {
    display: none;
  }

  .header #menu-main .menu {
    display: flex;
    align-items: center;
    gap: 25px;
    border: none;
    box-shadow: none;
    margin: 0 0 0 25px;
    padding: 0;
    justify-content: center;
  }

  .header .cart-icon {
    margin: 0;
  }

  .header #menu-main .menu li.item .submenu {
    display: block;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s;
    width: fit-content;
    padding: 0;
    margin: 0;
    min-width: 190px;
    background-color: #fffffe;
    top: 56px;
    left: -20px;
    border-bottom: 2px solid var(--color-button);
  }

  .header #menu-main .menu li a {
    transition: all 0.5s ease;
  }

  .header #menu-main .menu li.item .submenu li {
    white-space: nowrap;
    border: none;
    padding: 12px;
  }

  .header #menu-main .menu li.item .submenu li a {
    white-space: nowrap;
    text-transform: uppercase;
  }

  .header #menu-main .menu li.item.has-menu:hover .submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .header #menu-main .menu li.item {
    border: none;
  }

  .header #menu-main .menu li.item svg {
    display: none;
  }

  .header #menu-main .menu li.item svg {
    display: none;
  }

  .header #menu-main .menu li.item a {
    color: #fff;
    font-weight: bold;
  }

  .header #menu-main {
    overflow: visible;
  }

  .header #menu-main .menu li.item {
    position: relative;
  }

  .header #menu-main .menu li.item i {
    color: #FFF;
  }

  .header #menu-main .menu li.item>ul {
    display: none !important;
    position: absolute;
    top: 98%;
    left: 20px;
    width: auto;
    white-space: nowrap;
    background-color: #FFF;
    box-shadow: 0 0 5px #666;
    margin: 0;
    padding: 10px 0;
    max-height: 60vh;
    overflow-y: auto;
    overflow: visible !important;
  }

  .header #menu-main .menu li.item ul::-webkit-scrollbar {
    width: 3px;
  }

  .header #menu-main .menu li.item ul::-webkit-scrollbar-track {
    background: transparent;
  }

  .header #menu-main .menu li.item ul::-webkit-scrollbar-thumb {
    background: var(--color-button);
    border-radius: 999px;
  }

  .header #menu-main .menu li.item:hover>ul {
    display: block !important;
  }

  .header #menu-main .menu li.item ul li {
    border-bottom: 1px solid #DDD;
    padding: 10px 35px 10px 20px;
  }

  .header #menu-main .menu li.item ul li:last-child {
    border: 0;
  }

  .header #menu-main .menu li.item ul li a {
    font-size: .9em;
  }

  .header #menu-main .menu li.item ul li a:hover {
    color: var(--color-button);
  }

  /* menu cấp 2 */
  .has-sub {
    position: relative;
  }

  .has-sub>.sub-item-sp {
    display: none !important;
    position: absolute;
    top: 0;
    left: 101%;
    min-width: 220px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
    z-index: 999;
  }

  .header #menu-main .menu li.item>ul>li i {
    color: #000;
    font-size: 22px;
  }

  .has-sub>.sub-item-sp::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 20px;
    height: 100%;
    background: transparent;
  }

  .has-sub:hover>.sub-item-sp {
    display: block !important;
  }

  .overlay {
    display: none;
  }

  .section-service .item-service {
    grid-template-columns: auto auto auto;
  }

  .view-price .title {
    text-align: center;
  }

  .view-price .highlight {
    text-align: center;
  }

  .view-price .row-service {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    max-width: 1520px;
  }

  .view-price .total-service {
    padding-bottom: 30px;
  }

  .section-advise .content .btn-register {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }

  .section-advise .content .btn-register .btn:hover {
    background-color: var(--color-title);
  }

  .section-advise .content .btn-register .secondary:hover a {
    color: #fff;
  }

  .section-advise .content .btn {
    margin: 0;
    transition: all 0.5s ease;
  }

  .section-advise .content .secondary {
    padding: 13px 0;
  }

  /* 
  .section-instruct .heading br { display:none; } */

  .story-container .boundary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .story-container .story-image {
    width: 2000px;
    margin: -200px 0 0;
  }

  .footer .top-footer {
    flex-wrap: unset;
    padding: 0 40px;
  }

  .top-footer .newsletter {
    width: auto;
  }

  .footer .top-footer .social-icons {
    width: 30%;
  }

  .footer .top-footer .logo {
    width: 30%;
    border-left: 1px solid var(--color-button);
    border-right: 1px solid var(--color-button);
    padding: 40px 0;
    text-align: center;
  }

  .footer .top-footer .newsletter {
    width: 30%;
  }

  .footer .main-footer {
    flex-wrap: unset;
    padding: 30px 40px;
  }

  .section-service .item-service .img-medicine {
    display: block;
  }

  .banner .slider-for .box-slide .content h2 {
    font-size: 3.2em;
  }

  .instruct .instruct-slider {
    max-width: 1520px;
    margin: 0 auto;
  }

  .section-instruct {
    background: unset;
  }

  .section-instruct .content-box .description {
    max-width: 300px;
    margin: 0 auto;
  }

  .section-instruct.section-post .content-box .description {
    max-width: unset;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 0;
    border: 0;
  }

  .section-instruct.section-post .content-box .bottom {
    border-top: 1px solid #ddd;
    margin-top: 10px;
  }

  .gt_selector option {
    color: #000;
  }

  .footer-aqua .footer-contact p {
    margin-top: 0;
  }
}

@media (min-width: 1024px) {
  .banner .slider-for .box-slide .content {
    width: 36%;
    left: 13%;
  }

  .section-post .item-blog-home .slick-arrow {
    display: block;
  }

}

@media (min-width: 1200px) {

  .gtranslate_wrapper a.glink img {
    width: 40px;
  }

  .footer-aqua {
    position: sticky;
    top: 50px;
  }

  .header {
    height: 100px;
    padding: 0 calc(50% - 550px);
  }

  .header .headerbody .logo {
    display: inline-block;
    margin-right: 50px;
  }

  .header #menu-main {
    margin-left: 0;
  }

  .header #menu-main .menu {
    font-size: 1.2em;
  }

  .header #menu-main .menu li.item i {
    margin-top: -3px;
  }

  .header .logo img {
    height: 120px;
    margin-top: 20px;
  }

  .banner .banner-logo {
    height: 150px;
    margin-right: 50px;
  }


  .banner .slider-for .box-slide img {
    aspect-ratio: unset;
    height: 100vh;
  }

  .banner .box-text {
    flex-direction: row;
    max-width: unset;
    gap: 30px;
    padding: 0 calc(50% - 510px);
  }

  .banner .box-text h3 {
    margin-bottom: 10px;
    font-size: 4.5em;
  }

  .banner .box-text .title-h4 {
    margin-top: 30px;
    font-size: 2.5em;
  }

  .banner .banner-text {
    padding: 0 50px 0 0;
    width: 55%;
  }

  .banner .banner-box {
    font-size: 1em;
    padding: 35px 20px 40px;
    width: 45%;
  }

  .banner .banner-box img {
    height: 200px !important;
  }

  .banner .banner-content {
    font-size: 1.2em;
    line-height: 1.5em;
  }

  .section-separator {
    height: 100px;
  }

  .intro-container .intro-logo {
    width: 40%;
  }

  .intro-container .intro-content {
    padding: 0;
    width: 60%;
  }

  .intro-content .intro-content-body {
    font-size: 1.2em;
    margin-top: 20px;
    letter-spacing: -.3px;
    line-height: 1.5em;
  }

  .story-container .story-introduction {
    font-size: 1.2em;
    line-height: 1.5em;
    margin-bottom: 50px;
  }

  .story-container .story-image {}

  .section-instruct .divider {
    text-align: left;
  }

  .section-instruct.section-product {
    overflow: visible;
  }

  .section-instruct.section-product .container-custom .total-ins {
    position: relative;
  }

  .section-product .item-product-home {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 150px;
  }

  .section-product .item-product-home {
    grid-template-columns: repeat(4, 1fr);
  }

  .intro-section {
    padding: 0;
  }

  .intro-section:before {
    background-size: 600px auto;
    background-position: calc(50% + 250px) center;
  }

  .intro-section .container-custom {
    margin-top: 0;
  }

  .intro-container {
    display: inline-flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
    max-width: unset;
    padding: 50px 0 50px;
  }

  .intro-container .min-hide {
    display: inline-block !important;
    width: 280px;
    margin: 0 auto;
  }

  .intro-container .min-show {
    display: none;
  }

  .intro-content {
    display: block;
    width: 500px;
    padding: 20px;
  }

  .intro-container .intro-products {
    margin: 0 0 0 -60px;
    width: 120% !important;
  }

  .intro-section .container-custom {
    max-width: 1200px;
    padding: 50px 0;
  }

  .section-instruct {
    padding-top: 50px;
  }

  .section-instruct .header-box {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .section-instruct .header-box.min-hide {
    display: none;
  }

  .section-instruct .heading .divider {
    margin-top: -5px;
  }

  .section-instruct .divider img {
    width: 150px;
  }

  .section-product .container-custom {
    max-width: 1500px;
  }

  .intro-logo .intro-logo-img {
    width: 280px;
  }

  .section-title {
    font-size: 2.8em;
    line-height: 1.2em;
  }

  .product-list-container {
    background-image: url(../images/con-tom.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 20% auto;
    padding-top: 30px;
  }

  .product-list-container .heading {
    margin: 15px 0 5px;
  }

  .product-list-container .header-box {
    padding: 0;
  }

  .product-list-container .header-box .header-description {
    padding: 0 0 10px 30px;
    width: 470px;
    line-height: 1.4em;
    font-size: 1.2em;
  }

  .product-list-container .square-image {
    width: 80%;
  }

  .intro-decor {
    width: 300px;
    height: 680px;
  }

  .intro-decor.decor-right {
    display: none;
  }

  .intro-decor.decor-left {
    display: none;
    height: 430px;
  }

  .intro-button .btn-more {
    margin: 0;
  }

  .section-instruct.instruct .content-box {
    height: 280px;
  }

  .section-service .item-service {
    max-width: 1520px;
    margin: 0 auto;
  }

  .header #menu-main .menu li.item.active::before {
    height: 20px;
    background-position: top center;
    width: 100%;
  }

  .header #menu-main .menu li.item ul li a {
    font-size: .8em;
  }

  .footer-line {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 70px 0;
  }

  .footer-line img {
    width: 120%;
    margin: 0;
  }

  .footer-aqua .footer-company,
  .contact-title .footer-company {
    font-size: 3em;
  }

  .footer-aqua .footer-subtitle,
  .contact-title .footer-subtitle {
    font-size: 2.3em;
  }

  .footer-aqua .footer-logo {
    width: 200px;
  }

  .footer-aqua {
    position: sticky;
    padding: 0 15px;
  }

  .footer-aqua .footer-social {
    margin-top: 20px;
  }

  .footer-aqua .footer-contact p.contact-hotline {
    font-size: 1.4em;
  }

  .san-pham .articles .article {
    width: 23.5%;
  }

  .san-pham .articles .article:hover {
    box-shadow: none;
    border: none;
  }

  .footer-image {
    background-size: 100%;
  }

  .product-list-container .boundary {
    width: 90%;
    max-width: 1200px;
  }

  .products-slider-container {
    margin-bottom: 50px;
  }

  .product-list-container .header-box {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: end;
  }

  .product-list-container .heading {
    padding-left: 0;
  }

  .product .product-group-name {
    font-size: .8em;
  }

  /* .product-list-container .owl-nav button { right:60px; display: inline-block; border-radius: 100%; border: 1px solid #FFF !important; line-height: 18px !important; font-size: 1em !important; top:45%; bottom: unset; width: 50px; height: 50px; left:-60px; }
  .product-list-container .owl-nav button.owl-next { right:-60px; } */

  .product-list-container .product-group-list {
    width: 80%;
  }

  .product-list-container .product-group-list .product-group-name {
    font-size: 1em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    white-space: nowrap;
  }

  .product-list-container .product-group-list .header-box {
    width: auto;
    margin: -150px 30px 50px 0;
  }

  .story-container .story-content {
    font-size: 1.2em;
    line-height: 1.5em;
    letter-spacing: -.2px;
    max-width: 1200px;
  }

  .story-container .section-instruct {
    margin-top: 0;
  }

  .story-container .story-image {
    width: 2400px;
    margin-top: -250px;
  }

  .story-container .btn-more {
    border-radius: 40px;
  }

  .header-main .box-banner {
    padding: 180px 0 80px;
  }

  .header-main.main-content .mc-title {
    font-size: 2em;
  }

  .icon-long-arrow-right:before {
    content: "\e961";
    display: inline-block;
    transform: scaleX(2.5);
    margin-left: 35px;
  }

  .product .product-title {
    font-size: 2em;
    padding-bottom: 10px
  }

  #products_slider .owl-stage .owl-item .product img {
    transition: transform 0.35s ease;
  }

  #products_slider .owl-stage .owl-item .product img:hover {
    transform: scale(1.1);
  }
}

@media (min-width:1500px) {

  .banner .box-text,
  .header {
    padding: 0 calc(50% - 610px);
    font-size: 1.2em;
    padding-top: 10px;
  }

  .banner .box-text {
    padding-top: 40px;
    box-sizing: border-box;
  }

  .product-list-container {
    background-image: url(../images/con-tom.png), url(../images/con-tom-left.png);
    background-position: top right, bottom left;
    background-size: 20% auto, 15% auto;
  }

  .footer-line {
    max-width: 1500px;
    margin: 80px auto;
  }

  .footer-line img {
    width: 120%;
  }

  .footer-image {
    margin-top: -300px;
    background-size: 100%;
  }

  .banner .banner-content {
    font-size: 1.5em;
  }

  .banner .banner-content strong {
    font-size: 1.05em;
  }

  .product .product-title {
    font-size: 2.1em;
  }

  .product .product-description {
    margin: 20px 0;
  }

  .product-list-container .header-box .header-description {
    margin: 0 auto;
    font-size: 1.3em;
    max-width: 470px !important;
  }

  .intro-content .intro-content-body {
    font-size: 1.4em;
  }

  .banner .box-text {
    gap: 60px;
  }

  .story-container .story-introduction {
    font-size: 1.4em;
  }
}

@media (min-width: 1800px) {
  .banner .box-text {
    padding-top: 0px;
  }
}