/*============================================================================
   #Webcms
==============================================================================*/
html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
}

.row > * {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

a {
    text-decoration: none !important;
}

.dl, ol, ul {
    list-style: none;
    margin-bottom: 0px !important;
    padding-inline-start: 0px !important;
}

p {
    margin-bottom: 0px;
}

.__ovfHidden {
    overflow: hidden;
}

.__header {
    position: relative;
}

._absolute {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 99;
}

.topBanner {
    width: 100%;
    aspect-ratio: 16/9;
    max-height: 480px;
    object-fit: cover;
}

.top-header {
    font-size: 12px;
    background: rgba(0, 114, 188, 0.5);
}

.top-header > div > .row {
    align-items: center;
    height: 3em; 
}

.top-header ul {
    display: flex;
}

.top-header ul > li {
    padding: 0 15px;
    line-height: 1.85em;
}

.top-header a {
    display: flex;
    align-items: center;
    color: white !important;
    white-space: nowrap;    
}

.top-header a:hover {
    color: #ff891e !important;
    cursor: pointer;
}

.__megaDropdown:hover .__ovfHidden > a {
    color: #ff891e !important;
}

.top-header a > p {
    max-width: 100em;
    transition: all 500ms;
}

.top-header i {
    font-size: 14px;
    margin-right: 10px;
}

.top-header img {
    width: 2em;
    aspect-ratio: 4/3;
    margin-right: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

._login {
    border-left:1px solid white;border-right:1px solid white;
}

._navBar {
    width: 100%;
}

._navBar > .container-lg {
    display: flex;
    justify-content: space-between;
    height: 60px;
    align-items: center;  
}

._navBar img {
    max-height: 45px;
}

._navBar > .container-xm {
    padding: 0;
}

._navCategories {
    display: flex;
    font-size: 14px;
}

._navCategories > li > div > a {
    color: white;
    text-transform: uppercase;
    border-bottom: 2px solid;
    border-color:  rgba(255, 255, 255, 0.2);
    padding: 10px 0;
    white-space: nowrap;
    transition: all 500ms;
    position: relative;
}

._navCategories > li:hover > div > a::after{
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

._navCategories > li > div > a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ff891e;
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
    transition: opacity 500ms, transform 500ms;
}


._navCategories > li > div.__ovfHidden, ._navCategories > div._advSearch {
    display: flex;
    align-items: center;
    margin: 10px;
    position: relative;
    cursor: pointer;
}

._navCategories div {
    margin-right: 0;
}

._advSearch > i {
    padding: 13px;
    color: white;
    background-color: #ff891e;
    border-radius: 5px;
}

.__mobileNav {
    display: none;
}

.__barButton > i {
    color: #ff891e;
    background-color: white;
    padding: 7px 15px;
    margin-right: 15px;
    border-radius: 5px;
    font-size: 20px;
    border: 1px solid #ddd;
}

@media screen and (max-width: 48em){
    ._login {
        border:0
    }

    .top-header a > p {
        font-size: 0;
        max-width: 0;
    }

    .top-header img {
        margin-right: 0;
    }

    .__navCatcontainer {
        display: none;
    }

    .__mobileNav {
        display: block;
    }
}

@media screen and (max-width: 61.9375em) {
    /* ._logo {
        margin-left: 15px !important;
    } */

    ._advSearch > i {
        margin-right: 15px;
    }

}

@media screen and (max-width: 64em) {
    ._navCategories {
        font-size: 10px;
    }
}

.mega-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    background-color: white;
    border-radius: 5px;
    padding: 10px !important;
    display: none;
    justify-content: space-evenly;
    transition: font-size 1s;
    width: 95% !important;
    font-size: 14px;
    border: 1px solid rgba(0,0,0,.15);
}

.mega-dropdown > li {
    display: flex;
    flex-direction: column;
    max-width: 200px;
    margin-bottom: 5px;
}

.mega-dropdown > li > a {
    color: rgba(0,0,0,0.5) !important;
    text-transform: capitalize;
    margin: 3px 0;
}

.mega-dropdown > li > a, .mega-dropdown > li > p {
  padding: 5px 12px;
}

.__parentCat {
    margin: 10px 0 !important;
}

.__parentCat > a {
    text-transform: uppercase;
    color: black;
    cursor: pointer;
}

.__megaDropdown:hover .mega-dropdown {
    display: flex;
}

/* Swiper */
.mySwiper.swiper {
    width: 100%;
    max-height: 480px;
}

.mySwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.mySwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8);
}

