@charset "UTF-8"; /* Set the encoding of the style sheet to Unicode UTF-8 */
/* Fonts */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
   font-family: 'UTMImpact';
   src: url('../fonts/UTMImpact.woff2') format('woff2');
   font-weight: 400;
   font-style: normal;
}

@font-face {
   font-family: 'UTMYenTu';
   src: url('../fonts/UTMYenTu.woff2') format('woff2');
   font-weight: 400;
   font-style: normal;
}


:root {
   --color-main: #E3C384;
   --color-social: #E3C384;
   --color-hover: #FCAF17;
   --color-text: #E3C384;
}

body {
   font-size: 14px;
   line-height: 1.5;
   font-family: "Montserrat", sans-serif;
   color: #000;
}

.max-width,
.wrap-content {
   width: calc(100% - 30px);
   max-width: 1300px;
   margin: 0px auto;
}

img {
   max-width: 100%;
   display: initial;
}

p{
   margin-bottom: 0;
}
* {
   box-sizing: border-box;
}

a {
   text-decoration: none;
}

.content-main p{
   margin-bottom: revert;
}
.content-main iframe {
   max-width: 100% !important;
}

.content-main img {
   height: auto !important;
}

.content-main * {
   max-width: 100% !important;
}

.content-main table {
   display: block;
   overflow-y: auto;
}
.content-main table td{
    border-width: initial;
    border-color: initial;
    border-style: inset;
}
.content-main ul li {
   margin-bottom: 0.75rem;
   list-style-type: disc;
}

.content-main ol li {
   margin-bottom: 0.75rem;
   list-style-type: decimal;
}

.content-main ul,
.content-main ol {
   list-style: initial;
}

.content-main img {
   margin: auto;
}

h3 a:hover {
   color: var(--color-hover);
}

.title-main,
.title-detail {
   position: relative;
   text-align: center;
   margin-bottom: 30px;
}

.title-main h2,
.title-detail h1 {
   font-size: 42px;
   font-weight: 600;
   line-height: normal; /* 42.857% */
   text-transform: uppercase;
   margin-bottom: 0;
}
.title-main .slogan {
}

.page-link {
   color: var(--color-main);
}

