 @charset "UTF-8";
/* Main */
:root {
  --color-main: #00ad57;
  --color-title: #111111;
  --color-text: #5c5c5c;
  --color-red: #ff0000;
  --color-yellow: #fc0;
  --color-mmenu: #00ad57;
  --colorText-mmenu: #333;
  --font-regular: RRegular, Arial, sans-serif;
}
/* == BODY == */
body {
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
  top: 0 !important;
}
[class*="--index"] {
  position: relative;
}
/* == TITLE MAIN == */
.title-main {
  margin-bottom: 20px;
}
.title-main h2 {
  font-family: Newsreader, serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 0;
  text-transform: capitalize;
}
.matbang--top {
  text-align: center;
  margin-bottom: 40px;
}
.title-main span {
}
.title-main p {
}
/* == TITLE DETAIL == */
.title-detail {
  margin-bottom: clamp(5px, 1vw, 10px);
}

.title-detail h2 {
  font-size: 35px;
  padding: 0 7rem 1rem 0;
  margin: 0;
  font-style: italic;
  color: #362010;
  border-bottom: 1px solid #ffffff66;
  font-family: 'PlayfairDisplay-SemiBold';
  text-transform: uppercase;
}
.title-detail h1 {
  font-size: clamp(12px, 3vw, 30px);
  font-family: RBlack;
  text-transform: uppercase;
  margin-bottom: 0;
  position: relative;
}
/* == CSS DEFAULT */
a {
  text-decoration: none;
}
blockquote {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.w-clear:after {
  display: block;
  content: "";
  clear: both;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
.none {
  display: none;
}
.hidden-seoh {
  visibility: hidden;
  height: 0px;
  margin: 0px;
  overflow: hidden;
}
/* == PAGE DETAIL == */
.time-main {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.time-main i {
  margin-right: 5px;
  color: #333;
}
a.mucluc-dropdown-list_button:before {
  content: "\f03a";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  background: #fff;
  color: var(--color-main) !important;
  font-size: 20px;
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 38px;
  text-align: center;
  border: 1px solid #ddd;
}
.meta-toc.fiedx {
  position: fixed;
  left: 5px;
  top: 200px;
  z-index: 111;
}
.meta-toc .mucluc-dropdown-list_button {
  display: none;
}
.meta-toc.fiedx .mucluc-dropdown-list_button {
  display: block;
}
.meta-toc:not(.fiedx) .box-readmore {
  display: block !important;
}
.box-readmore {
  padding: 10px;
  background-color: #f5f5f5;
  width: 100%;
  margin-top: 2px;
  border: 1px solid #dddddd;
  font-size: 13px;
  margin-bottom: 10px;
}
.meta-toc.fiedx .box-readmore {
  width: 350px;
  display: none;
}
.box-readmore li ul > li {
  margin: 0;
  margin-bottom: 8px;
}
.box-readmore li ul > li:before {
  content: counters(item, ".") " ";
}
.box-readmore ul {
  list-style-type: none;
  counter-reset: item;
  margin-bottom: 0px;
  padding-left: 0px !important;
  margin-top: 8px;
}
.box-readmore ul li {
  display: table;
  counter-increment: item;
  margin: 0 0 5px 0;
}
.box-readmore ul li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 5px;
}
.box-readmore ul li a {
  color: #000 !important;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
}
.box-readmore ul li li a {
  font-weight: 400;
}
.box-readmore ul li a:hover {
  color: #767676;
}

.fix_head {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 999 !important;
}
/* == SHARE == */
.share {
  padding: 17px 15px 10px 15px;
  line-height: normal;
  background: rgba(128, 128, 128, 0.15);
  margin-top: 15px;
  border-radius: 5px;
}
.share b {
  display: block;
  margin-bottom: 5px;
}
.a2a_kit a span {
  background-color: var(--color-main) !important;
}
/* == SLIDE == */
.control-owl {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0px;
  top: calc(50% - 45px / 2);
}
.control-owl button {
  opacity: 0.5;
  top: 0px;
  position: absolute;
  outline: none;
  border: 0px;
  padding: 0px;
  margin: 0px;
  display: block;
  cursor: pointer;
  color: #ffffff;
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 25px;
  margin: 0px;
  background-color: #000000;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.control-owl button:hover {
  opacity: 1;
}
.control-owl button.owl-prev {
  left: 20px;
}
.control-owl button.owl-next {
  right: 20px;
}
/* Lazyload */
img.lazy {
  opacity: 0;
}
img:not(.initial) {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
img.initial,
img.loaded,
img.error {
  opacity: 1;
}
img:not([src]) {
  visibility: hidden;
}
/* head */
.head {
  background-color: #ffffff;
}
.head .head-top {
  color: #ffffff;
  background-color: var(--color-main);
  padding: 10px 0;
}
.head-bottom {
  padding: 10px 0;
}
.head .head-top .wrap-content {
}
.slogan-head {
  height: 40px;
  display: flex;
  align-items: center;
  width: 40%;
}
.info-head {
  margin-bottom: 0;
}
.hotline-head {
  position: relative;
  padding-left: 50px;
}
.hotline-head i {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: var(--color-main);
  color: #fff;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}
.hotline-head .number-hotline {
  font-size: 17px;
  font-family: "RBold";
}
.hotline-head .title-hotline {
  font-size: 15px;
  font-family: "Rmedium";
}
.hotline-head p {
}
.hotline-head span {
}
.user-head a {
  color: #ffffff;
  padding-right: 9px;
  margin-right: 7px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}
.user-head a:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 8px;
  background-color: #ffffff;
  top: calc(50% - 7px / 2);
  right: 0px;
  opacity: 0.7;
}
.user-head a:last-child {
  padding-right: 0px;
  margin-right: 0px;
}
.user-head a:last-child:after {
  display: none;
}
/* Menu */
.menu {
  background-color: var(--color-main);
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 991px) {
  .menu {
    display: none;
  }
}
.menu ul {
  width: 100%;
  padding: 0px;
  margin: auto;
  list-style: none;
}
.menu ul.menu-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu ul li {
  position: relative;
  z-index: 1;
}
.menu ul li.menu-line {
  width: 1px;
  height: 15px;
  background-color: rgba(0, 0, 0, 0.1);
}
.menu ul li a {
  display: block;
  position: relative;
  font-size: 13px;
  color: #ffffff;
  padding: 0 15px;
  line-height: 45px;
  font-family: rbold;
  text-transform: uppercase;
  text-decoration: none;
}
.menu ul li a:hover,
.menu ul li a.active {
  color: #fc0;
}
.menu ul li a.has-child {
  padding-right: 16px;
  margin-right: 8px;
}
.menu ul li a.has-child:after {
  content: "";
  position: absolute;
  bottom: calc(50% - 4px / 2);
  right: 5px;
  width: 5px;
  height: 5px;
  border: 1px solid #fafafa;
  border-top: 0px;
  border-left: 0px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu ul li ul {
  position: absolute;
  min-width: 250px;
  /* margin-top: -5px; */
  /* padding-top: 0.75rem; */
  /* padding-bottom: 0.75rem; */
  background-color: #fafafa;
  border-radius: 0.25rem;
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
}
.menu ul li:hover > ul {
  -webkit-transform: perspective(600px) rotateX(0);
  transform: perspective(600px) rotateX(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
}
.menu ul li ul li {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.menu ul li ul li a {
  font-size: 14px;
  color: #313131;
  border-bottom: 1px solid #ececec;
  padding: 10px 0px 9px 0px;
  text-transform: capitalize;
  line-height: 30px;
}
.menu ul li ul li a.has-child {
  margin-right: 0px;
}
.menu ul li ul li a.has-child:after {
  border-color: #313131;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu ul li ul li a.active {
  color: #ec2d3f;
}
.menu ul li ul li a.active.has-child:after {
  border-color: #ec2d3f;
}
.menu ul li ul li:last-child > a {
  border-bottom: 0px;
}
.menu ul li ul li:hover > a {
  color: #ec2d3f;
}
.menu ul li ul li:hover > a.has-child:after {
  border-color: #ec2d3f;
}
.menu ul li ul li ul {
  top: 0;
  left: 100%;
  margin-top: 0px;
}
/* Search */
.search {
  width: 230px;
  background: #ffffff;
}
.search p {
  float: left;
  width: 35px;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  text-align: center;
  margin: 0px;
  color: #6c757d;
  font-size: 16px;
}
.search input {
  width: calc(100% - 35px);
  height: 35px;
  float: left;
  outline: none;
  padding: 0px;
  border: 0px;
  background: transparent;
  text-indent: 10px;
  font-size: 12px;
}
.search input::-webkit-input-placeholder {
  color: #313131;
}
.search input:-moz-placeholder {
  color: #313131;
}
.search input::-moz-placeholder {
  color: #313131;
}
.search input:-ms-input-placeholder {
  color: #313131;
}
/* Mmenu */
.menu-res {
  z-index: 100;
  background: var(--color-main);
  position: relative;
  display: none;
}
.logo-res img {
  max-height: 50px;
}
@media only screen and (max-width: 991px) {
  .menu-res {
    display: block;
  }
}
.menu-bar-res {
  padding: 5px 15px;
}
#menu {
  display: none;
}
#hamburger {
  display: block;
  width: 30px;
  height: 23px;
  position: relative;
}
#hamburger:before,
#hamburger:after,
#hamburger span {
  background: #ffffff;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0px;
}
#hamburger:before {
  top: 0px;
}
#hamburger span {
  top: 10px;
}
#hamburger:after {
  top: 20px;
}
#hamburger:before,
#hamburger:after,
#hamburger span {
  -webkit-transition: none 0.5s ease 0.5s;
  transition: none 0.5s ease 0.5s;
  -webkit-transition-property: transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity;
}
/* Menu Mobile */
.wrap-menu-res {
  display: none;
  padding: 5px 0;
  background: var(--color-main);
  position: sticky;
  top: 0;
  z-index: 999;
}
.offcanvas-start {
  max-width: 85vw;
  width: 400px;
  transition: transform 0.3s ease-in-out !important;
}
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow: scroll;
  /* background: var(--bg-mmenu); */
  background: #fff;
}
.offcanvas-body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  transition: all 1s;
}
.offcanvas-body::-webkit-scrollbar-thumb {
  background-color: #0d6efd;
  border-radius: 5px;
  transition: all 1s;
}
.offcanvas-body::-webkit-scrollbar-track {
  background: #fff;
  width: 4px;
  height: 4px;
  transition: all 1s;
}
.btn-close-menu {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  /* color: var(--colorText-mmenu); */
  color: #333;
  font-size: 20px;
  cursor: pointer;
}
.logo-offcanvas img {
  max-height: 50px;
  width: auto;
}
.menu-mobile ul {
  padding: 0px;
  list-style: none;
  margin-bottom: 0;
  transition: 0.3s;
}
.menu-mobile ul li {
  position: relative;
}
.menu-mobile ul li > span i {
  transition: transform 0.3s ease;
}
.menu-mobile ul li a {
  display: block;
  color: var(--colorText-mmenu);
  font-size: 15px;
  padding: 10px 0px;
  border-bottom: 1px solid var(--colorText-mmenu);
  text-decoration: none;
  text-transform: capitalize;
}
.menu-mobile ul li a i {
  margin-right: 10px;
}
.menu-mobile ul li li a {
  font-weight: normal;
}
.menu-mobile > ul > li:hover > a,
.menu-mobile > ul > li:hover > span {
  color: var(--color-main);
}
.menu-mobile ul li .scroll {
  position: absolute;
  right: 0px;
  top: 9px;
  background: #fff;
  font-size: 17px;
  line-height: 18px;
  height: 25px;
  color: var(--color-main);
  box-shadow: 0 1px 5px 0 #33333370;
  width: 35px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.menu-mobile ul li:hover {
  color: #f00;
}
.menu-mobile ul ul li .scroll {
  background: none;
  color: var(--colorText-mmenu);
}
.menu-mobile ul li ul {
  padding-left: 10px;
}
.company {
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 0;
}
.company p {
  margin-bottom: 5px;
  font-size: 13px;
  color: var(--colorText-mmenu);
}
.company p span {
  color: var(--colorText-mmenu);
}
/* Search Responsive */
.search-res {
  position: relative;
}
.search-res .icon-search {
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 42px;
  color: #ffffff;
  font-size: 17px;
  margin: 0px;
}
.search-res .icon-search.active {
  color: var(--color-main);
  background: #ffffff;
  border-radius: 100%;
}
.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;
}
.search-res .search-grid p {
  float: left;
  width: 35px;
  height: 38px;
  cursor: pointer;
  outline: none;
  border: none;
  margin: 0px;
  font-size: 17px;
  display: block;
  color: var(--color-main);
  line-height: 40px;
  text-align: center;
}
.search-res .search-grid input {
  width: calc(100% - 35px);
  float: right;
  line-height: 38px;
  outline: none;
  border: none;
  color: #ec2d3f;
}
.search-res .search-grid input::-webkit-input-placeholder {
  color: #313131;
}
.search-res .search-grid input:-moz-placeholder {
  color: #313131;
}
.search-res .search-grid input::-moz-placeholder {
  color: #313131;
}
.search-res .search-grid input:-ms-input-placeholder {
  color: #313131;
}
/* Slideshow */
.slideshow {
  position: relative;
}
.slideshow-item video {
  aspect-ratio: 1366/600;
}
.slideshow-item {
  display: block;
  cursor: pointer;
}
.slideSlick .slick-prev {
  left: 15px;
}
.slideSlick .slick-next {
  right: 15px;
}
/* Like Share */
.social-plugin {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.social-plugin .at-share-btn {
  margin-bottom: 0px !important;
}
.social-plugin .zalo-share-button {
  margin-left: 3px;
}
#popup .modal-body {
  padding: 0px;
}
/* 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;
}
/* Text Hide */
.text-split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.text-split1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}
.text-split2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.text-split3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp:3;
}

.text-split4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp:4;
}
.text-split5{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp:9;
}



