@font-face {
  font-family: "SVN-Gilroy XBold";
  src: URL("../fonts/Gilroy/SVN-Gilroy XBold.otf") format("opentype");
}

@font-face {
  font-family: "SVN-Gilroy SemiBold";
  src: URL("../fonts/Gilroy/SVN-Gilroy SemiBold.otf") format("opentype");
}

@font-face {
  font-family: "SVN-Gilroy";
  src: URL("../fonts/Gilroy/SVN-Gilroy Regular.otf") format("opentype");
}

@font-face {
  font-family: "Montserrat";
  src: URL("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  src: URL("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  src: URL("../fonts/Montserrat/Montserrat-ExtraBold.ttf") format("truetype");
}

.user-info-list .user-info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
  justify-content: space-evenly;
  /* flex-wrap: wrap; */
}

.required {
  color: red;
}

label.tho-custom {
  font-size: 15px;
  font-weight: 700;
}

.no-bullets {
  list-style: none;
  padding-left: 0;
}

.tho-btn {
  position: absolute;
  z-index: 40;
  top: 6px;
  right: 16px;
}

.tho-btn button {
  background: #282828;
  color: #fff;
}
.tho-btn button:hover {
  color: #fff !important;
}
.tho-btn button:active {
  color: #fff !important;
  border: 0 !important;
}

.tho-btn a {
  background: #282828;
  color: #fff;
  padding: 0 10px;
}
.tho-btn a:hover {
  color: #fff !important;
}
.tho-btn a:active {
  color: #fff !important;
  border: 0 !important;
}

input.tho-custom {
  border: none;
  outline: none;
  background: #f5f5f5;
  border-radius: 4px;
  padding: 4px 8px;
  color: var(--primary_main);
}

:root {
  --primary-color: #ed1c24;
  --secondary-color: #25359d;
  --tertiary-color: #d9d9d9;
  --accent-color: #fbbc00;
}

html {
  font-size: 16px;
}

.cart_header {
  display: none;
}

@media (max-width: 450px) {
  html {
    font-size: 14px;
  }

  .table-input-standard {
    min-width: 500px !important;
  }

  .table-input-standard tr th,
  td {
    font-size: 14px !important;
  }

  .order-input-standard {
    display: none;
  }

  .input-standard {
    margin: 0 !important;
  }

  .cart_header {
    display: block;
  }

  .person-image {
    max-width: 150px !important;
  }
}

.header-index-container {
  width: 96%;
  max-width: 100% !important;
  margin: 0 auto;
}

.font-secondary *,
.font-secondary {
  font-family: "Montserrat", sans-serif;
}

.p-70 {
  padding: 70px;
}

.mx-600 {
  max-width: 600px;
}

.title-x {
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid black;
  box-sizing: border-box;
  color: inherit;
  display: inline;
  font: inherit;
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: relative;
  text-align: inherit;
  text-decoration: none;
  white-space: inherit;
  word-wrap: break-word;
  font-weight: 600;
  font-size: 25px;
}

.lgo-gg {
  height: 18px;
  margin-right: 8px;
  min-width: 18px;
  width: 18px;
}

.google-btn {
  background-color: #fff;
  background-image: none;
  border: 1px solid #dadce0;
  color: #3c4043;
  cursor: pointer;
  height: 40px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  width: 300px;
  max-width: 400px;
  min-width: min-content;
  display: flex;
  justify-content: center;
  align-items: center;
}

.google-btn span {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  flex-grow: 0;
}

.btnContinue {
  width: 300px;
  max-width: 400px;
  border: 0;
  height: 40px;
}

@media (max-width: 1600px) {
  .title {
    max-width: 500px;
    font-size: 1.6rem;
  }
}

.border-radius-99 {
  border-bottom-left-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important;
}

body *:not(i) {
  font-family: "SVN-Gilroy", sans-serif;
}

.text-color-1 {
  color: var(--primary-color) !important;
}

.text-color-2 {
  color: var(--secondary-color) !important;
}

.bg-color-1 {
  background: var(--primary-color) !important;
}

.bg-color-2 {
  background: var(--secondary-color) !important;
}

.bg-color-3 {
  background: var(--tertiary-color) !important;
}

.rounded-top-start-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.table-input-standard {
  min-width: 1200px;
}

.table-input-standard tbody tr td {
  border: 1px solid var(--tertiary-color);
  height: 50px;
}

.table-input-standard .form-check-input {
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
}

.table-input-standard .form-check-input:checked {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.mobile_contact {
  display: none;
}

.lg_contact {
  display: block;
}

.logo {
  display: block;
}

.logo_mobile {
  display: none;
}

@media (max-width: 450px) {
  .mobile_contact {
    display: block;
  }

  .lg_contact {
    display: none;
  }

  .logo {
    display: none;
  }

  .logo_mobile {
    display: block;
  }

  .sidebar {
    display: none;
  }
}

.contact-input-standard:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(50%);
  left: 0;
  background: var(--tertiary-color);
  width: 100%;
  height: 3px;
  z-index: -1;
}

