.swiper {
    width: 100%;
    height: 100%;
}

.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;
}

@media (max-width: 575.98px) {
    .swiper-slide {
        -webkit-align-items: end !important;
        align-items: end !important;
    }
}

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

@media (max-width: 1199.98px) {
    .swiper-slide img {
        object-position: center;
    }
}

.banner-home {
    position: relative;
}

@media (max-width: 1199.98px) {
    .banner-home {
        /*height: 500px;*/
    }
}

@media (max-width: 767.98px) {
    .banner-home {
        height: auto;
    }
}

@media (max-width: 320.98px) {
    .banner-home {
        /*height: 250px;*/
    }
}

.banner-home .banner-desc {
    position: absolute;
    left: 250px;
    text-align: left;
    max-width: 30%;
    color: #fff;
}

@media (max-width: 1600.98px) {
    .banner-home .banner-desc {
        left: 200px;
    }
}

@media (max-width: 1199.98px) {
    .banner-home .banner-desc {
        max-width: 40%;
        left: 150px;
    }
}

@media (max-width: 768.98px) {
    .banner-home .banner-desc {
        left: 100px;
        max-width: 50%;
    }
}

@media (max-width: 575.98px) {
    .banner-home .banner-desc {
        left: 30px;
        bottom: 50px;
        max-width: 50%;
    }
}

@media (max-width: 400.98px) {
    .banner-home .banner-desc {
        max-width: 80%;
    }
}

.banner-home .banner-desc .banner-title,
.banner-home .banner-desc .banner-title a {
    color: #fff000;
    font-size: 50px;
    font-weight: 600;
    text-decoration: none;
}

@media (max-width: 1600.98px) {
    .banner-home .banner-desc .banner-title,
    .banner-home .banner-desc .banner-title a {
        font-size: 45px;
    }
}

@media (max-width: 1199.98px) {
    .banner-home .banner-desc .banner-title,
    .banner-home .banner-desc .banner-title a {
        font-size: 40px;
    }
}

@media (max-width: 575.98px) {
    .banner-home .banner-desc .banner-title,
    .banner-home .banner-desc .banner-title a {
        font-size: 30px;
    }
}

@media (max-width: 500.98px) {
    .banner-home .banner-desc .banner-title,
    .banner-home .banner-desc .banner-title a {
        font-size: 24px;
    }
}

@media (max-width: 400.98px) {
    .banner-home .banner-desc .banner-title,
    .banner-home .banner-desc .banner-title a {
        font-size: 20px;
    }
}

.banner-home .banner-desc p {
    font-size: 26px;
    padding-top: 20px;
    line-height: 1.5;
    margin-bottom: 0;
}

@media (max-width: 1600.98px) {
    .banner-home .banner-desc p {
        font-size: 24px;
    }
}

@media (max-width: 1199.98px) {
    .banner-home .banner-desc p {
        font-size: 20px;
    }
}

@media (max-width: 575.98px) {
    .banner-home .banner-desc p {
        font-size: 16px;
        padding-top: 0;
    }
}

.banner-home .swiper-button-next,
.banner-home .swiper-rtl .swiper-button-prev {
    right: 100px;
    outline: none !important;
}

@media (max-width: 1199.98px) {
    .banner-home .swiper-button-next,
    .banner-home .swiper-rtl .swiper-button-prev {
        right: 50px;
    }
}

@media (max-width: 768.98px) {
    .banner-home .swiper-button-next,
    .banner-home .swiper-rtl .swiper-button-prev {
        right: 15px;
    }
}

.banner-home .swiper-button-prev,
.banner-home .swiper-rtl .swiper-button-next {
    left: 100px;
    outline: none !important;
}

@media (max-width: 1199.98px) {
    .banner-home .swiper-button-prev,
    .banner-home .swiper-rtl .swiper-button-next {
        left: 50px;
    }
}

@media (max-width: 768.98px) {
    .banner-home .swiper-button-prev,
    .banner-home .swiper-rtl .swiper-button-next {
        left: 15px;
    }
}