/* Transition All */
.transition,
.control-owl button,
.carousel-comment-media .carousel-control a span,
.menu ul li a.has-child:after,
.menu ul li ul,
.menu ul li:hover > ul,
.scale-img img,
.scale-img:hover > img,
.btn-frame .kenit-alo-circle-fill,
.support-online .kenit-alo-circle-fill {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
/* Swipper */
.swiper .swiper-wrapper {
  width: inherit;
  height: inherit;
}
.swiper.swiper-initialized .swiper-wrapper {
  margin: 0;
  width: 100%;
  height: 100%;
}
.swiper.swiper-initialized .swiper-slide {
  padding: 0;
  margin: 0px;
  overflow: hidden;
}
/* Cart Fix */
.cart-fixed {
  position: fixed;
  right: 30px;
  bottom: 390px;
  z-index: 10;
  background: var(--color-main);
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff !important;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cart-fixed i {
  font-size: 20px;
}
.cart-fixed span {
  position: absolute;
  top: 0px;
  right: -5px;
  color: #ffffff;
  width: 25px;
  height: 25px;
  background: #ec2d3f;
  text-align: center;
  line-height: 25px;
  font-size: 11px;
  border-radius: 100%;
}
/* Toolbar */
.toolbar {
  background: var(--color-main);
  width: 100%;
  padding: 15px;
  bottom: 0px;
  position: fixed;
  z-index: 500;
  height: auto;
  left: 0px;
  max-height: 65px;
}
.toolbar ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  margin: 0px;
}
.toolbar ul li {
  text-align: center;
  width: 25%;
}
.toolbar ul li a {
  display: block;
  width: 100%;
  cursor: pointer;
}
.toolbar ul li a img {
  height: 20px;
  width: 20px;
  animation: tada 1.2s infinite;
}
.toolbar ul li a span {
  color: #fff;
  font-size: 10px;
}
/* Fixbar */
.fixbar {
  bottom: 0;
  display: block;
  background: #f0eff4;
  border-top: 1px solid #ddd;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  margin: 0;
  z-index: 500;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 50px;
}
.fixbar ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.fixbar ul li {
  margin: 0 auto 10px;
  text-align: center;
  width: 25%;
  float: left;
}
.fixbar .icon-cart-mobile,
.fixbar .icon-cart-new,
.fixbar .icon-home-new,
.fixbar .icon-hotdeal-new {
  width: 20px;
  height: 20px;
  display: block;
  margin: 8px auto 0;
}
.fixbar .icon-cart-mobile {
  background: url(../images/cart-mobile.png) no-repeat;
}
.cart-total-head-mobile {
  font-size: 10px;
  position: absolute;
  background: red;
  color: #fff !important;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  line-height: 15px;
  top: 5px;
  margin-left: 5px;
}
.fixbar ul li a {
  font-size: 11px;
  text-decoration: none;
  color: #333;
}
.fixbar ul li a i {
  font-size: 20px;
}
/* Plugbar */
.plugbar {
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1px solid #eae6e6;
  width: 100%;
  right: 0;
  max-width: 767px;
  margin: 0 auto;
  background: #ffffff;
  padding: 9px 10px 10px 7px;
  z-index: 10;
}
.plugbar ul {
  list-style: none;
  padding: 0;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.plugbar ul li {
  width: 20%;
  float: left;
}
.plugbar ul li a {
  display: block;
  color: #696969;
  font-size: 12px;
  text-align: center;
  position: relative;
}
.plugbar ul li a i {
  font-size: 20px;
  color: #696969;
}
.plugbar ul li a span {
  position: absolute;
  width: 50px;
  height: 50px;
  top: -40px;
  left: calc(50% - 50px / 2);
  font-size: 14px;
  display: block;
  border: 1px solid rgba(234, 230, 230, 0.5);
  border-radius: 100%;
}
/*tienich-phone*/
@keyframes hueRotate {
  from {
    filter: hue-rotate(0deg);
  }

  to {
    filter: hue-rotate(360deg);
  }
}

.social_fixed {
  position: fixed;
  right: 25px;
  bottom: 150px;
  z-index: 999;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 25px;
}.tienich-desc {
    text-align: justify;
}
.support-online a {
    position: relative;
    text-align: left;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100rem;
background: linear-gradient(to bottom, #527484 0%, #1a2930 40%, #2a4752 60%, #5a7c8d 100%);
    transition: 0.3s;
    /* background: #355563; */
}

.support-online a:hover {
  animation: unset;
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.support-online i,
.support-online img {
  max-width: 40px;
  max-height: 40px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1.9;
  position: relative;
  z-index: 999;
}

.support-online .btn-support {
  cursor: pointer;
}

.kenit-alo-circle-fill {
  width: 60px;
  height: 60px;
  top: -7.5px;
  right: -7.5px;
  position: absolute;
  transition: all 0.2s ease-in-out;
  border-radius: 100%;
  border: 2px solid transparent;
  transition: all 0.5s;
  background-color: rgba(255, 217, 0, 0.5);
  opacity: 0.75;
}

.kenit-alo-circle {
  width: 55px;
  height: 55px;
  top: -5px;
  left: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 1px solid rgba(106, 90, 0, 0.4);
  opacity: 0.1;
  border-color: var(--main-color);
  opacity: 0.5;
}

.social_fixed-phone {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 55px;
  line-height: 45px;
  z-index: 100;
  display: none;
  box-shadow: 0 3px 6px #333333;
  border-radius: 10px 10px 0 0;
  background: #fff;
}

.social_fixed-phone ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  height: 100%;
}

.social_fixed-phone ul li {
  flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
}

.social_fixed-phone ul li a {
  text-decoration: none;
  font-size: 9px;
  font-family: Arial;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  letter-spacing: 1px;
  line-height: 2;
  height: 100%;
  padding-top: 5px;
  color: var(--main-color);
}

.social_fixed-phone svg {
  display: block;
  margin: 0 auto;
  height: 25px;
  fill: var(--main-color);
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .social_fixed-phone {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  #footer {
    padding-bottom: 55px;
  }
}

@keyframes slide-top {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

.goTop:hover {
  background: black;
}

/* Scroll Top */
.goTop {
  width: 45px;
  height: 45px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  bottom: 75px;
  right: 25px;
  display: none;
  z-index: 10;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #6a000a;
  border-radius: 100rem;
  transition: 1s;
  margin: 0 auto;
  visibility: visible;
  transition: all 0.5s;
  animation: slide-top 0.8s linear infinite alternate-reverse;
}

.goTop i {
  color: #fff;
  font-size: 22px;
}

.goTop.hide {
  opacity: 0;
  visibility: hidden;
}

/* #mmenu */
.mobile_menu_section {
  flex-direction: column;
  padding: 10px 15px;
}

.mobile_menu_section .mobile_menu_section-title {
  color: #6a000a;
  margin-bottom: 5px;
}

.mobile_menu_section img,
.mobile_menu_section svg {
  max-width: 14px;
  max-height: 14px;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

.mobile_menu_section .mobile_menu_help {
  display: flex;
  align-items: center;
}

/* Animation */
.border-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    border: 1px solid rgb(255 255 255 / 30%);
  animation: squares 3s linear 0s infinite;
  opacity: 0;
  border-radius: 50%;
}

.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;
  }
}

/* == GO TOP == */
.scroll-to-top.is-bottom,
.scroll-to-top:hover {
  background: var(--color-main);
}
.scroll-to-top span:after {
  right: 0;
  -webkit-transform: skewY(35deg);
  -ms-transform: skewY(35deg);
  -moz-transform: skewY(35deg);
  -o-transform: skewY(35deg);
  transform: skewY(35deg);
}
.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 40px;
}
.scroll-to-top {
  --size: 50px;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 30px;
  bottom: -110px;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  width: var(--size);
  height: var(--size);
  border: 2px solid var(--color-main);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.scroll-to-top span:nth-child(1) {
  top: 42%;
}
.scroll-to-top span {
  position: absolute;
  left: 32%;
  width: 36%;
  height: 2px;
}
.scroll-to-top.is-bottom span:before,
.scroll-to-top.is-bottom span:after,
.scroll-to-top:hover span:before,
.scroll-to-top:hover span:after {
  background-color: #fff;
}
.scroll-to-top span:before {
  left: 0;
  -webkit-transform: skewY(-35deg);
  -ms-transform: skewY(-35deg);
  -moz-transform: skewY(-35deg);
  -o-transform: skewY(-35deg);
  transform: skewY(-35deg);
}
.scroll-to-top span:after,
.scroll-to-top span:before {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: var(--color-main);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.scroll-to-top span:nth-child(2) {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  top: 55%;
}
.scroll-to-top:hover span:nth-child(1) {
  -webkit-animation: floatingArrow 0.7s ease-out 0s infinite forwards;
  -moz-animation: floatingArrow 0.7s ease-out 0s infinite forwards;
  -o-animation: floatingArrow 0.7s ease-out 0s infinite forwards;
  animation: floatingArrow 0.7s ease-out 0s infinite forwards;
}
.scroll-to-top:hover span:nth-child(2) {
  -webkit-animation: floatingArrow 0.7s ease-out 0.3s infinite forwards;
  -moz-animation: floatingArrow 0.7s ease-out 0.3s infinite forwards;
  -o-animation: floatingArrow 0.7s ease-out 0.3s infinite forwards;
  animation: floatingArrow 0.7s ease-out 0.3s infinite forwards;
}
@keyframes floatingArrow {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 0.7;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  66.6% {
    opacity: 0.4;
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-11px) scale(0.7);
    -moz-transform: translateY(-11px) scale(0.7);
    -o-transform: translateY(-11px) scale(0.7);
    transform: translateY(-11px) scale(0.7);
  }
}
/* == PRODUCT == */
.grid-product {
  --cols: 4;
  --gap: 20px;
}
.product {
  padding: 10px 10px 20px;
  border: 1px solid #333;
  border-radius: 8px;
  position: relative;
}
.product-info {
  text-align: center;
  margin: 10px 0 0;
}
.product-info .price-product {
  margin-bottom: clamp(4px, 1vw, 10px);
}
.price-product .price-new {
  font-size: 16px;
  font-family: "RMedium";
  color: var(--color-red);
}
.price-product .price-old {
  font-size: 15px;
  font-family: "RRegular";
  text-decoration: line-through;
  color: #333;
  margin-left: 5px;
}
.price-product .price-per {
  position: absolute;
  background: var(--color-red);
  color: #fff;
  line-height: 20px;
  padding: 0 5px;
  border-radius: 5px;
  top: 10px;
  right: 10px;
  pointer-events: none;
}
.product-info h3 {
  font-size: clamp(14px, 2vw, 18px);
  font-family: rsemibold;
  text-transform: capitalize;
  margin-bottom: clamp(4px, 1vw, 10px);
}
.product-info h3 a {
  color: var(--color-title);
}
.product-info h3 a:hover {
  color: var(--color-red);
}
.cart-product .addcart {
  width: 48%;
  text-align: center;
  border: 1px solid #333;
  line-height: 40px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  font-family: rmedium;
  text-transform: capitalize;
}
.cart-product .addcart.hover\:Background-LeftRight {
  --color: #333;
}
.cart-product .addcart:hover {
  color: #fff;
}
/* == Product Detail == */
/* Product Detail */
.grid-pro-detail {
  margin-bottom: clamp(15px, 3vw, 30px);
}
.left-pro-detail {
  position: relative;
  text-align: center;
  width: 45%;
}
.right-pro-detail {
  width: calc(55% - 40px);
}
.left-pro-detail .MagicZoom {
  border: 1px solid #eee;
  padding: 7px;
  border-radius: 5px;
  background-color: #ffffff;
}
.gallery-thumb-pro {
  position: relative;
  margin-top: 10px;
}
.owl-pro-detail {
  padding: 0;
}
.control-pro-detail button {
  background-color: transparent;
  color: #222222;
  opacity: 1;
  width: 25px;
  font-size: 23px;
}
.control-pro-detail button:hover {
  opacity: 0.7;
}
.control-pro-detail button.owl-prev {
  left: 0px;
}
.control-pro-detail button.owl-next {
  right: 0px;
}
.thumb-pro-detail {
  display: block !important;
  border: 1px solid #eee;
  padding: 5px;
  border-radius: 3px;
  cursor: pointer;
  background-color: #ffffff;
}
.thumb-pro-detail.mz-thumb.mz-thumb-selected {
  border-color: #cecfd2;
}
.thumb-pro-detail img {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-filter: brightness(100%) !important;
  filter: brightness(100%) !important;
  border-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.title-pro-detail {
  text-transform: capitalize;
  font-size: 20px;
  display: block;
  font-weight: 700;
}
.comment-pro-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.desc-pro-detail {
  margin-bottom: 1rem;
}
.attr-pro-detail {
  list-style: none;
  padding: 0px;
  margin-top: clamp(8px, 3vw, 16px);
}
.attr-pro-detail li {
  margin-bottom: 8px;
}
.attr-label-pro-detail {
  margin: 0px 5px 0px 0px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}
.attr-content-pro-detail {
  display: inline-block;
  font-size: 15px;
  font-weight: bolder;
}
.brand-pro-detail a {
  background: var(--color-main);
  color: #fff;
  border-radius: 5px;
  line-height: 25px;
  display: block;
  padding: 0 12px;
  text-transform: capitalize;
  font-weight: bold;
}
.price-new-pro-detail {
  font-weight: 700;
  font-size: 23px;
  color: var(--color-red);
}
.price-old-pro-detail {
  font-weight: 400;
  color: var(--color-gray);
  text-decoration: line-through;
  padding-left: 10px;
}
.color-pro-detail {
  cursor: pointer;
  vertical-align: top;
  position: relative;
  width: 48px;
  height: 32px;
  margin: 0 8px 5px 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border: 1px solid #dadada;
  transition: 0.3s;
  border-radius: 2px;
}
.size-pro-detail {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 48px;
  position: relative;
  margin: 0 8px 0 0;
  border: 1px solid #dadada;
  border-radius: 2px;
  font-size: 12px;
  transition: 0.3s;
}
.size-pro-detail.active,
.color-pro-detail.active {
  border-color: var(--color-red);
}
.size-pro-detail.active:after,
.color-pro-detail.active:after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(../images/check-cart.png);
}
.color-pro-detail input[type="radio"],
.size-pro-detail input[type="radio"] {
  display: none;
}
.quantity-pro-detail {
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  height: 45px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #dfdfdf;
}
.quantity-pro-detail span {
  line-height: 25px;
  padding: 0px;
  width: 45px;
  height: 100%;
  color: #000;
  cursor: pointer;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.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: 100%;
  border: none;
  width: calc(100% - 90px);
  text-align: center;
  font-size: 15px;
}
.cart-pro-detail {
  max-width: 400px;
}
.cart-pro-detail a {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  width: calc(100% / 2 - 5px);
  height: 45px;
  border-radius: 5px;
}
.cart-pro-detail a.addnow {
  background: #fff;
  color: var(--color-red);
}
.cart-pro-detail a.addnow:hover {
  color: #fff;
  background: var(--color-red);
}
.cart-pro-detail a.buynow {
  background-color: #333;
}
.cart-pro-detail a.buynow:hover {
  background-color: var(--color-main);
  color: #fff;
}
.cart-pro-detail a i {
  vertical-align: top;
  margin-right: 8px;
  font-size: 24px;
  po0ition: relative;
  top: -2px;
}
.tabs-pro-detail .nav-tabs .nav-link {
  border-top-width: 3px;
  font-size: 13px;
  color: #333;
  text-transform: uppercase;
  font-weight: 500;
}
.tabs-pro-detail .nav-tabs .nav-link.active,
.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
  border-top-color: var(--color-main);
}
.tags-pro-detail {
  margin-bottom: clamp(12px, 2vw, 20px);
  display: flex;
  flex-wrap: wrap;
}
.tags-pro-detail a {
  display: block;
  line-height: 35px;
  padding: 0 12px;
  background: var(--color-main);
  color: #fff;
  margin: 0 10px 10px 0;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
}
.tags-pro-detail a:hover {
  color: var(--color-yellow);
}
.tags-pro-detail a:last-child {
  margin-right: 0;
}
.tags-pro-detail a i {
  margin-right: 4px;
}

.gutter-productHot {
  --bs-gutter-x: 10px;
}
/* == CONTACT == */
.d-contact--button {
  margin-top: clamp(5px, 1.5vw, 16px);
  display: flex;
}
.btn-contact {
  display: block;
  padding: 0;
  font-size: 15px;
  line-height: 40px;
  width: 140px;
  color: #545353;
  font-weight: 600;
  background: transparent;
  border: 1px solid var(--color-main);
  border-radius: 8px;
}
.btn-contact:hover {
  background: var(--color-main);
  color: #fff;
}
.contact-input input,
.contact-input textarea {
  line-height: 30px;
  padding: 5px 5px 5px 12px;
  border-radius: 5px;
  border-color: var(--color-main);
}
.contact-input input,
.contact-input textarea,
.contact-input input::placeholder,
.contact-input textarea::placeholder {
  color: #545353;
}
.contact-input textarea {
  min-height: 100px;
  line-height: normal;
}
.contact-input label {
  display: none;
}
.contact-input input:focus,
.contact-input textarea:focus {
  box-shadow: unset;
  border: 1px solid #333;
}
.grid-contact {
  --cols: 2;
  --gap: 16px;
}
.column-span1 {
  grid-column: span 2;
}
/* == PAGE VIDEO == */
.grid-video {
  --cols: 4;
  --gap: 10px;
}
.video p {
  position: relative;
}
.video h3 {
  font-size: 20px;
  margin: 10px 0 0;
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
}
.video i {
  width: 40px;
  line-height: 25px;
  background: var(--color-main);
  text-align: center;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
/* == PAGE ALBUM == */
.grid-album {
  --cols: 4;
  --gap: 15px;
}
.album {
  border: 1px solid #333;
  /* border-radius: 8px; */
}
.album-pic {
  padding: 5px;
}
.album-name {
  border-top: 1px solid #333;
  font-size: clamp(14px, 2vw, 18px);
  text-transform: capitalize;
  margin-bottom: 0;
  line-height: 2.5;
  text-align: center;
  font-family: "RBold";
}
.album-name a {
  color: var(--color-title);
  -webkit-line-clamp: 1;
}
.album-name a:hover,
.album:hover .album-name a {
  color: #fff;
  background: #333;
}
/* -- Album Detail -- */
.photo-album .albumDetail {
  break-inside: avoid;
  margin-bottom: 10px;
}
.photo-album {
  column-count: 5;
  column-gap: 10px;
  width: 100%;
  max-width: 1200px;
  padding: 10px;
}
/* == ALBUM INDEX == */
.hinhAnh--index {
  background: rgb(0 173 87 / 30%);
}
.album {
  border-radius: 10px;
}
/* == NEWS == */
.page-news {
    background: var(--color-bg-circle-1);
}
.news-small--img2 span {
  border-radius: 10px;
}
h4.news-small--title:hover {
  color: #ffd061;
}
h4.news-small--title {
transition: all .3s;
text-transform: uppercase;
}
.page-news--contain {
  display: block;
  width: 90vw;
  max-width: 90rem;
  height: 100vh;
  padding: 3% 0;
  margin: auto;
  z-index: 9;
  z-index: 9;
  text-align: left;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative;
  scroll-behavior: smooth;
}


.page-news--contain::-webkit-scrollbar {
  display: none;
}
.news {
  padding: 10px;
  transition: all .3s;
  background: #b08769;
    position: relative;
  z-index: 2;
}

.news:hover {
  background-color: var(--color-highlight);
  box-shadow: 0 10px 30px 0 rgb(0 0 0 / 30%);
}
video.wave-animation.wave-animationnews {
  transform: translate(-50%, 7%);
}

.news:hover .news-time {
  background-color: var(--color-highlight);
}

.news-info .news-time {
  padding: 8px 12px;
  margin: 0 0 0.8rem;
  display: inline-block;
  background-color: var(--color-normal-brown);
  font-size: 12px;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
}

.news-info h3 {
  font-family: Montserrat, sans-serif;
  font-optical-sizing: auto;
  font-style: italic;
  font-size: 16px;
  line-height: 1.4;
}
.news-info h3 a {
  color: #fff;
  -webkit-line-clamp: 3;
}
.news-info h3 a:hover {
  color: #fff;
}
.news-info span {
  font-size: 14px;
  color: var(--color-text);
}

/* == NEWS TABS - Tin tuc danh muc cap 1 == */
.news-page-header {
    text-align: center;
    margin-bottom: 32px;
    position: relative;
}

.news-header-content {
    display: inline-block;
    position: relative;
}

.news-header-subtitle {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #f9eaaa;
    margin-bottom: 10px;
    opacity: 0;
    animation: slideUpFade 0.8s ease forwards;
    animation-delay: 0.2s;
}

.news-header-title {
    font-family: 'Newsreader', serif;
    font-size: 56px;
    font-weight: 300;
    color: #fff;
    margin: 0 0 15px;
    letter-spacing: 3px;
    opacity: 0;
    animation: slideUpFade 0.8s ease forwards;
    animation-delay: 0.4s;
    position: relative;
}

.news-header-title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #d3b53b, transparent);
}

.news-header-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin: 25px 0 0;
    letter-spacing: 1px;
    opacity: 0;
    animation: slideUpFade 0.8s ease forwards;
    animation-delay: 0.6s;
}

