/* Fonts */
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../fonts/SVN-GilroyRegular.woff2") format("woff2"), url("../fonts/SVN-GilroyRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../fonts/SVN-GilroyMedium.woff2") format("woff2"), url("../fonts/SVN-GilroyMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../fonts/SVN-GilroySemiBold.woff2") format("woff2"), url("../fonts/SVN-GilroySemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../fonts/SVN-GilroyBold.woff2") format("woff2"), url("../fonts/SVN-GilroyBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Androgyne";
  src: url("../fonts/SVN-Androgyne.woff2") format("woff2"), url("../fonts/SVN-Androgyne.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vladimir Script";
  src: url("../fonts/VladimirScript.woff2") format("woff2"), url("../fonts/VladimirScript.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fz Quagera";
  src: url("../fonts/FzQuagera.woff2") format("woff2"), url("../fonts/FzQuagera.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Beautique Display";
  src: url("../fonts/BeautiqueDisplay-Light.woff2") format("woff2"), url("../fonts/BeautiqueDisplay-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
:root {
  --color-main: #1a4470;
  --color-hover: #5181b4;
  --color-text: #fff;
  --color-content: #5c5c5c;
  --color-background: #fff;
  --font-main: "SVN-Gilroy", sans-serif;
  --font-title: "SVN-Androgyne", sans-serif;
  --font-sub: "Vladimir Script", sans-serif;
  --font-free: "Fz Quagera", sans-serif;
  --font-beautique: "Beautique Display", sans-serif;
}

body {
  font-size: 14px;
  color: var(--color-text);
  font-weight: 400;
  line-height: 1.5;
  font-family: var(--font-main);
  background: url(../images/main/bg-body.png) repeat-y center center/100% #114071;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: var(--font-main);
}

.wrap-content {
  max-width: 1200px;
  width: calc(100% - 20px);
  margin: 0px auto;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
}
img.lazy {
  display: inline-block;
  opacity: 0;
}
img:not(.initial) {
  transition: opacity 1s;
}
img:not([src]) {
  visibility: hidden;
}
img:is(.loaded, .error) {
  opacity: 1;
}

* {
  box-sizing: border-box;
}

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

ol,
ul {
  list-style: unset;
}

.content-text a {
  color: #0d6efd;
  text-decoration: underline;
}

.social-plugin {
  display: flex;
  gap: 2px;
  margin: 12px 0;
}

.scale-img {
  display: block;
  overflow: hidden;
}
.scale-img img {
  transform: scale(1, 1);
  transition: all 0.3s ease;
}
.scale-img:hover img {
  transform: scale(1.1, 1.1);
  transition: all 0.3s ease;
}

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

/* Transition All */
.transition, .btn-frame .kenit-alo-circle-fill {
  transition: 0.3s all;
}

/* header */
.section-header {
  padding: 20px 0 10px;
}
.section-header .wrap-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
}
.section-header .header-cols:nth-child(3) {
  margin-left: auto;
}
.section-header .header-lang {
  display: inline-flex;
  align-items: center;
  gap: 8px 30px;
  margin-bottom: 1.5rem;
}
.section-header .header-lang a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease;
}
.section-header .header-lang a:hover {
  text-decoration: underline;
}
.section-header .header-info {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}
.section-header .header-phone {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}

/* Google dich */
.skiptranslate iframe {
  display: none !important;
}

body {
  top: 0 !important;
}

/* Menu */
.fixed-menu {
  position: fixed !important;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.fixed-menu .menu {
  background: var(--color-main);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.4);
}

.menu {
  position: relative;
  z-index: 100;
  background: transparent;
}
.menu .btn-booking {
  border: 0;
  border-radius: 4px;
  background: linear-gradient(90deg, #c5993b 0%, #d9b559 44.5%, #f1e07a 74%, #ca9941 100%);
  color: #082b4f;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 8px 30px;
  transition: all 0.3s ease;
}
.menu .btn-booking:hover {
  color: #000;
  box-shadow: 0 0 10px #ca9941;
}
.menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.menu ul.menu-main {
  padding: 0 40px;
}
.menu ul li {
  position: relative;
  z-index: 99;
  text-align: center;
}
.menu ul li a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 20px 0;
  text-transform: capitalize;
}
.menu ul li a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  transition: all 0.4s ease;
}
.menu ul li a.active::before {
  width: 86px;
}
.menu ul li a .menu-category-list-btn {
  position: absolute;
  right: -12px;
  top: calc(50% - 7px);
  font-size: 14px;
  line-height: 1;
  transition: all 0.2s ease-out;
}
.menu ul li:hover > a::before {
  width: 86px;
}
.menu ul li:hover > a .menu-category-list-btn {
  transform: rotate(90deg);
}
.menu ul li:hover > ul {
  transform: perspective(600px) rotateX(0);
  transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
.menu ul li ul {
  position: absolute;
  min-width: 220px;
  background-color: #fafafa;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  transform: perspective(600px) rotateX(-90deg);
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
}
.menu ul li ul li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.menu ul li ul li:hover > a {
  background: var(--color-main);
  color: #fff;
}
.menu ul li ul li:hover > a .menu-category-list-btn {
  transform: rotate(180deg);
}
.menu ul li ul li a {
  text-align: left;
  font-size: 14px;
  color: #333;
  text-transform: capitalize;
  padding: 10px 10px;
}
.menu ul li ul li a::before {
  display: none;
}
.menu ul li ul li a .menu-category-list-btn {
  right: 10px;
}
.menu ul li ul li ul {
  top: 0;
  left: 100%;
  margin-top: 0px;
}

/* Search */
.search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  width: 100%;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #dcdcdc;
  background: #fff;
}
.search button {
  background: #0741a4;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 17px;
  margin: 4px;
}

/* Mmenu */
.menu-res {
  display: none;
  position: relative;
  z-index: 100;
}

#hamburger {
  width: 40px;
  height: 40px;
  position: relative;
  border: 2px solid #fff;
  border-radius: 6px;
  display: grid;
  place-items: center;
}
#hamburger span {
  font-size: 23px;
  line-height: 1;
  color: #fff;
  transition: all 0.3s ease;
}

