@import url("bootstrap.min.css");
@import url("jquery-ui.min.css");
@import url("animate.css");
@import url("owl.carousel.min.css");
@import url("owl.theme.default.min.css");
@import url("jquery.fancybox.min.css");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:wght@100;200;300;400;500;600;700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  font-family: "Montserrat", "IBM Plex Sans Thai", sans-serif !important;
}

html {
  font-size: 18px;
}

body {
  font: 100% "Montserrat", "IBM Plex Sans Thai", sans-serif;
  line-height: 1.8;
  color: #666;
  font-weight: 400;
  background-color: #000;
}

figure {
  margin-bottom: 0;
}

.bi {
  line-height: 1;
}
.bi::before {
  display: inline-block;
  vertical-align: middle;
}

a {
  text-decoration: none;
}

.owl-carousel .owl-dots .owl-dot span {
  background: #D4D4D4;
  width: 7px;
  height: 7px;
  margin: 6px;
  transition: 0.5s;
}
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #2E4593;
}
.owl-carousel .owl-dots .owl-dot.active span {
  width: 25px;
  background: #2E4593;
}
.owl-carousel.owl-slide .owl-item {
  overflow: hidden;
}
.owl-carousel.owl-slide .owl-item figure {
  overflow: hidden;
  margin-bottom: 0;
  border: 1px solid #F4F4F4;
  background-color: #fff;
}
.owl-carousel.owl-slide .owl-item figure > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  transition: 0.5s all ease;
}
.owl-carousel.owl-slide .owl-item figure:hover > img {
  transform: scale(1);
}
.owl-carousel.owl-slide .owl-item figure img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  -o-object-position: center center;
     object-position: center center;
}
.owl-carousel.owl-thump {
  margin-top: 15px;
}
.owl-carousel.owl-thump .owl-item {
  overflow: hidden;
}
.owl-carousel.owl-thump .owl-item figure {
  overflow: hidden;
  margin-bottom: 0;
  border: 1px solid #F4F4F4;
  background-color: #fff;
  margin-right: 15px;
}
.owl-carousel.owl-thump .owl-item figure > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  transition: 0.5s all ease;
}
.owl-carousel.owl-thump .owl-item figure:hover > img {
  transform: scale(1);
}
.owl-carousel.owl-thump .owl-item figure img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  -o-object-position: center center;
     object-position: center center;
}

:root {
  scroll-behavior: auto;
}

body.mm_opened {
  position: fixed;
  width: 100%;
}

.mm_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
  z-index: 101;
  height: 100vh;
}

.desktop-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 12;
}

.bg-main {
  background-image: url(../images/bg-main.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  background-color: #000;
  padding: 0;
}

.border-top-main {
  width: 100%;
  height: 5px;
  background: #84693C;
  background: linear-gradient(272deg, rgb(132, 105, 60) 0%, rgb(236, 214, 141) 50%, rgb(158, 134, 87) 100%);
}

.main-social {
  display: flex;
  gap: 20px;
}
.main-social a img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(19%) saturate(5967%) hue-rotate(320deg) brightness(80%) contrast(75%);
  width: auto;
  height: 21px;
  transition: 0.5s;
}
.main-social a img.icon-youtube {
  height: 25px;
}
.main-social a:hover img {
  filter: brightness(0) saturate(100%) invert(92%) sepia(7%) saturate(1292%) hue-rotate(344deg) brightness(103%) contrast(88%);
}

.top-menu {
  margin-top: 35px;
  display: flex;
  align-items: center;
}

.btn-main-login {
  background-color: #C39E5A;
  border-radius: 50px;
  border: 1px solid #60542B;
  color: #fff;
  display: inline-flex;
  height: 46px;
  align-items: center;
  padding: 0 20px;
  font-size: 0.875rem;
  transition: 0.5s;
}
.btn-main-login img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(4%) saturate(328%) hue-rotate(10deg) brightness(111%) contrast(101%);
  width: 18px;
  height: auto;
  margin-right: 5px;
}
.btn-main-login:hover {
  background-color: #AC905C;
}

