:root {
  --font-body: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --background-primary-1: #00A19A;
  --background-primary-2: #05807C;
  --background-dark-v1: #0A0A0A;
  --text-primary-3: #C7FFF6;
  --text-white: #ffffff;
  --text-white-100: #ffffff;
  --text-dark-v1: #0a0a0a;
  --text-dark-v2: #404040;
  --text-dark-v3: #737373;
  --text-light-v2: #f5f5f5;
  --text-light-v3: #d4d4d4;
  --primary-1: #00a19a;
  --primary-2: #05807c;
  --primary-3: #c7fff6;
  --bg-dark-v1: #0a0a0a;
  --bg-dark-v2: #262626;
  --bg-light-v0: #ffffff;
  --bg-light-v1: #fafafa;
  --bg-light-v2: #f5f5f5;
  --border-light-v2: #e5e5e5;
  --border-primary-4: #0a6563;
  --container-ghn: 1320px;
  --header-height: 78px;
  --radius-button: 2px;
  --radius-card: 4px;
  --shadow-dropdown: 0 8px 24px rgba(10, 10, 10, 0.14);
  --shadow-button: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03); }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  border: 0;
  background-color: #fff; }

html {
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--bg-light-v2);
  color: var(--text-dark-v1);
  line-height: 1.3;
  font-size: 16px;
  font-family: var(--font-body);
  overflow-x: hidden;
  position: initial;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased; }
  body.lock-scroll {
    overflow: hidden; }

img, video {
  display: block;
  max-width: 100%; }

/* 1.2 - HTML5 Elements */
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
  display: block; }

/* 1.3 - Typography */
h1, h2, h3, h4, h5, h6 {
  color: var(--text-dark-v1);
  font-family: var(--font-display);
  margin: 0 0 13px 0;
  font-weight: 600;
  line-height: 1.3; }

.h1, .h2, .h3, .h4, .h5, .h6 {
  color: var(--text-dark-v1);
  font-family: var(--font-display);
  margin: 0 0 13px 0;
  font-weight: 600;
  line-height: 1.3; }

h1, .h1 {
  font-size: 40px; }

h2, .h2 {
  font-size: 36px; }

h3, .h3 {
  font-size: 32px; }

h4, .h4 {
  font-size: 24px; }

h5, .h5 {
  font-size: 20px; }

h6, .h6 {
  font-size: 18px; }

@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 30px; }
  h2, .h2 {
    font-size: 24px; }
  h3, .h3 {
    font-size: 22px; }
  h4, .h4 {
    font-size: 18px; }
  h5, .h5 {
    font-size: 16px; }
  h6, .h6 {
    font-size: 16px; } }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: var(--text-dark-v1); }

/* 1.4 - Links and Buttons */
a {
  color: var(--text-dark-v1);
  text-decoration: none;
  outline: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a:hover, a:focus {
  color: var(--text-dark-v1);
  text-decoration: none;
  outline: none; }

a:active {
  outline: none; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

textarea {
  resize: none; }

/* 1.5 - Lists */
ul, ol {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.typeList-style * {
  max-width: 100% !important; }

.typeList-style ul {
  list-style: initial;
  padding-left: 20px; }

.typeList-style ol {
  list-style-type: decimal;
  padding-left: 20px; }

.typeList-style ul ul {
  list-style-type: circle; }

.typeList-style ul ul ul {
  list-style-type: square; }

.typeList-style ul li, .typeList-style ol li {
  margin: 5px 0; }

.typeList-style ul li a {
  color: var(--primary-1); }

.typeList-style p a {
  color: var(--primary-1); }

/* 1.6 - Variable */
.list-blogs-latest .item-article .post-content h3 a {
  white-space: initial;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box; }

/*-----End Variable---*/
.container {
  padding: 0 16px; }

.mt-130 {
  margin-top: 130px; }

.mg-top {
  margin-top: 15px; }

.pd-top {
  padding-top: 40px; }
  @media (max-width: 991px) {
    .pd-top {
      padding-top: 20px; } }

/* 1.7 - Button */
.button {
  position: relative;
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  padding: 8px 12px;
  line-height: normal;
  color: #fff;
  border-radius: 20px;
  background-color: var(--shop-color-hover);
  border: 0;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  outline: none !important;
  -webkit-transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.button:before {
  content: '';
  display: block;
  background-color: var(--shop-color-button);
  position: absolute;
  left: -2px;
  top: 0;
  right: -2px;
  bottom: 0;
  z-index: -1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.button.btnwhite {
  color: var(--text-dark-v1);
  border-color: var(--text-dark-v1); }

.button.btnwhite:before {
  background-color: #ffffff; }

.button.btnred {
  background-color: #e70505;
  border-color: #e70505; }
  .style_01 .button.btnred {
    background-color: var(--btn-hover-color-style01);
    border-color: var(--btn-hover-color-style01); }
  .style_02 .button.btnred {
    background-color: var(--btn-hover-color-style02);
    border-color: var(--btn-hover-color-style02); }
  .style_03 .button.btnred {
    background-color: var(--btn-hover-color-style03);
    border-color: var(--btn-hover-color-style03); }
  .style_04 .button.btnred {
    background-color: var(--btn-hover-color-style04);
    border-color: var(--btn-hover-color-style04); }

.button.btnred:before {
  background: #ff0000; }
  .style_01 .button.btnred:before {
    background: var(--btn-color-style01); }
  .style_02 .button.btnred:before {
    background: var(--btn-color-style02); }
  .style_03 .button.btnred:before {
    background: var(--btn-color-style03); }
  .style_04 .button.btnred:before {
    background: var(--btn-color-style04); }

@media (min-width: 992px) {
  .button:hover,
  .button:focus {
    border-color: var(--shop-color-hover);
    color: #ffffff; }
  .button:hover:before, .button:focus:before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1); }
  .button.btnwhite:hover, .button.btnwhite:focus {
    border-color: var(--shop-color-hover);
    background-color: var(--shop-color-hover);
    color: #ffffff; }
  .button.btnred:hover,
  .button.btnred:focus {
    color: #fff;
    border-color: #ff0000; }
    .style_01 .button.btnred:hover, .style_01
    .button.btnred:focus {
      border-color: var(--btn-hover-color-style01); }
    .style_02 .button.btnred:hover, .style_02
    .button.btnred:focus {
      border-color: var(--btn-hover-color-style02); }
    .style_03 .button.btnred:hover, .style_03
    .button.btnred:focus {
      border-color: var(--btn-hover-color-style02); }
    .style_04 .button.btnred:hover, .style_04
    .button.btnred:focus {
      border-color: var(--btn-hover-color-style04); } }

.btn {
  font-family: var(--font-display);
  display: inline-flex;
  min-height: 40px;
  padding: 8px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #FFF;
  text-shadow: 0 1px 1px rgba(16, 24, 40, 0.2);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  border-radius: 2px;
  background: var(--background-primary-1);
  border: none;
  position: relative;
  overflow: hidden; }
  .btn span.icon {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 66%;
    transition: all 0.4s; }
    .btn span.icon svg {
      width: 180px;
      height: 40px; }
  .btn span.text {
    position: relative;
    z-index: 1; }
  .btn.btn-full {
    display: flex;
    width: 100%; }
  .btn:hover {
    color: #FFF; }
    .btn:hover span.icon {
      right: 0%; }
  .btn.btn-primary {
    text-shadow: 0 1px 1px rgba(16, 24, 40, 0.2);
    background: var(--background-primary-1);
    color: #FFF; }
    .btn.btn-primary:hover {
      color: #FFF; }
  .btn.btn-second {
    background: var(--background-dark-v1);
    color: #FFF;
    border-radius: 4px; }
    .btn.btn-second:hover {
      color: #FFF; }
  @media (min-width: 992px) {
    .btn {
      min-height: 50px;
      padding: 10px 48px;
      font-size: 20px; }
      .btn span.icon {
        right: 72%; }
        .btn span.icon svg {
          width: 236px;
          height: 50px; } }

.btn-outline {
  font-family: var(--font-display);
  display: inline-flex;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 7%;
  /* 1.4px */
  text-underline-offset: 25%;
  /* 5px */
  text-underline-position: from-font;
  color: var(--text-dark-v1); }
  @media (min-width: 992px) {
    .btn-outline {
      font-size: 20px; } }

/* 1.8 - Anmaiton css3 */
@-webkit-keyframes marginRight {
  0% {
    background-position: 90%; }
  100% {
    background-position: 15%; } }

@keyframes marginRight {
  0% {
    background-position: 90%; }
  100% {
    background-position: 15%; } }

@-webkit-keyframes h-alo-ring-ring {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg); } }

@keyframes h-alo-ring-ring {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg); } }

@-webkit-keyframes widthAnimation {
  0% {
    width: 0;
    opacity: 1; }
  80% {
    width: 100%;
    opacity: 1; }
  100% {
    width: 100%;
    opacity: 0; } }

@keyframes widthAnimation {
  0% {
    width: 0;
    opacity: 1; }
  80% {
    width: 100%;
    opacity: 1; }
  100% {
    width: 100%;
    opacity: 0; } }

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

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

@-webkit-keyframes sticky_header_animation {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes sticky_header_animation {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes scroll-in {
  0% {
    top: 2px; }
  49% {
    top: -14px; }
  50% {
    top: 19px; }
  100% {
    top: 2px; } }

@keyframes scroll-out {
  0% {
    top: 2px; }
  49% {
    top: 19px; }
  50% {
    top: -14px; }
  100% {
    top: 2px; } }

@keyframes popoverTheLookDot {
  from {
    opacity: 0.6;
    transform: scale(0.6); }
  to {
    opacity: 0;
    transform: scale(1.2); } }

@keyframes scaleDown1 {
  0% {
    transform: scale(1);
    opacity: 0; }
  1% {
    transform: scale(0); }
  100% {
    transform: scale(1);
    opacity: 1; } }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes rotateIconLoad {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

@keyframes pulseSmall {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    opacity: 0.6; }
  100% {
    -webkit-transform: scale(3.4);
    transform: scale(3.4);
    opacity: 0; } }

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

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

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes slideshowFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; } }

@keyframes slideshowFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; } }

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    opacity: 0.6; }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; } }

@keyframes iconSkew {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg); } }

@keyframes pulselive {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.6; }
  100% {
    opacity: 0.3; } }

@keyframes euiBeaconPulseSmall {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    opacity: 0.6; }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.4);
    opacity: 0; } }

