@charset "UTF-8"; 
/**
* @author DoanVH
* @since Aug 2025
**/
/* Viết chung cho tất cả các trang theo figma mới từ V1.42  */
@import url("../../../fontend_v2.0_2024/assets/fonts/stylesheet.css");
:root {
  --primary: #3D3D3D;
  --blue100: #DDE4FC;
  --blue900: #191E67;
  --primaryBlue: #4564ED;
  --loading-grey: #ededed;
  --lightPink: #f8f3f0;
  --lightBrown: #c1b9b9;
  --text888: #888;
}

body::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}

body::-webkit-scrollbar-track {
  background-color: #e8eaed;
  /*background*/
}

body::-webkit-scrollbar-thumb {
  background: #d1d1d1;
  /*color*/
}

.scrollbar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.scrollbar::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.scrollbar::-webkit-scrollbar-thumb {
  background: rgba(213, 213, 213, 0.4);
  border-radius: 4px;
}

.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

body {
  font: 400 16px/1.4 "SFProDisplay", sans-serif;
}

body::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

body::-webkit-scrollbar-track {
  background-color: rgba(209, 213, 219, 0);
}

body::-webkit-scrollbar-thumb {
  background: rgb(231, 231, 231);
  border-radius: 12px;
}

body:hover::-webkit-scrollbar-thumb {
  background: rgba(231, 231, 231, 0.6);
  border-radius: 12px;
}

body.disable_scroll {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
p,
span,
div {
  font-family: "SFProDisplay", sans-serif;
  margin: 0;
  padding: 0;
}

samp {
  font: 400 16px/1.4 "SFProDisplay", sans-serif;
}

a,
a:hover,
a:active,
a:focus {
  color: var(--primaryBlue);
  text-decoration: none;
}

a,
a:hover,
a:focus,
a:active,
input[type=button],
input[type=text],
input[type=search],
input[type=password],
button {
  outline: none;
  border: none;
  background: none;
}

ul,
ol,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rowfull-margin {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.accor-link-foot .tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.accor-link-foot .tab__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.accor-link-foot .tab__content li {
  margin-bottom: 4px;
}

.accor-link-foot .tab__content a {
  font-size: 15px;
  line-height: 20px;
  color: var(--primary);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.accor-link-foot .tab__content a:hover {
  border-bottom: 1px solid var(--primary);
}

.accor-link-foot .tab input:checked ~ .tab__content {
  max-height: 800px;
}

.accor-link-foot .tab__label,
.accor-link-foot .tab__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--primary);
  cursor: pointer;
  position: relative;
}

.accor-link-foot .tab__label {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4px 0;
  font-weight: 700;
}

.accor-link-foot .tab__label::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 7px;
  line-height: 22px;
  z-index: 2;
  background: url("../images/arrow.svg") center no-repeat;
  width: 30px;
  height: 21px;
  background-size: 8px;
  opacity: 0.8;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.accor-link-foot .tab input:checked + .tab__label::after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.accor-link-foot .tab__content p {
  margin: 0;
  padding: 1rem;
}

.accor-link-foot .tab__close {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}

.container--package-home {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .container--package-home {
    padding-bottom: 20px;
  }
}

.tabs-package-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* mượt mà trên iOS */
  margin: 0 0 10px;
}

ul.tabs-package-fpt {
  margin: 0;
  padding: 0 0 10px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
}

ul.tabs-package-fpt li {
  background: none;
  color: #606060;
  display: inline-block;
  padding: 0 16px;
  line-height: 40px;
  cursor: pointer;
  border: 1px solid #E7E7E7;
  border-radius: 50px;
  white-space: nowrap;
  /* giữ text 1 dòng */
}

ul.tabs-package-fpt li.current {
  background: #F0F3FE;
  border: 1px solid var(--primaryBlue);
}

/* ----------------- */
.tab-content--package-fpt {
  display: none;
}

.tab-content--package-fpt.current {
  display: inherit;
}

/* end tab slide products at homepage  */
.new-title-label.title-left {
  text-align: left;
  position: relative;
}

.new-title-label.title-location {
  padding-bottom: 20px;
  position: relative;
}
.new-title-label.title-location h2 {
  margin: 0;
}
.new-title-label.title-location .link-view-all {
  position: absolute;
  right: 0;
  top: 13px;
  line-height: 22px;
  color: var(--primaryBlue);
  font-size: 20px;
  font-weight: 500;
}
.new-title-label.title-location .link-view-all:hover, .new-title-label.title-location .link-view-all:active, .new-title-label.title-location .link-view-all:focus {
  border-bottom: 1px solid var(--primaryBlue);
}
@media screen and (max-width: 768px) {
  .new-title-label.title-location .link-view-all {
    display: none;
  }
}

