/*--- Main Base Color ---*/
/*--- /Main Base Color ---*/
/*--- Mixins ---*/
/*--- Animation ---*/
/*--- /Animation ---*/
/*--- Keyframes ---*/
/*--- /Keyframes ---*/
/*--- Transform ---*/
/*--- /Transform ---*/
/*--- Box Shadows ---*/
/*--- /Box Shadows ---*/
/*--- /Mixin ---*/
/*--- Bg Color ---*/
.black {
  background-color: #000000 !important;
}

.choco {
  background-color: #8B3300 !important;
}

.brown {
  background-color: #AF917B !important;
}

.cream {
  background-color: #E1986E !important;
}

.dark-cream {
  background-color: #B98B6D !important;
}

.light-cream {
  background-color: #E5AA83 !important;
}

.silver {
  background-color: #989898 !important;
}

.transparent {
  background-color: rgba(0, 0, 0, 0) !important;
}

.white {
  background-color: #FFFFFF !important;
}

.light-grey {
  background-color: #CCCCCC !important;
}

/*--- /Bg Color ---*/
/*--- Text Color ---*/
.text-black {
  color: #000000 !important;
}

.text-choco {
  color: #8B3300 !important;
}

.text-dark-cream {
  color: #B98B6D !important;
}

.text-cream {
  color: #E1986E !important;
}

.text-white {
  color: #FFFFFF !important;
}

.text-light-grey {
  color: #CCCCCC !important;
}

.tp-white::placeholder {
  color: #FFFFFF !important;
}

/*--- /Text Color ---*/
/*--- Text Weight ---*/
.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

/*--- /Text Weight ---*/
/*--- Button ---*/
.btn-line-rounded {
  border-radius: 50px;
  padding: 0.356rem 0.975rem;
  transition: 0.3s all;
  cursor: pointer;
}
.btn-line-rounded:hover {
  color: #FFFFFF !important;
  border: 2px solid rgba(0, 0, 0, 0);
  text-decoration: none;
  transition: 0.3s all;
}

.btn-cream {
  color: #E1986E !important;
  border: 2px solid #E1986E;
}
.btn-cream:hover {
  background-color: #E1986E !important;
  color: #000000 !important;
  font-weight: 500;
  text-decoration: none;
}

.btn-white {
  color: #FFFFFF !important;
  border: 2px solid #FFFFFF;
}
.btn-white:hover {
  background-color: #FFFFFF !important;
  color: #E1986E !important;
  text-decoration: none;
}

/*--- /Button ---*/
/*--- Image ---*/
.of-cover {
  object-fit: cover !important;
}

.img-circle {
  border-radius: 50%;
}