@keyframes rightarrow {
  0% {
    transform: translateX(-8px); }
  100% {
    transform: translateX(0); } }

@keyframes downscroll {
  0% {
    transform: translateY(-3px); }
  100% {
    transform: translateY(3px); } }

/* 2.0 - CSS  General */
.dFlex-row {
  display: flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; }

@media (max-width: 767px) {
  .dFlex-row {
    margin-left: -7px;
    margin-right: -7px; }
  .col-pd {
    padding: 0 7px; } }

.mainBody-theme.body-scroll {
  overflow: hidden; }

table {
  border-spacing: 0;
  width: 100%;
  border-collapse: collapse; }

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: initial !important; }

img.lazyload:not([src]) {
  visibility: hidden; }

/*.product-loop.product-horizontal .product--image .prod-img img:not(.lazyloaded) {min-height:140px;}*/
.lazyloading {
  opacity: 0.3;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: opacity 300ms, filter 400ms;
  -webkit-transition: opacity 300ms, filter 400ms; }

.lazyloaded {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
  transition: opacity 300ms, filter 400ms;
  -webkit-transition: opacity 300ms, filter 400ms; }

.sitebox-recaptcha {
  padding: 6px 0 0;
  text-align: left;
  color: #9e9e9e;
  font-size: 13px;
  clear: both; }

.sitebox-recaptcha a {
  color: #2962ff; }

.grecaptcha-badge {
  visibility: hidden; }

.flow-zoom {
  overflow: hidden; }
  .flow-zoom img {
    transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -webkit-transition: all 400ms ease; }
  .flow-zoom:hover img {
    transform: scale(1.15);
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15); }

.tooltip-cs {
  position: relative; }
  .tooltip-cs .tooltip-hover {
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    height: 24px;
    line-height: 24px;
    background: #17191a;
    color: #fff;
    font-size: 10px;
    text-decoration: none;
    white-space: nowrap;
    padding: 0 8px;
    border-radius: 3px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease; }
    .tooltip-cs .tooltip-hover:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 1px;
      left: 50%;
      width: 0;
      height: 0;
      border: solid;
      border-width: 8px 8px 0 8px;
      border-color: transparent;
      border-top-color: #000;
      -webkit-transform: translate(-50%, 100%);
      transform: translate(-50%, 100%); }
  .tooltip-cs:hover .tooltip-hover {
    opacity: 1;
    visibility: visible; }

/* 2.2 - Breadcrumb */
.breadcrumb-shop {
  background: var(--shop-color-bg);
  padding: 0 0px;
  border: none; }

.breadcrumb-paralax {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 0px 0;
  margin-bottom: 40px;
  background-color: #fafafa; }

.breadcrumb-list {
  overflow: hidden; }

.breadcrumb-list .breadcrumb-arrows {
  font-size: 16px;
  padding: 24px 0;
  background: transparent;
  border-radius: 0;
  margin: 0;
  list-style: none;
  letter-spacing: -0.3px; }

.breadcrumb-list .breadcrumb-arrows > li {
  display: inline-flex;
  gap: 8px;
  align-items: center; }

.breadcrumb-list .breadcrumb-arrows > li strong {
  font-weight: 400; }

.breadcrumb-list .breadcrumb-arrows > li a {
  color: #737373; }

.breadcrumb-list .breadcrumb-arrows > li + li:before {
  margin-left: 8px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7.5 15L12.5 10L7.5 5' stroke='%230A0A0A' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  display: inline-block; }

@media (max-width: 767px) {
  .breadcrumb-list .breadcrumb-arrows {
    padding: 7px 0;
    font-size: 12px;
    display: block;
    white-space: nowrap;
    overflow: scroll; }
  .breadcrumb-list .breadcrumb-arrows > li + li:before {
    padding: 0 2px; }
  .breadcrumb-list .breadcrumb-arrows::-webkit-scrollbar {
    display: none; }
  .breadcrumb-list .breadcrumb-arrows {
    -ms-overflow-style: none;
    scrollbar-width: none; } }

/* 2.3 - Pagination */
#pagination {
  margin: 30px 0; }
  #pagination .pagination {
    margin: 0;
    padding: 0;
    justify-content: center;
    -webkit-justify-content: center; }
    #pagination .pagination > li {
      display: inline-block;
      vertical-align: middle; }
      #pagination .pagination > li:not(:last-child) {
        margin-right: 8px; }
      #pagination .pagination > li > span, #pagination .pagination > li a {
        position: relative;
        float: left;
        line-height: 33px;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #dee2e6;
        width: 35px;
        height: 35px;
        text-align: center;
        border-radius: 0 !important;
        font-weight: 600;
        padding: 0;
        cursor: pointer; }
        #pagination .pagination > li > span svg path, #pagination .pagination > li a svg path {
          stroke: #171717; }
        #pagination .pagination > li > span.current, #pagination .pagination > li a.current {
          background-color: var(--primary-1);
          border-color: var(--primary-1);
          color: #fff; }
      #pagination .pagination > li > a:hover, #pagination .pagination > li > a:focus, #pagination .pagination > li > span:hover, #pagination .pagination > li > span:focus {
        z-index: 2;
        color: var(--primary-1);
        background-color: transparent;
        border-color: var(--primary-1); }
        #pagination .pagination > li > a:hover svg path, #pagination .pagination > li > a:focus svg path, #pagination .pagination > li > span:hover svg path, #pagination .pagination > li > span:focus svg path {
          stroke: var(--primary-1); }

/* 2.4 - 404 */
.layout-pageNot {
  padding: 40px 0; }

.layout-pageNot h1 span {
  display: block;
  color: #fff;
  font-size: 170px;
  font-weight: bold;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15); }

.layout-pageNot .subtext {
  font-size: 16px;
  max-width: 520px;
  margin: 0 auto 30px;
  font-weight: 400; }

