@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap");
p {
  margin-bottom: 5px;
}

.primary {
  color: rgb(232, 164, 12) !important;
}

.secondary {
  color: #a50d20 !important;
}

.bg-custom-1 {
  background-color: rgba(254, 238, 195, 0.231372549);
}

.bg-custom-2 {
  background-color: #fffbf8;
}

.border-custom-1 {
  border: 1px solid #e6e6e6;
}

.container-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .container-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.long-arrow {
  display: inline-block;
  width: 18px;
  height: 16px;
  background-image: url("/html/samples/long-arrow.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
}

.square-1 {
  width: 100px;
  height: 100px;
  background-image: url("/html/samples/square.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.square-2 {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
}
.square-2:after {
  border: 1px solid #a50d20;
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}
.square-2:before {
  content: "";
  background-color: #a50d20;
  position: absolute;
  left: 0;
  top: 50%;
  width: 200%;
  height: 100%;
  transform: rotate(45deg) translate(-25%, 50%);
}
.square-2.small {
  width: 50px;
  height: 50px;
}

.square-3 {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
  border: 1px solid #a50d20;
}
.square-3:before, .square-3:after {
  content: "";
  background-color: #a50d20;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 100%;
}
.square-3:before {
  transform: rotate(45deg) translate(-25%, 50%);
}
.square-3:after {
  transform: rotate(135deg) translate(-25%, -50%);
}
.square-3.small {
  width: 50px;
  height: 50px;
}

.square-primary, .list-unstyled li:before {
  background-color: rgb(232, 164, 12);
  border: 2px solid rgb(232, 164, 12);
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  transform: rotate(45deg) translate(3px, -1px);
}
.square-primary.outlined, .list-unstyled li.outlined:before {
  background-color: #fff;
}
.square-primary.small, .list-unstyled li.small:before {
  width: 10px;
  height: 10px;
  transform: rotate(45deg) translate(2px, -3px);
}

.square-secondary {
  background-color: #a50d20;
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  transform: rotate(45deg) translate(3px, -1px);
}

.absolute {
  position: absolute;
}

.bottom-0 {
  bottom: 0;
}

.p-40 {
  padding: 40px;
}

.line-square {
  height: 1px;
  width: 100%;
}
.line-square.secondary {
  background-color: #a50d20;
}
.line-square.after, .line-square.before {
  position: relative;
}
.line-square.after:before, .line-square.before:before {
  background-color: #a50d20;
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  transform: rotate(45deg) translateY(-10px);
}
.line-square.after {
  margin-left: 25px;
}
.line-square.after:before {
  left: -5px;
}
.line-square.before {
  margin-right: 25px;
}
.line-square.before:before {
  right: 5px;
}

.container-figure {
  position: relative;
  border-bottom: 1px solid #a50d20;
  border-left: 1px solid #a50d20;
  border-right: 1px solid #a50d20;
}
.container-figure .figure-header {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
  height: 0;
  transform: translateY(1px);
}
.container-figure .figure-title {
  color: #a50d20;
  min-width: 240px;
  margin-bottom: 0;
  text-align: center;
  flex: none;
}
@media screen and (min-width: 1024px) {
  .container-figure .figure-title {
    white-space: nowrap;
    font-size: 24px;
  }
}
.container-figure .figure-content {
  padding: 0 40px 40px;
}
@media screen and (max-width: 768px) {
  .container-figure .figure-header {
    margin-bottom: 15px;
  }
  .container-figure .figure-content {
    padding: 0 15px 15px;
  }
}

.divider.divider-2 {
  border-bottom-width: 2px;
}
.divider.primary {
  border-bottom-color: rgb(232, 164, 12);
}

.swiper-controls-bottom .slide-controls {
  display: flex;
  justify-content: center;
}
.swiper-controls-bottom .swiper-button-next,
.swiper-controls-bottom .swiper-button-prev {
  position: relative !important;
  top: unset !important;
  bottom: unset !important;
  left: unset !important;
  right: unset !important;
}

.clock {
  background-image: url("/html/samples/clock.png");
  background-size: cover;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
  position: relative;
}
.clock.light {
  background-image: url("/html/samples/clock-white.png");
}

.event-progress {
  padding: 5px 25px;
  display: inline-block;
  font-weight: bold;
}
.event-progress.pending {
  background-color: #a50d20;
  color: #fff;
}
.event-progress.done {
  background-color: #9d9d9d;
  color: #fff;
}
.event-progress.progressing {
  border: 1px solid #fff;
  background-color: #ffc32d;
  color: #a50d20;
}

.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.p-30 {
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .p-30 {
    padding: 15px;
  }
}

.p-50 {
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .p-50 {
    padding: 15px;
  }
}

body:not(.single-post) input[type=text],
body:not(.single-post) input[type=tel],
body:not(.single-post) input[type=number],
body:not(.single-post) input[type=email],
body:not(.single-post) textarea, body:not(.single-post) select, body:not(.single-post) label.file {
  padding: 5px 15px;
  border: 1px solid rgb(232, 164, 12);
  background-color: #fff;
  width: 100%;
  min-height: 40px;
}
body:not(.single-post) input[type=checkbox] {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
body:not(.single-post) input[type=checkbox]:after, body:not(.single-post) input[type=checkbox]:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body:not(.single-post) input[type=checkbox]:before {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  content: "";
  z-index: 1;
}
body:not(.single-post) input[type=checkbox]:after {
  content: "✓";
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  font-weight: bold;
  color: #a50d20;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  font-size: 22px;
}
body:not(.single-post) input[type=checkbox]:checked:after {
  opacity: 1;
}
body:not(.single-post) input[type=radio] {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  top: 3px;
}
body:not(.single-post) input[type=radio]:before, body:not(.single-post) input[type=radio]:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 50%;
}
body:not(.single-post) input[type=radio]:before {
  background-color: #fff;
  border: 1px solid #666666;
  z-index: 1;
  left: 0;
  top: 0;
}
body:not(.single-post) input[type=radio]:after {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  font-weight: bold;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  width: 60%;
  height: 60%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #666666;
}
body:not(.single-post) input[type=radio]:checked:after {
  opacity: 1;
}
body:not(.single-post) select {
  color: #908181;
}
body:not(.single-post) button, body:not(.single-post) .custom-btn, body:not(.single-post) input[type=submit] {
  padding: 10px 30px;
  border: 1px solid #fff;
  display: inline-block;
}
body:not(.single-post) button.outlined, body:not(.single-post) .custom-btn.outlined, body:not(.single-post) input[type=submit].outlined {
  background-color: transparent;
  border: 1px solid #e6e6e6;
}
body:not(.single-post) button.btn-red, body:not(.single-post) .custom-btn.btn-red, body:not(.single-post) input[type=submit].btn-red {
  border-color: #a50d20;
  background-color: #a50d20;
  color: #fff;
}
body:not(.single-post) button.btn-red:hover, body:not(.single-post) .custom-btn.btn-red:hover, body:not(.single-post) input[type=submit].btn-red:hover {
  background-color: transparent;
  color: #a50d20;
}

label.file {
  position: relative;
  display: flex;
  align-items: center;
}
label.file .wpcf7-form-control-wrap {
  z-index: 1;
  right: 0;
  position: absolute;
  top: 0;
  height: 100%;
}
label.file .wpcf7-form-control-wrap input[type=file] {
  width: 120px;
  padding: 0;
  border: 0;
  position: relative;
  --text: "Browse...";
  height: 100%;
}
label.file .wpcf7-form-control-wrap input[type=file]:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background: #fff;
  z-index: 1;
}
label.file .wpcf7-form-control-wrap input[type=file]:after {
  content: var(--text);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  left: 0;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 15px;
  text-align: right;
}

.scrollbar-1::-webkit-scrollbar, .beauty *::-webkit-scrollbar {
  width: 6px;
  background-color: #e6e6e6;
}
.scrollbar-1::-webkit-scrollbar-thumb, .beauty *::-webkit-scrollbar-thumb {
  background-color: rgb(232, 164, 12);
}

.swiper-pagination, .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .swiper-pagination, .pagination {
    overflow: unset;
  }
}
.swiper-pagination .swiper-pagination-bullet, .swiper-pagination .page-numbers, .pagination .swiper-pagination-bullet, .pagination .page-numbers {
  opacity: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  width: 40px;
  height: 40px;
  font-size: 1em;
  margin: 0 15px !important;
  transform: unset;
  flex: 0 0 40px;
}
.swiper-pagination .swiper-pagination-bullet:before, .swiper-pagination .page-numbers:before, .pagination .swiper-pagination-bullet:before, .pagination .page-numbers:before {
  border: 1px solid #e6e6e6;
  content: "";
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination .swiper-pagination-bullet.current, .swiper-pagination .page-numbers.swiper-pagination-bullet-active, .swiper-pagination .page-numbers.current, .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .pagination .swiper-pagination-bullet.current, .pagination .page-numbers.swiper-pagination-bullet-active, .pagination .page-numbers.current {
  color: #fff;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before, .swiper-pagination .swiper-pagination-bullet.current:before, .swiper-pagination .page-numbers.swiper-pagination-bullet-active:before, .swiper-pagination .page-numbers.current:before, .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before, .pagination .swiper-pagination-bullet.current:before, .pagination .page-numbers.swiper-pagination-bullet-active:before, .pagination .page-numbers.current:before {
  background-color: #ffc32d;
  border-color: #ffc32d;
}
@media screen and (max-width: 1440px) {
  .swiper-pagination .swiper-pagination-bullet, .swiper-pagination .page-numbers, .pagination .swiper-pagination-bullet, .pagination .page-numbers {
    width: 30px;
    height: 30px;
  }
  .swiper-pagination .swiper-pagination-bullet:before, .swiper-pagination .page-numbers:before, .pagination .swiper-pagination-bullet:before, .pagination .page-numbers:before {
    width: 30px;
    height: 30px;
  }
}

.pagination ul.page-numbers,
.pagination ul.page-numbers li,
.pagination ul.youtube-pagination,
.pagination ul.youtube-pagination li {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.pagination ul.youtube-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .pagination-count {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  height: 40px;
  padding: 0 14px;
  margin: 0 15px;
  font-size: 1em;
  color: #333;
  background-color: #ffc32d;
  border-radius: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 1440px) {
  .pagination .pagination-count {
    height: 30px;
    min-width: 50px;
    padding: 0 10px;
  }
}

/* Theme's global "body:not(.single-post) button" reset (padding/border/display)
   also hits Fancybox's own toolbar/nav <button> elements and hides their icons.
   Restore Fancybox's own button box model here. */
.fancybox-container .fancybox-button {
  padding: 0;
  border: 0;
  display: inline-flex;
}

/* Fancybox's default iframe box is width:80%/height:80% of the viewport with no
   aspect ratio awareness. On a tall/narrow (mobile) viewport that renders as a
   tall, cropped-looking box instead of a normal 16:9 video. Force a proper
   16:9 box on small screens using the classic padding-top responsive trick. */
@media screen and (max-width: 767px) {
  .fancybox-slide--iframe .fancybox-content {
    position: relative;
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    height: auto;
    padding-top: calc((100% - 40px) * 0.5625);
    max-height: none;
  }
  .fancybox-slide--iframe .fancybox-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* Fancybox's arrow auto-hide relies on "mousemove", which never fires on
     touch devices, so prev/next stay on screen permanently while a video
     plays. Hide them on mobile - swiping left/right still switches videos. */
  .fancybox-button--arrow_left,
  .fancybox-button--arrow_right {
    display: none !important;
  }
}

.text-justify {
  text-align: justify;
}

.btn-right-arrow {
  position: relative;
  border: unset;
  display: flex;
  align-items: center;
  padding: 5px 0 !important;
  color: #666 !important;
}
.btn-right-arrow:after {
  content: "";
  background-image: url("../images/navigate/phai-nomal.png");
  width: 40px;
  height: 40px;
  background-size: cover;
  background-position: center;
  margin-left: 15px;
  display: inline-block;
}
.btn-right-arrow:hover:after {
  background-image: url("../images/navigate/phai-hover.png");
}

.bg-art {
  background-image: url("../images/art.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  width: 45vw;
  height: 45vw;
  opacity: 0.2;
  z-index: -1;
  pointer-events: none;
}
.bg-art.top-right-15 {
  right: 0;
  top: 0;
  transform: translateX(0%);
}
.bg-art.top-right {
  right: 0;
  top: 0;
  transform: translateX(35%);
}
.bg-art.top-left-50 {
  left: 0;
  top: -50%;
  transform: translateX(-55%);
}
.bg-art.top-left {
  left: 0;
  top: 0;
  transform: translateX(-40%);
}
.bg-art.center {
  left: 50%;
  transform: translateX(calc(-50% - 8px));
}
.bg-art.bottom-right {
  right: 0;
  bottom: 0;
  transform: translateX(35%);
}

.list-unstyled li {
  position: relative;
  margin-bottom: 5px;
}
.list-unstyled li:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  position: relative;
  top: -2px;
  margin-right: 10px;
}

.img-full-width {
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}

.scroll-2::-webkit-scrollbar {
  width: 8px;
  background-color: #fffbf8;
}
.scroll-2::-webkit-scrollbar-thumb {
  background-color: #a50d20;
  border-radius: 0px;
}

body {
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#tamnhin-sumenh .banner {
  margin-bottom: 80px;
  position: relative;
}
#tamnhin-sumenh .banner .banner-img {
  background-size: cover;
  min-height: 400px;
  background-position: center;
}
@media screen and (min-width: 769px) {
  #tamnhin-sumenh .banner .banner-img {
    min-height: 500px;
  }
}
#tamnhin-sumenh .banner .square-1 {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
#tamnhin-sumenh .doubles {
  padding-bottom: 50px;
}
@media screen and (min-width: 769px) {
  #tamnhin-sumenh .doubles .icon {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.main-primary {
  margin-bottom: 100px;
}