.logo {
  display: flex;
  justify-content: center;
  margin: 10px 0 35px;
}
.logo img {
  max-width: 270px;
  max-height: 155px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.event-name {
  text-align: center;
  margin-bottom: 40px;
}
.event-name h1 {
  color: #CCB77A;
  font-size: 2rem;
  line-height: 1.5;
}
.event-name p {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
}

.item-main-event {
  text-align: center;
  padding: 0 15px;
  margin-bottom: 100px;
}
.item-main-event a {
  display: block;
}
.item-main-event a figure .cover-event {
  border: 1px solid #92876E;
  overflow: hidden;
}
.item-main-event a figure .cover-event > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 0.8;
  transition: 0.5s all ease;
}
.item-main-event a figure .cover-event:hover > img {
  transform: scale(1.05);
}
.item-main-event a figure figcaption {
  padding: 25px 0 30px;
}
.item-main-event a figure figcaption h2 {
  color: #fff;
  font-size: 1rem;
  line-height: 1.7;
}
.item-main-event a figure figcaption h2 span {
  display: block;
  color: #CCB77A;
  font-size: 1.4rem;
  padding-top: 5px;
}
.item-main-event-btn {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.item-main-event-btn a {
  width: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  font-size: 0.9rem;
  font-weight: 500;
}
.item-main-event-btn a.main-btn-vote {
  background: #84693C;
  background: linear-gradient(272deg, rgb(132, 105, 60) 0%, rgb(189, 171, 113) 50%, rgb(158, 134, 87) 100%);
  transition: 0.5s;
}
.item-main-event-btn a.main-btn-vote:hover {
  opacity: 0.9;
}
.item-main-event-btn a.main-btn-ticket {
  border: 1px solid #83817B;
  background: rgba(189, 183, 169, 0.25);
  color: #CCB77A;
  transition: 0.5s;
}
.item-main-event-btn a.main-btn-ticket:hover {
  background: rgba(104, 98, 84, 0.25);
}

.wrap-footer {
  background: #84693C;
  background: linear-gradient(272deg, rgb(132, 105, 60) 0%, rgb(189, 171, 113) 50%, rgb(158, 134, 87) 100%);
  color: #fff;
  font-size: 0.75rem;
  height: 50px;
  display: flex;
  align-items: center;
}
.wrap-footer-contact {
  font-size: 0.9rem;
}
.wrap-footer-contact a {
  font-weight: 500;
  color: #FFFFE5;
  padding-left: 5px;
}
.wrap-footer-contact div {
  display: inline-block;
  padding-right: 15px;
}

.wrap-register {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #3C3422;
  padding: 35px 30px 20px;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
.wrap-register.wrap-login {
  width: 600px;
}
.wrap-register.wrap-login .btn-gold-main {
  width: 100%;
}

.frm-input {
  margin-bottom: 35px;
  padding: 0 25px;
}
.frm-input label {
  color: #CCB77A;
  margin-bottom: 7px;
}
.frm-input .form-control {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.1);
  border: 0;
  padding: 10px 15px;
  color: #fff;
}
.frm-input .btn-gold-main {
  margin: 15px auto 0;
}

.btn-gold-main {
  background: #84693C;
  background: linear-gradient(272deg, rgb(132, 105, 60) 0%, rgb(189, 171, 113) 50%, rgb(158, 134, 87) 100%);
  transition: 0.5s;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  font-size: 0.9rem;
  font-weight: 500;
  border: 0;
  min-width: 200px;
}
.btn-gold-main:hover {
  opacity: 0.9;
}
.btn-gold-main-full {
  width: 100%;
}

.btn-silver-main {
  background: #B9B9B9;
  background: linear-gradient(272deg, rgb(185, 185, 185) 0%, rgb(163, 163, 163) 50%, rgb(214, 214, 214) 100%);
  transition: 0.5s;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  font-size: 0.9rem;
  font-weight: 500;
  border: 0;
  min-width: 200px;
}
.btn-silver-main:hover {
  opacity: 0.9;
}
.btn-silver-main-full {
  width: 100%;
}

.box-txt-register {
  color: #fff;
  text-align: center;
  margin: 25px 0 120px;
}
.box-txt-register a {
  color: #CCB77A;
  text-decoration: underline;
  display: inline-block;
  padding-left: 5px;
  font-weight: 500;
  transition: 0.5s;
}
.box-txt-register a:hover {
  color: #FFFFE5;
}

.txt-login-note {
  color: #fff;
}

.main-title {
  margin-bottom: 15px;
}
.main-title h2 {
  color: #CCB77A;
}
.main-title h2 span {
  color: #fff;
  font-weight: 400;
  font-size: 1.3rem;
}

.title-cart {
  margin-bottom: 15px;
  color: #CCB77A;
  font-size: 1.4rem;
  border-bottom: 1px solid #685D44;
}
.title-cart span {
  color: #fff;
  font-weight: 400;
  font-size: 1.1rem;
}

.box-layout {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.box-layout-left {
  width: 65%;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #3C3422;
  padding: 25px 30px;
  color: #fff;
}
.box-layout-right {
  width: 35%;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #3C3422;
  padding: 25px;
}

.list-vote-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #3C3422;
  padding: 12px 0;
}
.list-vote-items-point {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  line-height: 20px;
}
.list-vote-items-point::before {
  content: "";
  background-color: #444444;
  border: 1px solid #666;
  width: 22px;
  height: 22px;
  border-radius: 50px;
  display: inline-block;
  margin-right: 15px;
}
.list-vote-items-point span {
  font-size: 0.85rem;
  color: #B5B5B5;
  padding-left: 7px;
  display: block;
  align-self: flex-end;
}
.list-vote-items input {
  display: none;
}
.list-vote-items input:checked + .list-vote-items-point::before {
  background-color: #fff;
  border: 7px solid #CCB77A;
}
.list-vote-items-price {
  color: #CCB77A;
}
.list-vote-items:last-child {
  border-bottom: 0;
}
.list-vote-items:first-child {
  padding-top: 0;
}

.cart-list {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #685D44;
  padding: 10px 0;
  font-size: 0.9rem;
  margin-bottom: 15px;
}
.cart-list-point {
  color: #fff;
  font-weight: 500;
}
.cart-list-point span {
  color: #B5B5B5;
  font-size: 0.85rem;
  padding-left: 3px;
}
.cart-list-price {
  color: #CCB77A;
  font-weight: 500;
}

.cart-total {
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.cart-total-price {
  color: #CCB77A;
  font-size: 1.05rem;
}

.title-payment {
  background-color: #2F2F2F;
  padding: 8px 15px;
  color: #CCB77A;
  margin-top: 30px;
}
.title-payment span {
  color: #fff;
  font-size: 0.9rem;
  display: block;
}

.photo-promptpay {
  text-align: center;
  padding: 20px 0 30px;
}
.photo-promptpay img {
  width: 220px;
  height: auto;
}

.frm-input-slip {
  font-size: 0.9rem;
  margin-bottom: 30px;
}
.frm-input-slip label {
  color: #CCB77A;
  margin-bottom: 7px;
}
.frm-input-slip .form-control {
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.85rem;
  color: #fff;
  border: 0;
  border-radius: 0;
}

.inside-page {
  padding-bottom: 100px;
}

.popup-success {
  color: #fff;
  text-align: center;
  width: 500px;
  max-width: 100%;
}
.popup-success h4 {
  color: #CCB77A;
  font-size: 1.8rem;
  margin: 35px 0 10px;
}
.popup-success p {
  font-size: 1.2rem;
}
.popup-success .btn-gold-main {
  margin-top: 45px;
}

.popup-login .btn-gold-main {
  margin: 25px auto;
  width: 162px;
  font-size: 1.1rem;
  outline: none;
}
.popup-login .short-message {
  font-size: 1rem;
}
.popup-login .btn-linkregister {
  color: #CCB77A;
  font-size: 1.1rem;
  text-decoration: underline;
  transition: 0.5s;
  display: block;
}
.popup-login .btn-linkregister:hover {
  color: #FFFFE5;
}

.fancybox-content {
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid #3C3422;
}

.tb-ticket {
  background-color: #95875A;
  color: #fff;
  height: 46px;
  align-items: center;
  font-size: 0.9rem;
}

.tb-ticket-list {
  border-bottom: 1px solid #685D44;
  padding: 15px 0;
  align-items: center;
}

.qty-box {
  display: flex;
  justify-content: center;
}
.qty-box .qty-btn {
  background: transparent;
  border: 0;
  padding: 0;
}
.qty-box .qty-btn img {
  width: 20px;
  height: auto;
}
.qty-box .qty-input {
  width: 50px;
  background-color: #333;
  color: #fff;
  height: 36px;
  border: 0;
  text-align: center;
  margin: 0 5px;
}

.color-zone {
  width: 45px;
  height: 20px;
  display: inline-block;
  margin-right: 15px;
}

.box-color-zone {
  display: flex;
  align-items: center;
  color: #FFFFE5;
  font-weight: 500;
}

.tb-ticket-price {
  font-weight: 500;
}
.tb-ticket-price span {
  color: #B5B5B5;
  font-size: 0.85rem;
}

.tb-ticket-total {
  padding-top: 25px;
}
.tb-ticket-total .txt-total {
  font-weight: 500;
  color: #fff;
  font-size: 1.1rem;
}
.tb-ticket-total .txt-price {
  font-weight: 500;
  color: #CCB77A;
  font-size: 1.1rem;
}

.ticket-popup-success {
  width: 550px;
  max-width: 100%;
}
.ticket-popup-success h5 {
  font-weight: 400;
  margin: 20px 0 15px;
}
.ticket-popup-success p {
  color: #B2B2B2;
  font-size: 1.1rem;
}

.btn-ticket-success {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  margin-top: 35px;
}
.btn-ticket-success .btn-gold-main {
  margin-top: 0;
}

.btn-account {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.btn-account-name {
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  color: #fff;
  font-size: 0.9rem;
  min-width: 125px;
}
.btn-account-name::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: inline-block;
  background-image: url(../images/icon-chev-white.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 11px;
  height: 7px;
}
.btn-account ul {
  display: none;
  padding: 5px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  margin-bottom: 0;
  position: absolute;
  top: 120%;
  right: 0;
  text-align: left;
  border: 1px solid #E4CD96;
  width: 300px;
  margin: 0;
}
.btn-account ul li {
  display: block;
  white-space: nowrap;
  cursor: pointer;
  font-size: 0.9rem;
  padding: 0 10px;
}
.btn-account ul li a, .btn-account ul li button {
  display: block;
  border-bottom: 1px solid #C5C5C5;
  color: #333;
  transition: 0.5s;
  padding: 10px 0;
  border: 0;
  background: transparent;
  width: 100%;
  text-align: left;
}
.btn-account ul li a img, .btn-account ul li button img {
  filter: brightness(0) saturate(100%) invert(75%) sepia(12%) saturate(894%) hue-rotate(4deg) brightness(86%) contrast(85%);
}
.btn-account ul li a:hover, .btn-account ul li button:hover {
  color: #666;
}
.btn-account ul li:last-child a {
  border-bottom: 0;
}

.box-account {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.box-account-left {
  width: 30%;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #3C3422;
  padding: 25px 30px;
  color: #fff;
}
.box-account-right {
  width: 70%;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #3C3422;
  padding: 25px;
}

.menu-account {
  padding: 0 0 15px;
  margin: 10px 0 0;
}
.menu-account li {
  background-color: #2F2F2F;
  list-style: none;
  margin-bottom: 13px;
}
.menu-account li a, .menu-account li button {
  color: #fff;
  padding: 10px;
  display: flex;
  width: 100%;
  align-items: center;
  font-size: 0.9rem;
  gap: 5px;
  transition: 0.5s;
  border: 0;
  background: transparent;
}
.menu-account li a span, .menu-account li button span {
  font-size: 0.85rem;
  color: #B9B9B9;
  transition: 0.5s;
}
.menu-account li a img, .menu-account li button img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(2%) saturate(7032%) hue-rotate(338deg) brightness(98%) contrast(78%);
  margin-right: 5px;
}
.menu-account li a:hover, .menu-account li button:hover {
  color: #CCB77A;
}
.menu-account li a:hover span, .menu-account li button:hover span {
  color: #fff;
}
.menu-account li.here {
  background-color: #95875A;
}
.menu-account li.here a span {
  color: #fff;
}

.txt-account-name span {
  font-weight: 500;
  color: #CCB77A;
}

.title-account {
  background-color: #95875A;
  color: #fff;
  min-height: 50px;
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  padding: 0 15px;
  margin-bottom: 30px;
}

.account-form .frm-input {
  padding: 0 20px;
  font-size: 0.9rem;
}
.account-form .frm-input label {
  color: #fff;
}
.account-form .frm-input .form-control {
  font-size: 0.9rem;
  color: #888888;
}

.subtitle-account {
  background-color: #5C5C5C;
  color: #fff;
  min-height: 50px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  margin-bottom: 30px;
  margin: 25px 7px 30px;
}

.history-vote {
  border-bottom: 1px solid #3C3C3C;
  font-size: 0.9rem;
  padding: 15px;
  color: #fff;
  display: block;
}
.history-vote:first-child {
  padding-top: 0;
}
.history-vote-date {
  color: #B9B9B9;
  font-size: 0.7rem;
}
.history-vote-point {
  font-weight: 500;
}
.history-vote-point span {
  color: #B5B5B5;
  font-size: 0.85rem;
  padding-left: 3px;
}
.history-vote-price {
  color: #CCB77A;
  font-weight: 500;
}

.nav-page ul {
  padding: 0;
  margin: 30px 0 15px;
}
.nav-page ul li {
  list-style: none;
  display: inline-flex;
}
.nav-page ul li a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 37px;
  height: 37px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 0.85rem;
  transition: 0.5s;
}
.nav-page ul li a.active {
  background-color: #CCB77A;
}
.nav-page ul li a:hover {
  color: #CCB77A;
}

.history-ticket {
  padding: 15px 0;
}
.history-ticket .history-vote-date {
  font-size: 0.65rem;
  line-height: 20px;
  display: block;
}
.history-ticket .history-vote-name {
  font-size: 0.85rem;
  line-height: 20px;
  display: block;
}
.history-ticket .history-vote-status {
  font-size: 0.85rem;
  line-height: 20px;
  display: block;
}
.history-ticket .history-vote-status .pending {
  color: #B1B1B1;
}
.history-ticket .history-vote-status .success {
  color: #CCB77A;
}
.history-ticket .history-vote-point {
  font-size: 0.8rem;
  line-height: 20px;
  display: block;
}
.history-ticket .history-vote-point span {
  font-size: 0.7rem;
}

.ticket-order-date {
  border-bottom: 1px solid #3C3C3C;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.9rem;
  padding-bottom: 15px;
  color: #B9B9B9;
}
.ticket-order-date .txt-date {
  font-size: 0.8rem;
}
.ticket-order-date .txt-status {
  color: #fff;
}
.ticket-order-date .txt-status .pending {
  color: #B1B1B1;
}
.ticket-order-date .txt-status .success {
  color: #CCB77A;
}

.ticket-order-detail {
  text-align: center;
  padding-top: 30px;
  color: #ccc;
  font-size: 0.9rem;
}
.ticket-order-detail .txt-orderno {
  color: #CCB77A;
  font-size: 0.9rem;
}
.ticket-order-detail h2 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  margin: 15px 0;
}
.ticket-order-detail p {
  margin-bottom: 5px;
}

.box-ticket-desc {
  background-color: #272727;
  padding: 20px;
  margin-top: 25px;
}

.ticket-title {
  background-color: #444;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  color: #CCB77A;
}

.box-ticket-list {
  border-bottom: 1px solid #3C3C3C;
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 0.9rem;
  padding: 13px 2px;
}
.box-ticket-list-zone span {
  color: #B5B5B5;
}

.box-ticket-list-total {
  color: #CCB77A;
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: 500;
  padding: 16px 2px 10px;
}

.btn-backpage {
  display: block;
  color: #fff;
  transition: 0.5s;
  margin-top: 30px;
}
.btn-backpage img {
  width: 15px;
  height: auto;
  margin-right: 5px;
}
.btn-backpage:hover {
  color: #CCB77A;
}

.ticket-no {
  color: #CCB77A;
}

.bg-vote {
  background-image: url(../images/bg-tem01.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #170C01;
  background-position: top center;
  padding: 0;
}
.bg-vote .border-top-main {
  display: none;
}

.main-social-template a img {
  filter: brightness(0) saturate(100%) invert(93%) sepia(15%) saturate(574%) hue-rotate(350deg) brightness(93%) contrast(87%);
  opacity: 0.7;
}

.btn-toplogin {
  background: rgba(32, 25, 2, 0.9);
  color: #FFFFE5;
  border: 1px solid #60542B;
  font-size: 0.8rem;
}
.btn-toplogin img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(43%) saturate(2579%) hue-rotate(309deg) brightness(101%) contrast(87%);
}

.btn-topvote {
  background: rgba(255, 247, 221, 0.9);
  border: 1px solid #A38E50;
  color: #3C2909;
  font-weight: 500;
}
.btn-topvote img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(12%) saturate(6066%) hue-rotate(15deg) brightness(98%) contrast(93%);
}

