@charset "UTF-8";
:root {
  --main-color: #ff8921;
  --hover-color: #ff8921;
  --font-size: 14px;
  --font-size-sm: 13px;
  --margin-news: 10px;
  --margin-products: 10px;
}

@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: "Geologica-Black";
  src: url("../fonts/Geologica-Black.eot");
  src:
    url("../fonts/Geologica-Black.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Geologica-Black.woff2") format("woff2"),
    url("../fonts/Geologica-Black.woff") format("woff"),
    url("../fonts/Geologica-Black.ttf") format("truetype"),
    url("../fonts/Geologica-Black.svg#Geologica-Black") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geologica-Bold";
  src: url("../fonts/Geologica-Bold.eot");
  src:
    url("../fonts/Geologica-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Geologica-Bold.woff2") format("woff2"),
    url("../fonts/Geologica-Bold.woff") format("woff"),
    url("../fonts/Geologica-Bold.ttf") format("truetype"),
    url("../fonts/Geologica-Bold.svg#Geologica-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geologica-Regular";
  src: url("../fonts/Geologica-Regular.eot");
  src:
    url("../fonts/Geologica-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Geologica-Regular.woff2") format("woff2"),
    url("../fonts/Geologica-Regular.woff") format("woff"),
    url("../fonts/Geologica-Regular.ttf") format("truetype"),
    url("../fonts/Geologica-Regular.svg#Geologica-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geologica-Light";
  src: url("../fonts/Geologica-Light.eot");
  src:
    url("../fonts/Geologica-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Geologica-Light.woff2") format("woff2"),
    url("../fonts/Geologica-Light.woff") format("woff"),
    url("../fonts/Geologica-Light.ttf") format("truetype"),
    url("../fonts/Geologica-Light.svg#Geologica-Light") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geologica-Regular";
  src: url("../fonts/Geologica-Regular.eot");
  src:
    url("../fonts/Geologica-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Geologica-Regular.woff2") format("woff2"),
    url("../fonts/Geologica-Regular.woff") format("woff"),
    url("../fonts/Geologica-Regular.ttf") format("truetype"),
    url("../fonts/Geologica-Regular.svg#Geologica-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geologica-SemiBold";
  src: url("../fonts/Geologica-SemiBold.eot");
  src:
    url("../fonts/Geologica-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Geologica-SemiBold.woff2") format("woff2"),
    url("../fonts/Geologica-SemiBold.woff") format("woff"),
    url("../fonts/Geologica-SemiBold.ttf") format("truetype"),
    url("../fonts/Geologica-SemiBold.svg#Geologica-SemiBold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
a {
  color: inherit;
  text-decoration: none;
}
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;
}

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-responsive,
img.img-fluid {
  width: 100% !important;
  height: auto;
}

*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

*::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
  background: var(--main-color);
  border-radius: 10px;
  border: 2px solid #f1f1f1;
}

*::-webkit-scrollbar-thumb:hover {
  background: #333;
}

b,
strong {
  font-weight: 600;
}

body {
  font-family: Roboto-Regular;
  margin: 0;
  line-height: 1.5em;
  font-size: var(--font-size);
  color: #333;
  top: 0 !important;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  body {
    font-size: var(--font-size-sm);
  }
}
.wrapper {
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
@media screen and (min-width: 576px) {
  .wrapper {
    max-width: 570px;
  }
}
@media screen and (min-width: 767px) {
  .wrapper {
    max-width: 750px;
  }
}
@media screen and (min-width: 991px) {
  .wrapper {
    max-width: 1300px;
  }
}

/* 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;
}

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

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

.line-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-word;
}

.line-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-word;
}

.line-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  word-break: break-word;
}

.line-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  word-break: break-word;
}

.line-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  word-break: break-word;
}

.line-6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  word-break: break-word;
}

.line-7 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  word-break: break-word;
}

.line-8 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  word-break: break-word;
}

.line-9 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
  word-break: break-word;
}

.line-10 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
  word-break: break-word;
}

p.validator-feedback {
  margin-bottom: 0;
  margin-top: 8px;
  font-style: italic;
  color: var(--bs-danger);
}

.tags-title {
  transform: rotateZ(-90deg);
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  white-space: nowrap;
}

.tags-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.tags-list a {
  height: 26px;
  line-height: 24px;
  position: relative;
  font-size: 14px;
  margin-left: 20px;
  padding: 0 10px 0 12px;
  background: var(--warning);
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  transition: 0.4s;
}
.tags-list a::before {
  content: "";
  float: left;
  position: absolute;
  top: 0;
  left: -12px;
  width: 0;
  height: 0;
  border-color: transparent var(--warning) transparent transparent;
  border-style: solid;
  border-width: 12px 12px 14px 0;
  transition: 0.4s;
}
.tags-list a::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  float: left;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
}
.tags-list a:hover {
  background: var(--danger);
}
.tags-list a:hover::before {
  border-color: transparent var(--danger) transparent transparent;
}
@media screen and (max-width: 991px) {
  .tags-list a {
    margin-bottom: 5px;
  }
}

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

.hidden {
  display: none;
}

.f-ui-container {
  --primary: #10c6a8;
  --primary-glow: #10c6a84d;
  /* 30% opacity */
  --glass-bg: rgba(255, 255, 255, 0.85);
  --glass-border: rgba(255, 255, 255, 0.4);
  --shadow-float: 0 10px 30px -5px rgba(0, 0, 0, 0.15);
  --text-dark: #1e293b;
  --transition: 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  z-index: 990;
  pointer-events: none;
}

.f-ui-container * {
  box-sizing: border-box;
  pointer-events: auto;
}

.f-social-group {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.f-toggle-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px var(--primary-glow);
  transition: var(--transition);
  position: relative;
  z-index: 10;
}

.f-toggle-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 30px var(--primary-glow);
}

.f-toggle-btn:active {
  transform: scale(0.95);
}

.f-toggle-btn svg {
  width: 24px;
  height: 24px;
  position: absolute;
  transition: var(--transition);
}

.f-toggle-btn .icon-close {
  opacity: 0;
  transform: rotate(-90deg) scale(0.5);
}

.f-social-group.is-active .f-toggle-btn {
  background: #ff4757;
  box-shadow: 0 8px 25px rgba(255, 71, 87, 0.3);
}

.f-social-group.is-active .f-toggle-btn .icon-chat {
  opacity: 0;
  transform: rotate(90deg) scale(0.5);
}

.f-social-group.is-active .f-toggle-btn .icon-close {
  opacity: 1;
  transform: rotate(0) scale(1);
}

.f-social-menu {
  position: absolute;
  bottom: calc(100% + 16px);
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: var(--glass-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border);
  padding: 14px;
  border-radius: 100px;
  box-shadow: var(--shadow-float);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px) scale(0.9);
  transition: var(--transition);
  transform-origin: bottom center;
}

.f-social-group.is-active .f-social-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.f-icon-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  color: var(--text-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  transition: var(--transition);
  position: relative;
}

.f-icon-btn svg {
  width: 20px;
  height: 20px;
  transition: var(--transition);
  color: #24b6ed;
}

.f-icon-btn:hover {
  transform: translateY(-3px);
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
  box-shadow: 0 8px 15px var(--primary-glow);
}

.f-fb:hover {
  background: #1877f2;
  border-color: #1877f2;
  box-shadow: 0 8px 15px rgba(24, 119, 242, 0.3);
}

.f-ig:hover {
  background: #e4405f;
  border-color: #e4405f;
  box-shadow: 0 8px 15px rgba(228, 64, 95, 0.3);
}

.f-yt:hover {
  background: #ff0000;
  border-color: #ff0000;
  box-shadow: 0 8px 15px rgba(255, 0, 0, 0.3);
}

.f-tiktok:hover {
  background: #000000;
  border-color: #000000;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.f-zalo:hover {
  background: #134f8f;
  border-color: #134f8f;
  box-shadow: 0 8px 15px rgba(0, 104, 255, 0.3);
}

.f-phone:hover {
  background: #00c853;
  border-color: #00c853;
  box-shadow: 0 8px 15px rgba(0, 200, 83, 0.3);
}

.f-icon-btn::before {
  content: attr(data-tooltip);
  position: absolute;
  right: calc(100% + 14px);
  top: 50%;
  transform: translateY(-50%) translateX(10px);
  background: var(--text-dark);
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  pointer-events: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-family: var(--font-body, system-ui, sans-serif);
}

.f-icon-btn::after {
  content: "";
  position: absolute;
  right: calc(100% + 8px);
  top: 50%;
  transform: translateY(-50%) translateX(10px);
  border-width: 6px 0 6px 6px;
  border-style: solid;
  border-color: transparent transparent transparent var(--text-dark);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  pointer-events: none;
}

.f-icon-btn:hover::before,
.f-icon-btn:hover::after {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}

.f-btt {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--glass-bg);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow-float);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: var(--transition);
}

.f-btt.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.f-btt:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px -5px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.f-btt-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  transition: var(--transition);
}

.f-btt:hover .f-btt-icon {
  transform: translateY(-2px);
}

.f-btt-icon svg {
  width: 20px;
  height: 20px;
}

.f-progress-circle {
  position: absolute;
  inset: 0;
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
}

.f-progress-circle circle {
  fill: none;
  stroke-width: 3;
}

.f-progress-circle .f-bg {
  stroke: rgba(0, 0, 0, 0.05);
}

.f-progress-circle .f-progress-line {
  stroke: var(--primary);
  stroke-linecap: round;
  stroke-dasharray: 138.2;
  stroke-dashoffset: 138.2;
  transition: stroke-dashoffset 0.1s linear;
}

@media screen and (max-width: 769px) {
  .f-ui-container {
    bottom: calc(20px + env(safe-area-inset-bottom, 0px));
    right: 20px;
    gap: 12px;
  }
  .f-toggle-btn {
    width: 50px;
    height: 50px;
  }
  .f-toggle-btn svg {
    width: 20px;
    height: 20px;
  }
  .f-btt {
    width: 44px;
    height: 44px;
  }
  .f-btt-icon svg {
    width: 18px;
  }
  .f-progress-circle circle {
    stroke-width: 2.5;
    r: 19;
    cx: 22;
    cy: 22;
  }
  .f-progress-circle {
    width: 44px;
    height: 44px;
    viewbox: 0 0 44 44;
    left: 1px;
    top: -3px;
  }
  .f-progress-circle .f-progress {
    stroke-dasharray: 119.38;
    stroke-dashoffset: 119.38;
  }
  .f-icon-btn::before,
  .f-icon-btn::after {
    display: none;
  }
}
.title-article {
  text-align: center;
  margin-bottom: 25px;
}
.title-article h2 {
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  color: #1f2937;
  line-height: 1.4;
  margin-bottom: 10px;
}
.title-article p {
  font-style: normal;
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
}
.title-article p i {
  margin-right: 5px;
  color: #ff8921;
}
@media screen and (max-width: 991px) {
  .title-article h2 {
    font-size: 22px;
  }
}

