@charset "UTF-8";
@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Bold";
  src: url("../fonts/Inter-Bold.eot");
  src: url("../fonts/Inter-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold.ttf") format("truetype"), url("../fonts/Inter-Bold.svg#Inter-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald-Bold";
  src: url("../fonts/Oswald-Bold.eot");
  src: url("../fonts/Oswald-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Oswald-Bold.woff2") format("woff2"), url("../fonts/Oswald-Bold.woff") format("woff"), url("../fonts/Oswald-Bold.ttf") format("truetype"), url("../fonts/Oswald-Bold.svg#Oswald-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Black";
  src: url("../fonts/Roboto-Black.eot");
  src: url("../fonts/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff"), url("../fonts/Roboto-Black.ttf") format("truetype"), url("../fonts/Roboto-Black.svg#Roboto-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Italic";
  src: url("../fonts/Roboto-Italic.eot");
  src: url("../fonts/Roboto-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Italic.woff2") format("woff2"), url("../fonts/Roboto-Italic.woff") format("woff"), url("../fonts/Roboto-Italic.ttf") format("truetype"), url("../fonts/Roboto-Italic.svg#Roboto-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
/* Main */
:root {
  --main-color:#EB0A1E;
  --hover-color:#434FC5;
  --bg-darkmode:#1C1C1E;
  --text-darkmode:#f1f5f9;
  --bg-lightmode:#ffffff;
  --text-lightmode:#111;
}

body {
  font-family: Roboto-Regular;
  margin: 0;
  line-height: 1.5em;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  body {
    font-size: 13px;
  }
}

.full {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

a {
  color: inherit;
}
a:hover {
  text-decoration: none;
}

p,
h2,
h3,
h4, h5, h6 {
  margin-bottom: 0;
}

figure {
  margin-bottom: 0;
}

input,
textarea, button {
  outline: none;
  border: none;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.w-clear:after {
  display: block;
  content: "";
  clear: both;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.none {
  display: none;
}

.hidden-seoh {
  visibility: hidden;
  height: 0px;
  margin: 0px;
  overflow: hidden;
}

.mycontainer {
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
@media screen and (min-width: 576px) {
  .mycontainer {
    max-width: 570px;
  }
}
@media screen and (min-width: 767px) {
  .mycontainer {
    max-width: 750px;
  }
}
@media screen and (min-width: 991px) {
  .mycontainer {
    max-width: 1330px;
  }
}

img {
  max-width: 100%;
  height: auto;
}
img:not([src]) {
  visibility: hidden;
}
img.lazy {
  opacity: 0;
}
img:not(.initial) {
  transition: opacity 1s;
}
img.initial, img.loaded, img.error {
  opacity: 1;
}
img.img-full, img.img100, img.img-responsive, img.img-fluid {
  width: 100% !important;
  height: auto;
}

div[data-slick] {
  display: none;
}
div[data-slick].loaded {
  display: block;
}

[x-cloak] {
  display: none !important;
}

/* Base Alert */
.alert {
  position: relative;
  padding: 14px 18px;
  margin-bottom: 16px;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 15px;
  font-weight: 500;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: all 0.25s ease;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
}

/* Hover effect */
.alert:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

/* Heading */
.alert-heading {
  font-weight: 600;
  margin-bottom: 6px;
}

/* Link */
.alert-link {
  font-weight: 600;
  text-decoration: underline;
}

/* Dismiss button */
.alert-dismissible {
  padding-right: 48px;
}

.alert-dismissible .close {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  padding: 6px 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.05);
  font-size: 18px;
  opacity: 0.6;
  transition: 0.2s ease;
}

.alert-dismissible .close:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.1);
}

/* ===================== */
/* COLOR STYLE (iOS) */
/* ===================== */
.alert-primary {
  color: #0a84ff;
  background: rgba(10, 132, 255, 0.12);
  border-color: rgba(10, 132, 255, 0.25);
}

.alert-success {
  color: #30d158;
  background: rgba(48, 209, 88, 0.12);
  border-color: rgba(48, 209, 88, 0.25);
}

.alert-danger {
  color: #ff453a;
  background: rgba(255, 69, 58, 0.12);
  border-color: rgba(255, 69, 58, 0.25);
}

.alert-warning {
  color: #ff9f0a;
  background: rgba(255, 159, 10, 0.12);
  border-color: rgba(255, 159, 10, 0.25);
}

.alert-info {
  color: #64d2ff;
  background: rgba(100, 210, 255, 0.12);
  border-color: rgba(100, 210, 255, 0.25);
}

.alert-secondary {
  color: #8e8e93;
  background: rgba(142, 142, 147, 0.12);
  border-color: rgba(142, 142, 147, 0.25);
}

.alert-dark {
  color: #1c1c1e;
  background: rgba(60, 60, 67, 0.12);
  border-color: rgba(60, 60, 67, 0.25);
}

.alert-light {
  color: #6e6e73;
  background: rgba(242, 242, 247, 0.9);
  border-color: rgba(0, 0, 0, 0.05);
}

/*menu*/
.block-menu {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}
.block-menu.sticky {
  position: fixed;
}
.block-menu.sticky .headerBottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1254901961);
}

#fix {
  height: 50px;
}
@media screen and (max-width: 991px) {
  #fix {
    height: 70px;
  }
}

:root {
  --easeoutcubic: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu ul.primary-menu {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu ul.primary-menu > li.line {
  width: 1px;
  height: 50px;
  border-right: 1px dashed rgba(255, 255, 255, 0.1254901961);
}
.menu ul.primary-menu > li > a {
  white-space: nowrap;
  font-size: 16px !important;
  padding: 14.5px 0px !important;
  color: #fff !important;
  font-family: Roboto-Bold;
  text-transform: uppercase;
}
@media screen and (max-width: 1300px) {
  .menu ul.primary-menu > li > a {
    font-size: 14px !important;
  }
}
.menu ul.primary-menu > li > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: var(--btn-line-size, 2px);
  display: block;
  bottom: 0;
  left: 0;
  background: currentColor;
  -webkit-transition: opacity 0.4s var(--easeoutcubic), -webkit-transform 0.4s var(--easeoutcubic);
  transition: opacity 0.4s var(--easeoutcubic), -webkit-transform 0.4s var(--easeoutcubic);
  transition: transform 0.4s var(--easeoutcubic), opacity 0.4s var(--easeoutcubic);
  transition: transform 0.4s var(--easeoutcubic), opacity 0.4s var(--easeoutcubic), -webkit-transform 0.4s var(--easeoutcubic);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.menu ul.primary-menu > li > a:hover, .menu ul.primary-menu > li > a.active {
  color: #FFFFC5 !important;
}
.menu ul.primary-menu > li > a:hover::before, .menu ul.primary-menu > li > a.active::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.menu ul li {
  position: relative;
  z-index: 1;
}
.menu ul li a {
  display: block;
  position: relative;
  font-size: 13px;
  padding: 12px 12px 11px 12px;
  text-decoration: none !important;
}
.menu ul li a.has-child {
  padding-right: 16px;
  margin-right: 8px;
}
.menu ul li a.has-child::after {
  content: "";
  position: absolute;
  bottom: calc(50% - 2px);
  right: 5px;
  width: 5px;
  height: 5px;
  border: 1px solid #fafafa;
  border-top: 0px;
  border-left: 0px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.menu ul li ul {
  position: absolute;
  min-width: 250px;
  margin-top: -5px;
  background-color: #fafafa;
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.menu ul li:hover > ul {
  -webkit-transform: perspective(600px) rotateX(0);
  transform: perspective(600px) rotateX(0);
  -webkit-transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}

.menu ul li ul li {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.menu ul li ul li a {
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  color: #313131;
  border-bottom: 1px solid #ececec;
}

.menu ul li ul li:last-child > a {
  border-bottom: 0px;
}

.menu ul li ul li a.has-child {
  margin-right: 0px;
}

.menu ul li ul li a.has-child:after {
  border-color: #313131;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu ul li ul li a.active,
.menu ul li ul li:hover > a {
  color: var(--main-color);
}

.menu ul li ul li:hover > a.has-child:after,
.menu ul li ul li a.active.has-child:after {
  border-color: var(--main-color);
}

.menu ul li ul li a {
  padding: 10px 0px 9px 0px;
  text-transform: capitalize;
}

.menu ul li ul li ul {
  top: 0;
  left: 100%;
  margin-top: 0px;
}

/*header-mobile*/
.mobile-header {
  position: sticky;
  top: 0;
  height: 70px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  background: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  transition: 0.3s ease;
}

body.dark .mobile-header {
  background: rgba(28, 28, 30, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

/* ===== LOGO CENTER ===== */
.mobile-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.mobile-logo img {
  max-height: 60px;
}

/* ================================= */
/* ========= HAMBURGER ============= */
/* ================================= */
.hamburger {
  width: 26px;
  height: 18px;
  position: relative;
  cursor: pointer;
  border: none;
  background: none;
}
.hamburger span, .hamburger::before, .hamburger::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #111;
  border-radius: 2px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.hamburger::before {
  top: 0;
}
.hamburger span {
  top: 8px;
}
.hamburger::after {
  bottom: 0;
}

body.dark .hamburger span,
body.dark .hamburger::before,
body.dark .hamburger::after {
  background: #fff;
}

.mm-wrapper_opening .hamburger::before, .mm-wrapper_opening .hamburger::after {
  top: 10px;
}
.mm-wrapper_opening .hamburger span {
  left: -50px;
  opacity: 0;
}
.mm-wrapper_opening .hamburger::before {
  transform: rotate(45deg);
}
.mm-wrapper_opening .hamburger::after {
  transform: rotate(-45deg);
}

/* =========================
   APPLE DRAWER FINAL FIX
========================= */
:root {
  --radius: 32px;
}

/* Ẩn nền mmenu mặc định */
.mm-menu {
  background: transparent !important;
}

/* Bỏ full width mặc định */
.mm-menu_position-left {
  width: 100vw !important;
  max-width: 100vw !important;
}

/* Tạo card thực sự */
.mm-panel {
  width: 340px;
  max-width: 85vw;
  height: calc(100vh - 40px);
  padding: 20px;
  border-radius: var(--radius);
  overflow: hidden;
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.06);
}

/* LIGHT */
body.light .mm-panel {
  background: rgba(255, 255, 255, 0.85);
}
body.light .mm-panel .mm-listitem, body.light .mm-panel .mm-navbar__title {
  color: #111;
}

/* DARK */
body.dark .mm-panel {
  background: rgba(20, 20, 20, 0.9);
}
body.dark .mm-panel .mm-listitem, body.dark .mm-panel .mm-navbar__title {
  color: #fff;
}
body.dark .mm-panel .mm-btn:after, body.dark .mm-panel .mm-btn:before {
  border-color: #fff;
}
body.dark .mm-panel {
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(255, 255, 255, 0.05);
}

/* NAVBAR */
.mm-navbar {
  height: 70px;
  font-size: 17px;
  font-weight: 600;
  background: transparent;
}

/* Xóa border rác */
.mm-listitem:after {
  display: none;
}

.mm-listitem + .mm-listitem {
  border-top: 1px solid rgba(0, 0, 0, 0.1254901961);
}

/* ITEM */
.mm-listitem__text {
  padding: 20px 28px;
  font-size: 17px;
  font-weight: 500;
  transition: all 0.25s ease;
}

.mm-listitem__text:hover {
  transform: translateX(8px);
  background: rgba(0, 0, 0, 0.05);
}

body.dark .mm-listitem__text:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* BLUR BACKGROUND */
.mm-wrapper_opened .mm-wrapper__blocker {
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.25);
}

/* ================================= */
/* ========= FOOTER INSIDE ========= */
/* ================================= */
.mobile-menu-footer {
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mobile-menu-footer a {
  font-size: 14px;
  text-decoration: none;
  opacity: 0.7;
}

body.dark .mobile-menu-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/*header-mobile*/
/* =========================
   MODERN SEARCH
========================= */
.search-wrapper {
  position: relative;
}

/* ===== ICON BUTTON ===== */
.open-form-search {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.dark .open-form-search {
  color: #fff;
}
body.dark .open-form-search.active {
  background: var(--main-color);
  color: #fff;
}

body.light .open-form-search {
  color: #111;
}
body.light .open-form-search.active {
  background: var(--main-color);
  color: #fff;
}

.open-form-search:hover {
  background: rgba(0, 0, 0, 0.06);
  transform: scale(1.05);
}

body.dark .open-form-search:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* ===== SEARCH BOX ===== */
.search-box {
  position: absolute;
  right: 0;
  top: calc(100% + 14px);
  width: 320px;
  padding: 8px;
  border-radius: 18px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: all 0.25s ease;
  z-index: 100;
}

/* Light */
body:not(.dark) .search-box {
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.05);
}

/* Dark */
body.dark .search-box {
  background: rgba(30, 30, 30, 0.9);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(255, 255, 255, 0.05);
}

/* ===== FORM ===== */
.search-box .form-search {
  position: relative;
  width: 100%;
}

.search-box .form-search input {
  width: 100%;
  height: 48px;
  border-radius: 14px;
  border: none;
  padding: 0 50px 0 18px;
  font-size: 15px;
  background: rgba(0, 0, 0, 0.05);
  transition: 0.25s;
}

body.dark .search-box .form-search input {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.search-box .form-search input:focus {
  outline: none;
  box-shadow: 0 0 0 2px var(--main-color);
}

/* ===== SUBMIT BUTTON ===== */
.search-box .form-search button {
  position: absolute;
  right: 6px;
  top: 6px;
  bottom: 6px;
  width: 36px;
  border-radius: 10px;
  border: none;
  background: var(--main-color);
  color: #fff;
  cursor: pointer;
  transition: 0.25s;
}

.search-box .form-search button:hover {
  transform: scale(1.05);
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  pointer-events: none;
}

#loader-wrapper #wrap {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 999999;
}

#loader-wrapper.show1 #wrap {
  background: transparent;
}

#loader-wrapper:after {
  -webkit-mask: url(../images/mask-01.png);
  mask: url(../images/mask-01.png);
  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  z-index: 99999;
}

#loader-wrapper.show1::after {
  -webkit-animation: MaskPlay 1s steps(22) forwards;
  animation: MaskPlay 1s steps(22) forwards;
}

#loader-wrapper.show1 #wrap {
  opacity: 0;
}

@-webkit-keyframes MaskPlay {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes MaskPlay {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "-";
}

/* Fullscreen wrapper */
.loader-wrapper {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  transition: opacity 0.3s ease;
}

/* Center content */
.loader-content {
  text-align: center;
}

/* Apple spinner */
.apple-spinner {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-top: 3px solid #0A84FF;
  animation: spin 0.8s linear infinite;
  margin: 0 auto;
}

/* Text */
.loader-content p {
  margin-top: 12px;
  font-size: 14px;
  color: #6e6e73;
  font-weight: 500;
}

/* Animation */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.vodiapicker {
  display: none;
}

#a {
  padding-left: 0px;
  margin: 0;
}

#a img, .btn-select img {
  width: 28px;
}

#a li {
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

#a li:hover {
  background-color: #F4F3F3;
}

#a li img {
  margin: 5px;
}

#a li span, .btn-select li span {
  margin-left: 5px;
  font-size: 14px;
  cursor: pointer;
}

