<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
  font-size: 14px;
  max-width: 100%;
}

button,
input,
option,
select,
table,
textarea {
  font-family: "Quicksand", sans-serif;
}

.c-listCate__list li {
  margin-bottom: 12px;
}

.c-header__wrap,
.c-footer__wrap {
  max-width: 1366px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  width: 100%;
}

.c-listCate__list li a {
  height: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
}

/** Button loading **/
.btn-loading {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-loading.is-loading {
  pointer-events: none;
  opacity: 0.7;
}

.btn-loading span.spinner {
  display: none;
}

.btn-loading.is-loading span.spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-right-color: transparent;
  animation: spin1 0.75s linear infinite;
}

@keyframes spin1 {
  100% {
    transform: rotate(360deg);
  }
}
.notyf__toast {
  max-width: 100%;
}

.grecaptcha-badge {
  display: none !important;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s;
  z-index: 9999999;
}

.popup-content {
  position: relative;
  width: 100%;
  max-width: 800px;
  text-align: center;
  max-height: 650px;
}

.popup-content img {
  height: auto;
}

.banner-right-mt-sp {
  margin-top: 110px;
}

#demoweb1 {
  display: block;
  position: fixed;
  bottom: 100px;
  left: 0;
  z-index: 999;
  max-width: 370px;
}

.opacity-slick {
  opacity: 0;
}

.box-virtual {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 8px 10px;
  max-width: 370px;
  width: 370px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #ccc;
}

.box-virtual img {
  margin-right: 12px;
  max-width: 65px;
  height: auto;
}

.box-virtual-info {
  width: calc(100% - 62px);
}

.box-virtual-info &gt; p:first-child {
  font-size: 14px;
  font-weight: 400;
}

.box-virtual-info h3 a {
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  font-family: "Quicksand";
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box-virtual-info h6 {
  color: #333;
  font-size: 13px;
  font-weight: normal;
}

.close-box-virtual {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 18px;
  z-index: 1;
  cursor: pointer;
}

.box-virtual-info p {
  color: #000;
}
.box-virtual-info span {
  color: #000;
}

.sdtabc {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background: #1182fc;
  white-space: nowrap;
  position: absolute;
  padding: 10px 70px 10px 20px;
  border-radius: 24px;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
  transition: 1s all;
  opacity: 0;
}

.close-btn {
  position: absolute;
  top: 75px;
  right: 0;
  font-size: 24px;
  cursor: pointer;
  background: transparent;
  color: #ffffff;
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-overlay.show {
  visibility: visible;
  opacity: 1;
}

.grid-video {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-bottom: 40px;
}

.video-item-thumb {
  position: relative;
}

.video-item-info {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
}

.heading-title {
  margin-bottom: 20px;
  text-align: center;
  margin-top: 20px;
}

.heading-title h2 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
}

.heading-title h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 1px;
  border-radius: 1px;
  background: linear-gradient(90deg, #ff0000, #ff4500, #fffc59, #6fff90, #1effe1);
}

.box-header__link {
  position: relative;
}
.box-header__link .list-post {
  left: 5px;
  z-index: 99;
  background: var(--color-01);
  min-width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  position: absolute;
  transform: scaleY(0);
  visibility: hidden;
  transition: all 0.3s ease 0s;
  top: 100%;
}
.box-header__link:hover .list-post {
  transform: scaleY(1);
  visibility: visible;
}
.box-header__link a {
  color: #fff;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px;
  line-height: 1;
  font-size: 14px;
  white-space: nowrap;
}
.box-header__link a:hover {
  color: #fb7171;
}
.box-header__link:last-child a {
  border: none;
}

.alert-info {
  padding: 30px 20px;
  border: none;
  border-radius: 8px;
  background-color: #f8f9fa;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  border-left: 5px solid #17a2b8;
}

.alert-info h4 {
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
  font-weight: 600;
}

.alert-info p {
  font-size: 16px;
  color: #666;
  margin-bottom: 0;
}

.c-marquee span {
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .c-header__logo img {
    height: auto;
  }
}
.link-item-phone {
  position: relative;
}

.phone-sub {
  position: absolute;
  right: calc(100% + 12px);
  min-width: 150px;
  max-width: 250px;
  background-color: rgb(230, 8, 8);
  border-radius: 6px;
  bottom: 0px;
  transform-origin: bottom right;
  transform: scale(0);
  transition: 0.3s all;
}

.phone-sub.open {
  transform: scale(1);
}

.phone-sub-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 5px;
  border-bottom: 1px solid #e3e3e3;
  color: #fff;
}