.btn-topticket {
  background-color: #BDAB71;
  border: 1px solid #DED1AB;
  color: #3C2909;
  font-weight: 500;
}
.btn-topticket img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(12%) saturate(6066%) hue-rotate(15deg) brightness(98%) contrast(93%);
}

.wrap-btn-topmenu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
}

.top-menu-template {
  margin-bottom: 25px;
}

.txt-name-event h1 {
  color: #FFFFE5;
}

.box-timer {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #7D6023;
  border-radius: 10px;
  width: 380px;
  height: 75px;
  max-width: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 35px;
  padding-top: 10px;
}
.box-timer div {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  line-height: 30px;
  font-weight: 600;
}
.box-timer div span {
  color: #EECA7F;
  display: block;
  font-size: 0.6rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}

.miss-topvote {
  width: 900px;
  max-width: 100%;
  margin: 55px auto 0;
}
.miss-topvote figure {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.miss-topvote figure .cover-missgrand {
  width: 40%;
  border: 1px solid #B4882C;
  position: relative;
  overflow: visible;
}
.miss-topvote figure .cover-missgrand::before {
  content: "";
  background-image: url(../images/border-gold.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 14px;
  position: absolute;
  bottom: -11px;
  left: 0;
}
.miss-topvote figure .cover-missgrand .photo-misgrand {
  overflow: hidden;
}
.miss-topvote figure .cover-missgrand .photo-misgrand > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 0.8;
  transition: 0.5s all ease;
}
.miss-topvote figure .cover-missgrand .photo-misgrand:hover > img {
  transform: scale(1);
}
.miss-topvote figure figcaption {
  width: 60%;
  padding-left: 60px;
}

.txt-province {
  color: #DED1AB;
  font-size: 1.5rem;
}
.txt-province span {
  color: #FFFFE5;
}

.number-vote {
  background: #BA9245;
  background: linear-gradient(0deg, rgb(186, 146, 69) 0%, rgb(223, 204, 143) 100%);
  color: #fff;
  width: 70px;
  height: 70px;
  border: 1px solid #FFD97F;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.75rem;
  font-weight: bolder;
  margin-top: 2px;
}

.box-number-vote {
  margin: 35px 0 25px;
}
.box-number-vote img {
  width: 70px;
  height: auto;
}

.misgrand-name {
  color: #EECA7F;
  font-size: 2.25rem;
  line-height: 52px;
}

.percent-vote {
  color: #fff;
  font-style: italic;
  font-size: 3rem;
  font-weight: 600;
  margin: 10px 0 30px;
}

.btn-vote {
  background: #84693C;
  background: linear-gradient(98deg, rgb(132, 105, 60) 0%, rgb(189, 171, 113) 47%, rgb(158, 134, 87) 100%);
  color: #fff;
  font-weight: 500;
  height: 52px;
  width: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4375rem;
  text-shadow: 2px 2px 2px #84693C;
  letter-spacing: 1px;
  cursor: pointer;
}

.wrap-list-misgrand {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 65px 50px;
  padding-bottom: 100px;
  margin-top: 85px;
}

.list-misgrand {
  text-align: center;
}
.list-misgrand .cover-missgrand {
  border: 1px solid #B4882C;
  position: relative;
  overflow: visible;
  margin-bottom: 22px;
}
.list-misgrand .cover-missgrand::before {
  content: "";
  background-image: url(../images/border-gold.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 14px;
  position: absolute;
  bottom: -11px;
  left: 0;
}
.list-misgrand .cover-missgrand .btn-vote {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 1rem;
  height: 46px;
  opacity: 0.88;
  z-index: 1;
  transition: 0.5s;
}
.list-misgrand .cover-missgrand .btn-vote:hover {
  opacity: 1;
}
.list-misgrand .cover-missgrand .photo-misgrand {
  overflow: hidden;
}
.list-misgrand .cover-missgrand .photo-misgrand > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 0.8;
  transition: 0.5s all ease;
}
.list-misgrand .cover-missgrand .photo-misgrand:hover > img {
  transform: scale(1.05);
}
.list-misgrand .box-number-vote {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 0;
}
.list-misgrand .box-number-vote .number-vote {
  width: 38px;
  height: 38px;
  font-size: 1.25rem;
  margin: 0;
}
.list-misgrand .box-number-vote .percent-vote {
  font-size: 1.5rem;
  margin: 0;
  padding-top: 5px;
}
.list-misgrand .txt-province {
  font-size: 0.9rem;
  margin: 10px 0 7px;
  line-height: 26px;
}
.list-misgrand .misgrand-name {
  font-size: 1.35rem;
  line-height: 36px;
}
.list-misgrand a {
  display: block;
}
.list-misgrand a.btn-vote {
  display: flex;
}

.template-footer .wrap-footer {
  background: #130A01;
  color: #DED1AB;
}

.owl-carousel.profile-detail-carousel {
  display: flex;
  justify-content: center;
  padding-top: 15px;
}
.owl-carousel.profile-detail-carousel .profile-detail-img {
  overflow: hidden;
  border: 1px solid #B4882C;
}
.owl-carousel.profile-detail-carousel .profile-detail-img > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 0.6666666667;
  transition: 0.5s all ease;
}
.owl-carousel.profile-detail-carousel .profile-detail-img:hover > img {
  transform: scale(1.1);
}
.owl-carousel.profile-detail-carousel .owl-item {
  transition: 0.5s;
}
.owl-carousel.profile-detail-carousel .owl-item:not(.synced) {
  opacity: 0.2;
}
.owl-carousel.profile-detail-carousel .owl-item:hover {
  opacity: 1;
}

