/**/

body {
    font-size: 14px;
}
body.mobile {
    margin-top: 0px !important;
}

@media (min-width: 992px) {
    body {
        font-size: 16px;
    }
}


a {
    text-decoration: none
}
.u {
    border-bottom: 1px solid #7d7d7d;
}
.u2 {
    border-bottom: 1px solid #fff;
}
.blue {
    color: #13469b;
}

.only_m {
    display: block !important;
}

.only_pc {
    display: none !important;
}
@media (min-width: 992px) {
    .only_m {
        display: none !important;
    }
    .only_pc {
        display: block !important;
    }
}

.s_b {
    margin-bottom: 4rem;
}
@media (min-width: 992px) {
    .s_b {
        margin-bottom: 6rem;
    }
}






#event_header {
    background-color: #2b7d645e;
}



#section_0 {
    position: relative;
    height: 100vh;
    /* margin: 0 auto; */
    background: url('/common/event/images/yellowknife_summer/main_bg.jpg') no-repeat 82% 0%;
    background-size: cover;
    color: #fff;
    /* max-width: 2500px; */
}
#section_0 .main_tit {
    position: absolute;
    top: 20vh;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 90%;
    text-align: left;
}
#section_0 .main_tit h4 {
    
}
#section_0 .main_tit h4.tit_1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 900;
    font-style: italic;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    line-height: 1;
    margin-bottom: .5rem;
}
#section_0 .main_tit h4.tit_1 img {
    height: 1em;
}
#section_0 .main_tit h4.tit_1 i {
    font-size: .8em;
    padding: 0 .2em;
}
#section_0 .main_tit h4.tit_2 {
    color: #d0ffd6;
}
#section_0 .main_tit h1 {
    font-weight: 900;
}
#section_0 .main_tit h1 .t1 {
    color: #e59e41;
}
#section_0 .main_tit h1 .t2 {
    /* color: #d0ffd6; */
    background: linear-gradient(#00ffc6 0%, #edff54 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
#section_0 .main_tit p {
    display: inline-block;
    border: 1px solid #eee;
    padding: 3px 8px 2px 8px;
    margin-bottom: 7vh;
    font-size: 1.2em !important;
}
#section_0 .main_tit h6 {
    font-weight: 600;
}
#section_0 .main_tit ul {
    
}
#section_0 .main_tit ul li {
    
}

#section_0 .main_tit .desc i {
    margin-right: 8px;
}
#section_0 .westjet_logo {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 120px;
}
#section_0 .westjet_logo2 {
    height: 30px;
}
#section_0 .tourism_logo {
    position: absolute;
    top: 9.5vh;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 76px;
}

.star {
    position: absolute;
    width: 2px;
    height: 2px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 0 6px white;
    animation: twinkle 2s infinite ease-in-out;
}

@keyframes twinkle {
    0%, 100% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.5);
    }
}



.shooting_star {
    position: absolute;
    z-index: 10;
    width: 2px;
    height: 80px;
    opacity: 0;
    background: linear-gradient(132deg, white, rgba(255, 255, 255, 0));
    transform: rotate(132deg);
    animation: shooting 3s linear infinite;
}

.shooting_star1 { top: 0%;  left: 0%}
.shooting_star2 { top: 10%; left: 10%; width: 3px; height: 50px; }
.shooting_star3 { top: 15%; left: 15%; width: 2px; height: 70px; }
.shooting_star4 { top: 20%; left: 20%; width: 2px; height: 60px; }
.shooting_star5 { top: 25%; left: 25%; width: 1px; height: 80px; }
@keyframes shooting {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        top: 60%;
        left: 90%;
        opacity: 0;
    }
}


@media (min-width: 992px) {
    #section_0 {
        background-position: 50% 0%;
    }
    #section_0 .main_tit {
        position: absolute;
        top: 22vh;
        left: 50%;
        right: 0;
        max-width: 700px;
        text-align: right;
        transform: translate(-40%, 0%);
    }
}
@media (min-width: 1200px) {
    #section_0 {
        background-position: 50% 60%;
    }
}
@media (min-width: 1400px) {
    #section_0 {
        background-position: 50% 75%;
    }
    #section_0 .main_tit {
        position: absolute;
        top: 22vh;
        left: auto;
        right: 13vw;
        max-width: 700px;
        text-align: right;
        transform: translate(-0%, 0%);
    }
}

