/* ==========================================================================
## GLOBAL
========================================================================== */
/*---------------------------------
**** Objects | Body
-----------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;500;600;700&display=swap");
body {
  font-family: Arial, Helvetica, sans-serif;
  color: #343a40;
}

body.admin-bar .infi-navbar {
  top: 46px;
}

@media screen and (min-width: 783px) {
  body.admin-bar .infi-navbar {
    top: 32px;
  }
}

body.is-lock {
  overflow: hidden;
}

/*---------------------------------
**** Objects | Layout
-----------------------------------*/
img {
    max-width: 100%;
    height: auto;
}
.infi-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100vh;
  overflow: hidden;
}

.infi-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/*---------------------------------
**** Objects | Link
-----------------------------------*/
a {
  color: #343a40;
}

a:hover {
  color: #343a40;
}

/*---------------------------------
**** Objects | Media
-----------------------------------*/
img {
  max-width: 100%;
}

img.lazy {
  visibility: hidden;
}

.infi-img-drop {
  display: block;
  position: relative;
  overflow: hidden;
}

.infi-img-drop img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.custom-object-fit {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.custom-object-fit > img {
  display: none !important;
}

/*---------------------------------
**** Objects | Forms
-----------------------------------*/
input:focus,
button:focus,
textarea:focus {
  outline: none;
}

textarea {
  resize: none;
}

.img-frame, .slider-frame, .frames .frame-2 .infi-slider-nav__item, .title-frame, .logo-gunny, .frames .logo, .fb-hov, .frames .fb-btn:hover,
.fb,
.frames .fb-btn, .tiktok-hov, .frames .tiktok-btn:hover, .tiktok, .frames .tiktok-btn, .trang-chu-hov, .frames .trang-chu-btn:hover, .trang-chu, .frames .trang-chu-btn,
.youtube,
.frames .yt-btn, .yt-hov, .frames .yt-btn:hover, .phone, .frames .sdt:after {
  display: inline-block;
  background: url("../images/png.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}

.img-frame {
  background-position: -0px -0px;
  width: 470px;
  height: 560px;
}

.slider-frame, .frames .frame-2 .infi-slider-nav__item {
  background-position: -0px -560px;
  width: 357px;
  height: 327px;
}

.title-frame {
  background-position: -0px -887px;
  width: 298px;
  height: 300px;
}

.logo-gunny, .frames .logo {
  background-position: -0px -1187px;
  width: 257px;
  height: 126px;
}

.fb-hov, .frames .fb-btn:hover {
  background-position: -357px -560px;
  width: 30px;
  height: 30px;
}


.fb,
.frames .fb-btn {
  background-position: -387px -560px;
  width: 30px;
  height: 30px;
}

.tiktok-hov, .frames .tiktok-btn:hover {
  background-position: -417px -560px;
  width: 30px;
  height: 30px;
}

.tiktok, .frames .tiktok-btn {
  background-position: -357px -590px;
  width: 30px;
  height: 30px;
}

.trang-chu-hov, .frames .trang-chu-btn:hover {
  background-position: -387px -590px;
  width: 30px;
  height: 30px;
}

.trang-chu, .frames .trang-chu-btn {
  background-position: -417px -590px;
  width: 30px;
  height: 30px;
}


.youtube,
.frames .yt-btn {
  background-position: -357px -620px;
  width: 30px;
  height: 30px;
}

.yt-hov, .frames .yt-btn:hover {
  background-position: -387px -620px;
  width: 30px;
  height: 30px;
}

.phone, .frames .sdt:after {
  background-position: -447px -560px;
  width: 18px;
  height: 30px;
}

/* ==========================================================================
## OBJECTS
========================================================================== */
/*---------------------------------
**** Objects | Buttons
-----------------------------------*/
.infi-btn, .gform_button {
  display: inline-block;
  font-family: inherit;
  font-weight: 500;
  color: inherit;
  text-align: center;
  vertical-align: middle;
  background-color: transparent;
  border: thin solid transparent;
  padding: 8px 16px;
  border-radius: 4px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none;
  cursor: pointer;
}

.infi-btn:hover, .gform_button:hover {
  text-decoration: none;
}

.infi-btn:focus, .gform_button:focus {
  outline: none;
}

.infi-btn:disabled, .gform_button:disabled, .infi-btn.disabled, .disabled.gform_button {
  opacity: 0.5;
}

.infi-btn-primary, .gform_button {
  background-color: #007bff;
  border-color: #007bff;
  color: white;
}

.infi-btn-primary:hover, .gform_button:hover {
  background-color: #006fe6;
  border-color: #006fe6;
  color: white;
}

.infi-btn-primary.is-loading::before, .is-loading.gform_button::before {
  background-image: url("../images/loading-light.svg");
}

.infi-btn-outline-primary {
  border-color: #007bff;
  color: #007bff;
}

.infi-btn-outline-primary:hover {
  background-color: #007bff;
  border-color: #007bff;
  color: white;
}

.infi-btn-outline-primary.is-loading:hover::before {
  background-image: url("../images/loading-light.svg");
}

.infi-btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
  color: white;
}

.infi-btn-secondary:hover {
  background-color: #60686f;
  border-color: #60686f;
  color: white;
}

.infi-btn-secondary.is-loading::before {
  background-image: url("../images/loading-light.svg");
}

.infi-btn-outline-secondary {
  border-color: #6c757d;
  color: #6c757d;
}

.infi-btn-outline-secondary:hover {
  background-color: #6c757d;
  border-color: #6c757d;
  color: white;
}

.infi-btn-outline-secondary.is-loading:hover::before {
  background-image: url("../images/loading-light.svg");
}

.infi-btn-success {
  background-color: #28a745;
  border-color: #28a745;
  color: white;
}

.infi-btn-success:hover {
  background-color: #23923d;
  border-color: #23923d;
  color: white;
}

.infi-btn-success.is-loading::before {
  background-image: url("../images/loading-light.svg");
}

.infi-btn-outline-success {
  border-color: #28a745;
  color: #28a745;
}

.infi-btn-outline-success:hover {
  background-color: #28a745;
  border-color: #28a745;
  color: white;
}

.infi-btn-outline-success.is-loading:hover::before {
  background-image: url("../images/loading-light.svg");
}

.infi-btn-info {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: white;
}

.infi-btn-info:hover {
  background-color: #148ea1;
  border-color: #148ea1;
  color: white;
}

.infi-btn-info.is-loading::before {
  background-image: url("../images/loading-light.svg");
}

.infi-btn-outline-info {
  border-color: #17a2b8;
  color: #17a2b8;
}

.infi-btn-outline-info:hover {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: white;
}

.infi-btn-outline-info.is-loading:hover::before {
  background-image: url("../images/loading-light.svg");
}

.infi-btn-warning {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #343a40;
}

.infi-btn-warning:hover {
  background-color: #edb100;
  border-color: #edb100;
  color: #343a40;
}

.infi-btn-warning.is-loading::before {
  background-image: url("../images/loading-light.svg");
}

.infi-btn-outline-warning {
  border-color: #ffc107;
  color: #ffc107;
}

.infi-btn-outline-warning:hover {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #343a40;
}

.infi-btn-outline-warning.is-loading:hover::before {
  background-image: url("../images/loading-light.svg");
}

.infi-btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
  color: white;
}

.infi-btn-danger:hover {
  background-color: #d32535;
  border-color: #d32535;
  color: white;
}

.infi-btn-danger.is-loading::before {
  background-image: url("../images/loading-light.svg");
}

.infi-btn-outline-danger {
  border-color: #dc3545;
  color: #dc3545;
}

.infi-btn-outline-danger:hover {
  background-color: #dc3545;
  border-color: #dc3545;
  color: white;
}

.infi-btn-outline-danger.is-loading:hover::before {
  background-image: url("../images/loading-light.svg");
}

.infi-btn-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #343a40;
}