.misgrand-profile {
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-top: 1px solid #574C36;
  border-bottom: 1px solid #574C36;
  padding: 25px 30px 45px;
  margin: 25px 0 35px;
}

.wrap-detail-profile {
  padding-left: 40px;
}
.wrap-detail-profile .box-number-vote {
  margin-top: 0;
}
.wrap-detail-profile .misgrand-name {
  font-size: 2rem;
  margin-top: 7px;
}
.wrap-detail-profile .txt-province {
  font-size: 1.3rem;
}

.detail-percent {
  display: flex;
  align-items: center;
  gap: 25px;
  margin: 20px 0 25px;
}
.detail-percent .percent-vote {
  line-height: 1;
  margin: 0;
  font-size: 2.6rem;
}

.num-misgrand {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #574C36;
  color: #EECA7F;
  font-size: 1.35rem;
  font-weight: 600;
  height: 50px;
  padding: 0 25px;
  display: flex;
  align-items: center;
}

.content-editor {
  color: #FFFFE5;
  font-size: 1.2rem;
  font-weight: 300;
}
.content-editor ul li {
  margin-bottom: 6px;
}

.profile-social {
  padding-top: 10px;
}
.profile-social a {
  display: flex;
  align-items: center;
  color: #FFFFE5;
  margin-top: 10px;
  transition: 0.5s;
  font-size: 1.15rem;
}
.profile-social a img {
  filter: brightness(0) saturate(100%) invert(85%) sepia(11%) saturate(581%) hue-rotate(7deg) brightness(97%) contrast(93%);
  margin-right: 10px;
}
.profile-social a:hover {
  color: #CCB77A;
}
.profile-social a span {
  padding-left: 5px;
}

