@font-face {
  font-family: "LC-Orchard";
  src: url("../fonts/font-syc/LC-Orchard-Medium.woff2") format("woff2"), url("../fonts/font-syc/LC-Orchard-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LC-Orchard";
  src: url("../fonts/font-syc/LC-Orchard-Bold.woff2") format("woff2"), url("../fonts/font-syc/LC-Orchard-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LC-Orchard";
  src: url("../fonts/font-syc/LC-Orchard-Regular.woff2") format("woff2"), url("../fonts/font-syc/LC-Orchard-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arial";
  src: url("../fonts/font-syc/ArialMT.woff2") format("woff2"), url("../fonts/font-syc/ArialMT.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LC-Orchard Book";
  src: url("../fonts/font-syc/LC-Orchard-Book.woff2") format("woff2"), url("../fonts/font-syc/LC-Orchard-Book.woff") format("woff");
  font-weight: 450;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LC-Orchard";
  src: url("../fonts/font-syc/LC-Orchard-Black.woff2") format("woff2"), url("../fonts/font-syc/LC-Orchard-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LC-Orchard";
  src: url("../fonts/font-syc/LC-Orchard-Light.woff2") format("woff2"), url("../fonts/font-syc/LC-Orchard-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/font-syc/Inter18pt-Bold.woff2") format("woff2"), url("../fonts/font-syc/Inter18pt-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.ff-svn {
  font-family: "LC-Orchard", sans-serif;
}

.ff-inter {
  font-family: "Inter", sans-serif;
  font-weight: bold;
}

.cl-blue {
  color: #061D38;
}

.cl-pink {
  color: #E31B53;
}

.cl-black {
  color: #292929;
}

.cl-white {
  color: #ffffff;
}

.fs-56 {
  font-size: 56px;
  line-height: 110%;
}

.fs-48 {
  font-size: 48px;
  line-height: 120%;
}

.fs-40 {
  font-size: 40px;
  line-height: 120%;
}

.fs-20 {
  font-size: 20px;
  line-height: 150%;
}

.fs-18 {
  font-size: 18px;
  line-height: 150%;
}

.fs-16 {
  font-size: 16px;
}

.fs-12 {
  font-size: 12px;
}

.fs-10 {
  font-size: 10px;
}

.fs-8 {
  font-size: 8px;
}

.container {
  max-width: calc(100vw - 110px + 1.5rem);
}

@media (min-width: 1440px) and (max-width: 1920px) {
  .container {
    max-width: calc(100vw - 110px + 1.5rem);
  }
  .fs-56 {
    font-size: 56px;
    line-height: 110%;
  }
  .fs-48 {
    font-size: 48px;
    line-height: 120%;
  }
  .fs-40 {
    font-size: 40px;
    line-height: 120%;
  }
  .fs-20 {
    font-size: 20px;
    line-height: 150%;
  }
  .fs-18 {
    font-size: 18px;
    line-height: 150%;
  }
  .fs-16 {
    font-size: 16px;
  }
  .fs-12 {
    font-size: 12px;
  }
  .fs-10 {
    font-size: 10px;
  }
  .fs-8 {
    font-size: 8px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .fs-56 {
    font-size: 50px;
    line-height: 110%;
  }
  .fs-48 {
    font-size: 44px;
    line-height: 120%;
  }
  .fs-40 {
    font-size: 32px;
    line-height: 120%;
  }
  .fs-20 {
    font-size: 16px;
    line-height: 150%;
  }
  .fs-18 {
    font-size: 14px;
    line-height: 150%;
  }
  .fs-16 {
    font-size: 13px;
  }
  .fs-12 {
    font-size: 12px;
  }
  .fs-8 {
    font-size: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: calc(100vw - 80px + 1.5rem);
  }
  .fs-56 {
    font-size: 35px;
    line-height: 50px;
  }
  .fs-48 {
    font-size: 30px;
    line-height: 120%;
  }
  .fs-40 {
    font-size: 28px;
    line-height: 120%;
  }
  .fs-20 {
    font-size: 16px;
    line-height: 150%;
  }
  .fs-18 {
    font-size: 16px;
    line-height: 150%;
  }
  .fs-16 {
    font-size: 14px;
  }
  .fs-12 {
    font-size: 12px;
  }
  .fs-10 {
    font-size: 10px;
  }
  .fs-8 {
    font-size: 8px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: calc(100vw - 40px + 1.5rem);
  }
  .fs-56 {
    font-size: 30px;
    line-height: 40px;
  }
  .fs-48 {
    font-size: 24px;
    line-height: 120%;
  }
  .fs-40 {
    font-size: 20px;
    line-height: 120%;
  }
  .fs-18 {
    font-size: 16px;
    line-height: 150%;
  }
  .fs-16 {
    font-size: 14px;
  }
  .fs-12 {
    font-size: 12px;
  }
  .fs-10 {
    font-size: 10px;
  }
  .fs-8 {
    font-size: 8px;
  }
}
@keyframes goTop {
  0% {
    transform: translateY(-5px);
  }
  0% {
    transform: translateY(0px);
  }
  0% {
    transform: translateY(5px);
  }
}
@keyframes runline {
  0% {
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dashoffset: -24px;
  }
  100% {
    stroke-dashoffset: -48px;
  }
}
@keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(42, 53, 80, 0.2);
  }
  100% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: rgba(20, 180, 87, 0.8);
  }
}
@keyframes desplode {
  0% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: rgba(20, 180, 87, 0.8);
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(129, 80, 108, 0.6);
  }
}
@keyframes headphone {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
    transform-origin: center center;
  }
  25% {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform-origin: top left;
  }
  40% {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform-origin: bottom left;
  }
  75% {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform-origin: top right;
  }
  85% {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform-origin: bottom right;
  }
  100% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: center center;
  }
}
.wrapper_flipUp {
  perspective: 1000px;
}
.wrapper_flipUp .flipUp {
  transform-style: preserve-3d;
}

body {
  font-family: "LC-Orchard", sans-serif;
  text-rendering: geometricPrecision;
  font-size: 18px;
  color: #574A42;
  background: #E6E5DC;
}
body a {
  text-decoration: none;
  outline: none;
  transition: all 0.5s ease;
}
body .btn.btn-seemore {
  padding: 10px 20px;
  background: rgba(193, 181, 173, 0.8);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 5px;
  font-family: "LC-Orchard", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
}
body .btn.btn-seemore:hover {
  background: rgba(41, 41, 41, 0.8);
}
body .btn.btn-seemore2 {
  padding: 10px 20px;
  background: #574A42;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 5px;
  font-family: "LC-Orchard", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
}
body .btn.btn-seemore2:hover {
  background: #ffffff;
  color: #574A42;
}
@media (max-width: 991px) {
  body .btn.btn-seemore, body .btn.btn-seemore2 {
    font-size: 14px;
    letter-spacing: 4.603px;
  }
}

#menu_mobile {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 1019;
  top: 0;
  right: 0;
  display: flex;
  display: -ms-flexbox;
  background-color: #E6E5DC;
  flex-direction: column;
  padding: 5rem 20px;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.5s ease;
  transform: translateX(100%);
}
#menu_mobile.open {
  transform: translateX(0);
}
#menu_mobile .hamburger-icon {
  width: 26px;
  height: 22.5px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  margin-left: 20px;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