@media (min-width: 992px) {
    .shooting_star {
        background: linear-gradient(113deg, white, rgba(255, 255, 255, 0));
        transform: rotate(113deg);
    }


    #section_0 .main_tit h4 {
        
    }
    #section_0 .main_tit h1 {
        font-size: 3.4rem;
    }
    #section_0 .main_tit h4.tit_1 {
        margin-bottom: .8rem;
        justify-content: flex-end;
    }
    #section_0 .main_tit .desc {
        font-size: 18px
    }
    #section_0 .main_tit p {
        font-size: 1.4rem;
    }
    #section_0 .main_tit h6 {
        font-size: 20px;
    }
    #section_0 .main_tit ul {
        
    }
    #section_0 .main_tit ul li {
        
    }
    #section_0 .westjet_logo {
        width: 200px;
    }
    #section_0 .tourism_logo {
        position: absolute;
        top: 15.3vh;
        left: 50%;
        width: 100px;
        margin-left: -33vw;
    }

}









#section_1 h2 {
    color: #1d5f3b;
}
#section_1 h1 {
    font-weight: 600;
    margin: 0 0 2rem 0;
}
#section_1 h1 i {
    color: #70b0d2;
}


.benefit {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    /* margin: 0 0 2rem 0; */
}
.benefit_reverse {
    flex-direction: column-reverse;
}
.benefit_img {
    width: 100%;
    overflow: hidden;
}
.benefit_img img {
    width: 100%;
}
.benefit_txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 1.5rem;
    color: #fff;
    /* background-color: #1db794; */
    /* background-image: linear-gradient(-225deg, #20E2D7 0%, #F9FEA5 137%); */
}
.benefit_1 {
    background-image: linear-gradient(to top, #72afd3 0%, #37ecba 100%);
}
.benefit_2 {
    /* background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%); */
    background-image: linear-gradient(120deg, #3383d5 0%, #8adaff 90%, #c2e9fb 100%);
}
.benefit_3 {
    background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
}

.benefit_txt h3 {
    margin: 0 0 15px 0;
}
.benefit_txt h3 span {
    display: inline-block;
    font-weight: 400;
}
.benefit_txt h3 span:after {
    display: block;
    content: '';
    width: 24px;
    height: 2px;
    background-color: #ffffff;
    margin: 1.2rem 0 1.3rem 0;
}
.benefit_txt h3 strong .u {
    border-bottom: 1px solid #fff;
}
.benefit_txt p {}
.benefit_txt p .accent {
    color: #cf3232;
}
.benefit_txt .ref {}
.benefit_txt i {
    display: block;
    margin: 1rem 0 0 0;
    font-size: 1.5rem;
}


.benefit_3 .benefit_txt {
    color: #000;
}
.benefit_3 .benefit_txt h3 {
    color: #d52b1e;
}
.benefit_3 .benefit_txt h3 span:after {
    background-color: #000;
}
.benefit_3 .benefit_txt h3 {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    #section_1 h1 {
        margin: 0 0 2rem 0;
    }
    .benefit {
        flex-direction: row;
        /* margin-bottom: 3rem; */
    }
    .benefit_img,
    .benefit_txt {
        width: 50%;
    }
    .benefit_txt {
        padding: 2rem 3rem;
    }
    .benefit_txt i {
        margin: 2rem 0 0 0;
        font-size: 2.4rem;
    }
}






#section_2 {
    background-color: #f0f6ff;
    padding: 4rem 0;
}

.westjet_c1 {
    color: #153663;
}
.westjet_c2 {
    color: #00aaa5;
}

#section_2 .col-lg-7,
#section_2 .col-lg-8 {
    display: flex;
}
.about_westjet_row {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #c5c5c5;
}
.about_westjet {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
}


#section_2 h4 {
    text-transform: uppercase;
    margin: 0;
}
#section_2 h1 {
    font-weight: 600;
}
#section_2 .westjet_logo {
    height: 1.8rem;
}
.introduce_westjet {
    margin: 0;
    padding: 1.4rem 0 1.4rem 2rem;
    /* border-top: 1px solid #204372;
    border-bottom: 1px solid #204372; */
    line-height: 2.2;
    list-style: disc;
}
.introduce_westjet li {

}
.introduce_westjet li strong {
    color: #d52b1e;
}
.attractions {
    margin: 0;
    padding: 1.4rem 0 1.4rem 1rem;
    /* border-top: 1px solid #204372;
    border-bottom: 1px solid #204372; */
    line-height: 2.2;
    list-style: decimal;
}
.attractions li {
    margin-bottom: 1rem;
    padding-left: 5px;
}
.attractions li:last-child {
    margin-bottom: 0;
}
.attractions li h6 {
    font-weight: 600;
}
.attractions li p {
    margin-bottom: 0;
}
.attractions li p strong {
    position: relative;
    color: #d52b1e;
}
.attractions li p strong:before {
    position: absolute;
    left: 0px;
    top: -1.4rem;
    color: #cc0000;
    font-family: var(--font-awesome);
    font-weight: 400;
    content: "\f00c";
}




@media (min-width: 992px) {
    #section_2 {
        padding: 6rem 0;
    }
    .about_westjet_row {
        margin-bottom: 5rem;
        padding-bottom: 5rem;
    }
    .attractions {
        margin: 0;
        padding: 1.4rem 0 1.4rem 2rem;
    }
}





