﻿:root {
  --primary-color: #0293a4;
  --bg-menu-gradient: linear-gradient(90deg, #0293a4, #0293a4);
  --bg-menu-gradient-hover: #fa740a;
  --text-color: #001a1e;
  --input-border-color: #ccd1e0;
  --bg-table: #F9F9F9;
}

body.subpage-bg {
  background-color: white;
}

img {
  max-width: 100%;
}

.panel {
  border: 1px solid var(--input-border-color);
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.container-fluid {
  max-width: 1300px;
}

section#login {
  background: url(images/bg-login.jpg) no-repeat bottom center;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  overflow-x: hidden;
  /* #formLoginUser {
      margin-top: -40px;
  }*/
}
section#login .container {
  max-width: 640px;
  display: flex;
  align-items: center;
}
section#login .form-login {
  width: 320px;
  margin: 0 auto;
  position: relative;
}
section#login .form-login .plane {
  border-radius: 16px 16px 0 0;
  border-bottom: 1px solid #0293a4;
}
section#login .form-login .content {
  background: #fff;
  border-top: 0;
  border-radius: 16px;
  padding: 20px;
  margin: 0;
  margin-top: 20px;
}
section#login .form-login .content .note {
  text-align: center;
  color: #000;
  padding-top: 16px;
  margin-bottom: 16px;
}
section#login .form-login .plane ~ .content {
  border-radius: 0 0 16px 16px !important;
  padding-top: 0;
  margin-top: 0;
}
section#login .form-login .form-item {
  position: relative;
}
section#login .form-login .form-item:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 6px;
  left: 34px;
}
section#login .form-login #CaptchaInputText, section#login .form-login input {
  width: 100%;
  border: 1px solid #0293a4;
  background: none;
  border-radius: 4px;
  margin-bottom: 15px;
}
section#login .form-login #Captcha {
  padding: 0 0 20px;
  position: relative;
  margin-bottom: 5px;
}
section#login .form-login #Captcha br {
  display: none;
}
section#login .form-login #Captcha #CaptchaImage {
  margin: 0;
  float: right;
  height: 34px;
  width: 100px;
}
section#login .form-login #Captcha #CaptchaInputText {
  height: 30px;
  padding-left: 10px;
  width: 115px;
  margin-bottom: 0;
}
section#login .form-login #Captcha #CaptchaInputText:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  outline: none;
}
section#login .form-login #Captcha a {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  text-align: center;
  color: #0293a4;
}
section#login .form-login #Captcha a:focus {
  outline: none;
}
section#login .form-login .btn-login {
  width: 100%;
  height: 34px;
  text-align: center;
  padding: 0;
  font-weight: bold;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 5px;
  display: block;
  background-color: #14a1b2;
  background-image: linear-gradient(#41c4d8, #14a1b2);
  transition: all 0.3s;
  border: 0;
  text-transform: uppercase;
}
section#login .form-login .btn-login:hover {
  background: #0293a4;
}
section#login .form-login .btn-login:focus {
  outline: none;
}
section#login .form-login a#btn-call-modal-forgotpassword {
  color: #0293a4;
}
section#login .form-login a#btn-call-modal-forgotpassword:hover {
  text-decoration: underline;
}
section#login .shadow {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
section#login .link-login {
  font-weight: bold;
  text-decoration: underline;
  color: #1734c1;
  margin-top: 10px;
}
section#login .link-login:hover {
  color: #0293a4;
}
section#login .form-login-user p {
  font-weight: bold;
}
section#login .form-login-user .form-item {
  max-width: 220px;
  margin: 15px auto 20px;
}
section#login .form-login-user .form-item .form-control {
  background: rgba(255, 255, 255, 0.5);
}
section#login .form-login-user .btn-login {
  width: 170px;
  height: 39px;
  display: block;
  border-radius: 20px;
  box-shadow: 0 3px 12px #999;
  margin: 0 auto;
  background: url(images/bg-button.png) no-repeat center center;
}
section#login .form-login-user .btn-login:hover {
  background: url(images/bg-button.png) no-repeat center center;
  text-decoration: underline;
}
section#login .form-login-user .alert-danger {
  max-width: 220px;
  margin: 0px auto 15px;
  padding-top: 8px;
  padding-bottom: 8px;
}
section#login .form-login-agent {
  box-shadow: 0 1px 16px #999;
  border-radius: 16px;
  border: 1px solid #0293a4;
}

#btn-login-user {
  width: 192px;
  height: 61px;
  border: 0;
  display: block;
  margin: 0 auto;
}
#btn-login-user:focus {
  outline: none;
}

.btn:has(img) {
  height: unset;
}
.btn:has(img):hover {
  background: none;
  border-color: transparent;
}