#menu_mobile .hamburger-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #292929;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#menu_mobile .hamburger-icon span:nth-child(even) {
  right: 0;
  border-radius: 0 9px 9px 0;
}
#menu_mobile .hamburger-icon span:nth-child(odd) {
  left: 0;
  border-radius: 9px 0 0 9px;
}
#menu_mobile .hamburger-icon span:nth-child(1), #menu_mobile .hamburger-icon span:nth-child(2) {
  top: 0;
}
#menu_mobile .hamburger-icon span:nth-child(3) {
  top: 8px;
  width: 0%;
  left: -25%;
}
#menu_mobile .hamburger-icon span:nth-child(4) {
  top: 8px;
}
#menu_mobile .hamburger-icon span:nth-child(5), #menu_mobile .hamburger-icon span:nth-child(6) {
  top: 16px;
}
#menu_mobile .hamburger-icon.open span:nth-child(1), #menu_mobile .hamburger-icon.open span:nth-child(6) {
  transform: rotate(45deg);
}
#menu_mobile .hamburger-icon.open span:nth-child(2), #menu_mobile .hamburger-icon.open span:nth-child(5) {
  transform: rotate(-45deg);
}
#menu_mobile .hamburger-icon.open span:nth-child(1) {
  left: 2px;
  top: 5px;
}
#menu_mobile .hamburger-icon.open span:nth-child(2) {
  right: 2px;
  top: 5px;
}
#menu_mobile .hamburger-icon.open span:nth-child(3) {
  left: -50%;
  width: 0;
  opacity: 0;
}
#menu_mobile .hamburger-icon.open span:nth-child(4) {
  right: 50%;
  opacity: 0;
}
#menu_mobile .hamburger-icon.open span:nth-child(5) {
  left: 2px;
  top: 14px;
}
#menu_mobile .hamburger-icon.open span:nth-child(6) {
  right: 2px;
  top: 14px;
}
#menu_mobile .menu_site {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
}
#menu_mobile .menu_site li {
  position: relative;
}
#menu_mobile .menu_site li::after {
  position: absolute;
  width: 0;
  height: 1px;
  content: "";
  background: #574A42;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease;
}
#menu_mobile .menu_site li a {
  font-size: 16px;
  color: #574A42;
  padding: 15px 0;
  display: block;
  font-weight: bold;
}
#menu_mobile .menu_site li.btn_contact {
  margin-top: 15px;
}
#menu_mobile .menu_site li.btn_contact a {
  padding: 8px 20px;
  border: 1px solid #574A42;
  text-align: center;
}
#menu_mobile .menu_site li.btn_contact a:hover {
  background: #574A42;
  color: #ffffff;
}
#menu_mobile .menu_site li.current-menu-item::after {
  opacity: 1;
  width: 100%;
}
#menu_mobile .menu_site li .sub-menu {
  list-style: none;
  padding-left: 1rem;
  display: none;
}
#menu_mobile .menu_site li .sub-menu li a {
  text-transform: capitalize;
  font-size: 16px;
}
#menu_mobile .menu_site li.menu-item-has-children:before {
  display: flex;
  width: 55px;
  height: 55px;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  right: 0;
  top: 0;
  color: #292929;
  transition: all 0.5s ease;
}
#menu_mobile .menu_site li.menu-item-has-children.show_submenu:before {
  transform: rotate(180deg);
}
#menu_mobile .menu_lang {
  display: flex;
  display: -ms-flexbox;
  padding-left: 0;
  margin-bottom: 2rem;
  justify-content: center;
}
#menu_mobile .menu_lang li {
  list-style: none;
}
#menu_mobile .menu_lang li a {
  display: block;
  padding: 3px 10px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  color: #574A42;
  text-transform: uppercase;
}
#menu_mobile .menu_lang li.current-lang a {
  color: #ffffff;
  background: #574A42;
}

.overlay_menu {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1018;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
  transform: translateX(100%);
}
.overlay_menu.is-active {
  transform: translateX(0);
}

#header_site {
  background: #E5E4DB;
  color: #574A42;
  padding: 15px 0;
}
#header_site .logo_site {
  display: block;
}
#header_site .logo_site img {
  max-height: 40px;
}
#header_site .menu_site {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
  list-style: none;
}
#header_site .menu_site li {
  position: relative;
}
#header_site .menu_site li::before {
  position: absolute;
  width: 0;
  height: 1px;
  content: "";
  background: #574A42;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease;
}
#header_site .menu_site li a {
  color: #574A42;
  display: block;
  padding: 12px 0;
  font-size: 16px;
}
#header_site .menu_site li.btn_contact a {
  padding: 8px 20px;
  border: 1px solid #574A42;
}
#header_site .menu_site li.btn_contact a:hover {
  background: #574A42;
  color: #ffffff;
}
#header_site .menu_site li.current-menu-item::before {
  opacity: 1;
  width: 100%;
}
#header_site .menu_site li.menu-item-has-children > a {
  padding-right: 24px;
}
#header_site .menu_site li.menu-item-has-children > a::after {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  color: #574A42;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
#header_site .menu_site li > .sub-menu {
  position: absolute;
  z-index: 22;
  padding-top: 15px;
  top: calc(100% + 30px);
  left: 0;
  min-width: 200px;
  list-style: none;
  padding-left: 0;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
#header_site .menu_site li > .sub-menu::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 15px;
  top: -15px;
  left: 0;
}
#header_site .menu_site li > .sub-menu li {
  position: relative;
}
#header_site .menu_site li > .sub-menu li > a {
  padding: 12px 18px;
  display: block;
  color: #574A42;
  background: #E5E4DB;
}
#header_site .menu_site li > .sub-menu li.current-menu-item > a {
  color: #574A42;
}
#header_site .menu_site li > .sub-menu li.menu-item-has-children::after {
  position: absolute;
  content: "\f105";
  font-family: FontAwesome;
  color: #574A42;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
