@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');
.font1010 { font-family: 'Poppins', sans-serif !important; font-weight: 700; letter-spacing: 0.1em; font-size: inherit; }
* { box-sizing: border-box; font-size: 15px; scroll-padding-top: 120px; scroll-behavior: smooth; }
a{word-break: break-all;}
a:focus, a:hover { outline: none; text-decoration: none; }
body, html { padding: 0; margin: 0; }
h1, h2, h3, h4, h5, h6 { text-shadow: -1px -1px 0 rgba(0, 0, 0, 0); }
sub, sup { font-size: 60%; }
.no-padding { padding-left: 0; padding-right: 0; }
.img-center { display: block; margin: auto; }
.flexR { display: flex; flex-direction: row; }
.flexC { display: flex; flex-direction: column; }
a:hover { color: #e7c883; text-decoration: none; }
.big-pad { padding: 0 120px; }
/*************nav*************/
header { width: 100%; max-width: 1170px; margin: auto; position: fixed; top: 0px; left: 50%; transform: translateX(-50%); z-index: 9; overflow: visible; }
.container { width: 100%; max-width: 1170px; margin: auto; }
nav { color: #fff; justify-content: space-between; padding: 20px 55px; z-index: 1; position: relative; margin-top: 2vh; }
nav .the_content { display: flex; flex-direction: row; gap: 3em; justify-content: space-around; align-items: center; transition: all 0.3s ease; }
.lang { color: #dcbb7c; border: 2px solid #dcbb7c; padding: 5px 10px; border-radius: 20px; margin-left: 1em; line-height: 1em; }
.ham { display: none; position: relative; z-index: 20; }
header:after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 80%); transition: all 0.3s ease; opacity: 0.4; }
header.backblack:after { opacity: 1; }
#sect1 { position: relative; text-align: center; color: #fff; overflow: hidden; }
#sect1 h1 { color: #b8885e; margin-top: 0; }
#sect1 .sect1_txt { position: absolute; top: 50%; left: 0; z-index: 2; padding: 20px 120px; transform: translateY(-50%); }
#sect1 .sect1_bg { position: relative; z-index: 1; background-color: #564435; }
#sect1 .sect1_bg::before { content: ''; position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
#intro { padding: 0.5em 2.5em 1em 2.5em; margin-bottom: 3em; background-image: url("../images/sect1_line1.png"), url("../images/sect1_line2.png"); background-position: left top, right bottom; background-repeat: no-repeat; }
.intro_bg { background-image: url("../images/sect1_bg.png"); background-position: bottom center; background-size: cover; }
#sect2 { background-image: url(../images/main_bg.jpg); padding: 60px 0px; background-size: contain; background-repeat: repeat-y; }
/************swipe related*************/
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after { content: ''; }
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after { content: ''; }
.swiper-button-next, .swiper-rtl .swiper-button-prev { right: -10px !important; }
.swiper-button-prev, .swiper-rtl .swiper-button-next { left: -10px !important; }
.feaSWI .swiper-button-next, .cover_swi .swiper-button-next { background-image: url(../images/arrow_r.svg); background-repeat: no-repeat; width: 32px; }
.feaSWI .swiper-button-prev, .cover_swi .swiper-button-prev { background-image: url(../images/arrow_l.svg); background-repeat: no-repeat; right: 40px !important; width: 32px; }
.feaSWI .swiper-button-next, .feaSWI .swiper-container-rtl .swiper-button-prev { right: 10px; left: auto; }
.swiper-container.feaSWI { height: auto; width: 100%; }
.feaSWI .swiper-slide a { display: block; }
.feaSWI .swiper-slide.swiper-slide-active img { opacity: 1; }
.feaSWI .swiper-slide { /*filter: brightness(25%);*/ padding: 30px; }
.feaSWI .swiper-button-prev.swiper-button-white, .feaSWI .swiper-button-next.swiper-button-white { position: absolute; right: 0; left: auto; top: auto; bottom: 0; transform: translateY(-100%); }
.big-pad { position: relative; }
.fewSWI_contain { background-color: #292622; background-image: url("../images/light-shadow.png"); background-repeat: no-repeat; background-size: cover; border-bottom-right-radius: 60px; position: relative; left: 50%; transform: translateX(-50%); top: 0; width: 100%; height: 300px; padding: 30px; margin-bottom: 75px; box-shadow: 2px 5px 15px 0px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 2px 5px 15px 0px rgba(0, 0, 0, 0.5); -moz-box-shadow: 2px 5px 15px 0px rgba(0, 0, 0, 0.5); }
.fewSWI_contain:before { content: ''; position: absolute; left: -6px; top: 0; height: 100%; width: 6px; background: linear-gradient(180deg, #ccd4d6 0%, #ffffff 14%, #8fa0a7 26%, #ffffff 43%, #8fa0a7 64%, #7e8995 79%, #ffffff 110%); }
.fewSWI_contain:after { content: ''; position: absolute; right: 60px; top: 0; width: 93px; height: 92px; transform: translateY(-50%); background-image: url('images/home_icon.png'); background-repeat: no-repeat; }
.fewSWI_contain.flagship:after { content: ''; position: absolute; right: 0px; top: 0; width: 120px; height: 141px; background-image: url('images/phone_icon.png'); }
.fewSWI_contain .flexR { gap: 1.5em; }
.fewSWI_contain .flexR h3, .topic .flexR h3 { color: #dcbb7c; margin-bottom: 1.35em; }
.fewSWI_contain .flexR p, .topic .flexR p { color: #fff; }
.topic .morebox h1 { display: inherit; font-size: 18px !important; margin: 0; text-align: center; padding: 15px 15px 15px 15px; -webkit-border-radius: 10px; border-radius: 10px; cursor: pointer; }
.topic .morebox .moredetail .title { display: inherit;  color: #dcbb7c; font-size: 18px !important; margin: 0; text-align: center; padding: 15px 15px 15px 15px; -webkit-border-radius: 10px; border-radius: 10px; cursor: pointer; }
.topic .morebox .moredetail { display: none; -webkit-border-radius: 10px; border-radius: 10px; padding: 10px; border: 1px solid rgba(165,141,103,0.6); background-color: rgba(165,141,103,0.2); text-align: center; width: 96%; margin: auto; font-size: 14px; }
.topic .morebox .moredetail_arrow { width: 18px; position: relative; top: -2px; box-sizing: content-box; padding-left: 5px; padding-right: 5px; display: inline-block !important;}
.topic .morebox .moredetail a { color: #bea86d !important; text-decoration: none !important; font-weight: bold !important; }
.topic .morebox .moredetail a:hover { color: #e0cb94 !important; text-decoration: underline !important; }
.topic .morebox .rotate { transform: rotate(180deg); padding-left: 5px; padding-right: 5px; }
.topic .morebox .moredetail p { text-align: left; }
.fewSWI_contain .img_side { width: 28%; }
.fewSWI_contain .img_side img { filter: drop-shadow(10px 10px 4px rgba(0, 0, 0, 0.3)); }
.fewSWI_contain .txt_side { width: 72%; padding: 0 2em; }
.fewSWI_contain .txt_side hr { border-bottom: 0; border-top: 4px double rgba(175, 136, 119, 1); }
.cover_swi { text-align: center; }
.cover_swi .click_open { padding: 0 2.2em; }
.cover_swi .swiper-slide { padding: 20px; width: 360px; opacity: 0.6; }
.cover_swi .swiper-slide.swiper-slide-active { opacity: 1; }
.cover_swi .swiper-slide .flexC { border-radius: 20px; transition: all 0.3s ease-in; padding: 20px; height: 100%; min-height: 320px; }
.cover_swi .swiper-slide .flexC h3 { color: #dcbb7c; }
.cover_swi .swiper-slide .flexC p { color: #fff; }
.cover_swi .swiper-slide-active .flexC { background-color: rgba(76, 79, 83, 0.9); filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.25)); }
.cover_swi .dropdown button { font-size: 30px; background: transparent; border: none; border-bottom: 1px solid #bdc9d1; color: #dcbb7c; -webkit-appearance: auto; } 
.cover_swi .dropdown-menu { left: calc(50% - 100px); min-width: 200px; text-align: center; border-radius: 15px; }
.cover_swi .dropdown-menu>li>a { padding: 10px 20px; }
.expander { width: 100%; position: relative; color: #bdc9d1; text-align: right; display: block; padding-right: 30px; cursor: pointer; margin-bottom: 20px; }
.expander:hover { text-decoration: none; color: #bdc9d1; }
.expander .expd { }
.expander .colap { display: none; }
.expander::before { content: ''; position: absolute; width: 70%; height: 1px; background-color: #bdc9d1; left: 0; top: 10px; }
.expander::after { content: '▼'; position: absolute; width: 20px; height: 20px; color: #bdc9d1; right: 0; top: 0px; transition: all 0.3s ease; transform: rotate(0deg); }
.expander.togg::after { transform: rotate(180deg); }
.hidden-text { display: none; }
.hidden-text.see { display: inline; }
.locked { overflow: hidden; }
.fbx_contain { width: fit-content; margin: auto; gap: 2em; }
.fbx { width: 320px; }
.fbx:first-child { background-color: rgba(76, 79, 83, 0.9); color: #fff; border: 1px solid #bdc9d1; }
.fbx:last-child { background-color: transparent; transform: translateY(20%); color: #fff; }
.fbx:first-child .img-b { transform: scale(1.1) translateY(-5%); }
.fbx:last-child .img-b { transform: scale(0.95); z-index: 3; position: relative; transform-origin: right; }
.fbx:last-child .txt-b { border: 1px solid #bdc9d1; transform: translateY(-10%); padding-top: 10%; z-index: 2; position: relative; }
.fbx .txt-b { padding: 20px; }
.fbx_contain .fbx h4 { color: #dcbb7c; text-align: center; }
#showroom { padding-top: 100px; }
#showroom .col-md-3:nth-child(2), #showroom .col-md-3:nth-child(4) { transform: translateY(-20%); }
#showroom .topic { margin-bottom: 50px; }
/*******mapppp***********/
#map_tab { padding: 40px 120px; background-image: url("../images/drop-shadow.png"), url(../images/map_bg.jpg); background-size: 100% 100px, cover; background-repeat: no-repeat; background-position: top center; }
#map_tab * { color: #fff; }
#map_tab .flexR { gap: 1em; align-items: center; }
#map_tab .left_blk { width: 25%; }
#map_tab .right_blk { width: 75%; }
#map_tab h2 { color: #fff; margin: 0; letter-spacing: 0.08em; font-size: 36px; }
#map_tab p { color: #fff; margin: 0; margin-bottom: 15px; }
#map_tab .map_crtl { margin-top: 30px; display: flex; flex-direction: row; justify-content: center; gap: 1em; }
#map_tab .map_crtl .flexC.left_blk { gap: 2em; text-align: right; font-size: 22px; font-weight: 700; padding-right: 20px; }
#map_tab .by_district { gap: 20px; }
#map_tab a { cursor: pointer; color: #fff; }
#map_tab .by_district a { padding: 5px 30px; border-radius: 20px; color: #fff; font-weight: bold; transition: all 0.3s ease-in; }
#map_tab .by_district a.the_on { background-color: #fff; color: #483628; }
.by_gp { transform: translateY(55px); }
.by_gp a { font-size: 20px; position: relative; display: block; width: fit-content; margin-left: auto; }
.by_gp a.the_on { }
.by_gp a.the_on:before { content: ''; position: absolute; left: -20px; top: 0; height: 100%; width: 5px; background: linear-gradient(180deg, #ccd4d6 0%, #ffffff 14%, #8fa0a7 26%, #ffffff 43%, #8fa0a7 64%, #7e8995 79%, #ffffff 110%); }
.address_contain { min-height: 280px; }
.address_blk *, .address_blk p { color: #000 !important; }
.address_blk { background-color: #fff; border-radius: 20px; padding: 25px; margin: 20px auto; color: #000; display: flex; flex-direction: row; justify-content: space-around; filter: drop-shadow(10px 10px 4px rgba(0, 0, 0, 0.3)); }
.district { width: 20%; text-align: left; font-weight: bold; }
.shop_detail { width: 80%; }
.upper_part { display: flex; flex-direction: row; }
.address_phone { width: calc(100% - 86px); display: flex; flex-direction: column; justify-content: space-between; }
.map_call { display: flex; flex-direction: column; width: 86px; border-left: 1px solid #909090; gap: 10px; }
.lower_part { display: flex; flex-direction: row; justify-content: space-between; gap: 20px; /*margin-top: 20px;*/ justify-content: flex-start; }
.lower_part .black_day, .lower_part .red_day, .lower_part .black_day strong, .lower_part .red_day strong { color: #909090 !important; font-size: 14px; }
/*******tnc*******/
#tnc { background-color: #333333; padding: 75px 0; color: #fff; font-size: 12px; }
#tnc * { font-size: 10px; }
#tnc ol, #tnc ul { margin: 0; padding-left: 1.2em; }
#tnc a { text-decoration: underline; }
#tnc a:focus, #tnc a:hover { color: #fff; }
#bt_top { background-color: #fff; background-image: url(../images/arrow_l.svg); transform: rotate(90deg); cursor: pointer; position: fixed; right: 20px; bottom: 20px; height: 60px; width: 60px; border-radius: 100%; z-index: 90; opacity: 0; transition: all 0.3s ease; }
.fadein { opacity: 1 !important; }
.whatsapp_btn a { border-radius: 50px; padding: 10px 100px; margin: 0 auto; display: flex; justify-content: center; align-items: center; gap: 10px; width: fit-content; text-align: center; }
.whatsapp_btn span, .ar_btn span { font-size: calc(0.88rem + 0.63vw); }
.ar_btn a { border: 2px solid #b59262; border-radius: 100px; padding: 20px 100px; margin: 0 auto; font-size: calc(0.88rem + 0.63vw); display: flex; justify-content: center; align-items: center; gap: 10px; width: fit-content; text-align: center; flex-direction: column; }

/*********************/
.spacer_for_yt{height: 120px;}
#dLabel .caret{transform: scale(1.5);}

/**********dropdown menu***********/
.dropdown { position: relative; display: inline-block; }
.dropdown-content { display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; }
.dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: block; }
.dropdown-content a:hover {background-color: #f1f1f1}
.dropdown:hover .dropdown-content {display: block;}

@media (max-width: 768px) {
  .the_content {
    display: none;
  }
  .the_content.is-open {
    display: block;
  }
}

@media only screen and (max-width:992px) {
nav .the_content { gap: 1em }
#sect1 { aspect-ratio: 1/0.8; }
#sect1 .sect1_txt { transform: translateY(0%); padding: 40px; top: 0%; }
.sect1_txt .lines { width: 10%; }
.sect1_txt .lines img { width: auto; max-width: 100%; }
.sect1_txt .texts { width: 80%; }
.big-pad { padding: 0 60px; }
}

@media only screen and (max-width:767px) {
.spacer_for_yt{height: 110px;}

h1, .h1 {
    font-size: 26px;
}

* {scroll-padding-top: 110px;}
.the_logo { max-width: 200px; }
.ham { display: block; }
.big-pad { padding: 0 25px; }
header { position: fixed; overflow: visible; }
nav { padding: 15px; }
nav .the_content { flex-direction: column !important; position: fixed; right: 0; width: 100%; height: 100dvh; min-height: 100%; padding: 20px; z-index: 10; top: 0; gap: 2em; transform: translateX(100%); pointer-events: none; background-color: rgba(0, 0, 0, 0.7); justify-content: center; }
nav .the_content.the_on { transform: translateX(0); pointer-events: all; }
.lang { margin-left: 0; }
.feaSWI .swiper-slide { width: 75vw; }
#sect1 { aspect-ratio: 1/1; }
#sect1 .sect1_txt { padding: 20px 20px; top: 10%; transform: translateY(-15%); }
.sect1_txt .lines { width: 12%; }
.sect1_txt .lines img { width: auto; max-width: 100%; }
.sect1_txt .texts { width: 76%; padding: 0 5px; }
#sect1 .sect1_bg { height: 100%; }
#sect1 .sect1_bg::before { object-fit: contain; position: absolute; bottom: 0; top: auto; }
#sect1 h1 { font-size: 24px; }
.sect1_bg img { object-fit: contain; position: absolute; bottom: 0; background-color: #564435; }
.fewSWI_contain { border-bottom-right-radius: 40px; padding: 20px; height: auto; margin-bottom: 40px; }
.fewSWI_contain .flexR { gap: 1em; }
.fewSWI_contain .img_side { width: 40%; }
.fewSWI_contain .txt_side { width: 60%; padding-right: 0; padding-left: 1em; }
.fewSWI_contain:after { right: 30px; width: 65px; height: 63px; background-size: contain; }
.fewSWI_contain.flagship:after { right: 0px; width: 70px; height: 93px; background-size: contain; }
.fewSWI_contain .flexR h3 { margin: 0.5em auto 0.65em auto; font-size: 22px; }
.fewSWI_contain .flexR p { font-size: 14px; }
.cover_swi .swiper-slide { width: 300px; }
.fbx_contain { flex-direction: column; gap: 1em; }
.fbx_contain .fbx { width: 75%; font-size: 14px; }
.fbx_contain .fbx h4 { color: #dcbb7c; font-size: 22px; }
.fbx:last-child { transform: translateY(10%); align-self: flex-end; }
/*******mapppp***********/
#map_tab { padding: 40px 0; }
#map_tab .flexR { flex-direction: column; }
#map_tab .left_blk { width: 100%; }
#map_tab .map_crtl .flexC.left_blk { text-align: center; }
#map_tab .right_blk { width: 100%; }
#map_tab .map_crtl { margin-top: 0px; flex-direction: column; }
.flexC.left_blk.by_gp { flex-direction: row; margin-bottom: 30px; gap: 10px !important; justify-content: space-between; padding: 0 !important; }
.by_gp { transform: translateY(20px); }
.by_gp a { font-size: 16px; margin-left: 0; }
#map_tab .by_district { flex-direction: row !important; padding: 0 !important; justify-content: space-between; }
#map_tab .by_district a { padding: 5px 30px; }
.by_gp a.the_on:before { width: 100%; content: ''; position: absolute; left: 0; top: auto; bottom: -5px; height: 3px; }
.address_blk { flex-direction: column; }
.district { width: 100%; margin-bottom: 20px; }
.address_phone { padding: 0 10px 0 0; width: calc(100%); }
.shop_detail { width: 100%; }
.map_call { width: 46px; padding-left: 10px; }
.lower_part { justify-content: flex-start; margin-top: 0; }
#showroom{padding-top: 60px;}
#showroom .col-md-3:nth-child(2), #showroom .col-md-3:nth-child(4) { transform: translateY(0%); padding-top: 0%; order: 1; }
#showroom .col-md-3:nth-child(1) { order: 3; }
#showroom .col-md-3:nth-child(3) { order: 2; }
#showroom .col-md-3:nth-child(4) { order: 4; }

.topic{padding: 0;}
.topic img{display: block;}
.title img{margin: auto; margin-bottom: 15px;}
.ar_btn{width: 100%;}
.ar_btn a{padding: 15px !important; width: 100%;}
.ar_btn img{max-width: 40px !important;}
.flex-xs-C { flex-direction: column; }
.text-xs-center { text-align: center; }
}

@media only screen and (max-width:499px) {
#sect1 { aspect-ratio: unset !important; }
#sect1 .sect1_txt { padding: 20px 20px; top: 0; transform: translateY(0%); }
#bt_top { bottom: 150px; border: 1px solid #999; height: 40px; width: 40px; }
}
/*floatingBTN_contain*/
.floatingBTN_contain { padding: 10px 5px; display: block; position: fixed; box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5); border: solid 3px transparent; background-image: linear-gradient(rgba(237, 0, 153, 0), rgba(102, 0, 153, 0)), linear-gradient(101deg, #a27f40, #d3c087, #a27f40); background-origin: border-box; background-clip: content-box, border-box; box-shadow: 2px 1000px 1px #000000 inset; border-radius: 60px; z-index: 99; right: 10px; top: 80px; }
.floatingBTN_contain a { padding: 5px; overflow: hidden; display: block; padding-top: 0; }
.floatingBTN_contain a:hover p, .floatingBTN_contain a:focus p { color: #fff; }
.floatingBTN_contain img { max-width: 50px; }
.floatingBTN_contain p { font-size: 12px; margin: 0; padding-top: 2px; }

@media (max-width: 767px) {
.floatingBTN_contain { padding: 5px; width: 95%; bottom: 10px; top: auto; }
.floatingBTN_contain a { padding: 0; display: inline-block; }
.float_btn { float: left; width: 100%; display: flex; flex-direction: row; justify-content: space-evenly; }
}

@media (max-width: 499px) {
.floatingBTN_contain { padding: 5px; width: 95%; bottom: 52px; top: auto; transform: scale(0.9); }
.floatingBTN_contain a { padding: 0; display: inline-block; }
.mobile_margin { margin-left: 10%; }
}


/****************20260818***************/
#sect_sp {
  padding: 3em 0;
  overflow: hidden;
  background-image: url(../images/setc_sp_bg.png);
  background-position: top center;
  background-size: cover;
}

.thebox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 38px 50px;
  margin: 0 auto;
}
.thebox::before,
.thebox::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 27px;
  background: url(../images/box_cap.png) center / 100% 100% no-repeat;
  pointer-events: none;
}
.thebox::before {
  top: 0;
}
.thebox::after {
  bottom: 0;
  transform: rotate(180deg);
}
.thebox .icon img {
  display: block;
  width: 72px;
  height: auto;
}
.thebox .txt {
  text-align: center;
}
.thebox .txt h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 8px;
  letter-spacing: 0.12em;
}
.thebox .txt h1 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  line-height: 1.35;
}
.thebox .txt h1 span {
  color: #dcbb7c;
  font-size: 1.5em;
}
.thebox .txt h1 sup {
  color: #fff;
  font-size: 50%;
  top: -0.85em;
  margin-left: 1px;
}

@media only screen and (max-width:767px) {
  .thebox {
      gap: 12px;
      padding: 28px 18px;
  }
  .thebox .icon img {
      width: 48px;
  }
  .thebox .txt h3 {
      font-size: 13px;
      margin-bottom: 6px;
  }
  .thebox .txt h1 {
      font-size: 16px;
  }
  #sect_sp {padding: 1em;}
}

.press_swi {
  overflow: visible;
  padding: 36px 0;
}
.press_swi .swiper-wrapper {
  overflow: visible;
  align-items: stretch;
}
.press_swi .swiper-slide {
  height: auto;
  z-index: 1;
}
.press_swi .swiper-button-next,
.press_swi .swiper-button-prev {
  width: 32px;
  height: 32px;
  margin-top: -16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.press_swi .swiper-button-next {
  background-image: url(../images/arrow_r.svg);
  right: 0 !important;
}
.press_swi .swiper-button-prev {
  background-image: url(../images/arrow_l.svg);
  left: 0 !important;
}
.press_swi .swiper-button-disabled {
  opacity: 0.35;
}
.press_swi .swiper-button-lock {
  display: flex !important;
}
.press-card {
  position: relative;
  transform: scale(0.95);
  transform-origin: center center;
  transition: transform 0.35s ease;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
}
.press-card img {
  display: block;
  width: auto;
  margin: auto;
  max-width: 100%;
  transition: filter 0.35s ease;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}
.press-card::before {
  top: 14%;
}
.press-card::after {
  bottom: 2%;
  transform: rotate(180deg);
}

@media (hover: hover) and (min-width: 768px) {
  .press_swi .swiper-slide:hover {
      z-index: 5;
  }
  .press_swi .swiper-slide:hover .press-card {
      transform: scale(1);
  }
  .press_swi .swiper-slide:hover .press-card img{
      filter: drop-shadow(0 4px 16px rgba(220, 187, 124, 0.8));
  }
}

@media only screen and (max-width:767px) {
  .press_swi {
      padding: 28px 36px 20px;
  }
  .press_swi .swiper-slide-active {
      z-index: 5;
  }
  .press_swi .swiper-slide-active .press-card {
      transform: scale(1);
  }
  .press_swi .swiper-slide-active .press-card img{
      filter: drop-shadow(0 4px 16px rgba(220, 187, 124, 0.8));
  }
}

.press-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  color: #fff;
  text-decoration: none;
  margin: 0 auto;
}
.press-more span {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.press-more::before,
.press-more::after {
  content: '';
  width: 22px;
  height: 1px;
  flex-shrink: 0;
  background: linear-gradient(90deg, transparent, #dcbb7c 30%, #f0d9a4);
}
.press-more::after {
  background: linear-gradient(90deg, #f0d9a4, #dcbb7c 70%, transparent);
}
.press-more:hover,
.press-more:focus {
  color: #fff;
  text-decoration: none;
}
/* .press-more:hover span {
  color: #dcbb7c;
} */

@media only screen and (max-width:767px) {
  .press-more {
      gap: 14px;
  }
  .press-more span {
      font-size: 15px;
  }
  .press-more::before,
  .press-more::after {
      width: 40px;
  }
}