.b {
  display: none;
  width: 100%;
  max-width: 350px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  position: absolute;
  left: 0;
  right: 0;
  top: 101%;
  background-color: #fff;
}

.open {
  display: show !important;
}

.btn-select {
  width: 100%;
  height: 34px;
  padding-right: 20px;
  background-color: transparent;
  border: 0;
  position: relative;
  font-size: 16px;
  color: #333;
}

.btn-select::before {
  content: "";
  position: absolute;
  bottom: calc(50% - 2px);
  right: 5px;
  width: 5px;
  height: 5px;
  border: 1px solid #333;
  border-top: 0px;
  border-left: 0px;
  transform: rotate(45deg);
  transition: all 0.3s ease-out;
}

.btn-select.active::before {
  transform: rotate(135deg);
}

.btn-select li {
  list-style: none;
  float: left;
  padding-bottom: 0px;
}

.btn-select:hover li {
  margin-left: 0px;
}

.btn-select:focus {
  outline: none;
}

.lang-select {
  position: relative;
  min-width: 120px;
}

.headerTop {
  background: url(../images/header-bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
}

.headerTop-box {
  padding: 0 calc((100% - 1300px) / 2);
  position: relative;
}
.headerTop-box::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 38px;
  width: calc((100% - 1300px) / 2);
  background-color: #333;
}

.headerTop-right__topbox {
  background-color: #333;
  padding: 7px 0;
  position: relative;
}
.headerTop-right__topbox::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  width: 80px;
  background: url(../images/header-before.png) no-repeat;
  background-size: 100% 100%;
}
.headerTop-right__topbox ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.headerTop-right__topbox ul li {
  font-family: Roboto-Regular;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.headerTop-right__topbox ul li.line {
  width: 1px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.2509803922);
}
.headerTop-right__topbox ul li i {
  color: var(--main-color);
}
.headerTop-right__topbox ul li span {
  font-family: Roboto-Medium;
}

.headerTop-right {
  flex: 0 0 84.61%;
  max-width: 84.61%;
}

.headerTop-left {
  flex: 0 0 8.15%;
  max-width: 8.15%;
}

.headerTop-right__botbox {
  padding: 10px 0;
}

