@charset "utf-8";

.banner-title {
    background: url(../img/promotion/promo_banner.png) no-repeat top center;
    background-size: cover;
}


.area.promotion.opt1 {
    background: url(../img/promotion/promo_bg1.png) no-repeat top center;
    background-size: cover;
}

.promo-nav {
    background: #0066b3;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}


.promo-nav li {
    display: inline-block;
}

.promo-nav li a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 13.6px 12px;
    display: block;
    text-decoration: none;
    position: relative;
}

.promo-nav li a.active,
.promo-nav li a:hover {
    color: #ffffff;
    text-decoration: none;
}

.promo-nav li a.active:before {
    content: "\A";
    border-style: solid;
    border-width: 7px 8px 7px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
}

.promo-content {
    padding: 33px 0 25px;
    min-height: 500px;
}

.opt1 .promo-content {
    padding-bottom: 0;
}

.promo-content .title-promo {
    color: #1058a6;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 3px;
}


.promo-content .sub-title {
    font-size: 17px;
    color: #636363;
    font-weight: 700;
}


.promo-content .wrap-col {
    width: 100%;
    margin: 35px 0 0;
}


.promo-content .wrap-col .col {
    width: 50%;
}


.promo-content .wrap-col .col-left {
    float: left;
}

.promo-content .wrap-col .col-right {
    float: right;
}


.promo-content .promo-filter {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.opt1 .promo-content .promo-filter {
    background: rgba(255, 255, 255, 0.8);
    margin-top: -10px;
}


.promo-content .promo-filter li {
    float: left;
}

.promo-content .promo-filter li+li {
    margin-left: 30px;
}

.promo-content .promo-filter li a {
    display: inline-block;
    color: #0066b3;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.opt1 .promo-content .promo-filter li a {
    padding: 11px 10px 9px;
}

.promo-content .promo-filter li a.active,
.promo-content .promo-filter li a:hover {
    color: #646464;
    text-decoration: none;
}


.promo-content .promo-list {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 30px;
}

.promo-content .promo-list:after {
    content: "";
    clear: both;
    display: block;
}

.opt1 .promo-content .promo-list {
    margin-top: 52px;
}

.promo-content .promo-list .promo-item {
    margin-bottom: -30px;
}


.promo-content .col-right .descript {
    float: right;
    font-size: 14px;
    color: #2a2a2a;
    font-weight: 700;
    margin-right: 15px;
}



.dropbtn {
    color: #0066b3;
    padding: 12px 35px 7px 18px;
    width: 230px;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #acacac;
    cursor: pointer;
    background: transparent;
    border-radius: 4px;
    position: relative;
}

.opt1 .dropbtn {
    background: #fff;
}

.dropbtn:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Pro';
    color: #0066b3;
    position: absolute;
    top: 7px;
    right: 20px;
    font-size: 18px;
    font-weight: normal;
}

.dropbtn:hover,
.dropbtn:focus {
    outline: none;
}

.dropdown.sort {
    margin-top: -12px;
}

.dropdown {
    position: relative;
    float: right;
}

.dropdown-content {
    width: 100%;
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}


.promo-list .promo-opt {
    margin-bottom: 30px;
}


.promo-opt .box-promo {
    background: rgba(255, 255, 255, 0.9);
}

.promo-opt .box-promo .name {
    font-size: 17px;
    padding: 24px 20px 20px;
    box-shadow: 0px 5px 4.75px 0.25px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #fff;
}

.promo-opt .box-promo .name a {
    color: #2a2a2a;
    font-weight: 700;
    text-decoration: none;
}


.promo-opt .box-promo .info {
    padding: 0 20px;
}


.promo-opt .box-promo .info .price {
    width: 100%;
    color: #1268B1;
    font-size: 26px;
    font-weight: 700;
    margin: 14px 0 0;
    line-height: 1.2;
}

.promo-opt .box-promo .info .price sup {
    text-transform: uppercase;
    font-size: 15px;
    margin-left: 2px;
}

.promo-opt .box-promo .info .price .unit {
    font-size: 15.5px;
    text-transform: uppercase;
    margin-left: 5px;
}

.promo-opt .box-promo .info .date {
    color: #2a2a2a;
    font-size: 14px;
    font-weight: bold;
    margin: 4px 0 0;
    padding-bottom: 3px;
    border-bottom: 1px dashed #000;
}