.posts-slick-container {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 768px) {
  .posts-slick-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.posts-slick-container .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}
.posts-slick-container .slick-arrow {
  background-size: cover !important;
  width: 40px;
  height: 40px;
  display: block;
}
.posts-slick-container .slick-arrow:before {
  display: none;
}
.posts-slick-container .slick-arrow.slick-prev {
  left: -40px;
  background-image: url("/wp-content/themes/pmh/images/arrow-left.png");
}
.posts-slick-container .slick-arrow.slick-prev:hover {
  background-image: url("/wp-content/themes/pmh/images/arrow-left-hover.png");
}
.posts-slick-container .slick-arrow.slick-next {
  right: -40px;
  background-image: url("/wp-content/themes/pmh/images/arrow-right.png");
}
.posts-slick-container .slick-arrow.slick-next:hover {
  background-image: url("/wp-content/themes/pmh/images/arrow-right-hover.png");
}

#partner {
  margin-top: -20px;
}

#scr .slider-for > .slick-list {
  overflow: unset;
}
#scr .slider-nav {
  margin-bottom: 50px;
  overflow: unset;
}
#scr .slider-nav .slide-title {
  font-size: 1em;
  background-color: #ececec;
  margin-right: 10px;
  padding: 10px 25px;
  border: 1px solid #a8a8a8;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  min-height: 100%;
  display: inline-flex;
  align-items: center;
  height: auto;
}
#scr .slider-nav .slide-title.swiper-slide-thumb-active {
  background-color: #feeec3;
  color: #a50d20;
  border-color: #fbb612;
  position: relative;
}
#scr .slider-nav .slide-title.swiper-slide-thumb-active:before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 10px;
  border-top: 10px solid #fbb612;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
#scr .slider-nav .slide-title:not(.swiper-slide-thumb-active) {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  #scr .slider-nav {
    margin-bottom: 25px;
  }
  #scr .slider-nav .slide-title {
    padding: 10px;
  }
}
#scr .slider-for .item {
  pointer-events: none;
}
#scr .slider-for .item.swiper-slide-active {
  pointer-events: unset;
}

#thanh-tuu #contents .content {
  display: none;
}
#thanh-tuu #contents .content.active {
  display: block;
}
#thanh-tuu #years {
  margin-bottom: 60px;
  position: relative;
}
#thanh-tuu #years .swiper {
  transform: translateX(-125px);
  overflow: unset !important;
}
#thanh-tuu #years:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  left: 0;
  content: "";
  background-color: rgb(232, 164, 12);
}
#thanh-tuu #years .swiper-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  align-items: center;
  min-height: 350px;
}
@media screen and (max-width: 768px) {
  #thanh-tuu #years .swiper-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 200px;
  }
}
#thanh-tuu #years .swiper-slide {
  text-align: center;
  position: relative;
}
#thanh-tuu #years .swiper-slide .thumb-square {
  margin: auto;
  border: 6px solid #f7d486;
  background-color: rgb(232, 164, 12);
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
#thanh-tuu #years .swiper-slide .thumb-square .image {
  display: block;
  height: 100%;
  transform: scale(1.4) rotate(-45deg);
  background-size: cover;
  background-position: center;
}
#thanh-tuu #years .swiper-slide .year {
  left: 50%;
  transform: translateX(-50%);
  bottom: -35px;
  position: absolute;
  margin-bottom: 0;
}
#thanh-tuu #years .swiper-slide:not(.swiper-slide-active) .image {
  background: transparent;
  background-image: unset !important;
}
#thanh-tuu #years .swiper-slide.swiper-slide-active {
  width: 400px !important;
}
#thanh-tuu #years .swiper-slide.swiper-slide-active .thumb-square {
  border-color: rgb(232, 164, 12);
  width: 250px;
  height: 250px;
}
#thanh-tuu #years .swiper-slide.swiper-slide-active .year {
  bottom: -100px;
  font-size: 30px;
  color: #a50d20;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #thanh-tuu #years .swiper-slide.swiper-slide-active {
    width: 300px !important;
  }
  #thanh-tuu #years .swiper-slide.swiper-slide-active .thumb-square {
    border-color: rgb(232, 164, 12);
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 1440px) {
  #thanh-tuu #years .swiper {
    transform: translateX(-150px);
    overflow: unset !important;
  }
}
@media screen and (max-width: 768px) {
  #thanh-tuu #years .swiper {
    transform: translateX(-100px);
    overflow: unset !important;
  }
}

.post-summaries > div:not(:last-child) {
  margin-bottom: 25px;
}

.summary-first {
  min-height: 480px;
  height: 100%;
  font-size: 20px;
  overflow: hidden;
}
.summary-first .post-thumbnail {
  height: 100%;
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: flex-end;
  transition: all 0.3s ease-in-out;
}
.summary-first .post-body {
  color: #474747;
  padding: 20px 15px 5px;
  background: transparent;
  width: 100%;
}
.summary-first .post-title {
  transition: 0.3s ease-in-out;
}
.summary-first:hover .post-title {
  transform: translateY(-10px);
}

.summary-horizontal .post-wrapper {
  display: flex;
}
.summary-horizontal .post-wrapper .post-thumbnail {
  flex: 0 0 220px;
  min-width: 0;
}
.summary-horizontal .post-wrapper .post-body {
  padding: 0 15px;
  min-width: 0;
}
.summary-horizontal .post-wrapper .post-body .post-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1200px) {
  .summary-horizontal .post-wrapper {
    display: block;
  }
  .summary-horizontal .post-wrapper .post-body {
    padding: 15px 0;
  }
}