header {
  margin-bottom: var(--padding);
}
@media (max-width: 576px) {
  header .header .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
header #top-bar {
  height: 36px;
  background: #0293a4;
}
@media (max-width: 576px) {
  header #top-bar {
    font-size: 12px;
    height: auto;
  }
}
header #top-bar .dropdown-menu-right .menu-hamburger {
  width: 44px;
  height: 44px;
  background: url(images/burger-menu.svg) no-repeat center center;
  background-size: 28px;
  border: 0;
}
header #top-bar .dropdown-menu-right a {
  color: #fff;
}
header #top-bar .dropdown-menu-right .dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: rgb(2, 147, 164);
  left: inherit;
  padding: 10px 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.475);
  min-width: 195px;
  color: #fff;
}
header #top-bar .dropdown-menu-right .dropdown-menu li {
  padding: 0;
}
header #top-bar .dropdown-menu-right .dropdown-menu li a {
  padding-left: 15px !important;
  padding-right: 15px !important;
  color: #fff;
}
header #top-bar .dropdown-menu-right .dropdown-menu .link-with-icon {
  display: flex;
  align-items: center;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
header #top-bar .dropdown-menu-right .dropdown-menu .link-with-icon img {
  margin: 0 8px 0 0;
  width: 18px;
  object-fit: contain;
  display: block;
}
header #top-bar .dropdown-menu-right .dropdown-menu .link-with-icon .mdi {
  width: 18px;
  margin-right: 8px;
}
header #top-bar .link-with-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  header #top-bar .link-with-icon {
    display: block;
    text-align: center;
  }
  header #top-bar .link-with-icon .caret {
    display: none;
  }
}
header #top-bar .link-with-icon img {
  margin-right: 4px;
  height: 12px;
}
@media (max-width: 576px) {
  header #top-bar .link-with-icon img {
    display: block;
    margin: 0 auto;
  }
}
header #top-bar .navbar-nav li.active > a {
  position: relative;
}
header #top-bar .navbar-nav li.active > a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 4px solid #c8f7fd;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}
header #top-bar .navbar-nav .link-Icon_DH_dls {
  color: #ffe000 !important;
}
header #top-bar .navbar-nav .link-Icon_DK_dls {
  color: #12ff00 !important;
}
header #top-bar .navbar-nav .link-Icon_DN_dls {
  color: #ff5b00 !important;
}
header #top-bar .navbar-nav .link-Icon_KHC_dls {
  color: #ff3300 !important;
}
header #top-bar .navbar-nav .link-Icon_RV_dls {
  color: #ebec6d !important;
}
header #top-bar .navbar-nav .link-Icon_xv_t {
  color: #ffffff !important;
}
header #top-bar .navbar-nav .link-Icon_SHOP_dls {
  color: #00f3ff !important;
}
header #top-bar .navbar-nav .link-Icon_SPN_dls {
  color: #990099 !important;
}
header #top-bar .navbar-nav .link-Icon_TH_dls {
  color: #ff0000 !important;
}
header #top-bar .navbar-nav .link-Icon_KM_dls {
  color: #BFFC7E !important;
}
header #top-bar .navbar-nav .link-Icon_TK_dls {
  color: #993300 !important;
}
header #top-bar .navbar-nav .link-Icon_VMB_dls {
  color: #0000ff !important;
}
header #top-bar .navbar-nav .link-search_voucher {
  color: #fdacf2 !important;
}
header #top-bar .navbar-nav .link-Icon_LH_dls {
  color: #ff00f6 !important;
}
header #top-bar .navbar-nav .link-Icon_DP_dls {
  color: #fffb00 !important;
}
header #top-bar .navbar-nav .link-Icon_DT_dls {
  color: #ffffff !important;
}
header #top-bar .navbar-nav .link-Icon_shop {
  color: #00bff3 !important;
}
header #top-bar .navbar-nav .link-Icon_video {
  color: #f49ac1 !important;
}
header #top-bar .navbar-nav .link-Icon_Ban_tin {
  color: #fff799 !important;
}
header #top-bar .navbar-nav .link-Icon_Lien_he {
  color: #fdc689 !important;
}
@media (max-width: 576px) {
  header #top-bar .navbar-nav a {
    padding-left: 4px !important;
    padding-right: 4px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    font-size: 13px !important;
  }
}
header #top-bar .menu-notification a, header #top-bar .menu-support a {
  display: flex;
  align-items: center;
}
header #top-bar .menu-notification a:before, header #top-bar .menu-support a:before {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  content: "";
}
@media (max-width: 576px) {
  header #top-bar .menu-notification a:before, header #top-bar .menu-support a:before {
    width: 16px;
    height: 16px;
    margin-right: 4px;
  }
}
header #top-bar .menu-notification a:before {
  background: url(images/icon-notification.png) no-repeat center center;
  background-size: contain;
}
header #top-bar .menu-support a:before {
  background: url(images/icon-support.png) no-repeat center center;
  background-size: contain;
}
header #top-bar .menu-register:after {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 0;
  width: 0.5px;
  background: #fff;
}
header #top-bar .navbar-nav > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  color: white;
}
@media (max-width: 576px) {
  header #top-bar .navbar-nav > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
}
header #top-bar .navbar-nav > li > a:hover {
  background: none;
  text-decoration: underline;
}
header #top-bar .navbar-nav > li > a:focus {
  outline: none;
  background: none;
}
header #top-bar a#agent-deposit {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 35px;
}
header #top-bar .country-select {
  margin-top: 4px;
  float: right;
  margin-left: 10px;
}
header #top-bar .agent-deposit {
  line-height: 36px;
  color: white;
}
header #top-bar .agent-deposit b {
  color: white !important;
  font-weight: 600;
}
header #top-bar .dropdown-toggle {
  background: none !important;
}
@media (max-width: 576px) {
  header #top-bar #showMenu {
    max-width: 180px;
    white-space: nowrap;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-right: 0;
    margin-right: 6px;
    overflow: hidden;
  }
}
header #operProfile {
  width: initial;
  position: absolute;
  top: 36px;
  right: 8px;
  border: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  left: initial;
  min-width: 220px;
  padding: 10px 0;
  background: rgb(2, 147, 164);
  color: #fff;
}
header #operProfile li {
  padding: 0;
}
header #operProfile li a {
  padding: 8px 15px;
  color: #fff;
}
header #operProfile li a:hover {
  color: white !important;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.1);
}
header #operProfile li .link-with-icon {
  display: flex;
  align-items: center;
}
header #operProfile li .link-with-icon img {
  margin: 0 8px 0 0;
  width: 16px;
  height: 16px;
  object-fit: contain;
  display: block;
}
@media (max-width: 576px) {
  header #operProfile li .link-with-icon img {
    display: inline-block;
    margin: 0 10px 0 0;
    height: 14px;
    width: 16px;
    object-fit: contain;
  }
}
header #operProfile li .link-ICON_QLDH {
  /*color: #0293a4;*/
  color: white;
}
header #account-info {
  margin-left: 20px;
}
header #account-info #showMenu {
  color: #fff;
  font-size: 12px;
  line-height: 35px;
}
header #account-info #showMenu:hover {
  color: white;
}
header #account-info .dropdown.open > .dropdown-menu {
  top: 35px;
  margin: 0;
  border: 0;
  left: initial;
  right: 0;
}
header #account-info .dropdown.open > .dropdown-menu li a {
  padding: 7px 15px;
}
header #account-info .dropdown.open > .dropdown-menu li a:hover {
  color: #0293a4;
}
header .navbar-default {
  margin: 0;
  background-color: #14a1b2;
  background-image: linear-gradient(#41c4d8, #14a1b2);
}
header .navbar-default #navbar {
  padding: 0;
}
header .navbar-default .navbar-nav {
  margin: 0;
}
header .navbar-default .navbar-nav > .active > a {
  background: #00bad0;
}
header .navbar-default .navbar-nav > .active > a:hover {
  background: #00bad0;
}
header .navbar-default .navbar-nav > li > a {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  padding-top: 12px;
}
header .navbar-default .navbar-nav > li > a:hover {
  background: #00bad0;
}
header .navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #333;
}
header .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
  color: #fff;
}
header .navbar-default .navbar-right > li {
  background: none;
}
header .navbar-default .navbar-toggle {
  border: 0;
}
header .navbar-default .navbar-nav > .open > a, header .navbar-default .navbar-nav > .open > a:hover, header .navbar-default .navbar-nav > .open > a:focus {
  background-color: #00bad0;
}

