:root {
  --maincolor: #268ecd;
  --subcolor: #ffffff;
  --textcolor: #2f1f00;
  --bgrcolor: #f8f5ee;
  --fontMain: "CormorantGaramond-Regular", serif;
  --fontMedium: "CormorantGaramond-Medium", serif;
  --fontSemiBold: "CormorantGaramond-SemiBold", serif;
  --fontBold: "CormorantGaramond-Bold", serif;
  --fontIntro: "Manrope-Regular";
}

* {
  margin: 0px;
  padding: 0px;
}

html,
body {
  font-family: var(--fontmain);
  font-size: 16px;
  padding: 0px;
  margin: 0px;
  line-height: 1.6;
  font-weight: normal;
  color: #606060;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  font-family: var(--fontBold);
}

a {
  text-decoration: none;
  color: currentColor;
}

b,
strong {

  font-family: var(--fontmain);

}

img {
  border: none;
  max-width: 100%;
  vertical-align: middle;
}

a img {
  display: block;
}

#page {
  background: url(/uploaded/pic-cat/background.jpg) center top repeat-y;
  background-size: 100% auto;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.c,
.c5,
.c10,
.c15,
.c20,
.c30,
.c3,
.c2,
.c80 {
  clear: both;
}

.c {
  height: 0px;
}

.c3 {
  height: 3px;
}

.c4 {
  height: 4px;
}

.c5 {
  height: 5px;
}

.c10 {
  height: 10px;
}

.c15 {
  height: 15px;
}

.c20 {
  height: 20px;
}

.c30 {
  height: 30px;
}

.c50 {
  height: 50px;
}

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

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

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

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

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

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

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

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

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

.text-line-12 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
}

.text-center {
  margin: auto;
  text-align: center;
}

.search-pc {
  display: block;
  margin-left: 10px;
}



.submit-search-pc {
  float: left;
  color: #737373;
  font-size: 16px;
  position: absolute;
  top: 10px;
  left: 20px;
}

.icon-search {
  position: relative;
  width: 50px;
  text-align: center;
  line-height: 50px;
  height: 50px;
}

.icon-search i {
  color: #333;
}

.search-pc {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.603);
  z-index: 11;
  transition: all .5s ease-in-out;
  display: none;
  line-height: 100vh;

}

.closeX {
  color: #FFF;

  position: absolute;
  top: -50px;

}

.search-pc .kw {
  width: 100%;
  height: 35px;
  border: solid 1px #CCC;
  padding: 0px 10px;
  outline: none;
  float: left;
  color: rgba(0, 0, 0, 0.25);

  border-radius: 25px;
  background: #FFF;
}

.search-pc ::placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.search-pc .fa {
  color: rgb(25 25 25 / 70%);
}

#searchformtab {
  position: relative;
}

.searchpc .search-icon {
  position: absolute;
  color: #333;
  bottom: 15px;
  right: 15px;
}

#searchformtab input {

  color: #0a0a0a;
  padding: 9px 25px 10px 30px;
  height: 45px;
  /* max-width: 500px; */
  border-radius: 9px;
  border: 1px solid #767070;
  background-color: #FFF;

}

#searchformtab input::placeholder {
  color: #484848;
}

.search-icon {
  color: #FFF;
}

.search-mobile {
  width: 100%;
  position: relative;
  display: none;
}

.search-mobile input {
  width: 100%;
  height: 30px;
}

.m-search-icon {
  position: absolute;
  right: 10px;
  top: 6px;
  color: #ef5994;
}

.header {
  background: var(--bgrcolor);
  width: 100%;
  z-index: 11;
  width: 100%;
  overflow: visible;
  /* box-shadow: 0px 0px 5px #9d9dd9; */
  transition: all .5s ease-in-out;
}

header.header-fixed {
  position: fixed;
  background: #fbfbfb;
  border-bottom: 1px solid #d3d2d2;
  z-index: 14;
}


.header-fixed .logo {
  margin-top: 0px;
  max-width: 150px;
}

.logo {
  float: left;

  width: 100%;
}

.logo img,
.logo-mobile img {
  display: block;
  padding: 5px;
}

.logo-mobile {
  float: left;
  margin-left: 10px;
  margin-top: 5px;
}

.menubar {

  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}