.post-summary .post-title {
  font-size: 1em;
}
.post-summary .post-excerpt {
  font-size: 1em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-summary .post-thumbnail {
  background-position: center;
}
.post-summary .detail {
  font-size: 0.85em;
  font-weight: bold;
}
.post-summary.summary-title .post-title, .post-summary.summary .post-title, .post-summary.single-summary .post-title, .post-summary.post-event .post-title {
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-summary.summary-title .post-thumbnail, .post-summary.summary .post-thumbnail, .post-summary.single-summary .post-thumbnail, .post-summary.post-event .post-thumbnail {
  background-size: cover;
  height: 300px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1440px) {
  .post-summary.summary-title .post-thumbnail, .post-summary.summary .post-thumbnail, .post-summary.single-summary .post-thumbnail, .post-summary.post-event .post-thumbnail {
    height: 230px;
  }
}

.post-summary:hover .post-thumbnail, .post-event:hover .post-thumbnail {
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

@media screen and (max-width: 768px) {
  .col-md-4 > .post-summary .post-thumbnail {
    height: 230px;
  }
}

.summary-horizontal .post-thumbnail {
  background-size: cover;
  background-position: center;
  min-height: 145px;
  height: 100%;
}

.section-aboutus .items .item:hover h5 {
  color: #a50d20;
}

.post-video.post-summary .post-thumbnail {
  background-size: auto 120%;
  background-position: center;
  height: 320px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1440px) {
  .post-video.post-summary .post-thumbnail {
    height: 220px;
  }
}
@media screen and (max-width: 768px) {
  .post-video.post-summary .post-thumbnail {
    background-size: 100% auto;
    height: 185px;
  }
}

.video-first .post-video.post-summary .post-thumbnail {
  height: 740px;
  background-size: 100% auto;
}
@media screen and (max-width: 1440px) {
  .video-first .post-video.post-summary .post-thumbnail {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .video-first .post-video.post-summary .post-thumbnail {
    height: 250px;
  }
}
.video-first .post-video.post-summary .post-body {
  padding: 15px 30px;
}
.video-first .post-video.post-summary .post-body .post-title {
  color: #a50d20;
  font-size: 1.5em;
}

.two-videos .post-video .post-thumbnail {
  height: 450px;
}
@media screen and (max-width: 1440px) {
  .two-videos .post-video .post-thumbnail {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .two-videos .post-video .post-thumbnail {
    height: 240px;
  }
}

@media screen and (min-width: 980px) and (max-width: 1440px) {
  .summary-horizontal .post-wrapper .post-thumbnail {
    flex: 0 0 180px;
    height: 100%;
    min-width: 0;
  }

  .summary-first {
    min-height: auto;
    height: 100%;
  }
}
.post-video .post-wrapper {
  position: relative;
  display: block;
}
.post-video .post-thumbnail {
  position: relative;
}
.post-video .post-thumbnail:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
  background-image: url("/html/samples/play-video.png");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .post-video .post-thumbnail:before {
    width: 40px;
    height: 40px;
  }
}
.post-video .post-thumbnail:hover:before {
  transform: translate(-50%, -50%) scale(1.2);
}
.post-video .post-body {
  padding: 100px 30px 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6392156863), transparent);
}
.post-video .post-body .post-title {
  color: #fff;
  text-align: center;
  font-size: 1.25em;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .post-video .post-body {
    padding: 50px 15px 15px;
  }
  .post-video .post-body .post-title {
    font-size: 1em;
  }
}

.logo-icon {
  max-width: 120px;
  display: block;
}

.post-event-first .post-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: block;
  padding: 60px;
}
@media screen and (max-width: 768px) {
  .post-event-first .post-container {
    padding: 15px;
  }
}
.post-event-first .post-container:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: #000;
  opacity: 0.5;
  content: "";
}
.post-event-first .post-container .post-wrapper {
  position: relative;
  z-index: 2;
}
.post-event-first .post-container .post-wrapper .post-thumbnail {
  border: 5px solid #ffc32d;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 370px;
  background-position: center;
}
@media screen and (max-width: 1440px) {
  .post-event-first .post-container .post-wrapper .post-thumbnail {
    min-height: 275px;
  }
}
@media screen and (max-width: 768px) {
  .post-event-first .post-container .post-wrapper .post-thumbnail {
    margin-bottom: 15px;
    min-height: 200px;
  }
}
.post-event-first .post-container .post-wrapper .post-body {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
.post-event-first .post-container .post-wrapper .post-title {
  text-align: left;
  margin: unset;
  margin-bottom: 15px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .post-event-first .post-container .post-wrapper .post-title {
    font-size: 18px;
  }
}

.post-event .event-progress {
  position: relative;
  top: 20px;
  margin-top: -5px;
}

.videos .post-body, .video-first .post-body {
  position: relative;
  padding: 30px;
  background: unset;
}
@media screen and (max-width: 768px) {
  .videos .post-body, .video-first .post-body {
    padding: 15px;
  }
}

.video-first {
  margin-bottom: 30px;
}
.video-first .post-title {
  color: #a50d20;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .video-first .post-title {
    font-size: 20px;
  }
}

.swiper-button-next, .swiper-button-prev {
  z-index: 1;
}

.videos .post-body {
  padding: 15px;
}
.videos .post-body .post-title {
  color: initial;
  font-size: 1em;
}

#images-recruit .swiper-slide a {
  display: block;
  overflow: hidden;
}
#images-recruit .swiper-slide a img {
  transition: all 0.3s ease-in-out;
}
#images-recruit .swiper-slide a:hover img {
  transform: scale(1.2);
}

.list-squares {
  max-width: 1300px;
  margin: 40px auto 140px;
  display: flex;
  --s: 255px;
  /* size  */
  --m: 12px;
  /* space */
  --r: calc(var(--s) + 4 * var(--m) - 2px);
}
.list-squares .squares {
  list-style-type: none;
  justify-content: center;
  font-size: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.list-squares .squares::before {
  width: calc(var(--s) / 2 + var(--m));
  float: left;
  height: 140%;
  shape-outside: repeating-linear-gradient(rgba(0, 0, 0, 0) 0 calc(var(--r) - 3px), #000 0 var(--r));
}
.list-squares .squares li {
  display: inline-flex;
  font-size: initial;
  flex-direction: column;
  align-items: center;
  background-color: #fbb612;
  justify-content: flex-start;
  margin: 0 5px 10px;
  padding: 15px 10px 10px 10px;
  flex: 0 0 calc((100% - 20px) / 2);
}
.list-squares .squares li .index {
  padding: 7px;
  border-bottom: 1px solid #a50d20;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 15px;
}
.list-squares .squares li p {
  max-width: 160px;
  position: relative;
  z-index: 2;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
}
.list-squares .squares li p:not(.index) {
  color: #333333;
}
@media screen and (min-width: 769px) {
  .list-squares .squares {
    display: unset;
  }
  .list-squares .squares::before {
    content: "";
  }
  .list-squares .squares li {
    padding-top: 30px;
    width: var(--s);
    margin: var(--m);
    height: var(--s);
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    margin-bottom: calc(var(--m) - var(--s) * 0.5);
  }
}
@media screen and (max-width: 1440px) {
  .list-squares {
    max-width: 980px;
    --s: 200px;
    /* size  */
    --m: 5px;
    /* space */
  }
  .list-squares .squares li {
    padding: 15px 40px;
  }
  .list-squares .squares li .index {
    font-size: 25px;
    padding: 10px;
  }
  .list-squares .squares li p {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 768px) {
  .list-squares {
    margin-bottom: -10px;
  }
  .list-squares .squares li {
    padding: 15px;
  }
  .list-squares .squares li p {
    font-size: 1em;
  }
}

.swiper-pagination-bullets {
  padding-top: 65px;
  padding-bottom: 35px;
  font-size: 1em;
}

#recruit-detail .detail-general {
  border: 1px solid #fbb612;
  background: linear-gradient(45deg, #fee8af, #fff);
  padding: 40px 40px 20px 40px;
}
#recruit-detail .detail-general .title {
  font-size: 24px;
  margin-bottom: 40px;
}
#recruit-detail .detail-general .item {
  display: flex;
  padding-top: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  align-items: center;
}
#recruit-detail .detail-general .item:before {
  content: "";
  background-color: rgba(251, 182, 18, 0.3411764706);
  height: 1px;
  left: -5px;
  right: 30px;
  bottom: 0;
  position: absolute;
}
#recruit-detail .detail-general .item:last-child:before, #recruit-detail .detail-general .item:nth-last-child(2):before {
  background-color: transparent;
}
#recruit-detail .detail-general .item .info p {
  margin-bottom: 0;
}
#recruit-detail .detail-general .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  flex: 0 0 40px;
}
#recruit-detail .detail-general .item .icon img {
  width: auto;
  height: 100%;
  max-height: 100%;
}
@media screen and (max-width: 768px) {
  #recruit-detail .detail-general .title {
    font-size: 20px;
    margin-bottom: 5px;
  }
  #recruit-detail .detail-general .item {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
#recruit-detail .description {
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  #recruit-detail .description {
    padding-left: 0;
  }
  #recruit-detail .detail-general {
    padding: 15px;
  }
}

.offices {
  max-height: 520px;
  overflow-y: auto;
}
.offices .branch-type.deactive {
  display: none;
}
.offices .office-item.deactive {
  display: none;
}
.offices .office-item p {
  margin-bottom: 0;
}

.form-contact-container {
  padding: 50px;
}
@media screen and (min-width: 1921px) {
  .form-contact-container {
    padding: 150px 20px;
  }
}
@media screen and (max-width: 768px) {
  .form-contact-container {
    padding: 50px 20px;
  }
}

.choose-city {
  border-color: #e6e6e6;
}

.contact-bg {
  background-position: right center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.advises .swiper-wrapper {
  max-height: 1300px;
}

.header-language {
  display: none;
}

body.opened .header-language {
  display: none !important;
}

.header-language a, .language a {
  display: none;
}

body.en .header-language a[title=vi], body.en .language a[title=vi] {
  display: block;
}

body.vi .header-language a[title=en], body.vi .language a[title=en] {
  display: block;
}

.advise {
  border: 1px solid #e6e6e6;
  padding: 30px 40px;
  text-align: center;
  background-color: #fff;
}
.advise .socials {
  margin: 25px auto;
  display: flex;
  grid-gap: 7px;
  justify-content: center;
}
.advise .thumbnail {
  margin: auto;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 2px solid rgb(232, 164, 12);
}
.advise .phone, .advise .email {
  margin-bottom: 0;
  display: block;
}
.advise .detail {
  margin-top: 15px;
  padding: 7px 20px;
  color: #666666;
  border: 1px solid #e6e6e6;
  background-color: transparent;
}
.advise .detail:hover {
  border-color: #ffc32d;
}
@media screen and (max-width: 768px) {
  .advise {
    padding: 10px;
  }
  .advise .thumbnail {
    width: 100px;
    height: 100px;
  }
  .advise .detail {
    padding: 5px 10px;
    font-size: 0.85em;
  }
  .advise .detail .long-arrow {
    width: 15px;
    height: 15px;
  }
  .advise .socials {
    margin: 15px auto;
  }
}

.advise-popup .advise {
  padding: 30px 40px 0;
}

.page-child-logo {
  padding-top: 15px;
  padding-bottom: 15px;
}

.page-category .item.active .title {
  color: #a50d20;
}

.news-page .container-section:first-child {
  padding-top: 20px;
}

.top-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  position: relative;
}
.top-banner > .container-fluid {
  padding-bottom: 15px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.section-partner .section-content .btn {
  position: relative;
  z-index: 2;
}

body.single-post .main-content, body.single-event .main-content, body.single-project .main-content, body.single-video .main-content {
  position: relative;
}
body.single-post .page-child-logo, body.single-event .page-child-logo, body.single-project .page-child-logo, body.single-video .page-child-logo {
  position: absolute;
  z-index: 1;
}
body.single-post #post-single, body.single-event #post-single, body.single-project #post-single, body.single-video #post-single {
  padding-bottom: 50px;
}
body.single-post .post .post-body, body.single-event .post .post-body, body.single-project .post .post-body, body.single-video .post .post-body {
  padding-top: 40px;
}
body.single-post .post .post-title, body.single-event .post .post-title, body.single-project .post .post-title, body.single-video .post .post-title {
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  body.single-post .post .post-title, body.single-event .post .post-title, body.single-project .post .post-title, body.single-video .post .post-title {
    font-size: 1.25em;
  }
}