.hotline-box a {
  background: linear-gradient(to right, #FA1E1E 0%, #D51F25 100%);
  display: block;
  font-family: Oswald-Bold;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  padding: 12px 24px;
  border-radius: 100px;
  transition: all 0.35s ease;
  overflow: hidden;
  position: relative;
}
.hotline-box a i {
  transition: transform 0.3s ease;
}
.hotline-box a::after {
  content: "";
  position: absolute;
  inset: 0;
  left: -120%;
  width: 120%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transition: all 0.6s ease;
}
.hotline-box a.is-pulse {
  animation: pulse 2.5s infinite;
}
.hotline-box a:hover {
  transform: translateY(-3px);
}
.hotline-box a:hover i {
  transform: rotate(-10deg) scale(1.1);
}
.hotline-box a:hover::after {
  left: 120%;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(235, 10, 30, 0.5019607843);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(57, 160, 131, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(57, 160, 131, 0);
  }
}
.headerBottom {
  background: url(../images/menu-bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
}

.search-box2 input {
  width: 213px;
  height: 28px;
  border-radius: 100px;
  padding: 0 15px;
}
.search-box2 button {
  background: transparent;
  color: #fff;
}

/*slide*/
.control-owl {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0px;
  top: calc(50% - 20px);
}
.control-owl button {
  opacity: 0.5;
  top: 0px;
  position: absolute;
  outline: none;
  border: 0px;
  padding: 0px;
  margin: 0px;
  display: block;
  cursor: pointer;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0px;
  background-color: transparent;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.control-owl button.owl-prev {
  left: 0px;
}
.control-owl button.owl-next {
  right: 0px;
}
.control-owl button:hover {
  opacity: 1;
}

.dots-slideshow {
  position: absolute;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dots-slideshow .owl-dot {
  width: 10px;
  height: 10px;
  background: #f2f2f2;
  transition: 0.3s;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}
.dots-slideshow .owl-dot.active {
  background: #aaa;
}

.form-control,
.form-control-plaintext:not(textarea),
.custom-select {
  height: calc(1em + 1.25rem + 8px);
}

.text-sm {
  font-size: 0.875rem !important;
}

/*slide*/
/* Breadcrumb */
.breadCrumbs .mycontainer {
  padding: 0.75rem 15px;
}
.breadCrumbs .mycontainer .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
}

.introduct-left {
  flex: 0 0 46.92%;
  max-width: 46.92%;
}
@media screen and (max-width: 991px) {
  .introduct-left {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.introduct-left > .text1 {
  font-family: Roboto-Bold;
  font-size: 22px;
  line-height: 32px;
  color: var(--hover-color);
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .introduct-left > .text1 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
.introduct-left > .text1 img {
  margin-top: -5px;
}
.introduct-left .title {
  font-family: Roboto-Bold;
  font-size: 42px;
  line-height: 52px;
  color: #1a1a1a;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .introduct-left .title {
    font-size: 25px;
    line-height: 35px;
  }
}
.introduct-left > .text2 {
  font-family: Roboto-Medium;
  font-size: 14px;
  line-height: 24px;
  color: var(--main-color);
  padding-left: 20px;
  border-left: 3px solid var(--main-color);
  margin-bottom: 15px;
}
.introduct-left > .text3 {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  text-align: justify;
  margin-bottom: 25px;
}
.introduct-left > .text3 p {
  padding-bottom: 5px;
}
.introduct-left .status-box .button {
  display: inline-block;
  font-family: Roboto-Bold;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  background: url(../images/button.png) no-repeat;
  background-size: 100% 100%;
  padding: 12px 24px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.35s ease;
}
@media screen and (max-width: 767px) {
  .introduct-left .status-box .button {
    font-size: 14px;
    line-height: 22px;
    padding: 12px 15px;
  }
}
.introduct-left .status-box .button::after {
  content: "";
  position: absolute;
  inset: 0;
  left: -120%;
  width: 120%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transition: all 0.6s ease;
}
.introduct-left .status-box .button:hover {
  transform: translateY(-3px);
}
.introduct-left .status-box .button:hover::after {
  left: 120%;
}
.introduct-left .status-box .hotline-image {
  flex: 0 0 48px;
  max-width: 48px;
}
.introduct-left .status-box .hotline-text {
  padding-left: 10px;
}
.introduct-left .status-box .hotline-text .text1 {
  font-size: 14px;
  line-height: 20px;
  color: #151515;
}
.introduct-left .status-box .hotline-text .text2 {
  font-family: Roboto-Bold;
  font-size: 20px;
  line-height: 24px;
  color: var(--main-color);
}
@media screen and (max-width: 767px) {
  .introduct-left .status-box .hotline-text .text2 {
    font-size: 16px;
    line-height: 20px;
  }
}

.introduct-right {
  flex: 0 0 48.46%;
  max-width: 48.46%;
}
@media screen and (max-width: 991px) {
  .introduct-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.introduct-right .image {
  flex: 0 0 6.98%;
  max-width: 6.98%;
  padding-top: 10.5%;
}
.introduct-right .image-box1 {
  flex: 0 0 86.19%;
  max-width: 86.19%;
}
.introduct-right .image-box2 {
  flex: 0 0 27.14%;
  max-width: 27.14%;
  margin-left: 12.5%;
}
.introduct-right .image-box3 {
  flex: 0 0 43.65%;
  max-width: 43.65%;
  border: 8px solid #fff;
}
.introduct-right .image-bottom {
  margin-top: -30%;
}

.introduct-main {
  padding: 50px 0;
}
@media screen and (max-width: 991px) {
  .introduct-main {
    padding: 25px 0;
  }
}

.criteria-item__image {
  flex: 0 0 52px;
  max-width: 52px;
}

.criteria-item__text {
  flex: 0 0 calc(100% - 52px);
  max-width: calc(100% - 52px);
  padding-left: 16px;
}
.criteria-item__text h3 {
  font-family: Roboto-Bold;
  font-size: 15px;
  line-height: 24px;
  color: #242a2d;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.criteria-item__text p {
  font-size: 14px;
  line-height: 22px;
  color: #6c757d;
}

.criteria-box {
  padding: 20px 0;
  border-top: 1px dashed rgba(0, 0, 0, 0.1254901961);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1254901961);
  margin-bottom: 25px;
}

.line-item__text {
  margin-top: 18px;
}
.line-item__text .text1 {
  margin: 0 auto;
  font-family: Roboto-Black;
  font-size: 14px;
  line-height: 39px;
  color: #fff;
  background-color: var(--main-color);
  position: relative;
  width: 39px;
  height: 39px;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
}
.line-item__text .text1::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  right: 2px;
  border: 4px solid #fff;
  border-radius: 50%;
  z-index: 2;
  pointer-events: none;
}
.line-item__text .text2 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 26px;
  color: #333;
  text-transform: capitalize;
}

.line-main {
  padding: 50px 0;
  background: url(../images/tuyenduong-bg.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .line-main {
    padding: 25px 0;
  }
}

.line1-box {
  padding-left: 70px;
  margin-bottom: 70px;
}
.line1-box .line-text {
  position: absolute;
  left: 0;
  bottom: 45px;
  font-family: Roboto-Bold;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  text-transform: uppercase;
}
.line1-box .line-text::before {
  content: "";
  position: absolute;
  left: 125%;
  top: 50%;
  transform: translateY(-50%);
  width: 1189px;
  height: 12px;
  background: url(../images/tuyenduong-line.png);
}

.line2-box {
  padding-left: 70px;
  margin-bottom: 70px;
}
.line2-box .line-text {
  position: absolute;
  left: 0;
  top: 10px;
  font-family: Roboto-Bold;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  text-transform: uppercase;
}
.line2-box .line-text::before {
  content: "";
  position: absolute;
  left: 125%;
  top: 50%;
  transform: translateY(-50%);
  width: 1189px;
  height: 12px;
  background: url(../images/tuyenduong-line.png);
}
.line2-box .line-item__text {
  margin-top: 0;
  margin-bottom: 18px;
}

.line-item__image {
  transition: 0.3s;
  opacity: 0;
  border-radius: 8px;
  overflow: hidden;
}

.line-item {
  cursor: pointer;
}
.line-item:hover .line-item__image {
  opacity: 1;
}
.line-item:hover .line-item__text .text1 {
  background-color: var(--hover-color);
}

.owl-item:not(.active) + .owl-item.active .line-item .line-item__image {
  opacity: 1;
}
.owl-item:not(.active) + .owl-item.active .line-item .line-item__text .text1 {
  background-color: var(--hover-color);
}

.service-main {
  padding: 50px 0;
  background: url(../images/dichvu-bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 991px) {
  .service-main {
    padding: 25px 0;
  }
}

.service-item {
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2509803922);
}
.service-item__text {
  padding: 4px;
}
.service-item__text h3 {
  font-family: Roboto-Bold;
  font-size: 18px;
  line-height: 28px;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .service-item__text h3 {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 5px;
  }
}
.service-item__text h3 a {
  color: #333;
}
.service-item__text h3 a:hover {
  color: var(--main-color);
}
.service-item__text p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-bottom: 20px;
}
.service-item__text .button {
  display: block;
  font-family: Roboto-Bold;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  padding: 8px 10px;
  background-color: var(--main-color);
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
  transition: all 0.35s ease;
  position: relative;
}
.service-item__text .button::after {
  content: "";
  position: absolute;
  inset: 0;
  left: -120%;
  width: 120%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transition: all 0.6s ease;
}
.service-item__text .button:hover {
  transform: translateY(-3px);
}
.service-item__text .button:hover::after {
  left: 120%;
}

.readon-button {
  display: inline-block;
  font-family: Roboto-Bold;
  font-size: 16px;
  line-height: 24px;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  text-transform: uppercase;
  background-color: #fff;
  background-size: 100% 100%;
  padding: 12px 24px;
  overflow: hidden;
  transition: all 0.35s ease;
}
.readon-button::after {
  content: "";
  position: absolute;
  inset: 0;
  left: -120%;
  width: 120%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transition: all 0.6s ease;
}
.readon-button:hover {
  transform: translateY(-3px);
  background-color: var(--main-color);
  color: #fff;
}
.readon-button:hover::after {
  left: 120%;
}

.readon-button.style2 {
  background-color: var(--main-color);
  color: #fff;
  width: 100%;
  padding: 5px 10px;
  overflow: hidden;
}

.why-main {
  padding: 70px 0;
  background: url(../images/visao-bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 991px) {
  .why-main {
    padding: 35px 0;
  }
}
.why-main .header-container p, .why-main .header-container h2 {
  color: #fff;
}
.why-main .header-container p {
  background: url(../images/title-bg2.png) no-repeat;
  background-size: 100% 100%;
}

.why-item {
  background-color: #fff;
  border-top: 5px solid var(--main-color);
  padding: 36px 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1254901961) inset;
}
.why-item__image {
  margin-bottom: 5px;
}
.why-item__text h3 {
  font-family: Roboto-Bold;
  font-size: 16px;
  line-height: 32px;
  color: #2C2C2E;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.why-item__text p {
  font-family: Roboto-Regular;
  font-size: 14px;
  line-height: 20px;
  color: #8E8E93;
}

.album-main {
  padding: 50px 0;
}
@media screen and (max-width: 991px) {
  .album-main {
    padding: 25px 0;
  }
}

.album-item__image {
  position: relative;
}
.album-item__image .button {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 8px 10px;
  background-color: var(--main-color);
  font-family: Roboto-Bold;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  transform: translateY(100%);
  transition: 0.3s;
}

.album-item__text {
  margin-top: 15px;
  text-align: center;
}
.album-item__text h3 {
  font-family: Roboto-Bold;
  font-size: 16px;
  line-height: 26px;
  color: #333;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .album-item__text h3 {
    font-size: 14px;
    line-height: 24px;
  }
}
.album-item__text h3 a {
  color: #333;
}
.album-item__text h3 a:hover {
  color: var(--main-color);
}

.album-item:hover .album-item__text h3 a {
  color: var(--main-color);
}
.album-item:hover .album-item__image .button {
  transform: translateY(0);
}

.video-left {
  flex: 0 0 37.69%;
  max-width: 37.69%;
}
@media screen and (max-width: 991px) {
  .video-left {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.video-left .header-container {
  text-align: left;
}
.video-left .text {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin: 30px 0;
}
.video-left .button {
  display: inline-block;
  font-family: Roboto-Bold;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  background: url(../images/button.png) no-repeat;
  background-size: 100% 100%;
  padding: 12px 24px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.35s ease;
}
.video-left .button::after {
  content: "";
  position: absolute;
  inset: 0;
  left: -120%;
  width: 120%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transition: all 0.6s ease;
}
.video-left .button:hover {
  transform: translateY(-3px);
}
.video-left .button:hover::after {
  left: 120%;
}

.video-right {
  flex: 0 0 56.15%;
  max-width: 56.15%;
}
@media screen and (max-width: 991px) {
  .video-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.video-wrapper iframe {
  width: 100%;
}

.video-wrapper__left {
  flex: 0 0 58.49%;
  max-width: 58.49%;
}
@media screen and (max-width: 767px) {
  .video-wrapper__left {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }
}

.video-wrapper__right {
  flex: 0 0 39.86%;
  max-width: 39.86%;
}
@media screen and (max-width: 767px) {
  .video-wrapper__right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.item-video-addon {
  border: 0 !important;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .item-video-addon {
    padding: 0 5px;
  }
}

@media screen and (max-width: 767px) {
  .carousel-video {
    margin: 0 -5px;
  }
}

.video-main {
  padding: 50px 0;
  background: url(../images/video-bg.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .video-main {
    padding: 25px 0;
  }
}

.procedure-main {
  padding: 50px 0;
  background: url(../images/quytrinh-bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .procedure-main {
    padding: 25px 0;
  }
}
.procedure-main .header-container p, .procedure-main .header-container h2 {
  color: #fff;
}
.procedure-main .header-container p {
  background: url(../images/title-bg2.png) no-repeat;
  background-size: 100% 100%;
}

.procedure-item__text {
  padding: 100px 15px 50px;
  background: url(../images/quytrinh-img.png) no-repeat;
  background-size: 100% 100%;
  margin-top: -60px;
  max-width: 250px;
  margin: -60px auto 0;
}
.procedure-item__text h3 {
  font-family: Roboto-Bold;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.procedure-item__text p {
  font-size: 14px;
  line-height: 24px;
  color: #bcbcbc;
  margin-bottom: 60px;
}
.procedure-item__text .count {
  margin: 0 auto;
  width: 72px;
  height: 72px;
  background-color: #37526C;
  border-radius: 50%;
  font-family: Roboto-Bold;
  font-size: 32px;
  line-height: 72px;
  color: #fff;
}

.procedure-list .owl-item:nth-child(odd) .procedure-item {
  position: relative;
}
.procedure-list .owl-item:nth-child(odd) .procedure-item::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 60px;
  width: 129px;
  height: 18px;
  background: url(../images/muiten1.png);
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .procedure-list .owl-item:nth-child(odd) .procedure-item::before {
    display: none;
  }
}
.procedure-list .owl-item:nth-child(even) .procedure-item {
  position: relative;
}
.procedure-list .owl-item:nth-child(even) .procedure-item::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 60px;
  width: 129px;
  height: 18px;
  background: url(../images/muiten2.png);
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .procedure-list .owl-item:nth-child(even) .procedure-item::before {
    display: none;
  }
}

.newsletter-box {
  flex: 0 0 33.92%;
  max-width: 33.92%;
  background-color: #353F9E;
  padding: 50px 40px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .newsletter-box {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.newsletter-box .title {
  font-family: Roboto-Bold;
  font-size: 36px;
  line-height: 46px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .newsletter-box .title {
    font-size: 25px;
    line-height: 35px;
  }
}

.feedback-box {
  flex: 0 0 63.53%;
  max-width: 63.53%;
}
@media screen and (max-width: 991px) {
  .feedback-box {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.newsletter-n-feedback-main {
  background: url(../images/dangky-bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 991px) {
  .newsletter-n-feedback-main {
    padding: 30px 0;
  }
}

.newsletter-input {
  margin-bottom: 15px;
}
.newsletter-input .form-control {
  border: 0;
  border-radius: 0;
  height: 40px;
}
.newsletter-input textarea {
  height: 93px !important;
  resize: none;
}

.feedback-top {
  padding: 0 30px;
}
@media screen and (max-width: 991px) {
  .feedback-top {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .feedback-top {
    padding: 0;
  }
}

.feedback-top-item {
  transition: 0.3s;
}
.feedback-top-item img {
  border-radius: 50%;
}

.feedback-top-item.slick-active.active-0,
.feedback-top-item.slick-active.active-2 {
  transform: scale(0.7);
  opacity: 0.5;
}

.feedback-bottom {
  margin-top: 15px;
  padding: 0 0px;
}
@media screen and (max-width: 991px) {
  .feedback-bottom {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .feedback-bottom {
    padding: 0;
  }
}

.feedback-bottom-item {
  text-align: center;
}
.feedback-bottom-item .text1 span {
  font-size: 38px;
  color: #000;
}
.feedback-bottom-item .text1 {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
}
.feedback-bottom-item .text2 {
  font-family: Roboto-Bold;
  font-size: 17px;
  color: #333333;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.title_fb img {
  margin: auto;
}

.title_fb {
  position: relative;
  margin-bottom: 18px;
  margin-top: 5px;
}

.slick-next {
  width: 44px;
  height: 44px;
  background: url(../images/ar.png);
  top: -25px !important;
  transform: rotateY(180deg) !important;
  right: -5px;
}
.slick-next:hover {
  color: unset !important;
  outline: unset !important;
  background: url(../images/ar.png) !important;
}
.slick-next::before {
  display: none;
}
@media screen and (max-width: 991px) {
  .slick-next {
    display: none !important;
  }
}

.desc_feeback {
  font-size: 14px;
  color: #808080;
  line-height: 22px;
}

.feedback-top-item.slick-slide.slick-active.active-1 img {
  border: 2px dashed #353F9E;
  border-radius: 50%;
  padding: 10px;
}

.slick-prev {
  width: 44px;
  height: 44px;
  background: url(../images/ar.png);
  top: -25px !important;
  transform: unset !important;
  left: -5px;
}
.slick-prev:hover, .slick-prev:focus {
  color: unset !important;
  outline: unset !important;
  background: url(../images/ar.png) !important;
}
.slick-prev::before {
  display: none;
}
@media screen and (max-width: 991px) {
  .slick-prev {
    display: none !important;
  }
}

.feedback-box {
  background: #FFFFFF;
  position: relative;
  padding: 67px 180px;
  border-radius: 8px;
}
@media screen and (max-width: 991px) {
  .feedback-box {
    padding: 30px;
  }
}

.news-box {
  flex: 0 0 55.38%;
  max-width: 55.38%;
}
@media screen and (max-width: 991px) {
  .news-box {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.fanpage-box {
  flex: 0 0 38.46%;
  max-width: 38.46%;
}
@media screen and (max-width: 991px) {
  .fanpage-box {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.news-box .header-container {
  text-align: left;
}

.news-n-fanpage-main {
  padding: 50px 0;
}
@media screen and (max-width: 991px) {
  .news-n-fanpage-main {
    padding: 25px 0;
  }
}

.news-item__image {
  flex: 0 0 240px;
  max-width: 240px;
}
@media screen and (max-width: 767px) {
  .news-item__image {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.news-item__text {
  flex: 0 0 calc(100% - 240px);
  max-width: calc(100% - 240px);
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .news-item__text {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 16px;
    padding-left: 0;
  }
}
.news-item__text h3 {
  font-family: Roboto-Medium;
  font-size: 16px;
  line-height: 24px;
  color: #102325;
  text-transform: capitalize;
  margin-bottom: 6px;
}
.news-item__text h3 a {
  color: #102325;
}
.news-item__text h3 a:hover {
  color: var(--main-color);
}
.news-item__text .text {
  font-size: 14px;
  line-height: 20px;
  color: #808589;
  margin-bottom: 15px;
}
.news-item__text .status-box .text1 {
  font-size: 14px;
  line-height: 20px;
  color: #808589;
}
.news-item__text .status-box .text1 i {
  color: var(--main-color);
}

.news-item {
  border: 0 !important;
  padding: 10px 0;
  border-bottom: 1px dashed #BDBDBD !important;
}

.news-list {
  border-top: 1px dashed #BDBDBD;
}
@media screen and (max-width: 767px) {
  .news-list {
    margin: 0 -10px;
  }
}
.news-list .news-item {
  padding: 0 10px;
}

.footerMap iframe {
  display: block;
  width: 100%;
  height: 450px;
}

.footerPowered {
  padding: 15px 0;
  background-color: #F6232C;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .footerCopyright {
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.footerCopyright {
  font-family: Roboto-Regular;
  font-size: 15px;
}
.footerCopyright span {
  font-family: Roboto-Bold;
}

@media screen and (max-width: 991px) {
  .footerStatic {
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.footerStatic span {
  padding-right: 10px;
  margin-right: 10px;
}
.footerStatic span:last-child {
  padding-right: 0;
  margin-right: 0;
}

.footerArticle {
  padding: 50px 0;
  background: url(../images/footer-bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 991px) {
  .footerArticle {
    padding: 25px 0;
  }
}

.footerInfo {
  flex: 0 0 37.53%;
  max-width: 37.53%;
  background-color: #353F9E;
  padding: 20px 40px;
}
@media screen and (max-width: 991px) {
  .footerInfo {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.footerBranch {
  flex: 0 0 62.47%;
  max-width: 62.47%;
}
@media screen and (max-width: 991px) {
  .footerBranch {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.footerRow .footerlogo {
  margin-bottom: 20px;
}
.footerRow .title {
  font-family: Inter-Bold;
  font-size: 30px;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footerRow .title {
    font-size: 22px;
    line-height: 32px;
  }
}
.footerRow .title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 180px;
  height: 1px;
  background-color: #fff;
  transform: translateX(-50%);
}
.footerRow .desc {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.footerRow .desc p {
  padding-bottom: 5px;
}

.iframe iframe {
  width: 100% !important;
  height: 400px;
}

.index-map {
  position: relative;
}

.block-toa-do {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 999;
  width: 420px;
  background-color: #fff;
  overflow-y: auto;
  height: 252px;
}
@media screen and (max-width: 1300px) {
  .block-toa-do {
    left: 15px;
  }
}
@media screen and (max-width: 991px) {
  .block-toa-do {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    border-radius: 0;
  }
}

/* width */
.block-toa-do::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.block-toa-do::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px #d9d9d9;
  border-radius: 30px;
}

/* Handle */
.block-toa-do::-webkit-scrollbar-thumb {
  background: var(--hover-color);
  border-radius: 30px;
}

.block-toa-do .item-toa-do {
  padding: 10px;
  cursor: pointer;
}
.block-toa-do .item-toa-do h3 {
  font-family: Roboto-Bold;
  font-size: 16px;
  line-height: 24px;
  color: #353F9E;
  text-transform: uppercase;
}
.block-toa-do .item-toa-do .desc {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  margin: 10px 0;
}

.item-toa-do.active {
  background-color: rgba(53, 63, 158, 0.1254901961);
}

#show_popup {
  padding: 0 !important;
}
@media screen and (max-width: 991px) {
  #show_popup {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 767px) {
  #show_popup {
    transform: scale(0.7);
  }
}
@media screen and (max-width: 576px) {
  #show_popup {
    transform: scale(0.6);
  }
}

@media screen and (min-width: 991px) {
  .d-lg-list {
    display: list-item !important;
  }
}

.fw-normal {
  font-weight: normal !important;
}

.text-main {
  color: var(--main-color);
}

.btn-main {
  color: #fff;
  background: var(--main-color);
  transition: 0.4s;
}
.btn-main:hover {
  background: #fff;
  color: var(--main-color);
  border: 1px solid var(--main-color);
}

.btn-outline-main {
  background: #fff;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  transition: 0.4s;
}
.btn-outline-main:hover {
  background: var(--main-color);
  color: #fff;
}

.share-box {
  padding: 15px;
  background: #f2f2f2;
  border-radius: 10px;
}
.share-box p {
  margin-bottom: 3px;
}

.wow {
  visibility: hidden;
}

.article iframe,
.article object {
  max-width: 100% !important;
}

.article ul, .contact-text ul {
  padding: 0;
  margin: 0;
  list-style-position: outside;
  margin-left: 20px;
}

.article table {
  width: 100%;
}

.article *:not(iframe):not(object):not(img) {
  max-width: 100% !important;
  height: auto !important;
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  flex-wrap: wrap;
}

.text-split1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}

.text-split2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.text-split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.text-split4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
}

.text-split5 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 5;
}

/* Scale IMG */
.overflow-hidden {
  overflow: hidden;
}

.cursor-pointer {
  cursor: pointer;
}

.hover-scale img {
  transition: 0.3s !important;
}
.hover-scale:hover img {
  transform: scale(1.15);
}

.hover-rotateZ img {
  transition: 0.8s !important;
}
.hover-rotateZ:hover img {
  transform: rotateZ(30deg);
}

.hover-rotateY img {
  transition: 0.8s !important;
}
.hover-rotateY:hover img {
  transform: rotateY(180deg);
}

.bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.yt {
  position: relative;
  aspect-ratio: 291/178;
}

/* Transition All */
.transition {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

/* General */
/* Hidden Google Captcha */
.grecaptcha-badge {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  overflow: hidden;
}

/* Hidden Check Grammar Coccoc */
coccocgrammar {
  display: none;
}

/* Scroll Top */
.goTop {
  width: 41px;
  height: 41px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 65px;
  right: 25px;
  display: none;
  z-index: 10;
  cursor: pointer;
}

.modal-quickiew {
  max-width: 1000px !important;
}

.fw-bold {
  font-weight: bold;
}

.ft-italic {
  font-style: italic;
}

.slick-data {
  display: none !important;
}
.slick-data.loaded {
  display: block !important;
}
.slick-data.slick-dotted {
  margin-bottom: 0;
}

/* News */
.col-news {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .col-news {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}

.row-news {
  margin: 20px -10px 0 -10px;
}
@media screen and (max-width: 767px) {
  .row-news {
    margin: 15px -5px 0 -5px;
  }
}

.news_box {
  position: relative;
}
.news_box:hover .news__name a {
  color: var(--hover-color);
}

.news__name {
  margin: 15px 0 7px 0;
  color: #000;
}
.news__name a {
  color: inherit;
}
.news__name.text-split {
  -webkit-line-clamp: 2;
}

.news__desc.text-split {
  -webkit-line-clamp: 3;
}

.othernews.share {
  margin-top: 20px;
}
.othernews.share b {
  margin-bottom: 10px;
}

.list-news-other {
  padding-left: 17px;
  list-style: disc;
  width: 50%;
}
.list-news-other li {
  padding: 7px 0;
}
.list-news-other li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.list-news-other li a {
  text-transform: none;
}
.list-news-other li a:hover {
  color: #ec2d3f;
}
@media screen and (max-width: 767px) {
  .list-news-other {
    width: 100%;
  }
}

/* Product */
.row-product {
  margin: 25px -10px 0 -10px;
}
@media screen and (max-width: 767px) {
  .row-product {
    margin: 20px -5px 0 -5px;
  }
}

.col-product {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .col-product {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .col-product.fixed {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.product_box {
  position: relative;
}
.product_box:hover .product__name a {
  color: var(--hover-color);
}

.product__info {
  position: relative;
}

.product__name {
  color: #000;
  font-size: 20px;
  text-align: center;
}
.product__name a {
  color: inherit;
}
.product__name.text-split {
  -webkit-line-clamp: 2;
}

.product__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .product__price {
    text-align: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  .product__price .price__pro_new {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 991px) {
  .product__price .price__pro_old {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}

.price__pro_new a,
.price__pro_new strong {
  color: #cc0000;
  font: 20px Roboto-Bold;
}

.price__pro_old del {
  color: #aaa;
  font-size: 17px;
}

.product__price .price__pro_new + .price__pro_old {
  margin-left: 7px;
}
@media screen and (max-width: 991px) {
  .product__price .price__pro_new + .price__pro_old {
    margin-left: 0;
  }
}

.discount-pro-detail {
  background-color: #ec2d3f;
  border-radius: 20px;
  font-weight: bold;
  padding: 3px 9px;
  color: #fff;
  font-size: 11px;
}

.left-pro-detail {
  flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  max-width: 40%;
  margin-bottom: 20px;
  padding-right: 10px;
  position: relative;
  text-align: center;
}
.left-pro-detail .MagicZoom {
  background-color: #ffffff;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .left-pro-detail {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
}

.right-pro-detail {
  flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  max-width: 60%;
  margin-bottom: 20px;
  padding-left: 10px;
}
@media screen and (max-width: 991px) {
  .right-pro-detail {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
  }
}

.tabs-pro-detail {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  max-width: 100%;
}

/* Product Detail */
.grid-pro-detail {
  margin-bottom: 3rem;
}

.gallery-thumb-pro {
  position: relative;
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .gallery-thumb-pro {
    margin-top: 5px;
  }
}

.control-pro-detail {
  top: calc(50% - 12.5px);
}
.control-pro-detail button {
  background-color: transparent;
  opacity: 1;
  width: 25px;
  height: 25px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  color: #fff;
  font-size: 23px;
}
.control-pro-detail button.owl-prev {
  left: 10px;
}
.control-pro-detail button.owl-next {
  right: 10px;
}

.title-color, .title-size, .title-capacity, .title-origin {
  color: var(--main-color);
  font-weight: normal;
}

.thumb-pro-detail {
  display: block !important;
  border-radius: 5px;
  cursor: pointer;
  background-color: #ffffff;
}
.thumb-pro-detail img {
  box-shadow: none !important;
  filter: brightness(100%) !important;
  border-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.thumb-pro-detail.mz-thumb.mz-thumb-selected {
  border-color: #cecfd2;
}

.title-pro-detail {
  text-transform: capitalize;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.top-info-pro-detail {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: baseline;
}
.top-info-pro-detail li + li {
  border-left: 1px solid #eae4e8;
}
.top-info-pro-detail li:first-child {
  padding-right: 7px;
}
.top-info-pro-detail li:last-child {
  padding-left: 7px;
}
.top-info-pro-detail li span, .top-info-pro-detail li a {
  font-weight: bold;
  color: #007bff;
  margin-left: 2px;
}

.comment-pro-detail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.social-plugin-pro-detail {
  margin-bottom: 1rem;
  margin-top: 0px !important;
}

.desc-pro-detail {
  margin-bottom: 1rem;
}

.attr-pro-detail {
  list-style: none;
  padding: 0;
  margin: 0;
}
.attr-pro-detail li {
  margin-bottom: 15px;
}
.attr-pro-detail li:last-child {
  margin-bottom: 0;
}

.attr-label-pro-detail {
  font-weight: bold;
  color: #000;
  display: block;
  margin-bottom: 6px;
}

.attr-content-pro-detail {
  margin-bottom: 0px;
}

.price-new-pro-detail {
  font-weight: bold;
  font-size: 20px;
  color: #ec2d3f;
}
@media screen and (max-width: 767px) {
  .price-new-pro-detail {
    font-size: 16px;
  }
}

.price-old-pro-detail {
  color: #6c757d;
  font-size: 16px;
  text-decoration: line-through;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .price-old-pro-detail {
    font-size: 13px;
    padding: 0 7px;
  }
}

.tabs-pro-detail {
  margin-top: 2rem;
}
.tabs-pro-detail .nav-tabs {
  justify-content: center;
}
.tabs-pro-detail .nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  border: 0;
  font-size: 15px;
  border-bottom: 2px solid transparent;
}
.tabs-pro-detail .nav-tabs .nav-item .nav-link.active {
  border-bottom-color: #555555;
  font-weight: bold;
}
.tabs-pro-detail .nav-tabs .nav-item .nav-link:hover {
  font-weight: bold;
  color: #333;
}
.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
  font-weight: bold;
  border-bottom-color: #555555;
}
@media screen and (max-width: 991px) {
  .tabs-pro-detail .nav-tabs .nav-link {
    font-size: 13px !important;
  }
}

/* Contact */
.contact-article {
  margin-bottom: 3rem;
}

.contact-input {
  position: relative;
  margin-bottom: 15px;
}

.contact-input textarea {
  resize: none;
  height: 150px;
}

.contact-input .custom-file-label::after {
  content: attr(title);
}

.contact-map {
  position: relative;
  height: 500px;
}

.contact-map iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
}

.box_setting_contact {
  margin-bottom: 30px;
  display: block;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 10px 20px;
  box-shadow: 0 0 3px #e3e3e3;
}

.box_setting_contact p {
  font-family: Roboto-Medium;
  text-transform: uppercase;
  color: var(--main-colo);
}

.box_setting_contact h3 a {
  font-family: Roboto-Bold;
  font-size: 17px;
}

.box_setting_contact h3 {
  line-height: 22px;
}

.box_setting_contact h3 {
  font-family: SVN-PoppinsBold;
  font-size: 14px;
}

.box_setting_contact i {
  width: 55px;
  background: var(--main-color);
  color: white;
  padding: 14px;
  border-radius: 50px;
  font-size: 31px;
  margin-right: 20px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box_setting_contact:last-child {
  margin-bottom: 0 !important;
}

.contact-form {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  box-shadow: 0 0 3px #dbdbdb;
  padding: 33px 33px 40px;
}

.title-contact h2 {
  font-family: Roboto-Bold;
  font-size: 30px;
  margin-bottom: 14px;
}

.title-contact p {
  font-family: Roboto-Medium;
  margin-bottom: 27px;
}

.contact-input .form-control {
  height: 50px;
}

.contact-input textarea {
  height: 121px !important;
}

.submit-contact {
  padding: 15px 20px 15px 20px;
  color: #ffffff;
  background-color: var(--main-color);
  border-style: none;
  border-radius: 5px 5px 5px 5px;
  display: block !important;
  width: 100%;
  font-family: Roboto-Medium;
  box-shadow: 0 5px 5px 0 rgba(66, 133, 244, 0.3);
  transition: 0.3s;
}

.submit-contact:hover {
  background-color: #af332a;
}

/* Cart Fix */
.popup-cart .total-procart {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}
.popup-cart .total-procart p:last-child {
  font-size: 19px;
}

.cart-fixed i {
  font-size: 20px;
  position: relative;
  z-index: 9;
}
.cart-fixed span {
  position: absolute;
  top: 0px;
  right: -5px;
  color: #ffffff;
  width: 20px;
  height: 20px;
  background: #ec2d3f;
  text-align: center;
  line-height: 20px;
  font-size: 11px;
  border-radius: 100%;
  z-index: 10;
}

#popup-cart .card-cover {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1010;
  background: transparent;
  right: 0;
}
#popup-cart .cart-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#popup-cart .price-new-cart {
  color: #000;
}
#popup-cart .cart-dialog {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transform: translateX(120%);
  transition: transform 0.35s ease, right 0.25s ease, visibility 0s;
  z-index: 1000;
  width: 480px;
  background: #fff;
  transition: transform 0.5s;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}
#popup-cart .wrap-cart {
  box-shadow: none;
  border-left: 0;
  border-right: 0;
  border-color: #e7e7e7;
  height: 100%;
  position: absolute;
  overflow-y: scroll;
  left: 0;
  top: 0;
  width: 100%;
  overscroll-behavior: none;
  padding: 5px 10px;
}
#popup-cart .wrap-cart::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  border-radius: 3px;
}
#popup-cart .wrap-cart::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
#popup-cart .wrap-cart::-webkit-scrollbar-track {
  background-color: #d4d4d4;
}
#popup-cart .wrap-cart::-webkit-scrollbar-track-piece {
  background-color: #e7e7e7;
}
#popup-cart .wrap-cart::-webkit-scrollbar-thumb {
  height: 60px;
  background-color: #d4d4d4;
}
#popup-cart .wrap-cart::-webkit-scrollbar-corner {
  background-color: #e7e7e7;
}
#popup-cart .wrap-cart::-webkit-resizer {
  background-color: #e7e7e7;
}
#popup-cart .info-procart {
  padding-right: 0;
}
#popup-cart .link-to-cart {
  display: block;
  background: var(--main-color);
  color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 0;
  border: 1px solid var(--main-color);
  transition: 0.4s;
}
#popup-cart .link-to-cart:hover {
  background: #fff;
  color: var(--main-color);
}
#popup-cart .buymore-cart {
  text-decoration: underline;
}
#popup-cart .procart {
  padding: 15px 0;
}
#popup-cart .quantity-counter-procart {
  border-radius: 0;
  border-color: #f9f9f9;
  margin-left: 0;
}
#popup-cart .cart-header {
  padding: 15px 10px;
}
#popup-cart .close-cart {
  width: 25px;
  height: 25px;
  background: transparent;
  outline: none;
  border: none;
  font-size: 25px;
  color: #333;
}
#popup-cart .cart-title {
  font-size: 16px;
  color: var(--main-color);
  font-weight: bold;
}
#popup-cart .cart-footer {
  padding: 15px 10px;
}
#popup-cart .cart-footer .total-procart {
  padding: 6px 0;
}
#popup-cart .cart-footer .total-procart p:first-child {
  font-weight: normal;
}
#popup-cart .cart-footer .total-procart p:last-child {
  font-size: 18px;
}
#popup-cart .cart-body {
  flex-grow: 1;
  position: relative;
}
#popup-cart .del-procart {
  color: #ec2d3f;
  font-size: 15px;
  display: block;
  cursor: pointer;
  height: 15px;
  width: 15px;
  position: absolute;
  top: calc(50% - 7.5px);
  right: 0;
}
#popup-cart.opened .cart-background {
  opacity: 1;
  visibility: visible;
}
#popup-cart.opened .card-cover {
  left: 0 !important;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#popup-cart.opened .cart-dialog {
  width: 480px;
  transform: translateX(0);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  transition: transform 0.35s ease, right 0.25s ease, visibility 0s;
  right: 0;
}
@media screen and (max-width: 991px) {
  #popup-cart.opened .cart-dialog {
    width: 85%;
  }
}

