.banner-section {
    background-image: url("../images/program-bg.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 620px;
    height: 600px;
}

.banner-section .banner {
    position: relative;
}

.banner-section .map {
    position: absolute;
    top: 190px;
    width: 65%;
}

.banner-section .map img {
    width: 100%;
}

.banner-section .traveler {
    position: absolute;
    top: 30px;
    right: 0px;
    width: 40%;
}

.banner-section .traveler img {
    width: 100%;
}

.banner-section .continent {
    position: absolute;
    top: 190px;
    width: 65%;
}

.banner-section .continent .btn-continent {
    text-decoration: none;
    color: #FFFFFF;
    display: inline-block;
    background-color: #F86335;
    padding: 5px 10px;
    border-radius: 10px;

    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin: 5px;

    -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.3);

    transition: transform .2s;
    /* Animation */
}

.banner-section .continent .btn-continent:hover {
    transform: scale(1.2);
}

.banner-section .continent .btn-continent.active {
    background-color: #003983;
}

.banner-section .continent .btn-ctn-1 {
    position: absolute;
    top: -6px;
    left: 31%;
}

.banner-section .continent .btn-ctn-2 {
    position: absolute;
    top: 34px;
    left: 13%;
}

.banner-section .continent .btn-ctn-3 {
    position: absolute;
    top: 46px;
    left: 44%;
}

.banner-section .continent .btn-ctn-4 {
    position: absolute;
    top: 12px;
    left: 63%;
}

.banner-section .continent .btn-ctn-5 {
    position: absolute;
    top: 70px;
    left: 53%;
}

.banner-section .continent .btn-ctn-6 {
    position: absolute;
    top: 155px;
    left: 16%;
}

.banner-section .continent .btn-ctn-7 {
    position: absolute;
    top: 70px;
    left: 75%;
}

.banner-section .continent .btn-ctn-8 {
    position: absolute;
    top: 160px;
    left: 44%;
}

.banner-section .continent .btn-ctn-9 {
    position: absolute;
    width: 130px;
    top: 150px;
    left: 75%;
}


.program-content .recommend-label,
.program-content .recommend-box {
    text-decoration: none;

}

.program-content .recommend-item {
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    background-color: #EDEDED;
    border-radius: 15px;
    color: #000000;
    overflow: hidden;
}

.program-content .recommend-item.active {
    background-color: #317AD9;
    color: #FFFFFF;
}

.program-content .recommend-item .recommend-name {
    padding: 5px;
    text-align: center;
}

/* --------- Program Item --------- */

.program-item-boder {
    padding: 5px;
}

.program-item {
    text-decoration: none;
    color: #000000;
    display: block;
    position: relative;
    margin: 5px;

    border-radius: 15px;
    padding: 10px;
}

.program-item:hover {
    color: #000000;

    -webkit-box-shadow: 0px 2px 15px -3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 15px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 15px -3px rgba(0, 0, 0, 0.3);
}

.program-item .program-pic {
    border-radius: 15px;
    overflow: hidden;
}

.program-item .program-pic img {
    width: 100%;
}

.program-item .program-name {
    font-size: 22px;
    font-weight: 400;
    padding: 5px 0px;
}

.program-item .program-code {
    font-size: 16px;
    font-weight: 300;
    color: #317AD9;
}

.program-item .program-date {
    padding: 10px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    background-color: #317AD9;
    color: #FFFFFF;
    margin: 10px 0px;
}

.program-item .flight-info {
    position: relative;
}

.program-item .flight-info .flight-logo {
    width: 54px;
    height: 54px;
    overflow: hidden;
    background-color: #D9D9D9;
    position: absolute;
    top: 0px;
    left: 10px;
    border-radius: 50%;
}

.program-item .flight-info .flight-name {
    padding-left: 60px;
    font-size: 16px;
    font-weight: 300;
}

.program-item .prict-info {
    text-align: right;
}

.program-item .prict-info {
    text-align: right;
}