.feature-project-slide .swiper-slide a .hover-img {
  overflow: hidden;
}
.feature-project-slide .swiper-slide a .hover-img img {
  transform: scale(1.5);
  position: relative;
  z-index: 1;
  max-width: unset;
  width: 100%;
}
.feature-project-slide .swiper-slide a .hover-img .link-url {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: flex;
  gap: 15px;
  align-items: center;
}
.feature-project-slide .swiper-slide a .hover-img .link-url strong {
  color: #a50d20;
  text-transform: uppercase;
}
.feature-project-slide .swiper-slide a .hover-img .link-url svg {
  width: 50px;
}

.page-category {
  border-radius: 5px;
}

.footer-branch-content i {
  display: inline-block;
  width: 25px;
  text-align: center;
}

body.single-event .post-header {
  background-color: #feeec3;
  padding-top: 35px;
  padding-bottom: 35px;
}
body.single-event .post-header .header-title {
  padding-top: 35px;
  padding-bottom: 35px;
  border-right: 1px solid rgb(232, 164, 12);
}
body.single-event .post-header .header-title .post-title {
  margin-bottom: 40px;
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  body.single-event .post-header .header-title .post-title {
    font-size: 25px;
  }
}
body.single-event .post-header .header-title .time, body.single-event .post-header .header-title .location {
  color: #666666;
  display: flex;
  align-items: center;
}
body.single-event .post-header .header-title .time .icon, body.single-event .post-header .header-title .location .icon {
  text-align: center;
  font-size: 24px;
  position: relative;
  flex: 0 0 20px;
  width: 20px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.single-event .form-register {
  padding: 70px 40px 20px 40px;
}
@media screen and (max-width: 768px) {
  body.single-event .form-register {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}

#page-contact {
  position: relative;
  z-index: 2;
}

.bg.right {
  max-height: 43vw;
}

.section-news .swiper-slide .item .thumb {
  position: relative;
  height: 160px;
  background-position: center;
  background-size: cover;
}

.event-partners {
  border: 1px solid #e6e6e6;
  padding: 35px 30px 100px;
  background-color: #fff;
}
.event-partners .title {
  font-size: 30px;
  color: #a50d20;
}
.event-partners .rank-partners.rank-gold {
  --color: #e9b330;
}
.event-partners .rank-partners.rank-platinum {
  --color: #1386c2;
}
.event-partners .rank-partners.rank-silver {
  --color: #e6e6e6;
}
.event-partners .rank-partners .crown {
  position: relative;
  text-align: center;
}
.event-partners .rank-partners .crown:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
}
.event-partners .rank-partners .crown .icon {
  position: relative;
  z-index: 1;
  margin: auto;
  background-color: #fff;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  border: 1px solid var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: var(--color);
}
.event-partners .rank-partners .partners {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .event-partners {
    padding: 30px 15px;
  }
  .event-partners .title {
    font-size: 20px;
  }
  .event-partners .rank-partners .crown .icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}

.form-sponsor {
  border: 1px solid #ffc32d;
  background-color: #feeec3;
  padding: 20px 50px;
}
.form-sponsor input, .form-sponsor textarea, .form-sponsor select {
  border-color: #fff;
}
.form-sponsor .title {
  color: #a50d20;
  text-align: center;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .form-sponsor {
    padding: 30px 15px;
  }
  .form-sponsor .title {
    font-size: 20px;
  }
}

.event-partners ~ .form-sponsor-container {
  margin-top: -80px;
}
@media screen and (max-width: 768px) {
  .event-partners ~ .form-sponsor-container {
    margin-top: 30px;
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.icon-scroll svg {
  margin-left: 5px;
  width: 25px;
  height: 50px;
}

.wpcf7-form .wpcf7-spinner {
  position: absolute;
}
.wpcf7-form input[type=submit] {
  position: relative;
  width: auto;
}
.wpcf7-form textarea {
  max-height: 150px;
}

#clock {
  display: inline-grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  justify-content: center;
}
#clock > div {
  color: #a50d20;
  border: 1px solid #ffc32d;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
}
#clock > div strong {
  display: block;
  font-size: 30px;
  line-height: 1;
}
#clock > div span {
  display: block;
}
@media screen and (max-width: 768px) {
  #clock > div {
    width: 80px;
    height: 80px;
  }
  #clock > div strong {
    font-size: 20px;
  }
  #clock > div span {
    font-size: 15px;
  }
}

.post-event-first #clock > div {
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .post-event-first #clock > div {
    width: 60px;
    height: 60px;
  }
  .post-event-first #clock > div strong {
    font-size: 1em;
  }
  .post-event-first #clock > div span {
    font-size: 0.75em;
  }
}

.project-high-light {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}
.project-high-light .banner {
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 70%;
}
.project-high-light .post {
  background-color: #f5f1ee;
  padding: 40px 60px;
  margin-left: -55px;
  position: relative;
}
.project-high-light .post .square-container {
  position: absolute;
  left: -50px;
  top: 20px;
  z-index: 1;
}
.project-high-light .post .square-container .square-2 {
  transform: rotate(45deg);
}
.project-high-light .post .logo {
  text-align: center;
}
.project-high-light .post .logo img {
  width: 100%;
  max-width: 280px;
}
.project-high-light .post .post-excerpt {
  margin: 40px 0;
}
@media screen and (max-width: 1440px) {
  .project-high-light {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 980px) {
  .project-high-light {
    padding-top: 0;
    padding-bottom: 0;
  }
  .project-high-light .banner {
    width: 100%;
    position: relative;
    min-height: 480px;
  }
  .project-high-light .post {
    margin: 0;
    padding: 50px 15px 20px;
  }
  .project-high-light .post .square-container {
    left: calc(50% - 25px);
    top: -25px;
  }
  .project-high-light .post .square-container .square-2 {
    width: 50px;
    height: 50px;
    transform: rotate(135deg);
  }
  .project-high-light .post .post-excerpt {
    margin: 15px 0;
  }
}
@media screen and (max-width: 575px) {
  .project-high-light .banner {
    min-height: 300px;
  }
}

.social-logos a:hover.facebook path {
  fill: #4267B2 !important;
}
.social-logos a:hover.youtube path {
  fill: #FF0000 !important;
}
.social-logos a:hover.zalo path {
  fill: #0068FF !important;
}

body.opened .social-logos a:hover path {
  fill: #fff !important;
}

.wpcf7 form .wpcf7-response-output {
  background-color: rgba(255, 255, 255, 0.4784313725);
  margin: 1em 0 0;
}

.project-slide .thumb {
  overflow: hidden;
}
.project-slide .thumb img {
  transition: all 0.3s ease-in-out;
}
.project-slide .item:hover img {
  transform: scale(1.15);
}

.swiper-controls-center .swiper-button-prev,
.swiper-controls-center .swiper-button-next {
  position: absolute;
  top: calc(50% - 30px);
}

.projects-progressing .swiper, #project-single .utilities .swiper {
  position: relative;
  overflow: unset;
}
.projects-progressing .swiper .swiper-slide, #project-single .utilities .swiper .swiper-slide {
  width: 650px;
  opacity: 0.3;
}
.projects-progressing .swiper .swiper-slide.swiper-slide-prev, .projects-progressing .swiper .swiper-slide.swiper-slide-next, .projects-progressing .swiper .swiper-slide.swiper-slide-active, #project-single .utilities .swiper .swiper-slide.swiper-slide-prev, #project-single .utilities .swiper .swiper-slide.swiper-slide-next, #project-single .utilities .swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.projects-progressing .swiper .swiper-button-prev,
.projects-progressing .swiper .swiper-button-next, #project-single .utilities .swiper .swiper-button-prev,
#project-single .utilities .swiper .swiper-button-next {
  position: absolute;
  top: calc(50% - 30px);
}
@media screen and (max-width: 768px) {
  .projects-progressing .swiper .swiper-slide, #project-single .utilities .swiper .swiper-slide {
    width: 300px;
  }
}

.menu-item.current-menu-item a {
  color: #a50d20;
}

.project-progressing, .project-done {
  width: 100%;
}
.project-progressing .project-header, .project-done .project-header {
  position: relative;
}
.project-progressing .project-logo, .project-done .project-logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(251, 182, 18, 0.568627451);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  transform: scale(0);
}
.project-progressing .project-logo img, .project-done .project-logo img {
  max-width: 50%;
  width: 200px;
}
.project-progressing .project-thumbnail, .project-done .project-thumbnail {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .project-progressing .project-thumbnail, .project-done .project-thumbnail {
    height: 200px;
  }
}
.project-progressing .project-title, .project-done .project-title {
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .project-progressing .project-title, .project-done .project-title {
    font-size: 1em;
  }
}
.project-progressing:hover .project-title, .project-done:hover .project-title {
  color: rgb(232, 164, 12);
}
.project-progressing:hover .project-logo, .project-done:hover .project-logo {
  transform: scale(1);
}

@media screen and (max-width: 768px) {
  h2.secondary {
    font-size: 20px;
  }
}
.projects-done .swiper, .projects .swiper {
  padding-right: 30px;
}
.projects-done .swiper .swiper-wrapper, .projects .swiper .swiper-wrapper {
  max-height: 1000px;
}
@media screen and (max-width: 768px) {
  .projects-done .swiper, .projects .swiper {
    padding-right: 0;
  }
  .projects-done .swiper .swiper-wrapper, .projects .swiper .swiper-wrapper {
    max-height: 800px;
  }
  .projects-done .swiper .swiper-wrapper .project-done, .projects .swiper .swiper-wrapper .project-done {
    padding-bottom: 15px;
  }
  .projects-done .swiper .swiper-wrapper .square-container, .projects .swiper .swiper-wrapper .square-container {
    display: none;
  }
}

