/*
Theme Name: hgi
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

:root {
  --primary-color: #686d84;
  --primary-color-light: #3366ff;
  --gray-color: #686d84;
  --black-color: #252525;
  --max-width: 1170px;
  --red-border: #f13c46;
  --gray-text: #555;
  --red-color: #ff0000;
}


.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.item-end {
  align-items: end;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Oswald' !important;
}

.col {
  padding: 0;
}

.pd-0 {
  padding: 0 !important;
}

.w-full {
  max-width: 100%;
}

.page-wrapper {
  padding: 0;
}

.container {
  max-width: var(--max-width) !important;
  margin: 0 auto;
}

.row.container {
  margin: 0 auto;
}

.header-top {
  background-color: white;
}

.nav-dark .nav>li.html,
.html_topbar_left {
  color: var(--black-color);
  font-size: 13px;
}

.html_topbar_left i {
  font-size: 19px;
  margin-right: 10px;
}


.wrap-header-box .icon-box-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.wrap-text-header p:nth-child(1) {
  font-size: 15px;
  font-weight: 700;
  color: var(--primary-color);
}

.wrap-text-header a {
  color: var(--gray-color);
  font-size: 14px;
  border-bottom: 1px dashed #000;
  width: fit-content;
  padding-bottom: 5px;
}

.wrap-text-header {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.custom-col-header .col:nth-child(1) {
  flex-basis: 24%;

}

.custom-col-header .col:nth-child(2) {
  flex-basis: 30%;
}

.custom-col-header .col:nth-child(3) {
  flex-basis: 46%;
  max-width: 46%;
}


.header-bottom {
  background-color: var(--primary-color) !important;
  color: white;
}

.nav>li.active>a,
.nav>li>a {
  color: white;
  font-weight: 700;
  font-size: 18px;
}



.nav>li>a {
  position: relative;
}

.nav>li>a::before {
  position: absolute;
  content: "";
  background-color: white;
  width: 0%;
  height: 1px;
  bottom: 5px;
  transition: all 0.2s linear;
}

.nav>li>a:hover::before {
  transition: all 0.2s linear;
  width: 100%;
}

.nav>li.active>a::before {
  width: 100%;
}

.html_topbar_right {
  font-size: 18px !important;
  font-weight: 700;
  letter-spacing: .1em;
}

.h1-custom-center h1 {
  font-size: 52px;
  line-height: 55px;
  font-weight: 700;
  color: var(--primary-color);
  font-family: 'Oswald';
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  position: relative;
  width: fit-content;
  padding-bottom: 50px;
}

.h1-custom-center h1 b {
  display: none;
}

.h1-custom-center h1::after {
  position: absolute;
  content: "";
  background-color: var(--red-border);
  height: 6px;
  width: 50px;
  bottom: 0px;
  border-radius: 5px;
}

.h1-custom-center span.section-title-main {
  text-transform: capitalize !important;
}

/* parner */
.image_partner {
  position: relative;
}

.text_partner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  transition: opacity 0.3s, visibility 0.3s;
  color: white;


  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}



.text_partner:hover {
  opacity: 1;
  visibility: visible;
}

.text_partner:hover::after {
  width: 85%;
  height: 78%;

  opacity: 1;
  visibility: visible;
}



.text_partner p {
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  color: white;
}

.text_partner a {
  color: white;
  color: white;
}

.text_partner::after {
  opacity: 0;
  visibility: visible;

  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  border: 2px solid white;
  transform: translate(-50%, -50%);
  transition: all 0.3s linear;
}

.partner_bottom {
  margin-top: 24px;
}

.partner_bottom h3 {
  color: var(--primary-color);
  font-size: 19px;
  line-height: 28.5px;
  font-weight: 700;
  margin: 0 0 8px;
}

.partner_bottom p {
  color: var(--gray-text);
  font-size: 19px;
}


/*  */

.fixed-image-custom .section-bg.bg-loaded,
.section-counter .section-bg.bg-loaded {
  background-position: center;
  background-attachment: fixed;
}

