@charset "UTF-8";
/*
Theme Name: VCN Phước Long
Version: 1.0
Author: PutaDesign
*/
@font-face { font-family: "SVN-Sunflora"; src: url("assets/fonts/SVN-Sunflora.otf") format("opentype"); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: "SVN-Radiant"; src: url("assets/fonts/SVN-Radiant-Slender.otf") format("opentype"); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: "Montserrat-Regular"; src: url("assets/fonts/Montserrat-Regular.ttf") format("TrueType"); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: "Montserrat-Black"; src: url("assets/fonts/Montserrat-Black.ttf") format("TrueType"); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: "Montserrat-Medium"; src: url("assets/fonts/Montserrat-Medium.ttf") format("TrueType"); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: "Montserrat-MediumItalic"; src: url("assets/fonts/Montserrat-MediumItalic.ttf") format("TrueType"); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: "Montserrat-SemiBold"; src: url("assets/fonts/Montserrat-SemiBold.ttf") format("TrueType"); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: "Montserrat-Bold"; src: url("assets/fonts/Montserrat-Bold.ttf") format("TrueType"); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: "Montserrat-ExtraBold"; src: url("assets/fonts/Montserrat-ExtraBold.ttf") format("TrueType"); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: "Montserrat-Light"; src: url("assets/fonts/Montserrat-Light.ttf") format("TrueType"); font-weight: normal; font-style: normal; font-display: swap; }

:root { --svn-sunflore: "SVN-Sunflora"; --svn-radiant: "SVN-Radiant"; --primary-font: "Montserrat-Regular"; --yellow: #c9a954; --dark-yellow: #92793c; --heading-color: #cda954; --primary-color: #000f93; --secondary-color: #c9a954; --animation-curve: cubic-bezier(1, 0, 0, 1); --red: #cc3d3d; --black: #444; }

* { padding: 0; margin: 0; box-sizing: border-box; }
input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; }
input,
button,
textarea,
select { font-family: var(--primary-font); border: 0; background-color: transparent; }
input:focus-visible,
button:focus-visible,
textarea:focus-visible { outline: 0; border: 0; }
input[type=date]::-webkit-inner-spin-button, input[type=date]::-webkit-calendar-picker-indicator { position: absolute; top: 50%; transform: translateY(-50%); left: 0; }
html { scroll-behavior: smooth; overflow-y: scroll; font-family: var(--primary-font) !important; font-size: 16px; }
body { font-family: var(--primary-font); }
body.fixed { overflow: hidden; }
a { text-decoration: none; }
li { list-style: none; }
img { width: 100%; height: 100%; object-fit: cover; }
:is(p, li) { line-height: 1.5; }
.z-index { z-index: 1; }
.font-bold { font-weight: 600; }
.font-thin { font-weight: 100; }
.svn-font { font-family: var(--svn-sunflora) !important; }
.svn-radiant-font { font-family: var(--svn-radiant) !important; }
.bold-font { font-family: "Montserrat-Bold"; }
.extra-bold-font { font-family: "Montserrat-ExtraBold"; }
.medium-italic-font { font-family: "Montserrat-MediumItalic"; }
.medium-font { font-family: "Montserrat-Medium", sans-serif; }
.light-font { font-family: "Montserrat-Light", sans-serif; }
.semi-bold-font { font-family: "Montserrat-SemiBold", sans-serif; }
.pointer { cursor: pointer; }
.uppercase { text-transform: uppercase; }
.tac { text-align: center; }
.tar { text-align: right; }