.article iframe,
.article object {
  max-width: 100% !important;
}
.article table {
  max-width: 100% !important;
}
.article *:not(iframe):not(object):not(img) {
  max-width: 100% !important;
  height: auto !important;
}
.article blockquote {
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
}
@media screen and (max-width: 991px) {
  .article img {
    max-width: 100% !important;
    height: auto !important;
  }
}

.nav-article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
  margin-top: 30px;
  background: #f3f4f6;
  border-radius: 50px;
  border: 1px solid #e5e7eb;
}
.nav-article .nav-article_left {
  max-width: calc(100% - 200px);
  color: #4b5563;
}
.nav-article .nav-article_left span {
  font-weight: 700;
  color: #1f2937;
}
.nav-article .nav-article_right {
  max-width: 200px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.nav-article .nav-article_right span {
  margin: 0 15px;
  color: #d1d5db;
}
.nav-article .nav-article_right a {
  font-weight: 600;
  color: #6b7280;
  display: inline-flex;
  align-items: center;
  transition: all 0.2s ease;
}
.nav-article .nav-article_right a.disabled {
  pointer-events: none;
  opacity: 0.4;
}
.nav-article .nav-article_right a svg {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  transition: transform 0.2s ease;
}
.nav-article .nav-article_right a:hover {
  color: #ff8921;
}
.nav-article .nav-article_right a:hover .arrow-left {
  transform: translateX(-3px);
}
.nav-article .nav-article_right a:hover .arrow-right {
  transform: translateX(3px);
}
@media screen and (max-width: 991px) {
  .nav-article {
    flex-direction: column;
    border-radius: 16px;
    padding: 20px;
  }
  .nav-article .nav-article_left {
    max-width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
}

.card-right-article {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  border: 1px solid #f3f4f6;
  margin-bottom: 30px;
}
.card-right-article .card-right-article-title {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #e5e7eb;
}
.card-right-article .card-right-article-title h4 {
  font-size: 18px;
  font-weight: 800;
  color: #1f2937;
  position: relative;
  cursor: pointer;
  margin: 0;
}
.card-right-article .card-right-article-title h4 span {
  position: absolute;
  right: 0;
  top: 0;
  color: #9ca3af;
  transition: transform 0.3s ease;
}
.card-right-article .card-right-article-title h4:hover span {
  color: #ff8921;
}
.card-right-article .card-right-article-list > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.card-right-article .card-right-article-list.card-lated-article-list {
  max-height: 315px;
  overflow-y: auto;
}
.card-right-article .card-right-article-list.card-lated-article-list > ul > li {
  padding: 8px 0;
  border-bottom: 1px solid #f3f4f6;
}
.card-right-article
  .card-right-article-list.card-lated-article-list
  > ul
  > li:first-child {
  padding-top: 0;
}
.card-right-article
  .card-right-article-list.card-lated-article-list
  > ul
  > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.card-right-article .card-right-article-list.card-category-article-list {
  max-height: 415px;
  overflow-y: auto;
}

.card-sticky {
  position: sticky;
}

.category-article-group {
  margin: 0;
  padding: 0;
  list-style: none;
}
.category-article-group li {
  padding: 2px 0;
}
.category-article-group li a {
  display: block;
  padding: 8px 15px;
  border-radius: 50px;
  /* Dạng Pill */
  color: #4b5563;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.category-article-group li a:hover {
  background-color: rgb(255, 245.56, 237.24);
  color: #ff8921;
  padding-left: 20px;
}
.category-article-group li.has-child {
  position: relative;
}
.category-article-group li.has-child.is-open > a {
  color: #ff8921;
  background-color: rgb(255, 245.56, 237.24);
}
.category-article-group li.has-child.is-open > .toggle-icon {
  background-color: #ff8921;
  color: #fff;
  border-color: #ff8921;
  transform: rotate(180deg);
}
.category-article-group li.has-child .toggle-icon {
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  color: #9ca3af;
  border: 1px solid #e5e7eb;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.category-article-group li.has-child .toggle-icon:hover {
  color: #ff8921;
  border-color: #ff8921;
}
.category-article-group li ul {
  margin: 5px 0 5px 20px;
  padding: 0;
  list-style: none;
  border-left: 2px solid rgb(255, 231.4, 210.6);
}
.category-article-group li ul > li {
  padding: 2px 0;
}
.category-article-group li ul > li a {
  font-size: 13px;
  padding: 6px 15px;
}

.author-section {
  background-color: #0a54a8;
}
.author-section .r_author {
  align-items: center;
}
.author-section .c_authorPhoto .items_authorPhoto {
  position: relative;
}
.author-section .c_authorPhoto .items_authorPhoto img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.author-section .c_author .items_author {
  padding: 30px;
}
.author-section .c_author .items_author .name_author {
  margin-top: 50px;
}
.author-section .c_author .items_author .name_author h3 {
  font-size: 28px;
  color: white;
  margin: 0 0 8px 0;
  text-transform: uppercase;
  font-family: "SFProDisplay-Bold";
}
.author-section .c_author .items_author .name_author .position_author {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
}
.author-section .c_author .items_author .desc_author {
  color: white;
  font-size: 28px;
  font-family: "SFProDisplay-Medium";
  line-height: 41px;
}
.author-section .c_author .items_author .desc_author p {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .author-section {
    padding: 40px 0;
  }
  .author-section .c_authorPhoto {
    margin-bottom: 30px;
  }
  .author-section .c_authorPhoto .items_authorPhoto img {
    border-radius: 12px;
  }
  .author-section .c_author .items_author {
    padding: 20px 0;
  }
  .author-section .c_author .items_author .name_author h3 {
    font-size: 22px;
  }
}

.c_author2 {
  padding-left: calc((100% - 1300px) / 2);
}

.author-section {
  background-color: #0a54a8;
  overflow: hidden;
  position: relative;
}

.desc_author {
  position: relative;
  padding-top: 85px;
}

.desc_author:after {
  position: absolute;
  background: url(../images/phay.png);
  content: "";
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
}

.items_authorPhoto {
  position: relative;
}

.items_authorPhoto:after {
  position: absolute;
  background: linear-gradient(
    to left,
    rgba(0, 0, 0, 0) 0%,
    rgb(10, 84, 168) 100%
  );
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 300px;
}

.value-photo-wrap img {
  border-radius: 100%;
}

section.value_main {
  position: relative;
  padding: 60px 0;
}

.items_value h2 {
  font-size: 50px;
  font-family: "SFProDisplay-Bold";
  color: #111111;
  margin-bottom: 30px;
}

.items_value article.article {
  font-size: 16px;
  color: #666666;
  font-family: "SFProDisplay-Regular";
  line-height: 29px;
}

.c_value {
  position: relative;
  padding: 0 35px;
}

.r_value {
  margin: 0 -35px;
}

/* Animation */
.border-animation {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 90%;
  height: 90%;
  border: 1px solid rgba(0, 66, 141, 0.5);
  animation: squares 3s linear 0s infinite;
  opacity: 0;
  border-radius: 50%;
  margin: auto;
  bottom: 0;
  right: 0;
}

.border-animation.border-2 {
  animation-delay: 1s;
}

.border-animation.border-3 {
  animation-delay: 2s;
}

@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.value-photo-wrap {
  text-align: center;
  position: relative;
  display: inline-block;
}

.items_logo {
  text-align: center;
}

.items_logo {
  position: relative;
}

.name_value1 {
  position: absolute;
  max-width: 36%;
  transition: all 2s;
  transform: translateX(-80%);
}

.name_value2 {
  position: absolute;
  max-width: 36%;
  transition: all 2s;
  transform: translateY(-80%);
}

.name_value3 {
  position: absolute;
  max-width: 36%;
  transition: all 2s;
  transform: translateX(80%);
}

.name_value4 {
  position: absolute;
  max-width: 36%;
  transition: all 2s;
  transform: translateY(80%);
}

.txt {
  font-size: 24px;
  color: #000000;
  font-family: "SFProDisplay-Regular";
  width: 240px;
  height: 225px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #0a54a8;
  border-radius: 100%;
}

.ab_solute {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  margin: auto;
  left: 32%;
  text-align: center;
  height: 100%;
  z-index: -1;
}

.title_vison h2 {
  font-size: 50px;
  color: #111111;
  font-family: "SFProDisplay-Bold";
  text-transform: capitalize;
  margin-bottom: 20px;
}

.title_vison h2 {
  font-size: 50px;
  color: #111111;
  font-family: "SFProDisplay-Bold";
  text-transform: capitalize;
  margin-bottom: 20px;
}

.desc_statics_vison {
  font-size: 27px;
  color: #474747;
  line-height: 40px;
  margin-bottom: 60px;
}

div#news-category-tabs ul li a {
  background: #efefef;
  border-radius: 1000px;
  display: block;
  padding: 14px 19px;
  font-size: 16px;
  font-family: "SFProDisplay-Semibold";
}

div#news-category-tabs ul li {
  list-style: none;
  margin: 0 10px;
}

div#news-category-tabs ul {
  padding-left: 0;
  display: flex;
  justify-content: center;
}

.photo_field {
  display: inline-block;
}

.col25 {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 15px;
}

.r25 {
  margin: 0 -25px;
}

.category-posts-featured {
  text-align: center;
}

.items_news {
  display: inline-block;
}

.photo_main {
  display: inline-block;
}

.items_main {
  display: inline-block;
}

.items_main h3 a {
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  font-family: "SFProDisplay-Bold";
}

.photo_mainnb img {
  width: 100%;
}

.infor_newsDetails {
  background: url(../images/bg_txt.png) no-repeat;
  background-size: 100% 100%;
  padding: 0px 0 10px;
  margin-top: -6px;
}

.desc_news_details {
  color: #fff;
  font-size: 14px;
  font-family: "SFProDisplay-Regular";
}

.category-posts-featured {
  margin-bottom: 50px;
}

.infor_newsDetails {
  text-align: center;
}

.infor_newsDetails h3 a {
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  font-family: "SFProDisplay-Bold";
}

div#news-category-tabs {
  margin-bottom: 60px;
}