#header_site .menu_site li > .sub-menu li.menu-item-has-children .sub-menu {
  position: absolute;
  left: 100%;
  top: 30px;
  background: #E5E4DB;
  min-width: 200px;
  list-style: none;
  padding-left: 0;
  box-shadow: 0px 0px 30.8305px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
#header_site .menu_site li > .sub-menu li.menu-item-has-children .sub-menu li a {
  padding: 12px 18px;
  display: block;
  font-weight: bold;
}
#header_site .menu_site li > .sub-menu li.menu-item-has-children .sub-menu li:not(:last-child) {
  border-bottom: 1px dashed #cccccc;
}
#header_site .menu_site li > .sub-menu li.menu-item-has-children:hover > .sub-menu {
  top: 0;
  opacity: 1;
  visibility: visible;
}
#header_site .menu_site li:hover > .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
#header_site .menu_lang > ul {
  list-style: none;
  padding-left: 32px;
  margin-bottom: 0;
}
#header_site .menu_lang > ul > li {
  position: relative;
  text-transform: uppercase;
}
#header_site .menu_lang > ul > li > span {
  height: 100%;
  padding: 12px 36px 12px 18px;
  display: block;
  font-size: 16px;
  color: #574A42;
  transition: all 0.5s ease;
}
#header_site .menu_lang > ul > li::after {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease;
}
#header_site .menu_lang > ul > li ul {
  position: absolute;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  padding-top: 15px;
  top: calc(100% + 30px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  min-width: 100%;
}
#header_site .menu_lang > ul > li ul li a {
  padding: 12px 18px;
  display: block;
  color: #574A42;
  background: #E6E5DC;
}
#header_site .menu_lang > ul > li:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
#header_site .hamburger_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
#header_site .hamburger_btn .hamburger-icon {
  width: 36px;
  height: 18px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#header_site .hamburger_btn .hamburger-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #292929;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#header_site .hamburger_btn .hamburger-icon span:nth-child(even) {
  right: 0;
  border-radius: 0 9px 9px 0;
}
#header_site .hamburger_btn .hamburger-icon span:nth-child(odd) {
  left: 0;
  border-radius: 9px 0 0 9px;
}
#header_site .hamburger_btn .hamburger-icon span:nth-child(1), #header_site .hamburger_btn .hamburger-icon span:nth-child(2) {
  top: 0;
}
#header_site .hamburger_btn .hamburger-icon span:nth-child(3) {
  top: 8px;
  left: 0;
}
#header_site .hamburger_btn .hamburger-icon span:nth-child(4) {
  top: 8px;
}
#header_site .hamburger_btn .hamburger-icon span:nth-child(5), #header_site .hamburger_btn .hamburger-icon span:nth-child(6) {
  top: 16px;
}
#header_site .hamburger_btn .hamburger-icon.open span:nth-child(1), #header_site .hamburger_btn .hamburger-icon.open span:nth-child(6) {
  transform: rotate(45deg);
}
#header_site .hamburger_btn .hamburger-icon.open span:nth-child(2), #header_site .hamburger_btn .hamburger-icon.open span:nth-child(5) {
  transform: rotate(-45deg);
}
#header_site .hamburger_btn .hamburger-icon.open span:nth-child(1) {
  left: 3px;
  top: 3px;
}
#header_site .hamburger_btn .hamburger-icon.open span:nth-child(2) {
  right: 3px;
  top: 3px;
}
#header_site .hamburger_btn .hamburger-icon.open span:nth-child(3) {
  left: 50%;
  opacity: 0;
}
#header_site .hamburger_btn .hamburger-icon.open span:nth-child(4) {
  right: 50%;
  opacity: 0;
}
#header_site .hamburger_btn .hamburger-icon.open span:nth-child(5) {
  left: 3px;
  top: 15px;
}
#header_site .hamburger_btn .hamburger-icon.open span:nth-child(6) {
  right: 3px;
  top: 15px;
}
@media (max-width: 991px) {
  #header_site {
    padding: 5px 0;
  }
  #header_site .logo_site img {
    max-height: 30px;
  }
}