.img-zoom {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.img-shadow-cream {
  -webkit-box-shadow: 0 0 5px 3px #E1986E;
  -moz-box-shadow: 0 0 5px 3px #E1986E;
  box-shadow: 0 0 5px 3px #E1986E;
}

.img-rounded-5 {
  border-radius: 5px;
}

.img-rounded-10 {
  border-radius: 10px;
}

/*--- Special ---*/
.le-logo-desc {
  width: 60%;
}
@media (min-width: 576px) {
  .le-logo-desc {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .le-logo-desc {
    width: 35%;
  }
}
@media (min-width: 1200px) {
  .le-logo-desc {
    width: 22%;
  }
}

/*--- /Image ---*/
/*--- Header ---*/
.le-navbar-top {
  background-color: #E1986E;
  border-bottom: 1px solid #B98B6D;
}

.le-navbar-menu {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../img/bg-header.png");
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: 100%;
  background-size: 100%;
  min-height: 2rem;
}
.le-navbar-menu ul li a {
  font-size: 1rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0);
  letter-spacing: 1px;
}
.le-navbar-menu ul li a:hover {
  border: 1px solid #E1986E;
  border-radius: 7px;
}
@media (min-width: 576px) {
  .le-navbar-menu {
    min-height: 3.9rem;
  }
}
@media (min-width: 768px) {
  .le-navbar-menu {
    min-height: 4rem;
  }
}
@media (min-width: 1024px) {
  .le-navbar-menu {
    min-height: 6rem;
  }
  .le-navbar-menu ul {
    margin-top: -10px;
  }
  .le-navbar-menu ul li a {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}
@media (min-width: 1200px) {
  .le-navbar-menu {
    min-height: 10.4rem;
  }
  .le-navbar-menu ul {
    margin-top: 0;
  }
  .le-navbar-menu ul li a {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

.le-navbar-space {
  padding-top: 4rem;
}
@media (min-width: 768px) {
  .le-navbar-space {
    padding-top: 7rem;
  }
}
@media (min-width: 1024px) {
  .le-navbar-space {
    padding-top: 5rem;
  }
}
@media (min-width: 1200px) {
  .le-navbar-space {
    padding-top: 6rem;
  }
}

.r-limit-header {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../img/detail.png");
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: 100%;
  background-size: 100%;
  min-height: 2.6rem;
  margin-top: -2rem;
  z-index: 2;
}
@media (min-width: 576px) {
  .r-limit-header {
    min-height: 4.6rem;
    margin-top: -2rem;
  }
}
@media (min-width: 768px) {
  .r-limit-header {
    min-height: 6.6rem;
    margin-top: -2.2rem;
  }
}
@media (min-width: 1024px) {
  .r-limit-header {
    min-height: 7.7rem;
    margin-top: -3rem;
  }
}
@media (min-width: 1200px) {
  .r-limit-header {
    min-height: 14.6rem;
    margin-top: -8rem;
  }
}

.r-limit-header-bot {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../img/detail.png");
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: 100%;
  background-size: 100%;
  min-height: 2.6rem;
  margin-bottom: -2rem;
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  z-index: 2;
}
@media (min-width: 576px) {
  .r-limit-header-bot {
    min-height: 4.6rem;
    margin-top: -2rem;
  }
}
@media (min-width: 768px) {
  .r-limit-header-bot {
    min-height: 6.6rem;
  }
}
@media (min-width: 1024px) {
  .r-limit-header-bot {
    min-height: 7.7rem;
    margin-bottom: -3rem;
  }
}
@media (min-width: 1200px) {
  .r-limit-header-bot {
    min-height: 14.6rem;
    margin-bottom: -8rem;
  }
}

.l-limit-header {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../img/detail.png");
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: 100%;
  background-size: 100%;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  min-height: 2.6rem;
  margin-top: -2rem;
}
@media (min-width: 768px) {
  .l-limit-header {
    min-height: 6.6rem;
    margin-top: -2.2rem;
  }
}
@media (min-width: 1024px) {
  .l-limit-header {
    min-height: 7.7rem;
    margin-top: -3rem;
  }
}
@media (min-width: 1200px) {
  .l-limit-header {
    min-height: 14.6rem;
    margin-top: -6rem;
  }
}

.nav-mobile {
  overflow-y: auto;
  height: 100vh;
  transition: 0.3s all;
  display: none;
  margin-top: -2rem;
  padding-top: 1.5rem;
  -webkit-animation: fadein 0.3s;
  -moz-animation: fadein 0.3s;
  -ms-animation: fadein 0.3s;
  -o-animation: fadein 0.3s;
  animation: fadein 0.3s;
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.nav-mobile ul li {
  padding: 0.5rem 1rem;
}
.nav-mobile ul li a {
  font-size: 1.2rem;
  cursor: pointer;
}
@media (min-width: 576px) {
  .nav-mobile {
    margin-top: -3.3rem;
  }
  .nav-mobile ul li {
    padding: 1rem 2.5rem;
  }
}
@media (min-width: 768px) {
  .nav-mobile {
    margin-top: -4.1rem;
  }
  .nav-mobile ul li {
    padding: 1rem 2rem;
  }
  .nav-mobile ul li a {
    font-size: 2rem;
    cursor: pointer;
  }
}

#btnToggleMobileOpen {
  cursor: pointer;
}
#btnToggleMobileOpen div {
  width: 30px;
  height: 3px;
  border-radius: 10px;
  -webkit-animation: fadein 0.5s;
  -moz-animation: fadein 0.5s;
  -ms-animation: fadein 0.5s;
  -o-animation: fadein 0.5s;
  animation: fadein 0.5s;
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#btnToggleMobileClose {
  cursor: pointer;
}
#btnToggleMobileClose div {
  width: 30px;
  height: 3px;
  border-radius: 10px;
  -webkit-animation: fadein 0.5s;
  -moz-animation: fadein 0.5s;
  -ms-animation: fadein 0.5s;
  -o-animation: fadein 0.5s;
  animation: fadein 0.5s;
}
#btnToggleMobileClose div:nth-child(1) {
  -webkit-transform: rotate(44deg);
  -ms-transform: rotate(44deg);
  transform: rotate(44deg);
  margin-left: auto;
}
#btnToggleMobileClose div:nth-child(2) {
  -webkit-transform: rotate(136deg);
  -ms-transform: rotate(136deg);
  transform: rotate(136deg);
  margin-left: auto;
  margin-top: -7px;
}
#btnToggleMobileClose div:nth-child(3) {
  display: none !important;
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*--- /Header ---*/
/*--- Service Sec ---*/
.serivice-sec h2 {
  font-size: 5rem;
}
@media (min-width: 1200px) {
  .serivice-sec h2 {
    font-size: 5rem;
  }
}
@media (max-width: 500px) {
  .serivice-sec h2 {
    font-size: 3rem;
  }
}