.banner-home .swiper-button-prev:after,
.banner-home .swiper-rtl .swiper-button-next:after,
.banner-home .swiper-button-next:after,
.banner-home .swiper-rtl .swiper-button-prev:after {
    content: "";
    background-image: url("../images/icon/chevron-left.svg");
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
    background-position: center;
    background-repeat: no-repeat;
    height: 50px;
    width: 40px;
    position: absolute;
    opacity: 0.5;
}

@media (max-width: 1199.98px) {
    .banner-home .swiper-button-prev:after,
    .banner-home .swiper-rtl .swiper-button-next:after,
    .banner-home .swiper-button-next:after,
    .banner-home .swiper-rtl .swiper-button-prev:after {
        height: 40px;
    }
}

@media (max-width: 575.98px) {
    .banner-home .swiper-button-prev:after,
    .banner-home .swiper-rtl .swiper-button-next:after,
    .banner-home .swiper-button-next:after,
    .banner-home .swiper-rtl .swiper-button-prev:after {
        content: none;
    }
}

.banner-home .swiper-button-next:after,
.banner-home .swiper-rtl .swiper-button-prev:after {
    left: auto;
    transform: scaleX(-1);
}

.banner-home .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
}

@media (max-width: 1600.98px) {
    .banner-home .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 2px) !important;
    }
}

.banner-home .swiper-pagination-bullet-active {
    background-color: #fff;
}

.nav-tab {
    background-color: #fff;
    border-bottom: 1px solid #edeff5;
    position: sticky;
    z-index: 2;
    width: 100%;
    transition: 0.2s ease-in-out;
}

@media (max-width: 1199.98px) {
    .nav-tab {
        top: 95px;
    }
}

@media (max-width: 991.98px) {
    .nav-tab {
        position: static;
    }
}

.nav-tab .nav-tab-holder {
    margin-bottom: 0;
    padding-left: 0;
}

@media (max-width: 991.98px) {
    .nav-tab .nav-tab-holder {
        padding-top: 20px;
    }
}

@media (max-width: 575.98px) {
    .nav-tab .nav-tab-holder {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.nav-tab .nav-tab-holder li {
    display: inline-block;
    margin-right: 90px;
}

@media (max-width: 1440.98px) {
    .nav-tab .nav-tab-holder li {
        margin-right: 70px;
    }
}

@media (max-width: 1225.98px) {
    .nav-tab .nav-tab-holder li {
        margin-right: 60px;
    }
}

@media (max-width: 1199.98px) {
    .nav-tab .nav-tab-holder li {
        margin-right: 60px;
    }
}

@media (max-width: 1100.98px) {
    .nav-tab .nav-tab-holder li {
        margin-right: 50px;
    }
}

@media (max-width: 991.98px) {
    .nav-tab .nav-tab-holder li {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 575.98px) {
    .nav-tab .nav-tab-holder li {
        margin-bottom: 0px;
    }
}

.nav-tab .nav-tab-holder li a {
    font-size: 20px;
    color: #73787b;
    text-decoration: none;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    display: block;
}

@media (max-width: 1199.98px) {
    .nav-tab .nav-tab-holder li a {
        font-size: 18px;
    }
}

@media (max-width: 991.98px) {
    .nav-tab .nav-tab-holder li a {
        padding: 8px 16px;
    }
}

@media (max-width: 575.98px) {
    .nav-tab .nav-tab-holder li a {
        padding: 5px 15px;
        font-size: 16px;
    }
}

@media (max-width: 400.98px) {
    .nav-tab .nav-tab-holder li a {
        font-size: 14px;
    }
}

.nav-tab .nav-tab-holder li.active a {
    color: #313131;
    position: relative;
}

@media (max-width: 991.98px) {
    .nav-tab .nav-tab-holder li.active a {
        background-color: #efefef;
        border-radius: 50px;
    }
}

.nav-tab .nav-tab-holder li.active a:after {
    content: "";
    height: 3px;
    width: 55%;
    background-color: #005ace;
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
}

@media (max-width: 991.98px) {
    .nav-tab .nav-tab-holder li.active a:after {
        content: none;
    }
}

#travelling-overseas {
    padding-top: 50px;
}

@media (max-width: 1199.98px) {
    #travelling-overseas {
        padding-top: 30px;
    }
}

#travelling-overseas .col-12 {
    padding-bottom: 15px;
}