.program-item .prict-info .original-price {
    font-size: 18px;
    font-weight: 300;
    color: #D9D9D9;
    text-decoration: line-through;
}

.program-item .prict-info .price {
    font-size: 28px;
    font-weight: 500;
}

/* --------- End Program Item --------- */

.btn-program-type {
    border-radius: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    background-color: #F2F2F2;
    text-align: center;

    -webkit-box-shadow: 0px 3px 2px 2px rgba(156, 156, 156, 0.65);
    -moz-box-shadow: 0px 3px 2px 2px rgba(156, 156, 156, 0.65);
    box-shadow: 0px 3px 2px 2px rgba(156, 156, 156, 0.65);

    margin: 10px 0px;
    width: 100%;
}

.btn-check:checked+.btn-program-type {
    color: #FFFFFF;
    background-color: #003983;
}

.proram-criteria {
    border: 1px solid #D4D4D4;
    border-radius: 15px;
    padding: 15px;
    margin: 10px 0px;
}

.criteria-title {
    font-size: 20px;
    font-weight: 400;
    padding: 5px 0px;

    text-align: center;

    cursor: pointer;
}

.criteria-select {
    padding: 5px;
}

.criteria-select select {
    border-radius: 10px;
}

.criteria-arrow {
    display: none;
}

.top-info {
    padding-top: 20px;
}

.top-info .program-title {
    font-size: 28px;
    font-weight: 500;
}

.top-info .program-date {
    font-size: 28px;
    font-weight: 400;
}

.top-info .tour-code {
    font-size: 18px;
    font-weight: 300;
    color: #2F4FF8;
    margin-left: 20px;
}

.top-info .program-flight {
    font-size: 24px;
    font-weight: 300;
}

.top-info .program-time {
    font-size: 18px;
    font-weight: 300;
    padding: 5px 0px;
    position: relative;
}

.top-info .program-time-fb {
    position: relative;
    top: -5px;
}

.left-info {
    text-align: right;
}

.price-before {
    font-size: 18px;
    font-weight: 300;
    color: #D9D9D9;
    text-decoration: line-through;
}

.price {
    font-size: 28px;
    font-weight: 500;
    line-height: 50.24px;
}

.small-tips {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    padding-top: 5px;
    text-decoration: none;
}

.left-info .btn-select-program {
    width: 60%;
    display: inline-block;
    padding: 7px 10px 7px 10px;
    gap: 10px;
    border-radius: 10px;
    opacity: 0px;
    color: #000000;
    background: #82C34F;

    margin-top: 20px;
}

.bottom-info {
    padding-top: 10px;
}

.bottom-info .btn-7days {
    margin: 10px;
}

.bottom-info .btn-download-program {
    background: #D4D4D4;
}

.bottom-info .btn-select-program {
    background: #82C34F;
}

.bottom-info .bottom-info-message {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

    color: #797979;
}

.program-content {
    margin-top: 20px;
}

.policy-info {
    margin-top: 20px;
}

.recommend-program {
    margin-top: 40px;
}

.btn-7days {
    color: #000000;
}

.bottom-info .btn-7days {
    display: inline-block;
    padding: 6px 90px;
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.program-loading {
    height: 100px;
}

.program-not-found {
    padding: 20px 0px;
}

#bookingMethodModal .modal-content {
    background: #317AD9;
    border-radius: 15px;
    padding: 10px;
    padding-bottom: 20px;
    color: #FFFFFF;

    text-align: center;
}

#bookingMethodModal .modal-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 43.96px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 10px;
}

#bookingMethodModal .box-step {
    position: relative;
    padding: 10px 0;
}

#bookingMethodModal .booking-step {
    font-weight: 300;
    padding: 10px;
}

#bookingMethodModal .arrow-step {
    position: absolute;
    top: 26px;
    right: -24px;
    font-size: 50px;
}

#bookingMethodModal .window-box {
    display: block;
}

#bookingMethodModal .mobile-box {
    display: none;
}