.nav {
  padding: 0px;
  margin: 0px;
  font-weight: normal;
  max-width: 1200px;

  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.nav>li {
  list-style: none;
  display: inline-block;
  position: relative;
  float: left;
  font-size: 15px;
  font-weight: normal;
}

.nav li:first-child {
  border-left: none;
}




.nav>li>a {
  text-decoration: none;
  color: var(--textcolor);
  display: inherit;
  padding: 0 15px;
  font-size: 24px;
  /* font-family: var(--fontmain); */
  font-family: var(--fontBold);
  /* line-height: 85px; */
  text-align: center;
  position: relative;
  /* text-transform: uppercase; */
  transition: all .5s ease-in-out
}

/* .nav>li>a:hover {
  background-color: var(--maincolor);
  color: #FFF;
}

.nav>li.active a {
  background-color: var(--maincolor);
  color: #FFF;
} */

.nav>li>a img {
  margin-right: 8px;
}

.nav li ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 290px;
  text-align: left;
  color: #0a0a0a;
  padding: 0px;
  box-shadow: 0px 0px 5px #9d9dd9;
  z-index: 9;
  display: none;
  font-weight: normal;
  background: #FFF;
  text-transform: initial;
  border-radius: 5px;

}

.nav li:hover ul {
  display: block;
}

.nav li ul>li {
  width: 100%;
  list-style: none;
  float: left;
  text-align: left;
  border: none !important;
  text-transform: initial;
  line-height: normal;
  position: relative;
}

.nav li ul>li a {
  padding: 0px 10px;
  display: block;
  color: var(--textcolor);
  line-height: 18px;
  text-transform: uppercase;
  padding: 11px 10px;


}

.nav li ul ul {
  left: 100%;
  top: -1px;
}

.nav>li.active ul li a {
  background-color: #FFF;
  color: var(--textcolor)
}


.mega-menu-item {

  line-height: initial !important;
  border-bottom: solid 1px #0a0a0a;

}

.mega-menu-item a {
  color: #fff;
}

.mega-menu-item:hover,
.nav>li.active ul li:hover a {
  background: var(--maincolor);
}

.mega-menu-item:hover a,
.nav>li.active ul li:hover a {
  color: #FFF;
}

.mega-menu-item:hover li {
  background: #FFF;
}

.mega-menu-item:hover li a,
.nav>li.active ul li:hover li a {
  color: var(--textcolor);
  background: #FFF;
}

.mega-menu-item-link:hover {}

.mobile-bar {
  background-color: #fff;
  width: 100%;
  padding: 3px;
}

.lang-flag {
  float: right;
  /* margin-top: 2px; */
  border: none;
  margin-left: 15px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
}

.burger {
  width: 60px;
  float: right;
}

.burger div {
  width: 40px;
  height: 3px;
  margin-bottom: 10px;
  background: var(--maincolor);
  float: right;
}

.burger div:nth-last-child(1) {
  margin-bottom: 0px;
}

.crumb {
  background: #FFF;

  padding: 5px 0px;
  font-size: 12px;


}

.crumb-gray .crumb {
  background-color: #f5f5f5;
}

.crumb a {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  font-weight: 600;
  text-align: center;
}

.crumb a:first-child {
  padding-left: 0;
}

.crumb a:last-of-type {
  color: #333;


}


/*  */

.menuleft {
  padding: 0px;
  margin: 0px;
  color: #58595b;
  background: #E5F1EE;
  border: solid 1px #eee;
}

.menuleft .title {
  background: var(--subcolor);
  color: #FFF;
  padding: 10px 15px;
  font-size: 17px;
  font-family: var(--fontmain);


}

.menuleft .fa {
  font-size: 10px;
  float: right;
}

.menuleft ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.menuleft li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  border-bottom: solid 1px #eee;
}

.menuleft li:last-child {
  border-bottom: none;
}

.menuleft li a:hover {
  color: var(--subcolor);
}

.menuleft li a {
  color: #0a0a0a;
  padding: 10px;
  width: 100%;
  display: block;
  font-size: 15px;
  font-family: var(--fontmain);

}

.menuleft>.actived {
  background: #eee;
}

.menuleft>.actived>a {
  color: #0a0a0a;
  font-family: var(--fontmain);
}

.menuleft .actived ul {
  background: #eee;
  display: block;
}

.menuleft .actived .actived a {
  color: #244294;
}

.menuleft li ul {
  margin: 0px;
  padding: 0px;
  padding-left: 35px;
  background: #eee;
  display: none;
}

.menuleft li ul li {
  padding-left: 0px;
  list-style-type: square;
}

.menuleft li ul li a {
  border-bottom: none;
  padding: 8px 0px;
  font-size: 14px;
  color: #0a0a0a;
}

.menuleft-icon {
  padding-right: 8px;
}



#button-btt {
  position: fixed;
  right: 10px;
  bottom: 70px;
  color: #0059bd;
  background: #ccc;
  padding: 10px;
  opacity: 0.8;
  z-index: 10;
}

