﻿@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1366px) {
    .container {
        max-width: 1300px;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1410px;
    }
}

@media only screen and (min-width: 768px) {
    .navbar-brand {
        width: 26%;
    }

    /*====END Min Media 768 ==================*/
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .navbar-brand {
        width: 20%;
    }
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        font-size: 15px;
    }
    .block-17 form .fields .form-group label {
        font-size: 16px;
    }

    /*====END Min Media 768 ==================*/
}
@media (min-width: 991.99px) {
    .ftco-addcart .box-container > .row > .col-md-7 {
        border-right: 2px dashed #acacac;
    }
    .table thead th {
        white-space: nowrap;
    }
}
@media (min-width:768px){
    .search-static .search-static__form .toggle__icn {display: none;}
}
@media (max-width: 1365px) {
    .service-details {
        padding: 15px;
    }
    .service-details h5 {
        margin: 10px 0;
    }
}
@media (max-width: 991.98px) {
.navbar-brand {
    width: calc(100% - 50px);
    margin-top: 0;
}
.navbar-toggler {
    position: absolute;
    right: 14px;
    top: 10px;
}
.ftco-navbar-light {
    background: rgba(0, 0, 0, 0.7) !important;
    top: 0;
    padding: 5px 15px;
}
.ftco-navbar-light
    .navbar-nav
    > .nav-item
    > .nav-link.dropdown-toggle-split {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 26px;
    line-height: 44px;
    padding: 0;
    width: 44px;
    height: 44px;
    text-align: center;
}
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    margin: 0;
}
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
    color: #fff;
}
.action-nav {
    display: inline-block;
    margin-bottom: 30px;
}
.ftco-section.form-section {
    margin-top: 0;
}

.block-17 form .fields {
    width: 100%;
}
.slider-text-container {
    padding: 15px;
}
.slider-content {
    right: 0;
    width: 100%;
    padding: 15px;
    bottom: 0;
}
.slider-content h1 {
    font-size: 18px;
}
.slider-content p {
    font-size: 14px;
    line-height: 1.2;
}

.slider-text h3 {
    font-family: 'Mulish Bold';
}
.slider-text p {
    line-height: 24px;
}
.destination-slider .owl-item:nth-child(2n + 2) {
    margin-top: 0;
}
.ftco-section.ftco-step.form-top {
  margin-top: -30px;
}
.slider-step li {
  padding-right: 0;
  flex-direction: row;
}
.slider-step li::before {
    display: none;
}
.slider-step li:not(.current) {
    display: none;
}
.slider-step li span {
  width: 35px;
  height: 35px;
  line-height: 31px;
  font-size: 18px;
  align-self: center;
  margin: 0 10px 0 0;
}

.action-container {
  padding: 10px 0;
}
.action-left {
  align-self: center;
}
.action-left label {
  font-size: 14px;
  margin: 0 5px 0 0;
}
.action-left span {
  font-size: 14px;
}
.action-left span span {
  font-size: 18px;
}
.action-right .btn {
  font-size: 14px;
  line-height: 32px;
  padding: 0 10px;
}
.slider-step li p {
  font-size: 16px;
}

.content-overlay {
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 10%,
        rgba(0, 0, 0, 0.9) 100%
    ) !important;
}
.content-image h5 {
    display: none;
}
.content-details {
    top: auto !important;
    opacity: 1;
    bottom: 0;
    transform: translate(0, 0);
    left: 0 !important;
    padding: 15px;
}