@media (min-width: 992px) {
  .col-lg-cus5 {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }

@media (min-width: 1400px) {
  .container {
    max-width: 1320px; } }

@media (max-width: 992px) {
  .row-mg0 {
    margin: 0; } }

@media (max-width: 767px) {
  .container.container-pd, .container-fluid.container-pd {
    padding-left: 7px;
    padding-right: 7px; }
  .container.container-pd-parent {
    padding-left: 2px;
    padding-right: 2px; }
  .container.container-pd0 {
    padding-left: 0px;
    padding-right: 0px; }
  .row-mg-parent {
    margin: 0 -2px; } }

/* 2.5 - CSS Loading  */
.animated-background, .loading-mask .loading-mask__image .mask-line, .loading-mask .loading-mask__detail .mask-line {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #F6F6F6;
  background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
  background-size: 800px 104px;
  position: relative; }

.loading-mask .loading-mask__image {
  position: relative;
  overflow: hidden;
  width: 100%; }

.loading-mask .loading-mask__detail {
  padding: 10px; }

.loading-mask .loading-mask__detail .mask-line {
  height: 10px;
  width: 100%;
  border-radius: 8px;
  margin: 4px 0; }
  .loading-mask .loading-mask__detail .mask-line:nth-child(2) {
    width: 80%; }
  .loading-mask .loading-mask__detail .mask-line:nth-child(3) {
    width: 65%; }

.product-loop-load {
  border: 1px solid #eae8e4;
  margin-left: -1px;
  margin-bottom: -1px; }

.product-loadding {
  padding-left: 0;
  padding-right: 0; }

.tooltip-inner {
  font-weight: 600;
  font-size: 12px;
  background: #171717;
  border-radius: 2px;
  padding: 6px;
  max-width: 135px; }

.bs-tooltip-top .arrow::before {
  border-top-color: #171717; }

.bs-tooltop-bottom .arrow:before {
  border-bottom-color: #171717; }

.bs-tooltip-left .arrow::before {
  border-left-color: #171717; }

.bs-tooltop-right .arrow:before {
  border-right-color: #171717; }

/*=== HEADER ++ FOOTER ++ MAINMENU ======================*/
.sitenav-content .btnclose {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 13px;
  z-index: 5;
  border: 0;
  background: transparent;
  text-align: center;
  outline: none; }
  .sitenav-content .btnclose svg {
    width: 16px;
    height: 30px; }

.sitenav-content__title {
  position: relative;
  padding: 0 0 10px;
  border-bottom: 1px solid var(--shop-color-border);
  text-align: center; }
  .sitenav-content__title .btn-close {
    display: none;
    width: 32px;
    height: 30px;
    position: absolute;
    right: 0;
    top: -6px;
    border: 0;
    background: transparent;
    text-align: center;
    outline: none; }
    .sitenav-content__title .btn-close svg {
      width: 18px;
      height: 30px; }
  .sitenav-content__title .txt-title {
    font-size: 18px;
    color: var(--shop-color-title);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
    font-weight: 500; }

.sitenav-content__block {
  padding-top: 20px; }

@media (min-width: 992px) {
  .sitenav-content .sitenav-boxscroll {
    overflow-y: scroll;
    max-height: 55vh;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    margin-right: -20px;
    padding-right: 20px; }
  .sitenav-content .sitenav-boxscroll::-webkit-scrollbar {
    width: 4px;
    height: 3px; }
  .sitenav-content .sitenav-boxscroll::-webkit-scrollbar-track {
    -webkit-border-radius: 2px;
    border-radius: 2px; }
  .sitenav-content .sitenav-boxscroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #e1e3e4;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .sitenav-content .sitenav-boxscroll::-webkit-scrollbar-thumb:window-inactive {
    background: #e1e3e4; } }

@media (max-width: 767px) {
  .sitenav-content .btnclose {
    display: block; }
  .sitenav-content__title {
    text-align: left;
    padding-right: 40px; }
    .sitenav-content__title .btn-close {
      display: block; }
    .sitenav-content__title .txt-title {
      font-size: 15px; } }

.sitenav-overlay {
  background: rgba(225, 225, 225, 0.05);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 90;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms linear; }

.sitenav-menu .sitenav-inner .sitenav-header {
  padding: 0;
  border: none; }
  .sitenav-menu .sitenav-inner .sitenav-header .sitenav-header--btn {
    position: absolute;
    top: 24px;
    right: 24px; }

.sitenav-menu .sitenav-inner .sitenav-content {
  padding: 24px 76px 24px 24px;
  position: relative; }

.sitenav-menu .menulist-links {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px; }

.sitenav-menu .menulist-links li {
  position: relative; }

.sitenav-menu .menulist-links li a {
  position: relative;
  font-size: 13px;
  display: block; }

.sitenav-menu .icon-plus-submenu:before,
.sitenav-menu .icon-plus-submenu:after {
  content: none; }

.sitenav-menu .menulist-links > li {
  border-bottom: 1px dashed var(--shop-color-border); }

.sitenav-menu .menulist-links > li:last-child {
  border-bottom: none; }

.sitenav-menu .menulist-links > li > a {
  color: var(--text-dark-v1);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.3px;
  display: flex;
  align-items: center;
  gap: 4px; }

.sitenav-menu .menulist-links li.has-submenu.level0 > ul.submenu-links {
  border-top: none;
  padding-left: 12px;
  border-left: 2px solid #00A19A;
  margin-top: 12px; }

.sitenav-menu .menulist-links li.has-submenu > a .icon-plus-submenu {
  transition: all 0.4s;
  transform: rotate(180deg); }

.sitenav-menu .menulist-links li.has-submenu.opened > a .icon-plus-submenu {
  transform: rotate(0deg); }

.sitenav-menu .menulist-links ul.menulist-links li ul.submenu-links {
  display: none; }

.sitenav-menu .menulist-links ul.submenu-links li + li {
  padding-top: 8px; }

.sitenav-menu .menulist-links ul.submenu-links li a {
  padding: 0px;
  color: var(--text-dark-v1);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.2px; }

.sitenav-menu .menu-mobile--lang a {
  display: inline-flex;
  gap: 6px;
  align-items: center; }

.sitenav-menu .menu-mobile--lang a span.text {
  font-size: 14px;
  letter-spacing: -0.2px;
  font-weight: 700;
  font-family: var(--font-display); }

/*====== HEADER ========================*/
.mainHeader {
  background: #fff;
  width: 100%;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out; }
  .mainHeader .header-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .mainHeader .header-wrap-menu {
    display: none; }
    .mainHeader .header-wrap-menu .navbar-mainmenu {
      text-align: center; }
    .mainHeader .header-wrap-menu .menuList-main {
      margin: 0; }
      .mainHeader .header-wrap-menu .menuList-main > li {
        display: inline-block;
        position: relative; }
        .mainHeader .header-wrap-menu .menuList-main > li > a {
          position: relative;
          z-index: 2;
          display: block;
          padding: 8px 14px;
          width: 100%;
          font-weight: 600;
          font-size: 16px;
          color: #171717;
          -webkit-transition: none;
          transition: none; }
          .mainHeader .header-wrap-menu .menuList-main > li > a svg {
            display: inline-block;
            vertical-align: middle;
            margin-left: 0;
            -webkit-transition: transform .2s;
            -moz-transition: transform .2s;
            -o-transition: transform .2s;
            transition: transform .2s; }
        .mainHeader .header-wrap-menu .menuList-main > li.active a, .mainHeader .header-wrap-menu .menuList-main > li.active a:focus {
          opacity: 1; }
        .mainHeader .header-wrap-menu .menuList-main > li:hover > a, .mainHeader .header-wrap-menu .menuList-main > li.active:hover a {
          opacity: 1; }
        .mainHeader .header-wrap-menu .menuList-main > li:hover:before {
          -webkit-transform: scaleX(1);
          transform: scaleX(1);
          -webkit-transform-origin: 0%;
          transform-origin: 0%; }
        .mainHeader .header-wrap-menu .menuList-main > li:hover > a svg {
          opacity: 1;
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg); }
      .mainHeader .header-wrap-menu .menuList-main li.has-submenu .menuList-submain {
        border: 1px solid #E5E5E5;
        background: #FAFAFA;
        min-width: 230px;
        max-width: 180%;
        padding: 8px 0;
        position: absolute;
        z-index: 99;
        top: 150%;
        pointer-events: none;
        visibility: hidden;
        opacity: 0;
        -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .mainHeader .header-wrap-menu .menuList-main li.has-submenu .menuList-submain.has-image {
          max-width: 390px;
          min-width: 390px;
          border-radius: 8px;
          padding: 8px; }
          .mainHeader .header-wrap-menu .menuList-main li.has-submenu .menuList-submain.has-image li {
            background-size: conver;
            border-radius: 4px;
            margin-bottom: 8px;
            overflow: hidden; }
            .mainHeader .header-wrap-menu .menuList-main li.has-submenu .menuList-submain.has-image li a {
              display: block;
              padding: 26px 24px;
              font-size: 20px;
              font-weight: 600;
              color: #171717;
              position: relative; }
            .mainHeader .header-wrap-menu .menuList-main li.has-submenu .menuList-submain.has-image li:hover:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              width: 100%;
              height: 100%;
              background: linear-gradient(281.03deg, rgba(222, 240, 255, 0.5) 16.5%, rgba(0, 160, 250, 0.75) 52.14%, #007ED4 85.71%); }
            .mainHeader .header-wrap-menu .menuList-main li.has-submenu .menuList-submain.has-image li:hover:after {
              content: '';
              width: 40px;
              height: 40px;
              border-radius: 4px;
              background-color: #fff;
              background-image: url(https://file.hstatic.net/200000962736/file/arrow-right.svg);
              position: absolute;
              right: 24px;
              top: 20px;
              background-repeat: no-repeat;
              background-position: 7px; }
            .mainHeader .header-wrap-menu .menuList-main li.has-submenu .menuList-submain.has-image li:hover a {
              color: #fff; }
        .mainHeader .header-wrap-menu .menuList-main li.has-submenu .menuList-submain:before {
          content: '';
          display: block;
          background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.28501 0.971593C5.06182 -0.323085 6.93818 -0.323087 7.71499 0.971591L12 8.11328H0L4.28501 0.971593Z' fill='url(%23paint0_linear_284_23979)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_284_23979' x1='6.25591' y1='-0.243166' x2='6.25591' y2='8.11108' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C7FFF6'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
          background-size: 100%;
          background-repeat: no-repeat;
          width: 12px;
          height: 9px;
          position: absolute;
          top: -8px;
          left: 13px; }
      .mainHeader .header-wrap-menu .menuList-main li.has-submenu .menuList-submain ul.menuList-submain {
        left: 100%;
        top: 0; }
      .mainHeader .header-wrap-menu .menuList-main li.has-submenu:hover > .menuList-submain {
        pointer-events: auto;
        visibility: visible;
        top: 100%;
        opacity: 1; }
      @media (max-width: 1199px) and (min-width: 992px) {
        .mainHeader .header-wrap-menu .menuList-main > li > a {
          font-size: 13px; } }
    .mainHeader .header-wrap-menu .menuList-submain li {
      position: relative; }
      .mainHeader .header-wrap-menu .menuList-submain li a {
        padding: 8px 12px;
        text-align: left;
        display: block;
        font-size: 14px;
        font-weight: 600;
        color: #020617;
        letter-spacing: -0.2px; }
      .mainHeader .header-wrap-menu .menuList-submain li a svg {
        width: 15px;
        position: absolute;
        right: 15px;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: right 0.3s ease-in-out;
        -ms-transition: right 0.3s ease-in-out;
        transition: right 0.3s ease-in-out; }
      .mainHeader .header-wrap-menu .menuList-submain li a:hover svg {
        right: 10px;
        opacity: 0.8; }
    .mainHeader .header-wrap-menu .menuList-submain li.has-submenu {
      padding-right: 30px; }
    .mainHeader .header-wrap-menu .menuList-submain li a:hover, .mainHeader .header-wrap-menu .menuList-submain li a:hover i {
      opacity: 1; }
  .mainHeader .header-wrap-logo {
    padding: 14px 0; }
    .mainHeader .header-wrap-logo .header-logo img {
      max-width: 85px; }
    .mainHeader .header-wrap-logo h1, .mainHeader .header-wrap-logo a {
      font-size: 26px;
      font-weight: bold;
      text-decoration: none;
      text-transform: uppercase;
      margin: 0;
      color: #000;
      white-space: initial;
      overflow: hidden;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box; }
  .mainHeader .header-wrap-action {
    display: flex;
    gap: 12px;
    align-items: center; }
    .mainHeader .header-wrap-action .header-action-contact a {
      font-family: var(--font-display);
      display: inline-flex;
      min-height: 32px;
      padding: 0 32px;
      justify-content: center;
      align-items: center;
      gap: 8px;
      color: #FFF;
      text-shadow: 0 1px 1px rgba(16, 24, 40, 0.2);
      font-size: 13px;
      font-weight: 700;
      letter-spacing: -0.2px;
      text-transform: uppercase;
      border-radius: 2px;
      background: var(--background-primary-1);
      border: none;
      position: relative;
      overflow: hidden; }
      .mainHeader .header-wrap-action .header-action-contact a span.icon {
        position: absolute;
        z-index: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 78%;
        transition: all 0.4s;
        display: flex;
        align-items: center; }
      .mainHeader .header-wrap-action .header-action-contact a span.text {
        position: relative;
        z-index: 1; }
      .mainHeader .header-wrap-action .header-action-contact a:hover {
        color: #FFF; }
        .mainHeader .header-wrap-action .header-action-contact a:hover span.icon {
          right: 0%; }
    .mainHeader .header-wrap-action .header-action-lang {
      display: none; }
      .mainHeader .header-wrap-action .header-action-lang a {
        display: inline-flex;
        gap: 6px;
        align-items: center; }
      .mainHeader .header-wrap-action .header-action-lang a span.text {
        font-size: 14px;
        letter-spacing: -0.2px;
        font-weight: 700;
        font-family: var(--font-display); }
  @media (min-width: 992px) {
    .mainHeader .header-wrap-logo .header-logo img {
      max-width: 130px; }
    .mainHeader .header-wrap-menu {
      display: block; }
    .mainHeader .header-wrap-action .header-action-mobile {
      display: none; }
    .mainHeader .header-wrap-action .header-action-lang {
      display: inline-flex; } }
  @media (min-width: 1200px) {
    .mainHeader .header-wrap-action .header-action-contact a {
      font-size: 18px;
      min-height: 40px; } }

/*====== FOOTER ========================*/
/* Footer */
.main-footer {
  padding: 48px 0;
  position: relative;
  overflow: hidden;
  background-image: url("https://cdn.hstatic.net/files/200000962736/file/footer__1_.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center; }
  .main-footer .main-footer--row {
    display: flex;
    flex-direction: column;
    gap: 20px 40px; }
    .main-footer .main-footer--row .main-footer--col {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .main-footer .main-footer--col {
    display: flex;
    flex-wrap: wrap;
    gap: 24px; }
    .main-footer .main-footer--col > div {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .main-footer .main-footer--col.col-left .footer-col.last {
      display: none; }
    .main-footer .main-footer--col.col-right .footer-col.last {
      display: flex;
      flex-wrap: wrap;
      gap: 24px 10px;
      justify-content: space-between; }
      .main-footer .main-footer--col.col-right .footer-col.last .footer-block {
        flex-direction: row;
        align-items: center; }
      .main-footer .main-footer--col.col-right .footer-col.last .footer-social {
        order: 1;
        width: 45%; }
      .main-footer .main-footer--col.col-right .footer-col.last .footer-legal {
        order: 3;
        width: 100%; }
      .main-footer .main-footer--col.col-right .footer-col.last .footer-certify {
        order: 2;
        width: 45%; }
  .main-footer .footer-block {
    display: flex;
    flex-direction: column;
    gap: 12px; }
    .main-footer .footer-block .footer-title h2 {
      color: var(--text-white-100);
      font-family: var(--font-display);
      font-size: 24px;
      font-weight: 700;
      letter-spacing: -1.2px;
      margin: 0; }
    .main-footer .footer-block .footer-title h4 {
      color: var(--text-light-v2);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: -0.2px;
      margin: 0; }
    .main-footer .footer-block .footer-content ul {
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 8px; }
    .main-footer .footer-block .footer-content ul li a {
      display: block;
      color: var(--text-light-v3);
      font-size: 12px;
      letter-spacing: -0.2px; }
  .main-footer .contact-info {
    display: flex;
    flex-direction: column;
    gap: 8px; }
    .main-footer .contact-info .contact-item {
      gap: 12px;
      align-items: center;
      display: flex;
      width: 100%;
      color: var(--text-light-v3);
      font-size: 14px;
      letter-spacing: -0.2px; }
      .main-footer .contact-info .contact-item .contact-icon {
        width: 20px;
        height: 20px; }
      .main-footer .contact-info .contact-item .contact-txt {
        width: calc(100% - 32px);
        color: var(--text-light-v3); }
  .main-footer .footer-social {
    display: flex;
    flex-direction: row;
    align-items: center; }
    .main-footer .footer-social .social-icons {
      display: flex;
      webkit-align-content: center;
      gap: 12px; }
      .main-footer .footer-social .social-icons a {
        display: inline-flex;
        width: 20px;
        height: 20px; }
  .main-footer .footer-legal .legal-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 12px;
    color: var(--text-light-v3); }
    .main-footer .footer-legal .legal-info div {
      position: relative;
      padding-left: 10px; }
    .main-footer .footer-legal .legal-info div:before {
      content: "";
      width: 5px;
      height: 5px;
      border-radius: 100%;
      background: var(--text-light-v3);
      display: inline-block;
      top: 7px;
      left: 0;
      position: absolute; }
  @media (min-width: 992px) {
    .main-footer {
      padding: 80px 0;
      background-image: url("https://cdn.hstatic.net/files/200000962736/file/footer_copy.png");
      background-position: center; }
      .main-footer .main-footer--row {
        flex-direction: row; }
        .main-footer .main-footer--row .main-footer--col {
          -ms-flex: 0 0 calc((100% - 40px) / 2);
          flex: 0 0 calc((100% - 40px) / 2);
          max-width: calc((100% - 40px) / 2); }
      .main-footer .main-footer--col {
        gap: 20px; }
        .main-footer .main-footer--col.col-left .footer-col.last {
          display: block; }
        .main-footer .main-footer--col.col-right {
          gap: 53px 20px; }
          .main-footer .main-footer--col.col-right .footer-col {
            -ms-flex: 0 0 calc((100% - 20px) / 2);
            flex: 0 0 calc((100% - 20px) / 2);
            max-width: calc((100% - 20px) / 2); }
          .main-footer .main-footer--col.col-right .footer-col.last {
            flex-wrap: nowrap;
            flex-direction: column;
            gap: 20px;
            justify-content: flex-start; }
            .main-footer .main-footer--col.col-right .footer-col.last .footer-block {
              flex-direction: column;
              align-items: flex-start; }
            .main-footer .main-footer--col.col-right .footer-col.last .footer-social, .main-footer .main-footer--col.col-right .footer-col.last .footer-legal, .main-footer .main-footer--col.col-right .footer-col.last .footer-certify {
              order: 1;
              width: 100%; }
            .main-footer .main-footer--col.col-right .footer-col.last .footer-legal {
              display: none; }
            .main-footer .main-footer--col.col-right .footer-col.last .footer-certify {
              flex-direction: row;
              align-items: center; }
      .main-footer .footer-block .footer-title h2 {
        font-size: 36px; }
      .main-footer .footer-block .footer-title h4 {
        font-size: 16px;
        letter-spacing: -0.3px;
        color: var(--text-light-v3); }
      .main-footer .footer-block .footer-content ul li a {
        font-size: 14px; }
      .main-footer .certification-badge img {
        max-height: 50px;
        width: auto; } }

/*-- tooltip --*/
.popover-body {
  padding: 3px 8px; }

/*===== INDEX ==========================*/
/*
--------------------------------------------------------------------------------
SIDEBAR MAIN
--------------------------------------------------------------------------------
*/
.sidebar-main .sitenav-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1010;
  background: transparent; }
  .sidebar-main .sitenav-wrapper.sitenav-right {
    right: 0; }
    .sidebar-main .sitenav-wrapper.sitenav-right .sitenav-inner {
      right: 0;
      -webkit-transform: translateX(120%);
      transform: translateX(120%);
      -webkit-transition: transform 0.35s ease , right 0.25s ease , visibility 0s;
      transition: transform 0.35s ease , right 0.25s ease , visibility 0s; }
  .sidebar-main .sitenav-wrapper.sitenav-left {
    left: 0; }
    .sidebar-main .sitenav-wrapper.sitenav-left .sitenav-inner {
      left: 0;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-transition: transform 0.35s ease , left 0.25s ease , visibility 0s;
      transition: transform 0.35s ease , left 0.25s ease , visibility 0s; }
  .sidebar-main .sitenav-wrapper .sitenav-inner {
    margin: 0 auto;
    max-width: 480px;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #ffffff;
    background-clip: padding-box;
    display: flex;
    flex-direction: column; }
    .sidebar-main .sitenav-wrapper .sitenav-inner:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background: #fff;
      z-index: 1;
      opacity: 1;
      visibility: visible; }

.sidebar-main.is-show-right .sitenav-wrapper.show {
  left: 0 !important;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.sidebar-main.is-show-right .sitenav-wrapper.show .sitenav-inner {
  right: 0;
  width: 85%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .sidebar-main.is-show-right .sitenav-wrapper.show .sitenav-inner:after {
    visibility: hidden;
    opacity: 0; }

.sidebar-main.is-show-right .sitenav-wrapper.show .sidebar-overlay {
  opacity: 1;
  visibility: visible; }

.sidebar-main.is-show-left .sitenav-wrapper.show {
  right: 0 !important;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.sidebar-main.is-show-left .sitenav-wrapper.show .sitenav-inner {
  left: 0;
  width: 85%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .sidebar-main.is-show-left .sitenav-wrapper.show .sitenav-inner:after {
    visibility: hidden;
    opacity: 1; }

.sidebar-main.is-show-left .sitenav-wrapper.show .sidebar-overlay {
  opacity: 1;
  visibility: visible; }

.sidebar-main .sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }

.sitenav-inner .sitenav-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eae4e8; }

.sitenav-inner .sitenav-content {
  padding: 15px;
  position: relative;
  overflow-y: scroll;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: none; }
  .sitenav-inner .sitenav-content::-webkit-scrollbar {
    width: 4px;
    height: 3px; }
  .sitenav-inner .sitenav-content::-webkit-scrollbar-track {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: 10px; }
  .sitenav-inner .sitenav-content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #e1e3e4;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .sitenav-inner .sitenav-content::-webkit-scrollbar-thumb:window-inactive {
    background: #e1e3e4; }
  .sitenav-inner .sitenav-content .more-notify {
    padding: 8px 0;
    border-top: 1px solid var(--shop-color-border); }
  .sitenav-inner .sitenav-content .more-notify a {
    color: #0d6efd; }

.sitenav-inner .sitenav-footer {
  padding: 15px;
  margin-top: auto;
  border-top: 1px solid var(--shop-color-border); }

.heading-pageDetail {
  padding: 35px 0 60px;
  text-align: center; }
  .heading-pageDetail h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: initial;
    color: var(--primary-1);
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    padding-bottom: 10px; }
    .heading-pageDetail h1:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      width: 80%;
      height: 2px;
      background: var(--primary-1); }

/* Article */
.wrapper-contentBlogs {
  margin-bottom: 40px; }
  .wrapper-contentBlogs .heading-page {
    margin-bottom: 24px; }
    .wrapper-contentBlogs .heading-page h1 {
      font-size: 26px;
      font-weight: 700;
      letter-spacing: -1.5px;
      margin-bottom: 0; }
  .wrapper-contentBlogs .boxBlog-row {
    display: flex;
    gap: 24px;
    flex-direction: column; }
    .wrapper-contentBlogs .boxBlog-row .boxBlog-left, .wrapper-contentBlogs .boxBlog-row .boxBlog-right {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .wrapper-contentBlogs .list-article-content {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 10px; }
    .wrapper-contentBlogs .list-article-content .col-item {
      -ms-flex: 0 0 calc((100% - 10px) /2);
      flex: 0 0 calc((100% - 10px) / 2);
      max-width: calc((100% - 10px) / 2); }
  @media (min-width: 992px) {
    .wrapper-contentBlogs .heading-page {
      margin-bottom: 40px; }
      .wrapper-contentBlogs .heading-page h1 {
        font-size: 46px; }
    .wrapper-contentBlogs .boxBlog-row {
      flex-direction: row; }
      .wrapper-contentBlogs .boxBlog-row .boxBlog-left {
        -ms-flex: 0 0 calc(70% - 24px);
        flex: 0 0 calc(70% - 24px);
        max-width: calc(70% - 24px); }
      .wrapper-contentBlogs .boxBlog-row .boxBlog-right {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%; }
    .wrapper-contentBlogs .list-article-content {
      gap: 24px; }
      .wrapper-contentBlogs .list-article-content .col-item {
        -ms-flex: 0 0 calc((100% - 24px) /2);
        flex: 0 0 calc((100% - 24px) / 2);
        max-width: calc((100% - 24px) / 2); } }

.wrapper-contentArticle {
  padding: 24px 0 44px; }
  .wrapper-contentArticle .boxArticle-row {
    display: flex;
    gap: 24px;
    flex-direction: column; }
    .wrapper-contentArticle .boxArticle-row .boxArticle-left, .wrapper-contentArticle .boxArticle-row .boxArticle-right {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  @media (min-width: 992px) {
    .wrapper-contentArticle {
      padding: 32px 0 72px; }
      .wrapper-contentArticle .boxArticle-row {
        flex-direction: row; }
        .wrapper-contentArticle .boxArticle-row .boxArticle-left {
          -ms-flex: 0 0 calc(70% - 24px);
          flex: 0 0 calc(70% - 24px);
          max-width: calc(70% - 24px); }
        .wrapper-contentArticle .boxArticle-row .boxArticle-right {
          -ms-flex: 0 0 30%;
          flex: 0 0 30%;
          max-width: 30%; } }
  .wrapper-contentArticle .inforArticle-content .heading-article {
    margin: 0 0 24px; }
    .wrapper-contentArticle .inforArticle-content .heading-article h1 {
      font-size: 26px;
      font-weight: 700;
      letter-spacing: -1.5px;
      margin: 12px 0; }
  .wrapper-contentArticle .inforArticle-content .article-banner {
    margin-bottom: 24px;
    overflow: hidden;
    border-radius: 8px; }
  .wrapper-contentArticle .inforArticle-content .article-content > div {
    margin-bottom: 24px; }
  .wrapper-contentArticle .inforArticle-content .article-post-cate span {
    border-radius: 2px;
    background: #EFFEFB;
    padding: 8px;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    color: #00A19A; }
  .wrapper-contentArticle .inforArticle-content .article-post-meta {
    font-size: 13px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px 32px;
    align-items: center; }
    .wrapper-contentArticle .inforArticle-content .article-post-meta span {
      display: inline-flex;
      gap: 8px;
      align-items: center; }
  .wrapper-contentArticle .inforArticle-content .box-article-detail h2 {
    font-size: 22px; }
  .wrapper-contentArticle .inforArticle-content .box-article-detail h3 {
    font-size: 20px; }
  .wrapper-contentArticle .inforArticle-content .box-article-detail h4,
  .wrapper-contentArticle .inforArticle-content .box-article-detail h5,
  .wrapper-contentArticle .inforArticle-content .box-article-detail h6 {
    font-size: 18px; }
  @media (min-width: 992px) {
    .wrapper-contentArticle .inforArticle-content .heading-page h1 {
      font-size: 46px; } }

.layout-article .page-news-section {
  padding: 44px 0;
  background: linear-gradient(180deg, #fff 0%, #fff 79.35%, #F5F5F5 100%); }
  .layout-article .page-news-section .page-news-section-heading {
    margin-bottom: 24px; }
    .layout-article .page-news-section .page-news-section-heading h2 {
      font-size: 26px;
      margin: 0;
      color: #0A0A0A;
      font-weight: 700;
      letter-spacing: -0.7px;
      font-family: var(--font-display);
      text-align: center; }
  .layout-article .page-news-section .swiper .swiper-slide {
    height: auto; }
  .layout-article .page-news-section .swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: 16px; }
  .layout-article .page-news-section .swiper:not(.swiper-initialized) .swiper-slide {
    -ms-flex: 0 0 calc((100% - 16px) /2);
    flex: 0 0 calc((100% - 16px) /2);
    max-width: calc((100% - 16px) /2); }
  .layout-article .page-news-section .s-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px; }
    .layout-article .page-news-section .s-actions .s-action--pagi {
      width: auto; }
    .layout-article .page-news-section .s-actions .swiper-pagination {
      --bg-pagination: rgba(10, 10, 10, 0.4);
      margin-top: 0; }

@media (min-width: 992px) {
  .layout-article .page-news-section {
    padding: 72px 0; }
    .layout-article .page-news-section .page-news-section-heading {
      margin-bottom: 40px; }
      .layout-article .page-news-section .page-news-section-heading h2 {
        font-size: 46px;
        text-align: left; }
    .layout-article .page-news-section .swiper:not(.swiper-initialized) .swiper-wrapper {
      gap: 24px; }
    .layout-article .page-news-section .swiper:not(.swiper-initialized) .swiper-slide {
      -ms-flex: 0 0 calc((100% - (24px*2)) /3);
      flex: 0 0 calc((100% - (24px*2)) /3);
      max-width: calc((100% - (24px*2)) /3); }
    .layout-article .page-news-section .s-actions {
      padding-left: 100px;
      margin-top: 40px; }
      .layout-article .page-news-section .s-actions .s-action--pagi {
        width: calc(100% - 100px);
        text-align: center; } }

/* Toolbar article */
.article-content h2 {
  font-size: 18px; }

.article-content h3 {
  font-size: 16px; }

/* Table of Contents Article */
.table-of-contents {
  background: #FAFAFA;
  border: 1px solid #F5F5F5;
  border-radius: 4px;
  display: block;
  padding: 16px 24px;
  position: relative;
  margin: 0 auto 24px;
  width: 100%;
  display: table; }

.table-of-contents .table-title .htitle {
  font-weight: 700;
  font-size: 20px;
  margin: 0;
  padding: 0 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.table-of-contents .table-title .toc_toggle {
  width: 24px;
  height: 24px;
  position: relative; }

.table-of-contents .table-title .toc_toggle a {
  width: 24px;
  height: 24px;
  font-size: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid transparent; }
  .table-of-contents .table-title .toc_toggle a:before, .table-of-contents .table-title .toc_toggle a:after {
    background: rgba(9, 9, 9, 0.6);
    content: '';
    display: block;
    position: absolute;
    margin-right: 7px;
    top: 50%;
    right: 0;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear; }
  .table-of-contents .table-title .toc_toggle a:before {
    width: 9px;
    height: 1px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .table-of-contents .table-title .toc_toggle a:after {
    width: 1px;
    height: 9px;
    right: 4px;
    transform-origin: center;
    -moz-transform: translateY(-50%) scale(1, 0);
    -ms-transform: translateY(-50%) scale(1, 0);
    -webkit-transform: translateY(-50%) scale(1, 0);
    transform: translateY(-50%) scale(1, 0); }
  .table-of-contents .table-title .toc_toggle a.close:after {
    -moz-transform: translateY(-50%) scale(1, 1);
    -ms-transform: translateY(-50%) scale(1, 1);
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1); }

.table-of-contents ul {
  font-size: 14px;
  list-style-type: disc;
  margin: 0 0 0 16px; }

.table-of-contents ul li {
  list-style-position: outside;
  margin: 8px 0 0; }

.table-of-contents ul li::marker {
  color: #000; }

.table-of-contents ul li a {
  text-decoration: none;
  color: #2f89ff; }

.table-of-contents > ul {
  padding-bottom: 10px; }

.table-of-contents > ul ul ul {
  display: none; }

.table-of-contents ul li a:hover,
.table-of-contents ul li a:focus {
  color: var(--shop-color-hover); }

.table-content-button {
  width: 35px;
  height: 35px;
  display: block;
  position: fixed;
  left: 10px;
  z-index: 10;
  opacity: 0;
  top: 45%;
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }

.table-content-button .btn-icolist {
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  outline: none;
  float: left;
  background: #fcfcfc;
  border: 1px solid #eeeeee;
  border-radius: 4px; }

.table-content-button .btn-icolist svg {
  width: 20px;
  height: 35px;
  vertical-align: initial; }

.table-content-fixed {
  position: fixed;
  left: 10px;
  z-index: 999;
  max-width: 280px;
  min-width: 200px;
  top: 45%;
  background: #fff;
  border: 1px solid;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  -webkit-transform-origin: 0 top;
  transform-origin: 0 top;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }

.table-content-fixed .table-of-header {
  position: relative;
  padding: 10px 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #eeeeee; }

.table-content-fixed .table-of-header .hTitle {
  max-width: calc(100% - 50px);
  margin-left: 0;
  font-weight: 600;
  font-size: 14px; }

.table-content-fixed .table-of-header .hClose {
  position: absolute;
  right: 5px;
  top: 2px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  text-align: center; }

.table-content-fixed .table-of-header .hClose svg {
  width: 32px;
  height: 32px;
  width: 14px; }

.table-content-fixed .table-of-contents {
  border: 0;
  background: #ffffff;
  margin: 0;
  padding: 5px 12px;
  box-shadow: none;
  display: block;
  overflow: hidden;
  overflow-y: auto;
  max-height: 70vh;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: none; }

.table-content-fixed .table-of-contents .table-title {
  display: none; }

.table-content-fixed .table-of-contents ul {
  font-size: 13px; }

.table-content-button.active {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1); }

.table-content-fixed.active {
  transform: scale(1) translateY(-45%);
  -webkit-transform: scale(1) translateY(-45%);
  -moz-transform: scale(1) translateY(-45%);
  -ms-transform: scale(1) translateY(-45%);
  -o-transform: scale(1) translateY(-45%); }

@media (min-width: 768px) {
  .blogs-aside--sticky {
    top: 30px;
    position: -webkit-sticky;
    position: sticky;
    -webkit-transition: top 400ms ease;
    -moz-transition: top 400ms ease;
    transition: top 400ms ease; }
  body.scroll-body-up .blogs-aside--sticky {
    top: 80px; } }

/* article Loop */
.item-featured-news {
  padding: 12px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #E5E5E5;
  background: #fff; }
  .item-featured-news .news-image {
    flex: 0 0 66.6666666%; }
    .item-featured-news .news-image img {
      aspect-ratio: 16 / 9;
      border-radius: 4px;
      width: 100%; }
  .item-featured-news .news-text {
    flex: 0 0 33.33333%;
    padding: 12px 36px 12px 32px; }
    .item-featured-news .news-text .news-heading {
      font-size: 24px;
      font-weight: 700;
      letter-spacing: -0.5px; }
    .item-featured-news .news-text .news-description {
      margin-bottom: 32px;
      color: #737373;
      font-size: 16px;
      letter-spacing: -0.3px; }
    .item-featured-news .news-text .news-action a {
      color: var(--primary-1); }

.item-news-card {
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 12px;
  border: 1px solid #E5E5E5;
  background: #fff;
  height: 100%; }
  .item-news-card img {
    aspect-ratio: 16 / 9;
    border-radius: 4px;
    width: 100%;
    object-fit: cover;
    object-position: top; }
  .item-news-card .news-content {
    padding: 12px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
    .item-news-card .news-content .news-heading {
      margin-bottom: 32px;
      overflow: hidden;
      text-overflow: ellipsis;
      font-family: var(--font-display);
      font-size: 20px;
      font-weight: 700;
      letter-spacing: -0.3px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      align-self: stretch; }
      .item-news-card .news-content .news-heading a {
        display: block; }
    .item-news-card .news-content .read-more {
      color: var(--primary-1); }

@media (max-width: 991.98px) {
  .item-featured-news .news-image,
  .item-featured-news .news-text {
    flex: 0 0 100%; }
  .item-featured-news .news-text {
    padding: 10px; }
  .item-featured-news .news-text .news-heading {
    font-size: 18px; }
  .item-news-card .news-content {
    padding: 12px 0 0 0; }
    .item-news-card .news-content .news-heading {
      font-size: 16px; } }

/*======  SIDEBAR BLOG =========*/
.list-blogs-latest .item-article {
  padding: 15px 0;
  margin: 0;
  display: flex;
  align-items: center; }

.list-blogs-latest .item-article + .item-article {
  border-top: 1px solid #F5F5F5; }

.list-blogs-latest .item-article .post-image {
  width: 100px;
  position: relative; }
  .list-blogs-latest .item-article .post-image a {
    position: relative;
    overflow: hidden;
    display: block;
    padding-bottom: 100%; }
  .list-blogs-latest .item-article .post-image a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.list-blogs-latest .item-article .post-content {
  width: calc(100% - 100px);
  padding: 12px; }

.list-blogs-latest .item-article .post-content h3 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.3px; }

.list-blogs-latest .item-article .post-content .post-meta .date {
  color: #404040;
  font-size: 13px;
  letter-spacing: -0.3px; }

.menuList-links {
  margin: 0; }

.menuList-links li {
  position: relative; }

.menuList-links li a {
  position: relative;
  font-size: 13px;
  display: block; }

.menuList-links > li {
  border-bottom: 1px dashed #efefef; }

.menuList-links > li:last-child {
  border-bottom: none; }

.menuList-links > li > a {
  padding: 12px 0;
  font-weight: 500;
  font-size: 15px; }

.menuList-links > li.has-submenu > a {
  padding-right: 30px; }

.menuList-links > li.has-submenu span.icon-plus-submenu {
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid transparent; }

.icon-plus-submenu:after,
.icon-plus-submenu:before {
  background: rgba(9, 9, 9, 0.6);
  content: '';
  display: block;
  position: absolute;
  margin-right: 7px;
  top: 50%;
  right: 0;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear; }

.icon-plus-submenu:before {
  width: 9px;
  height: 1px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.icon-plus-submenu:after {
  width: 1px;
  height: 9px;
  right: 4px;
  transform-origin: center;
  -moz-transform: translateY(-50%) scale(1, 1);
  -ms-transform: translateY(-50%) scale(1, 1);
  -webkit-transform: translateY(-50%) scale(1, 1);
  transform: translateY(-50%) scale(1, 1); }

li.has-submenu.opened > a .icon-plus-submenu:after {
  -moz-transform: translateY(-50%) scale(1, 0);
  -ms-transform: translateY(-50%) scale(1, 0);
  -webkit-transform: translateY(-50%) scale(1, 0);
  transform: translateY(-50%) scale(1, 0); }

.menuList-links > li.has-submenu .icon-plus-submenu:hover {
  border: 1px solid #efefef; }

ul.menuList-links li ul.submenu-links {
  display: none; }

ul.submenu-links li a {
  padding: 8px 0; }

li.has-submenu.level0 > ul.submenu-links {
  border-top: 1px dashed #efefef; }

li.has-submenu.level0 > ul.submenu-links li a {
  padding-left: 12px; }

li.has-submenu.level1 > ul.submenu-links li a {
  padding-left: 25px; }

.group-sidebox {
  position: relative;
  margin: 0 0 20px;
  border-radius: 4px;
  border: 1px solid #E5E5E5;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  padding: 20px; }
  .group-sidebox .sidebox-title h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px;
    position: relative;
    cursor: pointer;
    letter-spacing: -1px; }
  .group-sidebox .sidebox-title h3:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-color: #666;
    border-style: solid;
    border-width: 0 2px 2px 0;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.2s ease;
    -ms-transition: transform 0.2s ease;
    -webkit-transition: transform 0.2s ease;
    display: none; }
  .group-sidebox.is-open .sidebox-title h3:after {
    transform: translateY(-50%) rotate(225deg);
    bottom: -10px; }
  @media (max-width: 767px) {
    .group-sidebox .sidebox-title h3 {
      font-size: 18px;
      text-align: left;
      position: relative; } }

.categories-faq {
  position: fixed;
  z-index: 10;
  top: 50%;
  right: 2px;
  opacity: 1;
  visibility: visible;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100px; }

.categories-faq ul {
  margin-bottom: 0;
  padding: 20px 12px;
  border-radius: 12px 0 0 12px;
  border-top: 1px solid var(--border-dark-v2, #404040);
  border-bottom: 1px solid var(--border-dark-v2, #404040);
  border-left: 1px solid var(--border-dark-v2, #404040);
  background: var(--background-dark-v2, #262626);
  box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
  border-image-source: none; }

.categories-faq ul li {
  position: relative;
  text-align: center;
  transition: all .25s ease, transform .25s ease;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #404040; }

.categories-faq ul li:last-child {
  padding: 0;
  margin: 0;
  border: 0; }

.categories-faq ul li a {
  display: block;
  position: relative;
  color: #fff; }

.categories-faq ul li a:hover {
  color: var(--primary-1); }

.categories-faq ul li .category-ic {
  line-height: 1;
  margin: auto auto 10px;
  width: 22px; }

.categories-faq ul li .category-ic img {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  vertical-align: middle; }

.categories-faq ul li:hover img {
  -webkit-transform: scale(1.1) rotate(10deg) !important;
  transform: scale(1.1) rotate(4deg) !important; }

@media (max-width: 1024px) {
  .categories-faq {
    display: none !important; } }

#page-news {
  background: #F5F5F5; }
  #page-news .page-news-section {
    padding-bottom: 64px; }
    #page-news .page-news-section .page-news-section-heading {
      margin-bottom: 40px; }
      #page-news .page-news-section .page-news-section-heading h2 {
        margin: 0;
        color: #0A0A0A;
        font-size: 46px;
        font-weight: 700;
        letter-spacing: -1px;
        font-family: var(--font-display); }
    #page-news .page-news-section .page-news-section-body {
      display: flex;
      flex-wrap: wrap;
      gap: 24px; }
      #page-news .page-news-section .page-news-section-body .col-item {
        -ms-flex: 0 0 calc((100% - (24px*2)) /3);
        flex: 0 0 calc((100% - (24px*2)) /3);
        max-width: calc((100% - (24px*2)) /3); }
      #page-news .page-news-section .page-news-section-body .col-item.full {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
      #page-news .page-news-section .page-news-section-body .col-item.last {
        display: none; }
    #page-news .page-news-section .page-news-section-action {
      text-align: center;
      margin-top: 40px; }
  #page-news .page-news-top {
    padding-top: 72px;
    margin-bottom: 72px;
    background-image: url(https://cdn.hstatic.net/files/200000962736/file/frame_1000009055__1_.jpg);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    overflow: hidden; }
    #page-news .page-news-top .page-news-top-heading {
      display: flex;
      justify-content: space-between;
      gap: 20px 0;
      flex-wrap: wrap; }
      #page-news .page-news-top .page-news-top-heading h1 {
        flex: 0 0 calc(100% - 480px);
        max-width: calc(100% - 480px);
        margin: 0;
        color: #fff;
        font-size: 46px;
        font-weight: 700;
        letter-spacing: -1px;
        font-family: var(--font-display); }
      #page-news .page-news-top .page-news-top-heading .page-news-top-search {
        flex: 0 0 480px;
        max-width: 480px;
        position: relative; }
        #page-news .page-news-top .page-news-top-heading .page-news-top-search form {
          border-radius: 8px;
          border: 1px solid #fff;
          background: #fff;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          position: relative;
          padding: 4px; }
          #page-news .page-news-top .page-news-top-heading .page-news-top-search form input {
            padding: 10px;
            flex: 8;
            background: transparent;
            border: 0;
            color: #171717; }
          #page-news .page-news-top .page-news-top-heading .page-news-top-search form button {
            font-size: 16px; }
          #page-news .page-news-top .page-news-top-heading .page-news-top-search form.expanded {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0; }
    #page-news .page-news-top .page-news-section-body {
      display: block; }
    #page-news .page-news-top .swiper-container:not(.swiper-initialized) .swiper-wrapper {
      gap: 24px;
      flex-wrap: wrap; }
    #page-news .page-news-top .swiper-container:not(.swiper-initialized) .swiper-slide {
      -ms-flex: 0 0 calc((100% - (24px*2))/3);
      flex: 0 0 calc((100% - (24px*2))/3);
      max-width: calc((100% - (24px*2))/3);
      height: auto; }
    #page-news .page-news-top .swiper-container:not(.swiper-initialized) .swiper-slide-first {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    #page-news .page-news-top .swiper-container:not(.swiper-initialized) .item-news-card {
      height: 100%; }
    #page-news .page-news-top .swiper-slide:not(.swiper-slide-first) .news-description {
      display: none; }
    #page-news .page-news-top .s-actions {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 24px 0 0; }
      #page-news .page-news-top .s-actions .swiper-pagination {
        --bg-pagination: rgba(255, 255, 255, 0.4);
        margin-top: 0; }
  #page-news .page-news-mid .swiper .swiper-slide {
    height: auto; }
  #page-news .page-news-mid .swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: 24px; }
  #page-news .page-news-mid .swiper:not(.swiper-initialized) .swiper-slide {
    -ms-flex: 0 0 calc((100% - (24px*2)) /3);
    flex: 0 0 calc((100% - (24px*2)) /3);
    max-width: calc((100% - (24px*2)) /3); }
  #page-news .page-news-mid .page-news-section-heading h2 {
    color: var(--primary-1); }
  #page-news .page-news-mid .page-news-mid-content {
    display: block; }
  #page-news .page-news-mid .s-actions {
    padding-left: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px; }
    #page-news .page-news-mid .s-actions .s-action--pagi {
      width: calc(100% - 100px);
      text-align: center; }
    #page-news .page-news-mid .s-actions .swiper-pagination {
      --bg-pagination: rgba(10, 10, 10, 0.4);
      margin-top: 0; }
  #page-news .page-news-tabs .tabs-nav {
    margin-top: 10px;
    overflow: hidden; }
    #page-news .page-news-tabs .tabs-nav .tabs-list {
      width: 100%;
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
    #page-news .page-news-tabs .tabs-nav .tab-item {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      max-width: max-content;
      border-bottom: 1px solid #E5E5E5;
      transition: all 0.4s; }
    #page-news .page-news-tabs .tabs-nav .tab-item a {
      color: #404040;
      font-family: var(--font-display);
      font-size: 18px;
      display: inline-flex;
      align-items: center;
      letter-spacing: -0.3px;
      padding: 10px 20px;
      white-space: nowrap; }
    #page-news .page-news-tabs .tabs-nav .tab-item.active {
      border-bottom: 1px solid #00A19A;
      background: linear-gradient(180deg, #FFF 0.96%, #EFFEFB 100%); }
      #page-news .page-news-tabs .tabs-nav .tab-item.active a {
        color: #00A19A;
        font-weight: 700; }
  #page-news .page-news-tabs .tabs-content .tab-pant {
    display: none; }
  #page-news .page-news-tabs .tabs-content .tab-pant.active {
    display: block; }
  @media (max-width: 991.98px) {
    #page-news .page-news-section {
      padding-bottom: 44px; }
      #page-news .page-news-section .page-news-section-heading {
        margin-bottom: 24px; }
        #page-news .page-news-section .page-news-section-heading h2 {
          font-size: 26px; }
      #page-news .page-news-section .page-news-section-body {
        gap: 10px; }
        #page-news .page-news-section .page-news-section-body .col-item {
          -ms-flex: 0 0 calc((100% - 10px) /2);
          flex: 0 0 calc((100% - 10px) /2);
          max-width: calc((100% - 10px) /2); }
      #page-news .page-news-section .page-news-section-action {
        margin-top: 24px; }
    #page-news .page-news-top {
      margin-bottom: 44px;
      padding-top: 44px; }
      #page-news .page-news-top .page-news-top-heading h1 {
        font-size: 26px; }
      #page-news .page-news-top .page-news-top-heading h1, #page-news .page-news-top .page-news-top-heading .page-news-top-search {
        flex: 0 0 100%;
        max-width: 100%; }
      #page-news .page-news-top .page-news-top-heading .page-news-top-search form {
        font-size: 12px; }
      #page-news .page-news-top .swiper-container .swiper-slide {
        height: auto; }
      #page-news .page-news-top .swiper-container:not(.swiper-initialized) .swiper-wrapper {
        gap: 10px;
        flex-wrap: nowrap; }
      #page-news .page-news-top .swiper-container:not(.swiper-initialized) .swiper-slide, #page-news .page-news-top .swiper-container:not(.swiper-initialized) .swiper-slide-first {
        -ms-flex: 0 0 83%;
        flex: 0 0 83%;
        max-width: 83%; }
      #page-news .page-news-top .swiper-slide:not(.swiper-slide-first) .news-description {
        display: block; }
    #page-news .page-news-mid .swiper:not(.swiper-initialized) .swiper-wrapper {
      gap: 16px; }
    #page-news .page-news-mid .swiper:not(.swiper-initialized) .swiper-slide {
      -ms-flex: 0 0 calc((100% - 16px) /2);
      flex: 0 0 calc((100% - 16px) /2);
      max-width: calc((100% - 16px) /2); }
    #page-news .page-news-mid .s-actions {
      padding: 0;
      margin-top: 24px; }
      #page-news .page-news-mid .s-actions .s-action--pagi {
        width: auto;
        text-align: left; }
    #page-news .page-news-tabs .tabs-nav .tabs-list {
      gap: 8px; }
    #page-news .page-news-tabs .tabs-nav .tab-item {
      border-bottom: none;
      border-radius: 2px;
      background: #FAFAFA; }
    #page-news .page-news-tabs .tabs-nav .tab-item a {
      font-size: 13px;
      padding: 8px 12px; }
    #page-news .page-news-tabs .tabs-nav .tab-item.active {
      background: #00A19A; }
      #page-news .page-news-tabs .tabs-nav .tab-item.active a {
        color: #ffffff; } }