.project-done {
  position: relative;
}
.project-done .square-container {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: rotate(315deg) translate(0px, 17px);
}
.project-done .square-3 {
  width: 80px;
  height: 80px;
}
.project-done .project-thumbnail {
  height: 300px;
}
.project-done .project-title {
  font-size: 20px;
  text-align: left;
}

#all-projects form {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 30px;
}
#all-projects form .checkbox-group {
  display: flex;
  gap: 15px;
  align-items: center;
}
#all-projects form select {
  flex: auto;
  width: 400px;
  max-width: 100%;
  border-color: #e6e6e6;
}
#all-projects form label {
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 575px) {
  #all-projects form {
    display: grid;
  }
  #all-projects form select {
    width: 100%;
  }
}

#project-single .project .top-banner {
  position: relative;
  z-index: 0;
}
#project-single .project .project-logo-container {
  position: absolute;
  bottom: 0px;
  height: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  z-index: 2;
}
#project-single .project .project-logo-container .project-logo {
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #project-single .project .project-logo-container .project-logo {
    width: 175px;
    height: 175px;
  }
}
@media screen and (max-width: 980px) {
  #project-single .project .project-logo-container .project-logo {
    width: 120px;
    height: 120px;
  }
}
#project-single .project .project-logo-container .project-logo:before {
  width: 120%;
  height: 120%;
  content: "";
  position: absolute;
  left: -10%;
  top: -10%;
  background-color: #fff;
  z-index: -1;
  transform: rotate(45deg);
  border: 1px solid #ffc32d;
  display: block;
}
#project-single .project .link-container {
  padding-top: 210px;
  padding-bottom: 80px;
  margin: auto;
}
#project-single .project .link-container .link-title {
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
#project-single .project .link-container .link-title:hover {
  transform: scale(1.15);
  padding-bottom: 5px;
  padding-top: 5px;
}
@media screen and (max-width: 1440px) {
  #project-single .project .link-container .link-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #project-single .project .link-container .link-title {
    font-size: 1em;
  }
}
#project-single .project .link-container .link {
  color: #666666;
}
@media screen and (max-width: 1440px) {
  #project-single .project .link-container {
    padding-top: 150px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  #project-single .project .link-container {
    padding-top: 130px;
    padding-bottom: 50px;
  }
}
#project-single .project .location-container .location-wrapper {
  background-color: #feeec3;
  padding: 50px 25px 50px 50px;
  border-top: 1px solid #ffc32d;
  border-left: 1px solid #ffc32d;
  border-bottom: 1px solid #ffc32d;
}
#project-single .project .location-container .location-image {
  padding-left: 0;
  border: 1px solid #e6e6e6;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 769px) {
  #project-single .project .location-container .location-content {
    overflow-y: auto;
    padding-right: 25px;
  }
}
@media screen and (max-width: 768px) {
  #project-single .project .location-container {
    padding: 15px;
  }
  #project-single .project .location-container .location-wrapper {
    border: 1px solid #ffc32d;
    padding: 20px;
  }
}

.section-utilities .utilities-slide .item,
.partner-slide .item {
  transition: all 0.3s ease-in-out;
  display: block;
}
.section-utilities .utilities-slide .item:hover,
.partner-slide .item:hover {
  transform: translateY(10px);
}

.section-events .item {
  display: block;
  overflow: hidden;
}
.section-events .item .thumb {
  transition: all 0.3s ease-in-out;
}
.section-events .item:hover .thumb {
  transform: scale(1.2);
}

.utilities .swiper {
  overflow: unset;
}
.utilities .swiper-slide {
  width: 45vw;
}
@media screen and (max-width: 768px) {
  .utilities .swiper-slide {
    width: calc(100vw - 20px);
  }
}

.utilities-slide {
  min-height: 320px;
}
.utilities-slide .swiper-slide-next ~ .swiper-slide {
  opacity: 0.5;
}

.btn-scroll.section-title {
  font-size: 1em !important;
}

.utility {
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
}
.utility .utility-bg {
  height: 450px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  transition: all 3s ease-in-out;
}
.utility .content {
  width: 100%;
  color: #fff;
  padding: 20px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.utility .content .name {
  font-size: 24px;
  margin-bottom: 0;
}
.utility .content .description {
  margin-bottom: 0;
}
.utility:hover .utility-bg {
  transform: scale(1.2);
}
@media screen and (max-width: 1440px) {
  .utility .utility-bg {
    height: 375px;
  }
}
@media screen and (max-width: 768px) {
  .utility .utility-bg {
    height: 300px;
  }
}
@media screen and (max-width: 575px) {
  .utility .utility-bg {
    height: 250px;
  }
}

.gallery-masonry .row > div:not(:last-child) {
  margin-bottom: -25px;
}
.gallery-masonry .row .row > div {
  margin-bottom: 20px;
}
.gallery-masonry .img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 200px;
  display: block;
}
.gallery-masonry .img-1, .gallery-masonry .img-2 {
  height: 320px;
}
@media screen and (max-width: 768px) {
  .gallery-masonry .img-1, .gallery-masonry .img-2 {
    height: 160px;
  }
}
.gallery-masonry .img-3, .gallery-masonry .img-4 {
  height: 215px;
}
@media screen and (max-width: 768px) {
  .gallery-masonry .img-3, .gallery-masonry .img-4 {
    height: 112.5px;
  }
}
.gallery-masonry .img-5 {
  height: 450px;
}
@media screen and (max-width: 768px) {
  .gallery-masonry .img-5 {
    height: 420px;
  }
}
.gallery-masonry .img-6 {
  height: 520px;
}
@media screen and (max-width: 768px) {
  .gallery-masonry .img-6 {
    height: 265px;
  }
}
.gallery-masonry .img-7, .gallery-masonry .img-8 {
  height: 250px;
}
@media screen and (max-width: 768px) {
  .gallery-masonry .img-7, .gallery-masonry .img-8 {
    height: 125px;
  }
}

.nav-footer-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  background: #f9f9f9;
  border-top: 1px solid #e6e6e6;
  transition: all 0.3s ease-in-out;
  transform: translateY(100%);
}
.nav-footer-mobile .items .item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 5px 5px;
  text-align: center;
  gap: 5px;
}
.nav-footer-mobile .items .item a .name {
  font-size: 0.75em;
  text-align: center;
}
.nav-footer-mobile .items .item a .icon {
  background-position: center;
  background-size: auto 100%;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}
.nav-footer-mobile.direction-up {
  transform: translateY(0);
}

body:not(.opened) .nav-footer-mobile.direction-up {
  transform: translateY(0);
}

.project-info {
  position: relative;
  background-color: #fff;
  border: 1px solid #ffc32d;
  padding: 0 40px;
  margin: 10px 50px;
}
.project-info .square-container {
  position: absolute;
  left: -51px;
  top: 0;
}
.project-info .square-container .square-1 {
  transform: rotate(-90deg);
}
.project-info .info-item {
  align-items: flex-start;
  display: flex;
  padding: 15px 40px;
  border-bottom: 1px solid #e6e6e6;
  min-height: 100%;
}
.project-info .info-item .info-icon {
  flex: 0 0 65px;
  display: flex;
  justify-content: flex-end;
  padding: 10px;
}
.project-info .info-item .info-content {
  flex: auto;
  padding: 10px;
}
.project-info .info-item .info-name {
  margin-bottom: 0;
}
.project-info .info-item .info-desc {
  margin-bottom: 0;
}
.project-info .row > div {
  min-height: 100%;
}
.project-info .row > div:nth-last-child(1) .info-item, .project-info .row > div:nth-last-child(2) .info-item {
  border-bottom-color: transparent;
}
@media screen and (min-width: 769px) {
  .project-info .row .info-item {
    border-bottom-color: transparent;
  }
}
@media screen and (max-width: 768px) {
  .project-info {
    margin: 10px 0 10px 0px;
    padding: 0 15px 0 15px;
  }
  .project-info .square-container {
    display: none;
  }
  .project-info .info-item {
    padding: 5px 0;
  }
}

.back-page a {
  color: inherit;
}
.back-page a svg {
  margin-right: 5px;
}

.form-filter-recruit .form-container form {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: center;
  gap: 20px;
}
.form-filter-recruit .form-container form .job-type {
  display: flex;
  font-size: 15px;
  gap: 10px;
  align-items: center;
  grid-column: 5/span 2;
}
@media screen and (max-width: 768px) {
  .form-filter-recruit .form-container form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    flex-wrap: wrap;
  }
  .form-filter-recruit .form-container form .job-type {
    grid-column: span 2/span 2;
  }
}
.form-filter-recruit .recruits {
  margin-top: 30px;
}
.form-filter-recruit .recruits .custom-btn {
  border-color: #cecece;
  padding: 5px 30px;
  font-weight: bold;
}
.form-filter-recruit .recruits table {
  min-width: 700px;
}
.form-filter-recruit .recruits table th, .form-filter-recruit .recruits table td {
  border: unset;
}
.form-filter-recruit .recruits table thead tr th {
  background-color: #ffc32d;
  color: #666666;
}
.form-filter-recruit .recruits table thead tr th:last-child {
  width: 155px;
}
.form-filter-recruit .recruits table tbody tr td {
  background-color: rgba(230, 230, 230, 0.3607843137);
  vertical-align: middle;
  box-shadow: unset;
}
.form-filter-recruit .recruits table tbody tr td:nth-child(4) {
  white-space: nowrap;
}
.form-filter-recruit .recruits table tbody tr td:last-child {
  text-align: end;
}
.form-filter-recruit .recruits table tbody tr:nth-child(even) td {
  background-color: #e6e6e6;
}

.advises {
  transition: all 0.3s ease-in-out;
}