.mySwiper .swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {
    transform: translate3d(0, 0, 0);
    right: 0 !important;
    top: 90% !important;
    width: 100%;
    display: flex;
    justify-content: center;
}

.mySwiper .swiper-pagination-vertical.swiper-pagination-bullets > span, .swiper-vertical>.swiper-pagination-bullets > span {
    margin:0 10px !important;
}


.mySwiper .swiper-pagination-bullet {
    height: 10px !important;
    width: 10px !important;
    background: rgba(255, 255, 255) !important;
}

.mySwiper .swiper-pagination-bullet:hover {
    background: transparent !important;
    outline: 2px solid white;
    outline-offset: 2px;
}

.mySwiper .swiper-pagination-bullet-active {
    background: transparent !important;
    outline: 2px solid white;
    outline-offset: 2px;
}

/* EndSwiper */

.bannerInfo {
    position: absolute;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    padding: 0 10% !important;
    margin-top: 3em;
}

.bannerInfo > a > button {
    text-transform: uppercase;
    background-color: #ff891e;
    border: none;
    border-radius: 5px;
    color: #fff;
    padding: 5px 20px;
    font-size: 16px;
    transition: opacity 1s;
}

.bannerInfo > a > button:hover {
    opacity: 80%;
}

.bannerInfo > div:first-child {
    font-size: 27px;
    transition: font-size 500ms;
}

.bannerInfo > div:nth-child(2) {
    font-size: 46px;
    transition: font-size 500ms;
}

.bannerInfo > div:nth-child(3) {
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    margin: 2em 0 3em;
    transition: font-size 500ms;
}

@media screen and (max-width:590px) {
    .bannerInfo > div:first-child {
        font-size: 14px;
    }

    .bannerInfo > div:nth-child(2) {
        font-size: 23px;
    }

    .bannerInfo > div:nth-child(3) {
        font-size: 10px;
    }
}

/* Body CSS */

.indexSearch {
    left: 0;
    right: 0;
    height: 44px;
    position: absolute;
    z-index: 2;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    padding: 0 20px !important;
    box-shadow: 2px 2px 8px 0 rgb(0 0 0 / 40%);
    background-color: #fff;
    transition: all 200ms;
    max-width: 770px !important;                                     
}

.indexSearch > input {
    border: none;
    height: 100%;
    width: 100%;
    font-size: 14px; 
}

.indexSearch > input:focus {
    outline:none !important;
}

.indexSearch > div {
    position: absolute;
    height: 100%;
    display: flex;
    right: 1em;
    align-items: center;
}

.padding30 > div {
  padding-right: 30px !important;
}

@media screen and (max-width:991px) {
    .indexSearch {
        max-width: 615px !important;
    }
}

@media screen and (max-width:768px) {
    .indexSearch {
        max-width: 355px !important;
    }
    
    .padding30 > div {
      padding-right: 0px !important;
      padding-left: 0px !important;
    }
}

._tourName {
    color: rgba(0,0,0,0.7);
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1em;
}

#_tours {
    padding-top: 5em;
}

._tourName > i {
    font-size: 14px;
    padding-left: 2.8px;
    padding-top: 2.8px;
    color: white;
    background-color: #df6765;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    margin-left: 10px;
}

/* Swiper Autoplay */

._autoplay .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

._autoplay .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

._autoplay .swiper-button-next::after,
._autoplay .swiper-button-prev::after {
    font-size: 24px;
    font-weight: bold;
    color: white;
}

._autoplay .swiper-button-next {
    right: 10px;
}

._autoplay .swiper-button-prev {
    left: 10px;
}