.banner_site {
  position: relative;
}
.banner_site .banner_slider {
  margin-bottom: 0;
}
.banner_site .banner_slider .item {
  position: relative;
  box-shadow: none;
  outline: none;
}
.banner_site .banner_slider .item::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.banner_site .banner_slider .item > img {
  min-height: 700px;
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  top: 0;
  left: 0;
}
.banner_site .banner_slider .item .meta_info {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #ffffff;
}
.banner_site .banner_slider .item .meta_info .title_slider {
  margin-bottom: 32px;
}
.banner_site .banner_slider .item .meta_info .desc {
  position: relative;
  margin-bottom: 32px;
}
.banner_site .banner_slider .item .meta_info .social_detail {
  display: none;
}
.banner_site .banner_slider .swiper-pagination {
  position: absolute;
  right: 55px;
  left: unset;
  top: 50%;
  width: auto;
  height: auto;
  bottom: unset;
  transform: translateY(-50%);
  counter-reset: number;
}
.banner_site .banner_slider .swiper-pagination span {
  display: block;
  width: 3px;
  height: 60px;
  position: relative;
  counter-increment: number;
  margin: 0;
  background: #ffffff;
  transition: all 0.5s ease;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  opacity: 0.5;
  box-shadow: none;
  outline: none;
}
.banner_site .banner_slider .swiper-pagination span::after {
  position: absolute;
  content: "0" counter(number);
  right: calc(100% + 5px);
  top: 50%;
  color: #ffffff;
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 12px;
  font-family: "LC-Orchard", sans-serif;
}
.banner_site .banner_slider .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}
.banner_site .logo_syc {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.banner_site .logo_syc img {
  max-height: 50px;
}
.banner_site .logo_syc .sub_title {
  font-weight: 700;
  line-height: 96.836%; /* 7.513px */
  letter-spacing: 2.328px;
  color: #C6BDAE;
  font-size: 8px;
  font-size: bold;
}
.banner_site .social_sticky {
  position: absolute;
  left: 55px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
.banner_site .social_sticky ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.banner_site .social_sticky ul li {
  margin-bottom: 25px;
}
.banner_site .social_sticky ul li.phone {
  display: none;
}
.banner_site .social_sticky ul li.dl {
  margin-bottom: 0;
}
.banner_site .social_sticky ul li svg {
  height: 25px;
  width: auto;
}
.banner_site .social_sticky ul li svg path {
  transition: all 0.5s ease;
}
.banner_site .social_sticky ul li.fb:hover svg path {
  fill: #1877F2;
}
.banner_site .social_sticky ul li.zl:hover svg path {
  fill: #0E63E7;
}
.banner_site .social_sticky ul li.phone:hover svg path {
  fill: #C6BDAE;
}
@media (max-width: 991px) {
  .banner_site .banner_slider .item .meta_info {
    bottom: 50%;
    top: unset;
    transform: translateY(50%);
    padding-bottom: 60px;
  }
  .banner_site .banner_slider .item .meta_info .title_slider {
    margin-bottom: 17px;
  }
  .banner_site .banner_slider .item .meta_info .desc {
    margin-bottom: 17px;
  }
  .banner_site .banner_slider .item .meta_info .desc br {
    display: none;
  }
  .banner_site .banner_slider .swiper-pagination {
    visibility: hidden;
    opacity: 0;
  }
  .banner_site .social_sticky {
    display: none;
  }
}

.welcome_orchard {
  background: url(../images/bg-welcome.jpg) repeat-y top left/100% auto;
}
.welcome_orchard .welcome_text {
  padding: 120px 0 80px;
}
.welcome_orchard .welcome_img {
  margin: 0;
  position: relative;
  padding-bottom: 56.25%;
}
.welcome_orchard .welcome_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .welcome_orchard .welcome_text {
    padding: 64px 0 48px;
  }
}

.advanture_orchard {
  background: url(../images/bg-advanture.jpg) repeat-y top left/100% auto;
}
.advanture_orchard .advanture_text {
  padding: 80px 0;
}
.advanture_orchard #advanture_tab li {
  flex: 1 0 0%;
}
.advanture_orchard #advanture_tab li .nav-link {
  background: transparent;
  color: #574A42;
  padding: 16px 24px;
  position: relative;
}
.advanture_orchard #advanture_tab li .nav-link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #574A42;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease;
}
.advanture_orchard #advanture_tab li .nav-link.active::before {
  opacity: 1;
}
.advanture_orchard #accordionAdvanture {
  --bs-accordion-bg: transparent;
}
.advanture_orchard #accordionAdvanture .accordion-button {
  display: block;
  text-align: center;
  padding: 16px 24px;
  color: #574A42;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 1px solid #574A42;
  position: relative;
}
.advanture_orchard #accordionAdvanture .accordion-button::before {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  right: 10px;
  top: 5px;
  transition: all 0.5s ease;
}
.advanture_orchard #accordionAdvanture .accordion-button[aria-expanded=true]::before {
  transform: rotate(-180deg);
}
.advanture_orchard #accordionAdvanture .accordion-body {
  padding: 0;
}
.advanture_orchard .tab_wrapper {
  position: relative;
  overflow: hidden;
}
.advanture_orchard .tab_wrapper figure {
  margin-bottom: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.advanture_orchard .tab_wrapper figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.advanture_orchard .tab_wrapper .zoom_map {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  background: #E6E5DC;
  border: 1px solid #574A42;
  padding: 3px 8px;
  -moz-column-gap: 5px;
       column-gap: 5px;
  z-index: 9999;
}
.advanture_orchard .tab_wrapper .zoom_map a {
  display: flex;
  width: 24px;
  height: 24px;
  color: #574A42;
  border: 1px solid #574A42;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
}
.advanture_orchard .tab_wrapper .view_more {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s ease;
  opacity: 0;
}
.advanture_orchard .tab_wrapper.hasBtn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(41, 41, 41, 0.5);
  transition: all 0.5s ease;
  opacity: 0;
}
.advanture_orchard .tab_wrapper.hasBtn:hover::before {
  opacity: 1;
}
.advanture_orchard .tab_wrapper.hasBtn:hover .view_more {
  opacity: 1;
}
@media (max-width: 991px) {
  .advanture_orchard {
    background-image: none;
  }
  .advanture_orchard .advanture_text {
    padding: 64px 0 48px;
  }
  .advanture_orchard #advanture_tab li {
    flex: 0 0 100%;
  }
  .advanture_orchard .tab_wrapper .zoom_map {
    bottom: 0.5rem;
    right: 0.5rem;
  }
}

