@font-face {
  font-family: "Passion One Black";
  src: url("/fonts/passionone-black-webfont.woff2") format("woff2"), url("/fonts/passionone-black-webfont.woff") format("woff");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Passion One Bold";
  src: url("/fonts/passionone-bold-webfont.woff2") format("woff2"), url("/fonts/passionone-bold-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Passion One Regular";
  src: url("/fonts/passionone-regular-webfont.woff2") format("woff2"), url("/fonts/passionone-regular-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "PT Sans Bold Italic";
  src: url("/fonts/ptsans-bolditalic-webfont.woff2") format("woff2"), url("/fonts/ptsans-bolditalic-webfont.woff") format("woff");
  font-style: italic;
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "PT Sans Bold";
  src: url("/fonts/ptsans-bold-webfont.woff2") format("woff2"), url("/fonts/ptsans-bold-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "PT Sans Italic";
  src: url("/fonts/ptsans-italic-webfont.woff2") format("woff2"), url("/fonts/ptsans-italic-webfont.woff") format("woff");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "PT Sans Regular";
  src: url("/fonts/ptsans-regular-webfont.woff2") format("woff2"), url("/fonts/ptsans-regular-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("/fonts/notosans-regular-webfont.woff2") format("woff2"), url("/fonts/notosans-regular-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
.btn {
  font-family: "PT Sans Bold", sans-serif;
  color: #fff;
  font-size: 17px;
  letter-spacing: 3.91px;
  text-transform: uppercase;
  border: none;
  outline: none;
  position: relative;
}
.btn:active, .btn:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.btn:hover {
  color: #ECECEC;
}
.btn.btn-primary {
  background-color: #FA1B02;
  padding: 25px 32px;
  border-radius: 120px;
}
.btn.btn-primary.disabled {
  background-color: #808080;
}
.btn.btn-add {
  border: 1.5px solid #FA1B02;
  background-color: rgba(250, 27, 2, 0.1);
  border-radius: 100px;
  padding: 16px 48px 16px 27px;
}
.btn.btn-add:hover {
  color: #fff;
  background-color: rgba(250, 27, 2, 0.36);
}
.btn.btn-add::after {
  position: absolute;
  right: 27px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: "";
  background-image: url("../img/plus-icon.svg");
  height: 11px;
  width: 11px;
}
.btn.btn-accept {
  border: 1.5px solid #FA1B02;
  background-color: rgba(250, 27, 2, 0.1);
  border-radius: 100px;
  padding: 16px 27px;
}
.btn.btn-accept.disabled {
  border-color: #808080;
  background-color: rgba(128, 128, 128, 0.1);
}
.btn.btn-accept:hover {
  color: #fff;
  background-color: rgba(250, 27, 2, 0.36);
}

.form-floating > input.form-control,
.form-floating > select.form-select,
.form-floating > textarea.form-control {
  background-color: unset;
  border: none;
  font-family: "PT Sans Regular", sans-serif;
  font-size: 15px;
  line-height: 23px;
  border-bottom: 1px solid #808080;
  border-radius: unset;
  color: #fff;
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 0.5rem;
  transition: unset;
}
.form-floating > input.form-control ~ label,
.form-floating > select.form-select ~ label,
.form-floating > textarea.form-control ~ label {
  color: #808080;
}
.form-floating > input.form-control:focus, .form-floating > input.form-control:active,
.form-floating > select.form-select:focus,
.form-floating > select.form-select:active,
.form-floating > textarea.form-control:focus,
.form-floating > textarea.form-control:active {
  background-color: unset;
  color: #fff;
  box-shadow: none;
  outline: none;
}

.form-floating > select.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../img/arrow-down-icon.svg");
  background-position: center right;
}

.was-validated .form-floating > .form-select:valid:not([multiple]):not([size]) {
  background-image: url("../img/arrow-down-icon.svg"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0 center, center right 1.5rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-floating > .form-select:invalid:not([multiple]):not([size]) {
  background-image: url("../img/arrow-down-icon.svg"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0 center, center right 1.5rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-floating > select.form-select option {
  background: #130202;
  color: #fff;
}

input[type=checkbox].form-check-input {
  margin-bottom: 1rem;
}
input[type=checkbox].form-check-input:active, input[type=checkbox].form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(250, 27, 2, 0.25);
}
input[type=checkbox].form-check-input:checked {
  background-color: #FA1B02;
  border-color: #FA1B02;
}

.was-validated .form-check-input:valid:checked {
  background-color: #FA1B02;
  border-color: #FA1B02;
}

input[type=file].form-control {
  margin-bottom: 1rem;
  background-color: unset;
  border-color: #808080;
  font-family: "PT Sans Regular", sans-serif;
  color: #fff;
}
input[type=file].form-control:active, input[type=file].form-control:focus {
  box-shadow: none;
}

input[type=file]::file-selector-button {
  color: #808080;
  background-color: unset;
  font-family: "PT Sans Regular", sans-serif;
  border: unset;
  border-radius: none;
}
input[type=file]::file-selector-button:hover {
  background-color: unset;
  box-shadow: none;
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: unset;
}

label.form-label, label.form-check-label {
  color: #808080;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #130202 inset !important;
  -webkit-text-fill-color: #fff !important;
}

.modal-backdrop.show {
  opacity: 0.9;
}

.modal-dialog {
  max-width: 960px;
}

.modal-content {
  background-color: #0A0A0A;
  color: #fff;
}
.modal-content .modal-header {
  flex-direction: column;
  border-bottom: none;
  padding-bottom: 0;
}
.modal-content .modal-header h2 {
  font-size: 50px;
  line-height: 42px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .modal-content .modal-header h2 {
    font-size: 26px;
    line-height: 24px;
  }
}
.modal-content .modal-header a {
  margin-left: auto;
}
.modal-content .modal-body {
  padding-top: 0;
}
.modal-content .ingredient-table {
  border: 1px solid #333333;
  font-family: "PT Sans Regular", sans-serif;
  font-size: 19px;
  line-height: 34px;
}
.modal-content .ingredient-table .table-head {
  background-color: #333333;
  font-family: "PT Sans Bold", sans-serif;
  padding: 10px 21px;
  text-align: left;
}
.modal-content .ingredient-table .ingredient-table-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 768px) {
  .modal-content .ingredient-table .ingredient-table-content {
    flex-direction: column;
  }
}
.modal-content .ingredient-table .ingredient-list {
  display: flex;
  margin: 0;
  align-content: flex-start;
  justify-content: center;
}
.modal-content .ingredient-table .ingredient-list ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
.modal-content .ingredient-table .ingredient-list ul li {
  list-style: none;
  text-align: left;
  display: flex;
  width: 100%;
  padding: 8px 21px;
}
.modal-content .ingredient-table .ingredient-list ul li .value {
  color: #808080;
  margin-left: auto;
}
.modal-content .ingredient-table .ingredient-list ul li:not(:last-child) {
  border-bottom: 1px solid #333333;
}
.modal-content .ingredient-table .ingredient-list.list-left {
  margin: 0;
  flex-basis: 33.3333%;
  display: flex;
  border-right: 1px solid #333333;
}
@media (max-width: 768px) {
  .modal-content .ingredient-table .ingredient-list.list-left {
    flex-basis: 100%;
  }
}
.modal-content .ingredient-table .ingredient-list.list-right {
  margin: 0;
  flex-basis: 66.6666%;
  display: flex;
}
@media (max-width: 768px) {
  .modal-content .ingredient-table .ingredient-list.list-right {
    flex-basis: 100%;
  }
}
.modal-content .ingredient-table .ingredient-list.list-right ul {
  margin: 0;
  display: inline-block;
  flex-basis: 50%;
}
.modal-content .ingredient-table .ingredient-list.list-right ul li {
  padding: 19px 21px;
}
.modal-content .ingredient-table .table-foot {
  padding: 8px 21px;
  border-top: 1px solid #333333;
}

.can-title-row .can-wrapper .can,
.can-title-row .title-wrapper .title {
  opacity: 0;
  animation-name: rotate-left-scale-in;
  animation-timing-function: cubic-bezier(0.7, -0.4, 0.4, 1.4);
  animation-delay: 1ms;
  animation-duration: 900ms;
  animation-fill-mode: forwards;
}
.can-title-row .title-wrapper .title {
  animation-name: rotate-right-scale-in;
  animation-delay: 200ms;
}

[data-aos=rotate-left-scale-in] {
  opacity: 0;
  transform: rotate(45deg) scale(0);
  transition: all 0.45s cubic-bezier(0.7, -0.4, 0.4, 1.4);
}
[data-aos=rotate-left-scale-in].aos-animate {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

[data-aos=rotate-right-scale-in] {
  opacity: 0;
  transform: rotate(-45deg) scale(0);
  transition: all 0.45s cubic-bezier(0.7, -0.4, 0.4, 1.4);
}
[data-aos=rotate-right-scale-in].aos-animate {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

[data-aos=scale-fade-up] {
  opacity: 0;
  transform: translateY(100px) scale(0);
  transition: all 0.45s cubic-bezier(0.7, -0.4, 0.4, 1.4);
  transition-timing-function: cubic-bezier(0.7, -0.4, 0.4, 1.4);
}
[data-aos=scale-fade-up].aos-animate {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@keyframes rotate-left-scale-in {
  0% {
    opacity: 0;
    transform: rotate(45deg) scale(0);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
@keyframes rotate-right-scale-in {
  0% {
    opacity: 0;
    transform: rotate(-45deg) scale(0);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
h1 {
  font-family: "Passion One Bold", sans-serif;
  color: #fff;
}

h2 {
  color: #fff;
  font-family: "Passion One Regular", sans-serif;
  font-size: 110px;
  line-height: 90px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  h2 {
    font-size: 40px;
    line-height: 36px;
  }
}

h3 {
  color: #fff;
  font-family: "Passion One Regular", sans-serif;
  font-size: 78px;
  line-height: 66px;
}
@media (max-width: 768px) {
  h3 {
    font-size: 34px;
    line-height: 30px;
  }
}

h5 {
  color: #fff;
  font-family: "PT Sans Bold", sans-serif;
  font-size: 15px;
  line-height: 23px;
}

p {
  color: #fff;
}
p.english {
  font-family: "PT Sans Regular", sans-serif;
}
p.khmer {
  font-family: "Noto Sans", sans-serif;
}
p.text-sm {
  font-size: 10px;
  line-height: 18px;
}

a {
  color: #ECECEC;
  font-family: "PT Sans Regular", sans-serif;
  text-decoration: none;
}
a:hover {
  color: #FA1B02;
  text-decoration: none;
}

.section-head {
  position: relative;
  font-family: "PT Sans Bold", sans-serif;
  color: #FF4200;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 23.29px;
  margin-bottom: 55px;
  letter-spacing: 4.5px;
  padding-left: 51px;
}
@media (max-width: 768px) {
  .section-head {
    font-size: 12px;
    margin: 0 auto 28px;
  }
}
.section-head::before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "";
  background-image: url("../img/section-head-glyph.svg");
  width: 36px;
  height: 17px;
}

p {
  font-family: "PT Sans Regular", sans-serif;
  font-size: 19px;
  line-height: 34px;
}

html, body {
  background-color: #000;
  text-align: center;
  position: relative;
}

main {
  position: relative;
  max-width: 2400px;
  margin: 0 auto;
  text-align: center;
}
main section.top {
  background-image: url("../img/bg-top-desktop.jpg");
  background-size: cover;
  background-position: top center;
  overflow: visible;
  max-width: 2400px;
  height: 1225px;
  display: flex;
  flex-direction: row;
  z-index: 2;
}
@media (max-width: 992px) {
  main section.top {
    height: 1080px;
  }
}
@media (max-width: 768px) {
  main section.top {
    background-image: url("../img/bg-top-mobile.jpg");
    height: 900px;
    background-size: cover;
  }
}
main section.top .left, main section.top .right {
  margin: 0 auto;
  width: 50%;
}
main section.top .left {
  overflow: visible;
  margin-left: -15px;
}
main section.top .left .img-wrapper {
  overflow: visible;
  height: 960px;
  display: flex;
  margin-right: -200px;
  justify-content: center;
}
@media (max-width: 992px) {
  main section.top .left .img-wrapper {
    height: 720px;
  }
}
@media (max-width: 768px) {
  main section.top .left .img-wrapper {
    height: 450px;
    margin-right: -50px;
  }
}
@media (max-width: 575px) {
  main section.top .left .img-wrapper {
    margin-right: -120px;
  }
}
main section.top .left .img-wrapper img {
  margin: auto;
  object-fit: cover;
  object-position: center right;
  height: 100%;
  width: auto;
  overflow: visible;
}
main section.top .right {
  margin-right: auto;
}
main section.top .right .logo {
  margin-top: 50px;
  max-width: 704px;
  height: 129px;
}
@media (max-width: 768px) {
  main section.top .right .logo {
    margin-top: 0;
  }
}
main section.top .right .can-title-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 704px;
  height: 700px;
}
@media (max-width: 992px) {
  main section.top .right .can-title-row {
    height: 600px;
  }
}
@media (max-width: 768px) {
  main section.top .right .can-title-row {
    height: 340px;
  }
}
main section.top .right .can-wrapper, main section.top .right .title-wrapper {
  margin: auto;
  width: 50%;
  padding: 0;
}
main section.top .right .can-wrapper img, main section.top .right .title-wrapper img {
  object-position: center left;
  object-fit: contain;
}
main section.top .right .can-wrapper {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  main section.top .right .can-wrapper {
    height: 360px;
    margin-top: 0px;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  main section.top .right .can-wrapper {
    margin-left: -40px;
    margin-right: 0;
  }
}
@media (max-width: 460px) {
  main section.top .right .can-wrapper {
    margin-left: -80px;
  }
}
main section.top .right .can-wrapper .can {
  margin: 0 auto auto;
  width: 100%;
  object-fit: contain;
  object-position: bottom left;
  min-width: 180px;
}
@media (max-width: 768px) {
  main section.top .right .can-wrapper .can {
    margin: 0;
    align-self: flex-start;
    object-position: center left;
    max-height: 340px;
  }
}
main section.top .right .title-wrapper {
  margin: auto;
  padding: 0 0 50%;
}
main section.top .right .title-wrapper .title {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 575px) {
  main section.top .right .title-wrapper .title {
    object-fit: cover;
    object-position: center left;
    min-width: 120px;
  }
}
main section.top .right .can {
  opacity: 0;
  position: relative;
  transition: transform 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  display: inline-block;
  max-width: 340px;
  height: auto;
}
main section.mid {
  position: relative;
  margin-top: -495px;
  padding-top: 115px;
  background-image: url("../img/bg-mid-desktop.png");
  background-size: 2400px 816px;
  background-repeat: no-repeat;
  height: 866px;
  z-index: 4;
  text-align: left;
}
@media (max-width: 1400px) {
  main section.mid {
    padding-top: 105px;
    background-size: 1400px 716px;
  }
}
@media (max-width: 1200px) {
  main section.mid {
    padding-top: 140px;
  }
  main section.mid h1 {
    margin-bottom: 21px;
  }
}
@media (max-width: 768px) {
  main section.mid {
    padding-top: 65px;
    height: 670px;
    background-image: url("../img/bg-mid-mobile.png");
    background-size: 100% 663px;
    background-position: top center;
    overflow: visible;
    margin-bottom: 40px;
  }
}
main section.mid h2 {
  margin-bottom: 21px;
}
@media (max-width: 992px) {
  main section.mid h2 {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 768px) {
  main section.mid h2 {
    font-size: 40px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  main section.mid h2 {
    text-align: center;
  }
}
main section.mid p {
  max-width: 444px;
}
@media (max-width: 992px) {
  main section.mid p {
    max-width: unset;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 28px;
  }
}
main section.mid .mid-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main section.mid .mid-image {
  padding-right: 0;
  transform: translateY(65px);
}
main section.mid .mid-image img {
  width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  main section.mid .mid-image {
    transform: translateY(0);
    padding: 0 15px;
  }
  main section.mid .mid-image img {
    object-fit: contain;
    max-height: 400px;
    width: 100%;
    height: auto;
  }
}
main section.bottom {
  position: relative;
  margin-top: -170px;
  padding-top: 170px;
  background-image: url("../img/bg-bottom-desktop.jpg");
  background-size: cover;
  background-position: top center;
  height: 1190px;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 992px) {
  main section.bottom {
    height: 1045px;
  }
}
@media (max-width: 768px) {
  main section.bottom {
    height: 745px;
  }
}
main section.bottom::before {
  content: "";
  background: linear-gradient(180deg, rgb(0, 0, 0) 25%, rgba(0, 0, 0, 0));
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 545px;
}
main section.bottom::after {
  content: "";
  background: linear-gradient(0deg, rgb(0, 0, 0) 25%, rgba(0, 0, 0, 0));
  position: absolute;
  background-position: bottom center;
  height: 200px;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0.53;
}
@media (max-width: 768px) {
  main section.bottom::after {
    background: linear-gradient(0deg, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0));
  }
}
main section.bottom .bottom-content, main section.bottom .bottom-images {
  position: relative;
  z-index: 4;
}
main section.bottom .bottom-content {
  text-align: center;
}
main section.bottom .bottom-content .strawberry-icon {
  height: 89px;
  width: 82px;
  margin: auto;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  main section.bottom .bottom-content .strawberry-icon {
    width: 54px;
    height: 59px;
  }
}
main section.bottom .bottom-content h3 {
  margin: auto;
  text-transform: uppercase;
  width: 624px;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  main section.bottom .bottom-content h3 {
    text-align: center;
    width: auto;
  }
}
main section.bottom .bottom-images {
  margin: 0 auto;
  margin-top: -50px;
  pointer-events: none;
  display: flex;
  max-width: 960px;
}
@media (max-width: 992px) {
  main section.bottom .bottom-images {
    margin-top: 40px;
  }
  main section.bottom .bottom-images .left .product-wrapper,
  main section.bottom .bottom-images .right .product-wrapper {
    max-height: 450px;
  }
  main section.bottom .bottom-images .left .product-wrapper img,
  main section.bottom .bottom-images .right .product-wrapper img {
    width: auto;
    max-height: 450px;
  }
}
@media (max-width: 768px) {
  main section.bottom .bottom-images {
    margin-top: 40px;
  }
  main section.bottom .bottom-images .left .product-wrapper,
  main section.bottom .bottom-images .right .product-wrapper {
    max-height: 275px;
  }
  main section.bottom .bottom-images .left .product-wrapper img,
  main section.bottom .bottom-images .right .product-wrapper img {
    width: auto;
    max-height: 275px;
  }
}
main section.bottom .bottom-images .left, main section.bottom .bottom-images .right {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
main section.bottom .bottom-images .product-wrapper {
  position: relative;
  margin: auto;
}
main section.bottom .bottom-images .product-wrapper img {
  position: relative;
  z-index: 3;
}
main section.bottom .bottom-images .product-wrapper .product-info {
  position: absolute;
  z-index: 4;
  background-color: rgba(18, 18, 18, 0.8);
  border-radius: 50%;
  height: 96px;
  width: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  main section.bottom .bottom-images .product-wrapper .product-info {
    height: 54px;
    width: 54px;
  }
}
main section.bottom .bottom-images .product-wrapper .product-info .product-size {
  display: block;
  margin: 0 auto;
  color: #fff;
  font-family: "Passion One Regular", sans-serif;
  font-size: 40px;
  line-height: 40px;
}
@media (max-width: 768px) {
  main section.bottom .bottom-images .product-wrapper .product-info .product-size {
    font-size: 22px;
    line-height: 19px;
  }
}
main section.bottom .bottom-images .product-wrapper .product-info .label {
  margin: 0 auto;
  display: block;
  font-size: 18px;
  font-family: "PT Sans Bold", sans-serif;
  color: #808080;
  line-height: 12px;
  letter-spacing: 4.5px;
  transform: translateX(3px);
}
@media (max-width: 768px) {
  main section.bottom .bottom-images .product-wrapper .product-info .label {
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 2.5px;
  }
}
main section.bottom .bottom-images .product-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-image: url("../img/glow.png");
  background-size: cover;
  height: 433px;
  width: 433px;
}
@media (max-width: 768px) {
  main section.bottom .bottom-images .product-wrapper::after {
    height: 240px;
    width: 240px;
  }
}
main section.bottom .left .product-wrapper .product-info {
  top: 312px;
  left: 239px;
}
@media (max-width: 992px) {
  main section.bottom .left .product-wrapper .product-info {
    top: 240px;
    left: 180px;
  }
}
@media (max-width: 768px) {
  main section.bottom .left .product-wrapper .product-info {
    top: 150px;
    left: 110px;
  }
}
main section.bottom .left .product-wrapper::after {
  top: 80px;
  left: -57px;
}
@media (max-width: 992px) {
  main section.bottom .left .product-wrapper::after {
    top: 35px;
    left: -80px;
  }
}
@media (max-width: 768px) {
  main section.bottom .left .product-wrapper::after {
    top: 30px;
    left: -50px;
  }
}
main section.bottom .right .product-wrapper .product-info {
  top: 420px;
  left: -25px;
}
@media (max-width: 992px) {
  main section.bottom .right .product-wrapper .product-info {
    top: 320px;
    left: -60px;
  }
}
@media (max-width: 768px) {
  main section.bottom .right .product-wrapper .product-info {
    top: 190px;
    left: -20px;
  }
}
main section.bottom .right .product-wrapper::after {
  top: 95px;
  left: -55px;
}
@media (max-width: 992px) {
  main section.bottom .right .product-wrapper::after {
    top: 35px;
    left: -120px;
  }
}
@media (max-width: 768px) {
  main section.bottom .right .product-wrapper::after {
    top: 30px;
    left: -60px;
  }
}
main section.detail {
  background-image: url("../img/bg-detail-desktop.jpg");
  background-repeat: no-repeat;
  background-size: 1600px 904px;
  background-position: top center;
  position: relative;
  text-align: center;
  padding-top: 50px;
  overflow: hidden;
}
@media (max-width: 992px) {
  main section.detail {
    background-image: url("../img/bg-detail-mobile.jpg");
    background-size: contain;
  }
}
@media (min-width: 1600px) {
  main section.detail {
    background-size: cover;
  }
}
main section.detail .detail-logo {
  margin: 0 auto;
  margin-bottom: 50px;
  display: inline-block;
  width: 288px;
  height: 70px;
  position: relative;
  z-index: 3;
}
main section.detail .detail-content {
  position: relative;
  z-index: 3;
  background: rgba(0, 0, 0, 0.71);
  backdrop-filter: blur(5px);
  padding: 77px 110px;
  margin-bottom: 79px;
}
@media (max-width: 992px) {
  main section.detail .detail-content {
    padding: 35px 25px;
  }
}
main section.detail .detail-content h1 {
  font-size: 78px;
  line-height: 66px;
  font-family: "Passion One Regular", sans-serif;
  text-transform: uppercase;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  main section.detail .detail-content h1 {
    font-size: 34px;
    line-height: 30px;
  }
}
main section.detail .detail-content h3 {
  font-family: "Passion One Regular", sans-serif;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
}
main section.detail .detail-content .lang-select {
  margin-bottom: 26px;
}
main section.detail .detail-content .lang-select a {
  color: #FA1B02;
  font-family: "PT Sans Regular", sans-serif;
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 26px;
}
main section.detail .detail-content .lang-select a:hover {
  color: #ECECEC;
}
@media (max-width: 768px) {
  main section.detail .detail-content .lang-select a {
    display: block;
    margin-bottom: 10px;
  }
}
main section.detail .detail-content .lang-select :not(:last-child)::after {
  content: "|";
  position: relative;
  padding: 0 33px;
  color: rgba(255, 255, 255, 0.15);
}
main section.detail .detail-content .lang-select :not(:last-child)::after:hover {
  color: rgba(255, 255, 255, 0.15);
}
@media (max-width: 768px) {
  main section.detail .detail-content .lang-select :not(:last-child)::after {
    content: "";
    padding: 0;
  }
}
main section.detail .detail-content hr {
  border-color: rgba(255, 255, 255, 0.15);
  margin-bottom: 46px;
  opacity: 1;
}
@media (max-width: 768px) {
  main section.detail .detail-content hr {
    margin: 0 0 20px;
  }
}
main section.detail .detail-content p {
  text-align: left;
}
@media (max-width: 768px) {
  main section.detail .detail-content p {
    font-size: 12px;
    line-height: 16px;
  }
}
main section.detail .detail-content p.text-sm {
  color: rgba(255, 255, 255, 0.8);
}
main section.detail .contact {
  text-align: left;
}
main section.detail .contact h3 {
  margin-bottom: 30px;
}
main section.detail .contact ul {
  margin: 0;
  padding: 0;
}
main section.detail .contact #submitBtn {
  min-width: 175px;
  height: 75px;
}
main section.detail .contact #submitBtn .spinner-border {
  margin-top: -4px;
}
main section.detail .contact .info-col #defaultInfo ul {
  margin: 0;
  padding: 0;
}
main section.detail .contact .info-col #defaultInfo li {
  padding-left: 0;
  list-style: none;
}
main section.detail .contact > div[class^=col-]:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  padding-right: 50px;
}
@media (max-width: 768px) {
  main section.detail .contact > div[class^=col-]:first-child {
    border-right: none;
    padding-right: 15px;
  }
}
main section.detail .contact > div[class^=col-]:first-child li a {
  display: block;
  font-family: "Passion One Regular", sans-serif;
  font-size: 24px;
  line-height: 20px;
  color: #808080;
  text-transform: uppercase;
  margin-bottom: 30px;
}
main section.detail .contact > div[class^=col-]:first-child li a:hover {
  color: #fff;
}
main section.detail .contact > div[class^=col-]:nth-child(2) {
  padding-left: 50px;
}
@media (max-width: 768px) {
  main section.detail .contact > div[class^=col-]:nth-child(2) {
    padding-left: 15px;
  }
}
main section.detail .contact p {
  padding-left: 36px;
  line-height: 34px;
  margin-bottom: 0;
}
main section.detail .contact .info-col p {
  padding-left: 0;
  font-family: "PT Sans Regular", sans-serif;
}
main section.detail .contact .info-col ul {
  margin-left: 1rem;
}
main section.detail .contact .info-col li {
  font-family: "PT Sans Regular", sans-serif;
  color: #fff;
  list-style: disc;
  font-size: 19px;
  line-height: 34px;
  padding-left: 1rem;
}
main section.detail .contact .address, main section.detail .contact .phone {
  position: relative;
  margin-bottom: 20px;
}
main section.detail .contact .address::before, main section.detail .contact .phone::before {
  content: "";
  background-image: url("../img/address-icon.svg");
  position: absolute;
  left: 0;
  top: 6px;
  height: 24px;
  width: 18px;
}
main section.detail .contact .phone::before {
  background-image: url("../img/phone-icon.svg");
  width: 24px;
}
main section.detail .contact #contact-success p {
  padding-left: 0;
}
main section.detail::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgb(19, 2, 2) 50%, #130202 100%);
  pointer-events: none;
}

.glow {
  position: absolute;
  margin: 0 auto;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 936px;
  transform: translateY(240px);
  background: radial-gradient(50% 50% at 50% 50%, rgba(250, 27, 2, 0.6) 0, rgba(250, 27, 2, 0) 90%);
  background-position: 0 468px;
  background-repeat: no-repeat;
  filter: blur(4px);
  pointer-events: none;
}

footer {
  background-color: #000;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 44px 0 20px;
}
footer img {
  margin: 0 auto 37px;
  display: block;
}
footer .footer-links {
  margin-bottom: 16px;
}
footer .footer-links a:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: -22px;
  padding: 0 22px;
  color: #808080;
}
footer .footer-links a:not(:last-child)::after:hover {
  color: #808080;
}
footer a.footer-link {
  margin-bottom: 23px;
}
footer a {
  position: relative;
  color: #ECECEC;
  display: inline-block;
  padding: 0 22px;
  font-size: 15px;
  line-height: 23px;
}
footer a:hover {
  color: #FA1B02;
}
footer p {
  color: #808080;
  font-size: 10px;
  font-family: "PT Sans Regular", sans-serif;
  line-height: 18px;
}
footer .logo {
  height: 45px;
  width: 189px;
}

#cookieConsent {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  color: #fff;
  z-index: 9999;
  text-align: left;
  padding: 16px 0;
}
#cookieConsent p.khmer {
  margin-bottom: 6px;
}
#cookieConsent p.english {
  color: #808080;
  font-size: 10px;
  line-height: 18px;
}
#cookieConsent .agree {
  display: flex;
  align-items: center;
}
#cookieConsent .agree .form-check, #cookieConsent .agree button {
  display: inline-block;
}
#cookieConsent .agree .form-check {
  margin: 16px 16px 0 0;
  transform: scale(1.5);
}

/*# sourceMappingURL=site.css.map */
