/* 
    Created on : April 18, 2024
    Author     : Viweb Solution
*/
/******DEFINE VARIABLES*****/
/******DEFINE FUNCTION*****/
/*****KEY FRAMES*****/
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes shadow {
  70% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes mask {
  70% {
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes shake {
  5%, 45% {
    transform: rotate3d(0, 0, 1, -7deg);
  }
  10%, 40% {
    transform: rotate3d(0, 0, 1, 7deg);
  }
  15%, 25%, 35% {
    transform: rotate3d(0, 0, 1, -7deg);
  }
  20%, 30% {
    transform: rotate3d(0, 0, 1, 7deg);
  }
  51% {
    transform: rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-8px);
  }
  60% {
    transform: translateY(-4px);
  }
}
@keyframes move {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}
@keyframes scrollDown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
}
@keyframes scrollUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
}
@media only screen and (max-width: 576px) {
  @keyframes scrollDown {
    0% {
      opacity: 0;
      -webkit-transform: translate(0, -5px);
      -moz-transform: translate(0, -5px);
      transform: translate(0, -5px);
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      -webkit-transform: translate(0, 5px);
      -moz-transform: translate(0, 5px);
      transform: translate(0, 5px);
    }
  }
  @keyframes scrollUp {
    0% {
      opacity: 0;
      -webkit-transform: translate(0, 5px);
      -moz-transform: translate(0, 5px);
      transform: translate(0, 5px);
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      -webkit-transform: translate(0, -5px);
      -moz-transform: translate(0, -5px);
      transform: translate(0, -5px);
    }
  }
}
@font-face {
  font-family: "Goldman Bold";
  src: url("../fonts/GoldmanBold.eot");
  src: url("../fonts/GoldmanBold.eot?#iefix") format("embedded-opentype"), url("../fonts/GoldmanBold.woff") format("woff"), url("../fonts/GoldmanBold.ttf") format("truetype"), url("../fonts/GoldmanBold.svg#GoldmanBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Goldman";
  src: url("../fonts/GoldmanRegular.eot");
  src: url("../fonts/GoldmanRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/GoldmanRegular.woff") format("woff"), url("../fonts/GoldmanRegular.ttf") format("truetype"), url("../fonts/GoldmanRegular.svg#GoldmanRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVNGilroy";
  src: url("../fonts/SVNGilroy.eot");
  src: url("../fonts/SVNGilroy.eot?#iefix") format("embedded-opentype"), url("../fonts/SVNGilroy.woff") format("woff"), url("../fonts/SVNGilroy.ttf") format("truetype"), url("../fonts/SVNGilroy.svg#SVNGilroy") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVNGilroy Medium";
  src: url("../fonts/SVNGilroyMedium.eot");
  src: url("../fonts/SVNGilroyMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/SVNGilroyMedium.woff") format("woff"), url("../fonts/SVNGilroyMedium.ttf") format("truetype"), url("../fonts/SVNGilroyMedium.svg#SVNGilroyMedium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVNGilroy SemiBold";
  src: url("../fonts/SVNGilroySemiBold.eot");
  src: url("../fonts/SVNGilroySemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SVNGilroySemiBold.woff") format("woff"), url("../fonts/SVNGilroySemiBold.ttf") format("truetype"), url("../fonts/SVNGilroySemiBold.svg#SVNGilroySemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVNGilroy Bold";
  src: url("../fonts/SVNGilroyBold.eot");
  src: url("../fonts/SVNGilroyBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SVNGilroyBold.woff") format("woff"), url("../fonts/SVNGilroyBold.ttf") format("truetype"), url("../fonts/SVNGilroyBold.svg#SVNGilroyBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1.4;
  color: #F0F0F0;
  font-family: "SVNGilroy", sans-serif;
}

img, iframe {
  max-width: 100%;
  vertical-align: middle;
}

img {
  height: auto;
  width: auto;
}

p {
  margin-top: 0;
  margin-bottom: 8px;
}

a {
  color: #043372;
  text-decoration: none;
}

b, strong {
  font-family: "SVNGilroy Bold", "SVNGilroy", sans-serif;
}

input, textarea, button, select {
  font-family: inherit;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input:focus, textarea:focus, button:focus, select:focus {
  outline: 0;
  box-shadow: none;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.list-unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1 {
  margin-bottom: 0.5rem;
  font-family: "Goldman Bold", "Goldman", "SVNGilroy", sans-serif;
}

h2 {
  margin-bottom: 0.5rem;
  font-family: "Goldman Bold", "Goldman", "SVNGilroy", sans-serif;
}

h3 {
  margin-bottom: 0.5rem;
  font-family: "Goldman Bold", "Goldman", "SVNGilroy", sans-serif;
}

h4 {
  margin-bottom: 0.5rem;
  font-family: "Goldman Bold", "Goldman", "SVNGilroy", sans-serif;
}

h5 {
  margin-bottom: 0.5rem;
  font-family: "Goldman Bold", "Goldman", "SVNGilroy", sans-serif;
}

h6 {
  margin-bottom: 0.5rem;
  font-family: "Goldman Bold", "Goldman", "SVNGilroy", sans-serif;
}

.container, .alignwide {
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 995px) {
  .container, .alignwide {
    max-width: 960px;
  }
}
@media (min-width: 1500px) {
  .container, .alignwide {
    max-width: 1200px;
  }
}

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

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

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
}

.scollbar {
  padding-right: 0.8rem;
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}
.scollbar::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #F0F0F0;
}
.scollbar::-webkit-scrollbar {
  width: 5px;
}
.scollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #043372;
}
.scollbar::-moz-scrollbar-track {
  border-radius: 10px;
  background-color: #F0F0F0;
}
.scollbar::-moz-scrollbar {
  width: 5px;
}
.scollbar::-moz-scrollbar-thumb {
  border-radius: 10px;
  background-color: #043372;
}
.scollbar::scrollbar-track {
  border-radius: 10px;
  background-color: #F0F0F0;
}
.scollbar::scrollbar {
  width: 5px;
}
.scollbar::scrollbar-thumb {
  border-radius: 10px;
  background-color: #043372;
}

.wp-block-sec-container.has-padding {
  padding: 50px 0;
}
.wp-block-sec-container.has-color-light {
  color: #F0F0F0;
}
.wp-block-sec-container.has-color-dark {
  color: #000;
}
.wp-block-sec-container.has-color-brand {
  color: #043372;
}
.wp-block-sec-container.has-bg-gradient {
  background: linear-gradient(185deg, #E2F2FF 20.41%, #FFF7F3 75.21%);
  background: -moz-linear-gradient(185deg, #E2F2FF 20.41%, #FFF7F3 75.21%);
  background: -webkit-linear-gradient(185deg, #E2F2FF 20.41%, #FFF7F3 75.21%);
}
.wp-block-sec-container.has-bg-light {
  background-color: #f3f7fa;
}
.wp-block-sec-container.has-bg-corner, .wp-block-sec-container.has-bg-dark, .wp-block-sec-container.has-bg-image {
  background-repeat: no-repeat;
  background-color: #012353;
}
.wp-block-sec-container.has-bg-image {
  background-position: top center;
}
.wp-block-sec-container.has-bg-dark {
  background-image: url(../img/mode.jpg);
  background-position-x: 75%;
  background-position-y: center;
  background-color: #043372;
}
.wp-block-sec-container.has-bg-corner {
  background-position: top center;
  border-top: 2px solid #495a9c;
  border-bottom: 2px solid #495a9c;
  position: relative;
}
.wp-block-sec-container.has-bg-corner:before, .wp-block-sec-container.has-bg-corner:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 100%;
  height: 59px;
  max-width: 570px;
  background: url(../img/arrow-up.png) bottom center no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.wp-block-sec-container.has-bg-corner:before {
  top: -58px;
}
.wp-block-sec-container.has-bg-corner:after {
  bottom: -58px;
  background: url(../img/arrow-down.png) top center no-repeat;
  background-size: contain;
}
.wp-block-sec-container.has-bg-corner .swiper .swiper-pagination-bullet, .wp-block-sec-container.has-bg-dark .swiper .swiper-pagination-bullet, .wp-block-sec-container.has-bg-image .swiper .swiper-pagination-bullet, .wp-block-sec-container.has-color-dark .swiper .swiper-pagination-bullet {
  background-color: #fff;
}
.wp-block-sec-container .wp-block-heading {
  color: inherit;
}
.wp-block-sec-container [class^=align] > .wp-block-heading {
  margin: 0;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1500px) {
  .wp-block-sec-container.has-bg-corner, .wp-block-sec-container.has-bg-dark {
    background-size: contain;
  }
  .wp-block-sec-container.has-bg-image {
    background-size: 85%;
  }
  .wp-block-sec-container.has-padding {
    padding: 30px 0;
  }
  .wp-block-sec-container.has-bg-corner {
    padding: 1rem 0;
    margin-bottom: 15px;
  }
  .wp-block-sec-container.has-bg-corner:before, .wp-block-sec-container.has-bg-corner:after {
    max-width: 480px;
  }
}
@media only screen and (max-width: 576px) {
  .wp-block-sec-container [class^=align] > .wp-block-heading {
    line-height: 1;
    margin-bottom: 30px;
  }
  .wp-block-sec-container.has-bg-corner {
    margin-bottom: 0;
  }
  .wp-block-sec-container.has-bg-corner:before, .wp-block-sec-container.has-bg-corner:after {
    max-width: 80%;
  }
}

.wp-block-heading.is-style-gradient {
  background: linear-gradient(to right, #384F8A, #D6CCE4);
  background: -moz-linear-gradient(to right, #384F8A, #D6CCE4);
  background: -webkit-linear-gradient(to right, #384F8A, #D6CCE4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block;
}
.wp-block-heading.is-style-light {
  color: #F0F0F0;
}
.wp-block-heading.is-style-dark {
  color: #000;
}

.wp-block-buttons .wp-block-button__link {
  font-family: "SVNGilroy Medium", "SVNGilroy", sans-serif;
  font-size: 1rem;
  box-shadow: 0 0 0 #D6CCE4;
  animation: shadow 1.5s ease-in-out infinite;
  -moz-animation: shadow 1.5s ease-in-out infinite;
  -webkit-animation: shadow 1.5s ease-in-out infinite;
}
.wp-block-buttons .wp-block-button.is-style-gradient a {
  padding: 0;
  height: 42px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  font-family: "SVNGilroy Medium", "SVNGilroy", sans-serif;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(to right, #043372, #D6CCE4);
  background: -moz-linear-gradient(to right, #043372, #D6CCE4);
  background: -webkit-linear-gradient(to right, #043372, #D6CCE4);
}
.wp-block-buttons .wp-block-button.is-style-gradient a:hover, .wp-block-buttons .wp-block-button.is-style-gradient a:focus {
  background: linear-gradient(45deg, #043372, #D6CCE4);
  background: -moz-linear-gradient(45deg, #043372, #D6CCE4);
  background: -webkit-linear-gradient(45deg, #043372, #D6CCE4);
}
@media only screen and (max-width: 576px) {
  .wp-block-buttons .wp-block-button.is-style-gradient a {
    height: 38px;
    min-width: 120px;
    line-height: 38px;
  }
}

.ratio {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.ratio.ratio-16x9 {
  aspect-ratio: 16/9;
}
.ratio iframe, .ratio video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.swiper-carousel {
  position: relative;
}
.swiper-carousel .swiper-pagination {
  margin-top: 1rem;
  position: initial;
}
.swiper-carousel .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #000;
}
.swiper-carousel .swiper-pagination-bullet-active {
  background-color: #000;
}
.swiper-carousel [class^=swiper-button] {
  width: auto;
  bottom: auto;
  top: 50%;
  color: #000;
}
.swiper-carousel [class^=swiper-button]:after {
  color: inherit;
  font-size: 1.5rem;
}
.swiper-carousel .swiper-button-prev {
  left: -40px;
}
.swiper-carousel .swiper-button-next {
  right: -40px;
}
@media only screen and (max-width: 576px) {
  .swiper-carousel .swiper-button-prev {
    left: -5px;
  }
  .swiper-carousel .swiper-button-next {
    right: -5px;
  }
  .swiper-carousel [class^=swiper-button]:after {
    font-size: 1rem;
  }
}

.slick.slick-cube {
  padding: 0 2rem;
}
.slick.slick-cube .slick-track {
  max-width: 80% !important;
  transform: translate3d(0, 0, 0) !important;
  perspective: 100px;
}
.slick.slick-cube .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100% !important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
}
.slick.slick-cube .slick-slide img {
  border-radius: 10px;
}
.slick.slick-cube .slick-slide span {
  color: #043372;
  text-align: center;
  font-size: 20px;
  margin-top: 0.5rem;
  font-family: "SVNGilroy Bold", "SVNGilroy", sans-serif;
  text-transform: capitalize;
  display: none;
}
.slick.slick-cube .slick-slide div {
  position: relative;
}
.slick.slick-cube .slick-slide div:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border-radius: 10px;
  opacity: 0.7;
  background-color: #053372;
}
.slick.slick-cube .slick-snext, .slick.slick-cube .slick-sprev, .slick.slick-cube .slick-snext2, .slick.slick-cube .slick-sprev2 {
  display: block;
}
.slick.slick-cube .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  z-index: 2;
}
.slick.slick-cube .slick-current span {
  display: block;
}
.slick.slick-cube .slick-current div:before {
  display: none;
}
.slick.slick-cube .slick-snext, .slick.slick-cube .slick-snext2 {
  opacity: 1;
  perspective: 1000px;
}
.slick.slick-cube .slick-snext {
  transform: translate3d(22%, 0, -20px);
  z-index: 1;
}
.slick.slick-cube .slick-snext2 {
  transform: translate3d(45%, 0, -40px);
  z-index: 0;
}
.slick.slick-cube .slick-sprev {
  opacity: 1;
  transform: translate3d(-22%, 0, -20px);
}
.slick.slick-cube .slick-sprev2 {
  opacity: 1;
  transform: translate3d(-45%, 0, -40px);
}
.slick.slick-cube .slick-arrow {
  top: 40%;
  color: #000;
  cursor: pointer;
  z-index: 99;
  position: absolute;
}
.slick.slick-cube .slick-arrow i {
  font-size: 2rem;
}
.slick.slick-cube .slick-arrow.arrow-prev {
  left: 0;
}
.slick.slick-cube .slick-arrow.arrow-next {
  right: 0;
}
.slick.slick-cube .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
  display: flex;
  column-gap: 5px;
  margin-top: 1rem;
}
.slick.slick-cube .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: none;
  display: block;
  padding: 0;
  border: 1px solid #000;
  cursor: pointer;
  text-indent: -9999px;
}
.slick.slick-cube .slick-dots li.slick-active button {
  background-color: #000;
}
@media only screen and (max-width: 1500px) {
  .slick.slick-cube {
    padding: 0;
  }
  .slick.slick-cube .slick-list {
    padding: 0 1rem !important;
  }
  .slick.slick-cube .slick-track {
    max-width: 70% !important;
  }
  .slick.slick-cube .slick-slide span {
    margin-top: 0.5rem;
    font-size: 1rem;
  }
  .slick.slick-cube .slick-arrow.arrow-prev {
    left: 5px;
  }
  .slick.slick-cube .slick-arrow.arrow-next {
    right: 5px;
  }
}
@media only screen and (max-width: 992px) {
  .slick.slick-cube .slick-track {
    max-width: 85% !important;
  }
  .slick.slick-cube .slick-snext {
    transform: translate3d(15%, 0, -20px);
  }
  .slick.slick-cube .slick-snext2 {
    transform: translate3d(30%, 0, -40px);
  }
  .slick.slick-cube .slick-sprev {
    transform: translate3d(-15%, 0, -20px);
  }
  .slick.slick-cube .slick-sprev2 {
    transform: translate3d(-30%, 0, -40px);
  }
}
@media only screen and (max-width: 576px) {
  .slick.slick-cube .slick-list {
    padding: 0 1rem !important;
  }
  .slick.slick-cube .slick-slide img {
    height: auto;
  }
  .slick.slick-cube .slick-slide span {
    font-size: 12px;
    margin-top: 0.5rem;
  }
  .slick.slick-cube .slick-snext {
    transform: translate3d(15%, 0, -15px);
  }
  .slick.slick-cube .slick-snext2 {
    transform: translate3d(30%, 0, -30px);
  }
  .slick.slick-cube .slick-sprev {
    transform: translate3d(-15%, 0, -15px);
  }
  .slick.slick-cube .slick-sprev2 {
    transform: translate3d(-30%, 0, -30px);
  }
  .slick.slick-cube .slick-arrow {
    top: 35%;
  }
  .slick.slick-cube .slick-arrow i {
    font-size: 1.5rem;
  }
  .slick.slick-cube .slick-arrow.arrow-prev {
    left: -10px;
  }
  .slick.slick-cube .slick-arrow.arrow-next {
    right: -10px;
  }
}

.fancy-gallery {
  display: none;
}

[data-fancybox=gal] {
  cursor: zoom-in;
}

.fancybox-container.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 95px;
}
.fancybox-container .fancybox-content {
  padding: 0;
  background: none;
}
.fancybox-container .fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  padding: 10px 10px 5px 10px;
  background-color: transparent;
}
.fancybox-container .fancybox-thumbs__list {
  margin: 0 auto;
  max-width: 100%;
}
.fancybox-container .fancybox-thumbs__list a:before {
  border: 3px solid #D6CCE4;
}
@media only screen and (max-width: 576px) {
  .fancybox-container .fancybox-stage {
    margin: 0 1rem;
  }
}

.wpcf7 .wpcf7-column {
  display: grid;
  column-gap: 15px;
  grid-template-columns: repeat(2, 1fr);
}
.wpcf7 input:disabled, .wpcf7 select:disabled {
  background-color: #e9ecef;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 0.5rem;
}
.wpcf7 .wpcf7-form-control {
  width: 100%;
  font-size: 15px;
  padding: 0.7rem 1rem;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
}
.wpcf7 .wpcf7-form-control:focus {
  border-color: #043372;
}
.wpcf7 .wpcf7-textarea {
  resize: vertical;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 13px;
}
.wpcf7 .wpcf7-submit {
  border: none;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  text-transform: capitalize;
  max-width: 150px;
  border-radius: 4px;
  max-height: 40px;
  line-height: 40px;
  padding: 0;
  background: linear-gradient(350deg, #043372, #D6CCE4);
  background: -moz-linear-gradient(350deg, #043372, #D6CCE4);
  background: -webkit-linear-gradient(350deg, #043372, #D6CCE4);
}
.wpcf7 .wpcf7-submit:hover, .wpcf7 .wpcf7-submit:focus {
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
  background: #043372;
}
.wpcf7 .wpcf7-response-output {
  margin: 0;
  font-size: 14px;
}
.wpcf7 form.invalid .wpcf7-response-output {
  color: #f00;
}
@media only screen and (max-width: 576px) {
  .wpcf7 .wpcf7-column {
    row-gap: 5px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.breadcrumbs {
  margin-bottom: 0.5rem;
}
.breadcrumbs ol, .breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs ol li, .breadcrumbs ul li {
  color: #666;
  display: inline-block;
  font-family: "SVNGilroy Medium", "SVNGilroy", sans-serif;
}
.breadcrumbs ol li > span, .breadcrumbs ul li > span {
  color: #043372;
}
.breadcrumbs ol li a, .breadcrumbs ul li a {
  color: inherit;
}
.breadcrumbs ol li a:hover, .breadcrumbs ol li a:focus, .breadcrumbs ul li a:hover, .breadcrumbs ul li a:focus {
  color: #043372;
}
.breadcrumbs ol li a:hover span, .breadcrumbs ol li a:focus span, .breadcrumbs ul li a:hover span, .breadcrumbs ul li a:focus span {
  color: inherit;
}
.breadcrumbs ol li:nth-child(n+2):before, .breadcrumbs ul li:nth-child(n+2):before {
  content: "/";
  margin: 0 5px;
}

.form-search .form-group {
  margin: 0 auto;
  background-color: #fff;
  border-radius: 3px;
  display: grid;
  font-family: "SVNGilroy Bold", "SVNGilroy", sans-serif;
  box-shadow: 0 2px 3px 0 rgba(12, 0, 46, 0.08);
  border: 1px solid transparent;
  grid-template-columns: 1fr 45px;
}
.form-search .form-group:hover {
  border-color: #F0F0F0;
}
.form-search .form-group input, .form-search .form-group button {
  border-radius: 3px;
  border: none;
}
.form-search .form-group input:focus, .form-search .form-group button:focus {
  box-shadow: none;
  outline: none;
}
.form-search .form-group input {
  font-size: 1rem;
  padding: 1rem 1.2rem;
}
.form-search .form-group button {
  background: none;
  cursor: pointer;
}

.pagination {
  column-gap: 5px;
  row-gap: 5px;
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
  margin-top: 1rem;
}
.pagination a, .pagination .current {
  color: #000;
  background-color: #fff;
  min-width: 42px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  border: 1px solid #ddd;
  font-size: 18px;
}
.pagination a:hover, .pagination .current {
  color: #fff;
  border: none;
  background: linear-gradient(to right, #043372, #D6CCE4);
  background: -moz-linear-gradient(to right, #043372, #D6CCE4);
  background: -webkit-linear-gradient(to right, #043372, #D6CCE4);
}
@media only screen and (max-width: 576px) {
  .pagination a, .pagination .current {
    height: 25px;
    min-width: 25px;
    line-height: 25px;
    font-size: 12px;
  }
}

.wp-block-image .aligncenter {
  text-align: center;
}
.wp-block-image .alignright {
  text-align: right;
}
.wp-block-image.is-style-rounded figure img, .wp-block-image.is-style-rounded img {
  border-radius: 10px;
}

.loading {
  height: 100%;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  position: fixed;
  font-size: 4rem;
  line-height: 1;
  align-items: center;
  justify-content: center;
  background-color: rgba(4, 51, 114, 0.8);
  display: none;
}

.m-0 {
  margin: 0 !important;
}

.m-4 {
  margin: 4px !important;
}

.m-8 {
  margin: 8px !important;
}

.m-12 {
  margin: 12px !important;
}

.m-16 {
  margin: 16px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-24 {
  margin: 24px !important;
}

.m-32 {
  margin: 32px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-48 {
  margin: 48px !important;
}

.m-56 {
  margin: 56px !important;
}

.m-64 {
  margin: 64px !important;
}

.m-80 {
  margin: 80px !important;
}

.m-96 {
  margin: 96px !important;
}

.m-128 {
  margin: 128px !important;
}

.m-auto {
  margin: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.mt-56 {
  margin-top: 56px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-96 {
  margin-top: 96px !important;
}

.mt-128 {
  margin-top: 128px !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-4 {
  margin-right: 4px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.mr-12 {
  margin-right: 12px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-24 {
  margin-right: 24px !important;
}

.mr-32 {
  margin-right: 32px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-48 {
  margin-right: 48px !important;
}

.mr-56 {
  margin-right: 56px !important;
}

.mr-64 {
  margin-right: 64px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-96 {
  margin-right: 96px !important;
}

.mr-128 {
  margin-right: 128px !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-48 {
  margin-bottom: 48px !important;
}

.mb-56 {
  margin-bottom: 56px !important;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-96 {
  margin-bottom: 96px !important;
}

.mb-128 {
  margin-bottom: 128px !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-4 {
  margin-left: 4px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.ml-12 {
  margin-left: 12px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-24 {
  margin-left: 24px !important;
}

.ml-32 {
  margin-left: 32px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-48 {
  margin-left: 48px !important;
}

.ml-56 {
  margin-left: 56px !important;
}

.ml-64 {
  margin-left: 64px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-96 {
  margin-left: 96px !important;
}

.ml-128 {
  margin-left: 128px !important;
}

.ml-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.my-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.my-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.my-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.my-32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.my-56 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.my-64 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.my-96 {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

.my-128 {
  margin-top: 128px !important;
  margin-bottom: 128px !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

.p-4 {
  padding: 4px !important;
}

.p-8 {
  padding: 8px !important;
}

.p-12 {
  padding: 12px !important;
}

.p-16 {
  padding: 16px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-24 {
  padding: 24px !important;
}

.p-32 {
  padding: 32px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-48 {
  padding: 48px !important;
}

.p-56 {
  padding: 56px !important;
}

.p-64 {
  padding: 64px !important;
}

.p-80 {
  padding: 80px !important;
}

.p-96 {
  padding: 96px !important;
}

.p-128 {
  padding: 128px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-4 {
  padding-top: 4px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pt-32 {
  padding-top: 32px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-48 {
  padding-top: 48px !important;
}

.pt-56 {
  padding-top: 56px !important;
}

.pt-64 {
  padding-top: 64px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

@media only screen and (max-width: 576px) {
  .wp-block-buttons .wp-block-button.is-style-gradient a.btn-primary {
    font-size: 16px;
    min-width: auto;
    max-width: 100%;
    font-size: 14px;
    padding-inline: 8px;
  }
}

.vc-row .vc-col {
  display: grid;
}
@media only screen and (min-width: 1120px) {
  .vc-row .lg-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .vc-row .lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .vc-row .lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .vc-row .lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .vc-row .lg-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .vc-row .lg-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .vc-row .lg-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .vc-row .lg-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .vc-row .lg-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .vc-row .lg-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .vc-row .lg-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .vc-row .lg-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media only screen and (min-width: 995px) {
  .vc-row .md-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .vc-row .md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .vc-row .md-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .vc-row .md-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .vc-row .md-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .vc-row .md-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .vc-row .md-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .vc-row .md-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .vc-row .md-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .vc-row .md-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .vc-row .md-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .vc-row .md-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media only screen and (max-width: 576px) {
  .vc-row .sm-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .vc-row .sm-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .vc-row .sm-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .vc-row .sm-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .vc-row .sm-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .vc-row .sm-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .vc-row .sm-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .vc-row .sm-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .vc-row .sm-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .vc-row .sm-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .vc-row .sm-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .vc-row .sm-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}

.vc-adheading {
  margin-bottom: 50px;
}
.vc-adheading .wp-block-heading {
  margin-top: 0;
}

.article-list {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
.article-image {
  overflow: hidden;
  display: block;
}
.article-image img {
  width: 100%;
  height: 275px;
  object-fit: cover;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.article-summary {
  font-size: 14px;
  padding: 1rem;
}
.article-summary h3 {
  margin-top: 0;
  color: #043372;
  font-size: 20px;
  font-family: "SVNGilroy Bold", "SVNGilroy", sans-serif;
  text-transform: uppercase;
}
.article-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article-readmore {
  display: inline-block;
  margin-top: 1rem;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "SVNGilroy Medium", "SVNGilroy", sans-serif;
  background: linear-gradient(45deg, #384F8A 0%, #D6CCE4 100%);
  background: -moz-linear-gradient(45deg, #384F8A 0%, #D6CCE4 100%);
  background: -webkit-linear-gradient(45deg, #384F8A 0%, #D6CCE4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.article-item {
  background-color: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}
.article-item:hover .article-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
@media only screen and (max-width: 1500px) {
  .article-list {
    column-gap: 15px;
  }
  .article-image img {
    height: 216px;
  }
  .article-summary h3 {
    font-size: 1rem;
  }
  .article-excerpt {
    text-align: justify;
  }
  .article-readmore {
    font-size: inherit;
    margin-top: 0.5rem;
  }
}
@media only screen and (max-width: 992px) {
  .article-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 576px) {
  .article-image img {
    height: 120px;
    border-radius: 3px 3px 0 0;
  }
  .article-summary {
    font-size: 14px;
    padding: 0.5rem;
  }
  .article-summary h3 {
    font-size: 14px;
  }
  .article-readmore {
    font-size: 12px;
  }
}

.vc-gallery .article-list {
  row-gap: 15px;
  column-gap: 20px;
  grid-auto-rows: 1fr;
  grid-auto-flow: dense;
  grid-template-columns: repeat(3, 1fr);
}
.vc-gallery .article-list .gal-item {
  display: block;
  overflow: hidden;
  border-radius: 5px;
}
.vc-gallery .article-list .gal-item img {
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.vc-gallery .article-list .gal-item:first-child {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
.vc-gallery .article-list .gal-item:nth-child(n+2) {
  grid-area: 1/3/2/4;
}
.vc-gallery .article-list .gal-item:nth-child(3) {
  grid-row-start: 2;
  grid-row-end: 3;
}
.vc-gallery .article-list .gal-item:nth-child(n+2) img, .vc-gallery .article-list .gal-item:nth-child(3) img {
  height: 345px;
  width: 100%;
}
.vc-gallery .article-list .gal-item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
@media only screen and (max-width: 1500px) {
  .vc-gallery .article-list .gal-item:nth-child(n+2) img, .vc-gallery .article-list .gal-item:nth-child(3) img {
    height: 260px;
  }
}
@media only screen and (max-width: 576px) {
  .vc-gallery .article-list {
    row-gap: 10px;
    column-gap: 10px;
  }
  .vc-gallery .article-list .gal-item img {
    height: 170px;
  }
  .vc-gallery .article-list .gal-item:not(:first-child) img {
    height: 80px;
  }
}

.vc-content {
  position: relative;
  margin-bottom: 30px;
}
.vc-content .wp-block-heading {
  margin: 0;
}
.vc-content.max-w-25 {
  max-width: 25%;
}
.vc-content.max-w-50 {
  max-width: 50%;
}
.vc-content.max-w-75 {
  max-width: 75%;
}
.vc-content .vsummary {
  margin-top: 1rem;
  font-family: inherit;
  -webkit-line-clamp: 2;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.vc-content .vsummary ul, .vc-content .vsummary ol {
  padding-left: 1.5rem;
}
.vc-content .vsummary ul li + li, .vc-content .vsummary ol li + li {
  margin-top: 0.5rem;
}
.vc-content:not(.text-center, .text-right, .text-left) .vsummary {
  text-align: justify;
}
.vc-content.align-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.vc-content.align-right {
  margin-left: auto;
}
.vc-content.align-right .wp-block-heading {
  text-align: right;
}
.vc-content.align-left {
  margin-right: auto;
}
@media only screen and (max-width: 1500px) {
  .vc-content {
    margin-bottom: 20px;
  }
  .vc-content .vsummary {
    font-size: 15px;
  }
  .vc-content .viewmore {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  .vc-content {
    max-width: 100% !important;
  }
  .vc-content:lang(vi) .wp-block-heading br {
    display: none;
  }
  .vc-content .vsummary {
    font-size: 13px;
    margin-top: 0.5rem;
  }
  .vc-content .viewmore {
    font-size: 1.5rem;
  }
}

.has-readmore .viewmore {
  cursor: pointer;
  text-align: center;
  margin-top: 0.5rem;
  font-size: 3rem;
  line-height: 20px;
}
.has-readmore .viewmore i {
  animation: scrollDown 1.5s ease-in-out infinite;
  -moz-animation: scrollDown 1.5s ease-in-out infinite;
  -webkit-animation: scrollDown 1.5s ease-in-out infinite;
}
.has-readmore .vcontent {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.has-readmore.active .vcontent {
  overflow: visible !important;
  -webkit-line-clamp: 9999 !important;
}
.has-readmore.active .viewmore i {
  animation: scrollUp 2s ease-in-out infinite;
  -moz-animation: scrollUp 2s ease-in-out infinite;
  -webkit-animation: scrollUp 2s ease-in-out infinite;
}
.has-readmore.active .viewmore i:before {
  content: "\f106";
}

.vc-embed a {
  display: block;
  position: relative;
  border-radius: 10px;
}
.vc-embed a img {
  border-radius: 10px;
}
.vc-embed__play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #043372;
  background-color: #fff;
  font-size: 2rem;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.6);
  animation: shadow 1.5s ease-in-out infinite;
  -moz-animation: shadow 1.5s ease-in-out infinite;
  -webkit-animation: shadow 1.5s ease-in-out infinite;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.vc-embed__play:before {
  content: "";
  width: inherit;
  height: inherit;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.8);
  animation: mask 2s ease-in-out infinite;
  -moz-animation: mask 2s ease-in-out infinite;
  -webkit-animation: mask 2s ease-in-out infinite;
}
@media only screen and (max-width: 576px) {
  .vc-embed__play {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 576px) {
  .vc-embed__play {
    width: 60px;
    height: 60px;
    font-size: 1.25rem;
  }
}

.vc-gallery {
  position: relative;
}
.vc-gallery .swiper-slide {
  text-align: center;
}
.vc-gallery .swiper-button-prev {
  left: -40px;
}
.vc-gallery .swiper-button-next {
  right: -40px;
}
.vc-gallery .swiper-grid-column > .swiper-wrapper {
  flex-direction: row;
}
@media only screen and (max-width: 992px) {
  .vc-gallery .swiper-button-prev {
    left: 0;
  }
  .vc-gallery .swiper-button-next {
    right: 0;
  }
}
@media only screen and (max-width: 576px) {
  .vc-gallery {
    padding: 0 1rem;
  }
}

.video-carousel .video-featured, .video-carousel .swiper-carousel a {
  overflow: hidden;
  border-radius: 10px;
}
.video-carousel .video-featured img, .video-carousel .swiper-carousel a img {
  border-radius: 10px;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.video-carousel .video-featured:hover img, .video-carousel .video-featured:focus img, .video-carousel .swiper-carousel a:hover img, .video-carousel .swiper-carousel a:focus img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.video-carousel .video-featured {
  position: relative;
  margin-bottom: 2rem;
}
.video-carousel .video-featured .video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #043372;
  background-color: #fff;
  font-size: 2rem;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.6);
  animation: shadow 1.5s ease-in-out infinite;
  -moz-animation: shadow 1.5s ease-in-out infinite;
  -webkit-animation: shadow 1.5s ease-in-out infinite;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-carousel .video-featured .video-play:before {
  content: "";
  width: inherit;
  height: inherit;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.8);
  animation: mask 2s ease-in-out infinite;
  -moz-animation: mask 2s ease-in-out infinite;
  -webkit-animation: mask 2s ease-in-out infinite;
}
@media only screen and (max-width: 576px) {
  .video-carousel .video-featured .video-play {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
}
.video-carousel .swiper-carousel a {
  display: block;
}
.video-carousel .swiper-carousel .swiper-button-next, .video-carousel .swiper-carousel .swiper-button-prev {
  color: #fff;
}
.video-carousel .swiper-carousel .swiper-button-prev {
  left: -45px;
}
.video-carousel .swiper-carousel .swiper-button-next {
  right: -45px;
}
@media only screen and (max-width: 576px) {
  .video-carousel .swiper-carousel {
    padding: 0 1rem;
  }
  .video-carousel .swiper-carousel .swiper-button-prev {
    left: -5px;
  }
  .video-carousel .swiper-carousel .swiper-button-next {
    right: -5px;
  }
}

.gal-filter, .model-filter {
  margin-bottom: 2rem;
  display: flex;
  column-gap: 10px;
  align-items: center;
  justify-content: center;
}
.gal-filter select, .model-filter select {
  border-radius: 3px;
  padding: 0.5rem 1rem;
  padding-right: 2rem;
  background: url(../img/sel-arrow.png) #fff center right 5px no-repeat;
  border: 1px solid #384F8A;
  font-family: "SVNGilroy Medium", "SVNGilroy", sans-serif;
}
.gal-filter .el-loading, .model-filter .el-loading {
  color: #043372;
  display: none;
}

.vc-models .model-visible {
  display: none;
}
.vc-models .model-image {
  overflow: hidden;
  text-align: center;
  display: inline-block;
  height: 400px;
  border-radius: 3px;
}
.vc-models .model-image img {
  width: auto;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.vc-models .model-country, .vc-models .model-summary {
  font-size: 18px;
  margin-top: 20px;
  text-transform: uppercase;
}
.vc-models .model-country {
  font-family: "Goldman Bold", "Goldman", "SVNGilroy", sans-serif;
  color: #043372;
}
.vc-models .model-summary h3 {
  font-size: 20px;
  color: #043372;
  margin: 0;
}
.vc-models .model-item {
  cursor: pointer;
  text-align: center;
  display: block !important;
}
.vc-models .model-item:hover .model-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.vc-models .model-readmore {
  text-align: center;
  margin-top: 2rem;
}
.vc-models .model-readmore a {
  height: 42px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  font-family: "SVNGilroy Medium", "SVNGilroy", sans-serif;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(to right, #043372, #D6CCE4);
  background: -moz-linear-gradient(to right, #043372, #D6CCE4);
  background: -webkit-linear-gradient(to right, #043372, #D6CCE4);
}
.vc-models .model-readmore a:hover, .vc-models .model-readmore a:focus {
  background: linear-gradient(45deg, #043372, #D6CCE4);
  background: -moz-linear-gradient(45deg, #043372, #D6CCE4);
  background: -webkit-linear-gradient(45deg, #043372, #D6CCE4);
}
@media only screen and (max-width: 576px) {
  .vc-models .model-readmore a {
    height: 38px;
    min-width: 120px;
    line-height: 38px;
  }
}
.vc-models.is-style-rank .model {
  margin-bottom: 30px;
  max-width: calc(33.3333333333% - 15px);
}
.vc-models.is-style-rank .model:nth-child(1) {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.vc-models.is-style-rank .model:nth-child(1) .model-item {
  text-align: center;
  display: inline-block;
}
.vc-models.is-style-rank .model:nth-child(1) .model-image img {
  width: auto;
  height: auto;
  max-height: 715px;
  object-position: top;
}
.vc-models.is-style-rank .model-list {
  column-gap: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.vc-models.is-style-rank .model-image img {
  height: 530px;
  border-radius: 5px;
}
.vc-models.is-style-rank .model-country {
  display: none;
}
.vc-models.is-style-list .model-list {
  display: grid;
  row-gap: 30px;
  column-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
.vc-models.is-style-list .model-summary {
  display: none;
}
.vc-models.is-style-awards .model {
  width: 100%;
  max-width: calc(50% - 50px);
}
.vc-models.is-style-awards .model-list {
  gap: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.vc-models.is-style-awards .model-image {
  height: auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.vc-models.is-style-awards .model-image img {
  width: 100%;
  height: auto;
}
.vc-models.is-style-awards .model-country {
  display: none;
}
.vc-models.is-style-awards .model-item:hover .model-image img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
@media only screen and (max-width: 1500px) {
  .vc-models .model-image {
    height: 325px;
  }
  .vc-models.is-style-rank .model-image {
    height: 426px;
  }
  .vc-models.is-style-rank .model-item:nth-child(1) .model-image {
    max-height: 672px;
  }
}
@media only screen and (max-width: 992px) {
  .vc-models.is-style-rank .model, .vc-models.is-style-awards .model {
    max-width: calc(50% - 15px);
  }
  .vc-models.is-style-rank .model-list, .vc-models.is-style-awards .model-list {
    column-gap: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .vc-models .model-image {
    height: 175px;
  }
  .vc-models.is-style-list .model-summary, .vc-models.is-style-rank .model-summary, .vc-models.is-style-awards .model-summary {
    margin-top: 0.5rem;
    font-size: 14px;
  }
  .vc-models.is-style-list .model-summary h3, .vc-models.is-style-rank .model-summary h3, .vc-models.is-style-awards .model-summary h3 {
    margin-top: 0.3rem;
    font-size: 1rem;
  }
  .vc-models.is-style-list .model-country, .vc-models.is-style-rank .model-country, .vc-models.is-style-awards .model-country {
    font-size: 14px;
    margin-top: 0.5rem;
  }
  .vc-models.is-style-rank {
    max-width: 90%;
    margin: 0 auto;
  }
  .vc-models.is-style-rank .model {
    max-width: calc(50% - 10px);
  }
  .vc-models.is-style-rank .model-list {
    column-gap: 10px;
  }
  .vc-models.is-style-rank .model-image {
    height: 235px;
  }
  .vc-models.is-style-list .model-list {
    row-gap: 20px;
    column-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.fancybox-container .fancybox-content .fancybox-button {
  width: 35px;
  height: 35px;
}
.fancybox-container .fancybox-content.model-item {
  cursor: auto;
  height: 100%;
  width: 100%;
  max-height: 400px;
  max-width: 680px;
  margin: 0 auto;
  align-items: center;
  display: inline-flex !important;
  background-color: #fff;
  border-radius: 20px;
  color: #000;
}
.fancybox-container .fancybox-content.model-item .model-image, .fancybox-container .fancybox-content.model-item .model-summary {
  height: 100%;
}
.fancybox-container .fancybox-content.model-item .model-image {
  width: 40%;
  border-radius: 40px 0 0 40px;
}
.fancybox-container .fancybox-content.model-item .model-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fancybox-container .fancybox-content.model-item .model-country {
  display: none;
}
.fancybox-container .fancybox-content.model-item .model-summary {
  width: 60%;
  padding: 1rem 1.5rem;
}
.fancybox-container .fancybox-content.model-item .model-summary > span {
  font-size: 24px;
  text-transform: uppercase;
  display: inline-block;
  font-family: "Goldman", "SVNGilroy", sans-serif;
}
.fancybox-container .fancybox-content.model-item .model-summary h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #043372;
}
.fancybox-container .fancybox-content.model-item .model-visible {
  overflow-y: auto;
  max-height: calc(100% - 2rem - 70px);
  padding-right: 0.5rem;
}
.fancybox-container .fancybox-content.model-item .model-visible::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #F0F0F0;
}
.fancybox-container .fancybox-content.model-item .model-visible::-webkit-scrollbar {
  width: 5px;
}
.fancybox-container .fancybox-content.model-item .model-visible::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #043372;
}
.fancybox-container .fancybox-content.model-item .model-visible::-moz-scrollbar-track {
  border-radius: 10px;
  background-color: #F0F0F0;
}
.fancybox-container .fancybox-content.model-item .model-visible::-moz-scrollbar {
  width: 5px;
}
.fancybox-container .fancybox-content.model-item .model-visible::-moz-scrollbar-thumb {
  border-radius: 10px;
  background-color: #043372;
}
.fancybox-container .fancybox-content.model-item .model-visible::scrollbar-track {
  border-radius: 10px;
  background-color: #F0F0F0;
}
.fancybox-container .fancybox-content.model-item .model-visible::scrollbar {
  width: 5px;
}
.fancybox-container .fancybox-content.model-item .model-visible::scrollbar-thumb {
  border-radius: 10px;
  background-color: #043372;
}
.fancybox-container .fancybox-content.model-item .model-vote {
  border: none;
  margin-top: 2rem;
  height: 42px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  font-family: "SVNGilroy Medium", "SVNGilroy", sans-serif;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(to right, #043372, #D6CCE4);
  background: -moz-linear-gradient(to right, #043372, #D6CCE4);
  background: -webkit-linear-gradient(to right, #043372, #D6CCE4);
}
.fancybox-container .fancybox-content.model-item .model-vote:hover, .fancybox-container .fancybox-content.model-item .model-vote:focus {
  background: linear-gradient(45deg, #043372, #D6CCE4);
  background: -moz-linear-gradient(45deg, #043372, #D6CCE4);
  background: -webkit-linear-gradient(45deg, #043372, #D6CCE4);
}
@media only screen and (max-width: 576px) {
  .fancybox-container .fancybox-content.model-item .model-vote {
    height: 38px;
    min-width: 120px;
    line-height: 38px;
  }
}
.fancybox-container .fancybox-content.model-item .model-vote {
  text-transform: uppercase;
}
.fancybox-container .fancybox-content.model-item .model-vote:focus, .fancybox-container .fancybox-content.model-item .model-vote:hover {
  outline: 0;
  box-shadow: none;
}
.fancybox-container .fancybox-content .fancybox-button {
  right: 10px;
  top: 10px;
  padding: 0;
}
.fancybox-container .fancybox-content .fancybox-button svg path {
  fill: #043372;
}
@media only screen and (max-width: 576px) {
  .fancybox-container .fancybox-content.model-item {
    max-height: 200px;
    max-width: 100%;
  }
  .fancybox-container .fancybox-content.model-item .model-summary {
    width: 60%;
    font-size: 12px;
    padding: 0.5rem 1rem;
  }
  .fancybox-container .fancybox-content.model-item .model-summary h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .fancybox-container .fancybox-content.model-item .model-summary span {
    font-size: inherit;
  }
  .fancybox-container .fancybox-content.model-item .model-summary p {
    margin: 0;
  }
  .fancybox-container .fancybox-content.model-item .model-summary p + p {
    margin-top: 0.3rem;
  }
  .fancybox-container .fancybox-content.model-item .model-content {
    line-height: 1.2;
  }
  .fancybox-container .fancybox-content.model-item .model-visible {
    max-height: calc(100% - 1.5rem - 42px);
  }
  .fancybox-container .fancybox-content .fancybox-button {
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
  }
  .fancybox-container .fancybox-content .fancybox-button svg {
    width: 20px;
  }
}

.vc-box .item-box {
  text-align: center;
}

.vc-ticket .swiper-slide {
  position: relative;
}
.vc-ticket .ticket-image {
  position: relative;
}
.vc-ticket .ticket-image img {
  width: 100%;
  max-height: 835px;
  object-fit: cover;
  object-position: center;
}
.vc-ticket .ticket-image:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to bottom, rgba(0, 35, 84, 0) 0%, rgba(2, 16, 35, 0.9) 50.57%);
  background: -moz-linear-gradient(to bottom, rgba(0, 35, 84, 0) 0%, rgba(2, 16, 35, 0.9) 50.57%);
  background: -webkit-linear-gradient(to bottom, rgba(0, 35, 84, 0) 0%, rgba(2, 16, 35, 0.9) 50.57%);
}
.vc-ticket .ticket-content {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 10;
  width: 100%;
  margin: 0;
  text-align: justify;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.vc-ticket .ticket-content .wp-block-columns {
  align-items: center !important;
}
.vc-ticket .ticket-content h2, .vc-ticket .ticket-content h3 {
  margin: 0;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-size: 40px;
  text-align: left;
}
.vc-ticket .ticket-content ul, .vc-ticket .ticket-content ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.vc-ticket .ticket-content ul li + li, .vc-ticket .ticket-content ol li + li {
  margin-top: 0.5rem;
}
.vc-ticket .ticket-content a {
  margin-top: 1.5rem;
  display: block;
  height: 42px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  font-family: "SVNGilroy Medium", "SVNGilroy", sans-serif;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(to right, #043372, #D6CCE4);
  background: -moz-linear-gradient(to right, #043372, #D6CCE4);
  background: -webkit-linear-gradient(to right, #043372, #D6CCE4);
}
.vc-ticket .ticket-content a:hover, .vc-ticket .ticket-content a:focus {
  background: linear-gradient(45deg, #043372, #D6CCE4);
  background: -moz-linear-gradient(45deg, #043372, #D6CCE4);
  background: -webkit-linear-gradient(45deg, #043372, #D6CCE4);
}
@media only screen and (max-width: 576px) {
  .vc-ticket .ticket-content a {
    height: 38px;
    min-width: 120px;
    line-height: 38px;
  }
}
.vc-ticket [class^=swiper-button] {
  top: auto;
  position: absolute;
  bottom: 20px;
  right: 50px;
  color: #fff;
}
.vc-ticket .swiper-button-prev {
  left: auto;
  right: 100px;
}
@media only screen and (max-width: 1500px) {
  .vc-ticket .ticket-image img {
    height: 625px;
  }
  .vc-ticket .ticket-content {
    bottom: 10px;
  }
  .vc-ticket .ticket-content .container {
    max-width: 80%;
  }
}
@media only screen and (max-width: 992px) {
  .vc-ticket [class^=swiper-button] {
    bottom: auto;
    top: 200px;
    right: 20px;
  }
  .vc-ticket .swiper-button-prev {
    right: 50px;
  }
  .vc-ticket .ticket-image img {
    height: 235px;
  }
  .vc-ticket .ticket-content {
    padding: 1rem 0;
    position: initial;
    color: #043372;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    background: linear-gradient(45deg, #E2F2FF 20.41%, #FFF7F3 75.21%);
    background: -moz-linear-gradient(45deg, #E2F2FF 20.41%, #FFF7F3 75.21%);
    background: -webkit-linear-gradient(45deg, #E2F2FF 20.41%, #FFF7F3 75.21%);
  }
  .vc-ticket .ticket-content .container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .vc-ticket .ticket-content h2, .vc-ticket .ticket-content h3 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 576px) {
  .vc-cosmos-tickets .cosmos-ticket-item .cosmos-ticket-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 16px;
  }
}
.vc-cosmos-tickets .cosmos-ticket-item .ticket-class {
  color: black;
  margin-bottom: 8px;
}
.vc-cosmos-tickets .cosmos-ticket-item .ticket-price {
  color: black;
  margin-bottom: 8px;
}
.vc-cosmos-tickets .cosmos-ticket-item .ticket-btn-text {
  margin-right: 8px;
}
.vc-cosmos-tickets .cosmos-ticket-item .model-thumbnail img {
  width: 100%;
  aspect-ratio: 0.8;
  height: auto;
  display: block;
  object-fit: cover;
}

.vc-cosmos-promotions .cosmos-promotion-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  .vc-cosmos-promotions .cosmos-promotion-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

.cosmos-promotion-item .model-inner {
  border: 1px solid #000;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cosmos-promotion-item .model-inner:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.cosmos-promotion-item .model-thumbnail img {
  width: 100%;
  aspect-ratio: 9/10;
  height: auto;
  display: block;
  object-fit: cover;
}
.cosmos-promotion-item .model-content {
  padding: 16px 12px;
}
.cosmos-promotion-item .model-title {
  margin: 0 0 12px;
  color: #043372;
}
.cosmos-promotion-item .model-title a {
  text-decoration: none;
  color: #043372;
}
.cosmos-promotion-item .model-title a:hover {
  color: #c7a47c;
}
.cosmos-promotion-item .model-text {
  color: #555;
  line-height: 1.6;
}
.cosmos-promotion-item .model-text p:last-child {
  margin-bottom: 0;
}

.vc-cosmos-guides .cosmos-guide-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  .vc-cosmos-guides .cosmos-guide-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

.cosmos-guide-item .model-inner {
  border: 1px solid #000;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cosmos-guide-item .model-inner:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.cosmos-guide-item .model-thumbnail img {
  width: 100%;
  aspect-ratio: 9/10;
  height: auto;
  display: block;
  object-fit: cover;
}
.cosmos-guide-item .model-content {
  padding: 16px 12px;
}
.cosmos-guide-item .model-title {
  margin: 0 0 12px;
  color: #043372;
}
.cosmos-guide-item .model-title a {
  text-decoration: none;
  color: #043372;
}
.cosmos-guide-item .model-title a:hover {
  color: #c7a47c;
}
.cosmos-guide-item .model-text {
  color: #555;
  line-height: 1.6;
}
.cosmos-guide-item .model-text p:last-child {
  margin-bottom: 0;
}

.site-header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  position: fixed;
  box-shadow: 0px 4px 4px #031E41;
}
.site-header .container {
  max-width: 82%;
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.site-header .navbar {
  padding: 12px 0;
  background-color: #043372;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.site-header .navbar-brand {
  display: block;
}
.site-header .navbar-brand img {
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.site-header .navbar-toggler {
  display: none;
  border: none;
  background: none;
  padding: 0;
  position: relative;
}
.site-header .navbar-toggler span {
  width: 24px;
  height: 3px;
  border-radius: 5px;
  background-color: #fff;
  display: block;
}
.site-header .navbar-toggler span:nth-child(2) {
  width: 36px;
}
.site-header .navbar-toggler span + span {
  margin-top: 0.5rem;
}
.site-header .navbar-toggler.collapsed span {
  width: 26px;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.site-header .navbar-toggler.collapsed span:first-child {
  top: 0;
  position: absolute;
}
.site-header .navbar-toggler.collapsed span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.site-header .navbar-toggler.collapsed span + span {
  margin: 0;
}
.site-header .navbar-collapse {
  display: flex;
  align-items: center;
}
.site-header .navbar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.site-header .navbar-nav li {
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.site-header .navbar-nav li a {
  color: #FFF;
  font-size: 16px;
  padding: 0.3rem 0.5rem;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-family: "Goldman", "SVNGilroy", sans-serif;
}
.site-header .navbar-nav li a:before {
  content: "";
  left: 50%;
  bottom: 0;
  height: 0;
  width: 0;
  z-index: -1;
  position: absolute;
  border-radius: 3px;
  background-color: #0648b7;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.site-header .navbar-nav li a:hover:before, .site-header .navbar-nav li a:focus:before {
  width: 100%;
  height: 100%;
  left: 0;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.site-header .navbar-nav li.current-menu-item a:before {
  width: 100%;
  height: 100%;
  left: 0;
}
.site-header .navbar-nav li + li {
  margin-left: 1.5rem;
}
.site-header .navbar-lang {
  column-gap: 5px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: 2rem;
}
.site-header .navbar-lang li a {
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 0.3rem 0.5rem;
  border-radius: 3px;
  text-transform: uppercase;
  font-family: "Goldman", "SVNGilroy", sans-serif;
  line-height: 1;
}
.site-header .navbar-lang li a:hover, .site-header .navbar-lang li a:focus {
  background: linear-gradient(65deg, #043372, #D6CCE4);
  background: -moz-linear-gradient(65deg, #043372, #D6CCE4);
  background: -webkit-linear-gradient(65deg, #043372, #D6CCE4);
}
.site-header .navbar-lang li.current-lang a {
  background: linear-gradient(65deg, #043372, #D6CCE4);
  background: -moz-linear-gradient(65deg, #043372, #D6CCE4);
  background: -webkit-linear-gradient(65deg, #043372, #D6CCE4);
}
.site-header.sticky .navbar {
  padding: 8px 0;
  background: rgba(0, 47, 113, 0.8);
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.site-header.sticky .navbar-brand img {
  max-height: 80px;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.site-header.sticky .navbar-nav li {
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.site-header.sticky .navbar-nav li + li {
  margin-left: 1rem;
}
@media only screen and (max-width: 1500px) {
  .site-header .container {
    max-width: 90%;
  }
  .site-header .navbar-brand img {
    max-width: 150px;
  }
  .site-header .navbar-nav li a {
    font-size: 14px;
  }
  .site-header .navbar-nav li + li {
    margin-left: 0.8rem;
  }
  .site-header .navbar-lang {
    margin-left: 1rem;
  }
  .site-header .navbar-lang li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1020px) {
  .site-header .navbar {
    padding: 0;
    z-index: 999;
    position: relative;
    background-color: #043372;
  }
  .site-header .navbar-header {
    width: 100%;
    padding: 0.5rem 1rem;
    align-items: center;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
  }
  .site-header .navbar-brand img {
    max-height: 72px;
  }
  .site-header .navbar-toggler {
    display: block;
  }
  .site-header .navbar-collapse {
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    height: 100%;
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: -1;
    background: rgba(0, 47, 113, 0.6);
    transition: 0.5s all;
    -moz-transition: 0.5s all;
    -webkit-transition: 0.5s all;
  }
  .site-header .navbar-collapse.show {
    opacity: 1;
    pointer-events: auto;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
    -webkit-transition: 0.5s all;
  }
  .site-header .navbar-nav {
    display: block;
  }
  .site-header .navbar-nav li {
    text-align: center;
  }
  .site-header .navbar-nav li a {
    font-size: 1rem;
  }
  .site-header .navbar-nav li + li {
    margin: 0.5rem 0;
  }
  .site-header .navbar-right {
    display: none;
  }
  .site-header .navbar .sc-lang {
    display: block;
  }
  .site-header.sticky .navbar {
    padding: 0;
  }
  .site-header.sticky .navbar-brand img {
    max-height: 62px;
  }
}
@media only screen and (max-width: 576px) {
  .site-header .container {
    padding: 0;
    max-width: 100%;
  }
  .site-header .navbar-brand img {
    max-height: 62px;
  }
  .site-header.sticky .navbar-brand img {
    max-height: 52px;
  }
}

.home .site-header {
  box-shadow: none;
}
.home .site-header .navbar {
  background: none;
}
.home .site-header.sticky {
  box-shadow: 0px 4px 4px #031E41;
}
.home .site-header.sticky .navbar {
  background: rgba(0, 47, 113, 0.8);
}
@media only screen and (max-width: 1020px) {
  .home .site-header .navbar {
    background-color: #043372;
  }
}

.site-live {
  width: 100%;
  background: #fff;
  padding: 1rem 0;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .site-live img {
    max-width: 200px;
  }
}

.sc-lang {
  display: none;
  position: relative;
  text-transform: uppercase;
  font-family: "SVNGilroy Bold", "SVNGilroy", sans-serif;
}
.sc-lang ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  border-radius: 5px;
  list-style: none;
  padding: 0;
  margin: 0;
  background: linear-gradient(45deg, #E2F2FF 20.41%, #FFF7F3 75.21%);
  background: -moz-linear-gradient(45deg, #E2F2FF 20.41%, #FFF7F3 75.21%);
  background: -webkit-linear-gradient(45deg, #E2F2FF 20.41%, #FFF7F3 75.21%);
}
.sc-lang ul:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #E2F2FF;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.sc-lang ul li {
  text-align: center;
}
.sc-lang ul li a {
  color: #043372;
  padding: 0.2rem 0.5rem;
}
.sc-lang span {
  display: inline-block;
  padding: 0.2rem 0.5rem;
  border-radius: 3px;
  min-width: 50px;
  text-align: center;
  background: linear-gradient(45deg, #043372, #D6CCE4);
  background: -moz-linear-gradient(45deg, #043372, #D6CCE4);
  background: -webkit-linear-gradient(45deg, #043372, #D6CCE4);
}
.sc-lang span:after {
  content: "\f0d7";
  display: inline-block;
  color: #fff;
  font-size: 12px;
  margin-left: 0.3rem;
  font-weight: bold;
  font-family: "Font Awesome 6 Pro";
  top: -1px;
  position: relative;
}

.site-banner {
  position: relative;
}
.site-banner:after {
  content: "";
  bottom: 0;
  left: 0;
  height: 150px;
  width: 100%;
  z-index: 9;
  position: absolute;
  background: linear-gradient(to bottom, rgba(0, 15, 31, 0) 3.45%, rgba(0, 32, 61, 0.651) 100%);
  background: -moz-linear-gradient(to bottom, rgba(0, 15, 31, 0) 3.45%, rgba(0, 32, 61, 0.651) 100%);
  background: -webkit-linear-gradient(to bottom, rgba(0, 15, 31, 0) 3.45%, rgba(0, 32, 61, 0.651) 100%);
}
.site-banner a {
  display: block;
}
.site-banner a > img {
  width: 100%;
}
.site-banner [class^=swiper-button] {
  top: auto;
  bottom: 50px;
  right: 200px;
  z-index: 10;
  opacity: 0.6;
}
.site-banner [class^=swiper-button]:after {
  color: #fff;
}
.site-banner [class^=swiper-button]:hover, .site-banner [class^=swiper-button]:focus {
  opacity: 1;
}
.site-banner .swiper-button-disabled {
  opacity: 0.5;
}
.site-banner .swiper-button-prev {
  left: auto;
  right: 250px;
}
.site-banner .swiper-pagination {
  position: absolute;
  margin: 0;
  z-index: 10;
}
@media only screen and (max-width: 576px) {
  .site-banner img {
    width: 100%;
    object-fit: cover;
    min-height: 165px;
  }
  .site-banner [class^=swiper-button] {
    bottom: 10px;
    right: 10px;
  }
  .site-banner .swiper-button-prev {
    right: 40px;
  }
}

@media only screen and (min-width: 1024px) {
  .home .site-banner > img {
    height: 100vh;
    object-fit: cover;
  }
}

.scrolltop {
  right: 57px;
  bottom: 60px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fef7f3;
  color: #fef7f3;
  border-radius: 50%;
  position: fixed;
  z-index: 999;
  cursor: pointer;
}
.scrolltop:hover, .scrolltop:focus {
  color: #fff;
  border-color: #043372;
  background-color: #043372;
}
@media only screen and (max-width: 576px) {
  .scrolltop {
    right: 10px;
    bottom: 48px !important;
  }
}

.site-footer {
  position: relative;
}
.site-footer .footer-widgets {
  padding: 50px 0;
  color: #2A2A2A;
  background: linear-gradient(185deg, #E2F2FF 20.41%, #FFF7F3 75.21%);
  background: -moz-linear-gradient(185deg, #E2F2FF 20.41%, #FFF7F3 75.21%);
  background: -webkit-linear-gradient(185deg, #E2F2FF 20.41%, #FFF7F3 75.21%);
}
.site-footer .footer-widgets .container {
  max-width: 80%;
  grid-gap: 50px;
  display: flex;
  flex-wrap: wrap;
}
.site-footer .footer-widgets .widget {
  width: calc(33.3333333333% - 50px);
}
.site-footer .footer-widgets .widget-title {
  margin: 0;
  font-size: 18px;
  margin-bottom: 1rem;
  font-family: "SVNGilroy Bold", "SVNGilroy", sans-serif;
  text-transform: capitalize;
}
.site-footer .footer-widgets .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-widgets .widget ul li {
  font-family: "SVNGilroy Medium", "SVNGilroy", sans-serif;
}
.site-footer .footer-widgets .widget ul li + li {
  margin-top: 1rem;
}
.site-footer .footer-widgets .widget ul.menu li a {
  color: inherit;
}
.site-footer .footer-widgets .widget ul.menu li a:hover, .site-footer .footer-widgets .widget ul.menu li a:focus {
  color: #043372;
}
.site-footer .footer-widgets .widget:last-child {
  max-width: 350px;
  margin-left: auto;
}
.site-footer .footer-copyright {
  padding: 0.5rem;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background-color: #043372;
}
.site-footer .sc-socials {
  position: absolute;
  right: 60px;
  top: 50px;
}
@media only screen and (max-width: 1500px) {
  .site-footer .footer-widgets .widget:last-child {
    max-width: 300px;
  }
}
@media only screen and (max-width: 992px) {
  .site-footer .footer-widgets {
    padding-bottom: 70px;
  }
  .site-footer .footer-widgets .container {
    max-width: 90%;
  }
  .site-footer .footer-widgets .widget {
    width: calc(50% - 50px);
  }
  .site-footer .footer-widgets .widget:last-child {
    max-width: 50%;
    margin-right: auto;
  }
  .site-footer .sc-socials {
    left: 0;
    top: auto;
    width: 100%;
    bottom: 50px;
    column-gap: 10px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
  .site-footer .sc-socials li + li {
    margin: 0;
  }
}
@media only screen and (max-width: 576px) {
  .site-footer .footer-widgets {
    padding: 30px 0;
    padding-bottom: 85px;
  }
  .site-footer .footer-widgets .container {
    row-gap: 30px;
  }
  .site-footer .footer-widgets .widget {
    width: 100%;
  }
  .site-footer .footer-widgets .widget:last-child {
    width: 100%;
    max-width: 100%;
  }
  .site-footer .footer-widgets .widget_media_image img {
    width: auto;
    max-width: 152px !important;
    max-height: 70px;
  }
  .site-footer .sc-socials {
    left: 50%;
    bottom: 70px;
    max-width: 82%;
    justify-content: flex-start;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@media only screen and (max-width: 576px) {
  .sc-about .vc-content .wp-block-heading {
    font-size: 20px !important;
  }
}

.sc-subject .wp-block-media-text__content {
  padding-left: 0;
}
.sc-subject .wp-block-media-text__content .wp-block-heading {
  margin: 0;
}
.sc-subject .wp-block-media-text__content .wp-block-buttons {
  margin-top: 50px;
}
.sc-subject .wp-block-media-text__media img {
  border-radius: 10px;
}
@media only screen and (max-width: 1500px) {
  .sc-subject .wp-block-media-text__media {
    text-align: center;
  }
  .sc-subject .wp-block-media-text__media img {
    max-width: 420px;
  }
}
@media only screen and (max-width: 992px) {
  .sc-subject .wp-block-media-text {
    column-gap: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .sc-subject .wp-block-media-text__content, .sc-subject .wp-block-media-text__media {
    width: 50%;
  }
}
@media only screen and (max-width: 576px) {
  .sc-subject .wp-block-media-text {
    max-width: calc(90% + 1rem);
    margin: 0 auto;
  }
  .sc-subject .wp-block-media-text__content {
    padding-right: 10px;
  }
  .sc-subject .wp-block-media-text__content .wp-block-heading {
    font-size: 1rem !important;
  }
  .sc-subject .wp-block-media-text__content .wp-block-buttons {
    margin-top: 20px;
  }
  .sc-subject .wp-block-media-text__content .wp-block-buttons a {
    height: 32px;
    min-width: 95px;
    font-size: 14px;
  }
  .sc-subject .wp-block-media-text:lang(vi) {
    max-width: 100%;
  }
  .sc-subject .wp-block-media-text:lang(vi) .wp-block-media-text__content {
    width: 55%;
  }
  .sc-subject .wp-block-media-text:lang(vi) .wp-block-media-text__media {
    width: 45%;
  }
}

.sc-brands .swiper-wrapper, .sc-partners .swiper-wrapper {
  row-gap: 20px;
}
.sc-brands .swiper-slide div, .sc-partners .swiper-slide div {
  background-color: #fff;
  width: calc(100% - 20px);
  margin: 0 10px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 1rem;
}
.sc-brands .swiper-slide div img, .sc-partners .swiper-slide div img {
  max-width: 180px;
  max-height: 80px;
}
.sc-brands .swiper-slide.swiper-has-caption span, .sc-partners .swiper-slide.swiper-has-caption span {
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
}
@media only screen and (max-width: 1500px) {
  .sc-brands .swiper-slide div img, .sc-partners .swiper-slide div img {
    max-width: 75%;
    max-height: 70px;
  }
  .sc-brands .swiper-slide.swiper-has-caption span, .sc-partners .swiper-slide.swiper-has-caption span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) {
  .sc-brands .swiper-wrapper, .sc-partners .swiper-wrapper {
    row-gap: 0;
  }
}
@media only screen and (max-width: 576px) {
  .sc-brands .swiper-slide div, .sc-partners .swiper-slide div {
    border-radius: 5px;
  }
}

@media only screen and (max-width: 576px) {
  .sc-licences.has-padding, .sc-partners.has-padding {
    padding: 1rem 0;
  }
  .sc-licences .vc-gallery, .sc-partners .vc-gallery {
    padding: 0;
  }
  .sc-licences .vc-content, .sc-partners .vc-content {
    margin-bottom: 12px;
  }
  .sc-licences .alignwide, .sc-partners .alignwide {
    max-width: 90%;
  }
  .sc-licences .swiper-button-prev, .sc-partners .swiper-button-prev {
    left: -20px;
  }
  .sc-licences .swiper-button-next, .sc-partners .swiper-button-next {
    right: -20px;
  }
}

@media only screen and (max-width: 576px) {
  .sc-licences .vc-content {
    margin-top: 0.5rem;
  }
}

@media only screen and (max-width: 576px) {
  .sc-cosmos.wp-block-sec-container.has-bg-corner {
    margin-top: 0.5rem;
  }
}

.sc-brands .swiper-slide div {
  height: 85px;
}
@media only screen and (max-width: 576px) {
  .sc-brands.wp-block-sec-container {
    padding: 5px 0;
  }
  .sc-brands .swiper-slide div {
    padding: 0;
    width: 100%;
    height: 60px;
  }
  .sc-brands .swiper-button-prev {
    left: -8px;
  }
  .sc-brands .swiper-button-next {
    right: -8px;
  }
}

.sc-partners.has-bg-image {
  background-position-x: 80%;
  background-color: #043372;
  background-size: contain;
}
.sc-partners .swiper-button-prev:after, .sc-partners .swiper-button-next:after {
  color: #fff;
}
.sc-partners .swiper-slide.swiper-has-caption span {
  color: #fff;
  font-size: 14px;
  padding: 0 0.5rem;
  margin-top: 0.5rem;
  min-height: 45px;
  display: block;
}
@media only screen and (max-width: 1500px) {
  .sc-partners .swiper-slide.swiper-has-caption span {
    font-size: 12px;
    min-height: 34px;
  }
}
@media only screen and (max-width: 992px) {
  .sc-partners .swiper-slide {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 576px) {
  .sc-partners .swiper-caption .swiper-wrapper {
    row-gap: 10px;
  }
  .sc-partners .swiper-slide div {
    margin: 5px 0;
    height: 42px;
    padding: 0.5rem;
    width: 100%;
  }
  .sc-partners .swiper-slide div img {
    max-width: 90%;
    max-height: 30px;
  }
  .sc-partners .swiper-slide.swiper-has-caption div {
    margin: 0;
  }
  .sc-partners .swiper-slide.swiper-has-caption span {
    font-size: 5px;
    min-height: 12px;
    margin-top: 0.3rem;
    padding: 0;
  }
}

@media only screen and (max-width: 1500px) {
  .sc-show .video-carousel {
    max-width: 650px;
    margin: 0 auto;
  }
  .sc-show .video-carousel .video-featured .video-play {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
}

.sc-host .item-image {
  overflow: hidden;
}
.sc-host .item-image img {
  width: 100%;
  height: 510px;
  object-fit: cover;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.sc-host .item-summary {
  text-align: center;
  color: #000;
  margin-top: 1rem;
  text-transform: uppercase;
}
.sc-host .item-summary h2, .sc-host .item-summary h3 {
  color: #043372;
  font-size: 18px;
  margin: 0;
  margin-top: 0.5rem;
}
.sc-host .item-box:hover .item-image img, .sc-host .item-box:focus .item-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.sc-host [class^=swiper-button] {
  color: #043372;
}
.sc-host .swiper-pagination {
  display: none;
}
@media only screen and (max-width: 1500px) {
  .sc-host .item-image img {
    height: 440px;
  }
}
@media only screen and (max-width: 576px) {
  .sc-host [class^=swiper-button] {
    display: none;
  }
  .sc-host .swiper-pagination {
    display: block;
  }
  .sc-host .item-image img {
    height: 165px;
    border-radius: 3px;
  }
  .sc-host .item-summary {
    font-size: 12px;
    margin-top: 0.5rem;
  }
  .sc-host .item-summary h2, .sc-host .item-summary h3 {
    font-size: 14px;
    margin-top: 0.3rem;
  }
}

.sc-reward.vc-gallery {
  max-width: 75%;
  margin: 0 auto;
}
.sc-reward .swiper-button-next, .sc-reward .swiper-button-prev {
  color: #fff;
}
@media only screen and (max-width: 992px) {
  .sc-reward.vc-gallery {
    max-width: 100%;
  }
}

.sc-models .vc-content, .sc-pgal .vc-content {
  padding-bottom: 0;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 576px) {
  .sc-models .vc-content, .sc-pgal .vc-content {
    margin-bottom: 20px;
  }
}

.sc-socials a {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  background-color: #A2AAB1;
}
.sc-socials a:before {
  display: inline-block;
  font-family: "Font Awesome 6 Brands";
}
.sc-socials a.sc-facebook:before {
  content: "\f39e";
}
.sc-socials a.sc-facebook:hover, .sc-socials a.sc-facebook:focus {
  background-color: #394E88;
}
.sc-socials a.sc-youtube:before {
  content: "\f167";
}
.sc-socials a.sc-youtube:hover, .sc-socials a.sc-youtube:focus {
  background-color: #f40000;
}
.sc-socials a.sc-tiktok:before {
  content: "\e07b";
}
.sc-socials a.sc-tiktok:hover, .sc-socials a.sc-tiktok:focus {
  background-color: #161823;
}
.sc-socials a.sc-instagram:before {
  content: "\f16d";
}
.sc-socials a.sc-instagram:hover, .sc-socials a.sc-instagram:focus {
  background-color: #0866ff;
}
.sc-socials li + li {
  margin-top: 1rem;
}

.page-contact .wp-block-columns, .page-lien-he .wp-block-columns, .contact-us .wp-block-columns {
  color: #000;
}
.page-contact .wp-block-columns .wp-block-heading, .page-lien-he .wp-block-columns .wp-block-heading, .contact-us .wp-block-columns .wp-block-heading {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.page-contact .wp-block-columns ul, .page-contact .wp-block-columns ol, .page-lien-he .wp-block-columns ul, .page-lien-he .wp-block-columns ol, .contact-us .wp-block-columns ul, .contact-us .wp-block-columns ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-contact .wp-block-columns ul li a, .page-contact .wp-block-columns ol li a, .page-lien-he .wp-block-columns ul li a, .page-lien-he .wp-block-columns ol li a, .contact-us .wp-block-columns ul li a, .contact-us .wp-block-columns ol li a {
  color: #000;
}
.page-contact .wp-block-columns ul li a:hover, .page-contact .wp-block-columns ul li a:focus, .page-contact .wp-block-columns ol li a:hover, .page-contact .wp-block-columns ol li a:focus, .page-lien-he .wp-block-columns ul li a:hover, .page-lien-he .wp-block-columns ul li a:focus, .page-lien-he .wp-block-columns ol li a:hover, .page-lien-he .wp-block-columns ol li a:focus, .contact-us .wp-block-columns ul li a:hover, .contact-us .wp-block-columns ul li a:focus, .contact-us .wp-block-columns ol li a:hover, .contact-us .wp-block-columns ol li a:focus {
  color: #043372;
}
.page-contact .wp-block-columns ul li + li, .page-contact .wp-block-columns ol li + li, .page-lien-he .wp-block-columns ul li + li, .page-lien-he .wp-block-columns ol li + li, .contact-us .wp-block-columns ul li + li, .contact-us .wp-block-columns ol li + li {
  margin-top: 1rem;
}
.page-contact .ct-national, .page-lien-he .ct-national, .contact-us .ct-national {
  color: #fff;
  background-color: #043372;
  background-repeat: no-repeat;
  background-position-x: right;
}
.page-contact .ct-national .wp-block-columns, .page-lien-he .ct-national .wp-block-columns, .contact-us .ct-national .wp-block-columns {
  color: inherit;
}
.page-contact .ct-national .wp-block-heading, .page-lien-he .ct-national .wp-block-heading, .contact-us .ct-national .wp-block-heading {
  background: linear-gradient(to right, #384F8A, #D6CCE4);
  background: -moz-linear-gradient(to right, #384F8A, #D6CCE4);
  background: -webkit-linear-gradient(to right, #384F8A, #D6CCE4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.page-contact .ct-national .wpcf7 .wpcf7-form-control, .page-lien-he .ct-national .wpcf7 .wpcf7-form-control, .contact-us .ct-national .wpcf7 .wpcf7-form-control {
  background: none;
  color: #fff;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  padding: 0.8rem 0;
}
.page-contact .ct-national .wpcf7 .wpcf7-form-control::placeholder, .page-lien-he .ct-national .wpcf7 .wpcf7-form-control::placeholder, .contact-us .ct-national .wpcf7 .wpcf7-form-control::placeholder {
  color: inherit;
}
.page-contact .ct-national .wpcf7 .country-select .flag-dropdown, .page-lien-he .ct-national .wpcf7 .country-select .flag-dropdown, .contact-us .ct-national .wpcf7 .country-select .flag-dropdown {
  top: 50%;
  height: 26px;
  border-radius: 3px;
  color: #043372;
  background-color: #384F8A;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 9;
}
.page-contact .ct-national .wpcf7 .country-select .flag-dropdown .arrow, .page-lien-he .ct-national .wpcf7 .country-select .flag-dropdown .arrow, .contact-us .ct-national .wpcf7 .country-select .flag-dropdown .arrow {
  border-top-color: #fff;
}
.page-contact .ct-national .wpcf7 .country-select input, .page-lien-he .ct-national .wpcf7 .country-select input, .contact-us .ct-national .wpcf7 .country-select input {
  padding-left: 60px;
}
.page-contact .ct-national .wpcf7 .wpcf7-submit, .page-lien-he .ct-national .wpcf7 .wpcf7-submit, .contact-us .ct-national .wpcf7 .wpcf7-submit {
  border: none;
  border-radius: 5px;
  padding: 0;
  margin-top: 1rem;
  font-family: "SVNGilroy SemiBold", "SVNGilroy", sans-serif;
  background: linear-gradient(to right, #384F8A, #D6CCE4);
  background: -moz-linear-gradient(to right, #384F8A, #D6CCE4);
  background: -webkit-linear-gradient(to right, #384F8A, #D6CCE4);
}
.page-contact .ct-national .wpcf7 .wpcf7-submit:hover, .page-contact .ct-national .wpcf7 .wpcf7-submit:focus, .page-lien-he .ct-national .wpcf7 .wpcf7-submit:hover, .page-lien-he .ct-national .wpcf7 .wpcf7-submit:focus, .contact-us .ct-national .wpcf7 .wpcf7-submit:hover, .contact-us .ct-national .wpcf7 .wpcf7-submit:focus {
  background: #384F8A;
}
.page-contact .ct-national .wpcf7 .wpcf7-not-valid-tip, .page-contact .ct-national .wpcf7 .wpcf7-response-output, .page-lien-he .ct-national .wpcf7 .wpcf7-not-valid-tip, .page-lien-he .ct-national .wpcf7 .wpcf7-response-output, .contact-us .ct-national .wpcf7 .wpcf7-not-valid-tip, .contact-us .ct-national .wpcf7 .wpcf7-response-output {
  color: #ffb1b1;
}
.page-contact .ct-national .wpcf7 .wpcf7-response-output, .page-lien-he .ct-national .wpcf7 .wpcf7-response-output, .contact-us .ct-national .wpcf7 .wpcf7-response-output {
  margin: 0;
  margin-top: 1rem;
  border-color: #fff;
}
@media only screen and (max-width: 576px) {
  .page-contact .ct-national .wp-block-heading, .page-lien-he .ct-national .wp-block-heading, .contact-us .ct-national .wp-block-heading {
    margin: 0;
  }
  .page-contact .ct-national .wp-block-columns, .page-lien-he .ct-national .wp-block-columns, .contact-us .ct-national .wp-block-columns {
    row-gap: 15px;
  }
}

.page-partner .wp-block-image, .page-doi-tac .wp-block-image, .partners .wp-block-image {
  margin-bottom: 50px;
}
.page-partner .wp-block-image figure, .page-doi-tac .wp-block-image figure, .partners .wp-block-image figure {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.page-partner .wp-block-image figure img, .page-doi-tac .wp-block-image figure img, .partners .wp-block-image figure img {
  order: 2;
  width: auto;
}
.page-partner .wp-block-image figure figcaption, .page-doi-tac .wp-block-image figure figcaption, .partners .wp-block-image figure figcaption {
  font-family: "SVNGilroy Bold", "SVNGilroy", sans-serif;
  text-transform: capitalize;
  font-size: 20px;
  margin-top: 0;
}
@media only screen and (max-width: 576px) {
  .page-partner .wp-block-image, .page-doi-tac .wp-block-image, .partners .wp-block-image {
    max-width: 60%;
    margin: 0 auto 2rem auto;
  }
  .page-partner .wp-block-image figure figcaption, .page-doi-tac .wp-block-image figure figcaption, .partners .wp-block-image figure figcaption {
    font-size: 1rem;
  }
}

.single .site-main {
  margin: 0;
  color: #000;
  font-size: 18px;
  background: linear-gradient(185deg, #E2F2FF 20.41%, #FFF7F3 75.21%);
  background: -moz-linear-gradient(185deg, #E2F2FF 20.41%, #FFF7F3 75.21%);
  background: -webkit-linear-gradient(185deg, #E2F2FF 20.41%, #FFF7F3 75.21%);
}
.single .site-main .container {
  padding: 1rem;
}
.single .post-heading {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.single .post-heading h1 {
  margin: 0;
  color: #043372;
  text-transform: uppercase;
}
.single .post-heading ul {
  display: flex;
  flex-wrap: wrap;
  color: #7c7c7c;
  font-size: 15px;
}
.single .post-content {
  text-align: justify;
}
.single .post-content .wp-block-image {
  margin: 1rem 0;
}
.single .post-related {
  margin: 2rem 0;
}
.single .post-related > h3 {
  color: #043372;
  margin: 0;
  margin-bottom: 1rem;
  font-family: "SVNGilroy Bold", "SVNGilroy", sans-serif;
  text-transform: uppercase;
}
.single .post-related .related-list {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 576px) {
  .single .post-heading h1 {
    font-size: 24px;
    line-height: 1.2;
  }
  .single .post-content {
    font-size: 1rem;
  }
  .single .post-related .related-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Modal Overlay */
.cosmos-modal-wrapper {
  display: none;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  animation: fadeIn 0.3s ease-in-out;
}

/* Fade in animation */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Modal Content Box */
.cosmos-modal-content {
  background: white;
  margin: auto;
  padding: 16px 0;
  border-radius: 20px;
  width: 90%;
  top: 50%;
  transform: translateY(-50%);
  max-width: 500px;
  max-height: 95vh;
  overflow: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}

/* Slide down animation */
@keyframes slideDown {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
/* Close Button */
.cosmos-modal-close {
  color: #94a3b8;
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1;
}

.cosmos-modal-close:hover,
.cosmos-modal-close:focus {
  color: #475569;
  transform: rotate(90deg);
}

/* Modal Icon */
.cosmos-modal-icon {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 20px;
  animation: iconPop 0.6s ease-out 0.2s both;
}

@keyframes iconPop {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.cosmos-modal-icon svg {
  filter: drop-shadow(0 4px 12px rgba(16, 185, 129, 0.3));
}

/* Modal Title */
.cosmos-modal-title {
  background: linear-gradient(to right, #384F8A, #D6CCE4);
  background: -moz-linear-gradient(to right, #384F8A, #D6CCE4);
  background: -webkit-linear-gradient(to right, #384F8A, #D6CCE4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: block;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 15px 0;
  margin-inline: auto;
  text-align: center;
  padding: 0 40px;
  line-height: 1.3;
}

/* Modal Message */
.cosmos-modal-message {
  color: #64748b;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  margin: 0;
  padding: 0 40px 40px 40px;
}

/* Action Button */
.cosmos-modal-button {
  border: none;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  display: block;
  text-transform: capitalize;
  max-width: 150px;
  border-radius: 4px;
  line-height: 40px;
  padding: 0;
  margin-inline: auto;
  padding-inline: 24px;
  background: linear-gradient(350deg, #043372, #D6CCE4);
  background: -moz-linear-gradient(350deg, #043372, #D6CCE4);
  background: -webkit-linear-gradient(350deg, #043372, #D6CCE4);
}

/* Responsive Design */
@media (max-width: 600px) {
  .cosmos-modal-content {
    margin: 20% auto;
    width: 95%;
    border-radius: 16px;
  }
  .cosmos-modal-title {
    font-size: 24px;
    padding: 0 30px;
  }
  .cosmos-modal-message {
    font-size: 15px;
    padding: 0 30px 30px 30px;
  }
  .cosmos-modal-button {
    width: calc(100% - 60px);
    margin-bottom: 30px;
  }
  .cosmos-modal-icon {
    padding-top: 40px;
  }
  .cosmos-modal-icon svg {
    width: 70px;
    height: 70px;
  }
}
body {
  --wp--preset--font-size--medium: 32px;
  --wp--preset--font-size--large: 40px;
  --wp--preset--font-size--x-large: 52px;
}
@media only screen and (max-width: 1500px) {
  body {
    --wp--preset--font-size--medium: 28px;
    --wp--preset--font-size--large: 32px;
    --wp--preset--font-size--x-large: 42px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 28px;
    --wp--preset--font-size--x-large: 38px;
  }
}
@media only screen and (max-width: 576px) {
  body {
    --wp--preset--font-size--medium: 16px;
    --wp--preset--font-size--large: 18px;
    --wp--preset--font-size--x-large: 26px;
  }
}

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