.module-content .module-content {
  padding-top: 0;
}

.booking-book-manage {
  padding-bottom: 0;
}
.booking-book-manage #announcement-content > p:last-child {
  margin-bottom: 0;
}
.booking-book-manage #announcement-content img {
  width: 100%;
  height: auto;
}
@media (max-width: 576px) {
  .booking-book-manage #announcement-content img {
    height: auto;
  }
}

.booking-book-manage ~ footer {
  padding-top: 0;
  margin-top: 0;
}
.booking-book-manage ~ footer .border-top {
  padding-top: 0;
}

footer {
  padding: 0;
  background: none;
  margin: 0;
}
footer .border-top {
  padding-top: 12px;
  border-top: 2px solid #0293a4;
}
footer .footer-info {
  padding: 28px 15px;
  background: #c7f6fc url(images/footer-left.jpg) no-repeat left bottom;
  position: relative;
}
footer .footer-info:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  display: block;
  background: url(images/footer-right.png) no-repeat right bottom;
}
footer .footer-info .footer-info-link {
  margin-bottom: 28px;
  position: relative;
}
footer .footer-info .footer-info-link ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-info .footer-info-link ul li {
  padding: 0 24px;
  border-right: 1px solid #000;
}
footer .footer-info .footer-info-link ul li:last-child {
  border-right: 0;
}
footer .footer-info .footer-info-link ul li a {
  text-transform: uppercase;
  color: #000;
}
footer .footer-info .footer-info-link ul li a:hover {
  color: var(--primary-color);
}
footer .footer-info .company-info {
  text-align: center;
  position: relative;
}
footer .footer-info .company-info p {
  margin-bottom: 4px;
}
@media (max-width: 576px) {
  footer .container-fluid {
    padding: 0;
  }
  footer .footer-info {
    background-size: 90px;
  }
  footer .footer-info:before {
    background-size: 130px;
  }
  footer .footer-info .footer-info-link {
    border-bottom: 1px solid #aed7dc;
    margin-bottom: 20px;
    padding-bottom: 12px;
  }
  footer .footer-info .footer-info-link ul {
    flex-wrap: wrap;
    align-items: start;
  }
  footer .footer-info .footer-info-link ul li {
    padding: 0;
    text-align: left;
    margin-bottom: 4px;
    border: 0;
    flex: 0 0 50%;
  }
  footer .footer-info .footer-info-link ul li:nth-of-type(2n) {
    padding-left: 8px;
  }
  footer .footer-info .footer-info-link ul li:nth-of-type(2n-1) {
    padding-right: 8px;
  }
  footer .footer-info .footer-info-link ul li a {
    padding: 4px 0;
    display: inline-block;
  }
  footer .footer-info .company-info {
    padding-bottom: 32px;
  }
}