@keyframes slideUpFade {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.news-tabs-wrapper {
  margin-bottom: 40px;
}

.news-tabs {
  display: flex;
  justify-content: center;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.news-tab-item {
  padding: 12px 30px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  cursor: pointer;
  transition: all 0.4s ease;
}

.news-tab-item:hover,
.news-tab-item.active {
    background: linear-gradient(135deg, #ddbd33, #fbecaf);
    border-color: #d5b943;
    color: #000000;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgb(201 177 159/70%);
}

/* News Content Grid - 50/50 Layout */
.news-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  min-height: 400px;
}

.news-loading {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px;
  color: #fff;
  font-size: 24px;
}

/* Big News - Left Side */
.news-big-wrapper {
  grid-column: 1;
}

.news-big {
  display: block;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  min-height: 450px;
  box-shadow: 0 3px 3px #af9c83;
}

.news-big--img {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.news-big--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.news-big:hover .news-big--img img {
  transform: scale(1.1);
}

.news-big--overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 30px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 50%, transparent 100%);
}

.news-big--content {
  color: #fff;
}

.news-big--time {
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.8);
}
.title_trans h2:Hover {
  cursor: pointer;
}
.copyright a {

  transition: all .4s;
}
.news-big--title {
  font-family: 'Montserrat', sans-serif;
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 5px;
  line-height: 1.3;
}

/* Small News List - Right Side */
.news-small-list {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
}



/* .news-small:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateX(10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
} */



.news-small:hover .news-small--img img {
  transform: scale(1.1);
}

.news-small--content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-small--time {
  font-size: 11px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 8px;
}

.news-small--title {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 26px;
  margin: 0;
  color: #5c3e29;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 12px;
  font-family: 'Montserrat';
}

/* No Results */
.no-results {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px;
  color: rgba(255, 255, 255, 0.7);
}

/* Responsive */
@media (max-width: 992px) {
  .news-content-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .news-big-wrapper {
    grid-column: 1;
    min-height: 350px;
  }

  .news-small-list {
    grid-column: 1;
  }

  .news-big--title {
    font-size: 22px;
  }

  .news-tabs {
    gap: 10px;
  }

  .news-tab-item {
    padding: 10px 20px;
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .news-content-grid {
    gap: 20px;
  }

  .news-big {
    min-height: 280px;
  }

  .news-big--title {
    font-size: 18px;
  }

  .news-big--overlay {
    padding: 25px 20px;
  }

  .news-small {
    padding: 12px;
  }

  .news-small--img {
    width: 90px;
    height: 70px;
  }

  .news-small--title {
    font-size: 14px;
  }

  .news-tab-item {
    padding: 8px 16px;
    font-size: 11px;
    letter-spacing: 1px;
  }
}


/* == NEWS TABS - Tin tuc danh muc cap 1 == */
.news-page-header {
    text-align: center;
    margin-bottom: 32px;
    position: relative;
}

.news-header-content {
    display: inline-block;
    position: relative;
}


.news-header-title {
    font-family: 'Newsreader', serif;
    font-size: 56px;
    font-weight: 300;
    color: #fff;
    margin: 0 0 15px;
    letter-spacing: 3px;
    opacity: 0;
    animation: slideUpFade 0.8s ease forwards;
    animation-delay: 0.4s;
    position: relative;
}


.news-header-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin: 25px 0 0;
    letter-spacing: 1px;
    opacity: 0;
    animation: slideUpFade 0.8s ease forwards;
    animation-delay: 0.6s;
}

@keyframes slideUpFade {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.news-tabs-wrapper {
  margin-bottom: 40px;
}

.news-tabs {
  display: flex;
  justify-content: center;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.news-tab-item {
  padding: 12px 30px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  cursor: pointer;
  transition: all 0.4s ease;
}
/* News Content Grid - 50/50 Layout */
.news-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  min-height: 400px;
}

.news-loading {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px;
  color: #fff;
  font-size: 24px;
}

/* Big News - Left Side */
.news-big-wrapper {
  grid-column: 1;
}

.news-big {
  display: block;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  min-height: 450px;
}

.news-big--img {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.news-big--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.news-big:hover .news-big--img img {
  transform: scale(1.1);
}

.news-big--overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 30px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 50%, transparent 100%);
}

.news-big--content {
  color: #fff;
}

.news-big--time {
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.8);
}
.title_trans h2:Hover {
  cursor: pointer;
}
.copyright a {

  transition: all .4s;
}
.news-big--title {
  font-family: 'Montserrat', sans-serif;
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 5px;
  line-height: 1.3;
}