.section-counter i {
  font-size: 60px;
}

.section-counter .text-counter {
  padding-top: 115px;
  padding-bottom: 85px;
}

.section-counter .text-counter span,
.section-counter .text-counter .count-up {
  font-size: 55px;
  letter-spacing: 1.5px;
  font-weight: 700;
}

.section-counter .text-counter p:nth-child(3) {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.599) !important;
}

/*  */

.column-travel .img img {
  max-width: 406px;
  max-height: 406px;
  aspect-ratio: 1;
  max-width: 406px;
  max-height: 406px;
  border-radius: 50%;

}

.column-travel .img {
  border-radius: 50%;
  border: 1px solid #ebebeb;
  padding: 6px;
  max-width: 406px;
  max-height: 406px;
}

.column-r-travel h2 {
  font-size: 52px;
  line-height: 55px;
  font-weight: 700;
  color: var(--red-border);
}

.column-r-travel p {
  color: var(--gray-text);
  font-weight: 400;
  line-height: 1.7em;
  font-size: 19px;
}

.column-r-travel a {
  border-radius: 4px;
  font-size: 19px;
  letter-spacing: 1.9px;
  line-height: 32px;
  padding: 21px 40px !important;
}

/* fancy box custom */
.box-video-custom {
  overflow: hidden;
  width: 100%;
  position: relative;
  display: block;
  cursor: pointer;
}

.box-video-custom .box-image__background {
  width: 100%;
  overflow: hidden;
}

.box-video-custom .box-image__background img {
  width: 100%;
  max-height: 380px;
  object-fit: cover;
  transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}

.box-action {
  position: absolute;
  top: 50%;
  left: 66%;
  transform: translateX(-50%) translateY(-50%);
}

.btn-action__icon {
  background: var(--red-border);
  border: 2px solid var(--red-border);
  min-width: 5em;
  min-height: 5em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: white;
}

.btn-action__icon i {
  color: var(--color-white);
}

.btn-action__icon:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #C62127;
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  border-color: #C62127;
}

@keyframes btnIconRipple {
  0% {
    border-width: 4px;
    transform: scale(1);
  }

  80% {
    border-width: 1px;
    transform: scale(1.85);
  }

  100% {
    opacity: 0;
  }
}


.btn-action__icon:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid var(--red-border);
  -webkit-animation: btnIconRipples 2s infinite ease-in-out;
  animation: btnIconRipples 2s infinite ease-in-out;
  border-color: var(--red-border);
}

@keyframes btnIconRipples {
  0% {
    border-width: 4px;
    transform: scale(1);
  }

  80% {
    border-width: 1px;
    transform: scale(1.45);
  }

  100% {
    opacity: 0;
  }
}


.box-video-custom:hover .btn-action__icon i {
  color: var(--color-white);
}

.text_fancy-box {
  line-height: 1.25em;
  font-weight: 800;
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}

.text_fancy-box span:nth-child(1) {
  color: white;
}

.text_fancy-box span:nth-child(2) {
  color: var(--red-color);
}

/*  */

.custom-title-h2 .section-title-main {
  font-size: 52px;
  font-weight: 700;
  line-height: 55px;
  text-align: center;
  color: var(--primary-color);
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
}

.custom-title-h2 b {
  display: none;
}

.sub-news-title {
  padding-bottom: 48px;
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: 26.4px;
  color: var(--gray-text);

}

.sub-news-title::before {
  position: absolute;
  content: "";
  background-color: var(--red-border);
  height: 6px;
  width: 50px;
  bottom: 0px;
  border-radius: 5px;
  left: 50%;
  transform: translateX(-50%);
}

/* about us */
.title-about-us h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  color: white;
  /* font-family: 'Nunito' !important; */
}

.heading-two-color h2,
.heading-about-us h2 {
  font-weight: 800;
  line-height: 1.2em;
  font-size: 50px;
  color: var(--primary-color);
  font-family: 'Nunito' !important;
}