.no-cart {
  padding: 15px 10px;
  border-top: 1px solid #f9f9f9;
}
.no-cart p {
  margin: 10px 0;
}
.no-cart a {
  display: inline-block;
  color: #1a73e8;
  text-decoration: underline;
}
.no-cart .form-search {
  width: 50%;
  margin: 30px auto 0 auto;
  position: relative;
}
.no-cart input {
  width: 100%;
  height: 40px;
  outline: none;
  border: 1px solid #ccc;
  padding: 0 40px 0 20px;
}
.no-cart button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  outline: none;
  border: 1px solid #ccc;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .no-cart .form-search {
    width: 100%;
  }
}

.buymore-cart {
  color: var(--main-color);
  cursor: pointer;
  margin: 0px;
}
.buymore-cart i {
  margin-right: 2px;
  margin-top: 5px;
  vertical-align: top;
  font-size: 12px;
}

.wrap-cart {
  padding: 20px 15px;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 991px) {
  .top-cart {
    margin-top: 2rem;
  }
}

.procart {
  padding: 15px 10px;
}
.procart + .procart {
  border-top: 1px solid #f1f1f1;
}
@media screen and (max-width: 991px) {
  .procart {
    padding: 8px 0;
  }
  .procart + .procart {
    border-top: 1px solid #f1f1f1;
  }
}