#button-btt a {
  color: #fff;
}

.view-detail {
  display: block;
  color: #fff;
  background: #244294;
  padding: 10px 30px;
  box-shadow: 0px 0px 3px #999;
  float: left;
}





.menutab {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: var(--maincolor);
  align-items: center;
  border-bottom: 2px solid #e4e4e4;
  padding: 8px 0px;
}

.menutab-item {


  text-align: center;
  background-color: transparent;
  color: #fff;
  border: 2px solid transparent;
  position: relative;

}

.menutab-item.active {
  width: 100%;
}

.menutab-item:nth-child(1) {
  padding-left: 0px;
}

.menutab-item a {

  font-size: 18px;

  text-transform: uppercase;
  color: #FFF;

  transition: all .5s ease-in;
  padding: 15px 15px;
  position: relative;

}

.menutab-item a:before {
  content: "";
  width: 0%;
  height: 1px;
  background: --var(maincolor);
  position: absolute;
  bottom: 0px;
  left: 0px;

}

.menutab-item.actived a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: --var(maincolor);
  position: absolute;
  bottom: 0px;
  left: 0px;

}



.tab-item:last-child {
  border-right: none;
}

.menutab-item:hover :before {
  width: 100%
}

.menutab-item a:hover :before .menutab .actived :before {
  width: 100%
}


.tab-bar {
  /* background: #e1e1e1; */
  position: relative;
  display: flex;
  align-items: center;
}

.tab-bar-wrapper {
  padding-right: 40px;
}

.tab-title {
  margin: 0px;

  font-size: 16px;
  color: #484848;
  text-transform: uppercase;
  padding: 10px 0 26px;
  display: block;
  float: left;
}

.tab-title:nth-child(2) {
  padding: 10px 40px 26px;
}



.tab-active {
  position: relative;
  color: #ffa200;
}

.tab-active::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: #ffa200;
  border: solid 1px #ffa200;
  left: 0;
}

.tab-bar::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: #176078;
  border: solid 1px #176078;

}

#tabs-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0px;
}

#tabs-nav li {

  list-style: none;
  text-align: center;
  color: var(--subcolor);
  margin: 5px;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #FFF;
}

#tabs-nav li.active a {
  color: var(--subcolor);
  font-family: var(--fontmain);

}


/*Modal*/
.blocker {
  z-index: 111 !important;
}

.modal {
  max-width: 100% !important;
  padding: 0px !important;
  border-radius: 20px !important;
}

.modal a.close-modal,
.modal-close {
  opacity: 0;
  display: none;
}

.modal-overlay {
  opacity: 0;

  position: fixed;
  top: 0;
  left: 0;
  z-index: 112;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6) !important;
}

/* .modal-box {
  display: none;
  position: fixed;
  z-index: 113;
  width: 100%;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
  max-width: 1000px;
  background: #fff;
  height: 100%;
  top: 0px;
  left: 50%;
  overflow-y: auto;
  transform: translate(-50%, 0px);
} */

.modal-body {
  padding: 10px 20px;
  /* position: absolute; */

  /* width: 60%;
  height: 100%;
  z-index: 1111;
  background: #FFF;
  display: none;
  min-width: 400px;
  min-height: 400px;
  top: 0px;
  left: 50%;

  transform: translate(-50%); */
}

.modal-box header,
.modal-box .modal-header {
  padding: 1.25em 1.5px;
  border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 {
  margin: 0;
}

.modal-box .modal-body {
  padding: 10px 20px;
}

.modal-box footer,
.modal-box .modal-footer {
  padding: 1px;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
  padding: 8px;
}

a.close {
  line-height: 1;
  font-size: 25px;
  position: absolute;
  top: 15px;
  right: 15px;
  text-decoration: none;
  color: #bbb;
}

a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}

.msgbox {
  color: #ccc;
}

.img-shine {
  position: relative;
  overflow: hidden;
  display: block;
}

.img-shine:after {
  content: "";
  position: absolute;
  top: -50%;
  left: -60%;
  width: 20%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0.13) 0%,
      rgba(255, 255, 255, 0.13) 77%,
      rgba(255, 255, 255, 0.5) 92%,
      rgba(255, 255, 255, 0) 100%);
}

/* Hover state - trigger effect */
.img-shine:hover:after {
  opacity: 1;
  left: 130%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}

.error {
  border: solid 1px red !important;
}

.btn {
  padding: 8px 15px;
  color: #222;
  background-color: var(--subcolor);
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  transition: background-color 1s ease;

}