.page-item.active .page-link {
   background-color: var(--color-main);
   border-color: var(--color-main);
}
.social-title {
}
.social {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   gap: 10px 5px;
}
.social p{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.footer-ul {
   padding-left: 0;
   list-style: none;
}

.footer-ul li {
   margin-bottom: 15px;
}

.footer-ul li a {
   color: #fff;
   font-size: 13px;
   font-weight: 500;
}

.footer-ul li a:hover {
   color: var(--color-hover);
}

.social-plugin {
   display: flex;
   margin-top: 10px;
}

/* .scale-img {
   overflow: hidden;
}
.scale-img img, .scale-img picture {
   transition: all 0.5s;
}

.scale-img:hover > img, .scale-img:hover > picture {
   transform: scale(1.2, 1.2);
} */

.scale-img {
   position: relative;
   width: 100%;
}

.scale-img::before {
   bottom: 0;
   content: "";
   left: 0;
   position: absolute;
   right: 0;
   top: 0;
   -webkit-transition: all 0.8s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
   -o-transition: all 0.8s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
   transition: all 0.8s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
   z-index: 1;
   border: 100px double rgba(0, 0, 0, 0);
   border-radius: inherit;
   opacity: 1;
   filter: alpha(opacity=100);
   visibility: visible;
   box-sizing: border-box;
}

.scale-img img {
   transform: unset !important;
}

.scale-img:hover::before {
   opacity: 0;
   filter: alpha(opacity=0);
   border: 0 double rgba(255, 255, 255, 0.7);
   visibility: hidden;
}

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

/* Transition All */

/* Transition All */
.transition, .btn-frame .kenit-alo-circle-fill, .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, .support-online .kenit-alo-circle-fill {
    transition: 0.3s all;
}

.btn-frame {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    z-index: 10;
    cursor: pointer;
}

.btn-frame i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1182fc;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-frame i img {
    vertical-align: middle;
}

.btn-frame .animated.infinite {
    animation-iteration-count: infinite;
}

.btn-frame .kenit-alo-circle {
    width: 60px;
    height: 60px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(7, 41, 103, 0.8);
    opacity: 0.1;
    border-color: #1182fc;
    opacity: 0.5;
}

.btn-frame .zoomIn {
    animation-name: zoomIn;
}

.btn-frame .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.btn-frame .kenit-alo-circle-fill {
    width: 70px;
    height: 70px;
    top: -10px;
    right: -10px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: rgba(7, 41, 103, 0.35);
    opacity: 0.4;
}

.btn-frame .pulse {
    animation-name: pulse;
}

@media (min-width: 1025px) {
}

/* slideshow */
.slideshow {
   position: relative;
}

.slideshow-item{
    position: relative;
}
.slideshow-pic{}
.slideshow-info{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 750px;
    z-index: 3;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}
.slideshow-name{
    margin-bottom: 0;
}

.slideshow-name span {
    font-size: 60px;
    font-weight: bold;
    line-height: normal;
    @keyframes scaleLarge {
  0% {
    opacity: 0;
    transform: scale(2);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
};
}
.slideshow-desc{}
.slideshow-desc span{
    font-size: 18px;
    font-weight: 500;
}
.slideshow-btn{
    background: #DDB769;
    background: #fcbe4d;
    padding: 16px 65px;
    border-radius: 100px;
}
.slideshow-btn span{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    line-height: normal;
}


.slideshow .swiper-slide-active .slideshow-name {
  animation: fadeInUp;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

.slideshow .swiper-slide-active .slideshow-desc {
  animation: fadeInUp;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

.slideshow .swiper-slide-active .slideshow-btn {
  animation: scaleLarge;
  animation-duration: 1s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}
.opacity-0{
   opacity: 0;
}
/* Search */
.search {
   width: 50%;
   background: #fff;
   position: relative;
   border-radius: 10px;
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.search input {
}

.search input:focus {
   border: none;
   box-shadow: none;
}

.search label {
}

.search label i {
}

/* Mmenu */
.offcanvas-body {
   flex-grow: 1;
   padding: 1rem 1rem;
   overflow: scroll;
}

.offcanvas-body::-webkit-scrollbar {
   width: 4px;
   height: 4px;
   transition: all 1s;
}

.offcanvas-body::-webkit-scrollbar-thumb {
   background-color:#FCAF17;
   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: 20px;
   top: 20px;
}

.menu-mobile ul {
   padding: 0px;
   list-style: none;
}

.menu-mobile ul li {
   position: relative;
}

.menu-mobile ul li > span i {
   transition: transform 0.3s ease;
   /* Adjust duration and easing as needed */
}

/* .menu-mobile ul li:last-child a{
   border-bottom: none;
} */
.menu-mobile ul li a {
   display: block;
   padding-right: 30px;
   color: #333;
   font-size: 15px;
   padding: 10px 0px;
   border-bottom: 1px solid #f1f1f1;
}

.menu-mobile ul li a i {
   margin-right: 10px;
}

.menu-mobile ul li li a {
   font-weight: normal;
}

.menu-mobile ul li a:hover {
   color: #f00;
}

.menu-mobile ul li .scroll {
   position: absolute;
   right: 0px;
   top: 9px;
   background: #FCAF17;
   font-size: 17px;
   line-height: 18px;
   height: 25px;
   color: #fff;
   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(--color-main);
}

.menu-mobile ul li ul {
   padding-left: 10px;
}

.company {
   border-bottom: 1px solid #f1f1f1;
   padding-bottom: 10px;
}

.company p {
   margin-bottom: 5px;
   font-size: 13px;
}

.company p span {
   color: #FCAF17;
}

.search-menu {
   width: 100%;
   position: relative;
   margin: 10px 0px;
}

.search-menu input {
   width: 100%;
   background: #f5f5fa;
   border: 1px solid #f1f1f1;
   height: 40px !important;
   font-size: 13px;
}

.search-menu p {
   position: absolute;
   right: 10px;
   bottom: 8px;
}

/* Menu */
#menu {
   display: none;
}

#hamburger {
   display: none;
   width: 35px;
   height: 23px;
   position: relative;
   cursor: pointer;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
   background: #FCAF17;
   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;
   -webkit-transition-property: top, bottom, left, opacity, -webkit-transform;
   transition-property: top, bottom, left, opacity, -webkit-transform;
   transition-property: transform, top, bottom, left, opacity;
   transition-property: transform, top, bottom, left, opacity, -webkit-transform;
}

/* Menu-wrapper */
.fix_menu {
   position: fixed !important;
   box-shadow: 0 0 1px #999;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 999;
}

.menu-wrapper {
   background: #fff;
   padding: 5px 0px;
}

.menu-wrapper.fix_menu {
    padding: 5px 0px;
}

.menu-wrapper .wrap-content {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: center;
   position: relative;
}


.menu_category-box{
    position: relative;
    width: 270px;
}

.menu_category-box:hover .menu_category-pos {
    margin: 0;
    opacity: 1;
    visibility: visible;
    transition: all .4s ease;
}

.menu_category-box .menu_sanpham-wrapper {
    border-radius: 0 !important;
    padding: 5px !important;
}

.menu_category-box .menu_sanpham-title {
    display: none !important;
}

.menu_category-box .menu_sanpham-list{
   max-height:555px;
   overflow:auto;
}
.menu_category-title{
    margin: 0;
    line-height: normal;
    height: 50px;
    background: #E6DE0C;
    font-size: 15px;
    font-family: 'BT-BeauSans-ExtraBold';
    text-transform: uppercase;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.menu_category-pos{
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 9;
    margin-left: -60px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
}

nav.menu {
   position: relative;
   z-index: 99;
   width: 59.2307692308%;
}

.fix_menu nav.menu {
}

.menu .wrap-content {
   position: relative;
}

.menu .ulmn {
}

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

.menu ul li {
   position: relative;
   z-index: 99;
}

.menu ul.ulmn > li {
}

.menu ul li.line {
   width: 1px;
   height: 15px;
   background-color: rgba(255, 255, 255, 0.5);
   flex: none;
}

.menu ul li a {
   font-size: 18px;
   font-weight: 600;
   color: #000;
   margin: 0px;
   padding: 0;
   border: 1px solid transparent;
   position: relative;
   z-index: 1;
   text-align: center;
   text-decoration: none !important;
   display: block;
   text-transform: uppercase;
   transition: all 0.4s ease;
   line-height: 35px;
}

.menu ul li a img {
   vertical-align: middle;
}

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

.menu ul li ul {
   position: absolute;
   min-width: 250px;
   left: 0;
   background: #fff;
   box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.3);
   -webkit-transform: perspective(600px) rotateX(-90deg);
   transform: perspective(600px) rotateX(-90deg);
   -webkit-transform-origin: 0 0 0;
   transform-origin: 0 0 0;
   opacity: 0;
   visibility: hidden;
   transition: all 0.5s;
}

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

.menu ul li ul li {
   text-align: left;
   border-bottom: 1px solid rgb(173 173 173 / 32%);
}

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

.menu ul li ul li a {
   font-size: 14px;
   padding: 10px;
   display: block;
   text-decoration: none !important;
   line-height: 20px;
   text-align: left;
   font-weight: 500;
   text-transform: capitalize;
   color: #333;
}

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

.menu ul li ul li a:before {
   position: absolute;
   content: "";
   top: 50%;
   left: 0;
   width: 0;
   height: 1px;
   background: #fed402;
   transition: all 0.3s linear;
   -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
   -o-transition: all 0.3s linear;
   -ms-transition: all 0.3s linear;
   visibility: hidden;
   opacity: 0;
}

.menu ul li ul li a:hover:before,
.menu ul li ul li > a.active:before {
   left: 0;
   visibility: visible;
   opacity: 1;
   width: 30px;
}

.menu ul li ul li a:hover {
   padding-left: 40px;
}

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

.share b {
   display: block;
   margin-bottom: 5px;
}

/* Toc */
.box-readmore {
   padding: 8px 15px;
   border: 1px solid var(--color-main);
   margin-bottom: 2rem;
   border-radius: 5px;
   background: var(--color-main);
   color: #fff;
}

.tt-toc {
   position: relative;
   font-size: 18px;
   text-transform: uppercase;
   display: flex;
   justify-content: space-between;
   align-items: center;
   cursor: pointer;
   color: #fff;
}

.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;
   display: none;
}

.box-readmore ul li {
   display: table;
   counter-increment: item;
   margin-bottom: 5px;
}

.box-readmore ul li:before {
   content: counters(item, ".") ". ";
   display: table-cell;
   padding-right: 5px;
}

.box-readmore ul li a {
   color: #333333;
   cursor: pointer;
   font-weight: 600;
}

.box-readmore ul li a:hover {
   color: #767676;
}

/* Footer */
footer {
   padding: 80px 0px 40px 0px;
   overflow: hidden;
   background: #232122;
   color: #fff;
}

.footer-wrapper .wrap-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-info {
}

.footer-info .wrap-content {
}

.footer-info .footer-flex {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   gap: 20px;
}

.footer-title {
   font-size: 16px;
   font-weight:bold;
   color:#fff;
   text-transform:uppercase;
   margin-bottom: 25px;
   line-height: 22px;
   position: relative;
   padding-bottom: 10px;
}

.footer-title::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background: #DDB769;
    bottom: 0;
    left: 0;
}

.footer-box:nth-child(1) {
   width: 20%;
   margin-top: 0;
}

.footer-box:nth-child(2) {
   width: 25%;
}

.footer-box:nth-child(3) {
   width: 16%;
}

.footer-box:nth-child(4) {
   width: 11%;
}

.footer-box:nth-child(5) {
   width: 11%;
}

.footer-box:nth-child(6) {
   width: 100%;
   margin-top: 35px;
}
.tagLink-box{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
.tagLink-box b{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}
.tagLink-box a{
    color: #fff;
    font-weight: 500;
    line-height: 30px;
}

.tagLink-box a:hover {
    color: var(--color-hover);
}
.footer-logo{
    margin-bottom: 10px;
}
.footer-name{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 25px;
    margin-bottom: 10px;
}
.footer-desc{}
.footer-content{
    margin-bottom: 30px;
}

.footerQR-box {}

.footerQR-box p {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.footer-text{
}
.footer-text p{
   display:flex;
   align-items: flex-start;
   color:#fff;
   gap: 15px;
   margin-bottom: 10px;
}
.footer-text p{}
.footer-text b{}
.footer-text span{}

.map-footer{}
.map-footer .wrap-content{
    background: linear-gradient(90deg, #FBD184 0%, #FFF0AF 25%, #FBD184 50%, #FFF0AF 75%, #FBD184 100%);
    position: relative;
    border-radius: 1000px;
    padding: 1px;
}
.map-title{
    font-size: 29px;
    font-family: 'SVN-GilroyXBold';
    text-transform: uppercase;
    font-style: italic;
    position: absolute;
    top: -20px;
    left: 365px;
    background: #F9F6EE;
    padding: 0 25px;
}
.map-box{
    background: #F9F6EE;
    border-radius: 1000px;
    padding: 25px;
}
.map-box iframe{
    width: 100%;
    height: 380px;
    border-radius: 1000px;
}

.footer-powered {
   padding: 15px 0px;
   background: #8B51FE;
   color: #fff;
}

.footer-powered .wrap-content {
}

.footer-copyright {text-align: center;font-size: 15px;color: #fff;font-weight: 500;}

.footer-copyright b {
}
.footer-statistic{}
.footer-statistic span {
   position: relative;
   padding: 0px 5px;
}

.footer-hotline {
}

.footer-hotline p {
   margin-bottom: 15px;
   font-size: 18px;
   font-weight: 600;
}

.footer-hotline a {
   border-radius: 50px;
   background: var(
      --Vng-gold,
      linear-gradient(
         270deg,
         #c89a2a 0.84%,
         #f3ed9f 28.21%,
         #c89a2a 52.49%,
         #f3ed9f 80.37%,
         #c89a2a 100%
      )
   );
   display: inline-flex;
   align-items: center;
   padding: 10px 15px;
   gap: 10px;
}

.footer-hotline a span {
   font-size: 20px;
   color: #131b4a;
   font-weight: bold;
}

/* Sort */
.sort-select {
   display: flex;
   justify-content: end;
   margin: 20px 0px;
   position: relative;
}

.sort-select .click-sort {
   border: 1px solid #e0e0e0;
   border-radius: 4px;
   cursor: pointer;
   font-size: 14px;
   padding: 6px 10px 6px 8px;
   margin: 0px;
}

.sort-select-main {
   display: grid;
   background-color: #fff;
   border-radius: 4px;
   box-shadow: 0 4px 6px rgb(0 0 0 / 20%);
   position: absolute;
   padding: 0 7px;
   top: 30px;
   right: 0;
   width: 160px;
   z-index: 2;
}

.sort-select-main p {
   border-bottom: 1px solid #f1f1f1;
   margin: 0px;
   order: 2;
}

.sort-select-main p:has(.check) {
   order: 1;
}

.sort a {
   color: #000;
   font-size: 14px;
   line-height: 17px;
   padding: 11px 3px;
   display: block;
   cursor: pointer;
}

.sort a.check i {
   box-sizing: border-box;
   position: relative;
   display: inline-block;
   transform: scale(var(--ggs, 1));
   width: 22px;
   height: 16px;
   border: 2px solid transparent;
   border-radius: 100px;
   vertical-align: middle;
}

.sort a.check i::after {
   content: "";
   display: block;
   box-sizing: border-box;
   position: absolute;
   left: 3px;
   top: -4px;
   width: 6px;
   height: 10px;
   border-width: 0 2px 2px 0;
   border-style: solid;
   transform-origin: bottom left;
   transform: rotate(45deg);
}

.sort-select .sort-show {
   padding-right: 12px;
   position: relative;
}

.sort-select .sort-show::before {
   content: "";
   border-left: 4px solid transparent;
   border-right: 4px solid transparent;
   border-top: 4px solid #333;
   content: "";
   height: 0;
   position: absolute;
   top: 6px;
   right: 0;
   width: 0;
}

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

.grid-product {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 20px;
}

.product-card {
   background: rgba(255, 255, 255, 0.95);
   backdrop-filter: blur(10px);
   border-radius: 20px;
   box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
   overflow: hidden;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
   border: 1px solid rgba(255, 255, 255, 0.2);
}

.product-card:hover {
   transform: translateY(-10px) scale(1.02);
   box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

.product-image {
   position: relative;
   width: 100%;
   overflow: hidden;
   background: linear-gradient(45deg, #f0f2f5, #e9ecef);
}

.product-image img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: transform 0.3s ease;
}

.product-card:hover .product-image img {
   transform: scale(1.1);
}

.product-badge {
   position: absolute;
   top: 15px;
   left: 15px;
   background: linear-gradient(135deg, #ff6b6b, #ee5a24);
   color: white;
   padding: 6px 12px;
   border-radius: 20px;
   font-size: 12px;
   font-weight: 600;
   text-transform: uppercase;
   letter-spacing: 0.5px;
   box-shadow: 0 4px 12px rgba(255, 107, 107, 0.3);
}

.product-info {
   padding: 24px;
}

.product-name {
   height: 52px;
}
.product-name a {
   font-size: 20px;
   font-weight: 700;
   color: #2c3e50;
   margin-bottom: 8px;
   line-height: 1.3;
}

.product-desc {
   color: #7f8c8d;
   font-size: 14px;
   line-height: 1.5;
   margin-bottom: 20px;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
}

.product-price-container {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   gap: 12px;
   margin-bottom: 20px;
}

.product-price {
   font-size: 24px;
   font-weight: 800;
   color: #27ae60;
   background: linear-gradient(135deg, #27ae60, #2ecc71);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   background-clip: text;
}

.product-price-old {
   font-size: 16px;
   color: #95a5a6;
   text-decoration: line-through;
   position: relative;
}

.product-discount {
   background: linear-gradient(135deg, #e74c3c, #c0392b);
   color: white;
   padding: 4px 8px;
   border-radius: 12px;
   font-size: 12px;
   font-weight: 600;
}

.product-btn {
   display: block;
   text-align: center;
   width: 100%;
   padding: 14px 20px;
   background: linear-gradient(135deg, #667eea, #764ba2);
   color: white;
   border: none;
   border-radius: 12px;
   font-size: 16px;
   font-weight: 600;
   cursor: pointer;
   transition: all 0.3s ease;
   position: relative;
   overflow: hidden;
   text-transform: uppercase;
   letter-spacing: 0.5px;
}

.product-btn::before {
   content: "";
   position: absolute;
   top: 0;
   left: -100%;
   width: 100%;
   height: 100%;
   background: linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.2),
      transparent
   );
   transition: left 0.5s;
}

.product-btn:hover::before {
   left: 100%;
}

.product-btn:hover {
   transform: translateY(-2px);
   box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.product-btn:active {
   transform: translateY(0);
}

.product-rating {
   display: flex;
   gap: 2px;
   margin-bottom: 12px;
}

.product-star {
   color: #f39c12;
   font-size: 14px;
}

.product-star.empty {
   color: #ecf0f1;
}

/* product detail */
.grid-pro-detail {
   display: flex;
   justify-content: space-between;
   align-items: start;
}

.grid-pro-detail .left-pro-detail {
   width: 41%;
}

.grid-pro-detail .right-pro-detail {
   width: 57%;
}

.tabs-pro-detail .tab-content {
   border: 1px solid #ddd;
   border-top: none;
   padding: 20px;
}

.nav-tabs li a {
   text-transform: uppercase;
   font-weight: 500;
   color: #333;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
   color: #f00;
}

.cursor-pointer {
   cursor: pointer;
}

/*  breadCrumbs */
.breadCrumbs {
   padding: 10px 0px;
   background: var(--color-main);
}

.breadCrumbs ol {
   margin: 0px;
}

.breadCrumbs ol li a {
   color: #000;
   font-weight: 500;
}

.breadCrumbs ol li a:hover {
   color: #fff;
}

/* paging */
.paging-product {
   position: relative;
}

.pagination {
   margin: 20px 0px;
   width: 100%;
   justify-content: center;
}

.pagination li span {
   cursor: pointer;
}

.grid-properties {
   display: flex;
   gap: 10px;
}

.grid-properties span {
   position: relative;
   border: 1px solid #ddd;
   padding: 5px 15px;
   cursor: pointer;
}

.grid-properties span:hover,
.grid-properties span.active {
   border: 1px solid #f00;
   color: #f00;
}

.grid-properties span:hover:after,
.grid-properties span.active:after {
   content: "";
   border: 0.9375rem solid transparent;
   border-bottom: 0.9375rem solid var(#d0011b, #ee4d2d);
   bottom: 0;
   position: absolute;
   right: -0.9375rem;
}

.grid-properties span.outstock {
   pointer-events: none;
   background-color: #fafafa;
   color: rgba(0, 0, 0, 0.26);
   cursor: not-allowed;
}

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

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

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

/* CSSS T */
a.views_dm {
   width: 140px;
   height: 38px;
}

.effect_button {
   transform-style: preserve-3d;
   transform: translateZ(-25px);
   transition: transform 0.25s;
   position: relative;
   display: inline-flex;
   z-index: 1;
}

.effect_button:after,
.effect_button:before {
   position: absolute;
   content: attr(data-text);
   height: 100%;
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   border: 1px solid #f00;
   box-sizing: border-box;
   border-radius: 5px;
   z-index: -1;
   text-transform: uppercase;
   font-weight: 700;
   font-size: 15px;
}

.effect_button:before {
   color: #fff;
   background: #f00;
   transform: rotateY(0deg) translateZ(25px);
}

.effect_button:after {
   color: #f00;
   transform: rotateX(90deg) translateZ(25px);
}

.effect_button:hover {
   transform: translateZ(-25px) rotateX(-90deg);
}


.menu_sanpham-aside{}
.menu_sanpham-wrapper {
    min-height: 100%;
}
.menu_sanpham-title{}
.menu_sanpham-list{}
.menu_sanpham-submenu{}
.menu_sanpham-sublink{}

.menu_sanpham-link {
   color: #212529;
   transition: all 0.3s ease;
}

.menu_sanpham-link:hover,
.menu_sanpham-link:focus,
.menu_sanpham-link[aria-expanded="true"] {
box-shadow: 0px 3px 10px var(--color-main);
background-color: var(--color-main) !important;
color: #fff;
}
.menu_sanpham-link:hover a{
color: #fff !important;
}

.menu_sanpham-link i[aria-expanded="true"] {
transform: rotate(180deg);
}

.menu_sanpham-link i {
transition: transform 0.3s ease;
}

.menu_sanpham-sublink {
font-size: 0.95rem;
}

.menu_sanpham-sublink:hover {
color: #0d6efd;
text-decoration: underline;
}


/* News */
.grid-news {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 30px;
}

a.btn_link {
   position: relative;
   margin: 5px;
   height: 36px;
   width: 140px;
}

.btn_link.effect_button:first-child:after,
.btn_link.effect_button:first-child:before {
   content: "facebook";
}

.btn_link.effect_button:first-child:after,
.btn_link.effect_button:first-child:before,
.btn_link.effect_button:nth-child(2):after,
.btn_link.effect_button:nth-child(2):before {
   border-width: 1px;
   border-style: solid;
   --tw-border-opacity: 1;
   border-color: rgb(0 165 217 / var(--tw-border-opacity));
   --tw-bg-opacity: 1;
   background-color: rgb(0 165 217 / var(--tw-bg-opacity));
}

.btn_link.effect_button:nth-child(2):after,
.btn_link.effect_button:nth-child(2):before {
   content: "google map";
}

div.slick.in-page:not(.slick-initialized) {
   display: flex;
   gap: 10px;
   overflow: hidden;
   white-space: nowrap;
}

.tags-pro-detail{
}
.tags-pro-detail a {
   background: transparent;
   border-color: #fff;
}

.tags-pro-detail a:hover {
   background: #0085DE;
   border-color: #fff;
}

.attr-pro-detail {
   margin: auto;
   padding: 0;
}

.price-new-pro-detail {
   font-weight: 700;
   font-size: 20px;
   color: #ff2e00;
}

.price-old-pro-detail {
   font-weight: 500;
   color: #666;
   text-decoration: line-through;
   padding-left: 10px;
}

.color-pro-detail.active,
.size-pro-detail.active,
.size-pro-detail:hover {
   color: #fff !important;
   background: #232323;
}

.quantity-pro-detail {
   width: 100%;
   max-width: 110px;
   line-height: normal;
   display: flex;
   align-items: center;
   justify-content: space-between;
   text-align: center;
   margin-right: 20px;
   font-weight: 500;
}

.quantity-pro-detail span {
   line-height: 40px;
   padding: 0;
   width: 30px;
   height: 40px;
   color: #000;
   cursor: pointer;
   font-size: 22px;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
   border-left: 0;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
   border-right: 0;
}

.quantity-pro-detail input {
   height: 40px;
   width: calc(100% - 60px);
   text-align: center;
   font-size: 20px;
   padding: 5px;
   font-weight: 700;
}

.cart-pro-detail {
   margin-bottom: 1rem;
   display: flex;
   align-items: center;
   justify-content: flex-start;
}

.cart-pro-detail a {
   text-align: center;
   color: #fff;
   padding: 8px 15px;
   cursor: pointer;
   border-radius: 5px;
   font-weight: bold;
}

.cart-pro-detail a.addnow {
   margin-right: 10px;
   color: #fff;
   border-radius: 5px;
}

.cart-pro-detail a.addnow:hover {
   background-color: #f00;
   color: #fff;
   border-color: #f00;
}

.cart-pro-detail a.buynow {
   background-color: #000;
}

.cart-pro-detail a.buynow:hover {
   background-color: #f00;
   color: #fff;
}

.cart-pro-detail a i {
   vertical-align: top;
   margin-top: 3px;
   margin-right: 8px;
}

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

.swiper-pagination {
   position: initial;
   margin-top: 30px;
}

.swiper-pagination .swiper-pagination-bullet {
   width: 30px;
   border-radius: 5px;
   background: var(--color-main);
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
}

.general-pagination {
   text-align: center;
   margin: auto;
   margin-top: 20px;
   transform: unset !important;
}

.general-pagination .swiper-pagination-bullet {
   width: 30px;
   border-radius: 5px;
}

.general-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
}

/* Popup */
.modal-title {
   font-size: 20px;
}

/* CSS cho loading */
.loading-overlay {
   display: none;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(255, 255, 255, 0.7);
   justify-content: center;
   align-items: center;
   z-index: 999;
}

.loading {
   width: 50px;
   height: 50px;
   border: 5px solid rgba(0, 0, 0, 0.1);
   border-radius: 50%;
   border-top: 5px solid #3498db;
   animation: spin 1s linear infinite;
}

@keyframes spin {
   0% {
      transform: rotate(0deg);
   }

   100% {
      transform: rotate(360deg);
   }
}

/* search2 */
.search-icon {
   cursor: pointer;
}

.search2.active {
   opacity: 1;
   visibility: visible;
   transform: scale(1);
}

.search2 {
   width: 230px;
   background: #ffffff;
   position: absolute;
   bottom: -50px;
   right: 0;
   opacity: 0;
   visibility: hidden;
   transform: scale(0);
   transition: all 0.5s;
   display: flex;
   align-items: center;
   border: 1px #1c9aea solid;
   padding-right: 10px;
   border-radius: 100px;
   z-index: 3;
}

.search2 input:focus {
   box-shadow: unset;
}

.search2 img {
}

.search2 p {
   width: 35px;
   height: 35px;
   line-height: 35px;
   cursor: pointer;
   text-align: center;
   margin: 0px;
   color: #000;
   font-size: 16px;
   background: #7c0807 url(../images/search-icon.png) no-repeat center;
}

.search2 input {
   width: calc(100% - 35px);
   height: 35px;
   outline: none;
   padding: 0px;
   border: 0px;
   background: transparent;
   text-indent: 10px;
   font-size: 12px;
}

.search2 input::-webkit-input-placeholder {
   color: #000;
}

.search2 input:-moz-placeholder {
   color: #000;
}

.search2 input::-moz-placeholder {
   color: #000;
}

.search2 input:-ms-input-placeholder {
   color: #000;
}

.toolbar{
   display: none !important;
}

/*Toolbar 2*/
.toolbar2 {
   width: 100%;
   bottom: 0px;
   position: fixed;
   z-index: 500;
   left: 0px;
   -webkit-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75));
   -moz-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75));
   -ms-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75));
   -o-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75));
   display: none;
}

.toolbar2.is-active .list-phone {
   display: block;
   -webkit-animation: quickShow 0.2s cubic-bezier(0.66, 0.45, 0.76, 1.53)
      forwards;
   animation: quickShow 0.2s cubic-bezier(0.66, 0.45, 0.76, 1.53) forwards;
}

.toolbar2 .list-phone {
   position: absolute;
   bottom: 100%;
   left: 30px;
   opacity: 0;
   transform: scale(0);
   transform-origin: 50% 100%;
   display: none;
}

.toolbar2 .list-phone a {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: space-between;
   background: #fff;
   max-width: 240px;
   padding: 10px 20px;
   margin: 10px 0;
   border-radius: 50px;
   padding-right: 30px;
}

.toolbar2 .list-phone svg {
   max-width: 30px;
   max-height: 30px;
}

.toolbar2 ul li a#chatfb svg {
   filter: invert(100%) sepia(40%) saturate(2%) hue-rotate(17deg)
      brightness(109%) contrast(100%);
   fill: unset;
}