.phone-sub-item:last-child {
  border-bottom: 0px;
}

.phone-sub-item i {
  color: #fff;
  transform: rotate(90deg);
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.phone-sub-item .icon {
  color: var(--color-01);
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.phone-sub-item .icon svg {
  fill: var(--color-01);
}

.phone-sub-item:hover span:not(.icon) {
  opacity: 0.6;
}

/** Fix **/
html {
  background: var(--main-bg);
}

.is-zalo-gradient {
  background: linear-gradient(90deg, rgba(255, 0, 0, 0.4) 0%, rgba(255, 69, 0, 0.4) 28%, rgba(255, 252, 89, 0.4) 50%, rgba(111, 255, 144, 0.4) 75%, rgba(30, 255, 225, 0.4) 97.5%) 0% 0%/240% 240% padding-box padding-box, linear-gradient(90deg, rgba(255, 0, 0, 0.4) 0%, rgba(255, 69, 0, 0.4) 28%, rgba(255, 252, 89, 0.4) 50%, rgba(111, 255, 144, 0.4) 75%, rgba(30, 255, 225, 0.4) 97.5%) border-box border-box;
  border-color: transparent;
  animation: 4s ease 0s infinite normal none running gradient-animation;
}

.c-productCard__title {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-top .c-mv img {
  height: auto !important;
  min-height: 100% !important;
}

/** Hotline ring ring **/
@keyframes phonering-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@keyframes phonering-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@keyframes phonering-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
}

.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block;
}

.hotline-phone-ring-circle {
  width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #e60808;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
  opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
  width: 55px;
  height: 55px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 100%;
  border: 2px solid transparent;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
  background-color: #e60808;
  width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  transform-origin: 50% 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
  display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
  width: 20px;
  height: 20px;
}

.hotline-bar {
  position: absolute;
  background: rgba(230, 8, 8, 0.75);
  height: 40px;
  width: 180px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  left: 33px;
  bottom: 37px;
}

.hotline-bar &gt; a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 50px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial, sans-serif;
}

.hotline-bar &gt; a:hover,
.hotline-bar &gt; a:active {
  color: #fff;
}

.c-detailLayout__zalo {
  margin-bottom: 0;
}

.c-detailLayout__zalo button:after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(60deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.1) 60%, rgba(255, 255, 255, 0) 80%);
  transform: rotate(30deg);
  animation: shineEffect 4s infinite linear;
}

.c-detailLayout__zalo button {
  width: 280px;
}

.c-detailLayout__zalo button {
  overflow: hidden;
  position: relative;
}

.c-mvChild__img img {
  min-height: auto;
  width: 100%;
  max-width: 100%;
}

.fixed-social .social-button {
  background: rgb(230, 8, 8);
}

.c-header__link {
  font-size: 14px;
  margin-left: 0px;
}

.c-social {
  margin-top: 0px;
}

.c-social li a {
  font-size: 13px;
  height: 34px;
  padding-left: 16px;
  padding-right: 16px;
}

.c-social li a img,
.c-social li a svg {
  max-width: 16px;
  height: auto;
}

.c-rating {
  height: 34px;
  padding-left: 16px;
  padding-right: 16px;
}

.c-info li.c-info__item {
  height: 34px;
  padding-left: 16px;
  padding-right: 16px;
}

.c-rating__star {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 2px;
}
.c-rating__star svg {
  max-width: 16px;
  height: auto;
}

.c-header-top {
  position: relative;
}
.c-header-top:before {
  width: calc((100% - 1306px) / 2);
  content: "";
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgb(28, 41, 56);
  z-index: 1;
}

.c-archive__info li span {
  font-size: 48px;
  color: #fff !important;
}

.c-archive__info li {
  color: #fff !important;
  font-size: 18px;
}

.c-search input {
  font-size: 15px;
  color: #fff;
}
.c-search input::-moz-placeholder {
  color: #fff;
}
.c-search input::placeholder {
  color: #fff;
}

.c-archive__listImg {
  position: relative;
}

.swiper-button-next,
.swiper-button-prev {
  color: #918f8f;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px;
}

.swiper-button-prev {
  left: -25px;
}

.swiper-button-next {
  right: -25px;
}

.text-hotline {
  white-space: nowrap;
}

.c-video__select select {
  font-size: 14px;
}

.c-video__select {
  display: flex;
}

#video-select {
  flex: 1;
  padding-right: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#video-select option {
  text-overflow: ellipsis;
  overflow: hidden;
}