.btn:hover {
  background-color: var(--maincolor);
  color: #fff;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

/* Active state */
.img-shine:active:after {
  opacity: 0;
}


.menu-mobile {
  display: block;
  float: right;
  color: #000;
  font-size: 30px;
  margin-left: auto;
}

.menu-mobile-item {
  display: block;
  float: left;
  margin-top: 5px;
  color: #fff;
  margin-left: 10px;
}

#simplePagerNav {
  display: flex;
  justify-content: center;
}

.pagination {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.page {
  display: none;
}

.pagination-item {
  text-decoration: none;
  color: #0a0a0a;
  font-size: 18px;

  display: inline-block;
  min-width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background-color: #FFF;
  margin: 0 5px;
  border: 2px solid #b3b3b3;

}


.pagination-item__clicked {
  text-decoration: none;
  color: #fff;
  font-size: 18px;

  display: inline-block;
  min-width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background-color: var(--maincolor);
  margin: 0 5px;
  border: 2px solid #b3b3b3;

}

.pagination-item-icon {
  font-size: 20px;

  color: #176078;
}


#loadMoreProduct {
  display: block;
  background: #ddd;
  color: #244294;
  padding: 10px 20px;
  text-align: center;
  margin: 0 auto;
  border-radius: 5px;
  width: 220px;
}


.form-title {
  font-family: var(--fontmain);
  font-size: 24px;
  font-weight: normal;

  text-align: center;
  width: 100%;
}


.sendmail__btn {
  background: var(--maincolor);
  text-align: center;
  padding: 15px;
  width: 100%;
  border: none;
  border-radius: 5px;
  color: #FFF;
  text-transform: uppercase;
  display: block;
  font-size: 18px;
  height: 50px;
}

::placeholder {
  color: #f1f2f2;
  opacity: 1;
  /* Firefox */
}

.line {
  border-bottom: 1px solid var(--maincolor);
}


.line-w {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.Tocct {
  border: 1px solidvar(--maincolor);
  margin-top: 30px;
  border-radius: 25px;
  max-width: 100%;
  padding: 25px;
  position: relative;
}

.longPageTOC {
  font-size: 20px;
  background: #fff;

  text-transform: uppercase;
}

.TOCShowHide.hideTOC {
  position: absolute;
  right: 15px;
  top: 5px;
  color: #00b8ce;
}

.longPageNavigationDiv {
  padding: 10px;
  padding-right: 20px;
  width: 100%;
}

.longPageNavigationDiv a {
  color: #0a0a0a;
}

.longPageNavigationDiv ul {
  padding-left: 20px;
}

.longPageNavigationDiv ul li {
  list-style: none;
  padding: 2px 0px;
}

.longPageNavigationDiv ul .toc-heading3 {
  padding-left: 20px;
}

.form-group {
  padding: 10px 0px;
  border-bottom: dotted 1px #ccc;
}

.btn-dangnhap {
  background-color: var(--maincolor);
  color: #FFF;
  padding: 8px 15px;
  border-radius: 3px;
  font-size: 18px;
}

/* home */
.slidehome {
  position: relative;
}

.slidehome-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: auto;
  color: #303030;
  color: #FFF;
  max-width: 800px;
  text-align: center;
}

.subtitle {
  text-transform: uppercase;
  font-size: 14px;
}

.slidehome-title {
  text-transform: uppercase;
  font-size: 40px;
}

.search-form {
  position: relative;
  padding: 30px;
  background: #FFF;
  border-radius: 20px;
  box-shadow: 1px 5px 9px #0000002e;
}

.search-mobile-bar {
  float: right;
  width: 200px;
  position: relative;
  margin-right: 10px;
  margin-top: 5px;
}

.search-mobile-bar .kw {
  width: 100%;
  height: 30px;
  border: solid 1px #eee;
  padding: 0px 10px;
  outline: none;
  float: left;
  color: #0a0a0a;
  border-radius: 25px;
  background: #fff;
}

.submit-search-mobile {
  float: right;
  color: var(--maincolor);
  font-size: 14px;
  position: absolute;
  top: 8px;
  right: 25px;
}

.header-mobile {
  background: #fff;
  border-bottom: solid 2px #2c9fcb;
}

.cart-mobile {
  position: relative;
  margin-right: 10px;
  margin-top: 10px;
  width: 40px;
  float: right;
}

.cart-mobile span {
  position: absolute;
  right: -5px;
  top: -5px;
  font-size: 11px;
  background: #244294;
  color: #fff;
  display: block;
  padding: 1px 4px;
  border-radius: 50%;
}