.row-compare-packages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.row-compare-packages .link-view-all {
  display: none;
}
.row-compare-packages .compare-button {
  line-height: 46px;
  background: #fff;
  padding: 0 24px;
  border: 1px solid var(--primaryBlue);
  color: var(--primaryBlue);
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .row-compare-packages .link-view-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 540px) {
  .row-compare-packages .link-view-all {
    font-size: 14px;
  }
  .row-compare-packages .compare-button {
    font-size: 14px;
    line-height: 38px;
  }
}

.popup-overlay {
  display: none;
  /* ẩn mặc định */
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  backdrop-filter: blur(6px);
}
.popup-overlay .popup-close {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  cursor: pointer;
  font-size: 24px;
  color: rgba(0, 0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup-overlay .popup-close::before {
  position: absolute;
  content: "";
  background: url("../images/close-gray-24.svg") center/24px no-repeat;
  width: 56px;
  height: 56px;
  display: block;
  border-radius: 50%;
}

.popup--compare-packages {
  position: relative;
  width: 1440px;
  min-height: 500px;
  max-height: 90vh;
  padding: 48px;
  background: #fff;
  border-radius: 12px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.popup--compare-packages .popup-content {
  height: 100%;
}
.popup--compare-packages .popup-content .pop-body {
  height: 100%;
}
.popup--compare-packages .popup-content .pop-body .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 24px;
  text-align: center;
}
.popup--compare-packages .popup-content .pop-body .desc {
  font-size: 18px;
  font-weight: 400;
  margin-top: 24px;
  color: var(--primary);
}
.popup--compare-packages .popup-content .pop-body .desc strong {
  text-decoration: underline;
  font-weight: 700;
}
.popup--compare-packages .popup-content .pop-body .desc a {
  font-weight: 700;
  color: var(--primary);
}
.popup--compare-packages .popup-content .pop-body .desc a:hover, .popup--compare-packages .popup-content .pop-body .desc a:focus {
  text-decoration: underline;
}
@media screen and (max-width: 1460px) {
  .popup--compare-packages {
    max-width: calc(100% - 80px);
  }
}
@media screen and (max-width: 1024px) {
  .popup--compare-packages {
    max-width: calc(100% - 30px);
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .popup--compare-packages .popup-content .pop-body .title {
    font-size: 28px;
    line-height: 36px;
  }
  .popup--compare-packages .popup-content .pop-body .desc {
    font-size: 14px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 540px) {
  .popup--compare-packages {
    padding: 15px;
    max-height: 93vh;
  }
  .popup--compare-packages .popup-content .pop-body .title span {
    display: block;
  }
}

/* Animation */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.table-wrapper--packages {
  width: 100%;
  max-height: 65vh;
  overflow: auto;
  border: 1px solid #E7E7E7;
  border-radius: 12px;
}
@media screen and (max-width: 540px) {
  .table-wrapper--packages {
    max-height: 58vh;
  }
}

.table--compare-packages {
  width: 100%;
  min-width: 1400px;
  border-collapse: collapse;
  background: #fff;
}
.table--compare-packages th,
.table--compare-packages td {
  border: 1px solid #E7E7E7;
  padding: 16px 24px;
  vertical-align: middle;
  background: #fff;
}
.table--compare-packages thead th {
  background: #F7F7F8;
  font-weight: 600;
  position: sticky;
  top: 0;
  z-index: 2;
}
.table--compare-packages tbody td:first-child,
.table--compare-packages thead th:first-child {
  position: sticky;
  left: 0;
  background: #F7F7F8;
  z-index: 3;
  text-align: left;
  font-weight: 500;
  width: 184px;
}
.table--compare-packages tbody td:nth-of-type(2),
.table--compare-packages thead th:nth-of-type(2),
.table--compare-packages tbody td:nth-of-type(3),
.table--compare-packages thead th:nth-of-type(3),
.table--compare-packages tbody td:nth-of-type(4),
.table--compare-packages thead th:nth-of-type(4),
.table--compare-packages tbody td:nth-of-type(5),
.table--compare-packages thead th:nth-of-type(5),
.table--compare-packages tbody td:nth-of-type(6),
.table--compare-packages thead th:nth-of-type(6) {
  width: 232px !important;
}
.table--compare-packages tbody td strong {
  font-weight: 700;
  color: var(--primaryBlue);
}
.table--compare-packages tbody td b {
  font-weight: 700;
}
.table--compare-packages thead th:first-child {
  top: 0;
  left: 0;
  z-index: 4;
}
.table--compare-packages .btn-detail {
  background: var(--primaryBlue);
  color: #fff;
  padding: 0;
  line-height: 40px;
  width: 100%;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
@media screen and (max-width: 768px) {
  .table--compare-packages th,
  .table--compare-packages td {
    font-size: 14px;
    padding: 16px;
  }
}
@media screen and (max-width: 540px) {
  .table--compare-packages tbody td:first-child,
  .table--compare-packages thead th:first-child {
    width: 113px;
  }
}

.select2_custom .select2-container {
  width: 100% !important;
}
.select2_custom .select2-container .select2-selection--single {
  background: rgb(255, 255, 255);
  border: 1px solid #D1D1D1;
  border-radius: 8px;
  height: 46px;
  line-height: 44px;
  padding: 8px 12px;
  color: #fff;
}
.select2_custom .select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2_custom .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0px;
}
.select2_custom .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #D1D1D1 transparent;
  border-width: 0 5px 6px 5px;
}
.select2_custom .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #D1D1D1 transparent transparent transparent;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  height: 0;
  left: 50%;
  top: 48%;
  margin-left: -7px;
  margin-top: -1px;
  position: absolute;
  width: 0;
}
.select2_custom .select2-container--default .select2-selection--single .select2-selection__clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

/* Custom scrollbar select2 (WebKit browsers like Chrome, Edge, Safari) */
.select2-results__options::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.select2-results__options::-webkit-scrollbar-thumb {
  background: rgba(213, 213, 213, 0.4);
  border-radius: 4px;
}

.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.select2-container--default .select2-selection--single {
  height: 48px;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
}
@media screen and (max-width: 540px) {
  .select2-container--default .select2-selection--single {
    height: 44px;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100% !important;
  right: 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  margin-right: 4px;
}

.select2-search.form-control.select2-hidden-accessible {
  width: 100%;
  padding: 12px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  outline: none;
}

.search-bar-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  background: #F7F7F8;
  z-index: 1020;
}
.search-bar-box .text-search-wrapper {
  padding-top: 45px;
  padding-top: 27px;
}
.search-bar-box .form-search-bar {
  width: 708px;
  margin: 0 auto;
}
.search-bar-box .form-search-bar .text-search {
  color: #343a40;
  width: 100%;
  height: auto;
  display: block;
  background: #fff url("../images/icon-search-normal.svg") 12px center no-repeat;
  background-size: 20px;
  border-radius: 12px;
  border: 1px solid #D1D1D1;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  text-align: left;
  padding: 0 20px 0 42px;
}
.search-bar-box .form-search-bar .text-search:focus {
  outline: none;
}
.search-bar-box .search-tags-wrapper {
  width: 100%;
  border-top: 1px solid #E7E7E7;
  padding-top: 32px;
  margin-top: 27px;
  height: calc(100vh - 106px);
  overflow-y: auto;
  padding-bottom: 40px;
}
.search-bar-box .search-tags-wrapper .search-tags-container {
  max-width: 708px;
  margin: 0 auto;
}
.search-bar-box .search-tags-wrapper .search-tags-container .label-tags {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #3D3D3D;
  margin-bottom: 16px;
}
.search-bar-box .search-tags-wrapper .search-tags-container .tag-search-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-bar-box .search-tags-wrapper .search-tags-container .tag-search-popup a {
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 38px;
  background: #fff;
  padding: 0 16px;
  border-radius: 8px;
  display: inline-block;
  border: 1px solid #E7E7E7;
  color: #606060;
  font-size: 14px;
  font-weight: 500;
}
.search-bar-box .search-tags-wrapper .search-tags-container .tag-search-popup a:focus {
  background: #f5f7ff;
  border: 1px solid #dfdfdf;
}
.search-bar-box .search-tags-wrapper .search-tags-container .tag-search-popup a:hover, .search-bar-box .search-tags-wrapper .search-tags-container .tag-search-popup a.active {
  background: #F0F3FE;
  border: 1px solid #4564ED;
}
.search-bar-box .search-tags-wrapper .results-search-container {
  max-width: 1440px;
  margin: 0 auto;
  /* display: block !important;
  */
}
.search-bar-box .search-tags-wrapper .results-search-container .head-text {
  text-align: center;
  color: var(--primary);
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 40px;
}
.search-bar-box .search-tags-wrapper .results-search-container .head-text b {
  font-weight: 700;
}
.search-bar-box .search-tags-wrapper .results-search-container .head-text b.color {
  color: var(--primaryBlue);
}
@media screen and (max-width: 768px) {
  .search-bar-box .search-tags-wrapper .results-search-container .head-text {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 16px;
  }
}
.search-bar-box .search-tags-wrapper .results-search-container .list-items-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-bar-box .search-tags-wrapper .results-search-container .list-items-search .card-box {
  width: 341px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1480px) {
  .search-bar-box .search-tags-wrapper .results-search-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .search-bar-box .search-tags-wrapper .results-search-container .list-items-search .card-box {
    width: calc(25% - 18px);
  }
}
@media screen and (max-width: 1280px) {
  .search-bar-box .search-tags-wrapper .results-search-container .list-items-search .card-box {
    width: calc(33.3% - 16px);
  }
}
@media screen and (max-width: 834px) {
  .search-bar-box .search-tags-wrapper .results-search-container .list-items-search .card-box {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 768px) {
  .search-bar-box .search-tags-wrapper .results-search-container .list-items-search {
    gap: 24px;
  }
}
@media screen and (max-width: 540px) {
  .search-bar-box .search-tags-wrapper .results-search-container .list-items-search {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px 24px;
  }
  .search-bar-box .search-tags-wrapper .results-search-container .list-items-search .card-box {
    width: 341px;
  }
}
@media screen and (max-width: 390px) {
  .search-bar-box .search-tags-wrapper .results-search-container .list-items-search .card-box {
    width: 100%;
  }
}
.search-bar-box .search-tags-wrapper .results-search-container .search-not-found {
  max-width: 708px;
  margin: 0 auto;
}
.search-bar-box .search-tags-wrapper .results-search-container .search-not-found .head-text {
  text-align: center;
  color: var(--primary);
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 40px;
}
.search-bar-box .search-tags-wrapper .results-search-container .search-not-found .img-not-found img {
  display: block;
  margin: 0 auto;
}
.search-bar-box .search-tags-wrapper .results-search-container .search-not-found .text-results {
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  margin-top: 12px;
}
.search-bar-box .search-tags-wrapper .results-search-container .search-not-found .text-results b {
  font-weight: 700;
  color: var(--primaryBlue);
}
.search-bar-box .search-tags-wrapper .results-search-container .search-not-found .list-notes {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  margin-top: 24px;
  color: var(--primary);
}
.search-bar-box .search-tags-wrapper .results-search-container .search-not-found .list-notes .text-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.search-bar-box .search-tags-wrapper .results-search-container .search-not-found .list-notes ul {
  margin-top: 8px;
}
.search-bar-box .search-tags-wrapper .results-search-container .search-not-found .list-notes ul li {
  font-size: 16px;
  line-height: 22px;
  padding-left: 24px;
  position: relative;
}
.search-bar-box .search-tags-wrapper .results-search-container .search-not-found .list-notes ul li::before {
  content: "•";
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  top: -1px;
  left: 8px;
}
@media screen and (max-width: 768px) {
  .search-bar-box .search-tags-wrapper .results-search-container .search-not-found .head-text {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 540px) {
  .search-bar-box .search-tags-wrapper .results-search-container .search-not-found .list-notes {
    padding: 16px;
  }
}
@media screen and (max-width: 991px) {
  .search-bar-box {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .search-bar-box {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .search-bar-box .search-tags-wrapper .search-tags-container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .search-bar-box .form-search-bar {
    width: calc(100% - 38px);
    margin-right: unset;
  }
}
@media screen and (max-width: 768px) {
  .search-bar-box {
    padding-left: 0px;
    padding-right: 0px;
  }
  .search-bar-box .form-search-bar {
    width: calc(100% - 73px);
    margin-right: 15px;
  }
}
@media screen and (max-width: 540px) {
  .search-bar-box .text-search-wrapper {
    padding-top: 20px;
  }
  .search-bar-box .form-search-bar .text-search {
    line-height: 42px;
  }
  .search-bar-box .search-tags-wrapper {
    padding-top: 16px;
    padding-bottom: 24px;
    margin-top: 20px;
    height: calc(100vh - 86px);
  }
}

.search-box-popup {
  position: relative;
  width: 100%;
}
.search-box-popup .input-search-text {
  width: 100%;
  padding: 0 44px 0 44px;
  border: 1px solid #D1D1D1;
  background: #fff;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  outline: none;
}
.search-box-popup .input-search-text:focus {
  border: 1px solid #4564ED;
}
@media screen and (max-width: 540px) {
  .search-box-popup .input-search-text {
    line-height: 42px;
  }
}
.search-box-popup .search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/icon-search-normal.svg") center/20px 20px no-repeat;
  width: 20px;
  height: 20px;
}
.search-box-popup .clear-btn {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/close-gray-20.svg") center/20px 20px no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: none;
}
.search-box-popup .dropdown_results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #E7E7E7;
  border-radius: 8px;
  margin-top: 8px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 999;
  overflow: hidden;
}
.search-box-popup .dropdown_results .search_results {
  max-height: 400px;
  overflow-y: scroll;
}
.search-box-popup .dropdown_results .search_results .result-item {
  display: block;
  padding: 0 16px;
  line-height: 46px;
  cursor: pointer;
  color: #3D3D3D;
}
.search-box-popup .dropdown_results .search_results .result-item:hover {
  background: #f5f5f5;
}
.search-box-popup .dropdown_results .search_results .result-item.active {
  background: #4564ED;
  color: #fff;
}
.search-box-popup .dropdown_results .search_results::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.search-box-popup .dropdown_results .search_results::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.search-box-popup .dropdown_results .search_results::-webkit-scrollbar-thumb {
  background: rgba(213, 213, 213, 0.4);
  border-radius: 4px;
}
.search-box-popup .dropdown_results .search_results::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
@media screen and (max-width: 540px) {
  .search-box-popup .dropdown_results {
    width: calc(100% + 32px);
    left: -32px;
  }
}

.view-more-packages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.view-more-packages .btn-view-more {
  padding: 0 24px;
  line-height: 46px;
  border: 1px solid var(--primaryBlue);
  color: var(--primaryBlue);
  margin-top: 40px;
  border-radius: 8px;
}
@media screen and (max-width: 540px) {
  .view-more-packages .btn-view-more {
    font-size: 14px;
    margin-top: 24px;
    line-height: 38px;
  }
}

.main-wrapper {
  width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .main-wrapper {
    width: 100%;
  }
  .main-wrapper .rowfull-margin {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.wrapper-form {
  position: relative;
  min-height: 625px;
  width: 100%;
  display: block;
}
.wrapper-form .form-consulting {
  padding: 32px 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 530px;
  background: #fff;
  border-radius: 16px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .wrapper-form .form-consulting {
    top: 80px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 540px) {
  .wrapper-form .form-consulting {
    top: 80px;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 100%;
  }
}

.fpt-wifi7--bn {
  background: url("../images/fpt-wifi7-bn.jpg") center center no-repeat;
  max-width: 1920px;
  margin: 0 auto;
  min-height: 628px;
}
.fpt-wifi7--bn .fpt-wifi7--body {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  max-width: 683px;
  border-radius: 16px;
  margin: auto;
  color: #fff;
}
.fpt-wifi7--bn .fpt-wifi7--body h4 {
  font-size: 40px;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 48px;
}
.fpt-wifi7--bn .fpt-wifi7--body h4 span {
  color: #FFEE00;
}
@media screen and (max-width: 768px) {
  .fpt-wifi7--bn .fpt-wifi7--body h4 {
    font-size: 26px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 540px) {
  .fpt-wifi7--bn .fpt-wifi7--body h4 {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 28px;
  }
}
.fpt-wifi7--bn .fpt-wifi7--body .list--tick-white li {
  background: url("../images/tick-yellow.svg") left 1px no-repeat;
  line-height: 28px;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 16px;
  padding-left: 36px;
}
.fpt-wifi7--bn .fpt-wifi7--body .list--tick-white li strong {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .fpt-wifi7--bn .fpt-wifi7--body .list--tick-white li {
    font-size: 16px;
    line-height: 27px;
  }
  .fpt-wifi7--bn .fpt-wifi7--body .list--tick-white li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 540px) {
  .fpt-wifi7--bn .fpt-wifi7--body .list--tick-white li {
    margin-bottom: 12px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .fpt-wifi7--bn .fpt-wifi7--body {
    top: 50px;
    left: 0%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 100%;
  }
  .fpt-wifi7--bn .fpt-wifi7--body h4 {
    margin-bottom: 30px;
  }
  .fpt-wifi7--bn .fpt-wifi7--body .list--tick-white {
    width: 85%;
  }
}
@media screen and (max-width: 834px) {
  .fpt-wifi7--bn .fpt-wifi7--body {
    top: 40px;
    left: 0%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 100%;
  }
  .fpt-wifi7--bn .fpt-wifi7--body h4 {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 44px;
  }
  .fpt-wifi7--bn .fpt-wifi7--body .list--tick-white {
    width: 455px;
  }
}
@media screen and (max-width: 768px) {
  .fpt-wifi7--bn .fpt-wifi7--body {
    top: 60px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 540px;
  }
  .fpt-wifi7--bn .fpt-wifi7--body h4 {
    font-size: 30px;
    line-height: 42px;
  }
  .fpt-wifi7--bn .fpt-wifi7--body .list--tick-white {
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .fpt-wifi7--bn .fpt-wifi7--body {
    top: 40px;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 100%;
  }
  .fpt-wifi7--bn .fpt-wifi7--body h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1440px) {
  .fpt-wifi7--bn {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .fpt-wifi7--bn {
    background: url("../images/fpt-wifi7-bn-m.jpg") center bottom no-repeat;
    width: 100%;
    height: 950px;
    margin: 0 auto;
    background-size: cover;
  }
}
@media screen and (max-width: 540px) {
  .fpt-wifi7--bn {
    background: url("../images/fpt-wifi7-bn-m.jpg") center top no-repeat;
    max-width: 100%;
    width: 100%;
    height: 796px;
    min-height: 796px;
    margin: 0 auto;
    background-size: auto 100%;
  }
}

.accor-faq--fpt-wifi7 .tab--fpt-wifi7 {
  padding: 1px;
  margin: 0 0 24px;
  overflow: hidden;
  -webkit-transition: var(--transition_shadow);
  transition: var(--transition_shadow);
  border-bottom: 1px solid #E7E7E7;
}
.accor-faq--fpt-wifi7 .tab--fpt-wifi7 .tab--fpt-wifi7-container .tab__content {
  padding: 0px;
  color: var(--text888);
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
.accor-faq--fpt-wifi7 .tab--fpt-wifi7:nth-last-of-type(1) {
  margin-bottom: 0;
  border-bottom: 0;
}
.accor-faq--fpt-wifi7 .tab--fpt-wifi7:nth-last-of-type(1) .tab--fpt-wifi7-container .tab__content p {
  margin-bottom: 0;
}
.accor-faq--fpt-wifi7 .tab--fpt-wifi7:hover {
  background: rgba(255, 255, 255, 0.25);
}
.accor-faq--fpt-wifi7 .tab--fpt-wifi7 input:checked ~ .tab__content {
  max-height: unset;
  padding: 0;
}
.accor-faq--fpt-wifi7 .accor-title {
  color: var(--primary);
  padding: 0 32px 0 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 12px;
}
@media screen and (max-width: 991px) {
  .accor-faq--fpt-wifi7 .accor-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (max-width: 540px) {
  .accor-faq--fpt-wifi7 .accor-title {
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
    margin-bottom: 8px;
  }
}
.accor-faq--fpt-wifi7 .tab__content .text,
.accor-faq--fpt-wifi7 .tab__content p {
  margin: 0 0 24px;
  padding: 0;
  line-height: 28px;
  line-height: 150%;
}
.accor-faq--fpt-wifi7 .tab__content .list-ul li {
  list-style: none;
  color: #000;
  margin-left: 0px;
  padding-left: 24px;
  position: relative;
  margin-bottom: 6px;
}
.accor-faq--fpt-wifi7 .tab__content .list-ul li::after {
  position: absolute;
  left: 8px;
  top: -1px;
  content: "•";
  font-size: 17px;
}
.accor-faq--fpt-wifi7 .tab__content .list-ul li a {
  color: #678BF3;
  border-bottom: 1px solid #678BF3;
}
.accor-faq--fpt-wifi7 .tab__label::after {
  background: url("../images/i-acc-open.svg") center no-repeat;
  top: 6px;
  right: 0px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
@media screen and (max-width: 540px) {
  .accor-faq--fpt-wifi7 .tab__label::after {
    top: 3px;
  }
}
.accor-faq--fpt-wifi7 .tab input:checked + .tab__label::after {
  background: url("../images/i-acc-close.svg") center no-repeat;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.content.faq-wifi7--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px 50px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content.faq-wifi7--block .left {
  -webkit-box-flex: 1.1;
      -ms-flex: 1.1;
          flex: 1.1;
  min-width: 500px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .content.faq-wifi7--block .left {
    min-width: 600px;
  }
}
@media screen and (max-width: 540px) {
  .content.faq-wifi7--block .left {
    min-width: 100%;
  }
}
.content.faq-wifi7--block .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 500px;
}
.content.faq-wifi7--block .right .main-img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .content.faq-wifi7--block .right .main-img {
    max-width: 500px;
  }
}
@media screen and (max-width: 540px) {
  .content.faq-wifi7--block .right .main-img {
    max-width: 100%;
  }
}
.content.faq-wifi7--block .right .row-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 28px;
}
.content.faq-wifi7--block .right .row-btn .cta-btn {
  width: 184px;
  background: #f60;
  color: #fff;
  padding: 0 24px;
  line-height: 46px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  display: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.content.faq-wifi7--block .right .row-btn .cta-btn:hover {
  background: #ff9100;
}
@media screen and (max-width: 1100px) {
  .content.faq-wifi7--block .right .row-btn .cta-btn {
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  .content.faq-wifi7--block .right {
    min-width: 600px;
  }
}
@media screen and (max-width: 540px) {
  .content.faq-wifi7--block .right {
    min-width: 100%;
  }
}
.content.faq-wifi7--block .row-btn-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content.faq-wifi7--block .row-btn-desktop .cta-btn {
  width: 184px;
  background: #f60;
  color: #fff;
  padding: 0 24px;
  line-height: 54px;
  border: none;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  border-radius: 8px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.content.faq-wifi7--block .row-btn-desktop .cta-btn:hover {
  background: #ff9100;
}
@media screen and (max-width: 1100px) {
  .content.faq-wifi7--block .row-btn-desktop {
    display: none;
  }
}
.content.faq-wifi7--block.faq-wifi7--block .left {
  min-width: 400px;
}
@media screen and (max-width: 920px) {
  .content.faq-wifi7--block.faq-wifi7--block .left {
    min-width: 300px;
  }
}
@media screen and (max-width: 820px) {
  .content.faq-wifi7--block.faq-wifi7--block .left {
    min-width: 400px;
  }
}
@media screen and (max-width: 540px) {
  .content.faq-wifi7--block.faq-wifi7--block .left {
    min-width: 300px;
  }
}
.content.faq-wifi7--block.faq-wifi7--block .right {
  min-width: 400px;
}
@media screen and (max-width: 920px) {
  .content.faq-wifi7--block.faq-wifi7--block .right {
    min-width: 300px;
  }
}
@media screen and (max-width: 820px) {
  .content.faq-wifi7--block.faq-wifi7--block .right {
    min-width: 400px;
    position: unset !important;
  }
}
@media screen and (max-width: 540px) {
  .content.faq-wifi7--block.faq-wifi7--block .right {
    min-width: 300px;
  }
}
.content.faq-wifi7--block.faq-wifi7--block .right .new-title-label {
  text-align: left;
  padding-bottom: 40px;
}
.content.faq-wifi7--block.faq-wifi7--block .right .new-title-label h2 {
  line-height: 48px;
}
@media screen and (max-width: 991px) {
  .content.faq-wifi7--block.faq-wifi7--block .right .new-title-label {
    padding: 0;
  }
}
@media screen and (max-width: 540px) {
  .content.faq-wifi7--block.faq-wifi7--block .right .new-title-label {
    text-align: center;
  }
}
@media screen and (max-width: 820px) {
  .content.faq-wifi7--block.faq-wifi7--block .img-desktop {
    display: none;
  }
}
.content.faq-wifi7--block.faq-wifi7--block .div-img-mobile {
  width: 100%;
  display: none;
}
@media screen and (max-width: 820px) {
  .content.faq-wifi7--block.faq-wifi7--block .div-img-mobile {
    display: block;
  }
}
@media screen and (max-width: 820px) and (max-width: 820px) {
  .content.faq-wifi7--block.faq-wifi7--block .div-img-mobile .img-mobile {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 700px;
  }
}
@media screen and (max-width: 820px) and (max-width: 768px) {
  .content.faq-wifi7--block.faq-wifi7--block .div-img-mobile .img-mobile {
    max-width: 500px;
  }
}
@media screen and (max-width: 820px) and (max-width: 540px) {
  .content.faq-wifi7--block.faq-wifi7--block .div-img-mobile .img-mobile {
    max-width: 100%;
  }
}
.content.faq-wifi7--block.faq-wifi7--block .row-btn-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content.faq-wifi7--block.faq-wifi7--block .row-btn-desktop .cta-btn {
  width: 184px;
  background: #f60;
  color: #fff;
  padding: 0 24px;
  line-height: 54px;
  border: none;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  border-radius: 8px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.content.faq-wifi7--block.faq-wifi7--block .row-btn-desktop .cta-btn:hover {
  background: #ff9100;
}
@media screen and (max-width: 540px) {
  .content.faq-wifi7--block.faq-wifi7--block .row-btn-desktop .cta-btn {
    line-height: 40px;
  }
}
@media screen and (max-width: 1440px) {
  .content.faq-wifi7--block {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.faq-wifi7--block {
  padding-top: 80px;
  position: relative;
}
.faq-wifi7--block .right {
  position: sticky !important;
  top: 106px;
}
@media screen and (max-width: 991px) {
  .faq-wifi7--block .right {
    top: 102px;
  }
}
@media screen and (max-width: 768px) {
  .faq-wifi7--block {
    padding-top: 40px;
  }
}

.fpt-wifi7--video {
  background: url("../images/bg-sec-video.jpg") center center no-repeat;
  max-width: 1920px;
  margin: 0 auto;
  background-size: cover;
}
.fpt-wifi7--video .main-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1440px) {
  .fpt-wifi7--video .main-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 540px) {
  .fpt-wifi7--video .main-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.box-play-video .ss-container .video-title {
  line-height: 48px;
  text-align: center;
  color: var(--primary);
  padding: 0;
  font-size: 40px;
  font-weight: 700;
}
.box-play-video .video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 53.25%; /* 16:9 */
  background: #000;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
  margin: 40px 0;
}
.box-play-video .video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.box-play-video .video-thumbnail .overlay-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.box-play-video .video-thumbnail .overlay-text h3 {
  color: #fff;
  font-weight: 700;
  font-size: 56px;
  line-height: 65px;
}
.box-play-video .video-thumbnail .play-button {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  background: url("../images/bg_btn_play_wifi7.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 834px) {
  .box-play-video .video-thumbnail .play-button {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 540px) {
  .box-play-video .video-wrapper {
    margin: 28px 15px 20px;
    width: calc(100% - 30px);
    padding-top: 41%;
  }
  .box-play-video .ss-container .video-title {
    font-size: 24px;
    line-height: 32px;
    padding: 0 15px;
  }
  .box-play-video .video-thumbnail .play-button {
    width: 48px;
    height: 48px;
    margin-bottom: 10px;
  }
}

.swiper--box-wifi7 .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: auto;
}
.swiper--box-wifi7 .swiper-slide .card {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.swiper--box-wifi7 .swiper-slide .card .top img {
  width: 100%;
  max-width: 100%;
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.swiper--box-wifi7 .swiper-slide .card .top a {
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.swiper--box-wifi7 .swiper-slide .card .product-info {
  padding-top: 12px;
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.swiper--box-wifi7 .swiper-slide .card .product-info .product-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #3D3D3D;
  -webkit-transition: all 0.2s ease-out 0.05s;
  transition: all 0.2s ease-out 0.05s;
}
.swiper--box-wifi7 .swiper-slide .card .product-info .product-price {
  margin: 8px 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--primary);
}
.swiper--box-wifi7 .swiper-slide .card .product-info .product-price span {
  font-weight: 500;
  color: #4564ED;
}
@media screen and (max-width: 1024px) {
  .swiper--box-wifi7 .swiper-slide .card .product-info .product-price {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .swiper--box-wifi7 .swiper-slide {
    width: calc(33.33% - 12px);
  }
}
@media screen and (max-width: 834px) {
  .swiper--box-wifi7 .swiper-slide {
    width: 40%;
  }
}
@media screen and (max-width: 540px) {
  .swiper--box-wifi7 .swiper-slide {
    width: 253px;
  }
}
.swiper--box-wifi7 .js_swiper_center {
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}
@media screen and (max-width: 540px) {
  .swiper--box-wifi7 .swiper-slide:nth-of-type(1) {
    padding-left: 15px;
  }
}

@media screen and (max-width: 768px) {
  .row-parent-swipers .swiper--box-wifi7 ~ .swiper-button-next,
  .row-parent-swipers .swiper--box-wifi7 ~ .swiper-button-prev {
    display: none;
  }
}
@media screen and (min-width: 1600px) {
  .rowfull-margin {
    width: 1440px;
    max-width: 1440px;
  }
}
@media screen and (max-width: 1680px) {
  .rowfull-margin {
    padding-left: 0;
    padding-right: 0;
    width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1440px) {
  .rowfull-margin {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 540px) {
  .sw_package_wrapper.parents_goi1 {
    padding-left: 0;
    padding-right: 0;
  }
}/*# sourceMappingURL=layouts.css.map */ 