.toolbar2 .list-phone span {
   display: block;
   width: calc(100% - 40px);
   color: #333;
   font-weight: 700;
}

.toolbar2 .phone {
   position: relative;
   width: 50px;
   height: 50px;
   z-index: 99;
   display: flex;
   align-items: center;
   justify-content: center;
   background: #FCAF17;
   border-radius: 50%;
   margin: 0 0px -25px 30px;
   transition: transform 0.2s ease-in-out;
}

.toolbar2 .phone a {
   color: #333;
   display: block;
   position: relative;
}

.toolbar2 .phone a:before,
.toolbar2 .phone a:after {
   position: absolute;
   content: "";
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%) rotate(135deg);
   width: 30px;
   height: 3px;
   border-radius: 2rem;
   background-color: #0f4334;
   opacity: 0;
   transition: opacity 0.2s ease-in-out;
}

.toolbar2 .phone a:after {
   transform: translate(-50%, -50%) rotate(45deg);
}

.toolbar2 .phone svg {
   max-width: 27px;
   max-height: 27px;
   display: block;
   position: relative;
   fill: #0f4334;
}

.toolbar2.is-active .phone {
   transform: rotate(-180deg);
}

.toolbar2.is-active .phone svg {
   opacity: 0;
}

.toolbar2.is-active .phone a:before,
.toolbar2.is-active .phone a:after {
   opacity: 1;
}