.mm-wrapper_opening #hamburger span::before {
  content: "\f00d";
}

.mm-menu_opened {
  display: block !important;
}

.mm-slideout {
  z-index: unset;
}

/* Search */
.search-res {
  position: relative;
}
.search-res .icon-search {
  cursor: pointer;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  margin: 0px;
  display: grid;
  place-items: center;
}
.search-res .icon-search.active {
  color: var(--color-main);
  background: #fff;
  border-radius: 50%;
}
.search-res .search-grid {
  position: absolute;
  top: 50px;
  right: 0px;
  width: 0px;
  height: 40px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--color-main);
  z-index: 2;
  opacity: 0;
  border-radius: 25px;
  line-height: normal;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40px;
}
.search-res .search-grid button {
  cursor: pointer;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  margin: 0px;
  font-size: 16px;
  display: grid;
  place-items: center;
}
.search-res .search-grid input {
  font-size: 13px;
  width: 100%;
  height: 38px;
  text-indent: 10px;
  outline: none;
  border: none;
  box-shadow: none;
}

/* Main */
.title-main {
  position: relative;
  text-align: center;
  margin-bottom: 2rem;
}
.title-main h2 {
  color: #fff;
  font-family: var(--font-title);
  font-size: 50px;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 0;
}
.title-main p {
  color: #fff;
  font-size: 14px;
  line-height: 2;
  max-width: 960px;
  margin: 0.75rem auto 0;
}

.title-detail {
  text-align: center;
  margin-bottom: 1.5rem;
}
.title-detail h1 {
  color: #fff;
  font-family: var(--font-title);
  font-size: 50px;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 0;
}

.title-related {
  text-align: center;
  margin-bottom: 1.5rem;
}
.title-related h2 {
  color: #fff;
  font-family: var(--font-title);
  font-size: 45px;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 0;
}