.kw-mobile {
  width: 94%;
  height: 30px;
  border: none;
  border-radius: 20px;
  margin: 0px 10px;
  margin-bottom: 0px;
  color: #0a0a0a;
  padding-left: 5px;
}

.mobile-footer-bar {
  position: fixed;
  bottom: 0px;
  padding: 5px;
  width: 100%;
  background: #fff;
  box-shadow: 0px -1px 3px #244294;
  z-index: 9999;
}

.btn-xemthem {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--fontSemiBold);
  margin-top: 35px;
  padding: 14px 30px;

  background: #111;
  color: #fff;
  border: 1px solid #111;
  border-radius: 999px;

  font-size: 20px;
  font-weight: 500;
  text-decoration: none;

  transition: all .35s ease;
}

.btn-xemthem i {
  font-size: 18px;
  transition: transform .35s ease;
}

.btn-xemthem:hover {
  background: transparent;
  color: #111;
}

.btn-xemthem:hover i {
  transform: translateX(5px);
}

.btn-all {
  text-align: center;
  padding: 10px 25px;
  line-height: 20px;
  color: #030303;
  border: 1px solid var(--maincolor);
}


.search-form input::placeholder {
  color: #909090;
  font-family: var(--fontmain);
  font-size: 18px;
  height: 50px;
}

.search-form input {
  border: none;
  outline: none;

  margin-bottom: 0px;
  padding-left: 35px !important;

  font-family: var(--fontmain);

}

.search-form .search-icon--input {
  color: #909090;
}

.search-form select {
  outline: none;
  width: 100%;
  font-family: var(--fontmain);

  height: 50px;
  border-radius: 5px;
  border: 1px solid #a0a0a0;
  font-size: 20px;
}

input:focus-visible,
select:focus-visible {
  border: 1px solid #a0a0a0
}

.btn-search {
  background: var(--maincolor);
  color: #FFF;
  width: 100%;
  padding: 12px;
  max-width: 200px;
  height: 50px;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
}


.homecat-title {
  font-size: 44px;
  color: var(--textcolor);
  font-family: var(--fontBold);
  position: relative;
  margin: 0px;
  line-height: 1.2;
}

/* .pagecat-title {
  font-size: 30px;
  color: var(--textcolor);
  font-weight: 700;
  position: relative;
  margin: 0px;

} */

/* .homecat-title::before {
  content: "";
  width: 70px;
  height: 2px;
  background-color: var(--maincolor);
  position: absolute;
  left: 0px;
  bottom: 5px;
} */

.homecat-intro {
  margin: auto;
  font-family: var(--fontIntro);
  color: var(--textcolor);
}

.pagecat-title {
  text-align: left;
  color: var(--textcolor);
  font-family: var(--fontBold);
  position: relative;
  font-size: 35px;
  margin: 0px;
  line-height: 1.3;
}

.homecat-title a,
.pagecat-title a {
  color: currentColor;
}

.footer-wrapper {
  padding: 55px 0 50px;
}

.footer-box {
  border: 1px solid #b88932;
  border-radius: 22px;
  overflow: hidden;
  background: #f8f5ef;
}

.footer-main {
  padding: 28px 24px 60px;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-logo img {
  display: block;
  max-width: 135px;
  height: auto;
}

.footer-time {
  margin-bottom: 20px;
  line-height: 1.45;
  font-family: var(--fontIntro);
}

/* .footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  line-height: 1.45;
} */

/* .footer-contact-item i {
  width: 17px;
  flex-shrink: 0;
  margin-top: 3px;
} */
.footer-contact {
  font-family: var(--fontIntro);
}

.footer-contact-item a {
  color: inherit;
  text-decoration: none;
}

.footer-label {
  margin-bottom: 12px;
  font-size: 14px;
}

.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu li {
  margin-bottom: 8px;
}

.footer-menu a,
.footer-social a {
  color: #2b1b08;
  text-decoration: none;
  font-size: 25px;
  font-weight: 600;
}

.footer-bottom {
  padding: 16px 24px;
  border-top: 1px solid #b88932;
  font-size: 14px;
}

.footer-design {
  color: #b9aa9b;
}


.star-rate {
  background: url(/images/starrate.png) right top no-repeat;
  height: 30px;
  width: 100%;
  background-size: auto;
}

.rate1 {
  background-position-y: -116px;
}

.rate2 {
  background-position-y: -86px;
}

.rate3 {
  background-position-y: -58px;
}

.rate4 {
  background-position-y: -30px;
}

.rate5 {
  background-position-y: 0px;
}

.img-poster {
  position: relative;
}

.img-poster img {
  display: block;
}

.poster-content {
  position: absolute;
  width: 100%;
  max-width: 800px;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -70%);
  text-align: center;
  color: #FFF;
}