.custom-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 451;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.custom-popup .custom-popup-body {
  position: relative;
  margin: 70px auto 0;
  width: 1024px;
  max-width: 100%;
}
.custom-popup .close {
  border: unset;
  background-color: unset;
  color: #fff;
  padding: 0;
}
.custom-popup.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.btn.btn-secondary {
  background-color: #a50d20;
  border-color: #a50d20;
}
.btn.btn-secondary:hover {
  background-color: #fff;
  color: #a50d20;
}

.search-form {
  display: flex;
  gap: 5px;
}
.search-form button {
  flex: 0 0 auto;
}
.search-form input {
  min-height: 37px;
}

.section-nav-footer {
  display: none;
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .section-nav-footer {
    margin-bottom: 0;
    display: block;
  }
}
.section-nav-footer .page-category {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .page-search .page-title {
    font-size: 1.5em;
  }
}
.page-search .post-item {
  margin-bottom: 30px;
}
.page-search .post-item .post-title {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1em;
  color: #a50d20;
}

.advise-popup {
  align-items: center;
  padding: 50px 0 !important;
}
.advise-popup .custom-popup-body {
  width: 705px;
}
@media screen and (max-width: 1440px) {
  .advise-popup .custom-popup-body {
    width: 600px;
  }
}
.advise-popup .advise-header {
  padding: 15px 30px;
  background-color: #ffc32d;
  color: #fff;
  text-transform: uppercase;
  font-size: 25px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .advise-popup .advise-header {
    font-size: 1.25em;
    padding: 10px 15px;
  }
}
.advise-popup .advise-container {
  padding-left: 60px;
  padding-right: 60px;
}
.advise-popup .custom-popup-body {
  max-width: 705px;
}
.advise-popup .advise .thumbnail {
  width: 300px;
  height: 300px;
}
.advise-popup .advise .advise-body {
  padding-top: 30px;
  padding-bottom: 30px;
}
.advise-popup .advise .phone, .advise-popup .advise .email {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.advise-popup .advise .email {
  border-top: unset;
}
@media screen and (max-width: 768px) {
  .advise-popup .advise .socials img {
    width: 30px;
    height: 30px;
  }
  .advise-popup .advise .thumbnail {
    width: 150px;
    height: 150px;
  }
  .advise-popup .advise .advise-body {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .advise-popup .advise .phone, .advise-popup .advise .email {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.advise-popup .slide-controls .swiper-button-next,
.advise-popup .slide-controls .swiper-button-prev {
  top: 45%;
}
.advise-popup .slide-controls .swiper-button-next {
  right: 10px !important;
}
.advise-popup .slide-controls .swiper-button-prev {
  left: 10px !important;
}
.section-aboutus .items .item {
  cursor: pointer;
}
.section-aboutus .items .item .media-image {
  transition: all 0.3s ease-in-out;
}
.section-aboutus .items .item:hover .media-image {
  transform: translateX(15px);
}

.section-title-sm {
  font-size: 1.35em;
}

.beauty {
  position: relative;
  padding-bottom: 40px;
}
.beauty:after, .beauty:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
}
.beauty:after {
  pointer-events: none;
  border: 2px solid #ffc32d;
  border-radius: 50px 0 50px 50px;
  transform: translate(10px, -10px);
  z-index: 1;
}
.beauty:before {
  border-radius: 50px 0 50px 50px;
  overflow: hidden;
  z-index: -1;
  background-color: #fff;
}
.beauty .item .media-body {
  padding: 40px 60px 0 65px !important;
}
.beauty .item .media-image {
  border-radius: 50px 0 0 0 !important;
}
@media screen and (max-width: 768px) {
  .beauty ~ .slide-controls .swiper-button-prev {
    left: 15px !important;
  }
  .beauty ~ .slide-controls .swiper-button-next {
    right: 20px !important;
  }
}

.items-modal {
  position: fixed;
}
.items-modal .items {
  position: relative;
}
.items-modal .items .square-container {
  position: absolute;
  right: 30px;
  top: -50px;
  z-index: 2;
}
.items-modal .items .square-container .square-wrapper {
  position: relative;
}
.items-modal .items .square-container .square-wrapper .close {
  position: absolute;
  left: 50%;
  z-index: 1;
  font-size: 24px;
  color: #000;
  transform: translate(-50%, 10px);
}
.items-modal .items .square-container .square-wrapper .square-1 {
  transform: rotate(180deg);
}
.items-modal .items .item .media-image {
  height: 450px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.items-modal .items .item .media-body {
  padding: 40px 60px;
  max-height: 350px;
  overflow-y: auto;
}
@media screen and (max-width: 1440px) {
  .items-modal .items .item .media-body {
    padding: 20px 30px;
  }
}
.items-modal .swiper-default {
  position: relative;
}
.items-modal .swiper-default .swiper-button-prev, .items-modal .swiper-default .swiper-button-next {
  bottom: unset;
  top: 50%;
  transform: translateY(-50%);
}
.items-modal .swiper-default .swiper-button-prev {
  left: -50px;
}
.items-modal .swiper-default .swiper-button-next {
  right: -50px;
}
@media screen and (max-width: 1440px) {
  .items-modal .items .item .media-image {
    height: 320px;
  }
}
@media screen and (max-width: 980px) {
  .items-modal {
    padding: 50px 15px;
  }
}
@media screen and (max-width: 768px) {
  .items-modal .items .item .media-image {
    height: 200px;
  }
  .items-modal .items .item .media-body {
    padding: 15px 60px 0 60px;
  }
  .items-modal .items .square-container {
    top: -25px;
  }
  .items-modal .items .square-container .square-wrapper {
    position: relative;
  }
  .items-modal .items .square-container .square-wrapper .close {
    top: -5px;
    font-size: 1em;
  }
  .items-modal .items .square-container .square-wrapper .square-1 {
    width: 50px;
    height: 50px;
    transform: rotate(180deg);
  }
  .items-modal .swiper-button-prev {
    left: 10px;
  }
  .items-modal .swiper-button-next {
    right: 10px;
  }
}

button.search {
  margin-right: calc(10vw + 50px);
  background: unset;
  border: unset;
  font-size: 1.25em;
  display: block;
  margin-bottom: 20px;
  margin-top: -20px;
  padding: 0;
  color: #000;
}
button.search .fas {
  font-size: 1.25em;
}
@media screen and (max-width: 768px) {
  button.search {
    margin-right: 50px;
  }
}
@media screen and (max-width: 575px) {
  button.search {
    margin-right: 0;
    display: block;
    text-align: right;
    width: 100%;
    padding-right: 30px;
    margin-top: 20px;
  }
}

.header-search .search-form {
  border: 1px solid #000;
  background: #fff;
  padding: 15px;
  width: 1000px;
  max-width: 100%;
}

body:not(.home-page) .main-content {
  overflow-x: hidden;
}

body.search .main-content {
  overflow: unset;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.6);
}

.section-value .values .item .item-right {
  position: relative;
  min-height: 250px;
}
.section-value .values .item .item-right .square-container {
  position: absolute;
  top: 15px;
  left: -15px;
}
.section-value .values .item .item-right .square-container .square-2 {
  transform: rotate(45deg);
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .section-value .values .item {
    display: block;
  }
  .section-value .values .item .item-left {
    width: 100%;
  }
  .section-value .values .item .item-left .title {
    margin-bottom: 15px;
  }
  .section-value .values .item .item-right {
    min-height: auto;
    padding: 15px 15px 15px 30px;
    margin-top: 20px;
    margin-left: 20px;
  }
}

.divergences .section-title {
  width: 100%;
}
.divergences .section-content {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .divergences {
    display: block;
  }
  .divergences .section-content {
    display: block;
  }
  .divergences .nav a {
    margin: 10px 0;
  }
}

@media screen and (max-width: 768px) {
  .section-overview-number .items .item .number {
    font-size: 25px;
  }
}

.other-projects .swiper-paginate {
  transform: translateX(15px);
}

.nav-content .nav-list {
  justify-content: center;
  flex-direction: column;
  align-items: flex-end;
}
.nav-content .nav-list .menu-item {
  margin-bottom: 20px;
  padding-right: 10vw;
}
.nav-content .nav-list .menu-item a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.nav-content .nav-list .menu-item a:after {
  width: 55px;
  right: 10px;
  top: 0;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  font-size: 22px;
  color: rgba(102, 102, 102, 0.4);
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-content .nav-list .menu-item a:hover {
  color: #a50d20;
  transform: translateX(-10px);
}
.nav-content .nav-list .menu-item.current-menu-item > a {
  color: #a50d20;
  transform: translateX(-10px);
}
.nav-content .nav-list .menu-item.menu-item-has-children > a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
}
.nav-content .nav-list .menu-item .sub-menu {
  display: block;
  padding-right: 20px;
  border-right: 1px solid rgba(102, 102, 102, 0.4);
  margin-right: 25px;
}
.nav-content .nav-list .menu-item .sub-menu li {
  margin-bottom: 0;
  padding-right: 0;
}
.nav-content .nav-list .menu-item .sub-menu li a {
  font-size: 20px;
  height: 0;
  display: block;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  padding-right: 0;
}
.nav-content .nav-list .menu-item .sub-menu li a:hover {
  color: #a50d20;
}
.nav-content .nav-list .menu-item.active > .sub-menu > li > a {
  height: 35px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .nav-content .nav-list .menu-item.active > .sub-menu > li > a {
    height: 30px;
  }
}
.nav-content .nav-list .menu-item.active > .sub-menu > li:first-child a {
  margin-top: 15px;
}
@media screen and (max-width: 1440px) {
  .nav-content .nav-list .menu-item {
    padding-right: 9vw;
  }
}
@media screen and (max-width: 980px) {
  .nav-content .nav-list .menu-item {
    padding-right: 0;
  }
  .nav-content .menu-project {
    display: flex;
    width: 55%;
    flex: 0 0 55%;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .nav-content {
    background-color: #fff;
  }
  .nav-content .nav-list {
    height: 100vh;
    overflow-y: auto;
  }
  .nav-content .nav-list:before {
    width: 100%;
    opacity: 1;
  }
  .nav-content .nav-list .menu-item {
    margin-bottom: 10px;
  }
  .nav-content .nav-list .menu-item.menu-item-has-children:after {
    top: 0;
  }
  .nav-content .nav-list .menu-item a {
    font-size: 20px;
  }
  .nav-content .nav-list .menu-item .sub-menu li a {
    font-size: 1em;
  }
}
@media screen and (max-width: 575px) {
  .nav-content .nav-list {
    display: block;
    padding-top: 130px;
  }
  .nav-content .menu-project {
    width: 50%;
    flex: 0 0 50%;
  }
}

.sidebar-menu {
  max-width: 100vw;
}

.main-content {
  position: relative;
}
@media screen and (max-width: 980px) {
  .main-content {
    max-width: 100vw;
    overflow-x: hidden;
  }
}

.section-about .thumb-wrapper {
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .section-about .thumb-wrapper .col-left {
    padding: 15px 15px 60px;
  }
  .section-about .thumb-wrapper .col-left .swiper-slide {
    display: inline-flex;
  }
  .section-about .thumb-wrapper .col-left .swiper-slide .thumb {
    flex: 0 0 30%;
    width: 30%;
  }
  .section-about .thumb-wrapper .col-left .swiper-slide h3 {
    flex: auto;
    font-size: 1em;
    padding: 0 15px;
  }
  .section-about .swiper-default .swiper-button-next, .section-about .swiper-default .swiper-button-prev {
    bottom: 15px;
  }
}

.section-partner .container-fluid.h-100vh {
  padding-top: 50px;
}
.section-partner .section-heading {
  position: relative;
  z-index: 3;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .section-partner .container-fluid.h-100vh {
    padding-top: 0;
  }
  .section-partner .section-heading {
    margin-bottom: 0px;
  }
  .section-partner:before {
    background-image: unset;
  }
}

ul.menu {
  padding-left: 0;
}

.section-news .section-title {
  text-align: right;
}

.section-footer:before {
  pointer-events: none;
}
.section-footer .section-content-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
}
.section-footer .footer-nav {
  margin-bottom: 0;
}
.section-footer .bg {
  top: -40px;
  height: calc(100% + 80px);
}
@media screen and (max-width: 768px) {
  .section-footer {
    padding-bottom: 80px;
  }
}

.banner-slider .swiper-slide {
  min-height: 100vh;
  position: relative;
}
.banner-slider .swiper-slide .video_header {
  min-height: 100%;
}
.banner-slider .swiper-slide .bg-desktop, .banner-slider .swiper-slide .bg-mobile {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.banner-slider .swiper-slide .bg-mobile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .banner-slider .swiper-slide {
    min-height: unset;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .banner-slider .swiper-slide .video_header {
    display: flex;
  }
}

.other-projects .project-thumbnail {
  height: 235px;
}
.other-projects .project-title {
  margin-top: 25px;
}

.mobile-menu-logo {
  display: none;
}

.select-wrapper {
  position: relative;
  width: 100%;
}
.select-wrapper select {
  -webkit-appearance: none;
  appearance: none;
  padding-right: 35px;
}
.select-wrapper:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  background-image: url("../images/icons/mui ten xuong.svg");
  background-size: 35% auto;
  background-position: center;
  z-index: 1;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
}

.section-partner .section-content {
  margin-top: 10%;
}
.section-partner .swiper-default .swiper-button-prev {
  left: -45px;
}
.section-partner .swiper-default .swiper-button-next {
  right: -45px;
}

.page-category .items a {
  display: inline-block;
}

#section_video .logo img {
  max-width: 200px;
}
#section_video .swiper-pagination {
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  z-index: 10;
  padding: 0;
}
#section_video .swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 15px;
  margin: 5px !important;
  flex: 0 0 15px;
}
#section_video .swiper-pagination .swiper-pagination-bullet:before {
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 768px) {
  #section_video .swiper-pagination {
    bottom: 8px;
  }
}