.toolbar2 ul {
   list-style: none;
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 0px;
   margin: 0px;
   --size: 33px;
   -webkit-mask: radial-gradient(33px at 55px 0px, #0000 99%, #fff 101%) 100%;
   background: #FCAF17;
   padding: 10px 0;
   padding-left: 100px;
   border-radius: 10px 10px 0px 0px;
}

.toolbar2 ul li {
   text-align: center;
   width: 25%;
   line-height: 1;
}

.toolbar2 ul li a {
   display: block;
   width: 100%;
   font-size: 27px;
   color: #ffff;
}

.toolbar2 ul li .icon {
   position: relative;
   margin: 0 auto;
   text-align: center;
}

.toolbar2 ul li a span {
   display: none;
   font-weight: 400;
   font-size: 11px;
   margin-top: 5px;
   color: #333;
   text-transform: capitalize;
}

.toolbar2 ul li a img,
.toolbar2 ul li svg {
   max-height: 30px;
   fill: #0f4334;
   width: 100%;
   filter: brightness(100);
}

.toolbar2 .phone svg {
   animation: tada 1.2s infinite;
   fill: #0f4334;
   filter: brightness(100);
}

.tada {
   animation: tada 1.2s infinite;
}

.lang-toolbar {
   display: flex;
   justify-content: center;
   align-items: center;
}

.toolbar2 ul li.lang-toolbar a {
   display: inline-block;
   width: unset;
   margin: 0px 2px;
   font-size: unset;
}

.toolbar2 ul li.lang-toolbar a img {
   height: 10% !important;
}

.ex6 path {
   fill: transparent;
   stroke: #0f4334;
   stroke-width: 0.5;
   stroke-dasharray: 1500;
   stroke-dashoffset: 1500;
   -webkit-animation: dash 5s ease forwards;
   animation: dash 5s ease forwards;
}

.flex_inner_hotline {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 10px;
   margin: 20px 0px;
}

.flex_inner_hotline a {
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 10px;
   background: var(--color-main);
   border-radius: 5px;
   color: #fff;
   padding: 0;
   font-size: 16px;
   font-weight: 600;
   transition: 0.3s ease-out;
}

.flex_inner_hotline a i {
   font-size: 20px;
}

.inner_zalo {
   background-color: #009dff !important;
}

/* Long CSS */
.header-wrapper {
   background: var(--color-main);
   padding: 10px 0px 5px 0px;
}

.header-wrapper .wrap-content {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: center;
   position: relative;
}
.header-left{}
.header-right{}
.header-top {
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.header-info {
   display: flex;
   align-items: center;
   color: #fff;
   gap: 10px;
}
.header-info img{}
.header-info .info{}
.header-info .info p{}
.header-info .info b{}
.header-slogan {
}

.header-bottom {
}

.header-logo {
}

.header-banner {
}

.header-hotline {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: space-between;
   gap: 10px;
}

.header-hotline .info {
}

.header-hotline p {
   background: var(
      --Vng-gold,
      linear-gradient(
         270deg,
         #c89a2a 0.84%,
         #f3ed9f 28.21%,
         #c89a2a 52.49%,
         #f3ed9f 80.37%,
         #c89a2a 100%
      )
   );
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   font-size: 20px;
}

.header-hotline span {
   color: #fff;
}

/* newsHot */

/* Album */
.album-item {
}

.album-pic {
}

.album-name {
   margin-top: 10px;
   text-align: center;
}

.album-name a {
   font-size: 16px;
   font-weight: bold;
   color: #000;
}

/*contact*/
.contact-section {
   padding: 4rem 0;
   animation: fadeIn 1s ease-in;
}

.contact-card {
   background: #fff;
   border-radius: 1.25rem;
   box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
   overflow: hidden;
   display: flex;
   flex-wrap: wrap;
}

.contact-title {
   font-size: 2rem;
   font-weight: 700;
   color: var(--color-main);
   margin-bottom: 1.5rem;
   animation: slideDown 0.7s ease-out;
}

.contact-left,
.contact-right {
   flex: 1 1 100%;
   padding: 2rem;
}

@media (min-width: 992px) {
   .contact-left,
   .contact-right {
      flex: 1 1 50%;
   }
}

.contact-section .form-control,
.contact-section textarea {
   border-radius: 0.75rem;
   border: 1px solid #ddd;
   padding: 1rem;
   transition: all 0.3s ease-in-out;
   background-color: #f9f9f9;
}

.contact-section .form-control:focus,
.contact-section textarea:focus {
   background-color: #fff;
   border-color: var(--color-main);
   box-shadow: 0 0 0 0.2rem rgba(245, 124, 0, 0.2);
}

.contact-section .form-floating label {
   color: #999;
}

.contact-section .btn-primary {
   background: var(--color-main);
   border: none;
   font-weight: 600;
   padding: 0.75rem 2rem;
   border-radius: 2rem;
   transition: transform 0.2s;
}

.contact-section .btn-primary:hover {
   transform: scale(1.05);
   opacity: 0.9;
}

.contact-section .btn-outline-secondary {
   border-radius: 2rem;
}

.othernews b{margin-bottom:10px;}
.list-news-other{padding-left:17px;list-style:square;}
.list-news-other li{margin-bottom:2px;}
.list-news-other li a{text-transform:none;color:#333333;}
.list-news-other li a:hover{color:var(--color-red);}


/*Chi nhÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡nh*/
.branch-wrapper{
    position: relative;
}
.branch-wrapper .wrap-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.branch-items{
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.branch-name{
    text-align: center;
    background: #000;
    padding: 10px 20px;
}

.branch-name a{
      font-size: 15px;
      font-weight: 600;
      color: #fff;
      text-transform: uppercase;
}


.branch-name.active,
.branch-name:hover{
   background: #F9CC23;
}

.branch-name.active a, .branch-name:hover a {
}

.branch-name.active a, .branch-name:hover a {
    color: #A80010;
}
.branch-name.active  a{}

.branch-name:hover a{
}
.branch-ajax{
    width: 87.0833333333%;
}
.branch-map{
  width: 100%;
  }
.branch-box{
  display: none;

}

.branch-box iframe {
    width: 100%;
    border: 5px #fff solid !important;
    border-radius: 10px;
    overflow: hidden;
}

.branch-box.active {
  display: block;
}


.video-item {
}

.video-pic {
    position: relative;
    cursor: pointer;
    border-radius: 15px;
    overflow: hidden;
    display: block;
}

.video-pic span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #040204;
    border-radius: 50%;
    overflow: hidden;
}

.video-pic span i {
    filter: brightness(100);
}

.video-name {
    margin: 0;
    font-size: 16px;
    font-family: 'SVN-GilroyBold';
    margin-top: 15px;
}


/* Newsletter Modal */
.newsletter-modal.modal-backdrop {
   background-color: rgba(15, 23, 42, 0.8);
   backdrop-filter: blur(8px);
   -webkit-backdrop-filter: blur(8px);
}

.newsletter-modal .modal-dialog {
   max-width: 600px;
   margin: 2rem auto;
}

.newsletter-modal .modal-content {
   border: none;
   border-radius: var(--newsletter-radius-lg);
   box-shadow: var(--newsletter-shadow);
   background-color: var(--newsletter-background);
   overflow: hidden;
   backdrop-filter: blur(20px);
   -webkit-backdrop-filter: blur(20px);
}

/* Newsletter Modal Header */
.newsletter-modal .modal-header {
   background: #553B2C;
   border-bottom: none;
   padding: 2rem 2rem 1.5rem;
   position: relative;
   color: white;
}

.newsletter-modal .modal-header::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: #553B2C;
   animation: newsletter-drift 30s ease-in-out infinite;
}

@keyframes newsletter-drift {
   0%,
   100% {
      transform: translateX(0) translateY(0);
   }
   33% {
      transform: translateX(-10px) translateY(-10px);
   }
   66% {
      transform: translateX(10px) translateY(-5px);
   }
}

.newsletter-modal .modal-title {
   font-size: 1.75rem;
   font-weight: 700;
   letter-spacing: -0.025em;
   margin: 0;
   position: relative;
   z-index: 1;
   color: white;
}

.newsletter-modal .btn-close {
   position: absolute;
   top: 1.5rem;
   right: 1.5rem;
   background: rgba(255, 255, 255, 0.1);
   border: 1px solid rgba(255, 255, 255, 0.2);
   border-radius: 50%;
   width: 44px;
   height: 44px;
   padding: 0;
   opacity: 1;
   filter: none;
   backdrop-filter: blur(10px);
   -webkit-backdrop-filter: blur(10px);
   transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
   z-index: 2;
}
.newsletter-modal .btn-close i {
   color: #fff;
   font-size: 50px;
}
.newsletter-modal .btn-close:hover {
   background: rgba(255, 255, 255, 0.2);
   border-color: rgba(255, 255, 255, 0.3);
   transform: rotate(90deg);
}

.newsletter-modal .btn-close:focus {
   box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.2);
}


/* Newsletter Modal Body */
.newsletter-modal .modal-body {
   padding: 2rem;
   background-color: #F6CE50;
   color: var(--newsletter-text);
}

.newsletter-modal .modal-body p {
   color: var(--newsletter-text-muted);
   font-size: 1rem;
   line-height: 1.6;
   margin-bottom: 1.5rem;
}

/* Newsletter Buttons */
.newsletter-modal .btn {
   padding: 0.875rem 2rem;
   font-size: 1rem;
   font-weight: 600;
   border-radius: var(--newsletter-radius);
   transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
   border: none;
}

.newsletter-modal .btn-primary {
   background: #553B2C;
   color: white;
   box-shadow: var(--newsletter-shadow-sm);
}

.newsletter-modal .btn-primary:hover {
   background: linear-gradient(
      135deg,
      var(--newsletter-primary-dark) 0%,
      #ffba00 100%
   );
   transform: translateY(-2px);
   box-shadow: 0 10px 25px -5px rgb(213 46 3 / 54%);
   color: white;
}

.newsletter-modal .btn-primary:focus {
   box-shadow: 0 0 0 0.25rem rgba(99, 102, 241, 0.2);
   color: white;
}

.newsletter-modal .btn-primary:active {
   transform: translateY(0);
   color: white;
}

.newsletter-modal .btn-outline-secondary {
   border: 2px solid var(--newsletter-border);
   color: var(--newsletter-text);
   background-color: transparent;
}

.newsletter-modal .btn-outline-secondary:hover {
   background-color: var(--newsletter-surface);
   border-color: var(--newsletter-secondary);
   color: var(--newsletter-text);
   transform: translateY(-1px);
}

.newsletter-modal .btn-outline-secondary:focus {
   box-shadow: 0 0 0 0.25rem rgba(100, 116, 139, 0.1);
   border-color: var(--newsletter-secondary);
   color: var(--newsletter-text);
}

/* Newsletter Form Validation */
.newsletter-modal .form-control.is-invalid {
   border-color: #ef4444;
   box-shadow: 0 0 0 0.25rem rgba(239, 68, 68, 0.1);
}

.newsletter-modal .form-control.is-valid {
   border-color: #10b981;
   box-shadow: 0 0 0 0.25rem rgba(16, 185, 129, 0.1);
}

.newsletter-modal .invalid-feedback {
   color: #ef4444;
   font-size: 0.875rem;
   margin-top: 0.5rem;
}

.newsletter-modal .valid-feedback {
   color: #10b981;
   font-size: 0.875rem;
   margin-top: 0.5rem;
}

/* Newsletter Modal Footer */
.newsletter-modal .modal-footer {
   background-color: transparent;
   padding: 1.5rem 2rem;
   border: 0;
}

/* Newsletter Responsive Design */
@media (max-width: 576px) {
   .newsletter-modal .modal-dialog {
      margin: 1rem;
      max-width: calc(100% - 2rem);
   }

   .newsletter-modal .modal-header,
   .newsletter-modal .modal-body,
   .newsletter-modal .modal-footer {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
   }

   .newsletter-modal .modal-title {
      font-size: 1.5rem;
   }

   .newsletter-modal .btn {
      padding: 0.75rem 1.5rem;
      font-size: 0.95rem;
   }
}

/* Newsletter Animation Enhancements */
.newsletter-modal.fade .modal-dialog {
   transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
   transform: scale(0.9) translateY(-2rem);
}

.newsletter-modal.show .modal-dialog {
   transform: scale(1) translateY(0);
}

/*google_translate*/
.google_translate-widget {
   position: relative;
   display: inline-block;
   font-family: Arial, sans-serif;
   display: flex;
   flex-wrap: wrap;
   gap: 5px;
}

.google_translate-click {
    cursor: pointer;
}

.google_translate-selected {
   display: flex;
   align-items: center;
   border: 1px solid #ccc;
   padding: 6px 10px;
   border-radius: 6px;
   cursor: pointer;
   background-color: #fff;
   transition: all 0.2s ease;
   min-width: 150px;
}

.google_translate-selected img {
   width: 24px;
   height: 16px;
   margin-right: 8px;
   border-radius: 2px;
}

.google_translate-arrow {
   border: solid gray;
   border-width: 0 2px 2px 0;
   display: inline-block;
   padding: 3px;
   margin-left: auto;
   transform: rotate(45deg);
   transition: transform 0.2s ease;
}

.google_translate-dropdown {
   display: none;
   position: absolute;
   top: 100%;
   left: 0;
   background-color: #fff;
   border: 1px solid #ccc;
   border-radius: 6px;
   width: 180px;
   box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
   list-style: none;
   padding: 6px 0;
   margin: 0;
   z-index: 99;
}

.google_translate-dropdown li {
   display: flex;
   align-items: center;
   padding: 6px 10px;
   cursor: pointer;
   transition: background 0.2s;
}

.google_translate-dropdown li:hover {
   background-color: #f2f2f2;
}

.google_translate-dropdown li img {
   width: 24px;
   height: 16px;
   margin-right: 8px;
   border-radius: 2px;
}

/* Hover effects */
.google_translate-widget:hover .google_translate-dropdown {
   display: block;
}

.google_translate-widget:hover .google_translate-arrow {
   transform: rotate(-135deg);
}

.goog-te-banner-frame.skiptranslate {
   display: none !important;
}

body {
   top: 0px !important;
}

.skiptranslate iframe {
   display: none !important;
}

/*gioithieu*/
.gioithieu-wrapper{
    padding: 55px 0px 80px 0px;
    background: url(../images/gt-bg.png) no-repeat right bottom;
}
.gioithieu-wrapper .wrap-content{
    max-width: 1270px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.gioithieu-pic{
    width: 39.5256916996%;
}
.gioithieu-box{
    width: 57.7075098814%;
}
.gioithieu-title{
    font-size: 60px;
    font-family: 'UTMYenTu';
    line-height: normal;
    margin-bottom: -31px;
}
.gioithieu-name{
    font-size: 64px;
    font-weight: 900;
    line-height: normal;
}
.gioithieu-desc{
    font-size: 15px;
    font-weight: 500;
    -webkit-line-clamp: 4;
    line-height: 30px;
    margin-bottom: 20px;
}
.gioithieu-btn{
    background: #DDB769;
    background: #fcbe4d;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 1000px;
}

.gioithieu-btn span {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 128.571% */
    color: #000;
}

/*tieuchi*/
.tieuchi-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-bottom: 20px;
}
.tieuchi-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 5px;
}
.tieuchi-pic{
    width: 53px;
    border-radius: 50%;
    overflow: hidden;
}
.tieuchi-name{
    margin-bottom: 0;
}
.tieuchi-name span{
    font-size: 14px;
    font-weight: 700;
    -webkit-line-clamp: 1;
    line-height: 24px;
    color: #434343;
    letter-spacing: -1px;
}
.tieuchi-desc{}
.tieuchi-desc span{
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 150% */
}