.title-social {
  color: #EECA7F;
  font-size: 1.5rem;
  margin-top: 15px;
}

.profile-page {
  margin-bottom: 100px;
  margin-top: 45px;
}

.photo-plan img {
  width: 100%;
  border: 1px solid #B4882C;
}

.box-ticket-detail {
  padding-left: 40px;
}
.box-ticket-detail .btn-vote {
  font-size: 1.25rem;
}

.txt-event-date {
  color: #EECA7F;
  font-size: 2rem;
}

.event-info {
  color: #FFFFE5;
  font-size: 1.1rem;
}

.ticket-choose-zone {
  border-top: 1px solid #574C36;
  border-bottom: 1px solid #574C36;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.ticket-choose-zone .tb-ticket-total {
  padding-top: 0;
}
.ticket-choose-zone .tb-ticket-total .txt-total {
  font-weight: 400;
}

.list-zone {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(181, 162, 119, 0.32);
  padding: 12px 0 12px 20px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  margin-bottom: 18px;
}

.template-blue .bg-vote {
  background-image: url(../images/bg-template-blue.jpg);
  background-color: #000A26;
}
.template-blue .bg-vote .border-top-main {
  display: block;
}
.template-blue .main-social-template {
  padding-top: 20px;
}
.template-blue .main-social-template a img {
  filter: brightness(0) saturate(100%) invert(77%) sepia(15%) saturate(894%) hue-rotate(8deg) brightness(89%) contrast(83%);
}
.template-blue .templateblue-menu {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0 0 15px 15px;
  padding: 10px 0;
  box-shadow: 1px 2px 0 rgba(255, 255, 255, 0.1);
  display: flex;
}
.template-blue .top-menu {
  margin-top: 0;
}
.template-blue .btn-toplogin, .template-blue .btn-topvote, .template-blue .btn-topticket {
  background: none;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  height: 37px;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 1px;
  transition: 0.5s;
}
.template-blue .btn-toplogin img, .template-blue .btn-topvote img, .template-blue .btn-topticket img {
  filter: brightness(0) saturate(100%) invert(84%) sepia(5%) saturate(1370%) hue-rotate(7deg) brightness(103%) contrast(85%);
}
.template-blue .btn-toplogin:hover, .template-blue .btn-topvote:hover, .template-blue .btn-topticket:hover {
  color: #CCB77A;
}
.template-blue .btn-topticket {
  border-right: 0;
}
.template-blue .txt-name-event h1 {
  color: #CCB77A;
}
.template-blue .box-timer {
  background: rgba(14, 3, 40, 0.2);
  border: 1px solid #3B3936;
}
.template-blue .box-timer div span {
  color: #CCB77A;
}
.template-blue .misgrand-name {
  color: #CCB77A;
}
.template-blue .btn-vote {
  background: #0E192F;
  background: linear-gradient(98deg, rgb(14, 25, 47) 0%, rgb(8, 56, 112) 48%, rgb(13, 21, 42) 100%);
  border: 1px solid #625739;
  color: #CCB77A;
  text-shadow: none;
  height: 57px;
}
.template-blue .wrap-list-misgrand {
  grid-template-columns: repeat(3, 1fr);
}
.template-blue .miss-topvote figure .cover-missgrand {
  width: 45%;
}
.template-blue .miss-topvote figure figcaption {
  width: 55%;
}
.template-blue .template-footer .wrap-footer {
  background: #84693C;
  background: linear-gradient(98deg, rgb(132, 105, 60) 0%, rgb(187, 168, 105) 48%, rgb(158, 134, 87) 100%);
  color: #fff;
}
.template-blue .popup-login .btn-gold-main {
  background: #0E192F;
  background: linear-gradient(98deg, rgb(14, 25, 47) 0%, rgb(8, 56, 112) 48%, rgb(13, 21, 42) 100%);
  border: 1px solid #625739;
  color: #CCB77A;
}
.template-blue .list-misgrand .cover-missgrand {
  display: flex;
  flex-direction: column-reverse;
}
.template-blue .list-misgrand .cover-missgrand .btn-vote {
  position: static;
}