.smart-search-wrapper {
  width: 100%;
  background: #fff;
  position: absolute;
  top: 100%;
  z-index: 99;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }

.smart-search-wrapper .item-ult {
  padding: 12px;
  border-bottom: 1px dotted #dfe0e1;
  clear: both;
  width: 100%;
  float: left; }

.smart-search-wrapper .item-ult .thumbs {
  width: 40px;
  display: inline-block;
  text-align: right; }

.smart-search-wrapper .item-ult .title {
  width: calc(100% - 40px);
  padding-right: 5px;
  float: left;
  line-height: 20px;
  position: relative;
  margin-top: 0 !important; }

.smart-search-wrapper .item-ult .title a {
  font-size: 13px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre;
  float: left;
  width: 100%; }

.smart-search-wrapper .item-ult .title p {
  line-height: 15px;
  font-size: 12px;
  font-weight: 500;
  float: left;
  margin: 0; }

.smart-search-wrapper .item-ult .title p del {
  font-size: 11px;
  font-weight: 400;
  margin-left: 7px;
  color: #797979; }

.smart-search-wrapper .resultsMore {
  width: 100%;
  float: left; }

.smart-search-wrapper .resultsMore a {
  text-align: center;
  display: block;
  font-size: 13px;
  padding: 10px 0; }

.smart-search-wrapper .dataEmpty {
  text-align: center;
  padding: 20px 0; }

div#layout-searchpage .heading-page {
  padding: 35px 0 60px;
  text-align: center; }
  div#layout-searchpage .heading-page h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: initial;
    color: #00A0FA;
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    padding-bottom: 10px; }
    div#layout-searchpage .heading-page h1:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      width: 80%;
      height: 2px;
      background: #00A0FA; }
  div#layout-searchpage .heading-page .subtxt {
    margin-top: 15px; }