.top-cart .procart {
  padding: 15px 0;
}

.number-pro-cart {
  font-size: 13px;
}

@media screen and (min-width: 991px) {
  .cart-sticky {
    position: sticky;
    top: 60px;
  }
}

.pic-procart {
  position: relative;
  flex: 0 0 85px;
  -ms-flex: 0 0 85px;
  max-width: 85px;
}
.pic-procart .del-procart {
  color: #999;
  font-size: 15px;
  display: block;
  cursor: pointer;
  height: 15px;
  width: 15px;
  position: absolute;
  top: -7.5px;
  left: -7.5px;
}
.pic-procart .del-procart i {
  display: block;
}
.pic-procart .del-procart:hover {
  color: red;
}
.pic-procart img {
  display: block;
  border: 1px solid #ededed;
}
@media screen and (max-width: 991px) {
  .pic-procart {
    flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    max-width: 60px;
  }
  .pic-procart .del-procart {
    top: 0;
    left: 0;
    position: static;
    margin: 5px auto 0 auto;
  }
}

.price-info-cart strong {
  margin-right: 10px;
}
.price-info-cart del {
  font-size: 12px;
  color: #8f9bb3;
}

.name-procart a {
  font-size: 14px;
  color: #000;
  display: block;
}
.name-procart a:hover {
  color: #ec2d3f;
}

