body {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  overflow-x: hidden;
  padding-top: 80px;
  font-size: 16px;
  font-weight: 400;
  color: var(--white-color);
  font-family: var(--font-primary), var(--font-secondary);
  background: var(--black-color);
}

.container {
  max-width: 1710px;
  position: relative;
  z-index: 5;
}

a {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  color: var(--white-color);
  text-decoration: none;
  position: relative;
}
a:hover {
  color: var(--white-color);
  text-decoration: none;
}
a.text-link, a.navMenu {
  position: relative;
  overflow: hidden;
  background: linear-gradient(to right, var(--primary-color), var(--primary-color) 50%, var(--white-color) 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease;
  text-decoration: none;
}
a.text-link:hover, a.navMenu:hover {
  background-position: 0 100%;
}

#navHamburger {
  width: 32px;
  height: 32px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#navHamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: var(--white-color);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#navHamburger span:nth-child(1) {
  top: calc(20% - 2px);
}

#navHamburger span:nth-child(2) {
  top: calc(50% - 2px);
  visibility: visible;
}

#navHamburger span:nth-child(3) {
  top: calc(80% - 2px);
}

#navHamburger.open span:nth-child(1) {
  top: 14px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#navHamburger.open span:nth-child(2) {
  opacity: 0;
  left: -40px;
  visibility: hidden;
}

#navHamburger.open span:nth-child(3) {
  top: 14px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.toggleMenu {
  transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  opacity: 0;
  visibility: visible;
  display: none;
}

section {
  display: block;
  overflow: hidden;
  position: relative;
}

.mainHeader {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 600;
  background: var(--black-color);
}
.mainHeader .btnPrimary {
  color: var(--yellow-color);
  font-weight: 600;
}
.mainHeader .wrap {
  display: flex;
  align-items: center;
}
.mainHeader .logo {
  display: flex;
  width: 126px;
}
.mainHeader .logo img {
  width: 100%;
}
.mainHeader .titlePage {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-weight: 400;
  font-size: 16px;
  max-width: max-content;
}
.mainHeader .titlePage span {
  color: var(--primary-color);
  font-weight: 700;
}
.mainHeader .titlePage p {
  color: var(--yellow-color);
  margin-left: 4px;
  font-weight: 400;
}
.mainHeader .navHeader {
  display: flex;
  margin-left: auto;
  margin-right: 0;
}
.mainHeader .navHeader form {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.mainHeader .navHeader form .searchBox {
  display: flex;
  width: 170px;
}
.mainHeader .navHeader form .searchBox .form-control {
  transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  width: 100%;
  height: 40px;
  line-height: 1;
  border-radius: 8px;
  background: var(--white-color) url("../images/icons/ico-search.svg") 10px center/15px auto no-repeat;
  align-items: center;
  padding: 0 10px 0 32px;
  box-shadow: none;
  outline: 0;
}
.mainHeader .navHeader form .searchBox .form-control:focus {
  outline: 0;
  border-color: var(--primary-color);
  box-shadow: 0px 0px 0px 2px rgba(252, 42, 198, 0.64) inset;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(252, 42, 198, 0.64) inset;
  -moz-box-shadow: 0px 0px 0px 2px rgba(252, 42, 198, 0.64) inset;
}
.mainHeader .navHeader form .langBox {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 24px 0 40px;
}
.mainHeader .navHeader form .langBox a {
  display: flex;
  position: relative;
  align-items: center;
}
.mainHeader .navHeader form .langBox a:first-child::after {
  content: "";
  position: relative;
  display: flex;
  height: 16px;
  width: 2px;
  margin: 0 6px;
  background: var(--white-color);
}
.mainHeader .navHeader form .langBox a.active {
  font-weight: 600;
  color: var(--primary-color);
}

.mainFooter {
  display: flex;
  width: 100%;
  padding: 36px 0 136px;
  background: url("../images/home/bg-footer.jpg") center bottom/cover no-repeat;
}
.mainFooter .title {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  min-height: 50px;
  align-items: flex-end;
}
.mainFooter .colAbout {
  display: flex;
  flex-direction: column;
  max-width: 300px;
}
.mainFooter .colAbout .title {
  font-size: 36px;
}
.mainFooter .colMedia {
  display: flex;
  flex-direction: column;
  max-width: 150px;
}
.mainFooter .colMedia .wrap {
  display: flex;
  flex-wrap: wrap;
}
.mainFooter .colMedia .social {
  display: flex;
  margin-right: 45px;
  margin-bottom: 30px;
}
.mainFooter .colMedia .social:nth-child(2n) {
  margin-right: 0;
}
.mainFooter .colSubscribe {
  display: flex;
  flex-direction: column;
  max-width: 350px;
  width: 100%;
}
.mainFooter .colSubscribe .form-control {
  display: flex;
  margin: 24px 0;
  height: 56px;
  line-height: 1;
  align-items: center;
  padding: 0 20px;
}
.mainFooter .colSubscribe .form-control:focus {
  outline: 0;
  border-color: var(--primary-color);
  box-shadow: 0px 0px 0px 2px rgba(252, 42, 198, 0.64) inset;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(252, 42, 198, 0.64) inset;
  -moz-box-shadow: 0px 0px 0px 2px rgba(252, 42, 198, 0.64) inset;
}
.mainFooter .colContact {
  display: flex;
  flex-direction: column;
  max-width: 300px;
}
.mainFooter .colContact ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-direction: column;
}
.mainFooter .colContact ul li {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 58px;
}
.mainFooter .colContact ul li:last-child {
  margin-bottom: 0;
}
.mainFooter .colContact ul li .icons {
  display: flex;
  width: 48px;
  margin-right: 28px;
}
.mainFooter .colContact ul li .icons img {
  width: 100%;
}
.mainFooter .colContact ul li .text {
  display: flex;
  flex-direction: column;
}
.mainFooter .colContact ul li .text span {
  font-size: 16px;
  margin-bottom: 3px;
  display: flex;
}
.mainFooter .colContact ul li .text p {
  font-size: 14px;
  margin: 0;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin: 0 auto;
}

.owl-theme .owl-dots {
  position: absolute;
  width: max-content;
  margin: 0 auto;
  bottom: 16px;
  left: 0;
  right: 0;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primary-color);
}
.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0 4px;
}