/* Embla */
.embla__button {
  cursor: pointer;
  outline: none;
  border: 0px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  font-size: 17px;
  background: var(--color-main);
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: all 0.3s ease;
}
.embla__button:hover {
  background: var(--color-hover);
}
.embla__button.embla__button--prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
.embla__button.embla__button--next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

/* breadCrumbs */
.breadCrumbs {
  padding: 10px 0px;
  background: #ddd;
}
.breadCrumbs ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadCrumbs ol li a {
  color: #333;
}
.breadCrumbs ol li.active a, .breadCrumbs ol li:hover a {
  color: var(--color-main);
}

/* Embla */
.embla__dots {
  position: absolute;
  top: 240px;
  right: calc(50% - 600px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.embla__dots .embla__dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  transition: all 0.3s ease;
}
.embla__dots .embla__dot.embla__dot--selected {
  position: relative;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid #fff;
}
.embla__dots .embla__dot.embla__dot--selected::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: calc(50% - 3px);
  left: calc(50% - 3px);
  border-radius: 50%;
  background: #fff;
}

/* Criteria */
.criteria-item {
  position: relative;
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 246px;
  min-height: 188px;
  margin: 0 auto;
}
.criteria-item::before {
  content: "";
  position: absolute;
  background: url(../images/main/bg-criteria-item.png) no-repeat center center/100% 100%;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
.criteria-item .photo {
  margin-bottom: 0.5rem;
}
.criteria-item .photo img {
  transition: all 0.6s linear;
}
.criteria-item .photo:hover img {
  transform: rotateY(360deg);
}
.criteria-item .name {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
}

/* Album */
.album-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: flex-start;
  gap: 25px;
}
.album-container .album-item:nth-child(1) {
  grid-row: 1/3;
}
.album-container .album-item:nth-child(4) {
  grid-column: 2/4;
  grid-row: 2/3;
}
.album-container .album-item:nth-child(5) {
  grid-column: 4/5;
  grid-row: 1/3;
}