.slide-btn-next {
  position: absolute;
  right: -15px;
  top: 50%;
  width: 45px;
  height: 45px;
  transform: translate(0px, -50%);
  line-height: 45px;
  background-color: #FFF;
  border-radius: 50%;
  text-align: center;
  z-index: 2;
  color: var(--textcolor);

}

.slide-btn-prev {
  position: absolute;
  left: -5px;
  top: 50%;
  width: 45px;
  height: 45px;
  transform: translate(0px, -50%);
  line-height: 45px;
  background-color: #FFF;
  border-radius: 50%;
  text-align: center;
  z-index: 2;
  color: var(--textcolor);

}



.flex-start {
  justify-content: flex-start !important;
}

/*=========home========= */

.creatdate {
  color: #8a8a8a;
  text-transform: uppercase;
}

.menufooter {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.toppage,
.header-bottom {
  background: #eee5d4;
  color: var(--textcolor);
}

.header-action {
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  height: 100%;
}

.btn-header {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 10px;
  border-radius: 50px;
  font-size: 22px;
  font-family: var(--fontBold);
  text-decoration: none;
  transition: .3s;
  background: #e8e2d4;
  color: var(--textcolor);
}

.duan-item {
  text-align: center;
  padding: 20px;
}

.duan-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.duan-top img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  display: block;
}

.duan-number {
  font-family: "CormorantGaramond-Bold";
  font-size: 48px;
  line-height: 1;
  color: #2f2417;
}

.duan-title {
  font-family: "Manrope-Regular";
  font-size: 18px;
  color: #555;
  line-height: 1.5;
}

.album-image {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 30px 30px;
}

.album-image img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: .5s;
}

.album-image:hover img {
  transform: scale(1.05);
}

.album-head {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  width: 55%;
  max-width: 700px;

  background: rgba(247, 243, 236, .96);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);

  border-radius: 28px;
  padding: 45px 60px;

  text-align: center;

  box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.service-wrapper {
  padding: 25px 0 70px;
  overflow: hidden;
}

/* .service-wrapper .grid {
  max-width: 1000px;
} */

.service-top {
  align-items: flex-start;
}

.service-top-right {
  padding-left: 55px;
}



.service-book-main,
.service-book-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;

  padding: 4px 4px 4px 18px;

  border-radius: 999px;
  background: #0f0e0a;
  color: #fff;

  font-family: "CormorantGaramond-Bold", serif;
  font-size: 17px;
  line-height: 1;

  text-decoration: none;
  transition: 0.3s;
}

.service-book-main:hover,
.service-book-btn:hover {
  transform: translateY(-2px);
}

.service-arrow {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 38px;
  height: 38px;

  flex-shrink: 0;

  border-radius: 50%;
  background: #fff;
  color: #111;

  font-size: 14px;
}

.service-list {
  gap: 24px;
}

.service-item {
  position: relative;
  z-index: 1;
  height: 100%;
  /* min-height: 400px; */
}

.service-item::after {
  content: "";
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: -8px;

  height: 15px;
  border-radius: 0 0 12px 12px;
  background: #a67b20;

  z-index: -1;
}

.service-item-content {
  /* min-height: 408px; */
  padding: 22px 22px;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px; */

  background: #f7f4ee;
  border: 1px solid #ad7d27;
  border-radius: 16px;
}

.service-info {
  min-width: 0;
  flex: 1;
}

.service-name {
  margin-bottom: 6px;

  font-family: var(--fontBold);
  font-size: 28px;
  line-height: 1.15;
  color: #2f2515;
  text-transform: uppercase;
}

.service-time {
  font-family: var(--fontIntro);
  font-size: 15px;
  color: #a29b90;
}

.service-time strong {
  color: #3f3528;
  font-weight: 400;
}

.service-book-btn {
  flex-shrink: 0;
  font-size: 17px;
  padding-left: 18px;
  width: fit-content;
}


/* .article-wrapper .grid {
  max-width: 1000px;
} */


/* Danh sách */

.article-wrapper .review-list {
  row-gap: 16px;
}



/* Card */

.article-wrapper .review-item {
  height: 100%;
  overflow: hidden;
  background: #f8f4ec;
  border: 1px solid #c69b50;
  border-radius: 14px;

  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.article-wrapper .review-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(65, 43, 16, 0.1);
}

/* Phần nội dung */

.article-wrapper .review-content {
  min-height: 155px;
  padding: 18px 20px 22px;
}

.article-wrapper .review-quote {
  height: 25px;
  margin-bottom: 4px;

  font-family: Georgia, serif;
  font-size: 32px;
  line-height: 1;
  color: #b58831;
}