a.news-category-tab-link.active {
  background: #0a54a8 !important;
  color: #fff;
}

a.news-category-tab-link:hover {
  background: #0a54a8 !important;
  color: #fff;
}

a.news-category-tab-link {
  transition: all 0.3s;
}

.wow {
  visibility: hidden;
}

.hover-scale img {
  transition: 0.4s;
}
.hover-scale:hover img {
  transform: scale(1.1);
  opacity: 0.5;
}

.img-zoom {
  overflow: hidden;
  position: relative;
}
.img-zoom img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.6s ease;
  display: block;
}
.img-zoom:hover img {
  transform: scale(1.08);
}

.img-shine {
  overflow: hidden;
  display: block;
  position: relative;
}
.img-shine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-25deg);
  transition: all 1s ease;
}
.img-shine:hover::before {
  left: 120%;
}

.social-share {
  padding: 12px;
  background: #eee;
  border-radius: 10px;
}
.social-share .social-share_title {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.social-share .social-share_title svg {
  margin-bottom: 1px;
  margin-right: 8px;
}

.pagination-wrapper {
  margin: 1.5rem 0;
}
.pagination-wrapper .badge-info {
  background: #f1f5f9;
  padding: 6px 16px;
  border-radius: 20px;
  color: #64748b;
  font-weight: 500;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
  display: inline-block;
}
.pagination-wrapper .badge-info strong {
  color: #3b82f6;
}
.pagination-wrapper .pagination {
  gap: 8px;
}
.pagination-wrapper .pagination .page-item .page-link {
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #475569;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 600;
  font-size: 13px;
  margin: 0;
}
.pagination-wrapper .pagination .page-item .page-link:focus {
  box-shadow: 0 0 0 0.25rem rgba(16, 198, 168, 0.25);
}
.pagination-wrapper .pagination .page-item.disabled .page-link {
  background: #f8fafc;
  color: #cbd5e1;
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}
.pagination-wrapper .pagination .page-item.active .page-link {
  background: linear-gradient(
    135deg,
    rgb(255, 177.6621621622, 109.5) 0%,
    #ff8921 100%
  );
  color: #ffffff;
  box-shadow: 0 6px 15px rgba(255, 137, 33, 0.35);
  transform: scale(1.05);
  z-index: 2;
}
.pagination-wrapper
  .pagination
  .page-item:not(.disabled):not(.active)
  .page-link:hover {
  background: linear-gradient(135deg, #ff416c 0%, #ff4b2b 100%);
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(255, 65, 108, 0.4);
}

.block-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  transition: 0.8s;
}

.search-wrap {
  position: relative;
  color: #fff;
  height: 100vh;
}

.form-search-d {
  position: relative;
  width: 0;
  transition: 0.8s;
}
.form-search-d.active {
  width: 70%;
}
@media screen and (max-width: 991px) {
  .form-search-d.active {
    width: calc(100% - 50px);
  }
}

.form-search-d input {
  width: 100%;
  height: 45px;
  outline: none;
  color: #ffffff;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  padding: 0 30px 0 10px;
  font-size: 12px;
}
.form-search-d input::-moz-placeholder {
  color: #fff;
  font-size: 12px;
}
.form-search-d input::placeholder {
  color: #fff;
  font-size: 12px;
}

.form-search-d button {
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
  border: none;
  cursor: pointer;
  background: transparent;
  font-size: 14px;
  height: 100%;
  color: #fff;
}

.close-form-search {
  position: absolute;
  top: 30px;
  right: 0;
  font-size: 25px;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  .close-form-search {
    font-size: 20px;
  }
}

.close-form-search:hover {
  background: #333333;
}

/* ========================= SEARCH ========================= */
.search-btn {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
}
.search-btn i {
  color: #ffffff;
  font-size: 20px;
}

button.open-form-search {
  margin-left: 30px;
}

.section-breadcrumb {
  background: rgba(149, 149, 149, 0.08);
  padding: 10px 0;
  margin-bottom: 20px;
}
.section-breadcrumb .breadcrumb {
  padding: 0;
  margin: 0;
  background-color: inherit;
  border-radius: 0;
}
.section-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f105";
  font-family: "Font Awesome 7 Pro";
}

#footermap iframe {
  display: block;
  width: 100%;
  height: 450px;
}

.footer-banner h2 {
  color: #11b0e7;
  font-family: "Geologica-Bold";
  font-size: 24px;
  margin-bottom: 8px;
text-transform: uppercase;
}


.footer-banner p {
  font-family: "Geologica-Light";
  font-style: italic;
  font-size: 15px;
  line-height: 27px;
}

.footer-main {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}

.title-footer h3 {
  font-size: 18px;
  text-transform: capitalize;
  color: #164c88;
  font-family: "Geologica-Bold";
  margin-bottom: 14px;
}

.title-footer h3 {
  position: relative;
  padding-bottom: 14px;
}

.title-footer h3:after {
  position: absolute;
  background: #ffffff;
  width: 90px;
  height: 2px;
  content: "";
  bottom: 0;
  left: 0;
}

.footer-items ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-items li a {
  font-size: 14px;
  text-transform: capitalize;
  line-height: 20px;
  color: #222222;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: Geologica-Light;
}
.footer-items li a:hover {
  color: #ff9900;
}

.infor_form input {
  height: 70px !important;
  border-radius: 0;
  background: #195598;
  border: 1px solid #195598;
  color: white;
  font-family: "SFProDisplay-Regular";
}

.infor_form input::-moz-placeholder {
  color: #ffffff;
}

.infor_form input::placeholder {
  color: #ffffff;
}

.footer-items.footer-infor {
  flex: 0 0 400px;
  -ms-flex: 0 0 400px;
  max-width: 400px;
}

.infor_form .form-control:focus {
  background: none;
  box-shadow: unset;
  border: 1px solid white;
}

.infor_form input {
  color: white !important;
}

.items_support:hover .photo_sp img {
  transform: rotateY(180deg);
}

.footerPowered {
  padding: 15px 0;
  background: #11b0e7;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-family: Geologica-Light;
}

.c_li a:hover {
  color: #ff8921;
}

.items_support:hover .photo_sp img {
  transform: rotateY(180deg);
}

.items_support .photo_sp img {
  transition: all 1s;
}

.footerPowered span {
  font-family: "Geologica-Bold";
  text-transform: capitalize;
}

.footerPowered a {
  font-family: "Geologica-Bold";
}

.footerPowered a:hover {
  text-decoration: underline;
}

.footer-copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-copyright .footer-left {
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
  position: relative;
  font-family: "SFProDisplay-Regular";
}
.footer-copyright .footer-left span {
  font: 14px "SFProDisplay-Bold";
}
.footer-copyright .footer-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-copyright .footer-right .stat {
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
  position: relative;
  font-family: "SFProDisplay-Regular";
}
.footer-copyright .footer-right .stat span {
  font: 14px "SFProDisplay-Bold";
}

.footer-left a:hover {
  text-decoration: underline;
}

.infor_form {
  position: relative;
}

.infor_form .btn-submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0px;
  width: 76px;
  font-size: 21px;
  color: #fff;
  background: none;
}

.infor_form .btn-submit:hover i {
  color: #ffa200;
}

.desc_footer {
  font-family: Geologica-Light;
  line-height: 26px;
  font-size: 15px;
}

.socialRight_rip {
  margin-top: 23px;
}

.socialRight_rip a {
  display: inline-block;
  margin-right: 12px;
}

.socialRight_rip a:hover img {
  transform: rotateY(179deg);
}

.socialRight_rip a img {
  transition: all 1s;
}

ul.list li i {
  font-size: 9px;
  position: relative;
  top: -1px;
  margin-right: 5px;
}

.informationSupport_footer {
  background: #f4fbfe;
  position: relative;
  padding: 50px 0;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.support_row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 20px 0;
}

.items_support {
  display: flex;
  align-items: center;
  gap: 10px;
}

.box_support {
  width: 86%;
}

.items_support .box_support {
  text-align: left;
}

.items_support .box_support p {
  font-size: 15px;
  color: #222222;
  margin: 0;
  font-family: Geologica-Light;
  margin-bottom: 3px;
}

.items_support .box_support h3 {
  font-size: 15px;
  color: #222222;
  margin: 0;
  font-family: "Geologica-Bold";
  line-height: 24px;
}
.items_support.d-flex.ml_add {
  margin-left: 40px;
}
.phone_footer span {
  margin: 0 5px;
  font-family: "Geologica-Bold";
}

.items_support .box_support h3 a,
.items_support .box_support h3 span {
  color: inherit;
  text-decoration: none;
}

.Right_footerTop {
  width: 44%;
}

.footer-banner {
  width: 77%;
  margin-left: 21px;
}

.box_support p {
  font-size: 15px;
  color: #222222;
  font-family: Geologica-Light;
  margin-bottom: 5px;
}

.box_support h3 {
  font-family: "Geologica-Bold";
  font-size: 16px;
}

.items_support {
  width: 307px;
}

.footer_statics {
  background: url(../images/line_footer.png) bottom no-repeat;
  padding-bottom: 38px;
  margin-bottom: 6px;
}

.c_li a {
  font-size: 14px;
  text-transform: capitalize;
  line-height: 20px;
  color: #222222;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: "Geologica-Light";
}

.c_li {
  margin-bottom: 14px;
  padding: 0;
}

.row.r_li {
  margin: 0 0 0 0;
}

.footer-items.footer-infor2 {
  flex: 0 0 160px;
  -ms-flex: 0 0 160px;
  max-width: 160px;
}

.footer-items.footer-fanpage {
  flex: 0 0 310px;
  -ms-flex: 0 0 310px;
  max-width: 310px;
}

.footer-items.footer-menu {
  flex: 0 0 150px;
  -ms-flex: 0 0 150px;
  max-width: 150px;
}

.footer_atics {
  background: url(../images/bg_footer.png);
  background-size: 100% 100%;
  position: relative;
  padding: 10px 0;
}

.header-mobile {
  display: none;
  background-color: var(--main-color);
  padding: 5px 0;
}
@media screen and (max-width: 991px) {
  .header-mobile {
    display: block;
  }
}
.header-mobile .header-mobile_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-mobile .header-mobile_inner .header-mobile__search {
  flex: 0 0 calc(60% - 50px);
  -ms-flex: 0 0 calc(60% - 50px);
  max-width: calc(60% - 50px);
}
.header-mobile .header-mobile_inner .header-mobile__search form {
  display: flex;
}
.header-mobile .header-mobile_inner .header-mobile__search form button {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  padding: 0;
  background: transparent;
}
.header-mobile .header-mobile_inner .header-mobile__search form button svg {
  width: 28px;
  height: 28px;
}
.header-mobile .header-mobile_inner .header-mobile__search form input {
  width: calc(100% - 46px);
  max-width: calc(100% - 46px);
  margin-right: 10px;
  max-height: 36px;
}