.c-video__select svg {
  height: auto;
}

.c-detailLayout__zalo {
  animation: smooth-shake 0.6s ease-in-out infinite;
}

@keyframes smooth-shake {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-4px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0);
  }
}
.c-detailLayout__zalo button::before {
  display: none;
}

.c-detailLayout__img {
  position: relative;
  display: flex;
  flex-direction: column;
}

.c-detailLayout__img-main {
  flex-grow: 1;
  margin-bottom: 20px;
}

.product-social {
  margin-top: auto;
  padding: 20px;
  border-radius: 15px;
  background: linear-gradient(var(--color-11), var(--color-11)) padding-box, linear-gradient(90deg, #ff0000 0%, #ff4500 28%, #fffc59 50%, #6fff90 75%, #1effe1 97.5%) border-box;
}

.specs-table {
  display: block;
  width: 100%;
  margin-top: 18px;
}
.specs-table table {
  width: 100%;
}
.specs-table th,
.specs-table td {
  text-align: left;
  padding-top: 2.5px;
  padding-bottom: 2.5px;
}

.c-category__list li &gt; ul {
  padding: 10px;
}

.c-category__list li ul {
  display: flex;
  flex-wrap: wrap;
  width: 450px;
  top: -10px;
  gap: 10px;
}

.c-category__list li ul li {
  width: calc(50% - 20px);
  margin-top: 0px;
}

#list-product-category-page {
  padding-top: 30px;
  padding-bottom: 30px;
}

.c-category__list li a {
  font-size: 18px;
  text-transform: capitalize;
}

.c-archive .c-slogan .p {
  font-weight: bold;
}

.c-group {
  justify-content: center;
}

.c-social {
  justify-content: center;
}

.c-detailLayout__title {
  text-align: center;
  font-size: 17px;
}

.c-detailLayout__note {
  font-size: 16px;
  line-height: 1.5;
}

.c-detailLayout__note b {
  background: linear-gradient(to right, #ec4899, #f59e0b); /* Từ hồng sang vàng */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-detailLayout__download {
  margin-bottom: 0px;
}

.c-detailLayout__title-download {
  margin-bottom: 15px;
}

.c-detailLayout__img-main-box {
  width: 100%;
  max-height: 593px;
}

.p-top .l-container {
  max-width: 100%;
}
.p-top .c-listCate .l-container {
  max-width: 1366px;
}

.c-archive .l-container {
  max-width: 1366px;
}

.p-top .c-topLayout {
  padding-top: 30px;
  padding-bottom: 30px;
}

.submenu.line-break {
  flex-direction: column;
  width: auto;
}
.submenu.line-break li {
  width: 100%;
}
.submenu.line-break li a {
  white-space: nowrap;
}

.c-category__list li {
  background: var(--color-01);
}

/** Video **/
.play {
  display: inline-block;
  position: relative;
  border-radius: 50%;
}

.c-video__play:hover .play img {
  transform: scale(1.1);
}

.hand {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  animation: handWave 1.5s infinite;
}
.hand svg {
  fill: white;
}

.c-rating__label {
  white-space: nowrap;
}

.fixed-menu {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 99;
}

@keyframes handWave {
  0% {
    transform: translateY(-50%) translateX(0);
  }
  50% {
    transform: translateY(-50%) translateX(5px);
  }
  100% {
    transform: translateY(-50%) translateX(0);
  }
}
.hand svg {
  width: 24px;
  height: 24px;
}

.c-search {
  position: relative;
}

#searchResults {
  position: absolute;
  top: 100%;
  left: 0px;
  width: calc(100% + 5px);
  z-index: 99;
  padding: 5px;
  border-radius: 10px;
  background: var(--color-01);
  max-height: 310px;
  overflow-y: auto;
  display: none;
}
#searchResults li a {
  color: #fff;
  font-size: 16px;
  padding: 5px 10px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#searchResults li a:hover {
  color: #fb7171;
}

#searchResults::-webkit-scrollbar {
  width: 8px;
}

#searchResults::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}

#searchResults::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
}

#searchResults::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}

.c-search {
  position: relative;
  overflow: visible;
  border: none;
}

.c-header__link span,
.c-category__button span {
  white-space: nowrap;
}

