@charset "UTF-8";
html {
  font-size: 16px;
}

h1 {
  font-size: 1.5rem;
  color: #0056b3;
}

h2 {
  font-size: 1.25rem;
  color: #0056b3;
}

h3 {
  font-size: 1.125rem;
  color: #0056b3;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.color-primary {
  color: #0056b3;
}

a.color-primary:hover,
button.color-primary:hover {
  color: #ffc313;
}

a.color-highlight:hover,
button.color-highlight:hover {
  color: #0056b3;
}

.color-highlight {
  color: #ffc313 !important;
}

.background-primary {
  background: #0056b3;
}

.background-highlight {
  background: #ffc313;
}

.font-weight-500 {
  font-weight: 500;
}

.font-size-18px {
  font-size: 1.5rem !important;
}

.font-size-16px {
  font-size: 1.25rem !important;
}

.font-size-12px {
  font-size: 0.875rem !important;
}

.p-15px {
  padding: 15px;
}

.list-style-none {
  list-style: none;
}

a {
  text-decoration: none;
  color: #0056b3;
}
a:hover {
  color: #ffc313;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  background: #f4f7fb;
}

.required {
  font-weight: bold;
  color: #f00;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
  color: #ffc313;
}

.header {
  border-bottom: 1px solid #b7c5ce;
}
.header .country-select {
  margin-left: 15px;
}
.header .country-select .flag.vn {
  background: url(../images/vn.png) no-repeat center center;
  background-position: initial !important;
  background-size: contain;
  width: 22px;
  border: 0;
  box-shadow: none;
}
.header .country-select .country-list {
  width: 120px !important;
  overflow: hidden;
  border: 0;
  font-size: 12px;
  top: 30px;
  border-radius: 4px;
  left: -6px;
  z-index: 3;
}
.header .country-select.inside input,
.header .country-select.inside input[type=text] {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  width: 100px;
  padding-left: 30px !important;
  font-size: 0.875rem;
  padding-right: 0 !important;
  text-align: right;
}
.header .country-select.inside .selected-flag {
  width: 100%;
  padding: 0;
}
.header .country-select.inside .selected-flag .arrow {
  display: none;
}
.header .country-select.inside .flag-dropdown {
  right: 0;
  cursor: pointer !important;
}
.header .flex-1 {
  flex: 1;
}

.footer {
  border-top: 1px solid #b7c5ce;
  padding-top: 30px;
}
.footer #accordionFooter .btn {
  padding: 0;
  border: 0;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 15px;
  text-decoration: none;
}
.footer #accordionFooter .btn:focus {
  outline: none;
  border: 0;
  box-shadow: none;
}
.footer #accordionFooter .btn:hover {
  cursor: auto;
}
.footer #accordionFooter ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer #accordionFooter ul li {
  margin-bottom: 10px;
}
.footer #accordionFooter a {
  color: #000;
}
.footer #accordionFooter a:hover {
  color: #0056b3;
}
.footer .footer-bottom {
  background: #f4f7fb;
  padding: 20px 0 30px;
  font-size: 0.875rem;
  color: #666;
  border-top: 1px solid #eee;
}
.footer .footer-bottom .logo-dathongbao {
  max-height: 50px;
}
.footer .footer-mobile {
  font-size: 1rem;
  color: #000;
}
.footer .footer-mobile img {
  margin-bottom: 15px;
}
.footer .footer-mobile h5 {
  font-size: 17px;
  margin: 0 0 15px;
}
.footer .footer-mobile p {
  margin: 0 0 12px;
}

.highlight {
  color: #ffc313;
}

.pagination .page-item {
  margin: 0 5px;
}
.pagination .page-item .page-link {
  border-radius: 4px;
  padding: 0;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 34px;
}
.pagination .page-item .page-link i.mdi {
  font-size: 24px;
}
.pagination .page-item.active .page-link {
  background-color: #0056b3;
  border-color: #0056b3;
}

.form-control {
  border-radius: 0;
  border-color: #e1e1e1;
  font-size: 1rem;
  color: #000;
  height: 40px;
  font-family: "Roboto", sans-serif;
}

select.form-control {
  background: #fff;
}