.infi-btn-light:hover {
  background-color: #e9ecef;
  border-color: #e9ecef;
  color: #343a40;
}

.infi-btn-light.is-loading::before {
  background-image: url("../images/loading-light.svg");
}

.infi-btn-outline-light {
  border-color: #f8f9fa;
  color: #f8f9fa;
}

.infi-btn-outline-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #343a40;
}

.infi-btn-outline-light.is-loading:hover::before {
  background-image: url("../images/loading-light.svg");
}

.infi-btn-dark {
  background-color: #343a40;
  border-color: #343a40;
  color: white;
}

.infi-btn-dark:hover {
  background-color: #292d32;
  border-color: #292d32;
  color: white;
}

.infi-btn-dark.is-loading::before {
  background-image: url("../images/loading-light.svg");
}

.infi-btn-outline-dark {
  border-color: #343a40;
  color: #343a40;
}

.infi-btn-outline-dark:hover {
  background-color: #343a40;
  border-color: #343a40;
  color: white;
}

.infi-btn-outline-dark.is-loading:hover::before {
  background-image: url("../images/loading-light.svg");
}

.infi-btn-block {
  display: block;
  width: 100%;
}

.infi-btn-clear {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  min-width: auto !important;
  line-height: 0 !important;
}

.infi-btn-link {
  padding: 0;
  min-width: auto;
  color: inherit;
}

.infi-btn-link:hover, .infi-btn-link:focus {
  color: inherit;
}

/*---------------------------------
**** Objects | Forms
-----------------------------------*/
.gfield, .infi-form-group {
  margin-bottom: 20px;
  position: relative;
}

.gfield_label, .infi-form-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.16667;
  color: #ced4da;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  vertical-align: middle;
  margin-bottom: 12px;
}

.ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.ginput_container select:not([multiple="multiple"]), .ginput_container textarea, .infi-form-control, .select2-container--default .select2-selection--single {
  display: block;
  width: 100%;
  height: 56px;
  background-color: transparent;
  border-radius: 5px;
  border-style: solid;
  border-color: #ced4da;
  border-width: thin;
  font-family: inherit;
  font-size: 16px;
  line-height: inherit;
  color: #343a40;
  outline: none;
  padding: 4px 16px;
}

.ginput_container input:-webkit-autofill:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.ginput_container select:-webkit-autofill:not([multiple="multiple"]), .ginput_container textarea:-webkit-autofill, .infi-form-control:-webkit-autofill, .select2-container--default .select2-selection--single:-webkit-autofill, .ginput_container input:-webkit-autofill:hover:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.ginput_container select:-webkit-autofill:hover:not([multiple="multiple"]), .ginput_container textarea:-webkit-autofill:hover, .infi-form-control:-webkit-autofill:hover, .select2-container--default .select2-selection--single:-webkit-autofill:hover, .ginput_container input:-webkit-autofill:focus:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.ginput_container select:-webkit-autofill:focus:not([multiple="multiple"]), .ginput_container textarea:-webkit-autofill:focus, .infi-form-control:-webkit-autofill:focus, .select2-container--default .select2-selection--single:-webkit-autofill:focus, .ginput_container input:-webkit-autofill:active:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.ginput_container select:-webkit-autofill:active:not([multiple="multiple"]), .ginput_container textarea:-webkit-autofill:active, .infi-form-control:-webkit-autofill:active, .select2-container--default .select2-selection--single:-webkit-autofill:active {
  -webkit-transition: background 5000s ease-in-out 0s;
  transition: background 5000s ease-in-out 0s;
  -webkit-text-fill-color: #343a40;
}

.ginput_container input:focus:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.ginput_container select:focus:not([multiple="multiple"]), .ginput_container textarea:focus, .infi-form-control:focus, .select2-container--default .select2-selection--single:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #6c757d;
}

.infi-form-solid .ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .ginput_container .infi-form-solid input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.infi-form-solid .ginput_container select:not([multiple="multiple"]), .ginput_container .infi-form-solid select:not([multiple="multiple"]), .infi-form-solid .ginput_container textarea, .ginput_container .infi-form-solid textarea, .infi-form-solid .infi-form-control, .infi-form-solid .select2-container--default .select2-selection--single, .select2-container--default .infi-form-solid .select2-selection--single {
  background-color: white;
  border-color: white;
}

