@charset "UTF-8";
.wrapImgResize {
  overflow: hidden;
  position: relative;
  display: block;
}
.wrapImgResize video,
.wrapImgResize iframe,
.wrapImgResize img {
  object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  width: 101%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  min-height: 101%;
  max-height: 101%;
}
.wrapImgResize.img16And9 {
  padding-top: 56.25%;
}
.wrapImgResize.imgSquare {
  padding-top: 100%;
}
.wrapImgResize.img9And16 {
  padding-top: 177%;
}
.wrapImgResize.img3And4 {
  padding-top: 133.33333333%;
}
.wrapImgResize.img3And2 {
  padding-top: 66.67%;
}
.wrapImgResize.imgSpecial1 {
  padding-top: 75.46%;
}

.title2 .titleMain,
.title1 .titleMain {
  font-size: 40px;
  font-weight: 700;
  color: #002c6c;
  text-transform: capitalize;
  margin: 0;
}
.title2 .wrapTextDes,
.title1 .wrapTextDes {
  font-size: 18px;
  color: #262626;
  margin: 20px 0 0 0;
  text-align: justify;
}
.title2 .wrapTextDes > *,
.title1 .wrapTextDes > * {
  margin-bottom: 10px;
}
.title2 .wrapTextDes > *:last-child,
.title1 .wrapTextDes > *:last-child {
  margin-bottom: 0 !important;
}
.title2.center .titleMain,
.title2.center .wrapTextDes,
.title1.center .titleMain,
.title1.center .wrapTextDes {
  text-align: center;
}
.title2.light .titleMain,
.title2.light .wrapTextDes,
.title1.light .titleMain,
.title1.light .wrapTextDes {
  color: white;
}
.title2.center .titleMain,
.title2.center .wrapTextDes,
.title1.center .titleMain,
.title1.center .wrapTextDes {
  text-align: center;
}
@media only screen and (max-width: 1800px) {
  .title2 .titleMain,
  .title1 .titleMain {
    font-size: 36px;
  }
  .title2 .wrapTextDes,
  .title1 .wrapTextDes {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1220px) {
  .title2 .titleMain,
  .title1 .titleMain {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .title2 .titleMain,
  .title1 .titleMain {
    font-size: 24px;
  }
}

.title2 .wrapTextDes {
  font-size: 24px;
}
@media only screen and (max-width: 1800px) {
  .title2 .wrapTextDes {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1220px) {
  .title2 .wrapTextDes {
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .title2 .wrapTextDes {
    font-size: 16px;
  }
}

.blockSpacing1 {
  padding: 80px 0;
}
@media only screen and (max-width: 1800px) {
  .blockSpacing1 {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 1220px) {
  .blockSpacing1 {
    padding: 30px 0;
  }
}

.blockSpacing2 {
  padding: 30px 0;
}

.bgColor1 {
  background-color: #f0f5fa;
}

.bgColor2 {
  background-color: white;
}

.wrapBreadcrumb {
  padding-top: 110px;
}
.wrapBreadcrumb:has(~ .wrapPay) {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .wrapBreadcrumb {
    padding-top: 70px;
  }
}
.wrapBreadcrumb .contentMain {
  position: relative;
}
.wrapBreadcrumb .wrapTitle {
  margin-bottom: 5px;
}
.wrapBreadcrumb .titleMain {
  font-weight: 700;
  font-size: 40px;
  color: white;
  text-align: center;
  margin: 0;
  font-family: "VerdanaPro", sans-serif;
}
@media only screen and (max-width: 1800px) {
  .wrapBreadcrumb .titleMain {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1220px) {
  .wrapBreadcrumb .titleMain {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .wrapBreadcrumb .titleMain {
    font-size: 24px;
  }
}
@media only screen and (max-width: 576px) {
  .wrapBreadcrumb .titleMain {
    font-size: 20px;
  }
}
.wrapBreadcrumb .wrapImgItem .wrapImgResize {
  height: 350px;
  background-color: black;
}
.wrapBreadcrumb .wrapImgItem .wrapImgResize img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.wrapBreadcrumb .contentText {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.wrapBreadcrumb .wrapMenu {
  display: table;
  margin: auto;
  text-align: center;
}
.wrapBreadcrumb .wrapMenu .linkItem {
  display: inline;
  font-size: 16px;
  color: white;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  font-weight: 350;
  text-decoration: none;
}
.wrapBreadcrumb .wrapMenu .linkItem:hover {
  color: #cd3c0d;
  text-decoration: none;
}
.wrapBreadcrumb .wrapMenu .linkItem svg {
  margin: 0 10px;
  height: 12px;
  width: auto;
  transform: translate(0, -1px);
  -webkit-transform: translate(0, -1px);
  -moz-transform: translate(0, -1px);
  -ms-transform: translate(0, -1px);
  -o-transform: translate(0, -1px);
  fill: currentColor;
}
.wrapBreadcrumb .wrapMenu .linkItem:last-child svg {
  display: none;
}
.wrapBreadcrumb.smallTitle .titleMain {
  font-size: 20px;
}

.autoHeightBreadcrumb .wrapBreadcrumb .wrapImgItem .wrapImgResize {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.autoHeightBreadcrumb .titleMain {
  font-size: 40px;
}
@media only screen and (max-width: 1800px) {
  .autoHeightBreadcrumb .titleMain {
    font-size: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .autoHeightBreadcrumb .titleMain {
    font-size: 20px;
  }
}
.autoHeightBreadcrumb .contentText {
  position: static;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  padding: 60px 0;
}
@media screen and (max-width: 1800px) {
  .autoHeightBreadcrumb .contentText {
    padding: 30px 0;
  }
}
@media screen and (max-width: 1220px) {
  .autoHeightBreadcrumb .contentText {
    padding: 20px 0 15px 0;
  }
}

@media (max-width: 1799px) {
  .wrapBreadcrumb .wrapImgItem .wrapImgResize {
    height: 250px;
  }
  .wrapBreadcrumb .wrapMenu .linkItem {
    font-size: 12px;
  }
  .wrapBreadcrumb .wrapMenu .linkItem svg {
    margin: 0 5px;
    height: 10px;
  }
}
@media (max-width: 1220px) {
  .wrapBreadcrumb .wrapTitle {
    margin-bottom: 0;
  }
  .wrapBreadcrumb .wrapImgItem .wrapImgResize {
    height: 180px;
  }
  .wrapBreadcrumb.smallTitle .titleMain {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .wrapBreadcrumb .wrapImgItem .wrapImgResize {
    height: 100px;
  }
  .wrapBreadcrumb .wrapMenu .linkItem {
    font-size: 12px;
  }
  .wrapBreadcrumb .wrapMenu .linkItem svg {
    height: 10px;
  }
}
.wrapPaggingList {
  margin: auto;
  text-align: center;
  display: table;
  margin-top: 30px;
}

.linkPagging {
  font-size: 16px;
  color: #262626;
  display: flex;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  float: left;
  margin: 0 5px;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: white;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1019607843);
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1019607843);
  -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1019607843);
  -ms-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1019607843);
  -o-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border: 1px solid #ddd;
  font-weight: 700;
  text-decoration: none;
}
.linkPagging svg {
  width: auto;
  height: 17px;
  fill: currentColor;
  display: block;
}
.linkPagging:first-child {
  margin-left: 0;
}
.linkPagging:last-child {
  margin-right: 0;
}
.linkPagging.active, .linkPagging:hover {
  color: white;
  background-color: #002c6c;
  text-decoration: none;
}

@media only screen and (max-width: 1199px) {
  .wrapPaggingList {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .linkPagging {
    font-size: 14px;
    margin: 0 2px;
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
  .linkPagging svg {
    width: 9px;
    height: 38px;
  }
}
@media (max-width: 359px) {
  .linkPagging {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
  .linkPagging svg {
    width: 7px;
    height: 28px;
  }
}
.btn3,
.btn2,
.btn1 {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border: none;
  color: white;
  font-size: 16px;
  font-weight: 350;
  background-color: #002c6c;
  text-align: center;
  outline: unset;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-user-select: none; /* Safari */ /* IE 10 and IE 11 */
  -moz-user-select: none;
       user-select: none; /* Standard syntax */
  height: 47px;
  padding: 0 20px;
  white-space: nowrap;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  position: relative;
  text-decoration: none;
  gap: 10px;
}
.btn3 svg,
.btn2 svg,
.btn1 svg {
  width: auto;
  height: 15px;
  display: block;
  fill: currentColor;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transform: translate(0, 2px);
  -webkit-transform: translate(0, 2px);
  -moz-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  -o-transform: translate(0, 2px);
}
.btn3:focus,
.btn2:focus,
.btn1:focus {
  outline: unset;
  outline: none;
}
.btn3:hover,
.btn2:hover,
.btn1:hover {
  text-decoration: none;
  outline: unset;
  outline: none;
  background-color: #001a4d;
  color: white;
}
.btn3:hover svg,
.btn2:hover svg,
.btn1:hover svg {
  transform: translate(5px, 2px);
  -webkit-transform: translate(5px, 2px);
  -moz-transform: translate(5px, 2px);
  -ms-transform: translate(5px, 2px);
  -o-transform: translate(5px, 2px);
}
@media only screen and (max-width: 1800px) {
  .btn3,
  .btn2,
  .btn1 {
    font-size: 14px;
    height: 40px;
    padding: 0 24px;
  }
}

.btn2 {
  background-color: #cd3c0d;
}
.btn2:hover {
  background-color: #a82c05;
}

.btn3 {
  background-color: white;
  border: 1px solid #002c6c;
  color: #002c6c;
}

.checkmarkInput {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #002c6c;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  background-color: white;
}
.checkmarkInput:after {
  content: "";
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.checkBox .checkmarkInput {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.checkBox .checkmarkInput:after {
  left: 5px;
  top: 0;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.radio .checkmarkInput {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.radio .checkmarkInput:after {
  left: 3px;
  top: 3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: white;
}

.containerInputCheck {
  display: block;
  position: relative;
  padding-left: 25px;
  margin: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.containerInputCheck .inputCheck {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.containerInputCheck .lblInputCheck {
  font-size: 16px;
  color: #626262;
  margin: 0;
  font-weight: 400;
}
.containerInputCheck:hover .inputCheck ~ .checkmarkInput {
  border: 2px solid #002c6c;
}

.inputCheck:checked ~ .checkmarkInput {
  border: 2px solid #002c6c;
  background-color: #002c6c;
}
.inputCheck:checked ~ .checkmarkInput:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

.btn-style {
  padding: 10px 20px;
  background-color: #cd3c0d;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: none;
  border: 2px solid #cd3c0d;
  font-weight: 600;
  transition: 0.4s;
}
@media only screen and (max-width: 1024px) {
  .btn-style {
    font-size: 14px;
    padding: 8px 15px;
  }
}
.btn-style:hover {
  color: #cd3c0d;
  background-color: transparent;
}

.wrapHeader {
  padding: 10px 0px;
  position: fixed;
  width: 100%;
  z-index: 100;
  left: 0;
  background-color: white;
}
.wrapHeader.scrolled {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.wrapHeader .wrapLogo {
  display: block;
  max-width: 150px;
}
@media only screen and (max-width: 1024px) {
  .wrapHeader .wrapLogo {
    max-width: 100px;
  }
}
.wrapHeader .wrapLogo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapHeader .navContent .wrapContent {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  gap: 10px;
}
.wrapHeader .navContent .wrapContent .list-menu {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
  margin-bottom: 0px;
  padding-left: 0px;
  transition: left 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  .wrapHeader .navContent .wrapContent .list-menu {
    position: fixed;
    top: 0;
    left: -500px;
    height: 100%;
    flex-direction: column;
    align-items: start;
    background-color: white;
    padding: 60px 15px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    width: 300px;
    z-index: 999;
  }
}
.wrapHeader .navContent .wrapContent .list-menu .menu-item * {
  text-decoration: none;
  font-size: 18px;
  color: #002c6c;
  font-weight: 600;
  font-family: "VerdanaPro", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .wrapHeader .navContent .wrapContent .list-menu .menu-item * {
    font-size: 16px;
  }
}
.wrapHeader .wrapRight {
  display: flex;
  align-items: center;
  gap: 30px;
}
.wrapHeader .wrapBtnMenuMobile {
  width: 25px;
  height: 25px;
  display: none;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .wrapHeader .wrapBtnMenuMobile {
    display: block;
  }
}
.wrapHeader .wrapBtnMenuMobile svg {
  fill: #cd3c0d;
}
.wrapHeader .wrapBtnMenuMobile .icon-close {
  display: none;
}
.wrapHeader .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  display: none;
}
.wrapHeader .iconClose {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 25px;
  height: 25px;
  background-color: #002c6c;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .wrapHeader .iconClose {
    display: flex;
  }
}
.wrapHeader .iconClose svg {
  fill: white;
  width: 18px;
  height: 18px;
}

.footer {
  background-color: #002c6c;
  padding-top: 80px;
  padding-bottom: 15px;
  border-top: 4px solid #cd3c0d;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .footer {
    padding-top: 30px;
  }
}
.footer .footer-content .wrapTop {
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #4b5563;
}
@media only screen and (max-width: 768px) {
  .footer .footer-content .wrapTop {
    flex-direction: column;
    align-items: start;
  }
}
.footer .footer-content .wrapTop .wrapListLink {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 60px;
  padding-left: 0px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 576px) {
  .footer .footer-content .wrapTop .wrapListLink {
    gap: 20px;
  }
}
.footer .footer-content .wrapTop .wrapListLink .item-link a {
  color: white;
  font-size: 18px;
  text-decoration: none;
  transition: 0.4s;
}
.footer .footer-content .wrapTop .wrapListLink .item-link a:hover {
  color: #cd3c0d;
}
.footer .footer-content .wrapTop .wrapHotline {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 18px;
  color: white;
  font-weight: 700;
}
.footer .footer-content .wrapTop .wrapHotline a {
  text-decoration: none;
  color: #cd3c0d;
}
.footer .wrapBottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .footer .wrapBottom {
    flex-direction: column;
    align-items: start;
  }
}
.footer .wrapBottom .infoDev {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 5px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  .footer .wrapBottom .infoDev {
    justify-content: start;
  }
}
.footer .wrapBottom .infoDev a {
  color: white;
  text-decoration: none;
}
.footer .wrapBottom .wrapEmail {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
  color: white;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .footer .wrapBottom .wrapEmail {
    justify-content: start;
  }
}
.footer .wrapBottom .wrapEmail a {
  color: #cd3c0d;
  font-weight: 600;
  text-decoration: none;
}
.footer .wrapBottom .wrapContentRight {
  color: white;
  text-align: end;
}
@media only screen and (max-width: 768px) {
  .footer .wrapBottom .wrapContentRight {
    text-align: start;
  }
}
.footer .wrapBottom .wrapContentRight .title {
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 576px) {
  .footer .wrapBottom .wrapContentRight .title {
    font-size: 18px;
  }
}
.footer .wrapBottom .wrapContentRight p {
  margin-bottom: 0px;
}
.footer .wrapBottom .wrapListSocial {
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer .wrapBottom .wrapListSocial .iconItem {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}
.footer .wrapBottom .wrapListSocial .iconItem svg {
  width: 25px;
  height: 25px;
  fill: white;
}

.wrapAbout .wrapVideo {
  margin-top: 20px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  overflow: hidden;
}

.banner-slider {
  padding-top: 110px;
}
@media only screen and (max-width: 1024px) {
  .banner-slider {
    padding-top: 70px;
  }
}
.banner-slider .bannerSlider {
  position: relative;
}
.banner-slider .bannerSlider .wrapBanner .wrapImgResize.img16And9 {
  padding-top: 25%;
}
.banner-slider .bannerSlider .swiper-pagination {
  position: unset;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 15px 0px;
}
@media only screen and (max-width: 1024px) {
  .banner-slider .bannerSlider .swiper-pagination {
    display: flex;
  }
}
.banner-slider .bannerSlider .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}
.banner-slider .bannerSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #cd3c0d;
  width: 20px;
  border-radius: 3px;
}
.banner-slider .bannerSlider .spaceSwiperAction {
  display: flex;
  align-items: center;
  gap: 40px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  height: 60px;
  z-index: 100;
}
@media only screen and (max-width: 1024px) {
  .banner-slider .bannerSlider .spaceSwiperAction {
    display: none;
  }
}
.banner-slider .bannerSlider .swiperButton {
  background-color: white;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  transform: unset;
}
.banner-slider .bannerSlider .swiperButton::after {
  color: #cd3c0d;
  font-size: 24px;
  font-weight: bold;
}

.wrapSpearkers .wrapBtnMore {
  margin-top: 80px;
  text-align: center;
}
@media only screen and (max-width: 1220px) {
  .wrapSpearkers .wrapBtnMore {
    margin-top: 30px;
  }
}
.wrapSpearkers .wrapList {
  margin-top: 30px;
}
.wrapSpearkers .wrapList .rowList {
  justify-content: center;
}
.wrapSpearkers .wrapList .contentItem:not(:first-child) {
  margin-top: 60px;
  padding-top: 60px;
  position: relative;
}
.wrapSpearkers .wrapList .contentItem:not(:first-child)::before {
  content: "";
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  width: 120px;
  height: 2px;
  background-color: #cd3c0d;
  position: absolute;
}
@media only screen and (max-width: 1220px) {
  .wrapSpearkers .wrapList .contentItem:not(:first-child) {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.wrapSpearkers .wrapList .colItem {
  margin-top: 30px;
}
.wrapSpearkers .wrapList .contentCol {
  position: relative;
  padding-top: 105px;
  height: 100%;
}
@media only screen and (max-width: 1220px) {
  .wrapSpearkers .wrapList .contentCol {
    padding-top: 63px;
  }
}
.wrapSpearkers .wrapList .titleItem {
  color: #002c6c;
  font-size: 18px;
  margin: 0;
  font-weight: 350;
  text-align: center;
}
.wrapSpearkers .wrapList .wrapText {
  background-color: white;
  text-align: center;
  padding: 30px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  height: 100%;
  padding-top: 115px;
}
@media only screen and (max-width: 1220px) {
  .wrapSpearkers .wrapList .wrapText {
    padding-top: 73px;
  }
}
.wrapSpearkers .wrapList .titleSpeaker {
  font-size: 18px;
  font-weight: 600;
  color: #002c6c;
  text-transform: capitalize;
  margin: 0;
}
.wrapSpearkers .wrapList .titlePosition {
  font-size: 16px;
  color: #555;
  font-style: italic;
  margin: 10px 0 0 0;
  font-weight: 350;
}
.wrapSpearkers .wrapList .wrapDes {
  font-size: 16px;
  color: #444;
  margin: 10px 0 0 0;
  font-weight: 350;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 104px;
  line-height: 26px;
}
.wrapSpearkers .wrapList .wrapAvatar {
  filter: url(#round);
  width: 250px;
  height: 210px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
@media only screen and (max-width: 1220px) {
  .wrapSpearkers .wrapList .wrapAvatar {
    width: 150px;
    height: 126px;
  }
}
.wrapSpearkers .wrapList .wrapAvatar .wrapImgResize {
  height: 100%;
}
.wrapSpearkers .wrapList .wrapAvatar img {
  -webkit-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
  -moz-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
}
.wrapSpearkers .wrapList .wrapVector1 {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #002c6c;
  -webkit-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
  -moz-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
}
.wrapSpearkers .wrapList .wrapVector2 {
  position: absolute;
  top: 5px;
  left: 5px;
  height: calc(100% - 10px);
  height: -ms-calc(100% - 10px);
  height: -o-calc(100% - 10px);
  width: calc(100% - 10px);
  width: -ms-calc(100% - 10px);
  width: -o-calc(100% - 10px);
  -webkit-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
  -moz-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
}
.wrapSpearkers .wrapList .wrapVector3 {
  height: 100%;
  width: 100%;
  filter: url(#round);
}

.wrapTravel .bgColor {
  background-color: rgba(0, 0, 0, 0.35);
}
.wrapTravel .wrapImage img {
  width: 100%;
  height: auto;
  display: block;
}
.wrapTravel .bgImg {
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
}
.wrapTravel .wrapBtnMore {
  margin-top: 30px;
}
.wrapTravel .contentItem {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 371px;
}
@media only screen and (max-width: 1800px) {
  .wrapTravel .contentItem {
    min-height: 305px;
  }
}

.wrapSponsor {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  .wrapSponsor {
    margin: 40px 0px;
  }
}
.wrapSponsor .titleMain {
  font-size: 40px;
  color: #002c6c;
  font-weight: 700;
}
@media only screen and (max-width: 1220px) {
  .wrapSponsor .titleMain {
    font-size: 24px;
  }
}
.wrapSponsor .wapHeading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .wrapSponsor .wapHeading {
    margin-bottom: 20px;
  }
}
.wrapSponsor .sponsor-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  .wrapSponsor .sponsor-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 576px) {
  .wrapSponsor .sponsor-grid {
    grid-template-columns: 1fr;
  }
}
.wrapSponsor .wrapSponsorContent .title {
  text-align: center;
  font-size: 18px;
  color: #002c6c;
  margin-bottom: 20px;
  position: relative;
  font-weight: 350;
}
.wrapSponsor .sponsor-card {
  background: rgba(255, 255, 255, 0.65);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #002c6c;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  height: 200px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapSponsor .sponsor-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}
.wrapSponsor .divider {
  margin: 80px auto 40px;
  height: 2px;
  width: 100px;
  background-color: #d13c2f;
  border-radius: 2px;
}
@media only screen and (max-width: 1024px) {
  .wrapSponsor .divider {
    margin: 40px auto 40px;
  }
}

.contact .wrapContentContact {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 40px;
}
@media only screen and (max-width: 1024px) {
  .contact .wrapContentContact {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .contact .wrapContentContact {
    grid-template-columns: 1fr;
  }
}
.contact .wrapContentContact .map-placeholder {
  overflow: hidden;
  height: 100%;
  width: 100%;
  border-radius: 16px;
}
@media only screen and (max-width: 768px) {
  .contact .wrapContentContact .map-placeholder {
    height: 400px;
  }
}
.contact .wrapContentContact .map-placeholder iframe {
  width: 100%;
  position: relative;
  z-index: 2;
  height: 100%;
}
.contact .wrapContentContact .event-info {
  background: #fff;
  padding: 32px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  border: 1px solid #e0e6ed;
  border-radius: 16px;
}
@media only screen and (max-width: 576px) {
  .contact .wrapContentContact .event-info {
    padding: 15px;
  }
}
.contact .wrapContentContact .event-info .title {
  font-size: 40px;
  color: #002c6c;
  margin-bottom: 24px;
  border-bottom: 2px solid #e0e6ed;
  padding-bottom: 12px;
  font-weight: 700;
  text-align: start;
}
@media only screen and (max-width: 1220px) {
  .contact .wrapContentContact .event-info .title {
    font-size: 24px;
  }
}
.contact .wrapContentContact .event-info .info-block {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 24px;
}
.contact .wrapContentContact .event-info .info-block .info-icon {
  font-size: 22px;
  line-height: 1.5;
  color: #002c6c;
}
.contact .wrapContentContact .event-info .info-block .info-content {
  flex: 1;
}
.contact .wrapContentContact .event-info .info-block .info-content h4 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 600;
  color: #002c6c;
}
.contact .wrapContentContact .event-info .info-block .info-content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}

.contactBox .contact-box {
  background: #ffffff;
  border: 1px solid #dbe3ec;
  border-left: 6px solid #002c6c;
  padding: 24px 30px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .contactBox .contact-box {
    padding: 15px;
  }
}
.contactBox .contact-box .title {
  font-size: 40px;
  color: #002c6c;
  margin-bottom: 10px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1220px) {
  .contactBox .contact-box .title {
    font-size: 24px;
  }
}
.contactBox .wrapInfo {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 768px) {
  .contactBox .wrapInfo {
    flex-direction: column;
    gap: 15px;
  }
}
.contactBox .wrapInfo .icon {
  width: 16px;
  height: auto;
  fill: #cd3c0d;
  transform: translateY(-2px);
}
.contactBox .wrapInfo .wrapLeft {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #002c6c;
}
.contactBox .wrapInfo .wrapRight {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #002c6c;
}
.contactBox .wrapInfo .line {
  width: 30px;
  height: 2px;
  background-color: #002c6c;
}

.register-form {
  padding-top: 40px;
  padding-bottom: 80px;
  overflow: hidden;
  /* Mặc định: minus ẩn */
  /* Khi mở: plus ẩn, minus hiện */
}
@media only screen and (max-width: 1024px) {
  .register-form {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.register-form .wrap-heading {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #002c6c;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  cursor: pointer;
  padding-bottom: 10px;
  margin-top: 10px;
  border-bottom: 1px solid #002c6c;
}
@media only screen and (max-width: 576px) {
  .register-form .wrap-heading {
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .register-form .textNode {
    font-size: 14px;
  }
}
.register-form .toggle-icon {
  display: flex;
  align-items: center;
  gap: 4px;
  background-color: #002c6c;
  border-radius: 50%;
  padding: 2px;
}
.register-form .toggle-icon svg {
  stroke: white;
  width: 20px;
  height: 20px;
}
.register-form .icon-minus {
  display: none;
}
.register-form .wrap-heading.open .icon-plus {
  display: none;
}
.register-form .wrap-heading.open .icon-minus {
  display: inline;
}
.register-form .form-fields .form-group.full {
  grid-column: span 2;
}
.register-form .container-check-list {
  margin: auto;
  background: white;
}
.register-form .container-check-list .checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 5px !important;
}
.register-form .container-check-list label.check-list-style {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f3f4f6;
  padding: 14px 16px;
  border-radius: 10px;
  transition: background 0.3s ease;
  cursor: pointer;
  width: 100%;
  margin-bottom: 0px !important;
}
.register-form .container-check-list label.check-list-style:hover {
  background: #e5e7eb;
}
.register-form .container-check-list label span {
  transform: translateY(-2px);
}
.register-form .container-check-list input[type=checkbox] {
  border: 2px solid #002c6c !important;
  min-width: 20px;
  width: auto !important;
}
.register-form .bg-left {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: -1;
  opacity: 0.2;
}
@media only screen and (max-width: 768px) {
  .register-form .bg-left {
    display: none;
  }
}
.register-form .bg-right {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
  transform: translateY(-50%) scaleX(-1);
  opacity: 0.2;
}
@media only screen and (max-width: 768px) {
  .register-form .bg-right {
    display: none;
  }
}
.register-form .button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.register-form .form-container {
  background: rgb(255, 255, 255);
  border-radius: 20px;
  padding: 40px;
  width: 100%;
  max-width: 1320px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .register-form .form-container {
    padding: 20px 10px;
  }
}
.register-form .form-container .form-header {
  text-align: center;
  margin-bottom: 40px;
}
.register-form .form-container .wrapContentBlock {
  margin-bottom: 30px;
}
.register-form .form-container .form-header .title {
  color: #002c6c;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1220px) {
  .register-form .form-container .form-header .title {
    font-size: 24px;
  }
}
.register-form .form-container .form-header p {
  color: #7f8c8d;
  font-size: 16px;
  font-weight: 200;
}
.register-form .form-container .form-group {
  margin-bottom: 10px;
}
.register-form .form-container .form-row {
  display: flex;
  gap: 20px;
}
.register-form .form-container .form-row .form-group {
  flex: 1;
}
.register-form .form-container label {
  display: block;
  margin-bottom: 8px;
  color: #002c6c;
  font-weight: 400;
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  .register-form .form-container label {
    font-size: 12px;
  }
}
.register-form .form-container .required::after {
  content: " *";
  color: #e74c3c;
  font-weight: bold;
}
.register-form .form-container .form-select {
  padding: 11px 20px;
  border: 1px solid #e8ecf4;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 200;
  color: #002c6c;
}
.register-form .form-container .form-control {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #e8ecf4;
  border-radius: 6px;
  font-size: 16px;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.9);
  color: #002c6c;
  font-weight: 200;
}
.register-form .form-container .form-control:focus {
  outline: none;
  border-color: #002c6c;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
  transform: translateY(-2px);
}
.register-form .form-container .checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 15px 0;
}
.register-form .form-container .checkbox-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.register-form .form-container input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #002c6c;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.register-form .form-container input[type=checkbox]:checked {
  background: #002c6c;
  border-color: #002c6c;
}
.register-form .form-container input[type=checkbox]:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 12px;
  font-weight: bold;
}
.register-form .form-container .checkbox-label {
  font-size: 14px;
  color: #002c6c;
  line-height: 1.5;
  cursor: pointer;
  margin: 0;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .register-form .form-container .checkbox-label {
    font-size: 12px;
  }
}
.register-form .form-container .section-divider {
  height: 2px;
  background: linear-gradient(90deg, transparent, #e8ecf4, transparent);
  margin: 15px 0;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.register-form .form-container .form-container {
  animation: fadeInUp 0.6s ease-out;
}
.register-form .wrapContentNode a {
  color: #002c6c;
  font-weight: bold;
}
.register-form .wrapContentNode .heading {
  font-size: 18px;
  color: #002c6c;
}
.register-form .wrapContentNode .noteList {
  list-style: auto;
}
@media only screen and (max-width: 576px) {
  .register-form .wrapContentNode .noteList {
    font-size: 14px;
  }
}
.register-form .wrapContentNode .wrapInvoice .title {
  font-size: 18px;
  color: #002c6c;
}
@media only screen and (max-width: 576px) {
  .register-form .wrapContentNode .wrapInvoice .title {
    font-size: 14px;
  }
}
.register-form .wrapContentNode .wrapInvoice .groupInput {
  display: flex;
  flex-direction: column;
  gap: 5px !important;
  margin: 15px 0px;
}
.register-form .wrapContentNode .wrapInvoice input[type=checkbox] {
  border: 2px solid #002c6c !important;
}
.register-form .wrapContentNode .wrapInvoice label.check-list-style {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #f3f4f6;
  padding: 14px 16px;
  border-radius: 10px;
  transition: background 0.3s ease;
  cursor: pointer;
  width: 100%;
  margin-bottom: 0px !important;
}
.register-form .wrapContentNode .wrapInvoice label span {
  transform: translateY(-2px);
}
.register-form .wrapContentNode .wrapInvoice .billingDetailsForm {
  padding: 15px;
  border: 1px solid #f0f5fa;
  border-radius: 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media only screen and (max-width: 576px) {
  .register-form .wrapInfoBottom .wrapContentBottom p {
    font-size: 14px;
  }
}
.register-form .wrapInfoBottom .wrapContentBottom a {
  color: #002c6c;
  font-weight: bold;
}
.register-form .button-group {
  display: flex;
  gap: 15px;
}
.register-form .button-group .btn2 {
  width: 120px;
}

.wrapContent {
  padding: 80px 0px;
}
@media only screen and (max-width: 1024px) {
  .wrapContent {
    padding: 40px 0px;
  }
}
.wrapContent .content-wrapper {
  display: grid;
  grid-template-columns: 6fr 2fr;
  gap: 32px;
}
@media only screen and (max-width: 1024px) {
  .wrapContent .content-wrapper {
    grid-template-columns: 4fr 2fr;
  }
}
@media only screen and (max-width: 768px) {
  .wrapContent .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.wrapContent .content-wrapper .article-content .article-title {
  font-size: 40px;
  color: #002c6c;
  margin-top: 10px;
}
@media only screen and (max-width: 1220px) {
  .wrapContent .content-wrapper .article-content .article-title {
    font-size: 24px;
  }
}
.wrapContent .content-wrapper .article-content .article-header {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #cbd5e1;
}
.wrapContent .content-wrapper .article-content .article-header .avartar-icon {
  max-width: 50px;
  height: auto;
}
.wrapContent .content-wrapper .article-content .article-header .wrapImgResize {
  border-radius: 10px;
  overflow: hidden;
}
.wrapContent .content-wrapper .article-content .article-header .article-meta {
  display: flex;
  align-items: center;
  gap: 30px;
}
.wrapContent .content-wrapper .article-content .article-header .article-meta .info span {
  color: #cd3c0d;
  font-weight: 400;
}
.wrapContent .content-wrapper .sidebar {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: sticky;
  top: 120px;
  left: 0;
  height: -moz-fit-content;
  height: fit-content;
}
.wrapContent .content-wrapper .sidebar-widget {
  background: white;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.wrapContent .content-wrapper .widget-title {
  font-size: 18px;
  color: #002c6c;
  margin-bottom: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 2px solid #f8f9fa;
}
.wrapContent .content-wrapper .event-info {
  background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}
.wrapContent .content-wrapper .event-date {
  font-size: 24px;
  color: #002c6c;
  font-weight: bold;
  margin-bottom: 5px;
}
.wrapContent .content-wrapper .event-location {
  color: #6c757d;
  font-size: 14px;
  margin-bottom: 10px;
}
.wrapContent .content-wrapper .related-articles {
  list-style: none;
  background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
  padding: 10px;
  border-radius: 10px;
}
.wrapContent .content-wrapper .related-articles li {
  padding: 12px 0;
  border-bottom: 1px solid #f8f9fa;
}
.wrapContent .content-wrapper .related-articles li:last-child {
  border-bottom: none;
}
.wrapContent .content-wrapper .related-articles a {
  color: #002c6c;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
  transition: color 0.3s ease;
}
.wrapContent .content-wrapper .related-articles a:hover {
  color: #cd3c0d;
}

.wrapProgramme {
  /* Blue */
  /* Navy */
  /* Pink */
  /* Yellow */
  /* Green */
  /* Purple */
}
.wrapProgramme .button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
@media only screen and (max-width: 576px) {
  .wrapProgramme .button-group {
    margin-top: unset;
  }
}
.wrapProgramme .schedule-tabs {
  margin: 30px auto;
  padding-bottom: 10px;
  width: 100%;
  overflow-x: auto;
}
.wrapProgramme .schedule-tabs::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.wrapProgramme .schedule-tabs::-webkit-scrollbar {
  height: 7px;
  background-color: #f5f5f5;
}
.wrapProgramme .schedule-tabs::-webkit-scrollbar-thumb {
  background-color: #002c6c;
}
.wrapProgramme .schedule-tabs .days {
  display: flex;
  border-bottom: 2px solid #e5e7eb;
  margin-bottom: 0px;
  padding-left: 0;
  list-style: none;
}
.wrapProgramme .schedule-tabs .days li {
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 600;
  color: #1f2937;
  margin-right: 16px;
  white-space: nowrap;
}
.wrapProgramme .schedule-tabs .days li.active {
  border-bottom: 3px solid #ef4444;
  color: #ef4444;
}
.wrapProgramme .schedule-day {
  display: none;
}
.wrapProgramme .time-block {
  margin-bottom: 24px;
  display: flex;
  gap: 15px;
}
@media only screen and (max-width: 768px) {
  .wrapProgramme .time-block {
    flex-direction: column;
  }
}
.wrapProgramme .time-block .time {
  font-weight: bold;
  font-size: 14px;
  color: #111827;
  margin-bottom: 10px;
  min-width: 150px;
}
.wrapProgramme .sessions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.wrapProgramme .session {
  background: #ffffff;
  padding: 14px 16px;
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
}
.wrapProgramme .session-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
}
@media only screen and (max-width: 576px) {
  .wrapProgramme .session-header .title {
    font-size: 13px;
  }
}
.wrapProgramme .session .toggle-icon {
  font-size: 18px;
  color: #002c6c;
  margin-left: 12px;
}
.wrapProgramme .session:hover {
  background: #f3f4f6;
}
.wrapProgramme .description {
  margin-top: 10px;
  font-size: 14px;
  color: #4b5563;
  display: none;
  text-align: justify;
}
.wrapProgramme .description p {
  font-weight: 200;
}
@media only screen and (max-width: 576px) {
  .wrapProgramme .description {
    font-size: 12px;
  }
}
.wrapProgramme .session.color-1 {
  border-left: 5px solid #3b82f6;
}
.wrapProgramme .session.color-2 {
  border-left: 5px solid #1e3a8a;
}
.wrapProgramme .session.color-3 {
  border-left: 5px solid #ec4899;
}
.wrapProgramme .session.color-4 {
  border-left: 5px solid #facc15;
}
.wrapProgramme .session.color-5 {
  border-left: 5px solid #10b981;
}
.wrapProgramme .session.color-6 {
  border-left: 5px solid #8b5cf6;
}

.listGallery {
  margin-bottom: 80px;
}
.listGallery .wrapCardGalleryDetail {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}
.listGallery .wrapCardGalleryDetail:hover .wrapperOvellay {
  opacity: 1;
}
.listGallery .wrapCardGalleryDetail .wrapperOvellay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.4s;
  cursor: pointer;
}
.listGallery .wrapCardGallery {
  position: relative;
  padding: 15px;
  background-color: #fff;
  box-shadow: 4px 4px 20px 0px rgba(5, 30, 53, 0.15);
  margin-bottom: 60px;
  display: block;
}
.listGallery .wrapCardGallery .wrapFooter {
  position: absolute;
  padding: 16px 8px;
  background-color: #fff;
  width: 80%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  border: 1px solid #fff;
  min-height: 70px;
  box-shadow: 4px 4px 20px 0px rgba(5, 30, 53, 0.15);
  display: flex;
  align-items: center;
}
.listGallery .wrapCardGallery .wrapFooter .title {
  font-size: 18px;
  color: #002c6c;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.wrapTabGallery {
  max-width: 400px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 40px;
}
.wrapTabGallery .btnStyleTab {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border: none;
  color: #002c6c;
  font-size: 16px;
  font-weight: 400;
  border: 2px solid #002c6c;
  text-align: center;
  outline: unset;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-user-select: none; /* Safari */ /* IE 10 and IE 11 */
  -moz-user-select: none;
       user-select: none; /* Standard syntax */
  height: 47px;
  padding: 0 20px;
  white-space: nowrap;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  position: relative;
  text-decoration: none;
  gap: 10px;
}
.wrapTabGallery .btnStyleTab.active {
  background-color: #002c6c;
  color: white;
}

.listImageDetail {
  margin: 80px auto;
}
@media only screen and (max-width: 768px) {
  .listImageDetail {
    margin: 40px auto;
  }
}
.listImageDetail .colItemCard {
  margin-bottom: 25px;
}
.listImageDetail .wrapCardGalleryDetail {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.listImageDetail .wrapCardGalleryDetail:hover .wrapperOvellay {
  opacity: 1;
}
.listImageDetail .wrapCardGalleryDetail .wrapperOvellay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.4s;
}

.playBtn {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #cd3c0d;
  border-radius: 100%;
  border: #fff solid 1px;
  position: relative;
  animation: shadowPulse 1s infinite linear;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.playBtn svg {
  width: 20px;
  height: 20px;
  fill: white;
}
@media only screen and (max-width: 576px) {
  .playBtn svg {
    width: 15px;
    height: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .playBtn {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .playBtn {
    width: 40px;
    height: 40px;
  }
}

@keyframes ringPulse {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  10% {
    opacity: 1;
  }
  80%, 100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes shadowPulse {
  0% {
    box-shadow: 0 0 8px 6px transparent, 0 0 0 0 transparent, 0 0 0 0 transparent;
  }
  10% {
    box-shadow: 0 0 8px 6px #cd3c0d, 0 0 12px 10px transparent, 0 0 12px 5px #cd3c0d;
  }
  80%, 100% {
    box-shadow: 0 0 8px 6px transparent, 0 0 0 40px transparent, 0 0 0 40px transparent;
  }
}
.listVideoDetail {
  margin: 80px auto;
}
@media only screen and (max-width: 768px) {
  .listVideoDetail {
    margin: 40px auto;
  }
}
.listVideoDetail .colItemCard {
  margin-bottom: 25px;
}
.listVideoDetail .wrapCardGalleryDetail {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.listVideoDetail .wrapCardGalleryDetail:hover .wrapperOvellay {
  opacity: 1;
}
.listVideoDetail .wrapCardGalleryDetail .wrapperOvellay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.4s;
}

.playBtn {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #cd3c0d;
  border-radius: 100%;
  border: #fff solid 1px;
  position: relative;
  animation: shadowPulse 1s infinite linear;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.playBtn svg {
  width: 20px;
  height: 20px;
  fill: white;
}
@media only screen and (max-width: 576px) {
  .playBtn svg {
    width: 15px;
    height: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .playBtn {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .playBtn {
    width: 40px;
    height: 40px;
  }
}

@keyframes ringPulse {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  10% {
    opacity: 1;
  }
  80%, 100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes shadowPulse {
  0% {
    box-shadow: 0 0 8px 6px transparent, 0 0 0 0 transparent, 0 0 0 0 transparent;
  }
  10% {
    box-shadow: 0 0 8px 6px #cd3c0d, 0 0 12px 10px transparent, 0 0 12px 5px #cd3c0d;
  }
  80%, 100% {
    box-shadow: 0 0 8px 6px transparent, 0 0 0 40px transparent, 0 0 0 40px transparent;
  }
}
.wrapNewsList .rowList {
  margin: 0 -20px;
}
@media only screen and (max-width: 1220px) {
  .wrapNewsList .rowList {
    margin: 0 -15px;
  }
}
@media only screen and (min-width: 1221px) {
  .wrapNewsList .wrapPaggingList {
    margin-top: 40px;
  }
}
.wrapNewsList .colItem {
  margin-top: 40px;
  padding: 0 20px;
}
.wrapNewsList .colItem:nth-child(1) {
  margin-top: 0;
}
@media only screen and (min-width: 575px) {
  .wrapNewsList .colItem:nth-child(1), .wrapNewsList .colItem:nth-child(2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .wrapNewsList .colItem:nth-child(1), .wrapNewsList .colItem:nth-child(2), .wrapNewsList .colItem:nth-child(3) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1220px) {
  .wrapNewsList .colItem {
    padding: 0 15px;
    margin-top: 30px;
  }
}
.wrapNewsList .wrapAvatar {
  background-color: white;
}
.wrapNewsList .wrapAvatar .wrapImgResize {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.wrapNewsList .wrapAvatar .wrapImgResize:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.wrapNewsList .wrapText {
  padding: 20px;
}
.wrapNewsList .contentCol {
  background-color: white;
  height: 100%;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.wrapNewsList .titleSpeaker {
  font-size: 18px;
  font-weight: 600;
  color: #002c6c;
  text-transform: capitalize;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 56px;
  line-height: 28px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.wrapNewsList .titleSpeaker:hover {
  color: #cd3c0d;
}
.wrapNewsList .dateAndCreated {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #555;
  margin: 10px 0 0 0;
  font-weight: 350;
}
.wrapNewsList .dateAndCreated > * {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.wrapNewsList .dateAndCreated > * svg {
  fill: currentColor;
  width: auto;
  height: 15px;
  display: block;
}
.wrapNewsList .wrapDes {
  font-size: 16px;
  color: #444;
  margin: 10px 0 0 0;
  font-weight: 350;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 78px;
  line-height: 26px;
}

.wrapContactPage .formContent .lblItem {
  font-size: 16px;
  font-weight: 700;
  color: #cd3c0d;
  margin: 0 0 5px 0;
}
.wrapContactPage .formContent .inputGroupItem {
  position: relative;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.wrapContactPage .formContent .inputItem {
  font-size: 16px;
  line-height: 48px;
  height: 48px;
  padding: 0 15px 0 35px;
  border: none;
  width: 100%;
  color: #cd3c0d;
  position: relative;
  z-index: 1;
  background-color: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-weight: 350;
}
.wrapContactPage .formContent .inputItem:focus-visible {
  outline: unset;
  outline: none;
}
.wrapContactPage .formContent .iconItem {
  position: absolute;
  top: 50%;
  left: 10px;
  font-size: 16px;
  color: #002c6c;
  width: 20px;
  text-align: center;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  z-index: 0;
  text-align: center;
}
.wrapContactPage .formContent .iconItem svg {
  height: 48px;
  width: 15px;
  display: inline-block;
}
.wrapContactPage .formContent textarea.inputItem {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 10px 15px;
  line-height: 1.4;
  display: block;
  background-color: transparent;
  border: none;
  height: 70px;
  resize: none;
  border: 1px solid #ddd;
}
.wrapContactPage .colInfo .media {
  padding: 19px 15px;
  background-color: white;
  margin-top: 20px;
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  display: flex;
  align-items: flex-start;
}
.wrapContactPage .colInfo .media:first-child {
  margin-top: 0;
}
.wrapContactPage .colInfo .media .wrapIcon {
  color: #002c6c;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.wrapContactPage .colInfo .media .wrapIcon svg {
  width: 30px;
  height: auto;
  display: block;
  margin-top: 3px;
  fill: currentColor;
}
@media screen and (max-width: 1400px) {
  .wrapContactPage .colInfo .media .wrapIcon svg {
    width: 20px;
  }
}
.wrapContactPage .colInfo .media .media-body {
  padding-left: 15px;
  flex: 1;
}
.wrapContactPage .colInfo .media .titleItem {
  font-weight: 600;
  color: #002c6c;
  margin: 0;
  font-size: 24px;
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  font-family: "VerdanaPro", sans-serif;
}
@media screen and (max-width: 1220px) {
  .wrapContactPage .colInfo .media .titleItem {
    font-size: 22px;
  }
}
.wrapContactPage .colInfo .media .wrapText {
  color: #262626;
  font-size: 18px;
  margin: 0;
  font-weight: 350;
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.wrapContactPage .colInfo .media .wrapText a {
  color: #f0f5fa;
  text-decoration: none;
}
.wrapContactPage .colInfo .media .wrapText a:hover {
  color: #f0f5fa;
  text-decoration: none;
}
.wrapContactPage .colInfo .media .wrapText p {
  margin: 0;
}
@media screen and (max-width: 1800px) {
  .wrapContactPage .colInfo .media .wrapText {
    font-size: 18px;
  }
}
@media screen and (max-width: 1700px) {
  .wrapContactPage .colInfo .media .wrapText {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .wrapContactPage .colInfo .media .wrapText {
    margin-top: 5px;
  }
}
.wrapContactPage .colInfo .media:hover {
  background-color: #002c6c;
}
.wrapContactPage .colInfo .media:hover .wrapIcon,
.wrapContactPage .colInfo .media:hover .titleItem,
.wrapContactPage .colInfo .media:hover .wrapText {
  color: white;
}
@media screen and (max-width: 1800px) {
  .wrapContactPage .colInfo .media {
    padding: 20px 15px;
    margin-top: 28px;
  }
}
@media screen and (max-width: 1700px) {
  .wrapContactPage .colInfo .media {
    padding: 22px 15px;
  }
}
@media screen and (max-width: 1500px) {
  .wrapContactPage .colInfo .media {
    padding: 18px 15px;
  }
}
@media screen and (max-width: 991px) {
  .wrapContactPage .colInfo .media {
    padding: 15px;
    margin-top: 15px;
  }
}
.wrapContactPage .colForm .contentItem {
  padding: 15px;
  padding-bottom: 20px;
  background-color: white;
}
.wrapContactPage .colForm .frmContact {
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  .wrapContactPage .colForm .frmContact .colItem:not(:first-child) {
    margin-top: 15px;
  }
}
.wrapContactPage .colForm .textDes {
  font-size: 18px;
  line-height: 24px;
  font-weight: 350;
  margin: 0 0 10px 0;
  color: #262626;
}
.wrapContactPage .colForm .formContent {
  margin-top: 15px;
}
.wrapContactPage .colForm .formContent:first-child {
  margin-top: 0;
}
.wrapContactPage .colForm textarea.inputItem {
  height: 114px;
}
.wrapContactPage .colForm .wrapBtnSend {
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
}
.wrapContactPage .colForm .btnSend {
  padding: 0 24px;
  font-size: 18px;
}
@media only screen and (min-width: 1221px) {
  .wrapContactPage .colForm .btnSend {
    height: 49px;
  }
}
.wrapContactPage .colForm .btnSend svg {
  height: 21px;
}
.wrapContactPage .colForm .titleForm {
  margin-bottom: 15px;
  font-size: 31px;
  font-weight: 600;
  color: #002c6c;
  position: relative;
  padding-bottom: 10px;
  display: block;
  font-family: "VerdanaPro", sans-serif;
  text-transform: capitalize;
}
.wrapContactPage .colForm .titleForm::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100px;
  height: 3px;
  left: 0;
  background-color: #cd3c0d;
}
.wrapContactPage .wrapForm {
  margin-top: 30px;
}
.wrapContactPage .wrapMap iframe {
  display: block;
  width: 100%;
  height: 500px;
}

@media (max-width: 991px) {
  .wrapContactPage .colForm {
    margin-top: 30px;
  }
  .wrapContactPage .wrapMap iframe {
    height: 300px;
  }
}
.stepBookingTour {
  position: relative;
  margin-bottom: 30px;
}
.stepBookingTour:before {
  position: absolute;
  top: 26px;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 2px;
  background-color: #002c6c;
  content: "";
}
@media (max-width: 1220px) {
  .stepBookingTour:before {
    width: calc(100% - 122px);
    width: -ms-calc(100% - 122px);
    width: -o-calc(100% - 122px);
    left: 50px;
  }
}
@media (max-width: 575px) {
  .stepBookingTour:before {
    width: calc(100% + 26px);
    width: -ms-calc(100% + 26px);
    width: -o-calc(100% + 26px);
    left: -15px;
  }
}

.wrapOverStepBookingTour {
  margin: auto;
  width: 991px;
  position: relative;
  z-index: 1;
}

.itemStepBookingTour {
  display: table;
  text-align: center;
}

.iconStepBookingTour {
  width: 38px;
  height: 38px;
  color: #002c6c;
  background-color: white;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.iconStepBookingTour svg {
  height: 20px;
  width: auto;
  display: block;
}

.contentItemStepBookingTour {
  width: 52px;
  height: 52px;
  border: 2px dashed #002c6c;
  padding: 5px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: white;
  margin: auto;
}

.titleStepBookingTour {
  color: #8A92A6;
  font-size: 16px;
  margin: 5px 0 0 0;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .titleStepBookingTour {
    font-size: 11px;
  }
}

.colItemStepBookingTour.step1 .itemStepBookingTour {
  margin: auto auto auto 0;
}
.colItemStepBookingTour.step2 .itemStepBookingTour {
  margin: auto;
}
.colItemStepBookingTour.step3 .itemStepBookingTour {
  margin: auto 0 auto auto;
}
.colItemStepBookingTour.active .titleStepBookingTour {
  color: #002c6c;
}
.colItemStepBookingTour.active .iconStepBookingTour {
  background-color: #002c6c;
  color: white;
}

@media (max-width: 991px) {
  .wrapOverStepBookingTour {
    width: auto;
    margin: 0 -7.5px;
  }
  .colItemStepBookingTour {
    padding: 0 7.5px;
  }
}
.main-content:has(.wrapPay) {
  background-color: #f8f8f8;
}
@media only screen and (max-width: 576px) {
  .main-content:has(.wrapPay) ~ .footer {
    padding-bottom: 75px;
  }
}

.wrapPay {
  padding-top: 110px;
}
@media only screen and (max-width: 1024px) {
  .wrapPay {
    padding-top: 70px;
  }
}
.wrapPay .wrapTextStatusPayment {
  text-align: center;
  margin-bottom: 30px;
}
.wrapPay .wrapTextStatusPayment .titleMain {
  font-size: 24px;
  font-weight: 700;
  color: #f0f5fa;
  margin: 0;
}
.wrapPay .wrapTextStatusPayment .showTextDetail {
  color: #262626;
}
.wrapPay .wrapTextStatusPayment .wrapIcon {
  text-align: center;
}
.wrapPay .wrapTextStatusPayment .wrapIcon svg {
  display: inline-block;
  width: 100px;
  height: auto;
  fill: currentColor;
}
@media screen and (max-width: 575px) {
  .wrapPay .wrapTextStatusPayment .titleMain {
    font-size: 20px;
  }
}
.wrapPay .wrapTextStatusPayment.red .wrapIcon,
.wrapPay .wrapTextStatusPayment.red .titleMain {
  color: #cd3c0d;
}
.wrapPay .wrapTextStatusPayment.green .wrapIcon,
.wrapPay .wrapTextStatusPayment.green .titleMain {
  color: #0c783c;
}
.wrapPay .wrapTextStatusPayment.yellow .wrapIcon,
.wrapPay .wrapTextStatusPayment.yellow .titleMain {
  color: #ffc107;
}
.wrapPay .form-content {
  background: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin: auto;
  position: relative;
}
.wrapPay .form-content:not(:first-child) {
  margin-top: 30px;
}
@media only screen and (max-width: 1220px) {
  .wrapPay .form-content {
    padding: 15px;
  }
}
.wrapPay .contentMain {
  position: relative;
  z-index: 1;
}
.wrapPay .titleCol {
  font-size: 20px;
  color: #002c6c;
  font-weight: 700;
  margin: 0;
  position: relative;
  padding-bottom: 7px;
}
.wrapPay .titleCol::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #002c6c;
  content: "";
}
@media screen and (max-width: 1800px) {
  .wrapPay .titleCol {
    font-size: 18px;
  }
}
.wrapPay .listItemForm .formContent {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wrapPay .listItemForm .formContent:not(:first-child) {
  margin-top: 20px;
}
@media only screen and (max-width: 1800px) {
  .wrapPay .listItemForm .formContent:not(:first-child) {
    margin-top: 11px;
  }
}
.wrapPay .listItemForm .formContent .lblItem {
  white-space: nowrap;
  margin: 0;
  flex: 1;
  font-weight: 700;
}
.wrapPay .listItemForm .formContent textarea.inputItem,
.wrapPay .listItemForm .formContent .inputGroupItem {
  width: 230px;
}
.wrapPay .listItemForm .formContent .inputItem {
  padding: 0 10px;
}
.wrapPay .listItemForm .formContent textarea.inputItem {
  height: 67px;
  padding: 10px;
}
@media screen and (max-width: 1800px) {
  .wrapPay .listItemForm .formContent textarea,
  .wrapPay .listItemForm .formContent .inputItem,
  .wrapPay .listItemForm .formContent .lblItem {
    font-size: 14px;
  }
  .wrapPay .listItemForm .formContent .inputItem {
    line-height: 32px;
    height: 32px;
  }
  .wrapPay .listItemForm .formContent textarea.inputItem {
    height: 58px;
    line-height: 1.4;
  }
  .wrapPay .listItemForm .formContent textarea.inputItem,
  .wrapPay .listItemForm .formContent .inputGroupItem {
    width: 197px;
  }
}
@media screen and (max-width: 1200px) {
  .wrapPay .listItemForm .formContent textarea.inputItem,
  .wrapPay .listItemForm .formContent .inputGroupItem {
    width: 315px;
  }
}
@media screen and (max-width: 991px) {
  .wrapPay .listItemForm .formContent textarea.inputItem,
  .wrapPay .listItemForm .formContent .inputGroupItem {
    width: 205px;
  }
}
@media screen and (max-width: 767px) {
  .wrapPay .listItemForm .formContent textarea.inputItem,
  .wrapPay .listItemForm .formContent .inputGroupItem {
    width: 200px;
  }
}
@media screen and (max-width: 670px) {
  .wrapPay .listItemForm .formContent textarea.inputItem,
  .wrapPay .listItemForm .formContent .inputGroupItem {
    width: 170px;
  }
}
@media screen and (max-width: 575px) {
  .wrapPay .listItemForm .formContent textarea.inputItem,
  .wrapPay .listItemForm .formContent .inputGroupItem {
    width: 192px;
  }
}
.wrapPay .listItemForm .wrapBtnUpdate {
  justify-content: end;
}
.wrapPay .listItemForm .wrapBtnUpdate .inputGroupItem {
  border: none;
}
.wrapPay .listItemForm .rowForm {
  margin: 0 -20px;
}
.wrapPay .listItemForm .colForm {
  padding: 0 20px;
  margin-top: 15px;
}
@media only screen and (max-width: 1220px) {
  .wrapPay .listItemForm .colForm {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .wrapPay .listItemForm .colForm {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1220px) {
  .wrapPay .listItemForm .colForm .formContent {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .wrapPay .listItemForm .colForm .formContent {
    margin-top: 0;
  }
}
.wrapPay .listItemForm .colForm .formContent:first-child {
  margin-top: 0;
}
.wrapPay .listItemForm .colForm:not(:first-child) {
  border-left: 1px dashed #ddd;
}
@media only screen and (max-width: 1220px) {
  .wrapPay .listItemForm .colForm:not(:first-child) {
    border-left: none;
  }
}
.wrapPay .listPayment {
  margin-top: 16px;
}
.wrapPay .listPayment .txtDes img {
  width: auto;
  height: auto;
}
.wrapPay .listPayment .contentItemTypePayTour:not(:first-child) {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #ddd;
}
.wrapPay .wrapBtnActionDS {
  margin-top: 20px;
}
.wrapPay .wrapBtnActionDS .wrapBtnCol {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wrapPay .wrapBtnActionDS .wrapBtnCol .btnBack:hover svg {
  transform: translate(-5px, 2px);
  -webkit-transform: translate(-5px, 2px);
  -moz-transform: translate(-5px, 2px);
  -ms-transform: translate(-5px, 2px);
  -o-transform: translate(-5px, 2px);
}
.wrapPay .wrapBtnActionDS .wrapBtnCol > * {
  font-weight: 700;
  text-transform: uppercase;
  height: 55px;
  padding: 0 37px;
  gap: 5px;
  font-size: 14px;
}
.wrapPay .wrapBtnActionDS .wrapBtnCol > * svg {
  height: 20px;
}
@media only screen and (max-width: 1220px) {
  .wrapPay .wrapBtnActionDS .wrapBtnCol > * {
    padding: 0 12px;
  }
}
@media only screen and (max-width: 768px) {
  .wrapPay .wrapBtnActionDS .wrapBtnCol > * {
    padding: 0 12px;
  }
}
@media only screen and (max-width: 576px) {
  .wrapPay .wrapListInfo .wrapBtnActionDS {
    display: none;
  }
}
.wrapPay .wrapCheckCompanion {
  padding-top: 18px;
  margin-top: 18px;
  border-top: 1px dashed #ddd;
}
.wrapPay .totalPayment {
  font-weight: 700;
}
.wrapPay .totalPayment .titleBig {
  font-size: 16px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  font-weight: 300;
  line-height: 1;
}
.wrapPay .totalPayment .titleBig:not(:first-child) {
  padding-top: 18px;
  margin-top: 18px;
  border-top: 1px dashed #ddd;
}
.wrapPay .totalPayment .textPrice {
  font-size: 24px;
  margin: 0;
  color: #cd3c0d;
  margin-left: auto;
  font-weight: 700;
  display: block;
}
.wrapPay .totalPayment .unitPrice {
  font-size: 12px;
  font-weight: 700;
  display: block;
  transform: translate(0, 2px);
  -webkit-transform: translate(0, 2px);
  -moz-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  -o-transform: translate(0, 2px);
}
.wrapPay .wrapCountItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapPay .wrapCountItem .inputItem {
  font-size: 16px;
  line-height: 45px !important;
  height: 45px !important;
  padding: 0 10px;
  border: none;
  width: 80px;
  color: #262626;
  position: relative;
  z-index: 1;
  background-color: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-color: white;
  border: 1px solid #ddeaf6;
  text-align: center;
  -moz-appearance: textfield;
}
.wrapPay .wrapCountItem .inputItem::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.wrapPay .wrapCountItem .inputItem:focus-visible {
  outline: unset;
  outline: none;
}
@media screen and (max-width: 991px) {
  .wrapPay .wrapCountItem .inputItem {
    width: 90px;
  }
}
.wrapPay .wrapCountItem .btnSettingNumber {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid #ddeaf6;
  cursor: pointer;
  color: #262626;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-user-select: none;
  /* Safari */
  /* IE 10 and IE 11 */
  -moz-user-select: none;
       user-select: none;
  /* Standard syntax */
}
.wrapPay .wrapCountItem .btnSettingNumber svg {
  display: block;
  height: 20px;
  width: auto;
  fill: currentColor;
}
.wrapPay .wrapCountItem .btnSettingNumber:hover {
  background-color: #002c6c;
  color: white;
}
.wrapPay .wrapCountItem .btnSettingNumber.down {
  border-right: none;
}
.wrapPay .wrapCountItem .btnSettingNumber.up {
  border-left: none;
}
.wrapPay .bg-left {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 0;
  opacity: 0.2;
}
@media only screen and (max-width: 768px) {
  .wrapPay .bg-left {
    display: none;
  }
}
.wrapPay .bg-right {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 0;
  transform: translateY(-50%) scaleX(-1);
  opacity: 0.2;
}
@media only screen and (max-width: 768px) {
  .wrapPay .bg-right {
    display: none;
  }
}
.wrapPay .colAccompanyingAndTotalpayment .listItemForm {
  margin-top: 15px;
}
.wrapPay .colAccompanyingAndTotalpayment .listItemForm .formContent {
  margin-top: 0;
}
@media only screen and (max-width: 576px) {
  .wrapPay .colAccompanyingAndTotalpayment {
    margin-top: 15px;
  }
  .wrapPay .colAccompanyingAndTotalpayment .wrapBtnActionDS {
    display: none;
  }
}
.wrapPay .colListService .rowBlock {
  margin: 0 -30px;
}
.wrapPay .colListService .rowBlock .colBlock {
  padding: 0 30px;
  margin-top: 20px;
}
.wrapPay .colListService .rowBlock .colBlock:not(:first-child) {
  border-left: 1px dashed #ddd;
}
.wrapPay .wrapAgreeRulesBooking {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px dashed #ddd;
}
.wrapPay .wrapAgreeRulesBooking a {
  color: #002c6c;
  text-decoration: underline;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.wrapPay .wrapAgreeRulesBooking a:hover {
  color: #cd3c0d;
}

.wrapBtnActionMBConfirmInfomation {
  display: none;
}
@media only screen and (max-width: 576px) {
  .wrapBtnActionMBConfirmInfomation {
    display: block;
    position: fixed;
    z-index: 100;
    background-color: #f8f8f8;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1019607843);
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1019607843);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1019607843);
    -ms-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1019607843);
    -o-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1019607843);
    align-items: center;
  }
  .wrapBtnActionMBConfirmInfomation .wrapBtnActionDS {
    width: 100%;
  }
  .wrapBtnActionMBConfirmInfomation .wrapBtnCol {
    display: flex;
    align-items: center;
  }
  .wrapBtnActionMBConfirmInfomation .wrapBtnCol .btnBack {
    background-color: white;
  }
  .wrapBtnActionMBConfirmInfomation .wrapBtnCol .btnNext {
    flex: 1;
  }
  .wrapBtnActionMBConfirmInfomation .wrapBtnCol > * {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: none;
    padding: 0 20px;
    height: 60px;
    font-size: 18px;
    font-weight: 400;
  }
  .wrapBtnActionMBConfirmInfomation .wrapBtnCol > * svg {
    height: 18px;
  }
}

.wrapPaymentMethod .listItemForm .formContent .inputGroupItem {
  width: 169px;
}
.wrapPaymentMethod .listItemForm .formContent.price {
  border-top: 1px dashed #ddd;
  padding-top: 10px;
  margin-top: 15px;
}
.wrapPaymentMethod .listItemForm .formContent.price .lblItem {
  color: #002c6c;
}
.wrapPaymentMethod .listItemForm .formContent.price .inputItem {
  color: #cd3c0d;
  font-weight: 700;
  font-size: 18px;
}

.wrapPaymentComplete .listPayment {
  margin-top: 30px;
}
.wrapPaymentComplete .listPayment .containerInputCheck {
  padding-left: 0;
}
.wrapPaymentComplete .wrapBtnActionDS {
  margin-top: auto;
}
.wrapPaymentComplete .listItemForm .formContent:not(:first-child) {
  margin-top: 9px;
}
.wrapPaymentComplete .totalPayment {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.wrapPaymentComplete .totalPayment .titleBig:not(:first-child) {
  margin-top: 15px;
}
.wrapPaymentComplete .colListService .rowBlock .colBlock {
  margin-top: 10px;
}
.wrapPaymentComplete .form-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.container-xl {
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
}

#wrapperPageContainer {
  overflow: hidden;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

body.showMenu {
  overflow: hidden;
}

.main-content {
  flex: 1;
}

html::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

html::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

html::-webkit-scrollbar-thumb {
  background-color: #002c6c;
}

.wrapperConentPage {
  background-color: #002c6c;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
}

h1 {
  font-size: 64px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

button:focus {
  box-shadow: unset !important;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

p {
  margin-bottom: 10px;
}

.description {
  font-size: 16px;
  font-weight: 500;
}

.wrapperBannerPage {
  margin-top: 100px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1220px) {
  .wrapperBannerPage {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}
.wrapperBannerPage .wrapImageResize {
  height: 300px;
}

.description > * {
  font-size: 16px;
  font-weight: 500;
}

#st-cmp-v2 {
  display: none;
}

.showTextDetail > * {
  font-size: 16px;
  font-weight: 200;
}

.showTextDetail h1,
.showTextDetail h2,
.showTextDetail h3,
.showTextDetail h4,
.showTextDetail h5,
.showTextDetail h6 {
  font-size: 24px;
  font-weight: bold;
  color: #002c6c;
}
@media only screen and (max-width: 768px) {
  .showTextDetail h1,
  .showTextDetail h2,
  .showTextDetail h3,
  .showTextDetail h4,
  .showTextDetail h5,
  .showTextDetail h6 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .showTextDetail h1,
  .showTextDetail h2,
  .showTextDetail h3,
  .showTextDetail h4,
  .showTextDetail h5,
  .showTextDetail h6 {
    font-size: 16px;
  }
}

.showTextDetail table {
  width: 100%;
  border-collapse: collapse;
}

.showTextDetail table td {
  padding: 10px 15px;
  border: 1px solid #eeeeee;
}

.showTextDetail > * {
  margin: 0 0 15px 0;
}

.showTextDetail img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}

.showTextDetail a {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.showTextDetail a:hover {
  color: #002c6c;
}

.showTextDetail > *:last-child {
  margin-bottom: 0;
}

.loadingPage {
  opacity: 0;
  display: none;
}

.loadingPage::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
}

.loadingPage.loading::after {
  content: "Đang tải...";
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 100px;
  font-weight: bold;
  z-index: 10000;
  color: #f0f5fa;
  font-weight: 700;
  text-shadow: -1px 0 1px #fff, 0 -1px 1px #fff, 0 1px 1px #fff, 1px 0 1px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 2px 2px 3px #000;
}