.no-result-search {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.c-search-content {
  height: 35px;
  min-height: 35px;
  border-radius: 100px;
  border: 1px solid var(--main-color);
  display: flex;
  align-items: center;
  position: relative;
  flex: 1;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}

.p-top .c-video__content {
  display: none;
}

.c-banner a {
  display: block;
  line-height: 1;
}

.p-top .c-topLayout__sidebar .c-banner {
  margin-top: 24px;
}

.p-top .c-topLayout__sidebar {
  width: 18%;
  top: 56px;
}

.blink-mv {
  width: 100%;
  max-width: 43.1125131441%;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 6%;
  z-index: 99;
  margin: auto;
  animation: img-banner-5 5s infinite;
}

.blink-mv img {
  width: 100%;
  height: auto;
}

.p-detail .c-detailLayout {
  padding-top: 20px;
}

@keyframes img-banner-5 {
  0% {
    opacity: 1;
  }
  3% {
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  9% {
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  15% {
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  21% {
    opacity: 0;
  }
  24% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.marquee-container {
  overflow: hidden;
  width: 100%;
}

.c-marquee {
  white-space: nowrap;
}

.marquee {
  transform: translateX(100%);
  animation: marquee-reset 0.1s forwards;
}

@keyframes marquee-reset {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
.c-archive .c-slogan__bg {
  top: -1px;
  left: -1px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
}

.c-login__register {
  margin-top: 20px;
  text-align: center;
}

.c-login__register p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
}

.c-login__register a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.c-login__register a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.p-top .c-video__item {
  border-radius: 10px;
  overflow: hidden;
}
.p-top img {
  width: 100%;
}

.p-top .c-topLayout__sidebar .c-banner {
  overflow: hidden;
  border-radius: 10px;
}

.is-support {
  animation: gradient-animation 4s ease infinite;
  border-color: transparent;
  background-size: 240% 240%;
  background: linear-gradient(90deg, rgba(255, 0, 0, 0.4) 0%, rgba(255, 69, 0, 0.4) 28%, rgba(255, 252, 89, 0.4) 50%, rgba(255, 165, 0, 0.4) 75%, rgba(255, 192, 103, 0.4) 97.5%) padding-box, linear-gradient(90deg, rgba(255, 0, 0, 0.4) 0%, rgba(255, 69, 0, 0.4) 28%, rgba(255, 252, 89, 0.4) 50%, rgba(255, 165, 0, 0.4) 75%, rgba(255, 192, 103, 0.4) 97.5%) border-box;
}

.is-service {
  animation: gradient-animation 4s ease infinite;
  border-color: transparent;
  background-size: 240% 240%;
  background: linear-gradient(90deg, rgba(147, 112, 219, 0.4) 0%, rgba(138, 43, 226, 0.4) 28%, rgba(30, 144, 255, 0.4) 50%, rgba(111, 255, 144, 0.4) 75%, rgba(30, 255, 225, 0.4) 97.5%) padding-box, linear-gradient(90deg, rgba(147, 112, 219, 0.4) 0%, rgba(138, 43, 226, 0.4) 28%, rgba(30, 144, 255, 0.4) 50%, rgba(111, 255, 144, 0.4) 75%, rgba(30, 255, 225, 0.4) 97.5%) border-box;
}

.c-productCard__title {
  font-size: 16px;
}

@media only screen and (min-width: 1364px) {
  .page-login body {
    position: relative;
  }
  .page-login .c-footer {
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
    z-index: 99;
  }
  .page-login .c-login {
    margin-top: 50px;
  }
}
.c-header__group {
  padding-right: 0;
  padding-left: 3px;
}

.c-header__logo {
  width: 180px;
  justify-content: start;
}

.c-header__nav {
  padding-right: 20px;
}

.c-header__grLink {
  gap: 10px;
}

.c-titleMain {
  padding-right: 20px;
}

@media screen and (max-width: 1600px) {
  .p-top .c-titleMain {
    max-width: calc(100% - 302px);
  }
  .c-titleMain {
    padding-right: 0px;
  }
}
@media screen and (max-width: 1440px) {
  .p-top .c-titleMain {
    max-width: calc(100% - 273px);
  }
}
@media screen and (max-width: 1366px) {
  .c-category__menu {
    padding-top: 70px;
  }
  .p-top .c-titleMain {
    max-width: calc(100% - 260px);
  }
}
@media only screen and (max-width: 1024px) {
  .c-header__logo {
    width: 100% !important;
    justify-content: center;
  }
  .p-top .c-titleMain {
    max-width: 100% !important;
  }
  .c-detailLayout__wrap {
    margin-top: 15px;
  }
  .c-titleMain__text {
    font-size: 22px;
  }
  .swiper-button-next {
    right: -10px;
  }
  .swiper-button-prev {
    left: -10px;
  }
}
@media only screen and (max-width: 767px) {
  #list-product-category-page {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .c-header__link.is-video3d {
    margin-top: 0px !important;
  }
  .c-header__group {
    padding: 15px 0px 10px 0px;
  }
  .btn-registertrial {
    white-space: nowrap;
  }
  .c-header__wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-header__nav {
    padding-left: 0px;
    padding-right: 0px;
  }
  .c-footer__wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-footer__nav {
    gap: 10px;
  }
  .c-footer__nav li {
    display: inline-block;
    width: auto;
  }
  .c-listCate__list li a {
    height: 20px;
  }
  .c-listCate__list li {
    margin-bottom: 6px;
  }
  .p-top .c-topLayout__sidebar {
    width: 100% !important;
  }
  .c-video__img img {
    width: 100%;
  }
}
.c-mv__wrap {
  min-height: 540px;
}

.c-productCard__content {
  padding-left: 10%;
  padding-right: 10%;
}

.p-category .l-container {
  max-width: 100%;
}

.p-category .c-pagi,
.p-advanced-search .c-pagi {
  padding-right: 80px;
}

.d-none {
  display: none;
}

.overlayLoading {
  background: rgba(241, 241, 241, 0.28);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999999;
  clear: both;
  text-align: center;
  overflow: hidden;
  /* display:none; */
}

.overlayLoading .cswrap {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.overlayLoading .cswrap .csdot {
  width: 8px;
  height: 8px;
  border: 1px solid rgb(28, 41, 56);
  background: rgb(28, 41, 56);
  border-radius: 50%;
  float: left;
  margin: 0 2px;
  transform: scale(0);
  animation: fx 1000ms ease infinite 0ms;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.overlayLoading .cswrap .csdot:nth-child(2) {
  animation: fx 1000ms ease infinite 300ms;
}

.overlayLoading .cswrap .csdot:nth-child(3) {
  animation: fx 1000ms ease infinite 600ms;
}

.c-pagi__list span {
  background: var(--color-12);
}

.c-pagi__list li.active span {
  background: var(--main-color);
}

.flex-box-search {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1158px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 4.2%;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.flex-box-search-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 16px;
}
.flex-box-search-slogan {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  text-align: center;
  cursor: pointer;
}
.flex-box-search-slogan .text {
  font-size: 30px;
  font-weight: bold;
  animation: blinkText 1s infinite;
}
@keyframes blinkText {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.flex-box-search .hand-search {
  width: 30px;
  height: 30px;
  position: relative;
}
.flex-box-search .hand-search svg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  fill: #fff;
  transform: rotateX(-360deg) scaleX(-1);
  animation: pulseHand 1.5s infinite ease-in-out;
}
@keyframes pulseHand {
  0% {
    transform: scaleX(-1) translateX(0);
  }
  50% {
    transform: scaleX(-1) translateX(-10px);
  }
  100% {
    transform: scaleX(-1) translateX(0);
  }
}
.flex-box-search .form-search-submit {
  flex: 1;
  display: flex;
  justify-content: space-between;
  background: transparent;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  height: 56px;
  flex-direction: row;
  background: #5a7592;
}
.flex-box-search .form-search-submit input {
  flex: 1;
  height: 56px;
  padding-left: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.flex-box-search .form-search-submit input::-moz-placeholder {
  color: #a7b5c5;
}
.flex-box-search .form-search-submit input::placeholder {
  color: #a7b5c5;
}
.flex-box-search #image-search {
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.wrapper-form-search .flex-box-search {
  position: inherit;
  bottom: 0px;
}

.p-advanced-search .wrapper-form-search {
  padding-top: 20px;
}

.btn-search-form {
  width: 64px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #5a7592;
}
.btn-search-form svg {
  width: 32px;
  height: 32px;
  fill: #fff;
}

#image-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 370px;
  height: 56px;
  background: #5a7592;
  flex-direction: row-reverse;
  color: #000;
  font-size: 20px;
  border-radius: 10px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.87);
  border: none;
  padding-left: 20px;
  box-sizing: border-box;
}
#image-search .svg {
  display: block;
  width: 64px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #cb2026;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

#image-search svg {
  fill: #fff;
  width: 34px;
  height: 34px;
}

.p-top .c-mv {
  position: relative;
}

#image-search svg {
  width: 34px;
}

#image-search span:not(.svg) {
  font-size: 20px;
  padding-right: 15px;
  font-weight: 600;
  color: #a7b5c5;
}

.p-login .c-mvChild img,
.p-signup .c-mvChild img {
  height: auto;
}

.p-category .wrapper-form-search {
  margin-top: 20px;
}
.p-category .flex-box-search .form-search-submit {
  border: none;
}

.c-banner-sidebar {
  position: relative;
}
.c-banner-sidebar .hotline-phone-ring-circle-fill {
  background-color: transparent;
  top: 38.5826771654%;
  width: 105px;
  height: 105px;
  display: inline-block;
  left: calc(50% - 52.5px);
}

@media screen and (max-width: 768px) {
  #image-search svg {
    width: 20px;
  }
  #image-search span:not(.svg) {
    font-size: 12px;
    padding-left: 3px;
  }
  #image-search {
    width: 185px;
    height: 30px;
  }
  #image-search {
    padding-left: 5px;
  }
}
.modal {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: hidden;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal #close-modal {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 999;
  cursor: pointer;
  width: 35px;
}