.block-event {
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.block-col-1,
.block-col-2 {
    flex-basis: 100%;
    max-width: 100%;
}
.label-meta {
    padding: 5px 10px;
    font-size: 16px;
    margin-top: 10px;
    position: absolute;
    top: 15px;
}
.description-event {
    padding-left: 0;
}

.service-slider .owl-item:nth-child(2n + 2) .service-container {
    flex-direction: column;
}
.ftco-service {
    padding-top: 50px;
}
.service-details {
    height: auto !important;
}

.adv-container {
    flex-direction: column;
}

.adv-container .adv-item {
    margin-right: 0;
    margin-bottom: 15px;
}

.main-title {
    box-shadow: none;
    border-bottom: none;
}
.title-rotate {
    position: static;
    -ms-transform: rotate(0deg);
    -ms-transform-origin: 0;
    transform: rotate(0deg);
    transform-origin: 0;
    text-transform: none;
    background-color: transparent;
    white-space: normal;
}
.blog-item {
    flex-wrap: wrap;
}
.blog-details {
    padding: 15px;
    min-height: 10px;
}
.blog-image,
.blog-details {
    flex-basis: 100%;
    max-width: 100%;
}
.blog-image.bg-img {
    width: 100%;
}
.blog-details p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.blog-details h5 {
    margin-bottom: 15px;
}

.addcart-list__item {
    position: relative;
    z-index: 1;
    flex-direction: column;
}
.addcart-list__item .custom-control {
    position: absolute;
    right: 0;
}
.addcart-list__item .media {
    flex-direction: column;
}
.addcart-list__item .media .bg_img {
    max-width: 100%;
    height: 150px;
    margin-bottom: 15px;
}
.addcart-list__item .media .media-body {
    padding-left: 0;
}
.row-quantity {
    display: flex;
    justify-content: space-between;
}
.box-container {
    box-shadow: none;
    padding: 0;
}
.heading-section.heading-content.heading-breadcrumb {
    margin-bottom: 15px;
}



.ticket-content-item {
    padding: 0;
}
.container.modal-dialog {
    margin: 0;
}
.modal-body {
    padding: 15px;
}
#login-modal .login-container,
#register-modal .modal-body {
    background-image: none;
}
.form-box {
    padding: 15px;
}
.close {
    right: 0;
    top: -30px;
}
.ftco-footer-social{
  margin-bottom: 0;
}
.ftco-footer-social li a{
  height: auto;
}
.hero-wrap.hero-content,.hero-wrap.hero-content-1 {
  margin-bottom: 0 !important;
  height: 100px;
}
.content-wrap::before {
  height: 0;
}
.ftco-section.ftco-step.form-top {
  margin-top: 0;
  padding-bottom: 10px;
}
.search-section .form-control {
  height: 50px !important;
}
.search-section .input-group-append img {
  height: 30px !important;
}
.ftco-section.ftco-step.form-top .step-order {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.slider-step {
  padding: 10px 0;
}
.order-item {
  margin-top: 15px;
}

/*Menu style*/
.navbar-brand img{
    max-height: 39px;
}
#ftco-nav {
  position: fixed;
  left: -100%;
  display: flex;
  width: 100%;
  height: 100vh;
  top: 50px;
  background-color: #fff;
  -webkit-transition: left 0.3s linear;
  -o-transition: left 0.3s linear;
  transition: left 0.3s linear;
  flex-direction: column-reverse;
  justify-content: flex-end;
}
#ftco-nav.show {
  left: 0;
}
#ftco-nav .navbar-nav {
  width: 100%;
  margin-top: 20px;
}

