﻿/* #region MAIN CŨ */
@font-face {
  font-family: "UTM Avo";
  src: url("../fonts/utm-avobold.ttf");
}

@font-face {
  font-family: "SFU Helvetica";
  src: url("../fonts/SFUHelveticaRegular.TTF");
}

@font-face {
  font-family: "SVN-Gilroy";
  src: url("../fonts/SVNGilroy.otf");
}

@font-face {
  font-family: "UTM HelvetIns";
  src: url("../fonts/UTMHelvetIns.ttf");
}

body {
  margin: 0;
  background-image: url("/assets/images/bg-body.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: Arial;
  width: 100%;
  height: 100vh;
}

/*.category_page #sidebar {
    background: #d3d3d3b3;
}
.category_page #rightSideWrapper {
    background: #d3d3d3b3;
}*/
.bg-body-phu {
  background: linear-gradient(180deg, #000 0.01%, rgba(0, 0, 0, 0.25) 114.89%);
}

a {
  text-decoration: none;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

/* home */
.main-home {
  max-width: 720px;
  margin: auto;
  padding-top: 20px;
}

.desc-title {
  margin-top: 20px;
}

.partner-okevip {
  margin: 30px 0;
}

.image-partner {
  display: flex;
  margin: auto;
  justify-content: center;
  max-width: 330px;
  width: 100%;
}

.brand-ambassador {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: auto;
  position: relative;
}

.cau-doi {
  position: absolute;
}

.cau-doi.cau-doi-left {
  left: 0;
}

.cau-doi.cau-doi-right {
  right: 0;
}

.image-suarez {
  max-width: 750px;
  width: 100%;
  display: flex;
}

.box-form-search {
  position: relative;
  min-height: 48px;
  margin-bottom: 40px;
}

.searchInput {
  position: absolute;
  box-shadow: 0px 1px 5px 3px rgb(255 255 255 / 12%);
  border-radius: 32px;
  border: 2px solid #fff;
  width: 100%;
}

.searchInput.active {
  background: rgba(255, 255, 255, 0.85);
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 26px;
}

.searchInput input {
  height: 48px;
  width: 100%;
  outline: none;
  border: none;
  border-radius: 32px;
  padding: 0 60px 0 30px;
  background: unset;
  color: #fff;
  font-family: Arial;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.searchInput.active input {
  border-radius: 26px 26px 0 0;
  color: #000;
}

.searchInput .resultBox {
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 280px;
  overflow-y: auto;
}

.searchInput.active .resultBox {
  padding: 10px 8px;
  opacity: 1;
  pointer-events: auto;
}

.resultBox li {
  list-style: none;
  padding: 8px 20px;
  display: none;
  width: 100%;
  cursor: default;
  border-radius: 3px;
}

.resultBox li a {
  color: #ffffff;
  font-family: "Arial";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.searchInput.active .resultBox li {
  display: block;
}

.resultBox li:hover {
  background: #5586ff;
}

.searchInput .icon {
  position: absolute;
  right: 16px;
  top: 8px;
  cursor: pointer;
}

.icon-svg-search svg {
  max-width: 28px;
}

.searchInput.active .icon svg path {
  fill: #000;
}

/* endhome */

.box-form-search.menu-search {
  width: 90%;
  margin: auto;
  z-index: 9999;
}

.menu-search .searchInput {
    border-radius: 8px;
    border: 3px solid #fff;
}

.menu-search .searchInput input {
  height: 36px;
  font-size: 16px;
  padding: 0 40px 0 16px;
}

.menu-search .searchInput input::placeholder {
  color: #fff;
  font-family: Arial;
  font-size: 18.857px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.menu-search .searchInput .icon {
  right: 8px;
  top: 2px;
}

.menu-search .icon-svg-search svg {
  max-width: 20px;
}

.menu-search .searchInput.active .resultBox {
  background-color: #0018a5;
  padding: 0;
}

.menu-search .resultBox li a {
  font-size: 14px;
}

.menu-toggle {
  display: none;
}

.back-mobi {
  display: none;
}

#sidebar {
  position: fixed;
  height: 100%;
  width: 455px;
  max-width: 480px;
  margin: 0px;
  padding: 0 10px 0 0;
  transition: 2s ease;
}

.main-sidebar {
  height: 100%;
  background: #0106dc;
  padding: 10% 0;
}

.image-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.image-logo a {
  max-width: 65%;
  width: 100%;
}

.nav-sidebar {
  height: calc(100% - 200px);
  overflow-y: auto;
  overflow-x: hidden;
}

.nav-sidebar::-webkit-scrollbar {
  width: 8px;
}

.nav-sidebar::-webkit-scrollbar-thumb {
  background-color: #1802aa;
  border-radius: 6px;
}

.nav-sidebar::-webkit-scrollbar-track {
  background-color: #fff;
  margin-top: 10px;
}

.nav-sidebar::-webkit-scrollbar-corner {
  background-color: #fff;
}

.nav-sidebar::-webkit-scrollbar {
  width: 8px;
}

.silde-media::-webkit-scrollbar-thumb {
  background-color: #64d2ff;
  border-radius: 6px;
}

.silde-media::-webkit-scrollbar-track {
  background-color: #fff;
  margin-top: 10px;
}

.silde-media::-webkit-scrollbar-corner {
  background-color: #fff;
}

ul.list-item-nav {
  margin: 0;
  padding: 0;
  position: relative;
}

.item-link-nav {
  list-style: none;
  padding: 12px 30px;
  /*margin: 12px 0;*/
  position: relative;
}

/*  .item-link-nav.active {
        background: linear-gradient(180deg, rgb(255 198 51 / 91%) 0%, rgba(217, 217, 217, 0.00) 100%);
    }*/

.item-link-nav:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.5px;
  background: linear-gradient(
    to right,
    transparent 0%,
    rgb(255 255 255) 50%,
    transparent 100%
  );
  background-position: 0 bottom;
  background-size: 100% 2px;
  background-repeat: no-repeat;
}

.item-link-nav .item-link {
  color: #fff;
  padding: 8px 10px;
  font-family: Arial;
  font-size: 17px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}

.item-link.active {
  width: 100%;
  background: #cbdcff;
  color: #1636d6;
  display: flex;
  border-radius: 5px;
}

.item-link-nav:hover {
  transform: scale(1.05);
  transition: all 0.2s ease-in-out;
  background-image: linear-gradient(to bottom, #2147c6, #001e97);
}

.collapse .link-menu-sub {
  padding: 12px;
}

#rightSideWrapper {
  width: calc(100% - 456px);
  float: right;
  height: 100%;
  /* padding-right: 18px; */
}

header {
  /* position: fixed;
	width: calc(100% - 380px); */
  width: 100%;
  padding: 20px;
  display: none;
}

.header-top {
  display: flex;
  justify-content: space-between;
}

.back-home {
  max-width: 130px;
  width: 100%;
  display: flex;
  align-items: center;
}

.back-home-link {
  position: relative;
  color: #fff;
  font-family: Arial;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.back-home-link span {
  position: absolute;
  right: 0;
  top: 0;
}

.logo-header-top {
  display: none;
}

.image-qr {
  max-height: 130px;
  height: 130px;
}

.image-qr img {
  max-height: 100%;
  height: 100%;
  width: auto;
}

.title-page {
  display: flex;
  align-items: flex-end;
}

.title {
  margin: 0;
  font-family: "Arial";
  color: #004d6d;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

main {
  height: 100%;
  padding-top: 10px;
}

.main-content {
  overflow: hidden;
  overflow-y: scroll !important;
  overflow-x: hidden;
  padding: 40px 60px;
}

.main-content::-webkit-scrollbar-thumb {
  background-color: var(--Linear, #26a9e0);
  display: none;
  width: 0px;
}

.main-content::-webkit-scrollbar {
  -webkit-appearance: none;
  display: none;
}

.list-item-buoc {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
}

.item {
  box-sizing: border-box;
  cursor: pointer;
}

.box-image {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.box-image img {
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out;
  filter: drop-shadow(0px 10px 30px #221100);
}

.box-image:hover img {
  transform: scale(1.1);
}

.frame-step {
  border-radius: 16px;
  background: #fff;
  padding: 20px 20px;
  display: flex;
  min-height: 86px;
  overflow: hidden;
  margin-top: 20px;
  position: relative;
}

.text-step {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: auto;
  color: white;
}

/* slide */
.slide-list-imgae .modal-content {
  background: unset;
}

.slide-list-imgae .carousel-control-next,
.slide-list-imgae .carousel-control-prev {
  opacity: 0.8;
}

.carousel-item.active img {
  height: 90vh !important;
  width: auto !important;
  margin: auto;
}

.mySwiper.swiper {
  overflow: unset;
}

.swiper-css {
  padding-top: 20px;
}

.mySwiper .swiper-wrapper {
  display: flex;
}

.mySwiper .swiper-slide {
  flex-shrink: 0;
  width: 25%;
}

.swiper-pagination-bullets {
  display: none;
}

/* endslide */
.content-category {
  box-shadow: 0px 0px 36px 14px #0d0187;
  font-family: Arial;
  background: rgb(245 245 255 / 90%);
  padding: 30px;
  border-radius: 31px;
  margin: 17px;
}

.content-category table {
  max-width: 100% !important;
}

.content-category table p span {
  display: inline-block;
}

.nav-link {
  position: absolute;
  transform: translateZ(1px);
  z-index: 1;
  right: -15px;
  width: 100%;
  height: 32px;
  cursor: pointer;
}

.nav-link:before,
.nav-link:after {
  transition: all 150ms ease-out;
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 12px;
  background: #ffffff;
  border-radius: 2px;
}

.nav-link:before,
.nav-link:after {
  transform-origin: center 11px;
  top: 16px;
  margin-top: -6px;
  right: 20px;
}

.nav-link:before {
  transform: rotate(-45deg);
}

.nav-link:after {
  transform: rotate(45deg);
}

.collapse {
  display: none;
}

.collapse.shows {
  display: block;
}

.nav-link.click_shows:before,
.nav-link.click_shows:after {
  margin-top: -16px;
}

.nav-link.click_shows:before {
  transform: rotate(-135deg);
}

.nav-link.click_shows:after {
  transform: rotate(135deg);
}

.link-menu-sub {
  padding: 4px 0;
  padding-right: 0;
  position: relative;
}

.silde-media {
  margin: 0 auto;
  width: 30%;
  overflow: hidden;
  overflow-y: auto;
  max-height: 560px;
}

.video-thumbnails {
  display: grid;
  gap: 16px;
}

.box-video-yotube {
  width: 100%;
  display: flex;
  gap: 36px;
  margin-top: 24px;
}

.video-comment {
  width: 70%;
}

.box-video-media {
  margin: 0 auto;
  width: 100%;
}

.box-title-cmt {
  margin: 0 auto;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.box-comment-video {
  cursor: pointer;
  color: #004d6d;
  font-family: Arial;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.icon-comment svg {
  max-width: 32px;
}

.icon-comment svg path {
  fill: #004d6d;
}

.title-video-meida {
  color: #004d6d;
  font-size: 21px;
  font-weight: 700;
}

.swiper-media {
  width: 100%;
  align-items: center;
}

.item-media-y {
  max-width: 100%;
  display: flex;
  cursor: pointer;
  gap: 16px;
  border-bottom: 1px dashed #8d8d8d;
  padding-bottom: 16px;
}

.item-media-y.active_video {
  display: none !important;
}

.item-media-y:last-child {
  border-bottom: none;
  padding-bottom: 16px;
}

.item-media-y .thumbnail_url {
  width: 50%;
  /*border-radius: 12px;*/
}

.item-media-y .slide-title {
  height: 100%;
  color: #000;
  font-size: 18px;
  max-width: 50%;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.item-media-y img {
  width: 100%;
  /*border-radius: 12px;*/
}

/* .item-media-y::before {
        background: rgba(125, 125, 125, 0.70);
        z-index: 99;
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
    }

    .item-media-y:hover::before {
        content: unset;
    }

    .item-media-y.swiper-slide-active::before {
        content: unset;
    }*/
/*comment*/
.modal-comment .modal-content {
  width: 100%;
  background: unset;
}

.modal-comment .modal-dialog {
  position: absolute;
  right: 5%;
  bottom: 15%;
  width: 100%;
}

.modal-comment .modal-content {
  border: none;
}

.grecaptcha-badge {
  display: none !important;
}

.block {
  max-width: 360px;
  width: 100%;
  padding: 8px;
  background: #d9d9d9;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 2px 1px rgba(0, 0, 0, 0.06),
    0px 1px 1px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  display: grid;
  align-content: space-between;
}

.block-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.block-header .title {
  display: flex;
  align-items: flex-start;
}

.block-header .title .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  background: #f7f7f7;
  color: #1c1c1c;
  text-align: center;
  padding: 0 4px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
  border: 1px solid #e8e8e8;
  border-radius: 96px;
}

.comment {
  display: grid;
  gap: 8px;
}

.is-mute {
  color: #000;
  font-family: Inter;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
}

.comment .user-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.comment .user-banner .user {
  gap: 8px;
  align-items: center;
  display: flex;
}

.comment {
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid #e8e8e8;
}

.comment + .comment {
  padding-top: 12px;
}

.username {
  letter-spacing: 0em;
  text-align: left;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.content-text-cmt p {
  line-height: 24px;
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
}

h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #1c1c1c;
}

* {
  box-sizing: border-box;
}

.load {
  display: flex;
  align-items: center;
  justify-content: center;
}

.load span {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #969696;
}

.load span i {
  margin-right: 6px;
}

.writing input,
.writing textarea {
  background-color: unset;
}

.input-user {
  padding: 8px 0;
  border-bottom: 3px solid #989898;
}

.input-user input::placeholder {
  color: #2f2f2f;
}

.input-user input {
  color: #101010;
  font-family: Inter;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  padding: 4px 0;
  border: none;
}

.input-user input:focus-visible {
  outline: 0;
}

.input-text-cmt {
  padding-top: 12px;
  position: relative;
}

.text-nd textarea {
  border: none;
  outline: 0;
  color: #414141;
  font-family: Inter;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

.send-comment {
  position: absolute;
  right: -10px;
  bottom: 0;
}

.send-comment {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid #ffffff;
  background-color: #30aaef;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-send {
  margin: auto;
}

.content-comment {
  max-height: 500px;
  overflow-y: auto;
  padding: 0 16px;
  margin-bottom: 16px;
}

.content-comment::-webkit-scrollbar {
  width: 3px;
}

.footer-comment {
  border-radius: 10px;
  background: #fff;
  padding: 0 16px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.content-comment::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
}

.send-comment:disabled {
  background-color: #dddddd;
  color: #555555;
  cursor: not-allowed;
}

.toast-error {
  z-index: 99999;
}

.box-image-list {
  display: flex;
  justify-content: center;
  margin: auto;
  gap: 40px 50px;
  flex-wrap: wrap;
}

.item.item-image-list {
  width: calc(25% - 46px);
  margin-bottom: 24px;
}

.item.item-image-list[data-pc="2"] {
  width: calc(50% - 46px);
}

.item.item-image-list[data-pc="3"] {
  width: calc(33% - 40px);
}

.item.item-image-list[data-pc="1"] {
  width: calc(100% - 40px);
}

@media screen and (max-width: 1439px) {
  .item-media-y .slide-title {
    -webkit-line-clamp: 3;
  }
}

@media screen and (max-width: 1024px) {
  .box-video-yotube {
    margin-top: 0;
  }

  #sidebar {
    position: fixed;
    top: 0;
    left: -380px;
    width: 380px;
    height: 100%;
    background-color: #333;
    opacity: 0;
    transition: left 1.2s ease, opacity 0.5s ease;
    padding: 0px;
  }

  #sidebar.show {
    left: 0;
    opacity: 1;
    z-index: 99;
  }

  .main-sidebar {
    border-left: 0;
    border-radius: 0;
    padding-top: 15px;
  }

  header {
    padding: 0px 0;
    display: block;
    /* background: #25a9df; */
}

  .header-top {
    max-height: 75px;
    height: 75px;
    align-items: center;
    position: relative;
  }

  .back-home {
    align-items: stretch;
    margin-left: 40px;
  }

  .cau-doi img {
    max-width: 200px;
    width: 100%;
  }

  main {
    padding-top: 0px;
    display: inline-flex;
    flex-direction: column;
    height: calc(100% - 100px);
    width: 100%;
  }

  .logo-header-top.show {
    display: block;
    display: flex;
    margin: auto;
    height: 100%;
  }

  .logo-header-top a {
    display: flex;
    justify-content: center;
  }

  .logo-header-top img {
    height: 100%;
    width: auto;
    max-width: 100%;
  }

  .back-home-link {
    width: 90px;
    font-size: 18px;
  }

  .code-qr {
    margin-left: auto;
  }

  .image-qr {
    max-height: 60px;
    height: 90px;
  }

  #rightSideWrapper {
    width: 100%;
    transition: margin-left 0.2s ease;
    padding-right: 0;
  }

  .image-logo a {
    display: flex;
    justify-content: center;
  }

  .image-logo img {
    max-width: 168px;
    height: auto;
  }

  .menu-toggle {
    z-index: 999;
    display: block;
    position: absolute;
    left: 0;
    padding: 0px 20px;
  }

  .toggle {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    /* overflow: hidden; */
  }

  .toggle span {
    position: absolute;
    width: 30px;
    height: 3.5px;
    background: #ffffff;
    border-radius: 10px;
    transition: 0.5s;
  }

  .toggle span:nth-child(1) {
    transform: translateY(-12px);
    width: 30px;
  }

  .toggle.active span:nth-child(1) {
    width: 30px;
    transform: translateY(0) rotate(45deg);
    transition-delay: 0.125s;
  }

  .toggle span:nth-child(2) {
    transform: translateY(12px);
    width: 30px;
  }

  .toggle.active span:nth-child(2) {
    width: 30px;
    transform: translateY(0) rotate(315deg);
    transition-delay: 0.25s;
  }

  .toggle.active span:nth-child(3) {
    transform: translateX(-100px);
  }

  .mySwiper .swiper-slide {
    width: 33%;
  }

  .item.item-image-list {
    width: calc(33% - 30px);
    margin-bottom: 24px;
  }

  .item.item-image-list[data-ipad="2"] {
    width: calc(50% - 46px);
  }

  .item.item-image-list[data-ipad="3"] {
    width: calc(33% - 40px);
  }

  .item.item-image-list[data-ipad="1"] {
    width: calc(100% - 40px);
  }
}

@media screen and (min-width: 768px) {
  .wp-content-right {
    display: flex;
    justify-items: content;
  }

  wp-content-right .layout-left {
    width: 50%;
  }

  .wp-content-right .layout-left .item.item-image-list {
    width: calc(45% - 46px);
    margin-bottom: 0px;
  }

  .wp-content-right .layout-left .item.default-size {
    width: 88%;
  }

  /*.wp-content-right .layout-right {
        width: 50%;
    }*/
}

@media screen and (max-width: 767px) {
  .link-menu-sub {
    padding: 0;
  }

  .item.item-image-list[data-ipad="3"] {
    width: calc(50% - 40px);
  }

  .item-link-nav .item-link {
    font-size: 13px;
  }

  #rightSideWrapper {
    padding-right: 0;
  }

  .back-home {
    display: none;
  }

  .cau-doi img {
    max-width: 100px;
    width: 100%;
  }

  .mySwiper .swiper-slide {
    width: 33%;
  }

  .swiper-css {
    height: 100%;
  }

  .searchInput input {
    height: 36px;
    font-size: 18px;
  }

  .searchInput .icon {
    right: 8px;
    top: 4px;
  }

  .icon-svg-search svg {
    max-width: 22px;
  }

  .resultBox li a {
    font-size: 16px;
  }

  .partner-okevip {
    display: none;
  }

  .home .box-form-search {
    margin-top: 30px;
  }

  .frame-step {
    position: relative;
    min-height: 30px;
    min-height: 30px;
    margin-top: 15px;
    max-width: 100%;
}

  .main-content {
    overflow: unset;
  }

  .mySwiper.swiper {
    overflow: hidden;
  }

  .box-image:hover img {
    transform: scale(1.08);
  }

  .silde-media {
    width: 100%;
    padding: 15px;
    overflow-y: scroll;
    display: block;
  }

  .item-media-y {
    width: 100%;
    max-width: 100%;
    height: max-content;
    max-height: 350px;
  }

  .box-video-yotube {
    display: block;
    background: #aab2b94d;
  }

  .video-comment {
    width: 100%;
  }

  .box-video-media {
    margin: 0 auto;
  }

  .box-title-cmt {
    max-width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 8px 15px;
  }

  .title-video-meida {
    font-size: 20px;
    font-family: system-ui;
    font-weight: 600;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .item-media-y::before {
    content: unset;
  }

  .swiper-media {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .item-media-y img {
    border-radius: 8px;
  }

  .swiper-pagination-bullets {
    display: block;
  }

  .swiper-pagination-bullet {
    background-color: #ffffff !important;
    opacity: 1 !important;
  }

  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ffa800 !important;
    opacity: 1 !important;
  }

  .box-image-list {
    gap: 20px;
  }

  .item.item-image-list {
    width: calc(50% - 12px);
    margin-bottom: 20px;
  }

  .item.item-image-list[data-pc="1"],
  .item.item-image-list[data-pc="2"],
  .item.item-image-list[data-pc="3"] {
    width: calc(100%);
  }

  .image-suarez {
    transform: translateY(30%);
  }
}

@media screen and (max-width: 576px) {
  #sidebar {
    left: -100%;
    width: 100%;
    height: 100%;
  }

  .mySwiper .swiper-slide {
    width: 100%;
    height: 100%;
  }

  .main-content {
    max-height: calc(100vh - 50px);
    height: 100%;
  }

  .swiper-css {
    height: 100%;
  }

  .swiper-css .swiper-button-prev {
    display: none !important;
  }

  .swiper-css .swiper-button-next {
    display: none !important;
  }

  .code-qr {
    display: none;
  }

  .nav-sidebar {
    margin-top: 10px;
  }

  .back-mobi {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 999;
    display: block;
  }

  .title {
    font-size: 20px;
  }

  .list-item-buoc {
    margin-top: 20px;
    justify-content: space-between;
    padding: 0;
  }

  .text-step {
    font-size: 14px;
    text-align: center;
  }

  .box-image {
    padding: 0;
    width: 100%;
    height: auto;
  }

  .box-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .list-item-buoc .slick-prev {
    left: 10px;
  }

  .list-item-buoc .slick-next {
    right: 10px;
  }

  .list-item-buoc .slick-prev:before,
  .list-item-buoc .slick-next:before {
    font-size: 28px;
  }

  .modal-comment .modal-dialog {
    right: 0;
    margin: auto;
    bottom: auto;
  }

  .title-video-meida {
    font-size: 18px;
  }

  .text-comment-title {
    display: none;
  }

  .content-comment {
    max-height: 350px;
  }
}

@media screen and (max-width: 374px) {
  .text-header {
    font-size: 8px;
  }
}

/* #endregion MAIN CŨ */

/* #region MAIN MỚI */

body {
    margin: 0;
    background-image: url('../img/bg/bgok22.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: Arial;
    width: 100%;
    height: 100vh;
}

@media screen and (max-width: 1439px) {
    body {
        background-image: url('../img/bg/bgok22_mobile.webp');
        background-position: center;
    }

    .modal_Photo-content {
        position: relative;
        width: 93%;
        height: auto;
        background: #000;
        border-radius: 21px;
        box-shadow: 0 0px 16px rgb(255 255 255 / 80%);
        overflow: hidden;
    }

    .frame-step {
        border-radius: 10px;
        padding: 10px 10px;
    }
}

.main-sidebar {
    height: 100%;
    background-image: url(../img/bg/bgok22.webp) !important;
    padding: 10% 0;
    box-shadow: 8px 7px 15px 0px rgba(255, 255, 255, 0.8);
}

.style {
    border: solid 2px #0061d5;
    box-shadow: inset 0px 0px 0px 1px #834102;
    background-image: linear-gradient(to bottom, #5ea4ff, #0500c8);
    box-shadow: 0px 10px 10px 4px #00176b;
}


.stroke {
    font-size: 36px;
    font-weight: bold;
    color: #2663ff;
    /* Chữ màu vàng */
    text-shadow:
        -3px -3px 3px #ffffff,
        3px -3px 3px #ffffff,
        -3px 3px 3px #ffffff,
        3px 3px 3px #ffffff;
    /* Tạo viền đen xung quanh */

}

.right-wrapper {
    display: none;
}

.right-wrapper.active {
    display: block;
}

/* TABLE */
.table {
  --bs-table-border-color: #3a4efca8;
  color: #0022cc;
  --bs-table-hover-bg: rgb(4 32 217 / 71%);
  --bs-table-hover-color: #ffffff;
}

.table thead th {
  background-image: linear-gradient(to bottom, #3d6aff, #001e97);
  color: #ffffff;
}

.table tbody tr:hover {
  background-color: #0022cc;
  color: #ffffff;
} 

.content-text {
  font-family: 'Times New Roman', serif;
  font-size: 18px;
  color: #000000;
  line-height: 1.725;
}
.content-title {
  font-weight: bold;
  color: #1100ff;
  font-size: 30px;
  text-align: center;
  text-shadow: 0px 3px 6px #658bff;
}
.content-subtitle {
  font-weight: bold;
  color: #0004ff;
  font-size: 18px;
}

.content-table {
  width: 100%;
  border-collapse: collapse;
}
.content-table th, .content-table td {
  border: 1px solid #1bc7ff;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}







/* #endregion MAIN MỚI */