.heading-two-color h2 {
  color: var(--black-color);
  font-size: 40px;

}

.heading-two-color h2 span {
  color: var(--primary-color-light);
}

.quote-about {
  color: var(--gray-text);
  line-height: 32.3px;
  font-size: 19px;
  text-align: left;
}

.column-quote {
  margin-top: 40px;
  margin-bottom: 40px;
}

.column-quote img,
.column-quote .img {
  max-width: 531px;
  max-height: 531px;
  align-self: 1;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

.column-quote .img {
  padding: 6px;
  border: 1px solid #ebebeb;
}


.column-quote img {
  border: 1px solid #ebebeb;
}

.col-quote-text .col-inner {
  max-width: 80%;
  height: 100%;
}


.partner-title h2 {
  font-size: 57px;
  color: var(--primary-color);
}

.partner-margin {
  position: relative;
  margin-top: -100px !important;
}


/* news */
.news-custom .post-title a {
  font-family: 'Nunito' !important;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 30px;
  color: #333333;


  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-custom .from_the_blog_excerpt {
  font-family: 'Nunito' !important;
  font-size: 19px;
  color: var(--gray-text);


  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-custom .box-text {
  background-color: #f9f9f9;
  padding: 30px 15px;
}

.news-custom .box-text .button {
  background-color: var(--red-border);
  color: white;
  border-radius: 5px;
  font-family: 'Nunito' !important;
  font-size: 14px;
  text-transform: math-auto;
  padding: 14px 20px;
}

/* breadcrums */
.breadcrums {
  background: black;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.breadcrums li a {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  color: #ffffff;
  font-family: Oswald;
  text-align: center;
}

/*  */

.wt-post-media {
  transition: transform 0.3s, box-shadow 0.3s, transform 0.3s, -webkit-transform 0.3s, -webkit-transform 0.3s;
  margin-bottom: 1.5em;
  max-height: 425px;
}

.wt-post-title .post-title a {
  font-family: 'Nunito' !important;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 30px;
  color: var(--gray-text);
}

.wt-post-text p {
  font-family: 'Nunito';
  font-weight: 400;
  line-height: 1.7em;
  font-size: 19px;
  color: var(--gray-text);
}

.wt-post-media:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.1);
}

.buttom-custom-red {
  background-color: transparent;
  font-weight: 700;
  color: var(--red-border);
  font-size: 1em;
  white-space: nowrap;
  transition: all .3s ease;
  box-shadow: unset;
  border: none !important;
  text-transform: capitalize;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.box-article-heading {
  display: flex;
}

.sb-title-article {
  font-weight: 800;
  line-height: 1.2em;
  font-size: 50px;
  color: #385cad;
}

.meta-single-post {
  gap: 40px;
}

.meta-single-post a,
.meta-single-post span {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5em;
}

.meta-single-post .flex span:nth-child(1) {
  text-transform: uppercase;
  color: var(--gray-text);
}

.meta-single-post a,
.meta-single-post .flex span:nth-child(2) {
  color: #a7a9b8;
}

.single-title-left {
  padding: 0 100px;
}

.box-article-heading .background-img {
  max-width: 450px;
  max-height: 470px;
  width: 100%;
}

.box-article-heading .background-img img {
  height: 470px;
}

.article-pages {
  margin-top: 20px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.article-pages .wp-block-heading {
  font-family: 'Nunito' !important;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 40px;
  color: #385cad;
}

.article-pages .wp-block-separator {
  width: 100px;
  border: none;
  border-bottom: 2px solid;
  margin-left: auto;
  margin-right: auto;
}

.post-navigation svg {
  width: 24px;
  height: 24px;
  transition: all 0.15s linear;

}

.post-navigation {
  margin-top: 20px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.post-navigation .left,
.post-navigation .right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.next_post_link {
  transition: all 0.3s linear;
}

.next_post_link a {
  width: 80%;
  flex-wrap: wrap;
}

.next_post_link span {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #a7a9b8;
}

.next_post_link a {
  color: var(--black-color);
  line-height: 1.25em;
  font-weight: 400;
  font-size: 20px;
}

.post-navigation .right a {
  text-align: end;
}

.next_post_link a {
  position: relative;
}

.next_post_link a::before {
  position: absolute;
  content: "";
  width: 140px;
  height: 50px;
  top: -20px;
  left: -25px;
}

.next_post_link:hover span {
  color: var(--black-color);
  transition: all 0.15s linear;
}

.post-navigation .left:hover svg {
  transform: translateX(-10px);
}

.post-navigation .right:hover svg {
  transform: translateX(10px);
}

/* slider custom */

.slider-custom .flickity-prev-next-button {
  opacity: 1;
  width: 70px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;

  background-image: url('/wp-content/uploads/2024/08/banner-1400x438.jpg');
  background-size: contain;

  background-size: 0%;
}

.slider-custom .flickity-prev-next-button:hover {
  background-size: 100%;
}

.slider-custom .flickity-prev-next-button svg {
  width: 50px;
  height: 100%;
}

.slider-custom .text-inner h3 {
  font-weight: 700;
}

.slider-custom .button span {
  font-size: 12px;
  font-weight: 700;
  padding: 15px;
}

.slider .flickity-prev-next-button:hover .arrow,
.slider .flickity-prev-next-button:hover svg {
  fill: white !important;
}

.slider-custom .banner.has-hover.is-selected .text-inner h3 {
  animation: ani;
  -webkit-animation: ani 1.5s;
}

.slider-custom .banner.has-hover.is-selected .button {
  animation: backTop;
  -webkit-animation: backTop 1.5s;
}

.slider-custom .banner.has-hover.is-selected .bg.bg-loaded {
  animation: blurImg;
  -webkit-animation: blurImg .5s;
}

@keyframes blurImg {
  from {
    filter: blur(5px);
    -webkit-filter: blur(5px);
    transform: translateY(-20px);
  }

  to {
    filter: blur(0);
    -webkit-filter: blur(0);
    transform: translateY(0px);
  }
}

@keyframes ani {
  from {
    filter: blur(5px);
    -webkit-filter: blur(5px);
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    filter: blur(0);
    -webkit-filter: blur(0);
    opacity: 1;
    transform: translateY(0px);
  }
}


@keyframes backTop {
  from {
    -webkit-filter: blur(5px);
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    -webkit-filter: blur(0);
    opacity: 1;
    transform: translateY(0px);
  }
}

/* related post */

.news-latest {
  margin-top: 80px;
}

.sidebarblog-title h3 {
  font-size: 24px;
  color: var(--primary-color);
  line-height: 36px;
  font-weight: 700;
  font-family: 'Nunito' !important;
  text-align: center;
  margin-bottom: 20px;
}

.list-news-latest .info h3 {
  font-size: 23px;
  line-height: 1.5em;
  color: var(--black-color);
  font-family: 'Nunito' !important;
}

.list-news-latest .info h3 a {
  color: var(--black-color);
}

.list-news-latest .img_thumb img {
  min-height: 250px;
  height: 100%;
}

.list-news-latest .img_thumb img {
  margin-bottom: 10px;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.3s, -webkit-transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.list-news-latest .cate-blog a {
  color: #a7a9b8;
  font-size: 12px;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.list-news-latest .post-content {
  cursor: pointer;
}

.list-news-latest .post-content:hover .img_thumb img {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
}



/* contact form */
.form-custom h2 {
  font-family: 'Nunito' !important;
  font-weight: 800;
  line-height: 1.2em;
  color: var(--primary-color);
  font-size: 38px;
}

.form-custom .col-inner {
  padding: 30px 100px;
}

.sub_title-contact {
  font-family: 'Nunito' !important;
  font-weight: 400;
  line-height: 1.2em;
  font-size: 22px;
  margin-bottom: 48px;
  margin-top: 28px;
  color: #333333;
  display: flex;
}

.form-custom input[type=email],
.form-custom input[type=number],
.form-custom input[type=tel],
.form-custom input[type=text],
.form-custom textarea {
  box-shadow: unset;
  border: unset;
  color: rgb(108, 109, 119);
  border-bottom: 1px solid #d5d6de;
  padding: 25px 0;
}

.form-custom input[type="submit"] {

  margin-top: 15px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: rgb(255, 255, 255);
  color: rgb(14, 48, 93);
  box-shadow: unset;
  border: none;
  border-bottom: 1px solid rgb(14, 48, 93);
  height: 50px;
  padding: 0 2.8em;
  transition: all 0.3s ease;
}

.form-custom input[type="submit"]:hover {
  background-color: rgb(14, 48, 93);
  color: white;
}


/* footer */

.section-footer {
  padding-top: 80px !important;
  padding-bottom: 60px !important;
}

.section-footer .col-inner p:nth-child(1) {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  margin-bottom: 30px;
}


.section-footer .col-inner a {
  color: rgba(255, 255, 255, 0.65);
  font-size: 15px;
  line-height: 2em;
}

.section-footer .col-inner p:not(:nth-child(1)) {
  color: rgba(255, 255, 255, 0.65);
}

.add-bg-map .col-inner {
  position: relative;
}


.footer-bg-map {
  position: absolute;
  top: 45px;
  width: 100%;
  height: 100%;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}


/*  footer end */

.footer_absolute-custom {
  list-style-type: none;
  display: flex;
  gap: 20px;
  border-bottom: 0 !important;
  margin-bottom: 0;
}

.footer_absolute-custom li {
  margin-bottom: 0;
}

.footer_absolute-custom li a {
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
}

#footer .absolute-footer {
  border-top-width: 0.5px !important;
  padding-top: 35px !important;
  padding-bottom: 35px !important;
  border-top-style: solid !important;
}


/*  */

.box-support-travel h3 {
  font-size: 1.5em;
  line-height: 1.5em;
  letter-spacing: 0;
  color: var(--primary-color);
  font-family: 'Nunito' !important;
  margin-bottom: 10px;
}

.box-support-travel p {
  color: #828593;
  font-weight: 400;
  line-height: 1.7em;
  font-size: 16px;
}

.box-support-travel h3,
.box-support-travel p {
  padding: 1em 25px;
}

.box-support-travel h3 {
  padding-bottom: 10px;
}

.box-support-travel p {
  padding-top: 0;
  min-height: 80px;
}

.h2-blue h2 {
  font-family: 'Nunito' !important;
  font-weight: 800;
  line-height: 1.2em;
  font-size: 50px;
  color: var(--primary-color);
}

.box-support-travel .col-inner {
  transition: box-shadow 0.45s cubic-bezier(0.32, 0.98, 0.37, 1);
}

.box-support-travel .col-inner:hover {
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.07);
}

.html_topbar_right a {
  gap: 10px;
}


@media only screen and (max-width: 991px) {

  body.body-scroll-lock--active .mfp-wrap,
  .mfp-bg {
    top: 160px;
  }

  .off-canvas .sidebar-menu {
    padding: 0;
  }

  .off-canvas-center .mfp-content {
    padding-top: 0;
  }

  .off-canvas-center .nav-vertical>li>a,
  .off-canvas-center .nav-vertical>li>ul>li a {
    color: var(--black-color);
    justify-content: start;
  }

  .off-canvas-center:not(.dark) .mfp-close {
    display: none;
  }

  .icon-menu {
    transition: all 0.1s linear;
  }

  .icon-menu:before {
    transition: all 0.1s linear;

    content: "";
    background-image: url("/wp-content/uploads/2024/08/navbar.png");
    width: 30px;
    height: 30px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -15px;
    top: -10px;
  }

  a.icon.button.round.is-outline.is-small.current-lightbox-clicked .icon-menu:before {
    transition: all 0.1s linear;
    background-image: url("/wp-content/uploads/2024/08/close.png");
  }

  .button.icon.is-small {
    border: none;
  }

  a.icon.button.round.is-outline.is-small.current-lightbox-clicked {
    background-color: transparent;
    border: none;
  }

  .section-counter .text-counter {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container {
    padding: 0 30px !important;
  }

  .box-action {
    left: 50%;
    top: 60%;
  }

  .box-video-custom .box-image__background img {
    max-height: 420px;
  }

  .text_fancy-box {
    top: 35%;
  }

  /* about us */
  .col-img-why .img,
  .col-img-why .img .img-inner,
  .col-img-why .img .img-inner img,
  .col-img-why .col-inner {
    height: 100%;
  }


  /* partner */
  .section-partner-logo .img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;

  }

  .section-partner-logo .img img {
    width: 65px;
  }

  .off-canvas-center .nav-sidebar.nav-vertical>li>a {
    padding: 10px 0;
  }

  .stuck {
    left: 0;
    margin: 0 auto;
    position: unset;
    right: 0;
    top: 0;
  }

  .mfp-container {
    top: -160px;
  }

  .off-canvas-center .mfp-content {
    overflow: unset !important;
  }

  .__english .wrap-english span {
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 700;
  }
}

@media only screen and (max-width: 768px) {
  .box-article-heading {
    flex-direction: column;
  }

  .box-article-heading .background-img {
    width: 100%;
    max-width: 100%;
  }

  .box-article-heading .background-img img {
    width: 100%;
  }

  .single-title-left {
    padding: 0;
    padding-top: 15px;
  }

  .col .column-quote {
    padding-left: 30px;
  }

  .col-quote-text .col-inner {
    max-width: 85%;
  }

  .wrap_share-icon,
  .post-navigation,
  .article-pages {
    width: 100%;
  }

  .list-news-latest .img_thumb img,
  .list-news-latest .layered .img_thumb {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {

  .next_post_link a {
    width: 90%;
  }

  .slider-custom .banner.has-hover.is-selected .text-inner h3 {
    line-height: 60px;
  }

  .post-navigation {
    display: flex;
    flex-direction: column;
  }

  .nav-dark .nav>li.html,
  .html_topbar_left {
    text-align: center;
  }

  .container {
    padding: 0 15px !important;
  }

  .box-video-custom .box-image__background img {
    max-height: 480px;
    height: 480px;
  }

  .text_fancy-box {
    left: 30px;
  }

  .liquid-blog-contents-inside.h-300 {
    min-height: 450px;
  }

  .mfp-container {
    top: 0;
  }

  body.body-scroll-lock--active .mfp-wrap,
  .mfp-bg {
    top: 124px;
  }

  .off-canvas-center .nav-sidebar.nav-vertical>li>a {
    padding: 10px 15px;
  }

  .__english .wrap-english {
    margin-left: 15px;
  }

  .__english.open .sl-en {
    margin-left: 20px;
    width: 100vw !important;
  }

  .__english.open .sl-en li {
    padding-left: 15px;
  }

  .off-canvas-center .nav-sidebar.nav-vertical>li {
    overflow: hidden;
  }

  .footer_absolute-custom {
    justify-content: center;
  }

  .col .column-quote {
    padding: 0 30px;
  }

  .section-partner-logo .img img {
    width: 180px;
  }

  .form-custom .col-inner {
    padding: 30px 15px;
  }

  .__english .wrap-english span,
  .off-canvas-center .nav-vertical>li>a {
    font-size: 18px;
  }

  .title-about-us h1 {
    line-height: 60px;
  }

  .section-counter .col:nth-child(1) .text-counter,
  .section-counter .col:nth-child(2) .text-counter {
    padding-bottom: 0;
  }

  .section-counter {
    padding: 0 15px !important;
  }

  .text_fancy-box {
    width: 95%;
  }

  .header-button .button.icon.is-small {
    background-color: transparent;
  }

  .slider-custom .banner .text-inner h3 {
    text-align: center;
    font-size: 48px;
  }
}

@media only screen and (max-width: 430px) {
  .section-partner-logo .img img {
    width: 120px;
  }

  .mfp-container {
    top: 20px;
  }
}