.properties-procart {
  display: block;
  font-size: 13px;
}
.properties-procart p {
  display: inline-block;
  margin-bottom: 0px;
}
.properties-procart p:first-child {
  margin-right: 10px;
}
.properties-procart p strong {
  font-weight: bold;
}

.quantity-counter-procart {
  border: 1px solid #f9f9f9;
  width: 90px;
  margin-top: 5px;
  height: 25px;
  line-height: normal;
  text-align: center;
  display: flex;
  align-items: stretch;
  margin-left: calc(100% - 90px);
}

.counter-procart {
  background-color: #f9f9f9;
  border: 0px;
  width: 30%;
  color: #333;
  outline: none;
  cursor: pointer;
  font-size: 10px;
  font-weight: bold;
}
.counter-procart:hover, .counter-procart:focus {
  color: #ec2d3f;
}
.counter-procart:disabled, .counter-procart:disabled:hover {
  color: #ccc;
  cursor: not-allowed;
}

.counter-procart-minus {
  line-height: 25px;
}

.counter-procart-plus {
  line-height: 25px;
}

.quantity-counter-procart .quantity-procart {
  width: 40%;
  box-sizing: border-box;
  border: 0px;
  border-right: 1px solid #f9f9f9;
  border-left: 1px solid #f9f9f9;
  outline: none;
  box-shadow: none;
  padding: 0px;
  color: #333;
  text-align: center;
}

.price-procart {
  flex: 0 0 95px;
  -ms-flex: 0 0 95px;
  max-width: 95px;
  text-align: right;
}

