
html,
body {
  font-size: 1rem;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow-x: hidden;
}

#placeholder{ cursor:pointer}

.thuvien-slider .slick-slide img {
    display: block;
	border-radius:60px!important;
}


.flier {pointer-events: none;}

.flier > * {
/* Adjust animation duration to change the element’s speed */
        animation: fly 15s 3 ease-in-out;
        pointer-events: none !important;
	top: 0;
	left: 0;
	transform: translateX(-120%) translateY(-120%) rotateZ(0);
	position: fixed;
	animation-delay: 1s;
	z-index: 999999;
}

@keyframes fly {
	98.001%, 0% {display: block;transform: translateX(-200%) translateY(120vh) rotateZ(0deg)}
	15% {transform: translateX(100vw) translateY(-100%) rotateZ(0deg);}
	15.07% {transform: translateX(110vw) translateY(-100%)  rotateY(180deg)  rotateZ(30deg);}	
	80% {transform: translateX(110vw) translateY(-100%)  rotateY(180deg)  rotateZ(30deg);}
	90% {transform: translateX(-100vw) translateY(110vh) rotateY(180deg) rotateZ(30deg);}
}


@media (max-width: 1919px) {
  html,
  body {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 2560px) {
  html,
  body {
    font-size: 1.2rem;
  }
}
@media (min-width: 3000px) {
  html,
  body {
    font-size: 1.7rem;
  }
}
@media (min-width: 4000px) {
  html,
  body {
    font-size: 1.9rem;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.text-body, .btn{
  font-size: 4rem;
}

@media (min-width: 640px){
  .text-body, .btn{
    font-size: 3rem;
  }
}

@media (min-width: 768px){
  .text-body, .btn{
    font-size: 2rem;
  }
}

@media (min-width: 1280px){
  .text-body, .btn{
    font-size: 1.2rem;
  }
}

.btn {
  color: rgb(255, 255, 255);
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 768px){
  .btn{
    padding-left: 15px;
    padding-right: 15px;
  }
}

.btn{
  position: relative;
  cursor: pointer;
  border-width: 0px;
  min-height: 35px;
  width: auto;
  min-width: 6rem;
}

@media (min-width: 1024px){
  .btn{
    min-height: 3rem;
  }
}
.btn:hover {
  color: rgb(255, 255, 255);
}

.page-title{
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.loading{
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  mix-blend-mode: screen;
}
.loading.show{
  z-index: 100;
  opacity: 1;
}
@-webkit-keyframes cloud-1 {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(-100%, -100%);
            transform: translate(-100%, -100%);
  }
}
@keyframes cloud-1 {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(-100%, -100%);
            transform: translate(-100%, -100%);
  }
}
@-webkit-keyframes cloud-2 {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
  }
}
@keyframes cloud-2 {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
  }
}
@-webkit-keyframes cloud-3 {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(100%, 100%);
            transform: translate(100%, 100%);
  }
}
@keyframes cloud-3 {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(100%, 100%);
            transform: translate(100%, 100%);
  }
}
@-webkit-keyframes cloud-4 {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(-100%, 100%);
            transform: translate(-100%, 100%);
  }
}
@keyframes cloud-4 {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(-100%, 100%);
            transform: translate(-100%, 100%);
  }
}
.loading .cloud{
  position: absolute;
  max-width: 75%;
  opacity: 0.9;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
.loading .cloud-1 {
  left: 0;
  -webkit-animation-name: cloud-1;
          animation-name: cloud-1;
}
.loading .cloud-2 {
  right: 0;
  top: 0;
  -webkit-animation-name: cloud-2;
          animation-name: cloud-2;
}
.loading .cloud-3 {
  right: 0;
  bottom: 0;
  -webkit-animation-name: cloud-3;
          animation-name: cloud-3;
}
.loading .cloud-4 {
  left: 0;
  bottom: 0;
  -webkit-animation-name: cloud-4;
          animation-name: cloud-4;
}
.loading path:first-child{
  fill: #0076fe;
}
.loading svg{
  width: 12rem;
}
@media (min-width: 640px){
  .loading svg{
    width: 8rem;
  }
}
@media (min-width: 1024px){
  .loading svg{
    width: 3rem;
  }
}
.loading svg{
  height: 12rem;
}
@media (min-width: 640px){
  .loading svg{
    height: 8rem;
  }
}
@media (min-width: 1024px){
  .loading svg{
    height: 3rem;
  }
}

.wapper-main{
  overflow: hidden;
  scroll-behavior: smooth;
}


body{ scroll-behavior: smooth;}


.slider {
  visibility: hidden;
}
.slider.slick-initialized {
  visibility: visible;
}

.lazy-load img {
  opacity: 0;
  -webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}

img.lazy-load {
  opacity: 1;
}

.block-spacing{
  padding-top: 12rem;
  padding-bottom: 12rem;
}

@media (min-width: 640px){
  .block-spacing{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

@media (min-width: 768px){
  .block-spacing{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}

@media (min-width: 1024px){
  .block-spacing{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.video-size video{
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 640px){
  .video-size video{
    -o-object-fit: fill;
       object-fit: fill;
  }
}

.video-size video{
  position: absolute;
  height: 100%;
  width: 100%;
}

.landing-video-1917{
  opacity: 1;
  min-height: 100%;
  min-width: 100%;
  height: unset;
}

.bg-cover-sec1-2 {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.header_text-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  max-width: 87%;
}

@media (min-width: 768px){
  .header_text-wrap{
    max-width: 53%;
  }
}

.header_logo-move img {
  opacity: 1 !important;
}

.logo .works path,
.logo .works polygon {
  fill: black;
}
.logo .our path {
  fill: white;
}

.wrap-home{
  position: relative;
  overflow: hidden;
  /*opacity:0;*/
}

 /*.wrap-home.active{

  opacity:1;
  
  display:block
}*/



.popup{

  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 50;
  height: 100vh;
  max-height: 100%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: auto;
  overflow-x: hidden;
}

@media (min-width: 768px){
  .popup{
    inset: 0px;
  }
}

.popup{
  margin-left: auto;
  margin-right: auto;
  display:none;
  
  
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background-color: transparent;
  z-index: -1;
  opacity: 0;
  
}
.popup.active{
  z-index: 99999;
  opacity: 1!important;
  background-color: #0000005e;
  display: -webkit-box;
  display: -ms-flexbox;
}
.popup-wrap{
  position: relative;
  max-height: 100%;
  width: 100%;
  max-width: 86%;
}
@media (min-width: 640px){
  .popup-wrap{
    max-width: 66rem;
  }
}
@media (min-width: 768px){
  .popup-wrap{
    max-width: 70rem;
  }
}
.popup-content{
  position: relative;  
  padding-top: 15rem;
  padding-bottom: 18rem;
  padding-left: 19.5rem;
  padding-right: 18rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 600px) {
#block-1 table, #block-2 table{display:none!important;}	
.wrap-home .section1 .title img {max-width: 250px!important;margin:0px auto!important;}
.wrap-home .section1 .sub-title { max-width: 100em!important;font-size: 2rem!important;margin: 5px auto 30px!important; padding: 0 10%;}	
.wrap-home .do-thi-trai-tim-2 { top: 77%!important;}
.wrap-home .do-thi-trai-tim-2 { top: 77%!important;}		
.wrap-home .cloud-2 {top: 100%!important; max-width: 90%!important;}
.wrap-home .cloud-3 { top: 110%!important;}
.wrap-home .vi-tri-chien-luoc { -webkit-animation: runTopBottom2 12s linear infinite!important;animation: runTopBottom2 12s linear infinite!important;}
.wrap-home .section2 {height: 1300px!important; }
.wrap-home .section2 .section-map { display: block!important;top: 20%!important;}
.map img.text-2 { max-width: 330px!important; margin: -110px auto 0!important;}
.sun-spin {top: 0px!important;}

.wrap-home .do-thi-trai-tim-2.tien-ich {  top: 49% !important;}
.tienich-sliders .swiper-wrapper {padding-bottom:8em !important;}
.wrap-home .do-thi-trai-tim-2.tien-ich .swiper-pagination-bullet {width:2.5em !important;height:2.5em !important;}
.wrap-home .video-tvc #placeholder{max-width: 80%; margin: 0 auto;}

.wrap-home #video-tvc {
  height: 320px; /* hoặc chiều cao cố định bạn mong muốn */
  max-width: 100%!important; 
 /* overflow: hidden;
  visibility: hidden;
  opacity: 0;*/
  transition: opacity 0.3s ease;
}
#video-tvc.loaded {
  visibility: visible;
  opacity: 1;
}

.wrap-home .section2 .section3--title{ top: 58%!important;max-width: 220px!important;}
.wrap-home .section3 .section3--title { top:-4%!important;max-width: 200px!important;z-index:1100!important;}
.wrap-home .section4 .section4--title { top:52%!important;max-width: 220px!important;z-index:1100!important;} 
.wrap-home .section4 .bg-bottom {height: 400px;}
.wrap-home .section5--title {left: 2% !important; max-width: 220px !important;top:65%;}
.wrap-home .section6--title { left:5%!important; top:79%!important; max-width:220px!important;}
.wrap-home .section6 .bg-bottom {min-height: 600px;}
.wrap-home .section7 .section-bottom {top:15%!important;}

.wrap-home .section7  {  padding-bottom:60em!important;}
.wrap-home .section7 .bg-bottom {min-height: 700px;}
.wrap-home .section7 .contact--wrap {top:66%!important;}
.contact--form form input, .contact--form form select, .contact--form form textarea {outline: 1px solid rgba(80, 80, 80, .6)!important;border-radius: .5em!important;padding: 0 1em!important;	height: 8rem!important;}
.contact--form form .submit {font-size: 4rem!important;}
.contact--others .logo-footer h3 {font-size:14px!important;}
.contact-bottom--others .logo-footer { max-width: 25%;}
.tintuc-slider .slick-prev, .tintuc-slider .slick-next {top: 40%!important;}
.contact--others {margin-top: 9rem!important; margin-bottom:2rem!important;}
.contact--address { max-width:80%!important; text-align:center}

.register-form { text-align:center}
.register-form h1{ font-size: 8rem!important;}
.register-form h2, h3{font-size: 4.5rem!important;}
.contact--form form {    margin-top: 2rem!important;}
.section7 .contact--partners .tintuc-slider .events-item img { border-radius:10px !important;}
.contact--partners .tintuc-slider .events-item { padding:10px 10px!important;}
.events-des .events-title{font-size: 3em!important;margin-top:10px!important;   line-height:1;}
.slick-dots {    bottom: 0!important;}

.contact--partners .contact--sub { display:none; }
.contact--partners .contact--title {max-width: 70rem!important;font-size: 4em!important;}
.wrap-home .section3 {padding-bottom: 0rem; }
.banks-title {font-size: 6rem!important;}
.slick-prev, .slick-next { width: 30px!important; height:30px!important;}
.slick-prev:before, .slick-next:before {font-size: 60px!important;}
.slick-next {right: 10px!important;}
.slick-prev {left: 10px!important;}
.thuvien-slider .slick-slide img { border-radius:20px !important;}


.bt-contact-right {right: 10px!important;bottom: 10px!important;}
.bt-contact-right a {font-size: 11px!important;height: 50px!important;width: 50px!important;}

.popup {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: -1;
    height: 100vh;
    max-height: 100%;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-y: auto;
    overflow-x: hidden;
}
	
.popup-wrap { max-width: 96%;}
.social {left:10px!important;bottom: 2%!important;}
.popup-content{padding-top: 25rem; padding-bottom: 35rem;  padding-left: 20rem;}
.popup-body .text{margin-top: 40px!important; margin-bottom: 30px!important; font-size: 4rem;}
.popup-close {right: -15rem!important;} 

.wrap-news .section1 {position: relative!important;height: 100vh!important}
.wrap-news .section1 .section-top {margin-top:10em}
.section-theodong-sukien .events-slider .big {width: calc(100% - 0.8rem)!important; height: 300px!important;}
.section-theodong-sukien .events-slider .right {width: 100%!important; display:inline-block!important;  -ms-flex-direction:row;flex-direction: row!important; min-height: 250px!important;}
.section-theodong-sukien .events-slider .right .events-item{ display: inline-block; width: calc(47% - 0rem)!important;max-width: calc(50% - 1rem)!important; margin-top:1rem;  }
.section-theodong-sukien .events-title {height: auto!important;}
.section-theodong-sukien .events-slider .right .events-title { height:auto!important; font-size:2.2rem!important;  line-height: 1.2!important;text-transform: math-auto;}
.section-theodong-sukien .events-slider .events-arrow-date{ display:none!important;}
.section-theodong-sukien .heading {margin-bottom: 25px!important;}
.section-theodong-sukien .events-sliders .slick-dots {bottom: -30px!important;}
.section-theodong-sukien .events-slider .events-des {padding-bottom:4rem!important;}

.categorySlider2 .swiper-slide .destination-img {padding-top:50px!important;}
.categorySlider2 .swiper-slide:nth-child(1){margin-top:-55px!important;}
.categorySlider2 .swiper-slide:nth-child(2){margin-top:-45px!important;}
.categorySlider2 .swiper-slide:nth-child(3){margin-top:-35px!important;}
.categorySlider2 .swiper-slide:nth-child(4){margin-top:-25px!important;}
.categorySlider2 .swiper-slide:nth-child(5){margin-top:-15px!important;}
.categorySlider2 .swiper-slide:nth-child(6){margin-top:-10px!important;}
.categorySlider2 .swiper-slide:nth-child(7){ margin-top:-5px!important;}
.categorySlider2 .swiper-slide:nth-child(8){margin-top:5px!important;}
.categorySlider2 .swiper-slide:nth-child(9){margin-top:15px!important;}	
.categorySlider2 .swiper-slide:nth-child(10){margin-top:25px!important;}


}


@-webkit-keyframes runTopBottom2 {
  0% { top: 110.5%; }
  50% {top: 112%;}
  100% {top: 110.5%;}
}



@media (min-width: 2560px) {
  .popup-content {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.popup-header{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.popup-header img{
  width: 100%;
}
.popup-close{
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 5rem;
}
@media (min-width: 640px){
  .popup-close{
    font-size: 2rem;
  }
}
.popup-close{
  position: absolute;
  right: -12rem;
  top: -10rem;
}
@media (min-width: 640px){
  .popup-close{
    top: -10rem;
  }
}
.popup-close{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  --tw-text-opacity: 1;
  color:#ffffff;
}
.popup-close svg{
  margin-right: 5px;
  height: 5rem;
  width: 5rem;
}
@media (min-width: 640px){
  .popup-close svg{
    height: 2rem;
    width: 2rem;
	fill:#ffffff;
    }
  }
}
.popup-noti {
  background: #aa6b4d;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
  font-size: 2.5rem;
  padding: 2rem 3rem;
  border-radius: 15px;
  -webkit-box-shadow: 2px 4px 5px #5f544f;
          box-shadow: 2px 4px 5px #5f544f;
  text-align: center;
}
.popup-noti p {
  margin-bottom: 10px;
}
.popup-noti button {
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 2px 15px;
}
.popup-body .text{
  margin-top: 20px;
  margin-bottom: 30px;
 
  text-align: center;
  font-size: 4rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .popup-body .text{
    font-size: 1.1rem;
  }
}
.popup-body .text p{
  line-height: 1.3;
}
.popup-body .text p:first-child{
  margin-bottom: 4rem;
}
@media (min-width: 640px){
  .popup-body .text p:first-child{
    margin-bottom: 1rem;
  }
}
.popup form{
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 640px){
  .popup form{
    max-width: 90%;
  }
}
.popup form input,
.popup form select,
.popup form textarea{
  height: 13rem;
}
@media (min-width: 320px){
  .popup form input,
.popup form select,
.popup form textarea{
    height:8rem;padding:5px 20px!important;
  }
}
@media (min-width: 768px){
  .popup form input,
.popup form select,
.popup form textarea{
    height: 3.5rem;
  }
}
.popup form input,
.popup form select,
.popup form textarea{
  width: 100%;
  border-radius: 35px;
  
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 1536px){
  .popup form input,
.popup form select,
.popup form textarea{
    border-radius: 50px;
  }
}
.popup form input,
.popup form select,
.popup form textarea{
  font-size:4rem;
}
@media (min-width: 640px){
  .popup form input,
.popup form select,
.popup form textarea{
    font-size: 1.3rem;
  }
}
.popup form input,
.popup form select,
.popup form textarea{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.popup form input::-webkit-input-placeholder,
.popup form select::-webkit-input-placeholder,
.popup form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 4rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .popup form input::-webkit-input-placeholder,
.popup form select::-webkit-input-placeholder,
.popup form textarea::-webkit-input-placeholder{
    font-size: 1.3rem;
  }
}
.popup form input::-moz-placeholder,
.popup form select::-moz-placeholder,
.popup form textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 4rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .popup form input::-moz-placeholder,
.popup form select::-moz-placeholder,
.popup form textarea::-moz-placeholder{
    font-size: 1.3rem;
  }
}
.popup form input:-ms-input-placeholder,
.popup form select:-ms-input-placeholder,
.popup form textarea:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 4rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .popup form input:-ms-input-placeholder,
.popup form select:-ms-input-placeholder,
.popup form textarea:-ms-input-placeholder{
    font-size: 1.3rem;
  }
}
.popup form input:-moz-placeholder,
.popup form select:-moz-placeholder,
.popup form textarea:-moz-placeholder {
  /* Firefox 18- */
  font-size: 4rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .popup form input:-moz-placeholder,
.popup form select:-moz-placeholder,
.popup form textarea:-moz-placeholder{
    font-size: 1.3rem;
  }
}
.popup form input{
  line-height: 1.2;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.popup form input::-webkit-outer-spin-button, .popup form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.popup form input[type=number] {
  -moz-appearance: textfield;
}
.popup form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 50%;
  background-size: 10px;
  background-size: 3rem;
}
@media (min-width: 640px){
  .popup form select{
    background-size: 1rem;
  }
}
.popup form select::-ms-expand {
  display: none; /* remove default arrow on ie10 and ie11 */
}
.popup .form-item{
  margin-bottom: 3rem;
}
@media (min-width: 640px){
  .popup .form-item{
    margin-bottom: 1.2rem;
  }
}
.popup .form-item:last-child{
  text-align: center;
}
.popup .submit{
  width: 130px;
}
@media (min-width: 640px){
  .popup .submit{
    width: 150px;
  }
}
.popup .submit{
  border-radius: 30px;
}
.popup .submit:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.popup .submit{
  min-height: 0px;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 640px){
  .popup .submit{
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}
.popup .submit{
  font-size: 5rem;
}
@media (min-width: 640px){
  .popup .submit{
    font-size: 2rem;
  }
}
.popup .submit {
  background: -webkit-gradient(linear, left top, right top, color-stop(53%, rgb(230 68 106)), to(rgb(248 157 65)));
  background: linear-gradient(90deg,  rgb(230 68 106) 53%, rgb(248 157 65) 100%);
}

.toast{
  position: fixed;
  right: 10px;
  top: 10px;
  --tw-translate-x: 110%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 72rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.toast > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.toast{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px){
  .toast{
    max-width: 26rem;
  }
}

.toast {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  padding: 10px 20px;
  padding-right: 10px;
}
.toast .fly{
  margin-bottom: 3px;
}
@media (min-width: 640px){
  .toast .fly{
    margin-bottom: 5px;
  }
}
.toast .close{
  height: 3rem;
  width: 3rem;
  cursor: pointer;
}
@media (min-width: 640px){
  .toast .close{
    height: 1.2rem;
    width: 1.2rem;
  }
}
.toast svg{
  height: 3rem;
  width: 3rem;
  --tw-rotate: 45deg;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 640px){
  .toast svg{
    height: 1.25rem;
    width: 1.25rem;
  }
}
.toast .text{
  font-size: 4rem;
}
@media (min-width: 640px){
  .toast .text{
    font-size: 1.2rem;
  }
}
.toast.active{
  --tw-translate-x: 0px;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.toast .icon{
  margin-left: auto !important;
}

.bg-top.pc, .bg.pc{
  display: none;
  max-height: 100vh;
}

@media (min-width: 640px){
  .bg-top.pc, .bg.pc{
    display: block;
  }
}
.bg-top.mobile, .bg.mobile{
  display: block;
  position: absolute;
}
@media (min-width: 640px){
  .bg-top.mobile, .bg.mobile{
    display: none;
  }
}

.section-top{
 position: absolute;
  top: 0px;
  z-index: 2;
  height: 100%;
  width: 100%; 
}

.image-center{
  left: 50%;
  --tw-translate-x: -50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.text-hidden{
  font-size: 0px;
  opacity: 0;
  
}

.sun-spin{
  position: absolute;
  z-index: 1;
  top: 13%;
}

@media (max-width: 640px){
  
  .sun-spin-bg{width: 320px; height:320px}
  .sun-spin{max-width: 200px!important;width: 200px!important; height:200px!important;}
  
}

.sun-spin{
  width: 100%;
  max-width: 68rem;
}

@media (min-width: 640px){
  .sun-spin{
    max-width: 280px; top:3%;
  }
 
}

.sun-spin{
  left: 21%;
}

@media (min-width: 640px){
  .sun-spin{
    left: 26%;
  }
}

.sun-spin{
  mix-blend-mode: screen;
  -webkit-animation: linear 6s infinite forwards gwd-gen-1rougwdanimation_gwd-keyframes;
          animation: linear 6s infinite forwards gwd-gen-1rougwdanimation_gwd-keyframes;
}
.contact--wrap{
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 66%;
  width: 100%;
 
}
@media (min-width: 2880px){
  .contact--wrap{
    top: 69.5%;
  }
}

.contact--partners{
  width: 100%;
}

.section7{ padding-bottom: 80em;}

.contact--partners .contact{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
  max-width: 80%;
}
.contact--partners .contact--title{
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  
  font-size:2em;
  
}
.contact--partners .contact--title span{

    color:#fff;

   background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgb(230 68 106)), to(rgb(248 157 65)));
    background: linear-gradient(90deg, rgb(230 68 106) 20%, rgb(248 157 65) 100%);
	padding:5px 20px;
	border-radius:15px 15px 0 0;
}
@media (min-width: 640px){
  .contact--partners .contact--title{
    max-width: 37rem;
  }
}
@media (min-width: 3840px){
  .contact--partners .contact--title{
    max-width: 51rem;
  }
}
.contact--partners .contact--sub{
  
  color: rgb(99 26 9 / var(--tw-text-opacity));
  font-size:.8em;
  background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.1) 10%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 80%, rgba(255,255,255,0.1) 90%, rgba(255,255,255,0) 100%);
  
  
}
@media (min-width: 640px){
  .contact--partners .contact--sub{
    font-size: 1rem;
  }
}

.contact--partners .contact--head{
 margin-top: -18em;
      margin-top: -22em;
	  z-index:999;
     position: relative;
 
}
.contact--partners .contact--sub{
  margin-left: auto;
  margin-right: auto;
     
    max-width: 100%;
    padding: 2em 14em;
	
}
.contact--partners .contact--sub span{
  font-size: 2.7rem;
}
.contact--partners .contact--slider{
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  max-width: 83%;
  padding-bottom: 15rem;
}

.contact--partners .tintuc-slider .events-item{
  padding:20px;
}
.contact--partners .tintuc-slider .events-item img{
  border-radius:30px!important;
}



@media (min-width: 640px){
  .contact--form{
    margin-top:-6em;
	z-index:998;
     position: relative;
  }
}
@media (min-width: 2880px){
  .contact--form{
    width: 100%;
  }
}
.contact--form form{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.5rem;
  gap: 3rem;
}
@media (min-width: 640px){
  .contact--form form{
    gap: 0.7rem;
  }
}
.contact--form form{
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}
@media (min-width: 640px){
  .contact--form form{
    max-width: 70%;
	padding:10em 10em 50px;
	border-radius:50px;
	background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(0,212,255,1) 25%, rgba(62,180,230,0.9) 75%, rgba(219,249,255,0.7) 85%, rgba(255,255,255,0.8) 95%);
  }
}
.contact--form form .form-item{
  width: 100%;
}

.contact--form form .form-item:last-child{
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact--form form .submit{
  border-style: none;
  font-size: 6rem;
}
@media (min-width: 640px){
  .contact--form form .submit{
    font-size: 1.5rem;
  }
}
@media (min-width: 3840px){
  .contact--form form .submit{
    font-size: 2rem;
  }
}
.contact--form form .submit{
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  padding-top: 5px;
  padding-bottom: 5px;
 background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgb(230 68 106)), to(rgb(248 157 65)));
    background: linear-gradient(90deg, rgb(230 68 106) 30%, rgb(248 157 65) 100%);
	border-radius: 10px;
}
.contact--form form input,
.contact--form form select,
.contact--form form textarea{
  border-radius: 10px;
  height: 13rem;
}
@media (min-width: 640px){
  .contact--form form input,
.contact--form form select,
.contact--form form textarea{
    height: 5.6rem;
  }
}
@media (min-width: 768px){
  .contact--form form input,
.contact--form form select,
.contact--form form textarea{
    height: 3rem;
  }
}
@media (min-width: 3840px){
  .contact--form form input,
.contact--form form select,
.contact--form form textarea{
    height: 5rem;
  }
}
.contact--form form input,
.contact--form form select,
.contact--form form textarea{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (min-width: 3840px){
  .contact--form form input,
.contact--form form select,
.contact--form form textarea{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.contact--form form input,
.contact--form form select,
.contact--form form textarea{
  font-size: 4rem;
  --tw-text-opacity: 1;
  color: rgb(64 108 128 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .contact--form form input,
.contact--form form select,
.contact--form form textarea{
    font-size: 1.1rem;
  }
}
@media (min-width: 3840px){
  .contact--form form input,
.contact--form form select,
.contact--form form textarea{
    font-size: 1.6rem;
  }
}
.contact--form form input,
.contact--form form select,
.contact--form form textarea{
  font-weight: 500;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.contact--form form input::-webkit-input-placeholder,
.contact--form form select::-webkit-input-placeholder,
.contact--form form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 4rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(64 108 128 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .contact--form form input::-webkit-input-placeholder,
.contact--form form select::-webkit-input-placeholder,
.contact--form form textarea::-webkit-input-placeholder{
    font-size: 1.1rem;
  }
}
@media (min-width: 3840px){
  .contact--form form input::-webkit-input-placeholder,
.contact--form form select::-webkit-input-placeholder,
.contact--form form textarea::-webkit-input-placeholder{
    font-size: 1.6rem;
  }
}
.contact--form form input::-moz-placeholder,
.contact--form form select::-moz-placeholder,
.contact--form form textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 4rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(64 108 128 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .contact--form form input::-moz-placeholder,
.contact--form form select::-moz-placeholder,
.contact--form form textarea::-moz-placeholder{
    font-size: 1.1rem;
  }
}
@media (min-width: 3840px){
  .contact--form form input::-moz-placeholder,
.contact--form form select::-moz-placeholder,
.contact--form form textarea::-moz-placeholder{
    font-size: 1.6rem;
  }
}
.contact--form form input:-ms-input-placeholder,
.contact--form form select:-ms-input-placeholder,
.contact--form form textarea:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 4rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(64 108 128 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .contact--form form input:-ms-input-placeholder,
.contact--form form select:-ms-input-placeholder,
.contact--form form textarea:-ms-input-placeholder{
    font-size: 1.1rem;
  }
}
@media (min-width: 3840px){
  .contact--form form input:-ms-input-placeholder,
.contact--form form select:-ms-input-placeholder,
.contact--form form textarea:-ms-input-placeholder{
    font-size: 1.6rem;
  }
}
.contact--form form input:-moz-placeholder,
.contact--form form select:-moz-placeholder,
.contact--form form textarea:-moz-placeholder {
  /* Firefox 18- */
  font-size: 4rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(64 108 128 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .contact--form form input:-moz-placeholder,
.contact--form form select:-moz-placeholder,
.contact--form form textarea:-moz-placeholder{
    font-size: 1.1rem;
  }
}
@media (min-width: 3840px){
  .contact--form form input:-moz-placeholder,
.contact--form form select:-moz-placeholder,
.contact--form form textarea:-moz-placeholder{
    font-size: 1.6rem;
  }
}
.contact--form form input, .contact--form form textarea{
  line-height: 1.2;
  border-radius:2em;
  padding:1.5em; 
}
.contact--form form input::-webkit-outer-spin-button, .contact--form form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contact--form form input[type=number] {
  -moz-appearance: textfield;
}
.contact--form form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 50%;
  background-size: 10px;
  background-size: 3rem;
}
@media (min-width: 640px){
  .contact--form form select{
    background-size: 1rem;
	    border-radius: 2em;
  }
}
.contact--form form select::-ms-expand {
  display: none; /* remove default arrow on ie10 and ie11 */
}

.contact--address{
  margin-bottom: 4rem;
}

@media (max-width: 640px){
  .contact--address{
    margin-bottom: 1.4rem;
	 max-width: 90%;
  }
  .contact--address .bottom {    
   
  }
  .contact--address .item{
	max-width: 45em!important;
    min-width: 30em!important;
	text-align:left;
	    padding: 5px 10px;
}
 .contact--address .item .text {font-size: 2.5rem!important;}
  .contact--address .item ul li  {font-size: 2rem!important;}
 .contact--address .item  img {   max-width: 150px!important;} 
.social ul li a { width: 30px!important;height: 30px!important;background-position: 100% 100%!important;}

}

.contact--address{
  margin-left: auto;
  margin-right: auto;
  max-width: 70%;
    margin-bottom: 1.4rem;
	padding-bottom:45em 
}



@media (min-width: 2880px){
  .contact--address{
    max-width: none;
  }
}

.contact--address .item .img{
  max-width: 4rem;
}
@media (min-width: 640px){
  .contact--address .item .img{
    max-width: 1.3rem;
  }
}
@media (min-width: 3840px){
  .contact--address .item .img{
    max-width: 1.4rem;
  }
}
.contact--address .item .img{
  margin-right: 1rem;
  width: 100%;
}
@media (min-width: 640px){
  .contact--address .item .img{
    margin-right: 0.4rem;
  }
}
.contact--address .item .text {
  color: #406c80;
  font-weight: 700;
  font-size: 3rem;
}
@media (min-width: 640px){
  .contact--address .item .text{
    font-size: 1.2rem;
  }
}
@media (min-width: 2560px){
  .contact--address .item .text{
    font-size: 1rem;
  }
}

.contact--address .top{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 640px){
  .contact--address .top{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.contact--address .top{
  margin-bottom: 2rem;
  gap: 1.2rem;
}
@media (min-width: 640px){
  .contact--address .top{
    margin-bottom: 0.6rem;
  }
}
.contact--address .bottom{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;  
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 2rem;
  
	padding-bottom:50em
	
}
@media (min-width: 640px){
  .contact--address .bottom{
	  border-top: 1px solid #eee;
	  padding-top:2em;
    
  }
}
@media (min-width: 2880px){
  .contact--address .bottom{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.contact--address .bottom .item{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	max-width: 30em;
    min-width: 18em;
	/*border-right: 1px solid #ddd;*/
	padding:5px 15px;
}
.contact--address .bottom .item:last-child{	border-right: 0;}
@media (min-width: 3840px){
  .contact--address .bottom .item{
    margin-bottom: 0.6rem;
  }
}
@media (min-width: 2880px){
  .contact--address .bottom .item{
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contact--note{
  font-size: 2.8rem;
}
@media (min-width: 640px){
  .contact--note{
    font-size: 0.7rem;
  }
}
@media (min-width: 3840px){
  .contact--note{
    font-size: 1.4rem;
  }
}
.contact--note{
  max-width: 90%;
}
@media (min-width: 3840px){
  .contact--note{
    margin-top: 2rem;
    max-width: 70%;
  }
}
.contact--note{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
}

.contact--others,.contact-bottom--others{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
 
}

@media (min-width: 640px){
  .contact--others{
    margin-top: 3rem;
	 margin-bottom: 3rem;
  }
 .contact-bottom--others {      
        margin-bottom: 3rem;
    }
}
.contact--others .hotline{
  margin-bottom: 6rem;
  width: 100%;
  max-width: 30rem;
}
.social {
    position: fixed;
    left: 30px;
    bottom: 20%;
    z-index: 999999;opacity:0;  
}
.social ul { list-style: none;}
.social.show ul li { margin-bottom: 15px;}
.social.show {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-delay: .3s;
    animation-fill-mode: forwards;
    pointer-events: auto;
}
a.vr360 {
    width: 40px;
    height: 40px;
    border-radius: 99px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: -webkit-linear-gradient(#dd3d6e, #f9a53b);
    box-shadow: 3px 2px 6px #dd3d6e;
    border-radius: 99px;
    background-position: 300% 300%;
    animation: BorderBox 3s infinite;
}.social ul li a.vr360 img {
    max-width: 40px;
    filter: contrast(0%) brightness(200%);
}
a.facebook {
    background: -webkit-linear-gradient(#dd3d6e, #f9a53b);
    box-shadow: 3px 2px 6px #dd3d6e;
    height: 50px;
    display: block;    background-position: 300% 300%;
    animation: BorderBox 3s infinite;
}

.social ul li a img {
    max-width: 20px;
  /*  filter: contrast(0%) brightness(200%);*/
}

.social ul li a {
    width: 40px;
    height: 40px;
    border-radius: 99px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social ul li a.youtube {
   width: 40px;
    height: 40px;
    border-radius: 99px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: -webkit-linear-gradient(#dd3d6e, #f9a53b);
    box-shadow: 3px 2px 6px #dd3d6e;
    border-radius: 99px;
    background-position: 300% 300%;
    animation: BorderBox 3s infinite;
}

.social ul li a.youtube img {
    max-width: 15px;
}

a.call-phone {
    background-image: url(../images/border-1.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.bt-contact-right a {
    font-size: 16px;
    height: 80px;
    width: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 6px;
    font-weight: 700;
	text-align:center;
    color: #fff;
    background: -webkit-linear-gradient(#dd3d6e, #f9a53b);
    box-shadow: 3px 2px 6px #dd3d6e;
}

.bt-contact-right {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999999;
   display:none;
    transition: all .5s ease;
}
.bt-contact-right.show {
   
   display:block;
    transition: all .5s ease;
}

@media (min-width: 640px){
  .contact--others .hotline{
    margin-bottom: 2rem;
    max-width: 10rem;
  }
}
.contact--others .partner-line{
  margin-bottom: 8rem;
  width: 100%;
  max-width: 60%;
}
@media (min-width: 640px){
  .contact--others .partner-line{
    margin-bottom: 2rem;
    max-width: 22%;
  }
}
.contact--others .partner-line img{
  width: 100%;
}
.contact--others .logo-footer{
  max-width: 50%;
  text-align:center;
}
.contact--others .logo-footer h3, h3.logo-footer {
background: linear-gradient(to right, #dd3d6e, #f9a53b 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	    font-weight: bold;
    font-size: 30px;
    line-height: 1.3;
}

@media (min-width: 640px){
  .contact--others .logo-footer{
    max-width: 26%;
  }
  .contact--others .logo-footer h3{
    width: 100%;
  }
  .contact-bottom--others .logo-footer{
    max-width: 18%;
  }
}


.floating{
  position: fixed;
  right: 10px;
  bottom: 100px;
  z-index: 5;
}
.floating--item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  margin: 10px;
  height: 50px;
  width: 50px;
  padding: 10px;
}
@media (min-width: 640px){
  .floating--item{
    height: 80px;
    width: 80px;
  }
}
.floating .phone img{
  width: 100%;
  max-width: 80%;
}


header .menu.active{position:fixed!important ; background:rgba(0,0,0,0.3)}
header ul{
  left: 50%;
  --tw-translate-x: -50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  position: absolute ;
  top: 0px;
  width: 100%;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
	padding: 30px 20px 30px 30px;

}
header > ul li{
  list-style-type: none;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
header > ul li a{
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  letter-spacing: 0.2rem;
}
header a.active, header a:hover{
  font-weight: 700;
}
header a::after {
  content: attr(data-text);
  content: attr(data-text)/"";
  height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  font-weight: 700;
}

.logo{
  width: 100%;
  max-width: 70rem;
}

@media (min-width: 640px){
  .logo{
    max-width: 13rem;
  }
}

.logo{
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.logo img{
  width: 100%;
}
.logo.active{
  top: 0px;
  --tw-scale-x: 0.8;
  --tw-scale-y: 0.8;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 640px){
  .logo.active{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.logo.out-menu{
  display: block;
}

@media (min-width: 640px){
  .logo.out-menu{
    display: none;
  }
}

.logo.out-menu{
  position: absolute;
  top: 3rem;
  left: 50%;
  z-index: 3;
  max-width: 24rem;
  --tw-translate-x: -50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hambergur{
  z-index: -1;
  display: none;
}
@media (max-width: 640px) {
  .hambergur {
    width: 40px;
    position: fixed;
    right: 15px;
    top: 15px;
    margin: 0;
    left: auto;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    z-index: 4;
    display: block;
  }
}
.hambergur span {
  background: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  width: 100%;
  height: 3px;
  margin: 0 0 5px;
}
.hambergur.open {
  z-index: 100;
}
.hambergur.open span:first-child{
  --tw-rotate: 45deg;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-transform-origin: 10px;
          transform-origin: 10px;
}
.hambergur.open span:nth-child(2) {
  opacity: 0;
}
.hambergur.open span:nth-child(3){
  --tw-rotate: -45deg;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-transform-origin: 8px;
          transform-origin: 8px;
}
.hambergur:hover {
  cursor: pointer;
}

@media (max-width: 640px) {
  .menu {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    z-index: -1;
    visibility: visible;
    position: fixed;
    top: 0px;
    height: 100%;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: transparent;
  }
  .menu li {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .menu li:nth-child(1) {
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
  }
  .menu li:nth-child(2) {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
  }
  .menu li:nth-child(4) {
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
  }
  .menu li:nth-child(5) {
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
  }
  .menu li:not(:nth-child(3)){
    margin-bottom: 6rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu li:nth-child(3){
    display: none;
    position: fixed;
    top: 8rem;
    left: 50%;
    --tw-translate-x: -50%;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .menu li:nth-child(3) .logo{
    max-width: 38rem;
  }
  .menu a{
    font-size: 6rem;
  }
  .menu.open {
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background-color: #000000bf;
  }
  .menu.open li {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes gwd-gen-1rougwdanimation_gwd-keyframes {
  0% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    opacity: 0;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  8.8235% {
    transform: rotateZ(17.7353deg);
    -webkit-transform: rotateZ(17.7353deg);
    -moz-transform: rotateZ(17.7353deg);
    opacity: 1;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  88.2353% {
    transform: rotateZ(177.353deg);
    -webkit-transform: rotateZ(177.353deg);
    -moz-transform: rotateZ(177.353deg);
    opacity: 1;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  100% {
    transform: rotateZ(201deg);
    -webkit-transform: rotateZ(201deg);
    -moz-transform: rotateZ(201deg);
    opacity: 0;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
}
@-webkit-keyframes gwd-gen-1rougwdanimation_gwd-keyframes {
  0% {
    -webkit-transform: rotateZ(0deg);
    opacity: 0;
    -webkit-animation-timing-function: linear;
  }
  8.8235% {
    -webkit-transform: rotateZ(17.7353deg);
    opacity: 1;
    -webkit-animation-timing-function: linear;
  }
  88.2353% {
    -webkit-transform: rotateZ(177.353deg);
    opacity: 1;
    -webkit-animation-timing-function: linear;
  }
  100% {
    -webkit-transform: rotateZ(201deg);
    opacity: 0;
    -webkit-animation-timing-function: linear;
  }
}
@-webkit-keyframes run {
  0% {
    left: 0;
  }
  50% {
    left: 6%;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-60px);
            transform: translatey(-60px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-60px);
            transform: translatey(-60px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}
/* BAllOON 2 5*/
@-webkit-keyframes balloon2 {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(6eg);
  }
  50% {
    -webkit-transform: translateY(-30px) rotate(-8deg);
  }
}
@keyframes balloon2 {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(6deg);
            transform: translateY(0) rotate(6deg);
  }
  50% {
    -webkit-transform: translateY(-30px) rotate(-8deg);
            transform: translateY(-30px) rotate(-8deg);
  }
}
@-webkit-keyframes runTopBottom {
  0% {
    top: 40.5%;
  }
  50% {
    top: 41.5%;
  }
  100% {
    top: 40.5%;
  }
}
@-webkit-keyframes runTopBottomMargin {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 20px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes runTopBottom1 {
  0% {
    top: 83.5%;
  }
  50% {
    top: 85%;
  }
  100% {
    top: 83.5%;
  }
}
@-webkit-keyframes runLeftRight {
  0% {
    right: -75%;
  }
  100% {
    right: 100%;
  }
}
@-webkit-keyframes runRightLeft {
  0% {
    right: 100%;
  }
  100% {
    right: -75%;
  }
}
@-webkit-keyframes runTopBottomOverview {
  0% {
    margin-top: 13.5%;
  }
  50% {
    margin-top: 16%;
  }
  100% {
    margin-top: 13.5%;
  }
}
@-webkit-keyframes sway {
  0%, 100% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
}
@keyframes sway {
  0%, 100% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
}

.wrap-home img {
  width: 100%;
}


.map img.text-1 {  
  max-width:1300px;
  width:100%;
   margin-right:-15%;
 
  
}
.map {max-height:100vh}
.map.text-1 {  
  max-width:1200px;
  width:100%;
  margin-right:0;
  background:url(/pictures/catalog/section2-map.jpg) no-repeat;   
background-size: contain;
min-height:400px;
max-height:100vh
}

.map img.text-2 {  
  max-width:500px;
  max-height:100vh;
  position:relative;
  margin-top:20%; 
 margin-left:-150px; 
}


.wrap-home .section1 .section-top {  z-index: auto;}
.wrap-home .section1 .sub-title{max-width:60em;font-size: 1rem;margin:10px auto 30px; }
.wrap-home .section1 .sub-title p{ text-align:center; margin:10px 0} 
.wrap-home .section1 .title img{ max-width:350px;margin:20px auto;}

.wrap-home .section1 .sun-spin {
  z-index: 0;
}
.wrap-home .section2,
.wrap-home .section1{
  position: relative;
}

.wrap-home .section2{

/*  padding-top:1000px;*/
    padding-top: 0px;
    height: 2600px;
    display: table-cell;
    vertical-align: bottom;
}


.wrap-home .bg-center {
  margin-top: -2px;
}
.wrap-home .do-thi-trai-tim{
  position: absolute;
  top:4%;
  left: 50%;
  width: 100%;
   z-index:99;
  --tw-translate-x: -50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.wrap-home .do-thi-trai-tim .title{
  margin-left: auto;
  margin-right: auto;
  max-width: 55rem;
}
.slogan{max-width: 650px!important; width:70em;}
.wrap-home .do-thi-trai-tim-2{
  position: absolute;
  top: 67%;
  left: 50%;
  width: 100%;
  z-index:9;
  --tw-translate-x: -50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.wrap-home .do-thi-trai-tim-2.tien-ich{ width:80vw!important;  top: 49%!important;}

.wrap-home .section2 .section-map{
display: -webkit-box;
  display: -ms-flexbox;
  
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -2rem;
  max-width: 100%;
}







.destination-item2 .box-text {
  color: var(--white-color);
  display: block;
}
.destination-item2:hover .box-img {
  border-color: var(--white-color);
}
.destination-area6 .th-container {
  --main-container: 1472px;
}
.destination-slider2 .swiper-slide {
  box-shadow: none;
  border-radius: 24px;
  overflow: hidden;  
  
}

.destination-slider2 .swiper-slide.swiper-slide-active {
  border-radius: 24px;
}
.destination-slider2 .swiper-slide.swiper-slide-active .destination-img {
  width: 425px;
  height: 470px;
  display: block;
  margin: auto;
}
.destination-slider2 .swiper-slide.swiper-slide-active .destination-img img {
  /*width: 100%;
  height: 100%;
  object-fit: cover;*/
}

.categorySlider2 .swiper-slide{}
.categorySlider2 .swiper-slide .destination-img {
  width: 100%;
  padding-top:140px;
  display: block;
  margin: auto;
}

.categorySlider2 .swiper-slide .destination-img img {}

.categorySlider2 .swiper-slide:nth-child(0){
	/*transform:  translate3d(0px, 0px, 0px)  rotateX(15deg) rotateY(30deg) !important; */	
	}
.categorySlider2 .swiper-slide:nth-child(1){margin-top:-140px;}
.categorySlider2 .swiper-slide:nth-child(2){margin-top:-120px;}
.categorySlider2 .swiper-slide:nth-child(3){margin-top:-100px;}
.categorySlider2 .swiper-slide:nth-child(4){margin-top:-70px;}
.categorySlider2 .swiper-slide:nth-child(5){margin-top:-60px;}
.categorySlider2 .swiper-slide:nth-child(6){margin-top:-30px;}
.categorySlider2 .swiper-slide:nth-child(7){ margin-top:-10px;}
.categorySlider2 .swiper-slide:nth-child(8){margin-top:10px;}
.categorySlider2 .swiper-slide:nth-child(9){margin-top:30px;}	
.categorySlider2 .swiper-slide:nth-child(10){margin-top:50px;}
@media (min-width: 640px){
  .wrap-home .do-thi-trai-tim .title{
    max-width: 46rem;
  }
}
@media (min-width: 2000px){
  .wrap-home .do-thi-trai-tim .title{
    max-width: 65rem;
  }
  .wrap-home .section2{

    height:3200px;
	max-height:150vw;
   
}
}
.wrap-home .do-thi-trai-tim .sub-title {
  margin-top: -1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrap-home .do-thi-trai-tim .sub{
  width: 100%;
}
.wrap-home .do-thi-trai-tim .sub-1 {
  max-width: 57rem;
}
.wrap-home .do-thi-trai-tim .sub-2 {
  margin-top: 2.2rem;
  max-width: 52rem;
}
.wrap-home .do-thi-trai-tim .sub-3 {
  margin-top: 2.3rem;
  max-width: 60rem;
}
.wrap-home .do-thi-trai-tim .sub-4 {
  margin-top: 2.25rem;
  max-width: 65rem;
}







.categorySlider{
    overflow:hidden
}
.categorySlider .swiper-pagination-bullets{
    max-width:250px;
    display:block;
    margin:auto;
    overflow:hidden;
    position:relative
}
.categorySlider.th-slider.has-shadow{
    padding:0px !important;
    margin:-25px 14px !important
}
.category-area{
    padding:165px 0 120px 0;
    margin-top:-55px
}
.category-area .th-container{
    --main-container: 1750px
}
.category-area .swiper .swiper-slide{
    width:312px
}
.category-card{
    position:relative;
    text-align:center;
    margin-bottom:50px
}
.category-card.style2 .box-img{
    border-radius:50%;
    border:10px solid var(--smoke-color);
    -webkit-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out
}
.category-card.style2 .box-img img{
    border-radius:50%
}
.category-card.style2:hover .box-img{
    border-color:var(--theme-color)
}
.category-card.style5 .box-img{
    border-radius:200px;
    width:200px;
    height:300px
}
.category-card.style5 .box-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:200px
}
.category-card.style5 .box-title{
    font-size:24px;
    font-weight:600
}
.category-card .box-img{
    border-radius:24px;
    margin-bottom:22px
}
.category-card .box-img img{
    border-radius:24px;
    -webkit-transition:1.3s all ease;
    transition:1.3s all ease
}
.category-card .box-title{
    margin-bottom:0
}
.category-card .line-btn{
    text-transform:capitalize;
    color:var(--body-color)
}
.category-card .line-btn:before{
    display:none
}
.category-card:hover .box-img img{
    -webkit-transform:scale(1.3);
    -ms-transform:scale(1.3);
    transform:scale(1.3)
}
.categorySlider2 .swiper-pagination-bullets{
    max-width:250px;
    display:block;
    margin:auto;
    overflow:hidden;
    position:relative
}
.categorySlider6{
    margin:0 -30px !important
}
@media (max-width: 575px){
    .categorySlider6{
        margin:0 0px !important
    }
}
.categorySlider6 .swiper-wrapper{
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center
}
@media (max-width: 375px){
    .categorySlider6 .swiper-wrapper{
        -webkit-box-pack:start;
        -webkit-justify-content:flex-start;
        -ms-flex-pack:start;
        justify-content:flex-start
    }
}
.categorySlider6 .swiper-pagination-bullets{
    max-width:250px;
    display:block;
    margin:auto;
    overflow:hidden
}
.categorySlider6 .swiper-pagination-progressbar{
    --swiper-pagination-progressbar-size: 2px;
    background:#E1E4E5;
    position:relative;
    margin-top:30px;
    margin-bottom:50px
}
.categorySlider6 .th-swiper-custom{
    max-width:728px;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    gap:30px;
    margin:auto
}
@media (max-width: 767px){
    .categorySlider6 .th-swiper-custom{
        display:none
    }
}
.categorySlider6 .th-swiper-custom .swiper-pagination-bullets{
    position:relative;
    z-index:3;
    text-align:center;
    margin:25px 0 0px 0;
    line-height:10px;
    height:3px
}
.categorySlider6 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet{
    display:inline-block;
    --swiper-pagination-bullet-size: 24px;
    --swiper-pagination-bullet-horizontal-gap: 12px;
    margin:5px 7px;
    height:2px;
    opacity:1;
    border-radius:0;
    background-color:var(--white-color);
    border:1px solid var(--white-color);
    position:relative;
    -webkit-transition:0.4s;
    transition:0.4s;
    cursor:pointer
}
.categorySlider6 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:before{
    display:none
}
.categorySlider6 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:hover,.categorySlider6 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color:var(--title-color);
    border:1px solid var(--title-color)
}
.categorySlider6 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:first-child{
    margin-left:0
}
.categorySlider6 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:last-child{
    margin-right:0
}
.categorySlider6 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background:var(--title-color)
}
.categorySlider6 .slider-pagination .swiper-pagination-bullets .swiper-pagination-bullet{
    width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    background:var(--white-color);
    height:3px
}
.categorySlider6 .slider-arrow{
    --icon-size: 64px;
    min-width:64px;
    background:rgba(250,252,244,0.2);
    border:1px solid #E1E4E5;
    -webkit-backdrop-filter:blur(5px);
    backdrop-filter:blur(5px);
    border-radius:36px;
    color:var(--white-color);
    box-shadow:none;
    opacity:1;
    visibility:visible;
    position:relative;
    left:unset
}
@media (max-width: 1499px){
    .categorySlider6 .slider-arrow{display:block !important }	
	.map.text-1 {max-width: 1000px!important;}
	.wrap-home .section2 {max-height: 2000px;}
}
.categorySlider6 .slider-arrow img{
    -webkit-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    transform:rotate(-90deg);
    -webkit-filter:brightness(0.9) invert(1);
    filter:brightness(0.9) invert(1)
}
.categorySlider6 .slider-arrow.slider-next{
    right:unset;
    left:auto
}
.categorySlider6 .slider-arrow:hover{
    background-color:var(--theme-color);
    color:var(--white-color)
}
.categorySlider6 .slider-arrow:hover img{
    -webkit-filter:brightness(0) invert(1);
    filter:brightness(0) invert(1)
}
.category-slider3 .swiper-pagination-bullets{
    max-width:250px;
    display:block;
    margin:auto auto 10px auto;
    overflow:hidden
}
.categorySlider4 .swiper-pagination-bullets{
    max-width:250px;
    display:block;
    margin:auto;
    overflow:hidden
}
.category-area3 .th-container{
    --main-container: 1689px
}
.category-area4 .th-container{
    --main-container: 1656px
}
.category-card{
    position:relative;
    text-align:center;
    margin-bottom:50px
}
.category-card.style3 .box-img{
    border-radius:24px;
    border:10px solid var(--smoke-color);
    -webkit-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out
}
.category-card.style3 .box-img img{
    border-radius:24px
}
.category-card.style3:hover .box-img{
    border-color:var(--theme-color)
}
.category-card.style4{
    height:476px
}
.category-card.style4 .box-img{
    height:416px;
    -webkit-transition:all 0.6s ease;
    transition:all 0.6s ease;
    margin-bottom:30px
}
.category-card.style4 .box-img img{
    width:100%;
    height:100%;
    object-fit:cover
}
.category-card.style4 .box-content{
    text-align:left
}
.category-card.style4 .box-wrapp{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-transition:all 0.6s ease;
    transition:all 0.6s ease;
    height:0;
    opacity:0;
    overflow:hidden
}
.category-card.style4 .box-title{
    margin-bottom:7px
}
.category-card.style4 .box-text{
    max-width:235px
}
.category-card.style4:hover .box-img{
    height:312px
}
.category-card.style4:hover .box-wrapp{
    height:100%;
    opacity:1;
    overflow:visible
}
.category-card .box-img{
    border-radius:24px;
    margin-bottom:22px
}
.category-card .box-img img{
    border-radius:24px;
    -webkit-transition:1.3s all ease;
    transition:1.3s all ease
}
.category-card .box-title{
    margin-bottom:0
}
.category-card .line-btn{
    text-transform:capitalize;
    color:var(--body-color)
}
.category-card .line-btn:before{
    display:none
}
.category-card:hover .box-img img{
    -webkit-transform:scale(1.3);
    -ms-transform:scale(1.3);
    transform:scale(1.3)
}















.wrap-home .balloon,
.wrap-home .du-luon,
.wrap-home .cloud,
.wrap-home .sieu-do-thi-bien,
.wrap-home .vi-tri-chien-luoc{
  position: absolute;
}
.wrap-home .balloon{
  top: 0px;
  max-width: 200px;
  left: 4.5%;
  max-width: 18.5rem;
  -webkit-animation: run 10s linear infinite;
          animation: run 10s linear infinite;
}
.wrap-home .du-luon{
  top: 5.9%;
  right: 9.5%;
  max-width: 18rem;
  -webkit-animation: balloon2 6s ease-in-out infinite;
          animation: balloon2 6s ease-in-out infinite;
}
.wrap-home .sieu-do-thi-bien{
  top: 30%;
}



@media (min-width: 640px){
  .wrap-home .sieu-do-thi-bien{
    top: 32.4%;
  }
}
.wrap-home .sieu-do-thi-bien{
  right: 2%;
}
@media (min-width: 640px){
  .wrap-home .sieu-do-thi-bien{
    right: 5.5%;
  }
}
.wrap-home .sieu-do-thi-bien{
  max-width: 39rem;
}
@media (min-width: 640px){
  .wrap-home .sieu-do-thi-bien{
    max-width: 28rem;
  }
}
@media (min-width: 3840px){
  .wrap-home .sieu-do-thi-bien{
    max-width: 40rem;
  }
}
.wrap-home .cloud-1{
  top: 38.5%;
  left: 0px;
  max-width: 100rem;
  -webkit-animation: runTopBottom 12s linear infinite;
          animation: runTopBottom 12s linear infinite;
}
.wrap-home .cloud-tien-ich{
  top: 52.5%;
  left: 0px;
  max-width: 100rem;
  -webkit-animation: runTopBottom3 6s linear infinite;
          animation: runTopBottom3 6s linear infinite;
}
.wrap-home .vi-tri-chien-luoc{
	z-index:92;
	-webkit-animation: runTopBottom1 12s linear infinite;
          animation: runTopBottom1 12s linear infinite;
	}


@-webkit-keyframes runTopBottom3 {
  0% { top: 55.5%; }
  50% {top: 57%;}
  100% {top: 55.5%;}
}


.wrap-home .cloud-2{
  top: 80%;
  left: 0px;
  max-width: 70%;
  z-index:90;
 /* -webkit-animation: runTopBottom1 12s linear infinite;
          animation: runTopBottom1 12s linear infinite;*/
}
.wrap-home .cloud-3{
  top: 86%;
  right: -20%;
  max-width: 80rem;
   z-index:93;
  -webkit-animation: runLeftRight 17s linear infinite;
          animation: runLeftRight 17s linear infinite;
}
.wrap-home .video-tvc{
  left: 50%;
  --tw-translate-x: -50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  max-width: 80%;
}
@media (min-width: 640px){
  .wrap-home .video-tvc{
    max-width: 71%;
  }
}
.wrap-home .video-tvc{
  position: absolute;
  top: 48%;
  z-index: 3;
  width: 100%;
  aspect-ratio: 754/427;
 /* overflow: hidden;*/
}
.wrap-home .video-tvc.active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}
.wrap-home .video-tvc iframe{
  height: 100%;
  width: 100%;
  border-radius: 4rem;
}
.wrap-home .vi-tri-chien-luoc{
  top: 85%;
}
@media (min-width: 640px){
  .wrap-home .vi-tri-chien-luoc{
    top: 83.7%;
  }
}
.wrap-home .vi-tri-chien-luoc{
  max-width: 50rem;
}
@media (min-width: 640px){
  .wrap-home .vi-tri-chien-luoc{
    max-width: 30rem;
  }
}
@media (min-width: 3840px){
  .wrap-home .vi-tri-chien-luoc{
    max-width: 40rem;
  }
}
.wrap-home .vi-tri-chien-luoc{
  right: 5%;
}
@media (min-width: 640px){
  .wrap-home .vi-tri-chien-luoc{
    right: 10%;
  }
}
.wrap-home .tien-ich-38{
  position: absolute;
  top: 10rem;
}
@media (min-width: 640px){
  .wrap-home .tien-ich-38{
    top: 0px;
  }
}
.wrap-home .tien-ich-38{
  max-width: 57rem;
}
@media (min-width: 640px){
  .wrap-home .tien-ich-38{
    max-width: 39rem;
  }
}
@media (min-width: 3840px){
  .wrap-home .tien-ich-38{
    max-width: 47rem;
  }
}
.wrap-home .tien-ich-38{
  left: 4%;
}
@media (min-width: 640px){
  .wrap-home .tien-ich-38{
    left: 11%;
  }
}
.wrap-home .section2-text{
  position: absolute;
}
.wrap-home .section2-text img {
  max-width: 19rem;
  margin-bottom: 10px;
}
.wrap-home .section2-text .text{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(99 26 9 / var(--tw-text-opacity));
  font-size: 3rem;
}
@media (min-width: 640px){
  .wrap-home .section2-text .text{
    font-size: 1.55rem;
  }
}
.wrap-home .section2-text .text{
  line-height: 1.3;
}
@media (min-width: 640px){
  .wrap-home .section2-text .text{
    line-height: 1.5;
  }
}
.wrap-home .section2-text--1{
  position: absolute;
  top: 34%;
}
@media (min-width: 640px){
  .wrap-home .section2-text--1{
    top: 41.5%;
  }
}
.wrap-home .section2-text--1{
  right: 0px;
}
@media (min-width: 640px){
  .wrap-home .section2-text--1{
    right: 2%;
  }
}
.wrap-home .section2-text--1{
  max-width: 40%;
}
@media (min-width: 640px){
  .wrap-home .section2-text--1{
    max-width: 35%;
  }
}
.wrap-home .section2-text--1 img{
  max-width: 30rem;
}
@media (min-width: 640px){
  .wrap-home .section2-text--1 img{
    max-width: 16rem;
  }
}
.wrap-home .section2-text--1 img {
  margin-bottom: 0.7rem;
}
.wrap-home .section2-text--1 .text{
  max-width: 95%;
}
@media (min-width: 640px){
  .wrap-home .section2-text--1 .text{
    max-width: 82%;
  }
}
@media (min-width: 3840px){
  .wrap-home .section2-text--1 .text{
    max-width: 60%;
  }
}
.wrap-home .section2-text--2 {
  top: 70.6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
  left: 3%;
}
@media (min-width: 640px){
  .wrap-home .section2-text--2{
    left: 8%;
  }
}
.wrap-home .section2-text--2{
  max-width: 39rem;
}
@media (min-width: 640px){
  .wrap-home .section2-text--2{
    max-width: 33rem;
  }
}
.wrap-home .section2-text--2 img{
  max-width: 30rem;
}
@media (min-width: 640px){
  .wrap-home .section2-text--2 img{
    max-width: 16rem;
  }
}
.wrap-home .section2-text--2 .text{
  margin-top: 1rem;
  max-width: 90%;
}
.wrap-home .section3{
  position: relative;
  z-index: 999;
}

.wrap-home .bg-bottom{
  margin-top: -2px;
}
.wrap-home .section3 .section-top{
  top: 0px;
}
@media (max-width: 640px) {
  .wrap-home .section3 .section-top {
    height: calc(100% - 175rem);
  }
}
.wrap-home .section3--title, .wrap-home .section4--title{
  left: 50%;
  --tw-translate-x: -50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  position: absolute;
  width: 100%;
  top: 34%;
}

.wrap-home .section5--title{ 
  position: absolute;
      left: 4%;
}

.wrap-home .events-des .events-title{ margin-top: 15px;    font-size: 1.2em;  font-weight: bold;}

.wrap-home .section6--title{ 
  position: absolute;
      left: 22%;
	  top: 84%;
	   max-width: 500px;
}
@media (min-width: 640px){
  .wrap-home .section2 .section3--title{ top:35%; max-width: 355px; z-index: 99;}  
  .wrap-home .section3 .section3--title{  top: 0;max-width: 315px; z-index: 99;} 
  .wrap-home .section5--title{top: 58%;max-width: 400px;} 
  .wrap-home .section6--title { position: absolute;left: 22%;top: 79%; max-width: 400px;}
}

@media (min-width: 1600px){
  .wrap-home .section2 .section3--title{top:32%;max-width: 415px; z-index: 99;}  
  .wrap-home .section3 .section3--title{top: 0; max-width: 415px;z-index: 99;}  
  .wrap-home .section5--title{top: 58%;max-width: 480px;}
  .wrap-home .section6--title { position: absolute;left: 22%;top: 79%;max-width: 500px;}
}


@media (min-width: 640px){
  .wrap-home .section4--title{
    top: 47.5%;
	 max-width: 525px;
  }
}


.wrap-home .section-bottom{ 
  position: absolute;
  top: 16%;
   z-index: 2;
  height: 100%;
  width: 100%;
}


.wrap-news{
  position: relative;
}
.wrap-news img{
  width: 100%;
}
.wrap-news .section-top{
  z-index: 2;
}
.wrap-news .section1{
  position: absolute;
}
@media (min-width: 640px){
  .wrap-news .section1{
    position: relative;
  }
}
.wrap-news .section1{
  top: 3%;
  height: 100%;
  width: 100%;
   overflow: hidden;

}
.wrap-news .section1 .section-top{
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  --tw-translate-x: -50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
}
@media (min-width: 640px){
  .wrap-news .section1 .section-top{
    height: 100%;
    width: 90vw;
  }
}


@media (min-width: 1900px){
  .wrap-news .section1 .section-top{width: 70vw; }
}


.wrap-news .section2{
  position: absolute;
}
@media (min-width: 640px){
  .wrap-news .section2{
    position: relative;
  }
}
.wrap-news .section2{
  top: 17%;
  height: 83%;
  width: 100%;
}
@media (min-width: 640px){
  .wrap-news .section2{
    top: 15%;
    height: 85%;
  }
}
.wrap-news .section2 .bg-top{
  display: none;
}
@media (min-width: 640px){
  .wrap-news .section2 .bg-top{
    display: block;
  }
}
.wrap-news .section2 .section-top{
  top: 40%;
  height: auto;
}
@media (min-width: 640px){
  .wrap-news .section2 .section-top{
    top: 10%;
  }
}
.wrap-news .section2 .section-top{
  padding-top: 11%;
}
@media (min-width: 640px){
  .wrap-news .section2 .section-top{
    background-color: transparent;
    padding-top: 0px;
  }
}
.wrap-news .section2 .hotline{
  display: none;
}
.wrap-news .section2 .contact--address .item .text,
.wrap-news .section2 .contact--note{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.wrap-news .contact--address .item .text{
  font-size: 3rem;
}
@media (min-width: 640px){
  .wrap-news .contact--address .item .text{
    font-size: 1rem;
  }
}
.wrap-news .contact--note{
  font-size: 3rem;
}
@media (min-width: 640px){
  .wrap-news .contact--note{
    font-size: 1rem;
  }
}

.checkbox-text{
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 3rem;
}

@media (min-width: 640px){
  .checkbox-text{
    font-size: 1.2rem;
  }
}

.checkbox-label{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  line-height: 1.2rem;
}
.checkbox-label .checkbox-input{
  display: none;
}
.checkbox-label .checkbox-input + .checkbox-icon-wrapper{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3rem;
  width: 3rem;
}
@media (min-width: 640px){
  .checkbox-label .checkbox-input + .checkbox-icon-wrapper{
    height: 1.5rem;
    width: 1.5rem;
  }
}
.checkbox-label .checkbox-input + .checkbox-icon-wrapper {
  border-radius: 50%;
  border: solid rgba(0, 0, 0, 0.6);
  -webkit-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s;
  border-width: 1px;
}
@media (min-width: 640px){
  .checkbox-label .checkbox-input + .checkbox-icon-wrapper{
    border-width: 2px;
  }
}
.checkbox-label .checkbox-input + .checkbox-icon-wrapper .checkbox-icon {
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  opacity: 0;
  color: white;
}
.checkbox-label .checkbox-input:checked + .checkbox-icon-wrapper {
  font-size: 0;
  border: none;
  background-size: 95%;
}
@media (min-width: 640px){
  .checkbox-label .checkbox-input:checked + .checkbox-icon-wrapper{
    background-size: 100%;
  }
}
.checkbox-label .checkbox-input:checked + .checkbox-icon-wrapper .checkbox-icon {
  opacity: 1;
}

.section-theodong-sukien .mobile .events-sliders{
  max-width: 100%;
}
.section-theodong-sukien .mobile .events-slider .bottom .events-item{
  width: 50%;
}
.section-theodong-sukien .desktop .events-slider .bottom .events-item{
  width: 33.3%;
}

.section-theodong-sukien{
  top: 2%;
}

@media (min-width: 640px){
  .section-theodong-sukien{
    top: 10%;
  }
}
.section-theodong-sukien .mobile{
  display: block;
}
@media (min-width: 640px){
  .section-theodong-sukien .mobile{
    display: none;
  }
}
.section-theodong-sukien .desktop{
  display: none;
}
@media (min-width: 640px){
  .section-theodong-sukien .desktop{
    display: block;
  }
}
.section-theodong-sukien .heading{
  margin-top:20px;
   margin-bottom:10px;
}
@media (min-width: 640px){
  .section-theodong-sukien .heading{
    max-width: 53%;
  }
}
.section-theodong-sukien .heading .tabs-nav{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top:10px;
 
}
.section-theodong-sukien .section-text{
  max-width: 30rem;
}
@media (min-width: 640px){
  .section-theodong-sukien .section-text{
    max-width: 22rem;
  }
}
.section-theodong-sukien .checkbox_heading{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 3rem;
  padding-bottom: 1rem;
  padding-left: 3rem;
}
@media (min-width: 640px){
  .section-theodong-sukien .checkbox_heading{
    gap: 1rem;
    padding-left: 0rem;
  }
}
.section-theodong-sukien .events-sliders{
  margin-left: auto;
  margin-right: auto;
  /*display: none;*/
  max-width: 80%;
}


/*.section-theodong-sukien .tabs-2 .events-slider,.pdf-slider.tabs-2{

 min-width: 100%;
  width:100%!important;

}
.section-theodong-sukien .tabs-2 .slick-track,.pdf-slider.tabs-2 .slick-track, .pdf-slider.tabs-2 .tabs-items{ width:100%!important;}*/


.section-theodong-sukien .events-sliders.active{
  display: block;
}
.section-theodong-sukien .events-sliders .slick-slider{
  padding-bottom: 3rem;
}
.section-theodong-sukien .events-sliders .slick-dots{
  bottom: -30px;
}
.section-theodong-sukien .events-title{
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: #fff;
  margin-bottom: 1rem;
  height: 3rem; /* Fallback for non-webkit */
  margin: 0 auto;
  font-size: 1em;
  line-height: 1.4;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;

}
.section-theodong-sukien .events-date{
  font-size: 0.9rem;
}
.section-theodong-sukien .events-arrow{
  font-size: 0.8em;
  
  --tw-text-opacity: 1;
  color: #fff;
}
.section-theodong-sukien .events-slider{
  overflow: hidden;
}
.section-theodong-sukien .events-slider .top{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.8rem;
  gap: 0.8rem;
  
}
.section-theodong-sukien .events-slider .bottom{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
}
.section-theodong-sukien .events-slider .bottom .events-image::before{
  bottom: -30%;
}
.section-theodong-sukien .events-slider .bottom .events-title{
  margin-bottom: 0.6rem;
  height: 2.8rem; /* Fallback for non-webkit */
  margin: 0 auto;
  font-size: 1em;
  line-height: 1.4;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
}
.section-theodong-sukien .events-slider .bottom .events-date{
  font-size: 0.7rem;
}
.section-theodong-sukien .events-slider .bottom .events-des{
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.section-theodong-sukien .events-slider .bottom .events-arrow{
  font-size: 0.8em;
}
.section-theodong-sukien .events-slider .events-item{
  position: relative;
}
.section-theodong-sukien .events-slider .big {
  width: calc(36% - 0.8rem);
 height: 500px;
	max-height:50vh;
}
.section-theodong-sukien .events-slider .big .events-item{
  height: 100%;
  width: 100%;
}
.section-theodong-sukien .events-slider .big .events-image::before {
  background-size: 100%;
}
.section-theodong-sukien .events-slider .right {
  width: 64%;
  gap: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
       flex-direction: column;
	min-height: 35vh;
	max-height:50vh; 
	flex-wrap: wrap;
    justify-content: space-between;
}
.section-theodong-sukien .events-slider .right .events-item{
  overflow: hidden;
  aspect-ratio: 552/320;
  width:47.5%;

}
.section-theodong-sukien .events-slider .right .events-image::before{
  right: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  top: 0;
  background-position-y: center;
  background-position-x: right;
}
.section-theodong-sukien .events-slider .right .events-title {
  height: 1.5rem; /* Fallback for non-webkit */
  margin: 0 auto;
  font-size: 1em;
  line-height: 1.5;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
}
.section-theodong-sukien .events-slider .right .events-arrow{
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
  font-size: 0.8em;
}
.section-theodong-sukien .events-slider .right .events-arrow .arrow{
  height: 1.2rem;
  width: 1.2rem;
}
.section-theodong-sukien .events-slider .right .events-date{
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
  font-size: 0.7em;
}
.section-theodong-sukien .events-slider .right .events-arrow-date{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  
}
.section-theodong-sukien .events-slider .right .events-des{
  left: auto;
  
  width:100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-theodong-sukien .events-slider .events-image{
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 2rem;
    background:no-repeat;
  background-size:cover
}
.section-theodong-sukien .events-slider .events-image::before{
  position: absolute;
  bottom: 0px;
  z-index: 1;
  height: 100%;
  width: 100%;
}
@media (min-width: 640px){
  .section-theodong-sukien .events-slider .events-image::before{
    bottom: -30px;
  }
}
.section-theodong-sukien .events-slider .events-image::before {
  content: "";
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: auto 100%;
}
.section-theodong-sukien .events-slider .events-des{
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: .5rem;
}
.section-theodong-sukien .events-slider .events-arrow{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 1rem;
  bottom: 1rem;
  width: auto;
  z-index: 2;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.section-theodong-sukien .events-slider .events-arrow .arrow{
  margin-right: 0.5rem;
  height: 1.4rem;
  width: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  padding: 0.4rem;
  background-size: cover;
}
.section-theodong-sukien .events-slider .events-arrow span{
  display: block;
  white-space: nowrap;
}
.section-theodong-sukien .events-slider .events-arrow img{
  max-width: 1rem;
}
.section-theodong-sukien .events-slider .events-arrow-date{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-theodong-sukien .slick-dots li{
  list-style-type: none;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (min-width: 640px){
  .section-theodong-sukien .slick-dots li{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    height: 1.5rem;
    width: 1.5rem;
  }
}
.section-theodong-sukien .slick-dots li{
  border-radius: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(9 107 195);
  opacity: 0.4;
}
.section-theodong-sukien .slick-dots li button{
  margin: 0px;
  height: 100%;
  width: 100%;
  padding: 0px;
}
.section-theodong-sukien .slick-dots li button::before{
  display: none;
}
.section-theodong-sukien .slick-dots li.slick-active{
  opacity: 1;
}

.section-sukien-tiendo{
  top: 30%;
}

@media (min-width: 640px){
  .section-sukien-tiendo{
    top: 68%;
  }
}
.section-sukien-tiendo .arrows{
  display: none;
}
.section-sukien-tiendo .heading{
  margin-bottom: 7rem;
  width: 100%;
  max-width: 55%;
}
@media (min-width: 640px){
  .section-sukien-tiendo .heading{
    margin-bottom: 4rem;
    max-width: 40%;
  }
}
.section-sukien-tiendo .checkbox_heading{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  gap: 3rem;
}
.section-sukien-tiendo .checkbox_heading .checkbox-label .checkbox-input + .checkbox-icon-wrapper{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.section-sukien-tiendo .section-text{
  margin-bottom: 4rem;
}
@media (min-width: 640px){
  .section-sukien-tiendo .section-text{
    margin-bottom: 2rem;
  }
}
.section-sukien-tiendo .slick-dots li{
  list-style-type: none;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (min-width: 640px){
  .section-sukien-tiendo .slick-dots li{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    height: 1rem;
    width: 1rem;
  }
}
.section-sukien-tiendo .slick-dots li{
  border-radius: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0.4;
}
.section-sukien-tiendo .slick-dots li button{
  margin: 0px;
  height: 100%;
  width: 100%;
  padding: 0px;
}
.section-sukien-tiendo .slick-dots li button::before{
  display: none;
}
.section-sukien-tiendo .slick-dots li.slick-active{
  opacity: 1;
}

.center-slider-wrap{
  position: relative;
}
.center-slider-wrap .slidearrow{
  position: absolute;
  top: 50%;
  --tw-translate-y: -50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.center-slider-wrap .slideprev{
  left: 0px;
}
.center-slider-wrap .slidenext{
  right: 0px;
}

.slider-center-mode{
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  /* slide when active/center */
}
.slider-center-mode .slick-slide,
.slider-center-mode .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] {
  -webkit-transform: scale(0.7, 0.7);
          transform: scale(0.7, 0.7);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.slider-center-mode .slick-center,
.slider-center-mode .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: center;
          transform-origin: center;
  opacity: 1;
}
.slider-center-mode .slick-slide img {
  margin: 0 auto;
  border-radius: 0.6rem;
}
.slider-center-mode .slick-arrow {
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: center center;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
@media (min-width: 640px){
  .slider-center-mode .slick-arrow{
    height: 2.5rem;
    width: 2.5rem;
    border-width: 2px;
  }
}
.slider-center-mode .slick-arrow::before{
  display: none;
}
.slider-center-mode .slick-next {
  z-index: 5;
  right: 15px;
}
.slider-center-mode .slick-next:before {
  color: #000;
  font-size: 26px;
}
.slider-center-mode .slick-prev {
  z-index: 5;
  left: 15px;
}
.slider-center-mode .slick-prev:before {
  color: #000;
  font-size: 26px;
}

.tabs{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 23%;
 
}

@media (min-width: 640px){
  .tabs{
    margin-bottom: 10%;
  
  }
}
.tabs .tabs-nav{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  gap: 4rem;
}
.tabs .tabs-nav .label{
  font-size: 3.3rem;
}
@media (min-width: 640px){
  .tabs .tabs-nav .label{
    font-size: 1rem;
  }
}



.tabs .tabs-nav .label, .checkbox_heading .tabs-nav .label{
  cursor: pointer;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: #333;
  padding:5px 10px;
   background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgb(248 157 65)), to(rgb(248 157 65)));
   background: linear-gradient(90deg, rgb(248 157 65 ) 20%, rgb(248 157 65) 100%);
   border-radius:10px;
   /*margin:5px auto;*/
}


.tabs .tabs-nav .label.active, .checkbox_heading .tabs-nav .label.active{
  position: relative;
  font-weight: 700;
  color: #fff;
 background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgb(230 68 106)), to(rgb(248 157 65)));
    background: linear-gradient(90deg, rgb(230 68 106) 20%, rgb(248 157 65) 100%);
 /* -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}

.tabs .tabs-content{
  position: relative;
}
.tabs .tabs-content .slick-slide{
  margin: 0.8rem;
}
.tabs .tabs-content .slick-list{
  margin: -0.8rem;
  width: 100%;
}
.tabs .tabs-content .arrows {
  display: none;
}
.tabs .tabs-slider{
  display: none;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
}
.tabs .tabs-slider.tabs-1{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabs .tabs-slider.active{
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
/*.tabs .tabs-slider .slick-next,
.tabs .tabs-slider .slick-prev{
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
@media (min-width: 640px){
  .tabs .tabs-slider .slick-next,
.tabs .tabs-slider .slick-prev{
    border-width: 2px;
  }
}
.tabs .tabs-slider .slick-next,
.tabs .tabs-slider .slick-prev{
  height: 15px;
  width: 15px;
  cursor: pointer;
}
@media (min-width: 640px){
  .tabs .tabs-slider .slick-next,
.tabs .tabs-slider .slick-prev{
    height: 3rem;
    width: 3rem;
  }
}
.tabs .tabs-slider .slick-next,
.tabs .tabs-slider .slick-prev{
  position: absolute;
  top: 50%;
  --tw-translate-y: -50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3px;
}
@media (min-width: 640px){
  .tabs .tabs-slider .slick-next,
.tabs .tabs-slider .slick-prev{
    padding: 0.3rem;
  }
}
.tabs .tabs-slider .slick-next::before,
.tabs .tabs-slider .slick-prev::before {
  opacity: 1;
  content: "";
  width: 100%;
  height: 100%;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
}
.tabs .tabs-slider .slick-next img,
.tabs .tabs-slider .slick-prev img{
  width: 50%;
}
.tabs .tabs-slider .slick-next{
  right: -8rem;
}
@media (min-width: 640px){
  .tabs .tabs-slider .slick-next{
    right: -5rem;
  }
}
.tabs .tabs-slider .slick-prev{
  left: -8rem;
}
@media (min-width: 640px){
  .tabs .tabs-slider .slick-prev{
    left: -5rem;
  }
} */
.tabs .tabs-slider .slick-disabled {
  opacity: 0.6;
}
.tabs .tabs-item{
  margin-bottom: 2.5rem;
}
.tabs .tabs-item .image{
  aspect-ratio: 741/368;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.6rem;
}
.tabs .tabs-item img{
  border-radius: 0.5rem;
}
.tabs .tabs-title{
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tabs .tabs-title .title{
  font-size: 3rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .tabs .tabs-title .title{
    font-size: 1.5rem;
  }
}
.tabs .tabs-title .title{
  width: 90%;
}
@media (min-width: 640px){
  .tabs .tabs-title .title{
    width: 100%;
  }
}
.tabs .tabs-title .link{
  max-width: 2.5rem;
  margin-top: 10px;
}
@media (min-width: 640px){
  .tabs .tabs-title .link{
    margin-top: 0px;
  }
}
.tabs .tabs-items{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.tabs .tabs-items .tabs-item{
  width: calc(50% - 1rem);
}

.mobile .events-sliders .top .events-title{
  font-size: 2.5rem !important;
}
.mobile .events-sliders .top .events-date{
  font-size: 2rem;
}
.mobile .events-sliders .top .events-des{
  padding-left: 3rem;
  padding-right: 3rem;
}
.mobile .events-sliders .top .events-image::before {
  background-size: 100%;
  bottom: 0 !important;
}
.mobile .events-sliders .top .events-arrow{
  font-size: 2rem;
}
.mobile .events-sliders .top .events-arrow .arrow{
  height: 2.5rem;
  width: 2.5rem;
}
.mobile .events-sliders .bottom .events-title {
  height: 5.6rem; /* Fallback for non-webkit */
  margin: 0 auto;
  font-size: 2rem;
  line-height: 1.4;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mobile .events-sliders .bottom .events-date{
  font-size: 2rem;
}
.mobile .events-sliders .bottom .events-des{
  padding-left: 3rem;
  padding-right: 3rem;
}
.mobile .events-sliders .bottom .events-arrow{
  font-size: 2rem;
}
.mobile .events-sliders .bottom .events-arrow .arrow{
  height: 2.5rem;
  width: 2.5rem;
}

.slider-center-mode {
  position: relative;
}
.slider-center-mode .slick-dots {
  display: none !important;
}

.slider-center-mode-range {
  position: absolute;
  bottom: -55px;
  z-index: 1;
  left: 50%;
  width: 100%;
  --tw-translate-x: -50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 640px){
  .slider-center-mode-range{
    width: 87%;
  }
}
.slider-center-mode-range::before, .slider-center-mode-range::after {
  position: absolute;
  content: "";
  top: -5px;
}
@media (min-width: 640px){
  .slider-center-mode-range::before, .slider-center-mode-range::after{
    top: 3px;
  }
}
.slider-center-mode-range::before, .slider-center-mode-range::after{
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background-color: #fff;
}
.slider-center-mode-range::before {
  left: 0;
}
.slider-center-mode-range::after {
  right: 0;
}
.slider-center-mode-range input[type=range] {
  margin: auto;
  outline: none;
  padding: 0;
  height: 3px;
  width: calc(100% - 24px);
  margin-left: 12px;
  background-color: #6ce3eb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-appearance: none;
}
.slider-center-mode-range input[type=range]::-webkit-slider-runnable-track {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: transparent;
  -webkit-appearance: none;
}
.slider-center-mode-range input[type=range]::-moz-range-track {
  box-shadow: none;
  border: none;
  background: transparent;
}
.slider-center-mode-range input[type=range]::-moz-focus-outer {
  border: 0;
  background-color: #0076fe;
}
.slider-center-mode-range input[type=range]::-webkit-slider-thumb {
  width: 40px;
  height: 40px;
  -webkit-appearance: none;
  border: 0;
  border-radius: 50%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.slider-center-mode-range input[type=range]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border: 0;
  background: greenyellow;
  border-radius: 100%;
  box-shadow: 0 1px 2px 0px #000;
}

.other-way{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
.other-way img {
  max-width: 33.3%;
  border-radius: 0.6rem;
}

.other-3 img:nth-child(1),
.other-3 img:nth-child(3) {
  -webkit-transform: scale(0.7, 0.7);
          transform: scale(0.7, 0.7);
}

.other-2 img {
  max-width: 50%;
  border-radius: 0.6rem;
}

.other-1 img {
  max-width: 65%;
  border-radius: 0.6rem;
}

.custom_paging{
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
}

@media (min-width: 640px){
  .custom_paging{
    gap: 0.5rem;
  }
}
.custom_paging li{
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  background-color: #7ee8f285;
}
@media (min-width: 640px){
  .custom_paging li{
    height: 2rem;
    width: 2rem;
  }
}
.custom_paging li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.8rem;
}
@media (min-width: 640px){
  .custom_paging li{
    font-size: 1rem;
  }
}
.custom_paging .slick-active{
  --tw-bg-opacity: 1;
  background-color: rgb(126 232 242 / var(--tw-bg-opacity));
}

.wrap-overview{
  position: relative;
  overflow: hidden;
}
.wrap-overview img{
  width: 100%;
}
.wrap-overview .float{
  position: absolute;
}
.wrap-overview .cl{
  max-width: 50%;
  position: absolute;
  z-index: 3;
  width: 100%;
  bottom: -14%;
}
.wrap-overview .section1{
  position: relative;
}



.wrap-overview .section1 .float-duluon{
  left: 16%;
  top: 9%;
  max-width: 10rem;
  -webkit-animation: balloon2 6s ease-in-out infinite;
          animation: balloon2 6s ease-in-out infinite;
}
.wrap-overview .section1 .float-khinhkhicau{
  max-width: 15rem;
  right: 0px;
  -webkit-animation: runTopBottomOverview 4s linear infinite;
          animation: runTopBottomOverview 4s linear infinite;
}
.wrap-overview .section1 .do-thi-trai-tim{
  margin-top: -3%;
  margin-left: 7%;
  max-width: 90%;
}
@media (min-width: 640px){
  .wrap-overview .section1 .do-thi-trai-tim{
    margin-top: -2%;
    max-width: 86%;
  }
}
.wrap-overview .section1 .title{
  max-width: 65rem;
  position: absolute;
  left: 50%;
  --tw-translate-x: -50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  top: 16%;
}
.wrap-overview .section1 .sub-title{
  position: absolute;
  max-width: 31.6rem;
}
@media (min-width: 640px){
  .wrap-overview .section1 .sub-title{
    max-width: 24.6rem;
  }
}
.wrap-overview .section1 .sub-title{
  top: 37.7%;
  left: 4%;
}
@media (min-width: 640px){
  .wrap-overview .section1 .sub-title{
    top: 41.7%;
  }
}
.wrap-overview .section1 .sub-title .big{
  margin-top: -5px;
  margin-bottom: 5%;
  max-width: 63%;
}
.wrap-overview .section1 .cloud-2{
  left: 19%;
  bottom: -4%;
  max-width: 63%;
}
.wrap-overview .section1 .cloud-3{
  right: 0px;
  bottom: -10%;
}
.wrap-overview .section2{
  position: relative;
}
.wrap-overview .section2 .section-map{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex!important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -2rem;
  left: 50%;
  --tw-translate-x: -50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  max-width: 90%;
}



@media (min-width: 640px){
  .wrap-overview .section2 .section-map{
    max-width: 82%;
  }
}
.wrap-overview .section2 .map{
  width: 100%;
  max-width: 55rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrap-overview .section2 .text-wrap{
  padding-left: 6%;
  padding-top: 16%;
}
@media (min-width: 640px){
  .wrap-overview .section2 .text-wrap{
    padding-left: 18%;
  }
}
.wrap-overview .section2 .section-map{
  height: auto;
}
.wrap-overview .section2 .section-map .title{
  max-width: 80%;
}
@media (min-width: 640px){
  .wrap-overview .section2 .section-map .title{
    max-width: 58%;
  }
}
.wrap-overview .section2 .section-map .title{
  margin-top: -15%;
  margin-left: -16%;
}
@media (min-width: 640px){
  .wrap-overview .section2 .section-map .title{
    margin-top: -6%;
  }
}
.wrap-overview .section2 .section-map .sub-title{
  font-size: 2.1rem;
}
@media (min-width: 640px){
  .wrap-overview .section2 .section-map .sub-title{
    font-size: 1.6rem;
  }
}
.wrap-overview .section2 .section-map .sub-title li{
  position: relative;
  padding-left: 2rem;
}
@media (min-width: 640px){
  .wrap-overview .section2 .section-map .sub-title li{
    padding-left: 1.5rem;
  }
}
.wrap-overview .section2 .section-map .sub-title li:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 3px;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(13 42 78 / var(--tw-bg-opacity));
}
@media (min-width: 640px){
  .wrap-overview .section2 .section-map .sub-title li:before{
    height: 5px;
    width: 5px;
  }
}
.wrap-overview .section2 .section-map .sub-title li:before{
  top: 1.3rem;
  left: 0px;
}
.wrap-overview .section2 .slider-tienich{
  height: auto;
  top: 42%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrap-overview .section2 .slider-tienich .title{
  margin-bottom: -6.5%;
  padding-bottom: 9%;
  max-width: 55%;
}
@media (min-width: 640px){
  .wrap-overview .section2 .slider-tienich .title{
    max-width: 50%;
  }
}
.wrap-overview .section2 .slider-tienich .title{
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.wrap-overview .section2 .slider-tienich .top{
  margin-left: auto;
  margin-right: auto;
  max-width: 27%;
  position: absolute;
  --tw-translate-x: -50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  left: 53%;
  top: -12%;
}
.wrap-overview .section2 .slider-tienich .sliders{
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrap-overview .section2 .slider-tienich .sliders .item:nth-child(1) .text{
  max-width: 43%;
}
.wrap-overview .section2 .slider-tienich .sliders .item:nth-child(2) .text{
  max-width: 60%;
}
.wrap-overview .section2 .slider-tienich .sliders .item:nth-child(3) .text{
  max-width: 32%;
}
.wrap-overview .section2 .slider-tienich .sliders .item:nth-child(4) .text{
  max-width: 43%;
}
.wrap-overview .section2 .slider-tienich .sliders .text{
  margin-left: auto;
  margin-right: auto;
  margin-top: 4%;
}
.wrap-overview .section2 .cloud-center{
  position: absolute;
  top: 24%;
  left: 35%;
  max-width: 43%;
  z-index: 3;
  -webkit-animation: runTopBottomMargin 5s linear infinite;
          animation: runTopBottomMargin 5s linear infinite;
}
.wrap-overview .section2 .cloud-left{
  max-width: 16%;
  top: 24%;
  left: -5%;
  -webkit-animation: runTopBottomMargin 3s linear infinite;
          animation: runTopBottomMargin 3s linear infinite;
}
.wrap-overview .section2 .cloud-right{
  max-width: 10%;
  top: 74%;
  right: 0px;
  -webkit-animation: runTopBottomMargin 3s linear infinite;
          animation: runTopBottomMargin 3s linear infinite;
}
.wrap-overview .section2 .cloud{
  position: absolute;
  z-index: 2;
}
.wrap-overview .section3{
  position: relative;
}
.wrap-overview .section3 .float-duluon{
  right: 0px;
  top: 70%;
  z-index: 2;
  max-width: 14rem;
  -webkit-animation: balloon2 6s ease-in-out infinite;
          animation: balloon2 6s ease-in-out infinite;
}
.wrap-overview .section3 .float-khinhkhicau{
  z-index: 2;
  display: none;
  max-width: 12rem;
}
@media (min-width: 640px){
  .wrap-overview .section3 .float-khinhkhicau{
    display: block;
  }
}
.wrap-overview .section3 .float-khinhkhicau{
  left: 0px;
  top: 74%;
  -webkit-animation: runTopBottomOverview 4s linear infinite;
          animation: runTopBottomOverview 4s linear infinite;
}
.wrap-overview .section3 .section-top{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0px;
  left: 50%;
  --tw-translate-x: -50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  z-index: 3;
}
@media (min-width: 640px){
  .wrap-overview .section3 .section-top{
    z-index: 2;
  }
}
.wrap-overview .section3 .cloud{
  position: absolute;
}
.wrap-overview .section3 .cloud-1{
  top: -9%;
  max-width: 45%;
  -webkit-animation: runLeftRight 40s linear infinite;
          animation: runLeftRight 40s linear infinite;
}
.wrap-overview .section3 .cloud-2{
  top: 2%;
  right: -12%;
  max-width: 41%;
  -webkit-animation: runLeftRight 20s linear infinite;
          animation: runLeftRight 20s linear infinite;
}
.wrap-overview .section4{
  position: relative;
}
.wrap-overview .section4 .section-top{
  top: 0px;
  left: 50%;
  --tw-translate-x: -50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  max-width: 82%;
}
.wrap-overview .section4 .title{
  position: absolute;
  top: 10.5%;
  left: -6%;
}
@media (min-width: 640px){
  .wrap-overview .section4 .title{
    left: -3%;
  }
}
.wrap-overview .section4 .title{
  width: 100%;
  max-width: 44%;
}
@media (min-width: 640px){
  .wrap-overview .section4 .title{
    max-width: 38%;
  }
}
.wrap-overview .section4 .sub{
  line-height: 1.2;
  font-size: 3rem;
}
@media (min-width: 640px){
  .wrap-overview .section4 .sub{
    font-size: 1.3rem;
  }
}
.wrap-overview .section4 .sub{
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(9 74 118 / var(--tw-text-opacity));
}
.wrap-overview .section4 .sub span{
  font-size: 4.45rem;
  font-family: DINCondensedBold, sans-serif;
}
.wrap-overview .section4 .sub-1{
  position: absolute;
  right: -3%;
  top: 33%;
  max-width: 39%;
}
@media (min-width: 640px){
  .wrap-overview .section4 .sub-1{
    top: 32%;
  }
}
.wrap-overview .section4 .sub-2{
  position: absolute;
  left: -4%;
  top: 49%;
  max-width: 40%;
}
@media (min-width: 640px){
  .wrap-overview .section4 .sub-2{
    top: 47%;
  }
}
.wrap-overview .section4 .partners{
  margin-top: 89%;
}
.wrap-overview .section4 .partners-title{
  margin-left: auto;
  margin-right: auto;
  max-width: 26%;
}
@media (min-width: 640px){
  .wrap-overview .section4 .partners-title{
    max-width: 18%;
  }
}
.wrap-overview .section4 .partners-title .bottom{
  margin-bottom: -3%;
}
.wrap-overview .section4 .partners-banks{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.5%;
}
.banks-title{ font-size: 2.2rem;}

@media (min-width: 640px){
  .wrap-overview .section4 .banks-title{
    font-size: 1.4rem;
  }
}
.wrap-overview .section4 .partners-others{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 3%;
}
.wrap-overview .section4 .others-item{
  width: 33%;
}
.wrap-overview .section4 .others-item:nth-child(2) .others-imgs{
  max-width: 23%;
}
.wrap-overview .section4 .others-item:nth-child(3) .others-imgs{
  max-width: 32%;
}
.wrap-overview .section4 .others-title{
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(9 74 118 / var(--tw-text-opacity));
  font-size: 2.2rem;
}
@media (min-width: 640px){
  .wrap-overview .section4 .others-title{
    font-size: 1.4rem;
  }
}
.wrap-overview .section4 .others-imgs{
  margin-top: 7%;
  max-width: 90%;
  gap: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrap-overview .section5{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(181 224 244 / var(--tw-bg-opacity));
}
@media (min-width: 640px){
  .wrap-overview .section5{
    padding-top: 0px;
  }
}
.wrap-overview .section5 .section-top{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0px;
  left: 50%;
  --tw-translate-x: -50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  padding-top: 0px;
}
@media (min-width: 640px){
  .wrap-overview .section5 .section-top{
    padding-top: 15%;
  }
}
.wrap-overview .section5 .section-top{
  max-width: 93%;
}
@media (min-width: 640px){
  .wrap-overview .section5 .section-top{
    max-width: 82%;
  }
}
.wrap-overview .section5 .hotline{
  display: none;
}
.wrap-overview .section5 .contact--form{
  padding-top: 4rem;
}
.wrap-overview .section5 .contact--others .partner-line{
  margin-bottom: 3rem;
}
.wrap-overview .section5 .contact--others .cara-footer{
  max-width: 24%;
}
.wrap-overview .section5 .contact--address{
  max-width: 100%;
}
@media (min-width: 640px){
  .wrap-overview .section5 .contact--address{
    max-width: 90%;
  }
}
.wrap-overview .section5 .contact--address .item .text,
.wrap-overview .section5 .contact--note{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.wrap-overview .section5 .contact--address .item .text{
  font-size: 3rem;
}
@media (min-width: 640px){
  .wrap-overview .section5 .contact--address .item .text{
    font-size: 1rem;
  }
}
.wrap-overview .section5 .contact--note{
  font-size: 3rem;
}
@media (min-width: 640px){
  .wrap-overview .section5 .contact--note{
    font-size: 0.8rem;
  }
}
.wrap-overview .section5 .develop-by{
  margin-top: -16%;
  gap: 7rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.wrap-overview .section5 .develop-by figure{
  margin-top: 3%;
  max-width: 36%;
}
@media (min-width: 640px){
  .wrap-overview .section5 .develop-by figure{
    max-width: 25%;
  }
}
.wrap-overview .section5 .develop-by figure{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6rem;
}
.wrap-overview .section5 .develop-by-title{
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: DINCondensed, sans-serif;
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
  font-size: 0;
}
@media (min-width: 640px){
  .wrap-overview .section5 .develop-by-title{
    max-width: 13rem;
  }
}
.wrap-overview .section5 .develop-by-des{
  font-size: 2.8rem;
}
@media (min-width: 640px){
  .wrap-overview .section5 .develop-by-des{
    font-size: 1.25rem;
  }
}
.wrap-overview .section5 .develop-by-des{
  max-width: 100%;
}
@media (min-width: 640px){
  .wrap-overview .section5 .develop-by-des{
    max-width: 94%;
  }
}
.wrap-overview .section5 .develop-by-des{
  margin-left: auto;
  margin-right: auto;
}

.select-menu{
  max-width: 63rem;
}

@media (min-width: 640px){
  .select-menu{
    max-width: 50rem;
  }
}

.select-menu{
  margin-left: 1%;
  margin-top: 4%;
}
.select-menu .select-btn{
  height: 55px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.select-menu .select-btn .icon{
  width: 3rem;
}
@media (min-width: 640px){
  .select-menu .select-btn .icon{
    width: 2.5rem;
  }
}
.select-menu .options {
  overflow-y: auto;
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-duration: 0.35s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
  max-height: 295px;
  border-radius: 8px;
}
@media (min-width: 640px){
  .select-menu .options{
    margin-top: 10px;
  }
}
.select-menu .options{
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(85 149 196 / var(--tw-bg-opacity));
  padding: 10px;
}
@media (min-width: 640px){
  .select-menu .options{
    padding: 10px;
  }
}
.select-menu .options{
  max-width: 50%;
}
@media (min-width: 640px){
  .select-menu .options{
    max-width: none;
  }
}
.select-menu .options{
  visibility: hidden;
  z-index: -1;
}
.select-menu .options .option-text{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.select-menu .option, .select-menu .select-btn{
  margin-bottom: 2rem;
  border-radius: 8px;
}
@media (min-width: 640px){
  .select-menu .option, .select-menu .select-btn{
    margin-bottom: 1rem;
  }
}
.select-menu .option, .select-menu .select-btn{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.select-menu .option .option-text, .select-menu .select-btn .option-text{
  font-size: 3.5rem;
}
@media (min-width: 640px){
  .select-menu .option .option-text, .select-menu .select-btn .option-text{
    font-size: 2.2rem;
  }
}
.select-menu .option .option-text, .select-menu .select-btn .option-text{
  font-weight: 700;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
@media (min-width: 640px){
  .select-menu .option .option-text, .select-menu .select-btn .option-text{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.select-menu .option .option-number, .select-menu .select-btn .option-number{
  --tw-bg-opacity: 1;
  background-color: rgb(247 176 52 / var(--tw-bg-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font-size: 4rem;
}
@media (min-width: 640px){
  .select-menu .option .option-number, .select-menu .select-btn .option-number{
    font-size: 2.5rem;
  }
}
.select-menu .option .option-number, .select-menu .select-btn .option-number{
  height: 7rem;
  width: 7rem;
}
@media (min-width: 640px){
  .select-menu .option .option-number, .select-menu .select-btn .option-number{
    height: 4rem;
    width: 4rem;
  }
}

.select-btn .sBtn{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.select-btn .option-number:empty{
  display: none;
}

.select-menu.active .options{
  visibility: visible;
  z-index: 3;
}
.select-menu.active .select-btn i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.select-menu.active .options {
  display: block;
  opacity: 0;
  z-index: 10;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
}
@keyframes fadeInDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
}

@-webkit-keyframes yoyo {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(15);
            transform: scale(15);
  }
}

@keyframes yoyo {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(15);
            transform: scale(15);
  }
}
.float-maybay{
  width: 100rem;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  -webkit-animation: light 4s linear 0s;
          animation: light 4s linear 0s;
		  position: absolute;
		  z-index:-1;
		  top:50%; 
}




@-webkit-keyframes light {
  from {
   left: -50rem;
  }
  to {
  left: 150rem;
  }
}

@keyframes light {
  from {
   left: -50rem;z-index:99999;
  }
  to {
   left: 150rem;z-index:99999;
  }
}
.wrap-overview .section1 .title{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slick-map{
  width: 47rem;
}

@media (min-width: 640px){
  .slick-map{
    width: 20%;
  }
}

.mind-map-select{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mind-map-select .title{
  margin-left: -1%;
  max-width: 50rem;
}
@media (min-width: 640px){
  .mind-map-select .title{
    max-width: 25rem;
  }
}

.mind-map{
  width: 100%;
  position: absolute;
  left: 5%;
  bottom: 11%;
}

@media (min-width: 640px){
  .mind-map{
    bottom: 27%;
  }
}
.mind-map .slick-prev,
.mind-map .slick-next{
  bottom: -14%;
  top: auto;
  z-index: 2;
}
@media (min-width: 640px){
  .mind-map .slick-prev,
.mind-map .slick-next{
    bottom: -7%;
  }
}
.mind-map .slick-prev,
.mind-map .slick-next{
  height: 4rem;
  width: 4rem;
}
@media (min-width: 640px){
  .mind-map .slick-prev,
.mind-map .slick-next{
    height: 2rem;
    width: 2rem;
  }
}
.mind-map .slick-prev,
.mind-map .slick-next {
  background-size: 100%;
}
.mind-map .slick-prev::before,
.mind-map .slick-next::before{
  display: none;
}
.mind-map .slick-disabled{
  opacity: 0.5;
}
.mind-map .slick-slide {
  aspect-ratio: 464/290;
}
.mind-map .slick-slide img{
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 640px){
  .mind-map .slick-slide img{
    border-radius: 20px;
  }
}
.mind-map .slick-slide img {
  aspect-ratio: 464/290;
}
.mind-map .slick-map{
  padding-bottom: 3rem;
}
.mind-map .slick-prev{
  left: 28%;
}
@media (min-width: 640px){
  .mind-map .slick-prev{
    left: 30%;
  }
}
.mind-map .slick-next{
  right: 28%;
}
@media (min-width: 640px){
  .mind-map .slick-next{
    right: 30%;
  }
}
.mind-map .custom_paging{
  position: absolute;
  z-index: 1;
  font-family: DINCondensed, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 4rem;
}
@media (min-width: 640px){
  .mind-map .custom_paging{
    font-size: 1.6rem;
  }
}

.map-content{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-archor .item{
  position: absolute;
  z-index: 1;
  height: 4rem;
  width: 3rem;
}

@media (min-width: 640px){
  .list-archor .item{
    height: 4.5rem;
    width: 3rem;
  }
}

.list-archor .item{
  display: none;
}
.list-archor .item.active{
  display: block;
}
.list-archor .item::before, .list-archor .item::after{
  position: absolute;
  content: "";
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list-archor .item::before{
  height: 100%;
  width: 100%;
}
.list-archor .item::after{
  top: 1px;
}
@media (min-width: 640px){
  .list-archor .item::after{
    top: 2px;
  }
}
.list-archor .item::after{
  left: 1px;
}
@media (min-width: 640px){
  .list-archor .item::after{
    left: 2px;
  }
}
.list-archor .item::after{
  width: calc(3rem - 2px);
}
@media (min-width: 640px){
  .list-archor .item::after{
    width: calc(3rem - 4px);
  }
}
.list-archor .item::after{
  height: calc(3rem - 2px);
}
@media (min-width: 640px){
  .list-archor .item::after{
    height: calc(3rem - 4px);
  }
}
.list-archor i{
  position: absolute;
  z-index: 1;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  top: 1px;
  left: 50%;
  --tw-translate-x: -50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 640px){
  .list-archor i{
    top: 3px;
  }
}
.list-archor i{
  font-family: DINCondensedBold, sans-serif;
  font-size: 1.8rem;
}
@media (min-width: 640px){
  .list-archor i{
    font-size: 1.6rem;
  }
}

.slides-numbers {
  display: none;
  position: absolute;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  left: 24rem;
  --tw-translate-x: -50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 640px){
  .slides-numbers{
    left: 12rem;
  }
}

.slides-numbers{
  bottom: -2.7rem;
}

@media (min-width: 640px){
  .slides-numbers{
    bottom: -0.3rem;
  }
}

.slides-numbers{
  font-size: 3rem;
}

@media (min-width: 640px){
  .slides-numbers{
    font-size: 1.5rem;
  }
}
.slides-numbers .active{
  margin-left: -3px;
}
@media (min-width: 640px){
  .slides-numbers .active{
    margin-left: -6px;
  }
}
.slides-numbers .active{
  font-weight: 600;
}
.slides-numbers .total{
  margin-left: -2px;
}
@media (min-width: 640px){
  .slides-numbers .total{
    margin-left: -5px;
  }
}

.list-banks{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
.list-banks .item{
  width: calc(100% / 7);
}
.list-banks .item.mb{
  max-width: 9%;
}
.list-banks .item.ocb{
  max-width: 10%;
}
.list-banks .item.bv{
  max-width: 9%;
}

.leaf svg {
  max-width: 80%;
}
.leaf .circle {
  cursor: pointer;
}
.leaf .circle-2 {
  fill: yellow;
}
.leaf .circle-3 {
  fill: aqua;
}
.leaf .circle-4 {
  fill: blue;
}
.leaf .circle-5 {
  fill: darkorange;
}
.leaf .big {
  fill: rgb(7, 169, 172);
  stroke: red;
  stroke-width: 5px;
  stroke-dasharray: 100;
  -webkit-animation: dash 1s linear infinite;
          animation: dash 1s linear infinite;
}
.leaf .big:hover {
  fill: rgb(4, 77, 78);
}
.leaf .big:hover ~ .text-big {
  visibility: visible;
  opacity: 1;
}
@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 1000;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 1000;
  }
}
.leaf .small {
  fill: fuchsia;
}
.leaf .small:hover {
  fill: rgb(118, 3, 118);
}
.leaf .small:hover ~ .text-small {
  visibility: visible;
  opacity: 1;
}
.leaf .text {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.leaf .text:hover {
  visibility: visible;
  opacity: 1;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::-ms-backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-size: inherit;*/
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  -webkit-font-feature-settings: inherit;
          font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 6rem;
  padding-left: 6rem;
}
@media (min-width: 475px){
  .container{
    max-width: 475px;
  }
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
@media (min-width: 2560px){
  .container{
    max-width: 2560px;
  }
}
@media (min-width: 2880px){
  .container{
    max-width: 2880px;
  }
}
@media (min-width: 3840px){
  .container{
    max-width: 3840px;
  }
}
.container{
  max-width: 100%;
}
@media (min-width: 1024px){
  .container{
    max-width: calc(100% - 140px);
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 85vw;
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.bottom-0{
  bottom: 0px;
}
.bottom-\[-10\%\]{
  bottom: -10%;
}
.bottom-\[-14\%\]{
  bottom: -14%;
}
.bottom-\[-2\.7rem\]{
  bottom: -2.7rem;
}
.bottom-\[-30\%\]{
  bottom: -30%;
}
.bottom-\[-4\%\]{
  bottom: -4%;
}
.bottom-\[100px\]{
  bottom: 100px;
}
.bottom-\[11\%\]{
  bottom: 11%;
}
.bottom-\[1rem\]{
  bottom: 1rem;
}
.left-0{
  left: 0px;
}
.left-\[-4\%\]{
  left: -4%;
}
.left-\[-5\%\]{
  left: -5%;
}
.left-\[-6\%\]{
  left: -6%;
}
.left-\[-8rem\]{
  left: -8rem;
}
.left-\[16\%\]{
  left: 16%;
}
.left-\[19\%\]{
  left: 19%;
}
.left-\[1px\]{
  left: 1px;
}
.left-\[21\%\]{
  left: 21%;
}
.left-\[24rem\]{
  left: 24rem;
}
.left-\[28\%\]{
  left: 28%;
}
.left-\[3\%\]{
  left: 3%;
}
.left-\[35\%\]{
  left: 35%;
}
.left-\[4\%\]{
  left: 4%;
}
.left-\[4\.5\%\]{
  left: 4.5%;
}
.left-\[5\%\]{
  left: 5%;
}
.left-\[50\%\]{
  left: 50%;
}
.left-\[53\%\]{
  left: 53%;
}
.right-0{
  right: 0px;
}
.right-\[-11\.5rem\]{
  right: -11.5rem;
}
.right-\[-12\%\]{
  right: -12%;
}
.right-\[-20\%\]{
  right: -20%;
}
.right-\[-3\%\]{
  right: -3%;
}
.right-\[-8rem\]{
  right: -8rem;
}
.right-\[10px\]{
  right: 10px;
}
.right-\[1rem\]{
  right: 1rem;
}
.right-\[2\%\]{
  right: 2%;
}
.right-\[28\%\]{
  right: 28%;
}
.right-\[9\%\]{
  right: 9%;
}
.right-\[9\.5\%\]{
  right: 9.5%;
}
.top-0{
  top: 0px;
}
.top-\[-12\%\]{
  top: -12%;
}
.top-\[-12\.7rem\]{
  top: -12.7rem;
}
.top-\[-2rem\]{
  top: -2rem;
}
.top-\[-5px\]{
  top: -5px;
}
.top-\[-9\%\]{
  top: -9%;
}
.top-\[1\.3rem\]{
  top: 1.3rem;
}
.top-\[10\.5\%\]{
  top: 10.5%;
}
.top-\[10px\]{
  top: 10px;
}
.top-\[10rem\]{
  top: 10rem;
}
.top-\[13\%\]{
  top: 13%;
}
.top-\[16\%\]{
  top: 16%;
}
.top-\[17\%\]{
  top: 17%;
}
.top-\[1px\]{
  top: 1px;
}
.top-\[2\%\]{
  top: 2%;
}
.top-\[24\%\]{
  top: 24%;
}
.top-\[3\%\]{
  top: 3%;
}
.top-\[30\%\]{
  top: 30%;
}
.top-\[33\%\]{
  top: 33%;
}
.top-\[34\%\]{
  top: 34%;
}
.top-\[37\.7\%\]{
  top: 37.7%;
}
.top-\[38\.5\%\]{
  top: 38.5%;
}
.top-\[3rem\]{
  top: 3rem;
}
.top-\[40\%\]{
  top: 40%;
}
.top-\[40px\]{
  top: 40px;
}
.top-\[42\%\]{
  top: 42%;
}
.top-\[49\%\]{
  top: 49%;
}
.top-\[5\.5\%\]{
  top: 5.5%;
}
.top-\[5\.9\%\]{
  top: 5.9%;
}
.top-\[50\%\]{
  top: 50%;
}
.top-\[56\%\]{
  top: 56%;
}
.top-\[61\%\]{
  top: 61%;
}
.top-\[67\.5\%\]{
  top: 67.5%;
}
.top-\[70\%\]{
  top: 70%;
}
.top-\[72\%\]{
  top: 72%;
}
.top-\[73\.5\%\]{
  top: 73.5%;
}
.top-\[74\%\]{
  top: 74%;
}
.top-\[81\%\]{
  top: 81%;
}
.top-\[85\%\]{
  top: 85%;
}
.top-\[8rem\]{
  top: 8rem;
}
.top-\[9\%\]{
  top: 9%;
}
.top-auto{
  top: auto;
}
.z-50{
  z-index: 50;
}
.z-\[-1\]{
  z-index: -1;
}
.z-\[100\]{
  z-index: 100;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[2\]{
  z-index: 2;
}
.z-\[3\]{
  z-index: 3;
}
.z-\[4\]{
  z-index: 4;
}
.z-\[5\]{
  z-index: 5;
}
.z-\[999\]{
  z-index: 999;
}
.z-\[99\]{
  z-index: 99;
}
.z-\[9\]{
  z-index: 9;
}
.order-1{
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.order-2{
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.m-0{
  margin: 0px;
}
.m-\[-0\.8rem\]{
  margin: -0.8rem;
}
.m-\[0\.8rem\]{
  margin: 0.8rem;
}
.m-\[10px\]{
  margin: 10px;
}
.mx-\[0\.5rem\]{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-\[1\.5rem\]{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-\[1rem\]{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mb-\[-3\%\]{
  margin-bottom: -3%;
}
.mb-\[-6\.5\%\]{
  margin-bottom: -6.5%;
}
.mb-\[0\.6rem\]{
  margin-bottom: 0.6rem;
}
.mb-\[1\.5rem\]{
  margin-bottom: 1.5rem;
}
.mb-\[1rem\]{
  margin-bottom: 1rem;
}
.mb-\[2\.5rem\]{
  margin-bottom: 2.5rem;
}
.mb-\[23\%\]{
  margin-bottom: 23%;
}
.mb-\[2rem\]{
  margin-bottom: 2rem;
}
.mb-\[30px\]{
  margin-bottom: 30px;
}
.mb-\[3px\]{
  margin-bottom: 3px;
}
.mb-\[3rem\]{
  margin-bottom: 3rem;
}
.mb-\[4\%\]{
  margin-bottom: 4%;
}
.mb-\[4rem\]{
  margin-bottom: 4rem;
}
.mb-\[5\%\]{
  margin-bottom: 5%;
}
.mb-\[6rem\]{
  margin-bottom: 6rem;
}
.mb-\[7rem\]{
  margin-bottom: 7rem;
}
.mb-\[8rem\]{
  margin-bottom: 8rem;
}
.mb-\[9rem\]{
  margin-bottom: 9rem;
}
.ml-\[-1\%\]{
  margin-left: -1%;
}
.ml-\[-16\%\]{
  margin-left: -16%;
}
.ml-\[-2px\]{
  margin-left: -2px;
}
.ml-\[-3px\]{
  margin-left: -3px;
}
.ml-\[1\%\]{
  margin-left: 1%;
}
.ml-\[7\%\]{
  margin-left: 7%;
}
.ml-auto{
  margin-left: auto;
}
.mr-\[0\.5rem\]{
  margin-right: 0.5rem;
}
.mr-\[1rem\]{
  margin-right: 1rem;
}
.mr-\[5px\]{
  margin-right: 5px;
}
.ms-auto{
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
.mt-\[-15\%\]{
  margin-top: -15%;
}
.mt-\[-16\%\]{
  margin-top: -16%;
}
.mt-\[-2px\]{
  margin-top: -2px;
}
.mt-\[-3\%\]{
  margin-top: -3%;
}
.mt-\[-5px\]{
  margin-top: -5px;
}
.mt-\[1\.3remem\]{
  margin-top: 1.3remem;
}
.mt-\[10px\]{
  margin-top: 10px;
}
.mt-\[1rem\]{
  margin-top: 1rem;
}
.mt-\[2\.5rem\]{
  margin-top: 2.5rem;
}
.mt-\[20px\]{
  margin-top: 20px;
}
.mt-\[3\%\]{
  margin-top: 3%;
}
.mt-\[3\.5\%\]{
  margin-top: 3.5%;
}
.mt-\[4\%\]{
  margin-top: 4%;
}
.mt-\[7\%\]{
  margin-top: 7%;
}
.mt-\[89\%\]{
  margin-top: 89%;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inline-flex{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.table{
  display: table;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.aspect-\[741\/368\]{
  aspect-ratio: 741/368;
}
.aspect-\[754\/427\]{
  aspect-ratio: 754/427;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.h-\[1\.2rem\]{
  height: 1.2rem;
}
.h-\[1\.4rem\]{
  height: 1.4rem;
}
.h-\[12rem\]{
  height: 12rem;
}
.h-\[13px\]{
  height: 13px;
}
.h-\[13rem\]{
  height: 13rem;
}
.h-\[15px\]{
  height: 15px;
}
.h-\[2\.5rem\]{
  height: 2.5rem;
}
.h-\[2px\]{
  height: 2px;
}
.h-\[3px\]{
  height: 3px;
}
.h-\[3rem\]{
  height: 3rem;
}
.h-\[4rem\]{
  height: 4rem;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[55px\]{
  height: 55px;
}
.h-\[5rem\]{
  height: 5rem;
}
.h-\[7rem\]{
  height: 7rem;
}
.h-\[83\%\]{
  height: 83%;
}
.h-\[8rem\]{
  height: 8rem;
}
.h-\[97\%\]{
  height: 97%;
}
.h-\[calc\(3rem-2px\)\]{
  height: calc(3rem - 2px);
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.max-h-\[295px\]{
  max-height: 295px;
}
.min-h-0{
  min-height: 0px;
}
.min-h-\[35px\]{
  min-height: 35px;
}
.min-h-max{
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}
.w-\[1\.2rem\]{
  width: 1.2rem;
}
.w-\[1\.4rem\]{
  width: 1.4rem;
}
.w-\[12rem\]{
  width: 12rem;
}
.w-\[130px\]{
  width: 130px;
}
.w-\[13px\]{
  width: 13px;
}
.w-\[15px\]{
  width: 15px;
}
.w-\[2\.5rem\]{
  width: 2.5rem;
}
.w-\[33\%\]{
  width: 33%;
}
.w-\[33\.3\%\]{
  width: 33.3%;
}
.w-\[3px\]{
  width: 3px;
}
.w-\[3rem\]{
  width: 3rem;
}
.w-\[40rem\]{
  width: 40rem;
}
.w-\[47\%\]{
  width: 47%;
}
.w-\[47rem\]{
  width: 47rem;
}
.w-\[4rem\]{
  width: 4rem;
}
.w-\[50\%\]{
  width: 50%;
}
.w-\[50px\]{
  width: 50px;
}
.w-\[5rem\]{
  width: 5rem;
}
.w-\[7rem\]{
  width: 7rem;
}
.w-\[8rem\]{
  width: 8rem;
}
.w-\[90\%\]{
  width: 90%;
}
.w-\[calc\(100\%\/7\)\]{
  width: calc(100% / 7);
}
.w-\[calc\(3rem-2px\)\]{
  width: calc(3rem - 2px);
}
.w-\[calc\(50\%-1rem\)\]{
  width: calc(50% - 1rem);
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.min-w-\[10rem\]{
  min-width: 10rem;
}
.min-w-full{
  min-width: 100%;
}
.max-w-\[10\%\]{
  max-width: 10%;
}
.max-w-\[10rem\]{
  max-width: 10rem;
}
.max-w-\[12\%\]{
  max-width: 12%;
}
.max-w-\[12rem\]{
  max-width: 12rem;
}
.max-w-\[13rem\]{
  max-width: 13rem;
}
.max-w-\[14rem\]{
  max-width: 14rem;
}
.max-w-\[15\%\]{
  max-width: 15%;
}
.max-w-\[15rem\]{
  max-width: 15rem;
}
.max-w-\[16\%\]{
  max-width: 16%;
}
.max-w-\[17\%\]{
  max-width: 17%;
}
.max-w-\[18\.5rem\]{
  max-width: 18.5rem;
}
.max-w-\[18rem\]{
  max-width: 18rem;
}
.max-w-\[1rem\]{
  max-width: 1rem;
}
.max-w-\[2\.5rem\]{
  max-width: 2.5rem;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[23\%\]{
  max-width: 23%;
}
.max-w-\[24\%\]{
  max-width: 24%;
}
.max-w-\[24rem\]{
  max-width: 24rem;
}
.max-w-\[26\%\]{
  max-width: 26%;
}
.max-w-\[26rem\]{
  max-width: 26rem;
}
.max-w-\[27\%\]{
  max-width: 27%;
}
.max-w-\[28rem\]{
  max-width: 28rem;
}
.max-w-\[30rem\]{
  max-width: 30rem;
}
.max-w-\[31\.6rem\]{
  max-width: 31.6rem;
}
.max-w-\[32\%\]{
  max-width: 32%;
}
.max-w-\[36\%\]{
  max-width: 36%;
}
.max-w-\[37rem\]{
  max-width: 37rem;
}
.max-w-\[38rem\]{
  max-width: 38rem;
}
.max-w-\[39\%\]{
  max-width: 39%;
}
.max-w-\[39rem\]{
  max-width: 39rem;
}
.max-w-\[40\%\]{
  max-width: 40%;
}
.max-w-\[41\%\]{
  max-width: 41%;
}
.max-w-\[43\%\]{
  max-width: 43%;
}
.max-w-\[44\%\]{
  max-width: 44%;
}
.max-w-\[45\%\]{
  max-width: 45%;
}
.max-w-\[4rem\]{
  max-width: 4rem;
}
.max-w-\[50\%\]{
  max-width: 50%;
}
.max-w-\[50rem\]{
  max-width: 50rem;
}
.max-w-\[52rem\]{
  max-width: 52rem;
}
.max-w-\[55\%\]{
  max-width: 55%;
}
.max-w-\[55rem\]{
  max-width: 55rem;
}
.max-w-\[57rem\]{
  max-width: 57rem;
}
.max-w-\[60\%\]{
  max-width: 60%;
}
.max-w-\[63\%\]{
  max-width: 63%;
}
.max-w-\[63rem\]{
  max-width: 63rem;
}
.max-w-\[65rem\]{
  max-width: 65rem;
}
.max-w-\[68rem\]{
  max-width: 68rem;
}
.max-w-\[70rem\]{
  max-width: 70rem;
}
.max-w-\[72rem\]{
  max-width: 72rem;
}
.max-w-\[73rem\]{
  max-width: 73rem;
}
.max-w-\[75\%\]{
  max-width: 75%;
}
.max-w-\[80\%\]{
  max-width: 80%;
}
.max-w-\[82\%\]{
  max-width: 82%;
}
.max-w-\[83\%\]{
  max-width: 83%;
}
.max-w-\[85\%\]{
  max-width: 85%;
}
.max-w-\[86\%\]{
  max-width: 86%;
}
.max-w-\[86rem\]{
  max-width: 86rem;
}
.max-w-\[87\%\]{
  max-width: 87%;
}
.max-w-\[9\%\]{
  max-width: 9%;
}
.max-w-\[90\%\]{
  max-width: 90%;
}
.max-w-\[92\%\]{
  max-width: 92%;
}
.max-w-\[93\%\]{
  max-width: 93%;
}
.max-w-\[95\%\]{
  max-width: 95%;
}
.max-w-full{
  max-width: 100%;
}
.max-w-max{
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.flex-1{
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
.origin-\[10px\]{
  -webkit-transform-origin: 10px;
          transform-origin: 10px;
}
.origin-\[8px\]{
  -webkit-transform-origin: 8px;
          transform-origin: 8px;
}
.translate-x-\[-50\%\]{
  --tw-translate-x: -50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[110\%\]{
  --tw-translate-x: 110%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\]{
  --tw-translate-y: -50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[-45deg\]{
  --tw-rotate: -45deg;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[45deg\]{
  --tw-rotate: 45deg;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[0\.8\]{
  --tw-scale-x: 0.8;
  --tw-scale-y: 0.8;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-default{
  cursor: default;
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.list-none{
  list-style-type: none;
}
.flex-row{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-col{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap{
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.items-end{
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.items-center{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.justify-start{
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-center{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-between{
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gap-\[0\.7rem\]{
  gap: 0.7rem;
}
.gap-\[1\.2rem\]{
  gap: 1.2rem;
}
.gap-\[1\.5rem\]{
  gap: 1.5rem;
}
.gap-\[1rem\]{
  gap: 1rem;
}
.gap-\[2rem\]{
  gap: 2rem;
}
.gap-\[3rem\]{
  gap: 3rem;
}
.gap-\[4rem\]{
  gap: 4rem;
}
.gap-\[7rem\]{
  gap: 7rem;
}
.gap-x-\[1\.2rem\]{
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
}
.gap-x-\[3rem\]{
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
.gap-y-\[2rem\]{
  row-gap: 2rem;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.text-wrap{
  text-wrap: wrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-\[0\.5rem\]{
  border-radius: 0.5rem;
}
.rounded-\[0\.6rem\]{
  border-radius: 0.6rem;
}
.rounded-\[100\%\]{
  border-radius: 100%;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[1rem\]{
  border-radius: 1rem;
}
.rounded-\[30px\]{
  border-radius: 30px;
}
.rounded-\[35px\]{
  border-radius: 35px;
}
.rounded-\[4rem\]{
  border-radius: 4rem;
}
.rounded-\[50\%\]{
  border-radius: 50%;
}
.rounded-\[8px\]{
  border-radius: 8px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-\[1px\]{
  border-width: 1px;
}
.border-solid{
  border-style: solid;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-\[\#0000005e\]{
  background-color: #0000005e;
}
.bg-\[\#000000bf\]{
  background-color: #000000bf;
}
.bg-\[\#0D2A4E\]{
  --tw-bg-opacity: 1;
  background-color: rgb(13 42 78 / var(--tw-bg-opacity));
}
.bg-\[\#5595c4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(85 149 196 / var(--tw-bg-opacity));
}
.bg-\[\#631b08\]{
  --tw-bg-opacity: 1;
  background-color: rgb(99 27 8 / var(--tw-bg-opacity));
}
.bg-\[\#7ee8f285\]{
  background-color: #7ee8f285;
}
.bg-\[\#7ee8f2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(126 232 242 / var(--tw-bg-opacity));
}
.bg-\[\#b5e0f4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(181 224 244 / var(--tw-bg-opacity));
}
.bg-\[\#c18f53\]{
  --tw-bg-opacity: 1;
  background-color: rgb(193 143 83 / var(--tw-bg-opacity));
}
.bg-\[\#cea471\]{
  --tw-bg-opacity: 1;
  background-color: rgb(206 164 113 / var(--tw-bg-opacity));
}
.bg-\[\#ededeb\]{
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 235 / var(--tw-bg-opacity));
}
.bg-\[\#f7b034\]{
  --tw-bg-opacity: 1;
  background-color: rgb(247 176 52 / var(--tw-bg-opacity));
}
.bg-\[\#f9e6c2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(249 230 194 / var(--tw-bg-opacity));
}
.bg-\[\#ffffff70\]{
  background-color: #ffffff70;
}
.bg-\[red\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}
.bg-\[transparent\]{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[length\:3rem\]{
  background-size: 3rem;
}
.bg-\[length\:95\%\]{
  background-size: 95%;
}
.bg-bottom{
  background-position: bottom;
}
.bg-center{
  background-position: center;
}
.bg-top{
  background-position: top;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0{
  padding: 0px;
}
.p-\[0\.4rem\]{
  padding: 0.4rem;
}
.p-\[10px\]{
  padding: 10px;
}
.p-\[3px\]{
  padding: 3px;
}
.px-\[0\.7rem\]{
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}
.px-\[1\.5rem\]{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[30px\]{
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[3rem\]{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-\[5rem\]{
  padding-left: 5rem;
  padding-right: 5rem;
}
.py-\[0\.5rem\]{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[12rem\]{
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.py-\[1rem\]{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-\[5px\]{
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-\[7rem\]{
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.pb-\[15rem\]{
  padding-bottom: 15rem;
}
.pb-\[1rem\]{
  padding-bottom: 1rem;
}
.pb-\[3rem\]{
  padding-bottom: 3rem;
}
.pb-\[7px\]{
  padding-bottom: 7px;
}
.pb-\[9\%\]{
  padding-bottom: 9%;
}
.pl-\[2\%\]{
  padding-left: 2%;
}
.pl-\[2rem\]{
  padding-left: 2rem;
}
.pl-\[3rem\]{
  padding-left: 3rem;
}
.pl-\[6\%\]{
  padding-left: 6%;
}
.pt-0{
  padding-top: 0px;
}
.pt-\[10px\]{
  padding-top: 10px;
}
.pt-\[11\%\]{
  padding-top: 11%;
}
.pt-\[16\%\]{
  padding-top: 16%;
}
.pt-\[4rem\]{
  padding-top: 4rem;
}
.text-center{
  text-align: center;
}
.font-Montserrat{
  font-family: Montserrat, sans-serif;
}
.text-\[0\.7rem\]{
  font-size: 0.7rem;
}
.text-\[0\.9rem\]{
  font-size: 0.9rem;
}
.text-\[0\]{
  font-size: 0;
}
.text-\[0px\]{
  font-size: 0px;
}
.text-\[1\.1rem\]{
  font-size: 1.1rem;
}
.text-\[1\.2rem\]{
  font-size: 1.2rem;
}
.text-\[1\.8rem\]{
  font-size: 1.8rem;
}
.text-\[100\%\]{
  font-size: 100%;
}
.text-\[2\.1rem\]{
  font-size: 2.1rem;
}
.text-\[2\.2rem\]{
  font-size: 2.2rem;
}
.text-\[2\.3rem\]{
  font-size: 2.3rem;
}
.text-\[2\.5rem\]{
  font-size: 2.5rem;
}
.text-\[2\.7rem\]{
  font-size: 2.7rem;
}
.text-\[2\.8rem\]{
  font-size: 2.8rem;
}
.text-\[2rem\]{
  font-size: 2rem;
}
.text-\[3\.3rem\]{
  font-size: 3.3rem;
}
.text-\[3\.5rem\]{
  font-size: 3.5rem;
}
.text-\[3rem\]{
  font-size: 3rem;
}
.text-\[4\.45rem\]{
  font-size: 4.45rem;
}
.text-\[4rem\]{
  font-size: 4rem;
}
.text-\[5rem\]{
  font-size: 5rem;
}
.text-\[6rem\]{
  font-size: 6rem;
}
.text-sm{
  font-size: 0.8rem;
}
.font-bold{
  font-weight: 700;
}
.font-regular{
  font-weight: 400;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.not-italic{
  font-style: normal;
}
.leading-\[1\.2\]{
  line-height: 1.2;
}
.leading-\[1\.2rem\]{
  line-height: 1.2rem;
}
.leading-\[1\.3\]{
  line-height: 1.3;
}
.text-\[\#094A76\]{
  --tw-text-opacity: 1;
  color: rgb(9 74 118 / var(--tw-text-opacity));
}
.text-\[\#406C80\]{
  --tw-text-opacity: 1;
  color: rgb(64 108 128 / var(--tw-text-opacity));
}
.text-\[\#631A09\]{
  --tw-text-opacity: 1;
  color: rgb(99 26 9 / var(--tw-text-opacity));
}
.text-\[\#7D3F02\]{
  --tw-text-opacity: 1;
  color: rgb(125 63 2 / var(--tw-text-opacity));
}
.text-\[\#999999\]{
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
.text-\[\#F66E17\]{
  --tw-text-opacity: 1;
  color: rgb(246 110 23 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-0{
  opacity: 0;
}
.opacity-\[0\.4\]{
  opacity: 0.4;
}
.opacity-\[0\.5\]{
  opacity: 0.5;
}
.opacity-\[0\.9\]{
  opacity: 0.9;
}
.opacity-\[0\]{
  opacity: 0;
}
.opacity-\[1\]{
  opacity: 1;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.blur{
  --tw-blur: blur(8px);
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
.ease-in-out{
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 640px){
  .sm\:relative{
    position: relative;
  }
  .sm\:bottom-\[-0\.3rem\]{
    bottom: -0.3rem;
  }
  .sm\:bottom-\[-13px\]{
    bottom: -13px;
  }
  .sm\:bottom-\[-7\%\]{
    bottom: -7%;
  }
  .sm\:bottom-\[27\%\]{
    bottom: 27%;
  }
  .sm\:left-\[-3\%\]{
    left: -3%;
  }
  .sm\:left-\[-5rem\]{
    left: -5rem;
  }
  .sm\:left-\[11\%\]{
    left: 11%;
  }
  .sm\:left-\[12rem\]{
    left: 12rem;
  }
  .sm\:left-\[2px\]{
    left: 2px;
  }
  .sm\:left-\[30\%\]{
    left: 30%;
  }
  .sm\:left-\[31\%\]{
    left: 31%;
  }
  .sm\:left-\[8\%\]{
    left: 8%;
  }
  .sm\:right-\[-5rem\]{
    right: -5rem;
  }
  .sm\:right-\[2\%\]{
    right: 2%;
  }
  .sm\:right-\[25\%\]{
    right: 25%;
  }
  .sm\:right-\[30\%\]{
    right: 30%;
  }
  .sm\:right-\[5\.5\%\]{
    right: 5.5%;
  }
  .sm\:top-\[-5\.4rem\]{
    top: -5.4rem;
  }
  .sm\:top-\[10\%\]{
    top: 10%;
  }
  .sm\:top-\[14\%\]{
    top: 14%;
  }
  .sm\:top-\[15\%\]{
    top: 15%;
  }
  .sm\:top-\[17\%\]{
    top: 17%;
  }
  .sm\:top-\[2px\]{
    top: 2px;
  }
  .sm\:top-\[32\%\]{
    top: 32%;
  }
  .sm\:top-\[32\.4\%\]{
    top: 32.4%;
  }
  .sm\:top-\[35\.9\%\]{
    top: 35.9%;
  }
  .sm\:top-\[3px\]{
    top: 3px;
  }
  .sm\:top-\[41\.5\%\]{
    top: 41.5%;
  }
  .sm\:top-\[41\.7\%\]{
    top: 41.7%;
  }
  .sm\:top-\[47\%\]{
    top: 47%;
  }
  .sm\:top-\[68\%\]{
    top: 68%;
  }
  .sm\:top-\[83\.7\%\]{
    top: 83.7%;
  }
  .sm\:z-\[2\]{
    z-index: 2;
  }
  .sm\:mx-\[0\.25rem\]{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .sm\:mx-\[0\.3rem\]{
    margin-left: 0.3rem;
    margin-right: 0.3rem;
  }
  .sm\:mb-\[0\.6rem\]{
    margin-bottom: 0.6rem;
  }
  .sm\:mb-\[1\.2rem\]{
    margin-bottom: 1.2rem;
  }
  .sm\:mb-\[1\.4rem\]{
    margin-bottom: 1.4rem;
  }
  .sm\:mb-\[10\%\]{
    margin-bottom: 10%;
  }
  .sm\:mb-\[1rem\]{
    margin-bottom: 1rem;
  }
  .sm\:mb-\[2rem\]{
    margin-bottom: 2rem;
  }
  .sm\:mb-\[4rem\]{
    margin-bottom: 4rem;
  }
  .sm\:mb-\[5px\]{
    margin-bottom: 5px;
  }
  .sm\:ml-\[-5px\]{
    margin-left: -5px;
  }
  .sm\:ml-\[-6px\]{
    margin-left: -6px;
  }
  .sm\:mr-\[0\.4rem\]{
    margin-right: 0.4rem;
  }
  .sm\:mt-\[-2\%\]{
    margin-top: -2%;
  }
  .sm\:mt-\[-6\%\]{
    margin-top: -6%;
  }
  .sm\:mt-\[10px\]{
    margin-top: 10px;
  }
  .sm\:block{
    display: block;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:h-5{
    height: 1.25rem;
  }
  .sm\:h-\[1\.2rem\]{
    height: 1.2rem;
  }
  .sm\:h-\[1\.5rem\]{
    height: 1.5rem;
  }
  .sm\:h-\[1rem\]{
    height: 1rem;
  }
  .sm\:h-\[2\.5rem\]{
    height: 2.5rem;
  }
  .sm\:h-\[2rem\]{
    height: 2rem;
  }
  .sm\:h-\[3rem\]{
    height: 3rem;
  }
  .sm\:h-\[4\.5rem\]{
    height: 4.5rem;
  }
  .sm\:h-\[4rem\]{
    height: 4rem;
  }
  .sm\:h-\[5\.6rem\]{
    height: 5.6rem;
  }
  .sm\:h-\[5px\]{
    height: 5px;
  }
  .sm\:h-\[6\.6rem\]{
    height: 6.6rem;
  }
  .sm\:h-\[80px\]{
    height: 80px;
  }
  .sm\:h-\[85\%\]{
    height: 85%;
  }
  .sm\:h-\[8rem\]{
    height: 8rem;
  }
  .sm\:h-\[calc\(3rem-4px\)\]{
    height: calc(3rem - 4px);
  }
  .sm\:w-5{
    width: 1.25rem;
  }
  .sm\:w-\[1\.2rem\]{
    width: 1.2rem;
  }
  .sm\:w-\[1\.5rem\]{
    width: 1.5rem;
  }
  .sm\:w-\[150px\]{
    width: 150px;
  }
  .sm\:w-\[1rem\]{
    width: 1rem;
  }
  .sm\:w-\[2\.5rem\]{
    width: 2.5rem;
  }
  .sm\:w-\[20\%\]{
    width: 20%;
  }
  .sm\:w-\[2rem\]{
    width: 2rem;
  }
  .sm\:w-\[3rem\]{
    width: 3rem;
  }
  .sm\:w-\[4rem\]{
    width: 4rem;
  }
  .sm\:w-\[5px\]{
    width: 5px;
  }
  .sm\:w-\[80px\]{
    width: 80px;
  }
  .sm\:w-\[87\%\]{
    width: 87%;
  }
  .sm\:w-\[8rem\]{
    width: 8rem;
  }
  .sm\:w-\[calc\(\(100\%\/2\)-0\.5rem\)\]{
    width: calc((100% / 2) - 0.5rem);
  }
  .sm\:w-\[calc\(3rem-4px\)\]{
    width: calc(3rem - 4px);
  }
  .sm\:max-w-\[1\.3rem\]{
    max-width: 1.3rem;
  }
  .sm\:max-w-\[10\%\]{
    max-width: 10%;
  }
  .sm\:max-w-\[10rem\]{
    max-width: 10rem;
  }
  .sm\:max-w-\[13rem\]{
    max-width: 13rem;
  }
  .sm\:max-w-\[16rem\]{
    max-width: 16rem;
  }
  .sm\:max-w-\[17\%\]{
    max-width: 17%;
  }
  .sm\:max-w-\[18\%\]{
    max-width: 18%;
  }
  .sm\:max-w-\[22\%\]{
    max-width: 22%;
  }
  .sm\:max-w-\[24\.6rem\]{
    max-width: 24.6rem;
  }
  .sm\:max-w-\[25\%\]{
    max-width: 25%;
  }
  .sm\:max-w-\[25rem\]{
    max-width: 25rem;
  }
  .sm\:max-w-\[26rem\]{
    max-width: 26rem;
  }
  .sm\:max-w-\[27rem\]{
    max-width: 27rem;
  }
  .sm\:max-w-\[28rem\]{
    max-width: 28rem;
  }
  .sm\:max-w-\[30rem\]{
    max-width: 30rem;
  }
  .sm\:max-w-\[33rem\]{
    max-width: 33rem;
  }
  .sm\:max-w-\[35\%\]{
    max-width: 35%;
  }
  .sm\:max-w-\[37\%\]{
    max-width: 37%;
  }
  .sm\:max-w-\[37rem\]{
    max-width: 37rem;
  }
  .sm\:max-w-\[38\%\]{
    max-width: 38%;
  }
  .sm\:max-w-\[39rem\]{
    max-width: 39rem;
  }
  .sm\:max-w-\[40\%\]{
    max-width: 40%;
  }
  .sm\:max-w-\[46rem\]{
    max-width: 46rem;
  }
  .sm\:max-w-\[50\%\]{
    max-width: 50%;
  }
  .sm\:max-w-\[50rem\]{
    max-width: 50rem;
  }
  .sm\:max-w-\[53\%\]{
    max-width: 53%;
  }
  .sm\:max-w-\[58\%\]{
    max-width: 58%;
  }
  .sm\:max-w-\[62rem\]{
    max-width: 62rem;
  }
  .sm\:max-w-\[66rem\]{
    max-width: 66rem;
  }
  .sm\:max-w-\[67\%\]{
    max-width: 67%;
  }
  .sm\:max-w-\[70\%\]{
    max-width: 70%;
  }
  .sm\:max-w-\[71\%\]{
    max-width: 71%;
  }
  .sm\:max-w-\[78\%\]{
    max-width: 78%;
  }
  .sm\:max-w-\[82\%\]{
    max-width: 82%;
  }
  .sm\:max-w-\[83\%\]{
    max-width: 83%;
  }
  .sm\:max-w-\[86\%\]{
    max-width: 86%;
  }
  .sm\:max-w-\[90\%\]{
    max-width: 90%;
  }
  .sm\:max-w-\[94\%\]{
    max-width: 94%;
  }
  .sm\:max-w-max{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .sm\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .sm\:gap-\[0\.5rem\]{
    gap: 0.5rem;
  }
  .sm\:gap-\[0\.7rem\]{
    gap: 0.7rem;
  }
  .sm\:gap-\[1rem\]{
    gap: 1rem;
  }
  .sm\:gap-x-\[1\.8rem\]{
    -webkit-column-gap: 1.8rem;
       -moz-column-gap: 1.8rem;
            column-gap: 1.8rem;
  }
  .sm\:gap-y-0{
    row-gap: 0px;
  }
  .sm\:gap-y-\[1rem\]{
    row-gap: 1rem;
  }
  .sm\:rounded-\[20px\]{
    border-radius: 20px;
  }
  .sm\:border-\[2px\]{
    border-width: 2px;
  }
  .sm\:bg-\[transparent\]{
    background-color: transparent;
  }
  .sm\:bg-\[length\:100\%\]{
    background-size: 100%;
  }
  .sm\:bg-\[length\:1rem\]{
    background-size: 1rem;
  }
  .sm\:p-\[0\.3rem\]{
    padding: 0.3rem;
  }
  .sm\:p-\[10px\]{
    padding: 10px;
  }
  .sm\:px-\[3rem\]{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .sm\:py-\[0\.4rem\]{
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .sm\:py-\[7rem\]{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .sm\:pb-\[2rem\]{
    padding-bottom: 2rem;
  }
  .sm\:pb-\[6rem\]{
    padding-bottom: 6rem;
  }
  .sm\:pl-\[1\.5rem\]{
    padding-left: 1.5rem;
  }
  .sm\:pl-\[18\%\]{
    padding-left: 18%;
  }
  .sm\:pl-\[2rem\]{
    padding-left: 2rem;
  }
  .sm\:pt-0{
    padding-top: 0px;
  }
  .sm\:pt-\[15\%\]{
    padding-top: 15%;
  }
  .sm\:pt-\[3rem\]{
    padding-top: 3rem;
  }
  .sm\:text-\[0\.7rem\]{
    font-size: 0.7rem;
  }
  .sm\:text-\[0\.8rem\]{
    font-size: 0.8rem;
  }
  .sm\:text-\[1\.1rem\]{
    font-size: 1.1rem;
  }
  .sm\:text-\[1\.25rem\]{
    font-size: 1.25rem;
  }
  .sm\:text-\[1\.2rem\]{
    font-size: 1.2rem;
  }
  .sm\:text-\[1\.3rem\]{
    font-size: 1.3rem;
  }
  .sm\:text-\[1\.4rem\]{
    font-size: 1.4rem;
  }
  .sm\:text-\[1\.55rem\]{
    font-size: 1.55rem;
  }
  .sm\:text-\[1\.5rem\]{
    font-size: 1.5rem;
  }
  .sm\:text-\[1\.6rem\]{
    font-size: 1.6rem;
  }
  .sm\:text-\[1\.7rem\]{
    font-size: 1.7rem;
  }
  .sm\:text-\[1\.8rem\]{
    font-size: 1.8rem;
  }
  .sm\:text-\[1rem\]{
    font-size: 1rem;
  }
  .sm\:text-\[2\.2rem\]{
    font-size: 2.2rem;
  }
  .sm\:text-\[2\.4rem\]{
    font-size: 2.4rem;
  }
  .sm\:text-\[2\.5rem\]{
    font-size: 2.5rem;
  }
  .sm\:text-\[2rem\]{
    font-size: 2rem;
  }
  .sm\:text-\[3rem\]{
    font-size: 3rem;
  }
  .sm\:leading-\[1\.5\]{
    line-height: 1.5;
  }
}
@media (min-width: 768px){
  .md\:inset-0{
    inset: 0px;
  }
  .md\:h-\[3rem\]{
    height: 3rem;
  }
  .md\:h-\[4rem\]{
    height: 4rem;
  }
  .md\:max-w-\[53\%\]{
    max-width: 53%;
  }
  .md\:max-w-\[55rem\]{
    max-width: 55rem;
  }
  .md\:px-\[15px\]{
    padding-left: 15px;
    padding-right: 15px;
  }
  .md\:py-\[9rem\]{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .md\:text-\[2rem\]{
    font-size: 2rem;
  }
}
@media (min-width: 1024px){
  .lg\:h-\[3rem\]{
    height: 3rem;
  }
  .lg\:min-h-\[3rem\]{
    min-height: 3rem;
  }
  .lg\:w-\[3rem\]{
    width: 3rem;
  }
  .lg\:py-\[6rem\]{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 1280px){
  .xl\:text-\[1\.2rem\]{
    font-size: 1.2rem;
  }
}
@media (min-width: 1536px){
  .\32xl\:rounded-\[50px\]{
    border-radius: 50px;
  }
}
@media (min-width: 2560px){
  .\32k\:text-\[1rem\]{
    font-size: 1rem;
  }
}
@media (min-width: 2880px){
  .\33k\:top-\[69\.5\%\]{
    top: 69.5%;
  }
  .\33k\:flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .\33k\:w-\[100\%\]{
    width: 100%;
  }
  .\33k\:w-full{
    width: 100%;
  }
  .\33k\:max-w-none{
    max-width: none;
  }
  .\33k\:flex-col{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .\33k\:items-center{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .\33k\:justify-center{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 3840px){
  .\34k\:top-\[36\.9\%\]{
    top: 36.9%;
  }
  .\34k\:mb-\[0\.6rem\]{
    margin-bottom: 0.6rem;
  }
  .\34k\:mt-\[2rem\]{
    margin-top: 2rem;
  }
  .\34k\:h-\[4rem\]{
    height: 4rem;
  }
  .\34k\:h-\[5rem\]{
    height: 5rem;
  }
  .\34k\:w-\[4rem\]{
    width: 4rem;
  }
  .\34k\:max-w-\[1\.4rem\]{
    max-width: 1.4rem;
  }
  .\34k\:max-w-\[40rem\]{
    max-width: 40rem;
  }
  .\34k\:max-w-\[47rem\]{
    max-width: 47rem;
  }
  .\34k\:max-w-\[51rem\]{
    max-width: 51rem;
  }
  .\34k\:max-w-\[60\%\]{
    max-width: 60%;
  }
  .\34k\:max-w-\[65rem\]{
    max-width: 65rem;
  }
  .\34k\:max-w-\[70\%\]{
    max-width: 70%;
  }
  .\34k\:max-w-\[75rem\]{
    max-width: 75rem;
  }
  .\34k\:px-\[1\.5rem\]{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .\34k\:text-\[1\.4rem\]{
    font-size: 1.4rem;
  }
  .\34k\:text-\[1\.6rem\]{
    font-size: 1.6rem;
  }
  .\34k\:text-\[2rem\]{
    font-size: 2rem;
  }
  .\34k\:text-\[3rem\]{
    font-size: 3rem;
  }
}





#poly-7097,#tien-ich-G1,#tien-ich-G2,#tien-ich-G3 {
    fill: rgba(251, 212, 123, 0.11);
    stroke: rgba(251, 212, 123, 0.21);
    stroke-width: 4px;
    stroke-dasharray: 2620;
    stroke-linecap: square;
    opacity: 0;
}

#poly-4674,#tien-ich-F1,#tien-ich-F2,#tien-ich-F3 {
    fill: rgba(251, 212, 123, 0.1209375);
    stroke: rgba(251, 212, 123, 0.17);
    stroke-width: 4px;
    stroke-dasharray: 5000;
    stroke-linecap: round;
    opacity: 0;
}

#block-1 table, #block-2 table{ position:absolute}
#block-1 table h3, #block-2 table h3{ 
    background: linear-gradient(to right, #dd3d6e, #f9a53b 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.3;
}

#block-1 table{left:5%; border:1px #fff solid;}
#block-2 table{right:5%; border:1px #fff solid;}
#block-1 table td, #block-2 table td{ font-size:14px;border:1px #fff solid;padding:3px 10px;}

#block-G1, #block-G2, #block-G3,
#block-F1, #block-F2, #block-F3 {  opacity: 0;transition: all 2s ease-in-out;}
#poly-7097:hover, #poly-4674:hover, #tien-ich-G1:hover,
#tien-ich-G2:hover, #tien-ich-G3:hover, #tien-ich-F1:hover,
#tien-ich-F2:hover, #tien-ich-F3:hover  {    
	opacity: 1;
	stroke-dasharray:2710!important;
    stroke-dashoffset:0  !important;	
}
/* #poly-7097:hover + div #block-1,  #poly-4674:hover + div #block-2{opacity: 1; display: block;transition: all 3s ease;} */


#tien-ich-G1:hover ~ #block-G1,
#tien-ich-G2:hover ~ #block-G2,
#tien-ich-G3:hover ~ #block-G3{opacity: 1; display: block;transition: all 3s ease;}

#tien-ich-F1:hover ~ #block-F1,
#tien-ich-F2:hover ~ #block-F2,
#tien-ich-F3:hover ~ #block-F3{opacity: 1; display: block;transition: all 3s ease;}

div#image-map-pro-3499 {
    display: block;
}svg.hs-poly-svg {
    overflow: visible;
}.active polygon.imp-shape {
    position: relative;
    z-index: 9999999999999;
}.page-id-2 div#image-map-pro-3499 {
    display: block;
}g#Layer_9 image {
    display: none;
}
#image-map-pro-3499 .imp-shape-highlighted#poly-7097, #image-map-pro-3499 .imp-shape-highlighted#poly-4674{
        fill: rgb(210 197 121/26%) !important;
    stroke: rgb(210 197 121) !important;
}
#image-map-pro-3499  div.imp-shape-highlighted#rect-5699 .imp-shape-glow , #image-map-pro-3499  div.imp-shape-highlighted#rect-5937 .imp-shape-glow {
    background: hsl(0deg 0% 0% / 00%);transition: all 1s ease;
    opacity: 1;
    display: block;
    animation: none !important;
    border-radius: 0px !important;z-index:-1;
}
#image-map-pro-3499  div.imp-shape-highlighted#rect-5699 , #image-map-pro-3499  div.imp-shape-highlighted#rect-5937{
	z-index:-1;
    display: block !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: hsl(0deg 0% 0% / 10%);transition: all 1s ease;
    border-radius: 0px !important;
    opacity: 1 !important;
}
#image-map-pro-3499  .imp-shape-container:after {
    background-color: rgba(0,0,0,0);
    height: 100%;
    left: 0;
    pointer-events: none;
    right: 0;
    top: 0;
    transition: transform .3s,opacity .6s;
    content: '';
    position: absolute;
    z-index: -1;
}

#image-map-pro-3499 .imp-shape#poly-7097, #image-map-pro-3499 .imp-shape#poly-4674,
#image-map-pro-3499 .imp-shape#tien-ich-G1, #image-map-pro-3499 .imp-shape#tien-ich-G2,
#image-map-pro-3499 .imp-shape#tien-ich-G3, #image-map-pro-3499 .imp-shape#tien-ich-F1,
#image-map-pro-3499 .imp-shape#tien-ich-F2, #image-map-pro-3499 .imp-shape#tien-ich-F3
 {
   fill: rgb(255 255 255 /2%) !important;
    stroke: rgb(255 255 255 /80%) !important;
	 filter: drop-shadow(-2px -2px 2px #00befb) drop-shadow(-10px -2px 10px #00befb);
    stroke-dasharray: 0 ;
    stroke-dashoffset: 0 ;
    stroke-width: 3 !important;
    stroke-miterlimit: 0 !important;
    transition: all 1s ease-in-out;
    fill-opacity: 1 !important;
}

.page-id-2 polygon.imp-shape , .page-id-652 polygon.imp-shape {
    stroke-width: 8 !important;
    stroke-miterlimit: 0 !important;
    transition: all 1s ease-in-out;
    fill-opacity: 0.7 !important;
    stroke: rgb(231 210 130) !important;
	stroke-dasharray: 9950 !important;
    stroke-dashoffset: 9950 !important;
    cursor: pointer;
    outline: none;
    filter: blur(3px);
}
.page-id-2 polygon.imp-shape.imp-shape-highlighted , .page-id-652 polygon.imp-shape.imp-shape-highlighted{
	fill-opacity: 1 !important;
	fill: rgb(254 224 189 / 70%);
	stroke-dasharray: 9950 !important;
    stroke-dashoffset: 0 !important;
}