.contact-top-mobile {
  display: none;
  padding: 7px 0;
  font-size: 14px;
  border-bottom: 1px solid #eee;
  background-color: #f9f9f9;
}
@media screen and (max-width: 991px) {
  .contact-top-mobile {
    display: block;
  }
}

.contact-center-mobile {
  padding: 6px 0;
  display: none;
  background-color: #f9f9f9;
}
@media screen and (max-width: 991px) {
  .contact-center-mobile {
    display: block;
  }
}
.contact-center-mobile .contact-center-mobile_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-center-mobile
  .contact-center-mobile_inner
  .contact-center-mobile__logo
  img {
  height: 40px;
  max-height: 40px;
  width: auto;
}
.contact-center-mobile
  .contact-center-mobile_inner
  .contact-center-mobile__link
  a {
  font-size: 15px;
  line-height: 22px;
  display: inline-flex;
  align-items: center;
  padding: 6px 15px;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
}
.contact-center-mobile
  .contact-center-mobile_inner
  .contact-center-mobile__link
  a:first-child {
  margin-right: 7px;
  background-color: #da1c20;
}
.contact-center-mobile
  .contact-center-mobile_inner
  .contact-center-mobile__link
  a:last-child {
  background-color: #3281f4;
}
.contact-center-mobile
  .contact-center-mobile_inner
  .contact-center-mobile__link
  a
  img {
  max-width: 18px;
  max-height: 18px;
  margin-right: 5px;
}

#header.sticky .header-pc,
#header.sticky .header-mobile {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  animation-name: fadeInDown;
  animation-duration: var(--animate-duration);
}

@media screen and (max-width: 991px) {
  .header-pc {
    display: none;
  }
}

/* ========================= HEADER ========================= */
.header-bottom-desktop {
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #fff;
}

.sticky .header-bottom-desktop {
  box-shadow: 0px 0px 10px rgba(34, 34, 34, 0.15);
}

.mega-menu2 ul li:last-child a {
  padding-right: 0;
}

.header-pc_inner {
  display: flex;
  align-items: center;
  gap: 35px;
  justify-content: space-between;
}
.header-pc_inner .mega-menu {
  position: relative;
  padding-bottom: 6px;
  background: url(../images/line_mn.png) bottom right no-repeat;
  margin-bottom: 0px;
}
.header-pc_inner .mega-menu > ul {
  display: flex;
  align-items: center;
  gap: 35px;
  justify-content: right;
}
.header-pc_inner .mega-menu > ul > li > a {
  text-transform: capitalize;
  line-height: 22px;
  color: #164c88;
  transition: all 0.3s ease;
  font-family: Geologica-SemiBold;
  font-size: 16px;
}
.header-pc_inner .mega-menu > ul > li > a:hover,
.header-pc_inner .mega-menu > ul > li > a.active {
  background: transparent;
  color: #ff8921;
}

.mega-menu2 ul {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.mega-menu2 ul {
  padding-left: 0;
}

.mega-menu2 ul li {
  list-style: none;
}

.search-btn i {
  color: #ffffff;
  font-size: 20px;
  width: 50px;
  height: 50px;
  background: #ff8921;
  display: flex;
  transition: all 0.3s;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  position: relative;
  top: -4px;
}

.right_menu {
  width: 70%;
  justify-content: right;
}

.control-owl button {
  position: absolute;
  z-index: 2;
  top: calc(50% - 18px);
  padding: 0;
  cursor: pointer;
  width: 36px;
  height: 36px;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
.control-owl button.owl-prev {
  left: 0;
}
.control-owl button.owl-next {
  right: 0;
}

.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: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin: 0 3px;
  cursor: pointer;
}
.dots-slideshow .owl-dot div {
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 10px;
  line-height: 18px;
  color: #fff;
}
.dots-slideshow .owl-dot.active {
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.slideshow:hover .control-owl button {
  opacity: 1;
  visibility: visible;
}
.slideshow:hover .control-owl button.owl-prev {
  left: 20px;
}
.slideshow:hover .control-owl button.owl-next {
  right: 20px;
}

.slideshow-caption {
  position: absolute;
  bottom: 0;
  padding-left: calc((100% - 1300px) / 2);
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  pointer-events: none;
  left: 0;
  right: 0;
  padding-bottom: 100px;
  padding-right: 40%;
}
.slideshow-caption__title {
  font-family: SFProDisplay-Bold;
  font-size: 60px;
  color: #fff;
  margin: 0;
  text-transform: capitalize;
  letter-spacing: 1px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* mmenu */
body.menu-open {
  overflow: hidden;
}

.mmenu-hamburger {
  width: 30px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  position: relative;
}
.mmenu-hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
.mmenu-hamburger.is-active span:nth-child(1) {
  transform: translateY(8.5px) rotate(45deg);
}
.mmenu-hamburger.is-active span:nth-child(2) {
  opacity: 0;
  transform: translateX(-20px);
}
.mmenu-hamburger.is-active span:nth-child(3) {
  transform: translateY(-8.5px) rotate(-45deg);
}

.mmenu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: none;
  backdrop-filter: blur(2px);
}
.mmenu-overlay.active {
  display: block;
}

.mobile-mmenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 360px;
  height: 100%;
  background: #fff;
  z-index: 999999;
  transform: translateX(-100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  touch-action: pan-y;
  will-change: transform;
}
.mobile-mmenu.no-transition {
  transition: none !important;
}
.mobile-mmenu.active {
  transform: translateX(0);
}
.mobile-mmenu .mmenu-header {
  flex: 0 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.mobile-mmenu .mmenu-header .mmenu-logo img {
  height: 40px;
  width: auto;
}
.mobile-mmenu .mmenu-header h3 {
  flex-grow: 1;
  font-size: 14px;
  font-weight: bold;
  padding: 0 10px;
  margin: 0;
}
.mobile-mmenu .mmenu-header .close-btn {
  font-size: 30px;
  border: none;
  background: none;
  cursor: pointer;
  line-height: 1;
}
.mobile-mmenu .mmenu-container {
  flex: 1 1 auto;
  position: relative;
  overflow: hidden;
}
.mobile-mmenu .mmenu-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-mmenu .mmenu-container ul li + li {
  border-top: 1px solid #f5f5f5;
}
.mobile-mmenu .mmenu-container ul li a {
  display: block;
  padding: 12px 15px;
}
.mobile-mmenu .mmenu-container .mmenu-list,
.mobile-mmenu .mmenu-container .sub-mmenu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: transform 0.3s ease;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-mmenu .mmenu-container .mmenu-list.is-hidden,
.mobile-mmenu .mmenu-container .sub-mmenu.is-hidden {
  overflow-y: hidden;
}
.mobile-mmenu .mmenu-container .sub-mmenu {
  transform: translateX(100%);
  z-index: 2;
}
.mobile-mmenu .mmenu-container .sub-mmenu.is-active {
  transform: translateX(0);
}
.mobile-mmenu .mmenu-container .sub-mmenu .back-btn {
  padding: 12px 15px;
  background: #f9f9f9;
  cursor: pointer;
  font-weight: bold;
  color: #555;
}
.mobile-mmenu .mmenu-container .sub-mmenu .back-btn i {
  margin-right: 8px;
}
.mobile-mmenu .mmenu-container .mmenu-item {
  display: flex;
}
.mobile-mmenu .mmenu-container .mmenu-item > a {
  flex-grow: 1;
  max-width: calc(100% - 40px);
}
.mobile-mmenu .mmenu-container .mmenu-item .next-btn {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-left: 1px solid #f5f5f5;
  color: #999;
}
.mobile-mmenu .mmenu-footer {
  flex: 0 0 auto;
  padding: 15px;
  border-top: 1px solid #eee;
  background: #fff;
}
.mobile-mmenu .mmenu-footer .mmenu-footer-title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 13px;
}
.mobile-mmenu .mmenu-footer .mmenu-footer-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.mobile-mmenu .mmenu-footer .mmenu-footer-item svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.mobile-mmenu .mmenu-footer .mmenu-footer-item a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.mega-menu {
  position: relative;
}
.mega-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mega-menu > ul {
  display: flex;
  -webkit-display: flex;
}
.mega-menu > ul > li.has-level1 {
  opacity: 0;
  visibility: hidden;
}
.mega-menu > ul > li.has-level1.loaded {
  opacity: 1;
  visibility: visible;
}
.mega-menu > ul > li.has-level1 .down_icon {
  -webkit-mask-image: url(data:image/webp;base64,UklGRnwAAABXRUJQVlA4TG8AAAAvH8AHEGDbtpEk9t/1fnfa6C6MYBrZtpP7fxepmUy0FIOjiaxQUOL77hpM2qaz226B7x/eL/SoPgbAgkStMWpoBqC9qJlb9AQ9FFzQ7T3lPol9ltqpe9+9tnhp89jqod3RjhC0z97Y/hs26+i/GAAA);
  width: 6px;
  height: 10px;
  background-color: #000000;
  display: inline-block;
  position: relative;
  bottom: -1px;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  margin-left: 2px;
}
.mega-menu > ul > li.has-level1:hover .drop-menu-level-1 {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
  display: block;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
}
.mega-menu > ul > li > a {
  display: block;
  padding: 14px 0;
  text-align: center;
}
.mega-menu > ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mega-menu > ul li a:hover {
  background-color: #f2f2f2;
}
.mega-menu .drop-menu {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: absolute;
  border: none;
  width: 250px;
  z-index: 1030;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  padding: 0px;
  white-space: initial;
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  text-align: left;
}
.mega-menu .drop-menu.drop-menu-level-1 {
  top: 100%;
  left: auto;
}
.mega-menu .drop-menu.drop-menu-level-child {
  top: 0;
  left: 100%;
  display: none;
}
.mega-menu .drop-menu > li {
  position: relative;
}
.mega-menu .drop-menu > li > a {
  padding: 6px 25px 6px 12px;
  display: block;
  position: relative;
  transition: all 0.2s;
  line-height: 25px;
}
.mega-menu .drop-menu > li > a > .down_icon {
  transform: rotate(-90deg) !important;
  position: absolute !important;
  right: 8px;
  top: calc(50% - 6px);
  transition: all 0.4s;
}
.mega-menu .drop-menu > li.has-level:hover > ul.drop-menu-level-child {
  display: block;
  opacity: 1;
  visibility: visible;
  top: 0;
  margin-top: 0;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
}
.mega-menu .drop-menu li a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  left: 0px;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  top: 0;
  transform: scale(0);
}
.mega-menu .drop-menu li a:hover::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  background-color: #efb725;
}