.info-procart {
  padding: 0 15px;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .info-procart {
    padding: 0 10px;
  }
}

.price-new-cart {
  color: #ec2d3f;
  margin-bottom: 0px;
  font-weight: bold;
}

.price-old-cart {
  color: #999;
  text-decoration: line-through;
}

.total-procart {
  padding: 5px 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.total-procart p {
  font-weight: bold;
}
.total-procart p:last-child {
  color: #ec2d3f;
  font-size: 18px;
}

hr.hr-md {
  margin: 0.5rem 0;
}

.link-to-payment {
  display: block;
  background: var(--main-color);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 5px;
  text-align: center;
  font-weight: bold;
  border-radius: 0;
  transition: 0.4s;
  border-radius: 5px;
  border: 1px solid var(--main-color);
  margin-top: 15px;
}
.link-to-payment:hover {
  background: #fff;
  color: var(--main-color);
}

.cover-list-pro {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  .cover-list-pro {
    border-radius: 0;
    box-shadow: none;
  }
}

.section-cart {
  background: #fff;
  border-radius: 5px;
}
.section-cart.bot {
  padding: 15px;
}
.section-cart.bot {
  border-radius: 0 0 5px 5px;
}
.section-cart h4 {
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
  border-bottom: 1px solid #eae4e8;
  color: var(--main-color);
}
.section-cart > p {
  font-size: 14px;
  margin-bottom: 15px;
}
.section-cart .counter-cart {
  font-weight: bold;
}
.section-cart .list-procart {
  padding: 8px;
  border: 2px solid #eae4e8;
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (max-width: 991px) {
  .section-cart.bot, .section-cart.top {
    padding: 0;
  }
  .section-cart h4 {
    font-size: 15px;
    padding: 0 0 15px 0;
    margin-bottom: 15px;
  }
  .section-cart > p {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .section-cart .list-procart {
    padding: 0;
    border: 0;
    border-radius: 0;
  }
}

.title-cart {
  font-size: 16px;
  color: var(--main-color);
  font-weight: bold;
  margin-bottom: 25px;
  position: relative;
  margin-bottom: 15px;
}
.title-cart a {
  font-size: 14px;
  color: #000;
  font-weight: normal;
}
@media screen and (max-width: 991px) {
  .title-cart {
    font-size: 15px;
  }
}

.procart.procart-label {
  background: var(--main-color);
  font-weight: bold;
  color: #fff;
  padding: 10px;
}

.input-cart {
  margin-bottom: 0.5rem;
  position: relative;
}
.input-cart textarea {
  resize: none;
  height: 100px;
}
.input-cart select {
  cursor: pointer;
}

.payments-cart {
  text-align: left;
  margin-bottom: 5px;
  min-height: auto;
}
.payments-cart:last-child {
  margin-bottom: 0px;
}
.payments-cart input {
  top: calc(50% - 0.625rem);
}

.payments-label {
  cursor: pointer;
  background: #eee;
  display: block;
  padding: 10px 15px;
  border-radius: 3px;
  margin-bottom: 0px;
  color: #313131 !important;
}
.payments-label::before, .payments-label::after {
  top: calc(50% - 0.5rem);
}
.payments-label.active {
  background: #ec2d3f;
  color: #ffffff !important;
}

.payments-info {
  opacity: 0;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  background: #f5efef;
  border-radius: 5px;
}
.payments-info p {
  margin-bottom: 1em;
}
.payments-info.active {
  padding: 10px 15px;
  margin-top: 5px;
  opacity: 1;
  visibility: visible;
  height: auto;
}

.btn-cart {
  background: var(--main-color);
  color: #fff;
  font-size: 14px;
  border: 1px solid var(--main-color);
  text-transform: uppercase;
  font-weight: bold;
  height: 40px;
}
.btn-cart:hover {
  color: var(--main-color);
  background: #fff;
}

.empty-cart {
  padding: 25px 30px;
  display: block;
  text-align: center;
  color: #23527c !important;
  width: 100%;
}
.empty-cart i {
  color: red;
  font-size: 70px;
}
.empty-cart p {
  margin: 15px 0px;
  color: #333;
  font-size: 18px;
}
.empty-cart span {
  display: inline-block;
  border: 1px solid #2e9ef2;
  border-radius: 3px;
  padding: 10px;
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
  max-width: 325px;
}

.color-pro-detail {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 4px;
  border: 1px solid #eee;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
}
.color-pro-detail::after {
  content: "";
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  border-radius: 50%;
}
.color-pro-detail.active::after {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.color-pro-detail:hover .color-tooltip {
  display: block;
}

.size-pro-detail,
.capacity-pro-detail,
.origin-pro-detail {
  cursor: pointer;
  border: 1px solid #ccc;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  padding: 3px 10px;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
}

.size-pro-detail + .size-pro-detail,
.capacity-pro-detail + .capacity-pro-detail,
.origin-pro-detail + .origin-pro-detail {
  margin-left: 5px;
}

.size-pro-detail.active,
.capacity-pro-detail.active,
.origin-pro-detail.active {
  border-color: #000;
  color: #000;
}
.size-pro-detail.active::before,
.capacity-pro-detail.active::before,
.origin-pro-detail.active::before {
  content: "";
  padding: 4px;
  font-size: 10px;
  line-height: 1;
  position: absolute;
  top: -15px;
  right: -13px;
  background: #080808;
  width: 26px;
  height: 24px;
  transform: rotate(45deg);
  border-radius: 100%;
}
.size-pro-detail.active::after,
.capacity-pro-detail.active::after,
.origin-pro-detail.active::after {
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfkCw8RJSHXzNuNAAAAfElEQVQoz7WRsQ2CYBQGLwRCaLRkDwqdwcLCSZjCmj2AgtoJXMbEUquzEAz+8Je89r675sGG59ka0ig+0ZFbJDGbgRwoAXemi/hb1QZw793ebB739cPgTdV2qvzZAFY+VL+VwB4nB59j5RLYhBVXcTBZw7NJDAN49LrFyz67GnkMHStx0wAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMC0xMS0xNVQxNzozNzozMyswMDowMGfDTJEAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjAtMTEtMTVUMTc6Mzc6MzMrMDA6MDAWnvQtAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;
  right: 0;
  width: 6px;
  height: 6px;
}

.color-pro-detail input[type=radio],
.size-pro-detail input[type=radio],
.capacity-pro-detail input[type=radio],
.origin-pro-detail input[type=radio] {
  display: none;
}

.quantity-pro-detail {
  width: 100%;
  max-width: 130px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.quantity-pro-detail span {
  padding: 0px;
  width: 44px;
  height: 44px;
  color: #a4aaaf;
  cursor: pointer;
  border: 1px solid #ced4da;
  background: #fff;
}
.quantity-pro-detail span i {
  line-height: 44px;
  font-size: 14px;
  width: 44px;
  height: 44px;
  transition: 0.3s;
}
.quantity-pro-detail span.quantity-plus-pro-detail {
  border-left: 0px;
  border-radius: 0 5px 5px 0;
}
.quantity-pro-detail span.quantity-minus-pro-detail {
  border-right: 0px;
  border-radius: 5px 0 0 5px;
}
.quantity-pro-detail span:hover i {
  color: #000;
}
.quantity-pro-detail input {
  height: 44px;
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  width: calc(100% - 88px);
  text-align: center;
  font-size: 14px;
  padding: 5px;
}
@media screen and (max-width: 991px) {
  .quantity-pro-detail {
    max-width: 105px;
  }
  .quantity-pro-detail span {
    width: 35px;
    height: 35px;
  }
  .quantity-pro-detail span i {
    line-height: 35px;
    width: 35px;
    height: 35px;
  }
  .quantity-pro-detail input {
    height: 35px;
    width: calc(100% - 70px);
  }
}

.group-quantity-pro-detail {
  width: 130px;
}
@media screen and (max-width: 991px) {
  .group-quantity-pro-detail {
    width: 105px;
  }
}

.group-cart-pro-detail {
  flex: 0 0 calc(100% - 130px);
  -ms-flex: 0 0 calc(100% - 130px);
  max-width: calc(100% - 130px);
  padding-left: 10px;
}
@media screen and (max-width: 991px) {
  .group-cart-pro-detail {
    flex: 0 0 calc(100% - 105px);
    -ms-flex: 0 0 calc(100% - 105px);
    max-width: calc(100% - 105px);
  }
}

.cart-pro-detail a {
  text-transform: uppercase;
  display: block;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.4s;
  border: 1px solid #000;
  background: #fff;
  font-weight: bold;
  line-height: 42px;
}
.cart-pro-detail a.btn-pro {
  background: #000;
  color: #fff;
}
.cart-pro-detail a.btn-pro:hover {
  color: #000;
  background: #fff;
}
.cart-pro-detail a.btn-outline-pro {
  color: #000;
}
.cart-pro-detail a.btn-outline-pro:hover {
  color: #fff;
  background: #000;
}
@media screen and (max-width: 991px) {
  .cart-pro-detail a {
    font-size: 12.5px;
    line-height: 33px;
  }
}

.cart-product {
  margin-bottom: 0px;
}
.cart-product span {
  cursor: pointer;
  width: 49%;
  float: left;
  color: #ffffff;
  text-transform: capitalize;
  text-align: center;
  padding: 7px 5px;
  border-radius: 3px;
}

.cart-add {
  margin-right: 2%;
  background-color: #ec2d3f;
}
.cart-add:hover {
  background-color: #c31829;
}

.cart-buy {
  background-color: #28a745;
}
.cart-buy:hover {
  background-color: #207d36;
}

.cuppon-row p {
  padding-left: 25px;
  background: url(../images/coupon-icon.webp) no-repeat left center;
  line-height: 22px;
}
.cuppon-row a {
  color: var(--main-color);
}

.lb-header-cuppon svg {
  width: 30px;
  margin-right: 5px;
}

.cuppon-payment button {
  width: 100%;
  height: 42px;
  background: var(--main-color);
  color: #fff;
  border-radius: 5px;
}

.color-tooltip {
  background: #000;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 5px;
  line-height: 20px;
  transform: translate(-50%, calc(-100% - 10px));
  display: none;
}
.color-tooltip::after {
  border-style: solid;
  border-width: 3px 2.5px 0 2.5px;
  border-color: #000 transparent transparent transparent;
  background: #333333;
  content: "";
  height: 8px;
  position: absolute;
  transform: rotate(45deg);
  width: 8px;
  left: calc(50% - 4px);
  bottom: -4px;
}

.cupponBox {
  position: relative;
  background: #fff;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.15));
  padding: 10px;
  border-radius: 5px;
  min-height: 100px;
}

.cupponBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: -3px;
  height: 100%;
  width: 10px;
  color: #fff;
  background-clip: padding-box;
  background: repeating-linear-gradient(#e5e5e5, #e5e5e5 5px, transparent 0, transparent 9px, #e5e5e5 0, #e5e5e5 10px) 0/1px 100% no-repeat, radial-gradient(circle at 0 7px, transparent, transparent 2px, rgba(229, 229, 229, 0.9333333333) 0, #e5e5e5 3px, currentColor 0) 1px 0/100% 10px repeat-y;
}

.cuppon__slick--items {
  padding: 7px;
}

.cuppon__slick {
  margin: 0 -7px;
}

.cupponBox_icon {
  flex: 0 0 90px;
  -ms-flex: 0 0 90px;
  max-width: 90px;
}

.cupponBox_info {
  flex: 0 0 calc(100% - 90px);
  -ms-flex: 0 0 calc(100% - 90px);
  max-width: calc(100% - 90px);
  padding-left: 10px;
}

.cupponBox_info h3 {
  font-size: 15px;
  font-weight: bold;
  color: var(--main-color);
  transition: 0.3s;
}

.cupponBox_info p {
  margin: 4px 0;
}

.cupponBox_info button {
  padding: 2px 15px;
  display: block;
  font-size: 12px;
  background: var(--main-color);
  color: #fff;
  line-height: 24px;
  height: 24px;
  border-radius: 12px;
}

.cupponBox_info a {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .cupponBox_info h3 {
    font-size: 14px;
  }
}
.wrap-user {
  margin: 40px auto;
  border-radius: 5px;
  max-width: 500px;
  padding: 25px;
}
@media screen and (max-width: 991px) {
  .wrap-user {
    margin: 30px auto;
    max-width: 100%;
    padding: 0;
    box-shadow: none !important;
  }
}

.wrap-register {
  margin: 30px;
  padding: 25px;
}
.wrap-register label {
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .wrap-register {
    margin: 30px auto;
    padding: 0;
    box-shadow: none !important;
  }
}

.title-user {
  margin-bottom: 15px;
}
.title-user.login h4 {
  color: var(--main-color);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--main-color);
}

.login-user, .forgot-password-user {
  width: 100%;
  display: block;
  background: var(--main-color);
  color: #fff;
  border-radius: 5px;
  height: 38px;
  font-weight: bold;
  transition: 0.4s;
  border: 1px solid var(--main-color);
}
.login-user:hover, .forgot-password-user:hover {
  background: #fff;
  color: var(--main-color);
}

.registration-user, .activation-user, .info-user {
  width: 150px;
  display: block;
  background: var(--main-color);
  color: #fff;
  border-radius: 5px;
  height: 38px;
  font-weight: bold;
  transition: 0.4s;
  border: 1px solid var(--main-color);
}
.registration-user:hover, .activation-user:hover, .info-user:hover {
  background: #fff;
  color: var(--main-color);
}
@media screen and (max-width: 991px) {
  .registration-user, .activation-user, .info-user {
    margin-top: 10px;
    width: 100%;
  }
}

.section-main {
  margin-top: 15px;
  margin-bottom: 25px;
}

.title-main {
  margin-bottom: 1.5rem;
  text-align: center;
}
.title-main h2 {
  text-transform: uppercase;
  color: var(--main-color);
  font-weight: bold;
  font-size: 23px;
}

.time-main {
  margin-bottom: 0.75rem;
  color: #999999;
}
.time-main i {
  vertical-align: top;
  margin: 3px 7px 0px 0px;
}
.time-main span {
  vertical-align: top;
  display: inline-block;
}

.header-container {
  text-align: center;
}
.header-container h2 {
  color: #000;
  text-transform: uppercase;
  font-family: Roboto-Bold;
  font-size: 36px;
  line-height: 46px;
}
@media screen and (max-width: 767px) {
  .header-container h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.header-container p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #333;
  text-transform: uppercase;
  font-family: Roboto-Bold;
  display: inline-block;
  padding: 20px 20px 10px;
  background: url(../images/title-bg.png) no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .header-container p {
    font-size: 14px;
    line-height: 24px;
  }
}

/* Paging */
.pagination-cus .page-item {
  margin: 0 4px;
}
.pagination-cus .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-cus .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination-cus .page-item.active .page-link {
  background: var(--main-color);
  color: white;
  border-color: var(--main-color);
}
.pagination-cus .page-item:not(:first-child) .page-link {
  margin-left: 0;
}
.pagination-cus .page-link {
  color: var(--main-color);
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
}
.pagination-cus .page-link:hover {
  z-index: 2;
  color: white;
  background-color: var(--main-color);
  border-color: var(--main-color);
}

/* Paging Ajax */
.pagination-ajax {
  text-align: center;
}
.pagination-ajax a {
  display: inline-block;
  vertical-align: top;
  margin: 0px 3px 3px 3px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  color: #666 !important;
  border: 1px solid #e6e6e6;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none !important;
  background-color: #ffffff;
}
.pagination-ajax a.current, .pagination-ajax a:hover {
  color: #ffffff !important;
  border-color: var(--main-color);
  background-color: var(--main-color);
}
.pagination-ajax a.first {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}
.pagination-ajax a.first::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/page-first.png);
}
.pagination-ajax a.last {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}
.pagination-ajax a.last::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/page-last.png);
}
.pagination-ajax a.prev {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}
.pagination-ajax a.prev::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/page-prev.png);
}
.pagination-ajax a.next {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}
.pagination-ajax a.next::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/page-next.png);
}