@media (max-width: 1600.98px) {
    #travelling-overseas .col-12 {
        padding-bottom: 10px;
    }
}

#travelling-overseas .col-12 .img-zoom {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

    #travelling-overseas .col-12 .img-zoom a {
        display: block;
        height: 100%;
    }

        #travelling-overseas .col-12 .img-zoom a img {
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
        }

#travelling-overseas .travelling-title {
    font-size: 18px;
    font-weight: 600;
    color: #313131;
    padding-top: 5px;
    letter-spacing: 0.1px;
}

@media (max-width: 575.98px) {
    #travelling-overseas .travelling-title {
        line-height: 1.5;
        font-size: 16px;
    }
}

#travelling-overseas .big-holder {
    margin-bottom: 30px;
}

@media (max-width: 1199.98px) {
    #travelling-overseas .big-holder {
        flex: 0 0 auto !important;
        width: 100%;
        max-width: 100%;
    }
}

#travelling-overseas .big-card {
    position: relative;
    height: 100%;
}

@media (max-width: 1199.98px) {
    #travelling-overseas .big-card {
        /*height: 680px;*/
    }
}

#travelling-overseas .big-card .img-holder {
    height: calc(100% - 40px);
}

    #travelling-overseas .big-card .img-holder:hover a {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transition: 0.5s;
    }

    #travelling-overseas .big-card .img-holder a {
        display: block;
        transition: 0.5s;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

#travelling-overseas .big-card .travelling-form {
    padding: 30px;
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
}

@media (max-width: 1440.98px) {
    #travelling-overseas .big-card .travelling-form {
        padding: 0 30px;
    }

        #travelling-overseas .big-card .travelling-form .btn-standard {
            height: 40px;
            font-size: 16px !important;
        }
}

@media (max-width: 1440.98px) {
    #travelling-overseas .big-card .travelling-form {
        padding: 0 20px;
    }
}

#travelling-overseas .big-card .travelling-form img {
    height: 50px;
}

@media (max-width: 1349.98px) {
    #travelling-overseas .big-card .travelling-form img {
        height: 40px;
    }
}

@media (max-width: 1320.98px) {
    #travelling-overseas .big-card .travelling-form img {
        height: 30px;
    }
}

@media (max-width: 1199.98px) {
    #travelling-overseas .big-card .travelling-form {
        padding-top: 5px;
        padding-bottom: 0;
    }
}

#travelling-overseas .big-card .travelling-form form {
    padding-top: 20px;
}

@media (max-width: 1349.98px) {
    #travelling-overseas .big-card .travelling-form form {
        padding-top: 10px;
    }
}

@media (max-width: 1199.98px) {
    #travelling-overseas .big-card .travelling-form form {
        padding-top: 20px;
    }
}

#travelling-overseas .big-card .travelling-form select,
#travelling-overseas .big-card .travelling-form .date {
    margin-bottom: 15px;
    height: 40px;
}

@media (max-width: 1349.98px) {
    #travelling-overseas .big-card .travelling-form select,
    #travelling-overseas .big-card .travelling-form .date {
        margin-bottom: 10px;
    }
}

@media (max-width: 1199.98px) {
    #travelling-overseas .big-card .travelling-form select,
    #travelling-overseas .big-card .travelling-form .date {
        margin-bottom: 15px;
    }
}

#travelling-overseas .big-card .travelling-form select,
#travelling-overseas .big-card .travelling-form input {
    border-radius: 8px;
    padding-right: 33px;
}