.service-text {
  width: 40%;
}

.manicur-text {
  width: 35%;
}

.le-service-img {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../img/bg-service.png");
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: 75%;
  background-size: 75%;
  min-height: 13rem;
}
@media (min-width: 768px) {
  .le-service-img {
    min-height: 23.4rem;
  }
}
@media (min-width: 1200px) {
  .le-service-img {
    min-height: 36.4rem;
  }
}

.service-card {
  width: 70%;
  height: 14rem;
  cursor: pointer;
}
.service-card picture .front-shadow {
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  position: absolute;
  transition: 0.3s all;
  z-index: 1;
}
.service-card h3 {
  z-index: 2;
  top: 45%;
  text-shadow: 1px 1px 1px #000000;
  white-space: normal;
}
.service-card:hover picture .front-shadow {
  opacity: 0;
  cursor: pointer;
}
.service-card:first-child picture .front-shadow,
.service-card:first-child picture img {
  border-top-left-radius: 3rem;
}
.service-card:last-child picture .front-shadow,
.service-card:last-child picture img {
  border-top-right-radius: 3rem;
}
@media (min-width: 576px) {
  .service-card {
    width: 70%;
    height: 14rem;
  }
}
@media (min-width: 768px) {
  .service-card {
    width: 35%;
    height: 14rem;
  }
}
@media (min-width: 1200px) {
  .service-card {
    width: 19.666666%;
    height: 14rem;
  }
}

.service-card-2 {
  cursor: pointer;
}
.service-card-2 picture .front-shadow {
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  position: absolute;
  transition: 0.3s all;
  z-index: 1;
}
.service-card-2 .service-title {
  z-index: 2;
  top: 45%;
  text-shadow: 1px 1px 1px #000000;
  white-space: normal;
}
.service-card-2:hover picture .front-shadow {
  opacity: 0;
  cursor: pointer;
}

.le-service-menu-home {
  margin-top: -3rem;
}
@media (min-width: 576px) {
  .le-service-menu-home {
    margin-top: -0.5rem;
  }
}
@media (min-width: 768px) {
  .le-service-menu-home {
    margin-top: -3rem;
  }
}

.list-service-card {
  border: 1px solid #CC8658;
  border-radius: 15px;
  margin-bottom: 2rem;
  padding: 1rem;
}
.list-service-card .list-service-name {
  color: #CC8658;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.list-service-card p {
  color: #CC8658 !important;
  margin-bottom: 1rem;
}
.list-service-card .list-service-price {
  color: #CC8658;
  font-size: 1.3rem;
  font-weight: 600;
}