/* Toc */
.box-readmore {
  padding: 8px 15px;
  border: 1px solid #dedede;
  margin-bottom: 2rem;
  border-radius: 5px;
  background: rgba(128, 128, 128, 0.15);
}
.box-readmore ul {
  list-style-type: none;
  counter-reset: item;
  margin-bottom: 0px;
  padding-left: 0px !important;
  margin-top: 8px;
}
.box-readmore ul li {
  display: table;
  counter-increment: item;
  margin-bottom: 5px;
}
.box-readmore ul li a {
  color: #333333;
  cursor: pointer;
  font-weight: 600;
}
.box-readmore ul li a:hover {
  color: #767676;
}
.box-readmore ul li::before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 5px;
}
.box-readmore ul li ul > li {
  margin: 0;
  margin-bottom: 8px;
}
.box-readmore ul li ul > li::before {
  content: counters(item, ".") " ";
}

/* ===== ROOT THEME ===== */
body.light {
  background: var(--bg-lightmode);
  color: var(--text-lightmode) !important;
}
body.light .btn-select li {
  color: #111;
}
body.light .btn-select::before {
  border-color: #111;
}
body.light .footerbg {
  background-color: #FFFBFB;
}
body.light .breadCrumbs {
  background-color: #eee;
}

body.dark {
  background: var(--bg-darkmode);
  color: var(--text-darkmode) !important;
}
body.dark .btn-select li {
  color: #fff;
}
body.dark .btn-select::before {
  border-color: #fff;
}
body.dark .breadCrumbs {
  background-color: #303033;
}
body.dark .breadcrumb-item a {
  color: white;
}
body.dark .breadcrumb-item.active a {
  color: grey;
}

/* ===== FLOATING SYSTEM ===== */
.floating-system {
  position: fixed;
  right: 28px;
  bottom: 15px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  z-index: 9999;
}

/* ===== CONTACT ===== */
.apple-contact.hide {
  transform: translateY(100px);
  opacity: 0;
  transition: 0.4s;
}

.apple-toggle,
.go-top,
.theme-toggle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.06);
  cursor: pointer;
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s ease;
}

body.dark .apple-toggle,
body.dark .go-top,
body.dark .theme-toggle {
  background: rgba(30, 41, 59, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #f1f5f9;
}

.apple-toggle:hover,
.go-top:hover,
.theme-toggle:hover {
  transform: scale(1.08);
}

/* ===== CONTACT MENU ===== */
.apple-menu {
  position: absolute;
  bottom: 105%;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.apple-menu a.contact-phone {
  min-width: 150px;
  padding: 14px 20px;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-decoration: none;
  color: inherit;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.apple-menu a.contact-phone .line-1 {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.55;
}
.apple-menu a.contact-phone .line-2 {
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: 0.3px;
}
.apple-menu a.contact-phone:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

/* ===== DARK ===== */
body.dark .apple-menu a.contact-phone {
  background: rgba(28, 28, 30, 0.95);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

/* ===== GO TOP ===== */
.go-top {
  font-size: 20px;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.zoomIn {
  -webkit-animation-name: customzoomIn;
  animation-name: customzoomIn;
}

@keyframes customzoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.swing-vertical {
  animation: top-image-bounce 2s infinite ease-in-out;
}

@keyframes top-image-bounce {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.vibration-icon {
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
}

@keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
.blink_me {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes customfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes customfadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes customfadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes customfadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes customfadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes customfadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.text-nhapnhay {
  animation: my 700ms infinite;
}

@keyframes my {
  0% {
    color: #ffc853;
  }
  50% {
    color: #f00;
  }
  100% {
    color: #ffc853;
  }
}
.rotate360 {
  animation: rotation 2s infinite linear;
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
/* Blink */
.blink {
  animation-name: blink;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */

.headerTop-title{
    font-family: Roboto-Bold;
    font-size: 25px;
    line-height: 35px;
    color: #1a1a1a;
    text-transform: uppercase;
    margin-top: 5px;
    width: 100%;
    text-align: center;
}