.banner-input-standard {
  min-height: 300px;
  background: linear-gradient(
      270deg,
      rgba(37, 53, 157, 0.5) 0%,
      rgba(37, 53, 157, 0.9) 80%
    ),
    url("../img/banner-1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 450px) {
  .banner-input-standard {
    min-height: 300px;
    background: linear-gradient(
        270deg,
        rgba(37, 53, 157, 0) 0%,
        rgba(37, 53, 157, 0.9) 0%
      ),
      url("../img/banner-1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.table-line {
  position: relative;
}

.table-line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
}

.table-line.line-1:before {
  background: var(--primary-color);
}

.table-line.line-2:before {
  background: var(--secondary-color);
}

.table-line.line-3:before {
  background: var(--accent-color);
}

/* === Add custom bootstrap class === */
@media (min-width: 992px) {
  .w-lg-50 {
    width: 50% !important;
  }

  .fs-lg-5 {
    font-size: 1.25rem !important;
  }
}

/* Thanh toan ========== */
.pay-nav .nav-tabs .nav-link {
  color: #000;
  background: #f1f1f1;
  height: 3rem;
}

.pay-nav .nav-tabs .nav-link.active {
  background: #fff;
}

.pay-button {
  cursor: pointer;
  opacity: 0.5;
}

.pay-button.active {
  opacity: 1;
}

.note:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background: #ed1c24;
  width: 60px;
  height: 60px;
  border-radius: 0 var(--bs-border-radius-xl) 0 0;
  clip-path: polygon(100% 0%, 0% 0%, 100% 100%);
}

.text-line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  height: 1px;
  background: var(--tertiary-color);
}

.text-line span {
  font-size: 16px;
  background: #fff;
  z-index: 2;
}

/* Login ========== */
.section-login {
  background: url(../img/bg-login.jpg) no-repeat center center fixed;
  background-size: cover;
  min-height: 100vh;
}

@media (max-width: 450px) {
  .section-login {
    background: #fff;
  }
}

form#loginForm {
  display: flex;
  justify-content: center;
}

#loginForm .form-check-input:checked {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.text-line-2:before,
.text-line-2:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background: #999999;
}

.text-line-2:before {
  top: 50%;
  transform: translateY(-50%);
  right: calc(30px + 50%);
}

.text-line-2:after {
  top: 50%;
  transform: translateY(-50%);
  left: calc(30px + 50%);
}

/* Modal */
.file-upload-wrapper {
  height: 220px;
  border: 2px dashed #25359d;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  position: relative;
}

.file-upload-label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.file-upload-label label {
  cursor: pointer;
}

.img-avatar,
.img-cccd-truoc,
.img-cccd-sau {
  position: absolute;
  inset: 20px 0 0 0;
}

.img-avatar img,
.img-cccd-truoc img,
.img-cccd-sau img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.btn-clear-file {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 1;
  cursor: pointer;
}

.order-list {
  max-height: 250px;
  overflow-y: auto;
  padding-right: 10px;
  scrollbar-width: none;
}

/* Tùy chỉnh thanh cuộn */
.order-list::-webkit-scrollbar {
  width: 6px;
}

.order-list::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
}

.order-list::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}

.order-list::-webkit-scrollbar {
  display: none;
}

/* Sidebar */
.sidebar-item.active {
  border-left: 3px solid #ed1c24;
  background: #f1f1f1ed;
}

.sidebar-item:hover {
  background: #eee;
}

.offcanvas {
  width: 250px !important;
}

.table_session_mobile {
  font-weight: 400;
  font-size: 14px;
}

.table_session_mobile {
  display: none;
}

.session_title {
  color: #11467f !important;
  font-weight: 600;
  font-size: 14px;
}

.table_session_mobile .even {
  background-color: #ffffff;
}

.table_session_mobile .odd {
  background-color: #f4f9ff;
}

@media screen and (max-width: 450px) {
  .table_session_desktop {
    display: none;
  }

  .table_session_mobile {
    display: block;
  }

  .table-line:before {
    width: 5px;
  }
}

.notification_card {
  border-left: 3px solid #11467f;
  background: linear-gradient(to right, #eaf5ff, rgba(255, 255, 255, 0));
  color: #11467f;
}

.notification_card a {
  color: #11467f;
}
.notification_card a:hover {
  color: #050c9c;
}

/* NtfT */
.ntfC {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 60px;
  background: #eaf5ff;
  color: #11467f;
  font-size: 14px;
  margin-bottom: 20px;
  border-left: 3px solid #11467f;
}


.ntfC .c {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.c::after {
  content: "\2715";
  line-height: 18px;
  font-size: 14px;
}

.ntfT {
  width: 100%;
  padding-right: 15px;
  text-align: center;
}

.ntfA {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ntfA a {
  color: #11467f;
}