.modal-content {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #888;
  max-width: 600px;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  color: #000;
  position: relative;
}
.modal-content h1 {
  color: #000 !important;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
}

.drop-area {
  border: 2px dashed #ccc;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  transition: border-color 0.3s;
  margin: 20px;
  min-height: 280px;
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#search-modal .modal-content {
  background-color: #000;
  color: #fff;
}
#search-modal h1 {
  color: #fff !important;
}
#search-modal .drop-area p {
  color: #fff;
}
#search-modal .icon svg {
  fill: #fff !important;
}

.drop-area.dragging {
  border-color: #007bff;
  background-color: #f0f8ff;
}

.drop-area .hidden {
  display: none;
}

#preview-image {
  display: none;
  max-width: 400px;
  border-radius: 4px;
  max-height: 280px !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.icon {
  font-size: 40px;
  color: #007bff;
  margin-bottom: 10px;
}

.icon svg {
  width: 65px;
}

.drop-area p {
  margin: 5px 0;
  font-size: 14px;
  color: #555;
}

.action p {
  padding: 20px 0 20px 0;
}

.action button {
  margin: 20px 0 20px 0;
}

#choose-image {
  background: #fc3441;
  border-radius: 24px;
  font-weight: 700;
  width: 100%;
  height: 40px;
  color: white;
  border: none;
  cursor: pointer;
}

