/* CSS Bổ sung  */
:root {
  --cl-primary: #4d504a; /* Màu quan trọng nhất */
  --cl-secondary: #84847c;
  --cl-warning: #f2f3f0;
  --cl-success: #bd602f;
  --cl-danger: #ff4356;
}
/* Màu chữ */
.cl-text-primary {
  color: #4d504a;
}
.cl-text-secondary {
  color: #84847c;
}
.cl-text-warning {
  color: #f2f3f0;
}
.cl-text-success {
  color: #bd602f;
}
.cl-text-danger {
  color: #ff4356;
}

/* Màu nền */
.cl-bg-primary {
  background-color: #4d504a;
}
.cl-bg-secondary {
  background-color: #84847c;
}
.cl-bg-warning {
  background-color: #f2f3f0;
}
.cl-bg-success {
  background-color: #bd602f;
}
.cl-bg-danger {
  background-color: #ff4356;
}
body {
  font-family: Mulish, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.666666666666667em;
  color: #84847c;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden !important;
}

h1 {
  font-size: 48px;
  line-height: 0.9375em;
  letter-spacing: 0.2em;
}

h2 {
  font-size: 35px;
  line-height: 1.285714285714286em;
  letter-spacing: 0.2em;
}

h3 {
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 0.15em;
}

h4 {
  font-size: 18px;
  line-height: 1.611111111111111em;
  letter-spacing: 0.14em;
  font-weight: 500;
}

h5 {
  font-size: 15px;
  line-height: 1.4em;
  letter-spacing: 0.14em;
  font-weight: 500;
}

h6 {
  font-family: Mulish, sans-serif;
  font-size: 11px;
  line-height: 2.272727272727273em;
  letter-spacing: 0.3em;
}

h1,
h2,
h3,
h6 {
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Cormorant Garamond", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4d504a;
  margin: 20px 0;
  text-transform: uppercase;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #afafa5;
}

a,
p a {
  color: #4d504a;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

a:hover,
p a:hover {
  color: #afafa5;
}

p {
  margin: 10px 0;
  line-height: 1.666666666666667em;
}

input[type="submit"] {
  -webkit-appearance: none;
}

ol,
ul {
  list-style-position: inside;
  margin: 15px 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
  padding: 0 0 0 15px;
}

pre {
  max-width: 100%;
  margin: 15px 0;
  padding: 15px;
  background-color: #f8f8f8;
  white-space: pre-wrap;
  word-wrap: break-word;
}

dt {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
}

dd {
  margin-bottom: 15px;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  height: 0;
  line-height: 0;
  font-size: 75%;
}

sub {
  top: 0.5ex;
}

sup {
  bottom: 0.5ex;
}
.blur-bg {
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.clamp-1 {
  line-height: 1.3333333 !important;
  margin-bottom: 0.3rem;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp-2 {
  line-height: 1.33333333 !important;
  margin-bottom: 0.3rem;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp-3 {
  line-height: 1.33333333 !important;
  margin-bottom: 0.3rem;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.img-cover {
  position: relative;
  height: auto;
  overflow: hidden;
  padding-top: 100%;
  background-position: 50% 50%;
  background-size: cover;
  transition: background 0.3s ease;
}

.img-cover.cover-1x2 {
  padding-top: 50%;
}

.img-cover.cover-4x3 {
  padding-top: 75%;
}

.img-cover.cover-16x9 {
  padding-top: 56.25%;
}

.img-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-cover.cover-350 {
  padding-top: 350px;
}

.img-cover.cover-400 {
  padding-top: 400px;
}
.img-cover.cover-500 {
  padding-top: 500px;
}

.header__area.header-absolute {
  position: relative;
  margin-bottom: -90px;
}
.header__area.blur-bg {
  border-bottom: 1px solid #fff;
}
.header__main {
  min-height: 90px;
}
.main-menu ul li > a {
  font-weight: 500;
  font-size: 11px;
  font-family: Mulish, sans-serif;
  line-height: 23px;
  letter-spacing: 0.3em;
  padding: 0;
  color: #fff;
}
.main-menu ul li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: currentColor;
  bottom: 0;
  right: 0;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  bottom: 2px;
}

.main-menu ul li.active > a:before {
  width: 100%;
  left: 0;
}

.main-menu ul li:hover > a {
  color: #fff;
}
.main-menu ul li:hover > a:before {
  width: 100%;
  left: 0;
}
.rs-sticky .main-menu ul li > a {
  color: var(--cl-primary);
}
.rs-sticky {
  background-color: var(--cl-warning);
}
.bar-icon {
  width: 60px;
  height: 8px;
}
.bar-icon span {
  background-color: #fff;
}
.rs-sticky .bar-icon span {
  background-color: var(--cl-primary);
}
.rs-sticky .main-logo,
.sticky-logo {
  display: none;
}
.rs-sticky .sticky-logo {
  display: block;
}
.banner__thumb-bg.bg-top-center {
  background-position: top center;
}
.rr-btn {
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 300;
}
.radius-0 {
  border-radius: 0 !important;
}
.col-inner {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1 0 auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}
.hero-banner .banner-title {
  font-size: 50px;
}
.hero-banner .sub-title {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 24px;
}
.letter {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  animation: riseUp 0.8s ease forwards;
}

@keyframes riseUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-banner-arrow .slider-nav {
  background: rgba(255, 255, 255, 0);
  color: var(--rr-heading-primary);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100px;
  text-align: center;
  line-height: 50px;
  transform: translateY(-50%);
  transition: 0.3s;
  z-index: 2;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.banner-4__slider-arrow-4 .slider-nav:hover {
  background: var(--rr-common-white);
}
.hero-banner-arrow .slider-next {
  left: auto;
  right: 26px;
  bottom: 25%;
}
.hero-banner-arrow .slider-prev {
  left: auto;
  right: 26px;
  bottom: 45%;
}

.hero-banner-arrow .slider-next img {
  height: 100px;
  width: auto;
}
.hero-banner-arrow .slider-prev img {
  height: 100px;
  width: auto;
  rotate: 180deg;
}
.slider-count {
  z-index: 2;
  position: absolute;
  left: auto;
  right: 20px;
  top: 50%;
  color: #fff;
}
.hero-banner .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0);
  /* border: 1px solid #fff; */
  padding: 25px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  margin-right: 20px !important;
}
.hero-banner .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0.6;
}
.hero-banner .swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  transition: border 0.3s;
}
.hero-banner .swiper-pagination-bullet-active::after {
  opacity: 1;
}
.title-footer {
  font-size: 25px;
  margin-bottom: 10px;
}
.text-footer {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 20px;
}
.text-style {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 22px;
}
.logo-footer {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
}
.footer .center-logo {
  width: 80px;
  text-align: center;
  display: inline-block;
  padding-top: 30px;
}
.rotating-circle-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  pointer-events: none;
  margin-top: 15px;
}