.template-white .bg-vote {
  background-image: url(../images/bg-template-white.jpg);
  background-color: #F1F1F1;
}
.template-white .bg-vote .border-top-main {
  display: block;
  background: #DDBD8E;
  background: linear-gradient(98deg, rgba(221, 189, 142, 0.52) 0%, rgba(219, 211, 201, 0.49) 48%, rgba(176, 119, 65, 0.5) 100%);
  height: 4px;
}
.template-white .main-social-template a img {
  filter: brightness(0) saturate(100%) invert(60%) sepia(29%) saturate(300%) hue-rotate(4deg) brightness(99%) contrast(90%);
  opacity: 1;
}
.template-white .templateblue-menu {
  display: flex;
  gap: 10px;
}
.template-white .templateblue-menu .btn-toplogin {
  background: rgba(233, 233, 233, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #5C3D0A;
}
.template-white .templateblue-menu .btn-toplogin img {
  filter: brightness(0) saturate(100%) invert(22%) sepia(77%) saturate(498%) hue-rotate(358deg) brightness(94%) contrast(97%);
}
.template-white .templateblue-menu .btn-topvote {
  background: rgba(255, 253, 246, 0.9);
  border: 1px solid #D7C388;
  color: #826C38;
  font-weight: 400;
  font-size: 0.8rem;
}
.template-white .templateblue-menu .btn-topvote img {
  filter: brightness(0) saturate(100%) invert(41%) sepia(17%) saturate(1138%) hue-rotate(4deg) brightness(99%) contrast(91%);
}
.template-white .templateblue-menu .btn-topticket {
  background: rgba(132, 105, 60, 0.9);
  border: 1px solid #D2B04C;
  color: #fff;
  font-weight: 400;
  font-size: 0.8rem;
}
.template-white .templateblue-menu .btn-topticket img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.template-white .txt-name-event h1 {
  color: #96743C;
}
.template-white .box-timer {
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #E2E2E2;
}
.template-white .box-timer div {
  color: #B5A277;
}
.template-white .box-timer div span {
  color: #474747;
  font-weight: 500;
}
.template-white .box-number-vote img {
  filter: brightness(0) saturate(100%) invert(75%) sepia(31%) saturate(270%) hue-rotate(4deg) brightness(85%) contrast(90%);
}
.template-white .miss-topvote figure .cover-missgrand {
  border: 1px solid #E2E2E2;
}
.template-white .miss-topvote figure .cover-missgrand::before {
  display: none;
}
.template-white .number-vote {
  background: #D9C790;
  background: linear-gradient(186deg, rgb(217, 199, 144) 0%, rgb(153, 128, 81) 100%);
  border: 1px solid #B7A886;
}
.template-white .txt-province {
  color: #666;
}
.template-white .txt-province span {
  color: #474747;
}
.template-white .misgrand-name {
  color: #96743C;
}
.template-white .percent-vote {
  color: #826C38;
}
.template-white .list-misgrand .cover-missgrand {
  border: 1px solid #E2E2E2;
}
.template-white .list-misgrand .cover-missgrand::before {
  display: none;
}
.template-white .list-misgrand .cover-missgrand .btn-vote {
  background: #BFBFB8;
  background: linear-gradient(90deg, rgba(191, 191, 184, 0.9) 0%, rgba(228, 228, 228, 0.92) 51%, rgba(172, 164, 162, 0.92) 100%);
  color: #474747;
  text-shadow: none;
}
.template-white .list-misgrand .box-number-vote .percent-vote {
  color: #474747;
}
.template-white .template-footer .wrap-footer {
  background: #84693C;
  background: linear-gradient(272deg, rgb(132, 105, 60) 0%, rgb(189, 171, 113) 50%, rgb(158, 134, 87) 100%);
  color: #fff;
}
.template-white .num-misgrand {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #E2E2E2;
  color: #474747;
}
.template-white .misgrand-profile {
  background: rgba(255, 255, 255, 0.5);
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}
.template-white .content-editor {
  color: #474747;
}
.template-white .title-social {
  color: #96743C;
}
.template-white .profile-social a {
  color: #474747;
}
.template-white .profile-social a img {
  filter: brightness(0) saturate(100%) invert(49%) sepia(10%) saturate(2317%) hue-rotate(358deg) brightness(91%) contrast(85%);
}
.template-white .txt-event-date {
  color: #96743C;
}
.template-white .event-info {
  color: #474747;
}
.template-white .list-zone {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #E2E2E2;
}
.template-white .box-color-zone {
  color: #474747;
}
.template-white .qty-box .qty-input {
  background-color: #E6E6E6;
  color: #474747;
}
.template-white .ticket-choose-zone .tb-ticket-total .txt-total {
  color: #474747;
}
.template-white .ticket-choose-zone .tb-ticket-total .txt-price {
  color: #96743C;
}

.templateblue-menu {
  display: flex;
  gap: 10px;
}

.btn-backhome {
  margin-top: 40px;
}
.btn-backhome a {
  text-decoration: none;
  background: #333;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  padding: 7px 25px;
  color: #eee;
  font-size: 0.9rem;
  font-weight: 400;
  transition: 0.5s;
}
.btn-backhome a img {
  margin-right: 5px;
}
.btn-backhome a:hover {
  background-color: #111;
  color: #CCB77A;
}

/*responsive*/
@media (max-width: 1366px) {
  .box-layout-left {
    width: 60%;
  }
  .box-layout-right {
    width: 40%;
  }
  .box-account {
    gap: 20px;
  }
  .box-account-left {
    width: 30%;
    padding: 20px;
  }
  .box-account-right {
    width: 70%;
  }
  .wrap-list-misgrand {
    gap: 65px 40px;
  }
  .list-misgrand .misgrand-name {
    font-size: 1.3rem;
  }
}
@media (max-width: 1199px) {
  .event-name h1 {
    font-size: 1.7rem;
  }
  .event-name p {
    font-size: 1.3rem;
  }
  .item-main-event {
    padding: 0 5px;
    margin-bottom: 80px;
  }
  .item-main-event a figure figcaption h2 {
    font-size: 0.85rem;
  }
  .item-main-event a figure figcaption h2 span {
    font-size: 1.15rem;
  }
  .item-main-event-btn a {
    font-size: 0.85rem;
    height: 45px;
  }
  .item-main-event-btn a figure figcaption {
    padding: 20px 0;
  }
  .wrap-footer {
    padding: 10px 0;
    height: auto;
  }
  .wrap-footer-contact {
    text-align: center;
    margin-bottom: 5px;
  }
  .wrap-footer .text-end {
    text-align: center !important;
  }
  .box-layout {
    gap: 20px;
  }
  .box-layout-left {
    width: 55%;
  }
  .box-layout-right {
    width: 45%;
  }
  .box-account {
    gap: 20px;
  }
  .box-account-left {
    width: 38%;
    padding: 20px;
  }
  .box-account-right {
    width: 62%;
  }
  .history-ticket .history-vote-name {
    margin: 10px 0 15px;
  }
  .wrap-list-misgrand {
    grid-template-columns: repeat(3, 1fr);
  }
  .wrap-detail-profile {
    padding-left: 20px;
  }
  .box-ticket-detail {
    padding-left: 20px;
  }
  .txt-event-date {
    font-size: 1.7rem;
  }
}
@media (max-width: 991px) {
  .item-main-event {
    padding: 0 15px;
  }
  .logo img {
    max-width: 240px;
    max-height: 125px;
  }
  .top-menu {
    margin-top: 25px;
  }
  .btn-main-login {
    font-size: 0.75rem;
  }
  .event-name h1 {
    font-size: 1.5rem;
  }
  .event-name p {
    font-size: 1.1rem;
  }
  .wrap-register {
    padding: 25px 25px 20px;
  }
  .frm-input {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .frm-input label {
    font-size: 0.9rem;
  }
  .frm-input .form-control {
    padding: 8px 15px;
  }
  .box-txt-register {
    margin-bottom: 60px;
  }
  .box-layout {
    flex-wrap: wrap;
    gap: 30px;
  }
  .box-layout-left {
    width: 100%;
  }
  .box-layout-right {
    width: 100%;
  }
  .box-account {
    gap: 20px;
  }
  .box-account-left {
    display: none;
  }
  .box-account-right {
    width: 100%;
  }
  .miss-topvote figure figcaption {
    padding-left: 35px;
  }
  .number-vote {
    width: 60px;
    height: 60px;
    font-size: 2rem;
  }
  .box-number-vote {
    margin: 0 0 15px;
  }
  .box-number-vote img {
    width: 60px;
  }
  .txt-province {
    font-size: 1.2rem;
  }
  .misgrand-name {
    font-size: 1.75rem;
  }
  .percent-vote {
    font-size: 2.4rem;
  }
  .btn-vote {
    font-size: 1.2rem;
  }
  .wrap-list-misgrand {
    gap: 45px 30px;
    padding-bottom: 70px;
  }
  .list-misgrand .cover-missgrand .btn-vote {
    height: 39px;
    font-size: 0.9rem;
  }
  .list-misgrand .box-number-vote .percent-vote {
    font-size: 1.2rem;
  }
  .list-misgrand .box-number-vote .number-vote {
    font-size: 1.1rem;
  }
  .list-misgrand .txt-province {
    font-size: 0.8rem;
  }
  .list-misgrand .misgrand-name {
    font-size: 1.1rem;
    line-height: 28px;
  }
  .miss-topvote {
    margin-bottom: 60px;
  }
  .detail-percent .percent-vote {
    font-size: 2rem;
  }
  .wrap-detail-profile .misgrand-name {
    font-size: 1.55rem;
    line-height: 40px;
  }
  .wrap-detail-profile .txt-province {
    font-size: 1.2rem;
  }
  .content-editor {
    font-size: 1.1rem;
  }
  .misgrand-profile {
    padding: 20px 20px 35px;
  }
  .title-social {
    font-size: 1.3rem;
  }
  .profile-social a {
    font-size: 0.9rem;
  }
  .profile-social a img {
    width: 18px;
    height: auto;
  }
  .box-ticket-detail {
    padding: 25px 0 0;
  }
}
@media (max-width: 767px) {
  .btn-main-login {
    width: 42px;
    height: 42px;
    border-radius: 50px;
    padding: 0;
    justify-content: center;
  }
  .btn-main-login span {
    display: none;
  }
  .btn-main-login img {
    margin-right: 0;
    width: 20px;
  }
  .top-menu {
    margin-top: 15px;
  }
  .logo {
    margin: 30px 0 20px;
  }
  .logo img {
    max-width: 220px;
    max-height: 105px;
  }
  .event-name {
    margin-bottom: 20px;
  }
  .event-name h1 {
    font-size: 1.35rem;
  }
  .event-name p {
    font-size: 1rem;
    line-height: 1.8;
  }
  .item-main-event {
    margin-bottom: 60px;
  }
  .item-main-event a figure figcaption {
    padding: 20px 0;
  }
  .item-main-event a figure figcaption h2 span {
    font-size: 1.05rem;
  }
  .item-main-event-btn a {
    font-size: 0.75rem;
    height: 42px;
  }
  .bg-main {
    padding-bottom: 10px;
    background-size: 130%;
  }
  .wrap-footer {
    font-size: 0.65rem;
  }
  .wrap-footer-contact {
    font-size: 0.8rem;
  }
  .wrap-footer-contact div {
    display: block;
  }
  .wrap-footer .text-end {
    padding-top: 10px;
  }
  .wrap-register {
    padding: 20px 20px 10px;
  }
  .frm-input {
    margin-bottom: 25px;
  }
  .frm-input .btn-gold-main {
    width: 100%;
    margin-top: 10px;
  }
  .box-txt-register {
    font-size: 0.9rem;
    line-height: 2;
    margin-bottom: 45px;
  }
  .txt-login-note {
    font-size: 0.9rem;
  }
  .main-title h2 {
    font-size: 1.2rem;
  }
  .main-title h2 span {
    font-size: 1rem;
  }
  .main-title-mt {
    margin-top: 30px;
  }
  .box-layout-left {
    padding: 15px 20px;
  }
  .box-layout-left p {
    font-size: 0.9rem;
  }
  .box-layout-right {
    padding: 15px 20px;
  }
  .list-vote-items {
    font-size: 0.9rem;
  }
  .title-cart {
    font-size: 1rem;
  }
  .title-cart span {
    font-size: 0.9rem;
  }
  .cart-total {
    font-size: 0.9rem;
  }
  .cart-total-price {
    font-size: 0.9rem;
  }
  .inside-page {
    padding-bottom: 70px;
  }
  .popup-success img {
    width: 70px;
    height: auto;
  }
  .popup-success h4 {
    font-size: 1.5rem;
    margin: 30px 0 7px;
  }
  .popup-success p {
    font-size: 1.1rem;
  }
  .popup-success .btn-gold-main {
    margin-top: 30px;
  }
  .tb-ticket {
    font-size: 0.85rem;
  }
  .color-zone {
    width: 20px;
    margin-right: 7px;
  }
  .box-color-zone {
    font-size: 0.8rem;
  }
  .qty-box .qty-input {
    width: 35px;
    font-size: 0.8rem;
  }
  .qty-box .qty-btn img {
    width: 18px;
  }
  .tb-ticket-price {
    font-size: 0.85rem;
  }
  .tb-ticket-price span {
    font-size: 0.7rem;
  }
  .tb-ticket-total {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .tb-ticket-total .txt-total, .tb-ticket-total .txt-price {
    font-size: 1rem;
    line-height: 14px;
    line-height: 25px;
    display: block;
  }
  .ticket-popup-success p {
    font-size: 0.95rem;
  }
  .ticket-popup-success p br {
    display: none;
  }
  .btn-ticket-success {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
  }
  .btn-ticket-success .btn-gold-main {
    margin-top: 0;
  }
  .btn-account-name {
    min-width: auto;
  }
  .btn-account-name span {
    display: none;
  }
  .btn-account-name::before {
    display: none;
  }
  .box-account-right {
    padding: 25px 15px;
  }
  .title-account {
    font-size: 1rem;
  }
  .history-vote {
    padding: 10px 5px;
  }
  .history-vote-name {
    margin-bottom: 5px;
    font-size: 0.85rem;
  }
  .nav-page ul {
    margin: 20px 0 15px;
  }
  .nav-page ul li a {
    font-size: 0.7rem;
    min-width: 30px;
    height: 30px;
  }
  .history-ticket .history-vote-name {
    margin: 5px 0;
  }
  .history-ticket .history-vote-status {
    margin-bottom: 7px;
    margin-top: 3px;
    font-size: 0.8rem;
  }
  .ticket-order-date {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5px;
  }
  .ticket-order-detail h2 {
    line-height: 30px;
    font-size: 1.15rem;
  }
  .box-ticket-desc {
    padding: 10px;
  }
  .ticket-title {
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0 10px;
  }
  .box-ticket-list {
    font-size: 0.8rem;
  }
  .box-ticket-list-total {
    font-size: 0.85rem;
  }
  .btn-backpage {
    font-size: 0.9rem;
  }
  .main-social-template {
    gap: 15px;
  }
  .main-social-template a img {
    height: 18px;
  }
  .top-menu-template .col-9, .top-menu-template .col-3 {
    width: 50%;
  }
  .btn-main-login.btn-topvote {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 10px;
    font-size: 0.5rem;
    gap: 4px;
    align-content: center;
  }
  .btn-main-login.btn-topvote span {
    display: block;
    line-height: 10px;
  }
  .btn-main-login.btn-topvote img {
    width: 18px;
  }
  .btn-main-login.btn-topticket {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 10px;
    font-size: 0.5rem;
    gap: 4px;
    align-content: center;
  }
  .btn-main-login.btn-topticket span {
    display: block;
    line-height: 10px;
  }
  .btn-main-login.btn-topticket img {
    width: 16px;
  }
  .miss-topvote {
    padding: 0 10px;
    margin-top: 35px;
  }
  .miss-topvote figure {
    flex-wrap: wrap;
  }
  .miss-topvote figure .cover-missgrand {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
  }
  .miss-topvote figure figcaption {
    width: 100%;
    padding-left: 0;
    position: relative;
    padding: 20px 0 0 68px;
  }
  .miss-topvote figure figcaption .box-number-vote {
    position: absolute;
    left: 0;
    top: 15px;
  }
  .miss-topvote figure figcaption .box-number-vote .number-vote {
    width: 50px;
    height: 50px;
    font-size: 1.8rem;
  }
  .miss-topvote figure figcaption .box-number-vote img {
    width: 50px;
  }
  .box-timer {
    gap: 25px;
    max-width: 90%;
  }
  .box-timer div {
    font-size: 1.6rem;
  }
  .txt-province {
    font-size: 1rem;
    line-height: 27px;
  }
  .misgrand-name {
    font-size: 1.2rem;
    line-height: 30px;
    margin-top: 4px;
  }
  .percent-vote {
    font-size: 1.8rem;
    margin: 2px 0 20px;
  }
  .btn-vote {
    font-size: 1rem;
    height: 50px;
  }
  .wrap-list-misgrand {
    grid-template-columns: repeat(2, 1fr);
  }
  .list-misgrand .box-number-vote {
    gap: 10px;
  }
  .list-misgrand .box-number-vote .percent-vote {
    font-size: 0.9rem;
  }
  .list-misgrand .box-number-vote .number-vote {
    width: 34px;
    height: 34px;
  }
  .list-misgrand .txt-province {
    font-size: 0.75rem;
    line-height: 24px;
  }
  .list-misgrand .misgrand-name {
    font-size: 0.95rem;
  }
  .list-misgrand .cover-missgrand .btn-vote {
    font-size: 0.8rem;
    height: 36px;
  }
  .profile-detail-slide {
    padding: 0 30px;
  }
  .profile-page {
    margin-top: 25px;
  }
  .wrap-topnum-mobile {
    display: flex;
    padding: 25px 0 15px;
    align-items: flex-end;
  }
  .num-misgrand {
    font-size: 1.15rem;
    height: 45px;
    padding: 0 15px;
    margin-left: 25px;
  }
  .detail-percent {
    gap: 20px;
  }
  .wrap-detail-profile {
    padding: 0 10px;
  }
  .wrap-detail-profile .txt-province {
    font-size: 1.05rem;
  }
  .wrap-detail-profile .misgrand-name {
    font-size: 1.3rem;
    line-height: 34px;
  }
  .wrap-detail-profile .btn-vote {
    width: 100%;
  }
  .title-social {
    font-size: 1.15rem;
  }
  .txt-event-date {
    font-size: 1.3rem;
  }
  .box-ticket-detail .btn-vote {
    width: 100%;
    font-size: 1.1rem;
  }
  .template-blue .miss-topvote figure .cover-missgrand {
    width: 100%;
  }
  .template-blue .miss-topvote figure figcaption {
    width: 100%;
  }
  .template-blue .wrap-list-misgrand {
    grid-template-columns: repeat(2, 1fr);
  }
  .template-blue .templateblue-menu {
    width: 100%;
    justify-content: center;
    gap: 10px;
  }
  .template-blue .templateblue-menu .btn-topvote {
    padding-right: 7px;
  }
  .template-blue .btn-toplogin, .template-blue .btn-topvote, .template-blue .btn-topticket {
    height: 32px;
  }
  .template-blue .main-social-template {
    padding-top: 10px;
  }
  .template-white .templateblue-menu .btn-topvote, .template-white .templateblue-menu .btn-topticket {
    font-size: 0.55rem;
    font-weight: 500;
  }
  .wrap-list-misgrand {
    margin-top: 45px;
  }
}/*# sourceMappingURL=layout.css.map */