.ginput_container input:not([type="file"]):not([type="image"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder, .ginput_container select:not([multiple="multiple"])::-webkit-input-placeholder, .ginput_container textarea::-webkit-input-placeholder, .infi-form-control::-webkit-input-placeholder, .select2-container--default .select2-selection--single::-webkit-input-placeholder {
  color: #e9ecef;
}

.ginput_container input:not([type="file"]):not([type="image"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])::-moz-placeholder, .ginput_container select:not([multiple="multiple"])::-moz-placeholder, .ginput_container textarea::-moz-placeholder, .infi-form-control::-moz-placeholder, .select2-container--default .select2-selection--single::-moz-placeholder {
  color: #e9ecef;
}

.ginput_container input:not([type="file"]):not([type="image"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder, .ginput_container select:not([multiple="multiple"]):-ms-input-placeholder, .ginput_container textarea:-ms-input-placeholder, .infi-form-control:-ms-input-placeholder, .select2-container--default .select2-selection--single:-ms-input-placeholder {
  color: #e9ecef;
}

.ginput_container input:not([type="file"]):not([type="image"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])::-ms-input-placeholder, .ginput_container select:not([multiple="multiple"])::-ms-input-placeholder, .ginput_container textarea::-ms-input-placeholder, .infi-form-control::-ms-input-placeholder, .select2-container--default .select2-selection--single::-ms-input-placeholder {
  color: #e9ecef;
}

.ginput_container input:not([type="file"]):not([type="image"]):not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])::placeholder,
.ginput_container select:not([multiple="multiple"])::placeholder, .ginput_container textarea::placeholder, .infi-form-control::placeholder, .select2-container--default .select2-selection--single::placeholder {
  color: #e9ecef;
}

.ginput_container textarea, textarea.infi-form-control {
  resize: none;
  padding: 16px;
}

.infi-custom-control, .gfield_checkbox li,
.gfield_radio li {
  display: block;
  padding-left: 29px;
  position: relative;
}

.infi-custom-control label, .gfield_checkbox li label, .gfield_radio li label {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.infi-custom-control label::before, .gfield_checkbox li label::before, .gfield_radio li label::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 3px;
  left: 0;
  border: thin solid #007bff;
  border-radius: 3px;
}

.infi-custom-control label::after, .gfield_checkbox li label::after, .gfield_radio li label::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #007bff;
  position: absolute;
  top: 6px;
  left: 3px;
  opacity: 0;
}

.infi-custom-control input, .gfield_checkbox li input, .gfield_radio li input {
  display: none;
}

.infi-custom-control input:checked + label::after, .gfield_checkbox li input:checked + label::after, .gfield_radio li input:checked + label::after {
  opacity: 1;
}

.infi-custom-control input:checked + label::before, .gfield_checkbox li input:checked + label::before, .gfield_radio li input:checked + label::before {
  border-color: #007bff;
}

.infi-custom-control input[type="radio"] + label::before, .gfield_checkbox li input[type="radio"] + label::before, .gfield_radio li input[type="radio"] + label::before, .infi-custom-control input[type="radio"] + label::after, .gfield_checkbox li input[type="radio"] + label::after, .gfield_radio li input[type="radio"] + label::after {
  border-radius: 50%;
}

.gform_fields .validation_message, .invalid-message {
  display: block;
  font-size: 10px;
  color: #dc3545;
  margin-top: 6px;
}

.gform_wrapper .validation_error {
  display: none;
}

.gform_fields {
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.gform_fields li {
  list-style: none;
}

.gfield {
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .gfield.medium {
    width: calc(50% - 20px);
  }
}

.gfield.hidden_label .gfield_label {
  display: none;
}

.gfield_error .ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gfield_error
.ginput_container select:not([multiple="multiple"]) {
  border-color: #dc3545 !important;
}

.ginput_container textarea {
  height: 120px;
}

.gfield_error .ginput_container textarea {
  border-color: #dc3545 !important;
}

.infi-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.infi-form-group {
  width: 100%;
}

@media (min-width: 992px) {
  .infi-form-group--half {
    width: calc(50% - 10px);
  }
}

.infi-form-label .optional {
  display: none;
}

.infi-form-label .required {
  text-decoration: none;
}

.infi-form-group--error .infi-form-control {
  border-color: #dc3545 !important;
}

textarea.infi-form-control {
  height: auto;
}

.select2-container--default .select2-selection--single {
  padding: 0;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  line-height: 1;
  padding-left: 16px;
  padding-right: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: auto;
  height: 100%;
  top: 0;
  right: 25px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 0;
  left: 0;
  width: 11px;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5.5 5.5L10 1' stroke='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 50%;
  border: none;
  margin: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: none;
  border-color: #e9ecef;
  border-radius: 5px;
  padding-left: 16px;
  padding-right: 16px;
}

.select2-container--default .select2-results__option {
  font-size: 14px;
  padding: 12px 35px;
}

.select2-container--default .select2-results__option:focus {
  outline: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: white;
  color: #343a40;
}

.select2-container--default .select2-results__option--selected {
  background-color: #f0f0f0;
}

.select2-dropdown {
  background-color: #f9f9f9;
  border: thin solid #ced4da !important;
  border-radius: 5px !important;
  overflow: hidden;
}

.select2-container--open .select2-dropdown--below {
  margin-top: 2px;
}

.select2-container--open .select2-dropdown--above {
  margin-top: -2px;
}

.gfield_checkbox,
.gfield_radio {
  padding-left: 0;
  margin-bottom: 0;
}

.gfield_checkbox li,
.gfield_radio li {
  list-style: none;
}

.gfield_checkbox li,
.gfield_radio li {
  margin-bottom: 1rem;
}

/*---------------------------------
**** Objects | Heading
-----------------------------------*/
.heading-primary {
  font-family: Georgia, Times, "Times New Roman", serif;
}

/*---------------------------------
**** Objects | Icons
-----------------------------------*/
svg[role="img"] {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  fill: currentColor;
}

.icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  -webkit-transition: all 0.2 ease;
  -o-transition: all 0.2 ease;
  transition: all 0.2 ease;
}

.is-loading,
.is-loading-light,
.is-loading-overlay {
  position: relative;
  padding-left: 26px;
  padding-right: 26px;
}

.is-loading::before,
.is-loading-light::before,
.is-loading-overlay::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/loading.svg") no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.is-loading span,
.is-loading-light span,
.is-loading-overlay span {
  vertical-align: middle;
}

.is-loading-light::before {
  background-image: url("../images/loading-light.svg");
}

.is-loading-overlay {
  padding-left: 0;
  padding-right: 0;
}

.is-loading-overlay::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.is-loading-overlay::after {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.infi-loading-section {
  text-align: center;
}

.infi-loading-section.is-loading, .infi-loading-section.is-loading-light {
  margin: 20px 0;
  padding: 0;
}

.infi-loading-section.is-loading::before, .infi-loading-section.is-loading-light::before {
  position: static;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.owl-carousel .owl-nav button {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  border: none;
  outline: none;
  font-size: 0 !important;
}

.owl-carousel .owl-nav button span {
  display: inline-block;
  width: 16px;
  height: 31px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 20px;
}

.owl-carousel .owl-nav button.disabled {
  opacity: .5;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}

.owl-carousel .owl-nav button.owl-prev span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='31' viewBox='0 0 16 31'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M15.385 24.64l-9.258-9.258 9.258-9.259v-6.17L-.044 15.383l15.43 15.427z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.owl-carousel .owl-nav button.owl-next {
  right: 0;
}

.owl-carousel .owl-nav button.owl-next span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='31' viewBox='0 0 16 31'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M-.04 6.124l9.257 9.258L-.04 24.64v6.17l15.43-15.43L-.042-.046z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.owl-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  left: 26px;
  right: 26px;
  bottom: 26px;
}

.owl-carousel .owl-dots button {
  border: none;
  background: transparent;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
}

.owl-carousel .owl-dots button span {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: white;
}

.owl-carousel .owl-dots button.active span {
  width: 10px;
  height: 10px;
}

/* ==========================================================================
## COMPONENTS
========================================================================== */
.infi-infi-link {
  text-align: right;
}

.infi-fordev #infi-fordev-toggler {
  display: none;
}

.infi-fordev #infi-fordev-toggler:checked + .infi-fordev__inner {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.infi-fordev__inner {
  width: 200px;
  position: fixed;
  top: 150px;
  right: 0;
  z-index: 999999;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  z-index: 999999;
  font-size: 14px;
}

