@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");
@import url("https://fonts.cdnfonts.com/css/svn-gilroy");
@import url("../fonts/SVN-Drainwood.otf");
@import url("../fonts/SVN-Peristiwa.otf");
* {
  margin: 0;
  padding: 0;
}

:root {
  --n: 30;
  --t: 4px;
  --d: 4deg;
}

html {
  scroll-behavior: smooth;
  font-size: 12px;
}
@media (min-width: 375px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 16px;
  }
}

@font-face {
  font-family: "SVN-Drainwood";
  src: url("../fonts/SVN-Drainwood.otf");
}
@font-face {
  font-family: "SVN-Peristiwa";
  src: url("../fonts/SVN-Peristiwa.otf");
}
body {
  font-family: "Lexend", sans-serif;
  color: #4E514F;
}

.container-fluid {
  padding: 0 16px;
}
@media (min-width: 1024px) {
  .container-fluid {
    padding: 0;
  }
}
.container-fluid {
  max-width: 1400px;
  transition: all 0.3s ease;
}

img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.3s ease;
}

a {
  text-decoration: none;
  color: initial;
}
a:hover, a:focus {
  text-decoration: none;
}

p {
  font-size: 14px;
  line-height: 150%;
}
@media (min-width: 1200px) {
  p {
    font-size: 16px;
  }
}

.object-fit-cover {
  object-fit: cover;
}

.object-fit-contain {
  object-fit: contain;
}

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

.outline-0 {
  outline: none !important;
}

.box-shadow {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.rounded-sm {
  border-radius: 0.5rem !important;
}

.z-n1 {
  z-index: -1;
}

.top-0 {
  top: 0 !important;
}

.top-1-2 {
  top: 50% !important;
}

.left-0 {
  right: 0 !important;
}

.bottom-0 {
  left: 0 !important;
}

.right-0 {
  right: 0 !important;
}

.top-y-1-2 {
  transform: translateY(-50%);
}

.left-y-1-2 {
  transform: translateX(-50%);
}

.o0 {
  opacity: 0 !important;
}

.rounded-xsm {
  border-radius: 0.25rem !important;
}

.pointer {
  cursor: pointer;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  padding: 18px 5px;
  font-weight: 600;
  font-size: 1.143rem;
  line-height: 130%;
  width: 230px;
  height: 56px;
  margin: 0 auto;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .btn {
    padding: 18px 10px;
    font-size: 1rem;
  }
}
.btn .icon {
  margin-left: 8px;
  width: 1.5rem;
  height: 1.5rem;
}

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

.logo {
  width: 213px;
  height: 44px;
}

h1 {
  font-weight: 400;
  font-size: 2.286rem;
  line-height: 120%;
}
@media (min-width: 1200px) {
  h1 {
    font-size: 3.25rem;
    line-height: 120%;
  }
}

h2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
}
@media (min-width: 1200px) {
  h2 {
    font-size: 38px;
  }
}

textarea {
  resize: none;
}

.modal-backdrop.show {
  opacity: 0.7;
  background: #2e2e2e;
}

.modal-content {
  border-radius: 1.5rem;
  background: #fff;
  padding: 3.5rem 1.5rem 2rem;
}
@media (min-width: 992px) {
  .modal-content {
    padding: 3rem;
  }
}

.modal .close {
  opacity: 1;
  width: 2rem;
  height: 3rem;
  padding: 0;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
}
@media (min-width: 992px) {
  .modal .close {
    width: 3rem;
    height: 3rem;
  }
}
.modal .form-group {
  margin-bottom: 1.5rem;
}
.modal h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%;
  color: #E2313B;
  margin-bottom: 2rem;
}
.modal label {
  font-size: 16px;
  line-height: 150%;
  color: #464646;
  margin-bottom: 8px;
}
.modal label span {
  color: #4E514F;
}
.modal input, .modal .select2-container--default .select2-selection--single, .modal textarea {
  border-radius: 8px;
  outline: none;
  height: 50px;
  padding: 0.875rem 1rem;
}
.modal input:focus, .modal .select2-container--default .select2-selection--single:focus, .modal textarea:focus {
  outline: none;
  box-shadow: none;
  background: #F1F9FF;
  border-color: #F1F9FF;
}
.modal input::-webkit-input-placeholder, .modal .select2-container--default .select2-selection--single::-webkit-input-placeholder, .modal textarea::-webkit-input-placeholder {
  /* Edge */
  color: #C6CBD0;
}
.modal input:-ms-input-placeholder, .modal .select2-container--default .select2-selection--single:-ms-input-placeholder, .modal textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #C6CBD0;
}
.modal input::placeholder, .modal .select2-container--default .select2-selection--single::placeholder, .modal textarea::placeholder {
  color: #C6CBD0;
}
.modal textarea {
  height: auto;
}
.modal .btn {
  border-radius: 4px;
}
.modal .select2-container--default .select2-selection--single {
  padding: 0;
  height: 50px;
}
.modal .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  padding-left: 16px;
  padding-right: 36px;
}
.modal .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  right: 15px;
}
.modal .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0;
  background: url(../images/icon-arrow.svg) no-repeat;
  width: 20px;
  height: 20px;
  margin: 0;
  transform: translate(-50%, -50%);
}
.modal .select2-container--default .select2-results > .select2-results__options {
  max-height: 245px;
}
.modal .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: translate(-50%, -50%) rotate(180deg);
}
.modal .select2-container--default .select2-results__option--selected,
.modal .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #F9FAFE;
  color: #2E2E2E;
}
.modal .select2-container--default .select2-selection__placeholder {
  color: #4E514F;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
}
.modal .select2-dropdown {
  border-radius: 0px 0px 1.5rem 1.5rem;
  background: #fff;
  box-shadow: 0px 2px 16px 0px rgba(80, 84, 89, 0.08);
  border: none;
  height: 280px;
  padding: 16px;
  top: 8px;
}
.modal {
  /* width */
}
.modal .select2-dropdown ::-webkit-scrollbar {
  width: 3px;
}
.modal {
  /* Track */
}
.modal .select2-dropdown ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #F0F0F0;
  border-radius: 10px;
}
.modal {
  /* Handle */
}
.modal .select2-dropdown ::-webkit-scrollbar-thumb {
  background: #4E514F;
  border-radius: 10px;
}
.modal {
  /* Handle on hover */
}
.modal .select2-dropdown ::-webkit-scrollbar-thumb:hover {
  background: #4E514F;
}
.modal .select2-results__option {
  font-size: 16px;
  line-height: 150%;
  color: #2E2E2E;
  padding: 16px;
}

.text-danger {
  font-size: 12px;
  margin-top: 3px;
}

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .modal-dialog {
    max-width: 1100px;
  }
}

.popup-child {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  transition: opacity 0.15s linear;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.popup-child:not(.show) {
  opacity: 0;
}
.popup-child.show {
  display: flex;
}
.popup-child .popup-backdrop {
  opacity: 0.7;
  background: #2e2e2e;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
}
.popup-child .popup-content {
  position: relative;
  z-index: 1041;
  max-width: 100%;
}
.popup-child .popup-body {
  border-radius: 1.5rem;
  background: #fff;
  max-width: 100%;
  margin: auto;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .popup-child .popup-body {
    padding: 3rem;
    max-width: 808px;
  }
}
.popup-child .close {
  opacity: 1;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 2rem;
  height: 2rem;
  z-index: 10;
}
@media (min-width: 992px) {
  .popup-child .close {
    width: 3rem;
    height: 3rem;
  }
}
.popup-child h2 {
  color: #E2313B;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
  margin-bottom: 2rem;
}
.popup-child li:not(:last-child) {
  margin-bottom: 16px;
}
.popup-child li .icon {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  margin-right: 8px;
}
.popup-child li p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
  color: #4E514F;
}

#sendSuccess .icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 26px;
}
#sendSuccess p {
  margin-bottom: 30px;
}

.heading-haruco h2 {
  margin-bottom: 5px;
  color: #121F38;
}
@media (min-width: 768px) {
  .heading-haruco h2 {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 1.3;
  }
}
.heading-haruco .img {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .heading-haruco .img {
    margin-bottom: 0px;
  }
}
.heading-haruco p {
  max-width: 927px;
  margin: 0 auto;
  font-weight: 300;
  color: #5A5A5A;
  margin-top: 10px;
  line-height: 25px;
}

.image-cover-h {
  position: relative;
  height: auto;
  overflow: hidden;
  padding-top: 100%;
  background-position: 50% 50%;
  background-size: cover;
}
.image-cover-h img {
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  position: absolute;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading-type-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px dashed #EBC499;
  margin-bottom: 24px;
}
@media (min-width: 567px) {
  .heading-type-2 {
    justify-content: space-between;
  }
}
.heading-type-2 a {
  color: #E2313B;
  display: none;
  align-items: center;
  gap: 5px;
}
.heading-type-2 a::after {
  content: "";
  background-image: url("../images/icon/ic_arrow-right-orange.svg");
  width: 15px;
  height: 13px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 567px) {
  .heading-type-2 a {
    display: flex;
  }
}
.heading-type-2 h2 {
  text-transform: uppercase;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  line-height: 1.2;
  color: #121F38;
  position: relative;
}
@media (min-width: 567px) {
  .heading-type-2 h2 {
    font-size: 28px;
  }
}
.heading-type-2 h2::before {
  content: "";
  display: block;
  width: 100%;
  background: radial-gradient(circle, rgb(255, 109, 62) 0%, rgb(255, 237, 237) 100%);
  position: absolute;
  bottom: -9px;
  left: 0;
  height: 2px;
}
@media (min-width: 567px) {
  .heading-type-2 h2::before {
    background: #E2313B;
  }
}
.heading-type-2 h2::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  position: absolute;
  right: 50%;
  transform: translateX(-50%);
  bottom: -12px;
  background-color: #E2313B;
}
@media (min-width: 567px) {
  .heading-type-2 h2::after {
    right: -5px;
  }
}