/*connguoiDKHot*/
.connguoiDKHot-wrapper{
    padding: 80px 0px;
    background: #F7F7F7;
}
.connguoiDKHot-wrapper .wrap-content{
    max-width: 1200px;
}
.connguoiDKHot-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 90px;
}
.connguoiDKHot-item{
    text-align: center;
}
.connguoiDKHot-pic{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}
.connguoiDKHot-name {
    margin-bottom: 5px;
}
.connguoiDKHot-name a{
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
     /* 90% */
    text-transform: capitalize;
    -webkit-line-clamp: 1;
    line-height: normal;
}
.connguoiDKHot-desc{
    -webkit-line-clamp: 1;
    font-size: 16px;
    font-weight: 500;
    color: #494949;
}

/*duanListHot*/
.duanListHot-wrapper{
    margin: 80px 0px;
}
.duanListHot-wrapper .wrap-content{}

.title-cat-main{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 35px;
}
.title-cat-main span{
    font-weight: 500;
    display: inline-block;
    background: #EEEEEE;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}
.title-cat-main span.active, .title-cat-main span:hover{
    background: #DDB769;
    color: #fff;
}
.duanListHot-load{
    margin-bottom: 30px;
}

.duanListHot-show {}

.duanHot-grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
}
.duanHot-item{
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
}
.duanHot-pic{}
.duanHot-info{
    padding: 20px 20px 35px 20px;
}
.duanHot-name{}
.duanHot-name a{
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal; /* 90% */
    letter-spacing: -0.8px;
    text-transform: capitalize;
    -webkit-line-clamp: 1;
}
.duanHot-desc{
    font-weight: 500;
    -webkit-line-clamp: 2;
    line-height: 25px;
}