.vs__dropdown-toggle {
  border-color: #b7c5ce;
  border-radius: 5px;
  height: 40px;
  padding-bottom: 0;
}
.vs__dropdown-toggle .vs__selected-options {
  padding-left: 5px;
}
.vs__dropdown-toggle .vs__open-indicator {
  fill: #999;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}

.vs--open .vs__dropdown-toggle .vs__open-indicator {
  -webkit-transform: rotate(180deg) scale(0.75);
  transform: rotate(180deg) scale(0.75);
}

.vs__dropdown-menu {
  border-color: #b7c5ce;
  min-width: 120px;
}
.vs__dropdown-menu .vs__dropdown-option {
  padding: 7px 15px;
  font-weight: 500;
}
.vs__dropdown-menu .vs__dropdown-option--highlight {
  background: #0056b3;
}

.btn {
  padding: 8px 16px;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  line-height: initial;
  vertical-align: middle;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn-primary {
  background-color: #0056b3;
  border-color: #0056b3;
}

.btn-danger:hover {
  background-color: #c82333;
  border-color: #bd2130;
}

.no-data-found img {
  width: 120px;
}

.back-home {
  background: #0796ff;
  color: #fff;
}
.back-home i {
  margin-right: 5px;
  font-size: 20px;
  vertical-align: middle;
}
.back-home:hover {
  background: #ffc313;
  color: #fff;
}

body.has-modal {
  overflow: hidden;
}
body.has-modal .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
body.has-modal .modal::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
}

.modal.show {
  display: block;
}

.modal .modal-header {
  border-color: #b7c5ce;
}
.modal .modal-header h3 {
  margin: 0;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: normal;
}

.nav-tabs {
  border: 0;
}
.nav-tabs .nav-link {
  border: 0;
  padding: 10px 0;
  text-transform: uppercase;
  margin-right: 30px;
  border-radius: 0;
  color: #0056b3;
  border-bottom: 3px solid transparent;
}
.nav-tabs .nav-link:hover {
  color: #ffc313;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  border: 0;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-bottom: 3px solid #0056b3;
  color: #0056b3;
}
.nav-tabs .nav-link.active:hover, .nav-tabs .nav-item.show .nav-link:hover {
  color: #0056b3;
}

.flatpickr-months .flatpickr-month {
  margin-bottom: 10px;
  margin-top: 10px;
}
.flatpickr-months .flatpickr-month span.cur-month {
  font-weight: normal;
  color: #0056b3;
}
.flatpickr-months .flatpickr-month span.cur-month:hover {
  background: none;
}
.flatpickr-months .flatpickr-month .numInputWrapper:hover {
  background: none;
}
.flatpickr-months .flatpickr-month input.cur-year {
  color: #0056b3;
}
.flatpickr-months .flatpickr-month .flatpickr-prev-month, .flatpickr-months .flatpickr-month .flatpickr-next-month {
  top: 6px;
  height: inherit;
}
.flatpickr-months span.flatpickr-weekday {
  font-weight: 500;
}

/*// ================================================================  */
.lbl-checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 16px;
  cursor: pointer;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lbl-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.lbl-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #ddd;
  border-radius: 3px;
}
.lbl-checkbox:hover input[type=checkbox] ~ .checkmark {
  background-color: #fff;
}
.lbl-checkbox input:checked ~ .checkmark {
  background-color: #fff;
}
.lbl-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.lbl-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.lbl-checkbox .checkmark:after {
  left: 5px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid #0056b3;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.radio {
  margin: 0 0 15px;
  position: relative;
  padding-left: 24px;
}
.radio .radio-label {
  display: block;
  margin-bottom: 3px;
}
.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio input[type=radio] ~ .radio-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #aaa;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 1px;
  left: 0;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
}
.radio input[type=radio]:checked ~ .radio-label:before {
  background-color: #ffc313;
  box-shadow: inset 0 0 0 4px #fff;
}
.radio input[type=radio]:focus ~ .radio-label:before {
  outline: none;
  border-color: #ffc313;
}
.radio input[type=radio]:disabled ~ .radio-label:before {
  box-shadow: inset 0 0 0 4px #0056b3;
  border-color: rgb(0, 24.7430167598, 51.5);
  background: rgb(0, 24.7430167598, 51.5);
}
.radio input[type=radio] ~ .radio-label:empty:before {
  margin-right: 0;
}