#ticketing-face-content {
  min-width: 980px;
}

div#send-mail-ticket-face-modal .modal-dialog {
  max-width: 1100px;
  width: initial;
}

#modalLoginShop .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#modalRegisterShop .modal-backdrop.in, #modalLoginShop .modal-backdrop.in {
  opacity: 0.75;
}
#modalRegisterShop .modal-dialog, #modalLoginShop .modal-dialog {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
#modalRegisterShop .modal-dialog .modal-content, #modalLoginShop .modal-dialog .modal-content {
  width: 480px;
  border-radius: 12px;
  background: url(images/bg-login-1.jpg) no-repeat center bottom;
  background-size: cover;
  position: relative;
  border: 0;
}
@media (max-width: 576px) {
  #modalRegisterShop .modal-dialog .modal-content, #modalLoginShop .modal-dialog .modal-content {
    border-radius: 0;
  }
}
#modalRegisterShop .modal-dialog .modal-content:before, #modalLoginShop .modal-dialog .modal-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-image: linear-gradient(rgba(255, 255, 255, 0.65), rgba(2, 147, 164, 0.95));
  border-radius: 11px;
}
@media (max-width: 576px) {
  #modalRegisterShop .modal-dialog .modal-content:before, #modalLoginShop .modal-dialog .modal-content:before {
    border-radius: 0;
  }
}
#modalRegisterShop .modal-dialog .modal-content form, #modalLoginShop .modal-dialog .modal-content form {
  position: relative;
}
#modalRegisterShop .modal-dialog .modal-header, #modalLoginShop .modal-dialog .modal-header {
  padding: 30px 20px 0;
  border-bottom: 0;
}
#modalRegisterShop .modal-dialog .modal-footer, #modalLoginShop .modal-dialog .modal-footer {
  padding: 0 30px 30px;
  border-top: 0;
}
#modalRegisterShop .modal-dialog .modal-body, #modalLoginShop .modal-dialog .modal-body {
  padding: 20px 20px 4px;
}
#modalRegisterShop .modal-dialog .modal-body .form-group, #modalLoginShop .modal-dialog .modal-body .form-group {
  margin-bottom: 12px;
}
#modalRegisterShop .modal-dialog .modal-body .form-group label, #modalLoginShop .modal-dialog .modal-body .form-group label {
  font-weight: normal;
  font-size: 13px;
  margin-bottom: 2px;
}
#modalRegisterShop .modal-dialog .modal-body label.label-upload, #modalLoginShop .modal-dialog .modal-body label.label-upload {
  height: var(--height-form-control);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: white;
  padding: 0 12px;
  color: #9d9d9d;
  border-radius: var(--border-radius-input);
}
#modalRegisterShop .modal-dialog .form-control, #modalLoginShop .modal-dialog .form-control {
  border-color: transparent;
}
#modalRegisterShop .modal-dialog .btn-primary, #modalLoginShop .modal-dialog .btn-primary {
  width: 100%;
  height: 44px;
  text-transform: uppercase;
  background: #eab819;
  transition: all 0.3s;
  font-size: 15px;
}
#modalRegisterShop .modal-dialog .btn-primary:hover, #modalLoginShop .modal-dialog .btn-primary:hover {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#modalRegisterShop .modal-dialog .btn-save-img, #modalRegisterShop .modal-dialog .btn-close, #modalLoginShop .modal-dialog .btn-save-img, #modalLoginShop .modal-dialog .btn-close {
  cursor: pointer;
  padding: 4px 8px;
  color: white;
  margin-top: 6px;
  font-size: 13px;
}
#modalRegisterShop .modal-dialog .btn-save-img, #modalLoginShop .modal-dialog .btn-save-img {
  float: right;
  background: #f0a717;
}
#modalRegisterShop .modal-dialog .btn-save-img:hover, #modalLoginShop .modal-dialog .btn-save-img:hover {
  background: #d19010;
}
#modalRegisterShop .modal-dialog .btn-close, #modalLoginShop .modal-dialog .btn-close {
  float: left;
  background: #cec7bb;
}
#modalRegisterShop .modal-dialog .btn-close:hover, #modalLoginShop .modal-dialog .btn-close:hover {
  background: #c7bcaa;
}
#modalRegisterShop .close, #modalLoginShop .close {
  font-size: 24px;
}
#modalRegisterShop #frm-register-request, #modalLoginShop #frm-register-request {
  max-height: calc(100vh - 30px - 30px);
  overflow: auto;
}
@media (max-width: 576px) {
  #modalRegisterShop #frm-register-request, #modalLoginShop #frm-register-request {
    max-height: 100vh;
  }
}
#modalRegisterShop #frm-register-request::-webkit-scrollbar-track, #modalLoginShop #frm-register-request::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0 10px 10px 0;
  background-color: #ABE4E8;
}
@media (max-width: 576px) {
  #modalRegisterShop #frm-register-request::-webkit-scrollbar-track, #modalLoginShop #frm-register-request::-webkit-scrollbar-track {
    border-radius: 0;
  }
}
#modalRegisterShop #frm-register-request::-webkit-scrollbar, #modalLoginShop #frm-register-request::-webkit-scrollbar {
  width: 10px;
  background-color: #ABE4E8;
  border-radius: 0 10px 10px 0;
}
@media (max-width: 576px) {
  #modalRegisterShop #frm-register-request::-webkit-scrollbar, #modalLoginShop #frm-register-request::-webkit-scrollbar {
    border-radius: 0;
  }
}
#modalRegisterShop #frm-register-request::-webkit-scrollbar-thumb, #modalLoginShop #frm-register-request::-webkit-scrollbar-thumb {
  border-radius: 0 10px 10px 0;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #00BCD4;
}
@media (max-width: 576px) {
  #modalRegisterShop #frm-register-request::-webkit-scrollbar-thumb, #modalLoginShop #frm-register-request::-webkit-scrollbar-thumb {
    border-radius: 0;
  }
}
#modalRegisterShop .form-group > label, #modalLoginShop .form-group > label {
  display: block;
}
#modalRegisterShop .select2-container, #modalLoginShop .select2-container {
  width: 100% !important;
  border-radius: var(--border-radius-input);
}
#modalRegisterShop .select2-container .select2-selection--single .select2-selection__arrow, #modalLoginShop .select2-container .select2-selection--single .select2-selection__arrow {
  top: 50% !important;
  right: 6px !important;
  width: 24px !important;
  height: 24px !important;
  margin-top: -12px;
}
#modalRegisterShop .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__clear, #modalLoginShop .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__clear {
  margin-right: 8px;
}
#modalRegisterShop #btnRegisterShop:hover, #modalLoginShop #btnRegisterShop:hover {
  box-shadow: none;
}