.plans_orchard {
  background: url(../images/bg-partner.jpg) repeat-y top center/100% auto;
  padding: 80px 0;
}
.plans_orchard .list_plans {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 20px;
}
.plans_orchard .list_plans li a {
  color: #574A42;
  font-size: 16px;
  display: block;
  padding: 8px 50px 8px 25px;
  border: 1px solid #574A42;
  position: relative;
}
.plans_orchard .list_plans li a::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 12px;
  background: url(../images/arrow.svg) no-repeat center center/contain;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease;
}
.plans_orchard .list_plans li a:hover {
  background: #574A42;
  color: #ffffff;
}
.plans_orchard .list_plans li a:hover::before {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
@media (max-width: 991px) {
  .plans_orchard {
    background-image: none;
    padding: 64px 0 48px;
  }
  .plans_orchard .list_plans li a {
    min-width: 250px;
  }
}

.invest_orchard {
  padding: 80px 0 40px;
}
.invest_orchard .list_invest {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 100px;
       column-gap: 100px;
  justify-content: center;
}
.invest_orchard .list_invest .invest_item {
  text-align: center;
  margin-bottom: 40px;
}
.invest_orchard .list_invest .invest_item:first-child {
  flex: 0 0 100%;
}
.invest_orchard .list_invest .invest_item .subtitle {
  letter-spacing: 2.828px;
  margin-bottom: 1rem;
}
.invest_orchard .list_invest .invest_item img {
  max-height: 220px;
  max-height: 40px;
  width: auto;
  height: auto;
}
@media (max-width: 991px) {
  .invest_orchard {
    padding: 64px 0 48px;
  }
  .invest_orchard .list_invest {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .invest_orchard .list_invest .invest_item {
    flex: 0 0 50%;
    padding: 0 10px;
  }
  .invest_orchard .list_invest .invest_item .subtitle {
    font-size: 5px;
    letter-spacing: 1.371px;
  }
  .invest_orchard .list_invest .invest_item img {
    max-height: 30px;
    max-width: 120px;
  }
}

.gallery_orchard .gallery_text {
  padding: 80px 0 40px;
}
.gallery_orchard .gallery_text .discover_btn {
  color: #574A42;
}
.gallery_orchard .gallery_item {
  position: relative;
  margin-bottom: 24px;
}
.gallery_orchard .gallery_item figure {
  margin-bottom: 0;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
.gallery_orchard .gallery_item figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.gallery_orchard .gallery_item figure::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(41, 41, 41, 0.3);
  z-index: 1;
  pointer-events: none;
}
.gallery_orchard .gallery_item .meta_info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.gallery_orchard .gallery_item .meta_info a {
  display: block;
  padding: 8px 25px;
  background: #7D6A5F;
  color: #ffffff;
  font-size: 16px;
  white-space: nowrap;
}
.gallery_orchard .gallery_item .meta_info a:hover {
  background: rgba(41, 41, 41, 0.8);
}
@media (max-width: 991px) {
  .gallery_orchard .gallery_text {
    padding: 64px 0 48px;
  }
  .gallery_orchard .gallery_item figure::before {
    display: none;
  }
  .gallery_orchard .gallery_item .meta_info {
    position: static;
    top: unset;
    left: unset;
    transform: none;
    text-align: center;
    padding-top: 24px;
  }
  .gallery_orchard .gallery_item .meta_info a {
    display: inline-block;
  }
}

.gallery_detail {
  padding: 80px 0 40px;
}
.gallery_detail .gallery_wrapper {
  position: relative;
}
.gallery_detail .gallery_wrapper .gallery_slider .item {
  position: relative;
}
.gallery_detail .gallery_wrapper .gallery_slider .item figure {
  margin: 0;
  position: relative;
  padding-bottom: 56.25%;
}
.gallery_detail .gallery_wrapper .gallery_slider .item figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.gallery_detail .gallery_wrapper .gallery_slider .item figure a {
  cursor: zoom-in;
}
.gallery_detail .gallery_wrapper .gallery_slider .item .meta_info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  background: rgba(41, 41, 41, 0.8);
  color: #ffffff;
  white-space: nowrap;
  padding: 10px 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.gallery_detail .gallery_wrapper .gallery_slider .item:hover .meta_info {
  opacity: 1;
  visibility: visible;
}
.gallery_detail .gallery_wrapper .swiper-button-prev {
  left: 0;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background: #E6E5DC;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #574A42;
}
.gallery_detail .gallery_wrapper .swiper-button-prev::after {
  background: url(../images/arrow.svg) no-repeat center center/18px auto;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: rotate(180deg);
}
.gallery_detail .gallery_wrapper .swiper-button-next {
  right: 0;
  transform: translateX(50%);
  width: 50px;
  height: 50px;
  background: #E6E5DC;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #574A42;
}
.gallery_detail .gallery_wrapper .swiper-button-next::after {
  background: url(../images/arrow.svg) no-repeat center center/18px auto;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.gallery_detail .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 1rem;
}
.gallery_detail .swiper-pagination .swiper-pagination-bullet-active {
  background: #574A42;
}
@media (max-width: 991px) {
  .gallery_detail .gallery_wrapper .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  .gallery_detail .gallery_wrapper .swiper-button-prev::after {
    background: url(../images/arrow.svg) no-repeat center center/15px auto;
  }
  .gallery_detail .gallery_wrapper .swiper-button-next {
    width: 30px;
    height: 30px;
  }
  .gallery_detail .gallery_wrapper .swiper-button-next::after {
    background: url(../images/arrow.svg) no-repeat center center/15px auto;
  }
}

.project_orchard {
  padding: 80px 0 40px;
}
.project_orchard .project_detail {
  padding-top: 100px;
}
.project_orchard .project_detail .list_info {
  margin-top: 40px;
  border-top: 1px solid #574A42;
}
.project_orchard .project_detail .list_info .info_item {
  padding: 20px 0;
  border-bottom: 1px solid #574A42;
}
.project_orchard .project_detail .list_info .info_item .title {
  pointer-events: none;
}
@media (max-width: 991px) {
  .project_orchard .project_detail {
    padding-top: 40px;
  }
  .project_orchard .project_detail .list_info .info_item .title {
    position: relative;
    padding-right: 25px;
    pointer-events: all;
  }
  .project_orchard .project_detail .list_info .info_item .title::before {
    position: absolute;
    content: "\f107";
    font-family: FontAwesome;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease;
  }
  .project_orchard .project_detail .list_info .info_item .desc {
    display: none;
  }
  .project_orchard .project_detail .list_info .info_item.active .title::before {
    transform: translateY(-50%) rotate(180deg);
  }
}

.plans_facilities {
  padding: 80px 0 0;
  background: url(../images/bg-advanture.jpg) no-repeat top center/100% auto;
}
.plans_facilities .block_select .dropdown,
.plans_facilities .floor_select .dropdown {
  min-width: 150px;
}
.plans_facilities .block_select .dropdown a,
.plans_facilities .floor_select .dropdown a {
  display: block;
  text-align: left;
  box-shadow: none;
  outline: none;
}
.plans_facilities .block_select .dropdown .dropdown-toggle,
.plans_facilities .floor_select .dropdown .dropdown-toggle {
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  color: #292929;
  border-bottom: 1px solid #292929;
  padding-left: 0;
}
.plans_facilities .block_select .dropdown .dropdown-toggle::after,
.plans_facilities .floor_select .dropdown .dropdown-toggle::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.plans_facilities .block_select .dropdown .dropdown-menu,
.plans_facilities .floor_select .dropdown .dropdown-menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: #E6E5DC;
  border: 0;
  padding: 0;
  box-shadow: 0 2px 4px rgba(41, 41, 41, 0.1);
}
.plans_facilities .img_plans {
  text-align: center;
  background: #E6E5DC;
}
.plans_facilities .img_plans img {
  max-width: 100%;
  max-height: 80vh;
  width: auto;
  height: auto;
}
.plans_facilities .plans_group {
  padding-top: 80px;
}
.plans_facilities .plans_group .plans_title {
  padding: 14px 0;
  text-transform: uppercase;
}
.plans_facilities .detail_plans .fac_item {
  padding: 14px 0 14px 30px;
  border-bottom: 1px solid #574A42;
  position: relative;
}
.plans_facilities .detail_plans .fac_item span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .plans_facilities {
    padding: 64px 0 0;
  }
  .plans_facilities .plans_group {
    padding-top: 48px;
  }
}

