* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

@font-face {
  font-family: 'Noto Serif';
  src: url("../fonts/Noto/NotoSerif.eot");
  src: url("../fonts/Noto/NotoSerif.eot?#iefix") format("embedded-opentype"), url("../fonts/Noto/NotoSerif.woff2") format("woff2"), url("../fonts/Noto/NotoSerif.woff") format("woff"), url("../fonts/Noto/NotoSerif.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Noto Serif';
  src: url("../fonts/Noto/NotoSerif-Bold.eot");
  src: url("../fonts/Noto/NotoSerif-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Noto/NotoSerif-Bold.woff2") format("woff2"), url("../fonts/Noto/NotoSerif-Bold.woff") format("woff"), url("../fonts/Noto/NotoSerif-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/monts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/monts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/monts/Montserrat-Light.woff2") format("woff2"), url("../fonts/monts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/monts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/monts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/monts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/monts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Myriad';
  src: url("../fonts/Noto/MyriadPro-Semibold.woff2") format("woff2"), url("../fonts/Noto/MyriadPro-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Barlow';
  src: url("../fonts/Noto/Barlow-MediumItalic.woff2") format("woff2"), url("../fonts/Noto/Barlow-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Barlow';
  src: url("../fonts/Noto/Barlow-Medium.woff2") format("woff2"), url("../fonts/Noto/Barlow-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
.slide-1 {
  background: url("../images/bg1.jpg");
  background-size: cover;
  background-position: center center; }
  .slide-1 .item-slide-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .slide-1 .item-slide-1 .logo-cnt {
      width: 7%;
      margin-bottom: 20px;
      visibility: hidden; }
      .slide-1 .item-slide-1 .logo-cnt img {
        width: 100%;
        display: block; }
    .slide-1 .item-slide-1 .text-cnt {
      max-width: 48%;
      margin-bottom: 20px;
      visibility: hidden; }
      @media screen and (max-width: 1023px) {
        .slide-1 .item-slide-1 .text-cnt {
          max-width: 92%;
          margin-bottom: 10px; } }
      .slide-1 .item-slide-1 .text-cnt img {
        width: 100%; }
    .slide-1 .item-slide-1 .btn-next {
      width: 3%;
      visibility: hidden; }
      @media screen and (max-width: 1023px) {
        .slide-1 .item-slide-1 .btn-next {
          width: 6%; } }
      .slide-1 .item-slide-1 .btn-next img {
        width: 100%;
        animation: btn_scale 2s infinite linear; }

.slide-2 {
  background: url("../images/bg1.jpg");
  background-size: cover;
  background-position: center center;
  overflow: hidden; }

.item-slide-2 {
  display: flex;
  justify-content: center;
  align-items: center; }
  .item-slide-2 .main-cnt {
    width: 70%; }
    .item-slide-2 .main-cnt .bg-img {
      position: relative; }
      .item-slide-2 .main-cnt .bg-img > img {
        width: 100%;
        display: block; }
      .item-slide-2 .main-cnt .bg-img .thumoi {
        position: absolute;
        top: 18%;
        left: 4%;
        width: 26%;
        z-index: 2; }
        .item-slide-2 .main-cnt .bg-img .thumoi img {
          width: 100%;
          display: block; }
      .item-slide-2 .main-cnt .bg-img .hoa {
        position: absolute;
        top: 17%;
        left: -6%;
        width: 11%; }
        .item-slide-2 .main-cnt .bg-img .hoa img {
          width: 100%;
          display: block; }
      .item-slide-2 .main-cnt .bg-img .may2 {
        position: absolute;
        top: -8%;
        right: -7%;
        width: 20%; }
        .item-slide-2 .main-cnt .bg-img .may2 img {
          width: 100%;
          display: block; }
      .item-slide-2 .main-cnt .bg-img .may1 {
        position: absolute;
        bottom: -27%;
        left: -22%;
        width: 70%; }
        .item-slide-2 .main-cnt .bg-img .may1 img {
          width: 100%;
          display: block; }
      .item-slide-2 .main-cnt .bg-img .dec1 {
        position: absolute;
        bottom: -24%;
        right: -22%;
        width: 35%; }
        .item-slide-2 .main-cnt .bg-img .dec1 img {
          width: 100%;
          display: block; }
      .item-slide-2 .main-cnt .bg-img .main-text {
        position: absolute;
        top: 16%;
        left: 36%;
        width: 54%;
        text-align: center; }
        .item-slide-2 .main-cnt .bg-img .main-text img {
          width: 100%;
          display: block;
          margin-bottom: 10px; }
        .item-slide-2 .main-cnt .bg-img .main-text .btn-img {
          width: 55%;
          margin: auto;
          margin-top: -10px;
          animation: btn_scale 2s infinite linear; }

@keyframes btn_scale {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(1.05); }
  50% {
    transform: scale(1); }
  75% {
    transform: scale(1.05); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes snowflakes-fall {
  0% {
    top: -10%; }
  100% {
    top: 100%; } }
@-webkit-keyframes snowflakes-shake {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  50% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px); }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }
@keyframes snowflakes-fall {
  0% {
    top: -10%; }
  100% {
    top: 100%; } }
@keyframes snowflakes-shake {
  0% {
    transform: translateX(0px); }
  50% {
    transform: translateX(80px); }
  100% {
    transform: translateX(0px); } }
.snowflake {
  position: absolute;
  top: -10%;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-animation-name: snowflakes-fall, snowflakes-shake;
  -webkit-animation-duration: 10s, 3s;
  -webkit-animation-timing-function: linear, ease-in-out;
  -webkit-animation-iteration-count: infinite, infinite;
  -webkit-animation-play-state: running, running;
  animation-name: snowflakes-fall, snowflakes-shake;
  animation-duration: 10s, 3s;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: infinite, infinite;
  animation-play-state: running, running;
  pointer-events: none; }
  .snowflake img {
    height: auto;
    pointer-events: none; }

.snowflake:nth-of-type(0) {
  left: 1%;
  -webkit-animation-delay: 0s, 0s;
  animation-delay: 0s, 0s; }
  @media screen and (max-width: 1023px) {
    .snowflake:nth-of-type(0) img {
      width: 20px; } }

.snowflake:nth-of-type(1) {
  left: 0;
  -webkit-animation-delay: 1s, 1s;
  animation-delay: 1s, 1s; }
  @media screen and (max-width: 1023px) {
    .snowflake:nth-of-type(1) img {
      width: 20px; } }

.snowflake:nth-of-type(2) {
  left: 10%;
  -webkit-animation-delay: 6s, 0.5s;
  animation-delay: 6s, 0.5s; }
  @media screen and (max-width: 1023px) {
    .snowflake:nth-of-type(2) img {
      width: 10px; } }

.snowflake:nth-of-type(3) {
  left: 30%;
  -webkit-animation-delay: 4s, 2s;
  animation-delay: 4s, 2s; }
  @media screen and (max-width: 1023px) {
    .snowflake:nth-of-type(3) img {
      width: 20px; } }

.snowflake:nth-of-type(4) {
  left: 40%;
  -webkit-animation-delay: 2s, 2s;
  animation-delay: 2s, 2s; }
  @media screen and (max-width: 1023px) {
    .snowflake:nth-of-type(4) img {
      width: 20px; } }

.snowflake:nth-of-type(5) {
  left: 50%;
  -webkit-animation-delay: 8s, 3s;
  animation-delay: 8s, 3s; }
  @media screen and (max-width: 1023px) {
    .snowflake:nth-of-type(5) img {
      width: 10px; } }

.snowflake:nth-of-type(6) {
  left: 80%;
  -webkit-animation-delay: 6s, 2s;
  animation-delay: 6s, 2s; }
  @media screen and (max-width: 1023px) {
    .snowflake:nth-of-type(6) img {
      width: 20px; } }

.snowflake:nth-of-type(7) {
  left: 90%;
  -webkit-animation-delay: 2.5s, 1s;
  animation-delay: 2.5s, 1s; }
  @media screen and (max-width: 767px) {
    .snowflake:nth-of-type(7) img {
      width: 20px; } }

.snowflake:nth-of-type(8) {
  left: 90%;
  -webkit-animation-delay: 1s, 0s;
  animation-delay: 1s, 0s; }
  @media screen and (max-width: 1023px) {
    .snowflake:nth-of-type(8) img {
      width: 20px; } }

.snowflake:nth-of-type(9) {
  left: 100%;
  -webkit-animation-delay: 3s, 1.5s;
  animation-delay: 3s, 1.5s; }
  @media screen and (max-width: 1023px) {
    .snowflake:nth-of-type(9) img {
      width: 10px; } }

.slide-8 {
  display: flex;
  justify-content: center;
  align-items: center; }
  .slide-8 .item-slide-8 {
    width: 90%; }
    .slide-8 .item-slide-8 .group_icon {
      margin-top: 10px;
      margin-bottom: 10px;
      position: relative;
      left: 0px; }
      .slide-8 .item-slide-8 .group_icon a {
        width: 32px; }
        @media screen and (max-width: 1366px) {
          .slide-8 .item-slide-8 .group_icon a {
            width: 24px; } }
        @media screen and (max-width: 767px) {
          .slide-8 .item-slide-8 .group_icon a {
            width: 24px; }
            .slide-8 .item-slide-8 .group_icon a:last-child {
              margin-left: 10px; } }
        .slide-8 .item-slide-8 .group_icon a img {
          width: 100%;
          height: unset; }
  .slide-8 .zone8_detail_content {
    background: url("../images/bg3.png") no-repeat;
    background-size: 100% 100%;
    padding: 25px 25px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    transform: scale(0.9);
    transform-origin: top; }
    @media screen and (max-width: 1023px) {
      .slide-8 .zone8_detail_content {
        flex-direction: column;
        background: url(../images/bg-mb.png) no-repeat center;
        background-size: 100% 100%;
        border-radius: 20px;
        padding: 20px; } }
    .slide-8 .zone8_detail_content .icon-modal {
      position: absolute;
      top: -2%;
      right: 0%;
      width: 10%; }
      @media screen and (max-width: 1023px) {
        .slide-8 .zone8_detail_content .icon-modal {
          width: 21%; } }
    .slide-8 .zone8_detail_content .left-8 {
      width: 35%;
      flex-shrink: 0; }
      @media screen and (max-width: 1023px) {
        .slide-8 .zone8_detail_content .left-8 {
          width: 100%;
          flex-shrink: 0;
          margin-bottom: 20px; } }
      .slide-8 .zone8_detail_content .left-8 img {
        width: 100%;
        display: block; }
      .slide-8 .zone8_detail_content .left-8 .btn-cnt img {
        width: 50%;
        animation: btn_scale 2s infinite linear; }
    .slide-8 .zone8_detail_content .right-8 {
      flex: 0 0 62%;
      max-width: 62%;
      position: relative; }
      @media screen and (max-width: 1023px) {
        .slide-8 .zone8_detail_content .right-8 {
          flex: 0 0 100%;
          max-width: 100%; } }
      .slide-8 .zone8_detail_content .right-8 .text-9 {
        text-align: center;
        width: 60%;
        margin: auto;
        margin-bottom: 10px; }
      .slide-8 .zone8_detail_content .right-8 .swiper {
        overflow: hidden; }
        .slide-8 .zone8_detail_content .right-8 .swiper .swiper-slide {
          width: 100% !important; }
        .slide-8 .zone8_detail_content .right-8 .swiper img {
          width: 100%; }
    .slide-8 .zone8_detail_content .sw-2 {
      padding-bottom: 15px; }
      .slide-8 .zone8_detail_content .sw-2 .swiper-scrollbar {
        background: rgba(255, 255, 255, 0.2); }
      .slide-8 .zone8_detail_content .sw-2 .swiper-scrollbar-drag {
        background: #fff; }

@media screen and (min-width: 1024px) {
  .detail-4b .content-modal-single {
    transform: scale(0.68);
    transform-origin: top; } }
@media screen and (min-width: 1800px) {
  .detail-4b .content-modal-single {
    transform: scale(1);
    transform-origin: top; } }

.zone3_new_content {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  position: relative;
  margin-top: 30px;
  padding: 10px 40px 40px; }
  .zone3_new_content .album-container {
    position: relative;
    overflow: hidden;
    padding: 3px;
    border-radius: 18px;
    z-index: 1; }
    @media screen and (max-width: 1900px) {
      .zone3_new_content .album-container {
        border-radius: 15px; } }
    .zone3_new_content .album-container .img-dec {
      position: absolute;
      width: 9%;
      top: 14%;
      left: 38%; }
      .zone3_new_content .album-container .img-dec img {
        width: 100%; }
      .zone3_new_content .album-container .img-dec > img {
        animation: flower 1.1s linear infinite reverse; }
      .zone3_new_content .album-container .img-dec .hoa2 {
        position: absolute;
        width: 39%;
        left: -23%;
        top: 31%;
        animation: flower2 1.1s linear 0.3s infinite reverse; }
    .zone3_new_content .album-container:before {
      content: '';
      z-index: -2;
      text-align: center;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(0deg);
      position: absolute;
      width: 99999px;
      height: 99999px;
      background-repeat: no-repeat;
      background-position: 0 0;
      background-image: conic-gradient(rgba(0, 0, 0, 0), #ffda64, rgba(0, 0, 0, 0) 25%);
      animation: rotate 5s linear infinite; }
    .zone3_new_content .album-container img {
      max-height: 80vh;
      display: block; }
  .zone3_new_content .star-blink {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 50%;
    top: 0%;
    transform: translateX(-50%);
    z-index: 0; }
    .zone3_new_content .star-blink .star {
      width: 35px;
      height: 35px;
      background: url("../images/star2.png") no-repeat;
      background-size: 100% 100%;
      position: absolute;
      opacity: 0;
      animation: starlight 1s linear infinite alternate; }
      .zone3_new_content .star-blink .star:nth-child(3n+1) {
        width: 50px;
        height: 50px; }
      .zone3_new_content .star-blink .star:nth-child(2n+1) {
        width: 70px;
        height: 70px; }

@keyframes rotate {
  100% {
    transform: translate(-50%, -50%) rotate(1turn); } }
@keyframes rotate2 {
  from {
    transform: translateX(-50%) rotate(0deg); }
  to {
    transform: translateX(-50%) rotate(360deg); } }
@keyframes starlight {
  0% {
    opacity: 0.5;
    transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@keyframes flower {
  0% {
    transform: scale(0.95);
    opacity: 0.9; }
  50% {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(0.95);
    opacity: 0.9; } }
@keyframes flower2 {
  0% {
    transform: scale(0.85);
    opacity: 0.9; }
  50% {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(0.85);
    opacity: 0.9; } }
.modal-content.modal-0 {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 480px; }
  .modal-content.modal-0 .close-modal {
    top: 5px;
    right: 5px; }
    @media screen and (max-width: 767px) {
      .modal-content.modal-0 .close-modal {
        width: 15px;
        height: 15px; } }
  .modal-content.modal-0 .btn-modal {
    width: 50%;
    top: 77%;
    left: 25%;
    position: absolute;
    cursor: pointer; }
    .modal-content.modal-0 .btn-modal img {
      width: 100%;
      display: block; }
  .modal-content.modal-0.active {
    transform: translate(-50%, -50%) scale(0.8) !important; }

.back-1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  left: 20px;
  cursor: pointer; }
  .back-1 img {
    display: block; }

.back-0 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  right: 20px;
  cursor: pointer; }
  .back-0 img {
    display: block; }

html {
  overflow: hidden !important; }

body {
  box-sizing: border-box;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
  font-family: "Montserrat Alternates", serif;
  font-weight: 600;
  font-size: 16px;
  color: #fff; }
  @media (max-width: 1440px) {
    body {
      font-size: 14px; } }
  body h1, body h2, body h3, body h4, body h5, body h6, body p, body label, body ul, body li, body .card, body a {
    text-decoration: none !important;
    outline: none !important;
    font-family: "Montserrat Alternates", serif !important;
    font-weight: bold; }
  body img {
    max-width: 100%; }

div#mingid_comments_content {
  display: none !important; }

.text-center {
  text-align: center; }

.adm-emag {
  display: flex;
  height: calc(100vh - 44px);
  margin-top: 44px;
  overflow: hidden;
  position: relative; }
  .adm-emag .slide-1, .adm-emag .slide-2, .adm-emag .slide-3 {
    width: 100vw !important; }

.item-slide {
  position: relative;
  width: 100%;
  height: calc(100vh - 44px); }
  .item-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .item-slide iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0 !important; }

.btn-next-slide {
  position: absolute;
  top: 62.5%;
  left: 47%;
  background: transparent;
  width: 23%;
  height: 6%;
  z-index: 2;
  opacity: 0; }
  .btn-next-slide a {
    width: 100%;
    height: 100%;
    position: relative;
    display: block; }

.modal-content {
  position: absolute;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: .6s all !important;
  transform: scale(1.2); }
  .modal-content.active {
    opacity: 1;
    pointer-events: unset;
    transform: scale(1);
    transform-origin: top !important; }
    @media (max-width: 1600px) {
      .modal-content.active {
        transform: scale(0.8); } }
    @media (max-width: 1400px) {
      .modal-content.active {
        transform: scale(0.6); } }
  .modal-content.modal-1 {
    left: 39%;
    top: 7%; }
  .modal-content.modal-2 {
    left: 50%;
    top: 5%; }
  .modal-content.modal-3 {
    top: 8%;
    left: 5%; }
    @media (max-width: 1600px) {
      .modal-content.modal-3 {
        top: 6%;
        left: 2%; } }
  .modal-content.modal-4 {
    top: 10%;
    left: 16%; }
    @media (max-width: 1600px) {
      .modal-content.modal-4 {
        top: 8%;
        left: 12%; } }
    @media (max-width: 1400px) {
      .modal-content.modal-4 {
        top: 8%;
        left: 6%; } }
  .modal-content .close-modal {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: -24px;
    z-index: 3;
    cursor: pointer; }
  .modal-content .bg-modal {
    display: flex;
    align-items: center;
    justify-content: center; }
  .modal-content .icon-modal {
    position: absolute;
    top: -3.5%;
    right: -0.9%;
    display: flex;
    align-items: center;
    max-width: 25%; }
  .modal-content .flow-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -10px;
    right: -20px;
    z-index: 2;
    max-width: 13%;
    opacity: 0; }

.txt-modal {
  position: absolute;
  top: 0;
  left: 0;
  padding: 54px 54px 90px 54px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .txt-modal .t-modal {
    color: #FFDA64;
    font-size: 45px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 26px; }
    @media (max-width: 1400px) {
      .txt-modal .t-modal {
        font-size: 40px; } }

.content-txt-modal {
  margin-bottom: 32px; }
  .content-txt-modal.txt-scroll {
    max-height: 63%;
    overflow: auto;
    padding-right: 46px;
    width: calc(100% + 40px); }
    .content-txt-modal.txt-scroll::-webkit-scrollbar-track {
      border-radius: 10px;
      background-color: #ffffff33; }
    .content-txt-modal.txt-scroll::-webkit-scrollbar {
      width: 10px;
      border-radius: 10px;
      background-color: #ffffff33; }
    .content-txt-modal.txt-scroll::-webkit-scrollbar-thumb {
      border-radius: 10px;
      background-color: #ffffffb3; }
  .content-txt-modal p {
    margin-bottom: 16px; }
    .content-txt-modal p:last-child {
      margin-bottom: 0; }

.btn-main a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFCF7C;
  background: #A62F1E;
  color: #FFCF7C;
  padding: 10px 20px;
  border-radius: 40px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Montserrat';
  animation: btn_scale 2s infinite linear; }
  @media (max-width: 1600px) {
    .btn-main a {
      font-size: 14px; } }
  .btn-main a:hover {
    background: #FFCF7C;
    color: #A62F1E; }

.overlayads {
  display: none !important;
  opacity: 0 !important; }

.modal-detail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  padding: 32px 100px;
  opacity: 0;
  pointer-events: none;
  transition: .4s all !important; }
  .modal-detail.active {
    opacity: 1;
    pointer-events: unset; }
  @media (max-width: 1366px) {
    .modal-detail {
      padding: 16px 40px; } }
  @media (max-width: 767px) {
    .modal-detail {
      padding: 16px; } }
  .modal-detail .bot-4b {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    max-width: 40%; }
    @media (max-width: 1600px) {
      .modal-detail .bot-4b {
        max-width: 32%; } }
    @media (max-width: 1023px) {
      .modal-detail .bot-4b {
        display: none; } }

.top-modal-single {
  display: flex;
  align-items: center;
  margin-bottom: 16px; }
  .top-modal-single > div {
    display: flex;
    align-items: center;
    justify-content: center; }
    .top-modal-single > div svg, .top-modal-single > div img {
      max-height: 32px;
      width: auto; }
      @media (max-width: 1366px) {
        .top-modal-single > div svg, .top-modal-single > div img {
          max-height: 24px; } }
  .top-modal-single .clc-back-map {
    margin-right: 20px;
    cursor: pointer; }

.content-modal-single {
  padding: 40px;
  display: flex;
  position: relative; }
  @media (max-width: 1366px) {
    .content-modal-single {
      font-size: 24px; } }
  @media (max-width: 1023px) {
    .content-modal-single {
      display: block;
      background: url("../images/bg-mb.png") no-repeat center;
      background-size: cover;
      padding: 24px;
      max-height: 85vh;
      overflow: auto;
      border-radius: 16px; } }
  @media (max-width: 767px) {
    .content-modal-single {
      padding: 16px;
      max-height: 80vh; } }
  .content-modal-single .left-single {
    flex: 0 0 38%;
    max-width: 38%;
    padding-right: 30px;
    position: relative;
    z-index: 3; }
    @media (max-width: 1023px) {
      .content-modal-single .left-single {
        max-width: 100%; } }
    @media (max-width: 767px) {
      .content-modal-single .left-single {
        padding-right: 0; } }
  .content-modal-single .right-single {
    flex: 0 0 62%;
    max-width: 62%;
    width: 100%;
    position: relative;
    z-index: 3; }
    @media (max-width: 1023px) {
      .content-modal-single .right-single {
        max-width: 100%; } }
    .content-modal-single .right-single .slide-single-4b {
      transform: scale(0.8);
      transform-origin: top; }
      @media (max-width: 1440px) {
        .content-modal-single .right-single .slide-single-4b {
          transform: scale(0.8);
          transform-origin: top; } }
  .content-modal-single .swiper-slide {
    height: auto; }
  @media (max-width: 1023px) {
    .content-modal-single .bg-s {
      display: none; } }
  .content-modal-single .bg-s img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

.t-single {
  color: #FFDA64;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: normal; }
  @media (max-width: 1762px) {
    .t-single {
      font-size: 30px; } }
  @media (max-width: 1440px) {
    .t-single {
      font-size: 22px; } }
  @media (max-width: 767px) {
    .t-single {
      font-size: 18px;
      margin-bottom: 12px; } }

@media (max-width: 1440px) {
  .desc-single {
    font-size: 12px; } }
.desc-single .numb {
  display: flex;
  align-items: center;
  padding: 20px 0; }
  @media (max-width: 1023px) {
    .desc-single .numb {
      justify-content: center; } }
  @media (max-width: 767px) {
    .desc-single .numb {
      padding: 10px 0; } }

.btn-single {
  margin-top: 24px; }
  .btn-single ul {
    display: flex;
    list-style: none;
    margin: 0 -8px; }
    @media (max-width: 1200px) {
      .btn-single ul {
        margin: 0;
        display: block; } }
    .btn-single ul li {
      flex: 0 0 36%;
      max-width: 36%;
      padding: 0 8px; }
      @media (max-width: 1200px) {
        .btn-single ul li {
          max-width: 100%;
          margin-bottom: 10px; } }
      .btn-single ul li:last-child {
        flex: 0 0 64%;
        max-width: 64%; }
        @media (max-width: 1200px) {
          .btn-single ul li:last-child {
            max-width: 100% !important;
            margin-bottom: 10px; } }
        .btn-single ul li:last-child a {
          background: #881C0D;
          color: #FFCF7C; }
  .btn-single a {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFCF7C;
    border-radius: 70px;
    color: #881C0D;
    font-size: 16px;
    font-family: Montserrat;
    padding: 10px;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: bold; }
    @media (max-width: 1800px) {
      .btn-single a {
        font-size: 14px; } }
    @media (max-width: 1440px) {
      .btn-single a {
        font-size: 12px; } }
    @media (max-width: 767px) {
      .btn-single a {
        font-size: 10px;
        padding: 6px; } }

.item-contest {
  background: #FFFFFF;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  padding: 16px;
  color: #881C0D;
  font-size: 14px;
  font-weight: 600; }
  @media (max-width: 1600px) {
    .item-contest {
      font-size: 12px; } }
  @media (max-width: 1440px) {
    .item-contest {
      font-size: 10px; } }
  .item-contest .avarta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    .item-contest .avarta .icon-hoa {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      bottom: -20px;
      right: -20px;
      z-index: 2; }
  .item-contest h4 {
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    padding: 6px 0;
    line-height: normal; }
    @media (max-width: 1600px) {
      .item-contest h4 {
        font-size: 18px; } }
    @media (max-width: 1440px) {
      .item-contest h4 {
        font-size: 15px; } }

.tags-contest {
  margin-top: 12px; }
  @media (max-width: 1600px) {
    .tags-contest {
      margin-top: 8px; } }
  .tags-contest ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap; }
    .tags-contest ul li {
      margin-right: 10px;
      min-width: 30%; }
  .tags-contest a {
    color: #881C0D; }

.slide-8 {
  opacity: 0;
  pointer-events: none;
  transition: .4s all !important;
  z-index: 10;
  position: relative; }
  .slide-8.active {
    opacity: 1;
    pointer-events: unset; }

.bantin-emg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background: transparent;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 1440px) {
    .bantin-emg {
      padding: 0 80px; } }
  .bantin-emg .swiper-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 3;
    top: calc(50% - 20px);
    cursor: pointer; }
    .bantin-emg .swiper-button.arrow-prev {
      left: 20px; }
    .bantin-emg .swiper-button.arrow-next {
      right: 20px; }
    .bantin-emg .swiper-button.swiper-button-disabled {
      opacity: 0; }
    .bantin-emg .swiper-button svg {
      height: auto;
      width: 40px; }
  .bantin-emg .group_icon {
    top: 20px; }
    @media (max-width: 1199px) {
      .bantin-emg .group_icon {
        left: 20px; } }

.avr-hourse {
  position: relative;
  z-index: 2; }
  .avr-hourse img {
    max-height: 76vh; }
  .avr-hourse .head-bantin {
    position: absolute;
    top: 3%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #FFDA64;
    font-family: "Montserrat Alternates";
    font-size: 3.2vw;
    text-transform: uppercase;
    font-weight: 800;
    padding-left: 5%;
    animation: neon2 1.5s ease-in-out infinite alternate; }

.content-bantin {
  position: relative; }
  .content-bantin:after {
    content: "";
    width: 24px;
    height: 35%;
    position: absolute;
    left: 12%;
    bottom: -32%;
    background: linear-gradient(#454A51 0%, #7D7583 82.5%); }
  .content-bantin:before {
    content: "";
    width: 24px;
    height: 35%;
    position: absolute;
    right: 6%;
    bottom: -32%;
    background: linear-gradient(#454A51 0%, #7D7583 82.5%); }

.list-bantin {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 16%;
  padding-left: 7%;
  z-index: 4; }
  .list-bantin .item-bantin {
    height: 100%;
    padding: 1.5% 5% 3% 4%;
    width: 100%;
    text-align: center;
    flex: 0 0 100%;
    transition: .4s all !important;
    position: relative;
    margin-top: 1%; }
    .list-bantin .item-bantin.item-bantin-video {
      padding-right: 8%; }
      .list-bantin .item-bantin.item-bantin-video > img {
        position: relative;
        z-index: 2; }
    .list-bantin .item-bantin img {
      max-width: 100%;
      max-height: 100%; }
  .list-bantin video {
    object-fit: unset;
    right: 9.1%;
    width: 54.5%;
    top: 5.5%;
    position: absolute;
    z-index: 2;
    height: unset; }
  .list-bantin .border-video {
    object-fit: cover;
    right: 8%;
    width: 56.5%;
    top: 4%;
    position: absolute;
    z-index: 2;
    pointer-events: none; }
  .list-bantin .icon-abs {
    position: absolute; }
    .list-bantin .icon-abs.icon-1 {
      bottom: 0;
      left: 1%;
      max-width: 12%; }
      .list-bantin .icon-abs.icon-1 > img {
        animation: flower 1.1s linear infinite reverse; }
      .list-bantin .icon-abs.icon-1 .hoa-1-b {
        position: absolute;
        top: 28%;
        width: 38%;
        left: 84%;
        animation: flower2 1.1s linear 0.3s infinite reverse; }
        .list-bantin .icon-abs.icon-1 .hoa-1-b img {
          width: 100%; }
    .list-bantin .icon-abs.icon-2 {
      top: 50%;
      z-index: 3;
      left: 31%;
      max-width: 8%; }
    .list-bantin .icon-abs.icon-3 {
      bottom: -5%;
      right: 1%;
      z-index: 3;
      max-width: 20%;
      pointer-events: none; }
    .list-bantin .icon-abs.icon-4 {
      bottom: -7%;
      right: 3%;
      max-width: 16%; }

.slide-bantin {
  width: 100%;
  display: block;
  height: 100%;
  position: relative; }

@keyframes neon2 {
  from {
    color: #FFDA64;
    text-shadow: none;
    opacity: 0.8; }
  to {
    color: #ffffcf;
    text-shadow: 0 0 1px #ffffcf, 0 0 1px #ffffcf, 0 0 1px #ffffcf, 0 0 1px #ffffcf;
    opacity: 1; } }
