.no-close .ui-dialog-titlebar-close {
  display: none;
}
.no-close {
  line-height: 0;
  overflow: hidden;
}

.js-event-modal.show .event-modal { z-index: 9; opacity: 1; }
.event-modal {
  animation-duration: 1000ms;
  animation-delay: 0ms;
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -999;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  opacity: 0;
}
.event-modal-wrapper {
  min-height: 200px;
  max-width: 320px;
  border-radius: 10px;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
  padding: 15px;
  min-height: 450px;
  align-items: flex-end;
  padding-bottom: 40px;
  box-sizing: border-box;
}
.event-modal-wrapper .title {
  margin: 0;
  padding: 0;
}
.event-modal-wrapper .title .close {
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  font-weight: 300;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #007237;
  /* text-shadow: none; */
  background-color: rgba(0,0,0,0.1);
  border-radius: 2px;
}
.event-modal-wrapper .content {
  width: 100%;
}
.event-modal-wrapper .content input, .event-modal-wrapper .content textarea, .event-modal-wrapper .content select {
  outline: none;
  font-size: 14px;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ddd;
  width: 100%;
  border-radius: 3px;
  margin-top: 10px;
}
.event-modal-wrapper .content select {
  padding: 0 5px;
  color: #f00;
  font-weight: 500;
}
.event-modal-wrapper .content select option:not(:checked) {
  color: #000;
  font-weight: 400;
}
.event-modal-wrapper .content input[type="date"], .event-modal-wrapper .content input[type="datetime-local"]{
  color: #f00;
  font-weight: 500;
}
.event-modal-wrapper .content textarea {
  padding: 10px;
  height: 50px;
  line-height: 120%;
}
.event-modal-wrapper .content button {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #007237;
  background-color: #fff;
  border: 1px solid #007237;
  border-radius: 3px;
  height: 30px;
  line-height: 29px;
  text-align: center;
  padding: 0 20px;
}

.select-form {
  max-width: 100%;
  width: 100%;
  background-color: #ddd;
  height: 38px;
  line-height: 38px;
  outline: none;
}

.eventform .thongbao, .sentenced {
  border-radius: 3px;
  font-size: 14px;
  display: block;
  padding: 3px 10px;
  line-height: 100%;
  color: #fff;
  text-align: center;
}
.sentenced {
  height: 0;
}
.eventform .thongbao.success, .sentenced.success {
  background: #007237!important;
}
.eventform .thongbao.error, .sentenced.error {
  background: #ff5d5d!important;
}
.sentenced.success, .sentenced.error {
  height: auto;
  padding: 2px 10px!important;
}

.js-event-button-display button, .js-book-button-display button {
  background-color: #007237;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  border-radius: 99px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border: 1px solid #0c4b2a;
}

.video-wrapper-v2 aside {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}
.video-wrapper-v2 aside > div {
  min-width: calc((100% - 40px) / 3);
  flex-basis: calc((100% - 40px) / 3);
  max-width: calc((100% - 40px) / 3);
  flex: 1;
}
.video-wrapper-v2 aside > div .image-box {
  position: relative; 
  border-radius: 6px;
  overflow: hidden;
}
.video-wrapper-v2 aside > div .image-box .popup-play {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.3s ease-in; 
}
.video-wrapper-v2 aside > div .image-box .popup-play:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 50%;
  content: '';
  width: 50px;
  height: 50px;
  background-image: url("../images/playvideo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: translate(50%, -50%); 
}
.video-wrapper-v2 aside > div .image-box .popup-play:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.video-wrapper-v2 aside > div .image-box .image-bg a {
  padding-top: 100%;
}

.landing-page-2024 .banner img {
  display: block;
  margin: 0 auto;
}