#priceModal .modal-content {
    border-radius: 20px;
    overflow: hidden;
}

#priceModal .container {
    padding: 0px;
}

#priceModal .modal-title {
    background: #003983;
    padding: 10px;
    padding-bottom: 20px;
    color: #FFFFFF;
    text-align: center;
    font-size: 24px;
}

.bottom-price {
    display: none;
}

#table-prices {
    overflow: auto;
}

#table-prices table {
    margin: 0px;
}


#table-prices th {
    background: #5E9FF1;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    vertical-align: middle;
    font-weight: 400;
    border: 1px solid #000000;
}

#table-prices td {
    background: #F2F2F2;
    color: #000000;
    text-align: center;
    font-size: 18px;
    vertical-align: middle;
    font-weight: 300;
    border: 1px solid #000000;
}



/* Responsive */
/* Small device */
@media screen and (max-width: 1400px) {

    .banner-section {
        background-size: auto 550px;
        height: 500px;
    }


    .banner-section .continent .btn-continent {
        font-size: 18px;
        font-weight: 500;
    }

    .banner-section .continent .btn-ctn-1 {
        top: -5px;
    }

    .banner-section .continent .btn-ctn-2 {
        top: 34px;
    }

    .banner-section .continent .btn-ctn-3 {
        top: 42px;
    }

    .banner-section .continent .btn-ctn-4 {
        top: 10px;
    }

    .banner-section .continent .btn-ctn-5 {
        top: 60px;
    }

    .banner-section .continent .btn-ctn-6 {
        top: 130px;
    }

    .banner-section .continent .btn-ctn-7 {
        top: 40px;
    }

    .banner-section .continent .btn-ctn-8 {
        top: 130px;
    }

    .banner-section .continent .btn-ctn-9 {
        top: 130px;
    }


    .program-content .recommend-item {
        font-size: 14px;
    }

}

@media screen and (max-width: 1200px) {
    .banner-section {
        background-position: left -25px bottom 0px;
        background-size: auto 420px;
        height: 400px;
    }

    .banner-section .map {
        top: 135px;
    }

    .banner-section .traveler {
        top: 15px;
    }

    .banner-section .continent {
        top: 135px;
    }

    .banner-section .continent .btn-ctn-1 {
        top: -10px;
    }

    .banner-section .continent .btn-ctn-2 {
        top: 34px;
    }

    .banner-section .continent .btn-ctn-3 {
        top: 40px;
    }

    .banner-section .continent .btn-ctn-4 {
        top: 5px;
    }

    .banner-section .continent .btn-ctn-5 {
        top: 62px;
        left: 54%;
    }

    .banner-section .continent .btn-ctn-6 {
        top: 100px;
    }

    .banner-section .continent .btn-ctn-7 {
        top: 30px;
    }

    .banner-section .continent .btn-ctn-8 {
        top: 120px;
    }

    .banner-section .continent .btn-ctn-9 {
        top: 120px;
    }

    .program-item .program-name {
        font-size: 14px;
    }

    .program-item .program-code {
        font-size: 10px;
    }

    .program-item .program-date {
        font-size: 12px;
    }

    .program-item .flight-info .flight-logo {
        width: 34px;
        height: 34px;
    }

    .program-item .flight-info .flight-name {
        font-size: 10px;
        padding-left: 40px;
    }

    .program-item .prict-info .original-price {
        font-size: 10px;
    }

    .program-item .prict-info .price {
        font-size: 14px;
    }
}