.mega-menu2 .active a {
  color: #ff8921;
}

.mega-menu2 ul li .down_icon {
  -webkit-mask-image: url(data:image/webp;base64,UklGRnwAAABXRUJQVlA4TG8AAAAvH8AHEGDbtpEk9t/1fnfa6C6MYBrZtpP7fxepmUy0FIOjiaxQUOL77hpM2qaz226B7x/eL/SoPgbAgkStMWpoBqC9qJlb9AQ9FFzQ7T3lPol9ltqpe9+9tnhp89jqod3RjhC0z97Y/hs26+i/GAAA);
  width: 6px;
  height: 10px;
  background-color: #000000;
  display: inline-block;
  position: relative;
  bottom: -1px;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  margin-left: 2px;
}

.mega-menu2 ul li ul {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: absolute;
  border: none;
  width: 250px;
  z-index: 1030;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  padding: 0px;
  white-space: initial;
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  text-align: left;
}

.mega-menu2 > ul > li:hover .drop-menu-level-1 {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
  display: block;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
}

.mega-menu2 ul li ul li a {
  padding: 6px 25px 6px 12px;
  display: block;
  position: relative;
  transition: all 0.2s;
  line-height: 25px;
}

.mega-menu2 ul li ul li a:hover {
  background-color: #f2f2f2;
}

.search-btn i:hover {
  background: #ffffff;
  color: #ff8921;
  box-shadow: 0 0 15px #ff8921;
}

.mega-menu2 ul li a {
  color: #666666;
  font-size: 14px;
  font-family: "Geologica-Regular";
  padding: 13px 15px;
  display: block;
}

.mega-menu2 ul li a:hover {
  color: #ff8921;
}

.mega-menu2 ul li a {
  transition: all 0.3s;
}

.mega-menu2 .drop-menu li a:hover::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  background-color: #efb725;
}

.mega-menu2 .drop-menu li a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  left: 0px;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  top: 0;
  transform: scale(0);
}

.mega-menu2 ul {
  margin-bottom: 0;
}

#contactmap iframe {
  display: block;
  width: 100%;
  height: 710px;
}

.contact-block {
  margin-bottom: 25px;
}
.contact-block .contact-heading {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .contact-block .contact-heading {
    font-size: 17px;
  }
}

.contact-submit-btn {
  color: #fff;
  background: var(--main-color);
  font-weight: bold;
  padding: 10px 30px;
  border-radius: 40px;
}

.contact-info {
  display: flex;
}
.contact-info .contact-info-icon {
  flex: 0 0 36px;
  -ms-flex: 0 0 36px;
  max-width: 36px;
}
.contact-info .contact-info-icon span {
  display: inline-block;
  width: 100%;
  aspect-ratio: 1/1;
  border: 1px solid var(--main-color);
  border-radius: 50%;
  line-height: 36px;
  text-align: center;
  color: var(--main-color);
}
.contact-info .contact-info-text {
  flex: 0 0 calc(100% - 36px);
  -ms-flex: 0 0 calc(100% - 36px);
  max-width: calc(100% - 36px);
  padding-left: 14px;
  padding-top: 6px;
}
.contact-info .contact-info-text h4 {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}

.form_zalo {
  padding: 20px 0;
  background-color: #fff;
}
.form_zalo .flex_boxLinkLeft {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1;
}
.form_zalo .box_select {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form_zalo .box_select .txt_lable {
  font-size: 15px;
  color: #0f4c81;
  margin: 0;
  font-family: "Geologica-regular";
}
.form_zalo .box_select .input_group {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #e2e8f0;
  border-radius: 30px;
  padding: 0 15px 0 50px;
  height: 49px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.form_zalo .box_select .input_group:legend-within,
.form_zalo .box_select .input_group:hover {
  border-color: #0f4c81;
}
.form_zalo .box_select .input_group::before {
  content: "";
  position: absolute;
  left: 15px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.form_zalo .box_select .input_group.icon_plane::before {
  background-image: url(../images/ticker1.png);
}
.form_zalo .box_select .input_group.icon_cal::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%230f4c81'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6.75 3v2.25M17.25 3v2.25M3 18.75V7.5a2.25 2.25 0 012.25-2.25h13.5A2.25 2.25 0 0121 7.5v11.25m-18 0A2.25 2.25 0 005.25 21h13.5A2.25 2.25 0 0021 18.75m-18 0v-7.5A2.25 2.25 0 015.25 9h13.5A2.25 2.25 0 0121 11.25v7.5m-9-6h.008v.008H12v-.008zM12 15h.008v.008H12V15zm0 2.25h.008v.008H12v-.008zM9.75 15h.008v.008H9.75V15zm0 2.25h.008v.008H9.75v-.008zM7.5 15h.008v.008H7.5V15zm0 2.25h.008v.008H7.5v-.008zm6.75-4.5h.008v.008h-.008v-.008zm0 2.25h.008v.008h-.008V15zm0 2.25h.008v.008h-.008v-.008zm2.25-4.5h.008v.008H16.5v-.008zm0 2.25h.008v.008H16.5V15z'/%3E%3C/svg%3E");
}
.form_zalo .box_select .select,
.form_zalo .box_select .form-control {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-size: 15px;
  color: #222222;
  padding: 0;
  height: 100%;
  cursor: pointer;
  font-family: "Geologica-Light";
}
.form_zalo .box_select input[type="date"] {
  font-family: inherit;
  text-transform: uppercase;
}
.form_zalo .box_select input[type="date"] ::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
}
.form_zalo .flex_boxLinkRight .btn_search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ff8225;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  padding: 0px 35px;
  height: 51px;
  border-radius: 30px;
  white-space: nowrap;
  transition: all 0.3s ease;
  font-family: "Geologica-Regular";
}
.form_zalo .flex_boxLinkRight .btn_search:hover {
  background: #a04500;
  box-shadow: 0 4px 12px rgba(255, 130, 37, 0.3);
}
.form_zalo .flex_boxLinkRight .btn_search::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.flex_boxLinkRight {
  margin-top: 28px;
  margin-left: 30px;
}

@media (max-width: 991px) {
  .form_zalo .form_linkZalo {
    flex-direction: column;
    align-items: stretch;
  }
  .form_zalo .flex_boxLinkLeft {
    flex-direction: column;
    align-items: stretch;
  }
  .form_zalo .flex_boxLinkRight .btn_search {
    width: 100%;
  }
}
.form_linkZalo {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(34, 34, 34, 0.15);
  border-radius: 24px;
  padding: 47px 30px;
  margin-top: -146px !important;
  width: 92%;
  margin: auto;
  z-index: 9;
}

section.section-slider {
  background: #f4fbfe;
  padding: 20px 0 70px;
}

.slideshow {
  border-radius: 25px;
  overflow: hidden;
}

section.exp_block {
  position: relative;
  padding: 65px 0 70px;
}

.items_exp {
  text-align: center;
  position: relative;
  padding: 0 50px;
}

.items_exp p {
  font-size: 52px;
  color: #ff8921;
  font-family: "Geologica-Bold";
  margin-bottom: 28px;
  display: inline-block;
}

.items_exp h3 {
  font-size: 18px;
  color: #164c88;
  font-family: "Geologica-Bold";
}

.col20 {
  position: relative;
  flex: 0 0 20%;
  max-width: 20%;
}

.title_index h2 {
  font-size: 38px;
  color: #164c88;
  font-family: "Geologica-Bold";
  margin-bottom: 35px;
}

.scale-img {
  overflow: hidden;
  display: block;
}

.scale-img img {
  transition: 0.3s ease-out;
  transform: scale(1, 1);
}

.scale-img:hover > img {
  transition: 0.3s ease-out;
  transform: scale(1.1, 1.1);
}

.items_visa h3 {
  color: #fff;
  position: absolute;
  bottom: 0;
  pointer-events: none;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgb(11, 84, 162) 100%
  );
  font-size: 22px;
  font-family: "Geologica-SemiBold";
  text-transform: capitalize;
  padding: 88px 10px 13px;
}

.items_visa {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}

.c_visa {
  position: relative;
  padding: 0 10px;
}

.row.r_visa {
  margin: 0 -10px;
}

.items_visa:hover h3 {
  color: #ff8921;
}

.items_visa h3 {
  transition: all 0.3s;
}

.center_more {
  text-align: center;
}

.center_more a {
  background: #ff8921;
  color: #fff;
  font-size: 15px;
  font-family: "Geologica-Regular";
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: all 0.3s;
}

.center_more a:hover {
  background: #7f3c00;
  box-shadow: 0 6px 20px #ff993f;
}

.center_more a i {
  font-size: 11px;
  position: relative;
  top: -1px;
  margin-left: 3px;
}

.center_more {
  text-align: center;
  margin-top: 12px;
  position: relative;
}

section.visa_link {
  position: relative;
  margin-bottom: 55px;
}

.background_shadow {
  position: relative;
}