#ModalForgotPassword .modal-content {
  width: 360px;
}
#ModalForgotPassword #btn-forgot-password {
  background-color: #14a1b2;
  background-image: linear-gradient(#41c4d8, #14a1b2);
  transition: all 0.3s;
  border: 0;
  color: white;
}
#ModalForgotPassword #btn-forgot-password:hover {
  background: #0293a4;
}
#ModalForgotPassword .modal-title {
  text-transform: capitalize;
}

@media screen and (max-width: 991px) {
  div#send-mail-ticket-face-modal .modal-dialog {
    max-width: initial;
  }
  div#send-mail-ticket-face-modal .modal-dialog #ticket-face-mail-body {
    overflow: auto;
  }
}
@media screen and (min-width: 768px) {
  header .navbar-anonymous #navbar, header .navbar-anonymous #navbarAnonymous {
    float: left;
  }
}
@media screen and (max-width: 767px) {
  header #top-bar #account-info #agent-deposit {
    display: block;
    line-height: inherit;
    text-shadow: none;
    color: #000;
  }
  header .navbar-default {
    position: inherit;
  }
  header .navbar-default .navbar-toggle {
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 9;
    margin-top: 0;
  }
  header .navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
  }
  header .navbar-default .navbar-toggle:focus, header .navbar-default .navbar-toggle:hover {
    background: none;
  }
  header .navbar-default .navbar-nav > li {
    background: none;
  }
  header .navbar-default .navbar-nav > li > a {
    text-shadow: none;
  }
  header .navbar-default .navbar-nav > li > a:hover {
    text-shadow: none;
    background: none;
    color: #0293a4;
    box-shadow: none;
  }
  header .navbar-default .navbar-nav > .open > a {
    background: none;
    color: #0293a4;
  }
  header .navbar-default .navbar-nav > .open > a:hover, header .navbar-default .navbar-nav > .open > a:focus {
    background: none;
    color: #0293a4;
    text-shadow: none;
    box-shadow: none;
  }
  header .navbar-default .navbar-nav > .active > a {
    text-shadow: none;
    background: none;
    color: #0293a4;
    box-shadow: none;
  }
  header .navbar-default .navbar-nav > .active > a:hover, header .navbar-default .navbar-nav > .active > a:focus {
    text-shadow: none;
    background: none;
    color: #0293a4;
    box-shadow: none;
  }
  header .navbar-default .navbar-collapse {
    position: absolute;
    top: 34px;
    left: 0;
    right: 0;
    background: #fff;
    border: 0;
    box-shadow: 0 3px 10px #999;
    border-radius: 0 0 10px 10px;
    z-index: 999;
  }
  header .navbar-anonymous {
    position: absolute;
    left: 0;
    right: 0;
    background: white;
    border-bottom: 1px solid #c8cee2;
  }
  header .navbar-anonymous #navbar, header .navbar-anonymous #navbarAnonymous {
    padding-left: 52px;
  }
  header .navbar-anonymous #navbar .navbar-nav, header .navbar-anonymous #navbarAnonymous .navbar-nav {
    display: flex;
    margin: 0;
  }
  header .navbar-anonymous #navbar .navbar-nav > li, header .navbar-anonymous #navbarAnonymous .navbar-nav > li {
    margin-right: 0;
  }
  header .navbar-anonymous #navbar .navbar-nav > li > a, header .navbar-anonymous #navbarAnonymous .navbar-nav > li > a {
    text-transform: none;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
  }
  header .navbar-anonymous #navbar .navbar-nav > li .new:before, header .navbar-anonymous #navbarAnonymous .navbar-nav > li .new:before {
    top: 3px;
  }
  header .navbar-anonymous #navbar .navbar-nav li.dropdown.empty, header .navbar-anonymous #navbarAnonymous .navbar-nav li.dropdown.empty {
    display: none;
  }
  header .navbar-anonymous #navbar .navbar-nav li.dropdown, header .navbar-anonymous #navbarAnonymous .navbar-nav li.dropdown {
    position: relative;
  }
  header .navbar-anonymous #navbar .navbar-nav .dropdown-menu, header .navbar-anonymous #navbarAnonymous .navbar-nav .dropdown-menu {
    position: absolute;
    background: white;
    box-shadow: 0 3px 10px #aaa;
  }
  header .navbar-anonymous #navbar .navbar-nav .dropdown-menu > li > a, header .navbar-anonymous #navbarAnonymous .navbar-nav .dropdown-menu > li > a {
    white-space: normal;
  }
  header .navbar-anonymous .navbar-collapse {
    top: 32px;
    left: 0;
    right: 0;
    padding-left: 0px !important;
    display: block !important;
  }
  header .navbar-anonymous .navbar-collapse .navbar-nav {
    display: block !important;
    padding: 15px 0;
  }
  header .navbar-anonymous .navbar-collapse .navbar-nav > li {
    margin-right: 0;
  }
  header .navbar-anonymous .navbar-collapse .navbar-nav > li > a {
    padding: 10px 15px !important;
  }
  header .navbar-anonymous .navbar-collapse .navbar-nav .dropdown-menu {
    position: revert !important;
    box-shadow: none !important;
    padding-left: 20px;
  }
  .has-top-bar .header {
    padding-top: 32px;
  }
  .has-top-bar .navbar-anonymous {
    top: 32px;
    display: block;
  }
  .no-top-bar {
    padding-top: 32px;
  }
  .no-top-bar .header {
    padding-top: 0;
  }
  .no-top-bar .navbar-anonymous {
    top: 0px;
  }
  .module-content {
    padding-top: 5px;
  }
  .panel {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #c8cee2;
  }
  .panel .panel-heading {
    border-top: 1px solid #c8cee2;
    border-radius: 0;
  }
  section#login {
    align-items: center;
    /*#formLoginUser {
        margin-top: -10px;
    }*/
  }
  section#login .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  section#login .form-login {
    /*padding-bottom: 140px;
    margin-top: -80px;*/
    margin-bottom: 20px;
  }
  section#login .form-login:before {
    width: 120px;
    height: 120px;
    bottom: 0;
    top: initial;
    left: 50%;
    right: initial;
    margin-left: -60px;
    background-size: 120px;
  }
  #top-bar .navbar-right {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    margin: 0;
  }
  #top-bar .navbar-right li {
    margin-right: 20px;
  }
  #top-bar .navbar-right li .dropdown-menu li {
    margin-right: 0;
  }
  #top-bar .navbar-right li .dropdown-menu li a:after {
    display: none;
  }
  #top-bar .navbar-right .dropdown-menu-right {
    margin-right: 0;
    margin-left: auto;
  }
  #top-bar .navbar-right .dropdown-menu-right .menu-hamburger {
    margin-top: 6px;
  }
  #content .module-content .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