.floors_plans {
  padding: 80px 0 0;
  background: url(../images/bg-advanture.jpg) no-repeat top center/100% auto;
}
.floors_plans .block_select .dropdown,
.floors_plans .floor_select .dropdown {
  min-width: 150px;
}
.floors_plans .block_select .dropdown a,
.floors_plans .floor_select .dropdown a {
  display: block;
  text-align: left;
}
.floors_plans .block_select .dropdown .dropdown-toggle,
.floors_plans .floor_select .dropdown .dropdown-toggle {
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  color: #292929;
  border-bottom: 1px solid #292929;
  padding-left: 0;
}
.floors_plans .block_select .dropdown .dropdown-toggle::after,
.floors_plans .floor_select .dropdown .dropdown-toggle::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.floors_plans .block_select .dropdown .dropdown-menu,
.floors_plans .floor_select .dropdown .dropdown-menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: #E6E5DC;
  border: 0;
  padding: 0;
  box-shadow: 0 2px 4px rgba(41, 41, 41, 0.1);
}
.floors_plans .img_floor {
  background: #E6E5DC;
}
.floors_plans .floor_detail {
  margin-top: 80px;
}
.floors_plans .floor_detail img {
  max-width: 100%;
  height: auto;
}
.floors_plans .mini_map {
  text-align: center;
}
.floors_plans .mini_map img {
  max-height: 200px;
  max-width: 100%;
  width: auto;
  height: auto;
}
@media (max-width: 991px) {
  .floors_plans {
    padding: 64px 0 0;
  }
  .floors_plans .floor_detail {
    margin-top: 48px;
  }
}

.unit_plans {
  padding: 80px 0 0;
  background: url(../images/bg-advanture.jpg) no-repeat top center/100% auto;
}
.unit_plans .unit_info .unit_select .dropdown a {
  display: block;
  text-align: left;
  font-size: 32px;
}
.unit_plans .unit_info .unit_select .dropdown .dropdown-toggle {
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  color: #292929;
  padding-left: 0;
  font-size: 32px;
  color: #567585;
}
.unit_plans .unit_info .unit_select .dropdown .dropdown-toggle::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.unit_plans .unit_info .unit_select .dropdown .dropdown-menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  width: 100%;
  background: #E6E5DC;
  border: 0;
  padding: 0;
  box-shadow: 0 2px 4px rgba(41, 41, 41, 0.1);
  max-height: 300px;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.unit_plans .unit_info .unit_select .dropdown .dropdown-menu::-webkit-scrollbar {
  width: 5px;
}
.unit_plans .unit_info .unit_select .dropdown .dropdown-menu::-webkit-scrollbar-track {
  background: #E5E4DB;
}
.unit_plans .unit_info .unit_select .dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background: #574A42;
}
.unit_plans .unit_info .unit_select .dropdown .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #574A42;
}
.unit_plans .unit_info .label {
  text-align: center;
  border-top: 1px solid #557585;
  padding: 7px;
  border-bottom: 1px dashed #BBB;
}
.unit_plans .unit_info .label .vilang {
  color: rgb(34, 34, 34);
}
.unit_plans .unit_info .label .enlang {
  color: #777;
}
.unit_plans .unit_info .info {
  text-align: center;
  padding: 30px 7px;
  color: rgb(34, 34, 34);
}
.unit_plans .img_unit {
  background: #E6E5DC;
  text-align: center;
}
.unit_plans .img_unit img {
  max-width: 100%;
  max-height: 80vh;
  width: auto;
  height: auto;
}
.unit_plans .unit_detail {
  margin-top: 80px;
}
.unit_plans .unit_detail img {
  max-width: 100%;
  height: auto;
}
.unit_plans .mini_map {
  text-align: center;
}
.unit_plans .mini_map img {
  max-height: 200px;
  max-width: 100%;
  width: auto;
  height: auto;
}
@media (max-width: 991px) {
  .unit_plans {
    padding: 64px 0 0;
  }
  .unit_plans .unit_info .unit_select .dropdown a {
    font-size: 18px;
  }
  .unit_plans .unit_info .unit_select .dropdown .dropdown-toggle {
    font-size: 18px;
  }
  .unit_plans .unit_detail {
    margin-top: 48px;
  }
}