.br-3px{ border-radius:3px; }.br-5px{ border-radius:5px; }.br-10px{ border-radius:10px; }.br-15px{ border-radius:15px; }.br-20px{ border-radius:20px; }.br-25px{ border-radius:25px; }.br-30px{ border-radius:30px; }.br-35px{ border-radius:35px; }.br-40px{ border-radius:40px; }.br-4px{ border-radius:4px; }.br-6px{ border-radius:6px; }.br-8px{ border-radius:8px; }.br-12px{ border-radius:12px; }.br-14px{ border-radius:14px; }.br-16px{ border-radius:16px; }.br-18px{ border-radius:18px; }.ovh{ overflow:hidden; }.trs-25{ transition:0.25s; }.trs-3{ transition:0.3s; }.trs-35{ transition:0.35s; }.trs-4{ transition:0.4s; }.trs-5{ transition:0.5s; }.bt{ color:#4b4b4b; }.wt{ color:#fff; }.gray-text{ color:#9d9d9d; }.red-text{ color:var(--red); }.green-text{ color:var(--primary-color); }.white-bg{ background-color:#fff; }.green-bg{ background-color:var(--primary-color); }.black-bg{ background-color:#000; }.yellow-bg{ background-color:var(--heading-color); }.yellow-dark-text{ color:var(--dark-yellow); }.yellow-text{ color:var(--yellow); }.heading-text{ color:var(--heading-color); }.pr{ position:relative; }.pa{ position:absolute; }.db{ display:block; }.dib{ display:inline-block; }.df{ display:flex; }.fwr{ flex-wrap:wrap; }.aic{ align-items:center; }.aib{ align-items:baseline; }.jcsb{ justify-content:space-between; }.jcsa{ justify-content:space-around; }.jcc{ justify-content:center; }.fdr{ flex-direction:row; }.fdrr{ flex-direction:row-reverse; }.fdc{ flex-direction:column; }.fdcr{ flex-direction:column-reverse; }.jce{ justify-content:end; }

.fs-10px{ font-size:10px; }.fs-11px{ font-size:11px; }.fs-12px{ font-size:12px; }.fs-13px{ font-size:13px; }.fs-14px{ font-size:14px; }.fs-15px{ font-size:15px; }.fs-16px{ font-size:16px; }.fs-17px{ font-size:17px; }.fs-18px{ font-size:18px; }.fs-19px{ font-size:19px; }.fs-20px{ font-size:20px; }.fs-21px{ font-size:21px; }.fs-22px{ font-size:22px; }.fs-23px{ font-size:23px; }.fs-24px{ font-size:24px; }.fs-25px{ font-size:25px; }.fs-26px{ font-size:26px; }.fs-27px{ font-size:27px; }.fs-28px{ font-size:28px; }.fs-29px{ font-size:29px; }.fs-30px{ font-size:30px; }.fs-31px{ font-size:31px; }.fs-32px{ font-size:32px; }.fs-33px{ font-size:33px; }.fs-34px{ font-size:34px; }.fs-35px{ font-size:35px; }.fs-36px{ font-size:36px; }.fs-37px{ font-size:37px; }.fs-38px{ font-size:38px; }.fs-39px{ font-size:39px; }.fs-40px{ font-size:40px; }.fs-41px{ font-size:41px; }.fs-42px{ font-size:42px; }.fs-43px{ font-size:43px; }.fs-44px{ font-size:44px; }.fs-45px{ font-size:45px; }.fs-46px{ font-size:46px; }.fs-47px{ font-size:47px; }.fs-48px{ font-size:48px; }.fs-49px{ font-size:49px; }.fs-50px{ font-size:50px; }.fs-51px{ font-size:51px; }.fs-52px{ font-size:52px; }.fs-53px{ font-size:53px; }.fs-54px{ font-size:54px; }.fs-55px{ font-size:55px; }.fs-56px{ font-size:56px; }.fs-57px{ font-size:57px; }.fs-58px{ font-size:58px; }.fs-59px{ font-size:59px; }.fs-60px{ font-size:60px; }.fs-61px{ font-size:61px; }.fs-62px{ font-size:62px; }.fs-63px{ font-size:63px; }.fs-64px{ font-size:64px; }.fs-65px{ font-size:65px; }.fs-66px{ font-size:66px; }.fs-67px{ font-size:67px; }.fs-68px{ font-size:68px; }.fs-69px{ font-size:69px; }.fs-70px{ font-size:70px; }.fs-71px{ font-size:71px; }.fs-72px{ font-size:72px; }.fs-73px{ font-size:73px; }.fs-74px{ font-size:74px; }.fs-75px{ font-size:75px; }.fs-76px{ font-size:76px; }.fs-77px{ font-size:77px; }.fs-78px{ font-size:78px; }.fs-79px{ font-size:79px; }.fs-80px{ font-size:80px; }

.fw-u{ font-weight:unset; }.fw-b{ font-weight:bold; }.m-0{ margin:0px; }.mr-0{ margin-right:0px; }.ml-0{ margin-left:0px; }.mt-0{ margin-top:0px; }.mb-0{ margin-bottom:0px; }.p-0{ padding:0px; }.pr-0{ padding-right:0px; }.pl-0{ padding-left:0px; }.pt-0{ padding-top:0px; }.pb-0{ padding-bottom:0px; }.m-2{ margin:2px; }.mr-2{ margin-right:2px; }.ml-2{ margin-left:2px; }.mt-2{ margin-top:2px; }.mb-2{ margin-bottom:2px; }.p-2{ padding:2px; }.pr-2{ padding-right:2px; }.pl-2{ padding-left:2px; }.pt-2{ padding-top:2px; }.pb-2{ padding-bottom:2px; }.m-4{ margin:4px; }.mr-4{ margin-right:4px; }.ml-4{ margin-left:4px; }.mt-4{ margin-top:4px; }.mb-4{ margin-bottom:4px; }.p-4{ padding:4px; }.pr-4{ padding-right:4px; }.pl-4{ padding-left:4px; }.pt-4{ padding-top:4px; }.pb-4{ padding-bottom:4px; }.m-5{ margin:5px; }.mr-5{ margin-right:5px; }.ml-5{ margin-left:5px; }.mt-5{ margin-top:5px; }.mb-5{ margin-bottom:5px; }.p-5{ padding:5px; }.pr-5{ padding-right:5px; }.pl-5{ padding-left:5px; }.pt-5{ padding-top:5px; }.pb-5{ padding-bottom:5px; }.m-6{ margin:6px; }.mr-6{ margin-right:6px; }.ml-6{ margin-left:6px; }.mt-6{ margin-top:6px; }.mb-6{ margin-bottom:6px; }.p-6{ padding:6px; }.pr-6{ padding-right:6px; }.pl-6{ padding-left:6px; }.pt-6{ padding-top:6px; }.pb-6{ padding-bottom:6px; }.m-8{ margin:8px; }.mr-8{ margin-right:8px; }.ml-8{ margin-left:8px; }.mt-8{ margin-top:8px; }.mb-8{ margin-bottom:8px; }.p-8{ padding:8px; }.pr-8{ padding-right:8px; }.pl-8{ padding-left:8px; }.pt-8{ padding-top:8px; }.pb-8{ padding-bottom:8px; }.m-10{ margin:10px; }.mr-10{ margin-right:10px; }.ml-10{ margin-left:10px; }.mt-10{ margin-top:10px; }.mb-10{ margin-bottom:10px; }.p-10{ padding:10px; }.pr-10{ padding-right:10px; }.pl-10{ padding-left:10px; }.pt-10{ padding-top:10px; }.pb-10{ padding-bottom:10px; }.m-12{ margin:12px; }.mr-12{ margin-right:12px; }.ml-12{ margin-left:12px; }.mt-12{ margin-top:12px; }.mb-12{ margin-bottom:12px; }.p-12{ padding:12px; }.pr-12{ padding-right:12px; }.pl-12{ padding-left:12px; }.pt-12{ padding-top:12px; }.pb-12{ padding-bottom:12px; }.m-14{ margin:14px; }.mr-14{ margin-right:14px; }.ml-14{ margin-left:14px; }.mt-14{ margin-top:14px; }.mb-14{ margin-bottom:14px; }.p-14{ padding:14px; }.pr-14{ padding-right:14px; }.pl-14{ padding-left:14px; }.pt-14{ padding-top:14px; }.pb-14{ padding-bottom:14px; }.m-15{ margin:15px; }.mr-15{ margin-right:15px; }.ml-15{ margin-left:15px; }.mt-15{ margin-top:15px; }.mb-15{ margin-bottom:15px; }.p-15{ padding:15px; }.pr-15{ padding-right:15px; }.pl-15{ padding-left:15px; }.pt-15{ padding-top:15px; }.pb-15{ padding-bottom:15px; }.m-16{ margin:16px; }.mr-16{ margin-right:16px; }.ml-16{ margin-left:16px; }.mt-16{ margin-top:16px; }.mb-16{ margin-bottom:16px; }.p-16{ padding:16px; }.pr-16{ padding-right:16px; }.pl-16{ padding-left:16px; }.pt-16{ padding-top:16px; }.pb-16{ padding-bottom:16px; }.m-20{ margin:20px; }.mr-20{ margin-right:20px; }.ml-20{ margin-left:20px; }.mt-20{ margin-top:20px; }.mb-20{ margin-bottom:20px; }.p-20{ padding:20px; }.pr-20{ padding-right:20px; }.pl-20{ padding-left:20px; }.pt-20{ padding-top:20px; }.pb-20{ padding-bottom:20px; }.m-24{ margin:24px; }.mr-24{ margin-right:24px; }.ml-24{ margin-left:24px; }.mt-24{ margin-top:24px; }.mb-24{ margin-bottom:24px; }.p-24{ padding:24px; }.pr-24{ padding-right:24px; }.pl-24{ padding-left:24px; }.pt-24{ padding-top:24px; }.pb-24{ padding-bottom:24px; }.m-28{ margin:28px; }.mr-28{ margin-right:28px; }.ml-28{ margin-left:28px; }.mt-28{ margin-top:28px; }.mb-28{ margin-bottom:28px; }.p-28{ padding:28px; }.pr-28{ padding-right:28px; }.pl-28{ padding-left:28px; }.pt-28{ padding-top:28px; }.pb-28{ padding-bottom:28px; }.m-30{ margin:30px; }.mr-30{ margin-right:30px; }.ml-30{ margin-left:30px; }.mt-30{ margin-top:30px; }.mb-30{ margin-bottom:30px; }.p-30{ padding:30px; }.pr-30{ padding-right:30px; }.pl-30{ padding-left:30px; }.pt-30{ padding-top:30px; }.pb-30{ padding-bottom:30px; }.m-32{ margin:32px; }.mr-32{ margin-right:32px; }.ml-32{ margin-left:32px; }.mt-32{ margin-top:32px; }.mb-32{ margin-bottom:32px; }.p-32{ padding:32px; }.pr-32{ padding-right:32px; }.pl-32{ padding-left:32px; }.pt-32{ padding-top:32px; }.pb-32{ padding-bottom:32px; }.m-36{ margin:36px; }.mr-36{ margin-right:36px; }.ml-36{ margin-left:36px; }.mt-36{ margin-top:36px; }.mb-36{ margin-bottom:36px; }.p-36{ padding:36px; }.pr-36{ padding-right:36px; }.pl-36{ padding-left:36px; }.pt-36{ padding-top:36px; }.pb-36{ padding-bottom:36px; }.m-40{ margin:40px; }.mr-40{ margin-right:40px; }.ml-40{ margin-left:40px; }.mt-40{ margin-top:40px; }.mb-40{ margin-bottom:40px; }.p-40{ padding:40px; }.pr-40{ padding-right:40px; }.pl-40{ padding-left:40px; }.pt-40{ padding-top:40px; }.pb-40{ padding-bottom:40px; }.m-48{ margin:48px; }.mr-48{ margin-right:48px; }.ml-48{ margin-left:48px; }.mt-48{ margin-top:48px; }.mb-48{ margin-bottom:48px; }.p-48{ padding:48px; }.pr-48{ padding-right:48px; }.pl-48{ padding-left:48px; }.pt-48{ padding-top:48px; }.pb-48{ padding-bottom:48px; }.m-56{ margin:56px; }.mr-56{ margin-right:56px; }.ml-56{ margin-left:56px; }.mt-56{ margin-top:56px; }.mb-56{ margin-bottom:56px; }.p-56{ padding:56px; }.pr-56{ padding-right:56px; }.pl-56{ padding-left:56px; }.pt-56{ padding-top:56px; }.pb-56{ padding-bottom:56px; }.m-60{ margin:60px; }.mr-60{ margin-right:60px; }.ml-60{ margin-left:60px; }.mt-60{ margin-top:60px; }.mb-60{ margin-bottom:60px; }.p-60{ padding:60px; }.pr-60{ padding-right:60px; }.pl-60{ padding-left:60px; }.pt-60{ padding-top:60px; }.pb-60{ padding-bottom:60px; }.m-64{ margin:64px; }.mr-64{ margin-right:64px; }.ml-64{ margin-left:64px; }.mt-64{ margin-top:64px; }.mb-64{ margin-bottom:64px; }.p-64{ padding:64px; }.pr-64{ padding-right:64px; }.pl-64{ padding-left:64px; }.pt-64{ padding-top:64px; }.pb-64{ padding-bottom:64px; }.m-70{ margin:70px; }.mr-70{ margin-right:70px; }.ml-70{ margin-left:70px; }.mt-70{ margin-top:70px; }.mb-70{ margin-bottom:70px; }.p-70{ padding:70px; }.pr-70{ padding-right:70px; }.pl-70{ padding-left:70px; }.pt-70{ padding-top:70px; }.pb-70{ padding-bottom:70px; }.m-75{ margin:75px; }.mr-75{ margin-right:75px; }.ml-75{ margin-left:75px; }.mt-75{ margin-top:75px; }.mb-75{ margin-bottom:75px; }.p-75{ padding:75px; }.pr-75{ padding-right:75px; }.pl-75{ padding-left:75px; }.pt-75{ padding-top:75px; }.pb-75{ padding-bottom:75px; }.m-80{ margin:80px; }.mr-80{ margin-right:80px; }.ml-80{ margin-left:80px; }.mt-80{ margin-top:80px; }.mb-80{ margin-bottom:80px; }.p-80{ padding:80px; }.pr-80{ padding-right:80px; }.pl-80{ padding-left:80px; }.pt-80{ padding-top:80px; }.pb-80{ padding-bottom:80px; }.m-90{ margin:90px; }.mr-90{ margin-right:90px; }.ml-90{ margin-left:90px; }.mt-90{ margin-top:90px; }.mb-90{ margin-bottom:90px; }.p-90{ padding:90px; }.pr-90{ padding-right:90px; }.pl-90{ padding-left:90px; }.pt-90{ padding-top:90px; }.pb-90{ padding-bottom:90px; }.m-96{ margin:96px; }.mr-96{ margin-right:96px; }.ml-96{ margin-left:96px; }.mt-96{ margin-top:96px; }.mb-96{ margin-bottom:96px; }.p-96{ padding:96px; }.pr-96{ padding-right:96px; }.pl-96{ padding-left:96px; }.pt-96{ padding-top:96px; }.pb-96{ padding-bottom:96px; }.m-112{ margin:112px; }.mr-112{ margin-right:112px; }.ml-112{ margin-left:112px; }.mt-112{ margin-top:112px; }.mb-112{ margin-bottom:112px; }.p-112{ padding:112px; }.pr-112{ padding-right:112px; }.pl-112{ padding-left:112px; }.pt-112{ padding-top:112px; }.pb-112{ padding-bottom:112px; }.m-128{ margin:128px; }.mr-128{ margin-right:128px; }.ml-128{ margin-left:128px; }.mt-128{ margin-top:128px; }.mb-128{ margin-bottom:128px; }.p-128{ padding:128px; }.pr-128{ padding-right:128px; }.pl-128{ padding-left:128px; }.pt-128{ padding-top:128px; }.pb-128{ padding-bottom:128px; }.m-144{ margin:144px; }.mr-144{ margin-right:144px; }.ml-144{ margin-left:144px; }.mt-144{ margin-top:144px; }.mb-144{ margin-bottom:144px; }.p-144{ padding:144px; }.pr-144{ padding-right:144px; }.pl-144{ padding-left:144px; }.pt-144{ padding-top:144px; }.pb-144{ padding-bottom:144px; }.w50{ width:50%; }.w100{ width:100%; }.w-fit{ width:fit-content; }.h100{ height:100%; }.lh-18{ line-height:1.8; }.lh-15{ line-height:1.5; }.lh-20{ line-height:2; }.lh-25 > *{ line-height:2.5; }

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

article:is(p, h2, h3, h4, h5, ul, ol, ul li, ol li, div, span){ margin:16px 0; color:#000000; line-height:1.9; font-family:var(--iciel-font) !important; }article:is(p, h2, h3, h4, h5, ul, ol, ul li, ol li, div, span) ul, article:is(p, h2, h3, h4, h5, ul, ol, ul li, ol li, div, span) ol{ padding-left:20px; }article:is(p, h2, h3, h4, h5, ul, ol, ul li, ol li, div, span) ul li, article:is(p, h2, h3, h4, h5, ul, ol, ul li, ol li, div, span) ol li{ list-style:inherit; }article:is(p, h2, h3, h4, h5, ul, ol, ul li, ol li, div, span) img{ width:auto; }article:is(p, h2, h3, h4, h5, ul, ol, ul li, ol li, div, span) img.aligncenter{ display:block; margin:auto; }article:is(p, h2, h3, h4, h5, ul, ol, ul li, ol li, div, span) table{ border-collapse:collapse; }article:is(p, h2, h3, h4, h5, ul, ol, ul li, ol li, div, span) table td{ border:1px solid var(--black); }article:is(.wp-video){ margin:0 auto; }article ul, article ol{ list-style:disc; margin:16px 0 !important; }article table:is(td, th){ padding:14px 12px; }article table{ margin-top:16px; }

#breadcrumbs a { color: #fff; }
#breadcrumbs .divider { margin: 0 6px; }
form .form-group.invalid > :first-child { border: 1px solid var(--red); }
form .form-message.invalid { margin-top: 5px; color: var(--red); font-size: 13px; font-style: italic; position: absolute; left: 5px; bottom: -20px; }
form .form-alert { width: 100%; position: absolute; bottom: -14px; left: 50%; transform: translateX(-50%); font-family: "Montserrat-Medium";}
form .form-alert.error { color: var(--red); }
form .form-alert.success { color: #11bb0f; }
.loading-container { position: absolute; bottom: 4px; left: 50%; transform: translate(-50%, -50%); opacity: 0; visibility: hidden; transition: 0.25s; width: 1px; }
.loading-container.active { opacity: 1; visibility: visible; }
.loading-spinning-bubbles { position: relative; margin: auto; }
.loading-spinning-bubbles .bubble-container { position: absolute; transform-origin: -150% 50%; }
.loading-spinning-bubbles .bubble-container .bubble { background: var(--secondary-color); width: 8px; height: 8px; border-radius: 50%; animation: bubble 1s infinite; animation-delay: inherit; }
.loading-spinning-bubbles .bubble-container:nth-of-type(0n+1) { transform: translateX(200%) rotate(-90deg); animation-delay: -1.5s; }
.loading-spinning-bubbles .bubble-container:nth-of-type(0n+2) { transform: translateX(200%) rotate(-45deg); animation-delay: -1.375s; }
.loading-spinning-bubbles .bubble-container:nth-of-type(0n+3) { transform: translateX(200%); animation-delay: -1.25s; }
.loading-spinning-bubbles .bubble-container:nth-of-type(0n+4) { transform: translateX(200%) rotate(45deg); animation-delay: -1.125s; }
.loading-spinning-bubbles .bubble-container:nth-of-type(0n+5) { transform: translateX(200%) rotate(90deg); animation-delay: -1s; }
.loading-spinning-bubbles .bubble-container:nth-of-type(0n+6) { transform: translateX(200%) rotate(135deg); animation-delay: -0.875s; }
.loading-spinning-bubbles .bubble-container:nth-of-type(0n+7) { transform: translateX(200%) rotate(180deg); animation-delay: -0.75s; }
.loading-spinning-bubbles .bubble-container:nth-of-type(0n+8) { transform: translateX(200%) rotate(225deg); animation-delay: -0.625s; }

@keyframes bubble{ 0%, 100%{ transform:scale(0); }50%{ transform:scale(1); } }

.quatrang { padding-top: 32px; }
.quatrang .page-numbers { width: 34px; height: 34px; background-color: #fff; display: flex; align-items: center; justify-content: center; border-radius: 50%; color: #333; font-size: 15px; transition: 0.5s; }
.quatrang .page-numbers.current { background-color: var(--blue); color: #fff; }
.quatrang .page-numbers + .page-numbers { margin-left: 10px; }
.quatrang .page-numbers:hover { background-color: var(--blue); color: #fff; }
html { visibility: hidden; transition: 0.5s; }
html,
body { margin: 0; padding: 0; overflow: hidden; scroll-behavior: auto; }
section { height: 100vh; }
.bg { background-position: center; background-size: cover; background-repeat: no-repeat; }
.obfc { object-fit: contain; }
.blend-mode-screen { mix-blend-mode: screen; }
.fixed-header { position: fixed; width: 100%; top: 60px; }
.fixed-header .logo { width: 165px; height: auto; }
.menu-btn { width: 46px; height: 46px; }
.menu-btn:hover { transform: scale(1.1); }
.call-btn { color: #fff6cc; padding: 16px 34px; background-image: linear-gradient(to top, #f3daa1, #d8a14f); box-shadow: 0 0 40px rgba(0, 0, 0, 0.2); transition: 0.4s; }
.call-btn:hover { transform: scale(1.06); }
.call-btn::before { content: ""; position: absolute; inset: 0; padding: 2px; border-radius: 10px; background: linear-gradient(to top, #dab67e, #ffffa2); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; }
.intro { width: 100%; height: 100vh; }
.intro .inner-bg { position: absolute; bottom: 0; left: 0; width: 100%; height: 70%; background-position: top; }
.intro .s-title img { width: 335px; height: auto; }
.intro .b-title img { width: 765px; height: auto; }
.intro .long-title img { width: 1100px; height: auto; }
.intro .decor img { width: 240px; height: auto; }
.intro .slogan img { width: 845px; height: auto; }
.intro .sun-img { width: 1400px; position: absolute; top: -32%; left: 23%; }
.intro .intro-info { position: absolute; bottom: 90px; left: 50%; width: 965px; transform: translateX(-50%); padding: 30px 75px; border: 1px solid #c8775a; color: #511c0d; box-shadow: 0 0 40px rgba(0, 0, 0, 0.2); }
.intro .intro-info::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(212, 178, 92, 0.75); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); border-radius: 10px; }
.intro .intro-info h3::before { content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 100%; border-bottom: 1px solid #511c0d; }
.mobile-menu-container.popup-wrap-container {background-color: rgba(0, 0, 0, 0.5); z-index: 400;}
.mobile-menu-container.popup-wrap-container .menu-wrap {width: 400px; height: auto;top: 50%;left: 50%;transform: translate(-50%, -50%) !important; padding: 0px 16px 34px 16px;}
.mobile-menu-container.popup-wrap-container .menu-wrap::before {display: none;}
.mobile-menu-container.popup-wrap-container .menu-btn {position: absolute; top: -45px; right: -60px; width: 36px;  height: 36px;}
.mobile-menu-container .loading-container {bottom: -16px;}
.mobile-menu-container .loading-spinning-bubbles .bubble-container .bubble {width: 6px; height: 6px;}
.mobile-menu-container form .form-alert.success{font-size: 14px; bottom: -26px; transform: unset; left: 0; text-align: center;}

.mobile-menu-container { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 200; visibility: hidden; opacity: 0; transition: 0.5s; z-index: 500;}
.mobile-menu-container.active { visibility: visible; opacity: 1; }
.mobile-menu-container .menu-wrap { --gutter: calc((100vw - 1700px) / 2); position: fixed; top: 0; right: 0; z-index: 200; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(15px); background-color: rgba(207, 202, 194, 0.57); width: calc(475px + var(--gutter)); height: 100%; opacity: 0; visibility: hidden; transform: translateX(100%); transition: 0.5s; padding-right: var(--gutter); padding-top: 75px; padding-bottom: 75px; justify-content: space-between; }
.mobile-menu-container .menu-wrap::before { content: ""; position: absolute; left: 0; width: 1px; height: 100%; background: linear-gradient(to bottom, #f7d0ac 0%, #b87663 50%, #e1a289 100%); }
.mobile-menu-container .menu-wrap li h3 { color: #7f5439; }
.mobile-menu-container .menu-wrap .menu-head { padding: 10px 12px; border-bottom: 1px solid var(--border-color); justify-content: flex-end; }
.mobile-menu-container .menu-wrap .menu-head::after { content: ""; position: absolute; top: 0; left: 53px; height: 100%; border-left: 1px solid var(--border-color); }
.mobile-menu-container .menu-wrap .menu-head::before { content: ""; position: absolute; top: 0; right: 53px; height: 100%; border-left: 1px solid var(--border-color); }
.mobile-menu-container .menu-wrap .menu-head .search-btn { font-size: 24px; transform: rotate(90deg); }
.mobile-menu-container .menu-wrap .menu-head .close-btn svg { width: 24px; height: auto; color: #000; transition: 0.25s; }
.mobile-menu-container .menu-wrap .search-container button { position: absolute; top: 0; right: 0; height: 100%; padding: 0 11px; }
.mobile-menu-container .menu-wrap .logo img { width: 81px; height: auto; }
.mobile-menu-container .menu-wrap .main-menu { padding-left: 160px; overflow: hidden; }
.mobile-menu-container .menu-wrap .main-menu > li { margin: 10px 0; padding-bottom: 10px; }
.mobile-menu-container .menu-wrap .main-menu > li:hover h3 { padding-left: 12px; }
.mobile-menu-container.active .menu-wrap { opacity: 1; visibility: visible; transform: translateX(0); }
.mobile-menu-container .menu-footer { padding-left: 160px; }
.mobile-menu-container .menu-footer a.social { width: 20px; height: 36px; }
.mobile-menu-container .menu-footer a.mail { width: 36px; height: auto; }
.mobile-menu-container .menu-footer a.phone { width: 36px; height: auto; }
.mobile-menu-container .menu-footer a.phone .phone-number { width: 228px; height: auto; }
.position-wrap { align-items: flex-end; }
.position-wrap .left { width: 45%; }
.position-wrap .left h3.top {margin-left: 30px;}
.position-wrap .left h3.bot {margin-left: 90px;}
.position-wrap .left .top img { width: 545px; height: auto; }
.position-wrap .left .bot img { width: 715px; height: auto; }
.position-wrap .left .content { padding-bottom: 200px; }
.position-wrap .left .content p { font-weight: 100; padding-left: 40px; }
.position-wrap .left .content p::before { content: ""; position: absolute; top: 12px; left: 0; width: 8px; height: 8px; border-radius: 50%; background-color: #a6673c; }
.position-wrap .left .content p + p { margin-top: 16px; }
.position-wrap .right { width: 55%; }
.position-wrap .heading{transform: translateX(35%);}
.position-wrap .heading h2 img { width: 395px; height: auto; }
.position-wrap .heading h3 { margin-top: -36px; margin-left: 160px;}
.position-wrap .heading h3 img { width: 685px; height: auto; }
.position-wrap .map-wrap{position: absolute;bottom: 0;left: calc(var(--gutter) * -1);width: 1397px;height: 900px; --gutter: calc((100vw - 1700px) / 2);}
.position-wrap .marker{position: absolute; top: 42px;  left: 34px; width: 780px; height: 845px; z-index: 1;}
.position-wrap .circle{position: absolute; top: 75px;  left: -33%; width: 1284px; height: 1284px;}
.position-wrap .number{    position: absolute; width: 405px; height: 236px;bottom: 25%; left: 28%;}
.position-wrap .project{position: absolute; left: 8%; bottom: 150px; width: 160px; height: 140px; z-index: 5;}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {transition-delay: 3.5s !important;}
.rotate-circle { animation: spin 50s linear infinite;}
@keyframes spin { from {   transform: rotate(0deg); } to {   transform: rotate(360deg); }}
.zoom-loop {  animation: zoomInOut 3s ease-in-out infinite;}
@keyframes zoomInOut {0% {transform: scale(1);}  50% {transform: scale(1.1);}100% {transform: scale(1);  }}

.product .product-img { width: 1900px; height: auto; position: absolute; top: 0%; left: 50%; transform: translate(-50%, -48%); }
.product .left { width: 50%; padding-left: 102px; }
.product .left h3 img { width: 395px; height: auto; }
.product .left ul li + li { margin-top: 80px; }
.product .left ul li h4 { color: #91391a; }
.product .left ul li p { color: #96694d; padding-left: 60px; }
.product .left ul li:last-child p { font-size: 40px; }
.product .right { width: 50%; position: relative; }
.fireworks img { position: absolute; height: auto; width: 185px; opacity: 0; transform: translateY(120px) scale(0.8); animation: fireworkRise 2s ease-out infinite; }
.fireworks img:nth-child(1) { animation-delay: 2s; left: -90px; top: 60px; }
.fireworks img:nth-child(2) { animation-delay: 8s; left: 376px; top: -245px; }
.fireworks img:nth-child(3) { animation-delay: 3s; right: 150px; top: -160px; }
.fireworks img:nth-child(4) { animation-delay: 5s; right: -170px; top: -200px; }

@keyframes fireworkRise{ 0%{ opacity:0; transform:translateY(120px) scale(0.8); }60%{ opacity:1; transform:translateY(-10px) scale(1.05); }100%{ opacity:1; transform:translateY(0) scale(1); } }

.value-wrap .value-title { position: absolute; bottom: 80px; left: 50%; transform: translateX(-50%); align-items: baseline; }
.value-wrap .number-title img { width: 296px; height: auto; }
.value-wrap .text-title img { width: 400px; height: auto; }
.value-wrap .info-wrap { width: 255px; flex-shrink: 0; padding: 20px 15px; background-color: #fff; }
.value-wrap .info-wrap h3,
.value-wrap .info-wrap h4,
.value-wrap .info-wrap p { color: #8a3e1d; }
.value-wrap .info-wrap .circle { width: 21px; height: 21px; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); filter: drop-shadow(0 6px 11px rgba(0, 0, 0, 0.4)); z-index: 4; }
.value-wrap .info-wrap .line { position: absolute; top: 0; left: 50%; width: 1px; height: 100px; background-image: linear-gradient(to bottom, #926b33, #f8ecce); z-index: -1; }
.value-wrap .splide__slide:nth-child(1) .info-wrap{ position: relative; top: -80px; }
.value-wrap .splide__slide:nth-child(1) .info-wrap .line { height: 200px; }
.value-wrap .splide__slide:nth-child(2) .info-wrap{ position: relative; top: -255px; }
.value-wrap .splide__slide:nth-child(2) .info-wrap .line { height: 250px; }
.value-wrap .splide__slide:nth-child(3) .info-wrap{ position: relative; top: -55px; }
.value-wrap .splide__slide:nth-child(3) .info-wrap .line { height: 150px; }
.value-wrap .splide__slide:nth-child(4) .info-wrap{ position: relative; top: 0; }
.value-wrap .splide__slide:nth-child(4) .info-wrap .line { height: 150px; }
.value-wrap .splide__slide:nth-child(5) .info-wrap{ position: relative; top: -150px; }
.value-wrap .splide__slide:nth-child(5) .info-wrap .line { height: 250px; }
.value-wrap .splide__slide:nth-child(6) .info-wrap { position: relative; top: -150px; }
.value-wrap .splide__slide:nth-child(6) .info-wrap .line { height: 250px; }
.value-wrap .info-wrap::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(to bottom, #cd9a4c, #f6ecc4); opacity: 0.6; z-index: -1; border-radius: 5px; }
.value-wrap .info-wrap::after { content: ""; position: absolute; inset: 0; padding: 2px; border-radius: 5px; background: linear-gradient(247deg, #dbb34a, #f5e2a0, #f2c264, #f4df8e, #f5e2a0, #f4df8e); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; z-index: 2; }
.value-wrap .value-info { width: 100%; position: absolute; top: 50%; left: 0; transform: translateY(-50%); column-gap: 40px; height: 100%;}
.value-wrap .value-info .splide__list {align-items: center;}
.value-wrap .value-info .splide__track {height: 100%;}
.policy h2 img { width: 1035px; height: auto; }
.policy .policy-info { column-gap: 130px; margin-top: 130px; }
.policy .policy-info h3 { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); }
.policy .policy-info h3 img { height: 40px; width: auto; }
.policy .info-wrap { transition: 0.5s; }
.policy .info-wrap::before { content: ""; position: absolute; bottom: 0; left: 50%; width: 100%; height: 80px; background-image: url("./assets/img/shadow.png"); background-position: center; background-size: contain; background-repeat: no-repeat; z-index: 0; transform: translate(-50%, 90%); mix-blend-mode: multiply; }
.policy .info-wrap .img-wrap::after { content: ""; position: absolute; inset: 0; padding: 2px; border-radius: 10px; background: linear-gradient(247deg, #b48a2d, #deb659); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; z-index: 2; }
.policy .info-wrap img { width: 650px; border-radius: 10px; overflow: hidden; }
.policy .info-wrap:hover { transform: scale(1.05); }
.policy .decor { width: 240px; height: 24px; flex: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(90deg); }

.place .place-img { width: 1400px; height: auto; }
.place .place-title { width: 1075px; height: auto; margin-top: 40px;}
.example .example-title img { width: 425px; height: auto; }
.example .product-gallery { position: relative; }
.example .product-splide .splide__slide { padding: 0 8px; box-sizing: border-box; }
.example .product-card { position: relative; border-radius: 12px; overflow: hidden; }
.example .product-card__image { position: relative; border-radius: 12px; overflow: hidden; }
.example .product-card__image::before { content: ""; position: absolute; inset: 0; transition: opacity 0.35s ease; z-index: 2; pointer-events: none; background-image: linear-gradient(to bottom, #4f250f, #c88757); mix-blend-mode: multiply; opacity: 0.8; }
.example .product-card__image::after { content: ""; position: absolute; transition: opacity 0.35s ease; z-index: 2; pointer-events: none; background-image: linear-gradient(to top, #4f250f 4%, transparent); mix-blend-mode: multiply; opacity: 0.8; width: 100%; height: 35%; bottom: 0; right: 0; }
.example .product-card__image img { display: block; width: 100%; height: 435px; object-fit: cover; border-radius: 5px; }
.example .product-card__title { position: absolute; right: 24px; bottom: 18px; z-index: 3; font-weight: 700; }
.example .product-splide .splide__slide.is-active .product-card__image::before,
.example .product-splide .splide__slide.is-visible.is-active .product-card__image::before { opacity: 0; }
.example .product-splide .splide__slide .product-card { transition: transform 0.35s ease; }
.example .product-splide .splide__arrow--prev { left: -18px; }
.example .product-splide .splide__arrow--next { right: -18px; }
.f-thumbs { display: none; }
.splide__arrow { width: 65px; height: 65px; background-color: rgba(255, 255, 255, 0.8); opacity: 1; transition: 0.3s; }
.splide__arrow img { width: 15px; height: 26px; object-fit: contain; }
.splide__arrow:disabled { opacity: 0.3; }
.gallery .gallery-s-title img { width: 530px; height: auto; transform: translateX(-50%); }
.gallery .gallery-b-title img { width: 770px; height: auto; }
.gallery .home-gallery { position: relative; overflow: hidden; padding: 40px 0; }
.gallery .gallery-splide { position: relative; }
.gallery .gallery-splide .splide__track { overflow: visible; }
.gallery .gallery-splide .splide__list { align-items: center; }
.gallery .gallery-splide .splide__slide { opacity: 0.22; transform: scale(0.88); transition: transform 0.55s ease, opacity 0.55s ease; pointer-events: none; }
.gallery .gallery-splide .splide__slide.is-active { opacity: 1; transform: scale(1); z-index: 3; pointer-events: auto; }
.gallery .gallery-card { position: relative; border-radius: 16px; overflow: hidden; }
.gallery .gallery-card__thumb { position: relative; border-radius: 16px; overflow: hidden; }
.gallery .gallery-card__thumb img { display: block; width: 100%; height: 575px; object-fit: cover; border-radius: 16px; }
.gallery .gallery-card::before { content: ""; position: absolute; inset: 0; background: rgba(255, 255, 255, 0.28); z-index: 1; pointer-events: none; transition: opacity 0.45s ease; }
.gallery .gallery-splide .splide__slide.is-active .gallery-card::before { opacity: 0; }
.gallery .gallery-card__play { position: absolute; top: 50%; left: 50%; z-index: 4; width: 120px; height: 120px; transform: translate(-50%, -50%); text-decoration: none; display: flex; align-items: center; justify-content: center; transition: 0.4s; }
.gallery .gallery-card__play-circle { position: absolute; inset: 0; border: 2px solid rgba(255, 255, 255, 0.95); border-radius: 50%; transition: 0.4s; }
.gallery .gallery-card__play-icon { position: relative; z-index: 2; width: 0; height: 0; border-top: 18px solid transparent; border-bottom: 18px solid transparent; border-left: 30px solid #fff; margin-left: 8px; transition: 0.4s; }
.gallery .gallery-card__play:hover { transform: translate(-50%, -50%) scale(1.06); }
.gallery .gallery-splide .splide__slide:not(.is-active) .gallery-card__play { opacity: 0; pointer-events: none; }
.gallery .gallery-splide .splide__slide.is-active .gallery-card__play { opacity: 1; pointer-events: auto; }
.gallery .gallery-splide .splide__arrow { width: 74px; height: 74px; border-radius: 50%; border: none; background: rgba(255, 255, 255, 0.58); opacity: 1; top: 50%; transform: translateY(-50%); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06); }
.gallery .gallery-splide .splide__arrow svg { display: none; }
.gallery .gallery-splide .splide__arrow span { width: 16px; height: 16px; display: inline-block; border-top: 2px solid #687089; border-right: 2px solid #687089; }
.gallery .gallery-splide .splide__arrow--prev { left: -38px; }
.gallery .gallery-splide .splide__arrow--next { right: -38px; }
.gallery .gallery-splide .splide__arrow--prev span { transform: rotate(-135deg); }
.gallery .gallery-splide .splide__arrow--next span { transform: rotate(45deg); }
.news .news-wrap { column-gap: 90px; }
.news .left { --left-gutter: calc((100vw - 1700px) / 2); width: 50%; }
.news .left .img-wrap { width: calc(var(--left-gutter) + 100%); height: 510px; transform: translateX(calc(var(--left-gutter) * -1.1)); }
.news .left .img-wrap::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(to right, #f8ecd8, transparent); z-index: 1; }
.news .left img { border-radius: 10px; overflow: hidden; }
.news .right { width: 50%; height: 510px; padding-right: 100px; }
.news .news-title img { width: 220px; height: auto; }
.news .news-splide .splide__slide { height: auto !important; }
.news .news-card { display: flex; align-items: flex-start; gap: 24px; text-decoration: none; color: inherit; }
.news .news-card__thumb { width: 240px; border-radius: 12px; overflow: hidden; }
.news .news-card__thumb:hover img { transform: scale(1.15); }
.news .news-card__thumb img { width: 100%; height: 160px; transition: 0.5s; }
.news .news-card__content { flex: 1; min-width: 0; }
.news .news-card__title { margin: 0 0 8px; line-height: 1.25; color: #8d6136; transition: 0.4s; }
.news .news-card__title:hover { color: #4f250f; }
.news .news-card__desc { margin-bottom: 12px; font-size: 18px; line-height: 1.5; color: #5f5f5f; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.news .news-card__more { display: inline-flex; align-items: center; gap: 8px; font-size: 16px; font-weight: 600; color: #8d6136; }
.news .news-card__arrow { font-size: 18px; line-height: 1; }
.owner .owner-title img { width: 490px; height: auto; }
.owner .owner-vcn .content { flex-wrap: wrap; }
.owner .owner-vcn .content h3 { width: 419px; height: auto; margin-bottom: 30px; }
.owner .owner-vcn .content .wrap { width: 50%; }
.owner .owner-vcn .content article a { color: #fff8f8 !important; }
.owner .owner-vcn .content .numbers { width: 50%; flex-wrap: wrap; row-gap: 60px; padding-left: 90px; }
.owner .owner-vcn .content .numbers::before { content: ""; position: absolute; top: 48%; left: 135px; width: calc(100% - 135px); height: 1px; border-bottom: 1px solid #a6673c; }
.owner .owner-vcn .content .numbers .wrap { width: 33.33%; text-align: center; }
.owner .owner-vcn .content .numbers .wrap .img-wrap { margin-bottom: 16px; height: 36px; width: auto; }
.owner .owner-vcn .content .numbers .wrap:nth-child(1)::before,
.owner .owner-vcn .content .numbers .wrap:nth-child(2)::before,
.owner .owner-vcn .content .numbers .wrap:nth-child(4)::before,
.owner .owner-vcn .content .numbers .wrap:nth-child(5)::before { content: ""; position: absolute; top: 50%; transform: translateY(-50%); width: 1px; height: 100%; border-left: 1px solid #a6673c; right: 0; }
.owner .owner-vcn .content .numbers .wrap:nth-child(2)::before { right: 24px; }
.owner .owner-vcn .content .numbers .wrap:nth-child(5) { width: 30%; }
.owner .owner-vcn .content .numbers .wrap:nth-child(6) { width: 16%; }
.owner .owner-vcn .content .numbers .wrap:nth-child(7) { width: 20%; }
.owner .owner-vcn .content .numbers .wrap h3 { width: 100%; font-weight: 600; color: #faf5c0; margin-bottom: 8px; line-height: 1.5; }
.owner .owner-tb .content h3 { width: 530px; height: auto; margin-bottom: 25px; }
.owner .owner-tb .content article a { color: #fff8f8 !important; }
.owner .splide__slide .img-wrap { height: 189px; margin-bottom: 12px; border-radius: 10px; overflow: hidden; }
.owner .splide__arrow--prev { left: -32px; top: 85px; }
.owner .splide__arrow--next { top: 85px; right: -32px; }
.text-gradient { font-weight: 700; background: linear-gradient(to bottom, #c7956e 0%, #69391d 50%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.footer .container { max-width: 1260px; }
.footer .form-contact .wrap-input { width: 70%; column-gap: 12px; }
.footer .form-contact .wrap-input .form-group { width: calc(33.3333333333% - 12px); }
.footer .form-contact .wrap-input input, .mobile-menu-container.popup-wrap-container input { font-family: "Montserrat-MediumItalic"; font-size: 16px; padding: 11px 12px; border: 1px solid #daa97e; border-radius: 5px; width: 100%; font-size: 18px; }
.footer .form-contact .wrap-input input::placeholder{ font-size: 20px; font-style: italic; color: #9e9b97; }
.footer .form-contact button, .mobile-menu-container.popup-wrap-container form button { height: 52px; width: 30%; color: #fff; border-radius: 5px; padding: 12px 12px; background-image: linear-gradient(to bottom, #f3b388, #a07052); }
.mobile-menu-container.popup-wrap-container form button {width: 100%; padding: 12px 10px !important; font-size: 16px; height: fit-content; margin-top: 24px;}
.mobile-menu-container.popup-wrap-container input {width: 100%; padding: 10px 12px;}
.mobile-menu-container.popup-wrap-container .menu-wrap {background-color: #fff; border-radius: 5px;}
.mobile-menu-container.popup-wrap-container input::placeholder  { font-size: 16px; font-style: italic; color: #9e9b97; }
.mobile-menu-container.popup-wrap-container .wrap-input {gap: 24px;}

.footer .form-contact button:hover, .mobile-menu-container.popup-wrap-container form button:hover { transform: scale(1.04); }
.footer .form-contact .loading-container { bottom: -45px; }
.footer .form-contact .form-alert { bottom: -45px; text-align: center; }
.footer .title-top {margin-bottom: 6px;}
.footer .title-top img:nth-child(1) { width: auto; height: 25px; }
.footer .title-top img:nth-child(2) { width: auto; height: 25px; }
.footer .title-bot {margin-bottom: 6px;}
.footer .title-bot img:nth-child(1) { width: auto; height: 29px; }
.footer .title-bot img:nth-child(2) { width: auto; height: 24px; }
.footer .info { margin-top: 175px; }
.footer .left { flex: 1; }
.footer .right iframe { width: 385px; height: 346px; }
.footer .socials { margin-top: 36px; }
.footer .socials a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid #696969; color: #696969; transition: 0.3s; }
.footer .socials a  { margin-right: 30px; }
.footer .socials a:hover { background-image: linear-gradient(to bottom, #f6b48a, #9d6f51); color: #fff; border-color: #9d6f51; }

section .button-nav-item i {font-size: 23px;}
section.btn-contact {height: unset;}
section .button-nav {align-items: flex-end;}
section .button-nav .call-btn{padding: 10px 12px; font-size: 15px; border-radius: 10px; font-family: "Montserrat-Bold";}
section .button-nav { right: 0 !important; transform: unset !important;}

@media screen and (min-width: 1700px) {
	.container { max-width: 1700px; }
}
@media screen and (max-width: 1921px) {
	.intro .s-title img {width: 210px;}
	.intro .b-title img {width: 680px;}
	.intro .long-title img {width: 1000px;}
	.intro .b-title.mb-40 {margin-bottom: 24px;}
	.intro .inner-bg { height: 65%; }
	.intro .sun-img { width: 1300px; top: -56%; left: 18%; }
	.position-wrap .left .top img { width: 470px; }
	.position-wrap .left .bot img { width: 600px; }
	.position-wrap .left .content { padding-bottom: 20px; }
	.position-wrap .right .map-wrap { width: 1200px; height: 900px; bottom: -70px;}
	.position-wrap .marker {top: 36px;left: 30px;width: 663px;height: 841px;}
	.position-wrap .circle {width: 1125px; height: 1125px; top: 160px;  left: -33%;}
	.position-wrap .number {width: 355px;}
	.position-wrap .project {width: 130px; height: 200px;}
	.position-wrap .right {width: 45%;}
	.position-wrap .left {width: 55%;}
	.position-wrap .heading {transform: translate(35%, 30%);}
	.position-wrap .left .content {padding-bottom: 40px;}

	.product .left ul li + li { margin-top: 36px; }
	.product .left ul li p { font-size: 50px; }
	.product .left ul li h4 { font-size: 28px; }
	.place .place-img { width: 1200px; margin-top: 80px; }
	.place .place-title {margin-top: 24px;}
	.example .example-title { margin-top: 60px; }
	.gallery .gallery-card__thumb img { height: 480px; }
	.owner .owner-vcn .content .gallery { margin-top: 60px; }
	.value-wrap .number-title img { width: 200px; }
	.value-wrap .value-title { bottom: 45px; }
	.value-wrap .text-title img { width: 324px; }
	.value-wrap .info-wrap:nth-child(5) { top: -100px; }
	.value-wrap .info-wrap:nth-child(5) .line { height: 150px; }
	.value-wrap .info-wrap:nth-child(2) { top: -180px; }
	.value-wrap .info-wrap:nth-child(2) .line { height: 160px; }
	.mobile-menu-container .menu-wrap {padding-top: 30px;}
	.mobile-menu-container .menu-wrap {padding-bottom: 30px;}
}

@media screen and (max-width: 1720px){
	.fixed-header {top: 24px;}
	.fixed-header .logo {width: 110px;}
	.call-btn {padding: 14px 24px; border-radius: 7px;}
	.call-btn::before {border-radius: 7px;}
	.menu-btn { width: 44px; height: 44px;}
	.intro .s-title {margin-bottom: 12px; margin-top: 36px;}
	.intro .s-title img {width: 230px;}
	.intro .b-title img {width: 460px;}
	.intro .b-title, .intro .long-title {margin-bottom: 0px;}
	.intro .long-title img {width: 830px;}
	.intro .decor img {width: 190px;}
	.intro .slogan img {width: 640px;}
	.intro .slogan {margin-top: 14px;}
	.intro .intro-info .fs-25px{font-size: 20px;}
	.intro .intro-info {bottom: 70px; width: 765px;}
	.intro .sun-img {width: 1000px; }
	.intro .b-title.mb-40 {margin-bottom: 6px;}
	
	.position-wrap {align-items: center;}
	.position-wrap .left {margin-top: 70px;}
	.position-wrap .left .content { padding-bottom: 0; margin-top: 30px;}
	.position-wrap .left .top img {width: 400px;}
	.position-wrap .left .bot img { width: 540px;}
	.position-wrap .left .content p {font-size: 18px;}
	.position-wrap .right .map-wrap {bottom: -356px;}
	.position-wrap .map-wrap {--gutter: calc((100vw - 1320px) / 2);}
	.position-wrap .heading { transform: translate(35%, 60%);}
	
	.position-wrap .right h3 img {width: 380px;} 
	.position-wrap .right h2 img {width: 210px;}
	.position-wrap .right h3 {margin-top: -24px; margin-left: 77px; text-align: left;}
	
	.product .left h3 img {	width: 270px;}
	.product .product-img { width: 1200px; transform: translate(-54%, -51%);}
	.product .left ul li h4 {font-size: 20px;}
	.product .left ul li p {font-size: 36px;}
	.product .left ul li + li {margin-top: 24px;}
	.product .left ul li:last-child p {font-size: 30px;}
	.product .left .mb-80 {margin-bottom: 40px;}
	
	.value-wrap .text-title img { width: 180px;}
	.value-wrap .number-title {margin-right: 24px;}
	.value-wrap .number-title img {width: 140px;}
	.value-wrap .info-wrap p.fs-17px {font-size: 16px; margin-top: 12px;}
	.value-wrap .info-wrap .fs-20px {font-size: 16px;}
	.value-wrap .splide__slide:nth-child(2) .info-wrap {top: -165px;}
	.value-wrap .splide__slide:nth-child(4) .info-wrap {top: -130px;}
	
	.policy-wrap {justify-content: flex-end;}
	.policy .policy-info {margin-top: 40px;  margin-bottom: 80px; column-gap: 100px;}
	.policy .info-wrap img {width: 100%;}
	.policy h2 img{width: 810px;}
	.place .place-img {width: 850px;}
	.place .place-title {width: 950px;}
	
	.example .product-card__image img {height: 325px;}
	.example .product-card__title {font-size: 18px;}
	.example .example-title {margin-top: 36px;}
	.example .example-title img {width: 400px;}
	.gallery .gallery-s-title img {width: 420px;}
	.gallery .gallery-b-title {margin-top: 10px;}
	.gallery .gallery-b-title img {width: 650px;}
	.news .left {--left-gutter: calc((100vw - 1320px) / 2);}
	.news .news-wrap {column-gap: 40px;}
	.news .news-card__title {font-size: 20px;}
	.news .right, .news .left .img-wrap {height: 470px;}
	.news .right {padding-right: 60px;}
	
	.owner .owner-title {margin-bottom: 16px;}
	.owner .owner-title img {width: 445px;}
	.owner .owner-vcn .content h3 {margin-bottom: 20px;}
	.owner .owner-vcn .content .numbers {row-gap: 42px; padding-left: 36px;}
	.owner .owner-vcn .content .numbers::before {left: 60px; width: calc(100% - 60px);}
	.owner .owner-vcn .content .numbers .wrap .img-wrap {height: 30px;}
	
	.footer .info {margin-top: 75px;}
	.mobile-menu-container .menu-wrap {--gutter: calc((100vw - 1320) / 2); padding-right: 100px;}
}

@media screen and (max-width: 1600px) {
	.position-wrap .right .map-wrap {width: 1040px; height: 850px; bottom: -370px; --gutter: calc((100vw - 1290px) / 2);}
	.position-wrap .marker {top: 35px;  left: 25px;  width: 575px;  height: 785px;}
	.position-wrap .number {width: 303px; height: 228px;}
	.position-wrap .circle {width: 965px;height: 965px;top: 148px; left: -34%;}
	.position-wrap .project { width: 100px; height: 180px; left: 9%; bottom: 152px; }
	.position-wrap .heading h2 img {width: 310px;}
	.position-wrap .heading h3 img {width: 600px;}
}

@media screen and (max-width: 1400px){
	.intro .s-title img {width: 210px;}
	.intro .b-title img {width: 450px;} 
	.intro .long-title img {width: 670px;}	
	.intro .decor img {width: 150px;}
	.intro .decor {margin-top: -6px;}
	.intro .b-title.mb-40 {margin-bottom: -6px;}
	.intro .long-title {margin-bottom: 0;}
	.intro .slogan {margin-top: -6px;}
	
	.position-wrap .left .top img, .position-wrap .right h3 img {width: 350px;}
	.position-wrap .left .bot img { width: 440px;}
	.position-wrap .right .map-wrap {  width: 910px;  height: 760px; bottom: -370px;--gutter: calc((100vw - 1105px) / 2);}
	.position-wrap .marker { top: 35px;  left: 28px;  width: 495px; height: 705px;}
	.position-wrap .project { width: 85px; height: 154px; left: 9.2%; bottom: 144px;}
	.position-wrap .circle { width: 837px;  height: 837px; top: 160px;  left: -33%; }
	 .position-wrap .number { width: 257px; height: 208px; }
	.position-wrap .left .content p {font-size: 16px;}
	.position-wrap .right h2 img {width: 185px;}
	.product .product-img {  width: 990px; transform: translate(-51%, -50%);}
	.position-wrap .heading h2 img {width: 260px;}
	.position-wrap .heading h3 img {width: 500px;}
	.position-wrap .heading h3 { margin-top: -28px; margin-left: 107px;}
	.position-wrap .heading { transform: translate(38%, 85%);}
	
	.product .left ul li p {font-size: 32px;}
	.product .left h3 img {width: 230px;}
	
	.value-wrap .info-wrap p.fs-17px {font-size: 15px;}
	.value-wrap .info-wrap .fs-20px {font-size: 14px;}
	.value-wrap .value-title {bottom: 16px;}
	.value-wrap .number-title img {width: 110px;}
	.value-wrap .text-title img {width: 150px;}
	.policy h2 img {width: 660px;}
	
	.place .place-img {width: 750px;}
	.place .place-title  {width: 850px;}
	
	.example .product-card__image img {height: 380px;}
	.product-gallery {margin-top: 55px;}
	
	.gallery .gallery-card__thumb img {height: 360px;}
	
	.news .news-card__title {font-size: 17px;}
	.news .right {padding-right: 40px;}
	
	.news .left {--left-gutter: calc((100vw - 1140px) / 2);}
	.owner .splide__slide .img-wrap {height: 160px; }
	.owner .owner-vcn .content .gallery {margin-top: 40px;}
	.owner .owner-vcn .content .numbers .wrap h3 { font-size: 16px;}
	.owner .owner-vcn .content .numbers {padding-left: 24px;}
	
	.owner .owner-title img {width: 400px;}
	.owner .owner-vcn .content h3 {width: 360px;}
	.owner .owner-vcn .content article {font-size: 16px;}
	.owner .owner-vcn .content .numbers .wrap:nth-child(2)::before {right: 7px;}
	
	.owner .owner-title {margin-bottom: 6px;}
	.owner .owner-vcn .content .numbers .wrap .img-wrap {height: 26px;}
	
	.footer .right iframe {height: 305px;}
	.footer .info {margin-top: 50px;}
	.mobile-menu-container .menu-wrap {--gutter: calc((100vw - 1320) / 2);}
	
	.value-wrap .splide__slide:nth-child(5) .info-wrap {top: -60px;}
	.value-wrap .splide__slide:nth-child(5) .info-wrap .line {height: 120px;}
	
}

@media screen and (max-width: 1200px){
	.product .left ul li:last-child p, .product .left ul li p {padding-left: 36px; font-size: 24px;}
	.policy .policy-info h3 img {height: 24px;}
	.policy .info-wrap::before {transform: translate(-50%, 78%);}
	.news .left {--left-gutter: calc((100vw - 960px) / 2);}
	.news .news-card__thumb {width: 180px;}
	.news .news-card__desc {font-size: 16px;}
	.news .right {padding-right: 0;}
	.news .news-card__thumb img {height: 125px;}
	.news .right, .news .left .img-wrap {height: 365px;}
	.news .news-card__title {font-size: 16px;}
	.footer .container {max-width: 960px;}
	.footer .right iframe {display: none;}
	.footer .left {row-gap: 20px;}
	
	.footer .info {margin-top: 0;}
	.footer .form-contact .wrap-input input {font-size: 16px;}
	.footer .form-contact .wrap-input input::placeholder  {font-size: 16px;}
	.footer .form-contact .wrap-input {width: 66%;}
	.footer .form-contact button {width: 33%; height: 44px; font-size: 15px;}
	.footer .title-top img {width: 500px;}
	.footer .title-bot img {width: 690px;}
	
	.mobile-menu-container .menu-wrap {--gutter: calc((100vw - 960px) / 2);}
	.mobile-menu-container .menu-wrap .main-menu, .mobile-menu-container .menu-footer {padding-left: 100px;}
	.mobile-menu-container .menu-footer a.social { width: 13px; height: 20px;}
	.mobile-menu-container .menu-footer a.mail, .mobile-menu-container .menu-footer a.phone {width: 26px;}
	.mobile-menu-container .menu-wrap li h3 {font-size: 17px;}
	.position-wrap .right .map-wrap {--gutter: calc((100vw - 924px) / 2); width: 800px;  height: 660px;}
	.position-wrap .heading h2 img {width: 220px;}
	.position-wrap .heading h3 img {width: 360px;}
	.position-wrap .heading h3 { margin-top: -20px; margin-left: 87px;}
	.position-wrap .marker {top: 33px; left: 28px; width: 430px;  height: 600px; }
	.position-wrap .number {bottom: 22%; left: 28%; width: 230px; height: 208px;}
	.position-wrap .circle {  width: 737px; height: 737px;top: 137px;  left: -33%;  }
	.position-wrap .project { width: 73px; height: 112px; left: 9.2%; bottom: 134px;}
	
}
@media screen and (max-width: 992px){
	html, body {visibility: visible !important; overflow: unset;}
	.fixed-header {top: 0; backdrop-filter: blur(8px);  background-color: rgba(228, 212, 202, 0.4); z-index: 2; padding: 12px 0; }
	.fixed-header .logo {width: 85px;}
	.intro .s-title {margin-top: 90px;}
	.intro .inner-bg {height: 57%;}
	.intro .intro-info {padding: 30px;bottom: 50px;  width: 650px;}
	.intro .intro-info h4.fs-25px {font-size: 18px;}
	.intro .intro-info h3.fs-25px {margin-bottom: 16px; padding-bottom: 16px;}
	.intro .s-title img {width: 180px;}
	.intro .b-title img {width: 350px;}
	.intro .long-title img {width: 580px;}
	.intro .b-title, .intro .long-title {margin-bottom: -6px;}
	.intro .sun-img {width: 680px;top: -44%;  left: 18%;}
	.intro .slogan img {width: 515px;}
	.call-btn {padding: 10px 15px; font-size: 14px;}
	.menu-btn {width: 38px; height: 38px;}
	
	section.position, section.product, section.policy, section.place, section.example, section.gallery, section.news, section.footer, section.owner {height: 100%;}
	.position-wrap .left {width: 100%; margin-bottom: 40px;}
	.position-wrap {flex-wrap: wrap;}
	.position-wrap .right {width: 100%;}
	.position-wrap .left .top img, .position-wrap .right h3 img {width: 310px;}
	.position-wrap .left .bot img {width: 390px;}
	.position-wrap .right h2 img {width: 150px;}
	.product .left { padding-left: 0;}
	.product .product-img { width: 820px; transform: translate(-46%, -44%);}
	section.product {padding: 100px 0;}
	.value-wrap .info-wrap {width: 318px;}
	.value-wrap .info-wrap .circle {width: 18px;}
	.value-wrap .info-wrap .line {top: 6px;}
	.value-wrap .splide__slide:nth-child(5) .info-wrap {top: -100px;}
	
	section.policy{padding: 60px 0 20px;}
	.policy h2 img {width: 500px;}
	.policy .policy-info {column-gap: 60px;}
	.policy .decor {height: 14px;}
	.policy .info-wrap::before {transform: translate(-50%, 69%);}
	.policy .policy-info {margin-bottom: 40px;}
	
	.place .place-img,.example .product-gallery {margin-top: 0;}
	section.place, section.example {padding: 50px 0;}
	.place .place-title {width: 700px;}
	.example .product-card__image img {height: 280px;}
	.example .product-card__title {font-size: 16px;}
	
	section.gallery {padding: 30px 0 50px;}
	.gallery .gallery-s-title img {width: 340px;}
	.gallery .gallery-b-title img {width: 550px}
	.gallery .gallery-card__thumb img {height: 320px;}
	.gallery .gallery-card__play {width: 90px; height: 90px;}
	.gallery .gallery-card__play-icon { border-top: 15px solid transparent; border-bottom: 15px solid transparent; border-left: 20px solid #fff;}
	
	section.news {padding: 60px 0;}
	.news .news-title img {width: 150px;}
	.news .left {--left-gutter: calc((100vw - 720px) / 2);}
	.news .news-wrap {column-gap: 20px;}
	.news .left {width: 35%;}
	.news .right {width: 65%;}
	
	section.owner {padding: 60px 0 30px;}
	.owner .splide__slide p.fs-16px {font-size: 15px;}
	.owner .owner-vcn .content .numbers,.owner .owner-vcn .content .wrap {width: 100%;}
	.owner .owner-vcn .content .numbers {padding-left: 0;}
	
	section.footer {padding: 60px 0;}
	section.footer p.fs-20px {font-size: 18px;}
	.footer .right {width: 100%;}
	.footer .right iframe { display: block; width: 100%; margin-top: 30px;}
	.footer .info{flex-wrap: wrap;}
	
	.mobile-menu-container .menu-wrap {--gutter: calc((100vw - 720px) / 2);}
	
	.position-wrap {flex-direction: column-reverse; position: relative;}
	.position-wrap .right .map-wrap { --gutter: calc((100vw - 706px) / 2); width: 678px; height: 440px; bottom: 0; top: unset; margin-top: 0; }
	.position-wrap .right {height: 435px;}
	.position-wrap .heading { transform: translate(42%, 105%); position: absolute; top: 50%; left: 0; z-index: 1; }
	.position-wrap .marker { top: 22px; left: 12px; width: 386px; height: 410px; }
	.position-wrap .number { bottom: 22%; left: 21%; width: 185px; height: 204px; }
	.position-wrap .circle { width: 575px; height: 575px; top: 55px; left: -33%; }
	.position-wrap .project { width: 70px; height: 126px; left: 8.2%; bottom: 45px; }
	.mobile-menu-container .menu-wrap .main-menu > li { margin: 7px 0; padding-bottom: 7px; }
	.position-wrap .heading h2 img { width: 190px; }
	.position-wrap .heading h3 img { width: 300px; }
	.position-wrap .heading h3 { margin-top: -20px; margin-left: 77px; }
}
@media screen and (max-width: 768px) {
	.mobile-menu-container .menu-wrap {--gutter: calc((100vw - 540px) / 2);}
	.intro .intro-info {width: calc(100% - 24px);}
	.intro .long-title img {width: 518px;}
	.value-wrap .info-wrap {width: 260px;}
	.policy .policy-info h3 img {height: 17px;}
	.place .place-img {width: 575px;}
	.place .place-title {width: 570px;}
	.owner .owner-vcn .content .numbers .wrap h3 {font-size: 15px;}
	section.footer p.fs-20px {font-size: 16px;}
	.news .left {display: none;}
	.news .right { width: 100%; height: auto;}
	.news .news-title {margin-bottom: 24px;}
	
	section.value {height: 550px;}
	.value-wrap .value-info {top: -90px; transform: unset;}
	.value-wrap .splide__slide:nth-child(1) .info-wrap {top: 20px;}
	.value-wrap .splide__slide:nth-child(1) .info-wrap .line {height: 100px;}
	.value-wrap .splide__slide:nth-child(2) .info-wrap .line {height: 80px;}
	.value-wrap .splide__slide:nth-child(2) .info-wrap {top: 52px;}
	.value-wrap .splide__slide:nth-child(3) .info-wrap {top: 0;}
	.value-wrap .splide__slide:nth-child(4) .info-wrap {top: 20px;}
	.value-wrap .splide__slide:nth-child(4) .info-wrap .line, .value-wrap .splide__slide:nth-child(3) .info-wrap .line {height: 70px;}
	.value-wrap .splide__slide:nth-child(5) .info-wrap {top: -24px;}
	.value-wrap .splide__slide:nth-child(5) .info-wrap .line {height: 65px;}
	.value-wrap .splide__slide:nth-child(6) .info-wrap {top: -50px;}
	.value-wrap .splide__slide:nth-child(6) .info-wrap .line {height: 130px;}
	
	.footer .form-contact {flex-wrap: wrap; gap: 24px;}
	.footer .form-contact .wrap-input {width: 100%;}
	.footer .form-contact button {margin: 0 auto; width: 45%;}
	.footer .title-bot img {width: 559px;}
	.footer .title-top img {width: 390px;}
	
	.position-wrap .right .map-wrap { --gutter: calc((100vw - 540px) / 2); width: 678px; height: 440px; bottom: 0; top: unset; margin-top: 0; }
	.position-wrap .heading h3 { margin-top: -5px; margin-left: 0; }
	.position-wrap .heading h3 img { width: 235px; }
	.position-wrap .heading h2 img { width: 160px; }
	.position-wrap .heading { transform: translate(22%, 76%); position: absolute; top: 50%; left: 0; z-index: 1; text-align: center; }
	.intro .decor { margin-top: 0px; margin-bottom: 8px; }
}

@media screen and (max-width: 576px) {
	.intro .s-title {margin-bottom: 5px;}
	.intro .s-title img {width: 145px;}
	.intro .b-title img {width: 280px;}
	.intro .long-title img {width: 380px;}
	.intro .slogan {margin-top: 2px;}
	.intro .decor img {width: 140px;}
	.intro {height: 600px;}
	.intro .intro-info h3.fs-25px {font-size: 16px;}
	.intro .intro-info h4.fs-25px { font-size: 14px; }
	.intro .slogan img { width: 360px;}
	.intro .intro-info {padding: 16px;}
	.intro .sun-img { width: 480px; top: -42%; left: 0%;}
	.value-wrap .info-wrap {margin: 0 auto;}
	
	.position-wrap .left {margin-bottom: 30px; margin-top: 40px;}
	.position-wrap .left .top img, .position-wrap .right h3 img {  width: 240px;}
	.position-wrap .left .bot img {width: 330px;}
	.position-wrap .left .content {margin-top: 10px;}
	.position-wrap .left .content p {padding-left: 30px; font-size: 15px;}
	.position-wrap .left .content p::before {top: 8px; width: 6px; height: 6px;}
	.position-wrap .right h2 img {width: 120px;}
	.position-wrap .right h3 {margin-top: -14px; margin-left: 46px;}
	.position-wrap .right .map-wrap { margin-top: 15px; height: 320px; }
	
	section.product { padding: 40px 0 0; }
	.product .left h3 img {width: 180px;}
	.product .left .mb-80{margin-bottom: 12px;}
	
	section.value { height: 490px; }
	.value-wrap .value-info { top: -55px; }
	.value-wrap .text-title img { width: 120px; }
	.value-wrap .number-title img { width: 80px; }
	.value-wrap .splide__slide:nth-child(2) .info-wrap { top: 0;}
	.value-wrap .splide__slide:nth-child(1) .info-wrap,.value-wrap .splide__slide:nth-child(4) .info-wrap {top: -20px;}
	
	section.policy {  padding: 40px 0 0px;}
	.policy h2 img {width: 360px;}
	.policy .decor {display: none;}
	.policy .policy-info {flex-wrap: wrap; column-gap: unset;row-gap: 36px;}
	
	section.place {padding: 0px 0 40px;}
	.place .place-img{width: 100%;}
	.place .place-title {width: 370px;margin-top: 12px;}
	
	.product .product-wrap {flex-wrap: wrap;}
	.product .left, .product .right {width: 100%;}
	.product .left ul li h4 {font-size: 15px;}
	.product .left ul li:last-child p, .product .left ul li p {font-size: 20px;}
	.product .product-img {position: unset; width: 600px; transform: translate(-20%, -21%);}
	
	section.example { padding: 0 0 40px; }
	.example .product-card__image img { height: 230px; }
	
	.splide__arrow {width: 40px; height: 40px; }
	.splide__arrow img {width: 10px;}
	.example .product-splide .splide__arrow--prev {left: 0;}
	.example .product-splide .splide__arrow--next {right: 0;}
	.example .example-title img {width: 310px;}
	.example .example-title {margin-top: 20px;}
	
	.gallery .home-gallery {padding: 0 0 24px;}
	.gallery .gallery-splide .splide__slide {transform: scale(1);}
	.gallery .gallery-card__thumb img {height: 260px;}
	section.gallery {padding: 0;}
	.gallery .gallery-s-title img {transform: unset;}
	.gallery .gallery-b-title img {width: 370px;}
	.gallery .gallery-s-title img {width: 275px;}
	.gallery .gallery-b-title {margin-top: 0;}
	
	section.news { padding: 40px 0 0;} 
	.news .news-title {margin-bottom: 20px;}
	.news .news-title img {width: 130px;}
	.news .news-card {gap: 12px;}
	.news .news-card__title {font-size: 15px;}
	.news .news-card__desc {font-size: 14px;}
	
	section.owner {padding: 40px 0 30px;}
	.owner .owner-vcn .content article {font-size: 14px;}
	.owner .owner-title img {width: 300px;}
	.owner .owner-vcn .content h3 {width: 300px;}
	.owner .owner-vcn .content h3 {margin-bottom: 10px;}
	.owner .owner-vcn .content .numbers {margin-top: 24px; row-gap: 30px;}
	.owner .owner-vcn .content .numbers .wrap h3 {font-size: 12px;}
	.owner .owner-vcn .content .numbers .wrap .img-wrap {height: 20px; margin-bottom: 8px;}
	.owner .owner-vcn .content .numbers::before {left: 0; width: 100%;}
	.owner .owner-vcn .content .numbers .wrap:nth-child(5) {width: 25%;}
	.owner .owner-vcn .content .numbers .wrap:nth-child(3) {width: 32%;}
	.owner .owner-vcn .content .numbers .wrap {width: 31%;}
	.owner .owner-vcn .content .numbers .wrap:nth-child(7) {width: 25%;}
	.owner .splide__slide .img-wrap {height: 130px;}
	.owner .splide__slide p.fs-16px {font-size :13px;}
	
	section.footer {padding: 20px 0 12px;}
	.footer .form-contact .wrap-input {flex-wrap: wrap; gap: 20px;}
	.footer .form-contact .wrap-input .form-group {width: 100%;}
	.footer .form-contact button {width: 100%;}
	
	.footer .title-bot img {width: 400px;}
	.footer .title-top img {width: 300px;}
	.owner .splide__arrow--prev { left: 0; top: 70px;}
	.owner .splide__arrow--next { right: 0; top: 70px;}
	.footer .title-top {flex-direction: column; align-items: baseline;}
	.footer .title-top img:nth-child(2) {transform: translateX(-6px); margin-top: 6px;}
	.footer .title-bot img:nth-child(2) {transform: translateX(-6px); margin-top: 6px;}
	.footer .title-bot {flex-direction: column; align-items: baseline;}
	
	.footer .title-top img:nth-child(1) {height: 18px;}
	.footer .title-top img:nth-child(2) {height: 16px;}
	.footer .title-bot img:nth-child(1) {height: 20px;}
	.footer .title-bot img:nth-child(2) {height: 16px;}
	section.footer p.fs-20px {font-size: 14px;}
	.footer .right iframe {height: 270px; margin-top: 20px;}
	.footer .left {row-gap: 15px; }
	.footer .socials a {width: 32px; height: 32px; font-size: 13px;}
	
	.mobile-menu-container .menu-wrap {width: 100%; padding-top: 0; padding-bottom:0; justify-content: flex-start; padding-right: 0;}
	.mobile-menu-container .menu-wrap .main-menu {padding-left: 20px; margin: 30px 0;}
	.mobile-menu-container .menu-footer {padding-left: 20px;}
	.mobile-menu-container .menu-footer a.social {width: 14px;}
	.mobile-menu-container .menu-footer a.mail {width: 28px;}
	.mobile-menu-container .menu-footer a.phone {width: 28px;}
	.mobile-menu-container .menu-wrap li h3 {font-size: 18px;}
	.mobile-menu-container .menu-footer a.phone .phone-number {width: 190px;}
	.mobile-menu-container .menu-footer a.mb-24 {margin-bottom: 16px;}
	.footer .form-contact .form-alert {bottom: -30px;}
	.footer .form-contact .loading-container {bottom: -24px;}
	section .button-nav-item i {font-size: 18px;}
	section .button-nav .call-btn {font-size: 13px; padding: 7px;}
	.mobile-menu-container.popup-wrap-container .menu-wrap {width: calc(100% - 24px);}
	.mobile-menu-container.popup-wrap-container form button {padding: 10px 10px !important;font-size: 14px; }
	.mobile-menu-container.popup-wrap-container input {padding: 8px;}
	.mobile-menu-container.popup-wrap-container input::placeholder {font-size: 15px;}
	.mobile-menu-container.popup-wrap-container .wrap-input {gap: 18px;}
	.mobile-menu-container.popup-wrap-container form .form-message.invalid {bottom: -16px; font-size: 12px;}
	.mobile-menu-container.popup-wrap-container form button {margin-top: 18px;}
	.mobile-menu-container.popup-wrap-container .menu-btn { top: -35px; right: -12px; width: 25px; height: 25px;} 
	
	.position-wrap .right .map-wrap { --gutter: calc((100vw - 540px) / 2); width: 678px; height: 440px; bottom: 0; top: unset; margin-top: 0; left: -24px; }
	.position-wrap .heading { transform: translate(25%, 15%); position: absolute; top: 50%; left: 0; z-index: 1; text-align: center; }
}

@media screen and (max-width: 430px) {
	.position-wrap .right .map-wrap { --gutter: calc((100vw - 540px) / 2); width: 530px; height: 340px; bottom: 0; top: unset; margin-top: 0; left: -24px; }
	.position-wrap .right { height: 355px; }
	.position-wrap .marker { top: 18px; left: 11px; width: 309px; height: 316px; }
	.position-wrap .circle { width: 450px; height: 450px; top: 41px; left: -35%; }
	.position-wrap .number { bottom: 22%; left: 21%; width: 143px; height: 120px; }
	.position-wrap .project { width: 53px; height: 72px; left: 8.8%; bottom: 47px; }
	.position-wrap .heading h2 img { width: 130px; }
	.position-wrap .heading h3 img { width: 190px; }
	.position-wrap .heading { transform: translate(19%, 60%); position: absolute; top: 53%; left: 0; z-index: 1; text-align: center; }
	.position-wrap .left h3.bot { margin-left: 30px; }
	.intro .decor { margin-top: 0px; margin-bottom: -4px; }
}

@media screen and (max-width: 391px){
	.owner .splide__slide .img-wrap {height: 110px;}
	.gallery .gallery-card__thumb img {height: 220px;}
	.example .product-card__image img {height: 200px;}
	.intro .long-title img {width: 350px;}
	.intro .intro-info { padding: 12px 8px;}
	.intro .intro-info h3.fs-25px {font-size: 15px;}
	.position-wrap .left .bot img {width: 300px;}
	.policy h2 img {width: 350px;}
	.place .place-title {width: 350px;}
	.call-btn {font-size: 13px;}
}