#modalSearchVoucher {
  background: rgba(0, 51, 57, 0.75);
}
#modalSearchVoucher .modal-dialog {
  margin: 20px auto;
  max-width: 90%;
}
#modalSearchVoucher .modal-content {
  max-width: 600px;
  border-radius: 20px;
}
#modalSearchVoucher .close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
  padding: 0;
  background: white !important;
  opacity: 1;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 24px;
  border-radius: 16px;
  box-shadow: 0 0px 8px #32646b;
}
#modalSearchVoucher .modal-body {
  padding: 0;
}
@media (max-width: 576px) {
  #modalSearchVoucher .modal-body {
    font-size: 13px;
  }
}
#modalSearchVoucher .d-flex {
  display: flex;
  align-items: center;
}
#modalSearchVoucher #voucherCode {
  height: 34px;
  border-radius: 17px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 10px;
  border: 1px solid #666;
}
@media (max-width: 576px) {
  #modalSearchVoucher #voucherCode {
    height: 28px;
  }
}
#modalSearchVoucher #btnSearchVoucher {
  height: 34px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  background: none;
  display: flex;
  align-items: start;
  min-height: 34px;
}
@media (max-width: 576px) {
  #modalSearchVoucher #btnSearchVoucher {
    height: 28px;
    min-height: 28px;
    line-height: 28px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
#modalSearchVoucher #btnSearchVoucher span {
  height: 34px;
  display: block;
  background: url(images/button-search-voucher-center.png) repeat-x top left;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 34px;
}
@media (max-width: 576px) {
  #modalSearchVoucher #btnSearchVoucher span {
    height: 28px;
    line-height: 28px;
    background-size: contain;
    padding-left: 0px;
    padding-right: 0px;
  }
}
#modalSearchVoucher #btnSearchVoucher:before, #modalSearchVoucher #btnSearchVoucher:after {
  width: 20px;
  top: 0;
  position: absolute;
  content: "";
  height: 34px;
}
@media (max-width: 576px) {
  #modalSearchVoucher #btnSearchVoucher:before, #modalSearchVoucher #btnSearchVoucher:after {
    height: 28px;
    width: 17px;
  }
}
#modalSearchVoucher #btnSearchVoucher:before {
  left: 0;
  background: url(images/button-search-voucher-left.png) no-repeat top left;
  background-size: contain;
}
#modalSearchVoucher #btnSearchVoucher:after {
  right: 0;
  background: url(images/button-search-voucher-right.png) no-repeat top left;
  background-size: contain;
}
#modalSearchVoucher #btnSearchVoucher:focus {
  outline: none;
  box-shadow: none;
}
#modalSearchVoucher .content-form-voucher {
  background: url(images/bg-popup-voucher-center.jpg) repeat-y left top;
  background-size: 100%;
  padding: 0 40px;
  min-height: 185px;
}
@media (max-width: 576px) {
  #modalSearchVoucher .content-form-voucher {
    padding: 0 20px;
    min-height: 165px;
  }
}
#modalSearchVoucher .voucher-status {
  font-size: 16px;
  color: #0741ff;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  #modalSearchVoucher .voucher-status {
    font-size: 13px;
  }
}
#modalSearchVoucher .voucher-price {
  font-size: 24px;
  color: #fe0100;
}
@media (max-width: 576px) {
  #modalSearchVoucher .voucher-price {
    font-size: 20px;
  }
}
#modalSearchVoucher strong {
  padding-left: 6px;
}
#modalSearchVoucher hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #888888;
}
@media (max-width: 576px) {
  #modalSearchVoucher hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  #modalSearchVoucher p {
    margin: 10px;
  }
}
#modalSearchVoucher .using-vouchers {
  background: #dadbdc url(images/bg-popup-voucher-bottom-content.png) no-repeat top left;
  background-size: contain;
  padding: 15px;
  font-size: 13px;
}
#modalSearchVoucher .using-vouchers .bg-popup-voucher-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#modalSearchVoucher .using-vouchers p {
  display: flex;
  margin-bottom: 6px;
}
#modalSearchVoucher .using-vouchers p span {
  min-width: 16px;
}
#modalSearchVoucher .ic-hotline {
  max-width: 80%;
  margin: 0 auto 10px;
}
@media (max-width: 576px) {
  #modalSearchVoucher .ic-hotline {
    max-width: 84%;
  }
}

