@font-face {
  font-family: Poppins;
  src: url(/fonts/Poppins-Regular.ttf?8081832fc5cfbf634aa664a9eff0350e) format("truetype");
}
body {
  font-family: Poppins;
}

main {
  background-color: #FCFCFC;
  min-height: calc(100vh - 80px);
}
@media screen and (max-width: 768px) {
  main {
    min-height: calc(100vh - 50px);
  }
}
main .pd-content {
  padding-top: 100px;
}

@media screen and (max-width: 576px) {
  .container-customs {
    padding: 0;
  }
}
@media screen and (min-width: 576px) {
  .container-customs {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 992px) {
  .container-customs {
    padding-left: 135px;
    padding-right: 135px;
  }
}

@media screen and (max-width: 576px) {
  .container-custom {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 576px) {
  .container-custom {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 992px) {
  .container-custom {
    padding-left: 135px;
    padding-right: 135px;
  }
}

.bg-dark {
  background: rgba(0, 0, 0, 0.75) !important;
}

@media screen and (max-width: 576px) {
  .container-custom-left {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 576px) {
  .container-custom-left {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 992px) {
  .container-custom-left {
    padding-left: 135px;
    padding-right: 0;
  }
}

.color-white {
  color: #FFFFFF;
}

.box-black {
  background-color: #232323;
}

.box-white {
  background-color: #FFFFFF;
}

.box-yellow {
  background-color: #FFB612;
}

.box-green {
  background-color: #007A4D;
}

.text-limit-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

@media screen and (min-width: 992px) {
  .mtb-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
}

h1 {
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 34px;
  }
}
@media screen and (min-width: 576px) {
  h1 {
    font-size: 34px;
  }
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 40px;
  }
}

.topbar {
  z-index: 2;
  position: fixed;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75) !important;
}
.topbar .header-bg {
  background: rgba(0, 0, 0, 0.75) !important;
  height: 120px;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.topbar .header-bg-show {
  height: 120px;
  opacity: 1;
  -webkit-animation-name: menu-animation;
          animation-name: menu-animation;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.topbar .header-bg-hide {
  height: 0px;
  opacity: 1;
  -webkit-animation-name: menu-animation-hide;
          animation-name: menu-animation-hide;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@-webkit-keyframes menu-animation {
  from {
    height: 120px;
  }
  to {
    height: 120px;
  }
}
@keyframes menu-animation {
  from {
    height: 120px;
  }
  to {
    height: 120px;
  }
}
@-webkit-keyframes menu-animation-hide {
  from {
    height: 120px;
  }
  to {
    height: 0;
  }
}
@keyframes menu-animation-hide {
  from {
    height: 120px;
  }
  to {
    height: 0;
  }
}
.topbar .navbar {
  height: 80px;
  padding-left: 0;
  padding-right: 0;
}
.topbar .navbar-brand {
  z-index: 2;
}
.topbar .navbar-brand img {
  width: 224px;
}
.topbar .nav-menu li {
  padding: 0 40px;
}
.topbar .nav-menu li .sub-menu {
  position: absolute;
  padding-top: 0.5em;
  list-style-type: none;
  padding-left: 0;
}
.topbar .nav-menu li .sub-menu li {
  padding-left: 0;
}
.topbar .nav-menu li .sub-menu li a {
  opacity: 0.6;
  color: #fff !important;
}
.topbar .nav-menu li .sub-menu li a:hover {
  opacity: 1;
}
.topbar .navbar-nav {
  display: flex;
  width: unset;
  margin-left: 0;
  border-bottom: 1px solid #333;
}
.topbar .navbar-nav a {
  color: #fff;
  font-weight: 500;
  transition: all 0.2s ease-out;
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative;
  display: block;
  cursor: pointer;
  padding: 8px 0;
  text-decoration: none;
  z-index: 1000;
}
.topbar .navbar-nav a :first-child {
  margin-left: 0;
}
.topbar .navbar-nav a.navbar-brand {
  margin-left: 0;
}
.topbar .navbar-nav a:hover {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .topbar .navbar-nav .active {
    bottom: -1px;
    border-bottom: 4px solid #fff;
    color: #fff;
  }
}
.topbar .navbar-nav .active {
  color: #fff;
}

.introduction-top {
  padding-top: 60px;
  padding-bottom: 16px;
  background-color: #FCFCFC;
}

@media screen and (max-width: 576px) {
  .introduction {
    margin-top: 12px;
  }
}
.introduction hr {
  height: 0;
  border-top: 1.5px solid #515151;
}
@media screen and (max-width: 576px) {
  .introduction hr {
    width: 160px;
  }
}
@media screen and (min-width: 576px) {
  .introduction hr {
    width: 570px;
  }
}
@media screen and (min-width: 992px) {
  .introduction hr {
    width: 770px;
  }
}
.introduction__first {
  display: flex;
  justify-content: center;
}
.introduction__first p {
  width: 770px;
  text-align: center;
  color: #515151;
}
@media screen and (max-width: 576px) {
  .introduction__first p {
    font-size: 12px;
  }
}
.introduction__second {
  display: flex;
  margin-left: 0;
  margin-right: 0;
  align-items: center;
  color: #515151;
}
@media screen and (max-width: 768px) {
  .introduction__second {
    display: block;
  }
}
.introduction__second .introduction_text {
  position: relative;
  width: 35%;
  padding: 4.5% 0;
  background-color: #232323;
  transform: translateZ(0);
  transition: color 1000ms;
}
@media screen and (min-width: 992px) {
  .introduction__second .introduction_text {
    min-height: 265px;
  }
}
@media screen and (max-width: 768px) {
  .introduction__second .introduction_text {
    width: 100%;
    padding: 0;
  }
}
.introduction__second .introduction_text:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFB612;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition: 1000ms ease-out;
}
.introduction__second .introduction_text:hover:before {
  transform: scaleX(1);
}
.introduction__second .content-2 {
  background-color: #FFFFFF;
  min-height: 240px;
  width: 65%;
}
@media screen and (max-width: 768px) {
  .introduction__second .content-2 {
    width: 100%;
    padding: 5%;
  }
}
.introduction__second .content-2 p {
  font-size: 16px;
  line-height: 160%;
  color: #515151;
}
@media screen and (max-width: 576px) {
  .introduction__second {
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  .introduction__second {
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  .introduction__second {
    min-height: 254px;
  }
}
.introduction .text-on-left {
  height: 100%;
  color: #FFFFFF;
}
@media screen and (max-width: 576px) {
  .introduction .text-on-left {
    height: auto;
    justify-content: center;
  }
}
@media screen and (min-width: 576px) {
  .introduction .text-on-left {
    justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  .introduction .text-on-left {
    justify-content: end;
  }
}
.introduction .text-on-left p {
  font-size: 36px;
  line-height: 54px;
  font-weight: 600;
  text-align: right;
  padding-right: 21px;
}
@media screen and (max-width: 576px) {
  .introduction .text-on-left p {
    font-size: 20px;
    width: auto;
    text-align: center;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 576px) {
  .introduction .text-on-left p {
    width: auto;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .introduction .text-on-left p {
    width: 56%;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .introduction .text-on-left p {
    width: 46%;
  }
}
.introduction .text-on-right p {
  text-align: left;
}
@media screen and (max-width: 576px) {
  .introduction .text-on-right p {
    font-size: 12px;
    padding-left: 0;
    margin-top: 16px;
    margin-right: 0;
  }
}
@media screen and (min-width: 576px) {
  .introduction .text-on-right p {
    padding-left: 0;
    margin-top: 16px;
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .introduction .text-on-right p {
    padding-left: 21px;
    margin-right: 129px;
  }
}

.md-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .md-block {
    display: block;
  }
}

.lg-block {
  display: none;
}
@media screen and (min-width: 769px) {
  .lg-block {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .category-md {
    height: auto !important;
    overflow: unset !important;
  }
}

.category {
  position: relative;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  overflow: hidden;
}
.category .container-category {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 576px) {
  .category .container-category {
    padding-left: 0;
    padding-right: 0;
  }
}
.category__quote {
  width: 521px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30%;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .category__quote {
    padding-top: 70%;
  }
}
@media screen and (max-width: 576px) {
  .category__quote {
    width: 75%;
    font-size: 12px;
    padding-top: 80%;
  }
}
.category__quote hr {
  width: 80px;
  height: 0;
  border-top: 2px solid #FFFFFF;
  position: relative;
  -webkit-animation-name: example;
          animation-name: example;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
.category__quote span {
  font-style: italic;
  position: relative;
  -webkit-animation-name: example;
          animation-name: example;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}
.category__quote p {
  position: relative;
  -webkit-animation-name: example;
          animation-name: example;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
@-webkit-keyframes example {
  0% {
    left: 0px;
    top: 400px;
  }
  100% {
    left: 0px;
    top: 0px;
  }
}
@keyframes example {
  0% {
    left: 0px;
    top: 400px;
  }
  100% {
    left: 0px;
    top: 0px;
  }
}
.category__slot {
  cursor: pointer;
  position: absolute;
  width: 100%;
  bottom: 0;
}
@media screen and (max-width: 576px) {
  .category__slot {
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  .category__slot {
    display: flex;
    height: 183px;
  }
}
@media screen and (max-width: 768px) {
  .category .box-info-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.category .box-info-custom .icon i {
  color: #A7A7A7;
}
.category .box-info {
  align-items: center;
  color: #232323;
  background-color: #FFFFFF;
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .category .box-info {
    width: 25%;
    display: block;
    padding: 5px;
  }
}
@media screen and (min-width: 576px) {
  .category .box-info {
    width: 100%;
    display: block;
    padding: 6px 12px;
  }
}
@media screen and (min-width: 992px) {
  .category .box-info {
    width: 25%;
    display: flex;
  }
}
@media screen and (max-width: 576px) {
  .category .box-info__left {
    display: flex;
    padding-left: 0;
  }
  .category .box-info__left .box-info__number {
    display: none;
  }
  .category .box-info__left .box-info__title {
    text-align: center;
    font-size: 12px;
    line-height: 22px;
  }
}
@media screen and (min-width: 576px) {
  .category .box-info__left {
    display: flex;
    padding-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .category .box-info__left {
    display: block;
    padding-left: 48px;
  }
}
@media screen and (max-width: 768px) {
  .category .box-info__left .info-custom {
    display: flex;
  }
}
.category .box-info__number, .category .box-info__title {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .category .box-info__number, .category .box-info__title {
    font-size: 16px;
    line-height: 28px;
  }
}
.category .box-info__number {
  color: #FFB612;
}
@media screen and (max-width: 576px) {
  .category .box-info__number {
    margin-right: 6px;
    width: 25px;
  }
}
@media screen and (min-width: 576px) {
  .category .box-info__number {
    margin-right: 6px;
  }
}
@media screen and (min-width: 992px) {
  .category .box-info__number {
    margin-right: 0;
  }
}
.category .box-info__right p {
  font-size: 14px;
  margin-bottom: 0;
  overflow-y: hidden;
}
@media screen and (max-width: 576px) {
  .category .box-info__right p {
    font-size: 12px;
  }
}
.category .box-info--gray {
  background-color: #F5F5F5;
}
@media screen and (max-width: 992px) {
  .category .box-info__right {
    padding-left: 30px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 3;
    height: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
}
@media screen and (min-width: 992px) {
  .category .active {
    width: 50%;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
  }
  .category .active .box-info__left {
    padding-right: 62px;
  }
  .category .active .box-info__right {
    display: block;
    padding-right: 62px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 3;
    height: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.detail-intro {
  position: relative;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media screen and (max-width: 576px) {
  .detail-intro .row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 576px) {
  .detail-intro .row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .detail-intro .row {
    margin-left: -15px;
    margin-right: 0;
  }
}
.detail-intro__picture img {
  max-height: 360px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 576px) {
  .detail-intro__picture {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .detail-intro__picture {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .detail-intro__picture {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .detail-intro__information {
    padding-left: 20px;
  }
}
@media screen and (min-width: 576px) {
  .detail-intro__information {
    padding-top: 20px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .detail-intro__information {
    padding-left: 55px;
    padding-right: 75px;
  }
}
.detail-intro__information .btn-back {
  display: flex;
  align-items: center;
  color: #A7A7A7;
}
.detail-intro__slot {
  bottom: 0;
}
@media screen and (max-width: 576px) {
  .detail-intro__slot {
    margin-top: 20px;
  }
}
@media screen and (min-width: 576px) {
  .detail-intro__slot {
    margin-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .detail-intro__slot {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .detail-intro__slot {
    position: absolute;
  }
}

.information__content {
  margin-top: 10px;
  margin-bottom: 60px;
}
.information__content h1 {
  font-weight: 700;
}
.information__content .number {
  font-size: 24px !important;
  color: #FFB612;
}
.information__content .title {
  font-weight: 600 !important;
  color: #232323;
}
@media screen and (max-width: 1024px) {
  .information__content .content-detail {
    padding: 5%;
  }
}
.information__content .content-detail p {
  width: 95%;
}
.information__direct {
  display: flex;
  justify-content: end;
  bottom: 20%;
  right: 0;
}
@media screen and (min-width: 540px) {
  .information__direct {
    position: absolute;
  }
}
.information__direct a {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #FFF;
  background-color: #232323;
  text-decoration: none;
  min-width: 265px;
  justify-content: space-between;
}
.information__direct span {
  margin-right: 32px;
  margin-left: 32px;
  width: 40%;
  text-align: center;
}
.information__direct .link-width {
  width: 62%;
}
@-webkit-keyframes animate-width {
  from {
    width: 40%;
  }
  to {
    width: 55%;
  }
}
@keyframes animate-width {
  from {
    width: 40%;
  }
  to {
    width: 55%;
  }
}
@-webkit-keyframes animate-width-1 {
  from {
    width: 55%;
  }
  to {
    width: 45%;
  }
}
@keyframes animate-width-1 {
  from {
    width: 55%;
  }
  to {
    width: 45%;
  }
}
@-webkit-keyframes animate-width-2 {
  from {
    width: 40%;
  }
  to {
    width: 55%;
  }
}
@keyframes animate-width-2 {
  from {
    width: 40%;
  }
  to {
    width: 55%;
  }
}
.information__direct .link-off {
  width: 55%;
}
.information__direct .btn-page {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  background-color: #007A4D;
}

.slot {
  display: flex;
  justify-content: center;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .slot {
    padding: 0;
  }
}
@media screen and (max-width: 540px) {
  .slot {
    position: fixed;
  }
}
@media screen and (min-width: 540px) {
  .slot .active {
    height: 24px !important;
    overflow: hidden;
    margin-top: 84px;
  }
  .slot .active .box-info__left {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .slot .active {
    height: 16px !important;
    overflow: hidden;
    margin-top: 84px;
  }
  .slot .active .box-info__left {
    display: none;
  }
}
.slot .box-info {
  align-items: center;
  color: #232323;
  background-color: #FFFFFF;
  text-decoration: none;
  display: flex;
  width: 25%;
}
@media screen and (min-width: 992px) {
  .slot .box-info {
    display: flex;
    width: 25%;
    height: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .slot .box-info {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .slot .box-info__left {
    height: -webkit-fill-available;
    height: -moz-available;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }
}
@media screen and (min-width: 576px) {
  .slot .box-info__left {
    height: -webkit-fill-available;
    height: -moz-available;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .slot .box-info__left {
    height: auto;
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .slot .box-info__left {
    padding-left: 48px;
  }
}
.slot .box-info__number, .slot .box-info__title {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .slot .box-info__number, .slot .box-info__title {
    font-size: 16px;
    line-height: 28px;
  }
}
.slot .box-info__number {
  color: #FFB612;
}
@media screen and (max-width: 576px) {
  .slot .box-info__number {
    margin-right: 6px;
  }
}
@media screen and (min-width: 576px) {
  .slot .box-info__number {
    margin-right: 6px;
  }
}
@media screen and (min-width: 992px) {
  .slot .box-info__number {
    margin-right: 0;
  }
}
.slot .box-info__right p {
  font-size: 14px;
  margin-bottom: 0;
  overflow-y: hidden;
}
@media screen and (max-width: 576px) {
  .slot .box-info__right p {
    font-size: 12px;
  }
}
.slot .box-info--gray {
  background-color: #F5F5F5;
}
.slot .box-info--green {
  background-color: #007A4D !important;
}
.slot .box-info--green .box-info__title {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .team-info {
    padding-top: 40px;
  }
}
.team-info p {
  font-size: 14px;
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .team-info p {
    font-size: 12px;
  }
}
@media screen and (min-width: 576px) {
  .team-info p {
    font-size: 12px;
  }
}
.team-info .row {
  margin-bottom: 45px;
}
@media screen and (max-width: 576px) {
  .team-info .row {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .team-info .row__col-left {
    padding-right: 39px;
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media screen and (min-width: 992px) {
  .team-info .row__col-right {
    padding-left: 39px;
  }
}
@media screen and (max-width: 576px) {
  .team-info .row__content {
    margin-bottom: 12px;
  }
}
.team-info .row__content p {
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .team-info .flex-row-reverse__col-left {
    padding-left: 39px;
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media screen and (min-width: 992px) {
  .team-info .flex-row-reverse__col-right {
    padding-right: 39px;
  }
}
@media screen and (max-width: 576px) {
  .team-info .flex-row-reverse__content {
    margin-bottom: 12px;
  }
}
.team-info .flex-row-reverse__content p {
  font-size: 14px;
}
.team-info .flex-row-reverse__picture {
  width: 100%;
  max-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-info .row__picture img {
  width: 100%;
  max-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-info .flex-row-reverse__picture img {
  width: 100%;
  max-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-member {
  min-height: 300px;
}
.team-member .mobile {
  display: none;
}
.team-member .container-custom {
  height: -webkit-fill-available;
  height: -moz-available;
}
.team-member .team-member-carousel .picture {
  margin-bottom: 2rem;
  max-height: 200px;
  overflow: hidden;
}
.team-member .team-member-carousel .picture:hover .tooltip {
  opacity: 1;
}
.team-member .team-member-carousel img {
  -o-object-fit: cover;
     object-fit: cover;
}

.tooltip {
  top: 120px;
  left: 5px;
  background-color: #232323;
  color: #FFFFFF;
}
@media screen and (min-width: 320px) {
  .tooltip {
    width: 100%;
  }
}
@media screen and (min-width: 374px) {
  .tooltip {
    width: 80%;
    left: 10%;
  }
}
@media screen and (min-width: 768px) {
  .tooltip {
    width: 100%;
    left: 10px;
  }
}
@media screen and (min-width: 992px) {
  .tooltip {
    width: 220px;
  }
}
.tooltip__content {
  padding: 18px;
}
.tooltip hr {
  height: 0;
  border-top: 1px solid #A7A7A7;
  margin-top: 18px;
  margin-bottom: 6px;
}
.tooltip .member-name {
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 1;
  height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.tooltip .member-position {
  font-size: 14px;
  color: #A7A7A7;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 1;
  height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.about {
  background-repeat: no-repeat;
  background-position: bottom;
  padding-top: 40px;
  min-height: calc(100vh - 80px);
}
@media screen and (min-width: 992px) {
  .about p {
    font-size: 14px;
  }
}
.about__left {
  padding-top: 30px;
}
@media screen and (max-width: 576px) {
  .about__right {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 15px;
  }
}
.about__right hr {
  width: 70%;
  border-top: 1.5px solid #515151;
  margin-left: 0;
  margin-top: 40px;
  margin-bottom: 32px;
}
@media screen and (max-width: 576px) {
  .about__right hr {
    display: none;
  }
}

.introduction-about__first {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .introduction-about__first {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 540px) {
  .introduction-about__first {
    margin-bottom: 10px;
  }
}
.introduction-about__second .img-box-2 {
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.introduction-about__third .img-box-3 {
  max-height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact {
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact {
    padding-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .contact {
    font-size: 12px;
  }
}
@media screen and (min-width: 576px) {
  .contact {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) {
  .contact {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .contact__info {
    background-image: unset !important;
  }
}
@media screen and (min-width: 576px) {
  .contact__info {
    height: 160px;
  }
}
@media screen and (min-width: 992px) {
  .contact__info {
    height: 360px;
  }
}
.contact__social {
  text-align: center;
}
@media screen and (min-width: 576px) {
  .contact__social {
    width: 50px;
    position: absolute;
  }
}
@media screen and (min-width: 992px) {
  .contact__social {
    width: 135px;
    margin-top: 200px;
  }
}
.contact__social div {
  width: 18px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
@media screen and (max-width: 576px) {
  .contact__social div {
    margin-top: 0;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 540px) {
  .contact-icon {
    display: none;
  }
}

.contact-icon-md {
  display: flex;
  width: 100%;
}
.contact-icon-md div {
  margin-right: 15px;
  margin-left: unset;
}
@media screen and (min-width: 541px) {
  .contact-icon-md {
    display: none;
  }
}

.contact-boxes {
  position: relative;
  height: 100%;
}
@media screen and (min-width: 576px) {
  .contact-boxes {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: unset !important;
  }
}
.contact-boxes h1 {
  position: absolute;
}
@media screen and (max-width: 576px) {
  .contact-boxes h1 {
    left: 10px;
    position: unset !important;
    color: #000;
  }
}
@media screen and (min-width: 576px) {
  .contact-boxes h1 {
    top: 15%;
    left: 10%;
  }
}
@media screen and (min-width: 992px) {
  .contact-boxes h1 {
    top: 20%;
    left: 10%;
  }
}
@media screen and (max-width: 576px) {
  .contact-boxes__box {
    height: 100px;
    padding: 10px;
  }
}
@media screen and (min-width: 576px) {
  .contact-boxes__box {
    padding: 10px;
  }
}
@media screen and (min-width: 992px) {
  .contact-boxes__box {
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .contact-boxes__box img {
    width: 16px;
  }
}
@media screen and (min-width: 576px) {
  .contact-boxes__box img {
    width: 24px;
  }
}
@media screen and (min-width: 576px) {
  .contact-boxes .box-mail {
    flex-basis: 37%;
  }
}
@media screen and (min-width: 992px) {
  .contact-boxes .box-mail {
    flex-basis: 30%;
  }
}
@media screen and (min-width: 992px) {
  .contact-boxes .box-location {
    flex-basis: 30%;
  }
}

@media screen and (min-width: 576px) {
  .box-mail {
    height: 50px;
  }
}
@media screen and (min-width: 992px) {
  .box-mail {
    height: 130px;
    display: flex;
    align-items: center;
    padding-left: 30px;
  }
}

.text__address p {
  font-size: 14px;
  color: #fff;
}

.box-location {
  position: relative;
}
@media screen and (min-width: 576px) {
  .box-location {
    height: 100px;
  }
}
@media screen and (min-width: 992px) {
  .box-location {
    height: 260px;
    padding: 40px;
  }
}
.box-location__address p {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 992px) {
  .box-location__address {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    padding-right: 40px;
    padding-bottom: 40px;
  }
}
.box-location__country {
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .box-location__country {
    font-size: 14px;
  }
}
@media screen and (min-width: 576px) {
  .box-location__country {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .box-location__country {
    font-size: 18px;
  }
}

.contact-form {
  display: flex;
}
.contact-form__form {
  padding-top: 30px;
}
@media screen and (min-width: 1025px) {
  .contact-form__form {
    flex-basis: 66.4%;
  }
}
.contact-form__form p {
  padding-bottom: 14px;
}
@media screen and (min-width: 992px) {
  .contact-form__form p {
    margin-right: 63px;
  }
}
.contact-form__form .form-control {
  height: 56px;
  padding-left: 20px;
  background-color: #F1F1F1;
  border: unset;
  border-radius: unset;
}
@media screen and (min-width: 992px) {
  .contact-form__form .form-control {
    width: 400px;
  }
}
.contact-form__form .form-control::-moz-placeholder {
  color: #A7A7A7;
}
.contact-form__form .form-control:-ms-input-placeholder {
  color: #A7A7A7;
}
.contact-form__form .form-control::placeholder {
  color: #A7A7A7;
}
@media screen and (max-width: 576px) {
  .contact-form__form .form-control::-moz-placeholder {
    font-size: 12px;
  }
  .contact-form__form .form-control:-ms-input-placeholder {
    font-size: 12px;
  }
  .contact-form__form .form-control::placeholder {
    font-size: 12px;
  }
}
@media screen and (min-width: 576px) {
  .contact-form__form .form-control::-moz-placeholder {
    font-size: 12px;
  }
  .contact-form__form .form-control:-ms-input-placeholder {
    font-size: 12px;
  }
  .contact-form__form .form-control::placeholder {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) {
  .contact-form__form .form-control::-moz-placeholder {
    font-size: 14px;
  }
  .contact-form__form .form-control:-ms-input-placeholder {
    font-size: 14px;
  }
  .contact-form__form .form-control::placeholder {
    font-size: 14px;
  }
}
.contact-form__form textarea {
  resize: none;
  height: 155px !important;
  padding-top: 16px;
  margin-bottom: 20px;
}
.contact-form__form .btn-submit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: unset;
  background-color: #FFB612;
  padding: 15px 20px;
}
@media screen and (max-width: 576px) {
  .contact-form__form .btn-submit {
    width: 100%;
  }
}
@media screen and (min-width: 576px) {
  .contact-form__form .btn-submit {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .contact-form__form .btn-submit {
    width: 400px;
  }
}
.contact-form__picture {
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 576px) {
  .contact-form__picture {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .contact-form__picture {
    display: none;
    background-size: 170% 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .contact-form__picture {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .contact-form__picture {
    background-size: 100% 100% !important;
  }
}
.contact-form__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

footer {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  color: #A7A7A7;
  background-color: #FCFCFC;
}
@media screen and (max-width: 576px) {
  footer {
    height: 50px;
    font-size: 12px;
  }
}

.footer-mobile {
  position: absolute;
  width: 100%;
  display: none;
}
@media screen and (max-width: 768px) {
  .footer-mobile {
    display: flex;
    height: 55px;
    bottom: 0;
    background-color: unset !important;
  }
}

.home-page {
  font-family: Poppins;
}

.detail-intro {
  max-height: 800px;
}
.detail-intro__item {
  width: 100%;
  display: flex;
  position: relative;
}
.detail-intro__picture img {
  width: inherit;
  max-height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail-intro .slot {
  bottom: -1px;
}
.detail-intro .content-detail {
  max-height: 450px;
  overflow-y: auto;
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .detail-intro .content-detail {
    max-height: 350px;
  }
}
.detail-intro .content-detail::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #F5F5F5;
  border-radius: 10px;
  background-color: #F5F5F5;
}
.detail-intro .content-detail::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.detail-intro .content-detail::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #F5F5F5;
  background-color: #A7A7A7;
}

#open-menu {
  padding: 0 !important;
  color: #fff;
}

.detail-intro__information {
  position: relative;
}
.detail-intro__information .information__direct {
  position: absolute;
  bottom: 100px;
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .detail-intro__information .information__direct {
    bottom: 30px;
  }
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.owl-carousel .owl-stage-outer {
  height: 300px;
}
.owl-carousel .owl-nav {
  display: block !important;
}

.owl-nav button {
  position: absolute;
  top: 65px;
  border-radius: 5px;
  background-color: rgba(167, 167, 167, 0.3) !important;
  width: 30px;
  height: 30px;
  color: white !important;
}
.owl-nav button span {
  visibility: hidden;
}
.owl-nav button:hover {
  background-color: rgba(167, 167, 167, 0.2) !important;
  color: black;
}
.owl-nav button:focus {
  outline: none;
}
.owl-nav .owl-nav {
  position: relative;
}
.owl-nav .owl-prev {
  position: absolute;
  left: 0;
  background-color: transparent !important;
  width: 36px;
  height: 36px;
}
.owl-nav .owl-prev i {
  font-size: 20px;
  color: #007A4D;
  width: 36px;
  height: 36px;
  border: 1px solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.owl-nav .owl-prev i:hover {
  background-color: #007A4D;
  color: #fff;
}
.owl-nav .owl-prev:hover {
  background-color: transparent !important;
}
.owl-nav .owl-next {
  position: absolute;
  right: 0;
  background-color: transparent !important;
  width: 36px;
  height: 36px;
}
.owl-nav .owl-next i {
  font-size: 20px;
  color: #007A4D;
  width: 36px;
  height: 36px;
  border: 1px solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.owl-nav .owl-next i:hover {
  background-color: #007A4D;
  color: #fff;
}
.owl-nav .owl-next:hover {
  background-color: transparent !important;
}

@media screen and (max-width: 768px) {
  #menu-mobile {
    left: -100%;
  }
}

.no-search {
  text-decoration: none;
  padding: 0;
  position: fixed;
  height: 100vh;
  background-color: #007A4D;
  z-index: 101;
  top: 0;
}
@media screen and (max-width: 768px) {
  .no-search {
    width: 40%;
  }
}
@media screen and (max-width: 540px) {
  .no-search {
    width: 68%;
  }
}
.no-search .logo_mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-bottom: 0.5px solid #fff;
}
.no-search .active {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .no-search {
    display: none;
  }
}
.no-search .dropdown .dropdown-toggled {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.no-search .dropdown .nav-dropdown {
  padding-left: 20px;
  height: 0;
  opacity: 0;
}
.no-search .dropdown .nav-dropdown-open {
  height: 100%;
  opacity: 1;
  -webkit-animation-name: dropdown-open;
          animation-name: dropdown-open;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.no-search .dropdown .nav-dropdown-close {
  height: 0;
  opacity: 0;
  -webkit-animation-name: dropdown-close;
          animation-name: dropdown-close;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@-webkit-keyframes dropdown-open {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
@keyframes dropdown-open {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
@-webkit-keyframes dropdown-close {
  from {
    height: 100%;
  }
  to {
    height: 0;
  }
}
@keyframes dropdown-close {
  from {
    height: 100%;
  }
  to {
    height: 0;
  }
}

.bg--main {
  background: black;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
}

.brands-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .brands-bottom .container-brand {
    max-width: 100%;
    padding: 0;
  }
}
.brands-bottom .brands {
  bottom: 77px;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .brands-bottom .brands {
    display: block;
  }
}
.brands-bottom .brands .animate {
  margin-bottom: -60px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .brands-bottom .brands .animate:hover {
    margin-bottom: 0;
    -webkit-animation-name: animate;
            animation-name: animate;
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s;
  }
}
.brands-bottom .brands .animate-auto {
  margin-bottom: 0;
  -webkit-animation-name: animate;
          animation-name: animate;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.brands-bottom .brands .animate-un {
  margin-bottom: -60px;
  -webkit-animation-name: animate-auto;
          animation-name: animate-auto;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.brands-bottom .brands .brands-wrapper {
  list-style: none;
  padding: 0;
  padding-left: 0;
}
.brands-bottom .brands .brands_up {
  display: none;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .brands-bottom .brands .brands_up {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .brands-bottom .brands .brands_up {
    height: 30px;
  }
  .brands-bottom .brands .brands_up i {
    color: #fff;
    font-size: 25px !important;
  }
}
.brands-bottom .brands .brands_up i {
  color: #fff;
  font-size: 35px;
}
.brands-bottom .brands .brands_down {
  display: none;
  height: 50px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .brands-bottom .brands .brands_down {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .brands-bottom .brands .brands_down {
    height: 30px;
  }
  .brands-bottom .brands .brands_down i {
    color: #fff;
    font-size: 25px !important;
  }
}
.brands-bottom .brands .brands_down i {
  color: #fff;
  font-size: 35px;
}
.brands-bottom .brands .brands-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .brands-bottom .brands .brands-mobile {
    display: block;
    position: fixed;
    width: 100%;
    bottom: -280px;
    background-color: rgba(0, 0, 0, 0.6);
    padding-top: 30px;
  }
  .brands-bottom .brands .brands-mobile_item {
    display: flex;
  }
  .brands-bottom .brands .brands-mobile_item .ojhma-icon {
    display: flex;
    width: 70%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 540px) {
  .brands-bottom .brands .brands-mobile_item .ojhma-icon {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) and (max-width: 420px) {
  .brands-bottom .brands .brands-mobile_item .ojhma-icon {
    width: 65%;
  }
}
@media screen and (max-width: 768px) and (max-width: 330px) {
  .brands-bottom .brands .brands-mobile_item .ojhma-icon {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .brands-bottom .brands .brands-mobile_item .ojhma-icon_item {
    width: 25%;
  }
}
@media screen and (max-width: 768px) and (max-width: 540px) {
  .brands-bottom .brands .brands-mobile_item .ojhma-icon_item {
    width: 50%;
    margin-bottom: 5px;
  }
  .brands-bottom .brands .brands-mobile_item .ojhma-icon_item:first-child {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .brands-bottom .brands .brands-mobile_item .ojhma-icon_item .partially-open {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .brands-bottom .brands .brands-mobile .booking-hover {
    width: 100%;
  }
  .brands-bottom .brands .brands-mobile .booking-hover .booking {
    height: 100px;
  }
  .brands-bottom .brands .brands-mobile .booking-hover .booking .partially-open {
    height: 100%;
  }
  .brands-bottom .brands .brands-mobile .booking-hover .booking .partially-open .description {
    height: 100%;
    text-align: center;
  }
  .brands-bottom .brands .brands-mobile .booking-hover .booking .partially-open .description p {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.brands-bottom .brands .brands_animation {
  bottom: 68px;
  -webkit-animation-name: booking-hover;
          animation-name: booking-hover;
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
}

.booking-hover {
  display: flex;
  width: 25%;
  position: relative;
  align-items: flex-end;
}
@media screen and (min-width: 769px) {
  .booking-hover:hover .booking {
    -webkit-animation-name: identifier;
            animation-name: identifier;
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s;
    height: 10px;
  }
  .booking-hover:hover .book-bottom {
    width: 100%;
    height: 170px;
    position: absolute;
    bottom: 0px;
    left: 0;
    -webkit-animation-name: booking-hover;
            animation-name: booking-hover;
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s;
  }
}
@media screen and (min-width: 769px) and (max-width: 540px) {
  .booking-hover:hover .book-bottom {
    height: 200px;
  }
}
@media screen and (min-width: 769px) {
  .booking-hover:hover .book-bottom .icon-right {
    text-align: center;
    color: #fff;
  }
}
@media screen and (min-width: 1200px) {
  .booking-hover:hover .book-bottom {
    height: 110px;
  }
}
.booking-hover .booking {
  height: 70px;
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 0;
  transition: all 0.65s ease;
  z-index: 1;
}
.booking-hover .booking .partially-open a {
  width: 100%;
}
.booking-hover .booking .partially-open .description {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}
@media screen and (min-width: 1500px) {
  .booking-hover .booking .partially-open .description {
    height: 84px;
  }
}
.booking-hover .booking .partially-open .description .box-info__number {
  font-weight: bold;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFB612;
}
@media screen and (max-width: 768px) {
  .booking-hover .booking .partially-open .description .box-info__number {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 540px) {
  .booking-hover .booking .partially-open .description .box-info__number {
    display: none;
  }
}
.booking-hover .booking .partially-open .description .box-info__title {
  font-weight: bold;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .booking-hover .booking .partially-open .description .box-info__title {
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .booking-hover .booking .partially-open .description {
    padding-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .booking-hover .booking .partially-open .description {
    padding: 20px;
    padding-top: 23px;
  }
}
.booking-hover .book-bottom {
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: -300px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px;
}
.booking-hover .book-bottom a {
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .booking-hover .book-bottom {
    padding-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .booking-hover .book-bottom {
    padding: 10px;
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .booking-hover .book-bottom {
    padding: 5px;
  }
}
.booking-hover .book-bottom .description {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .booking-hover .book-bottom .description {
    display: inline-block;
  }
}
.booking-hover .book-bottom .description .box-info__number {
  font-weight: bold;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFB612;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .booking-hover .book-bottom .description .box-info__number {
    font-size: 14px;
    line-height: 22px;
  }
}
.booking-hover .book-bottom .description .box-info__title {
  font-weight: bold;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .booking-hover .book-bottom .description .box-info__title {
    font-size: 12px;
    line-height: 18px;
  }
}
.booking-hover .book-bottom .full-open .detail {
  font-size: 12px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  -webkit-line-clamp: 3;
  height: 75px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 540px) {
  .booking-hover .book-bottom .full-open .detail {
    font-size: 12px;
    line-height: 18px;
    height: 110px;
  }
}

@-webkit-keyframes identifier {
  from {
    height: 70px;
  }
  to {
    height: 10px;
  }
}

@keyframes identifier {
  from {
    height: 70px;
  }
  to {
    height: 10px;
  }
}
@-webkit-keyframes animate {
  from {
    margin-bottom: -60px;
  }
  to {
    margin-bottom: 0;
  }
}
@keyframes animate {
  from {
    margin-bottom: -60px;
  }
  to {
    margin-bottom: 0;
  }
}
@-webkit-keyframes animate-auto {
  from {
    margin-bottom: 0;
  }
  to {
    margin-bottom: -60px;
  }
}
@keyframes animate-auto {
  from {
    margin-bottom: 0;
  }
  to {
    margin-bottom: -60px;
  }
}
@-webkit-keyframes booking-hover {
  from {
    bottom: -300px;
  }
  to {
    bottom: 0;
  }
}
@keyframes booking-hover {
  from {
    bottom: -300px;
  }
  to {
    bottom: 0;
  }
}
@-webkit-keyframes brands_animation {
  from {
    bottom: -280px;
  }
  to {
    bottom: 70px;
  }
}
@keyframes brands_animation {
  from {
    bottom: -280px;
  }
  to {
    bottom: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  .intro {
    min-height: calc(100vh - 5px);
  }
}
@media screen and (min-width: 769px) {
  .intro .intro-content {
    position: relative;
    height: 100vh;
  }
}
.intro .intro-content .intro-detail {
  position: absolute;
  top: 25%;
}
@media screen and (max-width: 768px) {
  .intro .intro-content .intro-detail {
    padding-top: 110px;
    padding-bottom: 80px;
    top: 0;
    position: unset !important;
  }
}
@media screen and (min-width: 1200px) {
  .intro .intro-content .intro-detail {
    top: 16%;
  }
}
.intro .intro-content .intro-detail .information h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  color: #FFB612;
}
.intro .intro-content .intro-detail .information h1 {
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .intro .intro-content .intro-detail .information h1 {
    color: #000;
  }
}
@media screen and (max-width: 540px) {
  .intro .intro-content .intro-detail .information h1 {
    font-size: 26px !important;
    line-height: 38px;
  }
}
.intro .intro-content .intro-detail .information-detail {
  font-size: 14px;
  line-height: 1.5;
  color: #FFFFFF;
  min-height: 450px;
}
@media screen and (max-width: 768px) {
  .intro .intro-content .intro-detail .information-detail {
    color: #000;
  }
}
@media screen and (max-width: 540px) {
  .intro .intro-content .intro-detail .information-detail {
    min-height: 550px;
  }
}
.intro .intro-content .intro-detail .information-detail::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #F5F5F5;
  border-radius: 10px;
  background-color: #F5F5F5;
}
.intro .intro-content .intro-detail .information-detail::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.intro .intro-content .intro-detail .information-detail::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #F5F5F5;
  background-color: #A7A7A7;
}
.intro .intro-content .intro-detail .information-detail p {
  font-family: Poppins !important;
}
.intro .intro-content .intro-detail .information-detail span {
  font-family: Poppins !important;
}
.intro .intro-content .intro-detail .information-detail h1, .intro .intro-content .intro-detail .information-detail h2, .intro .intro-content .intro-detail .information-detail h3, .intro .intro-content .intro-detail .information-detail h4, .intro .intro-content .intro-detail .information-detail h5, .intro .intro-content .intro-detail .information-detail h6 {
  font-family: Poppins !important;
}
.intro .intro-content .intro-detail .information .africa-detail {
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .intro .intro-content .intro-detail .information .africa-detail {
    color: #000;
  }
}
@media screen and (max-width: 540px) {
  .intro .intro-content .intro-detail .information .africa-detail {
    width: 100%;
  }
}
.intro .intro-content .intro-detail .information .africa-detail p {
  font-family: Poppins !important;
}
.intro .intro-content .intro-detail .information .africa-detail span {
  font-family: Poppins !important;
}
.intro .intro-content .intro-detail .information .africa-detail h1, .intro .intro-content .intro-detail .information .africa-detail h2, .intro .intro-content .intro-detail .information .africa-detail h3, .intro .intro-content .intro-detail .information .africa-detail h4, .intro .intro-content .intro-detail .information .africa-detail h5, .intro .intro-content .intro-detail .information .africa-detail h6 {
  font-family: Poppins !important;
}
.intro .intro-content .intro-detail .information .solution-detail {
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  font-family: Poppins !important;
}
@media screen and (max-width: 768px) {
  .intro .intro-content .intro-detail .information .solution-detail {
    color: #000;
  }
}
.intro .intro-content .intro-detail .information .solution-detail p {
  font-family: Poppins !important;
}
.intro .intro-content .intro-detail .information .solution-detail span {
  font-family: Poppins !important;
}
.intro .intro-content .intro-detail .information .solution-detail h1, .intro .intro-content .intro-detail .information .solution-detail h2, .intro .intro-content .intro-detail .information .solution-detail h3, .intro .intro-content .intro-detail .information .solution-detail h4, .intro .intro-content .intro-detail .information .solution-detail h5, .intro .intro-content .intro-detail .information .solution-detail h6 {
  font-family: Poppins !important;
}
.intro .intro-content .intro-detail .information .detail {
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .intro .intro-content .intro-detail .information .detail {
    color: #000;
  }
}

.sliding-underline {
  z-index: 1;
  position: absolute;
  height: 3px;
  bottom: -2em;
  background-color: #fff;
  list-style-type: none;
  border: none;
  pointer-events: none;
  top: 54%;
}

.bottom-line {
  width: 0;
  height: 1px;
  position: absolute;
  background-color: #333;
  margin: 0;
  pointer-events: none;
  overflow: hidden;
  bottom: 0;
}

.box-info__number {
  display: none;
}

.nav-dropdown-close .nav-item {
  display: none;
}