.duanListHot-btn{
    display: block;
    width: fit-content;
    margin: auto;
    background: #DDB769;
    background: #fcbe4d;
    padding: 13px 21px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    border-radius: 1000px;
}
.duanListHot-btn span{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

/*feedback1*/
.feedback1-wrapper{
    background: #F0DDBC;
    padding: 70px 0px 35px 0px;
}
.feedback1-wrapper .wrap-content{
    max-width: 850px;
}
.feedback1-swiper{}
.feedback1-item{
    text-align: center;
}
.feedback1-content{
    padding-top: 60px;
    background: url(../images/fb1-quote.png) no-repeat top;
    font-size: 27px;
    margin-bottom: 25px;
}
.feedback1-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.feedback1-name{
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}
.feedback1-desc{
    font-weight: 500;
    color: #444444;
}
.feedback1-pic{
    border-radius: 50%;
    overflow: hidden;
}

.feedback1-pic img {
    filter: grayscale(1);
}
.feedback1-pagination{
    margin-top: 35px;
}

/*feedback2*/
.feedback2-wrapper{
    background: #E3C384;
    background: #F7F7F7;
    padding: 60px 0px 40px 0px;
}
.feedback2-wrapper .wrap-content{
    max-width: 1190px;
    padding: 0px 35px;
    position: relative;
}
.feedback2-swiper{
}

.feedback2-pagination {
    margin-top: 40px;
}

.feedback2-swiper .swiper-slide:not(.swiper-slide-active) .feedback2-item {
    margin-top: 35px;
    transform: scale(0.83);
    box-shadow: none;
}
.feedback2-swiper .swiper-slide:not(.swiper-slide-active) .feedback2-pic{
    width: 110px;
    padding: 5px;
    background: #fff;
    margin-top: -55px;
}
.feedback2-swiper .swiper-slide:not(.swiper-slide-active) .feedback2-info{
    padding: 40px 0px;
}
.feedback2-swiper .swiper-slide:not(.swiper-slide-active) .feedback2-name{
    font-size: 15px;
}
.feedback2-swiper .swiper-slide:not(.swiper-slide-active) .feedback2-desc{
    font-size: 13px;
    line-height: 24px;
}
.feedback2-swiper .swiper-slide {padding-top: 80px !important;}
.feedback2-item{
    text-align: center;
    background: #fff;
    padding: 0 40px 45px 40px;
    box-shadow: 0 9px 20px -6px #795F29;
    margin: 10px;
    margin-bottom: 20px;
}
.feedback2-pic{
    width: 157px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-top: -78.5px;
}

.feedback2-pic img {
    filter: grayscale(1);
}

.feedback2-pic img {
    border-radius: 50%;
}
.feedback2-info{
    padding: 50px 0px;
    background: url(../images/fb2-quote1.png) no-repeat top left, url(../images/fb2-quote2.png) no-repeat bottom right;
}
.feedback2-name{
    font-size: 17px;
    font-weight: 600;
}
.feedback2-desc{
    font-size: 13px;
    font-weight: 500;
    color: #5C5C5C;
    line-height: 30px;
    -webkit-line-clamp: 5;
}

.feedback2-prev{
    position: absolute;
    left: 0;
    top: 60%;
    transform: translateY(-50%);
}
.feedback2-next{
   position: absolute;
   right: 0;
   top: 60%;
   transform: translateY(-50%);
}

/*solieu*/
.solieu-wrapper{
    background: url(../images/sl-bg.png) no-repeat;
    background-size: cover;
    padding: 56px 0px;
}
.solieu-box{
    display: flex;
    flex-flow: row wrap;
    width: calc(100% + 30px);
}
.solieu-item{
    width: calc(100%/4 - 30px);
    margin: 0 15px 15px 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.solieu-pic{
    width: 90px;
}

.solieu-pic img {
    /* filter: grayscale(1); */
}
.solieu-info{
    color: #fff;
    flex: 1;
    overflow: hidden;
}
.solieu-solieu{
    font-family: 'UTMImpact';
    font-size: 64px;
    display: flex;
    align-items: center;
    line-height: 65px;
}
.solieu-count{
}
.solieu-name{margin-bottom: 0;font-size: 20px;font-weight: 800;text-transform: uppercase;}


/*doitac*/
.doitac-wrapper{
    margin: 80px 0px;
}

.doitac-wrapper .title-main,
.quytrinh-wrapper .title-main
{
    padding-bottom: 20px;
    position: relative;
}

.doitac-wrapper .title-main::before,
.quytrinh-wrapper .title-main::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 3px;
    background: #D7B874;
    border-radius: 100px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.doitac-wrapper .wrap-content{
    max-width: 1275px;
}
.doitac-swiper{}
.doitac-pic{
    text-align: center;
}
.doitac-pagination{}

/*quytrinh*/
.quytrinh-wrapper{
    margin-bottom: 90px;
}
.quytrinh-wrapper .wrap-content{

}
.quytrinh-box{
    position: relative;
}
.quytrinh-box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #D7B874;
    top: 30px;
}
.quytrinh-box .wrap-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px 60px;
    position: relative;
}