.back-to-top {
  transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  cursor: pointer;
  display: flex;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  background: rgba(227, 224, 224, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(12px);
  position: fixed;
  bottom: 130px;
  right: 120px;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
}
.back-to-top img {
  width: 16px;
  align-self: center;
}
.back-to-top:hover {
  background: var(--blue-color);
}
.back-to-top.active {
  opacity: 1;
  visibility: visible;
}

.mainSlider {
  display: block;
  width: 100%;
}
.mainSlider .image {
  display: flex;
  width: 100%;
}
.mainSlider .image img {
  align-self: center;
  width: 100%;
}

.titleSection {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.titleSection .title {
  font-size: 24px;
}
.titleSection .btnLink {
  margin-left: auto;
}

.logo-kaenkaew {
  display: flex;
  width: 284px;
  margin: 160px auto;
}
.logo-kaenkaew img {
  width: 100%;
  align-self: center;
}

.labelGroup {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.labelGroup .label {
  display: flex;
  margin-right: 10px;
  margin-bottom: 10px;
  height: 25px;
  padding: 0 6px;
  align-items: center;
  border-radius: 2px;
  background: var(--primary-color);
}
.labelGroup .label span {
  font-size: 14px;
  font-weight: 400;
  color: var(--yellow-color);
}

.cardConcert {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.cardConcert:hover .overlay, .cardConcert:active .overlay {
  opacity: 1;
  visibility: visible;
}
.cardConcert:hover .overlay::before, .cardConcert:active .overlay::before {
  transform: scale(1);
}
.cardConcert:hover .content .text a, .cardConcert:active .content .text a {
  color: var(--primary-color);
}
.cardConcert .overlay {
  transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background: #fc2ac6;
  background: linear-gradient(0deg, rgba(252, 42, 198, 0.8575805322) 0%, rgba(233, 248, 82, 0.3) 100%);
}
.cardConcert .overlay::before {
  transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  transform: scale(1.5);
  z-index: 2;
  background: url("../images/icons/ico-link.png") center center/100% auto no-repeat;
}
.cardConcert .image {
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 15px;
  height: 424px;
  position: relative;
}
.cardConcert .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cardConcert .content {
  display: flex;
  flex-direction: column;
}
.cardConcert .content .text {
  display: flex;
  width: 100%;
  margin-bottom: 2px;
}
.cardConcert .content .text a {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  width: 100%;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 18px;
  color: var(--white-color);
}
.cardConcert .content .date {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
.cardConcert .content .address {
  display: block;
  align-items: center;
  font-size: 16px;
  padding-left: 26px;
  white-space: nowrap;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.cardConcert .content .address .icons {
  display: flex;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  position: absolute;
  left: 0;
  top: 0;
}
.cardConcert .content .address .icons img {
  width: 100%;
}

.latestEvent {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.latestEvent .listEvent {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #E9F852;
}
.latestEvent .listEvent:hover .content .image .overlay, .latestEvent .listEvent:active .content .image .overlay {
  visibility: visible;
  opacity: 1;
}
.latestEvent .listEvent:hover .content .text .name, .latestEvent .listEvent:active .content .text .name {
  color: var(--primary-color);
}
.latestEvent .listEvent .content {
  display: flex;
  align-items: center;
}
.latestEvent .listEvent .content .number {
  display: flex;
  min-width: 64px;
  margin-right: 10px;
  font-size: 36px;
  font-weight: 700;
  align-items: center;
  justify-content: flex-start;
}
.latestEvent .listEvent .content .image {
  width: 72px;
  height: 72px;
  overflow: hidden;
  margin-right: 16px;
  border-radius: 4px;
  position: relative;
}
.latestEvent .listEvent .content .image .overlay {
  transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  background: #fc2ac6;
  background: linear-gradient(0deg, rgba(252, 42, 198, 0.8575805322) 0%, rgba(233, 248, 82, 0.3) 100%);
}
.latestEvent .listEvent .content .image .overlay::before {
  transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: url("../images/icons/ico-link.png") center center/26px auto no-repeat;
}
.latestEvent .listEvent .content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.latestEvent .listEvent .content .text {
  display: flex;
  flex-direction: column;
}
.latestEvent .listEvent .content .text .name {
  transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--white-color);
}
.latestEvent .listEvent .content .text .date {
  display: flex;
  font-size: 14px;
  color: var(--link-color);
}
.latestEvent .btnLink {
  margin-left: auto;
  margin-top: 15px;
}

.gridContainer {
  width: 100%;
  max-width: 100%;
  height: 536px;
  display: grid;
  grid-auto-columns: 1fr;
  gap: 40px;
  grid-template-areas: "one one two three three four" "one one five five six four";
}
.gridContainer.animated .gridItem .img {
  transition-delay: 0.8s;
  transform: scale(1);
  opacity: 1;
}
.gridContainer.animated .gridItem .img img {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  position: relative;
  transform: scale(1);
}
@media only screen and (min-width: 1200px) {
  .gridContainer.animated .gridItem:hover .img img {
    transform: scale(1.2);
  }
}

.gridItem {
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  overflow: hidden;
}
.gridItem:hover .img {
  transform: scale(1);
}
.gridItem:hover .img::before {
  opacity: 0;
  visibility: hidden;
}
.gridItem .img {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transform: scale(1.1);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.gridItem .img::before {
  transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--black-color);
  visibility: visible;
  opacity: 0.6;
}
.gridItem .img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.gridItem:nth-child(1) {
  grid-area: one;
}
.gridItem:nth-child(2) {
  grid-area: two;
}
.gridItem:nth-child(3) {
  grid-area: three;
}
.gridItem:nth-child(4) {
  grid-area: four;
}
.gridItem:nth-child(5) {
  grid-area: five;
}
.gridItem:nth-child(6) {
  grid-area: six;
}

.gallerySlider {
  display: block;
  padding-bottom: 30px;
}
.gallerySlider .owl-dots {
  bottom: -30px;
}

.cardGallery {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.cardGallery:hover .image .overlay, .cardGallery:active .image .overlay {
  opacity: 1;
  visibility: visible;
}
.cardGallery:hover .image .overlay::before, .cardGallery:active .image .overlay::before {
  transform: scale(1);
}
.cardGallery:hover .content .text a, .cardGallery:active .content .text a {
  color: var(--primary-color);
}
.cardGallery .labelGroup .label {
  border-radius: 8px;
  height: 35px;
}
.cardGallery .labelGroup .label span {
  color: var(--white-color);
  font-weight: 400;
}
.cardGallery .labelGroup .label .icons {
  display: flex;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.cardGallery .labelGroup .label .icons img {
  width: 100%;
}
.cardGallery .image {
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 15px;
  height: 424px;
}
.cardGallery .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cardGallery .image .overlay {
  transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background: #fc2ac6;
  background: linear-gradient(0deg, rgba(252, 42, 198, 0.8575805322) 0%, rgba(233, 248, 82, 0.3) 100%);
}
.cardGallery .image .overlay::before {
  transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  content: "";
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  transform: scale(1.5);
  z-index: 2;
  background: url("../images/icons/ico-photo.png") center center/80% auto no-repeat;
}
.cardGallery .content {
  display: flex;
  flex-direction: column;
}
.cardGallery .content .text {
  display: flex;
  width: 100%;
  margin-bottom: 2px;
}
.cardGallery .content .text a {
  transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  width: 100%;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 18px;
  color: var(--white-color);
}
.cardGallery .content .date {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  color: var(--link-color);
}
.cardGallery .content .date .icons {
  display: flex;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  align-items: center;
}
.cardGallery .content .date .icons img {
  width: 100%;
}
.cardGallery .content .address {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.cardGallery .content .address .icons {
  display: flex;
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.cardGallery .content .address .icons img {
  width: 100%;
}

.headPage {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-top: 36px;
}
.headPage h3 {
  margin-bottom: 24px;
  font-size: 48px;
}
.headPage p {
  font-size: 18px;
}

.galleryWrapper {
  display: flex;
  width: 100%;
  margin-bottom: 140px;
}
.galleryWrapper .row {
  margin: 0 -13px;
}
.galleryWrapper .cardImage {
  display: flex;
  width: 33.33333%;
  padding: 0 13px;
  margin-bottom: 26px;
}
.galleryWrapper .cardImage .wrapper {
  width: 100%;
  cursor: pointer;
  overflow: hidden;
}
.galleryWrapper .cardImage .wrapper:hover .image {
  transform: scale(1.2);
}
.galleryWrapper .cardImage .wrapper .image {
  height: 325px;
  display: flex;
  position: relative;
  transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  transform: scale(1);
}
.galleryWrapper .cardImage .wrapper .image img {
  display: flex;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.aboutPage,
.privacyPage {
  background-size: auto 544px;
  background-position: center bottom;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.aboutWrapper,
.privacyWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.aboutWrapper h3,
.privacyWrapper h3 {
  font-size: 100px;
}
.aboutWrapper p,
.privacyWrapper p {
  font-size: 28px;
  display: block;
  flex-wrap: wrap;
}
.aboutWrapper p span,
.privacyWrapper p span {
  display: inline-block;
  font-size: 40px;
  margin: 0 6px;
}
.aboutWrapper .imageBox,
.privacyWrapper .imageBox {
  display: flex;
  align-items: center;
  margin: 0 auto 140px;
}
.aboutWrapper .imageBox .image,
.privacyWrapper .imageBox .image {
  width: 324px;
  height: 324px;
  display: flex;
  margin: 0 12px;
}
.aboutWrapper .imageBox .image img,
.privacyWrapper .imageBox .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.privacyWrapper .btnBack {
  position: absolute;
  left: 15px;
  top: 30px;
}
.privacyWrapper .headPage h3 {
  font-size: 48px;
}
.privacyWrapper .headPage p {
  font-size: 32px;
}
.privacyWrapper .textBox p {
  font-size: 18px;
}

.tabsContainer {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.tabsContainer .navTabs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 54px;
}
.tabsContainer .navTabs .navs {
  display: flex;
  margin-right: 60px;
  padding: 9px 26px;
  font-size: 20px;
  font-weight: 400;
  max-width: max-content;
  position: relative;
  transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
}
.tabsContainer .navTabs .navs:hover {
  color: var(--yellow-color);
}
.tabsContainer .navTabs .navs:last-child {
  margin-right: 0;
}
.tabsContainer .navTabs .navs::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
}
.tabsContainer .navTabs .navs.active {
  font-weight: 600;
  color: var(--yellow-color);
}
.tabsContainer .navTabs .navs.active::after {
  width: 100%;
  background: var(--yellow-color);
}
.tabsContainer .tabsContent {
  position: relative;
}
.tabsContainer .tabsContent .row {
  margin: 0 -18px;
}
.tabsContainer .tabsContent [class^=col-] {
  padding: 0 18px;
}
.tabsContainer .tabsContent .tabs {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.tabsContainer .tabsContent .tabs.active {
  transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  transition-delay: 0.1s;
  position: relative;
  opacity: 1;
  visibility: visible;
}

.mainEvent {
  padding-bottom: 230px;
}
.mainEvent .cardConcert {
  margin-bottom: 64px;
}
.mainEvent .cardConcert .buttonControl {
  display: flex;
  width: 100%;
  margin-top: 26px;
}
.mainEvent .cardConcert .buttonControl .btn {
  width: 100%;
  height: 56px;
  border-radius: 12px;
}
.mainEvent .cardConcert .buttonControl .btn:disabled {
  background: #C4C4C4;
  color: var(--white-color);
  opacity: 1;
  border-color: #C4C4C4;
}

.mainEvent.detail .buttonControl {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}
.mainEvent.detail .coverBox {
  display: flex;
  margin-bottom: 80px;
}
.mainEvent.detail .coverBox .title {
  display: flex;
  width: 100%;
  margin-bottom: 35px;
}
.mainEvent.detail .coverBox .title h3 {
  font-size: 36px;
}
.mainEvent.detail .coverBox .labelGroup .label {
  height: 32px;
  font-size: 16px;
  padding: 0 8px;
  border-radius: 8px;
}
.mainEvent.detail .coverBox .image {
  display: flex;
  width: 680px;
  max-height: 760px;
  border-radius: 20px;
  overflow: hidden;
}
.mainEvent.detail .coverBox .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mainEvent.detail .coverBox .content {
  display: flex;
  width: calc(100% - 680px);
  flex-direction: column;
  padding-left: 30px;
}
.mainEvent.detail .coverBox .buyTicket {
  display: flex;
  width: 100%;
  margin-top: auto;
  background: var(--white-color);
  border-radius: 16px;
  padding: 12px 26px;
  justify-content: space-between;
}
.mainEvent.detail .coverBox .buyTicket .btn {
  font-size: 16px;
  height: 56px;
  padding: 0 40px;
  border-radius: 12px;
}
.mainEvent.detail .coverBox .listDetail {
  display: flex;
  width: 100%;
  list-style: none;
  flex-direction: column;
}
.mainEvent.detail .coverBox .listDetail .list {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
}
.mainEvent.detail .coverBox .listDetail .list:last-child {
  margin-bottom: 0;
}
.mainEvent.detail .coverBox .listDetail .list .icons {
  display: flex;
  width: 32px;
  height: 32px;
  margin-right: 12px;
}
.mainEvent.detail .coverBox .listDetail .list .text {
  display: flex;
  flex-direction: column;
}
.mainEvent.detail .coverBox .listDetail .list .text span {
  display: block;
  margin-bottom: 2px;
}
.mainEvent.detail .coverBox .listDetail .list .btnSale {
  margin-top: 10px;
}
.mainEvent.detail .detailBox {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.mainEvent.detail .detailBox .editor {
  padding-right: 105px;
}
.mainEvent.detail .detailBox h3 {
  width: 100%;
  font-size: 18px;
  margin-bottom: 6px;
}
.mainEvent.detail .detailBox p {
  font-size: 16px;
}
.mainEvent.detail .detailBox .head {
  font-size: 24px;
  margin-bottom: 10px;
}
.mainEvent.detail .detailBox .text {
  margin-bottom: 20px;
}
.mainEvent.detail .detailBox .text ul {
  list-style: none;
  margin-top: 15px;
}
.mainEvent.detail .detailBox .text ul li {
  position: relative;
  padding-left: 20px;
}
.mainEvent.detail .detailBox .text ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 12px;
  background: var(--white-color);
}
.mainEvent.detail .detailBox .image {
  display: flex;
  width: 100%;
  margin: 40px 0;
}
.mainEvent.detail .detailBox .image img {
  width: 100%;
}
.mainEvent.detail .stageImage {
  display: flex;
  width: 100%;
}
.mainEvent.detail .stageImage .image {
  display: flex;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.mainEvent.detail .stage {
  display: flex;
  width: 100%;
  flex-direction: column;
  background: #212121;
  border-radius: 24px;
  padding: 15px 28px 26px;
}
.mainEvent.detail .stage h3 {
  margin-bottom: 20px;
}
.mainEvent.detail .stage .image {
  display: flex;
  width: 100%;
  max-height: 390px;
  margin-bottom: 30px;
}
.mainEvent.detail .stage .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mainEvent.detail .stage .detail {
  display: block;
}
.mainEvent.detail .stage .detail h3 {
  width: 100%;
}
.mainEvent.detail .stage .detail [class^=zone-] {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  color: var(--white-color);
}
.mainEvent.detail .stage .detail [class^=zone-] .type {
  display: flex;
  width: 112px;
  height: 48px;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}
.mainEvent.detail .stage .detail [class^=zone-] .text {
  display: flex;
  flex-direction: column;
}
.mainEvent.detail .stage .detail [class^=zone-] .text span {
  font-size: 12px;
}
.mainEvent.detail .stage .detail [class^=zone-] .text p {
  font-size: 20px;
}
.mainEvent.detail .stage .detail .zone-1 .type {
  background: #A169EA;
}
.mainEvent.detail .stage .detail .zone-2 .type {
  background: #261168;
}
.mainEvent.detail .stage .detail .zone-3 .type {
  background: #C6635B;
}
.mainEvent.detail .stage .detail .zone-4 .type {
  background: #F0DCE8;
}

.mainNews .cardConcert .image {
  height: 344px;
}
.mainNews .cards {
  transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.mainNews .cards.active {
  transition-delay: 0.25s;
  opacity: 1;
  visibility: visible;
  position: relative;
}
.mainNews .cardConcert {
  margin-bottom: 60px;
}
.mainNews .cardConcert .text {
  flex-direction: column;
  overflow: inherit;
}
.mainNews .cardConcert .text p {
  font-size: 18px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mainNews .cardConcert .detail {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mainNews .cardConcert .address {
  color: #999999;
}
.mainNews .buttonControl {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.loadMore {
  visibility: hidden;
  opacity: 0;
  width: 40px;
  height: 40px;
}
.loadMore.active {
  opacity: 1;
  visibility: visible;
}

[class*=loader-] {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
}

.loader-01 {
  border: 0.4em dotted currentcolor;
  border-radius: 50%;
  animation: 1.2s loader-01 linear infinite;
}

@keyframes loader-01 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mainNews.detail {
  padding-bottom: 150px;
}
.mainNews.detail .image {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.mainNews.detail .image img {
  width: 100%;
}
.mainNews.detail .coverBox {
  display: flex;
  width: 100%;
  height: 560px;
}
.mainNews.detail .coverBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mainNews.detail .editor {
  display: flex;
  width: 100%;
  padding-right: 130px;
  flex-direction: column;
}
.mainNews.detail .headTitle {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.mainNews.detail .date-social {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.mainNews.detail .date-social .date {
  display: flex;
}
.mainNews.detail .date-social .social {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.mainNews.detail .date-social .btnSocial {
  display: flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  background: transparent;
  margin-left: 8px;
}
.mainNews.detail .date-social .btnSocial .icon {
  display: flex;
  width: 100%;
  height: 100%;
}
.mainNews.detail .date-social .btnSocial .icon img {
  width: 100%;
}
.mainNews.detail .date-social .btnSocial:hover {
  background: var(--white-color);
}
.mainNews .sideArticle {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 540px;
}
.mainNews .sideArticle .relatedNews {
  display: flex;
  flex-direction: column;
  background: #212121;
  padding: 20px;
  margin-bottom: 32px;
}
.mainNews .sideArticle .relatedNews .head {
  font-size: 24px;
}
.mainNews .sideArticle .relatedNews .listNews {
  display: flex;
  width: 100%;
  margin-bottom: 24px;
}
.mainNews .sideArticle .relatedNews .listNews .image {
  display: flex;
  width: 120px;
  height: 120px;
}
.mainNews .sideArticle .relatedNews .listNews .image a {
  display: block;
}
.mainNews .sideArticle .relatedNews .listNews .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mainNews .sideArticle .relatedNews .listNews .text {
  display: flex;
  flex-direction: column;
  width: calc(100% - 120px);
  padding-left: 24px;
}
.mainNews .sideArticle .relatedNews .listNews .text span {
  font-size: 12px;
}
.mainNews .sideArticle .relatedNews .listNews .text .textLink {
  font-weight: 600;
  margin-bottom: 26px;
  font-size: 16px;
}
.mainNews .sideArticle .relatedNews .listNews .text .date {
  margin-top: auto;
}
.mainNews .sideArticle .sideGallery {
  display: flex;
  flex-direction: column;
  background: #212121;
  padding: 20px;
  margin-bottom: 32px;
}
.mainNews .sideArticle .sideGallery .head {
  font-size: 24px;
}
.mainNews .sideArticle .sideGallery .row {
  margin: 0 -10px;
}
.mainNews .sideArticle .sideGallery [class^=col-] {
  padding: 0 10px;
}
.mainNews .sideArticle .sideGallery .thumbsGallery {
  display: flex;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.mainNews .sideArticle .sideGallery .thumbsGallery a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.mainNews .sideArticle .sideGallery .thumbsGallery .viewAll {
  transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
}
.mainNews .sideArticle .sideGallery .thumbsGallery .viewAll span {
  font-family: 500;
  font-size: 16px;
  color: var(--white-color);
}
.mainNews .sideArticle .sideGallery .thumbsGallery .image {
  position: relative;
  padding-top: 100%;
  width: 100%;
}
.mainNews .sideArticle .sideGallery .thumbsGallery .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.cardVideo {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cardVideo:hover .overlay, .cardVideo:active .overlay {
  opacity: 1;
  visibility: visible;
}
.cardVideo:hover .overlay::before, .cardVideo:active .overlay::before {
  transform: scale(1);
}
.cardVideo:hover .content .text a, .cardVideo:active .content .text a {
  color: var(--primary-color);
}
.cardVideo .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background: #fc2ac6;
  background: linear-gradient(0deg, rgba(252, 42, 198, 0.8575805322) 0%, rgba(233, 248, 82, 0.3) 100%);
}
.cardVideo .overlay::before {
  transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  content: "";
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 22px);
  left: calc(50% - 22px);
  transform: scale(1.5);
  z-index: 2;
  background: url("../images/icons/ico-play.png") center center/100% auto no-repeat;
}
.cardVideo .image {
  position: relative;
  height: 225px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 12px;
  border-radius: 12px;
}
.cardVideo .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cardVideo .image .time {
  display: flex;
  position: absolute;
  right: 10px;
  bottom: 8px;
  padding: 0 12px;
  height: 24px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  border-radius: 4px;
}
.cardVideo .content {
  display: flex;
  width: 100%;
}
.cardVideo .content .icon {
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.cardVideo .content .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cardVideo .content .text {
  display: flex;
  flex-direction: column;
  width: calc(100% - 40px);
  padding-left: 6px;
  align-self: center;
}
.cardVideo .content .text a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mainVideo .videoWrapper .row {
  margin: 0 -18px;
}
.mainVideo .videoWrapper [class^=col-] {
  padding: 0 18px;
}
.mainVideo .videoWrapper .cards {
  transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.mainVideo .videoWrapper .cards.active {
  transition-delay: 0.25s;
  opacity: 1;
  visibility: visible;
  position: relative;
}
.mainVideo .videoWrapper .cards .cardVideo {
  margin-bottom: 48px;
}
.mainVideo .buttonControl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 60px;
}

.foodWrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-bottom: 100px;
}
.foodWrapper .headPage {
  margin-bottom: 100px;
}
.foodWrapper .cards:nth-child(odd) .cardFood .image::before {
  background: url("../images/food/border-1.png") center center/100% auto no-repeat;
}
.foodWrapper .cards:nth-child(even) .cardFood .image::before {
  background: url("../images/food/border-2.png") center center/100% auto no-repeat;
}
.foodWrapper .cards:nth-child(2) .cardFood .image::before {
  transform: translate(-50%, -50%) rotate(7deg);
}
.foodWrapper .cards:nth-child(3) .cardFood .image::before {
  transform: translate(-50%, -50%) rotate(-20deg);
}
.foodWrapper .cards:nth-child(4) .cardFood .image::before {
  transform: translate(-50%, -50%) rotate(15deg);
}

.cardFood {
  display: flex;
  height: 100%;
  max-width: 300px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.cardFood a {
  display: block;
}
.cardFood a:hover .image::before, .cardFood a:active .image::before {
  opacity: 1;
  visibility: visible;
}
.cardFood a:hover .image img, .cardFood a:active .image img {
  transform: scale(1.1);
}
.cardFood .image {
  display: flex;
  width: 100%;
  height: 224px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
}
.cardFood .image img {
  max-width: 195px;
  height: auto;
  align-self: center;
}
.cardFood .image::before {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  content: "";
  width: 300px;
  height: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}
.cardFood .image::after {
  content: "";
  width: 224px;
  height: 224px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  border-radius: 50%;
  overflow: hidden;
  z-index: 0;
  background: var(--yellow-color);
}
.cardFood .image img {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transform: scale(1);
  position: relative;
  width: 100%;
  z-index: 5;
}
.cardFood .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cardFood .text .tH3 {
  margin-bottom: 16px;
}

.popupMenu {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  background: var(--black-color);
}
.popupMenu.active {
  opacity: 1;
  transition-delay: 0.25s;
  visibility: visible;
}
.popupMenu .btnBack {
  position: absolute;
  top: 30px;
  left: 120px;
  z-index: 5;
}
.popupMenu .innerWrapper {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  max-height: 100%;
  height: 100%;
  overflow-y: auto;
}
.popupMenu .innerWrapper .image {
  display: flex;
  max-width: 1100px;
  width: 100%;
}
.popupMenu .innerWrapper .image img {
  width: 100%;
}

.select2-search--dropdown {
  display: none;
}

.select2-results__option {
  color: var(--white-color);
}

.select2-container--default .select2-results > .select2-results__options {
  background: var(--black-color);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  width: 24px;
  right: 10px;
  top: 0;
}

.select2-results__option.select2-results__option--highlighted {
  background: var(--primary-color);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  width: 24px;
  height: 24px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../images/icons/ico-caret.png") center center/100% auto no-repeat;
}

.contactWrapper .select2-container--default .select2-selection--single {
  height: 56px;
  border: 1px solid var(--white-color);
  border-radius: 12px;
  width: 100%;
  padding: 0 20px;
  background: transparent;
  color: var(--gray-color-3);
}
.contactWrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--white-color);
}
.contactWrapper .row {
  margin: 0 -25px;
}
.contactWrapper [class^=col-] {
  padding: 0 25px;
}
.contactWrapper .image {
  display: flex;
  width: 100%;
  height: 100%;
}
.contactWrapper .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.contactWrapper .formWrapper {
  display: flex;
  flex-direction: column;
}
.contactWrapper .formWrapper .headPage {
  margin-top: 24px;
  margin-bottom: 30px;
}
.contactWrapper .formWrapper .formGroup {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.contactWrapper .formWrapper .formGroup p {
  margin-bottom: 12px;
}
.contactWrapper .formWrapper .form-control {
  height: 52px;
  border: 1px solid var(--white-color);
  border-radius: 12px;
  width: 100%;
  padding: 0 20px;
  background: none;
  color: var(--white-color);
}
.contactWrapper .formWrapper .form-control:focus {
  outline: 0;
  border-color: var(--primary-color);
  box-shadow: 0px 0px 0px 1px rgba(252, 42, 198, 0.64) inset;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(252, 42, 198, 0.64) inset;
  -moz-box-shadow: 0px 0px 0px 1px rgba(252, 42, 198, 0.64) inset;
}
.contactWrapper .formWrapper textarea.form-control {
  padding: 20px;
  border: 1px solid var(--white-color);
  border-radius: 12px;
  width: 100%;
  height: 150px;
  resize: none;
  background: none;
  color: var(--white-color);
}
.contactWrapper .formWrapper textarea.form-control:focus {
  outline: 0;
  border-color: var(--primary-color);
  box-shadow: 0px 0px 0px 1px rgba(252, 42, 198, 0.64) inset;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(252, 42, 198, 0.64) inset;
  -moz-box-shadow: 0px 0px 0px 1px rgba(252, 42, 198, 0.64) inset;
}
.contactWrapper .formWrapper .buttonControl {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.contactWrapper .formWrapper .buttonControl .btn {
  max-width: 376px;
  width: 100%;
  height: 52px;
}

.datepicker-dropdown {
  background: rgba(237, 237, 237, 0.4);
  backdrop-filter: blur(32.5px);
  border-radius: 30px;
  padding: 30px;
  color: var(--white-color);
}
.datepicker-dropdown th.prev,
.datepicker-dropdown th.next {
  display: none;
}

.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  font-size: 16px;
}

.datepicker .datepicker-days .datepicker-switch {
  text-align: right;
  font-size: 24px;
  padding-right: 20px;
  position: relative;
}
.datepicker .datepicker-days .datepicker-switch::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  right: 0;
  bottom: 0;
  background: url("../images/icons/ico-caret2.png") center center/100% auto no-repeat;
}
.datepicker .datepicker-days .datepicker-switch::before {
  content: "Calendar";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  font-weight: 300;
}
.datepicker .datepicker-days .datepicker-switch:hover {
  background: none;
}

.datepicker-months .datepicker-switch,
.datepicker-years .datepicker-switch,
.datepicker-decades .datepicker-switch,
.datepicker-centuries .datepicker-switch {
  background: none !important;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: var(--blue-color);
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.datepicker table tr td span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 44px;
}

.datepicker-dropdown.datepicker-orient-top:after,
.datepicker-dropdown.datepicker-orient-top:before {
  display: none;
}

.datepicker table tr td span:hover {
  background: var(--blue-color);
}

.partnerWrapper .headPage {
  margin-bottom: 60px;
}
.partnerWrapper .headPage h3 {
  margin-bottom: 40px;
}
.partnerWrapper .logoWrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 60px;
}
.partnerWrapper .logoWrapper .image {
  display: flex;
  margin: 0 40px;
}
.partnerWrapper .logoWrapper .image img {
  width: 100%;
  max-width: 100%;
}
.partnerWrapper .logoWrapper .image:last-child {
  margin-right: 0;
}

.sideMenu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  border-radius: 0 16px 16px 0;
  background: var(--blue-color);
  padding: 40px 20px;
  z-index: 999;
  overflow: hidden;
  max-width: 90px;
  transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  width: 100%;
  box-shadow: 5px 0px 30px rgba(136, 136, 136, 0.1);
}
.sideMenu:hover {
  overflow: visible;
}
.sideMenu:not(.active) .head .navHamburger {
  width: 0;
  opacity: 0;
  overflow: hidden;
}
.sideMenu:not(.active) .head:hover .navHamburger {
  width: 60px;
  height: 50px;
  visibility: visible;
  opacity: 1;
  right: -60px;
  background: var(--yellow-color) url("../images/icons/ico-hamburger_act.png") center center/26px auto no-repeat;
}
.sideMenu:not(.active) .navMenu li a:hover .navText {
  padding: 0 15px;
}
.sideMenu.active {
  max-width: 310px;
  overflow: hidden;
}
.sideMenu.active .head {
  padding-left: 15px;
}
.sideMenu.active .navMenu li {
  transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  width: 100%;
  border-radius: 8px;
}
.sideMenu.active .navMenu a {
  transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  border-radius: 8px;
  width: 100%;
}
.sideMenu.active .navMenu a:hover {
  background: var(--yellow-color);
}
.sideMenu.active .navMenu a:hover .navIcon,
.sideMenu.active .navMenu a:hover .navText {
  background: none !important;
  margin-left: 0 !important;
}
.sideMenu.active .navMenu a:hover .navIcon svg path {
  stroke: var(--primary-color);
}
.sideMenu.active .navMenu a:hover .navText {
  color: var(--primary-color);
}
.sideMenu.active .navMenu a .navIcon svg path {
  transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
}
.sideMenu.active .navMenu .navText {
  opacity: 1;
  font-weight: 600;
  position: relative;
  visibility: visible;
  white-space: nowrap;
  margin-left: 0;
  padding: 0;
}
.sideMenu.active .head {
  justify-content: flex-start;
}
.sideMenu.active .head .icon {
  max-width: 143px;
}
.sideMenu.active .head .navHamburger {
  opacity: 1;
  visibility: visible;
  right: 0;
  top: 7px;
  width: 30px;
  height: 30px;
}
.sideMenu .innerWrapper {
  display: flex;
  flex-direction: column;
}
.sideMenu .head {
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: row;
  margin-bottom: 40px;
  position: relative;
  justify-content: center;
}
.sideMenu .head .icon {
  transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  display: flex;
  max-width: 17px;
  width: 100%;
  height: 34px;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.sideMenu .head .icon img {
  height: 100%;
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
}
.sideMenu .navHamburger {
  transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  display: flex;
  width: 60px;
  height: 50px;
  display: flex;
  margin-left: auto;
  border-radius: 8px;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  background: var(--blue-color) url("../images/icons/ico-hamburger.png") center center/26px auto no-repeat;
}
.sideMenu .navMenu {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  margin: 0 0 32px;
}
.sideMenu .navMenu:last-child {
  margin-bottom: 0;
}
.sideMenu .navMenu li {
  display: flex;
  width: max-content;
  align-items: center;
  position: relative;
}
.sideMenu .navMenu li a {
  transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.sideMenu .navMenu li a:hover .navIcon {
  background: var(--primary-color);
}
.sideMenu .navMenu li a:hover .navIcon .home .front {
  opacity: 0;
}
.sideMenu .navMenu li a:hover .navIcon .home .back {
  opacity: 1;
  visibility: visible;
}
.sideMenu .navMenu li a:hover .navText {
  visibility: visible;
  opacity: 1;
  margin-left: 10px;
  background: var(--primary-color);
}
.sideMenu .navMenu .navIcon {
  transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  display: flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  position: relative;
  background: transparent;
  border-radius: 8px;
}
.sideMenu .navMenu .navIcon.home .front {
  position: relative;
}
.sideMenu .navMenu .navIcon.home .back {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  opacity: 0;
  visibility: hidden;
}
.sideMenu .navMenu .navIcon i {
  transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
}
.sideMenu .navMenu .navText {
  transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  display: flex;
  width: calc(100% - 62px);
  position: relative;
  height: 52px;
  margin-left: 0;
  top: 0;
  align-items: center;
  justify-content: flex-start;
  bottom: 0;
  padding: 0;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  border-radius: 8px;
  background: transparent;
}

body > .overlay {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  display: flex;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(6px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
body > .overlay.active {
  opacity: 1;
  visibility: visible;
}

.nav-hamburger {
  display: flex;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  display: none;
  z-index: 10;
}
.nav-hamburger .icon {
  display: flex;
  width: 26px;
  height: 20px;
  position: relative;
  background: 0;
}
.nav-hamburger .icon::before {
  transition-delay: 0s;
  transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  content: "";
  height: 2px;
  width: 26px;
  background: var(--yellow-color);
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
}
.nav-hamburger .icon::after {
  transition-delay: 0s;
  transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  content: "";
  height: 2px;
  width: 26px;
  background: var(--yellow-color);
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
}
.nav-hamburger .icon span {
  position: absolute;
  transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  height: 2px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: var(--yellow-color);
}
.nav-hamburger .icon span:nth-child(1) {
  top: 0;
  left: 0;
}
.nav-hamburger .icon span.center {
  top: calc(50% - 1px);
  left: 0;
}
.nav-hamburger .icon span:nth-child(3) {
  bottom: 0;
}
.nav-hamburger.open .icon span:nth-child(1) {
  top: calc(50% - 1px);
  opacity: 0;
}
.nav-hamburger.open .icon span:nth-child(3) {
  bottom: calc(50% - 1px);
  opacity: 0;
}
.nav-hamburger.open .icon span.center {
  opacity: 0;
}
.nav-hamburger.open .icon::before {
  transition-delay: 0.15s;
  opacity: 1;
  transform: rotate(45deg);
}
.nav-hamburger.open .icon::after {
  transition-delay: 0.15s;
  opacity: 1;
  transform: rotate(-45deg);
}

.fancybox-content {
  background: none;
}

.fancybox-button svg path {
  fill: #8B8B8B;
}

.fancybox-slide--html .fancybox-close-small {
  padding: 5px;
  right: 5px;
  top: 5px;
}

.popupRegister {
  display: none;
  padding: 0;
}
.popupRegister .innerWrapper {
  width: 540px;
  display: flex;
  padding: 30px 40px;
  flex-direction: column;
  border-radius: 24px;
  background: var(--white-color);
}
.popupRegister .innerWrapper form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.popupRegister .innerWrapper .formGroup {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.popupRegister .innerWrapper .formGroup p {
  margin-bottom: 12px;
}
.popupRegister .innerWrapper .form-control {
  height: 52px;
  border: 1px solid #ECECEC;
  border-radius: 12px;
  width: 100%;
  padding: 0 20px;
  background: none;
  color: var(--white-color);
}
.popupRegister .innerWrapper .form-control:focus {
  outline: 0;
  border-color: var(--primary-color);
  box-shadow: 0px 0px 0px 1px rgba(252, 42, 198, 0.64) inset;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(252, 42, 198, 0.64) inset;
  -moz-box-shadow: 0px 0px 0px 1px rgba(252, 42, 198, 0.64) inset;
}
.popupRegister .innerWrapper .headRegister {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
.popupRegister .innerWrapper .headRegister .content {
  display: flex;
  flex-direction: column;
  width: calc(100% - 180px);
}
.popupRegister .innerWrapper .headRegister .content h3 {
  font-size: 36px;
}
.popupRegister .innerWrapper .headRegister .content p {
  font-size: 20px;
}
.popupRegister .innerWrapper .headRegister .image {
  display: flex;
  width: 180px;
}
.popupRegister .innerWrapper .headRegister .image img {
  width: 100%;
}
.popupRegister input[type=checkbox],
.popupRegister input[type=radio] {
  display: none;
}
.popupRegister .formGroup label {
  position: relative;
  cursor: pointer;
  color: var(--gray-color-3);
}
.popupRegister .formGroup label a {
  color: #279EFF;
  text-decoration: underline;
  font-weight: 600;
}
.popupRegister .formGroup label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #25C870;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.popupRegister .formGroup input:checked + label:before {
  background: #25C870;
}
.popupRegister .formGroup input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid var(--white-color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.popupRegister .buttonControl {
  display: flex;
  justify-content: center;
  align-items: center;
}
.popupRegister .buttonControl .btn {
  width: 260px;
  height: 48px;
}

.mainPage {
  transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  visibility: hidden;
  opacity: 0;
}
.mainPage.active {
  opacity: 1;
  visibility: visible;
}

.intro {
  padding: 0;
}

.introPage {
  display: flex;
  position: fixed;
  height: 100%;
  width: 100%;
}
.introPage .buttonControl {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 60px;
}
.introPage .buttonControl .btn {
  width: 180px;
  color: var(--black-color);
  background: var(--yellow-color);
  border-color: var(--yellow-color);
}
.introPage .buttonControl .btn:hover {
  border-color: var(--primary-color);
  background: var(--primary-color);
  color: var(--white-color);
}
.introPage .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.introPage .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 1600px) {
  .container {
    max-width: 1240px;
  }

  .cardConcert .image {
    height: 300px;
  }

  .gridContainer {
    height: 370px;
  }

  .cardGallery .image {
    height: 235px;
  }

  .logo-kaenkaew {
    margin: 50px auto;
  }

  .mainFooter {
    padding: 30px 0 70px;
  }

  .tabsContainer .tabsContent .row {
    margin: 0 -10px;
  }

  .tabsContainer .tabsContent [class^=col-] {
    padding: 0 10px;
  }

  .mainEvent .cardConcert {
    margin-bottom: 40px;
  }

  .cardConcert .content .address {
    font-size: 14px;
  }

  .cardConcert .content .address .icons {
    width: 20px;
    height: 20px;
    margin: 0;
  }

  .cardConcert .content .text p,
.cardConcert .content .date {
    font-size: 14px;
  }

  .mainEvent .cardConcert .buttonControl .btn {
    height: 46px;
    border-radius: 6px;
  }

  .cardConcert .image,
.mainEvent.detail .coverBox .image {
    border-radius: 8px;
  }

  .tabsContainer .navTabs .navs {
    font-size: 18px;
  }

  .tabsContainer .navTabs .navs {
    margin-right: 40px;
  }

  .mainEvent.detail .coverBox .image {
    width: 450px;
    height: 500px;
  }

  .mainEvent.detail .coverBox .content {
    width: calc(100% - 450px);
  }

  .mainEvent.detail .coverBox .title h3 {
    font-size: 28px;
  }

  .mainEvent.detail .coverBox .title {
    margin-bottom: 20px;
  }

  .mainEvent.detail .coverBox .listDetail .list {
    margin-bottom: 12px;
  }

  .btn.btnSale {
    border-radius: 6px;
    font-size: 14px;
    height: 32px;
  }

  .mainEvent.detail .coverBox .buyTicket {
    border-radius: 8px;
  }

  .mainEvent.detail .coverBox .buyTicket .btn {
    border-radius: 8px;
    height: 46px;
    padding: 0 24px;
  }

  .mainEvent {
    padding-bottom: 120px;
  }

  .mainEvent.detail .stage {
    border-radius: 12px;
  }

  .mainEvent.detail .stage > .image {
    margin: 0 0 30px;
  }

  .mainEvent.detail .stage .detail [class^=zone-] {
    margin-bottom: 20px;
  }

  .headPage h3 {
    font-size: 36px;
  }

  .foodWrapper .headPage {
    margin-bottom: 60px;
  }

  .back-to-top {
    right: 80px;
    bottom: 80px;
  }

  .cardVideo .image {
    height: 160px;
  }

  .cardVideo .image {
    border-radius: 8px;
  }

  .contactWrapper .image {
    height: auto;
  }

  .contactWrapper .formWrapper .form-control,
.contactWrapper .select2-container--default .select2-selection--single {
    height: 42px;
    border-radius: 6px;
  }

  .contactWrapper .formWrapper textarea.form-control {
    border-radius: 6px;
  }

  .contactWrapper .formWrapper .buttonControl {
    margin: 20px 0;
  }

  .contactWrapper .formWrapper .buttonControl .btn {
    max-width: 240px;
  }

  .cardConcert .overlay::before,
.cardVideo .overlay::before {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
  }

  .sideMenu {
    max-width: 70px;
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 1440px) {
  .sideMenu {
    max-width: 70px;
    padding: 30px 9px;
  }

  .labelGroup .label span {
    font-size: 12px;
  }

  .container {
    max-width: 1180px;
  }

  .mainVideo .videoWrapper .row {
    margin: 0 -10px;
  }
  .mainVideo .videoWrapper .row .cards {
    padding: 0 10px;
  }

  .mainVideo .videoWrapper .cards .cardVideo {
    margin-bottom: 35px;
  }

  .cardVideo .content .text {
    font-size: 14px;
  }

  .cardConcert .image {
    height: 230px;
  }
}
@media only screen and (max-width: 1200px) {
  .btn.btnPrimary {
    height: 34px;
    font-size: 14px;
    border-radius: 4px;
  }

  .mainHeader .navHeader form .searchBox .form-control {
    height: 34px;
    border-radius: 4px;
    font-size: 14px;
  }

  .mainHeader .navHeader form .langBox {
    font-size: 14px;
    margin: 0 15px 0 25px;
  }

  .mainHeader .titlePage {
    font-size: 12px;
  }

  .sideMenu {
    transform: translateX(-101%);
  }

  .mainHeader .titlePage {
    position: relative;
    margin-left: 30px;
    margin-right: auto;
  }

  .cardConcert .image {
    height: 240px;
  }

  .upcomingSlider .cardConcert .image {
    height: 340px;
  }

  .cardConcert .content .text p,
.cardConcert .content .date {
    font-size: 12px;
  }

  .labelGroup .label {
    height: 20px;
  }

  .labelGroup .label span {
    font-size: 10px;
  }

  .cardConcert .content .address {
    font-size: 12px;
  }

  .cardConcert .content .address .icons {
    width: 15px;
    height: 15px;
  }

  .mg-b-xl {
    margin-bottom: 30px;
  }

  .titleSection .title {
    font-size: 18px;
  }

  .btnLink {
    font-size: 14px;
  }

  .latestEvent .listEvent .content .number {
    min-width: 55px;
    font-size: 28px;
  }

  .titleSection {
    margin-bottom: 30px;
  }

  .latestEvent .listEvent {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .latestEvent .listEvent .content .text .name {
    font-size: 14px;
  }

  .latestEvent .listEvent .content .image {
    width: 60px;
    height: 60px;
  }

  .gridContainer {
    height: 320px;
    gap: 15px;
  }

  .gridItem {
    border-radius: 6px;
  }

  .mainFooter .colAbout .title {
    font-size: 24px;
  }

  .mainFooter .colAbout,
.mainFooter .colSubscribe,
.mainFooter .colContact ul li .text,
.mainFooter .colContact ul li .text span {
    font-size: 14px;
  }

  .mainFooter .colMedia .social {
    margin-right: 35px;
    margin-bottom: 15px;
  }

  .mainFooter .colContact ul li .icons {
    width: 35px;
    margin-right: 15px;
  }

  .mainFooter .colMedia {
    max-width: 100%;
  }

  .mainFooter .colMedia .social {
    margin-right: 15px !important;
    width: 36px;
  }
  .mainFooter .colMedia .social img {
    width: 100%;
  }

  .mainFooter .colContact ul li {
    margin-bottom: 15px;
  }

  .mainFooter .colAbout {
    max-width: 100%;
  }

  .mainNews.detail .coverBox {
    height: 340px;
  }

  .mainNews.detail .editor {
    padding-right: 0;
    font-size: 14px;
  }

  .tH1 {
    font-size: 24px;
  }

  .mainNews .sideArticle .relatedNews .listNews .image {
    display: flex;
    width: 70px;
    height: 70px;
  }

  .mainNews .sideArticle .relatedNews .listNews .text {
    width: calc(100% - 70px);
    padding-left: 16px;
  }

  .mainNews .sideArticle .relatedNews .listNews .text .textLink,
.mainNews .sideArticle .relatedNews .listNews .text .date {
    font-size: 12px;
  }

  .mainEvent.detail .detailBox .editor {
    padding-right: 0;
  }

  .aboutWrapper p span {
    font-size: 24px;
  }

  .aboutWrapper p {
    font-size: 20px;
  }

  .cardFood {
    margin-bottom: 40px;
  }

  .nav-hamburger {
    display: flex;
    position: relative;
  }

  .sideMenu.open-menu {
    transform: translateX(0);
  }

  .sideMenu.active .head .navHamburger {
    display: none;
  }

  .cardConcert .overlay::before {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    transform: scale(1.5);
  }

  .mainEvent .cardConcert .image {
    height: 340px;
  }

  .tabsContainer .navTabs .navs {
    margin-right: 20px;
    font-size: 16px;
    padding: 9px 15px;
  }

  .mainHeader .logo {
    display: flex;
    width: 110px;
  }

  .headPage h3 {
    font-size: 24px;
  }

  .headPage p {
    font-size: 14px;
  }

  .sideMenu {
    border-radius: 0 8px 8px 0;
  }

  .galleryWrapper .cardImage .wrapper .image {
    height: 210px;
  }

  .galleryWrapper .row {
    margin: 0 -8px;
  }

  .galleryWrapper .cardImage {
    padding: 0 8px;
    margin-bottom: 16px;
  }

  .galleryWrapper,
.foodWrapper {
    margin-bottom: 40px;
  }

  .mainFooter .colSubscribe .form-control {
    height: 42px;
    border-radius: 6px;
  }

  .cardFood a .tBody {
    font-size: 14px;
  }

  .foodWrapper .headPage {
    margin-bottom: 40px;
  }

  .cardFood .image {
    height: 190px;
  }

  .cardFood .image::after {
    height: 190px;
    width: 190px;
  }

  .cardFood .image::before {
    width: 260px;
    height: 260px;
  }

  .upcomingSlider {
    padding-bottom: 30px;
  }
  .upcomingSlider .owl-theme .owl-dots {
    bottom: -30px;
  }

  .gallerySlider .cardGallery .image {
    height: 190px;
  }

  .back-to-top {
    right: 30px;
    bottom: 30px;
  }

  .latestEvent .listEvent .content .number {
    min-width: 45px;
    font-size: 24px;
  }

  .latestEvent .listEvent .content .image {
    width: 50px;
    height: 50px;
  }

  .latestEvent .listEvent .content .text .name {
    font-size: 12px;
    max-width: 170px;
  }

  .latestEvent .listEvent .content .text .date {
    font-size: 12px;
  }

  .titleSection {
    margin-bottom: 20px;
  }

  .gridItem .img {
    transform: scale(1);
  }

  .gridItem .img::before {
    display: none;
  }

  .cardVideo .image {
    height: 180px;
  }

  .container {
    max-width: 960px;
  }

  .cardVideo .content .text {
    font-size: 12px;
    width: calc(100% - 30px);
    line-height: 1.4;
  }

  .cardVideo .content .icon {
    width: 30px;
    height: 30px;
  }

  .mainHeader .navHeader form .langBox {
    font-size: 12px;
  }

  .mainHeader .logo {
    width: 90px;
  }

  .mainHeader .navHeader form .searchBox {
    width: 120px;
  }

  .mainHeader .navHeader form .searchBox .form-control {
    font-size: 12px;
  }

  .cardConcert .content .text a {
    font-size: 14px;
  }

  .mainNews .cardConcert .detail {
    font-size: 12px;
    line-height: 1.4;
    max-height: 34px;
  }

  .cardConcert .image {
    height: 180px;
  }

  .mainNews .cards {
    padding: 0 10px;
  }

  .back-to-top {
    right: 15px;
    bottom: 15px;
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .mainEvent.detail .coverBox {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 500px;
    margin: 0 auto;
    border: 1px solid #888888;
    padding: 30px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.05);
  }

  .mainEvent.detail .coverBox .image {
    margin-bottom: 30px;
  }

  .mainEvent.detail .coverBox .content {
    width: 100%;
    padding-left: 0;
  }

  .mainEvent.detail .coverBox .buyTicket {
    margin-top: 30px;
  }

  .mainEvent.detail .detailBox {
    margin-top: 50px;
  }

  .mainEvent.detail .stage {
    max-width: 500px;
    margin: 30px auto 0;
  }

  .mainEvent {
    padding-bottom: 80px;
  }

  .mainNews .sideArticle {
    max-width: 100%;
  }

  .mainEvent .cardConcert .image {
    height: 250px;
  }

  .btn.btnPrimary {
    font-size: 12px;
  }

  .mainHeader .titlePage {
    font-size: 10px;
  }

  .upcomingSlider .cardConcert .image {
    height: 250px;
  }

  .gallerySlider .cardGallery .image {
    height: 150px;
  }

  .cardGallery .content .text a {
    font-size: 14px;
  }

  .popupRegister .innerWrapper .headRegister .content h3 {
    font-size: 24px;
  }

  .popupRegister .innerWrapper .headRegister .content p {
    font-size: 16px;
  }

  .popupRegister .buttonControl .btn {
    width: 150px;
  }

  .introPage .image {
    max-width: 90%;
    height: auto;
    top: 50%;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
  }

  .cardVideo .image {
    height: 130px;
  }

  .container {
    max-width: 720px;
  }

  .mainNews .cardConcert .image {
    height: 140px;
  }

  .gridContainer {
    height: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .mainHeader .titlePage,
.mainHeader .btn {
    display: none;
  }

  .mainHeader .navHeader form .searchBox {
    width: 110px;
  }

  .mainHeader .navHeader form .searchBox .form-control {
    height: 30px;
    font-size: 12px;
  }

  .mainHeader .navHeader form .langBox a {
    font-size: 12px;
  }

  .mainHeader .navHeader form .langBox a:first-child::after {
    height: 10px;
    width: 1px;
  }

  .mainHeader .navHeader form .langBox {
    margin: 0 10px 0 15px;
  }

  .nav-hamburger {
    width: 35px;
    height: 35px;
  }

  .mainHeader .logo {
    width: 95px;
  }

  .mainHeader .navHeader form .searchBox .form-control {
    padding-left: 25px;
    background: var(--white-color) url(../images/icons/ico-search.svg) 5px center/12px auto no-repeat;
  }

  .titleSection .title {
    font-size: 16px;
  }

  .btnLink {
    font-size: 12px;
  }

  .upcomingSlider .cardConcert {
    width: 240px;
  }

  .cardGallery {
    width: 240px;
  }

  .upcomingSlider .cardConcert .image {
    height: 260px;
  }

  .cardConcert .content .text a {
    font-size: 14px;
  }

  .cardConcert .content .address {
    padding-left: 20px;
  }

  .cardGallery .labelGroup .label {
    border-radius: 2px;
    height: 20px;
    font-size: 12px;
  }

  .cardGallery .content .date .icons {
    width: 15px;
    height: 15px;
    margin-right: 4px;
  }

  .cardGallery .image {
    border-radius: 8px;
  }

  .cardGallery .content .date {
    font-size: 12px;
  }

  .logo-kaenkaew {
    margin: 20px auto;
    width: 200px;
  }

  .mainFooter {
    padding: 30px 0 50px;
    background-size: auto 300px;
  }

  .mainFooter .colSubscribe .form-control {
    height: 36px;
    border-radius: 4px;
    padding-left: 16px;
    font-size: 12px;
  }

  .sideMenu .head {
    margin-bottom: 20px;
  }

  .sideMenu .navMenu .navIcon {
    width: 36px;
    height: 36px;
  }

  .sideMenu .navMenu .navText {
    height: 36px;
    width: calc(100% - 50px);
    font-size: 16px;
  }

  .sideMenu.active .navMenu .navText {
    padding-left: 10px;
  }

  .mainBanner .item {
    overflow: hidden;
  }

  .pageWrapper .headPage {
    margin-top: 20px;
  }
  .pageWrapper .headPage h3 {
    margin-bottom: 15px;
  }

  .tabsContainer .navTabs .navs {
    font-size: 14px;
  }

  .tabsContainer .navTabs {
    margin-bottom: 30px;
    justify-content: flex-start;
    overflow-x: auto;
    flex: none;
  }

  .tabsContainer .navTabs .navs {
    margin-right: 15px;
    font-size: 14px;
    padding: 5px 10px;
    white-space: nowrap;
  }

  .mainEvent .cardConcert .image {
    height: 180px;
  }

  .mainEvent .cardConcert .buttonControl .btn {
    height: 32px;
    border-radius: 4px;
  }

  .tabsContainer .tabsContent .row {
    margin: 0 -6px;
  }

  .tabsContainer .tabsContent [class*=col-] {
    padding: 0 6px;
  }

  .cardConcert .content .text p,
.cardConcert .content .date {
    font-size: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .mainEvent .cardConcert .buttonControl {
    margin-top: 15px;
  }

  .cardConcert .image,
.mainEvent.detail .coverBox .image {
    border-radius: 4px;
  }

  .mainEvent {
    padding-bottom: 40px;
  }

  .mainEvent.detail .coverBox {
    padding: 0;
    border: none;
  }

  .mainEvent.detail .coverBox {
    background: none;
  }
  .mainEvent.detail .coverBox .image {
    width: 100%;
    height: auto;
  }

  .mainEvent.detail .coverBox .buyTicket {
    flex-direction: column;
  }

  .mainEvent.detail .coverBox .buyTicket .btn {
    border-radius: 4px;
    height: 36px;
    padding: 0 16px;
    font-size: 12px;
    margin-top: 15px;
  }

  .mainEvent.detail .coverBox .title h3 {
    font-size: 18px;
  }

  .mainEvent.detail .coverBox .labelGroup .label {
    height: 20px;
    font-size: 12px;
    border-radius: 2px;
  }

  .mainEvent.detail .coverBox .listDetail .list .icons {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  .mainEvent.detail .coverBox .listDetail .list .text span {
    font-size: 14px;
  }

  .mainEvent.detail .coverBox .listDetail .list .text p {
    font-size: 14px;
  }

  .btn.btnSale {
    border-radius: 4px;
    font-size: 12px;
    height: 28px;
  }

  .mainEvent.detail .coverBox .buyTicket {
    padding: 10px 20px;
  }

  .mainEvent.detail .detailBox h3,
.mainEvent.detail .stage .detail [class^=zone-] .text p {
    font-size: 18px;
  }

  .mainEvent.detail .detailBox .head {
    font-size: 20px;
  }

  .mainEvent.detail .detailBox p,
.mainEvent.detail .detailBox .text ul li {
    font-size: 14px;
  }

  .mainEvent.detail .stage .detail [class^=zone-] {
    flex-direction: column;
  }

  .mainEvent.detail .stage .detail [class^=zone-] .type {
    width: 100%;
    margin: 0 0 10px;
  }

  .mainEvent.detail .stage .detail [class^=zone-] .text {
    margin-bottom: 0;
  }

  .mg-t-l {
    margin-top: 25px;
  }

  .mg-b-m {
    margin-bottom: 20px;
  }

  .mg-b-l {
    margin-bottom: 30px;
  }

  .mainNews .cardConcert {
    margin-bottom: 35px;
  }

  .cardConcert .image {
    height: 110px;
  }

  .mainFooter .colSubscribe form {
    display: flex;
    align-items: center;
  }
  .mainFooter .colSubscribe form .btn.btnPrimary {
    width: 90px;
    border-radius: 0 4px 4px 0;
    height: 36px;
  }

  .mainFooter .colSubscribe .form-control {
    width: calc(100% - 90px);
    border-radius: 4px 0 0 4px;
    border: none;
    height: 36px;
  }

  .mainFooter .title {
    min-height: 40px;
    margin-bottom: 12px;
  }

  .mainFooter p {
    font-size: 12px;
  }

  .sideMenu.active {
    max-width: 280px;
  }

  .aboutPage {
    background-size: auto 300px;
  }

  .aboutWrapper .imageBox {
    flex-direction: column;
  }

  .aboutWrapper .imageBox .image {
    width: 100%;
    max-width: 300px;
    margin: 0 0 12px;
  }

  .galleryWrapper .cardImage {
    width: 50%;
  }

  .galleryWrapper .cardImage .wrapper .image {
    height: 110px;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 0 2px;
  }

  .mainFooter .colAbout .title {
    font-size: 20px;
  }

  .mainBanner .owl-theme .owl-dots {
    bottom: 6px;
  }

  .popupRegister .innerWrapper {
    width: 300px;
    padding: 15px;
    border-radius: 10px;
  }

  .popupRegister .innerWrapper .headRegister {
    flex-direction: column;
  }

  .popupRegister .innerWrapper .headRegister .content {
    width: 100%;
  }

  .popupRegister .innerWrapper .headRegister .image {
    display: none;
  }

  .popupRegister .innerWrapper .headRegister .content h3 {
    font-size: 20px;
  }

  .popupRegister .innerWrapper .headRegister .content p {
    font-size: 14px;
  }

  .popupRegister .innerWrapper .formGroup p {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .popupRegister .innerWrapper .form-control {
    height: 40px;
    border-radius: 4px;
    font-size: 14px;
  }

  .popupRegister .innerWrapper .formGroup {
    margin-bottom: 12px;
  }

  .popupRegister .formGroup label {
    font-size: 12px;
  }

  .popupRegister .buttonControl .btn {
    height: 36px;
  }

  .popupRegister .formGroup input:checked + label:after {
    width: 5px;
    height: 10px;
  }

  .cardFood .image {
    height: 120px;
  }

  .cardFood .image::after {
    height: 120px;
    width: 120px;
  }

  .cardFood .image::before {
    width: 170px;
    height: 170px;
  }

  .foodWrapper .headPage {
    margin-bottom: 20px;
  }

  .contactWrapper .formWrapper .buttonControl .btn {
    max-width: 180px;
    height: 36px;
  }

  .datepicker .datepicker-days .datepicker-switch::before {
    font-size: 12px;
  }

  .datepicker .datepicker-days .datepicker-switch {
    font-size: 20px;
  }

  .datepicker-dropdown {
    padding: 20px;
    border-radius: 12px;
  }

  .datepicker .datepicker-days .datepicker-switch::after {
    width: 10px;
    height: 10px;
    right: 5px;
    bottom: 5px;
  }

  .contactWrapper .formWrapper .form-control,
.contactWrapper .select2-container--default .select2-selection--single {
    font-size: 14px;
  }

  .datepicker-dropdown.datepicker-orient-bottom:before {
    display: none;
  }

  .gridContainer {
    grid-template-areas: "one one one two two" "one one one three three" "five five five four four" "six six six four four";
  }

  .gridContainer {
    height: 530px;
    gap: 10px;
  }

  .mainVideo .videoWrapper .row {
    margin: 0 -5px;
  }

  .mainVideo .videoWrapper .row .cards {
    padding: 0 5px;
  }

  .cardVideo .image {
    border-radius: 4px;
    height: 90px;
  }

  .cardVideo .content .text a {
    max-height: 34px;
  }

  .cardVideo .image .time {
    right: 6px;
    bottom: 6px;
    padding: 0 8px;
    height: 20px;
    font-size: 10px;
  }

  .mainNews .cardConcert .image {
    height: 110px;
  }

  .mainNews.detail .coverBox {
    height: 160px;
  }

  .tH1 {
    font-size: 22px;
  }

  .tH2 {
    font-size: 18px;
  }

  .mainNews .sideArticle {
    margin-top: 30px;
  }

  .mainNews .sideArticle .relatedNews .listNews .text .textLink,
.mainNews .sideArticle .relatedNews .listNews .text .date {
    font-size: 10px;
    margin-bottom: 0;
  }

  .mainNews .sideArticle .relatedNews .listNews .text .text {
    max-height: 30px;
    overflow: hidden;
  }

  .mainNews .sideArticle .relatedNews,
.mainNews .sideArticle .sideGallery {
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
  }

  .mainNews .sideArticle .sideGallery .row {
    margin: 0 -5px;
  }

  .mainNews .sideArticle .sideGallery [class^=col-] {
    padding: 0 5px;
  }

  .mainNews .sideArticle .sideGallery .thumbsGallery {
    margin-bottom: 10px;
  }

  .mainNews .sideArticle .sideGallery .thumbsGallery .image {
    border-radius: 4px;
    overflow: hidden;
  }

  .mainNews .sideArticle .sideGallery .thumbsGallery .viewAll span {
    font-size: 12px;
  }

  .mainNews .sideArticle .sideGallery .head,
.mainNews .sideArticle .relatedNews .head {
    font-size: 20px;
  }

  .mainNews.detail .date-social .btnSocial {
    width: 25px;
    height: 25px;
  }

  .mainNews.detail {
    padding-bottom: 50px;
  }

  .btn.btnOutline {
    font-size: 12px;
  }
}
.pageWrapper {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  opacity: 0;
}
.pageWrapper.show {
  opacity: 1;
}

.mainBanner .image {
  position: relative;
}
.mainBanner .flickering {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  overflow: hidden;
}
.mainBanner [class^=light-] {
  position: absolute;
  border-radius: 50%;
  filter: blur(5px);
  background: var(--yellow-color);
  animation: lighting 1.2s ease-in-out forwards infinite;
}
.mainBanner [class^=light-]::before {
  content: "";
  left: 3%;
  right: 3%;
  top: 3%;
  bottom: 3px;
  position: absolute;
  background: var(--white-color);
}
.mainBanner .light-1 {
  background: #8CEDDE;
  left: 22%;
  right: 76.8%;
  top: 26%;
  bottom: 70%;
  -webkit-box-shadow: 0px 0px 100px 30px #8cedde;
  -moz-box-shadow: 0px 0px 100px 30px #8cedde;
  box-shadow: 0px 0px 100px 30px #8cedde;
}
.mainBanner .light-2 {
  background: #4EDBEC;
  left: 30.5%;
  right: 67.5%;
  top: 12%;
  bottom: 83.2%;
  -webkit-box-shadow: 0px 0px 100px 30px #4edbec;
  -moz-box-shadow: 0px 0px 100px 30px #4edbec;
  box-shadow: 0px 0px 100px 30px #4edbec;
}
.mainBanner .light-3 {
  background: #FFC577;
  left: 59.8%;
  right: 38.5%;
  top: 17%;
  bottom: 78.2%;
  -webkit-box-shadow: 0px 0px 100px 30px #ffc577;
  -moz-box-shadow: 0px 0px 100px 30px #ffc577;
  box-shadow: 0px 0px 100px 30px #ffc577;
}
.mainBanner .light-4 {
  background: #FBF140;
  left: 68.8%;
  right: 29.5%;
  top: 39%;
  bottom: 57.2%;
  -webkit-box-shadow: 0px 0px 100px 30px #fbf140;
  -moz-box-shadow: 0px 0px 100px 30px #fbf140;
  box-shadow: 0px 0px 100px 30px #fbf140;
}

@keyframes lighting {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  15% {
    opacity: 0;
    transform: scale(0.5);
  }
  20% {
    opacity: 1;
    transform: scale(1.1);
  }
  25% {
    opacity: 0;
    transform: scale(0);
  }
  35% {
    opacity: 0;
    transform: scale(0);
  }
  40% {
    opacity: 1;
    transform: scale(1);
  }
  45% {
    opacity: 0;
    transform: scale(0.5);
  }
  85% {
    opacity: 0;
    transform: scale(0.5);
  }
  90% {
    opacity: 1;
    transform: scale(1.1);
  }
  95% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
.popupGallery {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  visibility: hidden;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  background: rgba(0, 0, 0, 0.95);
}
.popupGallery.active {
  opacity: 1;
  visibility: visible;
}
.popupGallery .closeGallery {
  transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 30px;
  right: 30px;
  border-radius: 16px;
  background-image: url("../images/icons/ico-close-2.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.popupGallery .closeGallery:hover {
  background-color: var(--blue-color);
}
.popupGallery .owl-item {
  height: 700px;
  display: flex;
}
.popupGallery .owl-item .item {
  display: flex;
  transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  width: 900px;
  height: 700px;
  padding: 100px 20px;
}
.popupGallery .owl-item .item .image {
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
.popupGallery .owl-item .item .image::before {
  content: "";
  position: absolute;
  transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.popupGallery .owl-item .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popupGallery .owl-item.active.center .item {
  padding: 0 10px;
}
.popupGallery .owl-item.active.center .item .image::before {
  visibility: hidden;
  opacity: 0;
}

.onHidden {
  overflow: hidden;
}

.popupCookies {
  display: flex;
  position: fixed;
  z-index: 600;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
}

.popupCookies .innerWrapper {
  display: flex;
  padding: 18px 0;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.popupCookies .textBox {
  display: flex;
  width: calc(100% - 120px);
  flex-direction: column;
  padding-right: 20px;
}
.popupCookies .textBox a {
  font-weight: 400;
  color: #161D27;
  text-decoration: underline;
}

.popupCookies .textBox p {
  font-size: 14px;
  color: #161D27;
}

.popupCookies .btnPrimary {
  display: flex;
  font-size: 16px;
  height: 42px;
  width: 120px;
  color: var(--white-color);
  background: var(--black-color);
  border-color: var(--black-color);
}
.popupCookies .btnPrimary:hover {
  background: var(--blue-color);
  border-color: var(--blue-color);
}

.searchWrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding-bottom: 300px;
}

@media only screen and (max-width: 1600px) {
  .popupGallery .owl-item,
.popupGallery .owl-item .item {
    height: 600px;
  }
}
@media only screen and (max-width: 1440px) {
  .popupGallery .owl-item,
.popupGallery .owl-item .item {
    height: 500px;
  }

  .popupGallery .owl-item .item {
    padding: 50px 10px;
  }

  .popupGallery .closeGallery {
    border-radius: 12px;
    height: 50px;
    width: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .popupGallery .closeGallery {
    border-radius: 8px;
    height: 40px;
    width: 40px;
    right: 15px;
  }

  .popupMenu .btnBack {
    top: 10px;
    left: 30px;
  }

  .popupMenu .innerWrapper .image {
    padding: 0 15px;
  }

  .privacyWrapper .headPage h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .privacyWrapper .headPage p {
    font-size: 20px;
  }

  .cardFood .image img {
    max-width: 165px;
  }

  .popupGallery .owl-item .item {
    width: 700px;
  }
}
@media only screen and (max-width: 767px) {
  .popupGallery .owl-item,
.popupGallery .owl-item .item {
    height: 85vh;
  }

  .popupMenu .btnBack {
    top: 0;
    left: 15px;
  }

  .popupCookies .textBox p {
    font-size: 12px;
  }

  .popupCookies .btnPrimary {
    display: flex;
    font-size: 12px;
    height: 36px;
    width: 100px;
  }

  .privacyPage {
    background-size: auto 300px;
  }

  .privacyWrapper .textBox p {
    font-size: 14px;
  }

  .privacyWrapper .btnBack {
    top: 0;
    left: 0;
    position: relative;
  }

  .privacyWrapper .headPage p {
    font-size: 16px;
  }

  .cardFood .image img {
    max-width: 105px;
  }

  .searchWrapper {
    padding-bottom: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .popupGallery .owl-item .item .image::before {
    display: none;
  }

  .popupGallery .owl-item,
.popupGallery .owl-item .item {
    height: 500px;
  }

  .popupGallery .closeGallery {
    border-radius: 8px;
    height: 32px;
    width: 32px;
    right: 15px;
  }

  .cardGallery .image .overlay::before {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
  }

  .popupCookies .innerWrapper {
    flex-direction: column;
    padding: 12px 0;
  }

  .popupCookies .textBox {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    line-height: 1.2;
  }
}