#footer_site {
  background: #292929;
  color: #C6BDAE;
  padding-top: 3rem;
}
#footer_site .top_info h4 {
  margin-bottom: 1rem;
  pointer-events: none;
  padding-bottom: 5px;
}
#footer_site .top_info ul {
  list-style: none;
  padding-left: 0;
}
#footer_site .top_info ul li {
  margin-bottom: 0;
}
#footer_site .top_info ul li a {
  color: #C6BDAE;
  font-size: 14px;
  line-height: 25px;
  padding: 0 10px 0 0;
}
#footer_site .top_info ul li a:hover {
  padding: 0 0 0 10px;
}
#footer_site .top_info hr {
  margin: 30px 0;
  opacity: 1;
}
#footer_site .contact_info {
  padding-bottom: 2rem;
}
#footer_site .contact_info ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#footer_site .contact_info ul li {
  margin-bottom: 0;
}
#footer_site .contact_info ul li a {
  color: #C6BDAE;
  font-size: 14px;
  line-height: 25px;
}
#footer_site .contact_info ul.contact_menu {
  -moz-column-gap: 34px;
       column-gap: 34px;
}
#footer_site .contact_info ul.contact_menu li {
  position: relative;
}
#footer_site .contact_info ul.contact_menu li:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  background: #ffffff;
  right: -17px;
  top: 50%;
  transform: translateY(-50%);
}
#footer_site .contact_info ul.social {
  justify-content: flex-end;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#footer_site .contact_info ul.social li:first-child {
  padding-right: 20px;
}
#footer_site .contact_info ul.social li a {
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#footer_site .contact_info ul.social li a img {
  height: 30px;
}
#footer_site .contact_info ul.social li a:hover {
  background: #ffffff;
}
.table-bds tr td{
    border-bottom: 1px solid rgba(0,0,0,0.12);
}
.table-bds tr td:first-child{
    font-weight: bold;
}
.header-cuspage h1{
    text-align: center;
}
.table-bds tr td p{
    margin-bottom: 0;
    padding: 16px 0;
}
.table-bds tr td li{
    padding: 10px 0;
}
.table-bds tr td li p{
    padding:0;
}
.banner-single-cspage{
    margin-bottom: 80px;
}
.page-content{
    padding-bottom: 80px;
}
.header-cuspage {
    margin-bottom: 40px;
}
@media (max-width: 991px) {
  #footer_site {
    padding-top: 30px;
  }
  #footer_site .top_info h4 {
    border-bottom: 1px solid #ffffff;
    position: relative;
    margin-top: 10px;
    pointer-events: all;
  }
  #footer_site .top_info h4::after {
    position: absolute;
    content: "\f107";
    font-family: FontAwesome;
    right: 0;
    top: 0;
    transition: all 0.5s ease;
  }
  #footer_site .top_info h4.active::after {
    transform: rotate(-180deg);
  }
  #footer_site .top_info ul {
    display: none;
  }
  #footer_site .top_info hr {
    display: none;
  }
  #footer_site .contact_info {
    padding-bottom: 30px;
  }
  #footer_site .contact_info ul {
    justify-content: center;
    margin-bottom: 0.75rem;
  }
  #footer_site .contact_info ul.contact_menu li a {
    font-size: 15px;
  }
  #footer_site .contact_info ul.social {
    justify-content: center;
    margin-bottom: 0;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  #footer_site .contact_info ul.social li:first-child {
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  #footer_site .contact_info ul.social li a img {
    height: 43px;
  }
}
section.news .wrap-title .title-line {
  position: relative;
  width: 100%;
}
section.news .wrap-title .title-line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 1px;
  width: 100%;
  background-color: #bf5b40;
}
section.news .container-news {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row wrap;
}
section.news .container-news .wrap-group-news {
  position: relative;
  display: flex;
  width: calc((100% - 90px) / 3);
  height: auto;
  margin: 25px 15px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  section.news .container-news .wrap-group-news {
    width: calc((100% - 40px) / 2);
    margin: 15px 10px;
  }
}
@media (max-width: 576px) {
  section.news .container-news .wrap-group-news {
    width: calc(100% - 20px);
    margin: 15px 10px;
  }
}
section.news .container-news .wrap-group-news .group-news {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
section.news .container-news .wrap-group-news .group-news .news-cover {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background: rgba(125, 106, 95, 1);
  transition: 0.4s ease-in-out;
}
section.news .container-news .wrap-group-news .group-news .news-cover::before {
  content: "";
  transition: 0.4s ease-in-out;
}
section.news .container-news .wrap-group-news .group-news .news-cover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #bf5b40;
  z-index: -1;
}
section.news .container-news .wrap-group-news .group-news .news-cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 10px 10px 0;
  z-index: 1;
}
section.news .container-news .wrap-group-news .group-news .news-cover img.play-icon {
  object-fit: contain;
  z-index: 2;
  width: 65px;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section.news{
    padding-top: 50px;
}
section.news .container-news .wrap-group-news .group-news .wrap-news-des {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section.news .container-news .wrap-group-news .group-news .wrap-news-des .wrap-news-date {
  position: relative;
  width: 47px;
  height: 100%;
  background: white;
}
section.news .container-news .wrap-group-news .group-news .wrap-news-des .wrap-news-date .news-group {
  position: relative;
  width: 100%;
  background: #574a42;
  padding: 10px;
}
section.news .container-news .wrap-group-news .group-news .wrap-news-des .wrap-news-date .news-group > span {
  display: block;
  color: #fff;
  text-align: center;
  font-family: "Minion Pro";
  font-size: 12px;
  text-transform: uppercase;
}
section.news .container-news .wrap-group-news .group-news .wrap-news-des .wrap-news-date .news-group > span.day {
  font-size: 28px;
  line-height: 28px;
}
section.news .container-news .wrap-group-news .group-news .wrap-news-des .news-des {
  position: relative;
  width: calc(100% - 47px);
  padding: 15px 15px 30px;
  background: #f0f0f0;
  color: #333132;
  font-family: "Montserrat Regular";
  text-align: justify;
  font-size: 12px;
  white-space: normal;
  height: auto;
}
section.news .container-news .wrap-group-news .group-news .wrap-news-des .news-des h3 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  color:#574a42;
}
section.news{
    padding-bottom: 40px;
}
section.news .container-news .wrap-group-news .group-news .wrap-news-des .news-des p {
  font-weight: 100;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  color:#574a42;
}
section.news .container-news .wrap-group-news .group-news .bg-color {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 47px);
  height: 90%;
  background: #f0f0f0;
}
section.news .container-news .wrap-group-news .group-news .wrap-link-to {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 3;
  display: flex;
}
section.news .container-news .wrap-group-news .group-news .wrap-link-to .link-to {
  position: relative;
  width: 100%;
  height: 100%;
}
section.news .container-news .wrap-group-news .group-news .wrap-link-to .link-to .wrap-arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 0;
  right: 5px;
}
section.news .container-news .wrap-group-news .group-news .wrap-link-to .link-to .wrap-arrow .arrow {
  position: relative;
  width: 100%;
  height: 100%;
}
section.news .container-news .wrap-group-news .group-news .wrap-link-to .link-to .wrap-arrow .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translate(0, -50%);
  width: calc(100% - 14px);
  height: 1px;
  background: #574a42;
}
section.news .container-news .wrap-group-news .group-news .wrap-link-to .link-to .wrap-arrow .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #574a42;
}
section.news .container-news .wrap-group-news .group-news .wrap-link-to .link-to:hover .wrap-arrow .arrow {
  animation: arrow-to-right 0.3s ease backwards 2;
}
section.news .container-news .wrap-group-news:hover .group-news .news-cover {
  background: #574a42!important;
}
section.news .container-news .wrap-group-news:hover .group-news .news-cover::before {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 10px);
  left: 10px;
  top: 10px;
  z-index: 2;
}
section.news .wrap-pagination {
  position: relative;
  display: flex;
  margin: 0 auto;
  width: 100%;
  justify-content: center;
  margin-top: 15px;
}
section.news .wrap-pagination .previous-page {
  position: relative;
  font-family: "Montserrat";
  font-size: 14px;
  display: inline-block;
  transition: 0.3s ease-in-out;
  width: 58px;
  cursor: pointer;
  color: #333132;
}
section.news .wrap-pagination .previous-page a {
  color: #333132;
}
section.news .wrap-pagination .previous-page a:hover {
  color: #5e585b;
}
section.news .wrap-pagination .next-page {
  position: relative;
  font-family: "Montserrat";
  font-size: 14px;
  display: inline-block;
  transition: 0.3s ease-in-out;
  width: 58px;
  cursor: pointer;
}
section.news .wrap-pagination .next-page a {
  color: #333132;
}
section.news .wrap-pagination .next-page a:hover {
  color: #5e585b;
}
section.news .wrap-pagination .pagination {
  position: relative;
  margin: 0 10px;
  display: flex;
  align-items: center;
  width: fit-content;
}
section.news .wrap-pagination .pagination .page {
  margin: 0 5px;
  width: 18px;
  height: 18px;
  font-size: 12px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  background: #333132;
}
section.news .wrap-pagination .pagination .page a {
  color: #fff;
}
section.news .wrap-pagination .pagination .page:hover {
  background: #5e585b;
}
section.news .wrap-pagination .pagination .page.active {
  background: #bf5b40;
}