.main-nav {
  background: #fff;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.main-nav .navbar-brand {
  padding: 0;
}
.main-nav .navbar-brand img {
  margin: 5px 30px 5px 0;
}
.main-nav .navbar-brand:focus {
  outline: none;
}
.main-nav .navbar-nav .nav-link {
  display: block;
  padding: 0 16px;
  text-decoration: none;
  font-weight: 500;
  color: #000;
  line-height: 70px;
}
.main-nav .navbar-nav .nav-link:hover {
  color: #ffc313;
}
.main-nav .navbar-nav .dropdown-toggle::after {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  content: "\f0140";
  vertical-align: middle;
  color: #848484;
  font-size: 18px;
  border: 0;
  margin-left: 0;
}
.main-nav .navbar-nav .dropdown-menu .dropdown-item {
  list-style: none;
  margin: 0;
  font-weight: 500;
  font-size: 1rem;
  line-height: normal;
  padding: 12px 16px;
}
.main-nav .navbar-nav .dropdown-menu .dropdown-item:hover {
  background: none;
  color: #ffc313;
}
.main-nav .dropdown-menu {
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 6px 6px;
  min-width: 230px;
  border: 0;
  margin-top: 0;
  border: 1px solid #b7c5ce;
  padding: 0;
}
.main-nav .dropdown-menu li:last-child a {
  border-radius: 0 0 6px 6px;
}
.main-nav .drop-support .dropdown-menu:before {
  right: 30px;
}
.main-nav .drop-support .dropdown-menu:after {
  right: 30px;
}
.main-nav .nav-right {
  align-items: center;
}
.main-nav .nav-right .nav-link {
  font-weight: normal;
  font-size: 0.875rem;
}
.main-nav .nav-right .dropdown-toggle::after {
  display: none;
}
.main-nav .nav-right .dropdown-menu {
  padding: 20px 15px;
  font-size: inherit;
  min-width: 240px;
}
.main-nav .nav-right .ic-flag {
  vertical-align: middle;
  width: 29px;
  height: 18px;
  display: inline-block;
  margin-right: 7px;
  margin-top: -1px;
}
.main-nav .nav-right .flag-vi {
  background: url(../images/vn.png) no-repeat center center;
  background-size: contain;
}
.main-nav .nav-right .d-flex {
  align-items: center;
}
.main-nav .nav-right .drop-account .btn-primary {
  font-size: 1rem;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white !important;
}
.main-nav .nav-right .drop-account .nav-link {
  position: relative;
  color: #fff;
}
.main-nav .nav-right .drop-account .nav-link:before {
  content: "";
  line-height: 30px;
  padding: 0 15px;
  background-color: #0056b3;
  border-radius: 4px;
  display: block;
  left: 0;
  right: 0;
  top: 20px;
  bottom: 20px;
  position: absolute;
  z-index: 0;
}
.main-nav .nav-right .drop-account .nav-link .text {
  position: relative;
  z-index: 1;
}
.main-nav .nav-right .drop-account .nav-link:hover:before {
  background: #ffc313;
}
.main-nav .nav-right .drop-account .dropdown-menu .accountLogin {
  background: #0056b3;
  border-color: #0056b3;
}
.main-nav .nav-right .drop-account .dropdown-menu .accountLogin:hover {
  background: #ffc313 !important;
  border-color: #ffc313;
}
.main-nav .nav-right .drop-account .dropdown-menu li a {
  color: #333;
}
.main-nav .nav-right .drop-account .dropdown-menu li a:hover {
  text-decoration: underline;
  background: none !important;
}
.main-nav .nav-right .drop-account .operator-booking .btn-primary {
  background: #ffc313;
  border-color: #ffc313;
  color: white !important;
}
.main-nav .nav-right .drop-account .operator-booking .btn-primary:hover {
  background: #ffc313 !important;
  border-color: #ffc313;
  text-decoration: underline;
}
.main-nav .nav-right #aUserInfo {
  padding: 0 15px;
  background-color: #0056b3;
  border-radius: 4px;
  border: 0;
  line-height: 30px;
  color: #fff;
  text-transform: capitalize;
}
.main-nav .nav-right .drop-support .phone-label {
  color: #555;
  font-size: 13px;
}
.main-nav .nav-right .drop-support .phone-num {
  font-size: 24px;
  margin: 7px 0;
  font-weight: 500;
  line-height: initial;
}
.main-nav .nav-right .link-mobile .mdi-cellphone-android {
  font-size: 24px;
  padding-top: 1px;
  display: block;
  color: #607D8B;
}
.main-nav .nav-right .dropdown-menu:before {
  content: "";
  border: 11px solid transparent;
  border-bottom-color: #b7c5ce;
  position: absolute;
  top: -22px;
  right: 36px;
}
.main-nav .nav-right .dropdown-menu:after {
  content: "";
  border: 11px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  top: -21px;
  right: 36px;
}