.form-advise-container {
  margin: 0 60px;
  background: #fff;
  padding: 15px;
}

.section-news .new-top-thumb {
  height: 500px;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.section-news .new-top-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.section-footer {
  min-height: 840px;
}

@keyframes StrokeLine {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -200;
  }
}
.overview-map {
  position: relative;
}
.overview-map img {
  width: 100%;
  margin: unset;
}
.overview-map svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.overview-map svg path {
  fill: none;
  stroke: #a50d20;
  stroke-miterlimit: 20;
  stroke-width: 3;
  stroke-dasharray: 10;
  stroke-dashoffset: 0;
  animation: StrokeLine 3s infinite linear;
}

@keyframes DrawStroke2 {
  0% {
    stroke-dashoffset: 5000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.image-map {
  position: relative;
}
.image-map .map-img {
  width: 100%;
  height: auto;
}
.image-map .effect-svg, .image-map .map-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image-map .effect-svg {
  z-index: 1;
}
.image-map .effect-svg path {
  fill: none;
  stroke: #a50d20;
  stroke-miterlimit: 20;
  stroke-width: 3;
  stroke-dasharray: 10;
  stroke-dashoffset: 0;
  animation: StrokeLine 3s infinite linear;
}
.image-map .map-svg {
  z-index: 2;
}
.image-map .map-svg g path, .image-map .map-svg g rect {
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  stroke-dasharray: 5000;
  cursor: pointer;
}
.image-map .map-svg g:hover path, .image-map .map-svg g:hover rect {
  opacity: 1;
  transform: translateY(0);
  animation-name: DrawStroke2;
  animation-duration: 3.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: linear;
}

.partners-home .item .thumb img {
  width: 100%;
}

#advise-video {
  height: 845px;
}

.section-events .item .thumb {
  width: 100%;
  height: 420px;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}

#google-map {
  height: 750px;
}

.section-about .thumb-wrapper {
  height: 500px;
}

.single-project .container-section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.single-project .section-footer {
  margin-top: 60px;
}

.menu-contact {
  bottom: 15px;
  right: 1vw;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 20px;
  position: fixed;
}
.menu-contact a {
  display: inline-flex;
  align-items: center;
}
.menu-contact a .icon {
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #a50d20;
  padding: 7px;
}
.menu-contact a .icon:before {
  transform: rotate(45deg);
  background-color: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #a50d20;
  z-index: 0;
}
.menu-contact a .icon i, .menu-contact a .icon img {
  position: relative;
  z-index: 1;
}
.menu-contact a .name {
  background-color: #a50d20;
  padding: 5px 10px 5px 40px;
  margin-left: -25px;
  border: 1px solid #a50d20;
  font-weight: bold;
  color: #fff;
  font-size: 0.85em;
  transition: all 0.3s ease-in-out;
}
.menu-contact a:hover .name {
  color: #a50d20;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .menu-contact {
    gap: 30px;
    display: none;
  }
  .menu-contact a .name {
    display: none;
  }
}

@media screen and (max-width: 1440px) {
  .section-title {
    font-size: 26px;
  }

  .container-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-events .item .thumb {
    height: 310px;
  }

  #advise-video {
    height: 632px;
  }

  .section-footer {
    min-height: 725px;
  }

  .section-news .new-top-thumb {
    height: 350px;
  }

  .section-news .new-top-thumb {
    margin-bottom: 15px;
  }

  .section-news .swiper-slide .item {
    padding-right: 15px;
    align-items: center;
  }

  .section-news .swiper-slide .item .thumb {
    height: 125px;
  }

  .section-news .swiper-slide .item h3 {
    font-size: 1em;
    font-weight: 400;
    margin: 0;
    -webkit-line-clamp: 3;
    height: 5em;
  }

  .section-news .thumb-wrapper {
    padding-bottom: 40px;
  }

  .swiper-default.center .swiper-button-prev {
    left: calc(50% - 50px);
  }

  .nav-content .nav-list .menu-item {
    margin-bottom: 10px;
  }
  .nav-content .nav-list .menu-item.menu-item-has-children:after {
    top: 5px;
  }
  .nav-content .nav-list .menu-item a {
    font-size: 25px;
  }

  .custom-popup .custom-popup-body {
    max-width: 980px;
  }
}
.galleries-post .item {
  overflow: hidden;
  position: relative;
}
.galleries-post .item img {
  object-fit: cover;
  min-height: 100%;
}

.page-menu-children .row img {
  object-fit: cover;
  min-height: calc(100% - 30px);
}

#post-video {
  height: 607px;
  width: 100%;
}

@media screen and (max-width: 1366px) {
  #google-map {
    height: 650px;
  }

  #post-video {
    height: 525px;
  }

  #advise-video {
    height: 600px;
  }

  .section-events .item .thumb {
    height: 300px;
  }
}
@media screen and (min-width: 1201px) {
  .show-nav header .navbar-toggler-icon > span {
    background: #97958d;
  }

  .show-nav:not(.menu-open) .sidebar-menu .navbar-toggler {
    color: #97958d;
  }

  .post-summaries > .row {
    gap: 25px;
  }
}
@media screen and (max-width: 1200px) {
  #section_video:before {
    width: 100%;
  }

  #post-video {
    height: 395px;
  }

  .show-nav header .navbar-toggler-icon > span {
    background: #97958d;
  }

  .show-nav .sidebar-menu .navbar-toggler {
    color: #97958d;
  }
}
@media screen and (max-width: 980px) {
  .single-project .container-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .single-project .section-footer {
    margin-top: 30px;
  }

  .custom-popup .custom-popup-body {
    max-width: 100%;
  }

  #google-map {
    height: 450px;
  }

  .section-news .swiper-slide .item .thumb {
    height: 230px;
  }

  .page-background .section-content .title {
    font-size: 2em;
  }

  #advise-video {
    height: 455px;
  }

  .feature-project-slide .swiper-slide a img {
    max-width: 420px;
    margin: 0 auto 30px;
  }

  .feature-project-slide .swiper-slide a {
    display: block;
    position: relative;
    padding: 15px;
    text-align: center;
    margin-bottom: 30px;
  }
  .feature-project-slide .swiper-slide a img {
    max-width: 450px;
    margin: auto;
  }

  .section-project .thumb-wrapper .swiper-button-next {
    left: calc(50% + 10px);
  }

  .section-project .thumb-wrapper .swiper-button-prev {
    left: calc(50% - 45px);
  }

  .section-project .swiper {
    overflow: unset;
    padding-bottom: 50px;
  }

  .section-partner .section-body {
    padding: 0 10px;
  }
  .section-partner .swiper-slide {
    height: 75px;
  }
  .section-partner .section-content {
    position: relative;
    padding: 0 30px;
  }

  body.home .section-news .swiper-wrapper {
    height: 300px;
  }
  body.home .section-news .swiper-wrapper .swiper-slide {
    height: auto;
  }
  .mobile-menu-logo {
    display: block;
    position: fixed;
    z-index: 7;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px 15px;
  }
  .mobile-menu-logo img {
    width: 70px;
  }

  .sidebar-menu .navbar-toggler {
    color: #fff;
  }
  .sidebar-menu .navbar-toggler .navbar-toggler-icon span {
    background-color: #fff !important;
  }

  .show-nav .sidebar-menu .navbar-toggler {
    color: #fff;
    font-weight: bold;
  }

  .section-footer .section-content-bottom {
    margin-top: 30px;
  }
}
.mobile-page-category .swiper-slide {
  width: auto;
}
.mobile-page-category .swiper-slide .item .title {
  margin: 0 15px;
}