#travelling-overseas .big-card .travelling-form .input-group-addon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 5px 10px;
    width: 40px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    background-color: transparent;
    border: none;
    z-index: 3;
}

    #travelling-overseas .big-card .travelling-form .input-group-addon img {
        filter: brightness(0) saturate(100%) invert(48%) sepia(5%) saturate(346%) hue-rotate(159deg) brightness(95%) contrast(88%);
        height: 15px;
    }

#travelling-overseas .big-card .travelling-form .btn-standard {
    font-size: 16px;
    height: 40px;
}

#travelling-overseas .big-card .travelling-form .btn-exchange {
    background-color: #ed0038;
    color: #fff;
}

#travelling-overseas .big-card .exchange .loading-holder {
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    background-color: rgba(255, 255, 255, 0.5);
}

    #travelling-overseas .big-card .exchange .loading-holder #loading-image {
        position: absolute;
        top: 50%;
        left: 45%;
        height: 30px;
        transform: rotate(0deg);
        animation: spinning 1s linear infinite;
    }

@keyframes spinning {
    0% {
        transform: rotate(0deg);
    }

    0% {
        transform: rotate(-360deg);
    }
}

#travelling-overseas .travelling-form2 {
    padding-top: 0 !important;
}

    #travelling-overseas .travelling-form2 .logo-img {
        height: 30px !important;
    }

    #travelling-overseas .travelling-form2 form {
        padding-top: 0 !important;
        padding-bottom: 5px !important;
    }

    #travelling-overseas .travelling-form2 .sgd .form-control {
        height: 40px;
        width: 65%;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        background-color: #fff;
    }

@media (max-width: 375.98px) {
    #travelling-overseas .travelling-form2 .sgd .form-control {
        width: 60%;
    }
}

#travelling-overseas .travelling-form2 .sgd .input-group-text {
    width: 35%;
    justify-content: center;
}

@media (max-width: 375.98px) {
    #travelling-overseas .travelling-form2 .sgd .input-group-text {
        width: 40%;
    }
}

#travelling-overseas .travelling-form2 .sgd .input-group-text img {
    height: 15px;
    padding-right: 15px;
}

@media (max-width: 575.98px) {
    #travelling-overseas .travelling-form2 .sgd .input-group-text img {
        padding-right: 5px;
    }
}

@media (max-width: 375.98px) {
    #travelling-overseas .travelling-form2 .sgd .input-group-text img {
        height: 15px;
    }
}

#travelling-overseas .travelling-form2 .country .input-group-text {
    height: 40px;
    width: 65%;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    background-color: #fff;
}

@media (max-width: 375.98px) {
    #travelling-overseas .travelling-form2 .country .input-group-text {
        width: 60%;
    }
}

#travelling-overseas .travelling-form2 .country .input-group-text:focus-visible {
    outline: none;
}

#travelling-overseas .travelling-form2 .country .input-group-text:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

#travelling-overseas .travelling-form2 .country .form-select {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    background-color: #e6e6e6;
    margin-bottom: 0;
}

    #travelling-overseas .travelling-form2 .country .form-select option {
        color: #313131;
    }

#travelling-overseas .travelling-form2 .country .select2-container {
    width: 35% !important;
}

@media (max-width: 375.98px) {
    #travelling-overseas .travelling-form2 .country .select2-container {
        width: 40% !important;
    }
}

#travelling-overseas .travelling-form2 .country .select2-container .select2-selection--single {
    background-color: #e9ecef !important;
    border-color: #ced4da;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

    #travelling-overseas .travelling-form2 .country .select2-container .select2-selection--single .select2-selection__rendered {
        line-height: 38px !important;
        text-align: center !important;
    }

    #travelling-overseas .travelling-form2 .country .select2-container .select2-selection--single .select2-selection__arrow {
        height: 38px !important;
    }