.color-main { color: #00723a; }
.color-white { color: #fff; }
.font-size-14 { font-size: 14px }
.font-size-16 { font-size: 16px }
.font-size-18 { font-size: 18px }
.font-size-20 { font-size: 20px }
.font-size-22 { font-size: 22px }
.font-size-24 { font-size: 24px !important }
.font-size-26 { font-size: 26px !important }
.text-uppercase { text-transform: uppercase; }
.font-weight-600 { font-weight: 600; }
.font-weight-700 { font-weight: 700; }
.line-height-1-3 { line-height: 1.3em; }
.line-height-1-4 { line-height: 1.4em; }

.m-0 { margin: 0!important }
.mt-4 { margin-top: 4px!important }
.mt-8 { margin-top: 8px!important }
.mt-12 { margin-top: 12px!important }
.mt-16 { margin-top: 16px!important }
.mt-20 { margin-top: 20px!important }
.mt-24 { margin-top: 24px!important }
.mt-28 { margin-top: 28px!important }

.pt-4 { padding-top: 4px!important }
.pt-8 { padding-top: 8px!important }
.pt-12 { padding-top: 12px!important }
.pt-16 { padding-top: 16px!important }
.pt-20 { padding-top: 20px!important }
.pt-24 { padding-top: 24px!important }
.pt-28 { padding-top: 28px!important }

.pb-4 { padding-bottom: 4px!important }
.pb-8 { padding-bottom: 8px!important }
.pb-12 { padding-bottom: 12px!important }
.pb-16 { padding-bottom: 16px!important }
.pb-20 { padding-bottom: 20px!important }
.pb-24 { padding-bottom: 24px!important }
.pb-28 { padding-bottom: 28px!important }

.d-flex { display: flex }
.d-flex.gap-10 { gap: 10px }
.d-flex.gap-14 { gap: 14px }
.d-flex.gap-18 { gap: 18px }
.d-flex.gap-22 { gap: 22px }
.d-flex.wrap { flex-wrap: wrap; }
.d-flex.align-center { align-items: center; }
.d-flex.align-end { align-items: flex-end; }
.d-flex.justify-between { justify-content: space-between; }
.d-flex.justify-center { justify-content: center; }
.d-flex.direction-column { flex-direction: column; }
.d-flex .flex-1 { flex: 1; }
.d-flex.item-2 {
  gap: 22px;
  flex-wrap: wrap;
}
.d-flex.item-2 > * {
  flex-basis: calc((100% - 22px) / 2);
  max-width: calc((100% - 22px) / 2);
}
.d-flex.row-reverse { flex-direction: row-reverse; }
@media only screen and (max-width: 992px) {
  .d-flex.sm-full { flex-wrap: wrap; }
  .d-flex.sm-full > * { flex: 1; max-width: 100%; width: 100%; flex-basis: 100%; }
}
@media only screen and (max-width: 768px) {
  .d-flex.xs-full { flex-wrap: wrap; }
  .d-flex.xs-full > * { flex: 1; max-width: 100%; width: 100%; flex-basis: 100%; }
}

.width-40 { width: 40px }
.width-80 { width: 80px }
.width-120 { width: 120px }
.width-160 { width: 160px }
.width-200 { width: 200px }

.img-bg {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.img-bg img { display: none; }
.img-bg.img-bg-65 { padding-top: 65%; }
.img-bg.img-bg-120 { padding-top: 120%; }

.landing-page-2024 .landing-title {
  position: relative;
  font-size: 26px;
  font-weight: 700;
  color: #007237;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3em;
  margin: 0;
  max-width: 866px;
  margin: 0 auto;
}
.landing-page-2024 .landing-title.landing-title--before {
  padding-top: 40px;
}
.landing-page-2024 .landing-title.landing-title--before:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background-image: url(../images/line.png);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 35px;
}
.landing-page-2024 .landing-title.left {
  text-align: left;
}
.landing-page-2024 .landing-summary {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.landing-page-2024 .landing-summary.left {
  text-align: left;
}

.landing-page-2024 .video-iframe { position: relative; width: 100%; height: 100%; min-height: 400px; }
.landing-page-2024 .video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.landing-page-2024 .video-iframe.video-iframe-h-50 { padding-top: 50% }
.landing-page-2024 .video-iframe.video-iframe-h-150 { padding-top: 150% }
.landing-page-2024 .video-iframe.video-iframe-h-200 { padding-top: 200% }
.landing-page-2024 .video-iframe.video-iframe-h-750px { padding-top: 750px }

.landing-page-2024 .ui-button {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  min-width: 220px;
  background-color: #00723a;
  position: relative;
  border: none;
  color: #fff;
  border-radius: 4px;
  font-weight: 600;
}
.landing-page-2024 .ui-button span {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  animation-name: pulse;
  animation-delay: 0s;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.landing-page-2024 .ui-button.theme-sm {
  height: 40px;
  line-height: 40px;
  min-width: 150px;
  padding: 0 20px;
  background-color: #ffc001;
  border-radius: 4px;
  font-weight: 600;
}
.landing-page-2024 .ui-button.style-2 {
  width: 100%;
  color: #000;
}
.landing-page-2024 .ui-button.style-2 span { font-size: 15px; font-weight: 600; }
@keyframes pulse {
  0% { transform: scale(1) }
  50% { transform: scale(1.1) }
  100% { transform: scale(1) }
}

.landing-page-2024 .js-customer .slick-slide { padding: 0 14px; }
.landing-page-2024 .slick-arrow { z-index: 1; }
.landing-page-2024 .slick-arrow::before { color: #fff; background-color: #00723a; border-radius: 4px; padding: 10px; font-size: 12px }
.landing-page-2024 .outside-arrow .slick-arrow::before { color: #fff; background-color: #00723a; border-radius: 4px; padding: 10px; font-size: 12px }
.landing-page-2024 .outside-arrow .slick-arrow.slick-prev { left: 20px; }
.landing-page-2024 .outside-arrow .slick-arrow.slick-next { left: auto; right: 20px; }
.landing-page-2024 .slider-nav .slick-list { margin-top: 10px; }
.landing-page-2024 .slider-nav .slick-slide { padding: 0 5px; cursor: pointer; }
.landing-page-2024 .slider-flex .slick-track { display: flex; gap: 14px; }

.landing-page-2024 .left-image-1-list-right-title .avatar { border: 6px double #00723a; }
.landing-page-2024 .left-image-1-list-right-title .right-new-list { display: flex; flex-direction: column; gap: 24px; }
.landing-page-2024 .left-image-1-list-right-title .right-new-item { background-color: #00723a; padding: 15px; box-shadow: rgb(0, 0, 0) 0px 9px 8px -12px; border-radius: 4px; }
.landing-page-2024 .left-image-1-list-right-title .right-new-item .thumb { flex-basis: 50px; max-width: 50px; min-width: 50px; }

.landing-page-2024 .image-or-video .video-view-box { border: 20px solid #00723a; }

.landing-page-2024 .left-list-1-right-image .right-new-list { display: flex; flex-direction: column; row-gap: 70px; }
.landing-page-2024 .left-list-1-right-image .box-theme-round { position: relative; }
.landing-page-2024 .left-list-1-right-image .box-theme-round .thumb {
  width: 150px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #00723a;
  box-shadow: rgba(0, 0, 0, 0.5) 1px 4px 8px 0px;
}
.landing-page-2024 .left-list-1-right-image .box-theme-round .infos {
  margin-left: 40px;
  min-height: 100px;
  padding: 10px 14px 10px 130px;
  background: rgb(0,114,58);
  background: linear-gradient(101deg, rgba(0,114,58,1) 0%, rgba(0,194,99,1) 100%);
  color: #fff;
}
.landing-page-2024 .left-list-1-right-image .box-theme-round.theme-2 .infos {
  background: rgb(0,114,58);
  background: linear-gradient(257deg, rgba(0,114,58,1) 0%, rgba(0,194,99,1) 100%);
}
.landing-page-2024 .left-list-1-right-image .box-theme-round .infos .ui-button {
  border: 1px solid #ffc001;
  color: #fff;
}
@media only screen and (max-width: 500px) {
  .landing-page-2024 .left-list-1-right-image .right-new-list { row-gap: 24px; }
  .landing-page-2024 .left-list-1-right-image .box-theme-round .thumb {
    left: 50%;
    top: auto;
    position: relative;
    transform: translate(-50%, 0);
  }
  .landing-page-2024 .left-list-1-right-image .box-theme-round .infos {
    margin-left: 0;
    margin-top: 22px;
    min-height: 100px;
    padding: 10px 14px;
  }
}

.landing-page-2024 .left-content-1-right-image-1-list-bottom-image {
  padding: 50px 0;
}
.landing-page-2024 .left-content-1-right-image-1-list-bottom-image .thumb {
  width: 50px;
  min-width: 50px;
}
.landing-page-2024 .left-content-1-right-image-1-list-bottom-image .left-content-1-right-image-1-list-bottom-image-block {
  padding: 24px;
}
.landing-page-2024 .left-content-1-right-image-1-list-bottom-image .gallery-block > * {
  flex: 1 0 250px;
}

.landing-page-2024 .form-register {
  padding: 24px 0;
}
.landing-page-2024 .form-register .logo { text-align: center; }
.landing-page-2024 .form-register .logo img { max-height: 80px; }
.landing-page-2024 .form-register form {
  background-color: #00723a;
  border-radius: 10px;
  padding: 28px 24px;
  margin-top: 24px;
}
.landing-page-2024 .form-register form input, .landing-page-2024 .form-register form textarea {
  border: 1px solid #fff;
  outline: none;
  box-shadow: none;
  border-radius: 2px;
  padding: 0 10px;
  color: #000;
  font-size: 14px;
  width: 100%;
}
.landing-page-2024 .form-register form input { height: 50px; line-height: 50px; }
.landing-page-2024 .form-register form textarea { padding: 10px; }
.landing-page-2024 .form-register form .radio {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
}
.landing-page-2024 .form-register form .radio input {
  width: 20px;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
}
.landing-page-2024 .form-register form .radio label { margin: 0; cursor: pointer; }
.landing-page-2024 .form-register form input.error, .landing-page-2024 .form-register form textarea.error {
  border-color: #f00;
}
.eventform2 .thongbao {
  border-radius: 3px;
  font-size: 14px;
  display: block;
  padding: 5px 10px;
  line-height: 100%;
  color: #fff;
  text-align: center;
}
.eventform2 .thongbao.success {
  background: #05994d!important;
}
.eventform2 .thongbao.error{
  background: #ff5d5d!important;
}
.landing-page-2024 .form-register .js-show-popup-form-landing.show {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  background-color: rgba(0,0,0,0.8);
  padding: 10px;
}
.landing-page-2024 .form-register .js-show-popup-form-landing.show .show-popup-form-landing-wrapper {
  max-width: 500px;
}
.landing-page-2024 .form-register .js-show-popup-form-landing .close { display: none; }
.landing-page-2024 .form-register .js-show-popup-form-landing.show .close { display: block; }
.landing-page-2024 .form-register .ui-button {
  background: rgb(255, 192, 1);
  background: linear-gradient(0deg, rgba(255, 192, 1, 1) 0%, rgba(255, 221, 119, 1) 100%);
}

.landing-page-2024 .list-video-ngan .video-item {
  flex: 1 1 calc((100% - 44px) / 3);
  max-width: calc((100% - 44px) / 3);
}
@media only screen and (max-width: 768px) {
	.landing-page-2024 .list-video-ngan .video-item {
	  flex: 1 1 calc((100% - 22px) / 2);
	  max-width: calc((100% - 22px) / 2);
	}	
}
@media only screen and (max-width: 600px) {
	.landing-page-2024 .list-video-ngan .video-item {
	  flex: 1 1 100%;
	  max-width: 100%;
	}	
}

.footer-landing-fixed { display: none; }
@media only screen and (max-width: 768px) {
  .footer-landing-fixed {
    display: flex;
    align-items: center;
    justify-content: space-between;
    bottom: 0;
    position: fixed;
    z-index: 2;
    background: #00723a;
    padding: 4px 8px;
    color: #fff;
    gap: 8px;
    width: 100%;
  }
  .footer-landing-fixed span { font-size: 15px; }
  .footer-landing-fixed .ui-button {
    background: rgb(255, 192, 1);
    background: linear-gradient(0deg, rgba(255, 192, 1, 1) 0%, rgba(255, 221, 119, 1) 100%);
    color: #000;
    border-radius: 10px;
    height: 40px;
    line-height: 40px;
    min-width: 170px;
  }
}

.pages-form {
  max-width: 800px;
  margin: 0 auto;
  color: #000;
  padding: 0 15px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .pages-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    left: 0;
    background: #00723a;
    padding: 4px 10px;
    flex-direction: row-reverse;
    gap: 10px;
    justify-content: space-between;
  }
  .pages-footer .ui-button { margin-top: 0!important; width: auto!important; min-width: 200px; }
  .pages-footer .ui-button span { font-size: 14px!important; }
  .pages-footer > * { margin: 0!important }
}