.rotating-circle-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: spinCircle 25s linear infinite;
}
@keyframes spinCircle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.social-icon-footer {
  padding: 20px 0;
}
.social-icon-footer a {
  display: inline-block;
  margin-right: 50px;
  font-size: 24px;
  opacity: 0.8;
  position: relative;
}

.social-icon-footer a:last-child {
  margin-right: 0;
}

.social-icon-footer a:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: currentColor;
  opacity: 0.5;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
}
#scroll-percentage-value {
  height: calc(100% - 2px);
  width: calc(100% - 2px);
}
.section-concept {
  padding-top: 120px;
}
.img-box {
  position: relative;
}
.box-concept .box-text {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 25px 0 40px;
}
.box-concept .box-text p {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin: 0;
}
.box-concept .box-text h3 {
  margin: 0;
}
.section-concept-above .box-concept-normal {
  padding-right: 80px;
  margin-bottom: -150px;
}
.section-concept-above .box-concept-small {
  padding-left: 150px;
}
.concept-header {
  margin-bottom: 50px;
}
.concept-header h2 {
  font-size: 50px;
}
.section-concept-below .box-concept-normal {
  padding-left: 80px;
  margin-top: -150px;
}
.section-concept-below .box-concept-small {
  padding-right: 150px;
  margin-top: 150px;
}
.img-box .img-hover-scael {
  object-fit: cover;
  overflow: hidden;
  transition: transform 1s ease;
}
.img-box .img-hover-scael img {
  transition: transform 1s ease;
}
.img-box:hover .img-hover-scael {
  transform: scale(0.96);
}
.img-box:hover .img-hover-scael img {
  transform: scale(1.1);
}
.slogan-concept {
  position: relative;
  margin: 50px 0;
}
.slogan-concept img {
  width: 60%;
  margin-right: 70px;
  margin-bottom: -70px;
}
.section-video {
  padding-top: 80px;
}
.section-video .col-bg {
  margin-bottom: -350px;
}
.vertical-line {
  position: absolute;
  content: "";
  width: 1px;
  height: 140px;
  background-color: #e1d9cf;
  top: 0;
  left: 50%;
  margin-top: -70px;
}
.wrap-title {
  padding-bottom: 70px;
}
.media-icon {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  color: #ffffff;
}
.media-icon:hover {
  color: #ffffff;
}
.eltdf-video-button-play-inner {
  position: relative;
  padding: 10%;
}
.eltdf-svg-circle {
  -webkit-transition-duration: 1.1s;
  transition-duration: 1.1s;
}
.eltdf-svg-circle {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  fill: none;
  stroke: currentColor;
  -webkit-transition: all 0.8s cubic-bezier(0.45, 0, 0.14, 1.03),
    stroke 10ms ease-out;
  transition: all 0.8s cubic-bezier(0.45, 0, 0.14, 1.03), stroke 10ms ease-out;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.media-icon .eltdf-video-button-play-inner .eltdf-svg-circle circle {
  stroke-dasharray: 950;
  stroke-dashoffset: 950;
  stroke-width: 1;
  -webkit-transition: all 0.8s cubic-bezier(0.45, 0, 0.14, 1.03);
  transition: all 0.8s cubic-bezier(0.45, 0, 0.14, 1.03);
}

.eltdf-ms-explorer
  .media-icon
  .eltdf-video-button-play-inner
  .eltdf-svg-circle
  circle {
  opacity: 0;
}

.media-icon .eltdf-video-button-play-inner .eltdf-svg-circle {
  -webkit-transition-duration: 1.1s;
  transition-duration: 1.1s;
}

.media-icon
  .eltdf-video-button-play-inner
  .eltdf-svg-circle:first-of-type
  circle {
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
  opacity: 0.6;
}

.media-icon .eltdf-video-button-play-inner .eltdf-svg-circle circle {
  -webkit-transition-duration: 1.1s;
  transition-duration: 1.1s;
}

@media only screen and (max-width: 768px) {
  .media-icon .eltdf-video-button-play-inner {
    padding: 90px;
  }
}

@media only screen and (max-width: 680px) {
  .media-icon .eltdf-video-button-play-inner {
    padding: 45px;
  }
}

.media-icon .eltdf-video-button-play-inner .ion-ios-play-outline {
  margin: -20px 0px 0 0;
  display: block;
  text-align: center;
  font-size: 50px;
}

.media-icon .eltdf-video-button-play-inner > span {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.media-icon .eltdf-video-button-play-inner span {
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.media-icon .eltdf-video-button-play-inner:hover .eltdf-svg-circle {
  -webkit-transform: rotate(-45deg) translateZ(0);
  transform: rotate(-45deg) translateZ(0);
}

.media-icon .eltdf-video-button-play-inner:hover .eltdf-svg-circle circle {
  stroke-dashoffset: 10;
}

.media-icon .eltdf-video-button-play-inner:hover .eltdf-svg-circle circle {
  opacity: 1;
}
.the-highlights-section {
  margin-top: 350px;
}
.the-highlights-section .count-item h3 {
  display: inline-block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  vertical-align: middle;
  margin-bottom: 0;
  color: #ececea;
  font-family: "Cormorant Garamond", serif;
  font-size: 99px;
  font-weight: 400;
  overflow: hidden;
  letter-spacing: 0;
}
.the-highlights-section .count-item h6 {
  margin-top: -25px;
}
.count-highlights {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.count-item {
  padding: 20px;
  text-align: center;
  flex: 1 1 18%;
  max-width: 18%;
}
.section {
  padding: 70px;
}
@media (max-width: 991.98px) {
  .count-item {
    flex: 1 1 30%;
    max-width: 30%;
  }

  .count-highlights .count-item:nth-child(4),
  .count-highlights .count-item:nth-child(5) {
    margin-top: 20px;
  }
  .section {
    padding: 50px;
  }
}

/* Mobile: 2 - 2 - 1 */
@media (max-width: 767.98px) {
  .count-item {
    flex: 1 1 45%;
    max-width: 45%;
  }

  .count-highlights .count-item:nth-child(4){
    margin: 0;
  }
  .count-highlights .count-item:nth-child(5) {
    flex: 1 1 90%;
    max-width: 90%;
    margin: 0 auto;
  }
  .section {
    padding: 30px;
  }
}
.img-box-service .box-text {
  padding: 30px 0;
}
.img-box-service .sub-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  font-style: italic;
  color: #84847c;
}
.img-box-service .title-box {
  margin: 0;
}
.img-box-service .box-btn-gr {
  margin: 12px 0 0;
}
.img-box-service .box-btn-gr a {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.img-box-service .box-img {
  position: relative;
}
.img-box-service .shade {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #896b53;
  background: linear-gradient(
    0deg,
    rgba(137, 107, 83, 1) 0%,
    rgba(137, 107, 83, 0.74) 15%,
    rgba(137, 107, 83, 0) 100%
  );
  opacity: 0;
  transition: all 0.3s ease-out;
}
.img-box-service:hover .shade {
  opacity: 1;
}
.img-box-service .img-sade {
  position: absolute;
  width: 60%;
  bottom: 50px;
  right: 10px;
  opacity: 0;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
}
.img-box-service:hover .img-sade {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.section-tab-album {
  padding-bottom: 50px;
  margin-bottom: -150px;
}
.section-tab-album .tab-content {
  position: relative;
  overflow: hidden;
  max-height: 650px;
  display: inline-block;
  width: 100%;
  height: 650px;
}
.section-tab-album .countries__tab {
  padding-left: 60px;
  padding-right: 0;
  box-shadow: none;
}
.section-tab-album .countries__tab li {
  border: none;
  line-height: 1em;
}
.section-tab-album .nav .nav-title {
  font-size: 30px;
  color: #4d504a;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.2em;
  position: relative;
  display: inline-block;
  width: auto;
}

.section-tab-album .nav .nav-title:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #4d504a;
  bottom: 0;
  right: 0;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  -webkit-transition: width 0.55s;
  transition: width 0.55s;
}
.section-tab-album .nav .nav-title.active:after,
.section-tab-album .nav .nav-title:hover:after {
  width: 100%;
  left: 0;
}
.section-tab-album .tab-content .fade {
  opacity: 1 !important;
}
.section-tab-album .active img {
  -webkit-animation: eltdfIlsActiveImage 1s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    forwards;
  animation: eltdfIlsActiveImage 1s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    forwards;
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@keyframes eltdfIlsActiveImage {
  0% {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
    clip-path: inset(0 100% 0 0);
  }

  100% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    clip-path: inset(0 0 0 0);
  }
}
.brand-logo-box {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 200px;
  text-align: center;
}
.brand-logo-box img {
  max-width: 200px;
}
.brand-logo-box img {
  transition: all 0.4s ease;
  opacity: 1;
}

.brand-logo-box:hover img {
  opacity: 0.6;
  transform: scale(1.05);
}

.box-blog-post .box-text {
  padding: 20px 10px;
}
.box-blog-post .sub-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  font-style: italic;
  color: #84847c;
}
.box-blog-post .title-box {
  line-height: 1.33333333 !important;
  margin: 0.5rem 0;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box-blog-post .box-btn-gr {
  margin: 12px 0 0;
}
.box-blog-post .box-btn-gr a {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.box-blog-post .box-img-hover a:hover img {
  -webkit-transform: scale(1.03) translateX(1.5%);
  -ms-transform: scale(1.03) translateX(1.5%);
  transform: scale(1.03) translateX(1.5%);
}

.box-blog-post .box-img-hover img {
  display: block;
  width: 100%;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform:scale(1.03);
  will-change: transform;
}
.section-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section-150 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-150 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.bg-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: -1;
}
.bg-section.parallax-effect {
  background-attachment: fixed;
}
.eltdf-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: inherit;
  font-size: 11px;
  line-height: 2em;
  font-weight: 500;
  letter-spacing: .3em;
  text-transform: uppercase;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color .35s ease-out,background-color .35s ease-out,border-color .35s ease-out;
  transition: color .35s ease-out,background-color .35s ease-out,border-color .35s ease-out;
  padding: 12px 79px;
  cursor: pointer
}
.btn-outline-cl {
  padding: 13px 54px;
  min-width: 221px;
  text-align: center;
  color: #fff;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  -webkit-transition: color 1ms;
  transition: color 1ms
}
.btn-outline-cl .eltdf-btn-outline-vertical-lines {
  color: #72726c;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.btn-outline-cl .eltdf-btn-outline-horizontal-lines:after,.btn-outline-cl .eltdf-btn-outline-horizontal-lines:before {
  content: '';
  position: absolute;
  left: -1px;
  display: block;
  width: calc(100% + 2px);
  height: 1px;
  background-color: currentColor;
  -webkit-transition: .36s ease-out,background-color 1ms;
  transition: .36s ease-out,background-color 1ms;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0)
}

.btn-outline-cl .eltdf-btn-outline-vertical-lines:after,.btn-outline-cl .eltdf-btn-outline-vertical-lines:before {
  content: '';
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  width: 1px;
  background-color: currentColor;
  -webkit-transition: .12s ease-out,background-color 1ms;
  transition: .12s ease-out,background-color 1ms;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0)
}

.btn-outline-cl .eltdf-btn-outline-horizontal-lines:before {
  top: -1px;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition-delay: .12s;
  transition-delay: .12s
}

.btn-outline-cl .eltdf-btn-outline-horizontal-lines:after {
  bottom: -1px;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.btn-outline-cl .eltdf-btn-outline-vertical-lines:before {
  right: -1px;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.btn-outline-cl .eltdf-btn-outline-vertical-lines:after {
  left: -1px;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition-delay: .36s;
  transition-delay: .36s
}
.btn-outline-cl:hover .eltdf-btn-outline-horizontal-lines:after,.btn-outline-cl:hover .eltdf-btn-outline-horizontal-lines:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}

.btn-outline-cl:hover .eltdf-btn-outline-vertical-lines:after,.btn-outline-cl:hover .eltdf-btn-outline-vertical-lines:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1)
}