/* Small News List - Right Side */
.news-small-list {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.news-small {
  /* display: flex;
  gap: 15px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 15px;
  transition: all 0.4s ease;
  border: 1px solid rgba(255, 255, 255, 0.1); */
}

/* .news-small:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateX(10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
} */



.news-small:hover .news-small--img img {
  transform: scale(1.1);
}

.news-small--content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-small--time {
  font-size: 11px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 8px;
}

/* No Results */
.no-results {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px;
  color: rgba(255, 255, 255, 0.7);
}

/* Responsive */
@media (max-width: 992px) {
  .news-content-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .news-big-wrapper {
    grid-column: 1;
    min-height: 350px;
  }

  .news-small-list {
    grid-column: 1;
  }

  .news-big--title {
    font-size: 22px;
  }

  .news-tabs {
    gap: 10px;
  }

  .news-tab-item {
    padding: 10px 20px;
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .news-content-grid {
    gap: 20px;
  }

  .news-big {
    min-height: 280px;
  }

  .news-big--title {
    font-size: 18px;
  }

  .news-big--overlay {
    padding: 25px 20px;
  }

  .news-small {
    padding: 12px;
  }

  .news-small--img {
    width: 90px;
    height: 70px;
  }

  .news-small--title {
    font-size: 14px;
  }

  .news-tab-item {
    padding: 8px 16px;
    font-size: 11px;
    letter-spacing: 1px;
  }
}

/* ========== HOME */
/* == GIOI THIEU == */
.move-img {
  display: flex;
  pointer-events: none;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.move-img {
  display: flex;
  width: 200%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: cloudMove 7s linear infinite;
}
.cloud {
  pointer-events: none;
  width: 50%; /* mỗi ảnh chiếm 1/2 */
  height: 105%;
  object-fit: cover;
}

/* animation chạy ngang */
@keyframes cloudMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.gioiThieu-pic {
  width: 45%; /* 540px/1200 */
}
.gioiThieu-info {
  width: calc(55% - 40px);
}
.gioiThieu-info > p {
  font-size: clamp(14px, 3vw, 18px);
  font-family: rmedium;
  color: var(--color-title);
  margin-bottom: 4px;
}
.gioiThieu-info > h2 {
  font-size: clamp(25px, 3vw, 40px);
  font-family: rbold;
  color: var(--color-title);
  margin-bottom: clamp(6px, 2vw, 15px);
  text-transform: uppercase;
}
.detail-gioiThieu {
  font-size: 15px;
  line-height: 3;
  display: inline-block;
  margin-top: 10px;
  border: 1px solid var(--color-main);
  width: clamp(120px, 20vw, 150px);
  text-align: center;
  font-family: rsemibold;
  color: var(--color-title);
  border-radius: 8px;
}
.detail-gioiThieu:hover {
  background: var(--color-main);
  color: #fff;
}
/* == TIENICH OVERLAY EFFECT == */
.tienich-overlay {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.tienich-overlay a {
  display: block;
  position: relative;
  overflow: hidden;
}

.tienich-overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
     background: linear-gradient(135deg, rgb(0 0 0 / 25%) 0%, rgb(0 39 54 / 10%) 50%, rgb(0 31 43 / 95%) 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.khonggian-title-wrapper h2 {
  font-size: 49px;
}
.tienich-overlay-content h3 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    padding: 0px 0;
    margin: 0;
    line-height: 40px;
    transform: translateY(30px) scale(0.8);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0.1s;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    position: relative;
}

.tienich-overlay-content h3::before,
.tienich-overlay-content h3::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 2px;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.4s ease;
}

.tienich-overlay-content h3::before {
  top: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
}

.tienich-overlay-content h3::after {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
}

.tienich-overlay a:hover .tienich-overlay-content {
  opacity: 1;
  visibility: visible;
}

.tienich-overlay a:hover .tienich-overlay-content h3 {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.tienich-overlay a:hover .tienich-overlay-content h3::before,
.tienich-overlay a:hover .tienich-overlay-content h3::after {
  transform: translateX(-50%) scaleX(1);
}

/* Ripple Effect on Hover */
.tienich-overlay a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
  z-index: 1;
  pointer-events: none;
}

.tienich-overlay a:hover::before {
  width: 400%;
  height: 400%;
}

/* Responsive */
@media (max-width: 576px) {
  .tienich-overlay-content h3 {
    font-size: 14px;
    letter-spacing: 1px;
  }
}

/* == TIENICH OVERLAY EFFECT == */
.tienich-overlay {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.tienich-overlay a {
  display: block;
  position: relative;
  overflow: hidden;
}

.tienich-overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(54, 40, 0, 0.1) 50%,
    rgba(43, 35, 0, 0.95) 100%
  );
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.khonggian-title-wrapper h2 {
  font-size: 49px;
}

.tienich-overlay-content h3 {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  padding: 10px 0;
  margin: 0;
  transform: translateY(30px) scale(0.8);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.1s;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  position: relative;
}

.tienich-overlay-content h3::before,
.tienich-overlay-content h3::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 2px;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.4s ease;
}

.tienich-overlay-content h3::before {
  top: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
}

.tienich-overlay-content h3::after {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
}

.tienich-overlay a:hover .tienich-overlay-content {
  opacity: 1;
  visibility: visible;
}

.tienich-overlay a:hover .tienich-overlay-content h3 {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.tienich-overlay a:hover .tienich-overlay-content h3::before,
.tienich-overlay a:hover .tienich-overlay-content h3::after {
  transform: translateX(-50%) scaleX(1);
}

/* Ripple Effect on Hover */
.tienich-overlay a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
  z-index: 1;
  pointer-events: none;
}

.tienich-overlay a:hover::before {
  width: 400%;
  height: 400%;
}

/* Responsive */
@media (max-width: 576px) {
  .tienich-overlay-content h3 {
    font-size: 14px;
    letter-spacing: 1px;
  }
}

/* == PRODUCT == */
/* -- Product Tabs */
.btn-tabs--contain {
  margin-bottom: 10px;
}
.btn-tabs--contain span {
  font-size: 15px;
  font-family: "RMedium";
  text-transform: capitalize;
  padding: 0 20px;
  border: 1px solid #333;
  border-radius: 35px;
  line-height: 35px;
  margin: 0 5px 10px;
  cursor: pointer;
  color: #333;
}
.btn-tabs--contain span:hover,
.btn-tabs--contain span.active {
  background: var(--color-main);
  color: #fff;
  border-color: var(--color-main);
}
/* == NEWSLETTER == */
.grid-newsletter {
  --cols: 3;
  --gap: 20px;
}
.column--content {
  grid-column: span 3;
}
.newsletter-input textarea,
.newsletter-input input {
  line-height: 30px !important;
  height: unset !important;
  font-family: var(--font-regular);
  padding: 5px 10px !important;
  border: 0;
  background: transparent;
  color: #fff;
  border-bottom: 1px solid rgb(255 255 255 / 80%);
  border-radius: 0;
  font-size: 14px;
  font-family: ritalic;
}
.newsletter-input textarea {
  padding-top: 12px !important;
  line-height: normal !important;
  height: 100px !important;
}
.newsletter-input input::placeholder,
.newsletter-input textarea,
.newsletter-input textarea::placeholder {
  color: #fff !important;
}
.newsletter-input input:focus,
.newsletter-input textarea:focus {
  outline: unset;
  background: #fff;
  color: #000 !important; /* Thêm dòng này để hiện chữ khi nhập */
  border-radius: 0.5rem;
  border: 1px solid #fff;
  box-shadow: 0 1rem 1rem 0 var(--color-black-alpha-02);
  padding-left: 10px !important;
}
.form-floating>.form-control {
  transition: all .3s;
}
.newsletter-input {
  margin-bottom: 5px;
}
.newsletter-button {
  margin-top: 20px;
}
.newsletter-button .btn {
  display: inline-block !important;
  padding: 3px 24px;
  text-align: center;
  transition: all .3s;
  background: transparent;
  line-height: 33px;
  display: block;
  color: #fff;
  font-family: 'RBold';
  text-transform: capitalize;
  border: 1px solid #fff;
  border-radius: 33px;
  font-size: 13px;
}
.newsletter-button .btn:hover {
  color: #fff;
  background: #093447;
  border-color: #093447;
}

.grid-news .news:first-child {
  grid-column: span 2;
  display: flex;
}

.grid-news .news:first-child .news-pic {
  width: 60%;
}

.grid-news .news:first-child .news-pic a {
  width: 100%;
  height: 100%;
}

.grid-news .news:first-child .news-pic a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grid-news .news:first-child .news-info {
  width: 40%;
  padding: 20px;
}

.grid-news .news:first-child .news-info h3 {
  font-size: 20px;
  font-weight: 300;
}

.grid-news .news:first-child .news-info h3 a {
  -webkit-line-clamp: 5;
}

/* == SECTION 1 == */
.fp-completely.section .logo-section1 {
  animation: scaleBig;
  animation-duration: 1.5s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}

/* Logo hiển thị ngay khi quay lại section 1 (không delay animation) */
.fp-completely.section .logo-section1.logo-showed {
  animation: none;
  opacity: 1 !important;
  transform: scale(1);
  transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.list-unstyled{
  position: relative;
  top: -40px;
}
.logo-section1--outisde {
  position: absolute;
  z-index: 9;
  transition: all .5s;
  top: 29%;
  left: 50%;
  transform: translate(-50%, -60%) scale(1);
}

.slogan-section1 {
  position: absolute;
  height: auto;
  bottom: 15vh;
  padding: 0 5vw;
  width: 100%;
  left: 0;
  padding: 0 5vw;
}

.slogan-section1 h2 {
  margin-bottom: 0px ;
  font-size: 52px;
  color: #17345a;
  text-align: center;
  font-style: italic;
  letter-spacing: 5px;
}

.slogan-section1 h2 span {
  display: inline-block;
  opacity: 0;
}.flex_ab {
  position: relative;
  padding: 0 0 0 8%;
}
video.wave-animation.wave-animation_vitri {
  transform: translate(-50%, 7%);
}
/* chữ chẵn: từ trên xuống */
.fp-completely.section .from-top {
  transform: translateY(-30px);
  animation: dropDown 0.75s ease-out forwards;
  animation-delay: 0.3s;
}

/* chữ lẻ: từ dưới lên */
.fp-completely.section .from-bottom {
  transform: translateY(30px);
  animation: riseUp 0.75s ease-out forwards;
  animation-delay: 0.3s;
}

@keyframes dropDown {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes riseUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* == SECTION 2 ==  */
.gioithieu-section2--outisde {
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 2;
  /* Zoom out effect - bắt đầu từ 110% */
  background-size: 120% 120%;
  transition: background-size 1.5s ease-out;
}

.gioithieu-section2--outisde.zoom-out-active {
  background-size: 100% 100%;
}
.img-gioiThieu2 {
    position: absolute;
    right: 60vw;
    z-index: 2;
    z-index: 2;
    top: 13rem;
    width: min(396px, 100%);
    aspect-ratio: 910 / 433;
    overflow: hidden;
    box-sizing: border-box;
}
.fp-completely.section .img-gioiThieu2-contain {
  animation: .3s;
  animation-fill-mode: forwards;
}

/* Logo zoom animation when section 2 is active */
.logo-zoom {
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 1.5s cubic-bezier(0.34, 1.56, 0.64, 1),
              transform 1.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.logo-zoom.active {
  opacity: 1;
  transform: scale(1);
}

/* == SECTION 3 == */

.video-section3---contain {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.video-section3---contain video {
  width: 100vw;
  height: 100%;
  object-fit: cover;
  margin-bottom: -5px;
}


.video-section3---contain iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;

}

/* == VIDEO PLAYER STYLES == */
/* Controls container */
.video-section3---contain .controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 30px;
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 60%, transparent 100%);
  display: flex;
  align-items: center;
  gap: 20px;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 10;
}

.video-section3---contain:hover .controls {
  opacity: 1;
}

/* Left buttons group */
.video-section3---contain .left-button {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

/* Video time */
.video-section3---contain .video-time {
  color: #fff;
  font-size: 13px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 3px rgba(0,0,0,0.5);
  min-width: 85px;
}

.video-section3---contain .video-time span {
  margin: 0 4px;
  opacity: 0.7;
}

/* Playback button - MINIMAL STYLE (tròn, trắng, mờ) */
.video-section3---contain .playback-button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.6);
  background: rgba(255,255,255,0.15);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 0;
}

.video-section3---contain .playback-button:hover {
  background: rgba(255,255,255,0.25);
  border-color: rgba(255,255,255,0.9);
  transform: scale(1.08);
}

.video-section3---contain .playback-button svg {
  width: 14px;
  height: 14px;
  fill: rgba(255,255,255,0.9);
}

.video-section3---contain .playback-button .display-none {
  display: none;
}

/* Volume button - MINIMAL STYLE */
.video-section3---contain .volume-button {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.5);
  background: rgba(255,255,255,0.1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 0;
}

.video-section3---contain .volume-button:hover {
  background: rgba(255,255,255,0.2);
  border-color: rgba(255,255,255,0.85);
}

.video-section3---contain .volume-button svg {
  width: 16px;
  height: 16px;
  fill: rgba(255,255,255,0.85);
}

.video-section3---contain .volume-button .display-none {
  display: none;
}

/* Progress bar */
.video-section3---contain .video-progress {
  flex: 1;
  height: 4px;
  background: rgba(255,255,255,0.25);
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  overflow: visible;
  transition: height 0.2s ease;
}

.video-section3---contain .video-progress:hover {
  height: 6px;
}

.video-section3---contain .video-progress .seek {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  margin: 0;
  z-index: 2;
}

.video-section3---contain .video-progress .seek-fill {
  height: 100%;
  background: #fff;
  border-radius: 2px;
  width: 0%;
  transition: width 0.1s linear;
  box-shadow: 0 0 8px rgba(255,255,255,0.5);
}

/* Right buttons group */
.video-section3---contain .right-button {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

/* Fullscreen button - MINIMAL STYLE */
.video-section3---contain .fullscreen-button {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: 1.5px solid rgba(255,255,255,0.5);
  background: rgba(255,255,255,0.1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 0;
}

.video-section3---contain .fullscreen-button:hover {
  background: rgba(255,255,255,0.2);
  border-color: rgba(255,255,255,0.85);
}

.video-section3---contain .fullscreen-button svg {
  width: 16px;
  height: 16px;
  fill: rgba(255,255,255,0.85);
}

.video-section3---contain .fullscreen-button .display-none {
  display: none;
}

/* == SECTION 4 == */
.vitri-section4--contain h2 span {
  display: inline-block;
  opacity: 0;
}

.vitri-section4--contain h2 span:first-child {
  text-transform: capitalize;
}

.vitri-section4---background {
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 2;
}
.photo_gif {
  color: #fff;
  overflow: hidden;
  text-align: left;
}
/* 
.photo_gif:hover img {
  filter: sepia(20%) saturate(150%) hue-rotate(180deg) brightness(100%) contrast(100%);
} */



/* Parallax elements - sẽ được JS control */
.photo_gif.parallax-active,
.vitri-section4--contain h2.parallax-active,
.vitri-desc.parallax-active,
.view-more.parallax-active,
.tienich-img1.parallax-active,
.tienich-img2.parallax-active,
.tienich-desc.parallax-active,
.newsHot-title.parallax-active,
.newsHot-img1.parallax-active,
.newsHot-img2.parallax-active,
.newsHot-img3.parallax-active,
.newsHot-btn .view-more.parallax-active {
  will-change: transform;
}
.vitri-section4--outside {
  justify-content: center !important;
  height: 100vh;
  left: 0;
  background: none !important;
  top: 0;
  display: flex;
  align-items: center;
  padding: 0;
  position: relative;
  width: 100%;
  padding-left: 10%;
}

.vitri-section4--contain {
text-align: right;
    color: #fff;
    width: 85%;
    max-width: 100%;
    text-align: right;
    position: relative;
    z-index: 9999;
    padding-left: 59%;
}.div_map {
  width: 63%;
}
.vitri-desc{
  font-family: 'Montserrat';
  line-height: 34px;
  font-size: 18px;
  font-style: italic;
  color: #20170c;
  margin-bottom: 40px;
}

/* Parallax elements - sẽ được JS control */
.photo_gif.parallax-active,
.vitri-section4--contain h2.parallax-active,
.vitri-desc.parallax-active,
.view-more.parallax-active,
.tienich-img1.parallax-active,
.tienich-img2.parallax-active,
.tienich-desc.parallax-active,
.newsHot-title.parallax-active,
.newsHot-img1.parallax-active,
.newsHot-img2.parallax-active,
.newsHot-img3.parallax-active,
.newsHot-btn .view-more.parallax-active {
  will-change: transform;
}
.vitri-section4--contain h2 {
  font-size: 56px;
    margin-bottom: 0px;
    font-family: 'Montserrat';
    color: #3f6071;
    margin: 0 0 0;
    letter-spacing: -0.5px;
    position: relative;
    display: inline-block;
    font-family: 'PlayfairDisplay-SemiBold';
    text-transform: uppercase;
    display: inline-block;
    /* -webkit-text-fill-color: transparent; */
    line-height: 83px;
}

.fp-completely.section .vitri-section4--contain h2 {
  /* animation: goLeft; */
  /* animation-duration: 0.8s; */
  /* animation-delay: 0.8s; */
  /* animation-fill-mode: forwards; */
}


#section5 .tienich-section5---background {
    height: 101vh;
    width: 100%;
    background: radial-gradient(circle, #faeede 0%, #e8d1b3 50%, #c9a07f 100%);    margin-bottom: -1px;
}
.tienich-img1 {
  left: 12vw;
  top: 5vw;
  width: 50vw;
  position: absolute;
  clip-path: circle(0 at 100% 0);
}

.tienich-img2 {
  width: 38vw;
  right: 0;
  bottom: 0;
  position: absolute;
  clip-path: circle(0 at 100% 0);
}

.tienich-info {
  display: block;
  position: relative;
  width: auto;
  margin-right: 25px;
  margin-right: 25px;
  height: auto;
  z-index: 10;
  text-align: right;
  position: relative;
  color: #17345a;
}

.fp-completely.section .tienich-img1,
.fp-completely.section .tienich-img2 {
  animation: clipPath;
  animation-duration: 1.5s;
  /* animation-delay: 1s; */
  animation-fill-mode: forwards;
}
.tienich-desc {
  font-family: 'Montserrat';
  font-size: 17px;
  line-height: 32px;
  color: #543c1f;
}
.fp-completely.section .tienich-section5--outside h2 {
  animation: goLeft;
  animation-duration: 1s;
  /* animation-delay: 1s; */
  animation-fill-mode: forwards;
}
.hinhanh-item .hinhanh-info h3{
  transition: all .3s;
}
.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);
}


.hover-glass:hover:before {
  animation: shine 1.75s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes minus {
  from {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }

  to {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
.tienich-img a {
    border-radius: 29px;
    box-shadow:0 2px 3px #a9a098;
}
.owl-item.active .slideshow-item a img {
  transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  animation: minus 7s 0s ease both infinite;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}

.hover-glass {
  overflow: hidden;
  display: block;
  position: relative;
}

.hover-glass::before {
  content: "";
  position: absolute;
  top: 0;
  left: -83%;
  z-index: 2;
  display: block;
  content: "";
  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);
}

.hinhanh-item .hinhanh-info h3, .hinhanh-item .hinhanh-info h3 svg{
  transition: all .3s;
}
.fp-completely.section .tienich-section5--outside .tienich-desc {

  animation-duration: 0.8s;
  /* animation-delay: 0.8s; */
  animation-fill-mode: forwards;
}
.tienich-section5--outside h2 {
    font-size: 56px;
    margin-bottom: 0px;
    font-family: 'Montserrat';
    font-weight: normal !important;
    color: #fff;
    margin: 0 0 0;
    letter-spacing: -0.5px;
    position: relative;
    display: inline-block;
    font-family: 'PlayfairDisplay-SemiBold';
    text-transform: uppercase;
    display: inline-block;
    line-height: 83px;
    color: #415d6a;
}
.tienich-section5--outside h2 span {
  display: inline-block;
  opacity: 0;
}

.tienich-section5--outside h2 span:first-child {
  text-transform: capitalize;
}
.product-main-box {
  position: relative;
}
.product-main-box {
  position: relative;
}
/* 
.product-main-box:after {
  position: absolute;
  background: url(../images/text-news2.png) no-repeat;
  content: '';
  background-size: 100% 100%;
  opacity: .3;
  width: 437px;
  height: 174px;
  right: 2%;
  bottom: 16%;
} */

.tienich-btn {
  position: relative;
  margin-top: 40px;
}
video.wave-animation.wave-animation2 {
  transform: translate(-50%, 6%) !important;
}
/* .tienich-section5---background:before {
  position: absolute;
  background: url(../images/text-facilities.png) no-repeat;
  content: '';
  background-size: 100% 100%;
  width: 700px;
  height: 300px;
  bottom: 16%;
  left: 3%;
      filter: invert(0%) sepia(50%) saturate(0%) hue-rotate(0deg) brightness(10000%) contrast(100%);
    opacity: 0.1;
} */
.tienich-btn .view-more:hover {
  background: #c49776;
  box-shadow: 0 4px 8px #967358;
}

/* == SECTION 6 == */
#section6 {
  position: relative;
  overflow: hidden;
}

#section6 #particleCanvas6 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  pointer-events: none;
  display: block;
  background: #467084;
}

#section6 .newsHot-section6---background {
    height: 100vh;
    width: 100%;
    /* background: var(--color-bg-circle-1); */
    position: relative;
    z-index: 1;
    background: radial-gradient(circle, #faeede 0%, #e8d1b3 50%, #c9a07f 100%);
}

.newsHot-section6--contain {
  width: 80%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.newsHot-section6--contain h2 {
  width: 25%;
  color: #fff;
  font-size: 85px;
  font-family: Newsreader, sans-serif;
  font-weight: 300;
}

.newsHot1-pic {
  width: calc(50% - 2vh);
  border-radius: 10px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.newsHot1-info {
  width: calc(50% + 3vh);
  padding: 0 0 0 5vh;
  margin: 0;
  flex-wrap: wrap;
  align-items: flex-start;
}
.newsHot-section6--contain:after {
  background: url(../images/text-news.png) no-repeat center center / contain;
  content: '';
  width: 600px;
  height: 600px;
  top: 3%;
  left: -12%;
  position: absolute;
  z-index: -1;
  opacity: .3;
}
.newsHot1-time {
  width: auto;
  height: auto;
  font-optical-sizing: auto;
  line-height: 1;
  margin: 0 0 1rem;
  font-size: 3rem;
  font-family: Newsreader, serif;
  font-weight: 300;
}

.newsHot1-time span:last-child {
  font-size: 0.6rem;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  display: block;
}

.newsHot1-pic img {
  border-radius: 1rem;
}


.newsHot3-info h1 {
  transition: all .3s;
}

.newsHot2-info h3 {
  transition: all .3s;
}
.newsHot1-info h3 {
  font-size: 25px;
  transition: all .3s;
  font-weight: 400;
  line-height: 34px;
  font-style: italic;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-optical-sizing: auto;
}

.newsHot1 {
  transition: transform 0.5s ease-in-out;
  clip-path: circle(0 at 100% 0);
}

.newsHot1:hover {
  transform: translateY(-10px);
}
.newsHot1:hover .newsHot1-pic {
  border-radius: 10px;
}
.newsHot1 .newsHot1-pic {
  transition: all .3s;
}



.newsHot1 {
  grid-column: 1 / 3;
  grid-row: 1;
}

.newsHot1:hover {
  color: var(--color-normal-light) !important;
}

.newsHot {
  transition: transform 0.5s ease-in-out;
  clip-path: circle(0 at 100% 0);
}

.newsHot:hover {
  transform: translateY(-10px);
}

.newsHot:hover .newsHot1-pic {
  box-shadow: 0 20px 40px 0 var(--color-black-alpha-02);
}

.newsHot-pic img {
  border-radius: 1rem;
}

.newsHot-info {
  margin: 2vh 0;
}

.newsHot-info h3 {
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 400;
  font-style: italic;
  padding: 0 0 0 5%;
}

.newsHot:hover {
  color: var(--color-normal-light) !important;
}

.newsHot-time {
  width: auto;
  height: auto;
  font-optical-sizing: auto;
  line-height: 1;
  text-align: center;
  margin: 0 0 1rem;
  font-size: 3rem;
  font-family: Newsreader, serif;
  font-weight: 300;
}

.newsHot-time span:last-child {
  font-size: 0.6rem;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  display: block;
}

.fp-completely.section .newsHot-section6--contain .newsHot,
.fp-completely.section .newsHot-section6--contain .newsHot1 {
  animation: clipPath;
  animation-duration: 1.5s;
  /* animation-delay: 0.8s; */
  animation-fill-mode: forwards;
}

.newsHot-section6--contain h2 span {
  display: inline-block;
  opacity: 0;
}

/* .footer-section7---background:after {
  position: absolute;
  background: url(../images/text-contact.png) no-repeat;
  content: '';
  background-size: 100% 100%;
  width: 700px;
  height: 300px;
  left: 0;
  pointer-events: none;
  right: 0;
  margin: auto;
  bottom: -58px;
  opacity: .6;
} */

.tienich-tintuc {
  position: absolute;
  left: 0;
  bottom: -12%;
}
.newsHot-info2 {
  margin-top: 27px;
}
.newsHot-info2 h3 {
  font-family: 'Montserrat';
  font-style: italic;
  font-size: 20px;
}
.newsHot-time2 {
  display: grid;
  text-align: center;
  margin-right: 15px;
}
.newsHot-time2 span:nth-child(1) {
  font-family: Newsreader, sans-serif;
  font-size: 50px;
  line-height: 48px;
}

.newsHot-time2 span{
  transition: all .3s;
}

.newsHot-time2 span:nth-child(2) {
  font-size: 13px;
}


.newsHot-info2 h3 {
  transition: all .3s;
}

.newsHot-info3 {
  margin-top: 27px;
}
.newsHot-info3 h3 {
  font-family: 'Montserrat';
  font-style: italic;
  transition: all .3s;
  font-size: 20px;
}
.newsHot-time3 {
  display: grid;
  text-align: center;
  margin-right: 15px;
}
.newsHot-time3 span:nth-child(1) {
  font-family: Newsreader, sans-serif;
  font-size: 50px;
  line-height: 48px;
}
.newsHot-time3 span:nth-child(2) {
  font-size: 13px;
}


/* == SECTION 7 ==  */
#fullpage #section7 .footer-section7---background {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: linear-gradient(90deg, #487185 0%, #d6b194 100%); */
        background: #e5c8a5;
}

/* Parallax elements cho section 7 */
.footer-contain--top.parallax-active,
.footer-contain--doitac.parallax-active,
.footer-contain--phanphoi.parallax-active,
.footer-contain--bottom.parallax-active,
.footer-top--title.parallax-active,
.footer-top--img.parallax-active,
.flex-doitac.parallax-active,
.flex-phanphoi.parallax-active,
.footer-top--title,
.footer-contain--doitac h3,
.footer-contain--phanphoi h3 {
  will-change: transform;
  transition: all 0.4s ease;
}

.footer-contain--doitac h3:hover,
.footer-contain--phanphoi h3:hover {
    color: #345263;
    transform: scale(1.05);
    cursor: pointer;
}
.bg_contact .footer-contain {
  padding: 7% 0 50px;
}
.footer-contain.footer-containnews {
    padding-top: 0;
}
.parallax-element2 {
    font-family: 'PlayfairDisplay-SemiBold';
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 0px;
    text-transform: capitalize;
    color: #fff;
    margin: 0 0 0;
    letter-spacing: -0.5px;
    position: relative;
    text-transform: uppercase;
    background: linear-gradient(82deg, rgb(255 255 255) 7%, rgb(255 255 255) 59%, rgb(255 255 255) 100%) !important;
    display: inline-block !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    line-height: 70px;
    letter-spacing: 1px;
}

.content-page.color\:white.opacity-0 {
  color: #563030 !important;
}
.footer-contain {
  position: relative;
  display: block;
  width: 90%;
  height: auto;
  margin: auto;
  
  padding-bottom: 15vh;
  text-align: center;
  z-index: 3;
}

.footer-top--title {
  position: relative;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 0.8rem;
  text-transform: uppercase;
  color: #315062;
}
video.wave-animation4 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 3%) !important;
}
.footer-top--img {
    width: auto;
    height: 13rem;
    max-height: 18vh;
    margin: 0 1rem;
    display: block;
}
.flex-doitac {
  margin: 0 -10px;
}

.doitac {
  width: calc(20%);
  padding: 0 10px;
}

.footer-contain--doitac {
  margin: 3rem 0;
}

.footer-contain--doitac h3 {
  position: relative;
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 0.8rem;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  color: #345263;
}

.flex-phanphoi {
  margin: 0 -10px;
}

.phanphoi {
  width: calc(20%);
  padding: 0 10px;
}

.footer-contain--phanphoi h3 {
  position: relative;
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 0.8rem;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
    color: #315062;
}

.footer-contain--bottom {
  position: absolute;
  width: 50vw;
  left: 25vw;
  bottom: 0;
  display: block;
  text-align: center;
}
.content_chudautu_contain {
  font-size: 18px;
}
.footer-contain--bottom h3 {
    font-family: 'PlayfairDisplay-SemiBold';
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 0px;
    text-transform: capitalize;
    color: #315062;
    margin: 0 0 0;
    letter-spacing: -0.5px;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    line-height: 70px;
    letter-spacing: 1px;
}
.footer-info {
  color: #fff;
  font-family: 'Montserrat';
  margin-top: 29px;
  padding-top: 16px;
  font-size: 12px;
  position: relative;
}
.footer-info:after {
  position: absolute;
  background: rgb(255, 255, 255);
  content: '';
  width: 69px;
  height: 2px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.footer-bottom--address,
.footer-bottom--website {
  font-family: 'Montserrat';
  font-style: normal;
  font-optical-sizing: auto;
  font-style: italic;
  line-height: 1.6;
  font-size: 15px;
  margin: 0 10px;
  color: #fff;
}

.footer-info {
  color: #fff;
}

.fp-completely.section .footer-contain--top,
.fp-completely.section .footer-contain--doitac,
.fp-completely.section .footer-contain--phanphoi,
.fp-completely.section .footer-contain--bottom {
  animation: fadeInUp;
  animation-duration: 1s;
  /* animation-delay: 0.8s; */
  animation-fill-mode: forwards;
}

/* .fp-completely.section .footer-contain--top{

} */

.fp-completely.section .footer-contain--doitac {
  animation-delay: 0.8s;
}

.fp-completely.section .footer-contain--phanphoi {
  animation-delay: 1.2s;
}
.fp-completely.section .footer-contain--bottom {
  animation-delay: 1.2s;
}

.copyright {
  position: absolute;
  width: auto;
  height: auto;
  bottom: 1.8rem;
  left: 5rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 5;
}

.fp-completely.section .copyright a,
.fp-completely.section .copyright span {
  animation: fadeInUp;
  animation-duration: 0.8s;
  /* animation-delay: 0.8s; */
  animation-fill-mode: forwards;
}

.copyright a {
  width: 40px;
  height: 40px;
  color: var(--color-white);
  border: 1px solid var(--color-white-alpha-05);
  border-radius: 0.5rem;
  display: block;
  position: relative;
}

.copyright span {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
}

.copyright a:hover {
  background: var(--color-highlight-dark);
  border-color: var(--color-highlight-dark);
}

.copyright svg {
  width: 100%;
  height: 100%;
}

.text-animation span {
  display: inline-block;
  opacity: 0;
}

.page-news .copyright a,
.page-news .copyright span {
  animation: fadeInUp;
  animation-duration: 0.8s;
  animation-delay: 2.5s;
  animation-fill-mode: forwards;
}

.newsDetail-contain--left {
  animation: goRight;
  animation-duration: 1s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
}

.newsDetail-contain--right {
  animation: fadeInUp;
  animation-duration: 0.8s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
}

.page-news .copyright {
  left: 15px;
  z-index: 99;
}

.news-detail--contain {
  width: calc(100% - 300px);
  margin: 0 auto 0 0;
}

.newsDetail-contain--left {
  width: 30%;
  padding: 20px 20px 20px 40px;
}

.news-other {
  margin-top: 70px;
}

.newsDetail-contain--right {
  width: 70%;
}

.page-news--detail {
     background: var(--color-bg-circle-1);
}

.newsDetail-contain--right {
  margin-right: 15% !important;
  display: block;
  width: 46vw;
  max-width: 70%;
  height: 100vh;
  padding: 0px 0 30px 20px;
  border-left: 1px solid #ffffff80;
  margin: auto;
  text-align: left;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative;
  scroll-behavior: smooth;
}

.newsDetail-contain--right .content-main {
  font-size: 20px;
  color: #fff;
}

/* .newsDetail-contain--right:after {
  content: "";
  width: 100%;
  height: 6rem;
  position: fixed;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    0deg,
    var(--color-light) 20%,
    var(--color-black-zero) 100%
  );
  z-index: 10;
} */

.newsDetail-contain--right::-webkit-scrollbar {
  display: none;
}

.newsother {
  width: 100%;
  margin: 0 0 0.8rem;
  padding: 0.5rem;
  background-color: var(--color-normal);
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsother-pic {
  width: 45%;
}

.newsother-info {
  width: 55%;
  padding-left: 10px;
  color: #fff;
}

.newsother-info .newsother-time {
  font-size: 11px;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  text-align: left;
  margin-bottom: 5px;
}

.newsother-info h3 {
  font-size: 17px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 17px;
  font-weight: bold;
  margin-top: 9px;
  color: #603718;
}

.page-news--detail .copyright a,
.page-news--detail .copyright span {
  animation: fadeInUp;
  animation-duration: 0.8s;
  animation-delay: 2.5s;
  animation-fill-mode: forwards;
}

.page-news--detail .copyright {
  left: 15px;
  z-index: 99;
  bottom: 76px;
}

.page-contact--contain {
  height: 100vh;
  width: 100%;
  position: relative;
}
.page-loading-overlay2{
  background: none !important;
}
#section7 .footer-section7---background {
    background: #e5c8a5;
}

.page-contact .footer-contain--top,
.page-contact .footer-contain--doitac,
.page-contact .footer-contain--phanphoi,
.page-contact .footer-contain--bottom {
  animation: fadeInUp;
  animation-duration: 1s;
  /* animation-delay: 0.8s; */
  animation-fill-mode: forwards;
}

/* .page-contact .footer-contain--top{

} */

.page-contact .footer-contain--doitac {
  animation-delay: 0.8s;
}

.page-contact .footer-contain--phanphoi {
  animation-delay: 1.2s;
}
.page-contact .footer-contain--bottom {
  animation-delay: 1.2s;
}

.page-contact .copyright a,
.page-contact .copyright span {
  animation: fadeInUp;
  animation-duration: 0.8s;
  animation-delay: 2.5s;
  animation-fill-mode: forwards;
}

.page-contact .copyright {
  left: 0;
}

#google_language_translator {
  clear: both;
  width: auto !important;
  text-align: right;
  display: none;
}

.goog-te-banner-frame,
iframe#\:1\.container,
.box_solang a.active,
.lang-v {
  display: none !important;
}



/* loadpage website */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  pointer-events: none;
}