.ftco-navbar-light .navbar-nav > .nav-item {
    margin-bottom: 10px;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    color: #363636;
    font-size: 18px;
    padding: 8.5px 15px 8.5px 45px;
    width: 100%;
    line-height: 23px;
    position: relative;
    text-transform: none;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:before {
    content: "";
    background-color: #888888;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 15px;
    top: 11px;
}
.ftco-navbar-light .navbar-nav > .nav-item:nth-of-type(1) > .nav-link:before{
    mask: url("../images/icon/Trangchu_Gray.svg") no-repeat center / contain;
    -webkit-mask: url("../images/icon/Trangchu_Gray.svg") no-repeat center / contain;
}
.ftco-navbar-light .navbar-nav > .nav-item:nth-of-type(2) > .nav-link:before{
    mask: url("../images/icon/MuaVe_Gray.svg") no-repeat center / contain;
    -webkit-mask: url("../images/icon/MuaVe_Gray.svg") no-repeat center / contain;
}
.ftco-navbar-light .navbar-nav > .nav-item:nth-of-type(3) > .nav-link:before{
    mask: url("../images/icon/DatVe_Gray.svg") no-repeat center / contain;
    -webkit-mask: url("../images/icon/DatVe_Gray.svg") no-repeat center / contain;
}
.ftco-navbar-light .navbar-nav > .nav-item:nth-of-type(4) > .nav-link:before{
    mask: url("../images/icon/ThongTin_Gray.svg") no-repeat center / contain;
    -webkit-mask: url("../images/icon/ThongTin_Gray.svg") no-repeat center / contain;
}
.ftco-navbar-light .navbar-nav > .nav-item:nth-of-type(5) > .nav-link:before{
    mask: url("../images/icon/SuKien_Gray.svg") no-repeat center / contain;
    -webkit-mask: url("../images/icon/SuKien_Gray.svg") no-repeat center / contain;
}
.ftco-navbar-light .navbar-nav > .nav-item:nth-of-type(6) > .nav-link:before{
    mask: url("../images/icon/ThongKe_Gray.svg") no-repeat center / contain;
    -webkit-mask: url("../images/icon/ThongKe_Gray.svg") no-repeat center / contain;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover,
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link.active{
    color: var(--primary);
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover:before,
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link.active:before{
    background-color: var(--primary);
}
#ftco-nav .navbar-nav .nav-item.dropdown .dropdown-menu {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    background-color: #FFF0E9;
    margin-right: 15px;
    border-radius: 8px;
    padding: 10px 25px;
}
#ftco-nav .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    color: #363636;
    font-size: 18px;
    padding: 6px 15px 6px 20px;
    line-height: 23px;
    font-family: 'Mulish Semibold';
    position: relative;
}
#ftco-nav .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:before{
    content: "";
    background-color: #363636;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0px;
    top: 14px;
    mask: url("../images/icon/bullet_black.svg") no-repeat center / contain;
    -webkit-mask: url("../images/icon/bullet_black.svg") no-repeat center / contain;
}
#ftco-nav .navbar-nav .nav-item.dropdown #menu_header_undefined {
  display: none;
}
.action-nav {
    background-color: transparent;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
    padding: 10px 15px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    border-radius: 0;
}
.dropdown.dropdown-user .dropdown-menu {
  display: flex;
  position: static;
  border: none;
  padding: 0;
  margin: 0;
  color: #363636;
}
.dropdown.dropdown-user #dropdownuser {
  display: none;
}
.dropdown.dropdown-user .dropdown-menu .dropdown-item {
  padding: 0;
  font-size: 16px;
  line-height: 20px;
}
.dropdown.dropdown-user .dropdown-menu .dropdown-item:not(:last-child){
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
}
.dropdown.dropdown-user .dropdown-menu .dropdown-item:not(:last-child):before{
    content: "";
    background-color: #C7C7C7;
    width: 1px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
}
.action-nav > ul {
    flex-direction: row-reverse;
    width: 100%;
}
.action-nav > ul > li {
  align-self: center;
  padding: 0;
  margin-right: 0px;
  margin-left: 0 !important;
  line-height: 20px;
}
.action-nav > ul > li:last-child {
    flex-grow: 1;
}
.action-nav > ul > li:first-child {
    position: relative;
    padding-left: 10px;
    margin-left: 10px !important;
}
.action-nav > ul > li:first-child:before {
    content: "";
    background-color: #C7C7C7;
    width: 1px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
.action-nav img {
    width: 20px;
}




}
@media(max-width: 767px){
.ftco-section.ftco-content {
  padding-top: 30px;
}
.heading-section.heading-content.heading-breadcrumb {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.heading-section.heading-content.heading-breadcrumb .heading2 {
  font-size: 14px;
  padding-bottom: 5px;
}
.heading-section.heading-content.heading-breadcrumb .heading2.end-breadcrumb {
  padding-left: 15px;
  margin-left: 10px;
}
.heading-section.heading-content.heading-breadcrumb .heading2.end-breadcrumb::after {
  width: 7px;
  height: 19px;
  background-size: 7px auto;
  background-position: left top;
}
.search-static__form button.btn {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.heading-section .heading2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.css-14el2xx-placeholder {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}
.addcart-list__item .media .media-body .row-quantity > span {
  white-space: nowrap;
  flex: 0 0 150px;
  max-width: 150px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
}

.content-wrap.content-order{
  background-color: #fff;
}
.ftco-section.ftco-addcart::before, .ftco-section.ftco-addcart::after{
  display: none;
}
.ftco-section.ftco-addcart .heading-section {
  display: none;
}
.addcart-infomation {
  box-shadow: none;
  padding: 0;
  margin-bottom: 0;
}
.addcart-infomation .heading4 {
  margin-bottom: 10px;
}
.addcart-infomation .form-check {
  padding-left: 5px;
  padding-right: 5px;
}
.addcart-infomation .form-check-input {
  margin-left: 0;
  margin-top: 0;
  top: 6px;
}
.addcart-infomation .form-check-label {
  padding-left: 20px;
}
.form-group > label {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
}
.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group {
  margin-bottom: 10px;
}
.addcart-container {
  margin-top: 15px;
}
.addcart-header {
  margin-bottom: 10px;
  padding: 5px 20px;
}
.addcart-list__item {
  padding: 0;
  box-shadow: none;
  margin-bottom: 30px;
}
.addcart-list__item .media .media-body h6 {
  margin-bottom: 10px;
}
.addcart-list__item .media .media-body .col-md-3 > label {
  margin-bottom: 0;
}
.addcart-list__item .row-total {
  margin-top: 5px !important;
}
.total-ticket {
  box-shadow: none;
  background-color: #f9f9f9;
  padding: 15px;
  margin-bottom: 5px;
}
.price__item .price__nummber {
  font-family: 'Mulish Bold';
}
.price__item.price__promotion {
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.total-ticket ~ .btn {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}

.content-container.ltk-select-wrapper,.content-container.tk-content {
  display: inline-block;
  width: 100%;
}
.tk-content .search-static__form .form-row {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.tk-content .search-static__form .form-row.active {
    opacity: 1;
    height: auto;
    overflow: visible;
}
.content-container.ltk-select-wrapper .search-static__form {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}
.content-container.ltk-select-wrapper .search-static__form .toggle__icn {
    flex: 0 0 110px;
    max-width: 110px;
    border: 1px solid #F8C4B8;
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: var(--primary);
    font-family: 'Mulish Bold';
    cursor: pointer;
    text-align: center;
    margin-left: 15px;
}
.content-container.ltk-select-wrapper .search-static__form .toggle__icn img{
    width: 17px;
    margin-left: 7px;
}
.content-container.ltk-select-wrapper .search-static__form .form-row {
    flex: 0 0 calc(100% - 115px);
    max-width: calc(100% - 115px);

}
.content-container.ltk-select-wrapper .search-static__form .form-row .ltk-select {
  margin-bottom: 0;
}
.content-container.ltk-select-wrapper .search-static__form .form-row .ltk-select .dx-texteditor-with-floating-label {
  margin-top: 0;
}
.tk-content .search-static__form .form-row.active .placeholder-filter {
  display: none;
}
.content-container.tk-content {
  margin-top: 20px;
}

.row.my-3.box-statics {
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0 !important;
  padding: 15px 20px;
}
.search-static__form button.btn {
  margin-bottom: 0;
}
.row.my-3.box-statics > .col-md-4 {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 12px;
}
.box-statics__item {
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;

  border-radius: 0 !important;
  padding: 0;

}
.row.my-3.box-statics > .col-md-4:not(:last-child) .box-statics__item{
    border-bottom: 1px solid #E6E6E6 !important;
    margin-bottom: 15px;
  padding-bottom: 15px;
}
.box-statics__item.statics__item__1 .statics__icn {
  width: 70px;
  height: 70px;
}
.statics__icn img {
  max-width: 40px;
}
.statics__content p {
  color: #363636;
  font-size: 16px;
  line-height: 20px;
}
.statics__content p.statics__content-number {
  font-size: 24px;
  line-height: 30px;
}
.box-statics__item.static__item__style {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.box-statics__item.static__item__style h5 {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 15px;
}
.box-statics__item.static__item__style .statics__list {
  display: flex;
  flex-direction: column-reverse;
  flex: 0 0 calc(100%/3);
  max-width: calc(100%/3);
  margin-bottom: 0;
}
.box-statics__item.static__item__style .statics__list span:last-child {
    width: 70px;
    height: 70px;
    border-radius: 180px;
    text-align: center;
    line-height: 70px;
    padding: 0;
    margin-bottom: 10px;
}
.box-statics__item.static__item__style .statics__list span:first-child {
    color: #4f4f4f;
    font-size: 14px;
    line-height: 17px;
}

}
@media(max-width: 576px){
    .order-item .bg-img {
  height: 100px !important;
  background-size: 100px 100px;
  padding: 15px 0 0;
  background-position: left top;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
.order-container > label {
  right: auto;
  left: 5px;
  top: 5px;
  width: 100%;
  height: 100%;
}
.order-item .bg-img .content-overlay {
  display: none;
}
.order-item .content-info {
  align-self: flex-start;
  padding-left: 115px;
}
.order-item .content-info span.title-destination {
  color: #363636;
  text-transform: none;
  font-size: 16px;
  margin-bottom: 10px;
}
.order-item .content-info span {
  color: #363636;
}
.order-container > label:before {
}

.addcart-list__item .media {
  flex-direction: row;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 30px 15px 15px 0;
}
.addcart-list__item .media .bg_img {
    height: 100px;
    max-width: 100px;
    box-shadow: none;
    margin-bottom: 0;
    background-position: left center;
    background-size: 100px 100px;
    align-self: center;
}
.addcart-list__item .media .media-body {
    padding: 0 0 0 10px;
    height: auto;
    align-self: center;
}
.addcart-list__item .media .media-body h6 {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.2;
}
.addcart-list__item .custom-control {
  right: auto;
  left: 5px;
}
.addcart-list__item .media .media-body .col-md-3:not(.row-quantity) {
  display: none;
}
.addcart-list__item .media .media-body .col-md-3.row-quantity {
  align-self: center;
  margin-top: 5px;
}
.addcart-list__item .media .media-body .row-quantity > span {
  margin-bottom: 0;
  font-size: 14px;
}
.addcart-list__item .media .media-body .col-md-3.row-quantity .quantity {
  margin-bottom: 0;
  padding: 0;
}
.addcart-list__item .row-total {
  position: absolute;
  left: 25px;
  top: 2px;
  margin: 0 !important;
}
.addcart-list__item .media-body-nonposition .row-total{
  position: unset;
}
.addcart-list__item .media .media-body .row-total .col-md-6.d-flex.justify-content-end span {
}
.addcart-list__item .row-total:before {
  content: "";
  background-color: var(--primary);
  width: 2px;
  height: 15px;
  position: absolute;
  left: 10px;
  top: 7px;
}
.addcart-list__item.addcart-list__column .media .bg_img {
  height: 100px;
  max-width: 100px;
  align-self: center;
}
.addcart-list__item.addcart-list__column .media  .media-body {
  padding: 5px 15px;
  height: auto;
}
.addcart-list__item.addcart-list__column .media .media-body dl dt {
  font-size: 14px;
  padding: 0;
}
.addcart-list__item.addcart-list__column .media .media-body dl dd {
  font-size: 16px;
  margin: 0 0 5px;
  line-height: 1.2;
  padding: 0;
}
.addcart-list__item.addcart-list__column .media .media-body dl {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.addcart-list__item.addcart-list__column .media {
  padding: 0 !important;
}

}