.quytrinh-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-align: center;
}
.quytrinh-numb{
    width: 60px;
    height: 60px;
    background: #D7B874;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: normal;
}
.quytrinh-name{
    margin-bottom: 0;
}
.quytrinh-name a{
    font-size: 16px;
    font-weight: bold;
    color:#000;
}
.quytrinh-desc{
    color: #494949;
    font-weight: 500;
}
.quytrinh-btn{
    grid-column: 1 / -1;
    width: fit-content;
    margin: auto;
    background: #DDB769;
    background: #fcbe4d;
    border-radius: 1000px;
    padding: 11px 61px;
}

.quytrinh-btn span {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

/*thietkemauListHot*/
.thietkemauListHot-wrapper{
    background: #E3C384;
    background: #F7F7F7;
    padding: 60px 0px 80px 0px;
}
.thietkemauListHot-grid{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    align-items: flex-start;
    gap: 20px;
}
.thietkemauListHot-item{}
.thietkemauListHot-pic{
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.thietkemauListHot-name{
    text-align: center;
    height: 50px;
    margin-bottom: 0;
}
.thietkemauListHot-name a{
    font-size: 14px;
    font-weight: 600;
    color: #242122;
    -webkit-line-clamp: 2;
    line-height: 25px;
}
.thietkemauBanner-pic{
    grid-column: span 2;
    grid-row: span 2;
}
.thietkemauBanner-pic img{}

.thietkemauListHot-btn{grid-column: 1/ -1;width: fit-content;margin: auto;background: #232122;background: #fcbe4d;border-radius: 1000px;padding: 11px 53px;display: flex;align-items: center;gap: 10px;}
.thietkemauListHot-btn span{
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.newsletter_fanpage-wrapper{
    background: #F0DDBC url(../images/fanpage-bg.png) no-repeat right;
    padding: 60px 0px;
    background-size: 50% 100%;
}
.newsletter_fanpage-wrapper .wrap-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newsletter-form{}
.newsletter-tilte{
    font-size: 40px;
    font-weight: 600;
}
.newsletter-desc{
    font-weight: 500;
}


/* newsletter form*/
.newsletter-form{
    width: 42.3076923077%;
}
.newsletter-form form{
}
.newsletter-input {
    height: 45px;
    margin-bottom: 10px;
}
.newsletter-input, .newsletter-textarea{
    border-bottom: 1px #000 solid;
}
.newsletter-input * {
    height: 100% !important;
}
.newsletter-input input {}
.newsletter-input input , .newsletter-textarea textarea {border: 0;border-radius: 0;}
.newsletter-input input.fullname{
   background: url(../images/dk-fullname.png) no-repeat 95%;
}
.newsletter-input input.address{
   background: #fff url(../images/dk-address.png) no-repeat 95%;
}
.newsletter-input input.email{
   background: url(../images/dk-mail.png) no-repeat 95%;
}
.newsletter-input input.phone{
   background: url(../images/dk-phone.png) no-repeat 95%;
}
.newsletter-textarea textarea.content{
   background: url(../images/dk-content.png) no-repeat 97% 15%;
}
.newsletter-input label{
       display: flex;
    align-items: center;
    gap: 5px;
}
.newsletter-input label,
.newsletter-textarea label{
    font-size: 14px;
    font-weight: 500;
    padding-left: 0;
}
.newsletter-input label span
{
   color: #B18B38;
}


.newsletter-textarea {height: 85px;margin-bottom: 25px;}

.newsletter-textarea textarea {height: 100%;}

.newsletter-textarea label {
    transform: unset !important;
    padding: 0 !important;
    height: unset;
    opacity: 1 !important;
    width: 100%;
}

.newsletter-textarea textarea {height: 85px !important;resize: none;}

.newsletter-textarea textarea:focus ~ label span:nth-child(2){
    display: none;
}
.newsletter-textarea label span{}

.newsletter-textarea label span:nth-child(2) {
    color: #4A4A4A;
    font-size: 12px;
    font-weight: 500;
}
.newsletter-textarea label span span{
    color: #B18B38;
}
.newsletter-input input:focus,
.newsletter-textarea textarea:focus {box-shadow: unset;}

.newsletter-button {
    background: #C99D41;
    background: #fcbe4d;
    display: inline-block;
    padding: 12px 22px;
    margin-bottom: 10px;
    border-radius: 1000px;
}

.newsletter-textarea, .newsletter-button {
}

.newsletter-button input {
   border:0;
   font-weight: 800;
   text-transform: uppercase;
   color: #fff;
}

.newsletter-slogan{
    font-weight: 500;
    font-style: italic;
    color: #000;
}

/*fanpage*/
.fanpage-box{
    width: 46.5384615385%;
    padding-left: 105px;
    position: relative;
}
.fanpage-title{position: absolute;left: 0;bottom: -90px;transform: rotate(-90deg);transform-origin: 0 0;}
.fanpage-title p{
    font-size: 20px;
    font-weight: 600;
    color: #DDB769;
    text-transform: uppercase;
}
.fanpage-title h2{
    font-size: 44px;
    font-weight: 800;
    color: #fff;
}
.fanpage-frame{
    width: 100%;
    max-width: 350px;
    min-height: 500px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.blogHot_video-wrapper{
    margin: 80px 0px;
}

.blogHot_video-wrapper .title-main h2 {
    font-size: 38px;
    color: #232122;
    font-weight: bold;
}
.blogHot_video-wrapper .wrap-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.blogHot-box{
    width: 50.7692307692%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0px 20px;
}
.blogHot-swiper{
    width: 33.3333333333%;
}
.blogHot-pagination{}
.blogHot-card{}
.blogHot-pic{
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 10px;
}
.blogHot-name{}
.blogHot-name a{
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    color: #000;
}

.blogHotFirst-item{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.blogHotFirst-pic{
    border-radius: 15px;
    overflow: hidden;
}
.blogHotFirst-name{
    height: 52px;
    margin-bottom: 0;
}
.blogHotFirst-name a{
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    color: #000;
    -webkit-line-clamp: 2;
}
.blogHotFirst-desc{
    font-weight: 500;
    line-height: 24px;
    color: #000;
}

.video-box{
    width: 46.1538461538%;
}
.video-swiper{}
.video-pic{}
.video-pagination{}

/* Services landing */
.service-landing {
    background: #fff;
    color: #232122;
    overflow: hidden;
}

.service-hero {
    position: relative;
    min-height: 520px;
    background-color: #232122;
    background-image: var(--service-hero-image);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.service-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(24, 23, 22, 0.66);
}

.service-hero-inner {
    position: relative;
    z-index: 1;
    min-height: 520px;
    display: flex;
    align-items: center;
    padding: 72px 0 78px;
}

.service-hero-content {
    max-width: 780px;
    color: #fff;
}

.service-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fcbe4d;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.service-eyebrow::before {
    content: "";
    width: 42px;
    height: 1px;
    background: #fcbe4d;
}

.service-hero h1 {
    font-size: 58px;
    line-height: 1.08;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.service-hero-desc {
    max-width: 680px;
    font-size: 17px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 30px;
}

.service-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 34px;
}

.service-hero-meta div {
    min-width: 180px;
    border-left: 2px solid #fcbe4d;
    padding: 4px 0 4px 16px;
}

.service-hero-meta strong {
    display: block;
    color: #fff;
    font-size: 34px;
    line-height: 1;
    margin-bottom: 8px;
}

.service-hero-meta span {
    display: block;
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.service-hero-actions,
.service-block-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.service-btn {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 6px;
    padding: 12px 22px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    border: 1px solid transparent;
    transition: all 0.25s ease;
    text-align: center;
}

.service-btn i {
    font-size: 14px;
}

.service-btn-primary {
    color: #232122;
    background: #fcbe4d;
    border-color: #fcbe4d;
}

.service-btn-primary:hover {
    color: #232122;
    background: #e3c384;
    border-color: #e3c384;
    transform: translateY(-2px);
}

.service-btn-secondary {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.12);
}

.service-btn-secondary:hover {
    color: #232122;
    background: #fff;
    border-color: #fff;
}

.service-btn-outline {
    color: #232122;
    border-color: #cfc7b8;
    background: #fff;
}

.service-btn-outline:hover {
    color: #fff;
    border-color: #232122;
    background: #232122;
}

.service-intro {
    padding: 64px 0 34px;
}

.service-intro-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
    gap: 44px;
    align-items: end;
}

.service-intro-title span,
.service-final-inner span {
    display: block;
    color: #a07824;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.service-intro-title h2,
.service-final-inner h2 {
    font-size: 34px;
    line-height: 1.32;
    font-weight: 700;
    margin-bottom: 0;
}

.service-intro-inner p {
    font-size: 15px;
    line-height: 1.8;
    color: #5c5751;
    margin-bottom: 0;
}

.service-list-section {
    padding: 18px 0 86px;
}

.service-block {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 56px;
    align-items: center;
    padding: 54px 0;
    border-top: 1px solid #ece5da;
}

.service-block:last-child {
    border-bottom: 1px solid #ece5da;
}

.service-block-reverse {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.service-block-reverse .service-block-media {
    order: 2;
}

.service-block-reverse .service-block-content {
    order: 1;
}

.service-block-media {
    display: block;
    aspect-ratio: 14 / 9;
    overflow: hidden;
    border-radius: 8px;
    background: #f3f0ea;
}

.service-block-media img,
.service-block-media picture {
    width: 100%;
    height: 100%;
}

.service-block-media picture {
    display: block;
}

.service-block-media img {
    object-fit: cover;
    display: block;
}

.service-block-content {
    max-width: 590px;
}

.service-block-number {
    color: #fcbe4d;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 14px;
}

.service-block-content h2 {
    font-size: 36px;
    line-height: 1.25;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.service-block-content p {
    color: #57534d;
    font-size: 15px;
    line-height: 1.85;
    margin-bottom: 28px;
}

.service-final-cta {
    background: #232122;
    color: #fff;
    padding: 54px 0;
}

.service-final-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.service-final-inner h2 {
    color: #fff;
}

@media (max-width: 991px) {
    .service-hero,
    .service-hero-inner {
        min-height: 500px;
    }

    .service-hero-inner {
        padding: 64px 0 70px;
    }

    .service-hero h1 {
        font-size: 46px;
    }

    .service-intro-inner,
    .service-block,
    .service-block-reverse {
        grid-template-columns: 1fr;
    }

    .service-block,
    .service-block-reverse {
        gap: 26px;
        padding: 42px 0;
    }

    .service-block-reverse .service-block-media,
    .service-block-reverse .service-block-content {
        order: initial;
    }

    .service-block-content {
        max-width: none;
    }

    .service-final-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .service-hero,
    .service-hero-inner {
        min-height: 480px;
    }

    .service-hero h1 {
        font-size: 38px;
    }

    .service-hero-desc {
        font-size: 15px;
        line-height: 1.7;
    }

    .service-hero-meta div {
        min-width: 150px;
    }

    .service-intro {
        padding: 46px 0 20px;
    }

    .service-intro-title h2,
    .service-final-inner h2 {
        font-size: 28px;
    }

    .service-block-content h2 {
        font-size: 28px;
    }

    .service-btn {
        width: 100%;
        padding: 12px 16px;
    }
}

@media (max-width: 575px) {
    .service-hero {
        background-position: center top;
    }

    .service-hero h1 {
        font-size: 32px;
    }

    .service-hero-meta {
        display: grid;
        grid-template-columns: 1fr;
    }

    .service-block-media {
        aspect-ratio: 4 / 3;
    }
}