#loader-wrapper #wrap {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 999999;
}

#loader-wrapper.show1 #wrap {
  background: transparent;
}

#loader-wrapper:after {
  -webkit-mask: url(../images/mask-01.png);
  mask: url(../images/mask-01.png);
  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 1);
  z-index: 99999;
}

#loader-wrapper.show1::after {
  -webkit-animation: MaskPlay 1s steps(22) forwards;
  animation: MaskPlay 1s steps(22) forwards;
}

#loader-wrapper.show1 #wrap {
  opacity: 0;
}
.loading-text > div {
  opacity: 0;
  transform: scale(0.8);
  animation: logoReveal 0.5s ease 0.5s forwards;
}
@keyframes logoReveal {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.loading-text ul {
  margin-top: 1.875rem;
}

.loading-text ul li {
  -webkit-animation: anime 1.5s infinite linear;
  animation: anime 1.5s infinite linear;
  display: inline-block;
  font-family: var(--bs-font-monospace);
  font-size: 1.875rem;
  letter-spacing: 1px;
}

.loading-text ul li:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.loading-text ul li:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.loading-text ul li:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.loading-text ul li:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.loading-text ul li:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.loading-text ul li:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.loading-text ul li:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.loader {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  padding-bottom: 3.125rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100001;
}
/* name */

@-webkit-keyframes anime {
  0% {
    color: grey;
    letter-spacing: 1px;
    text-shadow: 1px 1px 0 #000;
    transform: translateY(0);
  }

  50% {
    color: #ffc107;
    letter-spacing: 5px;
    text-shadow: 5px 10px 1px #000;
    transform: translateY(-10px);
  }

  100% {
    color: grey;
    letter-spacing: 1px;
    text-shadow: 1px 1px 0 #000;
    transform: translateY(0);
  }
}

@keyframes anime {
  0% {
    color: grey;
    letter-spacing: 1px;
    text-shadow: 1px 1px 0 #000;
    transform: translateY(0);
  }

  50% {
    color: #ffc107;
    letter-spacing: 5px;
    text-shadow: 5px 10px 1px #000;
    transform: translateY(-10px);
  }

  100% {
    color: grey;
    letter-spacing: 1px;
    text-shadow: 1px 1px 0 #000;
    transform: translateY(0);
  }
}

/* end name*/
@-webkit-keyframes MaskPlay {
  from {
    -webkit-mask-position: 0 0;
mask-position: 0 0;
  }

  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
video.wave-animation.wave-animation0 {
  transform: translate(-50%, 11%);
}
@keyframes MaskPlay {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }

  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
.page_static:after {
  position: absolute;
  background: rgb(0 0 0 / 30%);
  content: '';
  width: 100%;
  height: 100%;
}
/*  end loadpage website */
video.wave-animation {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -40%);
  width: 100%;
  max-width: 100%;
  height: auto;
  z-index: 1;
  width: 100%;
  height: auto;
  mix-blend-mode: screen;
  pointer-events: none;
}

/* .logo-section1 img {
    filter: invert(0%) sepia(50%) saturate(0%) hue-rotate(0deg) brightness(10000%) contrast(100%);
} */
 /* .logo-section1:after {
  position: absolute;
  content: '';
  background: url(../images/mas2.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 218px;
  top: 0;
  left: -4px;
  right: 0;
  margin: auto;
  bottom: 0;
  filter: invert(18%) sepia(38%) saturate(11108%) hue-rotate(5deg) brightness(77%) contrast(95%);
  z-index: -1;
}
.logo-section1:before {
    position: absolute;
    content: '';
    background: url(../images/mas2.png) no-repeat;
    background-size: 100% 38%;
    width: 100%;
    height: 576px;
    top: 64%;
    left: -7px;
    right: 0;
    margin: auto;
    bottom: 0;
    filter: invert(18%) sepia(38%) saturate(11108%) hue-rotate(5deg) brightness(77%) contrast(95%);
    z-index: -1;
}  */
.logo-absolute.show.logo_vitri img {
  filter: invert(0%) sepia(50%) saturate(0%) hue-rotate(0deg) brightness(10000%) contrast(100%);
}.logo-absolute.show.tienichlogo img {
  filter: invert(0%) sepia(50%) saturate(0%) hue-rotate(0deg) brightness(10000%) contrast(100%);
}
/* === SLOGAN BANNER ANIMATION === */
.slogan_banner {
  position: absolute;
  top: 69%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  width: 100%;
  padding: 0 20px;
}

.slogan-line {
  overflow: hidden;
  margin-bottom: 8px;
}

.slogan-line-1 {
  animation: fadeSlideUp 1s ease-out 2.8s forwards;
  opacity: 0;
}

.slogan-line-2 {
  animation: fadeSlideUp 1s ease-out 0.8s forwards;
  opacity: 0;
}

.slogan-line-3 {
  animation: fadeSlideUp 1s ease-out 1.1s forwards;
  opacity: 0;
}

.slogan-word {
  display: inline-block;
  font-family: Newsreader, serif;
  font-weight: 300;
  color: #303030;
  letter-spacing: 0.5px;
}

.slogan-line-1 .slogan-word {
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-style: italic;
}

.slogan-line-2 .slogan-word {
  font-size: clamp(1rem, 2.5vw, 1.5rem);
  font-weight: 400;
}

.slogan-line-3 .slogan-word {
  font-size: clamp(1rem, 2.5vw, 1.5rem);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
}

@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

/* Khi section active, hiệu ứng chạy */
.page-loading-overlay.active {
  opacity: 1;
  visibility: visible;
  animation: fadeToBlack 2s ease-in-out forwards;
} */

/* Page 1 cũng chỉ chạy animation khi scroll đến (giống page 2, 3) */

@keyframes fadeToBlack {
  0% {
      background-color: unset;
      opacity: 1;
  }
  100% {
      background-color: rgba(0, 0, 0, 1);
      opacity: .4;
  }
}
@keyframes expandLine {
  to {
    transform: scaleX(1);
  }
}
.footer-section7---background.position-relative {
  position: relative;
  padding: 5% 0;
}

.footer-section7---background .page-contact .copyright {
    left: 46px !important;
}
.footer-contain--bottom.contact-footer-contain--bottom2.opacity-0 {
  position: relative;
  left: 0;
  right: 0;
  z-index: 2;
  margin: auto;
}

.title_trans h2 {
  font-size: 102px;
  margin-bottom: 0px;
  font-family: Newsreader, sans-serif;
  font-weight: 300;
  color: #fff;
  letter-spacing: 6px;
  /* 动画效果 */
  opacity: 0;
  animation: fadeInUp 1.2s ease-out forwards;
  animation-delay: 0.3s;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  transition: all 0.4s ease;
}
section.page-news {
  position: relative;
}.title_trans {
  display: none;
}

.title_trans h2:hover {
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.6),
               0 0 40px rgba(255, 255, 255, 0.4);
  letter-spacing: 8px;
}

.logo-absolute.show.logotrangtrong {
  display: none;
}

/* 淡入向上动画 */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px) rotate(-90deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(-90deg);
  }
}
.wave-animation_mobile{
  display: none;
}
h2.vitri-page--title {
  margin-bottom: 16px !important;
}

.bg_contact{
  height: 100vh;
  width: 100%;
    background: #e5c8a5;
      align-items: center;
  justify-content: center;
}

.bg_newsllter h2 {
  font-family: fangsong;
  font-size: 52px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.bg_newsllter h2 {
  position: relative;
}
.newsletter-button {
  margin-top: 20px;
  text-align: center;
}


.newsletter-contain2 {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.newsletter-contain2.animate-in {
  opacity: 1;
}

.newsletter-title-animate {
  opacity: 0;
  transform: translateY(30px) scale(0.9);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0.1s;
}

.newsletter-contain2.animate-in .newsletter-title-animate {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.newsletter-input-animate {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: var(--delay, 0.2s);
}

.newsletter-input-animate:nth-child(odd) {
  transform: translateX(-40px);
}

.newsletter-input-animate:nth-child(even) {
  transform: translateX(40px);
}

.newsletter-contain2.animate-in .newsletter-input-animate {
  opacity: 1;
  transform: translateX(0);
}

.newsletter-btn-animate {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0.5s;
}

.newsletter-contain2.animate-in .newsletter-btn-animate {
  opacity: 1;
  transform: translateY(0);
}

/* == MODERN BUTTON WITH ICON == */
.btn-modern-wrapper {
  text-align: center;
  margin-top: 25px;
}

.btn-modern {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 35px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #fff;
  background: linear-gradient(135deg, #b37c45 0%, #d4a373 50%, #b37c45 100%);
  background-size: 200% 200%;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 25px rgba(179, 124, 69, 0.4);
}

.btn-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}

.btn-modern:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(179, 124, 69, 0.5);
  background-position: 100% 100%;
}

.btn-modern:hover::before {
  left: 100%;
}

.btn-modern:active {
  transform: translateY(-1px);
}

.btn-modern i {
  font-size: 16px;
  transition: all 0.4s ease;
}

.btn-modern:hover i {
  transform: translateX(5px) rotate(10deg);
  animation: planeShake 0.5s ease infinite;
}

@keyframes planeShake {
  0%, 100% { transform: translateX(5px) rotate(10deg); }
  25% { transform: translateX(7px) rotate(15deg); }
  75% { transform: translateX(3px) rotate(5deg); }
}

/* == MODERN BUTTON WITH ICON == */
.btn-modern-wrapper {
  text-align: center;
  margin-top: 25px;
}

.btn-modern {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 35px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #fff;
  background: linear-gradient(135deg, #b37c45 0%, #d4a373 50%, #b37c45 100%);
  background-size: 200% 200%;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 25px rgba(179, 124, 69, 0.4);
}

.btn-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}

.btn-modern:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(179, 124, 69, 0.5);
  background-position: 100% 100%;
}

.btn-modern:hover::before {
  left: 100%;
}

.btn-modern:active {
  transform: translateY(-1px);
}

.btn-modern i {
  font-size: 16px;
  transition: all 0.4s ease;
}

.btn-modern:hover i {
  transform: translateX(5px) rotate(10deg);
  animation: planeShake 0.5s ease infinite;
}

@keyframes planeShake {
  0%, 100% { transform: translateX(5px) rotate(10deg); }
  25% { transform: translateX(7px) rotate(15deg); }
  75% { transform: translateX(3px) rotate(5deg); }
}

/* Floating Labels */
.form-floating label {
  font-size: 14px;
  font-weight: 500;
}

.form-floating label i {
  margin-right: 8px;
  color: var(--color-normal);
}

/* Focus Effects */
.form-floating-cus .form-control:focus {
  border-color: #b37c45;
  box-shadow: 0 0 0 3px rgba(179, 124, 69, 0.25);
  transform: scale(1.02);
}

/* Force white text in form inputs */
.newsletter-contain2 .form-floating-cus .form-control,
.newsletter-contain2 input.form-control,
.newsletter-contain2 textarea.form-control {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.newsletter-contain2 .form-floating-cus .form-control::placeholder,
.newsletter-contain2 input.form-control::placeholder,
.newsletter-contain2 textarea.form-control::placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.6) !important;
  opacity: 1;
}

