﻿@charset "UTF-8";
/* breakpoint responsive screen*/
/*Text ellipse*/
/* image fit cover*/
.flex-align-center {
  display: flex;
  align-items: center;
}

.align-img-in-boxPrd {
  vertical-align: top;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* Font-Family */
@font-face {
  font-family: "font-custom-title";
  font-style: normal;
  src: url("/fonts/SVN-Desire.woff2") format("woff2"),
    url("/fonts/SVN-Desire.woff") format("woff"),
    url("/fonts/SVN-Desire.otf") format("truetype");
}
@font-face {
  font-family: "font-custom-bebas";
  font-style: normal;
  src: url("/fonts/UTMBebas.woff2") format("woff2"),
    url("/fonts/UTMBebas.woff") format("woff"),
    url("/fonts/UTM-Bebas.ttf") format("truetype");
}
input:focus {
  box-shadow: none;
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

ul {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}

p {
  margin-top: 0;
}

.clear-fix {
  clear: both;
}

img {
  max-width: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif !important;
  font-size: 15px;
  color: var(--dark-color-text);
}

:root {
  --bg-pri-solid: rgba(0, 43, 255, 1);
  --bg-dark-second: rgba(64, 68, 106, 1);
  --gray-color-text: rgba(222, 222, 222, 1);
  --dark-color-text: #294758;
  --pri-color-text: rgba(60, 164, 89, 1);
  --border-gray: rgba(222, 222, 222, 1);
  --red-text-color: rgba(215, 36, 36, 1);
}

/* Container */
@media (min-width: 1600px) {
  .container {
    max-width: 1440px;
  }
}
@media (max-width: 991px) {
  .main-page {
    padding-top: 60px;
  }
}
.container {
  padding: 0 15px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pt-50 {
    padding-top: 40px;
  }
  .pb-50 {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .pt-50 {
    padding-top: 30px;
  }
  .pb-50 {
    padding-bottom: 30px;
  }
}
/* Editor detail */
figure.image {
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
  background: #f1f1f1;
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  font-size: 15px;
  line-height: 1.4;
  padding: 10px;
  color: rgb(88, 103, 112);
  font-style: italic;
}

figure.image img {
  width: 100%;
}

.ct-editor-web table,
.ct-editor-web td,
.ct-editor-web th {
  border: 1px solid #686868;
}

.ct-editor-web ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 0;
}

.ct-editor-web ul li {
  position: relative;
  padding-left: 15px;
}

.ct-editor-web ol {
  padding-left: 1rem;
}

.ct-editor-web ol,
.ct-editor-web ol li {
  list-style: auto;
}

.ct-editor-web ul li > ul {
  padding: 15px 0;
  margin-bottom: 0;
}

.ct-editor-web ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0c1b26;
}

.ct-editor-web ul li > ul li:before {
  border-radius: 0;
  width: 7px;
  height: 1px;
  top: 13px;
  background: #414b5b;
}

.ct-editor-web a {
  text-decoration: underline !important;
  display: inline-block;
}

.ct-editor-web a:hover {
  color: #006231;
}

.ct-editor-web blockquote {
  text-align: center;
  font-size: 20px;
  quotes: "“" "”" "‘" "’";
  color: #5c5e65;
  font-style: italic;
  width: 510px;
  margin: 30px auto;
}
.ct-editor-web blockquote:before {
  color: #d3d2c0;
  content: "";
  font-size: 5em;
  line-height: 0.1em;
  vertical-align: -0.4em;
  background: url(/img-fix/elements/open-quote.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 41px;
  height: 29px;
  position: relative;
  display: block;
  margin-bottom: -26px;
  margin-left: -44px;
}
.ct-editor-web blockquote:after {
  color: #d3d2c0;
  content: "";
  font-size: 4em;
  line-height: 0.1em;
  vertical-align: -0.4em;
  background: url(/img-fix/elements/close-quote.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 41px;
  height: 29px;
  position: relative;
  display: block;
  margin-top: -21px;
  margin-right: -44px;
  margin-left: auto;
}
@media (min-width: 576px) and (max-width: 767px) {
  .ct-editor-web blockquote {
    width: 90%;
    font-size: 18px;
  }
  .ct-editor-web blockquote:before {
    width: 32px;
    height: 20px;
    margin-bottom: -19px;
    margin-left: -36px;
  }
  .ct-editor-web blockquote:after {
    width: 32px;
    height: 20px;
    margin-top: -19px;
    margin-right: -36px;
  }
}
@media (max-width: 575px) {
  .ct-editor-web blockquote {
    width: 82%;
    font-size: 18px;
  }
  .ct-editor-web blockquote:before {
    width: 32px;
    height: 20px;
    margin-bottom: -19px;
    margin-left: -36px;
  }
  .ct-editor-web blockquote:after {
    width: 32px;
    height: 20px;
    margin-top: -19px;
    margin-right: -36px;
  }
}

.ct-editor-web blockquote p {
  display: inline;
}

.ct-editor-web p {
  color: rgb(41, 71, 88);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.ct-editor-web p img {
  border-radius: 2px;
}

.ct-editor-web h1 {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.ct-editor-web h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.ct-editor-web h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.ct-editor-web h4,
.ct-editor-web h5 {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .ct-editor-web h2 {
    font-size: 26px;
  }
  .ct-editor-web h1 {
    font-size: 28px;
  }
  .ct-editor-web h3 {
    font-size: 22px;
  }
  .ct-editor-web h4 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .ct-editor-web h2 {
    font-size: 26px;
  }
  .ct-editor-web h1 {
    font-size: 30px;
  }
  .ct-editor-web h3 {
    font-size: 22px;
  }
  .ct-editor-web h4 {
    font-size: 20px;
  }
}
/*end Editor detail */
.btn-bg {
  padding: 4px 12px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  gap: 0 6px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  transition: all 0.3s;
}
.btn-bg.btn--primary {
  background: #e02667;
}
.btn-bg.btn--primary:hover {
  background: #cb074b;
  color: #fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .btn-bg {
    font-size: 14px;
  }
}

.btn__icon {
  padding-top: 24px;
  text-align: center;
}
.btn__icon--layout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
  cursor: pointer;
}
.btn__icon--layout:hover .btn__icon--arrow svg path {
  fill: #e02667;
}
.btn__icon--layout:hover .btn__icon--text {
  color: #e02667;
}
.btn__icon--text {
  font-size: 15px;
  color: #294758;
  line-height: 1.2;
  transition: all 0.3s;
}
.btn__icon--arrow svg path {
  transition: all 0.3s;
}

.btn__border {
  padding-top: 32px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.btn__border .layout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #219fd5;
  height: 44px;
  padding: 0 16px;
  min-width: 200px;
  gap: 0 8px;
  transition: all 0.3s;
  background: #fff;
}
.btn__border .layout .text {
  color: #219fd5;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s;
}
.btn__border .layout .arrow svg path {
  transition: all 0.3s;
}
.btn__border .layout:hover {
  background: #219fd5;
}
.btn__border .layout:hover .text {
  color: #fff;
}
.btn__border .layout:hover .arrow svg path {
  fill: #fff;
}

.product-card {
  position: relative;
}
.product-card__thumb {
  display: block;
  height: 205px;
  width: 100%;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}
.product-card__thumb .label-new {
  position: absolute;
  top: 16px;
  right: 0;
}
.product-card__thumb:hover > img {
  transform: scale(1.08);
}
.product-card__thumb > img {
  transform: scale(1);
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.product-card__thumb .tag-hot {
  position: absolute;
  top: 10px;
  left: 10px;
  transform-origin: center;
  width: 46px;
  will-change: transform;
  backface-visibility: hidden;
  animation: pulseHot 2s ease-in-out infinite;
  transform-origin: center;
}
.product-card__group {
  height: 82px;
}
.product-card__main {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 16px;
  margin-top: -24px;
  position: relative;
  padding: 12px 18px;
}
.product-card__content .product-card__title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s;
  margin-bottom: 6px;
}
.product-card__content .product-card__title .product-card__link {
  color: #294758;
  transition: all 0.3s;
}
.product-card__content .product-card__title .product-card__link:hover {
  color: #e02667;
}
.product-card__content .product-card__title:hover {
  color: #e02667;
}
.product-card__rating {
  display: flex;
}
.product-card__features {
  padding-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-card__footer {
  display: flex;
  margin-top: 16px;
  align-items: center;
  gap: 6px;
}
.product-card__footer .product-card__price {
  flex: 1;
}
.product-card__footer .product-card__price .price__top {
  display: flex;
  align-items: center;
  gap: 6px;
}
.product-card__footer .product-card__price .price__top .price__badge {
  background-image: url(/img-fix/elements/bg-sale.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 18px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 18px;
  padding-left: 3px;
}
.product-card__footer .product-card__price .price__top .price__old {
  color: #3c434d;
  font-size: 16px;
  line-height: 20px;
  text-decoration: line-through;
  position: relative;
  top: 1px;
  margin-left: 2px;
}
.product-card__footer .product-card__price .price__current {
  color: #e02667;
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .product-card__main {
    padding: 12px 16px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .product-card__main {
    padding: 12px 16px;
  }
  .product-card__group {
    height: 78px;
  }
  .product-card__content .product-card__title {
    font-size: 18px;
    line-height: 24px;
  }
  .product-card__footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .product-card__actions {
    width: 100%;
  }
  .product-card__actions .btn-bg {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .product-card__group {
    height: auto;
  }
}

@keyframes pulseHot {
  0%,
  100% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.12) rotate(-5deg);
  }
}
.feature-list__item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.feature-list__icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-list__text {
  flex: 1;
  color: #3c434d;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  top: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.filter {
  background: #f4f7f9;
  border-radius: 16px;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 16px;
}
.filter__form {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1 1 0%;
  position: relative;
}
.filter__sections {
  flex: 1 1 auto;
  overflow-y: auto;
  max-height: 480px;
  padding-bottom: 20px;
}
.filter__sections::-webkit-scrollbar {
  width: 6px;
  border-radius: 100px;
}
.filter__sections::-webkit-scrollbar-track {
  background: transparent;
}
.filter__sections::-webkit-scrollbar-thumb {
  background: #d6dbdd;
  border-radius: 100px;
}
.filter__group {
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 20px;
}
.filter__group:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.filter__heading {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #294758;
  line-height: 22px;
}
.filter__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 0;
}
.filter__item {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.filter__checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: #fff url("/img-fix/elements/check-input.svg") no-repeat center
    center;
  background-size: 18px 18px;
  vertical-align: middle;
  margin-right: 9px;
  position: relative;
  transition: border 0.2s, background 0.2s;
  outline: none;
  cursor: pointer;
  margin-top: 3px;
}
.filter__checkbox:checked {
  border-color: #e02667;
  background: #e02667 url("/img-fix/elements/checked-input.svg") no-repeat
    center center;
  background-size: 18px 18px;
}
.filter__checkbox:checked + .filter__label {
  color: #e02667;
}
.filter__label {
  font-size: 16px;
  color: #294758;
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: color 0.2s;
  flex: 1;
}
.filter__actions {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  padding: 8px;
  justify-content: center;
  gap: 12px;
  display: flex;
  width: calc(100% - 22px);
  margin: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .filter__actions {
    gap: 6px;
  }
}
.filter__actions .filter__reset,
.filter__actions .filter__submit {
  width: 100%;
  border-radius: 6px;
  height: 40px;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: none;
  outline: none;
  box-shadow: none;
  transition: 0.2s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .filter__actions .filter__reset,
  .filter__actions .filter__submit {
    font-size: 13px;
    gap: 4px;
  }
}
.filter__actions .filter__reset {
  background: #fff;
  color: #ce384c;
  font-weight: 400;
}
.filter__actions .filter__reset img {
  position: relative;
  top: -2px;
}
.filter__actions .filter__reset:hover {
  background: #faddeb;
}
.filter__actions .filter__submit {
  background: #219fd5;
  color: #fff;
}
.filter__actions .filter__submit:hover {
  background: #157db2;
}
.filter__actions .filter__submit img {
  filter: brightness(0) invert(1);
}
@media (max-width: 991px) {
  .filter__sections {
    max-height: 350px;
  }
}

.section-title {
  text-align: center;
  margin-bottom: 24px;
}
.section-title__big {
  font-family: "font-custom-title", serif;
  font-size: 80px;
  line-height: 1;
  font-weight: 400;
  color: #294758;
  margin-bottom: 4px;
  transition: all 0.3s ease;
}
.section-title__sub {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  color: #294758;
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .section-title__big {
    font-size: 70px;
  }
  .section-title__sub {
    font-size: 17px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title__big {
    font-size: 64px;
  }
  .section-title__sub {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-title__big {
    font-size: 52px;
  }
  .section-title__sub {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-title__big {
    font-size: 48px;
    line-height: 1.2;
  }
  .section-title__sub {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .section-title__big {
    font-size: 40px;
  }
  .section-title__sub {
    font-size: 16px;
  }
}

.box-name-search {
  padding-top: 100px;
  border-bottom: 1px solid rgb(228, 228, 228);
  padding-bottom: 32px;
  text-align: center;
}
.box-name-search h3 {
  color: rgb(41, 71, 88);
  font-size: 60px;
  font-weight: 400;
  font-family: "font-custom-title";
}
@media (min-width: 992px) and (max-width: 1199px) {
  .box-name-search h3 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .box-name-search {
    padding-top: 30px;
  }
  .box-name-search h3 {
    font-size: 40px;
  }
}

.wp-menu-homepage.ct-bg-menu .layout-menu-homepage {
  background: rgb(233, 244, 251);
}

header.wp-menu-homepage.ct-bg-menu .menu-homepage.scroll {
  background: rgb(233, 244, 251);
}

@media (max-width: 991px) {
  header.wp-menu-homepage.ct-bg-menu .menu-homepage {
    background: #e9f4fb;
  }
}
.box-nodata {
  padding: 50px 0;
  text-align: center;
}
.box-nodata h3 {
  margin-top: 16px;
  color: rgb(133, 141, 154);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.pagination__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 4px 8px;
}
.pagination__item.active .pagination__link {
  background-color: #219fd5;
  color: #fff;
}
.pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 14px;
  border-radius: 6px;
  background-color: #f4f7f9;
  color: #333;
  text-decoration: none;
  transition: all 0.2s ease;
}
.pagination__link:hover {
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.breadcrumb {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 1.4;
  color: #586770;
  flex-wrap: wrap;
  gap: 4px 0;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .breadcrumb {
    font-size: 14px;
  }
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb__item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.breadcrumb__item::after {
  content: "/";
  color: #fff;
  opacity: 0.5;
  margin-right: 4px;
}
.breadcrumb__item:last-child::after {
  content: "";
}
.breadcrumb__item--active .breadcrumb__text {
  color: #fff;
  opacity: 1;
}
.breadcrumb__link {
  color: #fff;
  text-decoration: none;
  opacity: 0.5;
  transition: all 0.3s;
}
.breadcrumb__link:hover {
  color: #fff;
  opacity: 1;
}
.breadcrumb__text {
  color: white;
  opacity: 0.5;
  transition: all 0.3s;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s;
}
.slider-nav img {
  transform: scale(1);
  filter: brightness(1);
  transition: all 0.3s;
}
.slider-nav:hover {
  background: #e02667;
}
.slider-nav:hover img {
  filter: brightness(9);
  transform: scale(0.45);
}
.slider-nav.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.slider-nav--prev {
  left: 0;
}
.slider-nav--next {
  right: 0;
}
@media (max-width: 1199px) {
  .slider-nav {
    background: #e02667;
  }
  .slider-nav img {
    filter: brightness(9);
    transform: scale(0.45);
  }
  .slider-nav.swiper-button-disabled {
    opacity: 0.6;
    cursor: auto;
    pointer-events: none;
  }
}

.slider-pagination {
  position: relative;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #e4e4e4;
  opacity: 1;
  margin: 0 4px;
  transition: all 0.3s ease;
  border-radius: 50%;
}
.slider-pagination .swiper-pagination-bullet-active {
  background: #219fd5;
  width: 24px;
  border-radius: 4px;
}

.slider-wrapper {
  position: relative;
}
.slider-wrapper--has-pagination .swiper {
  padding-bottom: 10px;
}
@media (max-width: 575px) {
  .slider-wrapper--has-pagination .swiper {
    padding-bottom: 30px;
  }
}

.topbar {
  background: linear-gradient(90deg, #0e71b5 0%, #0a6eab 100%);
  color: #ffffff;
  font-size: 13px;
}

.topbar__layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 0 10px 0;
}
@media (max-width: 1199px) {
  .topbar__layout {
    padding: 4px 0;
    height: 100%;
  }
}

.topbar__left {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  top: -4px;
}
@media (max-width: 575px) {
  .topbar__left {
    top: 0;
  }
}

.logo-menu-homepage .name .icon-heart {
  position: relative;
  top: -13px;
  margin-left: 4px;
}

.topbar__right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.topbar__social {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 575px) {
  .topbar__social {
    gap: 4px;
  }
}

.topbar__social-item a {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.topbar__news {
  display: flex;
  align-items: center;
  gap: 0 6px;
}
@media (max-width: 991px) {
  .topbar__news {
    display: none;
  }
}

.topbar__badge {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  background: url(/img-fix/elements/box-tag.svg);
  padding: 0 4px;
  line-height: 1;
  font-weight: 600;
  min-width: 52px;
  height: 20px;
  background-size: cover;
  background-position: right;
}

.topbar__badge-icon {
  display: inline-flex;
  width: 14px;
  height: 14px;
  position: relative;
  top: -1px;
}
.topbar__badge-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.topbar__badge-text {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-family: "font-custom-bebas";
  letter-spacing: 0.5px;
  position: relative;
  top: -2px;
}

.topbar__news-link {
  color: #ffffff;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  font-style: italic;
  max-width: 700px;
  border-bottom: 1px solid #fff;
}
.topbar__news-link:hover {
  color: #fff;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .topbar__news-link {
    max-width: 500px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .topbar__news-link {
    max-width: 350px;
  }
}

.topbar--homepage {
  background: linear-gradient(90deg, #24a6da 0%, #0e71b5 100%);
  height: 80px;
}
@media (max-width: 1199px) {
  .topbar--homepage {
    height: 50px;
  }
  .topbar--homepage .container {
    height: 100%;
  }
}

.topbar__mail a {
  display: inline-flex;
  align-items: center;
  gap: 0 6px;
  color: #ffffff;
  position: relative;
  top: 2px;
}
.topbar__mail a .topbar__mail-icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
}
.topbar__mail a .topbar__mail-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.topbar__mail a .topbar__mail-text {
  font-size: 15px;
  line-height: 1.1;
}

.topbar__phone a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #e02667;
  color: #ffffff;
  border-radius: 8px 8px 0 0;
  padding: 8px 12px;
}
@media (max-width: 1199px) {
  .topbar__phone a {
    height: 32px;
    border-radius: 6px;
    padding: 4px 8px;
  }
}

.topbar__phone-number {
  font-weight: 700;
}
@media (max-width: 575px) {
  .topbar__phone-number {
    display: none;
  }
}

.topbar__phone-icon {
  display: inline-flex;
  width: 14px;
  height: 14px;
}
.topbar__phone-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/* ------------------------------------------- */
/* ===== Header Menu (desktop + mobile with mmenu) ===== */
.menu-homepage {
  position: absolute;
  z-index: 10;
  top: 40px;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0);
}
.menu-homepage.scroll {
  position: fixed;
  top: 0;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}
.menu-homepage.scroll .layout-menu-homepage {
  border-radius: 0;
}
@media (max-width: 991px) {
  .menu-homepage {
    top: 50px;
    width: 100%;
    background: #fff;
  }
}

.layout-menu-homepage {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 10px;
  height: 72px;
  padding: 0 12px;
}

.logo-menu-homepage {
  margin: 0;
  margin-left: -10px;
  display: flex;
  align-items: center;
  gap: 0 6px;
}
.logo-menu-homepage a {
  align-items: center;
  width: 85px;
  display: block;
}
.logo-menu-homepage a img {
  max-height: 65px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .logo-menu-homepage {
    margin-left: -5px;
  }
  .logo-menu-homepage a {
    width: auto;
  }
  .logo-menu-homepage a img {
    max-height: 50px;
  }
}
@media (max-width: 991px) {
  .logo-menu-homepage {
    margin-left: -5px;
  }
  .logo-menu-homepage a {
    width: auto;
  }
  .logo-menu-homepage a img {
    max-height: 50px;
  }
}

.block-menu-homepage-pc {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  flex: 1;
}

.item-menu-homepage {
  position: relative;
}
.item-menu-homepage.item-menu-homepage + .item-menu-homepage {
  margin-left: 4px;
}
.item-menu-homepage .txt-menu-homepage {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  color: #294758;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  gap: 0 6px;
}
.item-menu-homepage .txt-menu-homepage .txt {
  white-space: nowrap;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .item-menu-homepage .txt-menu-homepage {
    padding: 8px 12px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .item-menu-homepage .txt-menu-homepage {
    padding: 8px 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .item-menu-homepage .txt-menu-homepage {
    font-size: 13.5px;
    padding: 8px;
  }
}
.item-menu-homepage .txt-menu-homepage .icon svg path {
  transition: all 0.3s;
}
.item-menu-homepage.active .txt-menu-homepage .txt {
  color: #0e71b5;
}
.item-menu-homepage.active .txt-menu-homepage .icon svg path {
  fill: #0e71b5;
}

.item-menu-homepage:not(:first-child):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 20px;
  background: #aaaaaa;
  bottom: 0;
  margin: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .item-menu-homepage:not(:first-child):before {
    height: 16px;
  }
}
@media (max-width: 991px) {
  .item-menu-homepage:not(:first-child):before {
    display: none;
  }
}

.item-menu-homepage.active .txt-menu-homepage,
.item-menu-homepage .txt-menu-homepage:hover {
  color: #0e71b5;
}

/* Submenu (desktop) */
.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #ffffff;
  border-radius: 10px;
  padding: 8px;
  box-shadow: 0 12px 36px rgba(12, 53, 85, 0.18);
  display: none;
  z-index: 30;
}

.submenu__item {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  border-radius: 8px;
  color: #244b5a;
  font-weight: 600;
}

.submenu__item:hover {
  background: rgba(11, 134, 207, 0.08);
  color: #0e71b5;
}

.item-menu-homepage:hover > .submenu {
  display: block;
}

@media (max-width: 991px) {
  .submenu {
    display: none !important;
  }
}
/* Mobile hamburger */
.nav-menu {
  display: none;
}

.toggle-bar-menu {
  display: inline-flex;
  align-items: center;
}

.menu-line {
  width: 32px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lines {
  position: relative;
  width: 22px;
  height: 2px;
  background: #244b5a;
}

.lines .line {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #244b5a;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.lines .horizontal {
  top: 0;
  transform: translateY(0);
}

.lines .diagonal.part-1 {
  top: -6px;
}

.lines .diagonal.part-2 {
  top: 6px;
}

@media (max-width: 991px) {
  .block-menu-homepage-pc {
    display: none;
  }
  .nav-menu {
    display: block;
  }
  .layout-menu-homepage {
    padding: 8px 0;
    border-radius: 8px;
    height: 60px;
  }
  .menu-line {
    width: 36px;
    height: 32px;
  }
  .lines,
  .lines .line,
  .lines .horizontal {
    background: #244b5a;
  }
  /* MMenu */
  #mm-blocker {
    background: rgba(3, 2, 1, 0.8);
    z-index: 3;
  }
  .mm-listview li a {
    color: #2e4650;
    font-size: 17px;
    padding: 15px 10px 8px 20px;
  }
  .mm-hasnavbar-bottom-1 .mm-panels {
    background: #fff;
  }
  .mm-navbars-top,
  .mm-navbar {
    background: #fff;
  }
  .mm-menu .mm-navbar a,
  .mm-menu .mm-navbar > * {
    color: #2e4650;
    font-size: 17px;
    top: 0;
  }
  .mm-clear:after,
  .mm-close:after,
  .mm-clear:after,
  .mm-clear:before,
  .mm-close:after,
  .mm-close:before {
    display: none;
  }
  .mm-close.mm-btn {
    background-image: url(/img-fix/icon/icon-close.png);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    position: absolute;
    top: 3px;
    right: 13px !important;
  }
  .mm-navbars-bottom {
    display: none;
  }
  .mm-menu {
    background: #fff;
  }
}
.nav-menu {
  margin-left: 10px;
}

.layout-menu-homepage .nav-menu {
  margin-left: auto;
}

.logo-menu-homepage .name {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}
.logo-menu-homepage .name p {
  color: #0e71b5;
  letter-spacing: -0.5px;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .logo-menu-homepage .name {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .logo-menu-homepage .name {
    display: none;
  }
}
@media (max-width: 991px) {
  .logo-menu-homepage .name p {
    font-size: 15px;
  }
}

.lst-mxh-link-contact {
  display: flex;
  align-items: center;
  padding-top: 15px;
}

.item-mxh-link-contact {
  margin-right: 10px;
}
.item-mxh-link-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: transparent;
  transition: all 0.3s;
  transform: translateY(0);
  border: 1px solid #fff;
  opacity: 0.9;
}
.item-mxh-link-contact a:hover {
  background: #1068a4;
}

.item-contact-footer {
  display: flex;
  align-items: flex-start;
}
.item-contact-footer .icon {
  position: relative;
  width: 25px;
  text-align: left;
  position: relative;
  top: 3px;
}
.item-contact-footer .text {
  margin-left: 5px;
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  word-break: break-word;
  display: inline-block;
  transition: all 0.3s;
}
.item-contact-footer a:hover {
  text-decoration: underline;
  color: #fff;
}

.content-part-footer {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}

.logo-footer {
  display: flex;
  align-items: flex-start;
  gap: 0 10px;
  margin-bottom: 20px;
}
.logo-footer a {
  width: 130px;
  display: block;
}

.flex-info-company {
  flex: 1;
}
.flex-info-company h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #fff;
}
.flex-info-company p {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}

.title-part-footer {
  margin-bottom: 20px;
}
.title-part-footer h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.list-ctg-footer {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
}

.item-ctg-footer {
  display: block;
  transition: all 0.3s;
}
.item-ctg-footer a {
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
  display: inline-block;
  opacity: 0.6;
  transition: all 0.3s;
}
.item-ctg-footer a:hover {
  opacity: 1;
  color: #fff;
}

.list-connect-social {
  display: flex;
  flex-wrap: wrap;
}

.item-social-connect {
  display: flex;
  align-items: center;
  width: 48%;
  margin-bottom: 15px;
}
.item-social-connect .icon {
  display: inline-block;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  text-align: center;
  line-height: 39px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: all 0.3s;
}
.item-social-connect .txt {
  flex: 1;
  margin-left: 5px;
  color: #ebf3f2;
  font-size: 16px;
  transition: all 0.3s;
}
.item-social-connect.facebook:hover .txt {
  color: #526be9;
}
.item-social-connect.facebook:hover .icon {
  background: #dce0f3;
}
.item-social-connect.twitter:hover .txt {
  color: #31a8ff;
}
.item-social-connect.twitter:hover .icon {
  background: #d7e8f5;
}
.item-social-connect.youtube:hover .txt {
  color: #f3434d;
}
.item-social-connect.youtube:hover .icon {
  background: #fde0e5;
}

.copyright-footer {
  color: #414b5b;
  font-size: 14px;
  line-height: 21px;
}

.block-copyright {
  padding: 13px 0;
  display: flex;
  align-items: center;
  background: #1068a4;
  text-align: center;
}
.block-copyright p {
  color: #ffffff;
  font-size: 15px;
}

.layout-footer-homepage {
  padding: 40px 0;
  background: #094367;
}

.layout-col-footer {
  display: grid;
  grid-template-columns: 1fr 250px 250px 345px;
  gap: 30px 50px;
}

.iframe-fanpage iframe {
  width: 100%;
  height: 130px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .layout-col-footer {
    grid-template-columns: 1fr 215px 235px 345px;
    gap: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .layout-col-footer {
    grid-template-columns: 1fr 190px 200px 280px;
    gap: 30px;
  }
  .item-ctg-footer a {
    font-size: 14px;
  }
  .list-ctg-footer {
    gap: 8px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .layout-col-footer {
    grid-template-columns: 1fr 160px 160px 220px;
    gap: 30px;
  }
  .item-ctg-footer a {
    font-size: 14px;
  }
  .list-ctg-footer {
    gap: 8px 0;
  }
  .logo-footer a {
    width: 110px;
  }
  .flex-info-company p {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .layout-col-footer {
    grid-template-columns: 1fr 160px 160px;
    gap: 40px 20px;
  }
  .item-ctg-footer a {
    font-size: 14px;
  }
  .list-ctg-footer {
    gap: 8px 0;
  }
  .logo-footer a {
    width: 110px;
  }
  .flex-info-company p {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .layout-col-footer {
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
  }
  .item-ctg-footer a {
    font-size: 14px;
  }
  .list-ctg-footer {
    gap: 8px 0;
  }
  .logo-footer a {
    width: 110px;
  }
  .flex-info-company p {
    font-size: 14px;
    line-height: 1.5;
  }
  .item-part-footer:nth-child(1) {
    grid-column: 1/3;
  }
  .item-part-footer:nth-child(4) {
    grid-column: 1/3;
  }
}
@media (max-width: 575px) {
  .layout-col-footer {
    grid-template-columns: 1fr;
    gap: 40px 20px;
  }
  .item-ctg-footer a {
    font-size: 14px;
  }
  .list-ctg-footer {
    gap: 8px 0;
  }
  .logo-footer a {
    width: 110px;
  }
  .flex-info-company p {
    font-size: 14px;
    line-height: 1.5;
  }
  .item-part-footer {
    min-width: 0;
  }
  .title-part-footer {
    margin-bottom: 10px;
  }
  .block-copyright p {
    font-size: 12px;
  }
}
.slide-banner {
  position: relative;
  overflow: hidden;
}
.slide-banner .banner-list__texture {
  z-index: 1;
  bottom: -14%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slide-banner .banner-list__texture {
    bottom: -10%;
  }
}
@media (max-width: 991px) {
  .slide-banner .banner-list__texture {
    bottom: -8%;
  }
}
.slide-banner .image-banner {
  height: 675px;
}
.slide-banner .image-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .slide-banner .image-banner {
    height: calc(100vh - 80px);
    height: calc(100dvh - 80px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slide-banner .image-banner {
    height: 520px;
  }
}
@media (max-width: 991px) {
  .slide-banner .image-banner {
    height: calc(100vh - 110px);
    height: calc(100dvh - 110px);
  }
}
@media (max-width: 575px) {
  .slide-banner .image-banner {
    height: 500px;
  }
}
.slide-banner .slider-pagination {
  display: flex;
  position: absolute;
  bottom: 15%;
  z-index: 2;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: center;
}
.slide-banner .slider-nav {
  background: #219fd5;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  top: 46%;
}
.slide-banner .slider-nav.slider-nav--next {
  right: 30px;
}
.slide-banner .slider-nav.slider-nav--prev {
  left: 30px;
}
.slide-banner .slider-nav:hover img {
  transform: scale(1);
}
@media (max-width: 1199px) {
  .slide-banner .slider-nav {
    top: 49%;
  }
  .slide-banner .slider-nav img {
    transform: scale(1);
  }
}
@media (max-width: 991px) {
  .slide-banner .slider-nav {
    display: none;
  }
}
@media (max-width: 575px) {
  .slide-banner .slider-pagination {
    bottom: 10%;
  }
}

.section-search {
  padding-bottom: 100px;
  padding-top: 60px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-search {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .section-search {
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .section-search {
    padding-top: 40px;
  }
}

@media (min-width: 1600px) {
  .section-search .container {
    max-width: 1375px;
  }
}
.tour-search {
  background: #fff;
  border: 3px solid #00a0df;
  border-radius: 16px;
  padding: 16px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.tour-search__title {
  color: #fff;
  font-size: 46px;
  text-align: center;
  padding: 8px 64px 0 64px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "font-custom-title";
  top: -61px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background: url(/img-fix/elements/bg-box-search.svg);
  height: 59px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  min-width: 480px;
}
@media (min-width: 1921px) {
  .tour-search__title {
    top: -60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tour-search__title {
    font-size: 36px;
    min-width: 400px;
    background-size: contain;
    height: 50px;
    top: -52px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .tour-search__title {
    font-size: 32px;
    min-width: 400px;
    background-size: contain;
    height: 50px;
    top: -52px;
    padding-top: 9px;
  }
}
@media (max-width: 575px) {
  .tour-search__title {
    font-size: 30px;
    padding: 0 15px;
    min-width: auto;
    background: #00a0df;
    height: 50px;
    width: calc(100% + 33px);
    position: relative;
    top: 0;
    margin-top: -16px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 20px;
  }
}
.tour-search__form {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 200px;
  gap: 12px;
  align-items: end;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .tour-search__form {
    grid-template-columns: 1.7fr 1fr 1fr 1fr 150px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tour-search__form {
    grid-template-columns: 1.7fr 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tour-search__form {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .tour-search__form {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .tour-search__form {
    grid-template-columns: 1fr;
  }
}
.tour-search .form-group {
  position: relative;
  display: flex;
  flex-direction: column;
}
.tour-search .form-group label {
  font-weight: 500;
  font-size: 15px;
  color: #294758;
  margin-bottom: 4px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}
.tour-search .form-group .input-control,
.tour-search .form-group .select-control {
  height: 52px;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.tour-search .form-group .input-control:focus,
.tour-search .form-group .select-control:focus {
  border-color: #00a0df;
  outline: none;
}
.tour-search .form-group .icon-tsl {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tour-search .form-group .text {
  flex: 1;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tour-search .form-group .icon {
  font-size: 12px;
  margin-left: 8px;
}
.tour-search .form-group .popup-list {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgb(219, 230, 233);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  z-index: 10;
  display: none;
}
.tour-search .form-group .popup-list ul {
  list-style: none;
  margin: 0;
  padding: 6px 0;
  max-height: 300px;
  overflow-y: auto;
}
.tour-search .form-group .popup-list ul li {
  padding: 8px 12px;
  cursor: pointer;
  font-size: 14px;
  transition: 0.2s;
  color: rgb(110, 121, 128);
}
.tour-search .form-group .popup-list ul li:hover {
  background: #f1f9ff;
  color: #00a0df;
}
.tour-search .form-group .popup-list ul li b {
  color: rgb(224, 38, 103);
}
.tour-search .form-group.active .popup-list {
  display: block;
}
.tour-search .btn-search {
  height: 52px;
  padding: 0 12px;
  background: #e02667;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0 4px;
}
.tour-search .btn-search .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tour-search .btn-search .text {
  color: #fff;
  font-weight: 600;
  position: relative;
  top: 2px;
}
.tour-search .btn-search:hover {
  background: #d01868;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tour-search .btn-search {
    grid-column: 1/-1;
    justify-self: center;
    padding: 0 24px;
  }
}
@media (max-width: 991px) {
  .tour-search .btn-search {
    grid-column: 1/-1;
    justify-self: center;
    padding: 0 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tour-search .from-searh-name {
    grid-column: 1/-1;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .tour-search .from-searh-name {
    grid-column: 1/-1;
  }
}

.section-about {
  position: relative;
}
.section-about:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 160%;
  background-image: url(/img-fix/elements/bg-section-about.png);
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.about {
  padding: 0 0 120px 0;
}
.about__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  gap: 40px;
}
.about__left {
  flex: 1;
  max-width: 650px;
}
.about__right {
  width: 574px;
  display: flex;
  justify-content: flex-end;
}
.about__image {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 16px;
  overflow: hidden;
}
.about__image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.about__title {
  font-size: 69px;
  line-height: 1.2;
  font-family: "font-custom-title";
  color: #294758;
  margin-bottom: 4px;
}
.about__desc p {
  font-size: 18px;
  color: #294758;
  line-height: 1.6;
  margin-bottom: 12px;
}
.about__stats {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid #d6dfe2;
  border-radius: 16px;
  overflow: hidden;
}
.about__stat {
  background: transparent;
  border-bottom: 1px solid #d6dfe2;
  border-right: 1px solid #d6dfe2;
  padding: 16px;
  display: flex;
  align-items: flex-start;
  transition: all 0.3s ease;
  gap: 0 4px;
  margin-bottom: -1px;
  margin-right: -1px;
  position: relative;
}
.about__stat-content {
  flex: 1;
}
.about__stat-content h3 {
  font-size: 68px;
  line-height: 1;
  font-family: "font-custom-title";
  color: #219fd5;
  margin-bottom: 4px;
}
.about__stat-content p {
  color: #294758;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}
.about__icon {
  width: 64px;
  height: 64px;
  top: 4px;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .about__content {
    gap: 30px;
  }
  .about__right {
    width: 500px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about__content {
    gap: 30px;
  }
  .about__right {
    width: 400px;
  }
  .about__title {
    font-size: 52px;
    line-height: 1.2;
  }
  .about__desc p {
    font-size: 16px;
    line-height: 1.6;
  }
  .about__stat-content h3 {
    font-size: 52px;
  }
  .about__stat-content p {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 991px) {
  .about__content {
    justify-content: flex-start;
    flex-direction: column;
    gap: 40px 0;
  }
  .about__left {
    width: 100%;
    max-width: 100%;
    flex: none;
  }
  .about__right {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about__title {
    font-size: 52px;
    line-height: 1.2;
  }
  .about__desc p {
    font-size: 16px;
    line-height: 1.6;
  }
  .about__stat-content h3 {
    font-size: 52px;
  }
  .about__stat-content p {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .about {
    padding-bottom: 80px;
  }
  .about__title {
    font-size: 52px;
    line-height: 1.2;
  }
  .about__desc p {
    font-size: 16px;
    line-height: 1.6;
  }
  .about__stat-content h3 {
    font-size: 48px;
  }
  .about__stat-content p {
    font-size: 16px;
    line-height: 1.2;
  }
  .about__icon {
    width: 46px;
    height: 46px;
  }
}
@media (max-width: 575px) {
  .about {
    padding-bottom: 80px;
  }
  .about__title {
    font-size: 46px;
    line-height: 1.2;
  }
  .about__desc p {
    font-size: 15px;
    line-height: 1.6;
  }
  .about__stat-content h3 {
    font-size: 48px;
  }
  .about__stat-content p {
    font-size: 16px;
    line-height: 1.2;
  }
  .about__icon {
    width: 40px;
    height: 40px;
  }
}

.section-prd-villa {
  padding-bottom: 150px;
  position: relative;
}
.section-prd-villa:before {
  content: "";
  position: absolute;
  bottom: -250px;
  width: 100%;
  height: 800px;
  background-image: url(/img-fix/elements/bg-line-prd-villa.png);
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-prd-villa {
    padding-bottom: 120px;
  }
  .section-prd-villa:before {
    height: 300px;
    background-size: cover;
    bottom: -80px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-prd-villa {
    padding-bottom: 90px;
  }
  .section-prd-villa:before {
    height: 300px;
    background-size: cover;
    bottom: -80px;
  }
}
@media (max-width: 575px) {
  .section-prd-villa {
    padding-bottom: 90px;
  }
  .section-prd-villa:before {
    height: 200px;
    background-size: cover;
    bottom: -20px;
  }
}

.product-card.product-card--villa {
  position: relative;
  aspect-ratio: 16/23;
  border-radius: 16px;
}
.product-card.product-card--villa .product-card__thumb {
  inset: 0;
  transform-origin: 100% 50%;
  transform: perspective(150px) rotateY(1deg) rotateX(0deg) rotateZ(0deg)
    skewY(1.5deg);
  will-change: transform;
  backface-visibility: hidden;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
  border-radius: 20px;
}
.product-card.product-card--villa .product-card__thumb:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(1, 64, 105, 0) 47.16%,
    rgba(1, 64, 105, 0.9) 66.98%
  );
  z-index: 1;
  border-radius: 20px;
}
@media (max-width: 575px) {
  .product-card.product-card--villa .product-card__thumb {
    aspect-ratio: 16/20;
  }
}
.product-card.product-card--villa
  .product-card__footer
  .product-card__price
  .price__top
  .price__old {
  color: #fff;
}
.product-card.product-card--villa
  .product-card__content
  .product-card__title
  .product-card__link {
  color: #fff;
}
.product-card.product-card--villa .feature-list__text {
  color: #fff;
}
.product-card.product-card--villa .product-card__main {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-radius: 0;
  padding: 16px;
  border: none;
  margin: auto;
  background: transparent;
  z-index: 2;
}

.villa-slider {
  position: relative;
}
.villa-slider .slider-nav--prev {
  left: -55px;
}
.villa-slider .slider-nav--next {
  right: -55px;
}
.villa-slider .slider-pagination {
  display: none;
}
.villa-slider .products-slider__container .swiper {
  padding: 20px;
}
.villa-slider
  .swiper-slide:nth-child(2n + 2)
  .product-card.product-card--villa
  .product-card__thumb {
  transform-origin: 0% 50%;
  transform: perspective(150px) rotateY(-1deg) rotateX(0deg) rotateZ(0deg)
    skewY(-1.5deg);
}
.villa-slider .swiper-slide:nth-child(2n + 2) {
  left: -12px;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .villa-slider .slider-nav--prev {
    left: -44px;
  }
  .villa-slider .slider-nav--next {
    right: -44px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .villa-slider .swiper-slide:nth-child(2n + 2) {
    left: -8px;
  }
  .villa-slider .products-slider__container .swiper {
    padding: 20px 16px;
  }
  .villa-slider
    .product-card__footer
    .product-card__price
    .price__top
    .price__old {
    font-size: 13px;
  }
  .villa-slider .btn-bg {
    font-size: 11px;
    text-align: center;
    padding: 3px 8px;
    height: 32px;
  }
  .villa-slider .product-card__main {
    padding: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .villa-slider .swiper-slide:nth-child(2n + 2) {
    left: -8px;
  }
  .villa-slider .products-slider__container .swiper {
    padding: 20px 14px;
  }
  .villa-slider
    .product-card__footer
    .product-card__price
    .price__top
    .price__old {
    font-size: 14px;
  }
  .villa-slider .slider-nav--next {
    right: -40px;
  }
  .villa-slider .btn-bg {
    font-size: 12px;
    text-align: center;
    padding: 3px 8px;
    height: 36px;
  }
  .villa-slider .product-card__main {
    padding: 12px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .villa-slider .slider-nav--prev {
    left: -45px;
  }
  .villa-slider .slider-nav--next {
    right: -45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .villa-slider .swiper-slide:nth-child(2n + 2) {
    left: 0;
  }
}
@media (max-width: 1199px) {
  .villa-slider .slider-nav--prev {
    left: -20px;
  }
  .villa-slider .slider-nav--next {
    right: -20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .villa-slider .swiper-slide:nth-child(2n + 2) {
    left: -6px;
  }
  .villa-slider .products-slider__container .swiper {
    padding: 20px 16px;
  }
  .villa-slider .slider-nav--prev {
    left: -12px;
  }
  .villa-slider .slider-nav--next {
    right: -8px;
  }
}
@media (max-width: 767px) {
  .villa-slider .slider-pagination {
    display: flex;
  }
}
@media (max-width: 575px) {
  .villa-slider .slider-nav {
    display: none;
  }
  .villa-slider .products-slider__container .swiper {
    padding-bottom: 6px;
  }
}

.product-card.product-card--hotel .product-card__thumb {
  aspect-ratio: 16/23;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .product-card.product-card--hotel .product-card__thumb {
    aspect-ratio: 16/20;
  }
}
.product-card.product-card--hotel .product-card__main {
  position: absolute;
  width: calc(100% - 24px);
  bottom: 12px;
  left: 0;
  right: 0;
  padding: 12px;
  border: none;
  margin: auto;
}

.section-hotel {
  padding-bottom: 90px;
  position: relative;
}
.section-hotel:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(/img-fix/elements/bg-section-hotel.png);
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  z-index: -1;
}
.section-hotel .section-title {
  margin-bottom: 36px;
}

.hotel-slider {
  position: relative;
}
.hotel-slider .slider-nav--prev {
  left: -55px;
}
.hotel-slider .slider-nav--next {
  right: -55px;
}
.hotel-slider .slider-pagination {
  display: none;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hotel-slider
    .product-card__footer
    .product-card__price
    .price__top
    .price__old {
    font-size: 13px;
  }
  .hotel-slider .btn-bg {
    font-size: 11px;
    text-align: center;
    padding: 3px 8px;
    height: 32px;
  }
  .hotel-slider .product-card__main {
    padding: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hotel-slider
    .product-card__footer
    .product-card__price
    .price__top
    .price__old {
    font-size: 14px;
  }
  .hotel-slider .btn-bg {
    font-size: 12px;
    text-align: center;
    padding: 3px 8px;
    height: 36px;
  }
  .hotel-slider .product-card__main {
    padding: 12px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .hotel-slider .slider-nav--prev {
    left: -45px;
  }
  .hotel-slider .slider-nav--next {
    right: -45px;
  }
}
@media (max-width: 1199px) {
  .hotel-slider .slider-nav--prev {
    left: -20px;
  }
  .hotel-slider .slider-nav--next {
    right: -20px;
  }
}
@media (max-width: 767px) {
  .hotel-slider .slider-pagination {
    display: flex;
  }
}
@media (max-width: 575px) {
  .hotel-slider .slider-nav {
    display: none;
  }
  .hotel-slider .products-slider__container .swiper {
    padding-bottom: 6px;
  }
}

.section-hotel .btn__border {
  padding-top: 24px;
}

.section-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.section-tabs__item {
  padding: 9px 24px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  background: #ecf0f2;
  color: #586770;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  letter-spacing: 0.7px;
}
.section-tabs__item:hover {
  background: #219fd5;
  color: #fff;
}
.section-tabs__item:active {
  transform: translateY(0);
}
.section-tabs__item--active {
  background: #219fd5;
  color: #fff;
}
.section-tabs__item--active:hover {
  background: #219fd5;
  color: #fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-tabs {
    gap: 10px;
    margin-bottom: 36px;
  }
  .section-tabs__item {
    padding: 11px 22px;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-tabs {
    gap: 10px;
    margin-bottom: 36px;
  }
  .section-tabs__item {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-tabs {
    gap: 8px;
    margin-bottom: 32px;
  }
  .section-tabs__item {
    padding: 10px 18px;
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .section-tabs {
    gap: 8px;
    margin: 0 -15px;
    padding: 0 15px;
    margin-bottom: 32px;
  }
  .section-tabs__item {
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    flex: none;
    min-width: auto;
    letter-spacing: 0;
  }
  .section-tabs__item:hover {
    transform: none;
  }
}

.block-slide-products {
  padding-bottom: 50px;
}

.products-slider {
  position: relative;
}
.products-slider__container {
  position: relative;
  width: 100%;
}
.products-slider__container .swiper {
  padding-bottom: 10px;
}
@media (max-width: 575px) {
  .products-slider__container .swiper {
    padding-bottom: 30px;
  }
}
.products-slider--full-width {
  padding: 0;
}
.products-slider--no-padding {
  padding: 0;
}
.products-slider .slider-nav--prev {
  left: -55px;
}
.products-slider .slider-nav--next {
  right: -55px;
}
.products-slider .slider-pagination {
  display: none;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .products-slider
    .product-card__footer
    .product-card__price
    .price__top
    .price__old {
    font-size: 14px;
  }
  .products-slider .btn-bg {
    font-size: 12px;
    text-align: center;
    padding: 3px 8px;
    height: 36px;
  }
  .products-slider .product-card__main {
    padding: 12px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .products-slider .slider-nav--prev {
    left: -45px;
  }
  .products-slider .slider-nav--next {
    right: -45px;
  }
}
@media (max-width: 1199px) {
  .products-slider .slider-nav--prev {
    left: -20px;
  }
  .products-slider .slider-nav--next {
    right: -20px;
  }
}
@media (max-width: 767px) {
  .products-slider .slider-pagination {
    display: flex;
  }
}
@media (max-width: 575px) {
  .products-slider .slider-nav {
    display: none;
  }
}

.animation-fly {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.animation-fly svg {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 991px) {
  .animation-fly {
    display: none;
  }
}

.path-line {
  stroke-width: 1.5;
  stroke-dasharray: 6 6;
  animation: dashmove 0.5s linear infinite;
}

@keyframes dashmove {
  to {
    stroke-dashoffset: -12;
  }
}
.flex-post-section {
  display: flex;
}
.flex-post-section .service-card {
  width: 336px;
}
.flex-post-section .post-section__slider {
  width: calc(100% - 360px);
  margin-left: auto;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .flex-post-section .service-card {
    width: 305px;
  }
  .flex-post-section .post-section__slider {
    width: calc(100% - 329px);
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .flex-post-section .service-card {
    width: 260px;
  }
  .flex-post-section .post-section__slider {
    width: calc(100% - 284px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .flex-post-section .service-card {
    width: 300px;
  }
  .flex-post-section .post-section__slider {
    width: calc(100% - 324px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .flex-post-section .service-card {
    width: 337px;
  }
  .flex-post-section .post-section__slider {
    width: calc(100% - 361px);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .flex-post-section .service-card {
    width: 243px;
  }
  .flex-post-section .post-section__slider {
    width: calc(100% - 267px);
  }
}
@media (max-width: 575px) {
  .flex-post-section {
    flex-direction: column;
    gap: 12px;
  }
  .flex-post-section .service-card {
    width: 100%;
  }
  .flex-post-section .post-section__slider {
    width: 100%;
  }
  .flex-post-section .slider-pagination {
    margin-top: 30px;
  }
}

.post-section__slider.posts {
  display: block;
  position: relative;
}

.post-section {
  padding: 60px 0;
}
.post-section__slider {
  position: relative;
}
.post-section .slider-pagination {
  display: none;
}
.post-section .slider-nav {
  right: -50px;
  left: auto;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .post-section {
    padding-top: 0;
  }
  .post-section .slider-nav {
    right: -40px;
    left: auto;
  }
}
@media (max-width: 1199px) {
  .post-section {
    padding-top: 20px;
  }
  .post-section .slider-nav {
    right: -20px;
    left: auto;
  }
}
@media (max-width: 991px) {
  .post-section {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .post-section .slider-nav {
    display: none;
  }
  .post-section .slider-pagination {
    display: flex;
  }
}

.sidebar-banner.service-card {
  background: rgb(224, 38, 103);
}

.blog-section {
  padding: 0 0 60px 0;
  background: #fff;
}
.blog-section__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.blog-section__main {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-section__main {
    flex-direction: row;
  }
  .blog-section__main .highlight-news__item {
    flex: 1;
    min-width: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-section__main {
    flex-direction: row;
  }
  .blog-section__main .highlight-news__item {
    padding: 16px;
    flex: 1;
  }
  .blog-section__main .highlight-news__item .highlight-news__thumb {
    height: 180px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .blog-section__main {
    flex-direction: row;
  }
  .blog-section__main .highlight-news__item {
    padding: 16px;
    flex: 1;
  }
  .blog-section__main .highlight-news__item .highlight-news__thumb {
    height: 180px;
  }
}
@media (max-width: 575px) {
  .blog-section__main {
    gap: 12px;
  }
}
.blog-section__sidebar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 767px) {
  .blog-section__sidebar {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-section {
    padding: 30px 0;
  }
  .blog-section__layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (max-width: 991px) {
  .blog-section {
    padding: 50px 0;
  }
  .blog-section__layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.sidebar-widget {
  background: #fff;
  border-radius: 16px;
  padding: 24px 20px;
  background: #eff4f6;
}
.sidebar-widget__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sidebar-widget__item {
  position: relative;
  padding-left: 20px;
}
.sidebar-widget__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #219fd5;
  border-radius: 50%;
}
.sidebar-widget__link {
  font-size: 18px;
  line-height: 1.5;
  color: #294758;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
  display: block;
}
.sidebar-widget__link:hover {
  color: #219fd5;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .sidebar-widget__link {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .sidebar-widget {
    padding: 20px;
  }
  .sidebar-widget__item {
    padding-left: 16px;
  }
  .sidebar-widget__item::before {
    width: 6px;
    top: 9px;
    height: 6px;
  }
  .sidebar-widget__list {
    gap: 12px;
  }
  .sidebar-widget__link {
    font-size: 16px;
  }
}

.sidebar-banner {
  background: rgb(33, 159, 213);
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  min-height: 200px;
}
.sidebar-banner__content {
  position: relative;
  z-index: 1;
  flex: 1;
}
.sidebar-banner__title {
  font-family: "font-custom-title", serif;
  font-size: 67px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 8px;
}
.sidebar-banner__subtitle {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  margin: 0;
  margin-bottom: 12px;
}
.sidebar-banner__button {
  margin-top: auto;
  position: relative;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 2;
}
.sidebar-banner__button:hover {
  background: rgba(255, 255, 255, 0.8);
  transform: translateX(4px);
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .sidebar-banner__title {
    font-size: 60px;
    line-height: 1.1;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .sidebar-banner__title {
    font-size: 50px;
    line-height: 1.1;
  }
  .sidebar-banner__button {
    width: 52px;
    height: 52px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar-banner__title {
    font-size: 50px;
    line-height: 1.1;
  }
  .sidebar-banner__button {
    width: 52px;
    height: 52px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-banner__title {
    font-size: 50px;
    line-height: 1.1;
  }
  .sidebar-banner__button {
    width: 52px;
    height: 52px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sidebar-banner {
    padding: 20px;
  }
  .sidebar-banner__title {
    font-size: 50px;
    line-height: 1.1;
  }
  .sidebar-banner__button {
    margin-top: 24px;
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 575px) {
  .sidebar-banner {
    padding: 20px;
  }
  .sidebar-banner__title {
    font-size: 42px;
    line-height: 1.1;
  }
  .sidebar-banner__button {
    margin-top: 24px;
    width: 44px;
    height: 44px;
  }
}

.banner-list {
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.banner-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #014069 0%, rgba(1, 64, 105, 0.5) 100%);
}
.banner-list__container {
  position: relative;
  z-index: 2;
  min-height: 550px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 15px 140px 15px;
}
.banner-list__content {
  position: relative;
}
.banner-list__title {
  font-size: 104px;
  font-family: "font-custom-title";
  line-height: 1.1;
  font-weight: 400;
  margin-bottom: 8px;
}
.banner-list__desc {
  font-size: 20px;
  line-height: 1.3;
  max-width: 570px;
  margin: 0 auto;
  font-weight: 400;
  color: #fff;
}
.banner-list__texture {
  position: absolute;
  bottom: -18%;
  left: 0;
  width: 100%;
}
.banner-list__texture-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-list__container {
    min-height: 450px;
  }
  .banner-list__title {
    font-size: 84px;
  }
  .banner-list__texture {
    bottom: -10%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-list__texture {
    bottom: -8%;
  }
  .banner-list__container {
    min-height: 400px;
    padding: 60px 15px 114px 15px;
  }
  .banner-list__title {
    font-size: 72px;
  }
  .banner-list__desc {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-list__texture {
    bottom: -5%;
  }
  .banner-list__container {
    min-height: 400px;
    padding: 60px 15px 114px 15px;
  }
  .banner-list__title {
    font-size: 64px;
  }
  .banner-list__desc {
    max-width: 400px;
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .banner-list__texture {
    bottom: -5%;
  }
  .banner-list__container {
    min-height: 400px;
    padding: 60px 15px 114px 15px;
  }
  .banner-list__title {
    font-size: 64px;
  }
  .banner-list__desc {
    max-width: 400px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .banner-list__texture {
    bottom: -36px;
    height: 100px;
  }
  .banner-list__container {
    min-height: 350px;
    padding: 40px 15px 70px 15px;
  }
  .banner-list__title {
    font-size: 48px;
  }
  .banner-list__desc {
    max-width: 500px;
    font-size: 16px;
  }
}

.product-list__layout {
  display: grid;
  grid-template-columns: 336px 1fr;
  gap: 24px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-list__layout {
    grid-template-columns: 270px 1fr;
  }
}
@media (max-width: 991px) {
  .product-list__layout {
    grid-template-columns: 1fr;
  }
}
.product-list__sidebar {
  min-width: 0;
}

.product-list {
  padding: 50px 0;
}
.product-list__filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 16px;
}
.product-list__filter-item {
  list-style: none;
}
.product-list__filter-item.is-active .product-list__filter-link {
  background: #2ba8e0;
  border-color: #2ba8e0;
  color: #fff;
}
.product-list__filter-link {
  display: block;
  padding: 9px 16px;
  color: #586770;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  background: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 8px;
  transition: all 0.3s;
}
.product-list__filter-link:hover {
  background: rgba(43, 168, 224, 0.1);
  border-color: #2ba8e0;
  color: #2ba8e0;
}
@media (max-width: 1199px) {
  .product-list {
    padding: 30px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-list__filter-link {
    font-size: 14px;
    padding: 6px 10px;
  }
}
@media (max-width: 575px) {
  .product-list__filter-list {
    margin: 0 -15px 16px -15px;
    padding: 0 15px;
  }
}

.grid-products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .grid-products {
    gap: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .grid-products {
    grid-template-columns: 1fr 1fr;
  }
}

.products-summary {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.products-summary__results {
  flex: 1;
  color: #939393;
  font-size: 16px;
  font-weight: 500;
}
.products-summary__sort {
  position: relative;
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  overflow: hidden;
}
.products-summary__select {
  height: 32px;
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0 34px 0 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  font-size: 15px;
  color: #3c434d;
}
.products-summary__icon {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.ct-banner-detail {
  min-height: 410px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ct-banner-detail {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .ct-banner-detail {
    min-height: 300px;
  }
}

.block-detail-products {
  position: relative;
  margin-top: -300px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .block-detail-products {
    margin-top: -220px;
  }
}
@media (max-width: 767px) {
  .block-detail-products {
    margin-top: -220px;
  }
}

.name-prd {
  color: #fff;
  font-size: 66px;
  font-family: "font-custom-title";
  line-height: 1.2;
  margin-bottom: 12px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .name-prd {
    font-size: 56px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .name-prd {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .name-prd {
    font-size: 40px;
    line-height: 1.1;
  }
}

.gallery {
  width: 100%;
  padding: 20px 0;
}
.gallery__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 1fr;
  gap: 12px;
  background: #fff;
  padding: 16px;
  border-radius: 24px;
  margin: 0 -15px;
}
.gallery__item {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 174px;
}
.gallery__item:first-child {
  grid-row: span 2;
  grid-column: span 2;
  height: 360px;
}
.gallery__item:hover .gallery__img {
  transform: scale(1.05);
}
.gallery__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}
.gallery__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .gallery__item {
    height: 140px;
  }
  .gallery__item:first-child {
    height: 292px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .gallery__item {
    height: 120px;
  }
  .gallery__item:first-child {
    height: 252px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery__list {
    gap: 8px;
    background: #fff;
    padding: 12px;
    border-radius: 16px;
  }
  .gallery__item {
    height: 85px;
  }
  .gallery__item:first-child {
    height: 178px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .gallery__list {
    gap: 8px;
    background: #fff;
    padding: 12px;
    border-radius: 16px;
    grid-template-columns: repeat(4, 1fr);
  }
  .gallery__item {
    height: 85px;
  }
  .gallery__item:first-child {
    height: 271px;
  }
  .gallery__item:first-child {
    grid-column: span 2;
    grid-row: span 3;
  }
}
@media (max-width: 575px) {
  .gallery__list {
    gap: 8px;
    background: #fff;
    padding: 8px;
    border-radius: 8px;
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
  }
  .gallery__item {
    border-radius: 4px;
    height: 75px;
  }
  .gallery__item:first-child {
    height: 241px;
  }
  .gallery__item:first-child {
    grid-column: span 2;
    grid-row: span 3;
  }
}

.product-card__info {
  background: rgb(237, 241, 243);
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 12px;
}

.product-card__info .product-card__features {
  flex-wrap: wrap;
  flex-direction: row;
  gap: 8px 16px;
  padding: 0;
}
@media (max-width: 575px) {
  .product-card__info .product-card__features {
    flex-direction: column;
  }
}

.product-card__info .product-card__rating {
  display: inline-flex;
  position: relative;
  top: -2px;
}

.tab-section {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 35px;
  margin-bottom: 24px;
}

.box-price {
  display: flex;
  align-items: center;
  height: 49px;
  margin-bottom: 12px;
  position: relative;
}
.box-price::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #d43069 0%, rgba(212, 48, 105, 0) 100%);
  opacity: 0.2;
}
.box-price__texture {
  width: 260px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.box-price__texture::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  background: #fff;
}
.box-price__texture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.box-price__texture p {
  position: relative;
  top: 1px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.box-price__price {
  display: flex;
  align-items: center;
  gap: 0 12px;
  flex: 1;
  margin-left: 24px;
}
.box-price__price-new {
  color: rgb(211, 15, 84);
  font-size: 24px;
  line-height: 1.3;
  font-weight: 800;
}
.box-price__price-old {
  color: rgb(211, 15, 84);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  text-decoration: line-through;
}
@media (min-width: 576px) and (max-width: 767px) {
  .box-price {
    height: 32px;
  }
  .box-price__texture {
    width: 180px;
  }
  .box-price__texture p {
    font-size: 12px;
  }
  .box-price__texture img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .box-price__price {
    margin-left: 12px;
  }
  .box-price__price-new {
    font-size: 20px;
  }
  .box-price__price-old {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .box-price {
    overflow: hidden;
    border-radius: 6px;
    flex-direction: column;
    height: auto;
  }
  .box-price::before {
    background: linear-gradient(0deg, #d43069 0%, rgba(212, 48, 105, 0) 100%);
  }
  .box-price__texture {
    width: 180px;
    background: rgb(224, 38, 103);
    width: 100%;
    height: 40px;
  }
  .box-price__texture img {
    display: none;
  }
  .box-price__texture::before {
    display: none;
  }
  .box-price__price {
    padding: 16px 12px;
    flex: none;
    margin-left: 12px;
  }
}

.program-info {
  display: flex;
  border: 1px solid #e4e4e4;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 52px;
}
.program-info__box {
  flex: 1;
  padding: 20px 24px;
  border-right: 1px solid #e4e4e4;
}
.program-info__box:last-child {
  border-right: none;
}
.program-info__title {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.program-info__list {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
}
.program-info__list li {
  font-size: 16px;
  line-height: 1.4;
  color: rgb(41, 71, 88);
  margin-bottom: 6px;
}
.program-info__list li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .program-info {
    flex-direction: column;
  }
  .program-info__box {
    padding: 20px 16px;
    border-right: none;
    border-bottom: 1px solid #e4e4e4;
  }
  .program-info__box:last-child {
    border-bottom: none;
  }
}

.tab-section__header {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 12px;
  margin-bottom: 20px;
}
.tab-section__tab {
  white-space: nowrap;
  background: #f3f4f6;
  color: rgb(88, 103, 112);
  border: none;
  border-radius: 8px;
  padding: 0 24px;
  height: 40px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.7px;
}
.tab-section__tab.active {
  background: rgb(33, 159, 213) !important;
  color: #fff;
}
.tab-section__tab:hover {
  background: #e5e7eb;
}
.tab-section__content {
  background: #fff;
}
.tab-section__pane {
  display: none;
}
.tab-section__pane.active {
  display: block;
}
.tab-section__pane p {
  font-size: 16px;
  line-height: 1.6;
  color: #374151;
  margin-bottom: 12px;
}
.tab-section__title {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 12px;
}
@media (max-width: 575px) {
  .tab-section__header {
    margin: 0 -15px 20px -15px;
    padding: 0 15px;
  }
}

.block-prd-detail {
  display: flex;
  align-items: flex-start;
  padding-bottom: 80px;
}
.block-prd-detail .content-prd-detail {
  margin-right: 40px;
  width: calc(100% - 376px);
}
.block-prd-detail .sidebar-detail-prd {
  width: 336px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .block-prd-detail .content-prd-detail {
    width: calc(100% - 305px);
    margin-right: 25px;
  }
  .block-prd-detail .sidebar-detail-prd {
    width: 280px;
  }
}
@media (max-width: 991px) {
  .block-prd-detail {
    flex-direction: column;
  }
  .block-prd-detail .content-prd-detail {
    width: 100%;
    margin-right: 0;
  }
  .block-prd-detail .sidebar-detail-prd {
    width: 100%;
  }
}

.review__header {
  margin-bottom: 12px;
}
.review__title {
  font-size: 53px;
  color: #294758;
  line-height: 1;
  margin-bottom: 12px;
  font-family: "font-custom-title";
}
@media (min-width: 576px) and (max-width: 767px) {
  .review__title {
    font-size: 44px;
  }
}
@media (max-width: 575px) {
  .review__title {
    font-size: 40px;
  }
}
.review__summary {
  display: flex;
  margin-bottom: 12px;
}
@media (max-width: 575px) {
  .review__summary {
    flex-direction: column;
    gap: 12px;
  }
}
.review__score {
  width: 230px;
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #e4e4e4;
}
@media (min-width: 576px) and (max-width: 767px) {
  .review__score {
    width: 210px;
    margin-right: 15px;
    padding-right: 20px;
  }
}
@media (max-width: 575px) {
  .review__score {
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
  }
}
.review__number {
  color: #294758;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .review__number {
    font-size: 28px;
  }
}
.review__label {
  color: #294758;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
.review__stars {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
.review__star {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.review__note {
  color: #5c5c5c;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 8px;
}
.review__action .review__write {
  display: inline-flex;
  color: #ff2c79;
  font-size: 16px;
  letter-spacing: 0.15px;
  font-weight: 600;
  text-decoration: underline;
}
.review__action .review__write:hover {
  text-decoration: underline;
}
.review__stats {
  flex: 1;
  display: grid;
  gap: 12px;
}
@media (max-width: 575px) {
  .review__stats {
    flex: none;
    width: 100%;
  }
}
.review__stat {
  display: flex;
  align-items: center;
}
.review__stat-name {
  color: #294758;
  width: 95px;
  font-size: 16px;
  line-height: 18px;
}
.review__stat-bar {
  flex: 1;
  background: #e9ebed;
  border-radius: 100px;
  height: 8px;
  position: relative;
  overflow: hidden;
  margin-right: 12px;
}
.review__progress {
  position: absolute;
  left: 0;
  height: 100%;
  background: #219fd5;
  border-radius: 100px;
}
.review__stat-count {
  width: 36px;
  text-align: left;
  color: #919ba1;
  font-size: 16px;
}
.review__comments {
  padding-top: 16px;
  display: grid;
  gap: 24px 0;
}
.review__comment {
  display: flex;
  align-items: flex-start;
}
.review__comment .review__stars {
  gap: 4px;
}
.review__comment .review__stars .review__star {
  width: 14px;
  height: 14px;
}
.review__avatar {
  width: 32px;
  height: 32px;
}
.review__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.review__content {
  flex: 1;
  margin-left: 8px;
}
.review__name {
  color: #141414;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}
.review__text {
  color: #294758;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 8px;
}
.review__text .tag {
  color: #437bde;
}
.review__date {
  color: #a3a3a3;
  font-size: 12px;
}

.sidebar-tags.sidebar-tags--mobile {
  margin: 0;
  margin-bottom: 24px;
  display: none;
}
@media (max-width: 991px) {
  .sidebar-tags.sidebar-tags--mobile {
    display: flex;
  }
}

.close-sidebar {
  display: none;
}

.sidebar-consult-form {
  background: linear-gradient(180deg, #007bc2 0%, #009adf 100%);
  border-radius: 12px;
  padding: 20px;
  color: #fff;
}
.sidebar-consult-form__title {
  font-size: 46px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 8px;
  font-family: "font-custom-title";
  line-height: 1;
}
.sidebar-consult-form__product {
  background: rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 8px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 20px;
}
.sidebar-consult-form .form-group {
  margin-bottom: 12px;
}
.sidebar-consult-form .form-group.double {
  display: flex;
  gap: 10px;
}
.sidebar-consult-form .form-group label {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: -0.3px;
  margin-bottom: 4px;
  display: block;
}
.sidebar-consult-form .form-group input {
  width: 100%;
  padding: 4px 12px;
  border-radius: 6px;
  border: none;
  outline: none;
  height: 52px;
  color: rgb(41, 71, 88);
  font-weight: 600;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sidebar-consult-form .form-group input::-moz-placeholder {
  color: rgba(41, 71, 88, 0.6);
  font-weight: 400;
}
.sidebar-consult-form .form-group input::placeholder {
  color: rgba(41, 71, 88, 0.6);
  font-weight: 400;
}
.sidebar-consult-form .btn-submit {
  width: 100%;
  padding: 12px;
  background: #f51b6e;
  border: none;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
  grid-column: 1/3;
  border: 1px solid #fff;
  font-size: 18px;
  text-transform: uppercase;
  transition: all 0.3s;
}
.sidebar-consult-form .btn-submit .icon {
  position: relative;
  top: -1px;
}
.sidebar-consult-form .btn-submit:hover {
  background: #f00a62;
}

.sidebar-tags {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.sidebar-tags a {
  display: inline-block;
  background: rgb(233, 235, 237);
  color: #333;
  font-size: 14px;
  padding: 4px 8px;
  border-radius: 5px;
  text-decoration: none;
}
.sidebar-tags a:hover {
  background: #ddd;
}

.ct-input {
  position: relative;
}
.ct-input .date {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.flex-form .form-group {
  min-width: 0;
}
.flex-form .form-group.w-100 {
  grid-column: 1/3;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .flex-form {
    grid-template-columns: 1fr;
  }
  .flex-form .form-group {
    grid-column: 1;
  }
  .flex-form .form-group.w-100 {
    grid-column: 1;
  }
}

.ct-input input[type="date"]::-webkit-inner-spin-button,
.ct-input input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.title-block {
  font-size: 53px;
  font-family: "font-custom-title";
  line-height: 1.2;
  margin-bottom: 16px;
  color: #294758;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .title-block {
    font-size: 48px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .title-block {
    font-size: 44px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .title-block {
    font-size: 44px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .title-block {
    font-size: 44px;
  }
}
@media (max-width: 575px) {
  .title-block {
    font-size: 40px;
  }
}

.block-prd-other {
  border-top: 1px solid #e4e4e4;
  padding-top: 24px;
  margin-top: 24px;
}
.block-prd-other .grid-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 16px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .block-prd-other .grid-products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .block-prd-other .grid-products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .block-prd-other .grid-products {
    grid-template-columns: repeat(1, 1fr);
  }
}
.block-prd-other .product-card__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.block-prd-other .product-card__price .price__old {
  color: #e02667;
  font-size: 15px;
  text-decoration: line-through;
}
.block-prd-other .product-card__price .price__current {
  height: 32px;
  background: #e02667;
  border-radius: 8px;
  color: #fff;
  padding: 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .block-prd-other .product-card__thumb {
    height: 220px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .block-prd-other .product-card__thumb {
    height: 170px;
  }
  .block-prd-other .product-card__price {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px 0;
  }
}
@media (max-width: 575px) {
  .block-prd-other .product-card__thumb {
    height: 240px;
  }
}

.fixed-mobile-detail {
  display: none;
  position: fixed;
  bottom: 0;
  background: #fff;
  z-index: 9;
  width: 100%;
  left: 0;
  padding: 8px 0;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
}
.fixed-mobile-detail .product-card__footer {
  margin: 0;
  flex-direction: row;
  align-items: center;
}
.fixed-mobile-detail .product-card__footer .product-card__actions {
  width: auto;
}
@media (max-width: 991px) {
  .fixed-mobile-detail {
    display: block;
  }
}

@media (max-width: 991px) {
  .sidebar-detail-prd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
  }
  .sidebar-detail-prd .sidebar-tags {
    display: none;
  }
  .sidebar-detail-prd .sidebar-consult-form {
    position: relative;
    margin: 0 auto;
  }
  .sidebar-detail-prd .content-sidebar-detail-prd {
    padding: 0 15px;
    max-width: 500px;
    margin: 20px auto;
    position: relative;
  }
  .sidebar-detail-prd .close-sidebar {
    position: absolute;
    top: -8px;
    right: 2px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
  }
  .sidebar-detail-prd .close-sidebar img {
    width: 10px;
  }
  .sidebar-detail-prd.open-sidebar {
    opacity: 1;
    visibility: visible;
  }
}
.toc-wrapper {
  position: sticky;
  top: 100px;
  left: -50px;
  z-index: 1;
  margin-left: -50px;
  padding-right: 10px;
}
.toc-wrapper .toc-icon {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid rgb(206, 213, 217);
  transition: all 0.3s;
}
.toc-wrapper .toc-icon img {
  width: 20px;
  height: 20px;
}
.toc-wrapper .toc-content {
  position: absolute;
  top: 0;
  left: 50px;
  width: 366px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: none;
  border: 1px solid rgb(219, 230, 233);
}
.toc-wrapper .toc-content .toc-header {
  font-size: 16px;
  font-weight: 700;
  color: #294758;
  text-transform: uppercase;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 8px;
  margin-bottom: 12px;
  text-align: center;
}
.toc-wrapper .toc-content .toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 500px;
  overflow-y: auto;
}
@media (max-width: 991px) {
  .toc-wrapper .toc-content .toc-list {
    max-height: 350px;
  }
}
.toc-wrapper .toc-content .toc-list > li {
  margin-bottom: 8px;
  border-bottom: 1px solid rgb(228, 228, 228);
  padding-bottom: 8px;
}
.toc-wrapper .toc-content .toc-list > li a {
  font-size: 14px;
  color: #294758;
  text-decoration: none;
  transition: color 0.3s;
}
.toc-wrapper .toc-content .toc-list > li a:hover {
  color: #e02667;
  text-decoration: underline;
}
.toc-wrapper .toc-content .toc-list > li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.toc-wrapper .toc-content .toc-list > li.active > a {
  color: #e02667;
  font-weight: 600;
}
.toc-wrapper .toc-content .toc-list > li .toc-sub {
  margin-top: 6px;
  padding-left: 20px;
}
.toc-wrapper .toc-content .toc-list > li .toc-sub li {
  list-style-type: disc;
}
.toc-wrapper .toc-content .toc-list > li .toc-sub li a {
  font-size: 13px;
  color: #294758;
}
.toc-wrapper .toc-content .toc-list > li .toc-sub li a:hover {
  color: #e02667;
}
.toc-wrapper .toc-content.open {
  display: block;
  animation: fadeIn 0.3s ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .toc-wrapper {
    padding-right: 0;
    margin-left: -30px;
  }
}
@media (max-width: 991px) {
  .toc-wrapper {
    top: 80px;
    position: fixed;
    left: 10px;
    margin: 0;
  }
}
@media (max-width: 575px) {
  .toc-wrapper {
    padding-right: 0;
    margin-left: -5px;
  }
  .toc-wrapper .toc-content {
    width: 300px;
  }
}

.toc-wrapper .toc-content .toc-list > li .toc-sub li.active a {
  color: #e02667;
}

.toc-wrapper .toc-content .toc-list > li .toc-sub li.active::marker {
  color: #e02667;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.new-list__layout .posts {
  margin-bottom: 50px;
}

.posts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 24px;
}
.posts__item {
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.posts__thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16/12;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}
.posts__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.posts__link {
  display: block;
  width: 100%;
  height: 100%;
}
.posts__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  pointer-events: none;
  z-index: 1;
}
.posts__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
  margin-top: -34px;
}
.posts__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
  background: #fff;
  width: 80%;
  border-top-right-radius: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.posts__title-link {
  color: #294758;
  text-decoration: none;
  transition: color 0.3s ease;
  padding: 10px 10px 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.posts__title-link:hover {
  color: #219fd5;
}
.posts__desc {
  font-size: 16px;
  color: #294758;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .posts__thumb {
    height: 260px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .posts {
    gap: 32px 24px;
  }
  .posts__thumb {
    height: 220px;
  }
  .posts__badge {
    width: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .posts {
    gap: 24px 16px;
  }
  .posts__thumb {
    height: 200px;
  }
  .posts__badge {
    width: 40px;
  }
  .posts__title {
    font-size: 18px;
  }
  .posts__content {
    margin-top: -30px;
  }
  .posts__desc {
    font-size: 15px;
    line-height: 1.3;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .posts {
    gap: 24px 16px;
    grid-template-columns: repeat(3, 1fr);
  }
  .posts__badge {
    width: 40px;
  }
  .posts__title {
    font-size: 18px;
  }
  .posts__content {
    margin-top: -30px;
  }
  .posts__desc {
    font-size: 15px;
    line-height: 1.3;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .posts {
    gap: 24px 16px;
    grid-template-columns: repeat(2, 1fr);
  }
  .posts__badge {
    width: 40px;
  }
  .posts__title {
    font-size: 18px;
  }
  .posts__content {
    margin-top: -30px;
  }
  .posts__desc {
    font-size: 15px;
    line-height: 1.3;
  }
}
@media (max-width: 575px) {
  .posts {
    gap: 24px 16px;
    grid-template-columns: repeat(2, 1fr);
  }
  .posts__thumb {
    border-radius: 12px 12px 0 0;
  }
  .posts__badge {
    width: 35px;
  }
  .posts__title {
    font-size: 18px;
    width: 90%;
  }
  .posts__content {
    margin-top: -30px;
  }
  .posts__desc {
    font-size: 15px;
    line-height: 1.3;
  }
}

.posts .posts__link:hover img {
  transform: scale(1.1);
}

.block-news-feature {
  padding: 50px 0 64px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .block-news-feature {
    padding: 40px 0;
  }
}
@media (max-width: 991px) {
  .block-news-feature {
    padding: 30px 0;
  }
}

@media (min-width: 992px) {
  .highlight-news__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, auto);
    grid-template-areas: "main side1" "main side2" "main side3";
  }
  .highlight-news__item:nth-child(1) {
    grid-area: main;
  }
  .highlight-news__item:nth-child(2) {
    grid-area: side1;
  }
  .highlight-news__item:nth-child(3) {
    grid-area: side2;
  }
  .highlight-news__item:nth-child(4) {
    grid-area: side3;
  }
}
.highlight-news__grid {
  display: grid;
  gap: 16px 24px;
  align-items: flex-start;
}
.highlight-news__grid .highlight-news__item:nth-child(1) {
  flex-direction: column;
  background: #fff;
  padding: 0;
  border-radius: 0;
}
.highlight-news__grid
  .highlight-news__item:nth-child(1)
  .highlight-news__thumb {
  width: 100%;
  height: 480px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .highlight-news__grid
    .highlight-news__item:nth-child(1)
    .highlight-news__thumb {
    height: 360px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .highlight-news__grid
    .highlight-news__item:nth-child(1)
    .highlight-news__thumb {
    height: 320px;
  }
}
.highlight-news__grid
  .highlight-news__item:nth-child(1)
  .highlight-news__content
  .highlight-news__title {
  font-size: 26px;
}
.highlight-news__item {
  background: #eff4f6;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  gap: 14px;
  padding: 10px;
}
.highlight-news__thumb {
  flex-shrink: 0;
  width: 234px;
  height: 174px;
  border-radius: 10px;
  overflow: hidden;
}
.highlight-news__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: all 0.3s;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .highlight-news__thumb {
    width: 210px;
    height: 150px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .highlight-news__thumb {
    width: 190px;
    height: 130px;
  }
}
.highlight-news__thumb:hover img {
  transform: scale(1.05);
}
.highlight-news__content {
  display: flex;
  flex-direction: column;
}
.highlight-news__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
}
.highlight-news__title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #294758;
  text-decoration: none;
}
.highlight-news__title a:hover {
  color: #219fd5;
}
.highlight-news__desc {
  font-size: 16px;
  color: #294758;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.highlight-news__item--main {
  grid-area: main;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .highlight-news__title {
    font-size: 18px;
  }
  .highlight-news__desc {
    font-size: 15px;
    -webkit-line-clamp: 3;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .highlight-news__grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px 16px;
  }
  .highlight-news__grid .highlight-news__item:nth-child(1) {
    grid-column: 1/4;
  }
  .highlight-news__grid
    .highlight-news__item:nth-child(1)
    .highlight-news__thumb {
    width: 100%;
    height: 380px;
  }
  .highlight-news__item {
    flex-direction: column;
  }
  .highlight-news__item .highlight-news__thumb {
    width: 100%;
    height: 130px;
  }
  .highlight-news__item .highlight-news__content .highlight-news__title {
    font-size: 18px;
  }
  .highlight-news__item .highlight-news__content .highlight-news__desc {
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .highlight-news {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .highlight-news__grid {
    gap: 24px 16px;
  }
  .highlight-news__grid .highlight-news__item:nth-child(1) {
    grid-column: 1/4;
  }
  .highlight-news__grid
    .highlight-news__item:nth-child(1)
    .highlight-news__thumb {
    width: 100%;
    height: 290px;
  }
  .highlight-news__grid
    .highlight-news__item:nth-child(1)
    .highlight-news__content
    .highlight-news__title {
    font-size: 24px;
    margin-bottom: 4px;
  }
  .highlight-news__grid
    .highlight-news__item:nth-child(1)
    .highlight-news__content
    .highlight-news__desc {
    font-size: 14px;
    -webkit-line-clamp: 3;
  }
  .highlight-news__item {
    flex-direction: column;
  }
  .highlight-news__item .highlight-news__thumb {
    width: 100%;
    height: 100px;
  }
  .highlight-news__item .highlight-news__content .highlight-news__title {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .highlight-news__item .highlight-news__content .highlight-news__desc {
    font-size: 14px;
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 575px) {
  .highlight-news {
    grid-template-columns: 1fr;
  }
  .highlight-news__grid {
    gap: 12px;
  }
  .highlight-news__grid .highlight-news__item:nth-child(1) {
    flex-direction: column;
    grid-column: 1;
    margin-bottom: 12px;
  }
  .highlight-news__grid
    .highlight-news__item:nth-child(1)
    .highlight-news__thumb {
    width: 100%;
    height: 220px;
  }
  .highlight-news__grid
    .highlight-news__item:nth-child(1)
    .highlight-news__content
    .highlight-news__title {
    font-size: 22px;
    margin-bottom: 4px;
  }
  .highlight-news__grid
    .highlight-news__item:nth-child(1)
    .highlight-news__content
    .highlight-news__desc {
    font-size: 14px;
    -webkit-line-clamp: 3;
  }
  .highlight-news__item {
    border-radius: 8px;
  }
  .highlight-news__item .highlight-news__thumb {
    width: 135px;
    height: 90px;
  }
  .highlight-news__item .highlight-news__content .highlight-news__title {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .highlight-news__item .highlight-news__content .highlight-news__desc {
    font-size: 14px;
    -webkit-line-clamp: 2;
  }
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.news-grid__item {
  padding: 12px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid #e4e4e4;
}
.news-grid__item:hover .news-grid__image img {
  transform: scale(1.05);
}
.news-grid__image {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  margin-bottom: 8px;
  border-radius: 10px;
}
.news-grid__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.news-grid__title {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-grid__title a {
  color: #294758;
  text-decoration: none;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-grid__title a:hover {
  color: #219fd5;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .news-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .news-grid__title {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .news-grid__title {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  .news-grid__title {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .news-grid__title {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .news-grid__item {
    padding: 8px;
  }
  .news-grid__title {
    font-size: 15px;
  }
}

.block-detail-news {
  padding: 90px 0 0 0;
}
@media (max-width: 991px) {
  .block-detail-news {
    padding-top: 40px;
  }
}

.list-post-lq {
  display: grid;
  gap: 20px;
}
.list-post-lq .posts__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
}
.list-post-lq .posts__item .posts__thumb {
  width: 115px;
  height: 100%;
  aspect-ratio: 16/11;
  border-radius: 8px;
}
.list-post-lq .posts__item .posts__content {
  margin: 0;
  display: block;
}
.list-post-lq .posts__item .posts__content .posts__title {
  font-size: 18px;
  width: 100%;
  line-height: 1.3;
  margin: 0;
}

.title-news-lq {
  margin-bottom: 16px;
  color: #294758;
  font-size: 40px;
  line-height: 1.2;
  font-family: "font-custom-title";
}

.list-post-lq .posts__item .posts__content .posts__title .posts__title-link {
  padding: 0;
  -webkit-line-clamp: 3;
}

.review__header.flex-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.review__header.flex-header .review__title {
  margin: 0;
}

.review.block-comment {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgb(228, 228, 228);
}

.box-popup-review {
  position: absolute;
  z-index: 2;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  width: 350px;
  right: 0;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.box-popup-review.open-box {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 575px) {
  .box-popup-review {
    width: 320px;
  }
}

.main-popup-reivew {
  padding: 20px;
}
.main-popup-reivew .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
  color: rgb(41, 71, 88);
  margin-bottom: 25px;
}
.main-popup-reivew .title .txt-small {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: rgb(41, 71, 88);
  font-weight: 400;
}

.review__action {
  position: relative;
}

.box-fill-textarea textarea {
  width: 100%;
  border: 1px solid #c4c4c4;
  border-radius: 8px;
  height: 160px;
  padding: 12px;
  color: rgb(41, 71, 88);
  font-size: 16px;
  outline: none;
  transition: all 0.3s;
}
.box-fill-textarea textarea:focus {
  border-color: #e02667;
}

.bottom-popup {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

.box-popup-review .btn-close-popup,
.box-popup-review .btn-xn {
  width: 49%;
}

.btn-xn a,
.btn-close-popup a {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  border-radius: 4px;
  padding: 0 15px;
}

.btn-close-popup a {
  border: 1px solid #858d9a;
  border-radius: 4px;
  background: transparent;
}
.btn-close-popup a:hover {
  background: transparent;
  border-color: #d13131;
  color: #d13131;
}

.btn-xn a {
  background: rgb(224, 38, 103);
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #fff;
}
.btn-xn a:hover {
  background: #f00a62;
}

.box-review {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.box-review .rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 4px 8px;
}
.box-review .rating input {
  display: none;
}
.box-review .rating label {
  width: 26px;
  height: 26px;
  background: url("/img-fix/elements/star-outline-detail.svg") no-repeat
    center/contain;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.box-review .rating label:hover,
.box-review .rating label:hover ~ label {
  background-image: url("/img-fix/elements/star-solid-detail.svg");
  transform: scale(1.1);
}
.box-review .rating input:checked ~ label {
  background-image: url("/img-fix/elements/star-solid-detail.svg");
}

.block-news-lq {
  margin-bottom: 32px;
}

.block-prd-suggest {
  margin-bottom: 32px;
}
.block-prd-suggest .grid-products {
  grid-template-columns: 1fr;
}
.block-prd-suggest .title-block {
  font-size: 40px;
}
.block-prd-suggest .product-card__group {
  height: auto;
}
.block-prd-suggest .product-card__thumb {
  height: auto;
  aspect-ratio: 16/10;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .block-prd-suggest
    .product-card__footer
    .product-card__price
    .price__top
    .price__old {
    font-size: 13px;
  }
  .block-prd-suggest
    .product-card__footer
    .product-card__price
    .price__current {
    font-size: 18px;
  }
}

.box-detail-news-intro {
  position: relative;
  margin-bottom: 28px;
}
.box-detail-news-intro .image img {
  border-radius: 8px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.box-detail-news-intro .content-intro {
  background: linear-gradient(270deg, #077eb2 0%, #0e6aa9 100%);
  width: 90%;
  margin: 0 auto 0 auto;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  padding: 22px;
  border-radius: 12px;
  margin-top: -55px;
  position: relative;
  z-index: 1;
}
.box-detail-news-intro .content-intro p {
  display: block;
  margin-bottom: 12px;
}
@media (max-width: 575px) {
  .box-detail-news-intro .content-intro {
    font-size: 15px;
  }
}

.detail-news__content .name {
  color: rgb(41, 71, 88);
  font-size: 58px;
  font-family: "font-custom-title";
  margin-bottom: 12px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .detail-news__content .name {
    font-size: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .detail-news__content .name {
    font-size: 46px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .detail-news__content .name {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .detail-news__content .name {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .block-prd-detail .sidebar-detail-prd {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    visibility: visible;
    background: #fff;
    padding-top: 10px;
    margin-top: 30px;
    border-top: 1px solid #ccc;
    z-index: auto;
  }
  .block-prd-detail .sidebar-detail-prd .content-sidebar-detail-prd {
    max-width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .block-prd-suggest .grid-products {
    grid-template-columns: 1fr 1fr;
  }
  .block-prd-suggest .product-card__group {
    height: 82px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .block-prd-suggest .grid-products {
    grid-template-columns: 1fr 1fr;
  }
  .block-prd-suggest .product-card__group {
    height: 72px;
  }
}
@media (max-width: 575px) {
  .block-prd-detail {
    padding-bottom: 30px;
  }
}
.wp-contact-page .block-info-contact {
  border: 1px solid #dbdee1;
}

.wp-contact-page .block-info-contact .form-fill-info-lh {
  border-left: 1px solid #dbdee1;
}

.item-info-contact {
  display: flex;
  align-items: center;
  width: auto;
  margin-right: 100px;
}

.block-company {
  display: flex;
  padding-bottom: 40px;
}

.item-info-contact > a {
  display: block;
  width: 50px;
}

.item-info-contact .txt-info-contact {
  flex: 1;
  margin-left: 35px;
  position: relative;
}

.item-info-contact .txt-info-contact .name-mxh {
  font-size: 18px;
  line-height: 24px;
  color: #294758;
  margin-bottom: 3px;
  font-weight: 700;
}

.item-info-contact .txt-info-contact:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 43px;
  width: 1px;
  background: #d7d7d7;
  left: -18px;
}

.info-mxh {
  display: inline-block;
  font-size: 16px;
  color: #294758;
  transition: all 0.3s;
}
.info-mxh:hover {
  color: #0e71b5;
}

.wp-contact-page {
  padding: 100px 0 60px 0;
}

@media (min-width: 1200px) {
  .wp-contact-page {
    min-height: 600px;
  }
}
.item-info-contact:last-child {
  margin-right: 0;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .item-info-contact {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .item-info-contact:nth-child(3n + 3) {
    margin-right: 0;
  }
  .block-company {
    margin-bottom: -20px;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .item-info-contact {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .item-info-contact:nth-child(3n + 3) {
    margin-right: 0;
  }
  .block-company {
    margin-bottom: -20px;
    flex-wrap: wrap;
  }
  .wp-contact-page {
    padding: 100px 0 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .item-info-contact {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    display: block;
  }
  .item-info-contact:nth-child(3n + 3) {
    margin-right: 0;
  }
  .block-company {
    margin-bottom: -20px;
    flex-wrap: wrap;
  }
  .wp-contact-page {
    padding: 40px 0;
  }
  .item-info-contact > a {
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .item-info-contact .txt-info-contact:before {
    display: none;
  }
  .item-info-contact .txt-info-contact {
    margin-left: 0;
    text-align: center;
  }
  .wp-contact-page .block-info-contact .form-fill-info-lh {
    border: none;
  }
  .wp-contact-page .block-info-contact {
    border: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .item-info-contact {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .block-company {
    display: block;
    padding-bottom: 20px;
  }
  .wp-contact-page {
    padding: 40px 0;
  }
  .wp-contact-page .block-info-contact .form-fill-info-lh {
    border: none;
  }
  .wp-contact-page .block-info-contact {
    border: none;
  }
}
@media (max-width: 575px) {
  .item-info-contact {
    margin-right: 0;
    margin-bottom: 25px;
    align-items: center;
  }
  .block-company {
    display: block;
    padding-bottom: 20px;
  }
  .wp-contact-page {
    padding: 40px 0;
  }
  .wp-contact-page .block-info-contact .form-fill-info-lh {
    border: none;
  }
  .wp-contact-page .block-info-contact {
    border: none;
  }
  .item-info-contact .txt-info-contact {
    margin-left: 25px;
  }
  .item-info-contact .txt-info-contact:before {
    left: -16px;
    top: 0px;
    transform: translateY(0);
    height: 100%;
  }
}
.block-info-contact {
  margin-top: 10px;
  position: relative;
  height: 484px;
  border: 1px solid #dbdee1;
  border-radius: 3px 3px 0px 0px;
  border-bottom: none;
  overflow: hidden;
}

.map-page {
  height: 100%;
}

.map-page iframe {
  width: 100%;
  height: 100%;
}

.form-fill-info-lh {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #ffffff;
  padding: 40px;
  width: 414px;
}

.form-fill-info-lh .title-small:before {
  display: none;
}

.form-fill-info-lh .title-small {
  color: #294758;
  font-weight: 600;
  font-size: 21px;
  line-height: 29px;
  margin-bottom: 20px;
}

.item-form-info input,
.item-form-info textarea {
  border: none;
  outline: none;
  border-bottom: 1px solid #ededed;
  width: 100%;
  transition: all 0.3s;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  color: #294758;
}

.item-form-info input::-moz-placeholder,
.item-form-info textarea::-moz-placeholder {
  font-weight: 400;
}

.item-form-info input::placeholder,
.item-form-info textarea::placeholder {
  font-weight: 400;
}

.item-form-info input {
  height: 50px;
}

.item-form-info + .item-form-info {
  margin-top: 14px;
}

.send-form {
  cursor: pointer;
  width: 100%;
  outline: none;
  border: none;
  height: 50px;
  padding: 0 15px;
  margin-top: 20px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 45px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 17px;
  line-height: 18px;
  background: linear-gradient(0deg, #219fd5, #219fd5);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.send-form:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

.send-form .txt {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  font-size: 17px;
  line-height: 18px;
}

.send-form .icon {
  position: absolute;
  top: 15px;
  right: 20px;
}

.send-form:hover:before {
  transform: translate(-50%, -50%) scale(12);
}

.item-form-info textarea {
  height: 200px;
}

.item-form-info input:focus {
  border-color: #0e71b5;
}

.item-form-info textarea:focus {
  border-color: #0e71b5;
}

@media (min-width: 992px) and (max-width: 1599px) {
  .form-fill-info-lh {
    width: 370px;
    padding: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .form-fill-info-lh .title-small {
    margin-bottom: 10px;
  }
  .form-fill-info-lh {
    padding: 20px 25px;
    width: 350px;
  }
  .item-form-info textarea {
    height: 154px;
  }
  .block-info-contact {
    height: 400px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .block-info-contact {
    height: auto;
    margin-top: 0;
    border: none;
    overflow: visible;
  }
  .map-page {
    height: 350px;
  }
  .form-fill-info-lh {
    position: relative;
    width: 100%;
    margin-top: 30px;
    padding: 30px 35px;
    box-shadow: 0px 8px 50px rgba(0, 0, 0, 0.08);
  }
  .block-contact-page {
    padding-bottom: 40px;
  }
  .box-form-info {
    display: flex;
    flex-wrap: wrap;
  }
  .item-form-info textarea {
    height: 120px;
  }
  .item-form-info {
    width: 48%;
    margin: 0;
    margin-bottom: 20px;
  }
  .item-form-info + .item-form-info {
    margin: 0;
  }
  .item-form-info:nth-child(2n + 2) {
    margin-left: auto;
  }
  .item-form-info:nth-child(4) {
    width: 100%;
    margin-top: 20px;
  }
  .send-form {
    width: 300px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .item-form-info:nth-child(3n + 3) {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .block-info-contact {
    height: auto;
    overflow: visible;
    border: none;
    padding-bottom: 35px;
  }
  .item-form-info:nth-child(3n + 3) {
    width: 100%;
  }
  .map-page {
    height: 350px;
  }
  .form-fill-info-lh {
    position: relative;
    width: 100%;
    margin-top: 30px;
    padding: 15px;
    box-shadow: 0px 8px 50px rgba(0, 0, 0, 0.08);
  }
  .box-form-info {
    display: flex;
    flex-wrap: wrap;
  }
  .item-form-info {
    width: 100%;
  }
  .item-form-info:nth-child(2n + 2) {
    margin-left: auto;
  }
  .item-form-info:nth-child(4) {
    width: 100%;
    margin-top: 20px;
  }
  .send-form {
    width: 250px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .item-form-info textarea {
    height: 150px;
  }
}
@media (max-width: 325px) {
  .map-page {
    height: 300px;
  }
}