.dataTables_wrapper .dataTables_scroll > div {
  min-width: 100%;
}
.dataTables_wrapper .dataTables_scrollHead {
  position: sticky !important;
  top: 0;
  z-index: 1;
  padding-right: 17px;
  background: #d8e9f9;
  border-right: 1px solid #b7defe !important;
}
.dataTables_wrapper .dataTables_scrollBody {
  max-height: calc(100vh - 60px);
}

.BookingShopManagement table thead {
  position: sticky;
  top: 0;
}

.bar-config-cnt .ma-BKVN {
  display: none;
}

.dataTables_processing {
  z-index: 1;
}

div#content > .module-content {
  min-height: 80vh;
}

.main-wrapper > .content {
  min-height: 80vh;
}
div#content {
  position: unset;
  padding: 0;
  margin: 0 auto;
  width: unset;
}
div#content .container, div#content .container-fluid {
  max-width: 1300px;
}

.main-wrapper .btn:has(img):focus {
  background: none;
}

body:has(.box-search-news) header {
  margin-bottom: 0;
}

.text-color-vna {
  color: #1d9fb9;
}

.text-color-vietjet {
  color: #df2321;
}

.text-color-bamboo {
  color: #14b243;
}

.text-color-vietravel {
  color: #ffbe0d;
}