._autoplay .swiper-button-next,
._autoplay .swiper-button-prev {
    background-color: rgba(0,0,0,0.3) !important;
    height: 75px;
    width: 45px;
}

._autoplay .swiper-pagination-bullet-active {
    background: rgba(0,0,0,.65)
}

/* End Autoplay */

.sld_shadow {
    box-shadow: 2px 2px 8px 0 rgb(0 0 0 / 40%);
    margin: 10px;
}

.__toursCap {
    text-transform: capitalize;
    font-size: 13px;
    padding: 1em;
    color: grey;
    height: 180px;
    position: relative;
}

.__toursCap > div {
    margin-bottom: 5px;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
}

.__tourTitle {
    color: #05558a !important;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    padding: 2em 0;
}



.__tourTitle > a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #05558a;
}

.buyTour {
    width: fit-content !important;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px 15px;
    background-color: #ff891e;
    color: white;
    margin-bottom: 10px !important;
}

.buyTour:hover {
    color: white;
    filter: brightness(1.1);
    cursor: pointer;
}

._imgContain {
    position: relative;
    overflow: hidden;
}

._imgContain > div:last-child {
    position: absolute;
    bottom: 0;
    padding: 7px 20px;
    font-size: 14px;
    color: #fff;
    background-color: #FF002C;
    font-weight: 600;
}

._imgContain > div:last-child::after {
    left: calc(100% - 18px);
    top: 50%;
    border: solid #FF002C;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #FF002C;
    border-right-color: transparent;
    border-width: 17.5px;
    margin-top: -17.5px;
}

._imgContain > img {
    transition: all 500ms;
}

._imgContain > img:hover {
    transform: scale(1.5);
    filter: brightness(1.1);
    cursor: pointer;
}

._vq {
    position: absolute;
    top: 35px;
    right: 0;
    padding: 7px 20px;
    color: white;
    background-color: #ff891e;
    font-size: 12px;
    width: 110px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    z-index: 1;
}

.__homeBanner {
    margin-top: 5rem;
}


.__homeBanner img {
    width: 100%;
    height: 100%;
    box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 40%);
}

@media screen and (max-width:768px) {
    ._flex768px {
        display: flex;
    }

    ._flex768px > div {
        width: 50%;
    }
}

.__promo {
    background-image: url("https://statics.pancake.vn/web-media/7d/34/d5/1f/4da1a65774d1d4173c39014e1f6fe0df464891ad45c3231916a74174.jpg");
    background-attachment: fixed;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    color: #ffffff;
    margin-top: 5em;
    position: relative;
    display: flex;
}

.promoWrap {
    width: 50%;
    margin: 93px 40px;
    height: auto;
    background: rgba(3, 49, 95, 0.8);
    max-width: 490px;
    transition: all 500ms;
}

.__promo .i_news {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 20px 15px 15px 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: orangered;
    text-transform: capitalize;
}

.__promo .i_news > i {
    color: white;
    background-color: #df6765;
    border-radius: 50%;
    padding-left: 3.8px;
    padding-top: 3px;
    height: 20px;
    width: 20px;
    margin-left: 10px;
    font-size: 14px;
}