@media (max-width: 375.98px) {
    #travelling-overseas .travelling-form2 .country .select2-container img {
        height: 15px !important;
        padding-right: 7px !important;
        margin-bottom: 4px;
    }
}

#travelling-overseas .travelling-form2 .img-holder {
    text-align: right;
}

    #travelling-overseas .travelling-form2 .img-holder img {
        display: inline-block;
    }

#travelling-overseas .travelling-form2 .form-title {
    padding-top: 10px;
    font-weight: 600;
    color: #000;
    font-size: 20px;
}

#travelling-overseas .travelling-form2 label {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

#travelling-overseas .travelling-form2 small {
    font-size: 10px;
    color: #000;
}

@media (max-width: 1199.98px) {
    #travelling-overseas .small-holder {
        flex: 0 0 auto !important;
        width: 100%;
    }
}

@media (max-width: 1199.98px) {
    #travelling-overseas .small-card {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@media (max-width: 991.98px) {
    #travelling-overseas .small-card {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (max-width: 320.98px) {
    #travelling-overseas .small-card {
        flex: 0 0 auto;
        width: 100%;
    }
}

#travelling-overseas .small-card .img-holder {
    height: auto;
}

.select2-container--default .select2-search--dropdown {
    display: none !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #5897fb !important;
    color: #fff;
}

.select2-container--default .select2-results__option {
    color: #313131;
    text-align: center;
}

    .select2-container--default .select2-results__option img {
        height: 15px !important;
        padding-right: 7px !important;
        margin-bottom: 4px;
    }

    .select2-container--default .select2-results__option span {
        font-size: 14px;
    }

.datepicker-dropdown {
    padding-left: 15px;
    padding-right: 15px;
}

#visiting-singapore {
    padding-top: 50px;
}

@media (max-width: 1199.98px) {
    #visiting-singapore {
        padding-top: 30px;
    }
}

@media (max-width: 991.98px) {
    #visiting-singapore .big-card {
        margin-bottom: 20px;
    }
}

#visiting-singapore .big-card .img-holder {
    height: calc(100% - 60px);
}

@media (max-width: 991.98px) {
    #visiting-singapore .big-card .img-holder {
        height: 300px;
    }
}

@media (max-width: 575.98px) {
    #visiting-singapore .big-card .img-holder {
        height: 200px;
    }
}

#visiting-singapore .small-card {
    padding-bottom: 10px;
}

    #visiting-singapore .small-card .img-holder {
        height: auto;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }

        #visiting-singapore .small-card .img-holder a {
            display: block;
            height: 100%;
        }

            #visiting-singapore .small-card .img-holder a img {
                -webkit-border-radius: 8px;
                -moz-border-radius: 8px;
                border-radius: 8px;
            }

@media (max-width: 320.98px) {
    #visiting-singapore .small-card {
        width: 100%;
    }
}

#visiting-singapore .singapore-title {
    font-size: 18px;
    font-weight: 600;
    color: #313131;
    padding-top: 5px;
    letter-spacing: 0.1px;
}

@media (max-width: 575.98px) {
    #visiting-singapore .singapore-title {
        font-size: 16px;
    }
}

#good-deals {
    padding-top: 50px;
}

@media (max-width: 1199.98px) {
    #good-deals {
        padding-top: 30px;
    }
}

#good-deals .img-flip {
    position: relative;
}

#good-deals .img-front,
#good-deals .img-back {
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    border-radius: 9px;
    overflow: hidden;
    will-change: transform;
}

#good-deals .img-back {
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 991.98px) {
    #good-deals .content-good-deals .col-md-6:first-child {
        width: 100%;
        margin-bottom: 25px;
    }
}

@media (max-width: 320.98px) {
    #good-deals .content-good-deals .col-md-6 {
        width: 100%;
        margin-bottom: 25px;
    }
}

#discover {
    padding-top: 70px;
    padding-bottom: 50px;
}

@media (max-width: 1199.98px) {
    #discover {
        padding-top: 50px;
    }
}