@media screen and (max-width: 992px) {
    .banner-section {
        background-position: left -50px bottom 0px;
        background-size: auto 400px;
        height: 400px;
    }

    .banner-section .map {
        top: 160px;
        width: 70%;
    }

    .banner-section .traveler {
        top: 30px;
        width: 40%;
    }

    .banner-section .continent {
        top: 160px;
        width: 70%;
    }

    .banner-section .continent .btn-ctn-1 {
        top: -10px;
    }

    .banner-section .continent .btn-ctn-2 {
        top: 30px;
    }

    .banner-section .continent .btn-ctn-3 {
        top: 30px;
    }

    .banner-section .continent .btn-ctn-4 {
        top: 0px;
    }

    .banner-section .continent .btn-ctn-5 {
        top: 62px;
        left: 54%;
        width: 108px;
        font-size: 14px;
    }

    .banner-section .continent .btn-ctn-6 {
        top: 90px;
    }

    .banner-section .continent .btn-ctn-7 {
        top: 40px;
    }

    .banner-section .continent .btn-ctn-8 {
        top: 100px;
    }

    .banner-section .continent .btn-ctn-9 {
        top: 96px;
        font-size: 14px;
        width: 100px;
    }


    .program-content .recommend-box {
        display: flex;
        overflow-x: auto;
        width: 100%;
        flex-wrap: nowrap;
    }

    .program-content .recommend-border {
        display: inline-block;
        position: relative;
        padding: 8px;
        width: min-content;
    }

    .program-content .recommend-item {
        min-width: 110px;
    }


    .program-item-boder {
        padding: 0px;
    }

    .program-item {
        padding: 5px;
    }

    .program-item .program-name {
        font-size: 14px;
    }

    .program-item .program-code {
        font-size: 10px;
    }

    .program-item .program-date {
        font-size: 12px;
    }

    .program-item .flight-info .flight-logo {
        width: 34px;
        height: 34px;
    }

    .program-item .flight-info .flight-name {
        font-size: 10px;
        padding-left: 40px;
    }

    .program-item .prict-info .original-price {
        font-size: 10px;
    }

    .program-item .prict-info .price {
        font-size: 14px;
    }

    .program-footer {
        height: 240px;
        margin-top: 0px;
        background-size: 130%;
    }

    .program-footer .btn-all-program {
        padding: 24px 16px;
        margin-top: 80px;
    }

    .program-footer .btn-all-program .btn-all-program-pic {
        width: 96px;
    }

    .program-footer .btn-all-program .btn-all-program-title {
        font-size: 18px;
        padding-left: 100px;
    }

    .program-footer .btn-all-program .btn-all-program-text {
        font-size: 10px;
        padding-left: 100px;
    }

    .criteria-title,
    .btn-program-type {
        font-size: 16px;
    }

    #bookingMethodModal .box-step img {
        width: 80px;
    }

    #bookingMethodModal .arrow-step {
        top: 26px;
        right: -16px;
        font-size: 28px;
    }
}

@media screen and (max-width: 767px) {
    .banner-section {
        background-position: left -100px top -30px;
        background-size: auto 350px;
        height: auto;
        position: relative;
    }

    .banner-section .map {
        display: none;
    }

    .banner-section .traveler {
        position: relative;
        text-align: center;
        width: 100%;
    }

    .banner-section .traveler img {
        height: 280px;
        width: auto;
    }

    .banner-section .continent {
        position: relative;
        top: 50px;
        width: 100%;
    }

    .banner-section .continent .btn-continent {
        position: relative;
        top: 0px;
        left: 0px;
        font-size: 18px;
        width: auto;
        margin: 5px;
    }

    .banner-section .continent .btn-ctn-9 {
        font-size: 14px;
    }

    .program-content {
        margin-top: 20px;
    }

    .program-type {
        text-align: center;
    }

    .btn-program-type {
        width: 80%;
    }

    .criteria-input {
        display: none;
    }

    .criteria-arrow {
        display: inline-block;
    }

    .bottom-price {
        display: block;
    }

    #bookingMethodModal .arrow-step {
        display: none;
    }

    #bookingMethodModal .window-box {
        display: none;
    }

    #bookingMethodModal .mobile-box {
        display: block;
    }

    #bookingMethodModal .mobile-box .row {
        padding: 10px;
    }

    #bookingMethodModal .mobile-box .booking-step-img img {
        width: 80px;
    }

    #bookingMethodModal .mobile-box .booking-step {
        text-align: left;
    }

}