footer .app-download img {
  height: 42px;
  width: auto; }

.page-contact-wrap {
  padding: 64px 0; }
  .page-contact-wrap h1 {
    margin-bottom: 20px; }
  .page-contact-wrap ul li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px; }
    .page-contact-wrap ul li .page-contact-icon {
      flex: 0 0 24px;
      max-width: 24px;
      margin-right: 8px; }
    .page-contact-wrap ul li .page-contact-content {
      flex: 0 0 calc(100% - 32px);
      max-width: calc(100% - 32px); }
      .page-contact-wrap ul li .page-contact-content strong {
        font-weight: 600;
        display: block; }
      .page-contact-wrap ul li .page-contact-content span {
        display: block; }
  .page-contact-wrap iframe {
    width: 100%; }
  @media (max-width: 991.98px) {
    .page-contact-wrap {
      padding: 32px 0; }
      .page-contact-wrap .page-contact-detail {
        margin-bottom: 15px; } }

/* ========== CellphoneS-style FAQ (Clean) ========== */
.cs-faq {
  margin: 24px 0;
  padding: 18px;
  border: 1px solid #eee;
  border-radius: 16px;
  background: #fff; }

.cs-faq__title {
  margin: 0 0 14px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em; }

.cs-faq__list {
  display: grid;
  gap: 14px; }

.cs-faq__item {
  border: 1px solid #ededed;
  border-radius: 18px;
  background: #fff;
  overflow: hidden; }

.cs-faq__q {
  list-style: none;
  cursor: pointer;
  padding: 18px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  user-select: none; }

.cs-faq__q::-webkit-details-marker {
  display: none; }

.cs-faq__qtext {
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800; }

.cs-faq__icon {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 2px solid #e9e9e9;
  flex: 0 0 46px;
  position: relative; }

.cs-faq__icon::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  border-right: 3px solid #111;
  border-bottom: 3px solid #111;
  transition: transform .22s ease; }