.newsletter-contain2 .form-floating-cus .form-control::-webkit-input-placeholder,
.newsletter-contain2 input.form-control::-webkit-input-placeholder,
.newsletter-contain2 textarea.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.6) !important;
}

.newsletter-contain2 .form-floating-cus .form-control::-moz-placeholder,
.newsletter-contain2 input.form-control::-moz-placeholder,
.newsletter-contain2 textarea.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.6) !important;
}

.form-floating-cus label {
  color: rgba(255, 255, 255, 0.8);
  padding: 1.25rem 1rem;
}

.form-floating-cus .form-control:focus ~ label,
.form-floating-cus .form-control:not(:placeholder-shown) ~ label {
  color: #b37c45;
  font-weight: 600;
}

/* Modern Button */
.btn-modern {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #b37c45 0%, #d4a373 100%);
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 16px 40px;
  border-radius: 50px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 10px 30px rgba(179, 124, 69, 0.4);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.btn-modern span {
  position: relative;
  z-index: 2;
}

.btn-modern i {
  position: relative;
  z-index: 2;
  transition: transform 0.4s ease;
}

.btn-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #d4a373 0%, #b37c45 100%);
  transition: left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1;
}

.btn-modern:hover::before {
  left: 0;
}

.btn-modern:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(179, 124, 69, 0.5);
}

.btn-modern:hover i {
  transform: translateX(5px);
}

.btn-modern:active {
  transform: translateY(-1px);
}

.bg_newsllter input#fullname-newsletter {
  background: url(../images/ic1.png) center right 16px no-repeat;    filter: invert(0%) sepia(50%) saturate(0%) hue-rotate(0deg) brightness(10000%) contrast(100%);
}

.bg_newsllter input#phone-newsletter {
  background: url(../images/ic4.png) center right 16px no-repeat;    filter: invert(0%) sepia(50%) saturate(0%) hue-rotate(0deg) brightness(10000%) contrast(100%);
}

.bg_newsllter input#email-newsletter {
  background: url(../images/ic2.png) center right 16px no-repeat;    filter: invert(0%) sepia(50%) saturate(0%) hue-rotate(0deg) brightness(10000%) contrast(100%);
}

.bg_newsllter textarea#content-newsletter {
  background: url(../images/ic3.png) top 16px right 16px no-repeat;    filter: invert(0%) sepia(50%) saturate(0%) hue-rotate(0deg) brightness(10000%) contrast(100%);
}
/* Glassmorphism Background */
.newsletter-contain2 .bg_newsllter {
  background: rgba(0, 0, 0, 0.4);
  /* backdrop-filter: blur(20px);
  transition: all .5s;
  -webkit-backdrop-filter: blur(20px); */
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}
/*text_split*/
.text-split1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}

.text-split2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

/*text_split*/
.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;
}

.gioithieu-section2--page {
  height: 102vh;
}
.tiktok svg {
  padding: 8px 0;
}
.tienich-section1--page.position-relative {
  height: 100%;
}
.catalogue-section3--page {
  height: 100vh;
  width: 100%;
}
.video-section2--page {
  height: 100vh;
  width: 100%;
}
.hinhanh-section1--page {
  position: relative;
  height: 100vh;
  width: 100%;
}
.catalogue-section3--page {
  height: 100vh;
  width: 100%;
}
.video-section2--page {
  height: 100vh;
  width: 100%;
}
.hinhanh-section1--page {
  position: relative;
  height: 100vh;
  width: 100%;
}
/* Title Styling */
.newsletter-contain2 h2 {
  font-family: 'Newsreader', serif;
  font-size: 40px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  letter-spacing: 4px;
}

.newsletter-contain2 h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #b37c45, transparent);
}

/* Newsletter Container */
.newsletter-contain2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
  z-index: 10;
}

@media (max-width: 768px) {
  .newsletter-contain2 .bg_newsllter {
    padding: 25px;
    border-radius: 16px;
  }
  
  .newsletter-contain2 h2 {
    font-size: 24px;
  }
  
  .btn-modern {
    padding: 14px 30px;
    font-size: 14px;
  }
}

.row.rti {
  width: 77%;
  margin: auto;
  height: 100%;
  padding: 11% 0;
  z-index: 99;
  position: relative;
  align-items: center;
}
.c_tt {
  position: relative;
  padding: 0 5px 10px;
}

/* == NEWS SECTION GRID LAYOUT == */
.section-news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 30px;
}

/* Featured Card (Large Left) */
.news-featured {
  grid-row: span 2;
}

.news-card {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.news-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.news-card__image {
  position: relative;
  overflow: hidden;
}

.news-card__image img {
  transition: transform 0.5s ease;
}

.news-card:hover .news-card__image img {
  transform: scale(1.05);
}

.news-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 40%, rgba(0,0,0,0.6));
  pointer-events: none;
}

.news-card__content {
  padding: 15px;
}

.news-card__title {
  font-family: 'Newsreader', serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  color: #111;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-card__desc {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  margin: 0 0 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-card__readmore {
  font-size: 13px;
  color: var(--color-main);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.news-card__readmore i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.news-card:hover .news-card__readmore i {
  transform: translateX(3px);
}

/* Featured Card Specific */
.news-card--featured .news-card__image {
  height: 100%;
  min-height: 400px;
}

.news-card--featured .news-card__image img {
  height: 100%;
  object-fit: cover;
}

.news-card--featured .news-card__overlay {
  background: linear-gradient(to bottom, transparent 30%, rgba(0,0,0,0.75));
}

.news-card--featured .news-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
}

.news-card--featured .news-card__title {
  color: #fff;
  font-size: 22px;
}

.news-card--featured .news-card__desc {
  color: rgba(255,255,255,0.85);
}

.news-card--featured .news-card__readmore {
  color: #fff;
}

/* Small Cards Grid (Right) */
.news-grid-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-content: start;
}

.news-card--small {
  background: #fff;
}

.news-card--small .news-card__image {
  height: 120px;
}

.news-card--small .news-card__image img {
  height: 100%;
  object-fit: cover;
}

.news-card--small .news-card__title {
  font-size: 15px;
}

.news-card--small .news-card__desc {
  font-size: 13px;
  -webkit-line-clamp: 2;
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .section-news-grid {
    grid-template-columns: 1fr;
  }
  
  .news-featured {
    grid-row: span 1;
  }
  
  .news-card--featured .news-card__image {
    min-height: 300px;
  }
}

@media (max-width: 767px) {
  .news-grid-right {
    grid-template-columns: 1fr;
  }
  
  .news-card--featured .news-card__image {
    min-height: 250px;
  }
  
  .news-card--featured .news-card__title {
    font-size: 18px;
  }
}


/* == NEWS BIG (Bai viet lon) == */
.news-big {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #1a1a1a;
}

.news-big--img {
  position: relative;
  overflow: hidden;
  min-height: 420px;
}
/* Section Tin tức - Hiện đại & Sạch sẽ */

.right_tintuc {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  backdrop-filter: blur(20px);
  border-radius: 14px;
  padding: 40px 30px;
  height: 100%;
  height: 712px !important;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  background: #c49776 !important;
  background: rgba(255, 255, 255, 0.1);
}
.title_tintuc {
  margin-bottom: 20px;
}

.title_tintuc h2 {
color: #ffffff;
    font-size: 56px;
    margin-bottom: 0px;
    font-family: 'Montserrat';
    margin: 0 0 0;
    letter-spacing: -0.5px;
    position: relative;
    display: inline-block;
    font-family: 'PlayfairDisplay-SemiBold';
    text-transform: uppercase;
    display: inline-block;
    line-height: 83px;
}
.title_tintuc h2::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, var(--main-color), #2ed573);
  border-radius: 2px;
}


.left_tintuc {
    border-radius: 24px;
    min-height: 500px;
}
.container-product {
  width: 100%;
}

/* News Big Card - Glassmorphism */
.news-big {
  display: block;
  background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 0px;
}
.gioithieu-section2--outisde {
  position: relative;
}

.gioithieu-section2--outisde:after {
  position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgb(253 239 217) 100%);
  content: '';
  pointer-events: none;
  width: 100%;
  height: 60vh;
  top: 0;
}
h3.news-big--title:HOVER {
  color: #d1a33e;
}
h3.news-big--title {
  transition: all .3s;
}
.news-big--img {
  position: relative;
  overflow: hidden;
  min-height: 350px;
  border-radius: 20px 20px 0 0;
}

.news-big--img img {
  transition: transform 0.6s ease;
}

.news-big:hover .news-big--img img {
  transform: scale(1.05);
}
.news-big--content {
  padding: 25px 30px 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(98 70 49) 100%);
}
.news-big--title {
  font-family: 'Montserrat';
  font-size: 22px;
  color: #fff;
  font-weight: normal !important;
  margin: 0 0 10px;
  line-height: 1.3;
}

.news-big--desc {
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  line-height: 1.7;
  margin: 0;
}

/* News Small Cards - Modern Grid */
/* .news-small {
  display: block;
  background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.8) 100%);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
} */

/* .news-small:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
  border-color: rgb(203 186 102);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%);
} */

.news-small--img {
  position: relative;
  overflow: hidden;
  min-height: auto;
  border-radius: 16px;
}

.news-small--img img {
  transition: transform 0.6s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .news-small:hover .news-small--img img {
  transform: scale(1.1);
} */


.news-small:hover .news-small--title {
  color: #322115;
}

/* Pagination */
.pagination-ajax {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.pagination-ajax a,
.pagination-ajax span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 15px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  color: rgba(255,255,255,0.7);
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pagination-ajax a:hover {
  background: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 991px) {
  .product-main-box {
    padding: 40px 15px;
  }
  .right_tintuc {
    padding: 30px 20px;
  }
  .title_tintuc h2 {
    font-size: 24px;
  }
  .left_tintuc {
    min-height: 400px;
  }
}

@media (max-width: 767px) {
  .ul-tabs {
    justify-content: center;
  }
  .ul-tabs li {
    font-size: 11px;
    padding: 8px 14px;
  }
  .news-big--title {
    font-size: 18px;
  }
}

/* == TABS MODERN STYLING == */
.ul-tabs {
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  flex-wrap: wrap;
}

.items-list-product {
  text-transform: uppercase;
  position: relative;
  padding: 10px 17px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.7);
  background: #c79a7c;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  user-select: none;
}
.items-list-product::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  background: linear-gradient(135deg, #ebffba 0%, #433b00 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}



/* Responsive Tabs */
@media (max-width: 576px) {
  .ul-tabs {
    gap: 8px;
  }
  
  .items-list-product {
    padding: 8px 16px;
    font-size: 12px;
    border-radius: 20px;
  }
}

a.news-small2 {
  display: flex;
  align-items: center;
}
.news-small--content2 {
  width: 60%;
  margin-left: 20px;
}

.news-small--content2  .news-small--title {
  padding: 0px 0px;
}
/* == NEWS SECTION GRID LAYOUT == */
.section-news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 30px;
}

/* Featured Card (Large Left) */
.news-featured {
  grid-row: span 2;
}

.news-card {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.news-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.news-card__image {
  position: relative;
  overflow: hidden;
}

.news-card__image img {
  transition: transform 0.5s ease;
}

.news-card:hover .news-card__image img {
  transform: scale(1.05);
}

.news-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 40%, rgba(0,0,0,0.6));
  pointer-events: none;
}

.news-card__content {
  padding: 15px;
}

.news-card__title {
  font-family: 'Newsreader', serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  color: #111;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-card__desc {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  margin: 0 0 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-card__readmore {
  font-size: 13px;
  color: var(--color-main);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.news-card__readmore i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.news-card:hover .news-card__readmore i {
  transform: translateX(3px);
}

/* Featured Card Specific */
.news-card--featured .news-card__image {
  height: 100%;
  min-height: 400px;
}

.news-card--featured .news-card__image img {
  height: 100%;
  object-fit: cover;
}

.news-card--featured .news-card__overlay {
  background: linear-gradient(to bottom, transparent 30%, rgba(0,0,0,0.75));
}

.news-card--featured .news-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
}

.news-card--featured .news-card__title {
  color: #fff;
  font-size: 22px;
}

.news-card--featured .news-card__desc {
  color: rgba(255,255,255,0.85);
}

.news-card--featured .news-card__readmore {
  color: #fff;
}

/* Small Cards Grid (Right) */
.news-grid-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-content: start;
}

.news-card--small {
  background: #fff;
}

.news-card--small .news-card__image {
  height: 120px;
}

.news-card--small .news-card__image img {
  height: 100%;
  object-fit: cover;
}

.news-card--small .news-card__title {
  font-size: 15px;
}

.news-card--small .news-card__desc {
  font-size: 13px;
  -webkit-line-clamp: 2;
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .section-news-grid {
    grid-template-columns: 1fr;
  }
  
  .news-featured {
    grid-row: span 1;
  }
  
  .news-card--featured .news-card__image {
    min-height: 300px;
  }
}

@media (max-width: 767px) {
  .news-grid-right {
    grid-template-columns: 1fr;
  }
  
  .news-card--featured .news-card__image {
    min-height: 250px;
  }
  
  .news-card--featured .news-card__title {
    font-size: 18px;
  }
}
.product-main-box {
  width: 80%;
  margin: auto;
  padding: 6% 0;
}
/* == NEWS BIG (Bai viet lon) == */
.news-big {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #1a1a1a;
}

.news-big--img {
  position: relative;
  overflow: hidden;
  min-height: 420px;
}
/* Section Tin tức - Hiện đại & Sạch sẽ */


.right_tintuc {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  padding: 40px 30px;
  height: 100%;
  height: 719px !important;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
}

.title_tintuc {
  margin-bottom: 20px;
}


.title_tintuc h2::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, var(--main-color), #2ed573);
  border-radius: 2px;
}
.desc_tintucap1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 34px;
  color: rgb(40 24 13);
  margin: 10px 0 30px;
  border-radius: 12px;
  border-left: 3px solid var(--main-color);
  transition: all 0.3s ease;
}

.container-product {
  width: 100%;
}

/* News Big Card - Glassmorphism */
.news-big {
  display: block;
  background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 0px;
}
.gioithieu-section2--outisde {
  position: relative;
}


h3.news-big--title:HOVER {
  color: #ffffff;
}
h3.news-big--title {
  transition: all .3s;
}
.news-big--img {
  position: relative;
  overflow: hidden;
  min-height: 350px;
  border-radius: 20px 20px 0 0;
}

.news-big--img img {
  transition: transform 0.6s ease;
}

.news-big:hover .news-big--img img {
  transform: scale(1.05);
}

.news-big--title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
  line-height: 33px;
  padding-top: 25px;
}

.news-big--desc {
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  line-height: 1.7;
  margin: 0;
}

/* News Small Cards - Modern Grid */
.news-small {
  /* display: block;
  background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%; */
}

/* .news-small:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
  border-color: rgb(203 186 102);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%);
} */

.news-small--img {
  position: relative;
  overflow: hidden;
  min-height: auto;
  border-radius: 16px;
}

.news-small--img img {
  transition: transform 0.6s ease;
  width: 100%;
  height: 100%;
  box-shadow: 0 3px 3px #af9c83;
  object-fit: cover;
}
/* 
.news-small:hover .news-small--img img {
  transform: scale(1.1);
} */