section.single-news {
  position: relative;
  width: 100%;
  height: auto;
  padding: 30px 100px 65px;
  overflow-x: hidden;
}
@media (max-width: 1024px) {
  section.single-news {
    padding: 50px 40px 50px;
  }
}
@media (max-width: 576px) {
  section.single-news {
    padding: 30px 20px 30px;
  }
}
section.single-news .wrap-title {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
}
section.single-news .wrap-title h1 {
  font-size: 28px;
  text-align: left;
  color: #bf5b40;
  display: inline-block;
  text-transform: uppercase;
  white-space: nowrap;
  padding-right: 10px;
}
@media (max-width: 576px) {
  section.single-news .wrap-title h1 {
    font-size: 24px;
  }
}
section.single-news .wrap-title .title-line {
  position: relative;
  width: 100%;
}
section.single-news .wrap-title .title-line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 1px;
  width: 100%;
  background-color: #bf5b40;
}
section.single-news .container-single-news {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 20px;
  display: flex;
  flex-flow: row wrap;
}
section.single-news .container-single-news .wrap-headline-news {
  position: relative;
  width: 100%;
  padding-bottom: 30px;
}
section.single-news .container-single-news .wrap-headline-news .release-date {
  display: block;
  font-family: "Minion Pro";
  text-align: center;
  font-size: 16px;
  color: #333132;
  padding-bottom: 10px;
  text-transform: uppercase;
}
section.single-news .container-single-news .wrap-headline-news .title-news {
  display: block;
  font-family: "Montserrat Regular";
  text-align: center;
  font-size: 30px;
  white-space: pre-line;
  color: #bf5b40;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 576px) {
  section.single-news .container-single-news .wrap-headline-news .title-news {
    font-size: 26px;
  }
}
section.single-news .container-single-news .wrap-img-news {
  position: relative;
  width: 100%;
  overflow: hidden;
}
section.single-news .container-single-news .wrap-img-news img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
section.single-news .container-single-news .wrap-img-news img.play-icon {
  position: absolute;
  object-fit: contain;
  z-index: 2;
  width: 65px;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section.single-news .container-single-news .wrap-des-news {
  position: relative;
  width: 100%;
  display: flex;
  padding-top: 30px;
  justify-content: center;
}
@media (max-width: 576px) {
  section.single-news .container-single-news .wrap-des-news {
    flex-flow: row wrap;
  }
}
section.single-news .container-single-news .wrap-des-news .social-share {
  position: relative;
  width: 50%;
  display: flex;
  height: fit-content;
  display: none;
}
@media (max-width: 1024px) {
  section.single-news .container-single-news .wrap-des-news .social-share {
    width: 30%;
  }
}
@media (max-width: 576px) {
  section.single-news .container-single-news .wrap-des-news .social-share {
    width: 100%;
    padding-bottom: 25px;
  }
}
section.single-news .container-single-news .wrap-des-news .social-share .share-title {
  position: relative;
  padding: 0 20px;
  font-family: "Montserrat Regular";
  font-size: 13px;
  border-right: 1px solid #bf5b40;
  color: #333132;
  display: inline-block;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  section.single-news .container-single-news .wrap-des-news .social-share .share-title {
    padding: 0 20px 0 0;
  }
}
section.single-news .container-single-news .wrap-des-news .social-share .social-icon {
  position: relative;
  padding: 0 7px;
  display: flex;
}
section.single-news .container-single-news .wrap-des-news .social-share .social-icon a {
  padding: 0 8px;
  display: flex;
  align-items: center;
}
section.single-news .container-single-news .wrap-des-news .social-share .social-icon a img {
  display: inline-block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}
section.single-news .container-single-news .wrap-des-news .wrap-news-content {
  position: relative;
  width: calc(100% - 100px);
}
@media (max-width: 576px) {
  section.single-news .container-single-news .wrap-des-news .wrap-news-content {
    width: calc(100% - 60px);
  }
}
section.single-news .container-single-news .wrap-des-news .wrap-news-content .news-content {
  font-family: "Montserrat Regular";
  font-size: 12px;
  line-height: 20px;
  white-space: pre-wrap;
  color: #333132;
}
section.single-news .container-single-news .wrap-des-news .wrap-news-content .redirect-to {
  padding-top: 20px;
  position: relative;
}
section.single-news .container-single-news .wrap-des-news .wrap-news-content .redirect-to .wrap-link-to {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 3;
  display: flex;
}
section.single-news .container-single-news .wrap-des-news .wrap-news-content .redirect-to .wrap-link-to .link-to {
  position: relative;
  width: 100%;
  height: 100%;
  color: #bf5b40;
  font-size: 14px;
  display: flex;
  align-items: center;
}
section.single-news .container-single-news .wrap-des-news .wrap-news-content .redirect-to .wrap-link-to .link-to .wrap-arrow {
  position: relative;
  width: 40px;
  height: 30px;
  padding-right: 4px;
}
section.single-news .container-single-news .wrap-des-news .wrap-news-content .redirect-to .wrap-link-to .link-to .wrap-arrow .arrow {
  position: relative;
  width: 100%;
  height: 100%;
}
section.single-news .container-single-news .wrap-des-news .wrap-news-content .redirect-to .wrap-link-to .link-to .wrap-arrow .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  transform: translate(0, -50%);
  width: calc(100% - 6px);
  height: 1px;
  background: #bf5b40;
}
section.single-news .container-single-news .wrap-des-news .wrap-news-content .redirect-to .wrap-link-to .link-to .wrap-arrow .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right: 5px solid #bf5b40;
}
section.single-news .container-single-news .wrap-des-news .wrap-news-content .redirect-to .wrap-link-to .link-to:hover .wrap-arrow .arrow {
  animation: arrow-to-right 0.3s ease backwards 2;
}
.type-page .entry-header .entry-title{
    text-align: center;
}
/*# sourceMappingURL=main.css.map */