.btn-outline-cl:hover .eltdf-btn-outline-vertical-lines:before {
  -webkit-transition-delay: .36s;
  transition-delay: .36s
}

.btn-outline-cl:hover .eltdf-btn-outline-vertical-lines:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}
.btn-outline-cl:hover .eltdf-btn-text {
  color: #fff;
}
.section-plan {
  background-color: #757b66 ;
}
.icon-box .box-icon {
  position: relative;
  width: 60px;
}

.eltdf-st-separator {
  position: relative;
  display: block;
  height: 135px;
  text-align: center;
  margin-top: -35px;
  margin-bottom: 24px;
}

.eltdf-st-separator:after {
  content: '';
  position: relative;
  display: inline-block;
  width: 1px;
  height: 100%;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  top: 0;
  background-color: currentColor;
  -webkit-transition: all .6s cubic-bezier(.25,.46,.45,.94) .3s;
  transition: all .6s cubic-bezier(.25,.46,.45,.94) .3s;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top
}
.testimonial-text {
background-color: #f2f3f0;
padding: 50px 70px;
}
.testimonial__content {
  border-radius: 0;
}
.project-small-img img {
  border: none;
}

@media only screen and (max-width: 768px) {
  /*  */
}

@media only screen and (max-width: 680px) {
  .section-concept {
    padding-top: 50px;
  }
  .section-concept-above .box-concept-normal {
    padding-right: 30px;
    margin-bottom: 0px;
  }

  .section-concept-below .box-concept-normal {
    padding-left: 30px;
    margin-top: 0px;
  }

  .section-concept-above .box-concept-small {
    padding-left: 50px;
  }

  .section-concept-below .box-concept-small {
    padding-right: 50px;
    margin-top: 0px;
  }
  .slogan-concept img {
    width: 60%;
    margin-right: 0px;
    margin-bottom: -20px;
  }
  .section-tab-album {
    margin-bottom: 0px;
  }
  .section-tab-album .tab-content {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    height: auto;
    max-height: 400px;
  }
  .brand-logo-box img {
    max-width: 100px;
  }
  .section-plan .icon-box {
    margin-bottom: 30px;
    border-bottom: 1px solid #fff;
  }
  .testimonial__area .testimonial-text {
    background-color: #f2f3f0;
    padding: 20px 10px;
  }
  .hero-banner .banner-title,
  .concept-header h2 {
    font-size: 35px;
  }
  h2,
  .h2 {
    font-size: 27px;
    line-height: 37px;
  }
  .section-tab-album .countries__tab {
    padding-left: 20px;
    margin-bottom: 0;
  }
  .section-tab-album .nav .nav-title {
    font-size: 27px;
    color: #4d504a;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.2em;
    position: relative;
    display: inline-block;
    width: auto;
  }
  .logo-footer {
    margin: 30px 0;
  }
  .hero-banner-arrow{
    display: none;
  }
.hero-banner .rr-btn {
  margin-bottom: 30px;
}
.the-highlights-section .count-item h3 {
  font-size: 70px;
}
}