.cs-faq__item[open] .cs-faq__icon::before {
  transform: translate(-50%, -40%) rotate(225deg); }

.cs-faq__item:not([open]) .cs-faq__icon::before {
  transform: translate(-50%, -60%) rotate(45deg); }

.cs-faq__a {
  padding: 0 18px 18px;
  display: grid;
  grid-template-rows: 1fr;
  transition: grid-template-rows .28s ease; }

.cs-faq__item:not([open]) .cs-faq__a {
  grid-template-rows: 0fr; }

.cs-faq__ainner {
  overflow: hidden;
  color: #333;
  font-size: 16px;
  line-height: 1.7;
  opacity: 1;
  transform: translateY(0);
  transition: opacity .20s ease, transform .20s ease; }

.cs-faq__item:not([open]) .cs-faq__ainner {
  opacity: 0;
  transform: translateY(-4px); }

.cs-faq__q:focus {
  outline: none; }

.cs-faq__q:focus-visible {
  outline: 3px solid rgba(0, 0, 0, 0.12);
  outline-offset: 4px;
  border-radius: 12px; }

@media (max-width: 768px) {
  .cs-faq {
    padding: 14px; }
  .cs-faq__title {
    font-size: 22px; }
  .cs-faq__q {
    padding: 16px 14px; }
  .cs-faq__qtext {
    font-size: 18px; }
  .cs-faq__icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px; }
  .cs-faq__a {
    padding: 0 14px 14px; } }