@media (max-width: 767.98px) {
    #discover {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 575.98px) {
    #discover {
        padding-top: 20px;
    }
}

#discover .title {
    position: relative;
}

#discover .title-mobile {
    display: none;
}

@media (max-width: 1199.98px) {
    #discover .title-mobile {
        display: block;
    }
}

#discover .title img {
    height: 32px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

@media (max-width: 320.98px) {
    #discover .title img {
        height: 25px;
        top: 43%;
    }
}

#discover .tab-holder {
    padding-right: 30px;
}

@media (max-width: 991.98px) {
    #discover .tab-holder {
        padding-right: 13px;
    }
}

#discover .nav-tabs {
    position: relative;
}

@media (max-width: 1199.98px) {
    #discover .nav-tabs {
        justify-content: flex-start !important;
        padding-bottom: 0;
    }
}

@media (max-width: 575.98px) {
    #discover .nav-tabs {
        margin-top: 20px;
    }
}

#discover .nav-tabs .title-tab {
    position: absolute;
    left: 0;
}

@media (max-width: 1199.98px) {
    #discover .nav-tabs .title-tab {
        display: none;
    }
}

#discover .nav-tabs .nav-link {
    font-size: 20px;
    color: #73787b;
    border: none;
    padding-bottom: 0;
}

@media (max-width: 1199.98px) {
    #discover .nav-tabs .nav-link {
        font-size: 20px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 10px;
        position: relative;
        margin-right: 40px;
    }
}

@media (max-width: 425.98px) {
    #discover .nav-tabs .nav-link {
        font-size: 18px;
        padding: 5px;
        border-radius: 50px;
        margin-right: 10px;
        font-size: 16px;
    }
}

@media (max-width: 400.98px) {
    #discover .nav-tabs .nav-link {
        padding: 3px 15px;
        margin-bottom: 5px;
        font-size: 14px;
    }
}

#discover .nav-tabs .nav-link.active {
    color: #141414;
    background-color: transparent;
    border: none;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

@media (max-width: 575.98px) {
    #discover .nav-tabs .nav-link.active {
        padding-bottom: 9px;
    }
}

@media (max-width: 400.98px) {
    #discover .nav-tabs .nav-link.active {
        padding-bottom: 3px;
    }
}

#discover .nav-tabs .nav-link.active:after {
    content: "";
    height: 3px;
    width: 50%;
    background-color: #005ace;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

@media (max-width: 400.98px) {
    #discover .nav-tabs .nav-link.active {
        background-color: #efefef;
    }

        #discover .nav-tabs .nav-link.active:after {
            content: none;
        }
}

#discover .tab-content {
    margin-top: 50px;
}

    #discover .tab-content .img-holder {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    #discover .tab-content .desc-holder .title-desc, #discover .tab-content .desc-holder a {
        font-size: 18px;
        color: #605f5f;
        padding-top: 15px;
        line-height: 1.5;
        text-decoration: none;
    }

@media (max-width: 575.98px) {
    #discover .tab-content .desc-holder .title-desc, #discover .tab-content .desc-holder a {
        font-size: 16px;
    }
}

#discover .tab-content .desc-holder .writter {
    color: #141414;
    font-size: 16px;
    padding-top: 15px;
    line-height: 1;
}

#discover .tab-content .desc-holder .date {
    color: #bebebe;
    font-size: 14px;
}

@media (max-width: 1199.98px) {
    #discover .tab-content .col-lg-4:last-child {
        display: none;
    }
}

@media (max-width: 991.98px) {
    #discover .tab-content .col-lg-4 {
        margin-bottom: 30px;
    }

        #discover .tab-content .col-lg-4:last-child {
            display: block;
        }
}

@media (max-width: 320.98px) {
    #discover .tab-content .col-lg-4 {
        width: 100%;
    }
}

#discover .tab-content .btn-more {
    padding-top: 40px;
    text-align: center;
}