.heading-type-3 {
  text-align: center;
  font-size: 28px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #121F38;
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  margin-bottom: 45px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}
@media (min-width: 567px) {
  .heading-type-3 {
    margin-bottom: 56px;
  }
}
.heading-type-3::before {
  content: "";
  background-image: url("../images/wave-line-left.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 164px;
  height: 9px;
  display: none;
}
@media (min-width: 567px) {
  .heading-type-3::before {
    display: block;
  }
}
.heading-type-3::after {
  content: "";
  background-image: url("../images/wave-line-right.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 164px;
  height: 9px;
  display: none;
}
@media (min-width: 567px) {
  .heading-type-3::after {
    display: block;
  }
}

.heading-info {
  border: 1px solid #FF6D3E;
  padding: 7px 23px;
  gap: 9px;
  text-transform: uppercase;
  font-size: 18px;
  color: #121F38;
  font-weight: 500;
  line-height: 1.5;
}
.heading-info .icon {
  width: 24px;
  height: 24px;
  display: inline-block;
}

.qty-input {
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  display: flex;
}
.qty-input button {
  border: none;
  background: transparent;
  color: #898989;
  padding: 0px 5px;
}
.qty-input .product-qty {
  text-align: center;
  border: 1px solid #D9D9D9;
  border-top: 0;
  border-bottom: 0;
  padding: 0 5px;
}

input[type=number]::-webkit-inner-spin-button, .modal textarea[type=number]::-webkit-inner-spin-button, .modal .select2-container--default [type=number].select2-selection--single::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
.modal textarea[type=number]::-webkit-outer-spin-button,
.modal .select2-container--default [type=number].select2-selection--single::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number], .modal textarea[type=number], .modal .select2-container--default [type=number].select2-selection--single {
  -moz-appearance: textfield;
}

.w--0 {
  width: 0px;
}

.h--0 {
  height: 0px;
}

.w--1 {
  width: 4px;
}

.h--1 {
  height: 4px;
}

.w--2 {
  width: 8px;
}

.h--2 {
  height: 8px;
}

.w--3 {
  width: 12px;
}

.h--3 {
  height: 12px;
}

.w--4 {
  width: 16px;
}

.h--4 {
  height: 16px;
}

.w--5 {
  width: 20px;
}

.h--5 {
  height: 20px;
}

.w--6 {
  width: 24px;
}

.h--6 {
  height: 24px;
}

.w--7 {
  width: 28px;
}

.h--7 {
  height: 28px;
}

.w--8 {
  width: 32px;
}

.h--8 {
  height: 32px;
}

.w--9 {
  width: 36px;
}

.h--9 {
  height: 36px;
}

.w--10 {
  width: 40px;
}

.h--10 {
  height: 40px;
}

.w--11 {
  width: 44px;
}

.h--11 {
  height: 44px;
}

.w--12 {
  width: 48px;
}

.h--12 {
  height: 48px;
}

.w--13 {
  width: 52px;
}

.h--13 {
  height: 52px;
}

.w--14 {
  width: 56px;
}

.h--14 {
  height: 56px;
}

.w--15 {
  width: 60px;
}

.h--15 {
  height: 60px;
}

.w--16 {
  width: 64px;
}

.h--16 {
  height: 64px;
}

.w--17 {
  width: 68px;
}

.h--17 {
  height: 68px;
}

.w--18 {
  width: 72px;
}

.h--18 {
  height: 72px;
}

.w--19 {
  width: 76px;
}

.h--19 {
  height: 76px;
}

.w--20 {
  width: 80px;
}

.h--20 {
  height: 80px;
}

.w--21 {
  width: 84px;
}

.h--21 {
  height: 84px;
}

.w--22 {
  width: 88px;
}

.h--22 {
  height: 88px;
}

.w--23 {
  width: 92px;
}

.h--23 {
  height: 92px;
}

.w--24 {
  width: 96px;
}

.h--24 {
  height: 96px;
}

.w--25 {
  width: 100px;
}

.h--25 {
  height: 100px;
}

.w--26 {
  width: 104px;
}

.h--26 {
  height: 104px;
}

.w--27 {
  width: 108px;
}

.h--27 {
  height: 108px;
}

.w--28 {
  width: 112px;
}

.h--28 {
  height: 112px;
}

.w--29 {
  width: 116px;
}

.h--29 {
  height: 116px;
}

.w--30 {
  width: 120px;
}

.h--30 {
  height: 120px;
}

.w--31 {
  width: 124px;
}

.h--31 {
  height: 124px;
}

.w--32 {
  width: 128px;
}

.h--32 {
  height: 128px;
}

.w--33 {
  width: 132px;
}

.h--33 {
  height: 132px;
}

.w--34 {
  width: 136px;
}

.h--34 {
  height: 136px;
}

.w--35 {
  width: 140px;
}

.h--35 {
  height: 140px;
}

.w--36 {
  width: 144px;
}

.h--36 {
  height: 144px;
}

.w--37 {
  width: 148px;
}

.h--37 {
  height: 148px;
}

.w--38 {
  width: 152px;
}

.h--38 {
  height: 152px;
}

.w--39 {
  width: 156px;
}

.h--39 {
  height: 156px;
}

.w--40 {
  width: 160px;
}

.h--40 {
  height: 160px;
}

.w--41 {
  width: 164px;
}

.h--41 {
  height: 164px;
}

.w--42 {
  width: 168px;
}

.h--42 {
  height: 168px;
}

.w--43 {
  width: 172px;
}

.h--43 {
  height: 172px;
}

.w--44 {
  width: 176px;
}

.h--44 {
  height: 176px;
}

.w--45 {
  width: 180px;
}

.h--45 {
  height: 180px;
}

.w--46 {
  width: 184px;
}

.h--46 {
  height: 184px;
}

.w--47 {
  width: 188px;
}

.h--47 {
  height: 188px;
}

.w--48 {
  width: 192px;
}

.h--48 {
  height: 192px;
}

.w--49 {
  width: 196px;
}

.h--49 {
  height: 196px;
}

.w--50 {
  width: 200px;
}

.h--50 {
  height: 200px;
}

.w--51 {
  width: 204px;
}

.h--51 {
  height: 204px;
}

.w--52 {
  width: 208px;
}

.h--52 {
  height: 208px;
}

.w--53 {
  width: 212px;
}

.h--53 {
  height: 212px;
}

.w--54 {
  width: 216px;
}

.h--54 {
  height: 216px;
}

.w--55 {
  width: 220px;
}

.h--55 {
  height: 220px;
}

.w--56 {
  width: 224px;
}

.h--56 {
  height: 224px;
}

.w--57 {
  width: 228px;
}

.h--57 {
  height: 228px;
}

.w--58 {
  width: 232px;
}

.h--58 {
  height: 232px;
}

.w--59 {
  width: 236px;
}

.h--59 {
  height: 236px;
}

.w--60 {
  width: 240px;
}

.h--60 {
  height: 240px;
}

.w--61 {
  width: 244px;
}

.h--61 {
  height: 244px;
}

.w--62 {
  width: 248px;
}

.h--62 {
  height: 248px;
}

.w--63 {
  width: 252px;
}

.h--63 {
  height: 252px;
}

.w--64 {
  width: 256px;
}

.h--64 {
  height: 256px;
}

.w--65 {
  width: 260px;
}

.h--65 {
  height: 260px;
}

.w--66 {
  width: 264px;
}

.h--66 {
  height: 264px;
}

.w--67 {
  width: 268px;
}

.h--67 {
  height: 268px;
}

.w--68 {
  width: 272px;
}

.h--68 {
  height: 272px;
}

.w--69 {
  width: 276px;
}

.h--69 {
  height: 276px;
}

.w--70 {
  width: 280px;
}

.h--70 {
  height: 280px;
}

.w--71 {
  width: 284px;
}

.h--71 {
  height: 284px;
}

.w--72 {
  width: 288px;
}

.h--72 {
  height: 288px;
}

.w--73 {
  width: 292px;
}

.h--73 {
  height: 292px;
}

.w--74 {
  width: 296px;
}

.h--74 {
  height: 296px;
}

.w--75 {
  width: 300px;
}

.h--75 {
  height: 300px;
}

.w--76 {
  width: 304px;
}

.h--76 {
  height: 304px;
}

.w--77 {
  width: 308px;
}

.h--77 {
  height: 308px;
}

.w--78 {
  width: 312px;
}

.h--78 {
  height: 312px;
}

.w--79 {
  width: 316px;
}

.h--79 {
  height: 316px;
}

.w--80 {
  width: 320px;
}

.h--80 {
  height: 320px;
}

.w--81 {
  width: 324px;
}

.h--81 {
  height: 324px;
}

.w--82 {
  width: 328px;
}

.h--82 {
  height: 328px;
}

.w--83 {
  width: 332px;
}

.h--83 {
  height: 332px;
}

.w--84 {
  width: 336px;
}

.h--84 {
  height: 336px;
}

.w--85 {
  width: 340px;
}

.h--85 {
  height: 340px;
}

.w--86 {
  width: 344px;
}

.h--86 {
  height: 344px;
}

.w--87 {
  width: 348px;
}

.h--87 {
  height: 348px;
}

.w--88 {
  width: 352px;
}

.h--88 {
  height: 352px;
}

.w--89 {
  width: 356px;
}

.h--89 {
  height: 356px;
}

.w--90 {
  width: 360px;
}

.h--90 {
  height: 360px;
}

.w--91 {
  width: 364px;
}

.h--91 {
  height: 364px;
}

.w--92 {
  width: 368px;
}

.h--92 {
  height: 368px;
}

.w--93 {
  width: 372px;
}

.h--93 {
  height: 372px;
}

.w--94 {
  width: 376px;
}

.h--94 {
  height: 376px;
}

.w--95 {
  width: 380px;
}

.h--95 {
  height: 380px;
}

.w--96 {
  width: 384px;
}

.h--96 {
  height: 384px;
}

.w--97 {
  width: 388px;
}

.h--97 {
  height: 388px;
}

.w--98 {
  width: 392px;
}

.h--98 {
  height: 392px;
}

.w--99 {
  width: 396px;
}

.h--99 {
  height: 396px;
}

.w--100 {
  width: 400px;
}

.h--100 {
  height: 400px;
}

.w--101 {
  width: 404px;
}

.h--101 {
  height: 404px;
}

.w--102 {
  width: 408px;
}

.h--102 {
  height: 408px;
}

.w--103 {
  width: 412px;
}

.h--103 {
  height: 412px;
}

.w--104 {
  width: 416px;
}

.h--104 {
  height: 416px;
}

.w--105 {
  width: 420px;
}

.h--105 {
  height: 420px;
}

.w--106 {
  width: 424px;
}

.h--106 {
  height: 424px;
}

.w--107 {
  width: 428px;
}

.h--107 {
  height: 428px;
}

.w--108 {
  width: 432px;
}

.h--108 {
  height: 432px;
}

.w--109 {
  width: 436px;
}

.h--109 {
  height: 436px;
}

.w--110 {
  width: 440px;
}

.h--110 {
  height: 440px;
}

.w--111 {
  width: 444px;
}

.h--111 {
  height: 444px;
}

.w--112 {
  width: 448px;
}

.h--112 {
  height: 448px;
}

.w--113 {
  width: 452px;
}

.h--113 {
  height: 452px;
}

.w--114 {
  width: 456px;
}

.h--114 {
  height: 456px;
}

.w--115 {
  width: 460px;
}

.h--115 {
  height: 460px;
}

.w--116 {
  width: 464px;
}

.h--116 {
  height: 464px;
}

.w--117 {
  width: 468px;
}

.h--117 {
  height: 468px;
}

.w--118 {
  width: 472px;
}

.h--118 {
  height: 472px;
}

.w--119 {
  width: 476px;
}

.h--119 {
  height: 476px;
}

.w--120 {
  width: 480px;
}

.h--120 {
  height: 480px;
}

.w--121 {
  width: 484px;
}

.h--121 {
  height: 484px;
}

.w--122 {
  width: 488px;
}

.h--122 {
  height: 488px;
}

.w--123 {
  width: 492px;
}

.h--123 {
  height: 492px;
}

.w--124 {
  width: 496px;
}

.h--124 {
  height: 496px;
}

.w--125 {
  width: 500px;
}

.h--125 {
  height: 500px;
}

.w--126 {
  width: 504px;
}

.h--126 {
  height: 504px;
}

.w--127 {
  width: 508px;
}

.h--127 {
  height: 508px;
}

.w--128 {
  width: 512px;
}

.h--128 {
  height: 512px;
}

.w--129 {
  width: 516px;
}

.h--129 {
  height: 516px;
}

.w--130 {
  width: 520px;
}

.h--130 {
  height: 520px;
}

.w--131 {
  width: 524px;
}

.h--131 {
  height: 524px;
}

.w--132 {
  width: 528px;
}

.h--132 {
  height: 528px;
}

.w--133 {
  width: 532px;
}

.h--133 {
  height: 532px;
}

.w--134 {
  width: 536px;
}

.h--134 {
  height: 536px;
}

.w--135 {
  width: 540px;
}

.h--135 {
  height: 540px;
}

.w--136 {
  width: 544px;
}

.h--136 {
  height: 544px;
}

.w--137 {
  width: 548px;
}

.h--137 {
  height: 548px;
}

.w--138 {
  width: 552px;
}

.h--138 {
  height: 552px;
}

.w--139 {
  width: 556px;
}

.h--139 {
  height: 556px;
}

.w--140 {
  width: 560px;
}

.h--140 {
  height: 560px;
}

.w--141 {
  width: 564px;
}

.h--141 {
  height: 564px;
}

.w--142 {
  width: 568px;
}

.h--142 {
  height: 568px;
}

.w--143 {
  width: 572px;
}

.h--143 {
  height: 572px;
}

.w--144 {
  width: 576px;
}

.h--144 {
  height: 576px;
}

.w--145 {
  width: 580px;
}

.h--145 {
  height: 580px;
}

.w--146 {
  width: 584px;
}

.h--146 {
  height: 584px;
}

.w--147 {
  width: 588px;
}

.h--147 {
  height: 588px;
}

.w--148 {
  width: 592px;
}

.h--148 {
  height: 592px;
}

.w--149 {
  width: 596px;
}

.h--149 {
  height: 596px;
}

.w--150 {
  width: 600px;
}

.h--150 {
  height: 600px;
}

.w--151 {
  width: 604px;
}

.h--151 {
  height: 604px;
}

.w--152 {
  width: 608px;
}

.h--152 {
  height: 608px;
}

.w--153 {
  width: 612px;
}

.h--153 {
  height: 612px;
}

.w--154 {
  width: 616px;
}

.h--154 {
  height: 616px;
}

.w--155 {
  width: 620px;
}

.h--155 {
  height: 620px;
}

.w--156 {
  width: 624px;
}

.h--156 {
  height: 624px;
}

.w--157 {
  width: 628px;
}

.h--157 {
  height: 628px;
}

.w--158 {
  width: 632px;
}

.h--158 {
  height: 632px;
}

.w--159 {
  width: 636px;
}

.h--159 {
  height: 636px;
}

.w--160 {
  width: 640px;
}

.h--160 {
  height: 640px;
}

.w--161 {
  width: 644px;
}

.h--161 {
  height: 644px;
}

.w--162 {
  width: 648px;
}

.h--162 {
  height: 648px;
}

.w--163 {
  width: 652px;
}

.h--163 {
  height: 652px;
}

.w--164 {
  width: 656px;
}

.h--164 {
  height: 656px;
}

.w--165 {
  width: 660px;
}

.h--165 {
  height: 660px;
}

.w--166 {
  width: 664px;
}

.h--166 {
  height: 664px;
}

.w--167 {
  width: 668px;
}

.h--167 {
  height: 668px;
}

.w--168 {
  width: 672px;
}

.h--168 {
  height: 672px;
}

.w--169 {
  width: 676px;
}

.h--169 {
  height: 676px;
}

.w--170 {
  width: 680px;
}

.h--170 {
  height: 680px;
}

.w--171 {
  width: 684px;
}

.h--171 {
  height: 684px;
}

.w--172 {
  width: 688px;
}

.h--172 {
  height: 688px;
}

.w--173 {
  width: 692px;
}

.h--173 {
  height: 692px;
}

.w--174 {
  width: 696px;
}

.h--174 {
  height: 696px;
}

.w--175 {
  width: 700px;
}

.h--175 {
  height: 700px;
}

.w--176 {
  width: 704px;
}

.h--176 {
  height: 704px;
}

.w--177 {
  width: 708px;
}

.h--177 {
  height: 708px;
}

.w--178 {
  width: 712px;
}

.h--178 {
  height: 712px;
}

.w--179 {
  width: 716px;
}

.h--179 {
  height: 716px;
}

.w--180 {
  width: 720px;
}

.h--180 {
  height: 720px;
}

.w--181 {
  width: 724px;
}

.h--181 {
  height: 724px;
}

.w--182 {
  width: 728px;
}

.h--182 {
  height: 728px;
}

.w--183 {
  width: 732px;
}

.h--183 {
  height: 732px;
}

.w--184 {
  width: 736px;
}

.h--184 {
  height: 736px;
}

.w--185 {
  width: 740px;
}

.h--185 {
  height: 740px;
}

.w--186 {
  width: 744px;
}

.h--186 {
  height: 744px;
}

.w--187 {
  width: 748px;
}

.h--187 {
  height: 748px;
}

.w--188 {
  width: 752px;
}

.h--188 {
  height: 752px;
}

.w--189 {
  width: 756px;
}

.h--189 {
  height: 756px;
}

.w--190 {
  width: 760px;
}

.h--190 {
  height: 760px;
}

.w--191 {
  width: 764px;
}

.h--191 {
  height: 764px;
}

.w--192 {
  width: 768px;
}

.h--192 {
  height: 768px;
}

.w--193 {
  width: 772px;
}

.h--193 {
  height: 772px;
}

.w--194 {
  width: 776px;
}

.h--194 {
  height: 776px;
}

.w--195 {
  width: 780px;
}

.h--195 {
  height: 780px;
}

.w--196 {
  width: 784px;
}

.h--196 {
  height: 784px;
}

.w--197 {
  width: 788px;
}

.h--197 {
  height: 788px;
}

.w--198 {
  width: 792px;
}

.h--198 {
  height: 792px;
}

.w--199 {
  width: 796px;
}

.h--199 {
  height: 796px;
}

.w--200 {
  width: 800px;
}

.h--200 {
  height: 800px;
}

@media (min-width: 768px) {
  .w-md--0 {
    width: 0px;
  }
  .h-md--0 {
    height: 0px;
  }
}
@media (min-width: 768px) {
  .w-md--1 {
    width: 4px;
  }
  .h-md--1 {
    height: 4px;
  }
}
@media (min-width: 768px) {
  .w-md--2 {
    width: 8px;
  }
  .h-md--2 {
    height: 8px;
  }
}
@media (min-width: 768px) {
  .w-md--3 {
    width: 12px;
  }
  .h-md--3 {
    height: 12px;
  }
}
@media (min-width: 768px) {
  .w-md--4 {
    width: 16px;
  }
  .h-md--4 {
    height: 16px;
  }
}
@media (min-width: 768px) {
  .w-md--5 {
    width: 20px;
  }
  .h-md--5 {
    height: 20px;
  }
}
@media (min-width: 768px) {
  .w-md--6 {
    width: 24px;
  }
  .h-md--6 {
    height: 24px;
  }
}
@media (min-width: 768px) {
  .w-md--7 {
    width: 28px;
  }
  .h-md--7 {
    height: 28px;
  }
}
@media (min-width: 768px) {
  .w-md--8 {
    width: 32px;
  }
  .h-md--8 {
    height: 32px;
  }
}
@media (min-width: 768px) {
  .w-md--9 {
    width: 36px;
  }
  .h-md--9 {
    height: 36px;
  }
}
@media (min-width: 768px) {
  .w-md--10 {
    width: 40px;
  }
  .h-md--10 {
    height: 40px;
  }
}
@media (min-width: 768px) {
  .w-md--11 {
    width: 44px;
  }
  .h-md--11 {
    height: 44px;
  }
}
@media (min-width: 768px) {
  .w-md--12 {
    width: 48px;
  }
  .h-md--12 {
    height: 48px;
  }
}
@media (min-width: 768px) {
  .w-md--13 {
    width: 52px;
  }
  .h-md--13 {
    height: 52px;
  }
}
@media (min-width: 768px) {
  .w-md--14 {
    width: 56px;
  }
  .h-md--14 {
    height: 56px;
  }
}
@media (min-width: 768px) {
  .w-md--15 {
    width: 60px;
  }
  .h-md--15 {
    height: 60px;
  }
}
@media (min-width: 768px) {
  .w-md--16 {
    width: 64px;
  }
  .h-md--16 {
    height: 64px;
  }
}
@media (min-width: 768px) {
  .w-md--17 {
    width: 68px;
  }
  .h-md--17 {
    height: 68px;
  }
}
@media (min-width: 768px) {
  .w-md--18 {
    width: 72px;
  }
  .h-md--18 {
    height: 72px;
  }
}
@media (min-width: 768px) {
  .w-md--19 {
    width: 76px;
  }
  .h-md--19 {
    height: 76px;
  }
}
@media (min-width: 768px) {
  .w-md--20 {
    width: 80px;
  }
  .h-md--20 {
    height: 80px;
  }
}
@media (min-width: 768px) {
  .w-md--21 {
    width: 84px;
  }
  .h-md--21 {
    height: 84px;
  }
}
@media (min-width: 768px) {
  .w-md--22 {
    width: 88px;
  }
  .h-md--22 {
    height: 88px;
  }
}
@media (min-width: 768px) {
  .w-md--23 {
    width: 92px;
  }
  .h-md--23 {
    height: 92px;
  }
}
@media (min-width: 768px) {
  .w-md--24 {
    width: 96px;
  }
  .h-md--24 {
    height: 96px;
  }
}
@media (min-width: 768px) {
  .w-md--25 {
    width: 100px;
  }
  .h-md--25 {
    height: 100px;
  }
}
@media (min-width: 768px) {
  .w-md--26 {
    width: 104px;
  }
  .h-md--26 {
    height: 104px;
  }
}
@media (min-width: 768px) {
  .w-md--27 {
    width: 108px;
  }
  .h-md--27 {
    height: 108px;
  }
}
@media (min-width: 768px) {
  .w-md--28 {
    width: 112px;
  }
  .h-md--28 {
    height: 112px;
  }
}
@media (min-width: 768px) {
  .w-md--29 {
    width: 116px;
  }
  .h-md--29 {
    height: 116px;
  }
}
@media (min-width: 768px) {
  .w-md--30 {
    width: 120px;
  }
  .h-md--30 {
    height: 120px;
  }
}
@media (min-width: 768px) {
  .w-md--31 {
    width: 124px;
  }
  .h-md--31 {
    height: 124px;
  }
}
@media (min-width: 768px) {
  .w-md--32 {
    width: 128px;
  }
  .h-md--32 {
    height: 128px;
  }
}
@media (min-width: 768px) {
  .w-md--33 {
    width: 132px;
  }
  .h-md--33 {
    height: 132px;
  }
}
@media (min-width: 768px) {
  .w-md--34 {
    width: 136px;
  }
  .h-md--34 {
    height: 136px;
  }
}
@media (min-width: 768px) {
  .w-md--35 {
    width: 140px;
  }
  .h-md--35 {
    height: 140px;
  }
}
@media (min-width: 768px) {
  .w-md--36 {
    width: 144px;
  }
  .h-md--36 {
    height: 144px;
  }
}
@media (min-width: 768px) {
  .w-md--37 {
    width: 148px;
  }
  .h-md--37 {
    height: 148px;
  }
}
@media (min-width: 768px) {
  .w-md--38 {
    width: 152px;
  }
  .h-md--38 {
    height: 152px;
  }
}
@media (min-width: 768px) {
  .w-md--39 {
    width: 156px;
  }
  .h-md--39 {
    height: 156px;
  }
}
@media (min-width: 768px) {
  .w-md--40 {
    width: 160px;
  }
  .h-md--40 {
    height: 160px;
  }
}
@media (min-width: 768px) {
  .w-md--41 {
    width: 164px;
  }
  .h-md--41 {
    height: 164px;
  }
}
@media (min-width: 768px) {
  .w-md--42 {
    width: 168px;
  }
  .h-md--42 {
    height: 168px;
  }
}
@media (min-width: 768px) {
  .w-md--43 {
    width: 172px;
  }
  .h-md--43 {
    height: 172px;
  }
}
@media (min-width: 768px) {
  .w-md--44 {
    width: 176px;
  }
  .h-md--44 {
    height: 176px;
  }
}
@media (min-width: 768px) {
  .w-md--45 {
    width: 180px;
  }
  .h-md--45 {
    height: 180px;
  }
}
@media (min-width: 768px) {
  .w-md--46 {
    width: 184px;
  }
  .h-md--46 {
    height: 184px;
  }
}
@media (min-width: 768px) {
  .w-md--47 {
    width: 188px;
  }
  .h-md--47 {
    height: 188px;
  }
}
@media (min-width: 768px) {
  .w-md--48 {
    width: 192px;
  }
  .h-md--48 {
    height: 192px;
  }
}
@media (min-width: 768px) {
  .w-md--49 {
    width: 196px;
  }
  .h-md--49 {
    height: 196px;
  }
}
@media (min-width: 768px) {
  .w-md--50 {
    width: 200px;
  }
  .h-md--50 {
    height: 200px;
  }
}
@media (min-width: 768px) {
  .w-md--51 {
    width: 204px;
  }
  .h-md--51 {
    height: 204px;
  }
}
@media (min-width: 768px) {
  .w-md--52 {
    width: 208px;
  }
  .h-md--52 {
    height: 208px;
  }
}
@media (min-width: 768px) {
  .w-md--53 {
    width: 212px;
  }
  .h-md--53 {
    height: 212px;
  }
}
@media (min-width: 768px) {
  .w-md--54 {
    width: 216px;
  }
  .h-md--54 {
    height: 216px;
  }
}
@media (min-width: 768px) {
  .w-md--55 {
    width: 220px;
  }
  .h-md--55 {
    height: 220px;
  }
}
@media (min-width: 768px) {
  .w-md--56 {
    width: 224px;
  }
  .h-md--56 {
    height: 224px;
  }
}
@media (min-width: 768px) {
  .w-md--57 {
    width: 228px;
  }
  .h-md--57 {
    height: 228px;
  }
}
@media (min-width: 768px) {
  .w-md--58 {
    width: 232px;
  }
  .h-md--58 {
    height: 232px;
  }
}
@media (min-width: 768px) {
  .w-md--59 {
    width: 236px;
  }
  .h-md--59 {
    height: 236px;
  }
}
@media (min-width: 768px) {
  .w-md--60 {
    width: 240px;
  }
  .h-md--60 {
    height: 240px;
  }
}
@media (min-width: 768px) {
  .w-md--61 {
    width: 244px;
  }
  .h-md--61 {
    height: 244px;
  }
}
@media (min-width: 768px) {
  .w-md--62 {
    width: 248px;
  }
  .h-md--62 {
    height: 248px;
  }
}
@media (min-width: 768px) {
  .w-md--63 {
    width: 252px;
  }
  .h-md--63 {
    height: 252px;
  }
}
@media (min-width: 768px) {
  .w-md--64 {
    width: 256px;
  }
  .h-md--64 {
    height: 256px;
  }
}
@media (min-width: 768px) {
  .w-md--65 {
    width: 260px;
  }
  .h-md--65 {
    height: 260px;
  }
}
@media (min-width: 768px) {
  .w-md--66 {
    width: 264px;
  }
  .h-md--66 {
    height: 264px;
  }
}
@media (min-width: 768px) {
  .w-md--67 {
    width: 268px;
  }
  .h-md--67 {
    height: 268px;
  }
}
@media (min-width: 768px) {
  .w-md--68 {
    width: 272px;
  }
  .h-md--68 {
    height: 272px;
  }
}
@media (min-width: 768px) {
  .w-md--69 {
    width: 276px;
  }
  .h-md--69 {
    height: 276px;
  }
}
@media (min-width: 768px) {
  .w-md--70 {
    width: 280px;
  }
  .h-md--70 {
    height: 280px;
  }
}
@media (min-width: 768px) {
  .w-md--71 {
    width: 284px;
  }
  .h-md--71 {
    height: 284px;
  }
}
@media (min-width: 768px) {
  .w-md--72 {
    width: 288px;
  }
  .h-md--72 {
    height: 288px;
  }
}
@media (min-width: 768px) {
  .w-md--73 {
    width: 292px;
  }
  .h-md--73 {
    height: 292px;
  }
}
@media (min-width: 768px) {
  .w-md--74 {
    width: 296px;
  }
  .h-md--74 {
    height: 296px;
  }
}
@media (min-width: 768px) {
  .w-md--75 {
    width: 300px;
  }
  .h-md--75 {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .w-md--76 {
    width: 304px;
  }
  .h-md--76 {
    height: 304px;
  }
}
@media (min-width: 768px) {
  .w-md--77 {
    width: 308px;
  }
  .h-md--77 {
    height: 308px;
  }
}
@media (min-width: 768px) {
  .w-md--78 {
    width: 312px;
  }
  .h-md--78 {
    height: 312px;
  }
}
@media (min-width: 768px) {
  .w-md--79 {
    width: 316px;
  }
  .h-md--79 {
    height: 316px;
  }
}
@media (min-width: 768px) {
  .w-md--80 {
    width: 320px;
  }
  .h-md--80 {
    height: 320px;
  }
}
@media (min-width: 768px) {
  .w-md--81 {
    width: 324px;
  }
  .h-md--81 {
    height: 324px;
  }
}
@media (min-width: 768px) {
  .w-md--82 {
    width: 328px;
  }
  .h-md--82 {
    height: 328px;
  }
}
@media (min-width: 768px) {
  .w-md--83 {
    width: 332px;
  }
  .h-md--83 {
    height: 332px;
  }
}
@media (min-width: 768px) {
  .w-md--84 {
    width: 336px;
  }
  .h-md--84 {
    height: 336px;
  }
}
@media (min-width: 768px) {
  .w-md--85 {
    width: 340px;
  }
  .h-md--85 {
    height: 340px;
  }
}
@media (min-width: 768px) {
  .w-md--86 {
    width: 344px;
  }
  .h-md--86 {
    height: 344px;
  }
}
@media (min-width: 768px) {
  .w-md--87 {
    width: 348px;
  }
  .h-md--87 {
    height: 348px;
  }
}
@media (min-width: 768px) {
  .w-md--88 {
    width: 352px;
  }
  .h-md--88 {
    height: 352px;
  }
}
@media (min-width: 768px) {
  .w-md--89 {
    width: 356px;
  }
  .h-md--89 {
    height: 356px;
  }
}
@media (min-width: 768px) {
  .w-md--90 {
    width: 360px;
  }
  .h-md--90 {
    height: 360px;
  }
}
@media (min-width: 768px) {
  .w-md--91 {
    width: 364px;
  }
  .h-md--91 {
    height: 364px;
  }
}
@media (min-width: 768px) {
  .w-md--92 {
    width: 368px;
  }
  .h-md--92 {
    height: 368px;
  }
}
@media (min-width: 768px) {
  .w-md--93 {
    width: 372px;
  }
  .h-md--93 {
    height: 372px;
  }
}
@media (min-width: 768px) {
  .w-md--94 {
    width: 376px;
  }
  .h-md--94 {
    height: 376px;
  }
}
@media (min-width: 768px) {
  .w-md--95 {
    width: 380px;
  }
  .h-md--95 {
    height: 380px;
  }
}
@media (min-width: 768px) {
  .w-md--96 {
    width: 384px;
  }
  .h-md--96 {
    height: 384px;
  }
}
@media (min-width: 768px) {
  .w-md--97 {
    width: 388px;
  }
  .h-md--97 {
    height: 388px;
  }
}
@media (min-width: 768px) {
  .w-md--98 {
    width: 392px;
  }
  .h-md--98 {
    height: 392px;
  }
}
@media (min-width: 768px) {
  .w-md--99 {
    width: 396px;
  }
  .h-md--99 {
    height: 396px;
  }
}
@media (min-width: 768px) {
  .w-md--100 {
    width: 400px;
  }
  .h-md--100 {
    height: 400px;
  }
}
@media (min-width: 768px) {
  .w-md--101 {
    width: 404px;
  }
  .h-md--101 {
    height: 404px;
  }
}
@media (min-width: 768px) {
  .w-md--102 {
    width: 408px;
  }
  .h-md--102 {
    height: 408px;
  }
}
@media (min-width: 768px) {
  .w-md--103 {
    width: 412px;
  }
  .h-md--103 {
    height: 412px;
  }
}
@media (min-width: 768px) {
  .w-md--104 {
    width: 416px;
  }
  .h-md--104 {
    height: 416px;
  }
}
@media (min-width: 768px) {
  .w-md--105 {
    width: 420px;
  }
  .h-md--105 {
    height: 420px;
  }
}
@media (min-width: 768px) {
  .w-md--106 {
    width: 424px;
  }
  .h-md--106 {
    height: 424px;
  }
}
@media (min-width: 768px) {
  .w-md--107 {
    width: 428px;
  }
  .h-md--107 {
    height: 428px;
  }
}
@media (min-width: 768px) {
  .w-md--108 {
    width: 432px;
  }
  .h-md--108 {
    height: 432px;
  }
}
@media (min-width: 768px) {
  .w-md--109 {
    width: 436px;
  }
  .h-md--109 {
    height: 436px;
  }
}
@media (min-width: 768px) {
  .w-md--110 {
    width: 440px;
  }
  .h-md--110 {
    height: 440px;
  }
}
@media (min-width: 768px) {
  .w-md--111 {
    width: 444px;
  }
  .h-md--111 {
    height: 444px;
  }
}
@media (min-width: 768px) {
  .w-md--112 {
    width: 448px;
  }
  .h-md--112 {
    height: 448px;
  }
}
@media (min-width: 768px) {
  .w-md--113 {
    width: 452px;
  }
  .h-md--113 {
    height: 452px;
  }
}
@media (min-width: 768px) {
  .w-md--114 {
    width: 456px;
  }
  .h-md--114 {
    height: 456px;
  }
}
@media (min-width: 768px) {
  .w-md--115 {
    width: 460px;
  }
  .h-md--115 {
    height: 460px;
  }
}
@media (min-width: 768px) {
  .w-md--116 {
    width: 464px;
  }
  .h-md--116 {
    height: 464px;
  }
}
@media (min-width: 768px) {
  .w-md--117 {
    width: 468px;
  }
  .h-md--117 {
    height: 468px;
  }
}
@media (min-width: 768px) {
  .w-md--118 {
    width: 472px;
  }
  .h-md--118 {
    height: 472px;
  }
}
@media (min-width: 768px) {
  .w-md--119 {
    width: 476px;
  }
  .h-md--119 {
    height: 476px;
  }
}
@media (min-width: 768px) {
  .w-md--120 {
    width: 480px;
  }
  .h-md--120 {
    height: 480px;
  }
}
@media (min-width: 768px) {
  .w-md--121 {
    width: 484px;
  }
  .h-md--121 {
    height: 484px;
  }
}
@media (min-width: 768px) {
  .w-md--122 {
    width: 488px;
  }
  .h-md--122 {
    height: 488px;
  }
}
@media (min-width: 768px) {
  .w-md--123 {
    width: 492px;
  }
  .h-md--123 {
    height: 492px;
  }
}
@media (min-width: 768px) {
  .w-md--124 {
    width: 496px;
  }
  .h-md--124 {
    height: 496px;
  }
}
@media (min-width: 768px) {
  .w-md--125 {
    width: 500px;
  }
  .h-md--125 {
    height: 500px;
  }
}
@media (min-width: 768px) {
  .w-md--126 {
    width: 504px;
  }
  .h-md--126 {
    height: 504px;
  }
}
@media (min-width: 768px) {
  .w-md--127 {
    width: 508px;
  }
  .h-md--127 {
    height: 508px;
  }
}
@media (min-width: 768px) {
  .w-md--128 {
    width: 512px;
  }
  .h-md--128 {
    height: 512px;
  }
}
@media (min-width: 768px) {
  .w-md--129 {
    width: 516px;
  }
  .h-md--129 {
    height: 516px;
  }
}
@media (min-width: 768px) {
  .w-md--130 {
    width: 520px;
  }
  .h-md--130 {
    height: 520px;
  }
}
@media (min-width: 768px) {
  .w-md--131 {
    width: 524px;
  }
  .h-md--131 {
    height: 524px;
  }
}
@media (min-width: 768px) {
  .w-md--132 {
    width: 528px;
  }
  .h-md--132 {
    height: 528px;
  }
}
@media (min-width: 768px) {
  .w-md--133 {
    width: 532px;
  }
  .h-md--133 {
    height: 532px;
  }
}
@media (min-width: 768px) {
  .w-md--134 {
    width: 536px;
  }
  .h-md--134 {
    height: 536px;
  }
}
@media (min-width: 768px) {
  .w-md--135 {
    width: 540px;
  }
  .h-md--135 {
    height: 540px;
  }
}
@media (min-width: 768px) {
  .w-md--136 {
    width: 544px;
  }
  .h-md--136 {
    height: 544px;
  }
}
@media (min-width: 768px) {
  .w-md--137 {
    width: 548px;
  }
  .h-md--137 {
    height: 548px;
  }
}
@media (min-width: 768px) {
  .w-md--138 {
    width: 552px;
  }
  .h-md--138 {
    height: 552px;
  }
}
@media (min-width: 768px) {
  .w-md--139 {
    width: 556px;
  }
  .h-md--139 {
    height: 556px;
  }
}
@media (min-width: 768px) {
  .w-md--140 {
    width: 560px;
  }
  .h-md--140 {
    height: 560px;
  }
}
@media (min-width: 768px) {
  .w-md--141 {
    width: 564px;
  }
  .h-md--141 {
    height: 564px;
  }
}
@media (min-width: 768px) {
  .w-md--142 {
    width: 568px;
  }
  .h-md--142 {
    height: 568px;
  }
}
@media (min-width: 768px) {
  .w-md--143 {
    width: 572px;
  }
  .h-md--143 {
    height: 572px;
  }
}
@media (min-width: 768px) {
  .w-md--144 {
    width: 576px;
  }
  .h-md--144 {
    height: 576px;
  }
}
@media (min-width: 768px) {
  .w-md--145 {
    width: 580px;
  }
  .h-md--145 {
    height: 580px;
  }
}
@media (min-width: 768px) {
  .w-md--146 {
    width: 584px;
  }
  .h-md--146 {
    height: 584px;
  }
}
@media (min-width: 768px) {
  .w-md--147 {
    width: 588px;
  }
  .h-md--147 {
    height: 588px;
  }
}
@media (min-width: 768px) {
  .w-md--148 {
    width: 592px;
  }
  .h-md--148 {
    height: 592px;
  }
}
@media (min-width: 768px) {
  .w-md--149 {
    width: 596px;
  }
  .h-md--149 {
    height: 596px;
  }
}
@media (min-width: 768px) {
  .w-md--150 {
    width: 600px;
  }
  .h-md--150 {
    height: 600px;
  }
}
@media (min-width: 768px) {
  .w-md--151 {
    width: 604px;
  }
  .h-md--151 {
    height: 604px;
  }
}
@media (min-width: 768px) {
  .w-md--152 {
    width: 608px;
  }
  .h-md--152 {
    height: 608px;
  }
}
@media (min-width: 768px) {
  .w-md--153 {
    width: 612px;
  }
  .h-md--153 {
    height: 612px;
  }
}
@media (min-width: 768px) {
  .w-md--154 {
    width: 616px;
  }
  .h-md--154 {
    height: 616px;
  }
}
@media (min-width: 768px) {
  .w-md--155 {
    width: 620px;
  }
  .h-md--155 {
    height: 620px;
  }
}
@media (min-width: 768px) {
  .w-md--156 {
    width: 624px;
  }
  .h-md--156 {
    height: 624px;
  }
}
@media (min-width: 768px) {
  .w-md--157 {
    width: 628px;
  }
  .h-md--157 {
    height: 628px;
  }
}
@media (min-width: 768px) {
  .w-md--158 {
    width: 632px;
  }
  .h-md--158 {
    height: 632px;
  }
}
@media (min-width: 768px) {
  .w-md--159 {
    width: 636px;
  }
  .h-md--159 {
    height: 636px;
  }
}
@media (min-width: 768px) {
  .w-md--160 {
    width: 640px;
  }
  .h-md--160 {
    height: 640px;
  }
}
@media (min-width: 768px) {
  .w-md--161 {
    width: 644px;
  }
  .h-md--161 {
    height: 644px;
  }
}
@media (min-width: 768px) {
  .w-md--162 {
    width: 648px;
  }
  .h-md--162 {
    height: 648px;
  }
}
@media (min-width: 768px) {
  .w-md--163 {
    width: 652px;
  }
  .h-md--163 {
    height: 652px;
  }
}
@media (min-width: 768px) {
  .w-md--164 {
    width: 656px;
  }
  .h-md--164 {
    height: 656px;
  }
}
@media (min-width: 768px) {
  .w-md--165 {
    width: 660px;
  }
  .h-md--165 {
    height: 660px;
  }
}
@media (min-width: 768px) {
  .w-md--166 {
    width: 664px;
  }
  .h-md--166 {
    height: 664px;
  }
}
@media (min-width: 768px) {
  .w-md--167 {
    width: 668px;
  }
  .h-md--167 {
    height: 668px;
  }
}
@media (min-width: 768px) {
  .w-md--168 {
    width: 672px;
  }
  .h-md--168 {
    height: 672px;
  }
}
@media (min-width: 768px) {
  .w-md--169 {
    width: 676px;
  }
  .h-md--169 {
    height: 676px;
  }
}
@media (min-width: 768px) {
  .w-md--170 {
    width: 680px;
  }
  .h-md--170 {
    height: 680px;
  }
}
@media (min-width: 768px) {
  .w-md--171 {
    width: 684px;
  }
  .h-md--171 {
    height: 684px;
  }
}
@media (min-width: 768px) {
  .w-md--172 {
    width: 688px;
  }
  .h-md--172 {
    height: 688px;
  }
}
@media (min-width: 768px) {
  .w-md--173 {
    width: 692px;
  }
  .h-md--173 {
    height: 692px;
  }
}
@media (min-width: 768px) {
  .w-md--174 {
    width: 696px;
  }
  .h-md--174 {
    height: 696px;
  }
}
@media (min-width: 768px) {
  .w-md--175 {
    width: 700px;
  }
  .h-md--175 {
    height: 700px;
  }
}
@media (min-width: 768px) {
  .w-md--176 {
    width: 704px;
  }
  .h-md--176 {
    height: 704px;
  }
}
@media (min-width: 768px) {
  .w-md--177 {
    width: 708px;
  }
  .h-md--177 {
    height: 708px;
  }
}
@media (min-width: 768px) {
  .w-md--178 {
    width: 712px;
  }
  .h-md--178 {
    height: 712px;
  }
}
@media (min-width: 768px) {
  .w-md--179 {
    width: 716px;
  }
  .h-md--179 {
    height: 716px;
  }
}
@media (min-width: 768px) {
  .w-md--180 {
    width: 720px;
  }
  .h-md--180 {
    height: 720px;
  }
}
@media (min-width: 768px) {
  .w-md--181 {
    width: 724px;
  }
  .h-md--181 {
    height: 724px;
  }
}
@media (min-width: 768px) {
  .w-md--182 {
    width: 728px;
  }
  .h-md--182 {
    height: 728px;
  }
}
@media (min-width: 768px) {
  .w-md--183 {
    width: 732px;
  }
  .h-md--183 {
    height: 732px;
  }
}
@media (min-width: 768px) {
  .w-md--184 {
    width: 736px;
  }
  .h-md--184 {
    height: 736px;
  }
}
@media (min-width: 768px) {
  .w-md--185 {
    width: 740px;
  }
  .h-md--185 {
    height: 740px;
  }
}
@media (min-width: 768px) {
  .w-md--186 {
    width: 744px;
  }
  .h-md--186 {
    height: 744px;
  }
}
@media (min-width: 768px) {
  .w-md--187 {
    width: 748px;
  }
  .h-md--187 {
    height: 748px;
  }
}
@media (min-width: 768px) {
  .w-md--188 {
    width: 752px;
  }
  .h-md--188 {
    height: 752px;
  }
}
@media (min-width: 768px) {
  .w-md--189 {
    width: 756px;
  }
  .h-md--189 {
    height: 756px;
  }
}
@media (min-width: 768px) {
  .w-md--190 {
    width: 760px;
  }
  .h-md--190 {
    height: 760px;
  }
}
@media (min-width: 768px) {
  .w-md--191 {
    width: 764px;
  }
  .h-md--191 {
    height: 764px;
  }
}
@media (min-width: 768px) {
  .w-md--192 {
    width: 768px;
  }
  .h-md--192 {
    height: 768px;
  }
}
@media (min-width: 768px) {
  .w-md--193 {
    width: 772px;
  }
  .h-md--193 {
    height: 772px;
  }
}
@media (min-width: 768px) {
  .w-md--194 {
    width: 776px;
  }
  .h-md--194 {
    height: 776px;
  }
}
@media (min-width: 768px) {
  .w-md--195 {
    width: 780px;
  }
  .h-md--195 {
    height: 780px;
  }
}
@media (min-width: 768px) {
  .w-md--196 {
    width: 784px;
  }
  .h-md--196 {
    height: 784px;
  }
}
@media (min-width: 768px) {
  .w-md--197 {
    width: 788px;
  }
  .h-md--197 {
    height: 788px;
  }
}
@media (min-width: 768px) {
  .w-md--198 {
    width: 792px;
  }
  .h-md--198 {
    height: 792px;
  }
}
@media (min-width: 768px) {
  .w-md--199 {
    width: 796px;
  }
  .h-md--199 {
    height: 796px;
  }
}
@media (min-width: 768px) {
  .w-md--200 {
    width: 800px;
  }
  .h-md--200 {
    height: 800px;
  }
}
@media (min-width: 992px) {
  .w-lg--0 {
    width: 0px;
  }
  .h-lg--0 {
    height: 0px;
  }
}
@media (min-width: 992px) {
  .w-lg--1 {
    width: 4px;
  }
  .h-lg--1 {
    height: 4px;
  }
}
@media (min-width: 992px) {
  .w-lg--2 {
    width: 8px;
  }
  .h-lg--2 {
    height: 8px;
  }
}
@media (min-width: 992px) {
  .w-lg--3 {
    width: 12px;
  }
  .h-lg--3 {
    height: 12px;
  }
}
@media (min-width: 992px) {
  .w-lg--4 {
    width: 16px;
  }
  .h-lg--4 {
    height: 16px;
  }
}
@media (min-width: 992px) {
  .w-lg--5 {
    width: 20px;
  }
  .h-lg--5 {
    height: 20px;
  }
}
@media (min-width: 992px) {
  .w-lg--6 {
    width: 24px;
  }
  .h-lg--6 {
    height: 24px;
  }
}
@media (min-width: 992px) {
  .w-lg--7 {
    width: 28px;
  }
  .h-lg--7 {
    height: 28px;
  }
}
@media (min-width: 992px) {
  .w-lg--8 {
    width: 32px;
  }
  .h-lg--8 {
    height: 32px;
  }
}
@media (min-width: 992px) {
  .w-lg--9 {
    width: 36px;
  }
  .h-lg--9 {
    height: 36px;
  }
}
@media (min-width: 992px) {
  .w-lg--10 {
    width: 40px;
  }
  .h-lg--10 {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .w-lg--11 {
    width: 44px;
  }
  .h-lg--11 {
    height: 44px;
  }
}
@media (min-width: 992px) {
  .w-lg--12 {
    width: 48px;
  }
  .h-lg--12 {
    height: 48px;
  }
}
@media (min-width: 992px) {
  .w-lg--13 {
    width: 52px;
  }
  .h-lg--13 {
    height: 52px;
  }
}
@media (min-width: 992px) {
  .w-lg--14 {
    width: 56px;
  }
  .h-lg--14 {
    height: 56px;
  }
}
@media (min-width: 992px) {
  .w-lg--15 {
    width: 60px;
  }
  .h-lg--15 {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .w-lg--16 {
    width: 64px;
  }
  .h-lg--16 {
    height: 64px;
  }
}
@media (min-width: 992px) {
  .w-lg--17 {
    width: 68px;
  }
  .h-lg--17 {
    height: 68px;
  }
}
@media (min-width: 992px) {
  .w-lg--18 {
    width: 72px;
  }
  .h-lg--18 {
    height: 72px;
  }
}
@media (min-width: 992px) {
  .w-lg--19 {
    width: 76px;
  }
  .h-lg--19 {
    height: 76px;
  }
}
@media (min-width: 992px) {
  .w-lg--20 {
    width: 80px;
  }
  .h-lg--20 {
    height: 80px;
  }
}
@media (min-width: 992px) {
  .w-lg--21 {
    width: 84px;
  }
  .h-lg--21 {
    height: 84px;
  }
}
@media (min-width: 992px) {
  .w-lg--22 {
    width: 88px;
  }
  .h-lg--22 {
    height: 88px;
  }
}
@media (min-width: 992px) {
  .w-lg--23 {
    width: 92px;
  }
  .h-lg--23 {
    height: 92px;
  }
}
@media (min-width: 992px) {
  .w-lg--24 {
    width: 96px;
  }
  .h-lg--24 {
    height: 96px;
  }
}
@media (min-width: 992px) {
  .w-lg--25 {
    width: 100px;
  }
  .h-lg--25 {
    height: 100px;
  }
}
@media (min-width: 992px) {
  .w-lg--26 {
    width: 104px;
  }
  .h-lg--26 {
    height: 104px;
  }
}
@media (min-width: 992px) {
  .w-lg--27 {
    width: 108px;
  }
  .h-lg--27 {
    height: 108px;
  }
}
@media (min-width: 992px) {
  .w-lg--28 {
    width: 112px;
  }
  .h-lg--28 {
    height: 112px;
  }
}
@media (min-width: 992px) {
  .w-lg--29 {
    width: 116px;
  }
  .h-lg--29 {
    height: 116px;
  }
}
@media (min-width: 992px) {
  .w-lg--30 {
    width: 120px;
  }
  .h-lg--30 {
    height: 120px;
  }
}
@media (min-width: 992px) {
  .w-lg--31 {
    width: 124px;
  }
  .h-lg--31 {
    height: 124px;
  }
}
@media (min-width: 992px) {
  .w-lg--32 {
    width: 128px;
  }
  .h-lg--32 {
    height: 128px;
  }
}
@media (min-width: 992px) {
  .w-lg--33 {
    width: 132px;
  }
  .h-lg--33 {
    height: 132px;
  }
}
@media (min-width: 992px) {
  .w-lg--34 {
    width: 136px;
  }
  .h-lg--34 {
    height: 136px;
  }
}
@media (min-width: 992px) {
  .w-lg--35 {
    width: 140px;
  }
  .h-lg--35 {
    height: 140px;
  }
}
@media (min-width: 992px) {
  .w-lg--36 {
    width: 144px;
  }
  .h-lg--36 {
    height: 144px;
  }
}
@media (min-width: 992px) {
  .w-lg--37 {
    width: 148px;
  }
  .h-lg--37 {
    height: 148px;
  }
}
@media (min-width: 992px) {
  .w-lg--38 {
    width: 152px;
  }
  .h-lg--38 {
    height: 152px;
  }
}
@media (min-width: 992px) {
  .w-lg--39 {
    width: 156px;
  }
  .h-lg--39 {
    height: 156px;
  }
}
@media (min-width: 992px) {
  .w-lg--40 {
    width: 160px;
  }
  .h-lg--40 {
    height: 160px;
  }
}
@media (min-width: 992px) {
  .w-lg--41 {
    width: 164px;
  }
  .h-lg--41 {
    height: 164px;
  }
}
@media (min-width: 992px) {
  .w-lg--42 {
    width: 168px;
  }
  .h-lg--42 {
    height: 168px;
  }
}
@media (min-width: 992px) {
  .w-lg--43 {
    width: 172px;
  }
  .h-lg--43 {
    height: 172px;
  }
}
@media (min-width: 992px) {
  .w-lg--44 {
    width: 176px;
  }
  .h-lg--44 {
    height: 176px;
  }
}
@media (min-width: 992px) {
  .w-lg--45 {
    width: 180px;
  }
  .h-lg--45 {
    height: 180px;
  }
}
@media (min-width: 992px) {
  .w-lg--46 {
    width: 184px;
  }
  .h-lg--46 {
    height: 184px;
  }
}
@media (min-width: 992px) {
  .w-lg--47 {
    width: 188px;
  }
  .h-lg--47 {
    height: 188px;
  }
}
@media (min-width: 992px) {
  .w-lg--48 {
    width: 192px;
  }
  .h-lg--48 {
    height: 192px;
  }
}
@media (min-width: 992px) {
  .w-lg--49 {
    width: 196px;
  }
  .h-lg--49 {
    height: 196px;
  }
}
@media (min-width: 992px) {
  .w-lg--50 {
    width: 200px;
  }
  .h-lg--50 {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .w-lg--51 {
    width: 204px;
  }
  .h-lg--51 {
    height: 204px;
  }
}
@media (min-width: 992px) {
  .w-lg--52 {
    width: 208px;
  }
  .h-lg--52 {
    height: 208px;
  }
}
@media (min-width: 992px) {
  .w-lg--53 {
    width: 212px;
  }
  .h-lg--53 {
    height: 212px;
  }
}
@media (min-width: 992px) {
  .w-lg--54 {
    width: 216px;
  }
  .h-lg--54 {
    height: 216px;
  }
}
@media (min-width: 992px) {
  .w-lg--55 {
    width: 220px;
  }
  .h-lg--55 {
    height: 220px;
  }
}
@media (min-width: 992px) {
  .w-lg--56 {
    width: 224px;
  }
  .h-lg--56 {
    height: 224px;
  }
}
@media (min-width: 992px) {
  .w-lg--57 {
    width: 228px;
  }
  .h-lg--57 {
    height: 228px;
  }
}
@media (min-width: 992px) {
  .w-lg--58 {
    width: 232px;
  }
  .h-lg--58 {
    height: 232px;
  }
}
@media (min-width: 992px) {
  .w-lg--59 {
    width: 236px;
  }
  .h-lg--59 {
    height: 236px;
  }
}
@media (min-width: 992px) {
  .w-lg--60 {
    width: 240px;
  }
  .h-lg--60 {
    height: 240px;
  }
}
@media (min-width: 992px) {
  .w-lg--61 {
    width: 244px;
  }
  .h-lg--61 {
    height: 244px;
  }
}
@media (min-width: 992px) {
  .w-lg--62 {
    width: 248px;
  }
  .h-lg--62 {
    height: 248px;
  }
}
@media (min-width: 992px) {
  .w-lg--63 {
    width: 252px;
  }
  .h-lg--63 {
    height: 252px;
  }
}
@media (min-width: 992px) {
  .w-lg--64 {
    width: 256px;
  }
  .h-lg--64 {
    height: 256px;
  }
}
@media (min-width: 992px) {
  .w-lg--65 {
    width: 260px;
  }
  .h-lg--65 {
    height: 260px;
  }
}
@media (min-width: 992px) {
  .w-lg--66 {
    width: 264px;
  }
  .h-lg--66 {
    height: 264px;
  }
}
@media (min-width: 992px) {
  .w-lg--67 {
    width: 268px;
  }
  .h-lg--67 {
    height: 268px;
  }
}
@media (min-width: 992px) {
  .w-lg--68 {
    width: 272px;
  }
  .h-lg--68 {
    height: 272px;
  }
}
@media (min-width: 992px) {
  .w-lg--69 {
    width: 276px;
  }
  .h-lg--69 {
    height: 276px;
  }
}
@media (min-width: 992px) {
  .w-lg--70 {
    width: 280px;
  }
  .h-lg--70 {
    height: 280px;
  }
}
@media (min-width: 992px) {
  .w-lg--71 {
    width: 284px;
  }
  .h-lg--71 {
    height: 284px;
  }
}
@media (min-width: 992px) {
  .w-lg--72 {
    width: 288px;
  }
  .h-lg--72 {
    height: 288px;
  }
}
@media (min-width: 992px) {
  .w-lg--73 {
    width: 292px;
  }
  .h-lg--73 {
    height: 292px;
  }
}
@media (min-width: 992px) {
  .w-lg--74 {
    width: 296px;
  }
  .h-lg--74 {
    height: 296px;
  }
}
@media (min-width: 992px) {
  .w-lg--75 {
    width: 300px;
  }
  .h-lg--75 {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .w-lg--76 {
    width: 304px;
  }
  .h-lg--76 {
    height: 304px;
  }
}
@media (min-width: 992px) {
  .w-lg--77 {
    width: 308px;
  }
  .h-lg--77 {
    height: 308px;
  }
}
@media (min-width: 992px) {
  .w-lg--78 {
    width: 312px;
  }
  .h-lg--78 {
    height: 312px;
  }
}
@media (min-width: 992px) {
  .w-lg--79 {
    width: 316px;
  }
  .h-lg--79 {
    height: 316px;
  }
}
@media (min-width: 992px) {
  .w-lg--80 {
    width: 320px;
  }
  .h-lg--80 {
    height: 320px;
  }
}
@media (min-width: 992px) {
  .w-lg--81 {
    width: 324px;
  }
  .h-lg--81 {
    height: 324px;
  }
}
@media (min-width: 992px) {
  .w-lg--82 {
    width: 328px;
  }
  .h-lg--82 {
    height: 328px;
  }
}
@media (min-width: 992px) {
  .w-lg--83 {
    width: 332px;
  }
  .h-lg--83 {
    height: 332px;
  }
}
@media (min-width: 992px) {
  .w-lg--84 {
    width: 336px;
  }
  .h-lg--84 {
    height: 336px;
  }
}
@media (min-width: 992px) {
  .w-lg--85 {
    width: 340px;
  }
  .h-lg--85 {
    height: 340px;
  }
}
@media (min-width: 992px) {
  .w-lg--86 {
    width: 344px;
  }
  .h-lg--86 {
    height: 344px;
  }
}
@media (min-width: 992px) {
  .w-lg--87 {
    width: 348px;
  }
  .h-lg--87 {
    height: 348px;
  }
}
@media (min-width: 992px) {
  .w-lg--88 {
    width: 352px;
  }
  .h-lg--88 {
    height: 352px;
  }
}
@media (min-width: 992px) {
  .w-lg--89 {
    width: 356px;
  }
  .h-lg--89 {
    height: 356px;
  }
}
@media (min-width: 992px) {
  .w-lg--90 {
    width: 360px;
  }
  .h-lg--90 {
    height: 360px;
  }
}
@media (min-width: 992px) {
  .w-lg--91 {
    width: 364px;
  }
  .h-lg--91 {
    height: 364px;
  }
}
@media (min-width: 992px) {
  .w-lg--92 {
    width: 368px;
  }
  .h-lg--92 {
    height: 368px;
  }
}
@media (min-width: 992px) {
  .w-lg--93 {
    width: 372px;
  }
  .h-lg--93 {
    height: 372px;
  }
}
@media (min-width: 992px) {
  .w-lg--94 {
    width: 376px;
  }
  .h-lg--94 {
    height: 376px;
  }
}
@media (min-width: 992px) {
  .w-lg--95 {
    width: 380px;
  }
  .h-lg--95 {
    height: 380px;
  }
}
@media (min-width: 992px) {
  .w-lg--96 {
    width: 384px;
  }
  .h-lg--96 {
    height: 384px;
  }
}
@media (min-width: 992px) {
  .w-lg--97 {
    width: 388px;
  }
  .h-lg--97 {
    height: 388px;
  }
}
@media (min-width: 992px) {
  .w-lg--98 {
    width: 392px;
  }
  .h-lg--98 {
    height: 392px;
  }
}
@media (min-width: 992px) {
  .w-lg--99 {
    width: 396px;
  }
  .h-lg--99 {
    height: 396px;
  }
}
@media (min-width: 992px) {
  .w-lg--100 {
    width: 400px;
  }
  .h-lg--100 {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .w-lg--101 {
    width: 404px;
  }
  .h-lg--101 {
    height: 404px;
  }
}
@media (min-width: 992px) {
  .w-lg--102 {
    width: 408px;
  }
  .h-lg--102 {
    height: 408px;
  }
}
@media (min-width: 992px) {
  .w-lg--103 {
    width: 412px;
  }
  .h-lg--103 {
    height: 412px;
  }
}
@media (min-width: 992px) {
  .w-lg--104 {
    width: 416px;
  }
  .h-lg--104 {
    height: 416px;
  }
}
@media (min-width: 992px) {
  .w-lg--105 {
    width: 420px;
  }
  .h-lg--105 {
    height: 420px;
  }
}
@media (min-width: 992px) {
  .w-lg--106 {
    width: 424px;
  }
  .h-lg--106 {
    height: 424px;
  }
}
@media (min-width: 992px) {
  .w-lg--107 {
    width: 428px;
  }
  .h-lg--107 {
    height: 428px;
  }
}
@media (min-width: 992px) {
  .w-lg--108 {
    width: 432px;
  }
  .h-lg--108 {
    height: 432px;
  }
}
@media (min-width: 992px) {
  .w-lg--109 {
    width: 436px;
  }
  .h-lg--109 {
    height: 436px;
  }
}
@media (min-width: 992px) {
  .w-lg--110 {
    width: 440px;
  }
  .h-lg--110 {
    height: 440px;
  }
}
@media (min-width: 992px) {
  .w-lg--111 {
    width: 444px;
  }
  .h-lg--111 {
    height: 444px;
  }
}
@media (min-width: 992px) {
  .w-lg--112 {
    width: 448px;
  }
  .h-lg--112 {
    height: 448px;
  }
}
@media (min-width: 992px) {
  .w-lg--113 {
    width: 452px;
  }
  .h-lg--113 {
    height: 452px;
  }
}
@media (min-width: 992px) {
  .w-lg--114 {
    width: 456px;
  }
  .h-lg--114 {
    height: 456px;
  }
}
@media (min-width: 992px) {
  .w-lg--115 {
    width: 460px;
  }
  .h-lg--115 {
    height: 460px;
  }
}
@media (min-width: 992px) {
  .w-lg--116 {
    width: 464px;
  }
  .h-lg--116 {
    height: 464px;
  }
}
@media (min-width: 992px) {
  .w-lg--117 {
    width: 468px;
  }
  .h-lg--117 {
    height: 468px;
  }
}
@media (min-width: 992px) {
  .w-lg--118 {
    width: 472px;
  }
  .h-lg--118 {
    height: 472px;
  }
}
@media (min-width: 992px) {
  .w-lg--119 {
    width: 476px;
  }
  .h-lg--119 {
    height: 476px;
  }
}
@media (min-width: 992px) {
  .w-lg--120 {
    width: 480px;
  }
  .h-lg--120 {
    height: 480px;
  }
}
@media (min-width: 992px) {
  .w-lg--121 {
    width: 484px;
  }
  .h-lg--121 {
    height: 484px;
  }
}
@media (min-width: 992px) {
  .w-lg--122 {
    width: 488px;
  }
  .h-lg--122 {
    height: 488px;
  }
}
@media (min-width: 992px) {
  .w-lg--123 {
    width: 492px;
  }
  .h-lg--123 {
    height: 492px;
  }
}
@media (min-width: 992px) {
  .w-lg--124 {
    width: 496px;
  }
  .h-lg--124 {
    height: 496px;
  }
}
@media (min-width: 992px) {
  .w-lg--125 {
    width: 500px;
  }
  .h-lg--125 {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .w-lg--126 {
    width: 504px;
  }
  .h-lg--126 {
    height: 504px;
  }
}
@media (min-width: 992px) {
  .w-lg--127 {
    width: 508px;
  }
  .h-lg--127 {
    height: 508px;
  }
}
@media (min-width: 992px) {
  .w-lg--128 {
    width: 512px;
  }
  .h-lg--128 {
    height: 512px;
  }
}
@media (min-width: 992px) {
  .w-lg--129 {
    width: 516px;
  }
  .h-lg--129 {
    height: 516px;
  }
}
@media (min-width: 992px) {
  .w-lg--130 {
    width: 520px;
  }
  .h-lg--130 {
    height: 520px;
  }
}
@media (min-width: 992px) {
  .w-lg--131 {
    width: 524px;
  }
  .h-lg--131 {
    height: 524px;
  }
}
@media (min-width: 992px) {
  .w-lg--132 {
    width: 528px;
  }
  .h-lg--132 {
    height: 528px;
  }
}
@media (min-width: 992px) {
  .w-lg--133 {
    width: 532px;
  }
  .h-lg--133 {
    height: 532px;
  }
}
@media (min-width: 992px) {
  .w-lg--134 {
    width: 536px;
  }
  .h-lg--134 {
    height: 536px;
  }
}
@media (min-width: 992px) {
  .w-lg--135 {
    width: 540px;
  }
  .h-lg--135 {
    height: 540px;
  }
}
@media (min-width: 992px) {
  .w-lg--136 {
    width: 544px;
  }
  .h-lg--136 {
    height: 544px;
  }
}
@media (min-width: 992px) {
  .w-lg--137 {
    width: 548px;
  }
  .h-lg--137 {
    height: 548px;
  }
}
@media (min-width: 992px) {
  .w-lg--138 {
    width: 552px;
  }
  .h-lg--138 {
    height: 552px;
  }
}
@media (min-width: 992px) {
  .w-lg--139 {
    width: 556px;
  }
  .h-lg--139 {
    height: 556px;
  }
}
@media (min-width: 992px) {
  .w-lg--140 {
    width: 560px;
  }
  .h-lg--140 {
    height: 560px;
  }
}
@media (min-width: 992px) {
  .w-lg--141 {
    width: 564px;
  }
  .h-lg--141 {
    height: 564px;
  }
}
@media (min-width: 992px) {
  .w-lg--142 {
    width: 568px;
  }
  .h-lg--142 {
    height: 568px;
  }
}
@media (min-width: 992px) {
  .w-lg--143 {
    width: 572px;
  }
  .h-lg--143 {
    height: 572px;
  }
}
@media (min-width: 992px) {
  .w-lg--144 {
    width: 576px;
  }
  .h-lg--144 {
    height: 576px;
  }
}
@media (min-width: 992px) {
  .w-lg--145 {
    width: 580px;
  }
  .h-lg--145 {
    height: 580px;
  }
}
@media (min-width: 992px) {
  .w-lg--146 {
    width: 584px;
  }
  .h-lg--146 {
    height: 584px;
  }
}
@media (min-width: 992px) {
  .w-lg--147 {
    width: 588px;
  }
  .h-lg--147 {
    height: 588px;
  }
}
@media (min-width: 992px) {
  .w-lg--148 {
    width: 592px;
  }
  .h-lg--148 {
    height: 592px;
  }
}
@media (min-width: 992px) {
  .w-lg--149 {
    width: 596px;
  }
  .h-lg--149 {
    height: 596px;
  }
}
@media (min-width: 992px) {
  .w-lg--150 {
    width: 600px;
  }
  .h-lg--150 {
    height: 600px;
  }
}
@media (min-width: 992px) {
  .w-lg--151 {
    width: 604px;
  }
  .h-lg--151 {
    height: 604px;
  }
}
@media (min-width: 992px) {
  .w-lg--152 {
    width: 608px;
  }
  .h-lg--152 {
    height: 608px;
  }
}
@media (min-width: 992px) {
  .w-lg--153 {
    width: 612px;
  }
  .h-lg--153 {
    height: 612px;
  }
}
@media (min-width: 992px) {
  .w-lg--154 {
    width: 616px;
  }
  .h-lg--154 {
    height: 616px;
  }
}
@media (min-width: 992px) {
  .w-lg--155 {
    width: 620px;
  }
  .h-lg--155 {
    height: 620px;
  }
}
@media (min-width: 992px) {
  .w-lg--156 {
    width: 624px;
  }
  .h-lg--156 {
    height: 624px;
  }
}
@media (min-width: 992px) {
  .w-lg--157 {
    width: 628px;
  }
  .h-lg--157 {
    height: 628px;
  }
}
@media (min-width: 992px) {
  .w-lg--158 {
    width: 632px;
  }
  .h-lg--158 {
    height: 632px;
  }
}
@media (min-width: 992px) {
  .w-lg--159 {
    width: 636px;
  }
  .h-lg--159 {
    height: 636px;
  }
}
@media (min-width: 992px) {
  .w-lg--160 {
    width: 640px;
  }
  .h-lg--160 {
    height: 640px;
  }
}
@media (min-width: 992px) {
  .w-lg--161 {
    width: 644px;
  }
  .h-lg--161 {
    height: 644px;
  }
}
@media (min-width: 992px) {
  .w-lg--162 {
    width: 648px;
  }
  .h-lg--162 {
    height: 648px;
  }
}
@media (min-width: 992px) {
  .w-lg--163 {
    width: 652px;
  }
  .h-lg--163 {
    height: 652px;
  }
}
@media (min-width: 992px) {
  .w-lg--164 {
    width: 656px;
  }
  .h-lg--164 {
    height: 656px;
  }
}
@media (min-width: 992px) {
  .w-lg--165 {
    width: 660px;
  }
  .h-lg--165 {
    height: 660px;
  }
}
@media (min-width: 992px) {
  .w-lg--166 {
    width: 664px;
  }
  .h-lg--166 {
    height: 664px;
  }
}
@media (min-width: 992px) {
  .w-lg--167 {
    width: 668px;
  }
  .h-lg--167 {
    height: 668px;
  }
}
@media (min-width: 992px) {
  .w-lg--168 {
    width: 672px;
  }
  .h-lg--168 {
    height: 672px;
  }
}
@media (min-width: 992px) {
  .w-lg--169 {
    width: 676px;
  }
  .h-lg--169 {
    height: 676px;
  }
}
@media (min-width: 992px) {
  .w-lg--170 {
    width: 680px;
  }
  .h-lg--170 {
    height: 680px;
  }
}
@media (min-width: 992px) {
  .w-lg--171 {
    width: 684px;
  }
  .h-lg--171 {
    height: 684px;
  }
}
@media (min-width: 992px) {
  .w-lg--172 {
    width: 688px;
  }
  .h-lg--172 {
    height: 688px;
  }
}
@media (min-width: 992px) {
  .w-lg--173 {
    width: 692px;
  }
  .h-lg--173 {
    height: 692px;
  }
}
@media (min-width: 992px) {
  .w-lg--174 {
    width: 696px;
  }
  .h-lg--174 {
    height: 696px;
  }
}
@media (min-width: 992px) {
  .w-lg--175 {
    width: 700px;
  }
  .h-lg--175 {
    height: 700px;
  }
}
@media (min-width: 992px) {
  .w-lg--176 {
    width: 704px;
  }
  .h-lg--176 {
    height: 704px;
  }
}
@media (min-width: 992px) {
  .w-lg--177 {
    width: 708px;
  }
  .h-lg--177 {
    height: 708px;
  }
}
@media (min-width: 992px) {
  .w-lg--178 {
    width: 712px;
  }
  .h-lg--178 {
    height: 712px;
  }
}
@media (min-width: 992px) {
  .w-lg--179 {
    width: 716px;
  }
  .h-lg--179 {
    height: 716px;
  }
}
@media (min-width: 992px) {
  .w-lg--180 {
    width: 720px;
  }
  .h-lg--180 {
    height: 720px;
  }
}
@media (min-width: 992px) {
  .w-lg--181 {
    width: 724px;
  }
  .h-lg--181 {
    height: 724px;
  }
}
@media (min-width: 992px) {
  .w-lg--182 {
    width: 728px;
  }
  .h-lg--182 {
    height: 728px;
  }
}
@media (min-width: 992px) {
  .w-lg--183 {
    width: 732px;
  }
  .h-lg--183 {
    height: 732px;
  }
}
@media (min-width: 992px) {
  .w-lg--184 {
    width: 736px;
  }
  .h-lg--184 {
    height: 736px;
  }
}
@media (min-width: 992px) {
  .w-lg--185 {
    width: 740px;
  }
  .h-lg--185 {
    height: 740px;
  }
}
@media (min-width: 992px) {
  .w-lg--186 {
    width: 744px;
  }
  .h-lg--186 {
    height: 744px;
  }
}
@media (min-width: 992px) {
  .w-lg--187 {
    width: 748px;
  }
  .h-lg--187 {
    height: 748px;
  }
}
@media (min-width: 992px) {
  .w-lg--188 {
    width: 752px;
  }
  .h-lg--188 {
    height: 752px;
  }
}
@media (min-width: 992px) {
  .w-lg--189 {
    width: 756px;
  }
  .h-lg--189 {
    height: 756px;
  }
}
@media (min-width: 992px) {
  .w-lg--190 {
    width: 760px;
  }
  .h-lg--190 {
    height: 760px;
  }
}
@media (min-width: 992px) {
  .w-lg--191 {
    width: 764px;
  }
  .h-lg--191 {
    height: 764px;
  }
}
@media (min-width: 992px) {
  .w-lg--192 {
    width: 768px;
  }
  .h-lg--192 {
    height: 768px;
  }
}
@media (min-width: 992px) {
  .w-lg--193 {
    width: 772px;
  }
  .h-lg--193 {
    height: 772px;
  }
}
@media (min-width: 992px) {
  .w-lg--194 {
    width: 776px;
  }
  .h-lg--194 {
    height: 776px;
  }
}
@media (min-width: 992px) {
  .w-lg--195 {
    width: 780px;
  }
  .h-lg--195 {
    height: 780px;
  }
}
@media (min-width: 992px) {
  .w-lg--196 {
    width: 784px;
  }
  .h-lg--196 {
    height: 784px;
  }
}
@media (min-width: 992px) {
  .w-lg--197 {
    width: 788px;
  }
  .h-lg--197 {
    height: 788px;
  }
}
@media (min-width: 992px) {
  .w-lg--198 {
    width: 792px;
  }
  .h-lg--198 {
    height: 792px;
  }
}
@media (min-width: 992px) {
  .w-lg--199 {
    width: 796px;
  }
  .h-lg--199 {
    height: 796px;
  }
}
@media (min-width: 992px) {
  .w-lg--200 {
    width: 800px;
  }
  .h-lg--200 {
    height: 800px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--0 {
    width: 0px;
  }
  .h-xxl--0 {
    height: 0px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--1 {
    width: 4px;
  }
  .h-xxl--1 {
    height: 4px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--2 {
    width: 8px;
  }
  .h-xxl--2 {
    height: 8px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--3 {
    width: 12px;
  }
  .h-xxl--3 {
    height: 12px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--4 {
    width: 16px;
  }
  .h-xxl--4 {
    height: 16px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--5 {
    width: 20px;
  }
  .h-xxl--5 {
    height: 20px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--6 {
    width: 24px;
  }
  .h-xxl--6 {
    height: 24px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--7 {
    width: 28px;
  }
  .h-xxl--7 {
    height: 28px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--8 {
    width: 32px;
  }
  .h-xxl--8 {
    height: 32px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--9 {
    width: 36px;
  }
  .h-xxl--9 {
    height: 36px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--10 {
    width: 40px;
  }
  .h-xxl--10 {
    height: 40px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--11 {
    width: 44px;
  }
  .h-xxl--11 {
    height: 44px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--12 {
    width: 48px;
  }
  .h-xxl--12 {
    height: 48px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--13 {
    width: 52px;
  }
  .h-xxl--13 {
    height: 52px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--14 {
    width: 56px;
  }
  .h-xxl--14 {
    height: 56px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--15 {
    width: 60px;
  }
  .h-xxl--15 {
    height: 60px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--16 {
    width: 64px;
  }
  .h-xxl--16 {
    height: 64px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--17 {
    width: 68px;
  }
  .h-xxl--17 {
    height: 68px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--18 {
    width: 72px;
  }
  .h-xxl--18 {
    height: 72px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--19 {
    width: 76px;
  }
  .h-xxl--19 {
    height: 76px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--20 {
    width: 80px;
  }
  .h-xxl--20 {
    height: 80px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--21 {
    width: 84px;
  }
  .h-xxl--21 {
    height: 84px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--22 {
    width: 88px;
  }
  .h-xxl--22 {
    height: 88px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--23 {
    width: 92px;
  }
  .h-xxl--23 {
    height: 92px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--24 {
    width: 96px;
  }
  .h-xxl--24 {
    height: 96px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--25 {
    width: 100px;
  }
  .h-xxl--25 {
    height: 100px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--26 {
    width: 104px;
  }
  .h-xxl--26 {
    height: 104px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--27 {
    width: 108px;
  }
  .h-xxl--27 {
    height: 108px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--28 {
    width: 112px;
  }
  .h-xxl--28 {
    height: 112px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--29 {
    width: 116px;
  }
  .h-xxl--29 {
    height: 116px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--30 {
    width: 120px;
  }
  .h-xxl--30 {
    height: 120px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--31 {
    width: 124px;
  }
  .h-xxl--31 {
    height: 124px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--32 {
    width: 128px;
  }
  .h-xxl--32 {
    height: 128px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--33 {
    width: 132px;
  }
  .h-xxl--33 {
    height: 132px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--34 {
    width: 136px;
  }
  .h-xxl--34 {
    height: 136px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--35 {
    width: 140px;
  }
  .h-xxl--35 {
    height: 140px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--36 {
    width: 144px;
  }
  .h-xxl--36 {
    height: 144px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--37 {
    width: 148px;
  }
  .h-xxl--37 {
    height: 148px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--38 {
    width: 152px;
  }
  .h-xxl--38 {
    height: 152px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--39 {
    width: 156px;
  }
  .h-xxl--39 {
    height: 156px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--40 {
    width: 160px;
  }
  .h-xxl--40 {
    height: 160px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--41 {
    width: 164px;
  }
  .h-xxl--41 {
    height: 164px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--42 {
    width: 168px;
  }
  .h-xxl--42 {
    height: 168px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--43 {
    width: 172px;
  }
  .h-xxl--43 {
    height: 172px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--44 {
    width: 176px;
  }
  .h-xxl--44 {
    height: 176px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--45 {
    width: 180px;
  }
  .h-xxl--45 {
    height: 180px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--46 {
    width: 184px;
  }
  .h-xxl--46 {
    height: 184px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--47 {
    width: 188px;
  }
  .h-xxl--47 {
    height: 188px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--48 {
    width: 192px;
  }
  .h-xxl--48 {
    height: 192px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--49 {
    width: 196px;
  }
  .h-xxl--49 {
    height: 196px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--50 {
    width: 200px;
  }
  .h-xxl--50 {
    height: 200px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--51 {
    width: 204px;
  }
  .h-xxl--51 {
    height: 204px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--52 {
    width: 208px;
  }
  .h-xxl--52 {
    height: 208px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--53 {
    width: 212px;
  }
  .h-xxl--53 {
    height: 212px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--54 {
    width: 216px;
  }
  .h-xxl--54 {
    height: 216px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--55 {
    width: 220px;
  }
  .h-xxl--55 {
    height: 220px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--56 {
    width: 224px;
  }
  .h-xxl--56 {
    height: 224px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--57 {
    width: 228px;
  }
  .h-xxl--57 {
    height: 228px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--58 {
    width: 232px;
  }
  .h-xxl--58 {
    height: 232px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--59 {
    width: 236px;
  }
  .h-xxl--59 {
    height: 236px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--60 {
    width: 240px;
  }
  .h-xxl--60 {
    height: 240px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--61 {
    width: 244px;
  }
  .h-xxl--61 {
    height: 244px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--62 {
    width: 248px;
  }
  .h-xxl--62 {
    height: 248px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--63 {
    width: 252px;
  }
  .h-xxl--63 {
    height: 252px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--64 {
    width: 256px;
  }
  .h-xxl--64 {
    height: 256px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--65 {
    width: 260px;
  }
  .h-xxl--65 {
    height: 260px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--66 {
    width: 264px;
  }
  .h-xxl--66 {
    height: 264px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--67 {
    width: 268px;
  }
  .h-xxl--67 {
    height: 268px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--68 {
    width: 272px;
  }
  .h-xxl--68 {
    height: 272px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--69 {
    width: 276px;
  }
  .h-xxl--69 {
    height: 276px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--70 {
    width: 280px;
  }
  .h-xxl--70 {
    height: 280px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--71 {
    width: 284px;
  }
  .h-xxl--71 {
    height: 284px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--72 {
    width: 288px;
  }
  .h-xxl--72 {
    height: 288px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--73 {
    width: 292px;
  }
  .h-xxl--73 {
    height: 292px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--74 {
    width: 296px;
  }
  .h-xxl--74 {
    height: 296px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--75 {
    width: 300px;
  }
  .h-xxl--75 {
    height: 300px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--76 {
    width: 304px;
  }
  .h-xxl--76 {
    height: 304px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--77 {
    width: 308px;
  }
  .h-xxl--77 {
    height: 308px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--78 {
    width: 312px;
  }
  .h-xxl--78 {
    height: 312px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--79 {
    width: 316px;
  }
  .h-xxl--79 {
    height: 316px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--80 {
    width: 320px;
  }
  .h-xxl--80 {
    height: 320px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--81 {
    width: 324px;
  }
  .h-xxl--81 {
    height: 324px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--82 {
    width: 328px;
  }
  .h-xxl--82 {
    height: 328px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--83 {
    width: 332px;
  }
  .h-xxl--83 {
    height: 332px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--84 {
    width: 336px;
  }
  .h-xxl--84 {
    height: 336px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--85 {
    width: 340px;
  }
  .h-xxl--85 {
    height: 340px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--86 {
    width: 344px;
  }
  .h-xxl--86 {
    height: 344px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--87 {
    width: 348px;
  }
  .h-xxl--87 {
    height: 348px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--88 {
    width: 352px;
  }
  .h-xxl--88 {
    height: 352px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--89 {
    width: 356px;
  }
  .h-xxl--89 {
    height: 356px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--90 {
    width: 360px;
  }
  .h-xxl--90 {
    height: 360px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--91 {
    width: 364px;
  }
  .h-xxl--91 {
    height: 364px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--92 {
    width: 368px;
  }
  .h-xxl--92 {
    height: 368px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--93 {
    width: 372px;
  }
  .h-xxl--93 {
    height: 372px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--94 {
    width: 376px;
  }
  .h-xxl--94 {
    height: 376px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--95 {
    width: 380px;
  }
  .h-xxl--95 {
    height: 380px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--96 {
    width: 384px;
  }
  .h-xxl--96 {
    height: 384px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--97 {
    width: 388px;
  }
  .h-xxl--97 {
    height: 388px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--98 {
    width: 392px;
  }
  .h-xxl--98 {
    height: 392px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--99 {
    width: 396px;
  }
  .h-xxl--99 {
    height: 396px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--100 {
    width: 400px;
  }
  .h-xxl--100 {
    height: 400px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--101 {
    width: 404px;
  }
  .h-xxl--101 {
    height: 404px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--102 {
    width: 408px;
  }
  .h-xxl--102 {
    height: 408px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--103 {
    width: 412px;
  }
  .h-xxl--103 {
    height: 412px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--104 {
    width: 416px;
  }
  .h-xxl--104 {
    height: 416px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--105 {
    width: 420px;
  }
  .h-xxl--105 {
    height: 420px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--106 {
    width: 424px;
  }
  .h-xxl--106 {
    height: 424px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--107 {
    width: 428px;
  }
  .h-xxl--107 {
    height: 428px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--108 {
    width: 432px;
  }
  .h-xxl--108 {
    height: 432px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--109 {
    width: 436px;
  }
  .h-xxl--109 {
    height: 436px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--110 {
    width: 440px;
  }
  .h-xxl--110 {
    height: 440px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--111 {
    width: 444px;
  }
  .h-xxl--111 {
    height: 444px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--112 {
    width: 448px;
  }
  .h-xxl--112 {
    height: 448px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--113 {
    width: 452px;
  }
  .h-xxl--113 {
    height: 452px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--114 {
    width: 456px;
  }
  .h-xxl--114 {
    height: 456px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--115 {
    width: 460px;
  }
  .h-xxl--115 {
    height: 460px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--116 {
    width: 464px;
  }
  .h-xxl--116 {
    height: 464px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--117 {
    width: 468px;
  }
  .h-xxl--117 {
    height: 468px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--118 {
    width: 472px;
  }
  .h-xxl--118 {
    height: 472px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--119 {
    width: 476px;
  }
  .h-xxl--119 {
    height: 476px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--120 {
    width: 480px;
  }
  .h-xxl--120 {
    height: 480px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--121 {
    width: 484px;
  }
  .h-xxl--121 {
    height: 484px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--122 {
    width: 488px;
  }
  .h-xxl--122 {
    height: 488px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--123 {
    width: 492px;
  }
  .h-xxl--123 {
    height: 492px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--124 {
    width: 496px;
  }
  .h-xxl--124 {
    height: 496px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--125 {
    width: 500px;
  }
  .h-xxl--125 {
    height: 500px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--126 {
    width: 504px;
  }
  .h-xxl--126 {
    height: 504px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--127 {
    width: 508px;
  }
  .h-xxl--127 {
    height: 508px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--128 {
    width: 512px;
  }
  .h-xxl--128 {
    height: 512px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--129 {
    width: 516px;
  }
  .h-xxl--129 {
    height: 516px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--130 {
    width: 520px;
  }
  .h-xxl--130 {
    height: 520px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--131 {
    width: 524px;
  }
  .h-xxl--131 {
    height: 524px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--132 {
    width: 528px;
  }
  .h-xxl--132 {
    height: 528px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--133 {
    width: 532px;
  }
  .h-xxl--133 {
    height: 532px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--134 {
    width: 536px;
  }
  .h-xxl--134 {
    height: 536px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--135 {
    width: 540px;
  }
  .h-xxl--135 {
    height: 540px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--136 {
    width: 544px;
  }
  .h-xxl--136 {
    height: 544px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--137 {
    width: 548px;
  }
  .h-xxl--137 {
    height: 548px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--138 {
    width: 552px;
  }
  .h-xxl--138 {
    height: 552px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--139 {
    width: 556px;
  }
  .h-xxl--139 {
    height: 556px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--140 {
    width: 560px;
  }
  .h-xxl--140 {
    height: 560px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--141 {
    width: 564px;
  }
  .h-xxl--141 {
    height: 564px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--142 {
    width: 568px;
  }
  .h-xxl--142 {
    height: 568px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--143 {
    width: 572px;
  }
  .h-xxl--143 {
    height: 572px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--144 {
    width: 576px;
  }
  .h-xxl--144 {
    height: 576px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--145 {
    width: 580px;
  }
  .h-xxl--145 {
    height: 580px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--146 {
    width: 584px;
  }
  .h-xxl--146 {
    height: 584px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--147 {
    width: 588px;
  }
  .h-xxl--147 {
    height: 588px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--148 {
    width: 592px;
  }
  .h-xxl--148 {
    height: 592px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--149 {
    width: 596px;
  }
  .h-xxl--149 {
    height: 596px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--150 {
    width: 600px;
  }
  .h-xxl--150 {
    height: 600px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--151 {
    width: 604px;
  }
  .h-xxl--151 {
    height: 604px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--152 {
    width: 608px;
  }
  .h-xxl--152 {
    height: 608px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--153 {
    width: 612px;
  }
  .h-xxl--153 {
    height: 612px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--154 {
    width: 616px;
  }
  .h-xxl--154 {
    height: 616px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--155 {
    width: 620px;
  }
  .h-xxl--155 {
    height: 620px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--156 {
    width: 624px;
  }
  .h-xxl--156 {
    height: 624px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--157 {
    width: 628px;
  }
  .h-xxl--157 {
    height: 628px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--158 {
    width: 632px;
  }
  .h-xxl--158 {
    height: 632px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--159 {
    width: 636px;
  }
  .h-xxl--159 {
    height: 636px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--160 {
    width: 640px;
  }
  .h-xxl--160 {
    height: 640px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--161 {
    width: 644px;
  }
  .h-xxl--161 {
    height: 644px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--162 {
    width: 648px;
  }
  .h-xxl--162 {
    height: 648px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--163 {
    width: 652px;
  }
  .h-xxl--163 {
    height: 652px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--164 {
    width: 656px;
  }
  .h-xxl--164 {
    height: 656px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--165 {
    width: 660px;
  }
  .h-xxl--165 {
    height: 660px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--166 {
    width: 664px;
  }
  .h-xxl--166 {
    height: 664px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--167 {
    width: 668px;
  }
  .h-xxl--167 {
    height: 668px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--168 {
    width: 672px;
  }
  .h-xxl--168 {
    height: 672px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--169 {
    width: 676px;
  }
  .h-xxl--169 {
    height: 676px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--170 {
    width: 680px;
  }
  .h-xxl--170 {
    height: 680px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--171 {
    width: 684px;
  }
  .h-xxl--171 {
    height: 684px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--172 {
    width: 688px;
  }
  .h-xxl--172 {
    height: 688px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--173 {
    width: 692px;
  }
  .h-xxl--173 {
    height: 692px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--174 {
    width: 696px;
  }
  .h-xxl--174 {
    height: 696px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--175 {
    width: 700px;
  }
  .h-xxl--175 {
    height: 700px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--176 {
    width: 704px;
  }
  .h-xxl--176 {
    height: 704px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--177 {
    width: 708px;
  }
  .h-xxl--177 {
    height: 708px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--178 {
    width: 712px;
  }
  .h-xxl--178 {
    height: 712px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--179 {
    width: 716px;
  }
  .h-xxl--179 {
    height: 716px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--180 {
    width: 720px;
  }
  .h-xxl--180 {
    height: 720px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--181 {
    width: 724px;
  }
  .h-xxl--181 {
    height: 724px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--182 {
    width: 728px;
  }
  .h-xxl--182 {
    height: 728px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--183 {
    width: 732px;
  }
  .h-xxl--183 {
    height: 732px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--184 {
    width: 736px;
  }
  .h-xxl--184 {
    height: 736px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--185 {
    width: 740px;
  }
  .h-xxl--185 {
    height: 740px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--186 {
    width: 744px;
  }
  .h-xxl--186 {
    height: 744px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--187 {
    width: 748px;
  }
  .h-xxl--187 {
    height: 748px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--188 {
    width: 752px;
  }
  .h-xxl--188 {
    height: 752px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--189 {
    width: 756px;
  }
  .h-xxl--189 {
    height: 756px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--190 {
    width: 760px;
  }
  .h-xxl--190 {
    height: 760px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--191 {
    width: 764px;
  }
  .h-xxl--191 {
    height: 764px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--192 {
    width: 768px;
  }
  .h-xxl--192 {
    height: 768px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--193 {
    width: 772px;
  }
  .h-xxl--193 {
    height: 772px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--194 {
    width: 776px;
  }
  .h-xxl--194 {
    height: 776px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--195 {
    width: 780px;
  }
  .h-xxl--195 {
    height: 780px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--196 {
    width: 784px;
  }
  .h-xxl--196 {
    height: 784px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--197 {
    width: 788px;
  }
  .h-xxl--197 {
    height: 788px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--198 {
    width: 792px;
  }
  .h-xxl--198 {
    height: 792px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--199 {
    width: 796px;
  }
  .h-xxl--199 {
    height: 796px;
  }
}
@media (min-width: 1440px) {
  .w-xxl--200 {
    width: 800px;
  }
  .h-xxl--200 {
    height: 800px;
  }
}
.mw--0 {
  max-width: 0px;
}

.mh--0 {
  max-height: 0px;
}

.mw--1 {
  max-width: 4px;
}

.mh--1 {
  max-height: 4px;
}

.mw--2 {
  max-width: 8px;
}

.mh--2 {
  max-height: 8px;
}

.mw--3 {
  max-width: 12px;
}

.mh--3 {
  max-height: 12px;
}

.mw--4 {
  max-width: 16px;
}

.mh--4 {
  max-height: 16px;
}

.mw--5 {
  max-width: 20px;
}

.mh--5 {
  max-height: 20px;
}

.mw--6 {
  max-width: 24px;
}

.mh--6 {
  max-height: 24px;
}

.mw--7 {
  max-width: 28px;
}

.mh--7 {
  max-height: 28px;
}

.mw--8 {
  max-width: 32px;
}

.mh--8 {
  max-height: 32px;
}

.mw--9 {
  max-width: 36px;
}

.mh--9 {
  max-height: 36px;
}

.mw--10 {
  max-width: 40px;
}

.mh--10 {
  max-height: 40px;
}

.mw--11 {
  max-width: 44px;
}

.mh--11 {
  max-height: 44px;
}

.mw--12 {
  max-width: 48px;
}

.mh--12 {
  max-height: 48px;
}

.mw--13 {
  max-width: 52px;
}

.mh--13 {
  max-height: 52px;
}

.mw--14 {
  max-width: 56px;
}

.mh--14 {
  max-height: 56px;
}

.mw--15 {
  max-width: 60px;
}

.mh--15 {
  max-height: 60px;
}

.mw--16 {
  max-width: 64px;
}

.mh--16 {
  max-height: 64px;
}

.mw--17 {
  max-width: 68px;
}

.mh--17 {
  max-height: 68px;
}

.mw--18 {
  max-width: 72px;
}

.mh--18 {
  max-height: 72px;
}

.mw--19 {
  max-width: 76px;
}

.mh--19 {
  max-height: 76px;
}

.mw--20 {
  max-width: 80px;
}

.mh--20 {
  max-height: 80px;
}

.mw--21 {
  max-width: 84px;
}

.mh--21 {
  max-height: 84px;
}

.mw--22 {
  max-width: 88px;
}

.mh--22 {
  max-height: 88px;
}

.mw--23 {
  max-width: 92px;
}

.mh--23 {
  max-height: 92px;
}

.mw--24 {
  max-width: 96px;
}

.mh--24 {
  max-height: 96px;
}

.mw--25 {
  max-width: 100px;
}

.mh--25 {
  max-height: 100px;
}

.mw--26 {
  max-width: 104px;
}

.mh--26 {
  max-height: 104px;
}

.mw--27 {
  max-width: 108px;
}

.mh--27 {
  max-height: 108px;
}

.mw--28 {
  max-width: 112px;
}

.mh--28 {
  max-height: 112px;
}

.mw--29 {
  max-width: 116px;
}

.mh--29 {
  max-height: 116px;
}

.mw--30 {
  max-width: 120px;
}

.mh--30 {
  max-height: 120px;
}

.mw--31 {
  max-width: 124px;
}

.mh--31 {
  max-height: 124px;
}

.mw--32 {
  max-width: 128px;
}

.mh--32 {
  max-height: 128px;
}

.mw--33 {
  max-width: 132px;
}

.mh--33 {
  max-height: 132px;
}

.mw--34 {
  max-width: 136px;
}

.mh--34 {
  max-height: 136px;
}

.mw--35 {
  max-width: 140px;
}

.mh--35 {
  max-height: 140px;
}

.mw--36 {
  max-width: 144px;
}

.mh--36 {
  max-height: 144px;
}

.mw--37 {
  max-width: 148px;
}

.mh--37 {
  max-height: 148px;
}

.mw--38 {
  max-width: 152px;
}

.mh--38 {
  max-height: 152px;
}

.mw--39 {
  max-width: 156px;
}

.mh--39 {
  max-height: 156px;
}

.mw--40 {
  max-width: 160px;
}

.mh--40 {
  max-height: 160px;
}

.mw--41 {
  max-width: 164px;
}

.mh--41 {
  max-height: 164px;
}

.mw--42 {
  max-width: 168px;
}

.mh--42 {
  max-height: 168px;
}

.mw--43 {
  max-width: 172px;
}

.mh--43 {
  max-height: 172px;
}

.mw--44 {
  max-width: 176px;
}

.mh--44 {
  max-height: 176px;
}

.mw--45 {
  max-width: 180px;
}

.mh--45 {
  max-height: 180px;
}

.mw--46 {
  max-width: 184px;
}

.mh--46 {
  max-height: 184px;
}

.mw--47 {
  max-width: 188px;
}

.mh--47 {
  max-height: 188px;
}

.mw--48 {
  max-width: 192px;
}

.mh--48 {
  max-height: 192px;
}

.mw--49 {
  max-width: 196px;
}

.mh--49 {
  max-height: 196px;
}

.mw--50 {
  max-width: 200px;
}

.mh--50 {
  max-height: 200px;
}

.mw--51 {
  max-width: 204px;
}

.mh--51 {
  max-height: 204px;
}

.mw--52 {
  max-width: 208px;
}

.mh--52 {
  max-height: 208px;
}

.mw--53 {
  max-width: 212px;
}

.mh--53 {
  max-height: 212px;
}

.mw--54 {
  max-width: 216px;
}

.mh--54 {
  max-height: 216px;
}

.mw--55 {
  max-width: 220px;
}

.mh--55 {
  max-height: 220px;
}

.mw--56 {
  max-width: 224px;
}

.mh--56 {
  max-height: 224px;
}

.mw--57 {
  max-width: 228px;
}

.mh--57 {
  max-height: 228px;
}

.mw--58 {
  max-width: 232px;
}

.mh--58 {
  max-height: 232px;
}

.mw--59 {
  max-width: 236px;
}

.mh--59 {
  max-height: 236px;
}

.mw--60 {
  max-width: 240px;
}

.mh--60 {
  max-height: 240px;
}

.mw--61 {
  max-width: 244px;
}

.mh--61 {
  max-height: 244px;
}

.mw--62 {
  max-width: 248px;
}

.mh--62 {
  max-height: 248px;
}

.mw--63 {
  max-width: 252px;
}

.mh--63 {
  max-height: 252px;
}

.mw--64 {
  max-width: 256px;
}

.mh--64 {
  max-height: 256px;
}

.mw--65 {
  max-width: 260px;
}

.mh--65 {
  max-height: 260px;
}

.mw--66 {
  max-width: 264px;
}

.mh--66 {
  max-height: 264px;
}

.mw--67 {
  max-width: 268px;
}

.mh--67 {
  max-height: 268px;
}

.mw--68 {
  max-width: 272px;
}

.mh--68 {
  max-height: 272px;
}

.mw--69 {
  max-width: 276px;
}

.mh--69 {
  max-height: 276px;
}

.mw--70 {
  max-width: 280px;
}

.mh--70 {
  max-height: 280px;
}

.mw--71 {
  max-width: 284px;
}

.mh--71 {
  max-height: 284px;
}

.mw--72 {
  max-width: 288px;
}

.mh--72 {
  max-height: 288px;
}

.mw--73 {
  max-width: 292px;
}

.mh--73 {
  max-height: 292px;
}

.mw--74 {
  max-width: 296px;
}

.mh--74 {
  max-height: 296px;
}

.mw--75 {
  max-width: 300px;
}

.mh--75 {
  max-height: 300px;
}

.mw--76 {
  max-width: 304px;
}

.mh--76 {
  max-height: 304px;
}

.mw--77 {
  max-width: 308px;
}

.mh--77 {
  max-height: 308px;
}

.mw--78 {
  max-width: 312px;
}

.mh--78 {
  max-height: 312px;
}

.mw--79 {
  max-width: 316px;
}

.mh--79 {
  max-height: 316px;
}

.mw--80 {
  max-width: 320px;
}

.mh--80 {
  max-height: 320px;
}

.mw--81 {
  max-width: 324px;
}

.mh--81 {
  max-height: 324px;
}

.mw--82 {
  max-width: 328px;
}

.mh--82 {
  max-height: 328px;
}

.mw--83 {
  max-width: 332px;
}

.mh--83 {
  max-height: 332px;
}

.mw--84 {
  max-width: 336px;
}

.mh--84 {
  max-height: 336px;
}

.mw--85 {
  max-width: 340px;
}

.mh--85 {
  max-height: 340px;
}

.mw--86 {
  max-width: 344px;
}

.mh--86 {
  max-height: 344px;
}

.mw--87 {
  max-width: 348px;
}

.mh--87 {
  max-height: 348px;
}

.mw--88 {
  max-width: 352px;
}

.mh--88 {
  max-height: 352px;
}

.mw--89 {
  max-width: 356px;
}

.mh--89 {
  max-height: 356px;
}

.mw--90 {
  max-width: 360px;
}

.mh--90 {
  max-height: 360px;
}

.mw--91 {
  max-width: 364px;
}

.mh--91 {
  max-height: 364px;
}

.mw--92 {
  max-width: 368px;
}

.mh--92 {
  max-height: 368px;
}

.mw--93 {
  max-width: 372px;
}

.mh--93 {
  max-height: 372px;
}

.mw--94 {
  max-width: 376px;
}

.mh--94 {
  max-height: 376px;
}

.mw--95 {
  max-width: 380px;
}

.mh--95 {
  max-height: 380px;
}

.mw--96 {
  max-width: 384px;
}

.mh--96 {
  max-height: 384px;
}

.mw--97 {
  max-width: 388px;
}

.mh--97 {
  max-height: 388px;
}

.mw--98 {
  max-width: 392px;
}

.mh--98 {
  max-height: 392px;
}

.mw--99 {
  max-width: 396px;
}

.mh--99 {
  max-height: 396px;
}

.mw--100 {
  max-width: 400px;
}

.mh--100 {
  max-height: 400px;
}

.mw--101 {
  max-width: 404px;
}

.mh--101 {
  max-height: 404px;
}

.mw--102 {
  max-width: 408px;
}

.mh--102 {
  max-height: 408px;
}

.mw--103 {
  max-width: 412px;
}

.mh--103 {
  max-height: 412px;
}

.mw--104 {
  max-width: 416px;
}

.mh--104 {
  max-height: 416px;
}

.mw--105 {
  max-width: 420px;
}

.mh--105 {
  max-height: 420px;
}

.mw--106 {
  max-width: 424px;
}

.mh--106 {
  max-height: 424px;
}

.mw--107 {
  max-width: 428px;
}

.mh--107 {
  max-height: 428px;
}

.mw--108 {
  max-width: 432px;
}

.mh--108 {
  max-height: 432px;
}

.mw--109 {
  max-width: 436px;
}

.mh--109 {
  max-height: 436px;
}

.mw--110 {
  max-width: 440px;
}

.mh--110 {
  max-height: 440px;
}

.mw--111 {
  max-width: 444px;
}

.mh--111 {
  max-height: 444px;
}

.mw--112 {
  max-width: 448px;
}

.mh--112 {
  max-height: 448px;
}

.mw--113 {
  max-width: 452px;
}

.mh--113 {
  max-height: 452px;
}

.mw--114 {
  max-width: 456px;
}

.mh--114 {
  max-height: 456px;
}

.mw--115 {
  max-width: 460px;
}

.mh--115 {
  max-height: 460px;
}

.mw--116 {
  max-width: 464px;
}

.mh--116 {
  max-height: 464px;
}

.mw--117 {
  max-width: 468px;
}

.mh--117 {
  max-height: 468px;
}

.mw--118 {
  max-width: 472px;
}

.mh--118 {
  max-height: 472px;
}

.mw--119 {
  max-width: 476px;
}

.mh--119 {
  max-height: 476px;
}

.mw--120 {
  max-width: 480px;
}

.mh--120 {
  max-height: 480px;
}

.mw--121 {
  max-width: 484px;
}

.mh--121 {
  max-height: 484px;
}

.mw--122 {
  max-width: 488px;
}

.mh--122 {
  max-height: 488px;
}

.mw--123 {
  max-width: 492px;
}

.mh--123 {
  max-height: 492px;
}

.mw--124 {
  max-width: 496px;
}

.mh--124 {
  max-height: 496px;
}

.mw--125 {
  max-width: 500px;
}

.mh--125 {
  max-height: 500px;
}

.mw--126 {
  max-width: 504px;
}

.mh--126 {
  max-height: 504px;
}

.mw--127 {
  max-width: 508px;
}

.mh--127 {
  max-height: 508px;
}

.mw--128 {
  max-width: 512px;
}

.mh--128 {
  max-height: 512px;
}

.mw--129 {
  max-width: 516px;
}

.mh--129 {
  max-height: 516px;
}

.mw--130 {
  max-width: 520px;
}

.mh--130 {
  max-height: 520px;
}

.mw--131 {
  max-width: 524px;
}

.mh--131 {
  max-height: 524px;
}

.mw--132 {
  max-width: 528px;
}

.mh--132 {
  max-height: 528px;
}

.mw--133 {
  max-width: 532px;
}

.mh--133 {
  max-height: 532px;
}

.mw--134 {
  max-width: 536px;
}

.mh--134 {
  max-height: 536px;
}

.mw--135 {
  max-width: 540px;
}

.mh--135 {
  max-height: 540px;
}

.mw--136 {
  max-width: 544px;
}

.mh--136 {
  max-height: 544px;
}

.mw--137 {
  max-width: 548px;
}

.mh--137 {
  max-height: 548px;
}

.mw--138 {
  max-width: 552px;
}

.mh--138 {
  max-height: 552px;
}

.mw--139 {
  max-width: 556px;
}

.mh--139 {
  max-height: 556px;
}

.mw--140 {
  max-width: 560px;
}

.mh--140 {
  max-height: 560px;
}

.mw--141 {
  max-width: 564px;
}

.mh--141 {
  max-height: 564px;
}

.mw--142 {
  max-width: 568px;
}

.mh--142 {
  max-height: 568px;
}

.mw--143 {
  max-width: 572px;
}

.mh--143 {
  max-height: 572px;
}

.mw--144 {
  max-width: 576px;
}

.mh--144 {
  max-height: 576px;
}

.mw--145 {
  max-width: 580px;
}

.mh--145 {
  max-height: 580px;
}

.mw--146 {
  max-width: 584px;
}

.mh--146 {
  max-height: 584px;
}

.mw--147 {
  max-width: 588px;
}

.mh--147 {
  max-height: 588px;
}

.mw--148 {
  max-width: 592px;
}

.mh--148 {
  max-height: 592px;
}

.mw--149 {
  max-width: 596px;
}

.mh--149 {
  max-height: 596px;
}

.mw--150 {
  max-width: 600px;
}

.mh--150 {
  max-height: 600px;
}

.mw--151 {
  max-width: 604px;
}

.mh--151 {
  max-height: 604px;
}

.mw--152 {
  max-width: 608px;
}

.mh--152 {
  max-height: 608px;
}

.mw--153 {
  max-width: 612px;
}

.mh--153 {
  max-height: 612px;
}

.mw--154 {
  max-width: 616px;
}

.mh--154 {
  max-height: 616px;
}

.mw--155 {
  max-width: 620px;
}

.mh--155 {
  max-height: 620px;
}

.mw--156 {
  max-width: 624px;
}

.mh--156 {
  max-height: 624px;
}

.mw--157 {
  max-width: 628px;
}

.mh--157 {
  max-height: 628px;
}

.mw--158 {
  max-width: 632px;
}

.mh--158 {
  max-height: 632px;
}

.mw--159 {
  max-width: 636px;
}

.mh--159 {
  max-height: 636px;
}

.mw--160 {
  max-width: 640px;
}

.mh--160 {
  max-height: 640px;
}

.mw--161 {
  max-width: 644px;
}

.mh--161 {
  max-height: 644px;
}

.mw--162 {
  max-width: 648px;
}

.mh--162 {
  max-height: 648px;
}

.mw--163 {
  max-width: 652px;
}

.mh--163 {
  max-height: 652px;
}

.mw--164 {
  max-width: 656px;
}

.mh--164 {
  max-height: 656px;
}

.mw--165 {
  max-width: 660px;
}

.mh--165 {
  max-height: 660px;
}

.mw--166 {
  max-width: 664px;
}

.mh--166 {
  max-height: 664px;
}

.mw--167 {
  max-width: 668px;
}

.mh--167 {
  max-height: 668px;
}

.mw--168 {
  max-width: 672px;
}

.mh--168 {
  max-height: 672px;
}

.mw--169 {
  max-width: 676px;
}

.mh--169 {
  max-height: 676px;
}

.mw--170 {
  max-width: 680px;
}

.mh--170 {
  max-height: 680px;
}

.mw--171 {
  max-width: 684px;
}

.mh--171 {
  max-height: 684px;
}

.mw--172 {
  max-width: 688px;
}

.mh--172 {
  max-height: 688px;
}

.mw--173 {
  max-width: 692px;
}

.mh--173 {
  max-height: 692px;
}

.mw--174 {
  max-width: 696px;
}

.mh--174 {
  max-height: 696px;
}

.mw--175 {
  max-width: 700px;
}

.mh--175 {
  max-height: 700px;
}

.mw--176 {
  max-width: 704px;
}

.mh--176 {
  max-height: 704px;
}

.mw--177 {
  max-width: 708px;
}

.mh--177 {
  max-height: 708px;
}

.mw--178 {
  max-width: 712px;
}

.mh--178 {
  max-height: 712px;
}

.mw--179 {
  max-width: 716px;
}

.mh--179 {
  max-height: 716px;
}

.mw--180 {
  max-width: 720px;
}

.mh--180 {
  max-height: 720px;
}

.mw--181 {
  max-width: 724px;
}

.mh--181 {
  max-height: 724px;
}

.mw--182 {
  max-width: 728px;
}

.mh--182 {
  max-height: 728px;
}

.mw--183 {
  max-width: 732px;
}

.mh--183 {
  max-height: 732px;
}

.mw--184 {
  max-width: 736px;
}

.mh--184 {
  max-height: 736px;
}

.mw--185 {
  max-width: 740px;
}

.mh--185 {
  max-height: 740px;
}

.mw--186 {
  max-width: 744px;
}

.mh--186 {
  max-height: 744px;
}

.mw--187 {
  max-width: 748px;
}

.mh--187 {
  max-height: 748px;
}

.mw--188 {
  max-width: 752px;
}

.mh--188 {
  max-height: 752px;
}

.mw--189 {
  max-width: 756px;
}

.mh--189 {
  max-height: 756px;
}

.mw--190 {
  max-width: 760px;
}

.mh--190 {
  max-height: 760px;
}

.mw--191 {
  max-width: 764px;
}

.mh--191 {
  max-height: 764px;
}

.mw--192 {
  max-width: 768px;
}

.mh--192 {
  max-height: 768px;
}

.mw--193 {
  max-width: 772px;
}

.mh--193 {
  max-height: 772px;
}

.mw--194 {
  max-width: 776px;
}

.mh--194 {
  max-height: 776px;
}

.mw--195 {
  max-width: 780px;
}

.mh--195 {
  max-height: 780px;
}

.mw--196 {
  max-width: 784px;
}

.mh--196 {
  max-height: 784px;
}

.mw--197 {
  max-width: 788px;
}

.mh--197 {
  max-height: 788px;
}

.mw--198 {
  max-width: 792px;
}

.mh--198 {
  max-height: 792px;
}

.mw--199 {
  max-width: 796px;
}

.mh--199 {
  max-height: 796px;
}

.mw--200 {
  max-width: 800px;
}

.mh--200 {
  max-height: 800px;
}

.transition {
  transition: all 0.3s ease;
}

.bg-light-o2 {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.bg-dark-o2 {
  background-color: rgba(226, 49, 59, 0.2) !important;
}

.bg-gradient-slide {
  background: linear-gradient(0deg, rgba(26, 26, 26, 0.9) -4.22%, rgba(4, 4, 4, 0.1) 57.63%);
}

.bg-gradient-banner {
  background: linear-gradient(0deg, rgba(0, 60, 91, 0.81) 0%, rgba(0, 87, 134, 0) 34.27%);
}

.border-light-o4 {
  border-color: rgba(255, 255, 255, 0.4);
}

.btn:focus {
  box-shadow: none;
}

.btn-linear-rounded {
  border-radius: 50px;
  background: linear-gradient(71deg, #e72b29 0%, #f26d42 100%);
}

.btn-border-rounded {
  border-radius: 50px;
  border: 2px solid transparent;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #e2313b 0%, #ff6d3e 100%) border-box;
  color: #E2313B;
  padding: 3px 15px;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s;
}
.btn-border-rounded svg {
  margin-left: 4px;
}
.btn-border-rounded:hover {
  color: #E2313B;
  opacity: 0.5;
}

.btn-bo-F13B3B {
  background-color: #F13B3B;
  border: none;
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .btn-bo-F13B3B {
    font-size: 20px;
  }
}

.btn-orange-bo {
  background-color: #FF6D3E;
  border: none;
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .btn-orange-bo {
    font-size: 20px;
  }
}

.btn-blue-underline {
  color: #119DDE;
  background: none;
  border: none;
  text-decoration: underline;
}

.btn-orange-arrow {
  color: #E2313B;
  display: flex;
  align-items: center;
  gap: 5px;
}
.btn-orange-arrow::after {
  content: "";
  background-image: url("../images/icon/ic_arrow-right-orange.svg");
  width: 15px;
  height: 13px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}

.btn-base {
  border-radius: 50px;
  color: #fff;
  padding: 5px 15px;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s;
}
.btn-base svg {
  margin-left: 7px;
}
.btn-base:hover {
  color: #fff;
  opacity: 0.5;
}

.btn-hamburger {
  width: 24px;
  height: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  cursor: pointer;
  position: relative;
  z-index: 1060;
  transition: all 0.3s ease;
  margin-left: 24px;
}
.btn-hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: #fff;
  transition: all 0.3s ease;
}
.btn-hamburger:hover span:nth-child(1) {
  transform: translateX(2px);
}
.btn-hamburger:hover span:nth-child(2) {
  transform: translateX(-3px);
}

.btn-primary {
  background-color: #E2313B;
  border-color: #E2313B;
}

.btn-linear-bor-rounded {
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #FFC686;
  background: linear-gradient(90deg, #FFA53E 0%, #FF6D3E 100%);
  border-radius: 10px;
  font-size: 22px;
  min-width: 293px;
  height: 45px;
  padding-top: 2px;
}

.fs-0 {
  font-size: 0px;
}

.fs-1 {
  font-size: 1px;
}

.fs-2 {
  font-size: 2px;
}

.fs-3 {
  font-size: 3px;
}

.fs-4 {
  font-size: 4px;
}

.fs-5 {
  font-size: 5px;
}

.fs-6 {
  font-size: 6px;
}

.fs-7 {
  font-size: 7px;
}

.fs-8 {
  font-size: 8px;
}

.fs-9 {
  font-size: 9px;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fs-25 {
  font-size: 25px;
}

.fs-26 {
  font-size: 26px;
}

.fs-27 {
  font-size: 27px;
}

.fs-28 {
  font-size: 28px;
}

.fs-29 {
  font-size: 29px;
}

.fs-30 {
  font-size: 30px;
}

.fs-31 {
  font-size: 31px;
}

.fs-32 {
  font-size: 32px;
}

.fs-33 {
  font-size: 33px;
}

.fs-34 {
  font-size: 34px;
}

.fs-35 {
  font-size: 35px;
}

.fs-36 {
  font-size: 36px;
}

.fs-37 {
  font-size: 37px;
}

.fs-38 {
  font-size: 38px;
}

.fs-39 {
  font-size: 39px;
}

.fs-40 {
  font-size: 40px;
}

.lh-1-75 {
  line-height: 1.75;
}

.text-primary {
  color: #E2313B !important;
}

.text-main-01 {
  color: #121F38 !important;
}

.hover-underline:hover {
  text-decoration: underline !important;
}

input::placeholder, .modal textarea::placeholder, .modal .select2-container--default .select2-selection--single::placeholder {
  color: #aebcd5;
}

.group-label-float {
  position: relative;
}
.group-label-float label {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  background-color: #fff;
  padding: 0 5px;
  font-size: 16px;
  line-height: 1.2;
  transition: all 0.3s ease;
  z-index: 0;
}
.group-label-float .input-label {
  position: relative;
  box-shadow: none !important;
  font-size: 16px;
  background-color: transparent;
  z-index: 1;
}
.group-label-float .input-label:focus {
  border-width: 2px;
}
.group-label-float .input-label:focus ~ label {
  top: 0;
  left: 10px;
  font-size: 14px;
  z-index: 5;
}
.group-label-float.keep-label-float label {
  top: 0 !important;
  font-size: 14px;
  left: 10px;
  padding: 0 5px;
  z-index: 5;
}

.select-no-expand {
  background-image: none;
  padding: 0;
  box-shadow: none !important;
}

.collapsed .icon-arrow {
  transform: rotate(-90deg);
}

.flex-0 {
  flex: 0;
}

.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.flex-3 {
  flex: 3;
}

.flex-4 {
  flex: 4;
}

.flex-5 {
  flex: 5;
}

.col-c0 {
  column-count: 0;
}

.col-c1 {
  column-count: 1;
}

.col-c2 {
  column-count: 2;
}

.col-c3 {
  column-count: 3;
}

.col-c4 {
  column-count: 4;
}

.col-c5 {
  column-count: 5;
}

.col-c6 {
  column-count: 6;
}

.col-c7 {
  column-count: 7;
}

.col-c8 {
  column-count: 8;
}

.col-c9 {
  column-count: 9;
}

.col-c10 {
  column-count: 10;
}

.col-c11 {
  column-count: 11;
}

.col-c12 {
  column-count: 12;
}

@media (min-width: 768px) {
  .col-md-c0 {
    column-count: 0;
  }
}
@media (min-width: 768px) {
  .col-md-c1 {
    column-count: 1;
  }
}
@media (min-width: 768px) {
  .col-md-c2 {
    column-count: 2;
  }
}
@media (min-width: 768px) {
  .col-md-c3 {
    column-count: 3;
  }
}
@media (min-width: 768px) {
  .col-md-c4 {
    column-count: 4;
  }
}
@media (min-width: 768px) {
  .col-md-c5 {
    column-count: 5;
  }
}
@media (min-width: 768px) {
  .col-md-c6 {
    column-count: 6;
  }
}
@media (min-width: 768px) {
  .col-md-c7 {
    column-count: 7;
  }
}
@media (min-width: 768px) {
  .col-md-c8 {
    column-count: 8;
  }
}
@media (min-width: 768px) {
  .col-md-c9 {
    column-count: 9;
  }
}
@media (min-width: 768px) {
  .col-md-c10 {
    column-count: 10;
  }
}
@media (min-width: 768px) {
  .col-md-c11 {
    column-count: 11;
  }
}
@media (min-width: 768px) {
  .col-md-c12 {
    column-count: 12;
  }
}
@media (min-width: 992px) {
  .col-lg-c0 {
    column-count: 0;
  }
}
@media (min-width: 992px) {
  .col-lg-c1 {
    column-count: 1;
  }
}
@media (min-width: 992px) {
  .col-lg-c2 {
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .col-lg-c3 {
    column-count: 3;
  }
}
@media (min-width: 992px) {
  .col-lg-c4 {
    column-count: 4;
  }
}
@media (min-width: 992px) {
  .col-lg-c5 {
    column-count: 5;
  }
}
@media (min-width: 992px) {
  .col-lg-c6 {
    column-count: 6;
  }
}
@media (min-width: 992px) {
  .col-lg-c7 {
    column-count: 7;
  }
}
@media (min-width: 992px) {
  .col-lg-c8 {
    column-count: 8;
  }
}
@media (min-width: 992px) {
  .col-lg-c9 {
    column-count: 9;
  }
}
@media (min-width: 992px) {
  .col-lg-c10 {
    column-count: 10;
  }
}
@media (min-width: 992px) {
  .col-lg-c11 {
    column-count: 11;
  }
}
@media (min-width: 992px) {
  .col-lg-c12 {
    column-count: 12;
  }
}
@media (min-width: 1440px) {
  .col-xxl-c0 {
    column-count: 0;
  }
}
@media (min-width: 1440px) {
  .col-xxl-c1 {
    column-count: 1;
  }
}
@media (min-width: 1440px) {
  .col-xxl-c2 {
    column-count: 2;
  }
}
@media (min-width: 1440px) {
  .col-xxl-c3 {
    column-count: 3;
  }
}
@media (min-width: 1440px) {
  .col-xxl-c4 {
    column-count: 4;
  }
}
@media (min-width: 1440px) {
  .col-xxl-c5 {
    column-count: 5;
  }
}
@media (min-width: 1440px) {
  .col-xxl-c6 {
    column-count: 6;
  }
}
@media (min-width: 1440px) {
  .col-xxl-c7 {
    column-count: 7;
  }
}
@media (min-width: 1440px) {
  .col-xxl-c8 {
    column-count: 8;
  }
}
@media (min-width: 1440px) {
  .col-xxl-c9 {
    column-count: 9;
  }
}
@media (min-width: 1440px) {
  .col-xxl-c10 {
    column-count: 10;
  }
}
@media (min-width: 1440px) {
  .col-xxl-c11 {
    column-count: 11;
  }
}
@media (min-width: 1440px) {
  .col-xxl-c12 {
    column-count: 12;
  }
}
.col-g0 {
  column-gap: 0px;
}

.col-g1 {
  column-gap: 4px;
}

.col-g2 {
  column-gap: 8px;
}

.col-g3 {
  column-gap: 12px;
}

.col-g4 {
  column-gap: 16px;
}

.col-g5 {
  column-gap: 20px;
}

.col-g6 {
  column-gap: 24px;
}

.col-g7 {
  column-gap: 28px;
}

.col-g8 {
  column-gap: 32px;
}

.col-g9 {
  column-gap: 36px;
}

.col-g10 {
  column-gap: 40px;
}

.col-g11 {
  column-gap: 44px;
}

.col-g12 {
  column-gap: 48px;
}

.col-g13 {
  column-gap: 52px;
}

.col-g14 {
  column-gap: 56px;
}

.col-g15 {
  column-gap: 60px;
}

.col-g16 {
  column-gap: 64px;
}

.col-g17 {
  column-gap: 68px;
}

.col-g18 {
  column-gap: 72px;
}

.col-g19 {
  column-gap: 76px;
}

.col-g20 {
  column-gap: 80px;
}

.col-g21 {
  column-gap: 84px;
}

.col-g22 {
  column-gap: 88px;
}

.col-g23 {
  column-gap: 92px;
}

.col-g24 {
  column-gap: 96px;
}

.col-g25 {
  column-gap: 100px;
}

.layout {
  margin-bottom: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
  grid-template-rows: auto auto;
}
.layout-item {
  height: 420px;
}
.layout-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.layout-2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 350px 100px 350px;
  grid-gap: 20px;
  padding: 20px;
}
.layout-2 .layout-item {
  border-radius: 10px;
  overflow: hidden;
  height: auto;
}
.layout-2 .layout-item:first-child {
  grid-column: 1/3;
  grid-row: 1/2;
}
.layout-2 .layout-item:nth-child(2), .layout-2 .layout-item:nth-child(3) {
  grid-row: 1/3;
}
.layout-2 .layout-item:nth-child(4), .layout-2 .layout-item:nth-child(5) {
  grid-row: 2/4;
}
.layout-2 .layout-item:last-child {
  grid-column: 3/5;
}

.layout-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 350px 100px 350px;
  grid-gap: 20px;
  padding: 20px;
}
.layout-3 .layout-item {
  border-radius: 10px;
  overflow: hidden;
  height: auto;
}
.layout-3 .layout-item:first-child {
  grid-column: 1/span 2;
  grid-row: 1/span 1;
}
.layout-3 .layout-item:nth-child(2), .layout-3 .layout-item:nth-child(3) {
  grid-row: 1/span 2;
}
.layout-3 .layout-item:nth-child(4), .layout-3 .layout-item:nth-child(5) {
  grid-row: 2/span 2;
}
.layout-3 .layout-item:last-child {
  grid-column: 3/span 2;
}

/*  column column column column
    column column column column
    column column column column 

    "img1 img1 img2 img3"
    "img4 img5 img2 img3"
    "img4 img5 img6 img6"
*/
.layout-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 350px 100px 350px;
  grid-gap: 20px;
  padding: 20px;
  grid-template-areas: "img1 img1 img1 img3" "img4 img2 img2 img3" "img4 img5 img6 img6";
}
.layout-4 .layout-item {
  border-radius: 10px;
  overflow: hidden;
  height: auto;
}
.layout-4 .layout-item:first-child {
  grid-area: img1;
}
.layout-4 .layout-item:nth-child(2) {
  grid-area: img2;
}
.layout-4 .layout-item:nth-child(3) {
  grid-area: img3;
}
.layout-4 .layout-item:nth-child(4) {
  grid-area: img4;
}
.layout-4 .layout-item:nth-child(5) {
  grid-area: img5;
}
.layout-4 .layout-item:last-child {
  grid-area: img6;
}

.items-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 25px;
  padding: 25px;
  grid-template-areas: "cl1 cl2 cl3" "cl1 cl4 cl5";
}
.items-grid .img-item {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
  height: 300px;
  flex-shrink: 0;
  margin-bottom: 15px;
}
.items-grid .img-item--large {
  height: 500px;
}
.items-grid .item {
  display: flex;
  flex-direction: column;
}
.items-grid .item:first-child {
  grid-area: cl1;
}
.items-grid .item:nth-child(2) {
  grid-area: cl2;
}
.items-grid .item:nth-child(3) {
  grid-area: cl3;
}
.items-grid .item:nth-child(4) {
  grid-area: cl4;
}
.items-grid .item:nth-child(5) {
  grid-area: cl5;
}
.items-grid .item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.items-grid .item-content .item-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

.images {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(293px, 1fr));
  grid-gap: 36px;
}
@media (max-width: 1023px) {
  .images {
    grid-template-columns: unset;
    grid-auto-flow: column;
    grid-auto-columns: 80%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-snap-stop: always;
    padding: 25px;
    scroll-padding: 25px;
    margin-left: -25px;
  }
}
.images-item {
  border-radius: 15px;
  height: 320px;
  overflow: hidden;
  scroll-snap-align: start;
}
.images-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: initial;
}

.header-top {
  background-color: #F0F0F0;
  padding: 7px 0;
}
.header-top .text {
  font-weight: 500;
}
.header-top .user-f li {
  position: relative;
  padding: 0 12px;
  display: flex;
  align-items: center;
}
.header-top .user-f li:first-child {
  padding-left: 0;
}
.header-top .user-f li:not(:last-child)::after {
  content: "|";
  color: #A1AF8C;
  position: absolute;
  right: -4px;
}
.header-top .user-f li a {
  display: flex;
  align-items: center;
}
.header-top .user-f li svg {
  margin-right: 6px;
}
.header-top .user-f li span {
  letter-spacing: -0.45px;
  font-weight: 400;
  font-size: 11px;
  margin-top: 3px;
}
@media (min-width: 1400px) {
  .header-top .user-f li span {
    font-size: 15px;
    margin-top: 0;
  }
}
.header-top .social-f li:not(:last-child) {
  margin-right: 6px;
}

.search-product-category {
  position: relative;
}
.search-product-category .input-group {
  border: 1px solid #EBC499;
  border-radius: 10px;
}
.search-product-category input, .search-product-category .modal textarea, .modal .search-product-category textarea, .search-product-category .modal .select2-container--default .select2-selection--single, .modal .select2-container--default .search-product-category .select2-selection--single {
  width: 325px;
  height: 40px;
  border-left: 1px solid #EBC499;
  border-right: none;
  border-top: none;
  border-bottom: none;
  background: #fff;
  padding: 12px 24px;
  outline: none;
  color: #121F38;
}
.search-product-category input::placeholder, .search-product-category .modal textarea::placeholder, .modal .search-product-category textarea::placeholder, .search-product-category .modal .select2-container--default .select2-selection--single::placeholder, .modal .select2-container--default .search-product-category .select2-selection--single::placeholder {
  color: #121F38;
  opacity: 1;
}
.search-product-category .btn-search {
  width: 59px;
  border: none;
  position: absolute;
  right: 0;
  height: 100%;
  transition: all 0.3s;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.search-product-category .btn-search:hover {
  opacity: 0.5;
}
.search-product-category .quick-links {
  flex-wrap: wrap;
  gap: 4px 16px;
  margin-top: 8px;
}
.search-product-category .quick-links li a {
  color: #121F38;
  font-size: 13px;
}
.search-product-category .quick-links li a:hover {
  color: #E2313B;
}
.search-product-category .quick-links li:not(:last-child) a {
  position: relative;
  padding-right: 16px;
}
.search-product-category .quick-links li:not(:last-child) a::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background: #E1E1E1;
}

.header-middle {
  padding: 34px 0;
}
.header-middle .contact .user-f {
  margin-right: 24px;
}
.header-middle .contact .user-f li:not(:last-child) {
  margin-right: 20px;
}
.header-middle .contact .user-f li a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #121F38;
  font-size: 16px;
}
.header-middle .contact .user-f li a:hover {
  color: #E2313B;
}
.header-middle .contact .list-icon .item {
  margin-right: 12px;
}
.header-middle .contact .call {
  display: flex;
  gap: 11px;
  align-items: center;
  margin-right: 39px;
}
.header-middle .contact .btn-cart {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 11px;
  padding: 11px 13px;
}
.header-middle .contact .text p {
  font-size: 15px;
  color: #333;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.6;
}
.header-middle .contact .text .tel {
  font-size: 20px;
  letter-spacing: 2.2px;
  font-weight: 800;
  line-height: 0.8;
  color: #ED1F24;
}

.header-bottom {
  background: linear-gradient(90deg, #FF6D3E 0%, #E2313B 100%);
  position: sticky;
  top: 0;
  z-index: 999;
}
.header-bottom .main-menu {
  width: 100%;
  justify-content: space-between;
}
.header-bottom .main-menu .menu-category-product {
  margin-right: 50px;
  width: 302px;
  position: relative;
}
.header-bottom .main-menu .menu-category-product.show .icon-arrow svg {
  transform: rotateZ(180deg);
}
.header-bottom .main-menu .menu-category-product .dropdown-menu {
  width: 310px;
  border-radius: 0;
  padding: 0;
  transform: none !important;
  top: 100% !important;
}
.header-bottom .main-menu .menu-category-product .dropdown-menu .dropdown-item {
  position: relative;
  padding: 15px 20px 15px 45px;
  border-top: 1px solid #ddd;
  color: #4D4D4D;
}
.header-bottom .main-menu .menu-category-product .dropdown-menu .dropdown-item:active {
  background-color: #f0f0f0;
}
.header-bottom .main-menu .menu-category-product .dropdown-menu .dropdown-item:hover {
  color: #121F38;
  font-weight: 600;
  background-color: none;
}
.header-bottom .main-menu .menu-category-product .dropdown-menu .dropdown-item::before {
  content: "";
  background-image: url(/assets/images/icon/ic_right-orange.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 10px;
  height: 9px;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.header-bottom .main-menu .menu-category-product .btn-cat-p {
  padding: 17px 18px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  background: #F26D42;
  border: none;
  border-radius: 10px 10px 0 0;
}
.header-bottom .main-menu .menu-category-product .btn-cat-p .icon {
  display: flex;
  align-items: center;
}
.header-bottom .main-menu .menu-category-product .btn-cat-p span {
  padding: 0 20px;
}
.header-bottom .main-menu .menu-category-product .btn-cat-p::after {
  border: none;
}
.header-bottom .main-menu .menu-wrapper {
  display: flex;
}
.header-bottom .main-menu .menu-wrapper li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 2px 0px 2px 20px;
  transition: all 0.3s;
}
@media (min-width: 1400px) {
  .header-bottom .main-menu .menu-wrapper li a {
    font-size: 19px;
  }
}
.header-bottom .main-menu .menu-wrapper li a:hover {
  color: #121F38;
}
.header-bottom .main-menu .menu-wrapper li:not(:last-child) a {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  padding: 2px 16px;
}

.content-header-bottom-mobile {
  position: relative;
}

.header-bottom-mobile {
  padding: 11px 0 16px;
  background: #fff;
}
.header-bottom-mobile .header-bottom-mobile-top {
  margin-bottom: 12px;
}
.header-bottom-mobile .icon-menu-mobile {
  cursor: pointer;
}
.header-bottom-mobile .icon-menu-mobile svg rect {
  stroke: #E2313B;
}
.header-bottom-mobile .icon-menu-mobile svg path {
  fill: #E2313B;
}
.header-bottom-mobile .logo-mobile {
  width: 100px;
}
.header-bottom-mobile .header-icons-mobile {
  gap: 14px;
}
.header-bottom-mobile .header-icons-mobile a {
  color: #121F38;
  display: flex;
}
.header-bottom-mobile .search-mobile .input-group {
  display: flex;
  align-items: stretch;
  border: 1px solid #EBC499;
  border-radius: 10px;
  overflow: hidden;
}
.header-bottom-mobile .search-mobile input, .header-bottom-mobile .search-mobile .modal textarea, .modal .header-bottom-mobile .search-mobile textarea, .header-bottom-mobile .search-mobile .modal .select2-container--default .select2-selection--single, .modal .select2-container--default .header-bottom-mobile .search-mobile .select2-selection--single {
  flex: 1;
  min-width: 0;
  height: 42px;
  border: none;
  padding: 0 12px;
  outline: none;
  color: #121F38;
}
.header-bottom-mobile .search-mobile input::placeholder, .header-bottom-mobile .search-mobile .modal textarea::placeholder, .modal .header-bottom-mobile .search-mobile textarea::placeholder, .header-bottom-mobile .search-mobile .modal .select2-container--default .select2-selection--single::placeholder, .modal .select2-container--default .header-bottom-mobile .search-mobile .select2-selection--single::placeholder {
  color: #121F38;
  opacity: 1;
}
.header-bottom-mobile .search-mobile .btn-cart-m {
  flex-shrink: 0;
  width: 48px;
  border: none;
  background: linear-gradient(90deg, #FF6D3E 0%, #E2313B 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header-bottom-mobile .search-mobile .btn-cart-m .badge {
  position: absolute;
  top: 2px;
  right: 4px;
  background: #fff;
  color: #E2313B;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown-search {
  display: flex;
  align-items: center;
}
.dropdown-search .btn-dropdown-search {
  border: none;
  background-color: transparent;
  color: #121F38;
  padding: 5px 73px 5px 23px;
  position: relative;
}
.dropdown-search .btn-dropdown-search::after {
  content: "";
  background-image: url(/assets/images/icon/ic_down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 10px;
  height: 9px;
  position: absolute;
  right: 18px;
  top: 54%;
  transform: translateY(-50%);
}

.footer-m {
  background-image: url("../images/bg-footer.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 567px) {
  .footer-m .row {
    margin: 0;
  }
}
.footer-m a {
  color: #fff;
  transition: all 0.3s;
}
.footer-m span {
  color: #fff;
}

.receive-incentives {
  display: flex;
  gap: 15px;
  align-items: center;
}
.receive-incentives h5 {
  font-size: 20px;
  font-family: "Plus Jakarta Sans";
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.receive-incentives p {
  color: #fff;
}

.form-receive form {
  position: relative;
}
.form-receive label {
  width: 100%;
}
.form-receive .wpcf7-email {
  border-radius: 50px;
  background: #fff;
  border: none;
  height: 45px;
  width: 100%;
  padding: 12px 27px;
  outline: none;
}
.form-receive .wpcf7-submit {
  position: absolute;
  right: 19px;
  top: 26px;
  background-color: transparent;
  text-indent: -9999px;
  background-image: url(../images/icon/ic_plane.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 18px;
  width: 18px;
  white-space: nowrap;
  border: none;
  transform: translateY(-50%);
}
.form-receive .wpcf7-spinner {
  position: absolute;
  right: 23px;
  top: 20%;
}
@media (min-width: 768px) {
  .form-receive .wpcf7-spinner {
    right: -50px;
  }
}
.form-receive .wpcf7-not-valid-tip {
  margin-top: 5px;
}

.footer-middle {
  padding-top: 58px;
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  .footer-middle {
    padding-bottom: 54px;
  }
}
.footer-middle a:hover {
  color: #121F38;
}
.footer-middle .box-menu .line-FB9E82 {
  margin-top: 27px;
  margin-bottom: 27px;
  width: 100%;
}
@media (min-width: 1200px) {
  .footer-middle .box-menu .line-FB9E82 {
    width: 100%;
  }
}
.footer-middle .box-menu {
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  .footer-middle .box-menu {
    margin-bottom: 0;
  }
}
.footer-middle .des-intro {
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
}
@media (min-width: 768px) {
  .footer-middle .des-intro {
    font-size: 17px;
  }
}
.footer-middle .info-company-ft {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 21px;
  margin-bottom: 29px;
}
@media (min-width: 1200px) {
  .footer-middle .info-company-ft {
    border-bottom: 0px solid #dfdfdf;
    padding-bottom: 0px;
    margin-bottom: 0px;
    max-width: 514px;
  }
}
.footer-middle .info-company-ft .logo {
  margin-bottom: 10px;
}
.footer-middle .info-company-ft .info {
  border-top: 1px solid #FB9E82;
  padding-top: 20px;
}
.footer-middle .info-company-ft .list-sns-ic {
  gap: 10px;
  margin-top: 19px;
}
.footer-middle .info-company-ft .list-info li {
  display: flex;
  align-items: center;
  color: #404040;
  font-size: 13px;
  font-weight: 300;
  line-height: 35px;
}
@media (min-width: 480px) {
  .footer-middle .info-company-ft .list-info li {
    font-size: 15px;
  }
}
.footer-middle .info-company-ft .list-info li .icon {
  margin-right: 7px;
  display: flex;
  align-items: center;
}
.footer-middle .info-company-ft .info h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 29px;
  text-transform: uppercase;
}
.footer-middle .info-company-ft .info p {
  color: #404040;
  font-size: 15px;
  font-weight: 300;
  line-height: 35px;
  margin-bottom: 0;
}
.footer-middle .info-company-ft .info p svg {
  margin-left: 7px;
}
.footer-middle .menu-ft {
  list-style-type: none;
}
.footer-middle .menu-ft li {
  color: #8dc540;
  font-weight: 300;
  line-height: 2;
}
.footer-middle .menu-ft li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
}
@media (min-width: 576px) {
  .footer-middle .menu-ft li a {
    font-size: 17px;
  }
}
.footer-middle .menu-ft li a .icon {
  display: flex;
}
.footer-middle .menu-ft li a:hover svg path {
  fill: #121F38;
}
.footer-middle .maps {
  border-top: 1px solid #dfdfdf;
  padding-top: 34px;
  margin-top: 16px;
}
@media (min-width: 1200px) {
  .footer-middle .maps {
    border-top: 0px solid #dfdfdf;
    padding-top: 0;
    margin-top: 0;
  }
}
.footer-middle .maps iframe {
  border-radius: 20px;
  width: 100%;
  height: 270px;
}

.footer-bottom {
  padding: 23px 0;
}
@media (min-width: 768px) {
  .footer-bottom {
    border-top: 1px solid #FB9E82;
  }
}
.footer-bottom .text {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
}
@media (min-width: 768px) {
  .footer-bottom .text {
    font-size: 16px;
  }
}

.title-ft h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .title-ft h4 {
    font-size: 20px;
  }
}

.line-FB9E82 {
  background-color: #FB9E82;
  height: 1px;
  position: relative;
  width: 70%;
}
@media (min-width: 768px) {
  .line-FB9E82 {
    width: 100%;
  }
}

.list-menu-ft-bot {
  text-transform: uppercase;
  gap: 30px;
  margin-top: 5px;
}

.footer-bottom-mobile {
  background-color: #e65f33;
}

.menu-aside {
  position: fixed;
  top: 0;
  right: -150%;
  width: 90%;
  max-width: 100%;
  height: 100vh;
  background-color: #E2313B;
  padding-top: 50px;
  z-index: 1050;
  transition: all 0.3s ease;
}
.menu-aside a, .menu-aside .menu-popup {
  color: #fff;
  font-size: 16px;
  line-height: 130%;
  font-weight: 700;
}
.menu-aside li {
  margin-bottom: 2rem;
}
.menu-aside .has-child .icon {
  margin-left: 0.8rem;
}
.menu-aside .menu-child {
  margin: 16px;
}
.menu-aside .menu-child a {
  font-size: 12px;
}
.menu-aside .menu-item-has-children {
  position: relative;
}
.menu-aside .menu-item-has-children .icon {
  margin-left: 8px;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}
.menu-aside .menu-item-has-children .sub-menu {
  padding: 1rem;
}
.menu-aside .menu-item-has-children .sub-menu a {
  font-size: 0.85rem;
  opacity: 0.8;
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  visibility: hidden;
  z-index: 1035;
  transition: all 0.3s ease;
}

.menu-aside-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 28px;
  height: 28px;
  z-index: 1070;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}
.menu-aside-close span {
  display: block;
  width: 27px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}
.menu-aside-close span:first-child {
  transform: translate(1px, 14px) rotate(45deg);
}
.menu-aside-close span:last-child {
  transform: translate(1px, 12px) rotate(-45deg);
}

.menu-aside-page.show .menu-aside {
  right: 0;
}
.menu-aside-page.show .backdrop {
  opacity: 1;
  visibility: visible;
}
.menu-aside-page.show .menu-aside-close {
  opacity: 1;
  visibility: visible;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet {
  background: #D9D9D9;
  opacity: 1;
  border-radius: 20px;
  width: 29px;
  height: 7px;
}

.swiper-pagination-bullet-active {
  background: #E2313B;
}

.swiper-button {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 1200px) {
  .swiper-button {
    opacity: 1;
    visibility: visible;
    display: flex;
    width: 36px;
    height: 36px;
    background: #fff;
    border: 1px solid rgba(160, 214, 255, 0.5);
  }
}
.swiper-button:hover {
  background: #C6CBD0;
}
.swiper-button:hover::after {
  color: #fff;
}

.swiper-pagination {
  width: 100%;
  position: relative;
}

.swiper-button-next,
.swiper-button-prev {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
  background-image: url("../images/arrow-circle-grey_ic.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 576px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}

.swiper-button-next {
  transform: scaleX(-1);
}

.swiper-button-prev {
  left: -7px;
}
@media (min-width: 480px) {
  .swiper-button-prev {
    left: -15px;
  }
}
@media (min-width: 820px) {
  .swiper-button-prev {
    left: -39px;
  }
}
@media (min-width: 1500px) {
  .swiper-button-prev {
    left: -55px;
  }
}

.swiper-button-next {
  right: -7px;
}
@media (min-width: 480px) {
  .swiper-button-next {
    right: -15px;
  }
}
@media (min-width: 820px) {
  .swiper-button-next {
    right: -39px;
  }
}
@media (min-width: 1500px) {
  .swiper-button-next {
    right: -55px;
  }
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

.flickity-page-dots {
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}
.flickity-page-dots .dot {
  background: #dadee2;
  border-radius: 0;
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 0 5px;
}
.flickity-page-dots .is-selected {
  background: transparent;
  background: #01c0ea;
}

.step-list {
  position: relative;
  padding-top: 48px;
  display: flex;
}
@media (min-width: 992px) {
  .step-list {
    padding-top: 0;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
}
.step-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
@media (min-width: 992px) {
  .step-list::before {
    left: 100%;
    width: 1px;
    height: 100%;
  }
}
.step-list::before {
  background-color: #eaecf1;
}

.step-item {
  width: 0;
}
.step-item.active {
  width: 100%;
}
@media (min-width: 768px) {
  .step-item {
    position: relative;
    width: auto;
    flex: 1;
  }
}
@media (min-width: 992px) {
  .step-item {
    flex: 0 0 auto;
  }
}
.step-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .step-item:after {
    top: -48px !important;
    left: 100% !important;
  }
}
@media (min-width: 992px) {
  .step-item:after {
    top: calc(100% + 45px) !important;
  }
}
.step-item:after {
  width: 11px;
  height: 11px;
  background-color: #eaecf1;
  border-radius: 50%;
}

.step-count {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .step-count {
    top: -64px;
    transform: translate(-50%, 0);
    left: 50% !important;
  }
}
@media (min-width: 992px) {
  .step-count {
    top: 50%;
    left: 100% !important;
    transform: translate(-50%, -50%);
  }
}
.step-count {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid #E2313B;
  border-radius: 50%;
  font-size: 16px;
}

.step-item:nth-child(1)::after {
  left: 33.3333333333%;
}
.step-item:nth-child(1) .step-count {
  left: 16.6666666667%;
}
.step-item:nth-child(2)::after {
  left: 66.6666666667%;
}
.step-item:nth-child(2) .step-count {
  left: 50%;
}
.step-item:nth-child(3)::after {
  display: none;
}
.step-item:nth-child(3) .step-count {
  left: 83.3333333333%;
}
@media (min-width: 992px) {
  .step-item:not(:last-child) {
    margin-bottom: 90px;
  }
}
@media (min-width: 992px) {
  .step-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 48px;
  }
}
.step-item.active .step-count {
  color: #fff;
  background-color: #E2313B;
  border-color: #E2313B;
  box-shadow: 0px 10px 20px rgba(2, 100, 250, 0.18), 0px 2px 6px rgba(2, 100, 250, 0.12), 0px 0px 1px rgba(0, 0, 0, 0.04);
}
.step-item.active .step-text {
  display: block;
}
.step-item.done .step-count {
  text-indent: -99999px;
  padding: 5px;
  background-image: url("/assets/images/icon-check-white.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  background-color: #55d400;
  border-color: #55d400;
  box-shadow: 0px 16px 24px rgba(85, 212, 0, 0.2), 0px 2px 6px rgba(85, 212, 0, 0.12), 0px 0px 1px rgba(0, 0, 0, 0.04);
}

.step-text {
  display: none;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 768px) {
  .step-text {
    display: block;
  }
}
@media (min-width: 992px) {
  .step-text {
    text-align: right;
  }
}

.homepage section {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .homepage section {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .homepage .blog-news {
    margin-top: 25px;
  }
}

.banner-top {
  margin-top: 20px !important;
}
.banner-top .banner-top-slider {
  position: relative;
}
.banner-top .swiper-slide {
  position: relative;
}
.banner-top .swiper-slide > a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner-top img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
@media (min-width: 768px) {
  .banner-top img {
    object-position: center;
  }
}
.banner-top .banner-top-slider,
.banner-top .swiper-slide {
  aspect-ratio: 4/3;
}
@media (min-width: 768px) {
  .banner-top .banner-top-slider,
  .banner-top .swiper-slide {
    aspect-ratio: 14/5;
  }
}
.banner-top .swiper-pagination-banner {
  bottom: 30px;
}
@media (min-width: 768px) {
  .banner-top .swiper-pagination-banner {
    bottom: 32px;
  }
}
.banner-top .swiper-pagination-banner.swiper-pagination-lock {
  display: block !important;
}
.banner-top .swiper-pagination-banner .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 4.5px !important;
  background: #fff;
  border: 1px solid #C4C4C4;
  opacity: 1;
}
@media (min-width: 768px) {
  .banner-top .swiper-pagination-banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 7.5px !important;
  }
}
.banner-top .swiper-pagination-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FF6D3E;
  border-color: #fff;
}

.introduce {
  margin-top: 40px !important;
  margin-bottom: 37px;
}
@media (min-width: 768px) {
  .introduce {
    margin-top: 50px !important;
    margin-bottom: 0;
  }
}
.introduce .img-line {
  margin-top: 23px;
  margin-bottom: 23px;
}
.introduce .text .heading {
  font-family: "SVN-Drainwood";
  font-size: 36px;
  color: #a4a4a4;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 18px;
  background: linear-gradient(90deg, #e2313b 0%, #ff6d3e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .introduce .text .heading {
    font-size: 48px;
    margin-bottom: 22px;
  }
}
.introduce .text h2 {
  color: #1E335C;
  font-family: "Lexend";
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.03em;
}
@media (max-width: 767px) {
  .introduce .text h2 {
    line-height: 1.26;
  }
}
.introduce .text p {
  color: #323232;
  font-weight: 300;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .introduce .text p {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .introduce .text p:not(:last-child) {
    margin-right: 30px;
  }
}
.introduce .text .description {
  margin-bottom: 13px;
}
.introduce .text .description p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .introduce .text .description {
    margin-bottom: 39px;
  }
}

.content-introduce {
  display: grid;
  gap: 30px;
}
@media (min-width: 1024px) {
  .content-introduce {
    gap: 53px;
    grid-template-columns: 1fr 471px;
  }
}

@media (min-width: 1024px) {
  .homepage .content-introduce {
    gap: 40px;
    grid-template-columns: 1fr 669px;
  }
}

.img {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .img {
    margin-bottom: 0px;
  }
}

.item-best-seller {
  margin-top: 10px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 2px 8px 0px rgba(209, 114, 83, 0.2196078431);
  padding: 8px;
}
@media (min-width: 768px) {
  .item-best-seller {
    margin-top: 30px;
  }
}
.item-best-seller .img {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.item-best-seller .img img {
  width: 100%;
}
.item-best-seller .info {
  padding: 5px 5px 18px;
  text-align: center;
}
@media (min-width: 768px) {
  .item-best-seller .info {
    padding: 21px 20px 32px;
  }
}
@media (min-width: 1200px) {
  .item-best-seller .info {
    padding: 21px 15px 30px;
  }
}
.item-best-seller .info h4 {
  color: #333;
  max-width: 238px;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.51px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .item-best-seller .info h4 {
    font-size: 17px;
    line-height: 27px;
  }
}
.item-best-seller .info .price {
  justify-content: space-between;
  margin-bottom: 11px;
}
.item-best-seller .info .price .sale {
  color: #f54343;
  font-size: 16px;
  font-weight: 600;
  line-height: 34px;
}
@media (min-width: 768px) {
  .item-best-seller .info .price .sale {
    font-size: 18px;
  }
}
.item-best-seller .info .price .cost {
  color: #a4a4a4;
  font-size: 13px;
  font-weight: 400;
  line-height: 34px;
}
@media (min-width: 768px) {
  .item-best-seller .info .price .cost {
    font-size: 14px;
  }
}
.item-best-seller .info .price .cost.cost-s {
  text-decoration-line: line-through;
}
.item-best-seller .info .price small {
  font-size: 14px;
}
.item-best-seller .info .img {
  border-radius: 20px;
  overflow: hidden;
}
.item-best-seller .highlight-tag {
  display: inline-block;
  position: relative;
  padding: 8px 10px 8px 15px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  background: linear-gradient(136deg, #ff6d3e 0%, #e72b29 88.3%);
  border-top-left-radius: 20px;
  position: absolute;
  font-size: 14px;
  max-width: 150px;
  left: -2px;
  top: -1px;
}
@media (min-width: 1024px) {
  .item-best-seller .highlight-tag {
    left: 0px;
    top: 0px;
  }
}
.item-best-seller .highlight-tag::before {
  content: "";
  position: absolute;
  right: -18px;
  width: 0;
  height: 0;
  border-style: solid;
  top: 0;
  border-width: 18.9px 18px 19px 0;
  border-color: #e72b29 transparent #e72b29 #e72b29;
}

.product-slider-section {
  background: linear-gradient(180deg, #FF6D3E 0%, #E2313B 100%);
  padding: 30px 0;
}
@media (min-width: 768px) {
  .product-slider-section {
    padding: 50px 0;
  }
}
.product-slider-section.product-slider-section-last {
  margin-bottom: 0;
}
.product-slider-section .product-slider-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .product-slider-section .product-slider-heading {
    margin-bottom: 24px;
  }
}
.product-slider-section .product-slider-heading h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .product-slider-section .product-slider-heading h2 {
    font-size: 28px;
  }
}
.product-slider-section .product-slider-heading-sale {
  flex-wrap: wrap;
  row-gap: 8px;
}
@media (max-width: 767px) {
  .product-slider-section .product-slider-heading-sale {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .product-slider-section .product-slider-heading-sale {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .product-slider-section .product-slider-heading-sale > .link-view-all {
    display: none;
  }
}
.product-slider-section .product-slider-heading-sale .sale-title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-slider-section .product-slider-heading-sale .sale-title .ic-lightning {
  flex-shrink: 0;
  display: flex;
}
.product-slider-section .product-slider-heading-sale .sale-title .ic-lightning svg {
  display: block;
}
.product-slider-section .product-slider-heading-sale .sale-title h2 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.03em;
}
.product-slider-section .product-slider-heading-sale .sale-countdown {
  display: flex;
  gap: 2px;
}
.product-slider-section .product-slider-heading-sale .sale-countdown span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 20px;
  padding: 0 4px;
  background: linear-gradient(180deg, #F26D42 0%, #E2313B 100%);
  border-radius: 2px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.03em;
}
.product-slider-section .product-slider-card-wrap {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 12px 0px rgba(174, 174, 174, 0.14);
  padding: 16px 10px;
  position: relative;
}
@media (min-width: 768px) {
  .product-slider-section .product-slider-card-wrap {
    padding: 30px;
  }
}
.product-slider-section .product-slider-card-wrap .swiper-button-prev,
.product-slider-section .product-slider-card-wrap .swiper-button-next {
  background-color: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
  background-image: url("../images/arrow-circle-grey_ic.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px;
}
.product-slider-section .product-slider-card-wrap .swiper-button-prev::after,
.product-slider-section .product-slider-card-wrap .swiper-button-next::after {
  content: none;
}
.product-slider-section .product-slider-card-wrap .swiper-button-prev.swiper-button-disabled,
.product-slider-section .product-slider-card-wrap .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.product-slider-section .product-slider-card-wrap .swiper-button-prev {
  left: -14px;
}
@media (min-width: 768px) {
  .product-slider-section .product-slider-card-wrap .swiper-button-prev {
    left: -15px;
  }
}
.product-slider-section .product-slider-card-wrap .swiper-button-next {
  right: -14px;
  transform: scaleX(-1);
}
@media (min-width: 768px) {
  .product-slider-section .product-slider-card-wrap .swiper-button-next {
    right: -15px;
  }
}

.product-card {
  height: 100%;
}
.product-card .product-card-image {
  position: relative;
  border: 1px solid #EBEBEB;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1/1;
  padding: 20px;
  background: #fff;
}
.product-card .product-card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-card .product-card-image .badge-sale {
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(135deg, #F8633A 0%, #E83729 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.3px;
  padding: 3px 10px;
  border-radius: 10px 10px 0 10px;
}
@media (min-width: 768px) {
  .product-card .product-card-image .badge-sale {
    font-size: 13px;
  }
}
.product-card .product-card-body {
  text-align: center;
  padding: 14px 6px 4px;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
.product-card .product-card-body h4 {
  color: #1E335C;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 8px;
  min-height: 42px;
}
@media (min-width: 768px) {
  .product-card .product-card-body h4 {
    font-size: 16px;
    min-height: 48px;
  }
}
.product-card .product-card-body h4 a {
  color: inherit;
}
.product-card .product-card-body .price {
  margin-bottom: 6px;
}
.product-card .product-card-body .price .old {
  color: #9d9d9d;
  text-decoration: line-through;
  font-size: 13px;
  font-weight: 300;
  margin-right: 6px;
}
@media (min-width: 768px) {
  .product-card .product-card-body .price .old {
    font-size: 14px;
  }
}
.product-card .product-card-body .price .new {
  color: #E83729;
  font-size: 15px;
}
@media (min-width: 768px) {
  .product-card .product-card-body .price .new {
    font-size: 16px;
  }
}
.product-card .product-card-body .sold {
  position: relative;
  display: block;
  height: 17px;
  border-radius: 50px;
  background: #F5F5F5;
  overflow: hidden;
  margin-bottom: 12px;
  white-space: nowrap;
}
.product-card .product-card-body .sold .sold-progress {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 10%;
  min-width: 16px;
  background: #F8633A;
}
.product-card .product-card-body .sold .sold-text {
  position: relative;
  z-index: 1;
  display: block;
  color: #E83729;
  font-size: 11px;
  font-weight: 500;
  line-height: 17px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .product-card .product-card-body .sold .sold-text {
    font-size: 12px;
  }
}
.product-card .product-card-body .product-card-actions {
  display: flex;
  justify-content: space-between;
  gap: 6px;
}
@media (min-width: 768px) {
  .product-card .product-card-body .product-card-actions {
    justify-content: center;
  }
}
.product-card .product-card-body .product-card-actions button {
  flex: 0 1 auto;
  min-width: 0;
  border-radius: 10px;
  padding: 6px 3px;
  font-size: 12px;
  font-family: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  .product-card .product-card-body .product-card-actions button {
    font-size: 15px;
    padding: 6px 8px;
  }
}
.product-card .product-card-body .product-card-actions button:hover {
  opacity: 0.8;
}
.product-card .product-card-body .product-card-actions .btn-buy-now {
  background: linear-gradient(90deg, #E83729 0%, #F8633A 100%);
  color: #fff;
  border: none;
}
.product-card .product-card-body .product-card-actions .btn-add-cart {
  background: #fff;
  border: 1px solid #E83729;
  color: #E83729;
}

@media (max-width: 767px) {
  .product-slider-sale .product-card .product-card-body .product-card-actions,
  .product-slider-bestseller .product-card .product-card-body .product-card-actions {
    flex-direction: column;
  }
  .product-slider-sale .product-card .product-card-body .product-card-actions button,
  .product-slider-bestseller .product-card .product-card-body .product-card-actions button {
    width: 100%;
    flex: 0 0 auto;
  }
}

.rates i {
  color: #FFA53E;
}

.stars {
  display: flex;
  align-items: center;
  gap: 2px;
}
.stars i {
  display: block;
  width: 9px;
  height: 9px;
  background-image: url("../images/icon/ic_star-rating.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.product-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
  border-top: 1px solid #EBEBEB;
  padding-top: 6px;
}
.product-rating__info {
  display: flex;
  align-items: center;
  gap: 4px;
}
.product-rating__sold {
  flex-shrink: 0;
  color: #9d9d9d;
  font-size: 12px;
}
.product-rating .rating-count {
  color: #9d9d9d;
  font-size: 12px;
}
@media (max-width: 429px) {
  .product-rating {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.blog-news {
  margin-bottom: 49px;
}
@media (min-width: 768px) {
  .blog-news {
    margin-bottom: 119px;
  }
}
.blog-news .blog-news-concept {
  margin-bottom: 27px;
}
@media (min-width: 768px) {
  .blog-news .blog-news-concept {
    margin-bottom: 65px;
  }
}
.blog-news .heading-haruco {
  margin-bottom: 11px;
}
@media (min-width: 1024px) {
  .blog-news .heading-haruco {
    margin-bottom: 24px;
  }
}
.blog-news .heading-haruco h2 {
  color: #1E335C !important;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: 35px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .blog-news .heading-haruco h2 {
    font-size: 28px;
    line-height: 1.12;
  }
}
.blog-news .blog-content .box-slider {
  margin-bottom: 15px;
  width: 100%;
}
@media (min-width: 1200px) {
  .blog-news .blog-content .box-slider {
    margin-bottom: 20px;
    width: 50%;
    padding-right: 31px;
    margin-bottom: 0;
  }
}
.blog-news .blog-content .blog-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 10px;
  row-gap: 15px;
}
@media (min-width: 768px) {
  .blog-news .blog-content .blog-list {
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .blog-news .blog-content .blog-list {
    width: 50%;
  }
}
.blog-news .blog-content .item-blog-new-simple .image-cover-h {
  padding-top: 61%;
}
.blog-news .blog-content .item-blog-new-simple .box-text {
  padding: 12px 20px 0px 0;
}
@media (min-width: 1200px) {
  .blog-news .blog-content .item-blog-new-simple .box-text {
    padding: 12px 20px 30px 0;
  }
}
.blog-news .slider-blog-news {
  padding: 6px;
}
.blog-news .slider-blog-news .box-image {
  padding-top: 75%;
  border-radius: 20px 20px 0px 0px;
}
@media (min-width: 768px) {
  .blog-news .slider-blog-news .box-image {
    padding-top: 93%;
  }
}

.item-blog-new {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}
.item-blog-new .box-text {
  padding: 14px;
}
@media (min-width: 768px) {
  .item-blog-new .box-text {
    padding: 30px;
  }
}
.item-blog-new .box-text .logo-brand {
  margin-bottom: 14px;
}
.item-blog-new .box-text .logo-brand img {
  height: 20px;
  object-fit: contain;
  object-position: left;
}
.item-blog-new .box-text h3 {
  color: #403f46;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}
.item-blog-new .box-text h3 a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.item-blog-new .box-text .post-meta {
  color: #898989;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  text-transform: lowercase;
}
.item-blog-new .box-text p {
  color: #636363;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-height: 5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.item-blog-new-simple {
  height: 100%;
  box-shadow: none;
  border: 1px solid #EBEBEB;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}
.item-blog-new-simple .image-cover-h {
  padding-top: 55%;
}
.item-blog-new-simple .box-text {
  padding: 24px 30px 30px;
}
.item-blog-new-simple .post-meta {
  color: #676767;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
}
.item-blog-new-simple h3 a {
  color: #1E335C !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.item-blog-new-simple .des {
  color: #393939;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  .item-blog-new-simple:not(:first-child) {
    display: grid;
    grid-template-columns: 156px 1fr;
    border-color: #dbdbdb;
  }
  .item-blog-new-simple:not(:first-child) .image-cover-h {
    padding-top: 0;
    height: 100%;
  }
  .item-blog-new-simple:not(:first-child) .box-text {
    padding: 8px 4px 8px 12px;
  }
  .item-blog-new-simple:not(:first-child) .des {
    display: none;
  }
  .item-blog-new-simple:not(:first-child) h3 a {
    font-size: 16px;
    line-height: 1.4;
    -webkit-line-clamp: 3;
  }
}

.banner-secondary {
  margin-top: 15px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 15px;
}
@media (min-width: 768px) {
  .banner-secondary {
    margin-top: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
.banner-secondary .banner-secondary-item {
  border-radius: 10px;
  overflow: hidden;
}
.banner-secondary .banner-secondary-item img {
  display: block;
  width: 100%;
  aspect-ratio: 411/135;
  object-fit: cover;
}
@media (min-width: 768px) {
  .banner-secondary .banner-secondary-item img {
    aspect-ratio: 690/225;
  }
}

.trust-badges {
  margin-top: 16px !important;
}
@media (min-width: 768px) {
  .trust-badges {
    margin-top: 32px !important;
  }
}
.trust-badges .container-fluid {
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .trust-badges .container-fluid {
    padding-bottom: 31px;
    border-bottom: 1px solid #D9D9D9;
  }
}
.trust-badges .trust-badges-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  align-items: self-start;
  position: relative;
}
@media (min-width: 768px) {
  .trust-badges .trust-badges-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
  }
}
.trust-badges .trust-badges-list::before {
  content: "";
  grid-column: 1/3;
  grid-row: 1/3;
  justify-self: center;
  align-self: stretch;
  width: 1px;
  background: #D0D0D0;
}
@media (min-width: 768px) {
  .trust-badges .trust-badges-list::before {
    content: none;
  }
}
.trust-badges .trust-badges-list::after {
  content: "";
  grid-column: 1/3;
  grid-row: 1;
  justify-self: stretch;
  align-self: end;
  height: 1px;
  background: #D0D0D0;
}
@media (min-width: 768px) {
  .trust-badges .trust-badges-list::after {
    content: none;
  }
}
.trust-badges .trust-badges-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  padding: 18px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #1E335C;
}
.trust-badges .trust-badges-list li:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.trust-badges .trust-badges-list li:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.trust-badges .trust-badges-list li:nth-child(3) {
  grid-column: 1;
  grid-row: 2;
}
.trust-badges .trust-badges-list li:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}
@media (min-width: 768px) {
  .trust-badges .trust-badges-list li {
    flex-direction: row;
    text-align: left;
    gap: 15px;
    font-size: 18px;
    padding: 0;
    grid-column: auto;
    grid-row: auto;
  }
}
.trust-badges .trust-badges-list .icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(225.76deg, #F8633A 23.61%, #E83729 83.15%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.trust-badges .trust-badges-list .icon svg {
  display: block;
}

.img-collage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (min-width: 768px) {
  .img-collage {
    gap: 20px;
  }
}
.img-collage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.img-collage .img-collage-main img {
  aspect-ratio: 371/530;
}
.img-collage .img-collage-side {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .img-collage .img-collage-side {
    gap: 20px;
  }
}
.img-collage .img-collage-side img:first-child {
  aspect-ratio: 288/201;
}
.img-collage .img-collage-side img:last-child {
  aspect-ratio: 288/306;
}

.list-check {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.list-check li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #323232;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .list-check li {
    font-size: 18px;
  }
}
.list-check li .icon {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  margin-top: 7px;
}
@media (min-width: 768px) {
  .list-check li .icon {
    margin-top: 4px;
  }
}
.list-check li .icon svg {
  display: block;
}

.introduce .btn-border-rounded {
  height: 38px;
  padding: 0 14px 0 19px;
  border-radius: 10px;
  border: 1px solid #E83729;
  background: #fff;
  color: #E83729;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  gap: 9px;
}
.introduce .btn-border-rounded i {
  margin-left: 0;
}
.introduce .btn-border-rounded:hover {
  color: #E83729;
  background: rgba(232, 55, 41, 0.05);
  opacity: 1;
}

.introduce-certs {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
@media (min-width: 768px) {
  .introduce-certs {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 20px;
    margin-top: 40px;
  }
}
.introduce-certs .introduce-cert-item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.08);
  padding: 22px 30px;
}
.introduce-certs .introduce-cert-item img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.link-view-all {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  color: #fff;
}
.link-view-all .btn-view-all {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  position: relative;
}
.link-view-all .btn-view-all::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 12px;
  background-image: url("../images/icon/ic_arrow-right-orange.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
}
.link-view-all {
  font-size: 14px;
}
@media (min-width: 768px) {
  .link-view-all {
    font-size: 16px;
  }
}
.link-view-all:hover {
  color: #fff;
  opacity: 0.85;
}
.link-view-all.link-view-all-dark {
  color: #FF6D3E;
}
.link-view-all.link-view-all-dark:hover {
  color: #FF6D3E;
}
.link-view-all.link-view-all-dark .btn-view-all {
  background: #FF6D3E;
}
.link-view-all.link-view-all-dark .btn-view-all::after {
  background-image: url("../images/icon/ic_arrow-right-white.svg");
}
.link-view-all.link-view-all-sale-mobile, .link-view-all.link-view-all-grey-mobile, .link-view-all.link-view-all-combo-mobile, .link-view-all.link-view-all-blog-mobile, .link-view-all.link-view-all-gift-mobile {
  display: none;
}
@media (max-width: 767px) {
  .link-view-all.link-view-all-sale-mobile, .link-view-all.link-view-all-grey-mobile, .link-view-all.link-view-all-combo-mobile, .link-view-all.link-view-all-blog-mobile, .link-view-all.link-view-all-gift-mobile {
    display: flex;
    justify-content: center;
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .link-view-all.link-view-all-blog-mobile {
    margin-top: 40px;
  }
}
.link-view-all.link-view-all-gift-mobile .btn-view-all::after {
  background-image: url("../images/icon/ic_chevron-right-orange-gift.svg");
}

.product-slider-section-light {
  background: url("../images/bg-orange-light.png") top center/cover no-repeat, #fff;
}
.product-slider-section-light .product-slider-heading h2 {
  color: #121F38;
}
.product-slider-section-light .product-slider-heading .link-view-all {
  color: #FF6D3E;
}
.product-slider-section-light .product-slider-heading .link-view-all:hover {
  color: #FF6D3E;
}
.product-slider-section-light .product-slider-heading .btn-view-all {
  background: #FF6D3E;
}
.product-slider-section-light .product-slider-heading .btn-view-all::after {
  background-image: url("../images/icon/ic_arrow-right-white.svg");
}
.product-slider-section-light .product-slider-heading-sale h2 {
  color: #1E335C;
}
.product-slider-section-light .product-slider-heading-sale h2 .text-sale {
  color: #E83729;
}

.product-slider-section-light-gradient {
  margin-top: 0 !important;
  background: none;
}

.product-slider-wrapper-combo {
  background: linear-gradient(180deg, #fff 0%, #fff 34%, #FFE0C4 100%);
}
.product-slider-wrapper-combo .product-card .product-card-body h4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.product-slider-wrapper-combo .banner-ngang {
  margin-top: 0;
}
.product-slider-wrapper-combo .product-slider-heading h2 {
  color: #1E335C;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: 35px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .product-slider-wrapper-combo .product-slider-heading > .link-view-all {
    display: none;
  }
  .product-slider-wrapper-combo .product-slider-heading h2 {
    font-size: 28px;
    line-height: 1.12;
  }
  .product-slider-wrapper-combo .product-card .product-card-body .product-card-actions {
    flex-direction: column;
  }
  .product-slider-wrapper-combo .product-card .product-card-body .product-card-actions button {
    width: 100%;
    flex: 0 0 auto;
  }
}

.product-slider-section-grey {
  margin-top: 0 !important;
  background: none;
}
.product-slider-section-grey .product-slider-heading h2 {
  color: #1E335C;
}
.product-slider-section-grey .link-view-all {
  color: #FF6D3E;
}
.product-slider-section-grey .link-view-all:hover {
  color: #FF6D3E;
}
.product-slider-section-grey .btn-view-all {
  background: #FF6D3E;
}
.product-slider-section-grey .btn-view-all::after {
  background-image: url("../images/icon/ic_arrow-right-white.svg");
}

.product-slider-wrapper-grey {
  background: url("../images/bg-grey-pr.jpg") repeat;
}
.product-slider-wrapper-grey .product-card .product-card-body h4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.product-slider-wrapper-grey .product-slider-section-therapy {
  padding-top: 0;
}
.product-slider-wrapper-grey .product-slider-heading h2 {
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: 35px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .product-slider-wrapper-grey .product-slider-section {
    padding: 40px 0;
  }
  .product-slider-wrapper-grey .product-slider-section-therapy {
    padding-top: 0;
  }
  .product-slider-wrapper-grey .product-slider-heading > .link-view-all {
    display: none;
  }
  .product-slider-wrapper-grey .product-slider-heading h2 {
    font-size: 28px;
    line-height: 1.12;
  }
  .product-slider-wrapper-grey .product-card .product-card-body .product-card-actions {
    flex-direction: column;
  }
  .product-slider-wrapper-grey .product-card .product-card-body .product-card-actions button {
    width: 100%;
    flex: 0 0 auto;
  }
}

.product-slider-section-bestseller {
  margin-top: 0 !important;
}
.product-slider-section-bestseller .bestseller-banner {
  margin-top: 25px;
  border-radius: 10px;
  aspect-ratio: 617/212;
  background-image: url("../images/banner-best-seller_sp.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) {
  .product-slider-section-bestseller .bestseller-banner {
    margin-top: 30px;
    aspect-ratio: 2100/324;
    background-image: url("../images/banner-best-seller_pc.png");
  }
}

.product-slider-heading-bestseller {
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  position: relative;
}
.product-slider-section-bestseller .product-slider-heading-bestseller h2.watermark-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .product-slider-section-bestseller .product-slider-heading-bestseller h2.watermark-heading {
    gap: 27px;
  }
}
.product-slider-section-bestseller .product-slider-heading-bestseller h2.watermark-heading .ic-lightning-bestseller {
  flex-shrink: 0;
  display: flex;
  width: 38px;
  height: 47px;
}
.product-slider-section-bestseller .product-slider-heading-bestseller h2.watermark-heading .ic-lightning-bestseller svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .product-slider-section-bestseller .product-slider-heading-bestseller h2.watermark-heading .ic-lightning-bestseller {
    width: 83px;
    height: 102px;
  }
}
.product-slider-section-bestseller .product-slider-heading-bestseller h2.watermark-heading .watermark-heading-img {
  display: block;
  height: auto;
}
.product-slider-section-bestseller .product-slider-heading-bestseller h2.watermark-heading .watermark-heading-img.watermark-heading-img-pc {
  display: none;
}
.product-slider-section-bestseller .product-slider-heading-bestseller h2.watermark-heading .watermark-heading-img.watermark-heading-img-sp {
  width: 309px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .product-slider-section-bestseller .product-slider-heading-bestseller h2.watermark-heading .watermark-heading-img.watermark-heading-img-pc {
    display: block;
    width: 685px;
    max-width: 100%;
  }
  .product-slider-section-bestseller .product-slider-heading-bestseller h2.watermark-heading .watermark-heading-img.watermark-heading-img-sp {
    display: none;
  }
}
.product-slider-heading-bestseller .feature-badges {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  max-width: 410px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .product-slider-heading-bestseller .feature-badges {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    max-width: none;
  }
}
.product-slider-heading-bestseller .feature-badges li {
  background-image: url("../images/bg-best-seller-sp.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  color: #121F38;
  font-weight: 700;
  padding: 10px 16px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .product-slider-heading-bestseller .feature-badges li {
    background-image: url("../images/bg-best-seller_pc.png");
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .product-slider-heading-bestseller .feature-badges li {
    padding: 10px 106px;
    width: 445px;
    box-sizing: border-box;
  }
}

.banner-ngang .banner-ngang-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 768px) {
  .banner-ngang .banner-ngang-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.banner-ngang img {
  display: block;
  width: 100%;
  aspect-ratio: 690/225;
  object-fit: cover;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .blog-news + .banner-ngang .banner-ngang-row {
    gap: 29px;
  }
}

.gift-solution {
  background: linear-gradient(180deg, #FF6D3E 0%, #E2313B 100%);
  margin-top: 0 !important;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .gift-solution {
    padding: 50px 0;
  }
}
.gift-solution .product-slider-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .gift-solution .product-slider-heading {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .gift-solution .product-slider-heading > .link-view-all {
    display: none;
  }
}
.gift-solution .product-slider-heading h2 {
  color: #fff;
  font-weight: 500;
}
@media (max-width: 767px) {
  .gift-solution .product-slider-heading h2 {
    font-size: 28px;
  }
}
.gift-solution .gift-solution-wrap {
  position: relative;
}
@media (max-width: 767px) {
  .gift-solution .gift-solution-wrap .gift-solution-slider {
    margin-right: -16px;
  }
}
.gift-solution .gift-solution-wrap .swiper-button-prev,
.gift-solution .gift-solution-wrap .swiper-button-next {
  background-color: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
  background-image: url("../images/arrow-circle-grey_ic.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px;
}
.gift-solution .gift-solution-wrap .swiper-button-prev::after,
.gift-solution .gift-solution-wrap .swiper-button-next::after {
  content: none;
}
.gift-solution .gift-solution-wrap .swiper-button-prev.swiper-button-disabled,
.gift-solution .gift-solution-wrap .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.gift-solution .gift-solution-wrap .swiper-button-prev {
  left: -14px;
}
@media (min-width: 768px) {
  .gift-solution .gift-solution-wrap .swiper-button-prev {
    left: -15px;
  }
}
.gift-solution .gift-solution-wrap .swiper-button-next {
  right: -14px;
  transform: scaleX(-1);
}
@media (min-width: 768px) {
  .gift-solution .gift-solution-wrap .swiper-button-next {
    right: -15px;
  }
}
.gift-solution .gift-solution-item {
  text-align: center;
}
.gift-solution .gift-solution-item img {
  display: block;
  width: 100%;
  aspect-ratio: 445/283;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 12px;
}
.gift-solution .gift-solution-item .caption {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (min-width: 768px) {
  .gift-solution .gift-solution-item .caption {
    font-size: 17px;
    max-width: 333px;
  }
}
.gift-solution .gift-solution-item .caption a {
  color: inherit;
}

.press-logos {
  text-align: center;
  margin-top: 0 !important;
  padding: 51px 0;
}
@media (min-width: 768px) {
  .press-logos {
    padding: 70px 0;
  }
}
.press-logos h2 {
  color: #121F38;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .press-logos h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .press-logos .press-logos-list {
    margin-right: -16px;
  }
}
.press-logos .press-logos-item {
  border-radius: 10px;
  overflow: hidden;
}
.press-logos .press-logos-item a {
  display: block;
}
.press-logos .press-logos-item img {
  display: block;
  width: 100%;
  aspect-ratio: 250/189;
  object-fit: cover;
}

.blog-news-tabs-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}
.blog-news-tabs-row .link-view-all {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .blog-news-tabs-row .link-view-all {
    display: none;
  }
}

.blog-news-tabs {
  margin: 0;
  flex: 1;
  min-width: 0;
  border-bottom: 0;
  gap: 10px;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding-top: 1px;
  padding-bottom: 1px;
}
.blog-news-tabs .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #D0D0D0;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  white-space: nowrap;
  color: #9d9d9d;
  cursor: pointer;
  background: #fff;
}
.blog-news-tabs .nav-link.active {
  background: linear-gradient(90deg, #E83729 0%, #F8633A 100%);
  border-color: #D0D0D0;
  color: #fff;
}

.blog-list-3col {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}
@media (min-width: 768px) {
  .blog-list-3col {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
  }
}

.feedback-section {
  background: url("../images/bg-feed-back.png") center/cover no-repeat, #F9FAFE;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .feedback-section {
    padding: 50px 0;
  }
}
.feedback-section .product-slider-heading {
  justify-content: center;
  margin-bottom: 31px;
}
@media (max-width: 767px) {
  .feedback-section .product-slider-heading {
    margin-bottom: 28px;
  }
}
.feedback-section .product-slider-heading h2 {
  color: #1E335C !important;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: 35px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .feedback-section .product-slider-heading h2 {
    font-size: 28px;
    line-height: 1.12;
  }
}
.feedback-section .feedback-wrap {
  position: relative;
}
.feedback-section .feedback-pagination {
  position: static;
  bottom: 0;
  margin-top: 22px;
}
@media (max-width: 767px) {
  .feedback-section .feedback-pagination {
    margin-top: 34px;
  }
}
.feedback-section .feedback-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
}
.feedback-section .feedback-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F38F2F;
}

.feedback-card {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  height: 100%;
}
@media (min-width: 768px) {
  .feedback-card {
    grid-template-columns: 170px 1fr;
    gap: 24px;
    padding: 24px;
  }
}
.feedback-card .feedback-card-image img {
  display: block;
  width: 100%;
  aspect-ratio: 170/230;
  object-fit: cover;
  border-radius: 10px;
}
.feedback-card .rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .feedback-card .rating {
    margin-bottom: 9px;
  }
}
.feedback-card .rating .stars {
  gap: 8px;
}
.feedback-card .rating .stars i {
  width: 15px;
  height: 15px;
}
@media (max-width: 767px) {
  .feedback-card .rating .stars i {
    width: 9px;
    height: 9px;
  }
}
.feedback-card .rating .quote-icon {
  display: block;
  width: 23px;
  height: auto;
}
.feedback-card .quote {
  color: #323232;
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
@media (min-width: 768px) {
  .feedback-card .quote {
    font-size: 15px;
    -webkit-line-clamp: 4;
  }
}
.feedback-card .author {
  display: flex;
  flex-direction: column;
}
.feedback-card .author strong {
  color: #1E335C;
  font-size: 24px;
  font-weight: 400;
}
.feedback-card .author span {
  color: #797979;
  font-size: 15px;
  font-weight: 300;
}

.video-section {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .video-section {
    padding: 50px 0;
  }
}
.video-section .product-slider-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .video-section .product-slider-heading {
    margin-bottom: 24px;
  }
}
.video-section .product-slider-heading h2 {
  color: #1E335C !important;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: 35px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .video-section .product-slider-heading h2 {
    font-size: 28px;
    line-height: 1.12;
  }
}
.video-section .video-wrap {
  position: relative;
}
.video-section .video-wrap .swiper-button-prev,
.video-section .video-wrap .swiper-button-next {
  background-color: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
  background-image: url("../images/arrow-circle-grey_ic.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px;
}
.video-section .video-wrap .swiper-button-prev::after,
.video-section .video-wrap .swiper-button-next::after {
  content: none;
}
.video-section .video-wrap .swiper-button-prev.swiper-button-disabled,
.video-section .video-wrap .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.video-section .video-wrap .swiper-button-prev {
  left: -14px;
}
@media (min-width: 768px) {
  .video-section .video-wrap .swiper-button-prev {
    left: -15px;
  }
}
.video-section .video-wrap .swiper-button-next {
  right: -14px;
  transform: scaleX(-1);
}
@media (min-width: 768px) {
  .video-section .video-wrap .swiper-button-next {
    right: -15px;
  }
}

.video-card .video-card-thumb {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 12px;
  aspect-ratio: 451/260;
}
.video-card .video-card-thumb img,
.video-card .video-card-thumb iframe {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-card .video-card-thumb iframe {
  border: 0;
}
.video-card .video-card-thumb .btn-play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-card .caption {
  color: #323232;
  text-align: center;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  .video-card .caption {
    max-width: 272px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .video-card .caption {
    font-size: 16px;
    width: 343px;
    margin: 0 auto;
  }
}

.cta-float {
  position: fixed;
  left: 16px;
  bottom: 90px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cta-float .cta-float-item {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.cta-float .cta-float-item .icon svg {
  display: block;
}
.cta-float .cta-float-item.cta-float-messenger {
  background: linear-gradient(180deg, #E76A6F 0%, #716BAE 100%);
}
.cta-float .cta-float-item.cta-float-messenger .icon svg {
  width: 30px;
  height: 30px;
}
.cta-float .cta-float-item.cta-float-phone {
  background: linear-gradient(180deg, #F4696B 0%, #CE263A 100%);
}
.cta-float .cta-float-item.cta-float-phone .icon svg {
  width: 25px;
  height: 25px;
}
.cta-float .cta-float-item.cta-float-zalo {
  background: linear-gradient(180deg, #72AFFF 0%, #2F83F0 100%);
}
.cta-float .cta-float-item.cta-float-zalo .icon svg {
  width: 27px;
  height: 27px;
}

.footer-page {
  margin-top: 40px;
  border-top: 1px dashed #ffc093;
  background: #F9F9F9;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .footer-page {
    margin-top: 60px;
    padding-bottom: 40px;
  }
}

.footer-newsletter {
  position: relative;
  z-index: 1;
  margin-top: -20px;
  background: linear-gradient(90deg, #E83729 0%, #F8633A 100%);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .footer-newsletter {
    margin-top: -25px;
  }
}
@media (min-width: 1024px) {
  .footer-newsletter {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px 32px;
    gap: 24px;
  }
}
.footer-newsletter .footer-newsletter-info {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
}
.footer-newsletter .footer-newsletter-info .icon {
  flex-shrink: 0;
}
.footer-newsletter .footer-newsletter-info .icon svg {
  display: block;
  width: 46px;
  height: 40px;
}
.footer-newsletter .footer-newsletter-info h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .footer-newsletter .footer-newsletter-info h3 {
    font-size: 20px;
  }
}
.footer-newsletter .footer-newsletter-info p {
  font-size: 13px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .footer-newsletter .footer-newsletter-info p {
    font-size: 16px;
  }
}
.footer-newsletter .footer-newsletter-form {
  position: relative;
  flex-shrink: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .footer-newsletter .footer-newsletter-form {
    width: 452px;
  }
}
.footer-newsletter .footer-newsletter-form input, .footer-newsletter .footer-newsletter-form .modal textarea, .modal .footer-newsletter .footer-newsletter-form textarea, .footer-newsletter .footer-newsletter-form .modal .select2-container--default .select2-selection--single, .modal .select2-container--default .footer-newsletter .footer-newsletter-form .select2-selection--single {
  width: 100%;
  height: 45px;
  border-radius: 10px;
  border: none;
  outline: none;
  padding: 0 50px 0 18px;
  color: #121F38;
  font-size: 14px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .footer-newsletter .footer-newsletter-form input, .footer-newsletter .footer-newsletter-form .modal textarea, .modal .footer-newsletter .footer-newsletter-form textarea, .footer-newsletter .footer-newsletter-form .modal .select2-container--default .select2-selection--single, .modal .select2-container--default .footer-newsletter .footer-newsletter-form .select2-selection--single {
    font-size: 15px;
  }
}
.footer-newsletter .footer-newsletter-form button {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  padding: 0;
}
.footer-newsletter .footer-newsletter-form button .icon svg {
  display: block;
  width: 18px;
  height: auto;
}

.footer-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  padding-top: 24px;
}
@media (min-width: 768px) {
  .footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .footer-columns {
    grid-template-columns: 320px minmax(0, 1fr) minmax(0, 1fr) 282px;
  }
}
.footer-columns .footer-col h4 {
  color: #1E335C;
  font-size: 18px;
  letter-spacing: -0.3px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .footer-columns .footer-col h4 {
    font-size: 20px;
  }
}
.footer-columns .footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-columns .footer-col ul li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #1E335C;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .footer-columns .footer-col ul li {
    font-size: 16px;
  }
}
.footer-columns .footer-col ul li i {
  flex-shrink: 0;
  margin-top: 8px;
  width: 14px;
  font-size: 10px;
  color: #1E335C;
}
.footer-columns .footer-col ul li .icon {
  flex-shrink: 0;
  margin-top: 6px;
}
.footer-columns .footer-col ul li .icon svg {
  display: block;
  height: 12px;
  width: auto;
}
.footer-columns .footer-col ul li a {
  color: #1E335C;
}
.footer-columns .footer-col ul li a:hover {
  color: #E2313B;
}
.footer-columns .footer-about .footer-logo {
  margin-bottom: 16px;
}
.footer-columns .footer-about .footer-logo img {
  height: 40px;
}
.footer-columns .footer-about p {
  color: #1E335C;
  font-size: 14px;
  line-height: 1.75;
  text-align: justify;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .footer-columns .footer-about p {
    font-size: 16px;
  }
}
.footer-columns .footer-about .footer-social {
  display: flex;
  gap: 10px;
}
.footer-columns .footer-about .footer-social li {
  margin-bottom: 0;
}
.footer-columns .footer-about .footer-social .icon svg {
  width: 28px;
  height: 28px;
  display: block;
}
.footer-columns .footer-links li a {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.footer-columns .footer-map img {
  display: block;
  width: 100%;
  aspect-ratio: 282/196;
  object-fit: cover;
  border-radius: 10px;
}

.footer-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  padding: 20px 0;
  border-top: 1px solid #D9D9D9;
}
@media (min-width: 768px) {
  .footer-meta {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 48px;
  }
}
.footer-meta .footer-copyright {
  color: #1E335C;
  font-size: 14px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-meta .footer-copyright {
    font-size: 16px;
    text-align: left;
  }
}
.footer-meta .footer-meta-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.footer-meta .footer-hotline {
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(90deg, #F13B3B 0%, #FF6D3E 100%);
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 28px;
  font-weight: 600;
  white-space: nowrap;
  max-width: 406px;
  width: 100%;
  justify-content: center;
}
.footer-meta .footer-hotline:hover {
  color: #fff;
  opacity: 0.9;
}
.footer-meta .footer-hotline .icon {
  flex-shrink: 0;
}
.footer-meta .footer-hotline .icon svg {
  display: block;
  width: 28px;
  height: auto;
}
@media (min-width: 768px) {
  .footer-meta .footer-hotline {
    width: auto;
    max-width: none;
  }
}
.footer-meta .footer-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.footer-meta .footer-badges img {
  display: block;
  height: 32px;
  width: auto;
}

.header-page-new {
  position: relative;
  z-index: 1070;
}
.header-page-new .dropdown-menu {
  border: none;
  border-radius: 10px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
}
.header-page-new .dropdown-menu .dropdown-item {
  color: #1E335C;
  font-size: 14px;
  padding: 10px 18px;
}
.header-page-new .dropdown-menu .dropdown-item:hover {
  background: #F9F9F9;
  color: #F8633A;
}
.header-page-new .header-page-new-top {
  background: #fff;
  padding: 20px 0 13px;
}
.header-page-new .header-page-new-top .header-page-new-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.header-page-new .header-page-new-top .logo {
  flex-shrink: 0;
}
.header-page-new .header-page-new-top .logo img {
  display: block;
  height: 67px;
  width: auto;
}
.header-page-new .header-page-new-search {
  flex: 1 1 auto;
}
.header-page-new .header-page-new-search form {
  max-width: 643px;
}
.header-page-new .header-page-new-search form .input-group {
  position: relative;
  display: flex;
  align-items: stretch;
  height: 42px;
  border: 1px solid #FFC093;
  border-radius: 10px;
}
.header-page-new .header-page-new-search form .dropdown-search {
  flex-shrink: 0;
}
.header-page-new .header-page-new-search form .dropdown-search .btn-dropdown-search {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  background: transparent;
  border: none;
  border-radius: 10px 0 0 10px;
  border-right: 1px solid #FFC093;
  color: #1E335C;
  font-size: 15px;
  font-weight: 300;
  white-space: nowrap;
}
.header-page-new .header-page-new-search form .dropdown-search .btn-dropdown-search::after {
  content: none;
}
.header-page-new .header-page-new-search form .dropdown-search .btn-dropdown-search .icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.header-page-new .header-page-new-search form .dropdown-search .btn-dropdown-search .icon svg {
  display: block;
  overflow: visible;
}
.header-page-new .header-page-new-search form input, .header-page-new .header-page-new-search form .modal textarea, .modal .header-page-new .header-page-new-search form textarea, .header-page-new .header-page-new-search form .modal .select2-container--default .select2-selection--single, .modal .select2-container--default .header-page-new .header-page-new-search form .select2-selection--single {
  flex: 1 1 auto;
  min-width: 0;
  border: none;
  outline: none;
  padding: 0 18px;
  color: #1E335C;
  font-size: 15px;
  font-weight: 300;
}
.header-page-new .header-page-new-search form input::placeholder, .header-page-new .header-page-new-search form .modal textarea::placeholder, .modal .header-page-new .header-page-new-search form textarea::placeholder, .header-page-new .header-page-new-search form .modal .select2-container--default .select2-selection--single::placeholder, .modal .select2-container--default .header-page-new .header-page-new-search form .select2-selection--single::placeholder {
  color: #1E335C;
  opacity: 1;
}
.header-page-new .header-page-new-search form .btn-search-new {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  background: linear-gradient(90deg, #E83729 0%, #F8633A 100%);
  border: none;
  border-radius: 0 10px 10px 0;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}
.header-page-new .header-page-new-search form .btn-search-new svg {
  display: block;
}
.header-page-new .header-page-new-search .quick-links-new {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 28px;
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}
.header-page-new .header-page-new-search .quick-links-new a {
  color: #1E335C;
  font-size: 15px;
  font-weight: 400;
}
.header-page-new .header-page-new-search .quick-links-new a:hover {
  color: #F8633A;
}
.header-page-new .header-page-new-actions {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-page-new .btn-cart-new {
  position: relative;
  flex-shrink: 0;
  width: 42px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(180deg, #F8633A 0%, #E83729 100%);
}
.header-page-new .btn-cart-new .icon svg {
  display: block;
}
.header-page-new .btn-cart-new .badge {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  color: #E83729;
  font-family: "Roboto Flex", sans-serif;
  font-size: 10px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-page-new .header-page-new-account {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 39px;
  padding: 0 18px;
  border: 1px solid #FFC093;
  border-radius: 10px;
}
.header-page-new .header-page-new-account a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1E335C;
  font-size: 16px;
  letter-spacing: 0.3px;
  white-space: nowrap;
}
.header-page-new .header-page-new-account a:hover {
  color: #F8633A;
}
.header-page-new .header-page-new-account a .icon svg {
  display: block;
}
.header-page-new .header-page-new-account .divider {
  flex-shrink: 0;
  width: 1px;
  height: 15px;
  background: #A9A9A9;
}
.header-page-new .header-page-new-bottom {
  background: linear-gradient(90deg, #E83729 0%, #F8633A 100%);
}
.header-page-new .header-page-new-bottom .header-page-new-bottom-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 50px;
}
.header-page-new .btn-category-new {
  position: relative;
  bottom: -5px;
  flex-shrink: 0;
}
.header-page-new .btn-category-new.show .icon-arrow svg {
  transform: rotateZ(180deg);
}
.header-page-new .btn-category-new button {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 40px;
  padding: 0 18px;
  background: #F8893A;
  border: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  white-space: nowrap;
}
.header-page-new .btn-category-new button::after {
  display: none;
}
.header-page-new .btn-category-new button .icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.header-page-new .btn-category-new button .icon svg {
  display: block;
  overflow: visible;
}
.header-page-new .btn-category-new button .icon-arrow svg {
  transition: all 0.3s ease;
}
.header-page-new .btn-category-new .dropdown-menu {
  width: 100%;
  min-width: 100%;
  margin-top: 8px;
  z-index: 1050;
}
.header-page-new .primary-navigation-new .menu-wrapper-new {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-page-new .primary-navigation-new .menu-wrapper-new .menu-item {
  position: relative;
  display: flex;
  align-items: center;
}
.header-page-new .primary-navigation-new .menu-wrapper-new .menu-item:not(:last-child)::after {
  content: "";
  flex-shrink: 0;
  width: 1px;
  height: 15px;
  background: #FF9679;
  margin: 0 20px;
}
.header-page-new .primary-navigation-new .menu-wrapper-new .menu-item > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
}
.header-page-new .primary-navigation-new .menu-wrapper-new .menu-item > a svg {
  display: block;
  flex-shrink: 0;
  overflow: visible;
}
.header-page-new .primary-navigation-new .menu-wrapper-new .menu-item > a:hover {
  opacity: 0.85;
}
.header-page-new .primary-navigation-new .menu-wrapper-new .menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  width: 315px;
  margin-top: 15px;
  padding: 8px 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
  list-style: none;
}
.header-page-new .primary-navigation-new .menu-wrapper-new .menu-item-has-children .sub-menu::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: 15px;
}
.header-page-new .primary-navigation-new .menu-wrapper-new .menu-item-has-children .sub-menu.active {
  display: block;
}
.header-page-new .primary-navigation-new .menu-wrapper-new .menu-item-has-children .sub-menu li {
  border-bottom: 1px solid #EBEBEB;
}
.header-page-new .primary-navigation-new .menu-wrapper-new .menu-item-has-children .sub-menu li:last-child {
  border-bottom: none;
}
.header-page-new .primary-navigation-new .menu-wrapper-new .menu-item-has-children .sub-menu a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  color: #1E335C;
  font-size: 15px;
  font-weight: 400;
  white-space: normal;
}
.header-page-new .primary-navigation-new .menu-wrapper-new .menu-item-has-children .sub-menu a::before {
  content: "";
  width: 5px;
  height: 8px;
  flex-shrink: 0;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='8' viewBox='0 0 5 8' fill='none'%3E%3Cpath d='M4.74085 3.68894L1.28396 0.220995C0.975273 -0.0886745 0.468435 -0.0705142 0.182708 0.260453C-0.0685171 0.551455 -0.0596515 0.985126 0.203256 1.26562L2.47466 3.68894L0.236869 5.90588C-0.0462044 6.18631 -0.0752395 6.63998 0.169237 6.94864C0.45829 7.32066 1.00711 7.35739 1.34317 7.02721L4.74085 3.68894Z' fill='%231E335C'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.header-page-new .primary-navigation-new .menu-wrapper-new .menu-item-has-children .sub-menu a:hover {
  color: #F8633A;
}
.header-page-new .header-page-new-mobile {
  position: relative;
  z-index: 1060;
  background: #fff;
  padding: 12px 0 0;
}
.header-page-new .header-page-new-mobile .header-page-new-mobile-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.header-page-new .header-page-new-mobile #btn-hamburger-new {
  flex-shrink: 0;
  background: transparent;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 22px;
}
.header-page-new .header-page-new-mobile #btn-hamburger-new .icon-close {
  display: none;
}
.header-page-new .header-page-new-mobile #btn-hamburger-new svg {
  display: block;
  width: 100%;
  height: 100%;
}
.header-page-new .header-page-new-mobile #btn-hamburger-new.active .icon-bars {
  display: none;
}
.header-page-new .header-page-new-mobile #btn-hamburger-new.active .icon-close {
  display: block;
}
.header-page-new .header-page-new-mobile .logo {
  flex: 1 1 auto;
  height: 100%;
}
.header-page-new .header-page-new-mobile .logo a {
  display: block;
  text-align: center;
}
.header-page-new .header-page-new-mobile .logo img {
  width: 128px;
  object-fit: contain;
  display: inline-block;
}
.header-page-new .header-page-new-mobile .header-page-new-mobile-account {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-page-new .header-page-new-mobile .header-page-new-mobile-account a {
  display: flex;
}
.header-page-new .header-page-new-mobile .header-page-new-mobile-account a svg {
  display: block;
}
.header-page-new .header-page-new-mobile .header-page-new-mobile-account .divider {
  flex-shrink: 0;
  width: 1px;
  height: 15px;
  background: #A9A9A9;
}
.header-page-new .header-page-new-mobile .header-page-new-mobile-search .input-group {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 42px;
  border: 1px solid #FFC093;
  border-radius: 10px;
}
.header-page-new .header-page-new-mobile .header-page-new-mobile-search .dropdown-search {
  flex-shrink: 0;
}
.header-page-new .header-page-new-mobile .header-page-new-mobile-search .dropdown-search .btn-dropdown-search {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  background: transparent;
  border: none;
  border-radius: 10px 0 0 10px;
  border-right: 1px solid #FFC093;
  color: #1E335C;
  font-size: 14px;
  font-weight: 300;
  white-space: nowrap;
}
.header-page-new .header-page-new-mobile .header-page-new-mobile-search .dropdown-search .btn-dropdown-search::after {
  content: none;
}
.header-page-new .header-page-new-mobile .header-page-new-mobile-search .dropdown-search .btn-dropdown-search .icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.header-page-new .header-page-new-mobile .header-page-new-mobile-search .dropdown-search .btn-dropdown-search .icon svg {
  display: block;
  overflow: visible;
}
.header-page-new .header-page-new-mobile .header-page-new-mobile-search .search-input-wrap {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
}
.header-page-new .header-page-new-mobile .header-page-new-mobile-search .search-input-wrap .search-input-icon {
  flex-shrink: 0;
  display: block;
}
.header-page-new .header-page-new-mobile .header-page-new-mobile-search .search-input-wrap input, .header-page-new .header-page-new-mobile .header-page-new-mobile-search .search-input-wrap .modal textarea, .modal .header-page-new .header-page-new-mobile .header-page-new-mobile-search .search-input-wrap textarea, .header-page-new .header-page-new-mobile .header-page-new-mobile-search .search-input-wrap .modal .select2-container--default .select2-selection--single, .modal .select2-container--default .header-page-new .header-page-new-mobile .header-page-new-mobile-search .search-input-wrap .select2-selection--single {
  flex: 1 1 auto;
  min-width: 0;
  border: none;
  outline: none;
  padding: 0;
  color: #1E335C;
  font-size: 14px;
  font-weight: 300;
}
.header-page-new .header-page-new-mobile .header-page-new-mobile-search .search-input-wrap input::placeholder, .header-page-new .header-page-new-mobile .header-page-new-mobile-search .search-input-wrap .modal textarea::placeholder, .modal .header-page-new .header-page-new-mobile .header-page-new-mobile-search .search-input-wrap textarea::placeholder, .header-page-new .header-page-new-mobile .header-page-new-mobile-search .search-input-wrap .modal .select2-container--default .select2-selection--single::placeholder, .modal .select2-container--default .header-page-new .header-page-new-mobile .header-page-new-mobile-search .search-input-wrap .select2-selection--single::placeholder {
  color: #1E335C;
  opacity: 1;
}
.header-page-new .header-page-new-mobile .header-page-new-mobile-search .btn-cart-new-m {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #F8633A 0%, #E83729 100%);
  border-radius: 0 10px 10px 0;
}
.header-page-new .header-page-new-mobile .header-page-new-mobile-search .btn-cart-new-m svg {
  display: block;
}
.header-page-new .header-page-new-mobile .header-page-new-mobile-search .btn-cart-new-m .badge {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  color: #E83729;
  font-family: "Roboto Flex", sans-serif;
  font-size: 9px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-aside-page.menu-mobile-new .backdrop {
  background-color: rgba(0, 0, 0, 0.3);
}
.menu-aside-page.menu-mobile-new .menu-aside-close {
  display: none;
}
.menu-aside-page.menu-mobile-new .menu-aside {
  top: 0;
  right: auto;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  overflow-y: auto;
  background: #fff;
  padding-top: 0;
  transform: translateY(-100%);
  transition: all 0.3s ease;
}
.menu-aside-page.menu-mobile-new.show .menu-aside {
  transform: translateY(0);
}
.menu-aside-page.menu-mobile-new .primary-menu-container {
  padding: 0 15px;
}
.menu-aside-page.menu-mobile-new .menu-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-aside-page.menu-mobile-new .menu-wrapper > .menu-item {
  margin-bottom: 0;
  border-bottom: 1px solid #FFC093;
}
.menu-aside-page.menu-mobile-new .menu-wrapper > .menu-item:last-child {
  border-bottom: none;
}
.menu-aside-page.menu-mobile-new .menu-wrapper > .menu-item > a,
.menu-aside-page.menu-mobile-new .menu-wrapper > .menu-item > .menu-item-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 16px 0;
  color: #1E335C;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}
.menu-aside-page.menu-mobile-new .menu-wrapper .menu-item-has-children > .menu-item-toggle {
  cursor: pointer;
}
.menu-aside-page.menu-mobile-new .menu-wrapper .menu-item-has-children > .menu-item-toggle .icon-caret {
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.menu-aside-page.menu-mobile-new .menu-wrapper .menu-item-has-children.active > .menu-item-toggle {
  color: #F8633A;
}
.menu-aside-page.menu-mobile-new .menu-wrapper .menu-item-has-children.active > .menu-item-toggle .icon-caret path {
  fill: #F8633A;
}
.menu-aside-page.menu-mobile-new .menu-wrapper .menu-item-has-children.active > .menu-item-toggle .icon-caret {
  transform: rotateZ(180deg);
}
.menu-aside-page.menu-mobile-new .menu-wrapper .sub-menu {
  display: none;
  list-style: none;
  margin: 0 0 8px;
  padding: 0;
  overflow: visible;
}
.menu-aside-page.menu-mobile-new .menu-wrapper .sub-menu li {
  margin-bottom: 0;
  border-bottom: 1px solid #EBEBEB;
}
.menu-aside-page.menu-mobile-new .menu-wrapper .sub-menu li:last-child {
  border-bottom: none;
}
.menu-aside-page.menu-mobile-new .menu-wrapper .sub-menu a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0 12px 16px;
  color: #1E335C;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  overflow: visible;
}
.menu-aside-page.menu-mobile-new .menu-wrapper .sub-menu a::before {
  content: "";
  width: 5px;
  height: 8px;
  flex-shrink: 0;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='8' viewBox='0 0 5 8' fill='none'%3E%3Cpath d='M4.74085 3.68894L1.28396 0.220995C0.975273 -0.0886745 0.468435 -0.0705142 0.182708 0.260453C-0.0685171 0.551455 -0.0596515 0.985126 0.203256 1.26562L2.47466 3.68894L0.236869 5.90588C-0.0462044 6.18631 -0.0752395 6.63998 0.169237 6.94864C0.45829 7.32066 1.00711 7.35739 1.34317 7.02721L4.74085 3.68894Z' fill='%231E335C'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.introduce-page .heading-haruco-new {
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #1E335C;
  font-size: 28px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .introduce-page .heading-haruco-new {
    font-size: 35px;
    line-height: 1.4;
  }
}
.introduce-page .introduce-hero .introduce-hero-image img {
  width: 100%;
  height: auto;
  display: block;
}
.introduce-page .introduce-about {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .introduce-page .introduce-about {
    padding: 70px 0;
  }
}
.introduce-page .introduce-about .introduce-about-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1024px) {
  .introduce-page .introduce-about .introduce-about-grid {
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
  }
}
@media (min-width: 1024px) {
  .introduce-page .introduce-about .introduce-about-text {
    flex: 1 1 0;
    min-width: 0;
  }
}
@media (min-width: 1024px) {
  .introduce-page .introduce-about .introduce-about-image {
    flex: 1 1 0;
  }
}
.introduce-page .introduce-about .introduce-about-image img {
  display: block;
  width: 100%;
  aspect-ratio: 685/520;
  object-fit: cover;
  border-radius: 10px;
}
.introduce-page .introduce-about .eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #1E335C;
  font-size: 24px;
  margin-bottom: 8px;
}
.introduce-page .introduce-about .eyebrow .dash {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #FF6D3E;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .introduce-page .introduce-about .eyebrow .dash {
    margin-bottom: -11px;
  }
}
.introduce-page .introduce-about .heading-haruco-new {
  margin-bottom: 16px;
  text-transform: uppercase;
}
.introduce-page .introduce-about .description p {
  color: #323232;
  font-size: 16px;
  line-height: 1.875;
  text-align: justify;
  margin-bottom: 16px;
}
.introduce-page .introduce-about .highlight-box {
  margin-top: 16px;
  background: #FF6D3E;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.875;
  text-align: justify;
  border-radius: 10px;
  padding: 20px 32px;
}
@media (min-width: 768px) {
  .introduce-page .introduce-about .highlight-box {
    margin-top: 25px;
  }
}
.introduce-page .introduce-stats {
  background-image: url("../images/introduce/stats-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 32px 0 635px;
}
@media (min-width: 768px) {
  .introduce-page .introduce-stats {
    padding: 56px 0 233px;
  }
}
.introduce-page .introduce-stats .introduce-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .introduce-page .introduce-stats .introduce-stats-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
  }
}
@media (max-width: 767px) {
  .introduce-page .introduce-stats .introduce-stats-grid {
    position: relative;
  }
  .introduce-page .introduce-stats .introduce-stats-grid::before {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 1px dashed rgba(255, 255, 255, 0.4);
  }
  .introduce-page .introduce-stats .introduce-stats-grid::after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 1px dashed rgba(255, 255, 255, 0.4);
  }
}
.introduce-page .introduce-stats .stat-item {
  display: flex;
  justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  .introduce-page .introduce-stats .stat-item:first-child {
    justify-content: flex-start;
  }
  .introduce-page .introduce-stats .stat-item:last-child {
    justify-content: flex-end;
  }
  .introduce-page .introduce-stats .stat-item:not(:last-child) {
    border-right: 1px dashed #D0D0D0;
  }
}
.introduce-page .introduce-stats .stat-item .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.introduce-page .introduce-stats .stat-item .icon {
  height: 61px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 4px;
}
.introduce-page .introduce-stats .stat-item .icon svg {
  display: block;
  height: 100%;
  width: auto;
}
.introduce-page .introduce-stats .stat-item .number {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .introduce-page .introduce-stats .stat-item .number {
    font-size: 64px;
  }
}
.introduce-page .introduce-stats .stat-item .label {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .introduce-page .introduce-stats .stat-item .label {
    font-size: 20px;
  }
}
.introduce-page .intro-mv-cv-wrap {
  display: flow-root;
  background-color: #F9F9F9;
  background-image: url("../images/introduce/mv-section-overlay.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.introduce-page .introduce-mission-vision {
  position: relative;
  margin-top: -580px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .introduce-page .introduce-mission-vision {
    margin-top: -180px;
    padding-bottom: 70px;
  }
}
.introduce-page .introduce-mission-vision .mission-vision-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1024px) {
  .introduce-page .introduce-mission-vision .mission-vision-grid {
    flex-direction: row;
    gap: 30px;
  }
}
.introduce-page .introduce-mission-vision .mv-item {
  flex: 1;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 32px 24px;
}
@media (min-width: 768px) {
  .introduce-page .introduce-mission-vision .mv-item {
    padding: 46px 52px 56px;
  }
}
.introduce-page .introduce-mission-vision .mv-item .mv-item-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .introduce-page .introduce-mission-vision .mv-item .mv-item-header {
    gap: 24px;
  }
}
.introduce-page .introduce-mission-vision .mv-item .icon {
  flex-shrink: 0;
  display: flex;
}
.introduce-page .introduce-mission-vision .mv-item .icon svg {
  display: block;
  width: 40px;
  height: auto;
}
@media (min-width: 768px) {
  .introduce-page .introduce-mission-vision .mv-item .icon svg {
    width: auto;
  }
}
.introduce-page .introduce-mission-vision .mv-item .heading-haruco-new {
  margin-bottom: 0;
}
.introduce-page .introduce-mission-vision .mv-item .subheading {
  color: #E83729;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 19px;
}
@media (min-width: 768px) {
  .introduce-page .introduce-mission-vision .mv-item .subheading {
    font-size: 20px;
  }
}
.introduce-page .introduce-mission-vision .mv-item p:not(.subheading) {
  color: #323232;
  font-size: 15px;
  line-height: 1.6;
  text-align: justify;
}
@media (min-width: 768px) {
  .introduce-page .introduce-mission-vision .mv-item p:not(.subheading) {
    font-size: 16px;
    line-height: 1.875;
  }
}
.introduce-page .introduce-core-values {
  padding: 0 0 40px;
}
@media (min-width: 768px) {
  .introduce-page .introduce-core-values {
    padding: 0 0 70px;
  }
}
.introduce-page .introduce-core-values .heading-haruco-new {
  text-align: center;
  margin-bottom: 32px;
}
.introduce-page .introduce-core-values .core-values-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  display: grid;
  grid-template-columns: 1fr;
  padding: 24px 15px;
}
@media (min-width: 768px) {
  .introduce-page .introduce-core-values .core-values-card {
    grid-template-columns: repeat(4, 1fr);
    padding: 48px 0;
  }
}
.introduce-page .introduce-core-values .core-value-item {
  text-align: center;
  padding: 24px 20px;
  border-bottom: 1px dashed #DDDDDD;
}
@media (min-width: 768px) {
  .introduce-page .introduce-core-values .core-value-item {
    padding: 0 24px;
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  .introduce-page .introduce-core-values .core-value-item:not(:last-child) {
    border-right: 1px dashed #DDDDDD;
  }
}
.introduce-page .introduce-core-values .core-value-item:last-child {
  border-bottom: none;
}
.introduce-page .introduce-core-values .core-value-item .icon {
  height: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 16px;
}
.introduce-page .introduce-core-values .core-value-item .icon svg {
  display: block;
  height: 100%;
  width: auto;
}
.introduce-page .introduce-core-values .core-value-item h4 {
  color: #1E335C;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .introduce-page .introduce-core-values .core-value-item h4 {
    font-size: 22px;
  }
}
.introduce-page .introduce-core-values .core-value-item p {
  color: #323232;
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .introduce-page .introduce-core-values .core-value-item p {
    font-size: 16px;
    line-height: 1.875;
  }
}
.introduce-page .introduce-team {
  background: linear-gradient(180deg, #FF6D3E 0%, #E2313B 100%);
  padding: 40px 0;
}
@media (min-width: 768px) {
  .introduce-page .introduce-team {
    padding: 70px 0;
  }
}
.introduce-page .introduce-team .introduce-team-grid {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 1024px) {
  .introduce-page .introduce-team .introduce-team-grid {
    flex-direction: row;
    gap: 60px;
  }
}
@media (min-width: 1024px) {
  .introduce-page .introduce-team .introduce-team-intro {
    flex: 0 0 340px;
  }
}
.introduce-page .introduce-team .introduce-team-intro .heading-haruco-new {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .introduce-page .introduce-team .introduce-team-intro .heading-haruco-new {
    font-size: 34px;
  }
}
.introduce-page .introduce-team .introduce-team-intro .dash {
  display: block;
  width: 40px;
  height: 2px;
  background: #FFB031;
  margin: 16px 0 24px;
}
.introduce-page .introduce-team .introduce-team-intro p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 16px;
}
.introduce-page .introduce-team .introduce-team-intro .list-check li {
  color: #fff;
}
.introduce-page .introduce-team .introduce-team-intro .list-check li .icon {
  margin-top: 8px;
}
.introduce-page .introduce-team .introduce-team-intro .list-check li svg path {
  fill: #fff;
}
.introduce-page .introduce-team .introduce-team-slider-wrap {
  position: relative;
  flex: 1;
  min-width: 0;
}
@media (max-width: 767px) {
  .introduce-page .introduce-team .introduce-team-slider {
    margin-right: -16px;
  }
}
.introduce-page .introduce-team .doctor-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}
.introduce-page .introduce-team .doctor-card .photo img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
}
.introduce-page .introduce-team .doctor-card .box-text {
  padding: 13px 16px 24px;
}
.introduce-page .introduce-team .doctor-card .degree {
  margin: 0;
  font-size: 16px;
  color: #1E335C;
}
.introduce-page .introduce-team .doctor-card h4 {
  margin: 4px 0 0;
  color: #E83729;
  font-size: 20px;
  font-weight: 500;
}
.introduce-page .introduce-team .doctor-card .details {
  margin-top: 12px;
}
.introduce-page .introduce-team .doctor-card .details p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #1E335C;
}
@media (min-width: 768px) {
  .introduce-page .introduce-team .doctor-card .details p {
    font-size: 15px;
  }
}
.introduce-page .introduce-team .doctor-card .link-detail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #F8633A;
  border-radius: 10px;
  height: 30px;
  padding: 0 16px;
  color: #F8633A;
  font-size: 14px;
  margin-top: 16px;
}
.introduce-page .introduce-team .swiper-button-prev-team,
.introduce-page .introduce-team .swiper-button-next-team {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 2;
  display: none;
}
@media (min-width: 1024px) {
  .introduce-page .introduce-team .swiper-button-prev-team,
  .introduce-page .introduce-team .swiper-button-next-team {
    display: block;
  }
}
.introduce-page .introduce-team .swiper-button-prev-team {
  left: -16px;
}
.introduce-page .introduce-team .swiper-button-next-team {
  right: -16px;
  transform: translateY(-50%) scaleX(-1);
}
.introduce-page .introduce-product-groups {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .introduce-page .introduce-product-groups {
    padding: 70px 0;
  }
}
.introduce-page .introduce-product-groups .heading-haruco-new {
  text-align: center;
  margin-bottom: 32px;
}
.introduce-page .introduce-product-groups .product-group-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  .introduce-page .introduce-product-groups .product-group-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
.introduce-page .introduce-product-groups .product-group-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.06);
}
.introduce-page .introduce-product-groups .product-group-card .image img {
  width: 100%;
  aspect-ratio: 447/289;
  object-fit: cover;
  display: block;
}
.introduce-page .introduce-product-groups .product-group-card .caption {
  padding: 14px 16px;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  background: linear-gradient(90deg, #E2313B 0%, #FF6D3E 100%);
}
@media (min-width: 768px) {
  .introduce-page .introduce-product-groups .product-group-card .caption {
    padding: 16px;
    font-size: 26px;
  }
}
.introduce-page .introduce-product-groups .usp-row {
  margin-top: 32px;
  background: #fff;
  border: 1px solid #FFC093;
  border-radius: 10px;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .introduce-page .introduce-product-groups .usp-row {
    flex-direction: row;
    padding: 24px 32px;
  }
}
.introduce-page .introduce-product-groups .usp-item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left;
}
@media (min-width: 768px) {
  .introduce-page .introduce-product-groups .usp-item {
    display: block;
    text-align: center;
  }
}
.introduce-page .introduce-product-groups .usp-item .icon-circle {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #FFECDF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .introduce-page .introduce-product-groups .usp-item .icon-circle {
    margin: 0 auto 16px;
  }
}
.introduce-page .introduce-product-groups .usp-item .icon-circle svg {
  width: 52px;
  height: auto;
  display: block;
  padding: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FF6D3E 0%, #E2313B 100%);
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .introduce-page .introduce-product-groups .usp-item .icon-circle svg {
    width: 48px;
  }
}
.introduce-page .introduce-product-groups .usp-item p {
  margin: 0;
  color: #1E335C;
  font-size: 16px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .introduce-page .introduce-product-groups .usp-item p {
    font-size: 20px;
    max-width: 370px;
    margin: 0 auto;
  }
}
.introduce-page .dev-timeline {
  padding: 40px 0;
  background: #F9F9F9;
}
@media (min-width: 768px) {
  .introduce-page .dev-timeline {
    padding: 70px 0;
  }
}
.introduce-page .dev-timeline .heading-haruco-new {
  text-align: center;
  margin-bottom: 40px;
}
.introduce-page .dev-timeline .dev-timeline-list {
  display: flex;
  gap: 40px;
  position: relative;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .introduce-page .dev-timeline .dev-timeline-list {
    overflow-x: auto;
    margin-right: -16px;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
  }
}
@media (min-width: 768px) {
  .introduce-page .dev-timeline .dev-timeline-list {
    justify-content: space-between;
    gap: 24px;
  }
}
.introduce-page .dev-timeline .dev-timeline-list::-webkit-scrollbar {
  display: none;
}
.introduce-page .dev-timeline .dev-timeline-item {
  flex: 0 0 auto;
  width: 230px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.introduce-page .dev-timeline .dev-timeline-item .badge {
  width: 96px;
  height: 106px;
  margin: 0 auto 12px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.05em;
}
.introduce-page .dev-timeline .dev-timeline-item .dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: 0 auto 16px;
  position: relative;
  z-index: 1;
}
.introduce-page .dev-timeline .dev-timeline-item .dot::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  width: 1px;
  height: 12px;
  background: inherit;
}
.introduce-page .dev-timeline .dev-timeline-item p {
  color: #323232;
  font-size: 14px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .introduce-page .dev-timeline .dev-timeline-item p {
    font-size: 15px;
  }
}
.introduce-page .dev-timeline .dev-timeline-item::before {
  content: "";
  position: absolute;
  left: -20px;
  right: -20px;
  top: 125px;
  height: 1px;
  z-index: 0;
}
@media (min-width: 768px) {
  .introduce-page .dev-timeline .dev-timeline-item::before {
    left: -31.25px;
    right: -31.25px;
  }
}
.introduce-page .dev-timeline .dev-timeline-item:first-child::before {
  left: 0;
}
.introduce-page .dev-timeline .dev-timeline-item:last-child::before {
  right: 0;
}
.introduce-page .dev-timeline .dev-timeline-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 118px;
  right: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent currentColor;
  z-index: 1;
}
@media (min-width: 768px) {
  .introduce-page .dev-timeline .dev-timeline-item:not(:last-child)::after {
    right: -36.25px;
  }
}
.introduce-page .dev-timeline .dev-timeline-item.dev-timeline-item-2022 .badge, .introduce-page .dev-timeline .dev-timeline-item.dev-timeline-item-2022 .dot, .introduce-page .dev-timeline .dev-timeline-item.dev-timeline-item-2022::before {
  background: #ffb031;
}
.introduce-page .dev-timeline .dev-timeline-item.dev-timeline-item-2022::after {
  color: #6fc191;
}
.introduce-page .dev-timeline .dev-timeline-item.dev-timeline-item-2023 .badge, .introduce-page .dev-timeline .dev-timeline-item.dev-timeline-item-2023 .dot, .introduce-page .dev-timeline .dev-timeline-item.dev-timeline-item-2023::before {
  background: #6fc191;
}
.introduce-page .dev-timeline .dev-timeline-item.dev-timeline-item-2023::after {
  color: #40c0de;
}
.introduce-page .dev-timeline .dev-timeline-item.dev-timeline-item-2024 .badge, .introduce-page .dev-timeline .dev-timeline-item.dev-timeline-item-2024 .dot, .introduce-page .dev-timeline .dev-timeline-item.dev-timeline-item-2024::before {
  background: #40c0de;
}
.introduce-page .dev-timeline .dev-timeline-item.dev-timeline-item-2024::after {
  color: #fe8f65;
}
.introduce-page .dev-timeline .dev-timeline-item.dev-timeline-item-2025 .badge, .introduce-page .dev-timeline .dev-timeline-item.dev-timeline-item-2025 .dot, .introduce-page .dev-timeline .dev-timeline-item.dev-timeline-item-2025::before {
  background: #fe8f65;
}
.introduce-page .dev-timeline .dev-timeline-item.dev-timeline-item-2025::after {
  color: #ed5e53;
}
.introduce-page .dev-timeline .dev-timeline-item.dev-timeline-item-2026 .badge, .introduce-page .dev-timeline .dev-timeline-item.dev-timeline-item-2026 .dot, .introduce-page .dev-timeline .dev-timeline-item.dev-timeline-item-2026::before {
  background: #ed5e53;
}
.introduce-page .introduce-culture {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .introduce-page .introduce-culture {
    padding: 70px 0;
  }
}
.introduce-page .introduce-culture .culture-grid {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 1024px) {
  .introduce-page .introduce-culture .culture-grid {
    flex-direction: row;
    align-items: center;
    gap: 60px;
  }
}
.introduce-page .introduce-culture .culture-text {
  flex: 1;
}
.introduce-page .introduce-culture .culture-text .dash {
  display: block;
  width: 80px;
  height: 2px;
  background: #F8633A;
  margin: 12px 0 16px;
}
@media (min-width: 768px) {
  .introduce-page .introduce-culture .culture-text .dash {
    width: 104px;
  }
}
.introduce-page .introduce-culture .culture-text .tagline {
  color: #E83729;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.5;
  margin: 0 0 16px;
}
@media (min-width: 768px) {
  .introduce-page .introduce-culture .culture-text .tagline {
    font-size: 30px;
  }
}
.introduce-page .introduce-culture .culture-text p:not(.tagline) {
  color: #323232;
  font-size: 15px;
  line-height: 1.7;
  text-align: justify;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .introduce-page .introduce-culture .culture-text p:not(.tagline) {
    font-size: 16px;
  }
}
.introduce-page .introduce-culture .culture-gallery {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.introduce-page .introduce-culture .culture-gallery img {
  width: 100%;
  aspect-ratio: 326/219;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
.introduce-page .introduce-community {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .introduce-page .introduce-community {
    padding: 70px 0;
  }
}
.introduce-page .introduce-community .community-grid {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 1024px) {
  .introduce-page .introduce-community .community-grid {
    flex-direction: row;
    gap: 60px;
  }
}
.introduce-page .introduce-community .community-media {
  position: relative;
  flex: 0 0 auto;
}
@media (min-width: 1024px) {
  .introduce-page .introduce-community .community-media {
    width: 480px;
    height: 434px;
  }
}
.introduce-page .introduce-community .community-media .community-media-main img {
  width: 100%;
  border-radius: 20px;
  display: block;
  object-fit: cover;
}
.introduce-page .introduce-community .community-media .community-media-accent {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #fff;
}
.introduce-page .introduce-community .community-media .community-media-accent img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.introduce-page .introduce-community .community-media .community-media-accent-1 {
  width: 120px;
  height: 120px;
  right: 10%;
  bottom: 0;
}
@media (min-width: 1024px) {
  .introduce-page .introduce-community .community-media .community-media-accent-1 {
    width: 170px;
    height: 170px;
  }
}
.introduce-page .introduce-community .community-media .community-media-accent-2 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: -10px;
}
@media (min-width: 1024px) {
  .introduce-page .introduce-community .community-media .community-media-accent-2 {
    width: 90px;
    height: 90px;
  }
}
.introduce-page .introduce-community .community-content {
  flex: 1;
  min-width: 0;
}
.introduce-page .introduce-community .community-content p {
  color: #323232;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .introduce-page .introduce-community .community-content p {
    font-size: 16px;
  }
}
.introduce-page .introduce-community .charity-accordion {
  margin-top: 24px;
}
.introduce-page .introduce-community .charity-accordion .charity-accordion-item {
  margin-bottom: 12px;
  background: #FFF4ED;
  border: 1px solid #FFC093;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.introduce-page .introduce-community .charity-accordion .charity-accordion-header {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 16px 20px;
}
.introduce-page .introduce-community .charity-accordion .charity-accordion-header .icon {
  color: #F8633A;
  flex-shrink: 0;
}
.introduce-page .introduce-community .charity-accordion .charity-accordion-header .title {
  flex: 1;
  color: #1E335C;
  font-weight: 500;
  font-size: 16px;
}
@media (min-width: 768px) {
  .introduce-page .introduce-community .charity-accordion .charity-accordion-header .title {
    font-size: 20px;
  }
}
.introduce-page .introduce-community .charity-accordion .charity-accordion-header .chevron {
  color: #1E335C;
  flex-shrink: 0;
}
.introduce-page .introduce-community .charity-accordion .charity-accordion-header .chevron i {
  transition: all 0.3s ease;
}
.introduce-page .introduce-community .charity-accordion .charity-accordion-header:not(.collapsed) .chevron i {
  transform: rotate(180deg);
}
.introduce-page .introduce-community .charity-accordion .charity-accordion-body {
  padding: 0 20px 20px;
}
.introduce-page .introduce-community .charity-accordion .charity-slider-wrap {
  position: relative;
}
.introduce-page .introduce-community .charity-accordion .charity-slider .charity-slide-item img {
  width: 100%;
  aspect-ratio: 192/150;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
.introduce-page .introduce-community .charity-accordion .swiper-button-prev-charity,
.introduce-page .introduce-community .charity-accordion .swiper-button-next-charity {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #FFC093;
  background-image: url("../images/arrow-circle-grey_ic.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  z-index: 2;
}
.introduce-page .introduce-community .charity-accordion .swiper-button-prev-charity {
  left: -8px;
}
.introduce-page .introduce-community .charity-accordion .swiper-button-next-charity {
  right: -8px;
  transform: translateY(-50%) scaleX(-1);
}
.introduce-page .introduce-certs-section {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .introduce-page .introduce-certs-section {
    padding: 70px 0;
  }
}
.introduce-page .introduce-certs-section .heading-haruco-new {
  text-align: center;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .introduce-page .introduce-certs-section .heading-haruco-new {
    margin-bottom: 40px;
  }
}
.introduce-page .introduce-certs-section .introduce-certs-slider-wrap {
  position: relative;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .introduce-page .introduce-certs-section .introduce-certs-slider-wrap {
    margin-top: 40px;
  }
}
.introduce-page .introduce-certs-section .introduce-certs {
  display: block;
  margin-top: 0;
  padding: 5px;
}
.introduce-page .introduce-certs-section .swiper-button-prev-certs,
.introduce-page .introduce-certs-section .swiper-button-next-certs {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  z-index: 2;
}
.introduce-page .introduce-certs-section .swiper-button-prev-certs {
  left: -8px;
}
@media (min-width: 768px) {
  .introduce-page .introduce-certs-section .swiper-button-prev-certs {
    left: -16px;
  }
}
.introduce-page .introduce-certs-section .swiper-button-next-certs {
  right: -8px;
  transform: translateY(-50%) scaleX(-1);
}
@media (min-width: 768px) {
  .introduce-page .introduce-certs-section .swiper-button-next-certs {
    right: -16px;
  }
}
.introduce-page .introduce-facilities {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .introduce-page .introduce-facilities {
    padding: 70px 0;
  }
}
.introduce-page .introduce-facilities .facilities-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .introduce-page .introduce-facilities .facilities-heading {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .introduce-page .introduce-facilities .facilities-heading > .link-view-all {
    display: none;
  }
}
.introduce-page .introduce-facilities .link-view-all-facilities-mobile {
  display: none;
}
@media (max-width: 767px) {
  .introduce-page .introduce-facilities .link-view-all-facilities-mobile {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
}
.introduce-page .introduce-facilities .facilities-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (min-width: 768px) {
  .introduce-page .introduce-facilities .facilities-gallery {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}
.introduce-page .introduce-facilities .facilities-gallery img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
.introduce-page .introduce-facilities .facilities-gallery .facilities-gallery-item-big {
  grid-column: span 2;
}
.introduce-page .introduce-facilities .facilities-gallery .facilities-gallery-item-big img {
  aspect-ratio: 690/419;
}
.introduce-page .introduce-facilities .facilities-gallery .facilities-gallery-item:not(.facilities-gallery-item-big) img {
  aspect-ratio: 335/224;
}
.introduce-page .press-logos h2.heading-haruco-new {
  margin-bottom: 24px;
}
.introduce-page .introduce-cta-banner {
  padding: 40px 0 60px;
  text-align: center;
}
@media (min-width: 768px) {
  .introduce-page .introduce-cta-banner {
    padding: 60px 0 90px;
  }
}
.introduce-page .introduce-cta-banner .heading-haruco-new {
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .introduce-page .introduce-cta-banner .heading-haruco-new {
    max-width: 296px;
    margin: 0 auto 24px;
  }
}
.introduce-page .introduce-cta-banner .btn-cta-banner {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(90deg, #E2313B 0%, #FF6D3E 100%);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 10px;
  padding: 12px 28px;
}
@media (min-width: 768px) {
  .introduce-page .introduce-cta-banner .btn-cta-banner {
    font-size: 20px;
    padding: 14px 32px;
  }
}
.introduce-page .introduce-cta-banner .btn-cta-banner i {
  color: #fff;
}

.product-category-page .heading-haruco-new {
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #1E335C;
  font-size: 28px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .product-category-page .heading-haruco-new {
    font-size: 35px;
  }
}
.product-category-page .product-card .product-card-body h4 a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.product-category-page .product-card .product-card-image {
  padding: 3px;
}
.product-category-page .breadcrumbs {
  padding: 12px 0;
  border-bottom: 1px solid #E6E6E6;
}
.product-category-page .breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-category-page .breadcrumbs li {
  color: #6B6B6B;
  font-size: 14px;
}
@media (min-width: 768px) {
  .product-category-page .breadcrumbs li {
    font-size: 15px;
  }
}
.product-category-page .breadcrumbs a {
  color: #6B6B6B;
}
.product-category-page .breadcrumbs span {
  color: #6B6B6B;
  margin: 0 4px;
}
.product-category-page .product-category-hero {
  padding-top: 16px;
}
@media (min-width: 768px) {
  .product-category-page .product-category-hero {
    padding-top: 24px;
  }
}
.product-category-page .product-category-hero img {
  display: block;
  width: 100%;
  aspect-ratio: 410/300;
  object-fit: cover;
  object-position: left center;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .product-category-page .product-category-hero img {
    aspect-ratio: 1400/500;
  }
}
.product-category-page .product-category-title {
  padding: 24px 0;
  background-color: #F9F9F9;
}
.product-category-page .product-category-title .product-category-title-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.product-category-page .product-category-title .product-category-title-heading .heading-haruco-new {
  margin: 0;
}
.product-category-page .product-category-title .product-category-title-heading .dash {
  display: inline-block;
  width: 38px;
  height: 2px;
  background: #E83729;
  flex-shrink: 0;
  margin-bottom: -18px;
}
.product-category-page .product-category-title p {
  color: #323232;
  font-size: 16px;
  line-height: 1.875;
  text-align: justify;
  margin: 0;
}
.product-category-page .product-category-badges {
  padding: 16px 0;
}
.product-category-page .product-category-badges .product-category-badges-list {
  list-style: none;
  margin: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: linear-gradient(90deg, #E83729 0%, #FF6D3E 100%);
  border: 1px solid #FF6D3E;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .product-category-page .product-category-badges .product-category-badges-list {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    gap: 0;
  }
}
.product-category-page .product-category-badges .product-category-badges-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .product-category-page .product-category-badges .product-category-badges-list li {
    font-size: 18px;
    padding: 0 20px;
    border-right: 1px solid #FFC093;
    white-space: nowrap;
  }
}
@media (min-width: 992px) {
  .product-category-page .product-category-badges .product-category-badges-list li:last-child {
    border-right: none;
  }
}
@media (min-width: 992px) {
  .product-category-page .product-category-badges .product-category-badges-list li:first-child {
    padding-left: 0;
  }
}
.product-category-page .product-category-badges .product-category-badges-list li i {
  font-size: 20px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .product-category-page .product-category-badges .product-category-badges-list .badge-genuine {
    display: none;
  }
}
.product-category-page .product-category-badges .product-category-badges-list .badge-return {
  order: 2;
}
@media (min-width: 992px) {
  .product-category-page .product-category-badges .product-category-badges-list .badge-return {
    order: 0;
  }
}
.product-category-page .product-category-badges .product-category-badges-list .badge-ship {
  order: 1;
}
@media (min-width: 992px) {
  .product-category-page .product-category-badges .product-category-badges-list .badge-ship {
    order: 0;
  }
}
.product-category-page .product-category-badges .product-category-badges-list .badge-check {
  order: 3;
}
@media (min-width: 992px) {
  .product-category-page .product-category-badges .product-category-badges-list .badge-check {
    order: 0;
  }
}
.product-category-page .product-category-badges .product-category-badges-list .badge-warranty {
  order: 4;
}
@media (min-width: 992px) {
  .product-category-page .product-category-badges .product-category-badges-list .badge-warranty {
    order: 0;
  }
}
.product-category-page .product-category-filter-sort {
  padding: 16px 0;
}
.product-category-page .product-category-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  background: #FFF6F0;
  border: 1px solid #FFC093;
  border-radius: 10px;
  padding: 16px 20px;
  margin-bottom: 16px;
}
.product-category-page .product-category-filter .filter-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1E335C;
  font-weight: 500;
  font-size: 16px;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .product-category-page .product-category-filter .filter-label {
    flex: 0 0 auto;
    font-size: 20px;
  }
}
.product-category-page .product-category-filter .filter-label i:first-child {
  color: #1E335C;
}
.product-category-page .product-category-filter .filter-label i:last-child {
  font-size: 12px;
}
.product-category-page .product-category-filter .filter-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  flex: 1;
  min-width: 0;
}
@media (min-width: 768px) {
  .product-category-page .product-category-filter .filter-options {
    display: flex;
    flex-wrap: wrap;
  }
}
.product-category-page .product-category-filter .filter-dropdown {
  min-width: 0;
}
.product-category-page .product-category-filter .filter-dropdown .dropdown-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background: #fff;
  border: 1px solid #FFC093;
  border-radius: 5px;
  color: #5E5E5E;
  font-size: 14px;
  padding: 8px 12px;
}
@media (min-width: 768px) {
  .product-category-page .product-category-filter .filter-dropdown .dropdown-toggle {
    font-size: 15px;
    min-width: 150px;
  }
}
.product-category-page .product-category-filter .filter-dropdown .dropdown-toggle::after {
  margin-left: auto;
}
.product-category-page .product-category-filter .filter-dropdown .dropdown-menu {
  min-width: 100%;
  z-index: 1010;
}
.product-category-page .product-category-sort {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.product-category-page .product-category-sort .sort-label {
  color: #1E335C;
  font-size: 14px;
}
@media (min-width: 768px) {
  .product-category-page .product-category-sort .sort-label {
    font-size: 15px;
  }
}
.product-category-page .product-category-sort .sort-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.product-category-page .product-category-sort .sort-chip {
  background: #fff;
  border: 1px solid #DBDBDB;
  border-radius: 5px;
  color: #5E5E5E;
  font-size: 14px;
  padding: 6px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .product-category-page .product-category-sort .sort-chip {
    font-size: 15px;
  }
}
.product-category-page .product-category-sort .sort-chip.active {
  background: #F8633A;
  border-color: #F8633A;
  color: #fff;
}
.product-category-page .product-category-bestseller {
  margin: 24px 0;
  width: 100%;
}
.product-category-page .product-category-bestseller .product-category-bestseller-inner {
  padding: 32px 16px;
  background-image: url("../images/product-category/bestseller-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .product-category-page .product-category-bestseller .product-category-bestseller-inner {
    padding: 40px 31px;
  }
}
.product-category-page .product-category-bestseller .product-category-bestseller-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .product-category-page .product-category-bestseller .product-category-bestseller-heading {
    gap: 20px;
  }
}
.product-category-page .product-category-bestseller .product-category-bestseller-heading h2 {
  color: #fff;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.45;
  max-width: 219px;
  text-align: center;
  letter-spacing: -0.03em;
  margin: 0;
}
@media (min-width: 768px) {
  .product-category-page .product-category-bestseller .product-category-bestseller-heading h2 {
    font-size: 35px;
    line-height: normal;
    max-width: none;
  }
}
.product-category-page .product-category-bestseller .product-category-bestseller-heading .ic-lightning-bestseller svg {
  width: 26px;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .product-category-page .product-category-bestseller .product-category-bestseller-heading .ic-lightning-bestseller svg {
    width: 45px;
  }
}
.product-category-page .product-category-bestseller .product-category-bestseller-card-wrap {
  position: relative;
}
.product-category-page .product-category-bestseller .product-category-bestseller-slider .product-card .product-card-image {
  border: none;
  border-radius: 10px 10px 0 0;
}
.product-category-page .product-category-bestseller .product-category-bestseller-slider .product-card .product-card-image img {
  object-fit: cover;
}
.product-category-page .product-category-bestseller .product-category-bestseller-slider .product-card .product-card-body {
  padding: 12px 19px 21px 19px;
}
@media (min-width: 768px) {
  .product-category-page .product-category-bestseller .product-category-bestseller-slider .product-card .product-card-body {
    padding: 12px 19px 25px;
  }
}
.product-category-page .product-category-bestseller .product-category-bestseller-slider .product-card .pc-bestseller-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 12px;
  border-top: 1px solid #EBEBEB;
  padding-top: 10px;
}
.product-category-page .product-category-bestseller .product-category-bestseller-slider .product-card .product-card-actions {
  justify-content: flex-start;
  gap: 8px;
}
@media (min-width: 768px) {
  .product-category-page .product-category-bestseller .product-category-bestseller-slider .product-card .product-card-actions {
    justify-content: flex-start;
  }
}
.product-category-page .product-category-bestseller .product-category-bestseller-slider .product-card .product-rating {
  margin-bottom: 0;
  padding-top: 0;
  border-top: none;
  flex-shrink: 0;
}
.product-category-page .product-category-bestseller .swiper-button-prev-pc-bestseller {
  left: -8px;
}
@media (min-width: 768px) {
  .product-category-page .product-category-bestseller .swiper-button-prev-pc-bestseller {
    left: -16px;
  }
}
.product-category-page .product-category-bestseller .swiper-button-next-pc-bestseller {
  right: -8px;
}
@media (min-width: 768px) {
  .product-category-page .product-category-bestseller .swiper-button-next-pc-bestseller {
    right: -16px;
  }
}
.product-category-page .product-category-grid {
  padding: 24px 0;
}
.product-category-page .product-category-grid .product-category-grid-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 20px 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 16px;
}
@media (min-width: 768px) {
  .product-category-page .product-category-grid .product-category-grid-card {
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .product-category-page .product-category-grid .product-category-grid-card .product-card-body .product-card-actions {
    flex-direction: column;
  }
  .product-category-page .product-category-grid .product-category-grid-card .product-card-body .product-card-actions button {
    width: 100%;
    flex: 0 0 auto;
  }
}
.product-category-page .product-category-promo-banner {
  padding: 16px 0;
}
.product-category-page .product-category-promo-banner img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.product-category-page .product-category-promo-banner .banner-pc {
  display: none;
}
@media (min-width: 1024px) {
  .product-category-page .product-category-promo-banner .banner-pc {
    display: block;
  }
}
.product-category-page .product-category-promo-banner .banner-mobile {
  display: block;
}
@media (min-width: 1024px) {
  .product-category-page .product-category-promo-banner .banner-mobile {
    display: none;
  }
}
.product-category-page .product-category-promo-banner .promo-banner-split {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .product-category-page .product-category-promo-banner .promo-banner-split {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .product-category-page .product-category-promo-banner .promo-banner-split img {
    flex: 1;
    min-width: 0;
  }
}
.product-category-page .product-category-pagination {
  padding: 16px 0 32px;
}
.product-category-page .product-category-pagination .pagination-list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.product-category-page .product-category-pagination .pagination-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #E6E6E6;
  color: #707070;
  font-size: 15px;
  letter-spacing: -0.05em;
  transition: all 0.3s ease;
}
.product-category-page .product-category-pagination .pagination-list li.active a {
  background: #FF6D3E;
  border-color: #E6E6E6;
  color: #fff;
}
.product-category-page .product-category-pagination .pagination-list li.pagination-next a {
  color: #888888;
}
.product-category-page .product-category-seo {
  padding: 24px 0;
  text-align: center;
}
.product-category-page .product-category-seo .product-category-seo-content p {
  color: #323232;
  font-size: 16px;
  line-height: 1.875;
  text-align: justify;
  margin-bottom: 16px;
}
.product-category-page .product-category-seo .product-category-seo-content .product-category-seo-more {
  display: none;
}
.product-category-page .product-category-seo.expanded .product-category-seo-more {
  display: block;
}
.product-category-page .product-category-seo .btn-seo-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #F8633A;
  border-radius: 10px;
  color: #F8633A;
  font-size: 16px;
  padding: 8px 20px;
  cursor: pointer;
}
.product-category-page .product-category-seo .btn-seo-toggle i {
  transition: all 0.3s ease;
}
.product-category-page .product-category-seo.expanded .btn-seo-toggle i {
  transform: rotate(180deg);
}
.product-category-page .product-category-related {
  padding: 24px 0 40px;
}
.product-category-page .product-category-related .heading-haruco-new {
  margin-bottom: 24px;
}
.product-category-page .product-category-related .related-article-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .product-category-page .product-category-related .related-article-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
.product-category-page .product-category-related .related-article-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 1px solid #DBDBDB;
  border-radius: 10px;
}
.product-category-page .product-category-related .related-article-image {
  flex: 0 0 130px;
}
@media (min-width: 768px) {
  .product-category-page .product-category-related .related-article-image {
    flex: 0 0 190px;
  }
}
.product-category-page .product-category-related .related-article-image img {
  display: block;
  width: 100%;
  aspect-ratio: 260/213;
  object-fit: cover;
  border-radius: 10px;
}
.product-category-page .product-category-related .related-article-body {
  flex: 1;
  min-width: 0;
}
@media (min-width: 768px) {
  .product-category-page .product-category-related .related-article-body {
    padding-right: 26px;
  }
}
.product-category-page .product-category-related .related-article-body .related-article-meta {
  color: #6B6B6B;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .product-category-page .product-category-related .related-article-body .related-article-meta {
    font-size: 14px;
  }
}
.product-category-page .product-category-related .related-article-body h4 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.product-category-page .product-category-related .related-article-body h4 a {
  color: #1E335C;
}
@media (min-width: 768px) {
  .product-category-page .product-category-related .related-article-body h4 {
    font-size: 18px;
  }
}
.product-category-page .product-category-related .related-article-body .description {
  margin: 0;
  color: #393939;
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 768px) {
  .product-category-page .product-category-related .related-article-body .description {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .product-category-page .product-category-related .related-article-body .description {
    display: none;
  }
}
.product-category-page .cta-float-popup {
  width: calc(100vw - 32px);
  max-width: 380px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(90deg, #E83729 0%, #FF6D3E 100%);
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .product-category-page .cta-float-popup {
    max-width: 420px;
  }
}
.product-category-page .cta-float-popup .cta-float-popup-image {
  flex: 0 0 76px;
  background: #fff;
  border: 1px solid #EBEBEB;
  border-radius: 10px;
  overflow: hidden;
}
.product-category-page .cta-float-popup .cta-float-popup-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  padding: 8px;
}
.product-category-page .cta-float-popup .cta-float-popup-body {
  flex: 1;
  min-width: 0;
}
.product-category-page .cta-float-popup .cta-float-popup-body h4 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}
.product-category-page .cta-float-popup .cta-float-popup-body .cta-float-popup-note {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
}
.product-category-page .cta-float-popup .cta-float-popup-actions {
  display: flex;
  gap: 8px;
}
.product-category-page .cta-float-popup .cta-float-popup-actions button {
  flex: 1;
  border-radius: 10px;
  font-size: 12px;
  padding: 6px 4px;
  cursor: pointer;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .product-category-page .cta-float-popup .cta-float-popup-actions button {
    flex: 0 0 auto;
  }
}
.product-category-page .cta-float-popup .cta-float-popup-actions .btn-buy-now {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
@media (min-width: 768px) {
  .product-category-page .cta-float-popup .cta-float-popup-actions .btn-buy-now {
    width: 87px;
  }
}
.product-category-page .cta-float-popup .cta-float-popup-actions .btn-add-cart {
  background: #fff;
  border: 1px solid #fff;
  color: #E83729;
}
@media (min-width: 768px) {
  .product-category-page .cta-float-popup .cta-float-popup-actions .btn-add-cart {
    width: 110px;
  }
}

.template-blog-new {
  display: grid;
  margin-bottom: 35px;
  gap: 30px;
}
@media (min-width: 1200px) {
  .template-blog-new {
    grid-template-columns: 1fr 283px;
    column-gap: 30px;
  }
}
.template-blog-new .after-loop-wrapper-news {
  margin-top: 40px;
}

.list-news-overlay {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .list-news-overlay {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
.list-news-overlay .img {
  margin-bottom: 0;
}
.list-news-overlay .item-news-overlay:first-child {
  grid-row: 1/span 2;
}
.list-news-overlay .item-news-overlay:first-child .img {
  padding-top: 78%;
}
.list-news-overlay .item-news-overlay:first-child .text {
  padding: 0 30px 19px 30px;
}

.item-news-overlay {
  position: relative;
}
.item-news-overlay .img {
  padding-top: 75%;
  border-radius: 20px;
  overflow: hidden;
}
.item-news-overlay .img img {
  width: 100%;
}
.item-news-overlay .img::after {
  content: "";
  background: linear-gradient(180deg, rgba(18, 31, 56, 0) 57%, rgba(18, 31, 56, 0.608) 79.8%, rgba(18, 31, 56, 0.8) 94%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.item-news-overlay .text {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 0px 30px 10px 30px;
  width: 100%;
}
.item-news-overlay .text h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.item-news-overlay .text p {
  font-size: 11px;
  line-height: 2;
  letter-spacing: 0.26px;
}
@media (min-width: 1024px) {
  .item-news-overlay .text p {
    font-size: 13px;
  }
}

.list-news-vertical {
  margin-top: 30px;
}
.list-news-vertical .item-news-vertical:not(:last-child) {
  margin-bottom: 30px;
}

.item-news-vertical {
  display: grid;
  align-items: center;
  box-shadow: 0px 2px 8px 0px rgba(209, 114, 83, 0.2196078431);
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .item-news-vertical {
    grid-template-columns: 302px 1fr;
    height: 225px;
  }
}
.item-news-vertical .img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.item-news-vertical .text {
  padding: 32px 34px;
}
.item-news-vertical .text h3 {
  font-size: 20px;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #121F38;
}
.item-news-vertical .text h3 a {
  transition: all 0.3s;
}
.item-news-vertical .text h3 a:hover {
  color: initial;
}
.item-news-vertical .text p {
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.26px;
}
.item-news-vertical .text .des {
  color: #4D4D4D;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 8px;
}

.side-bar-child-page .box-cate-pr:not(:last-child) {
  margin-bottom: 30px;
}

.title-side-bar {
  background: linear-gradient(75.84deg, #e72b29 20.81%, #f26d42 95.07%);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.27;
  padding: 10px 9px 8px 9px;
  border-top-right-radius: 20px;
}

.list-news-spotlight {
  margin-top: 20px;
}
.list-news-spotlight .item-blog-new:not(:last-child) {
  margin-bottom: 15px;
}
.list-news-spotlight .text {
  margin-top: 12px;
}
.list-news-spotlight h3 {
  font-size: 17px;
  line-height: 1.7;
}
.list-news-spotlight p {
  font-size: 13px;
  color: #898989;
}

.list-news-latest {
  margin-top: 20px;
}
.list-news-latest .item-news-vertical {
  height: 100%;
  grid-template-columns: 90px 1fr;
}
.list-news-latest .item-news-vertical:not(:last-child) {
  margin-bottom: 20px;
}
.list-news-latest .item-news-vertical .img {
  height: 75px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 0;
}
.list-news-latest .item-news-vertical .img img {
  height: 100%;
}
.list-news-latest .item-news-vertical .text {
  padding: 0 13px 0;
}
.list-news-latest .item-news-vertical .text h3 {
  font-size: 16px;
  -webkit-line-clamp: 2;
  margin-bottom: 0;
}
.list-news-latest .item-news-vertical .text p {
  font-size: 11px;
  letter-spacing: 0;
  color: #898989;
}

.post-detail .entry-title {
  color: #121F38;
  font-weight: 600;
  line-height: 33px;
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .post-detail .entry-title {
    line-height: 27px;
    font-size: 28px;
  }
}
.post-detail .meta-author {
  color: #a7a7a7;
  font-weight: 400;
  font-size: 15px;
}

.table-of-content {
  border-radius: 10px;
  border: 1px solid #dbdbdb;
  background: #fff;
}
.table-of-content li:not(:last-child) {
  border-bottom: 1px solid #dbdbdb;
}
.table-of-content li:nth-child(even) {
  background-color: #fbfbfb;
}
.table-of-content li a {
  padding: 12px 21px;
  text-align: justify;
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
  transition: all 0.3s;
  color: #FF6D3E;
}
@media (min-width: 768px) {
  .table-of-content li a {
    font-size: 20px;
    line-height: 65px;
    padding: 0 21px;
  }
}
.table-of-content li a:hover {
  background: #fbfbfb;
}
.table-of-content li a span {
  width: 29px;
  height: 29px;
  display: flex;
  flex-shrink: 0;
  background-color: #FF6D3E;
  border-radius: 100%;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-right: 19px;
}

@media (min-width: 567px) {
  .heading-news-detail h2 {
    font-size: 22px;
    line-height: 1.04;
  }
}

.list-vertical-item-news-detail {
  display: grid;
  gap: 20px;
}
@media (min-width: 1024px) {
  .list-vertical-item-news-detail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 33px;
  }
}
.list-vertical-item-news-detail .item-news-vertical {
  grid-template-columns: 133px 1fr;
  height: auto;
}
.list-vertical-item-news-detail .item-news-vertical .img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 0;
}
.list-vertical-item-news-detail .item-news-vertical .text {
  padding: 0 0px 0 13px;
}
.list-vertical-item-news-detail .item-news-vertical .text h3 {
  font-size: 17px;
  -webkit-line-clamp: 3;
}
.list-vertical-item-news-detail .item-news-vertical .text p {
  font-size: 11px;
  letter-spacing: 0;
}

@media (min-width: 1024px) {
  .product-detail-page .d-xl-none {
    display: none !important;
  }
}
.product-detail-page .d-xl-block {
  display: none;
}
@media (min-width: 1024px) {
  .product-detail-page .d-xl-block {
    display: block !important;
  }
}
.product-detail-page .d-xl-flex {
  display: none;
}
@media (min-width: 1024px) {
  .product-detail-page .d-xl-flex {
    display: flex !important;
  }
}
.product-detail-page .breadcrumbs {
  padding: 12px 0;
  border-bottom: 1px solid #E6E6E6;
}
.product-detail-page .breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-detail-page .breadcrumbs li {
  color: #6B6B6B;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .product-detail-page .breadcrumbs li {
    font-size: 15px;
  }
}
.product-detail-page .breadcrumbs a {
  color: #6B6B6B;
}
.product-detail-page .breadcrumbs span {
  color: #6B6B6B;
  margin: 0 4px;
}
.product-detail-page .detail-product-section-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .product-detail-page .detail-product-section-heading {
    margin-bottom: 28px;
  }
}
.product-detail-page .detail-product-section-heading .icon {
  flex-shrink: 0;
  color: #F8633A;
  font-size: 18px;
}
@media (min-width: 1024px) {
  .product-detail-page .detail-product-section-heading .icon {
    font-size: 22px;
  }
}
.product-detail-page .detail-product-section-heading h2 {
  margin: 0;
  color: #E83729;
  font-weight: 500;
  letter-spacing: -0.03em;
  font-size: 20px;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .product-detail-page .detail-product-section-heading h2 {
    font-size: 28px;
  }
}
.product-detail-page .detail-product-section-heading .line {
  flex: 1;
  height: 1px;
  background: #D0D0D0;
}
.product-detail-page .detail-product-hero {
  background: #F9F9F9;
  padding: 16px 0 24px;
}
@media (min-width: 1024px) {
  .product-detail-page .detail-product-hero {
    padding: 24px 0 32px;
  }
}
.product-detail-page .detail-product-hero-flex {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .product-detail-page .detail-product-hero-flex {
    flex-flow: row wrap;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 24px;
  }
}
.product-detail-page .detail-product-hero-flex .detail-product-gallery-container {
  order: 1;
  min-width: 0;
}
@media (min-width: 1024px) {
  .product-detail-page .detail-product-hero-flex .detail-product-gallery-container {
    flex: 0 0 572px;
  }
}
.product-detail-page .detail-product-hero-flex .detail-product-info--desktop {
  order: 2;
}
@media (min-width: 1024px) {
  .product-detail-page .detail-product-hero-flex .detail-product-info--desktop {
    flex: 0 0 453px;
  }
}
.product-detail-page .detail-product-hero-flex .detail-product-upsell {
  order: 3;
}
@media (min-width: 1024px) {
  .product-detail-page .detail-product-hero-flex .detail-product-upsell {
    flex: 1;
    min-width: 0;
  }
}
.product-detail-page .detail-product-hero-flex .detail-product-info--mobile {
  order: 2;
}
.product-detail-page .detail-product-hero-flex .detail-product-upsell-mobile {
  order: 3;
}
.product-detail-page .detail-product-gallery-container .detail-product-gallery {
  margin-bottom: 12px;
}
.product-detail-page .detail-product-gallery-container .detail-product-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  background: #fff;
  border: 1px solid #EBEBEB;
  border-radius: 10px;
  padding: 16px;
}
.product-detail-page .detail-product-gallery-container .detail-product-gallery-thumbs-wrap {
  position: relative;
}
.product-detail-page .detail-product-gallery-container .detail-product-gallery-thumbs-wrap .slider-thumb-child .swiper-slide {
  cursor: pointer;
}
.product-detail-page .detail-product-gallery-container .detail-product-gallery-thumbs-wrap .slider-thumb-child .swiper-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  background: #fff;
  border: 1px solid #EBEBEB;
  border-radius: 10px;
  padding: 8px;
  transition: all 0.3s ease;
}
.product-detail-page .detail-product-gallery-container .detail-product-gallery-thumbs-wrap .slider-thumb-child .swiper-slide-thumb-active img, .product-detail-page .detail-product-gallery-container .detail-product-gallery-thumbs-wrap .slider-thumb-child .swiper-slide.swiper-slide-thumb-active img {
  border-color: #F8633A;
}
.product-detail-page .detail-product-gallery-container .detail-product-gallery-thumbs-wrap .swiper-button-prev-6,
.product-detail-page .detail-product-gallery-container .detail-product-gallery-thumbs-wrap .swiper-button-next-6 {
  display: none;
}
.product-detail-page .detail-product-info {
  background: #fff;
  border: 1px solid #EBEBEB;
  border-radius: 10px;
  padding: 20px;
}
@media (min-width: 1024px) {
  .product-detail-page .detail-product-info {
    padding: 24px;
  }
}
.product-detail-page .detail-product-info hr {
  border: none;
  border-top: 1px solid #E4E4E4;
  margin: 16px 0;
}
.product-detail-page .detail-product-info .detail-product-title {
  margin: 0 0 10px;
  color: #1E335C;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.35;
}
@media (min-width: 1024px) {
  .product-detail-page .detail-product-info .detail-product-title {
    font-size: 27px;
  }
}
.product-detail-page .detail-product-info .detail-product-rating-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.product-detail-page .detail-product-info .detail-product-rating-row .stars i {
  width: 14px;
  height: 14px;
  background-image: url("../images/icon/ic_star-rating.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.product-detail-page .detail-product-info .detail-product-rating-row .detail-product-rating-count {
  color: #9D9D9D;
  font-size: 13px;
}
.product-detail-page .detail-product-info .detail-product-rating-row .detail-product-sold {
  color: #9D9D9D;
  font-size: 13px;
}
.product-detail-page .detail-product-info .detail-product-rating-row .detail-product-sold::before {
  content: "|";
  margin-right: 8px;
  color: #9D9D9D;
}
.product-detail-page .detail-product-info .detail-product-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 4px;
}
.product-detail-page .detail-product-info .detail-product-price .new {
  color: #E2313B;
  font-weight: 500;
  font-size: 26px;
}
@media (min-width: 1024px) {
  .product-detail-page .detail-product-info .detail-product-price .new {
    font-size: 35px;
  }
}
.product-detail-page .detail-product-info .detail-product-price .old {
  color: #9D9D9D;
  text-decoration: line-through;
  font-size: 16px;
}
.product-detail-page .detail-product-info .detail-product-price .badge-off {
  border: 1px solid #FF6D3E;
  border-radius: 10px;
  color: #FF6D3E;
  font-size: 13px;
  font-weight: 500;
  padding: 2px 10px;
}
.product-detail-page .detail-product-info .detail-product-option {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
}
.product-detail-page .detail-product-info .detail-product-option-label {
  flex: 0 0 100px;
  color: #1E335C;
  font-weight: 500;
  font-size: 15px;
}
.product-detail-page .detail-product-info .list-item-bo {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  flex: 1;
}
.product-detail-page .detail-product-info .list-item-bo span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 36px;
  padding: 0 12px;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  color: #9D9D9D;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.product-detail-page .detail-product-info .list-item-bo span.active {
  border-color: #FF6D3E;
  background: #FF6D3E;
  color: #fff;
}
.product-detail-page .detail-product-info .detail-product-size-guide {
  flex: 0 0 100%;
  color: #119DDE;
  text-decoration: underline;
  font-size: 14px;
}
.product-detail-page .detail-product-info .qty-input {
  display: inline-flex;
}
.product-detail-page .detail-product-info .detail-product-meta p {
  margin: 0 0 4px;
  color: #1E335C;
  font-size: 14px;
}
.product-detail-page .detail-product-info .detail-product-meta p:last-child {
  margin-bottom: 0;
}
.product-detail-page .detail-product-info .list-check {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .product-detail-page .detail-product-info .list-check li {
    font-size: 16px;
  }
}
.product-detail-page .detail-product-info .detail-product-actions {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}
.product-detail-page .detail-product-info .detail-product-actions button {
  flex: 1;
  height: 40px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.product-detail-page .detail-product-info .detail-product-actions button:hover {
  opacity: 0.8;
}
.product-detail-page .detail-product-info .detail-product-actions .btn-buy-now {
  border: none;
  background: linear-gradient(90deg, #E83729 0%, #F8633A 100%);
  color: #fff;
}
@media (min-width: 1024px) {
  .product-detail-page .detail-product-info .detail-product-actions .btn-buy-now {
    flex: 0 0 140px;
    width: 140px;
    font-size: 19px;
  }
}
.product-detail-page .detail-product-info .detail-product-actions .btn-add-cart {
  border: 1.5px solid #E83729;
  color: #E83729;
}
@media (min-width: 1024px) {
  .product-detail-page .detail-product-info .detail-product-actions .btn-add-cart {
    flex: 0 0 161px;
    width: 161px;
    font-size: 19px;
  }
}
.product-detail-page .detail-product-upsell,
.product-detail-page .detail-product-upsell-mobile,
.product-detail-page .detail-product-aside-widget {
  background: #fff;
  border: 1px solid #EBEBEB;
  border-radius: 10px;
  padding: 16px;
}
.product-detail-page .detail-product-upsell {
  padding: 0;
  overflow: hidden;
}
.product-detail-page .detail-product-upsell-heading {
  border-radius: 10px;
  background: linear-gradient(90deg, #E83729 0%, #F8633A 100%);
  text-align: center;
  padding: 10px;
  margin-bottom: 14px;
}
.product-detail-page .detail-product-upsell-heading span {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .product-detail-page .detail-product-upsell-heading span {
    font-size: 20px;
  }
}
.product-detail-page .detail-product-upsell-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.detail-product-upsell > .product-detail-page .detail-product-upsell-list {
  padding: 0 16px 16px;
}
.product-detail-page .detail-product-upsell-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-detail-page .detail-product-upsell-image {
  flex: 0 0 70px;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .product-detail-page .detail-product-upsell-image {
    flex-basis: 80px;
  }
}
.product-detail-page .detail-product-upsell-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  padding: 6px;
}
.product-detail-page .detail-product-upsell-body {
  flex: 1;
  min-width: 0;
}
.product-detail-page .detail-product-upsell-body .name {
  margin: 0 0 4px;
  color: #1E335C;
  font-size: 13px;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (min-width: 1024px) {
  .product-detail-page .detail-product-upsell-body .name {
    font-size: 15px;
  }
}
.product-detail-page .detail-product-upsell-body .price {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}
.product-detail-page .detail-product-upsell-body .price .old {
  color: #9D9D9D;
  text-decoration: line-through;
  font-size: 12px;
}
.product-detail-page .detail-product-upsell-body .price .new {
  color: #E83729;
  font-size: 13px;
}
.product-detail-page .detail-product-upsell-body .badge-off {
  display: inline-block;
  background: #F8633A;
  color: #fff;
  font-size: 11px;
  border-radius: 6px;
  padding: 1px 6px;
}
.product-detail-page .detail-product-upsell-add {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  background: #F8633A;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}
.product-detail-page .btn-buy-now-sm {
  flex-shrink: 0;
  border: 1px solid #E83729;
  color: #E83729;
  background: #fff;
  border-radius: 8px;
  font-size: 12px;
  padding: 5px 10px;
  white-space: nowrap;
  cursor: pointer;
}
.product-detail-page .qty-input-sm {
  flex-shrink: 0;
}
.product-detail-page .detail-product-upsell-more {
  display: block;
  margin: 12px auto 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #EBEBEB;
  background: #fff;
  color: #9D9D9D;
  cursor: pointer;
}
.product-detail-page .detail-product-anchor {
  margin-top: 17px;
  background: #FFF6F0;
  border: 1px solid #FFC093;
  border-radius: 10px;
  padding: 12px 0;
}
.product-detail-page .detail-product-anchor ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.product-detail-page .detail-product-anchor li {
  flex: 1;
  display: flex;
  justify-content: center;
  border-right: 1px solid #FFC093;
}
.product-detail-page .detail-product-anchor li:last-child {
  border-right: none;
}
.product-detail-page .detail-product-anchor a,
.product-detail-page .detail-product-anchor .detail-product-anchor-unmapped {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  text-align: center;
  cursor: pointer;
}
.product-detail-page .detail-product-anchor a .icon,
.product-detail-page .detail-product-anchor .detail-product-anchor-unmapped .icon {
  color: #F8633A;
  font-size: 18px;
}
.product-detail-page .detail-product-anchor a .label,
.product-detail-page .detail-product-anchor .detail-product-anchor-unmapped .label {
  color: #1E335C;
  font-size: 12px;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  .product-detail-page .detail-product-anchor a .label,
  .product-detail-page .detail-product-anchor .detail-product-anchor-unmapped .label {
    font-size: 15px;
  }
}
.product-detail-page .detail-product-anchor .detail-product-anchor-unmapped {
  cursor: help;
}
.product-detail-page .detail-product-anchor--mobile ul {
  flex-wrap: wrap;
}
.product-detail-page .detail-product-anchor--mobile li {
  flex: 0 0 33.3333%;
  border-bottom: 1px solid #FFC093;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.product-detail-page .detail-product-anchor--mobile li:nth-child(3) {
  border-right: none;
}
.product-detail-page .detail-product-anchor--mobile li.row-2 {
  flex: 0 0 50%;
  border-bottom: none;
  margin-bottom: 0;
}
.product-detail-page .detail-product-anchor--mobile li.row-2:last-child {
  border-right: none;
}
.product-detail-page .product-category-badges {
  padding: 16px 0;
}
.product-detail-page .product-category-badges .product-category-badges-list {
  list-style: none;
  margin: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: linear-gradient(90deg, #E83729 0%, #FF6D3E 100%);
  border: 1px solid #FF6D3E;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .product-detail-page .product-category-badges .product-category-badges-list {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    gap: 0;
  }
}
.product-detail-page .product-category-badges .product-category-badges-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .product-detail-page .product-category-badges .product-category-badges-list li {
    font-size: 18px;
    padding: 0 20px;
    border-right: 1px solid #FFC093;
    white-space: nowrap;
  }
}
@media (min-width: 992px) {
  .product-detail-page .product-category-badges .product-category-badges-list li:last-child {
    border-right: none;
  }
}
@media (min-width: 992px) {
  .product-detail-page .product-category-badges .product-category-badges-list li:first-child {
    padding-left: 0;
  }
}
.product-detail-page .product-category-badges .product-category-badges-list li i {
  font-size: 20px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .product-detail-page .product-category-badges .product-category-badges-list .badge-genuine {
    display: none;
  }
}
.product-detail-page .product-category-badges .product-category-badges-list .badge-return {
  order: 2;
}
@media (min-width: 992px) {
  .product-detail-page .product-category-badges .product-category-badges-list .badge-return {
    order: 0;
  }
}
.product-detail-page .product-category-badges .product-category-badges-list .badge-ship {
  order: 1;
}
@media (min-width: 992px) {
  .product-detail-page .product-category-badges .product-category-badges-list .badge-ship {
    order: 0;
  }
}
.product-detail-page .product-category-badges .product-category-badges-list .badge-check {
  order: 3;
}
@media (min-width: 992px) {
  .product-detail-page .product-category-badges .product-category-badges-list .badge-check {
    order: 0;
  }
}
.product-detail-page .product-category-badges .product-category-badges-list .badge-warranty {
  order: 4;
}
@media (min-width: 992px) {
  .product-detail-page .product-category-badges .product-category-badges-list .badge-warranty {
    order: 0;
  }
}
.product-detail-page .detail-product-description {
  padding: 32px 0;
}
@media (min-width: 1024px) {
  .product-detail-page .detail-product-description {
    padding: 48px 0;
  }
}
.product-detail-page .detail-product-description-row {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.product-detail-page .detail-product-description-main {
  flex: 1;
  min-width: 0;
}
@media (min-width: 1024px) {
  .product-detail-page .detail-product-description-main {
    max-width: 1034px;
  }
}
.product-detail-page .detail-product-description-main h3 {
  color: #1E335C;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .product-detail-page .detail-product-description-main h3 {
    font-size: 24px;
  }
}
.product-detail-page .detail-product-description-main h4 {
  color: #1E335C;
  font-weight: 500;
  font-size: 17px;
  margin: 24px 0 12px;
}
@media (min-width: 1024px) {
  .product-detail-page .detail-product-description-main h4 {
    font-size: 24px;
  }
}
.product-detail-page .detail-product-description-main p {
  color: #323232;
  font-size: 15px;
  line-height: 1.75;
  text-align: justify;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .product-detail-page .detail-product-description-main p {
    font-size: 16px;
  }
}
.product-detail-page .detail-product-description-image {
  margin: 20px 0;
}
.product-detail-page .detail-product-description-image img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.product-detail-page .detail-product-description-image-round img {
  border-radius: 50%;
  max-width: 495px;
  margin: 0 auto;
}
.product-detail-page .detail-product-feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-detail-page .detail-product-feature-list li {
  margin-bottom: 16px;
}
.product-detail-page .detail-product-feature-list li strong {
  display: block;
  color: #1E335C;
  font-size: 16px;
  margin-bottom: 6px;
}
@media (min-width: 1024px) {
  .product-detail-page .detail-product-feature-list li strong {
    font-size: 18px;
  }
}
.product-detail-page .detail-product-feature-list li p {
  margin: 0;
}
.product-detail-page .detail-product-description-aside {
  flex: 0 0 334px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product-detail-page .detail-product-fontsize-toggle {
  background: #fff;
  border: 1px solid #EBEBEB;
  border-radius: 10px;
  padding: 16px;
}
.product-detail-page .detail-product-fontsize-toggle .label {
  display: block;
  color: #1E335C;
  font-size: 15px;
  margin-bottom: 10px;
}
.product-detail-page .detail-product-fontsize-toggle .detail-product-fontsize-options {
  display: flex;
  gap: 10px;
}
.product-detail-page .detail-product-fontsize-toggle .detail-product-fontsize-options button {
  flex: 1;
  border: 1px solid #D9D9D9;
  background: #fff;
  color: #9D9D9D;
  border-radius: 8px;
  font-size: 13px;
  padding: 8px;
  cursor: pointer;
}
.product-detail-page .detail-product-fontsize-toggle .detail-product-fontsize-options button.active {
  border-color: #FF6D3E;
  background: #FF6D3E;
  color: #fff;
}
.product-detail-page .detail-product-gift-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.product-detail-page .detail-product-gift-list .image {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 8px;
}
.product-detail-page .detail-product-gift-list .image img {
  display: block;
  width: 100%;
  aspect-ratio: 334/200;
  object-fit: cover;
}
.product-detail-page .detail-product-gift-list p {
  margin: 0;
  color: #1E335C;
  font-size: 14px;
  line-height: 1.4;
}
.product-detail-page .detail-product-specs {
  padding: 32px 0;
}
@media (min-width: 1024px) {
  .product-detail-page .detail-product-specs {
    padding: 48px 0;
  }
}
.product-detail-page .detail-product-specs-table {
  width: 100%;
  max-width: 1036px;
  background: #fff;
  border: 1px solid #DEDEDE;
  border-radius: 10px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  table-layout: fixed;
}
.product-detail-page .detail-product-specs-table tr:not(:last-child) th,
.product-detail-page .detail-product-specs-table tr:not(:last-child) td {
  border-bottom: 1px solid #DEDEDE;
}
.product-detail-page .detail-product-specs-table th,
.product-detail-page .detail-product-specs-table td {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}
@media (min-width: 1024px) {
  .product-detail-page .detail-product-specs-table th,
  .product-detail-page .detail-product-specs-table td {
    font-size: 16px;
    line-height: 50px;
    padding: 0 20px;
  }
}
.product-detail-page .detail-product-specs-table th {
  width: 40%;
  color: #1E335C;
  font-weight: 500;
  border-right: 1px solid #DEDEDE;
}
@media (min-width: 1024px) {
  .product-detail-page .detail-product-specs-table th {
    width: 184px;
  }
}
.product-detail-page .detail-product-specs-table td {
  color: #393939;
}
.product-detail-page .detail-product-usage {
  padding: 32px 0;
}
@media (min-width: 1024px) {
  .product-detail-page .detail-product-usage {
    padding: 48px 0;
  }
}
.product-detail-page .detail-product-usage-images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .product-detail-page .detail-product-usage-images {
    max-width: 500px;
    margin-bottom: 30px;
  }
}
.product-detail-page .detail-product-usage-images img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 10px;
}
.product-detail-page .detail-product-usage-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: dp-step;
}
.product-detail-page .detail-product-usage-steps li {
  margin-bottom: 16px;
}
.product-detail-page .detail-product-usage-steps h4 {
  color: #1E335C;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 6px;
}
@media (min-width: 1024px) {
  .product-detail-page .detail-product-usage-steps h4 {
    font-size: 18px;
  }
}
.product-detail-page .detail-product-usage-steps p {
  color: #323232;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}
.product-detail-page .detail-product-video {
  padding: 32px 0;
}
@media (min-width: 1024px) {
  .product-detail-page .detail-product-video {
    padding: 48px 0;
  }
}
.product-detail-page .detail-product-faq {
  padding: 32px 0;
}
@media (min-width: 1024px) {
  .product-detail-page .detail-product-faq {
    padding: 48px 0;
  }
}
.product-detail-page .detail-product-faq-accordion {
  max-width: 1036px;
}
.product-detail-page .detail-product-faq-item {
  margin-bottom: 12px;
  border-radius: 10px;
  overflow: hidden;
}
.product-detail-page .detail-product-faq-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  cursor: pointer;
  background: #FFF4ED;
  border: 1px solid #FFC093;
  transition: all 0.3s ease;
}
.product-detail-page .detail-product-faq-header .title {
  color: #1E335C;
  font-size: 15px;
}
@media (min-width: 1024px) {
  .product-detail-page .detail-product-faq-header .title {
    font-size: 18px;
  }
}
.product-detail-page .detail-product-faq-header .chevron {
  flex-shrink: 0;
  color: #1E335C;
}
.product-detail-page .detail-product-faq-header .chevron i {
  transition: all 0.3s ease;
}
.product-detail-page .detail-product-faq-header:not(.collapsed) {
  background: #F8633A;
  border-color: #DEDEDE;
}
.product-detail-page .detail-product-faq-header:not(.collapsed) .title {
  color: #fff;
  font-weight: 600;
}
.product-detail-page .detail-product-faq-header:not(.collapsed) .chevron {
  color: #fff;
}
.product-detail-page .detail-product-faq-header:not(.collapsed) .chevron i {
  transform: rotate(180deg);
}
.product-detail-page .detail-product-faq-body {
  padding: 16px 20px;
  background: #F8633A;
  border: 1px solid #DEDEDE;
  border-top: none;
}
.product-detail-page .detail-product-faq-body p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
}
@media (min-width: 1024px) {
  .product-detail-page .detail-product-faq-body p {
    font-size: 16px;
  }
}
.product-detail-page .detail-product-reviews {
  padding: 32px 0;
}
@media (min-width: 1024px) {
  .product-detail-page .detail-product-reviews {
    padding: 48px 0;
  }
}
.product-detail-page .detail-product-reviews-card {
  background: #fff;
  border: 1px solid #DEDEDE;
  border-radius: 10px;
  padding: 20px;
  max-width: 1036px;
}
@media (min-width: 1024px) {
  .product-detail-page .detail-product-reviews-card {
    padding: 30px;
  }
}
.product-detail-page .detail-product-reviews-card h3 {
  color: #1E335C;
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .product-detail-page .detail-product-reviews-card h3 {
    font-size: 24px;
  }
}
.product-detail-page .detail-product-reviews-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EBEBEB;
}
.product-detail-page .detail-product-reviews-average {
  flex: 0 0 140px;
  text-align: center;
}
.product-detail-page .detail-product-reviews-average .score {
  display: block;
  color: #1E335C;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
}
.product-detail-page .detail-product-reviews-average .stars {
  display: flex;
  justify-content: center;
  gap: 2px;
  margin: 4px 0;
}
.product-detail-page .detail-product-reviews-average .stars i {
  width: 14px;
  height: 14px;
  background-image: url("../images/icon/ic_star-rating.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.product-detail-page .detail-product-reviews-average .label {
  display: block;
  color: #9D9D9D;
  font-size: 11px;
  text-transform: uppercase;
}
.product-detail-page .detail-product-reviews-histogram {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  min-width: 200px;
}
.product-detail-page .detail-product-reviews-histogram li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
.product-detail-page .detail-product-reviews-histogram .star-label {
  flex: 0 0 44px;
  color: #9D9D9D;
  font-size: 13px;
}
.product-detail-page .detail-product-reviews-histogram .bar {
  flex: 1;
  height: 8px;
  border-radius: 4px;
  background: #F5F5F5;
  overflow: hidden;
}
.product-detail-page .detail-product-reviews-histogram .bar span {
  display: block;
  height: 100%;
  background: #FFA53E;
  border-radius: 4px;
}
.product-detail-page .detail-product-reviews-histogram .count {
  flex: 0 0 34px;
  text-align: right;
  color: #9D9D9D;
  font-size: 13px;
}
.product-detail-page .detail-product-reviews-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-detail-page .detail-product-reviews-list li {
  padding: 16px 0;
}
.product-detail-page .detail-product-reviews-list li:not(:last-child) {
  border-bottom: 1px solid #EBEBEB;
}
.product-detail-page .detail-product-reviews-list .head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
.product-detail-page .detail-product-reviews-list .head .name {
  color: #1E335C;
  font-weight: 500;
  font-size: 15px;
}
.product-detail-page .detail-product-reviews-list .head .badge-verified {
  background: #F5F5F5;
  color: #9D9D9D;
  font-size: 11px;
  border-radius: 6px;
  padding: 2px 8px;
}
.product-detail-page .detail-product-reviews-list .stars {
  display: flex;
  gap: 2px;
  margin-bottom: 6px;
}
.product-detail-page .detail-product-reviews-list .stars i {
  width: 12px;
  height: 12px;
  background-image: url("../images/icon/ic_star-rating.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.product-detail-page .detail-product-reviews-list .tag {
  display: inline-block;
  color: #F8633A;
  font-size: 12px;
  margin-bottom: 6px;
}
.product-detail-page .detail-product-reviews-list .content {
  margin: 0 0 8px;
  color: #323232;
  font-size: 14px;
  line-height: 1.6;
}
.product-detail-page .detail-product-reviews-list .foot {
  color: #9D9D9D;
  font-size: 12px;
}
.product-detail-page .detail-product-combo-wrapper {
  background: #fff url("../images/bg-detail-product-combo-wrapper.png") no-repeat top center/cover;
  padding: 32px 0;
}
@media (min-width: 1024px) {
  .product-detail-page .detail-product-combo-wrapper {
    padding: 48px 0;
  }
}
.product-detail-page .detail-product-combo-wrapper > .container-fluid {
  margin-bottom: 32px;
}
.product-detail-page .detail-product-combo-wrapper > .container-fluid:last-child {
  margin-bottom: 0;
}
.product-detail-page .detail-product-combo-wrapper .product-slider-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .product-detail-page .detail-product-combo-wrapper .product-slider-heading {
    margin-bottom: 24px;
  }
}
.product-detail-page .detail-product-combo-wrapper .product-slider-heading h2 {
  margin: 0;
  color: #1E335C;
  font-weight: 500;
  letter-spacing: -0.03em;
  font-size: 22px;
}
@media (min-width: 1024px) {
  .product-detail-page .detail-product-combo-wrapper .product-slider-heading h2 {
    font-size: 35px;
  }
}
.product-detail-page .detail-product-combo-wrapper .product-slider-heading .link-view-all {
  color: #FF6D3E;
  white-space: nowrap;
}
.product-detail-page .detail-product-combo-wrapper .product-slider-heading .link-view-all:hover {
  color: #FF6D3E;
}
.product-detail-page .detail-product-combo-wrapper .product-slider-heading .btn-view-all {
  background: #FF6D3E;
}
.product-detail-page .detail-product-combo-wrapper .product-slider-card-wrap {
  position: relative;
}
@media (max-width: 1023px) {
  .product-detail-page .detail-product-combo-wrapper .product-slider-combo .product-card .product-card-body .product-card-actions,
  .product-detail-page .detail-product-combo-wrapper .product-slider-related .product-card .product-card-body .product-card-actions {
    flex-direction: column;
  }
  .product-detail-page .detail-product-combo-wrapper .product-slider-combo .product-card .product-card-body .product-card-actions button,
  .product-detail-page .detail-product-combo-wrapper .product-slider-related .product-card .product-card-body .product-card-actions button {
    width: 100%;
    flex: 0 0 auto;
  }
}
.product-detail-page .detail-product-combo-wrapper .detail-product-view-all-mobile {
  justify-content: center;
  margin-top: 16px;
  color: #FF6D3E;
}
.product-detail-page .detail-product-combo-wrapper .detail-product-view-all-mobile .btn-view-all {
  background: #FF6D3E;
}
.product-detail-page .detail-product-banner .banner-pc {
  display: none;
}
@media (min-width: 1024px) {
  .product-detail-page .detail-product-banner .banner-pc {
    display: block;
  }
}
.product-detail-page .detail-product-banner .banner-mobile {
  display: block;
}
@media (min-width: 1024px) {
  .product-detail-page .detail-product-banner .banner-mobile {
    display: none;
  }
}
.product-detail-page .detail-product-banner img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.product-detail-page .detail-product-articles {
  padding: 32px 0;
}
@media (min-width: 1024px) {
  .product-detail-page .detail-product-articles {
    padding: 48px 0;
  }
}
.product-detail-page .detail-product-articles .product-slider-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .product-detail-page .detail-product-articles .product-slider-heading {
    margin-bottom: 24px;
  }
}
.product-detail-page .detail-product-articles .product-slider-heading h2 {
  margin: 0;
  font-size: 22px;
}
.product-detail-page .detail-product-articles .product-slider-heading .link-view-all {
  color: #FF6D3E;
}
.product-detail-page .detail-product-articles .product-slider-heading .link-view-all:hover {
  color: #FF6D3E;
}
.product-detail-page .detail-product-articles .product-slider-heading .btn-view-all {
  background: #FF6D3E;
}
@media (max-width: 1023px) {
  .product-detail-page .detail-product-articles .blog-list-3col {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .product-detail-page .detail-product-articles .blog-list-3col {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.product-detail-page .detail-product-articles .detail-product-view-all-mobile {
  justify-content: center;
  margin-top: 16px;
  color: #FF6D3E;
}
.product-detail-page .detail-product-articles .detail-product-view-all-mobile .btn-view-all {
  background: #FF6D3E;
}
.product-detail-page .detail-product-size-guide-modal .modal-dialog {
  max-width: 500px;
}
@media (min-width: 768px) {
  .product-detail-page .detail-product-size-guide-modal .modal-dialog {
    max-width: 500px;
  }
}
@media (min-width: 1200px) {
  .product-detail-page .detail-product-size-guide-modal .modal-dialog {
    max-width: 500px;
  }
}
.product-detail-page .detail-product-size-guide-modal .modal-content {
  padding: 0;
  overflow: hidden;
}
.product-detail-page .detail-product-size-guide-modal img {
  display: block;
  width: 100%;
  height: auto;
}

.form-contact-top {
  background-image: url("../images/bg-contact.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.form-contact-top .content {
  margin-top: 20px;
  display: grid;
  gap: 39px;
  color: #fff;
  padding-bottom: 60px;
}
@media (min-width: 1200px) {
  .form-contact-top .content {
    grid-template-columns: 618px 1fr;
    padding-bottom: 0;
  }
}
@media (max-width: 567px) {
  .form-contact-top .content .custom-field-one-half {
    width: 100%;
    margin-left: 0 !important;
  }
}
.form-contact-top .support-box h2 {
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 11px;
}
.form-contact-top .support-box .des {
  font-size: 17px;
  margin-bottom: 37px;
}
.form-contact-top .form-contact-support .custom-field-group:nth-child(even) {
  margin-left: 20px;
}

.breadcrumbs-white {
  padding-top: 10px;
  padding-bottom: 10px;
}
.breadcrumbs-white a {
  color: #fff;
}
.breadcrumbs-white span {
  color: #fff;
}

.custom-field-one-half {
  width: calc(50% - 10px);
  float: left;
  margin-bottom: 20px;
  clear: none;
}
.custom-field-one-half .title {
  font-weight: 600;
  margin-bottom: 12px;
}
.custom-field-one-half input, .custom-field-one-half .modal textarea, .modal .custom-field-one-half textarea, .custom-field-one-half .modal .select2-container--default .select2-selection--single, .modal .select2-container--default .custom-field-one-half .select2-selection--single {
  width: 100%;
  height: 45px;
  border-radius: 10px;
  color: #898989;
  padding: 12px;
}

.custom-textarea-group .title {
  font-weight: 600;
  margin-bottom: 12px;
}
.custom-textarea-group textarea {
  width: 100%;
  border-radius: 10px;
  color: #898989;
  height: 108px;
}

.info-contact {
  padding-top: 63px;
  padding-bottom: 63px;
}
.info-contact .content-text {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 1200px) {
  .info-contact .content-text {
    flex-direction: row;
    gap: 20px;
  }
}
.info-contact .content-text h2 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.28;
  color: #121F38;
}
@media (min-width: 768px) {
  .info-contact .content-text h2 {
    font-size: 28px;
  }
}
.info-contact .content-text .des {
  font-size: 17px;
  line-height: 2.05;
  text-align: justify;
}
@media (min-width: 1200px) {
  .info-contact .content-text .text {
    max-width: 635px;
  }
}
.info-contact .content-text .list-info {
  margin-top: 18px;
}
.info-contact .content-text .list-info li {
  display: flex;
  gap: 14px;
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .info-contact .content-text .list-info li {
    font-size: 17px;
  }
}
.info-contact .content-text .list-info li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 11px;
  margin-bottom: 11px;
}
@media (min-width: 768px) {
  .info-contact .content-text .list-info li:not(:last-child) {
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
}
.info-contact .content-text .list-info li strong {
  color: #282828;
  font-weight: 600;
}
.info-contact .content-text .list-info li svg {
  width: 12px;
  height: 16px;
}
.info-contact .content-text .list-info li svg path {
  fill: #FF6D3E;
}
.info-contact .content-text .list-info li svg circle {
  fill: #FF6D3E;
}
.info-contact .maps {
  margin-top: 32px;
}
.info-contact .maps iframe {
  width: 100%;
  border-radius: 20px;
}

.float-contact {
  position: fixed;
  bottom: 40%;
  right: 30px;
  z-index: 99999;
}

.chat-zalo,
.chat-facebook,
.call-hotline {
  display: block;
  margin-bottom: 6px;
  line-height: 0;
}

.float-contact img {
  width: 45px;
  height: 45px;
}