/* Pagination */
.pagination-ajax {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.pagination-ajax a,
.pagination-ajax span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 15px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  color: rgba(255,255,255,0.7);
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pagination-ajax a:hover {
  background: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 991px) {
  .product-main-box {
    padding: 40px 15px;
  }
  .right_tintuc {
    padding: 30px 20px;
  }
  .title_tintuc h2 {
    font-size: 24px;
  }

}

@media (max-width: 767px) {
  .ul-tabs {
    justify-content: center;
  }
  .ul-tabs li {
    font-size: 11px;
    padding: 8px 14px;
  }
  .news-big--title {
    font-size: 18px;
  }
}

/* == TABS MODERN STYLING == */
.ul-tabs {
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  flex-wrap: wrap;
}


.items-list-product::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  background: linear-gradient(135deg, #ebffba 0%, #433b00 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.items-list-product:hover {
  color: #000000;
  border-color: #e5cbaf;
  background: #e5cbaf;
}

.items-list-product:hover::before {
  opacity: 0.15;
}

.items-list-product.active {
  color: #000000;
  border-color: #e5cbaf;
  background: #e5cbaf;
}


/* Responsive Tabs */
@media (max-width: 576px) {
  .ul-tabs {
    gap: 8px;
  }
  
  .items-list-product {
    padding: 8px 16px;
    font-size: 12px;
    border-radius: 20px;
  }
}

a.news-small2 {
  display: flex;
  align-items: center;
}
.news-small--content2 {
  width: 60%;
  margin-left: 20px;
}

.news-small--content2  .news-small--title {
  padding: 0px 0px;
}
.tienich-section0--page {
  height: 100%;
}
.tienich-box {
  z-index: 999999999;
}
.tienich-box-animate .tienich-item-animate {
  opacity: 0;
  transform: translate3d(90px, 0, 0);
  animation: tienichSlideInRight .85s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: var(--tienich-delay, 0s);
  will-change: transform, opacity;
}

@keyframes tienichSlideInRight {
  0% {
    opacity: 0;
    transform: translate3d(90px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.tienich-section1--page {
  height: 100%;
}.tienich-section2--page {
  height: 100%;
}.tienich-section3--page {
  height: 100%;
}.tienich-section4--page {
  height: 100%;
}.tienich-section5--page {
  height: 100%;
}.tienich-section6--page {
  height: 100%;
}.tienich-section7--page {
  height: 100%;
}.tienich-section8--page {
  height: 100%;
}.tienich-section9--page {
  height: 100%;
}.tienich-section10--page {
  height: 100%;
}
.tienich-section11--page {
  height: 100%;
}
.tienich-section12--page {
  height: 100%;
}
.newsletter-contain2.newsletter-contain3 {
    opacity: 1;
}


h2.news-header-title {
    font-family: Newsreader, sans-serif;
    font-weight: 300;
    font-size: 45px;
    margin-bottom: 0px;
    text-transform: capitalize;
    color: #fff;
    margin: 0 0 0;
    letter-spacing: -0.5px;
    position: relative;
    text-transform: uppercase;
    background: linear-gradient(82deg, rgb(255 222 113) 7%, rgb(255 238 180) 59%, rgb(236 194 62) 100%);
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 72px;
}
.gioithieu-section1--page {
  animation: unset !important;
}
.logotrang img {
  filter: invert(0%) sepia(50%) saturate(0%) hue-rotate(0deg) brightness(10000%) contrast(100%);
}
.logotrang2 img {
  filter: invert(0%) sepia(50%) saturate(0%) hue-rotate(0deg) brightness(10000%) contrast(100%);
}
.shine-effect {
    display: inline-block;
    color: #fff8e4;
    text-transform: uppercase;
    background: linear-gradient(to right, #3d6171 20%, #3d6171 35%, #dceaf1 48%, /* Vàng kim loại sáng (Gold) */ #3d6171 55%, /* Vàng đồng đậm trở lại để tạo khối */ #40606f 65%, #3e6071 80%);
    font-family: PlayfairDisplay-SemiBold;
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine-slow 15s linear infinite;
    letter-spacing: 3px;
    font-style: normal;
    font-size: 65px;
}
@keyframes shine-slow {
    0% {
        background-position: 200% center;
    }
    100% {
        background-position: -200% center;
    }
}
span.slogan-word h4 {
    margin-bottom: 0;
    font-style: normal;
    font-family: 'PTSerif-Regular';
    text-transform: uppercase;
    height: 73px;
    font-size: 38px;
    font-weight: normal !important;
    color: #2e4660;
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
}
span.slogan-word p {
    margin-bottom: 0;
    font-style: normal;
    font-family: 'PTSerif-Regular';
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: normal !important;
    margin-bottom: 11px;
    letter-spacing: -0.5px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    background: #937141;
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 80px;
    letter-spacing: 3px;
}
.slogan-word {
    display: inline-block;
    font-family: Newsreader, serif;
    font-weight: 300;
    color: #303030;
    letter-spacing: 0.5px;
    margin-top: 253px;
}
span.slogan-word h4:after {
    position: absolute;
    background: #2e4660;
    opacity: .3;
    width: 1px;
    height: 63px;
    right: 0;
    top: -5px;
    content: '';
    z-index: 999;
}
.slogan-line.slogan-line-1 span {
    margin-bottom: 0;
    font-style: normal;
font-family: 'PTSerif-Regular';    text-transform: uppercase;
    font-size: 22px;
    font-weight: normal !important;
    color: #2e4660;
    position: relative;
    top: -14px;
    letter-spacing: 3px;
}
#main-cube{position:fixed;width:100%;height:100%;top:0;z-index:999999999;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;}
#main-cube:after,
#main-cube:before {
    content: ' ';
    position: fixed;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fffbf5 ;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out
}
.tienich-section0--page:after {
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(205 163 129) 100%);
  content: '';
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 0;
  width: 30%;
  height: 100%;
}
#main-cube:after {
    right: 0;
    left: auto
}

#main-cube.show:after,
#main-cube.show:before {
    width: 0
}
.logo_phee img{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;display:flex;width:198px;height:180px !important;align-items:center;justify-content:center;z-index:2;animation:logoBreath 2.2s ease-in-out infinite;transform-origin:center center;}
.loading-css{display:none;}
@keyframes logoBreath{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.18);opacity:.88}}



/* ============================================
   MATBANG NEW LAYOUT - Mobile (templates_m)
   ============================================ */

/* Mat Bang Page - Warm Beige Theme */
:root {
    --mb-primary: #b8956e;
    --mb-dark: #b8956e;
    --mb-mid: #d4b896;
    --mb-light: #e8d1b3;
    --mb-bg-gradient: radial-gradient(circle, #faeede 0%, #e8d1b3 50%, #c9a07f 100%);
    --mb-text-light: #3d3027;
    --mb-text-muted: #6b5a4a;
}

/* Fix FullPage.js Section Scroll - Ngăn scroll nhảy lung tung */
#fullpage .fp-section {
    overflow: hidden !important;
    height: 100vh !important;
    position: relative !important;
}
#fullpage .section {
    overflow: hidden !important;
    height: 100vh !important;
}
#fullpage .fp-tableCell {
    height: 100vh !important;
    vertical-align: top !important;
}

/* Header */
.matbang-header {
  padding: 20px 15px 10px;
  text-align: center;
}
.matbang-breadcrumb {
  color: var(--mb-text-muted);
  font-size: 13px;
}
.matbang-page--title {
  font-size: 22px;
  font-weight: 600;
  color: var(--mb-text-light);
  margin: 0;
}
.matbang-section0--page, .matbang-section1--page, .matbang-section2--page {
  background: var(--mb-bg-gradient);
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4.5% 2% 0;
  box-sizing: border-box;
}
.matbang-gallery-item {
  OPACITY: 1 !IMPORTANT;
}