.box-table-cheapest-fare div[id*=date-table] {
  margin: 0;
}
.box-table-cheapest-fare div[id*=date-table] .date-search-flight {
  cursor: pointer;
}
.box-table-cheapest-fare div[id*=date-table] table tr td {
  border: 0;
  background: var(--bg-table);
  padding: 8px;
  width: 14%;
  font-size: 1rem;
  font-weight: 500;
  color: #535252;
  min-width: 120px;
  white-space: nowrap;
}
.box-table-cheapest-fare div[id*=date-table] table tr td > span {
  display: block;
  margin: 0;
  line-height: 24px;
  height: 24px;
}
.box-table-cheapest-fare div[id*=date-table] table tr td:hover {
  color: var(--primary-color);
}
.box-table-cheapest-fare div[id*=date-table] table tr td.airline-name {
  width: 90px;
  text-align: center;
}
.box-table-cheapest-fare div[id*=date-table] table tr td .text-label {
  font-weight: bold;
}
.box-table-cheapest-fare div[id*=date-table] table tr td.airline-name {
  width: 90px;
  text-align: center;
}
.box-table-cheapest-fare div[id*=date-table] table tr td .text-label {
  font-weight: bold;
}
.box-table-cheapest-fare div[id*=date-table] table tr td .text-value {
  font-weight: 500;
}
.box-table-cheapest-fare div[id*=date-table] table tr .date-search-flight-current {
  color: white;
  background: var(--primary-color);
  width: 16%;
}
.box-table-cheapest-fare div[id*=date-table] table tr .date-search-flight-current span {
  color: white !important;
}
.box-table-cheapest-fare div[id*=date-table] table tr .date-search-flight-current:hover {
  color: white;
}
@media (max-width: 768px) {
  .box-table-cheapest-fare {
    border: 1px solid var(--input-border-color) !important;
  }
  .box-table-cheapest-fare table, .box-table-cheapest-fare tbody {
    border-collapse: separate;
  }
  .box-table-cheapest-fare table {
    border-collapse: separate;
    border: 0;
  }
  .box-table-cheapest-fare table tr td {
    width: unset;
  }
  .box-table-cheapest-fare table tr td.airline-name {
    min-width: 60px !important;
    width: 60px;
    position: sticky;
    left: 0;
    background-color: var(--bg-table) !important;
  }
}

.box-contact-infomation #table-contact-info li {
  width: 33.3%;
}
.box-contact-infomation #table-contact-info li.contact-phone-number {
  padding-right: 16px;
}
.box-contact-infomation #table-contact-info li.contact-email {
  padding-left: 8px;
  padding-right: 8px;
}
.box-contact-infomation #table-contact-info li.referral-code {
  padding-left: 16px;
  padding-right: 0;
}
@media (max-width: 768px) {
  .box-contact-infomation #table-contact-info li {
    width: 100%;
  }
}

#search-flight .group-action-search {
  gap: 36px;
}
#search-flight .group-action-search .icon {
  display: block;
}
@media (max-width: 768px) {
  #search-flight .group-action-search {
    margin-top: 0;
    gap: 0;
    margin-bottom: 16px;
    justify-content: space-between;
  }
  #search-flight .group-action-search .lbl-checkbox .icon {
    margin: 0 0 0 4px;
  }
  #search-flight .group-action-search .lbl-checkbox .text {
    display: none;
  }
  #search-flight .group-action-search > div {
    flex: 0 0 auto;
    width: unset;
    padding: 0 !important;
    margin-bottom: 0;
  }
  #search-flight .group-action-search #promotion-option-panel {
    padding-right: 32px !important;
  }
}
#search-flight .group-action-search label {
  font-weight: 500;
  margin-bottom: 0;
}
#search-flight .group-action-search label.lbl-checkbox {
  padding-left: 18px !important;
}
#search-flight .group-action-search > div {
  margin-right: 0;
}
#search-flight .group-action-search .search-by-month {
  margin-top: 0;
}

#open-config {
  width: 50px;
  height: 40px;
  border: none;
  background: #fff;
  padding: 0;
  margin: 0;
  font-size: 0;
  border-radius: 5px 0 0 5px;
}