.service-main .background_shadow .slick-prev,
.service-main .background_shadow .slick-next,
.content_partnerowl .slick-prev,
.content_partnerowl .slick-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  z-index: 10;
}
.service-main .background_shadow .slick-prev::before,
.service-main .background_shadow .slick-prev::after,
.service-main .background_shadow .slick-next::before,
.service-main .background_shadow .slick-next::after,
.content_partnerowl .slick-prev::before,
.content_partnerowl .slick-prev::after,
.content_partnerowl .slick-next::before,
.content_partnerowl .slick-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: #333;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.service-main .background_shadow .slick-prev::before,
.service-main .background_shadow .slick-next::before,
.content_partnerowl .slick-prev::before,
.content_partnerowl .slick-next::before {
  border-width: 2px 0 0 2px;
  transform: translate(calc(0% - 2px), -50%) rotate(-45deg) !important;
}
.service-main .background_shadow .slick-prev::after,
.service-main .background_shadow .slick-next::after,
.content_partnerowl .slick-prev::after,
.content_partnerowl .slick-next::after {
  border-width: 2px 0 0 2px;
  transform: translate(calc(-50% + 2px), -50%) rotate(45deg) !important;
}
.service-main .background_shadow .slick-prev:hover,
.service-main .background_shadow .slick-next:hover,
.content_partnerowl .slick-prev:hover,
.content_partnerowl .slick-next:hover {
  background: #ff8921;
  border-color: #ff8921;
}
.service-main .background_shadow .slick-prev:hover::before,
.service-main .background_shadow .slick-prev:hover::after,
.service-main .background_shadow .slick-next:hover::before,
.service-main .background_shadow .slick-next:hover::after,
.content_partnerowl .slick-prev:hover::before,
.content_partnerowl .slick-prev:hover::after,
.content_partnerowl .slick-next:hover::before,
.content_partnerowl .slick-next:hover::after {
  border-color: #fff;
}
.service-main .background_shadow .slick-prev,
.content_partnerowl .slick-prev {
  left: -45px;
}
.service-main .background_shadow .slick-prev::before,
.content_partnerowl .slick-prev::before {
  transform: translate(calc(-50% - 2px), -50%) rotate(-45deg);
}
.service-main .background_shadow .slick-prev::after,
.content_partnerowl .slick-prev::after {
  display: none;
}
.service-main .background_shadow .slick-next,
.content_partnerowl .slick-next {
  right: -45px;
}
.service-main .background_shadow .slick-next::before,
.content_partnerowl .slick-next::before {
  transform: translate(calc(-30% - 2px), -50%) rotate(135deg) !important;
}
.service-main .background_shadow .slick-next::after,
.content_partnerowl .slick-next::after {
  display: none;
}
@media (max-width: 991px) {
  .service-main .background_shadow .slick-prev,
  .content_partnerowl .slick-prev {
    left: 20px;
  }
  .service-main .background_shadow .slick-next,
  .content_partnerowl .slick-next {
    right: 20px;
  }
}

.service-item {
  position: relative;
  margin: 7px 14px;
  border-radius: 13px;
  overflow: hidden;
  background: white;
  box-shadow: 0 0 7px #c4c4c4;
  padding: 11px;
}

.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;
}

.service-item__image a {
  border-radius: 10px;
}

.service-item__text h3 a {
  color: #164c88;
  font-size: 18px;
  font-family: "Geologica-SemiBold";
  text-transform: capitalize;
  text-align: center;
  margin-top: 14px;
  margin-bottom: 6px;
}

.service-item-box:hover h3 a {
  color: #ff8921;
}

.service-item-box h3 a {
  transition: all 0.3s;
}

.service-main {
  background: #f4fbfe;
  position: relative;
  padding: 60px 0 27px;
  border-radius: 20px;
}

.banner__link {
  position: relative;
  padding: 60px 0;
}

.banner-item {
  border-radius: 20px;
  overflow: hidden;
}

.title_statics h2 {
  font-size: 38px;
  color: #164c88;
  font-family: "Geologica-Bold";
  margin-bottom: 15px;
}