/* Glass Header - Modern Center Style */
.matbang--top {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 100;
  right: 0;
  margin: auto;
  display: inline-flex;
  justify-content: center;
}
.matbang-header-glass {
  background: linear-gradient(135deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.92) 100%);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  padding: 20px 40px;
  border-radius: 20px;
  box-shadow: 
    0 10px 40px rgba(184, 149, 110, 0.15),
    0 4px 20px rgba(0,0,0,0.05),
    inset 0 1px 0 rgba(255,255,255,1);
  border: 1px solid rgba(184, 149, 110, 0.2);
  text-align: center;
  min-width: 280px;
}
.matbang-header-glass::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--mb-dark), transparent);
  border-radius: 0 0 4px 4px;
}
.matbang-header-glass span {
  color: var(--mb-primary);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.matbang-header-glass span::before,
.matbang-header-glass span::after {
  content: '';
  width: 30px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--mb-primary));
}
.matbang-header-glass span::after {
  background: linear-gradient(90deg, var(--mb-primary), transparent);
}
.matbang-header-glass .matbang-page--title {
  color: var(--mb-text-light);
  font-size: 35px;
  font-weight: 700;
  margin: 8px 0 0;
  line-height: 1.2;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  font-family: 'PlayfairDisplay-SemiBold';
  letter-spacing: 5px;
}
.desc_pro p {
  margin-bottom: 0;
  padding-bottom: 10px;
}.desc_pro p {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.desc_pro {
  padding-bottom: 16px;
}
/* Content Grid */
.matbang-content-grid {
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.225);
  width: 80%;
  max-height: 80vh;
  background: rgb(255 255 255 / 10%);
  margin: 0 auto;
}
/* Image Column - Left 50% */
.matbang-image-col {
  flex: 0 0 78%;
  padding: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.matbang-main-image img:hover {
  cursor: pointer;
}
.matbang-main-image {
  width: 100%;
  height: 690px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
  position: relative;
}
.matbang-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.matbang-main-image:hover img {
  transform: scale(1.05);
}
.matbang-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(201,160,127,0.2) 0%, transparent 60%);
  pointer-events: none;
}
.matbang-image-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: linear-gradient(135deg, var(--mb-dark) 0%, var(--mb-primary) 100%);
  padding: 10px 18px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 15px rgba(184, 149, 110, 0.4);
}
.matbang-image-badge .badge-icon {
  color: #fff;
  font-size: 14px;
}
.matbang-image-badge .badge-text {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Info Column - Right 50% */
.matbang-info-col {
  flex: 0 0 22%;
  padding: 11px 11px 0;
  overflow: hidden;
  max-height: 80vh;
}
.matbang-info-header {
  margin-bottom: 10px;
}
.matbang-info-title {
  font-size: 23px;
  color: #2d4954;
  margin: 0 0 18px;
  padding-bottom: 2px;
  border-bottom: 2px solid var(--mb-dark);
  font-family: 'Montserrat';
  text-transform: uppercase;
  font-weight: bold;
}


/* Info Grid */
.matbang-info-grid {
  display: grid;
  gap: 8px;
  margin-bottom: 10px;
}
.matbang-info-item {
  background: #faf6f2;
  padding: 5px 10px;
  border-radius: 8px;
  border-left: 3px solid var(--mb-dark);
  display: flex;
  align-items: flex-start;
  gap: 8px;
  transition: 0.3s;
}
.matbang-info-item:hover {
  background: #f5efe8;
  transform: translateX(3px);
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
.matbang-info-item.matbang-info-highlight {
  /* background: #f0e8dc; */
  border-left-color: var(--mb-primary);
}
.matbang-info-item.matbang-info-full {
  grid-column: 1 / -1;
}
.info-item-icon {
  color: var(--mb-dark);
  font-size: 18px;
  width: 24px;
  text-align: center;
}
.info-item-content {
  flex: 1;
}
.matbang-info-label {
  display: block;
  font-size: 10px;
  color: var(--mb-text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 3px;
}
.matbang-info-value {
  display: block;
  font-size:15px;
  font-weight: bold;
  color: #2d4954;
}

/* Description */
.matbang-desc {
  font-size: 14px;
  color: var(--mb-text-muted);
  line-height: 1.5;
  margin-bottom: 13px;
  padding: 9px;
  background: #faf6f2;
  border-radius: 8px;
  position: relative;
}
.matbang-desc .desc-icon {
  color: var(--mb-dark);
  font-size: 16px;
  margin-bottom: 5px;
}

/* Products Section */
.matbang-products {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #be9f77;
}
.matbang-products-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--mb-text-light);
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.matbang-products-title .title-icon {
  color: var(--mb-dark);
  font-size: 16px;
}

/* Tabs */
.matbang-tabs-wrapper {
  margin-bottom: 0px;
}
.matbang-tabs-wrapper .nav-tabs {
  border: none;
  gap: 5px;
  background: #f5efe8;
  padding: 4px;
  border-radius: 8px;
}
.matbang-tabs-wrapper .nav-item {
  flex: 1;
}
.desc-icon i {
  font-size: 28px;
  font-weight: bold;
}
.matbang-tabs-wrapper .nav-link {
  border: none;
  background: transparent;
  width: 100%;
  color: var(--mb-text-muted);
  padding: 6px 3px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  transition: 0.3s;
}
.matbang-tabs-wrapper .nav-link .tab-icon {
  font-size: 12px;
}
.matbang-tabs-wrapper .nav-link:hover {
  color: var(--mb-text-light);
  background: #e8d1b3;
}
.matbang-tabs-wrapper .nav-link.active {
  background: var(--mb-dark);
  color: #fff;
}

/* Products List */
.matbang-products-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 35vh;
  overflow-y: auto;
}
.matbang-product-item {
  display: flex;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s;
  border: 1px solid #e8d1b3;
}
.matbang-product-item:hover {
  border-color: var(--mb-primary);
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
.matbang-product-thumb {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.matbang-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.matbang-product-item:hover .matbang-product-thumb img {
  transform: scale(1.1);
}
.product-thumb-overlay {
  position: absolute;
  inset: 0;
  background: rgba(201,160,127,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s;
}
.matbang-product-thumb:hover .product-thumb-overlay {
  opacity: 1;
}
.product-thumb-overlay .overlay-icon {
  color: #fff;
  font-size: 16px;
}
.matbang-product-info {
  padding: 8px 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.matbang-product-info h4 {
  font-size: 13px;
  font-weight: 600;
  color: var(--mb-text-light);
  margin: 0 0 3px;
}
.product-info-header {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 3px;
}
.product-badge {
  background: var(--mb-dark);
  color: #fff;
  font-size: 8px;
  padding: 2px 6px;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.matbang-product-info p {
  font-size: 10px;
  color: var(--mb-text-muted);
  margin: 0 0 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}
.matbang-product-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  background: var(--mb-dark);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  border-radius: 15px;
  text-decoration: none;
  transition: 0.3s;
  align-self: flex-start;
}
.matbang-product-btn:hover {
  background: var(--mb-primary);
  color: #fff;
  transform: translateX(3px);
}
.matbang-product-btn i {
  font-size: 9px;
  transition: 0.3s;
}
.matbang-product-btn:hover i {
  transform: translateX(3px);
}
.matbang-thongtin-content {
  margin-top: 15px;
}
/* Playout Gallery - Horizontal Scroll */
.matbang-playout-gallery.scroll-x {
  display: flex;
  overflow-x: auto;
  gap: 12px;
  padding-bottom: 15px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.matbang-playout-gallery.scroll-x::-webkit-scrollbar {
  height: 6px;
}
.matbang-playout-gallery.scroll-x::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.matbang-playout-gallery.scroll-x::-webkit-scrollbar-thumb {
  background: var(--mb-dark);
  border-radius: 3px;
}
.matbang-playout-gallery.scroll-x .matbang-playout-item {
  flex: 0 0 300px;
  scroll-snap-align: start;
}
.matbang-playout-item {
  position: relative;
  border-radius: 8px;
}
.matbang-playout-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

/* Nha Mau Gallery Style */
.matbang-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-height: 40vh;
  overflow-y: auto;
  padding: 4px;
}
.matbang-gallery-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease;
}

.matbang-gallery-item .gallery-img-wrap {
  position: relative;
  overflow: hidden;
}
.matbang-gallery-item .gallery-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.matbang-gallery-item:hover .gallery-img-wrap img {
  transform: scale(1.08);
}
.matbang-gallery-item .gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(184,149,110,0.7) 0%, rgba(0,0,0,0.4) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.matbang-playout-gallery {
  padding-top: 15px;
}
.matbang-gallery-item:hover .gallery-overlay {
  opacity: 1;
}
.matbang-gallery-item .gallery-icon {
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
.matbang-gallery-item:hover .gallery-icon {
  transform: scale(1);
}
.matbang-gallery-item .gallery-icon i {
  font-size: 20px;
  color: var(--mb-dark);
}
.matbang-gallery-item .matbang-gallery-caption {
  padding: 12px;
  background: #fff;
}
.matbang-gallery-item .matbang-gallery-caption h4 {
  font-size: 13px;
  font-weight: 600;
  color: var(--mb-text-light);
  margin: 0 0 8px;
  line-height: 1.3;
}
.matbang-gallery-item .gallery-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 600;
  color: var(--mb-primary);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.matbang-gallery-item .gallery-link:hover {
  color: var(--mb-dark);
  gap: 10px;
}
.matbang-gallery-item .gallery-link i {
  font-size: 10px;
  transition: transform 0.3s ease;
}
.matbang-gallery-item .gallery-link:hover i {
  transform: translateX(3px);
}

/* Gallery Slider Style */
.matbang-gallery-slick {
  max-height: 45vh;
  overflow: visible;
  padding: 14px 30px 0;
}
.matbang-gallery-slick .slick-track {
  margin-left: 0;
}
.matbang-gallery-slick .matbang-gallery-item {
  padding: 0px 0;
  margin-bottom: 0;
  margin: 0 5px;
  border: 1px solid #e7e7e7;
}
.matbang-gallery-slick .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
  height: 27px;
  background: rgba(255,255,255,0.9);
  border: none;
  border-radius: 50%;
  box-shadow: 0 3px 15px rgba(0,0,0,0.15);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.matbang-gallery-slick .slick-arrow:hover {
  background: var(--mb-dark);
}
.matbang-gallery-slick .slick-arrow.slick-prev {
  left: -5px;
}
.matbang-gallery-slick .slick-arrow.slick-next {
  right: -5px;
}
.matbang-gallery-slick .slick-arrow::before {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  font-size: 14px;
  color: #333;
}
.matbang-gallery-slick .slick-arrow:hover::before {
  color: #fff;
}
.matbang-gallery-slick .slick-prev::before {
  content: '\f104';
}
.matbang-gallery-slick .slick-next::before {
  content: '\f105';
}
.matbang-gallery-slider .owl-nav {
  margin-top: 0;
}
.matbang-gallery-slider .owl-nav button.owl-prev,
.matbang-gallery-slider .owl-nav button.owl-next {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.9) !important;
  border-radius: 50% !important;
  box-shadow: 0 3px 15px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.matbang-gallery-slider .owl-nav button.owl-prev:hover,
.matbang-gallery-slider .owl-nav button.owl-next:hover {
  background: var(--mb-dark) !important;
}
.matbang-gallery-slider .owl-nav button.owl-prev:hover svg polyline,
.matbang-gallery-slider .owl-nav button.owl-next:hover svg polyline {
  stroke: #fff;
}
.matbang-gallery-slider .owl-nav button.owl-prev {
  left: -18px;
}
.matbang-gallery-slider .owl-nav button.owl-next {
  right: -18px;
}
.matbang-gallery-slider .owl-nav button.owl-prev svg,
.matbang-gallery-slider .owl-nav button.owl-next svg {
  width: 12px;
  height: 12px;
}

.matbang-playout-item:hover img {
  transform: scale(1.1);
}
.playout-overlay {
  position: absolute;
  inset: 0;
  background: rgba(201,160,127,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s;
}
.matbang-playout-item:hover .playout-overlay {
  opacity: 1;
}
.playout-zoom {
  color: #fff;
  font-size: 24px;
}
.matbang-playout-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(184, 149, 110, 0.9);
  color: #fff;
  font-size: 16px;
  padding: 6px 10px;
  text-align: center;
}

/* Playout Slick Slider Style */
.matbang-playout-slick {
  overflow: hidden;
  height: 263px;
  padding: 10px 0px 0;
  position: relative;
}
.matbang-playout-slick .slick-track {
  margin-left: 0;
}
.matbang-playout-slick .matbang-playout-item {
  margin: 0 5px;
  position: relative;
  border-radius: 11px;
  overflow: hidden;
}

.playout-img-wrap {
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}
.matbang-playout-slick .playout-overlay {
  position: absolute;
  inset: 0;
  background: rgba(201,160,127,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s;
}
.matbang-playout-slick .matbang-playout-item:hover .playout-overlay {
  opacity: 1;
}
.matbang-playout-slick .playout-icon {
  color: #fff;
  font-size: 24px;
}
.matbang-playout-slick .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
  height: 27px;
  background: rgba(255,255,255,0.9);
  border: none;
  border-radius: 50%;
  box-shadow: 0 3px 15px rgba(0,0,0,0.15);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.matbang-playout-slick .slick-arrow:hover {
  background: var(--mb-dark);
}
.matbang-playout-slick .slick-arrow.slick-prev {
  left: 15px;
}
.matbang-playout-slick .slick-arrow.slick-next {
  right: 15px;
}
.matbang-playout-slick .slick-arrow::before {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  font-size: 14px;
  color: #333;
}
.matbang-playout-slick .slick-arrow:hover::before {
  color: #fff;
}
.matbang-playout-slick .slick-prev::before {
  content: '\f104';
}
.matbang-playout-slick .slick-next::before {
  content: '\f105';
}

/* Gallery Slick Slider Style */
.matbang-gallery-slick {
  max-height: 45vh;
  overflow: visible;
  padding: 14px 30px 0;
}
.matbang-gallery-slick .slick-track {
  margin-left: 0;
  display: flex !important;
}
.matbang-gallery-slick .matbang-gallery-item {
  margin: 0 5px;
  border: 1px solid #e7e7e7;
  display: flex !important;
  flex-direction: column;
}
.matbang-gallery-slick .gallery-img-wrap {
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}
.matbang-gallery-slick .gallery-img-wrap img {
  transition: transform 0.3s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.matbang-gallery-slick .matbang-gallery-item:hover img {
  transform: scale(1.1);
}
.matbang-gallery-slick .gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(201,160,127,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s;
}
.matbang-gallery-slick .matbang-gallery-item:hover .gallery-overlay {
  opacity: 1;
}
.matbang-gallery-slick .gallery-icon {
  color: #fff;
  font-size: 24px;
}
.matbang-gallery-slick .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
  height: 27px;
  background: rgba(255,255,255,0.9);
  border: none;
  border-radius: 50%;
  box-shadow: 0 3px 15px rgba(0,0,0,0.15);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.matbang-gallery-slick .slick-arrow:hover {
  background: var(--mb-dark);
}
.matbang-gallery-slick .slick-arrow.slick-prev {
  left: -5px;
}
.matbang-gallery-slick .slick-arrow.slick-next {
  right: -5px;
}
.matbang-gallery-slick .slick-arrow::before {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  font-size: 14px;
  color: #333;
}
.matbang-gallery-slick .slick-arrow:hover::before {
  color: #fff;
}
.matbang-gallery-slick .slick-prev::before {
  content: '\f104';
}
.matbang-gallery-slick .slick-next::before {
  content: '\f105';
}

/* Multiple Items Slick (Gallery) */
.multiple-items {
  padding: 10px 0 0;
}
.multiple-items .slick-track {
  margin-left: 0;
  display: flex !important;
}
.multiple-items .matbang-gallery-item {
  margin: 0 5px 8px;
  display: flex !important;
  flex-direction: column;
  box-shadow: 0 2px 3px #d1bdaa;
}
.multiple-items .gallery-img-wrap {
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}
.multiple-items .gallery-img-wrap img {
  transition: transform 0.3s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.multiple-items .matbang-gallery-item:hover img {
  transform: scale(1.1);
}
.multiple-items .gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(201,160,127,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s;
}
.multiple-items .matbang-gallery-item:hover .gallery-overlay {
  opacity: 1;
}
.multiple-items .gallery-icon {
  color: #fff;
  font-size: 24px;
}
.multiple-items .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
  height: 27px;
  background: rgba(255,255,255,0.9);
  border: none;
  border-radius: 50%;
  box-shadow: 0 3px 15px rgba(0,0,0,0.15);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.multiple-items .slick-arrow:hover {
  background: var(--mb-dark);
}
.multiple-items .slick-arrow:hover::before {
  color: #fff;
}
.multiple-items .slick-arrow::before {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  font-size: 14px;
  color: #333;
}
.multiple-items .slick-prev {
  left: 15px;
}
.multiple-items .slick-prev::before {
  content: '\f104';
}
.multiple-items .slick-next {
  right: 15px;
}
.multiple-items .slick-next::before {
  content: '\f105';
}
.multiple-items .matbang-gallery-caption {
  padding: 12px;
  background: #fff;
  border-top: 1px solid #e7e7e7;
}
.multiple-items .matbang-gallery-caption h4 {
  font-size: 14px;
  margin: 0 0 8px;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
}
.multiple-items .gallery-link {
  font-size: 12px;
  color: #c9a07f;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: color 0.3s;
}
.multiple-items .gallery-link:hover {
  color: var(--mb-dark);
}

/* Thong tin content */
.matbang-thongtin-content {
  color: var(--mb-text-muted);
  font-size: 14px;
  line-height: 1.7;
  padding: 16px;
  background: #faf6f2;
  border-radius: 10px;
  box-shadow: 0 2px 7px #d1bdaa;
}

/* Empty State */
.matbang-empty {
  display: flex;
  margin-top: -7px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
}
.matbang-empty .empty-icon {
  font-size: 40px;
  color: var(--mb-dark);
  margin-bottom: 10px;
  opacity: 0.5;
}
.matbang-empty span {
  color: var(--mb-text-muted);
  font-size: 13px;
}


/* ===== Page Mat Bang Entrance Animation ===== */
.matbang--top,
.matbang-image-col,
.matbang-info-col,
.matbang-info-header,
.matbang-info-grid .matbang-info-item,
.matbang-desc,
.matbang-products {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.matbang--top.animate-in,
.matbang-image-col.animate-in,
.matbang-info-col.animate-in,
.matbang-info-header.animate-in,
.matbang-desc.animate-in,
.matbang-products.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.matbang-info-grid .matbang-info-item.animate-in {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered animation delay */
.matbang--top { transition-delay: 0.1s; }
.matbang-image-col { transition-delay: 0.2s; }
.matbang-info-col { transition-delay: 0.3s; }
.matbang-info-header { transition-delay: 0.4s; }
.matbang-info-grid .matbang-info-item:nth-child(1) { transition-delay: 0.5s; }
.matbang-info-grid .matbang-info-item:nth-child(2) { transition-delay: 0.55s; }
.matbang-info-grid .matbang-info-item:nth-child(3) { transition-delay: 0.6s; }
.matbang-info-grid .matbang-info-item:nth-child(4) { transition-delay: 0.65s; }
.matbang-info-grid .matbang-info-item:nth-child(5) { transition-delay: 0.7s; }
.matbang-desc { transition-delay: 0.75s; }
.matbang-products { transition-delay: 0.85s; }

/* Gallery items animation */
.matbang-gallery-item,
.matbang-playout-item {
  opacity: 0;
  transform: translateY(20px) scale(0.95);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.matbang-gallery-item.animate-in,
.matbang-playout-item.animate-in {
  opacity: 1;
  transform: translateY(0) scale(1);
}
div#section1 {
    background: url(../images/bg_home.png) no-repeat;
    background-size: 100% 100%;
}
/* Responsive */
@media (max-width: 768px) {
  .matbang--top,
  .matbang-image-col,
  .matbang-info-col,
  .matbang-info-header,
  .matbang-info-grid .matbang-info-item,
  .matbang-desc,
  .matbang-products {
    transform: translateY(15px);
  }
}


.menuratrangtrong ul li {
  margin-bottom: 25px !important;
}



.footer-contain_contact {
    padding-bottom: 0 !important;
}
.box_slogan {
    font-family: FzBonestay;
    color: #c48c34;
    font-size: 52px;
    line-height: 64px;
    margin-top: 54px;
    background: url(../images/line_home.png) center top no-repeat;
    padding-top: 52px;
}
@media (max-width: 1440px) {
  .footer-contain--bottom h3 {
    font-size: 33px;


}
.shine-effect {
  display: inline-block;
  color: #fff8e4;
  text-transform: uppercase;
  background: linear-gradient(to right, #3d6171 20%, #3d6171 35%, #dceaf1 48%, /* Vàng kim loại sáng (Gold) */ #3d6171 55%, /* Vàng đồng đậm trở lại để tạo khối */ #40606f 65%, #3e6071 80%);
  font-family: PlayfairDisplay-SemiBold;
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine-slow 15s linear infinite;
  letter-spacing: 3px;
  font-style: normal;
  font-size: 52px;
}
.box_slogan {
  font-family: SVN-HousttelySignature-Regular;
  color: #c48c34;
  font-size: 30px;
  line-height: 61px;
  margin-top: 21px;
  background: url(../images/line_home.png) center top no-repeat;
  padding-top: 58px;
}
.slogan-section1 {
  position: absolute;
  height: auto;
  bottom: 14vh;
}
.tienich-section0--page {
    height: 100%;
    min-width: 1440px;
}
.footer-info {
  margin-top: 13px;
  padding-top: 15px;
  font-size: 12px;
  position: relative;
}
  .slogan-section1 h2 {
    margin-bottom: 0px ;
    font-size: 45px;
  }
  .slogan-word {
    margin-top: 140px;
}
  span.slogan-word p {
    font-size: 41px;
    line-height: 80px;
}
.slogan-line.slogan-line-1 span {
  font-size: 25px;
}
.vitri-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 6;
}
.vitri-section4--contain h2 {
    font-size: 68px;
}
.tienich-section5--outside h2 {
    font-size: 60px;
}
.tienich-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 6;
}
.logo-section1:after {
display: none;
}
.logo-section1:before {
display: none;
}
.slogan-section1 h2 {
  margin-bottom: 5px ;
}
.title_tintuc h2 {
    font-size: 40px;
}
.left_tintuc {
    min-height: auto;
}
.news-small--title {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 11px;
}
.news-small {
    padding: 9px;
}.product-main-box {
    width: 80%;
    margin: auto;
    padding:3% 0;
}
.right_tintuc {
    height: 659px !important;

}
.items-list-product {
    padding: 9px 8px;
    font-size: 11px;
}
  .left_tintuc {
    min-height: auto;
    height: auto !important;
  }
  .fp-completely.section .gioithieu-section1--contain .content-page {
    line-height: 34px;
    font-size: 15px;
    font-style: italic;
}
.gioithieu-section1--contain {
    width: 40vw;
    max-width: 40rem;
    position: absolute;
    top: 5rem;
    right: 6rem;
    z-index: 90;
}
.gioithieu-page--title {
    margin-bottom: 15px;
    font-size: 71px;
    color: #fff;
}
.img-gioiThieu23 {
    width: min(594px, 100%);
}
.fp-completely.section .gioithieu-section2--contain .content-page {
    line-height: 51px;
    font-size: 20px;
}
.fp-completely.section .gioithieu-section3--contain .content-page {
    font-family: 'Montserrat';
    line-height: 37px;
    font-size: 21px;
    font-style: italic;
    margin-left: 10px;
}
.gioithieu-page--title {
    font-size: 65px;
}
.main-menu ul li a h3 {
    font-size: 24px !important;
    line-height: 46px !important;
    margin-bottom: 0;
    padding: 3px 0 !important;
}
.main-menu {
    top: 3vw;
}
.vitri-page--title {
    font-size: 58px;
}
.fp-completely.section .content-page {
    font-size: 16px;
    line-height: 28px;
}
.khonggian-title-wrapper h2 {
    font-size: 35px;
}
.vitri-section3--page .r_tt {
    width: 75%;
    margin: auto;
}
.slick-photo-prev{
  display: none !important;
}
.slick-photo-next{
  display: none !important;
}
.video-arrow{
  display: none !important;
}
.vitri-section3--page .tienich-overlay-content h3 {
    font-size: 16px;
    margin: 0;
    text-align: center;
    line-height: 29px;
}
span.news-header-subtitle {
    display: none;
}
.news-header-desc {
    display: none;
}
.news-tab-item {
    padding: 6px 20px;
    font-size: 11px;
}
.news-page-header {
    margin-bottom: 15px;
}
.news-content-grid {
    width: 70%;
    margin: auto;
}
.page-tiendo--contain {
    width: 50vw;
    max-width: 50rem;

}
.footer-contain {
    padding-bottom: 1vh;
    z-index: 3;
}
.img-gioiThieu2 {
    width: min(259px, 100%);
}
.copyright {
    left: 3rem;
}
.logo-section1.opacity-0 {
    position: relative;
    z-index: 9999;
}
.main-menu ul li a h3 {
  font-size: 24px !important;
  line-height: 46px !important;
  margin-bottom: 0;
  padding: 3px 0 !important;
  margin: 4px 0;
}
.tienich-section5---background:before {
  position: absolute;
  background: url(../images/text-facilities.png) no-repeat;
  content: '';
  background-size: 100% 100%;
  width: 500px;
  height: 200px;
  bottom: 16%;
  left: 3%;
  filter: invert(0%) sepia(50%) saturate(0%) hue-rotate(0deg) brightness(10000%) contrast(100%);
  opacity: 0.1;
}
.imgLienKetVung {
  max-width: 200px;
  position: absolute;
  right: 49px;
  top: 58%;
  transform: translateY(-50%);
  z-index: 2;
}
.dot-region:nth-child(1) {
  top: 45%;
  right: 41%;
}
.text-region {
  padding: 10px 20px 10px 15px;
}
.text-region strong {
  text-transform: uppercase;
  font-size: 10px;
}
.minute {
  display: flex;
  width: 65PX;
  height: 65PX;
}
.minute strong {
  font-size: 26px;
  margin-bottom: 4px;
}
}
h2.vitri-page--title {
    margin-bottom: 16px !important;
    color: #3f6171 !important;
}
.flex_title {
    justify-content: center;
}

.flex_title h3 {
    font-family: 'Montserrat';
    font-size: 20px;
    color: #3f6071;
    margin: 10px 20px;
}
.flex_title h3 {
    position: relative;
}
.flex_title {
    justify-content: center;
    margin-left: -20px;
}
.flex_title h3:after {
      position: absolute;
    background: #d5bd98;
    width: 1px;
    height: 48px;
    top: -4px;
    right: -19px;
    content: '';
}
.flex_title h3:last-child:after {
    display: none;
}
.gioithieu-section2--page {
    height: 102vh;
    background: #e5c8a5 !important;
}
.gioithieu-section3--page {
    background: #e5c8a5 !important;
}
.vitri-section4---background.position-relative:After {
    position: absolute;
    background: url(../images/nen_map.png) no-repeat;
    background-size: 100% 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
}
.div_map2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100vh !important;
}

.div_map2 img {
    height: 100vh;
}
.photo_gif2 {
    width: 100%;
}

.photo_gif2 {
    position: relative;
}

h3.txt_1 {
    font-size: 33px !important;
    font-family: 'PlayfairDisplay-SemiBold' !important;
        margin: 10px 15px !important;
}