@media (max-width: 991.98px) {
    #discover .tab-content .btn-more {
        padding-top: 10px;
    }
}

#discover .tab-content .btn-more .btn-standard {
    height: auto;
    width: auto;
    background-color: #5283fd;
    color: #fff;
}

    #discover .tab-content .btn-more .btn-standard:hover {
        background-color: #335dc7;
    }

#discover .embed-holder {
    text-align: center;
    width: 100%;
    display: inline-block;
}

@media (max-width: 991.98px) {
    #discover .embed-holder {
        margin-top: 40px;
    }
}

#discover .embed-holder iframe {
    width: 100% !important;
    overflow: hidden;
}

.subscribe {
    padding-top: 40px;
    padding-bottom: 30px;
    background-color: #f1f4ff;
}

    .subscribe .subscribe-desc-holder {
        padding-left: 50px;
    }

@media (max-width: 575.98px) {
    .subscribe .subscribe-desc-holder {
        padding-left: 35px;
    }
}

.subscribe .subscribe-desc-holder .subs-title {
    font-size: 24px;
    font-weight: 600;
    color: #141414;
    margin-bottom: 0;
    line-height: 1;
}

.subscribe .subscribe-desc-holder .subs-desc {
    margin-bottom: 0;
    color: #73787b;
    font-size: 14px;
}

.subscribe .btn-submit {
    background-color: #5283fd;
    color: #fff;
}

.subscribe .left-content {
    position: relative;
}

@media (max-width: 575.98px) {
    .subscribe .left-content {
        margin-bottom: 30px;
    }
}

.subscribe .img-holder {
    position: absolute;
    left: 0;
    top: 5px;
}

    .subscribe .img-holder img {
        height: 40px;
        filter: brightness(0) saturate(100%) invert(48%) sepia(5%) saturate(346%) hue-rotate(159deg) brightness(95%) contrast(88%);
    }

@media (max-width: 575.98px) {
    .subscribe .img-holder img {
        height: 30px;
    }
}

.subscribe .unsubscribe {
    color: #73787b;
    text-decoration: underline;
}

.subscribe .social-media {
    padding-left: 0;
    text-align: right;
}

@media (max-width: 991.98px) {
    .subscribe .social-media {
        text-align: left;
    }
}

@media (max-width: 575.98px) {
    .subscribe .social-media {
        margin-top: 20px;
    }
}

.subscribe .social-media li {
    list-style: none;
    display: inline-block;
}

    .subscribe .social-media li + li {
        margin-left: 20px;
    }

    .subscribe .social-media li img {
        height: 15px;
        filter: brightness(0) saturate(100%) invert(48%) sepia(5%) saturate(346%) hue-rotate(159deg) brightness(95%) contrast(88%);
        padding-right: 5px;
    }

@media (max-width: 991.98px) {
    .subscribe .social-media li img {
        padding-right: 0;
        height: 20px;
    }
}

@media (max-width: 400.98px) {
    .subscribe .social-media li img {
        height: 15px;
    }
}

.subscribe .social-media li a {
    color: #73787b;
    text-decoration: none;
}

@media (max-width: 1199.98px) {
    .subscribe .social-media li a {
        font-size: 14px;
    }
}

@media (max-width: 991.98px) {
    .subscribe .social-media li a {
        height: 40px;
        width: 40px;
        border-radius: 50%;
        border: 1px solid #73787a;
        display: block;
        text-align: center;
        line-height: 35px;
    }

        .subscribe .social-media li a span {
            display: none;
        }
}

@media (max-width: 400.98px) {
    .subscribe .social-media li a {
        line-height: 32px;
    }
}

.travel-data {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-bottom: 15px;
    padding: 15px;
    height: 100%;
    border: 1px solid #73787b;
    border-radius: 8px;
}

    .travel-data .title, .travel-data .title-desc {
        text-align: center;
    }

    .travel-data .img-zoom {
        border-radius: 14px;
    }

/*# sourceMappingURL=home.css.map */