@media screen and (max-width: 768px) {
  .show-nav .sidebar-menu, .child-page .sidebar-menu {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .show-nav .sidebar-menu .navbar-toggler, .child-page .sidebar-menu .navbar-toggler {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .show-nav .sidebar-menu .logo-icon, .child-page .sidebar-menu .logo-icon {
    opacity: 1;
    display: inline-block;
    position: absolute;
    transform: unset;
    top: 0;
    left: 0;
    padding: 7px 15px;
    max-width: 90px;
  }

  .menu-open .show-nav .sidebar-menu, .menu-open .child-page .sidebar-menu {
    background-color: transparent;
  }

  .section-about .thumb-wrapper {
    height: auto;
  }

  .section-news .swiper-slide .item .thumb {
    height: 220px;
  }

  .section-news .swiper-slide .item h3 {
    height: 4.5em;
  }

  .mobile-menu-logo {
    padding: 5px 15px;
  }

  body.menu-open .sidebar-menu .navbar-toggler {
    color: #000;
    padding-top: 20px;
  }
  body.menu-open .sidebar-menu .navbar-toggler .navbar-toggler-icon span {
    background-color: #000 !important;
  }

  .feature-project-slide .swiper-slide a img {
    max-width: 150px;
  }

  .section-news .new-top-content {
    padding: 0;
    background-color: unset;
    margin-bottom: 40px;
  }

  .feature-project-slide .swiper-slide.swiper-slide-active .top-img {
    top: -15px;
  }
  .feature-project-slide .swiper-slide a.project-body {
    padding: 30px 0;
  }
  .feature-project-slide .swiper-slide a.project-body img.main-img {
    position: relative;
    right: -25px;
    left: unset;
    max-width: 100%;
  }
  .feature-project-slide .swiper-slide a.project-body .bottom-img {
    right: 0;
  }
  .feature-project-slide .swiper-slide a.project-body .left-img {
    left: -10px;
  }

  .utilities-slide {
    min-height: auto;
  }
  .utilities-slide .swiper-wrapper {
    margin-right: -15px;
  }

  .page-category .items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    display: grid;
    padding: 15px;
    gap: 15px;
  }
  .page-category .items .item {
    text-align: center;
  }
  .page-category .items .item .title {
    margin: 0px;
  }

  .section-news .title {
    border-bottom-color: #fff;
    margin: 0px 0px 15px;
    padding-bottom: 15px;
  }

  .section-news .section-title {
    text-align: center;
  }

  .sidebar-menu .navbar-toggler {
    padding-top: 15px;
  }

  .bg-desktop {
    display: none;
  }

  .section-utilities .utilities-slide {
    margin-right: -10px;
  }

  .section-news .title {
    font-size: 18px;
  }

  .section-partner .bg {
    left: -25px;
    transform: unset;
    width: calc(100% + 50px);
    height: 500px;
  }

  .section-footer .bg {
    top: 50%;
    height: 500px;
    transform: translate(-50%, -50%);
    width: calc(100% + 20px);
  }

  body.home .bg {
    background-image: url("../images/navigate/bg-logo-dark.png") !important;
  }
  body.home .main-content {
    background-image: url("../images/home-mobile-bg.jpg");
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: top center;
  }

  .footer-nav ul li {
    margin-bottom: 25px;
    display: inline-block;
    white-space: nowrap;
  }

  body.single-event .post-header {
    padding-top: 0;
  }

  .section-project .section-heading {
    margin-bottom: 0;
  }

  .section-partner .section-content .btn {
    margin-top: 15px;
  }

  .copyright {
    padding: 0 30px;
  }

  .custom-popup .custom-popup-body {
    margin: 0 auto;
  }

  body.single-event .page-child-logo {
    display: none;
  }

  .section-footer {
    padding-top: 90px;
  }

  body:not(.opened) .sidebar-menu, body:not(.opened) .mobile-menu-logo {
    transition: all 0.3s ease-in-out;
    transform: translateY(-100%);
  }
  body:not(.opened) .sidebar-menu.direction-down, body:not(.opened) .mobile-menu-logo.direction-down {
    transform: translateY(0);
  }

  .nav-content .nav-list .menu-item a {
    display: block !important;
    padding-right: 30px;
  }

  .social-container {
    position: fixed;
    bottom: 30px;
    right: 0;
    padding-right: 30px;
  }
  .social-container li:not(.language) {
    display: none;
  }
  .social-container .language a {
    margin-right: 15px;
  }
  .social-container .language img {
    max-width: unset;
    max-height: unset;
    width: 30px;
  }

  body.opened {
    overflow: hidden !important;
  }
  body.opened .sidebar-menu {
    background-color: transparent;
  }
  body.opened .social-container {
    display: block !important;
  }

  .feature-project-slide .swiper-slide .project-body {
    min-height: 350px;
  }
  .feature-project-slide .swiper-slide .project-logo {
    height: 135px;
    display: flex;
  }
  .feature-project-slide .swiper-slide .hover-img {
    display: none !important;
  }
}
@media screen and (min-width: 981px) {
  .bg-mobile {
    display: none;
  }

  .h-100vh {
    height: 100vh;
  }
}
@media screen and (min-width: 576px) and (max-width: 980px) {
  .footer-app {
    text-align: center;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .project-done .project-thumbnail {
    height: 200px;
  }

  .project-done .project-title {
    font-size: 1em;
    text-align: center;
  }

  .section-news .swiper-slide .item .thumb {
    height: 100px;
  }

  #project-single .project .link-container svg {
    width: 40px;
  }

  #project-single .project .link-container .link-title {
    font-size: 16px;
  }

  .swiper-pagination-bullets {
    padding-top: 30px;
  }

  #advise .swiper-pagination-bullets {
    padding-top: 60px;
  }

  .projects-progressing {
    padding-bottom: 0;
  }

  .logo-icon {
    width: 150px;
    display: block;
  }

  .section-about {
    padding-bottom: 0;
  }

  .project-body {
    margin-bottom: 0 !important;
  }

  .section-title-sm {
    font-size: 16px;
  }

  .section-events .item .thumb {
    height: 160px;
  }

  body.home .section-news .swiper-wrapper {
    height: 480px;
  }

  .section-title {
    font-size: 20px;
  }

  #post-video {
    height: 220px;
  }

  .feature-project-slide .swiper-slide a .hover-img {
    top: 10%;
    right: 0;
  }

  #advise-video {
    height: 240px;
  }

  .section-news .new-top-thumb {
    height: 220px;
  }

  .page-template-page-aboutus h3.section-title {
    font-size: 1em;
  }

  .page-child-logo {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  body.single-post .page-child-logo, body.single-event .page-child-logo, body.single-project .page-child-logo, body.single-video .page-child-logo {
    display: none;
  }

  .main-primary {
    margin-bottom: 0;
  }

  .nav-content .nav-list .menu-item a {
    font-size: 18px;
  }
  .nav-content .nav-list .menu-item.current-menu-item a {
    color: #a50d20;
  }

  .page-category .items {
    display: block;
    margin-bottom: 0;
  }
  .page-category .items a {
    display: block;
  }

  body.home .news-slide .swiper-wrapper {
    height: 220px;
  }
  body.home .section-news .swiper-button-next,
body.home .section-news .swiper-button-prev {
    bottom: 15px !important;
  }

  .summary-first {
    min-height: unset;
    margin-bottom: 15px;
  }
  .summary-first .post-body {
    padding: 15px;
  }
  .summary-first .post-thumbnail {
    height: 300px;
  }

  .other-projects .swiper-slide {
    height: 200px;
  }
  .other-projects .project-done .project-thumbnail {
    height: 120px;
  }
  .other-projects .project-done .project-title {
    font-size: 1em;
  }
  .other-projects .swiper-paginate {
    transform: translateX(0);
  }

  .news-slide-inline .post-summary .post-thumbnail, .event-slide-inline .post-summary .post-thumbnail {
    height: 120px;
  }
  .news-slide-inline .post-summary .post-excerpt, .event-slide-inline .post-summary .post-excerpt {
    display: none;
  }

  .section-utilities {
    padding-top: 0;
    background: #fff6e5;
  }

  #recruit-detail .detail-general {
    border-radius: 5px;
  }
  #recruit-detail .detail-general .item .icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
  }
  #recruit-detail .detail-general .item .info {
    font-size: 0.85em;
  }

  .footer-nav ul li a {
    padding: 0 10px;
  }

  .page-child-logo {
    display: none;
  }

  .section-heading {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .page-category {
    margin-top: 20px;
  }

  .section-aboutus, .section-overview, .section-value, #tamnhin-sumenh, #thanh-tuu, #scr {
    padding-top: 20px !important;
  }

  .advise-popup .advise-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .advise-popup .slide-controls .swiper-button-prev {
    left: 25px !important;
    top: 20%;
  }
  .advise-popup .slide-controls .swiper-button-next {
    right: 25px !important;
    top: 20%;
  }

  .form-advise-container {
    margin: 0 15px;
  }

  .disable-fullpage .section-padding {
    padding-bottom: 20px;
  }

  .swiper-pagination-bullets {
    padding-bottom: 0;
  }

  .section-padding {
    padding: 20px 0;
  }

  .feature-project-slide .swiper-slide > div > div:first-child {
    max-height: 200px;
  }

  body.single-post #post-single, body.single-event #post-single, body.single-project #post-single, body.single-video #post-single {
    padding-bottom: 0;
  }
  body.single-post .section-footer, body.single-event .section-footer, body.single-project .section-footer, body.single-video .section-footer {
    padding-top: 55px;
  }

  .header-language {
    display: block;
    position: absolute;
    right: 75px;
    top: 1.2em;
  }
  .header-language a {
    display: none;
  }
}

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