.i_newsTitle {
    padding: 5px 15px 5px 20px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.i_newsContent {
    font-size: 13px;
    padding: 15px 15px 25px 20px;;
}

.__more {
    background-color: #ff891e;
    width: fit-content;
    padding: 5px 10px;
    margin: 20px 0 25px;
    float: right;
    cursor: pointer;
}

@media screen and (max-width:768px) {
    .promoWrap {
        width: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .__promo > div:first-child {
        display: none;
    }
}

.hotTours {
    padding-top: 3em;
}

.hotTours > ._tourName > p {
    color: #0968c5;
    text-decoration: underline 1px;
    text-underline-offset: 5px;
}

.__sub > .container-lg > div {
    background-color: #036;
    color: white;
}

.__subTitle {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
}

.subFlex {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    margin-top: 3em;
    flex-wrap: wrap;
}

.subFlex > div {
    margin: 1em;
}

.subForm {
    display: flex;
    flex-direction: column;
}

.subForm > label {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 5px;
}

.subForm > input {
    width: 100%;
    padding: 0.5em 0.5em;
    border: 1px solid #CCC;
    background: #d4d4d4;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 4px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.subForm > button {
    color: #5d6c7c;
    background-color: #ffffff;
    border: none;
    border-radius: 4px;
    max-width: 130px;
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 12px;
}

.__subContent {
    font-size: 13px;
}

.whiteSection:last-child {
    margin-bottom: 40px;
}

.whiteSection {
    padding: 40px 0 0 0;
}

.commitment > .row > div {
    padding: 0 10px !important;
}

.commitment .commitment-box {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px;
    display: flex;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.commitment-taitle {
    font-size: 13px;
    font-weight: 600;
}

.commitment-description {
    font-size: 13px;
}

.commitment-image {
    padding-right: 10px;
}

.ft_more {
    background-color: #036;
}

.ft_more > div  {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    color: white;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ft_more > div > div {
    max-width: 205px;
    margin: 0 10px;
}

.__about > p {
    padding: 10px 0;
}

.ft_title {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 25px 0;
}

.searchBox {
    display: none;
    position: absolute;
    max-width: 420px;
    min-width: 320px;
    background: #fff;
    top: 60px;
    right: 0;
    z-index: 100;
    border-radius: 5px;
    padding: 15px;
}

.searchText {
    border-bottom: 1px solid #a1a1a1 !important;
    padding: 10px;
    font-size: 14px;
}

.searchBox > i {
    position: absolute;
    right: 30px;
    top: 27px;
}

.searchBox > input {
    width: 100%;
    border: none;
    margin-bottom: 2rem;
}

.searchBox > input:focus {
    outline: none;
}

.searchBox > input[type="date"] {
    color: #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

.__overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    display: none;
}

.mb_menu_open {
    max-height:450px;
    position: absolute;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
    overflow-y: auto;
    left: 0;
    right: 0;
    top: 100%;
}

.mb_menu_open > ul {
    background-color: rgba(0, 0, 0, 0.5);
    width: 80%;
    float: right;
    padding: 15px !important;
    color: white;
}

.mb_search_in > input {
    width: 100%;
    border: none;
}

.mb_search_in > input:focus {
    outline: none;
}

.mb_search_in > i {
    position: absolute;
    right: 30px;
    color: black;
    top: 27px;
}

.mb_menu_open {
    display: none;
}

.mb_menu_open > ul > li {
    text-transform: uppercase;
    font-size: 14px;
    padding: 12px 0;
    border-bottom: 1px solid white;
    cursor: pointer;
}


.mb-cate-child > a > p {
    border-bottom: 1px solid white;
    text-transform: uppercase;
    font-size: 14px;
    padding: 12px 0;
    margin: 0 15px;
    cursor: pointer;
}

.mb-cate-child > li {
    text-transform: capitalize;
    font-size: 14px;
    padding: 12px 0;
    margin: 0 30px;
    cursor: pointer;
}

.cateBanner > img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}

.cata-label {
    text-align: left;
    color: #ffffff;
    font-size: 32px;
    width: 100%;
    margin: 15px 0px;
    text-transform: uppercase;
    font-weight: 700;
}

.cata-top {
    position: absolute;
    transform: translateY(-100%);
    width: calc(100% - 24px);
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    padding: 15px 44px;
    border-radius: 5px;
    margin-left: 12px;
}

.lower-label {
    font-weight: 300;
    color: white;
    text-decoration: none;
    width: 100%;
    font-size: 14px;
    text-align: left;
    line-height: 21px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.__utilities {
    padding: 2em 0;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
}

.textSort {
    font-weight: 600;
    width: 90px;
}

.__filter > a {
    white-space: nowrap;
    color: black;
}

.__filter > a:hover {
    color: #ff891e;
    transition: color 500ms;
    cursor: pointer;
}

.__filter > a.__active {
    color: #0d6efd;
}

.box-kiritm.box-tour {
    margin: 15px 0;
    position: relative;
}

.box-kiritm {
    float: left;
    padding-bottom: 8px;
    margin-bottom: 15px;
    -webkit-box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 40%);
    box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 40%);
    width: 100%;
}

.box-kiritm.box-tour figure {
    margin: 0;
}

.isotopeSelector figure {
    position: relative;
    margin-bottom: 30px;
}

.isotopeSelector figure {
    box-shadow: 0 0 2px rgb(0 0 0 / 20%);
}

.isotopeSelector figure {
    overflow: hidden;
}

.image-box-relative.image-box-3x2 {
    padding-bottom: 66.66%;
}

.image-box-relative {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
}

.image-box-relative img {
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto !important;
    transition: transform 1s;
}

.box-kiritm.box-tour .box-tour-price {
    position: absolute;
    padding: 5px 0px;
    top: 35px;
    right: 0px;
    background: #ff891e;
    color: #fff;
    width: 110px;
}

.box-kiritm.box-tour .details-kiritm {
    position: relative;
}

article.box.isotopeSelector.box-kiritm.box-tour:after {
    clear: both;
    content: ' ';
    display: table-cell;
}

.box-kiritm.box-tour .box-tour-price .info {
    color: #fff;
    text-align: right;
    width: 100%;
    float: left;
    font-size: 12px;
    line-height: 18px;
    padding: 0px 10px;
    margin: 0;
}

.box-kiritm .details-kiritm .name-tour-detail > a {
    text-decoration: none;
    color: #05558a;
    float: left;
    width: 100%;
    font-size: 13px;
    text-align: left;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 44px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
}

.box-kiritm.box-tour .details-kiritm .name-tour-detail {
    padding: 15px 15px 8px;
}

.box-kiritm .details-kiritm .name-tour-detail {
    color: #05558a;
    float: left;
    width: 100%;
    font-size: 13px;
    text-align: left;
    padding: 4px 10px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 600;
}

.box-kiritm.box-tour .details-kiritm .bottom-detail .info-tour {
    text-transform: uppercase;
}

.box-kiritm .details-kiritm .bottom-detail .info-tour {
    flex: 1;
    font-size: 13px;
    color: #555;
    line-height: 30px;
}

.box-kiritm .details-kiritm .bottom-detail {
    padding: 2px 10px;
    float: left;
    width: 100%;
    display: flex;
}

.productContain .row > * {
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
}

.searchSection {
    background: #e5e5e5;
    position: relative;
    font-size: 14px;
    font-weight: 400;
}

.searchSection input {
    border: none;
    width: 100%;
    height: 44px;
    line-height: 44px;
}

.searchSection input:focus {
    outline: none;
}

.decSearch {
    background-color: white;
    position: relative;
    padding: 0 10px;
    margin: 15px 0;
    border: 1px solid #ccc;
}

.decSearch > i {
    position: absolute;
    right: 15px;
    transform: translateY(100%);
}

.searchSection .row > * {
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
}

.row {
    align-items: center;
}

.searchSection input[type="date"] {
    padding: 0 10px;
    border: 1px solid #ccc;
    margin: 16px 0;
}

#tourType {
    padding: 0 10px;
    border: 1px solid #ccc;
    height: 44px;
    line-height: 44px;
    width: 100%;
    margin: 16px 0;
}

#tourType:focus {
    outline: none;
}