.service-list-carousel .owl-nav .owl-prev {
  background-color: rgba(0, 0, 0, 0.25) !important;
}
.service-list-carousel .owl-nav .owl-prev:hover {
  border: 0;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
.service-list-carousel .owl-nav .owl-prev:focus {
  border: 0;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
.service-list-carousel .owl-nav .owl-prev:active {
  border: 0;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
.service-list-carousel .owl-nav .owl-next {
  background-color: rgba(0, 0, 0, 0.25) !important;
}
.service-list-carousel .owl-nav .owl-next:hover {
  border: 0;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
.service-list-carousel .owl-nav .owl-next:focus {
  border: 0;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
.service-list-carousel .owl-nav .owl-next:active {
  border: 0;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}

/*--- /Service Sec ---*/
/*--- Subscribe Sec ---*/
.subscribe-sec {
  background-color: #E1986E;
  background-image: url("../img/bg-subs.png");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.subscribe-sec .subscribe-body {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.subscribe-sec .subscribe-body h3 {
  font-size: 1.3rem;
  font-weight: 600;
}
.subscribe-sec .subscribe-body p {
  font-size: 0.8rem;
  font-weight: 300;
}
@media (min-width: 992px) {
  .subscribe-sec .subscribe-body {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .subscribe-sec .subscribe-body h3 {
    font-size: 1.8rem;
  }
  .subscribe-sec .subscribe-body p {
    font-size: 1.12rem;
  }
}

/*--- Form Subscribe ---*/
.input-group > .custom-select:not(:last-child), .input-group > .form-subscribe:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-subscribe {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.form-subscribe {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #D1BBA4;
  background-color: #EFE5D9;
  background-clip: padding-box;
  border: 1px solid #D1BBA4;
  border-radius: 1.2rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-subscribe:focus, .form-subscribe:active {
  outline: none;
  -webkit-box-shadow: none none none none none;
  -moz-box-shadow: none none none none none;
  box-shadow: none none none none none;
}
.form-subscribe::placeholder {
  color: #D1BBA4;
}

.input-group > .input-group-append > .btn-subscribe {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-append .btn-subscribe {
  position: relative;
  z-index: 2;
}

.btn-subscribe {
  color: #FFF;
  cursor: pointer;
  background-color: #9E7C63;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #D1BBA4;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 1.2rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-subscribe:hover {
  background-color: #7F6654;
}
.btn-subscribe:focus, .btn-subscribe:active {
  outline: none;
  -webkit-box-shadow: none none none none none;
  -moz-box-shadow: none none none none none;
  box-shadow: none none none none none;
}

/*--- /Form Subscribe ---*/
/*--- /Subscribe Sec ---*/
/*--- Gallery Sec ---*/
.gallery-sec {
  background-color: #333333;
}

.cover-gallery {
  background-color: #E1986E;
  background-image: url("../img/e.png");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.cover-gallery h2 {
  font-size: 4.2rem;
  line-height: 1;
  text-shadow: 1px 1px 2px #333333;
}

.gallery-card {
  width: 70%;
  height: 15rem;
  cursor: pointer;
}
@media (min-width: 576px) {
  .gallery-card {
    width: 47%;
    height: 15rem;
  }
}
@media (min-width: 768px) {
  .gallery-card {
    width: 35%;
    height: 20rem;
  }
}
@media (min-width: 1200px) {
  .gallery-card {
    width: 19.777777%;
    height: 20rem;
  }
}

.gallery-bot-sec .img-gallery {
  height: 8rem;
}
@media (min-width: 768px) {
  .gallery-bot-sec .img-gallery {
    height: 12rem;
  }
}
@media (min-width: 1200px) {
  .gallery-bot-sec .img-gallery {
    height: 26rem;
  }
}

/*--- /Gallery Sec ---*/
/*--- Testimonials Sec ---*/
.testimonial-sec {
  background-color: #808080;
  background-image: url("../img/bg-testi.png");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.img-ava-testi {
  width: 130px !important;
  height: 130px !important;
  border-radius: 50%;
}

.img-quote-testi {
  width: 40px !important;
  height: auto !important;
  margin-top: -3.5rem;
}

.testimonial-sec > div > div > div > h4 {
  font-size: 1.2rem;
}
@media (min-width: 1024px) {
  .testimonial-sec > div > div > div > h4 {
    font-size: 1.5rem;
  }
}

.line-testi {
  height: 1px;
}

.testimonial-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 20%;
  width: 100%;
}
.testimonial-carousel .owl-nav .owl-prev {
  background-color: rgba(0, 0, 0, 0.25) !important;
}
.testimonial-carousel .owl-nav .owl-prev:hover {
  border: 0;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
.testimonial-carousel .owl-nav .owl-prev:focus {
  border: 0;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
.testimonial-carousel .owl-nav .owl-prev:active {
  border: 0;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
.testimonial-carousel .owl-nav .owl-next {
  background-color: rgba(0, 0, 0, 0.25) !important;
}
.testimonial-carousel .owl-nav .owl-next:hover {
  border: 0;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
.testimonial-carousel .owl-nav .owl-next:focus {
  border: 0;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
.testimonial-carousel .owl-nav .owl-next:active {
  border: 0;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}

/*--- /Testimnonial Sec ---*/
/*--- News & Event Sec ---*/
.le-news-sec {
  min-height: 27rem;
}
.le-news-sec > picture:nth-child(1) img {
  z-index: 1;
  width: 20%;
  left: 0;
  bottom: auto;
  top: 0;
  right: auto;
}
.le-news-sec > picture:nth-child(2) img {
  z-index: 1;
  width: 20%;
  right: 0;
  bottom: auto;
  top: 0;
  left: auto;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.le-news-sec > picture:nth-child(3) img {
  width: 20%;
  left: 0;
  bottom: 0;
  top: 0;
  right: auto;
}
.le-news-sec > picture:nth-child(4) img {
  width: 20%;
  right: 0;
  bottom: 0;
  top: 0;
  left: auto;
}
.le-news-sec h2 {
  font-size: 5rem;
}
@media (min-width: 1200px) {
  .le-news-sec h2 {
    font-size: 5rem;
  }
}
@media (max-width: 500px) {
  .le-news-sec h2 {
    font-size: 3rem;
  }
}
@media (max-width: 350px) {
  .le-news-sec h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 576px) {
  .le-news-sec {
    min-height: 30rem;
  }
}
@media (min-width: 768px) {
  .le-news-sec {
    min-height: 29rem;
  }
}
@media (min-width: 1200px) {
  .le-news-sec {
    min-height: 46rem;
  }
  .le-news-sec h2 {
    font-size: 5rem;
  }
}

.news-sec > picture:nth-child(1) img {
  width: 20%;
  left: 0;
  bottom: 0;
  top: auto;
  right: auto;
}
.news-sec > picture:nth-child(2) img {
  width: 20%;
  right: 0;
  bottom: 0;
  top: auto;
  left: auto;
}

.news-detail-sec > picture:nth-child(1) img {
  width: 20%;
  left: 0;
  bottom: 0;
  top: auto;
  right: auto;
}
.news-detail-sec > picture:nth-child(2) img {
  width: 20%;
  right: 0;
  bottom: 0;
  top: auto;
  left: auto;
}
.news-detail-sec > section {
  padding-bottom: 6rem;
}

.list-news-card figure picture img {
  height: 7rem;
}
@media (min-width: 576px) {
  .list-news-card figure picture img {
    height: 8rem;
  }
}
@media (min-width: 768px) {
  .list-news-card figure picture img {
    height: 13rem;
  }
}
@media (min-width: 1200px) {
  .list-news-card figure picture img {
    height: 15rem;
  }
}
.list-news-card a h1 {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .list-news-card a h1 {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .list-news-card a h1 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .list-news-card a h1 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .list-news-card a h1 {
    font-size: 2.4rem;
  }
}
.list-news-card a:hover {
  text-decoration: none;
  color: #B98B6D;
  transition: 0.4s all;
}
.list-news-card p {
  font-size: 0.7rem;
  margin-bottom: 0.25rem;
}
.list-news-card p .last-fadeout {
  background: #e1986e;
  background: linear-gradient(90deg, #e1986e 0%, rgba(225, 152, 110, 0) 65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.list-news-card p .last-fadeout::before {
  content: " ";
  white-space: pre;
}
.list-news-card p .list-news-date {
  color: #ccc !important;
  font-size: 0.7rem;
}
@media (min-width: 576px) {
  .list-news-card p {
    font-size: 1rem;
  }
  .list-news-card p .list-news-date {
    color: #ccc !important;
    font-size: 0.8rem;
  }
}
@media (min-width: 768px) {
  .list-news-card p {
    font-size: 1rem;
  }
  .list-news-card p .list-news-date {
    color: #ccc !important;
    font-size: 0.8rem;
  }
}
@media (min-width: 1024px) {
  .list-news-card p {
    font-size: 1.1rem;
  }
  .list-news-card p .list-news-date {
    color: #ccc !important;
    font-size: 0.9rem;
  }
}
@media (min-width: 1200px) {
  .list-news-card p {
    font-size: 1.2rem;
  }
  .list-news-card p .list-news-date {
    color: #ccc !important;
    font-size: 1rem;
  }
}

.nae-text {
  width: 65%;
}

.news-slider h1 {
  font-size: 1.5rem;
  letter-spacing: 1px;
}

.line-en {
  width: 90%;
  height: 1px;
}

.detail-thumb-img {
  max-height: 36rem;
}

.releted-card-3 img {
  max-height: 12rem;
}
.releted-card-3 p span {
  font-size: 0.8rem;
}
.releted-card-3 a h1 {
  font-size: 1.8rem;
}

/*--- /News & Event Sec ---*/
/*--- News Sec ---*/
.prevNews {
  background: none;
  border: none;
  position: absolute;
  left: 0;
  top: 28%;
  bottom: auto;
  right: auto;
  margin-left: -50px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.prevNews:active, .prevNews:focus {
  outline: none;
  -webkit-box-shadow: none none none none none;
  -moz-box-shadow: none none none none none;
  box-shadow: none none none none none;
}

.nextNews {
  background: none;
  border: none;
  position: absolute;
  right: 0;
  top: 28%;
  bottom: auto;
  left: auto;
  margin-right: -50px;
}
.nextNews:active, .nextNews:focus {
  outline: none;
  -webkit-box-shadow: none none none none none;
  -moz-box-shadow: none none none none none;
  box-shadow: none none none none none;
}

/*--- /News Sec ---*/
/*--- Home Sec ---*/
.prevHome {
  background: none;
  border: none;
  position: absolute;
  left: 0;
  top: 53%;
  bottom: auto;
  right: auto;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.prevHome:active, .prevHome:focus {
  outline: none;
  -webkit-box-shadow: none none none none none;
  -moz-box-shadow: none none none none none;
  box-shadow: none none none none none;
}

.nextHome {
  background: none;
  border: none;
  position: absolute;
  right: 0;
  top: 53%;
  bottom: auto;
  left: auto;
}
.nextHome:active, .nextHome:focus {
  outline: none;
  -webkit-box-shadow: none none none none none;
  -moz-box-shadow: none none none none none;
  box-shadow: none none none none none;
}

.home-slider .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.home-slider .owl-dots .owl-dot:hover {
  border: 0;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
.home-slider .owl-dots .owl-dot:focus {
  border: 0;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
.home-slider .owl-dots .owl-dot:active {
  border: 0;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
.home-slider .owl-dots .owl-dot.active span {
  background-color: #E1986E !important;
}
.home-slider .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 40%;
  width: 100%;
}
.home-slider .owl-nav .owl-prev {
  background-color: rgba(0, 0, 0, 0.25) !important;
}
.home-slider .owl-nav .owl-prev:hover {
  border: 0;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
.home-slider .owl-nav .owl-prev:focus {
  border: 0;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
.home-slider .owl-nav .owl-prev:active {
  border: 0;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
.home-slider .owl-nav .owl-next {
  background-color: rgba(0, 0, 0, 0.25) !important;
}
.home-slider .owl-nav .owl-next:hover {
  border: 0;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
.home-slider .owl-nav .owl-next:focus {
  border: 0;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
.home-slider .owl-nav .owl-next:active {
  border: 0;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}

/*--- /Home Sec ---*/
/*--- Footer ---*/
.footer-sec {
  background-color: #E1986E;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 14rem;
  margin-top: 0rem;
  padding-top: 2rem;
  z-index: 5;
}
@media (min-width: 1200px) {
  .footer-sec {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/bg-footer.png");
    margin-top: -6rem;
    padding-top: 6rem;
  }
}

.limit-footer-mobile {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../img/bg-footer-old.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-background-size: 100%;
  background-size: 100%;
  min-height: 3.5rem;
  margin-top: -2.4rem;
}
@media (min-width: 576px) {
  .limit-footer-mobile {
    min-height: 4.5rem;
    margin-top: -2.4rem;
  }
}

.footer-copyright {
  font-size: 0.7rem;
}

/*--- /Footer ---*/
/*--- Scroll Horizontal ---*/
.scroll {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: thin;
}

.item-scroll,
.vertical-align-middle {
  display: inline-block;
  vertical-align: middle;
}

/* width */
.scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.scroll::-webkit-scrollbar-track {
  background: #eaeaea;
}

/* Handle */
.scroll::-webkit-scrollbar-thumb {
  background: #999999;
}

/* Handle on hover */
.scroll::-webkit-scrollbar-thumb:hover {
  background: #888888;
}

/*--- /Scroll Horizontal ---*/
/*--- Contact Page ---*/
.contact-main {
  min-height: 42rem;
}

.contact-sec > picture:nth-child(1) img {
  width: 35%;
  left: 0;
  bottom: 0;
  top: auto;
  right: auto;
}
.contact-sec > picture:nth-child(2) img {
  width: 20%;
  right: 0;
  bottom: 0;
  top: auto;
  left: auto;
}

.contact-text {
  width: 30%;
}

.form-contact {
  background-color: #242424;
  border: 1px solid #E1986E;
  border-radius: 0.75rem;
  color: #FFFFFF;
  padding: 0.75rem 0.95rem;
}
.form-contact::placeholder {
  color: #FFFFFF;
}
.form-contact:active, .form-contact:focus {
  outline: none;
  -webkit-box-shadow: none none none none none;
  -moz-box-shadow: none none none none none;
  box-shadow: none none none none none;
}

textarea.form-contact {
  min-height: 11rem;
}

.form-contact-book {
  background-color: #242424;
  border: 1px solid #E1986E;
  border-radius: 0.75rem;
  color: #FFFFFF;
  padding: 0.75rem 0.95rem;
}
.form-contact-book:active, .form-contact-book:focus {
  outline: none;
  -webkit-box-shadow: none none none none none;
  -moz-box-shadow: none none none none none;
  box-shadow: none none none none none;
}

textarea.form-contact-book {
  min-height: 11rem;
}

/*--- /Contact Page ---*/
/*--- Lading Page ---*/
.landing-page-main {
  background-color: #000000;
  background-image: url("../img/bg-lp.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 100vh;
}

/*--- /Landing Page ---*/
/*--- Promos Page ---*/
.promo-detail-sec > picture:nth-child(1) img {
  width: 20%;
  left: 0;
  bottom: 0;
  top: auto;
  right: auto;
}
.promo-detail-sec > picture:nth-child(2) img {
  width: 20%;
  right: 0;
  bottom: 0;
  top: auto;
  left: auto;
}

.promos-sec > picture:nth-child(1) img {
  width: 20%;
  left: 0;
  bottom: 0;
  top: auto;
  right: auto;
}
.promos-sec > picture:nth-child(2) img {
  width: 20%;
  right: 0;
  bottom: 0;
  top: auto;
  left: auto;
}

.promo-text {
  width: 50%;
}
@media (min-width: 1024px) {
  .promo-text {
    width: 25%;
  }
}

.promos-card p {
  font-size: 1rem;
  letter-spacing: 1px;
}
.promos-card p span {
  color: #cccccc !important;
  font-size: 1rem;
}
@media (min-width: 1200px) {
  .promos-card p {
    font-size: 1.2rem;
  }
}

.promo-detail-title {
  font-size: 1.5rem;
}

.promo-detail-date {
  font-size: 0.9rem;
}

/*--- /Promos Page ---*/
/*--- About Page ---*/
.vision-text {
  width: 25%;
}

.mision-text {
  width: 30%;
}

.owner-text {
  width: 65%;
}
@media (min-width: 1200px) {
  .owner-text {
    width: 35%;
  }
}

/*--- /About Page ---*/
/*--- Custom Class ---*/
/*--- /Custom Class ---*/
body {
  font-family: "Futura", sans-serif;
  font-style: normal;
  cursor: url("../img/cursor.png"), default !important;
  -webkit-animation: fadein 0.3s;
  -moz-animation: fadein 0.3s;
  -ms-animation: fadein 0.3s;
  -o-animation: fadein 0.3s;
  animation: fadein 0.3s;
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*# sourceMappingURL=style.css.map */