#cancel-button {
  color: dodgerblue;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 500;
}

.loading-indicator.loading-indicator-search {
  flex-direction: column;
  position: absolute !important;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  margin-top: 0px !important;
  gap: 10px !important;
  color: white;
  font-size: 16px !important;
  border-radius: 8px;
}

.p-top .c-topLayout {
  padding-bottom: 0px;
}

.c-detailLayout__download button,
.c-detailLayout__zalo button {
  height: 46px;
}

.c-detailLayout__title-download {
  height: 21px;
}
.c-detailLayout__title-download .typing-text {
  background: linear-gradient(to right, #ec4899, #f59e0b); /* Từ hồng sang vàng */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.c-archive .swiper-slide {
  max-width: 20% !important;
  margin: 0px;
}

.flex-box-search .form-search-submit input::-moz-placeholder {
  color: #a7b5c5;
}

.flex-box-search .form-search-submit input::placeholder {
  color: #a7b5c5;
}

.box-pagination-category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  gap: 15px;
}
.box-pagination-category .c-slogan {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  padding-left: 5px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.box-pagination-category .c-slogan-wrapper {
  background: #ff0000;
  border-radius: 40px;
  width: 100%;
  max-width: 500px;
  text-align: center;
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
}

.c-category__menu {
  padding: 0px;
}

.c-category__list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: absolute;
  padding: 0;
  width: 100%;
}

.c-category__list &gt; li {
  flex: 1;
  align-items: center;
  display: flex;
  margin: 0px;
}