.infi-fordev__header {
  display: block;
  width: 48px;
  position: absolute;
  top: 0;
  right: 100%;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-box-shadow: 1px 2px 10px rgba(85, 85, 85, 0.2);
  box-shadow: 1px 2px 10px rgba(85, 85, 85, 0.2);
}

.infi-fordev__header img {
  display: block;
  width: 100%;
}

.infi-fordev__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #eeeeee;
  max-height: 75vh;
}

.infi-fordev__title {
  padding: 20px 20px 0;
}

.infi-fordev__content {
  padding: 10px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-y: auto;
}

.infi-fordev-list {
  margin-bottom: 0;
  padding-left: 0;
}

.infi-fordev-list li {
  list-style: none;
}

.infi-fordev-list li a {
  display: block;
  color: #007bff;
  padding: 8px 20px;
}

.infi-fordev-list li a:hover, .infi-fordev-list li a:focus {
  color: black;
  text-decoration: none;
  background-color: #f2f2f2;
}

.infi-header {
  max-width: 1200px;
  margin: auto;
  height: 1000px;
  position: relative;
}

.icon-toggler {
  width: 24px;
  height: 24px;
  position: relative;
  color: #007bff;
}

.icon-toggler::before, .icon-toggler::after {
  width: 100%;
  content: "";
  display: block;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.icon-toggler::before {
  left: 0;
  top: 4px;
}

.navbar-toggler[aria-expanded="true"] .icon-toggler::before {
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -1px;
}

.icon-toggler::after {
  left: 0;
  top: 18px;
}

.navbar-toggler[aria-expanded="true"] .icon-toggler::after {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -1px;
}

.icon-toggler span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.navbar-toggler[aria-expanded="true"] .icon-toggler span {
  opacity: 0;
}

.navbar-toggler {
  padding: 0;
  border: none;
  border-radius: 0;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}

.navbar-nav .nav-item.current-menu-item .nav-link {
  color: #007bff;
}

.infi__data-content {
  max-width: 700px;
  margin: 0 auto;
}

.main__tab {
  margin-top: 10px;
  margin-bottom: 23px;
  position: relative;
}

.main__tab ul {
  border-bottom: thin solid #BC454E;
  padding: 0 0 6px 0;
}

@media (max-width: 666px), (min-width: 667px) and (max-width: 1024px) {
  .main__tab ul {
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.main__tab li {
  border-radius: 10px 10px 0 0;
  font-weight: bold;
  margin: 0;
  display: inline;
  color: #000000;
  background-color: #F1D596;
  padding: 10px;
  font-size: 20px;
}

@media (max-width: 666px), (min-width: 667px) and (max-width: 1024px) {
  .main__tab li {
    border-radius: 10px;
    font-size: 25px;
    margin: 5px;
    color: #fff;
    background-color: #d17e3a;
  }
}

.main__tab li:hover {
  background-color: #CA2636;
  color: #fff;
}

.main__tab .active {
  background-color: #CA2636;
  color: #fff;
}

.content-tab {
  padding: 5px;
  font-size: 20px;
}

@media (max-width: 666px), (min-width: 667px) and (max-width: 1024px) {
  .content-tab {
    font-size: 24px;
  }
}

.content-tab .tab-item {
  display: none;
}

.content-tab .tab-item.active {
  display: block;
}

.content-tab h1 {
  color: #790000;
  font-size: 22px;
  text-indent: 32px;
  background: url("../images/popup/Bullet.png") no-repeat;
  background-position: 0 5.5px;
  font: bold 22px/35px Tahoma;
  margin: 30px 0 8px 0;
}

@media (max-width: 666px), (min-width: 667px) and (max-width: 1024px) {
  .content-tab h1 {
    font-size: 30px;
    margin: 30px 0 18px 0;
  }
}

.content-tab h2 {
  color: #790000;
  font-size: 18px;
  text-indent: 18px;
  background: url("../images/popup/Bullet-H2.png") no-repeat;
  background-position: 0 7px;
  font: bold 18px/30px Tahoma;
  margin: 0 0 8px 18px;
}

@media (max-width: 666px), (min-width: 667px) and (max-width: 1024px) {
  .content-tab h2 {
    font-size: 22px;
    margin: 10px 20px 10px 0;
  }
}

.content-tab h3 {
  font-size: 22px;
  padding: 10px 0;
  border-bottom: 2px solid #707070;
  margin-bottom: 38px;
}

.content-tab table {
  margin-bottom: 60px;
}

@media (max-width: 666px), (min-width: 667px) and (max-width: 1024px) {
  .content-tab table {
    font-size: 22px;
  }
}

.content-tab table thead {
  background-color: #CA2636;
}

.content-tab table th {
  padding: 5px;
  border: thin solid #92641e;
  color: white;
  text-align: center;
  font-weight: bolder;
}

@media (max-width: 666px), (min-width: 667px) and (max-width: 1024px) {
  .content-tab table th {
    padding: 10px;
  }
}

.content-tab table td {
  padding: 5px;
  border: thin solid #92641e;
  color: #381919;
  text-align: center;
}

@media (max-width: 666px), (min-width: 667px) and (max-width: 1024px) {
  .content-tab table td {
    padding: 10px;
  }
}

.content-tab table a {
  color: #D43C16;
  text-decoration: none;
}

.content-tab table a:hover {
  text-decoration: underline;
}

.content-tab__notice {
  border: thin solid #92641e;
  position: relative;
  margin-bottom: 60px;
}

.content-tab__notice__header {
  padding: 5px 10px;
  background-color: #523D26;
  color: white;
  position: absolute;
  top: -15px;
  left: 20px;
}

.content-tab__notice__body {
  padding: 30px 20px;
  background-color: #FFFCF6;
}

.content-tab__anchor-link {
  padding: 24px 42px 12px;
  border: thin solid #92641e;
  margin-bottom: 60px;
}

.content-tab__anchor-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.content-tab__anchor-link ul li {
  display: inline-block;
  -ms-flex-preferred-size: 33.333333%;
  flex-basis: 33.333333%;
  position: relative;
}

.content-tab__anchor-link ul li:before {
  content: "";
  background-color: red;
  display: inline-block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: -15px;
  margin-top: -2px;
}

.content-tab__anchor-link ul li a {
  text-decoration: none;
  color: red;
  font-smooth: never;
  -webkit-font-smoothing: none;
}

.content-tab__anchor-link ul li a:hover {
  text-decoration: underline;
}

.popup {
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.popup .btn-closePopup {
  display: block;
  position: absolute;
  width: 37px;
  height: 38px;
  top: 35px;
  z-index: 10;
  right: 67px;
  background: url("../images/dang-ky/close.png") center top no-repeat;
}

.popup .btn-closePopup:hover {
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-filter: brightness(1.25);
  filter: brightness(1.25);
}

@media (max-width: 666px), (min-width: 667px) and (max-width: 1024px) {
  .popup .btn-closePopup {
    top: 70px;
    left: 75%;
  }
}

.popup__wrapper {
  display: block;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}

.popup__container {
  display: block;
  position: relative;
  top: 3%;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.popup__content {
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  transition: -webkit-transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  opacity: 1;
  xwidth: 1000px;
  xheight: 743px;
  padding: 76px 100px 57px 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  xbackground: url("../images/dang-ky/frame-modal-pc.png");
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
}

@media (max-width: 666px), (min-width: 667px) and (max-width: 1024px) {
  .popup__content {
    background: url("../images/dang-ky/frame-modal.png") center top no-repeat;
    top: 10%;
  }
}

.popup__inner-container {
  width: 100%;
  overflow-x: hidden;
  height: 550px;
  text-indent: 0;
}

@media (max-width: 666px), (min-width: 667px) and (max-width: 1024px) {
  .popup__inner-container {
    width: 550px;
  }
}

.popup .content-item {
  display: none;
  overflow-x: hidden;
}

.popup .content-item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup .content-active {
  display: block;
}

/* ==========================================================================
## PAGES
========================================================================== */
body {
  margin: 0;
}

.infi-wrapper {
  width: 2000px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  left: 50%;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
}

@media (min-width: 1025px) {
  .infi-wrapper {
    margin-left: -1000px;
  }
}

@media (max-width: 666px), (min-width: 667px) and (max-width: 1024px) {
  .infi-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: url("../images/mobile/bg_mobile.jpeg") center top no-repeat;
    background-size: cover;
    height: 2048px;
    width: 768px;
    margin-left: -384px;
  }
}

a:hover {
  cursor: pointer;
}

.icon-gunny {
  background-image: url(../images/GNO_appicon.png);
  width: 180px;
  height: 180px;
  position: absolute;
  bottom: 25px;
}

@media (max-width: 666px), (min-width: 667px) and (max-width: 1024px) {
  .icon-gunny {
    bottom: 10px;
    left: 30px;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.text-gunny {
  position: absolute;
  bottom: 25px;
  left: 200px;
  color: #fff;
}

@media (max-width: 666px), (min-width: 667px) and (max-width: 1024px) {
  .text-gunny {
    bottom: 90px;
    left: 230px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.text-gunny p {
  margin: 0;
}

.text-gunny .title {
  font-family: 'Montserrat', Bold;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 36px;
}

.text-gunny .pre {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 24px;
}

/* Download Buttons Container - Centered at top */
.download-buttons-container {
  position: absolute;
  top: 480px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  z-index: 100;
}

.fanpage-gunny {
  position: relative;
  width: 150px;
  height: 60px;
  background-image: url(../images/fanpage_btn.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

.adroid-gunny {
  position: relative;
  width: 150px;
  height: 60px;
  background-image: url(../images/adroid-gunny.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

.adroid-gunny::after {
  content: "32bit";
  position: absolute;
  bottom: 0px;
  right: 10px;
  background: #ff6600;
  color: white;
  padding: 2px 6px;
  border-radius: 8px;
  font-size: 10px;
  font-weight: bold;
}

.android64-gunny {
  position: relative;
  width: 150px;
  height: 60px;
  background-image: url(../images/adroid-gunny.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

.android64-gunny::after {
  content: "64bit";
  position: absolute;
  bottom: 0px;
  right: 10px;
  background: #00cc66;
  color: white;
  padding: 2px 6px;
  border-radius: 8px;
  font-size: 10px;
  font-weight: bold;
}

.group-gunny {
  position: relative;
  width: 150px;
  height: 60px;
  background-image: url(../images/group_btn.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

.ios-gunny {
  position: relative;
  width: 150px;
  height: 60px;
  background-image: url(../images/ios-gunny.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

/* Responsive cho mobile */
@media (max-width: 768px) {
  .download-buttons-container {
    top: 350px;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 10px;
  }
  
  .fanpage-gunny,
  .adroid-gunny,
  .android64-gunny,
  .group-gunny,
  .ios-gunny {
    width: 120px;
    height: 48px;
  }
}

.hover-brighter, .fanpage-gunny:hover, .group-gunny:hover, .adroid-gunny:hover, .android64-gunny:hover, .ios-gunny:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-filter: brightness(1.25);
  filter: brightness(1.25);
}

.frames {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url("../images/bg.jpeg") center top no-repeat;
  height: 2250px;
}

@media (max-width: 666px), (min-width: 667px) and (max-width: 1024px) {
  .frames {
    height: 3340px;
    background: none;
  }
}

.frames .logo {
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.frames .frame-1 {
  max-width: 1200px;
  margin: auto;
  height: 1000px;
  position: relative;
}

.frames .frame-1 .header {
  padding: 35px 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 30px;
}

.frames .frame-1 .header__item {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.frames .frame-1 .header__item li {
  margin-right: 38px;
}

@media (max-width: 666px), (min-width: 667px) and (max-width: 1024px) {
  .frames .mobile-display-none, .frames .fb-btn, .frames .yt-btn, .frames .tiktok-btn, .frames .sdt {
    display: none;
  }
}

@media (max-width: 666px), (min-width: 667px) and (max-width: 1024px) {
  .frames .trang-chu-btn {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    margin: 10px;
  }
}

.frames .wrap-phone {
  margin-right: 38px;
}

.frames .sdt {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  padding-left: 25px;
}

.frames .sdt:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
}

.frames .menu {
  background: url("../images/menu.png") no-repeat;
  width: 40px;
  height: 32px;
  margin-right: 38px;
  display: none;
}

@media (max-width: 666px), (min-width: 667px) and (max-width: 1024px) {
  .frames .menu {
    display: block;
  }
}

.frames .close-nav {
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  background: url(../images/close.png) no-repeat center !important;
  position: absolute;
  z-index: 101;
  top: 20px;
  right: 0px;
}

.frames .sub-nav-mb {
  list-style: none;
  width: 100%;
  position: absolute;
  top: 0;
  max-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
  z-index: -1;
}

.frames .sub-nav-mb a {
  padding: 5px;
  font-size: 25px;
  display: block;
  width: 100%;
  color: #fae6ce;
}

.frames .active-menu-item, .frames .sub-nav-mb li:hover {
  background: yellow;
}

.frames .active-menu-item a, .frames .sub-nav-mb li:hover a {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.frames .sub-nav-mb li {
  padding: 20px 55px;
  margin-bottom: 10px;
}

.frames .Open {
  z-index: 100;
  max-height: 2000px;
  height: 100vh !important;
  padding: 150px 0 0 0;
  background-color: rgba(9, 2, 0, 0.97);
  visibility: visible;
  opacity: 1;
}

.frames .fb-menu-item {
  margin: 10px;
  width: 172px;
  height: 40px;
  background: url("../images/menu/fb.png") no-repeat;
  text-indent: -9999px;
}

.frames .yt-menu-item {
  margin: 10px;
  width: 172px;
  height: 40px;
  background: url("../images/menu/youtube.png") no-repeat;
  text-indent: -9999px;
}

.frames .tiktok-menu-item {
  margin: 10px;
  width: 172px;
  height: 40px;
  background: url("../images/menu/tiktok.png") no-repeat;
  text-indent: -9999px;
}

.frames .contact-menu-item {
  margin: 10px;
  width: 172px;
  height: 40px;
  background: url("../images/menu/contact.png") no-repeat;
  text-indent: -9999px;
}

.frames .frame-2 {
  max-width: 1200px;
  margin: auto;
  height: 1000px;
  position: relative;
}

@media (max-width: 666px), (min-width: 667px) and (max-width: 1024px) {
  .frames .frame-2 {
    height: 520px;
  }
}

@media (max-width: 666px), (min-width: 667px) and (max-width: 1024px) {
  .frames .frame-2 .wrap-slider {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    position: absolute;
    left: 50%;
    top: 50px;
  }
}

.frames .frame-2 .infi-slider-nav {
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1080px;
  height: 300px;
}

.frames .frame-2 .infi-slider-nav__image {
  width: 260px;
  height: 205px;
  position: absolute;
  top: 50px;
  left: 42px;
}

.frames .frame-2 .infi-slider-nav .owl-item img {
  -webkit-filter: sepia(1);
  filter: sepia(1);
}

.frames .frame-2 .infi-slider-nav .current {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 1.6s cubic-bezier(0.125, 0.885, 0.32, 1.775);
  -o-transition: 1.6s cubic-bezier(0.125, 0.885, 0.32, 1.775);
  transition: 1.6s cubic-bezier(0.125, 0.885, 0.32, 1.775);
}

.frames .frame-2 .infi-slider-nav .current img {
  -webkit-filter: sepia(0);
  filter: sepia(0);
}

.frames .frame-2 .infi-slider-nav__title {
  text-indent: 0;
  position: absolute;
  bottom: 32px;
  left: 47.5%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  font-family: 'Montserrat', Bold;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 28px;
  color: #fff;
  text-align: center;
  text-shadow: 2px 0 0 #3d2800, -2px 0 0 #3d2800, 0 2px 0 #3d2800, 0 -2px 0 #3d2800, 1px 1px #3d2800, -1px -1px 0 #3d2800, 1px -1px 0 #3d2800, -1px 1px 0 #3d2800;
}

.frames .frame-2 .infi-slider {
  position: absolute;
  top: 450px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2000px;
  height: 902px;
}

@media (max-width: 666px), (min-width: 667px) and (max-width: 1024px) {
  .frames .frame-2 .infi-slider {
    width: 768px;
    height: 744px;
    top: 220px;
  }
}

.frames .frame-2 .infi-slider__item {
  width: 1284px;
  height: 795px;
  background: url("../images/frame-pc.png") no-repeat;
  background-position: bottom;
  margin: auto;
  position: relative;
}

@media (max-width: 666px), (min-width: 667px) and (max-width: 1024px) {
  .frames .frame-2 .infi-slider__item {
    width: 768px;
    height: 744px;
    background: url("../images/mobile/frame-mb.png") no-repeat;
  }
}

.frames .frame-2 .infi-slider .slider-title {
  width: 300px;
  text-align: center;
  position: absolute;
  font-size: 26px;
  color: #fff;
  top: 110px;
  right: 305px;
  font-family: 'Montserrat', Bold;
  text-transform: uppercase;
  font-weight: 800;
}

@media (max-width: 666px), (min-width: 667px) and (max-width: 1024px) {
  .frames .frame-2 .infi-slider .slider-title {
    font-size: 16px;
    top: 130px;
    right: 134px;
    width: 240px;
  }
}

.frames .frame-2 .infi-slider .slider-content {
  position: absolute;
  top: 190px;
  right: 100px;
  width: 665px;
  height: 485px;
  color: #3d2800;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  overflow-y: scroll;
}

@media (max-width: 666px), (min-width: 667px) and (max-width: 1024px) {
  .frames .frame-2 .infi-slider .slider-content {
    width: 375px;
    height: 465px;
    font-size: 16px;
    top: 195px;
    right: 62px;
  }
}

.frames .frame-2 .infi-slider .slider-content p {
  margin: 8px 0;
}

.frames .frame-2 .infi-slider .slider-content__header {
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

@media (max-width: 666px), (min-width: 667px) and (max-width: 1024px) {
  .frames .frame-2 .infi-slider .slider-content__header {
    font-size: 16px;
  }
}

.frames .frame-2 .infi-slider .slider-image {
  position: absolute;
  top: 160px;
  left: 70px;
  width: 375px;
  height: 450px;
  background: red;
  -webkit-transform: rotate(7.3deg);
  -ms-transform: rotate(7.3deg);
  transform: rotate(7.3deg);
}

@media (max-width: 666px), (min-width: 667px) and (max-width: 1024px) {
  .frames .frame-2 .infi-slider .slider-image {
    -webkit-transform: rotate(6.5deg) scale(0.655);
    -ms-transform: rotate(6.5deg) scale(0.655);
    transform: rotate(6.5deg) scale(0.655);
    top: 165px;
    left: -25px;
  }
}

.frames .frame-2 .infi-slider .slider-image img {
  width: 100%;
  height: 100%;
}

.frames .frame-2 .infi-prev-button {
  background: url("../images/prev.png") no-repeat;
  width: 30px;
  height: 46px;
  position: absolute;
  left: 0;
  top: 20%;
  z-index: 10;
  cursor: pointer;
  font-size: 0;
}

.frames .frame-2 .infi-prev-button:hover {
  -webkit-filter: sepia(0.8);
  filter: sepia(0.8);
}

@media (max-width: 666px), (min-width: 667px) and (max-width: 1024px) {
  .frames .frame-2 .infi-prev-button {
    left: 20px;
    top: 32%;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
}

.frames .frame-2 .infi-next-button {
  background: url("../images/next.png") no-repeat;
  width: 30px;
  height: 46px;
  position: absolute;
  right: 0;
  top: 20%;
  z-index: 10;
  cursor: pointer;
  font-size: 0;
}

.frames .frame-2 .infi-next-button:hover {
  -webkit-filter: sepia(0.8);
  filter: sepia(0.8);
}

@media (max-width: 666px), (min-width: 667px) and (max-width: 1024px) {
  .frames .frame-2 .infi-next-button {
    right: 20px;
    top: 32%;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
}

@media (max-width: 666px), (min-width: 667px) and (max-width: 1024px) {
  .ga-tho-dan {
    width: 243px;
    height: 221px;
    background: url(../images/ga-tho-dan.png);
    z-index: 99;
    position: absolute;
    top: 1815px;
    left: 65px;
  }
}

.infi-styleguide {
  padding: 50px 0;
}

.infi-styleguide section {
  margin-bottom: 40px;
}

.infi-styleguide section > h2 {
  margin-bottom: 10px;
}

.infi-styleguide section .infi-btn, .infi-styleguide section .gform_button {
  margin-right: 4px;
  margin-bottom: 8px;
}
/* RANKING */
 .ranking-detail form .container-select {
    width: 420px;
    margin: auto;
    justify-content: space-between;
}
 .ranking-detail form select {
    width: 200px;
    height: 64px;
    background: url(../images/ranking/select-nor.svg);
    padding: 0 20px;
    border: none!important;
    outline: none!important;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
 .ranking-detail .ranking-result {
    width: 100%;
    height: 580px;
    position: relative;
    padding: 0 20px;
}
ol, ul {
    list-style: none;
}
 .ranking-detail .ranking-result li {
    width: 100%;
    padding: 24px 0;
    border-bottom: 1px dashed #815400;
}
.ranking-detail .ranking-result li .stt {
    width: 100px;
}
 .ranking-detail .ranking-result li:first-child .stt span {
    width: 60px;
    height: 48px;
    background: url(../images/ranking/rank-no1.png);
}
.ranking-detail .ranking-result li:nth-child(2) .name,  .ranking-detail .ranking-result li:nth-child(3) .name {
    font-weight: 900;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #556fe8;
}
 .ranking-detail .ranking-result li .name {
    width: 50%;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #5e3d00;
}
 .ranking-detail .ranking-result li .power {
    width: calc(50% - 100px);
    font-weight: 900;
    font-size: 20px;
    line-height: 23px;
    text-align: right;
    text-transform: uppercase;
    color: #5e3d00;
}
 .ranking-detail .ranking-result li .stt {
    width: 100px;
}
 .ranking-detail .ranking-result li:nth-child(2) .stt span {
    width: 60px;
    height: 48px;
    background: url(../images/ranking/rank-no2.png);
}
 .ranking-detail .ranking-result li:nth-child(3) .stt span {
    width: 60px;
    height: 48px;
    background: url(../images/ranking/rank-no3.png);
}
 .ranking-detail .ranking-result li .stt span {
    width: 70px;
    height: 44px;
    background: url(../images/ranking/rank.svg);
}
 .ranking-detail .ranking-result li .name {
    width: 50%;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #5e3d00;
}
.ranking-detail .ranking-result li .power .icon-power {
    display: block;
    width: 27px;
    height: 34px;
    background: url(../images/ranking/icon-power.png);
    margin-right: 4px;
}
.flex {
    display: flex;
}
.text-center {
    text-align: center;
    justify-content: center!important;
}
 .ranking-detail .ranking-result li:first-child .stt span,  .ranking-detail .ranking-result li:nth-child(2) .stt span,  .ranking-detail .ranking-result li:nth-child(3) .stt span {
    text-indent: -9999px;
}
.slider-content::-webkit-scrollbar {
    width: 5px;
    margin-left: 20px;
}
.slider-content::-webkit-scrollbar-thumb {
    background: #fccf40;
    border-radius: 10px;
}
.slider-content::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #855700;
}/* ============================================
   GA SIEU CAP 2026 - HOMEPAGE REDESIGN CSS
   Append to end of main.css
   ============================================ */

/* ===== HERO SECTION ===== */
.hero-section {
    position: relative;
    min-height: 100vh;
    background: url("../images/bg.jpeg") center top no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.6) 100%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 20px;
    width: 100%;
    max-width: 1000px;
}

.hero-header {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 999;
    background: rgba(0,0,0,0.85);
    backdrop-filter: blur(10px);
    padding: 10px 0;
}

.hero-nav {
    display: flex;
    justify-content: center;
    gap: 30px;
    max-width: 800px;
    margin: 0 auto;
}

.hero-nav .nav-link {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 16px;
    border-radius: 4px;
    transition: all 0.3s;
}

.hero-nav .nav-link:hover {
    background: rgba(255,165,0,0.3);
    color: #ffaa00;
}

.hero-nav .nav-link.highlight {
    background: #ff6600;
    color: #fff;
}

.hero-nav .nav-link.highlight:hover {
    background: #ff8800;
}

.hero-title-area {
    margin-top: 80px;
    margin-bottom: 30px;
}

.hero-title {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 52px;
    font-weight: 700;
    color: #ffcc00;
    text-shadow: 0 0 20px rgba(255,165,0,0.6), 2px 2px 4px rgba(0,0,0,0.8);
    margin-bottom: 10px;
    letter-spacing: 3px;
}

.hero-subtitle {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
    margin-bottom: 8px;
    letter-spacing: 2px;
}

.hero-desc {
    font-size: 16px;
    color: #ffd700;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}

/* ===== COUNTDOWN ===== */
.countdown-wrapper {
    margin: 30px auto;
    padding: 25px;
    background: rgba(0,0,0,0.6);
    border-radius: 16px;
    border: 2px solid rgba(255,165,0,0.4);
    max-width: 550px;
}

.countdown-label {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #ffaa00;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.countdown-timer {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(135deg, #ff6600, #ff9900);
    border-radius: 12px;
    padding: 12px 18px;
    min-width: 70px;
    box-shadow: 0 4px 15px rgba(255,102,0,0.4);
}

.countdown-number {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.countdown-unit {
    font-size: 11px;
    color: rgba(255,255,255,0.85);
    text-transform: uppercase;
    margin-top: 4px;
    letter-spacing: 1px;
}

.countdown-live {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #00ff88;
    text-shadow: 0 0 20px rgba(0,255,136,0.5);
    padding: 20px;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

/* ===== DOWNLOAD SECTION (in hero) ===== */
.download-section {
    margin-top: 30px;
}

.section-title-light {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

.download-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    max-width: 700px;
    margin: 0 auto;
}

.dl-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    border-radius: 12px;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s;
    border: 2px solid rgba(255,255,255,0.2);
}

.dl-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    color: #fff;
    text-decoration: none;
}

.dl-pc { background: linear-gradient(135deg, #2196F3, #1565C0); }
.dl-android { background: linear-gradient(135deg, #4CAF50, #2E7D32); }
.dl-android32 { background: linear-gradient(135deg, #8BC34A, #558B2F); }
.dl-ios { background: linear-gradient(135deg, #607D8B, #37474F); }

.dl-pc:hover { background: linear-gradient(135deg, #42A5F5, #1976D2); }
.dl-android:hover { background: linear-gradient(135deg, #66BB6A, #388E3C); }
.dl-android32:hover { background: linear-gradient(135deg, #9CCC65, #689F38); }
.dl-ios:hover { background: linear-gradient(135deg, #78909C, #455A64); }

.dl-icon {
    font-size: 28px;
    line-height: 1;
}

.dl-text {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.dl-text strong {
    font-size: 14px;
    font-weight: 700;
}

.dl-text small {
    font-size: 11px;
    opacity: 0.8;
}

/* ===== EVENT SECTION ===== */
.event-section {
    padding: 60px 20px;
    background: linear-gradient(135deg, #1a1a2e, #16213e);
    text-align: center;
}

.section-title {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #ffcc00;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.event-time {
    font-size: 18px;
    color: #ff6600;
    font-weight: 600;
    margin-bottom: 30px;
}

.prize-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 800px;
    margin: 0 auto 20px;
}

.prize-card {
    padding: 30px 20px;
    border-radius: 16px;
    text-align: center;
    transition: transform 0.3s;
}

.prize-card:hover {
    transform: translateY(-5px);
}

.prize-gold {
    background: linear-gradient(135deg, #FFD700, #FFA000);
    box-shadow: 0 8px 30px rgba(255,215,0,0.3);
}

.prize-silver {
    background: linear-gradient(135deg, #C0C0C0, #9E9E9E);
    box-shadow: 0 8px 30px rgba(192,192,192,0.3);
}

.prize-bronze {
    background: linear-gradient(135deg, #CD7F32, #A0522D);
    box-shadow: 0 8px 30px rgba(205,127,50,0.3);
}

.prize-rank {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: rgba(0,0,0,0.7);
    margin-bottom: 10px;
}

.prize-amount {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #1a1a2e;
}

.prize-bonus {
    font-size: 14px;
    color: rgba(0,0,0,0.6);
    margin-top: 5px;
    font-weight: 600;
}

.prize-note {
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    margin-top: 20px;
}

/* ===== FEATURES SECTION ===== */
.features-section {
    padding: 60px 20px;
    background: #0f0f23;
    text-align: center;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.feature-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    padding: 30px 20px;
    transition: all 0.3s;
}

.feature-card:hover {
    background: rgba(255,255,255,0.1);
    border-color: #ffaa00;
    transform: translateY(-5px);
}

.feature-icon {
    font-size: 40px;
    margin-bottom: 15px;
}

.feature-card h3 {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #ffcc00;
    margin-bottom: 10px;
}

.feature-card p {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    line-height: 1.6;
}

/* ===== GUIDE SECTION ===== */
.guide-section {
    padding: 60px 20px;
    background: linear-gradient(135deg, #1a1a2e, #0a3d62);
    text-align: center;
}

.guide-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.guide-card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 12px;
    padding: 25px 20px;
    text-align: left;
}

.guide-card h3 {
    font-size: 18px;
    color: #ffcc00;
    margin-bottom: 10px;
}

.guide-card p {
    font-size: 14px;
    color: rgba(255,255,255,0.75);
    line-height: 1.6;
}

/* ===== CTA SECTION ===== */
.cta-section {
    padding: 50px 20px;
    background: linear-gradient(135deg, #ff6600, #ff9900);
    text-align: center;
}

.cta-title {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.cta-desc {
    font-size: 16px;
    color: rgba(255,255,255,0.9);
    margin-bottom: 25px;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.cta-btn {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
}

.cta-zalo {
    background: #0068ff;
    color: #fff;
}

.cta-zalo:hover {
    background: #0055cc;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(0,104,255,0.4);
}

.cta-fb {
    background: #fff;
    color: #ff6600;
    border: 2px solid #fff;
}

.cta-fb:hover {
    background: transparent;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

/* ===== FOOTER ===== */
.site-footer {
    background: #0a0a1a;
    padding: 30px 20px 15px;
    color: rgba(255,255,255,0.6);
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-brand strong {
    font-size: 18px;
    color: #ffcc00;
}

.footer-brand p {
    font-size: 13px;
    margin: 5px 0 0;
}

.footer-links {
    display: flex;
    gap: 20px;
}

.footer-links a {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #ffaa00;
}

.footer-bottom {
    text-align: center;
    padding-top: 15px;
    max-width: 900px;
    margin: 0 auto;
}

.footer-bottom p {
    font-size: 12px;
    margin: 0;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .hero-title { font-size: 32px; }
    .hero-subtitle { font-size: 16px; }
    .hero-nav { gap: 10px; }
    .hero-nav .nav-link { font-size: 12px; padding: 6px 10px; }

    .download-grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 400px;
    }

    .prize-grid {
        grid-template-columns: 1fr;
        max-width: 300px;
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .guide-grid {
        grid-template-columns: 1fr;
    }

    .countdown-item {
        min-width: 55px;
        padding: 10px 12px;
    }
    .countdown-number { font-size: 24px; }

    .footer-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .section-title, .section-title-light { font-size: 20px; }
}

@media (max-width: 480px) {
    .hero-title { font-size: 26px; letter-spacing: 1px; }
    .hero-subtitle { font-size: 14px; }
    .hero-desc { font-size: 13px; }
    .hero-nav { gap: 5px; flex-wrap: wrap; }
    .hero-nav .nav-link { font-size: 11px; padding: 5px 8px; }

    .download-grid {
        grid-template-columns: 1fr;
        max-width: 280px;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .countdown-timer { gap: 8px; }
    .countdown-item { min-width: 50px; padding: 8px 10px; }
    .countdown-number { font-size: 20px; }

    .cta-title { font-size: 20px; }
    .cta-btn { padding: 12px 24px; font-size: 14px; }
}

/* ===== HIDE OLD STYLES ===== */
.frames,
.frame-1,
.download-buttons-container,
.sub-nav-mb,
.infi-wrapper {
    display: none !important;
}