.image-box-relative img:hover {
    transform: scale(1.5);
}

.searchSection button {
    width: 100%;
    border: none;
    background-color: #ff891e;
    color: white;
    height: 44px;
    text-transform: uppercase;
    margin: 16px 0;
}

@media screen and (max-width: 768px) {
    .cata-label {
        font-size: 18px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}


.tour-info {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.row-info {
    float: left;
    width: 100%; 
    position: relative;
    margin-bottom: 15px;   
}

#cata-detail .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.padding30 {
    padding: 30px 0 ;
}



.text-uppercase {
    float: left;
    font-size: 13px;
    line-height: 26px;
    padding-right: 6px;
}

.text-strong {
    font-weight: 600;
    font-size: 14px;
    padding-right: 15px;
}

.row-description {
    float: left;
    width: 100%;
}

.title-description {
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 28px;
    font-weight: 600;
}

.content-description {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 25px;
    white-space: pre-wrap;
}

.printTour {
    color: white;
    background-color: #ff891e;
    padding: 5px 15px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 20px;
}

.isDesktop {
    display: inline-flex;
}

.width100 img {
    width: 100%;
    margin-bottom: 25px;
    padding: 0 10px;
}

.nav-tabs {
    border-bottom: 1px solid #000;
    display: flex;
}

.nav-tabs > li.active {
    border: 1px solid #000;
    border-bottom-color: transparent;
    border-radius: 5px;
}

.nav-tabs > li.active > a {
    border: 0;
    color: #ff891e;
    font-weight: 600;
}

.nav-tabs > li > a:hover {
    color: #ff891e;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #333;
    font-weight: 600;
    display: block;
    padding: 10px 15px;
}


.tab-content>.tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.commonInfo p {
    margin-bottom: 25px;
    font-size: 14px;
    color: black;
    font-weight: 400;
    line-height: 21px;
}

.right-detail-tour-box {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 15px;
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.right-detail-tour-box .title {
    color: #ff891e;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 7px;
    float: left;
    width: 100%;
}

.right-detail-tour-box .list-rows {
    list-style: none;
}

.right-detail-tour-box .list-rows .item {
    padding-left: 8px;
    float: left;
    width: 100%;
    overflow:hidden;
    text-overflow: ellipsis;
}

.right-detail-tour-box .list-rows .item > .item-line {
    margin-bottom: 5px;
    display: flex;
}

.right-detail-tour-box .list-rows .item > .item-line > .text {
    flex: 1;
    color: #333;
    font-size: 13px;
    float: left;
    line-height: 24px;
}

.right-detail-tour-box .list-rows .item > .item-line > i {
    color: #333;
    margin-right: 8px;
    font-size: 16px;
    float: left;
    line-height: 24px;
}

.right-detail-tour-box .callback-sgt {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 10px 0;
}


.right-detail-tour-box .callback-sgt .btn-callback-sgt {
    background: #ff891e;
    border: 0;
    margin: 0 auto;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    line-height: 22px;
}

.right-detail-tour-box .callback-sgt .btn-callback-sgt {
    padding: 5px 15px;
}


.btn-callback-sgt > span {
    font-size: 14px;
    font-weight: 400;
}

.relatedProduct h2 {
    font-size: 20px;
    color: #222222;
    line-height: 26px;
    margin: 0 0 25px 0;
    font-weight: 400;
    text-transform: uppercase;
}

.contactSGT {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: italic;
    color: #1870A5;
    padding: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #1870A5;
    font-weight: bold;
}

.content-text {
    margin: 10px 0 25px;
}

.content-text > p {
    font-size: 14px;
    color: black;
    font-weight: 400;
    line-height: 21px;
    margin: 0 0 10px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: .1;
}

.view-contact-sgt {
    cursor: pointer;
    font-size: 14px;
    margin: 0 10px;
    font-style: italic;
    color: #ff891e;
    font-weight: 600;
    padding: 6px 10px;
    border: 1px solid #ff891e;
}

.contact-hidden {
    display: none;
}

.callUs {
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  z-index: 99;
  display: none;
  position: fixed;
}

.modal-dialog {
  width: 600px;
  margin: 30px auto;
  max-width: 600px;
}

.modal-dialog.modal-dialog-call-me-back {
  margin-top: 10%;
}

.modal-dialog.modal-dialog-call-me-back .modal-content {
  display: table;
  box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}

.modal-dialog-call-me-back .btn.close {
  position: absolute;
  right: 8px;
  top: 8px;
  font-size: 22px;
  color: #555;
  opacity: 1;
}

.modal-dialog.modal-dialog-call-me-back .modal-title {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.modal-dialog.modal-dialog-call-me-back img {
  width: 100%;
}

.call-back-form p.title {
  font-weight: bold;
  font-size: 16px;
  margin-top: 15px;
  text-align: center;
}

.call-back-form p.message-success {
  text-align: center;
  color: blue;
}

.form-group {
  margin-bottom: 15px;
}

.modal-dialog.modal-dialog-call-me-back .form-group input {
  height: 30px;
  background-color: whitesmoke;
  box-shadow: none;
  border-color: #e5e5e5;
  color: #969696;
  font-family: "Judson", serif;
  font-size: 12px;
}

.call-back-form .form-group textarea {
  height: 100px;
}

.modal-footer {
  padding: 15px !important;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.call-back-form .modal-footer .buttonCustomPrimary {
  padding: 7px 20px;
}

.buttonCustomPrimary {
  line-height: normal;
  background-color: #ff891e;
  text-transform: uppercase;
  color: #ffffff !important;
  font-size: 15px;
  padding: 0;
  margin-bottom: 5px;
}

@media screen and (max-width:575px) {
  .modal-dialog {
    max-width: 300px;
  }
}


.image-box-relative > img {
  position: absolute;
}

.image-box-relative.image-box-16x9 {
    padding-bottom: 56.25%;
}

.i_overlay {
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 270px;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.i_overlay:hover {
  opacity: 1;
}


.i_overlay:before, .i_overlay:after {
  z-index: 3;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}

.i_overlay:before {
  z-index: 3;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.i_overlay:after {
  z-index: 3;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.i_overlay:hover::before, .i_overlay:hover::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.member-wrapper {
  height: 800px;
  position: relative;
}

.member-wrapper .background {
  background-image: url(https://statics.pancake.vn/web-media/93/99/25/c4/084028706c26a212f9d2f51a54088765075f5514741fb39751ff6d1d.jpg);
  background-size: cover;
  height: 100%;
  width: 100%;
}

.member-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.member-content .login, .member-content .register {
  width: 425px;
  height: auto;
  margin: 200px auto;
  background: #fff;
  padding: 20px;
}

.login h4.title, .register h4.title {
  font-size: 20px;
  margin: 5px 0 2em;
  text-transform: uppercase;
  font-weight:700;
}

.member-content .form-content, .member-content .form-footer {
  padding-right: 10px;
}

.label-top {
  position: relative;
}

form input, form textarea {
  border: none;
  border-bottom: 1px solid #a1a1a1;
  border-radius: 0;
  width: 100%;
}

form input:focus {
  outline: none;
}



.aniM:focus ~ .user_login,
.aniM:not(:focus):valid ~ .user_login{
  top: -15px;
  font-size: 11px;
  opacity: 1;
  font-weight: 700;
}

label.user_login {
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 0px;
  opacity: 0.8;
  transition: 0.2s ease all;
}

.label-top {
  margin-bottom: 32px;
}


.logButton {
  display: flex;
  justify-content: space-between;
  margin: 2em 0;
}

.logButton button {
  border: none;
  color: white;
  line-height: 35.7px;
  width: 125px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 11px;
}

.mega-dropdown > li > a:hover {
  color: #ff891e !important;
  background: whitesmoke;
}

@media screen and (max-width: 426px){
  .member-content .login, .member-content .register {
    width: 100%;
  }
}

.chooseGrid > i.active {
  color: #0072bc;
}

.box-search-tour-image {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.tour-image {
  width: 100%;
}

.title-tour > a {
  color: #05558a !important;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 0;
  line-height: 30px;
  float: left;
  width: 100%;
}

.destination-tour {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 6px 0 15px;
  line-height: 22px;
  float: left;
  width: 100%;
}

.detail-tour {
  font-size: 13px;
  line-height: 22px;
  text-align: left;
  color: #333;
}

.detail-button {
  padding: 0 15px;
  margin: 0 auto;
  background: #ff891e;
  display: table;
  height: 40px;
  overflow: hidden;
}

.detail-button > .text {
  font-size: 13px;
  color: #fff;
  padding: 2px 0;
  margin: 0 10px;
}

.listGrid {
  display: none;
}

.chooseGrid > .fas{
  cursor: pointer;
}