.c-category__list li:has(ul):after {
  top: calc(50% - 3.5px);
}
@keyframes fx {
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/** Media **/
@media screen and (max-width: 854px) {
  .popup-content {
    width: 90%;
  }
  .popup-content img {
    width: 100%;
  }
  .banner-right-mt-sp {
    margin-top: 30px;
  }
  .close-btn {
    width: 40px;
    height: 40px;
    top: 40px;
  }
  .box-pagination-category {
    flex-direction: column-reverse;
  }
  .box-pagination-category .c-slogan {
    font-size: 14px;
    width: 100%;
  }
  .box-pagination-category .c-slogan-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-category .c-pagi,
  .p-advanced-search .c-pagi {
    padding-right: 0px;
  }
}
.p-category .c-archive .l-container {
  max-width: 1366px;
}

.p-category .c-archive .c-archive__listImg {
  margin-top: 0px;
}

.c-archive-category {
  padding-top: 25px;
}
.c-archive-category::after {
  height: 100%;
}
.c-archive-category h3 {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 30px;
  color: #96a4bf;
  text-align: center;
}

.p-category .c-listCate .l-container {
  max-width: 1366px;
}

.p-category .form-search-submit {
  background: #798fa7;
}
.p-category .form-search-submit input::-moz-placeholder {
  color: #fff;
}
.p-category .form-search-submit input::placeholder {
  color: #fff;
}
.p-category .form-search-submit .btn-search-form {
  background: #798fa7;
}
.p-category #image-search {
  background: #798fa7;
}
.p-category #image-search span:not(.svg) {
  color: #fff;
}

.p-top .flex-box-search {
  margin-bottom: 66px;
}

.p-advanced-search .form-search-submit {
  background: #798fa7;
}
.p-advanced-search .btn-search-form {
  background: #798fa7;
}

.p-advanced-search #image-search {
  background: #798fa7;
}

.p-advanced-search .flex-box-search .form-search-submit input::-moz-placeholder {
  color: #fff;
}

.p-advanced-search .flex-box-search .form-search-submit input::placeholder {
  color: #fff;
}
.p-advanced-search #image-search span.typing-text {
  color: #fff;
}

.p-login .c-mvChild__img,
.p-signup .c-mvChild__img {
  height: auto;
  margin-bottom: 40px;
}

@media (max-width: 1920px) {
  .c-mv__wrap {
    min-height: 630px;
  }
  .p-top .flex-box-search {
    margin-bottom: 35px;
  }
  .c-category__menu {
    min-height: 668px;
  }
}
@media (max-width: 1680px) {
  .c-mv__wrap {
    min-height: 540px;
  }
  .p-top .flex-box-search {
    margin-bottom: 30px;
  }
  .c-category__menu {
    min-height: 578px;
  }
}
@media (max-width: 1440px) {
  .c-mv__wrap {
    min-height: 540px;
  }
  .c-category__menu {
    min-height: 578px;
  }
}
@media (max-width: 1280px) {
  .c-mv__wrap {
    min-height: 444px;
  }
  .p-top .flex-box-search {
    margin-bottom: 15px;
  }
  .flex-box-search-slogan .text {
    font-size: 24px;
  }
  .c-category__menu {
    min-height: 537px;
  }
}
@media (max-width: 1024px) {
  .c-mv__wrap {
    min-height: 380px;
  }
  .c-category__menu {
    min-height: 473px;
  }
}
.p-top .c-topLayout__sidebar .c-banner img {
  max-height: 635px;
}

.play {
  top: 30px;
}

#video-link {
  display: flex;
  justify-content: center;
  align-items: center;
}
#video-link img {
  max-width: 105px;
  transition: all 0.3s;
}
#video-link .hotline-phone-ring-circle-fill {
  position: relative;
  top: 0;
  left: 0px;
  background: transparent;
  width: 105px;
  height: 105px;
}