.article-wrapper .review-text {
  font-family: var(--fontBold);
  font-size: 22px;
  line-height: 1.08;
  color: #332410;
}

/* Ảnh */

.article-wrapper .review-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.article-wrapper .review-item:hover .review-image img {
  transform: scale(1.05);
}

/* Nút xem thêm */

.article-wrapper .review-more {
  text-align: center;
}

.article-wrapper .btn-review-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 100px;
  min-height: 30px;
  padding: 8px 30px;

  border-radius: 999px;
  background: #dfd1b5;
  color: #49371b;

  font-family: var(--fontIntro), sans-serif;
  font-size: 16px;
  text-decoration: none;

  transition: 0.3s ease;
}

.article-wrapper .btn-review-more:hover {
  background: #ad812f;
  color: #fff;
}

.header-news {
  width: 100%;
  overflow: hidden;
  background: #eee7d8;
  border-top: 1px solid rgba(129, 94, 29, 0.15);
  border-bottom: 1px solid rgba(129, 94, 29, 0.15);
  white-space: nowrap;
}

.header-news-track {
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-width: 200%;
  padding: 8px 0;
  animation: headerNewsRun 28s linear infinite;
}

.header-news-item {
  display: inline-block;
  color: #3a2a15;
  font-weight: 600;
  text-decoration: none;
  padding: 0 25px;
}

.header-news-item:hover {
  color: #a66b00;
}

.header-news-dot {
  color: #3a2a15;
  font-size: 13px;
}

.header-news:hover .header-news-track {
  animation-play-state: paused;
}

@keyframes headerNewsRun {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

iframe {
  border-radius: 20px;
}

.hero__arch {
  overflow: hidden;
  border-radius: 50%;
  /* aspect-ratio: .8 */
}

.hero__arch img {
  height: 100%;
  object-fit: cover
}

.review-slider {
  position: relative;
}

.review-prev,
.review-next,
.news-prev,
.news-next {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  transition: all .3s ease;
}

.review-prev,
.news-prev {
  left: -25px;
}

.review-next,
.news-next {
  right: -25px;
}

.review-prev:hover,
.review-next:hover,
.news-prev:hover,
.news-next:hover {
  background: #302821;
  color: #fff;
}

.news-wrapper {
  position: relative;
  overflow: hidden;
}


.news-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #f8f4eb;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(48, 40, 33, 0.1);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.news-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.news-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.news-item:hover .news-image img {
  transform: scale(1.06);
}

.news-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 25px;
}

.news-date {
  margin-bottom: 12px;
  color: #8b7d6d;
  font-family: var(--fontIntro);
  font-size: 13px;
}

.news-name {
  margin: 0 0 14px;
  font-family: var(--fontBold);
  font-size: 26px;
  line-height: 1.2;

  display: -webkit-box;
  min-height: calc(1.2em * 2);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-name a {
  color: #302821;
  text-decoration: none;
}

.news-intro {
  margin-bottom: 22px;
  color: #685f56;
  font-family: var(--fontIntro);
  font-size: 15px;
  line-height: 1.7;

  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* .news-more {

  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  color: #302821;
  font-family: var(--fontMain);
  font-size: 14px;
  text-decoration: none;
} */

.news-more-icon {
  width: 35px;
  height: 35px;
  border: 1px solid #d8cec1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.news-item:hover .news-more-icon {
  background: #302821;
  border-color: #302821;
  color: #fff;
}

.news-pagination,
.review-pagination {
  position: static !important;
  margin-top: 25px;
  text-align: center;
}

.news-pagination .swiper-pagination-bullet,
.review-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #a99d90;
  opacity: .4;
  transition: all .3s ease;
}

.news-pagination .swiper-pagination-bullet-active,
.review-pagination .swiper-pagination-bullet-active {
  width: 25px;
  border-radius: 20px;
  background: #302821;
  /* hoặc giữ #a99d90 nếu thích */
  opacity: 1;
}



.newslist {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
}

.newslist>li {
  margin-bottom: 30px;
}

.news-card {
  height: 100%;
  display: flex;
  flex-direction: column;

  border-radius: 22px;
  overflow: hidden;

  background: #f8f5ef;
  transition: .35s;
}

.news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, .08);
}

.newsimg {
  display: block;
  overflow: hidden;
}

.newsimg img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  transition: .5s;
}

.news-card:hover .newsimg img {
  transform: scale(1.08);
}

.news-content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.newsname {
  margin: 15px 0;
  font-size: 30px;
  line-height: 1.2;
}