/* Service */
.section-service {
  position: relative;
}
.section-service::before {
  content: "";
  position: absolute;
  background: url(../images/main/bg-service.png) no-repeat center center/cover;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.service-item {
  text-align: center;
}
.service-item .info {
  background: #fff;
  padding: 25px 10px;
}
.service-item .info .name {
  color: #114071;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.service-item .info .name:hover {
  color: var(--color-hover);
}

/* Product */
.product-slide .embla__container {
  align-items: center;
}
.product-slide .embla__slide.current .product-item {
  margin: 0 -2px;
  padding: 40px 0;
}
.product-slide .embla__slide.current .product-item::before {
  border: 6px solid transparent;
  -o-border-image: linear-gradient(90deg, #c5993b 0%, #d9b559 44.5%, #f1e07a 74%, #ca9941 100%) 1;
     border-image: linear-gradient(90deg, #c5993b 0%, #d9b559 44.5%, #f1e07a 74%, #ca9941 100%) 1;
}
.product-slide .embla__slide.current .product-item .view {
  background: linear-gradient(90deg, #c5993b 0%, #d9b559 44.5%, #f1e07a 74%, #ca9941 100%);
  color: #000;
  -o-border-image: linear-gradient(90deg, #c5993b 0%, #d9b559 44.5%, #f1e07a 74%, #ca9941 100%) 1;
     border-image: linear-gradient(90deg, #c5993b 0%, #d9b559 44.5%, #f1e07a 74%, #ca9941 100%) 1;
}

.product-item {
  position: relative;
  text-align: center;
}
.product-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #c5993b;
  z-index: 1;
  pointer-events: none;
}
.product-item .box {
  padding: 25px 40px 50px;
}
.product-item .name {
  color: #fff;
  font-family: var(--font-beautique);
  font-size: 29px;
  font-weight: 300;
  margin-bottom: 4px;
  transition: all 0.3s ease;
}
.product-item .name:hover {
  color: #d5b053;
}
.product-item .price {
  font-family: var(--font-free);
  font-size: 39px;
  background: linear-gradient(90deg, #c5993b 0%, #d9b559 44.5%, #f1e07a 74%, #ca9941 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}
.product-item .desc {
  text-align: left;
  margin-bottom: 40px;
}
.product-item .view {
  display: block;
  width: 100%;
  border: 1px solid #f3d578;
  color: #d5b053;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  padding: 16px 20px;
  transition: all 0.3s ease;
}

/* Newsletter */
.section-newsletter {
  position: relative;
}
.section-newsletter::before {
  content: "";
  position: absolute;
  background: url(../images/main/bg-booking.png) no-repeat center center/cover;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
/* .section-newsletter .wrap-content {
  max-width: 800px;
} */

.modal-booking .modal-title {
  color: #333;
  font-size: 20px;
  font-family: var(--font-title);
}

.form-newsletter.form-booking .newsletter-input input,
.form-newsletter.form-booking .newsletter-input select,
.form-newsletter.form-booking .newsletter-input textarea {
  border: 1px solid var(--color-main);
}
.form-newsletter .newsletter-input {
  position: relative;
}
.form-newsletter .newsletter-input span {
  position: absolute;
  top: 18px;
  left: 18px;
}
.form-newsletter .newsletter-input input,
.form-newsletter .newsletter-input select {
  padding-left: 50px;
  background: #fff;
  border: 0;
  border-radius: 0;
  height: 60px;
  color: #184675;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
}
.form-newsletter .newsletter-input input::-moz-placeholder, .form-newsletter .newsletter-input select::-moz-placeholder {
  color: #184675;
}
.form-newsletter .newsletter-input input::placeholder,
.form-newsletter .newsletter-input select::placeholder {
  color: #184675;
}
.form-newsletter .newsletter-input textarea {
  padding-left: 50px;
  padding-top: 18px;
  background: #fff;
  border: 0;
  border-radius: 0;
  height: 170px;
  color: #184675;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
}
.form-newsletter .newsletter-input textarea::-moz-placeholder {
  color: #184675;
}
.form-newsletter .newsletter-input textarea::placeholder {
  color: #184675;
}
.form-newsletter .newsletter-button {
  margin-top: 15px;
}
.form-newsletter .newsletter-button button {
  border: 0;
  border-radius: 0;
  width: 100%;
  height: 54px;
  display: grid;
  place-items: center;
  background: linear-gradient(90deg, #c5993b 0%, #d9b559 44.5%, #f1e07a 74%, #ca9941 100%);
  color: #000;
  font-size: 16px;
  font-weight: 800;
  transition: all 0.3s ease;
}
.form-newsletter .newsletter-button button:hover {
  box-shadow: 0 0 10px #ca9941;
}

/* Ky Thuat Vien */
.section-kythuat .wrap-content {
  position: relative;
}
.section-kythuat .wrap-content::before {
  content: "";
  position: absolute;
  border: 1px solid #c5993b;
  border-top: 0;
  inset: 0;
  top: 40px;
  bottom: 225px;
  z-index: -1;
  pointer-events: none;
}
.section-kythuat .wrap-content .title-main h2 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
}
.section-kythuat .wrap-content .title-main h2:before, .section-kythuat .wrap-content .title-main h2::after {
  content: "";
  background: #c5993b;
  height: 1px;
  flex: 1 1 0%;
  margin-top: 19px;
}

.kythuat-container {
  padding: 0 20px;
}
.kythuat-container .embla__container {
  align-items: center;
}
.kythuat-container .embla__slide:not(.current) .kythuat-item {
  transform: scale(0.8);
}

.kythuat-item {
  text-align: center;
}
.kythuat-item .photo {
  margin-bottom: 20px;
}
.kythuat-item .name {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 6px;
  transition: all 0.3s ease;
}
.kythuat-item .name:hover {
  color: #3fb4f9;
}
.kythuat-item .desc {
  color: #3fb4f9;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}

/* About */
.section-about .about-slogan {
  color: #fff;
  font-family: var(--font-sub);
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
}
.section-about .about-name {
  color: #fff;
  font-family: var(--font-title);
  font-size: 66px;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.section-about .about-desc {
  color: #fff;
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}
.section-about .about-viewmore {
  position: relative;
  padding-left: 44px;
  padding-bottom: 8px;
  height: 88px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
}
.section-about .about-viewmore::before {
  content: "";
  position: absolute;
  background: url(../images/main/before-view-about.png) no-repeat center center;
  width: 86px;
  height: 88px;
  top: 0;
  left: 0;
}
.section-about .about-viewmore:hover {
  color: var(--color-hover);
}

/* Khach Hang */
.feedback-item {
  position: relative;
  padding-top: 15px;
}
.feedback-item::before {
  content: "";
  position: absolute;
  border: 1px solid transparent;
  -o-border-image: linear-gradient(90deg, #c5993b 0%, #d9b559 44.5%, #f1e07a 74%, #ca9941 100%) 1;
     border-image: linear-gradient(90deg, #c5993b 0%, #d9b559 44.5%, #f1e07a 74%, #ca9941 100%) 1;
  border-bottom: 0;
  inset: 0;
  top: 15px;
  bottom: 60px;
  z-index: -1;
  pointer-events: none;
}
.feedback-item:after {
  content: "";
  position: absolute;
  background: url(../images/main/decor-customer.png) no-repeat;
  width: 32px;
  height: 33px;
  top: 0;
  left: 10px;
}
.feedback-item .content {
  padding: 30px 25px 20px 30px;
  color: #fff;
  text-align: justify;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  min-height: 140px;
}
.feedback-item .box {
  display: flex;
  align-items: center;
}
.feedback-item .box::before, .feedback-item .box:after {
  content: "";
  background: linear-gradient(90deg, #c5993b 0%, #d9b559 44.5%, #f1e07a 74%, #ca9941 100%);
  height: 1px;
  flex: 1 1 0%;
}
.feedback-item .box::before {
  flex: 0 1 60px;
}
.feedback-item .box::after {
  margin-left: 12px;
}
.feedback-item .inner {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
}
.feedback-item .inner .photo .scale-img {
  border-radius: 50%;
}
.feedback-item .inner .name {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 6px;
  transition: all 0.3s ease;
}
.feedback-item .inner .name:hover {
  color: #3fb4f9;
}
.feedback-item .inner .desc {
  color: #3fb4f9;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 6px;
}

/* Video */
.section-video {
  position: relative;
}
.section-video::before {
  content: "";
  position: absolute;
  background: url(../images/main/bg-video.webp) no-repeat center center/cover;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.video-item {
  position: relative;
}
.video-item::before {
  content: "";
  position: absolute;
  background: url(../images/main/ic-play.png) no-repeat center center;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.setting-info p {
  padding: 0 16px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.setting-info p:not(:last-child) {
  border-bottom: 1px solid #4975a3;
  padding-bottom: 26px;
  margin-bottom: 26px;
}
.setting-info p span {
  text-align: center;
}

/* News */
.section-news .wrap-content {
  position: relative;
}
.section-news .wrap-content::before {
  content: "";
  position: absolute;
  border: 1px solid #c5993b;
  border-top: 0;
  inset: 0;
  top: 40px;
  bottom: 100px;
  z-index: -1;
  pointer-events: none;
}
.section-news .wrap-content .title-main h2 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
}
.section-news .wrap-content .title-main h2:before, .section-news .wrap-content .title-main h2::after {
  content: "";
  background: #c5993b;
  height: 1px;
  flex: 1 1 0%;
  margin-top: 19px;
}
.section-news .wrap-content .title-main h2::before {
  flex: 0 1 70px;
}

.news-container {
  padding: 0 60px;
}

.news-item .photo {
  margin-bottom: 14px;
}
.news-item .name {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.news-item .name:hover {
  color: var(--color-hover);
}

/* News Detail */
.share {
  padding: 17px 10px 10px 10px;
  line-height: normal;
  background: rgba(128, 128, 128, 0.15);
  margin-top: 15px;
  border-radius: 5px;
}

.othernews b {
  display: block;
  margin-bottom: 10px;
}

.list-news-other {
  padding-left: 17px;
  list-style: square;
}
.list-news-other li {
  margin-bottom: 2px;
}
.list-news-other li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  transition: all 0.3s ease;
}
.list-news-other li a:hover {
  color: var(--color-hover);
}

.box-news-detail {
  display: block;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px 10px;
  margin-bottom: 20px;
}
.box-news-detail .info-news-detail {
  font-weight: 400;
  font-size: 16px;
  padding: 5px 0;
  margin: 0;
}
.box-news-detail .info-news-detail i {
  color: #fff;
}
.box-news-detail .contact-news-detail {
  display: block;
  background: #fff;
  text-align: center;
  color: #333;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 7px 10px;
  margin-top: 11px;
  transition: all 0.3s ease;
}
.box-news-detail .contact-news-detail:hover {
  background: var(--color-hover);
  color: #fff;
}
.box-news-detail .title-related h2 {
  font-size: 24px;
}

.news-item-detail {
  position: relative;
  text-align: center;
}
.news-item-detail .news-photo {
  margin-bottom: 0.75rem;
}
.news-item-detail .news-photo .scale-img {
  border-radius: 10px;
}
.news-item-detail .news-info .news-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  transition: all 0.3s ease;
}
.news-item-detail .news-info .news-name:hover {
  color: var(--color-main);
}
.news-item-detail .news-info .news-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

/* Sort */
.sort-select {
  display: flex;
  justify-content: end;
  margin: 20px 0px;
  position: relative;
}
.sort-select .click-sort {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  padding: 6px 10px 6px 8px;
  margin: 0px;
}
.sort-select .sort-select-main {
  display: grid;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  position: absolute;
  padding: 0 7px;
  top: 30px;
  right: 0;
  width: 160px;
  z-index: 2;
}
.sort-select .sort-select-main p {
  border-bottom: 1px solid #f1f1f1;
  margin: 0px;
  order: 2;
}
.sort-select .sort-select-main p:has(.check) {
  order: 1;
}
.sort-select .sort a {
  color: #000;
  font-size: 14px;
  line-height: 17px;
  padding: 11px 3px;
  display: block;
  cursor: pointer;
}
.sort-select .sort a.check i {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 16px;
  border: 2px solid transparent;
  border-radius: 100px;
  vertical-align: middle;
}
.sort-select .sort a.check i:after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 3px;
  top: -4px;
  width: 6px;
  height: 10px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  transform-origin: bottom left;
  transform: rotate(45deg);
}
.sort-select .sort-show {
  padding-right: 12px;
  position: relative;
}
.sort-select .sort-show:before {
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #333;
  content: "";
  height: 0;
  position: absolute;
  top: 6px;
  right: 0;
  width: 0;
}

/* Category list */
.left-product {
  position: sticky;
  top: 60px;
}

.category-title {
  background: var(--color-main);
  padding: 10px 15px;
  color: white;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0;
  display: grid;
  place-items: center;
}

.category-product-list {
  background: #fff;
  box-shadow: 0 0 10px 0 #e0e0e0;
  border: 1px solid #e0e0e0;
  border-top: 0;
  padding: 10px;
}
.category-product-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-product-list ul li {
  position: relative;
  padding: 10px 0;
}
.category-product-list ul li:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
.category-product-list ul li a {
  position: relative;
  display: block;
  color: #2c2c2c;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.category-product-list ul li a .btn-toggle {
  border: 0;
  outline: 0;
  box-shadow: none;
  position: absolute;
  width: 40px;
  height: 40px;
  top: calc(50% - 20px);
  right: 0;
  line-height: 1;
  display: grid;
  place-items: center;
  color: #333;
}
.category-product-list ul li a .btn-toggle:hover {
  color: var(--color-main);
}
.category-product-list ul li a:hover, .category-product-list ul li a.active {
  color: var(--color-main);
}
.category-product-list ul li ul {
  display: none;
  padding: 0 20px !important;
}
.category-product-list ul li ul li a {
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

/* Product Detail */
.grid-properties {
  display: flex;
  gap: 10px;
  margin: 10px 0px;
}
.grid-properties span {
  position: relative;
  border: 1px solid #ddd;
  padding: 5px 15px;
  cursor: pointer;
}
.grid-properties span:hover, .grid-properties span.active {
  border: 1px solid #f00;
  color: #f00;
}
.grid-properties span:hover:after, .grid-properties span.active:after {
  content: "";
  border: 0.9375rem solid transparent;
  border-bottom: 0.9375rem solid var(#d0011b, #ee4d2d);
  bottom: 0;
  position: absolute;
  right: -0.9375rem;
}
.grid-properties span.outstock {
  pointer-events: none;
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.26);
  cursor: not-allowed;
}

.filter {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 5px 10px;
  background: #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-radius: 5px;
  border: 1px solid #ddd;
  display: none;
}

.attr-pro-detail {
  list-style: none;
  padding: 0px;
}
.attr-pro-detail li {
  margin-bottom: 0.5rem;
}
.attr-pro-detail li .attr-label-pro-detail {
  font-weight: 700;
  margin-bottom: 0;
}
.attr-pro-detail li .attr-content-pro-detail {
  font-weight: 400;
}
.attr-pro-detail li .price-new-pro-detail {
  font-size: 20px;
  color: #e30613;
  font-weight: 700;
}
.attr-pro-detail li .price-old-pro-detail {
  font-size: 17px;
  color: #666666;
  font-weight: 400;
  text-decoration: line-through;
}

/* Detail */
.quantity-pro-detail {
  width: 100%;
  max-width: 110px;
  line-height: normal;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.quantity-pro-detail span {
  line-height: 25px;
  padding: 0px;
  width: 30px;
  height: 30px;
  color: #5f5f5f;
  cursor: pointer;
  font-size: 22px;
  border: 1px solid #cccccc;
}
.quantity-pro-detail span.quantity-plus-pro-detail {
  border-left: 0px;
}
.quantity-pro-detail span.quantity-minus-pro-detail {
  border-right: 0px;
}
.quantity-pro-detail input {
  height: 30px;
  border: 1px solid #cccccc;
  width: calc(100% - 60px);
  text-align: center;
  font-size: 14px;
  padding: 5px;
  padding-left: 20px;
}

.attr-pro-detail .cart-pro-detail a {
  cursor: pointer;
  width: auto;
  text-align: center;
  color: #fff;
  padding: 8px 15px;
  text-transform: uppercase;
  border-radius: 3px;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
}
.attr-pro-detail .cart-pro-detail a:hover {
  background-color: var(--color-btn) !important;
  box-shadow: 0 2px 10px var(--color-btn);
}
.attr-pro-detail .cart-pro-detail a.addnow {
  background: var(--color-main);
  margin-right: 0 !important;
}
.attr-pro-detail .cart-pro-detail a.buynow {
  background: var(--color-hover);
}
.attr-pro-detail .cart-pro-detail a i {
  vertical-align: top;
  margin-top: 3px;
  margin-right: 8px;
}

.tabs-pro-detail .nav-tabs {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.tabs-pro-detail .nav-tabs .nav-link.active {
  border-top-color: #9d9d9d;
  color: #000;
}
.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
  border-top-color: #9d9d9d;
}

/* pagination ajax */
.pagination {
  margin-top: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

.pagination-ajax {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 1.5rem;
}
.pagination-ajax .page-item .page-link {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 14px !important;
  line-height: 1;
  font-weight: 500;
  border: 1px solid #ababab;
  border-radius: 50% !important;
  color: #333;
  background: rgb(255, 255, 255);
  transition: all 0.3s ease;
}
.pagination-ajax .page-item .page-link:hover {
  color: #fff;
  background: var(--color-hover);
  border-color: var(--color-hover);
}
.pagination-ajax .page-item.active .page-link {
  color: #fff;
  background: var(--color-hover);
  border-color: var(--color-hover);
}
.pagination-ajax .page-item.disabled .page-link {
  pointer-events: none;
}
.pagination-ajax .page-item:first-child .page-link, .pagination-ajax .page-item:last-child .page-link {
  font-size: 0 !important;
}
.pagination-ajax .page-item:first-child .page-link::before, .pagination-ajax .page-item:last-child .page-link::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 14px;
}
.pagination-ajax .page-item:first-child .page-link::before {
  content: "\f053";
}
.pagination-ajax .page-item:last-child .page-link::before {
  content: "\f054";
}

/* Footer */
.footer-article {
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
.footer-article::before {
  content: "";
  position: absolute;
  background: url(../images/main/bg-footer.webp) no-repeat center center/cover;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
.footer-article .btn-viewmaps {
  background: linear-gradient(90deg, #c5993b 0%, #d9b559 44.5%, #f1e07a 74%, #ca9941 100%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #3f2e09;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  padding: 10px 50px;
  transition: all 0.3s ease;
}
.footer-article .btn-viewmaps:hover {
  box-shadow: 0px 0px 10px #d9b559;
}
.footer-article .footer-copyright {
  font-size: 14px;
}

.footer-maps-iframe {
  position: relative;
  height: 500px;
}
.footer-maps-iframe iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* Contact */
.contact-form .contact-input {
  color: #333;
}

.contact-map {
  position: relative;
  height: 500px;
  margin-top: 30px;
}
.contact-map iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

/* Card fixed */
.cart-fixed {
  position: fixed;
  right: 20px;
  bottom: 400px;
  z-index: 10;
  display: none;
}

/* Btn Frame */
.btn-frame {
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.btn-frame i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-frame i img {
  vertical-align: middle;
  width: 70%;
}
.btn-frame .animated.infinite {
  animation-iteration-count: infinite;
}
.btn-frame .kenit-alo-circle {
  width: 60px;
  height: 60px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  opacity: 0.5;
}
.btn-frame .zoomIn {
  animation-name: zoomIn;
}
.btn-frame .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.btn-frame .kenit-alo-circle-fill {
  width: 70px;
  height: 70px;
  top: -10px;
  right: -10px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: rgba(7, 41, 103, 0.35);
  opacity: 0.4;
}
.btn-frame .pulse {
  animation-name: pulse;
}

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

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

/* Hvr Float Shadow */
.hvr-float-shadow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 1px transparent;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-float-shadow:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 5%;
  z-index: -1;
  width: 90%;
  height: 10px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0, transparent 80%);
  transition-property: transform, opacity;
  transition-duration: 0.3s;
  pointer-events: none;
}
.hvr-float-shadow:active {
  transform: translateY(-5px);
}
.hvr-float-shadow:active:before {
  opacity: 1;
  transform: translateY(5px);
}
.hvr-float-shadow:focus {
  transform: translateY(-5px);
}
.hvr-float-shadow:focus:before {
  opacity: 1;
  transform: translateY(5px);
}
.hvr-float-shadow:hover {
  transform: translateY(-5px);
}
.hvr-float-shadow:hover:before {
  opacity: 1;
  transform: translateY(5px);
}

.duongcheosang3 {
  position: relative;
  overflow: hidden;
}
.duongcheosang3::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  transform: rotate(90deg);
  opacity: 1;
  width: 0;
  height: 0;
  z-index: 1;
}
.duongcheosang3::after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  right: 0;
  position: absolute;
  transform: rotate(90deg);
  opacity: 1;
  width: 0;
  height: 0;
  z-index: 2;
}
.duongcheosang3:hover::before, .duongcheosang3:hover::after {
  transform: rotateY(180deg);
  transition-duration: 1.3s;
  opacity: 0;
  height: 100%;
  width: 100%;
}

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

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shake-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10%, 30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20%, 40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%, 50% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes pulse-animation {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 0;
  }
  10% {
    transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
  }
  100% {
    transform: scale3d(1.6, 1.6, 1.6);
    opacity: 0;
  }
}
@keyframes border-animation {
  0% {
    transform: scale3d(0.6, 0.6, 0.6);
    opacity: 0;
  }
  20% {
    transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1;
  }
  100% {
    transform: scale3d(1.4, 1.4, 1.4);
    opacity: 0;
  }
}