#search-modal .loading-indicator {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-registertrial,
.btn-buy-package {
  position: relative;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  line-height: 2rem;
  border: 0;
  background: linear-gradient(90deg, #0d5dd6 0%, #9747ff 100%);
  transition: all 0.3s ease-in-out;
  z-index: 10;
  margin-left: 18px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 12px;
  white-space: nowrap;
}

.btn-buy-package {
  background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 50%, #ff3838 100%);
  border-radius: 30px;
  min-width: 136px;
  margin-left: 0px;
}

.truncate-username {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btn-registertrial:before,
.btn-registertrial:after,
.btn-buy-package:before,
.btn-buy-package::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
  z-index: 0;
  background: transparent;
}

.btn-registertrial:after,
.btn-buy-package:after {
  animation: pulse-blue-small-sm 3s infinite;
}

.btn-registertrial:before,
.btn-buy-package:before {
  animation: pulse-blue-medium-sm 3s infinite;
}

.booking {
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 999;
}
.booking .booking-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  overflow: hidden;
  z-index: 1;
}
.booking.show {
  display: flex;
}
.booking.show .booking-overlay {
  opacity: 0.5;
  overflow: visible;
}
.booking .close-button {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 24px;
  height: 24px;
  background-color: #f5f5f5;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.booking .close-button::before,
.booking .close-button::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #777;
}
.booking .close-button::before {
  transform: rotate(45deg);
}
.booking .close-button::after {
  transform: rotate(-45deg);
}
.booking .icon-header {
  display: flex;
  margin-bottom: 15px;
  flex-direction: column;
}
.booking .calendar-icon {
  width: 36px;
  height: 36px;
  background-color: #2962ff;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 20px;
  margin-right: 10px;
}
.booking .title {
  color: #2962ff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.booking .desc2 {
  color: #313131;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}
.booking .desc1 {
  color: #9b5275;
  font-size: 15px;
  text-align: center;
}
.booking input,
.booking textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  color: #000000;
}
.booking input::-moz-placeholder, .booking textarea::-moz-placeholder {
  color: #9b5275;
}
.booking input::placeholder,
.booking textarea::placeholder {
  color: #9b5275;
}
.booking input[name=full_name]::-moz-placeholder {
  font-weight: bold;
}
.booking input[name=full_name]::placeholder {
  font-weight: bold;
}
.booking textarea {
  height: 100px;
  resize: none;
}
.booking .location-title {
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.booking .radio-group {
  display: flex;
  margin-bottom: 20px;
}
.booking .radio-option {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.booking .radio-input {
  display: none;
}
.booking .radio-custom {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #ddd;
  margin-right: 8px;
  position: relative;
}
.booking .radio-input:checked + .radio-custom {
  border-color: #2962ff;
}
.booking .radio-input:checked + .radio-custom::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2962ff;
}
.booking .radio-label {
  font-size: 14px;
  color: #000000;
}
.booking .button-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.booking .submit-button {
  padding: 10px 20px;
  background-color: #2962ff;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}
.booking .hotline {
  font-size: 14px;
  color: #333;
}
.booking .hotline-number {
  color: #2962ff;
  font-weight: bold;
}
.booking .contact-container {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: 400px;
  padding: 20px;
  position: relative;
  z-index: 2;
}

@keyframes pulse-blue-small-sm {
  0% {
    box-shadow: 0 0 0 0 rgba(18, 97, 211, 0.7);
  }
  100%, 30% {
    box-shadow: 0 0 0 12px transparent;
  }
}
@keyframes pulse-blue-medium-sm {
  0% {
    box-shadow: 0 0 0 0 rgba(143, 81, 248, 0.7);
  }
  100%, 30% {
    box-shadow: 0 0 0 20px transparent;
  }
}
.btn-registertrial:hover {
  transform: translateY(-4px) translateX(-2px);
  box-shadow: 2px 5px 0 0 #f66a20;
  color: #fff !important;
}

/** Eye **/
.c-form__input, .form-input-item {
  position: relative;
}

.btn-eyes {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 45px;
  width: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 0;
  border: none;
}
.btn-eyes:focus {
  outline: none;
  box-shadow: none;
}
.btn-eyes .eye,
.btn-eyes .eye-slash {
  height: 18px;
  width: 18px;
  position: relative;
  display: block;
}
.btn-eyes .eye svg,
.btn-eyes .eye-slash svg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.btn-eyes .eye {
  display: none;
}
.btn-eyes.active .eye {
  display: block;
}
.btn-eyes.active .eye-slash {
  display: none;
}

@media (max-width: 768px) {
  .c-archive .swiper-slide {
    max-width: 50% !important;
  }
  .flex-box-search-slogan {
    width: 100%;
    padding-right: 0px;
    display: none;
  }
  .flex-box-search-slogan .text {
    font-size: 16px;
  }
  .c-mv__wrap {
    min-height: 216px;
  }
  .flex-box-search .form-search-submit {
    height: 30px;
  }
  .flex-box-search .form-search-submit input {
    height: 30px;
    padding-left: 10px;
    font-size: 13px;
    width: calc(100% - 30px);
  }
  .btn-search-form {
    height: 30px;
    width: 30px;
  }
  .flex-box-search {
    gap: 4px;
    bottom: 5%;
  }
  .btn-search-form svg {
    width: 20px;
    height: 20px;
  }
  .p-advanced-search .flex-box-search {
    padding-left: 0px;
    padding-right: 0px;
  }
  .drop-area p {
    font-size: 13px;
  }
  .grid-video {
    grid-template-columns: repeat(2, 1fr);
  }
  .post-content iframe {
    width: 100%;
    height: 100%;
    display: block;
  }
  .p-top .flex-box-search {
    margin-bottom: 6px;
  }
}
@media (max-width: 480px) {
  .c-mv__wrap {
    min-height: 135px;
  }
}/*# sourceMappingURL=customize.css.map */</pre></body></html>