.title-page {
  display: block;
  background: #fff;
  padding: 30px 0;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}
.title-page h1 {
  font-weight: bold;
  margin: 0;
}

.breadcrumb {
  font-size: 13px;
}
.breadcrumb li:last-child {
  margin-right: 0 !important;
}
.breadcrumb li a {
  color: #999;
}
.breadcrumb li a:hover {
  color: #0056b3;
}
.breadcrumb li .active {
  color: #333;
}
.breadcrumb li .active:hover {
  color: #333;
}
.breadcrumb li .active i {
  display: none;
}

.breadcrumb li + li:before {
  padding: 8px;
  color: black;
  content: "/ ";
}

.images-gallery .flex-direction-nav .flex-prev {
  left: 15px;
}
.images-gallery .flex-direction-nav .flex-next {
  right: 15px;
}
.images-gallery .flex-control-paging {
  display: none;
}
.images-gallery .flexslider:hover .flex-direction-nav .flex-prev {
  left: 15px;
}
.images-gallery .flexslider:hover .flex-direction-nav .flex-next {
  right: 15px;
}

.flexslider .slides {
  display: flex;
  align-items: center;
}

.error-message {
  color: #f00;
  display: block;
  margin-top: 7px;
}

.alert.alert-warning.error {
  color: #f00;
}

figure.caption {
  margin: 0 0 1.5rem;
}
figure.caption figcaption {
  font-size: 13px;
  color: #666;
  text-align: center;
  margin-top: 10px;
}

.detail img {
  width: initial !important;
  height: initial !important;
}

.swal-modal .swal-title,
.swal-modal .swal-text {
  color: #000;
  text-shadow: none;
  outline: none;
}
.swal-modal .swal-button--confirm {
  background: #0056b3;
}
.swal-modal .swal-button--confirm:hover {
  background: #ffc313;
  border-color: #ffc313;
}

.swal-overlay--show-modal .swal-modal {
  will-change: inherit;
}

.swal-icon--error__line {
  background: red;
}

.swal-icon--error {
  border-color: red;
}

.error_content {
  background: #fff;
  text-align: center;
  padding: 30px;
}
.error_content h1 {
  font-size: 27px;
}
.error_content .back-home {
  font-weight: bold;
  color: #fff;
  padding: 15px 30px;
  display: inline-block;
  font-size: 18px;
  border-radius: 5px;
  background: #ffc313;
}
.error_content .back-home:hover {
  background: #0056b3;
}

.vld-overlay.is-full-page {
  z-index: 9999 !important;
}

.seo-onpage {
  background: #fff;
  padding: 15px;
}
.seo-onpage.expanded .content {
  max-height: inherit;
}
.seo-onpage.expanded .content:after {
  visibility: hidden;
}
.seo-onpage .content {
  overflow-y: hidden;
  transition: max-height 0.7s linear;
  max-height: 400px;
  position: relative;
}
.seo-onpage .content:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), #fff);
}
.seo-onpage .button {
  height: 40px;
  padding: 0 2rem;
  position: relative;
  z-index: 1;
  display: block;
  margin: 15px auto 0;
  border: 0;
  background: #0796ff;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}