.newsname a {
  color: #302821;
  text-decoration: none;
}

.newscat-intro {
  flex: 1;
  margin-bottom: 25px;
  font-family: var(--fontIntro);
}

.news-more {
  margin-top: auto;
}

.newsdetail .tocContent,
.newsdetail-intro {
  font-family: var(--fontIntro);
}

/* ====================popup datt lich======= */
/* ===== OVERLAY ===== */

.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 9998;
  display: none;

  background: rgba(32, 27, 23, 0.72);

  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}


/* ===== POPUP BOX ===== */

.modal-box {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;

  display: none;

  width: calc(100% - 30px);
  max-width: 720px;
  max-height: calc(100vh - 40px);

  overflow-y: auto;

  background: #f8f4eb;
  border-radius: 24px;

  box-shadow: 0 25px 70px rgba(32, 27, 23, 0.3);

  transform: translate(-50%, -50%);
}

.service-book-popup {
  padding: 0;
}

.service-book-popup .modal-body {
  padding: 0;
}


/* ===== NỘI DUNG FORM ===== */

.service-book-form-wrap {
  padding: 42px;
}


/* ===== NÚT ĐÓNG ===== */

.service-book-popup .btn-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 20;

  width: 42px;
  height: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0;

  border: 0;
  border-radius: 50%;

  background: #fff;
  color: #302821;

  font-size: 18px;
  line-height: 1;

  cursor: pointer;

  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);

  transition:
    background 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}

.service-book-popup .btn-close:hover {
  background: #302821;
  color: #fff;
  transform: rotate(90deg);
}


/* ===== TIÊU ĐỀ ===== */

.service-book-popup .form-title {
  padding: 0 45px;

  color: #302821;

  font-family: "CormorantGaramond-SemiBold", serif;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 600;

  text-align: center;
}

.service-book-popup .form-label {
  max-width: 540px;
  margin: 12px auto 0;

  color: #74695f;

  font-family: "Manrope-Regular", sans-serif;
  font-size: 15px;
  line-height: 1.7;

  text-align: center;
}


/* ===== CHIA CỘT FORM ===== */

.service-form-row {
  display: flex;
  gap: 15px;
}

.service-form-col {
  width: 50%;
}


/* ===== INPUT / SELECT / TEXTAREA ===== */

.service-book-popup .txt-contact,
.service-book-popup .newsletter {
  width: 100%;
  min-height: 50px;

  padding: 12px 15px;

  border: 1px solid #ded3c5;
  border-radius: 10px;
  outline: none;

  background: #fff;
  color: #302821;

  font-family: "Manrope-Regular", sans-serif;
  font-size: 14px;

  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.service-book-popup .txt-contact::placeholder,
.service-book-popup .newsletter::placeholder {
  color: #9a8f84;
}

.service-book-popup .txt-contact:focus,
.service-book-popup .newsletter:focus {
  border-color: #a18465;
  box-shadow: 0 0 0 3px rgba(161, 132, 101, 0.12);
}

.service-book-popup select.txt-contact {
  cursor: pointer;
}

.service-book-note {
  min-height: 110px !important;
  resize: vertical;
}


/* ===== CAPTCHA ===== */

.captcha-wrap {
  position: relative;
}

.captcha-wrap .newsletter {
  padding-right: 150px;
}

.captcha-wrap .newsletter-capt-img {
  position: absolute;
  top: 6px;
  right: 7px;

  width: auto;
  height: 38px;

  border-radius: 6px;
}


/* ===== NÚT GỬI ===== */

.service-book-popup .btn-send {
  width: 100%;
  min-height: 54px;

  padding: 12px 20px;

  border: 0;
  border-radius: 30px;

  background: #302821;
  color: #fff;

  font-family: "Manrope-Regular", sans-serif;
  font-size: 15px;
  font-weight: 500;

  cursor: pointer;

  transition:
    background 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.service-book-popup .btn-send:hover {
  background: #a18465;
  transform: translateY(-2px);

  box-shadow: 0 10px 25px rgba(48, 40, 33, 0.16);
}


/* ===== THÔNG BÁO ===== */

.service-book-popup .msgbox {
  color: #302821;

  font-family: "Manrope-Regular", sans-serif;
  font-size: 15px;
  line-height: 1.5;

  text-align: center;
}


/* ===== SCROLLBAR POPUP ===== */

.modal-box::-webkit-scrollbar {
  width: 6px;
}

.modal-box::-webkit-scrollbar-track {
  background: transparent;
}

.modal-box::-webkit-scrollbar-thumb {
  background: #c9bcad;
  border-radius: 10px;
}