.promo-opt .box-promo .read-more {
    width: 100%;
    padding: 17.4px 20px;
    text-align: right;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.promo-opt .box-promo .read-more:before {
    content: "";
    width: 60px;
    height: 58px;
    display: block;
    border-radius: 50%;
    background: #005caa;
    position: absolute;
    bottom: 0;
    left: -27px;
}

.promo-opt .box-promo .read-more:after {
    content: "\f5b0";
    font-family: 'Font Awesome 5 Pro';
    color: #fff;
    position: absolute;
    bottom: 18px;
    left: 2px;
    font-size: 15px;

}

.promo-opt .box-promo .read-more a {
    color: #1268B1;
    font-size: 15.9px;
    font-weight: 700;
}

.promo-opt .box-promo .read-more a .icon {
    font-size: 13px;
}


.promo-banner-list {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 10px;
}

.promo-banner-list .box-banner {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
    transition: all .3s;
}

.promo-banner-list .box-banner:hover {
    transform: scale(1.05);
}

.promo-banner-list .box-banner a {
    display: block;
}

.promo-banner-list .box-banner img {
    width: 100%;
}

.promo-item .box-promo .info .price {
    font-size: 21px;
    margin: 4px 0 5px;
    padding-bottom: 2px;
}


/* Styles Option 4*/

.box-opt4 {
    width: 100%;
    text-align: center;
    background: #fff;
    box-shadow: 6px 6px 12px rgb(0 0 0 / 18%), 0 -1px 6px rgb(0 0 0 / 18%);
    padding: 20px 20px 32px;
    transition: all .3s;
    margin-bottom: 25px;
}

.box-opt4:hover {
    transform: scale(1.05);
}

.box-opt4 .descriptor {
    font-weight: 500;
    color: #005caa;
    font-size: 14px;
}

.box-opt4 .highlights_route {
    margin: 12px 0 0;
}

.box-opt4 .highlights_route .from {
    font-size: 15px;
    color: #555;
    font-weight: 400;
}

.box-opt4 .highlights_route .to {
    color: #001d40;
    font-size: 22px;
    font-weight: 600;
    margin: 4px 0 0;
}

.box-opt4 .highlights_price {
    color: #0066b3;
    font-size: 35px;
    font-weight: 600;
    line-height: 35px;
    position: relative;
    width: 100%;
    text-align: center;
}

.box-opt4 .highlights_price .num {
    display: inline-block;
}

.box-opt4 .highlights_price .sup {
    position: absolute;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}

.box-opt4 .highlights__cta .button-buy {
    background-color: #FFC709;
    color: #0066b3;
    border-radius: 4px;
    border: none;
    font-size: 17px;
    font-weight: 400;
    padding: 8.6px 23px;
}


/* Styles Option 5*/

.box-opt5 {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 25px;
    transition: all .3s;
}

.box-opt5:hover {
    transform: scale(1.05);
}

.box-opt5 .thumb {
    width: 100%;
}

.box-opt5 .thumb a {
    display: block;
    line-height: 1;
    font-size: 0;
}

.box-opt5 .thumb a img {
    width: 100%;
}

.box-opt5 .info {
    padding: 14px 12px 10px;
    transition: all .3s;
    background: #fff;
}

.box-opt5 .info .name {
    margin: 0 0 -1px;
}

.box-opt5 .info .name a {
    color: #73767f;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
}

.box-opt5 .info .descript {
    font-size: 13px;
    color: #73767f;
}

.box-opt5 .info .bt-line {
    margin: 0;
    width: 100%;
    position: relative;
}

.box-opt5 .info .bt-line .num {
    font-size: 25px;
    color: #313541;
    font-weight: 700;
}

.box-opt5 .info .bt-line .num sup {
    font-size: 16px;
    top: -0.6em;
}

.box-opt5 .info .bt-line .btn-buy {
    position: absolute;
    top: 0;
    right: 0;
    color: #0c59a1;
    border: 1px solid #FFC709;
    background: #FFC709;
    padding: 6px 10px 7px;
    font-size: 14px;
    border-radius: 3px;
    transition: all .3s;
}

.box-opt5 .info .bt-line .btn-buy:hover {
    color: #FFC709;
    background: #fff;
}

@media (max-width: 992px) {
    .area.promotion {
        padding-bottom: 60px;
    }

    .promo-content .wrap-col .col {
        width: 100%;
    }

    .promo-content .wrap-col .col-right {
        margin-top: 20px;
    }

    .promo-content .promo-list {
        overflow: visible;
        margin-left: 0;
        margin-right: 0;
    }

    .promo-content .promo-list:after {
        clear: both;
    }

    .promo-nav li a {
        font-size: 18px;
    }

    .promo-content .title-promo {
        font-size: 28px;
    }

    .promo-content .sub-title {
        font-size: 16px;
    }

    .promo-content .wrap-col {
        margin-top: 25px;
    }
}


@media (max-width: 768px) {
    .promo-nav {
        width: 100%;
        overflow: hidden;
    }

    .promo-nav li {
        float: left;
        width: calc(100%/5);
    }

    .promo-nav li a {
        font-size: 2.5vw;
        padding: 12px 5px;
    }

    .promo-content .wrap-col .col-right {
        margin-top: 40px;
    }

    .promo-nav li a.active:before {
        border-width: 5px 6px 5px 0;
    }

    .promo-content .promo-list {
        margin-left: -15px;
        margin-right: -15px;
    }

    .opt1 .promo-content .promo-list {
        margin-top: 15px;
    }

    .area.promotion {
        padding-bottom: 40px;
    }

    .promo-content .promo-filter li {
        width: 33.33%;
    }

    .promo-content .promo-filter li+li {
        margin-left: 0;
    }

    .opt1 .promo-content .promo-filter li a {
        padding-left: 5px;
        padding-right: 5px;
        display: block;
    }

    .promo-content .promo-filter li a {
        font-size: 4.2vw;
        text-align: center;
    }
}

@media (max-width: 320px) {
    .box-opt5 .info .bt-line .btn-buy {
        position: static;
        width: 100%;
        margin-top: 10px;
    }
}