.title_statics {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.desc_statics {
  font-family: "Geologica-Regular";
  font-size: 15px;
  line-height: 26px;
}

.content_statics:after {
  position: absolute;
  content: "";
  background: url(../images/line2.png) no-repeat;
  width: 100%;
  background-size: 100% 100%;
  height: 25px;
  z-index: -1;
  pointer-events: none;
  top: 12px;
}

.content_statics {
  position: relative;
}

.procedure-item {
  position: relative;
  text-align: center;
  margin-top: 10px;
}

.procedure-item img {
  margin: auto;
  border-radius: 100%;
}

.procedure-item h3 {
  font-size: 13px;
  color: #222222;
  font-family: "Geologica-Bold";
  margin-top: 13px;
  line-height: 22px;
}

.span_k {
  background: #ff8921;
  color: #fff;
  width: 32px;
  height: 32px;
  z-index: 99;
  position: relative;
  border-radius: 100%;
  font-family: "Geologica-Bold";
  display: inline-block;
  margin-bottom: -7px;
  padding: 5px 0 0;
}

.span_k:after {
  position: absolute;
  border: 4px solid rgba(255, 192, 136, 0.5);
  content: "";
  width: 39px;
  height: 39px;
  top: -4px;
  left: -4px;
  right: 0;
  border-radius: 50px;
}

.procedure_block {
  position: relative;
  margin-bottom: 4%;
}

section.abouts_main {
  background: url(../images/bg_aboits.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding: 60px 0;
}

.title_abouts h2 {
  font-size: 38px;
  color: #164c88;
  font-family: "Geologica-Bold";
  margin-bottom: 8px;
}

.slogan_abouts {
  font-family: "Geologica-Regular";
  color: #11b0e7;
  font-size: 20px;
  font-style: italic;
}

.title_abouts {
  margin-bottom: 25px;
  position: relative;
}

.desc_abouts {
  font-family: "Geologica-Regular";
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}

a.btn_abouts {
  background: #ff8921;
  color: #fff;
  font-size: 15px;
  font-family: "Geologica-Regular";
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: all 0.3s;
}

a.btn_abouts i {
  font-size: 11px;
  position: relative;
  top: -1px;
  margin-left: 3px;
}

a.btn_abouts:hover {
  background: #7f3c00;
  box-shadow: 0 6px 20px #ff993f;
}

.borderadius a {
  border-radius: 15px;
}

.photo_abouts2 {
  margin-top: 40px;
  margin-left: 20px;
}

.photo_abouts {
  margin-bottom: 24px;
}

.borderadius:nth-child(3) {
  position: relative;
  left: -104px;
}

.borderadius:nth-child(4) {
  position: relative;
  left: -84px;
  margin-top: -53px;
}

.information-abouts {
  padding-right: 6%;
}

section.partner_block {
  position: relative;
  padding: 65px 0 15px;
}

.title_index {
  text-align: center;
}

.partner-item img {
  width: 100%;
}

.partner-item {
  position: relative;
  margin: 0 15px;
}

section.newsnb_block {
  background: #f4fbfe;
  position: relative;
  padding: 60px 0;
  margin-bottom: 50px;
}

.title_index2 h2 {
  font-size: 38px;
  color: #164c88;
  font-family: "Geologica-Bold";
  margin-bottom: 35px;
}

.news-item {
  background: url(../images/bg_news.png) no-repeat;
  background-size: 100% 100%;
  padding: 12px;
}

.photo_newsnb img {
  width: 100%;
}

.news-item {
  position: relative;
  margin: 0 15px;
}

.photo_newsnb a {
  border-radius: 10px;
}

.infor_newsnb h3 a {
  font-size: 16px;
  color: #164c88;
  font-family: "Geologica-SemiBold";
  line-height: 23px;
}

.infor_newsnb h3 {
  margin-bottom: 10px;
}

.desc_nb {
  font-size: 14px;
  color: #222222;
  font-family: "Geologica-Light";
  margin-bottom: 23px;
  line-height: 27px;
}

.date {
  font-size: 14px;
  color: #222222;
}

.date img {
  margin-right: 5px;
}

a.block_news {
  position: absolute;
  right: 4px;
  bottom: 0px;
}

.block_news:hover img {
  transform: rotate(45deg);
}

.block_news img {
  transition: all 0.3s;
}

.infor_newsnb {
  margin-top: 12px;
}

.news-item:hover .infor_newsnb h3 a {
  color: #ff8921;
}

.news-item .infor_newsnb h3 a {
  transition: all 0.3s;
}

.content_newsnb .news-slider {
  position: relative;
  margin: 0 -19px;
}

.procedure-item:hover .photo_produce img {
  transform: rotateY(180deg);
}

.procedure-item .photo_produce img {
  transition: all 1s;
}

.procedure-item:hover h3 {
  color: #ff8921;
}

.procedure-item h3 {
  transition: all 0.3s;
}

.box_newsllter {
  background: url(../images/bg_newsllter.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding: 66px 20px;
  border-radius: 20px;
  text-align: center;
}

.items_input2 input {
  font-style: italic;
}

.newsllter_block {
  position: relative;
  padding: 10px 0 60px;
}

.title_indexNewsllter h2 {
  font-size: 38px;
  color: #ffffff;
  font-family: "Geologica-Bold";
  margin-bottom: 10px;
}

.title_indexNewsllter p {
  font-size: 15px;
  color: #ffffff;
  font-family: "Geologica-Regular";
}

.title_indexNewsllter {
  margin-bottom: 32px;
  position: relative;
}

.items_input input {
  width: 550px;
  height: 54px !important;
  border-radius: 50px;
  border: none;
  background: url(../images/ic_newsllter.png) top 12px left 17px no-repeat #fff;
  padding-left: 52px;
  font-family: "Geologica-Regular";
}

button.newsletter-submit-btn {
  background: #ff8921;
  color: #fff;
  font-size: 15px;
  font-family: "Geologica-Regular";
  display: inline-block;
  padding: 16px 43px;
  border-radius: 50px;
  transition: all 0.3s;
  margin-left: 20px;
}

button.newsletter-submit-btn i {
  font-size: 11px;
  position: relative;
  top: -1px;
  margin-left: 3px;
}

button.newsletter-submit-btn:hover {
  background: #964804;
  box-shadow: 0 0 3px #ffd7b4;
}

.title_index span {
  font-size: 38px;
  color: #164c88;
  font-family: "Geologica-Bold";
  margin-bottom: 40px;
  display: block;
}

.col-news {
  position: relative;
  padding: 0 0 15px;
}

.row-news {
  position: relative;
  margin: 0 -15px;
}

/* Library gallery */
.library-gallery .library-gallery-thumb {
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 580/454;
  background: #f3f4f6;
}
.library-gallery .library-gallery-thumb .img-fluid {
  transition: transform 0.4s ease;
}
.library-gallery .library-gallery-link:hover .library-gallery-thumb .img-fluid {
  transform: scale(1.05);
}
.library-gallery .library-gallery-link {
  display: block;
  text-decoration: none;
}
.library-gallery .library-gallery-link p {
  font-size: 14px;
  color: #1f2937;
  line-height: 1.4;
  min-height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 991px) {
  section.section-slider {
    background: #f4fbfe;
    padding: 15px;
  }
  section.section-slider .wrapper {
    padding: 0;
  }
  .form_linkZalo {
    position: relative;
    border-radius: 24px;
    padding: 25px 15px;
    margin-top: 0 !important;
    width: 100%;
    margin: auto;
    z-index: 9;
  }
  .form_zalo .box_select {
    width: 100%;
  }
  .form_zalo .flex_boxLinkLeft {
    width: 100%;
  }
  .form_zalo .flex_boxLinkRight .btn_search {
    font-size: 14px;
    padding: 11px 23px;
    height: auto;
  }
  .flex_exp {
    flex-wrap: wrap;
  }
  .items_exp {
    text-align: center;
    position: relative;
    padding: 0 0px 50px;
    width: 50%;
  }
  .items_exp p {
    font-size: 28px;
    margin-bottom: 18px;
  }
  .items_exp h3 {
    font-size: 15px;
  }
  section.exp_block {
    padding: 51px 0 1px;
    background: #f7f7f7;
    margin-top: 29px;
    margin-bottom: 40px;
  }
  .title_index h2 {
    font-size: 30px;
    margin-bottom: 29px;
  }
  .col20 {
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 7px;
  }
  .row.r_visa {
    margin: 0 -7px;
  }
  .items_visa h3 {
    font-size: 18px;
  }
  .items_visa {
    margin-bottom: 15px;
  }
  .service-main {
    padding: 45px 0 27px;
  }
  .service-item {
    border: 1px solid #e3e3e3;
    margin: 7px 0px;
    border-radius: 13px;
    box-shadow: unset;
    padding: 11px;
  }
  .banner__link {
    position: relative;
    padding: 30px 0;
  }
  .title_statics h2 {
    font-size: 30px;
  }
  .desc_statics {
    font-size: 14px;
    line-height: 23px;
  }
  .content_statics:after {
    background: #647f9e;
    width: 100%;
    background-size: unset;
    height: 2px;
    z-index: -1;
    pointer-events: none;
    top: 21px;
    border-radius: 50px;
  }
  .title_abouts h2 {
    font-size: 30px;
  }
  .slogan_abouts {
    font-size: 16px;
  }
  .information-abouts {
    padding-right: 0;
  }
  .desc_abouts {
    font-family: "Geologica-Light";
    font-size: 15px;
    line-height: 31px;
    margin-bottom: 23px;
  }
  .itemsRight_abouts {
    display: none !important;
  }
  section.abouts_main {
    background-size: cover;
  }
  section.partner_block {
    position: relative;
    padding: 32px 0 15px;
  }
  section.newsnb_block {
    padding: 40px 0;
    margin-bottom: 50px;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .title_index2 h2 {
    font-size: 30px;
    margin-bottom: 18px;
    text-align: center;
  }
  .procedure_block {
    overflow: hidden;
  }
  .box_newsllter {
    background-size: cover;
    padding: 30px 20px;
    border-radius: 26px;
    text-align: center;
  }
  .title_indexNewsllter h2 {
    font-size: 27px;
  }
  .items_input input {
    width: 100%;
  }
  .flex_form {
    display: block !important;
  }
  button.newsletter-submit-btn {
    margin-left: 0;
    width: 100%;
    margin-top: 15px;
  }
  .newsllter_block {
    position: relative;
    padding: 10px 0 40px;
  }
  .footer_statics {
    display: block !important;
  }
  .informationSupport_footer {
    padding: 35px 0 5px;
  }

  .footer-banner h2 {
    font-size: 20px;
  }
  .footer-banner h2 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .Right_footerTop {
    width: 100%;
    margin-top: 20px;
  }
  .flex_sp {
    flex-wrap: wrap;
  }
  .items_support {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px dashed #e1e1e1;
    padding-bottom: 20px;
  }
  .items_support:last-child {
    border-bottom: unset;
  }
  .items_support1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer_statics {
    background: unset;
  }
  .footer-main {
    display: block !important;
  }
  .footer-main {
    padding: 30px 0;
  }
  .footer-items.footer-menu {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .footer-items.footer-infor {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }
  .footer-items.footer-infor2 {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 35px;
  }
  .footer-items.footer-fanpage {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
  .footerPowered {
    font-size: 12px;
  }
  .support_row {
    justify-content: space-between;
    width: 100%;
  }
}
.latedNews-box {
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.latedNews-box:hover {
  background-color: #f9fafb;
}
.latedNews-box:hover .latedNews-box_photo span {
  transform: scale(1.05);
}
.latedNews-box:hover .latedNews-box_info h3 {
  color: #ff8921;
}

.latedNews-box_photo {
  flex: 0 0 85px;
  -ms-flex: 0 0 85px;
  max-width: 85px;
  border-radius: 8px;
  overflow: hidden;
}
.latedNews-box_photo span {
  display: block;
  transition: transform 0.4s ease;
}
.latedNews-box_photo span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.latedNews-box_info {
  flex: 0 0 calc(100% - 85px);
  -ms-flex: 0 0 calc(100% - 85px);
  max-width: calc(100% - 85px);
  padding-left: 10px;
  padding-right: 5px;
}
.latedNews-box_info h3 {
  font-size: 14px;
  font-weight: 700;
  color: #374151;
  margin-bottom: 5px;
  line-height: 1.4;
  transition: color 0.2s ease;
}
.latedNews-box_info p {
  color: #ff8921;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
}

.related-article {
  margin-top: 40px;
  margin-bottom: 30px;
}
.related-article h4 {
  font-weight: 800;
  font-size: 20px;
  color: #1f2937;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f3f4f6;
}
.related-article ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.related-article ul li {
  padding: 12px 0;
  border-bottom: 1px dashed #e5e7eb;
}
.related-article ul li:last-child {
  border-bottom: none;
}

.relatedNews-box {
  position: relative;
  transition: all 0.2s ease;
}
.relatedNews-box h3 {
  font-size: 15px;
  font-weight: 600;
  color: #4b5563;
  margin-bottom: 0;
  line-height: 1.5;
}
.relatedNews-box h3 i.fa-caret-right {
  color: #ff8921;
  margin-right: 8px;
}
.relatedNews-box h3 span {
  font-size: 13px;
  color: #9ca3af;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  transition: all 0.2s ease;
}
.relatedNews-box:hover {
  transform: translateX(5px);
}
.relatedNews-box:hover h3 {
  color: #ff8921;
}
.relatedNews-box:hover h3 span {
  color: #ff8921;
}

.news-item-info {
  padding-top: 15px;
}

.news-item-info-name {
  margin-bottom: 10px;
  font-size: 17px;
  transition: 0.3s;
  font-family: "SFProDisplay-Bold";
}

.news-item-info-desc {
  font-family: "SFProDisplay-Regular";
  line-height: 26px;
  opacity: 0.8;
}

.news-item {
  position: relative;
}
.news-item:hover .news-item-info-name {
  color: var(--hover-color);
}
.news-item:hover .news-item-photo img {
  transform: scale(1.05);
}

.news-item-link-full {
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 9;
}

.news-item-photo {
  overflow: hidden;
}
.news-item-photo img {
  transition: 0.4s;
}

.product-detail-gallery {
  margin-top: 10px;
  position: relative;
}
.product-detail-gallery .product-detail-gallery-owl_item {
  border-radius: 5px;
  border: 1px solid #eee;
  overflow: hidden;
  padding: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.product-detail-gallery .product-detail-gallery-owl_item.hover,
.product-detail-gallery .product-detail-gallery-owl_item:hover {
  border-color: #ff8921;
  /* Dùng biến main-color */
}
.product-detail-gallery .product-detail-gallery-owl_item .mz-thumb {
  display: block;
}
.product-detail-gallery .product-detail-gallery-owl_item .mz-thumb img {
  padding-bottom: 0;
  border-bottom-width: 0;
}
.product-detail-gallery .control-product-detail-gallery-owl button {
  position: absolute;
  width: 30px;
  height: 30px;
  padding: 0;
  background-color: transparent;
  font-size: 16px;
  z-index: 2;
  color: #ccc;
  border: 1px solid #ccc;
  border-radius: 50%;
  top: calc(50% - 15px);
  transition: 0.4s;
  opacity: 0.5;
}
.product-detail-gallery .control-product-detail-gallery-owl button.owl-prev {
  left: 10px;
}
.product-detail-gallery .control-product-detail-gallery-owl button.owl-next {
  right: 10px;
}
.product-detail-gallery .control-product-detail-gallery-owl button.disabled {
  display: none;
}
.product-detail-gallery:hover .control-product-detail-gallery-owl button {
  opacity: 1;
}

.product-detail-zoom {
  text-align: center;
}
.product-detail-zoom .MagicZoom#Zoom-1 {
  border-radius: 5px;
  border: 1px solid #eee;
  overflow: hidden;
  padding: 5px;
}
.product-detail-zoom .MagicZoom#Zoom-1,
.product-detail-zoom .mz-figure {
  display: inline-block;
}

.product-detail-info-name {
  font-size: 24px;
  font-weight: 800;
  color: #1f2937;
  margin-bottom: 12px;
  line-height: 1.4;
}
@media screen and (max-width: 991px) {
  .product-detail-info-name {
    font-size: 18px;
  }
}

.product-detail-info-line {
  padding-bottom: 15px;
  border-bottom: 1px dashed #e5e7eb;
  margin-bottom: 20px;
}
.product-detail-info-line p {
  color: #6b7280;
}
.product-detail-info-line p:not(:last-child) {
  margin-bottom: 6px;
}
.product-detail-info-line p span {
  font-weight: 600;
  color: #ff8921;
}

.product-detail-price {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.product-detail-price strong {
  font-size: 26px;
  font-weight: 800;
  color: #ef4444;
}
.product-detail-price del {
  font-size: 16px;
  color: #9ca3af;
  text-decoration: line-through;
}
.product-detail-price span {
  color: #fff;
  background: #ef4444;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 3px 8px rgba(239, 68, 68, 0.25);
}
@media screen and (max-width: 991px) {
  .product-detail-price strong {
    font-size: 20px;
  }
  .product-detail-price del {
    font-size: 14px;
  }
}

.product-detail-order {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-detail-order li {
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .product-detail-order li {
    margin-bottom: 15px;
  }
}

.product-detail-order-item_btn {
  display: flex;
  gap: 15px;
}
.product-detail-order-item_btn .order-btn-add {
  border-radius: 50px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  height: 54px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.product-detail-order-item_btn .order-btn-add[data-action="add"] {
  flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  max-width: 40%;
  font-size: 15px;
  font-weight: 600;
  color: #ff8921;
  background-color: #fff;
  border: 2px solid #ff8921;
  box-shadow: 0 4px 10px rgba(255, 137, 33, 0.08);
}
.product-detail-order-item_btn .order-btn-add[data-action="add"] i {
  margin-right: 8px;
  font-size: 18px;
}
.product-detail-order-item_btn .order-btn-add[data-action="add"]:hover {
  background-color: #ff8921;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(255, 137, 33, 0.25);
}
.product-detail-order-item_btn .order-btn-add[data-action="add"]:active {
  transform: translateY(1px);
}
.product-detail-order-item_btn .order-btn-add[data-action="buy"] {
  flex: 1;
  background: linear-gradient(
    135deg,
    rgb(255, 177.6621621622, 109.5) 0%,
    #ff8921 100%
  );
  color: #fff;
  flex-direction: column;
  box-shadow: 0 6px 15px rgba(255, 137, 33, 0.35);
}
.product-detail-order-item_btn .order-btn-add[data-action="buy"] .title-buy {
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.product-detail-order-item_btn .order-btn-add[data-action="buy"] .sub-buy {
  font-size: 11px;
  opacity: 0.9;
  font-weight: 500;
}
.product-detail-order-item_btn .order-btn-add[data-action="buy"]:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 137, 33, 0.45);
  filter: brightness(1.05);
}
.product-detail-order-item_btn .order-btn-add[data-action="buy"]:active {
  transform: translateY(1px);
  box-shadow: 0 2px 8px rgba(255, 137, 33, 0.25);
}
@media screen and (max-width: 991px) {
  .product-detail-order-item_btn {
    flex-wrap: wrap;
    gap: 15px;
  }
  .product-detail-order-item_btn .order-btn-add[data-action="add"],
  .product-detail-order-item_btn .order-btn-add[data-action="buy"] {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}

.product-detail-order-item_quantity {
  display: inline-flex;
  align-items: center;
  background: #f3f4f6;
  padding: 6px 8px 6px 20px;
  border-radius: 50px;
  border: 1px solid #e5e7eb;
}
.product-detail-order-item_quantity label {
  font-weight: 600;
  color: #4b5563;
  font-size: 15px;
  margin-bottom: 0;
  margin-right: 15px;
}
.product-detail-order-item_quantity .product-detail-order-item__changeqty {
  display: flex;
  background: #ffffff;
  border-radius: 50px;
  overflow: hidden;
  height: 38px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}
.product-detail-order-item_quantity
  .product-detail-order-item__changeqty
  input {
  width: 45px;
  border: none;
  border-left: 1px solid #f3f4f6;
  border-right: 1px solid #f3f4f6;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #ff8921;
  outline: none;
  -moz-appearance: textfield;
}
.product-detail-order-item_quantity
  .product-detail-order-item__changeqty
  input::-webkit-outer-spin-button,
.product-detail-order-item_quantity
  .product-detail-order-item__changeqty
  input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-detail-order-item_quantity
  .product-detail-order-item__changeqty
  button {
  width: 38px;
  border: none;
  background-color: transparent;
  color: #6b7280;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail-order-item_quantity
  .product-detail-order-item__changeqty
  button:hover {
  background-color: rgb(255, 243.2, 232.8);
  color: #ff8921;
}

.product-detail-content #productdetailTab {
  background-color: #f3f4f6;
  padding: 6px;
  border-radius: 50px;
  display: inline-flex;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
  margin-bottom: 15px;
  border: 1px solid #e5e7eb;
}
.product-detail-content #productdetailTab .nav-item {
  margin-bottom: 0;
}
.product-detail-content #productdetailTab .nav-item .nav-link {
  margin-bottom: 0;
  color: #6b7280;
  font-weight: 600;
  font-size: 15px;
  padding: 10px 28px;
  border: none;
  border-radius: 50px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  background: transparent;
}
.product-detail-content #productdetailTab .nav-item .nav-link:hover {
  color: #ff8921;
}
.product-detail-content #productdetailTab .nav-item .nav-link.active {
  background: linear-gradient(
    135deg,
    rgb(255, 177.6621621622, 109.5) 0%,
    #ff8921 100%
  );
  color: #ffffff;
  box-shadow: 0 6px 15px rgba(255, 137, 33, 0.35);
}
.product-detail-content #productdetailTabcontent {
  background: #ffffff;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #f3f4f6;
}
@media screen and (max-width: 991px) {
  .product-detail-content #productdetailTab .nav-item .nav-link {
    font-size: 14px;
    padding: 9px 20px;
  }
  .product-detail-content #productdetailTabcontent {
    padding: 0;
    border: none;
    box-shadow: none;
  }
}

.product-detail-images,
.product-detail-info,
.product-detail-content {
  margin-bottom: 35px;
}

.product-detail-attribute {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-detail-attribute li.product-detail-attribute-item {
  margin-bottom: 20px;
}
.product-detail-attribute
  li.product-detail-attribute-item
  .product-detail-attribute-item_label {
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  color: #333;
  font-weight: 600;
}
.product-detail-attribute
  li.product-detail-attribute-item
  .product-detail-attribute-item_label
  span {
  color: var(--main-color);
}
.product-detail-attribute
  li.product-detail-attribute-item
  .product-detail-attribute_select {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.product-detail-attribute
  li.product-detail-attribute-item
  .product-detail-attribute_select
  .product-detail-attribute_radio {
  display: inline-block;
  position: relative;
}
.product-detail-attribute
  li.product-detail-attribute-item
  .product-detail-attribute_select
  .product-detail-attribute_radio
  input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.product-detail-attribute
  li.product-detail-attribute-item
  .product-detail-attribute_select
  .product-detail-attribute_radio
  label {
  display: block;
  transition: all 0.3s ease-in-out;
}
.product-detail-attribute
  li.product-detail-attribute-item
  .product-detail-attribute_select
  .product-detail-attribute_radio.show-text
  label {
  border-radius: 6px;
  padding: 8px 16px;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  color: #555;
  background-color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.product-detail-attribute
  li.product-detail-attribute-item
  .product-detail-attribute_select
  .product-detail-attribute_radio.show-text
  label:hover {
  color: var(--main-color, #000);
  border-color: var(--main-color, #000);
  background-color: rgba(0, 0, 0, 0.02);
}
.product-detail-attribute
  li.product-detail-attribute-item
  .product-detail-attribute_select
  .product-detail-attribute_radio.show-text
  input:checked
  ~ label {
  background-color: var(--main-color, #000);
  color: #fff;
  border-color: var(--main-color, #000);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.product-detail-attribute
  li.product-detail-attribute-item
  .product-detail-attribute_select
  .product-detail-attribute_radio.show-text
  input:focus-visible
  ~ label {
  outline: 2px dashed #000;
  outline-offset: 3px;
}
.product-detail-attribute
  li.product-detail-attribute-item
  .product-detail-attribute_select
  .product-detail-attribute_radio.disabled
  label {
  opacity: 0.5;
  pointer-events: none;
  position: relative;
  overflow: hidden;
}
.product-detail-attribute
  li.product-detail-attribute-item
  .product-detail-attribute_select
  .product-detail-attribute_radio.disabled
  label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140%;
  height: 1.5px;
  background-color: #ff4d4f;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.product-detail-attribute
  li.product-detail-attribute-item
  .product-detail-attribute_select
  .product-detail-attribute_radio.show-color
  label {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: var(--bg-color);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.product-detail-attribute
  li.product-detail-attribute-item
  .product-detail-attribute_select
  .product-detail-attribute_radio.show-color
  label:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.product-detail-attribute
  li.product-detail-attribute-item
  .product-detail-attribute_select
  .product-detail-attribute_radio.show-color
  input:checked
  ~ label {
  outline: 2px solid var(--main-color, #000);
  outline-offset: 2px;
  transform: scale(1.05);
}
.product-detail-attribute
  li.product-detail-attribute-item
  .product-detail-attribute_select
  .product-detail-attribute_radio.show-color
  input:focus-visible
  ~ label {
  outline: 2px dashed #000;
  outline-offset: 3px;
}

.product-item {
  position: relative;
}
.product-item:hover .product-item-price-name {
  color: var(--hover-color);
}
.product-item:hover .product-item-photo img {
  transform: 1.05;
}

.product-item-link-full {
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 9;
}

.product-item-photo {
  overflow: hidden;
}
.product-item-photo img {
  transition: 0.4s;
}

.product-item-info {
  padding-top: 15px;
}

.product-item-price-name {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 15px;
  transition: 0.3s;
}

.product-item-price strong {
  color: #cc2c32;
  font-weight: 600;
  font-size: 15px;
}
.product-item-price del {
  color: #aaa;
  font-size: 13px;
}
.product-item-price span {
  background-color: #f00;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  border-radius: 10px;
  padding: 2px 7px;
}

input.form-control:not([type="file"]),
.form-control-plaintext:not(textarea),
.custom-select {
  height: 2.5rem;
}

.text-sm {
  font-size: var(--font-size);
}
@media screen and (max-width: 991px) {
  .text-sm {
    font-size: var(--font-size-sm);
  }
}

.alert {
  --bs-alert-padding-x: 0.75rem;
  --bs-alert-padding-y: 0.75rem;
} /*# sourceMappingURL=app.css.map */

.c_sr {
  position: relative;
  padding: 0 0 14px;
}

.row.r_sr {
  margin: 0 -7px;
}

@media screen and (max-width: 991px) {
  .items_support.d-flex.ml_add {
    margin-left: 0;
  }
  .c_sr {
    position: relative;
    padding: 0 7px 0;
  }
  .content_partnerowl button {
    display: none;
  }
  .col-news {
    position: relative;
    padding: 0 7px 3px;
  }
  .row-news {
    position: relative;
    margin: 0 -7px;
  }
  .service-item__text h3 a {
    font-size: 16px;
    -webkit-line-clamp: 2;
    line-height: 29px;
  }
  .banner__link {
    overflow: hidden;
  }
  .content_partnerowl button {
    display: none !important;
  }
}

.flex_hl span {
  margin: 0 4px;
  font-family: "Geologica-Bold";
}

@media screen and (max-width: 500px) {
  .contact-center-mobile
    .contact-center-mobile_inner
    .contact-center-mobile__link
    a {
    font-size: 9px;
    padding: 3px 8px;
  }
  .contact-center-mobile
    .contact-center-mobile_inner
    .contact-center-mobile__link
    a
    img {
    max-width: 12px;
    max-height: 12px;
  }
  .contact-center-mobile__logo {
    width: 126px;
  }
}

@media screen and (max-width: 991px) {
  .left_footerTop {
    display: block !important;
    text-align: center;
  }
  .footer-banner {
    width: 100%;
    margin-left: 0;
    margin: 10px 0 0;
  }
  .footer_statics {
    padding-bottom: 0;
  }
  .items_support:nth-child(1) {
    order: 3;
  }
  .items_support:nth-child(2) {
    order: 2;
  }
  .items_support:nth-child(3) {
    order: 1;
  }
  .items_support:nth-child(4) {
    order: 4;
  }
}

.contact-center-mobile__logo {
    width: 110px;
    margin-left: 15px;
}