#preview_slider {
    width: 100%;
    margin-top: 1.5rem;
}

#preview_slider .img_c {
    display: inline-block;
    position: relative;
    z-index: 1;
}
#preview_slider .img_c h6 {
    color: #fff;
    position:absolute;
    z-index: 3;
    bottom: 10px;
    right: 15px;
    margin: 0;
    /* width: 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;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 992px) {
    #preview_slider {
        margin-top: 3rem;
    }
}






#section_3 h2 {
    color: #13ad9d;
}
#section_3 h1 {
    font-weight: 600;
    margin: 0 0 2rem 0;
    color: #082c4e;
}
#section_3 h1 span{
    color: #0e487e;
}
#section_3 hr {
    margin-bottom: 3rem;
}
#section_3 h3 {
    color: #3d3d3d;
}
#section_3 h3 b {
    /* color: #000; */
}
#section_3 h3 i {
    display: block;
    margin: 0 0 1rem 0;
    font-size: 24px;
    padding: 8px;
    /* background-color: #d52b1e; */
    /* color: #fff; */
    width: 40px;
    height: 44px;
    text-align: center;
}
.strong_point1 h3 i {border-bottom: 5px solid #e59e41; color: #d37800;}
.strong_point1 h3 b {color: #e59e41;}

.strong_point2 h3 i {border-bottom: 5px solid #d52b1e; color: #a3160b;}
.strong_point2 h3 b {color: #d52b1e;}

.strong_point3 h3 i {border-bottom: 5px solid #13469b; color: #08398b}
.strong_point3 h3 b {color: #13469b}

#flight_map {
    border: 1px solid #c7c7c7;
    border-left: 0;
    border-right: 0;
    padding: 2rem 0;
}
#section_3 p {}
#section_3 p .accent {
    color: #c71e1e;
    font-weight: 600;
}
.flight_schedule {
    background-color: #eee;
    padding: 1.2rem 1.5rem;
}
.flight_schedule li {
    position: relative;
    padding-left: 1.5rem;
    margin: 10px 0;
}
.flight_schedule li:before {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0px;
    /* margin-left: 1rem; */
    /* padding-right: 10px; */
    font-family: var(--font-awesome);
    font-weight: bold;
    content: "\f5b0";
}

/* 
#section_3_2 h3 {}
#section_3_2 h3 i {
display: block;
    margin: 0 0 1rem 0;
    font-size: 1.4em;
    padding: 13px;
    background-color: #fd4c14;
    color: #fff;
    width: 1.65em;
}
#section_3_2 p {} */

.strong_point {
    margin: 3rem 0;
}




#section_4 h2 {
    color: #13ad9d;
    
}
#section_4 h1 {
    margin: 0 0 3rem 0;
    font-weight: 600;
    color: #082c4e;
}
#section_4 h1 span{
    color: #0e487e;
}


@media (min-width: 992px) {
    #section_3 h1 {
        margin: 0 0 2rem 0;
    }
}




#section_consulting_bar {
    text-align: center;
}
#section_consulting_bar img {
    max-height: 35px;
}
.consult_btn {
    display: block;
    margin: 1.4rem auto 0 auto;
    padding: 10px 20px;
    width: 100%;
    max-width: 300px;
    border: 1px solid #3d001d;
    text-align: center;
    background-color: var(--consult);
    background: var(--consult-bg);
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
}
@media (min-width: 992px) {
    #section_consulting_bar img {
        height: 50px;
    }
}

.customer_consult {
    margin: 0em auto 0 auto;
    padding: 1.5em 1em;
    /* max-width: 1000px; */
    /* box-shadow: 3px 3px #d9d9d9; */
    background-color: #13469b;
}

.customer_consult .icon {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0 0 2.5rem 0;
}
.customer_consult .icon i {
    color: #fff;
    font-size: 3em;
    font-family: var(--font-awesome) !important;
}

.customer_consult p {
    color: #fff;
    font-size: 1rem;
    text-align: left;
    margin: 0;
}

.customer_consult a {
    display: block;
    padding: 5px 15px;
    text-align: center;
    background-color: var(--consult);
    color: #fff;
    border: 1px solid var(--consult-border);
    max-width: 300px;
    font-size: 1.2rem;
    text-align: center;
    width: 100%;
    margin: 1rem auto 0 auto;
}

@media (min-width: 992px) {
    #section_consulting_bar {
        /* background-color: #13469b; */
        padding: 3rem 0;
    }
    .customer_consult .icon {
        margin: 0;
    }
    a.customer_consult p {
        margin-top: 0;
    }
    .customer_consult a {
        margin: 1rem 0 0 0;
    }
}

/*
@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}
@media (min-width: 1400px) {}
*/