/*----------------------------------------*/
/*----- CUSTOMIZE - GENERAL -----*/
/*----------------------------------------*/
.media {
  padding-bottom: calc(var(--height)/var(--width) * 100%);
  position: relative;
  overflow: hidden; }
  .media img, .media video {
    -o-object-fit: cover;
    object-fit: cover;
    transform: scale(1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.swiper-style .swiper-button-next, .swiper-style .swiper-button-prev {
  border-radius: 2px;
  cursor: pointer;
  height: 40px;
  width: 40px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all .4s;
  z-index: 10;
  font-size: 0;
  color: #ffffff;
  border: 1px solid #00A19A;
  background: #00A19A;
  right: unset;
  left: unset;
  top: unset;
  transform: none;
  margin: 0; }
  .swiper-style .swiper-button-next:after, .swiper-style .swiper-button-next:before, .swiper-style .swiper-button-prev:after, .swiper-style .swiper-button-prev:before {
    content: none; }
  .swiper-style .swiper-button-next.swiper-button-disabled, .swiper-style .swiper-button-prev.swiper-button-disabled {
    color: #00A19A;
    border: 1px solid #00A19A;
    background: transparent; }

.swiper-style .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 24px;
  position: relative;
  bottom: 0;
  z-index: 2; }
  .swiper-style .swiper-pagination .swiper-pagination-bullet,
  .swiper-style .swiper-pagination > span {
    display: inline-flex;
    width: 6px;
    height: 6px;
    padding: 0;
    margin: 0;
    border-radius: 1px;
    background: var(--bg-pagination);
    position: relative;
    opacity: 1;
    cursor: pointer;
    transition: all 180ms ease; }
    .swiper-style .swiper-pagination .swiper-pagination-bullet.is-active,
    .swiper-style .swiper-pagination > span.is-active {
      background: #00A19A;
      width: 40px; }
    .swiper-style .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
    .swiper-style .swiper-pagination > span.swiper-pagination-bullet-active {
      background: #00A19A;
      width: 40px; }

.swiper-style .swiper-nav {
  display: flex;
  align-items: center;
  gap: 12px; }

@media (min-width: 992px) {
  .swiper-style .swiper-pagination {
    margin-top: 40px; } }

@media (min-width: 1024px) {
  .swiper-style .swiper-pagination .swiper-pagination-bullet:hover,
  .swiper-style .swiper-pagination > span:hover {
    background: #00A19A;
    width: 40px; } }

.section .s-swrapper {
  position: relative;
  z-index: 1; }

.section .s-inner {
  display: flex;
  flex-direction: column;
  gap: 26px; }
  .section .s-inner > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

.section .s-heading {
  display: flex;
  flex-direction: column;
  gap: 8px; }
  .section .s-heading .title {
    font-family: var(--font-display);
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: -1px;
    color: var(--text-dark-v1); }
  .section .s-heading .title.title-white {
    color: var(--text-white-100); }
  .section .s-heading .desc {
    font-family: var(--font-display);
    color: var(--text-dark-v1);
    font-size: 14px;
    letter-spacing: -0.3px; }
  .section .s-heading .desc.text-white {
    color: var(--text-primary-3) !important; }
  .section .s-heading .action {
    text-align: center; }
  .section .s-heading .action a.text-white {
    color: var(--text-white-100); }

.section.has-bg .s-swrapper {
  padding: 46px 0; }

@media (min-width: 992px) {
  .section .s-heading {
    gap: 10px; }
    .section .s-heading .title {
      font-size: 46px; }
    .section .s-heading .desc {
      font-size: 20px; }
  .section .s-inner {
    gap: 40px; }
  .section.has-bg .s-swrapper {
    padding: 72px 0; } }

@media (max-width: 991px) {
  .section {
    overflow: hidden; }
    .section .s-heading .title br {
      display: none; } }

.section-screen {
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .section-screen .box-wrapper {
    width: 100%;
    height: 100%; }
  .section-screen .swiper-slide {
    height: 100%;
    width: 100%;
    position: relative; }
    .section-screen .swiper-slide .swiper-slide--inner {
      height: 100%;
      width: 100%;
      position: relative; }
  .section-screen .media {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden; }
    .section-screen .media:not(.no-overplay):before {
      background: rgba(0, 0, 0, 0.2);
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 3; }
    .section-screen .media img, .section-screen .media video {
      -o-object-fit: cover;
      object-fit: cover;
      transform: scale(1);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  @media (max-width: 767px) {
    .section-screen.mb-screen {
      height: 140vh; } }

.section-contact .s-hero {
  --height: 528;
  --width: 860;
  position: relative;
  overflow: hidden; }
  .section-contact .s-hero .media img {
    transition: all 1.5s; }
  .section-contact .s-hero .media video {
    transition: all 1.5s;
    z-index: 3;
    opacity: 0; }
  .section-contact .s-hero .content {
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    z-index: 5; }
    .section-contact .s-hero .content .tbox {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      position: relative;
      z-index: 5;
      gap: 24px;
      padding: 32px 0; }
    .section-contact .s-hero .content .title {
      width: 100%; }
      .section-contact .s-hero .content .title h2 {
        color: #fff;
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 0;
        letter-spacing: -1px; }
    .section-contact .s-hero .content .action {
      width: 100%; }
  @media (min-width: 992px) {
    .section-contact .s-hero {
      --height: 47;
      --width: 192; }
      .section-contact .s-hero .content {
        align-items: center; }
        .section-contact .s-hero .content .tbox {
          padding: 40px 0;
          width: 45%;
          gap: 44px; }
        .section-contact .s-hero .content .title h2 {
          font-size: 40px; } }

#haravan-notification {
  display: none; }
