/*-------------------------------------------------- 
template for activity
version 1.0.1
2023.09.22

--------------------------------------------------*/
input::-ms-reveal,
input::-ms-clear {
  display: none;
}
/*-------------------------------------------------- 
$Bootstrap General
--------------------------------------------------*/
h1, h2, h3, h4, h5, h6, 
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: bold;
}

@media (min-width: 1400px){
    .container-xl, .container-xxl {
        max-width: 1140px;
    }
}
.hide{
    display: none;
}
.btn-witharrow{
    position: relative;
    padding-right: 60px;
    padding-left: 20px;
    text-align: left;
    min-width: 140px;
}
.btn-witharrow::after{
    display: block;
    content:"";
    position: absolute;
    top: 6.5px;
    right: 5px;
    width: 24px;
    height: 24px;
    background: transparent url("../images/template/icon-ci-arrow-right-w.svg") center center;
    background-size: 24px 24px;
}

/*-------------------------------------------------- 
$Template
--------------------------------------------------*/
html{

}
body{
    font-size: 16px;
    letter-spacing: 0.5px;
}

#header-sub{
    height: 40px;
    background-color: #fff;
}
#header-main{
    height: 60px;
    background-color: #23569d;
}


#footer{
    display: none;
    background-color: #23569d;
    padding: 20px 0;
}




#mod-loading{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    transform: translate(-50%, -50%);
    background:  url(../images/loading/CI_loading.gif) center center no-repeat;
    z-index: 3;
}
#bg-fulldark{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 2;
}
#bg-fullwhite{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 2;
}
#cookie-notice{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    background-color: #f9f9f9;
    box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.1);
}
.cookie-notice__text{
    font-size: 0.875rem;
}


/*-------------------------------------------------- 
    $Header
--------------------------------------------------*/
#header-main-inner{
    display: flex;
    justify-content: space-between;
}
#header-websiteid{
    position: relative;
}
#link-skyteam{
    position: absolute;
    top: 10px;
    left: 150px;
    display: block;
    width: 30px;
    height: 45px;
    text-indent: -9999px;
}

#ci-logo{
    display: inline-block;
    padding-top: 0.625rem;
    border:none;
}
#ci-logo,
#ci-logo-pc {
    width: 180px;
    height: 38px;
}
#ci-logo-m{
    display: none;
}
#header-websitetitle{
    display: inline-block;
    position: relative;
    top: 5px;
    color: #fff;
    font-size: 1.125rem;
    font-weight: normal;
    margin: 0;
    margin-left: 0.625rem;
    margin-right: 1.25rem;
    visibility: hidden;
}


#header-subarea{
    display: none;
    width: 65px;
    padding-top: 0.9375rem;
}
#header-submenu-m{
    display: flex;
    justify-content: flex-end;
}
#header-submenu-m > li{
    list-style:none;
    margin-right: 0.9375rem;
}
#header-submenu-m > li:last-child{
    margin-right: 0;
}

#btn-login-m,
#btn-menu-m{
    display: inline-block;
    width: 24px;
    height: 26px;
    background: transparent;
    border: none;
    padding: 0;
}
#btn-login-m  img,
#btn-menu-m  img{
    width: 24px;
    height: 24px;
}
#btn-login-m:focus,
#btn-menu-m:focus{
    border-color: #23569d;
    outline: 0;
    -webkit-box-shadow: #96b9da;
            box-shadow: #96b9da;
}

@media screen and (max-width: 1024px){
    #header-sub{
        display: none;
    }
    #header-main-inner{
        padding-left: 8px;
    }
    #link-skyteam{
        position: absolute;
        top: 10px;
        left: 80px;
        display: block;
        width: 20px;
        height: 45px;
        text-align: -9999px;
    }
    #header-websitetitle{
        margin-left: 0;
        margin-right: 0;
    }
    #header-subarea{
        display: block;
    }
}
@media screen and (max-width: 320px){
    #header-main-inner{
        padding-left: 0.9375rem;
    }
    #header-websitetitle{
        padding-top: 0.85rem;
    }
}




/*-------------------------------------------------- 
    $Main
--------------------------------------------------*/
/*-------------------------------------------------- 
    $Hero-banner
--------------------------------------------------*/
#hero-banner-ow-wrapper{
    position: relative;
    padding-top: 24.375%;
    width: 100%;
}
#hero-banner-ow{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.banner-ow-pc,
.banner-ow-m{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
@media (max-width: 768px){
    #hero-banner-ow-wrapper{
        padding-top: 93.3334%;
    }
    .banner-ow-pc{
        display: none;
    }
    .banner-ow-m{
        display: block;
    }
}
@media (min-width: 769px){
    .banner-ow-pc{
        display: block;
    }
    .banner-ow-m{
        display: none;
    }
}







#hero-banner-wrapper{
    position: relative;
}
#hero-banner{
    position: relative;
    width: 100%;
    height: 300px;
    text-align: center;
    overflow: hidden;
}
.banner-pc,
.banner-pad,
.banner-m{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#herobanr-index,
#herobanr-introduction{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
#herobanr-index .row,
#herobanr-introduction .row {
    display: flex;
    align-self: center;
}
.banner-textarea-index{
    margin-top: 70px;
    margin-left: 55%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    padding: 0 15px 0 20px;
}
.banner-textarea-index  p{
    text-align: justify;
}

.banner-textarea-introduction{
    margin-top: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}
.banner-textarea-introduction > p:not(.lead-title){
    text-shadow: 0 5px 3px rgba(255, 255, 255, 0.3);
}


.lead-title{
    color: #333;
    font-weight: bold;
    font-size: 1.625rem;
    text-shadow: 0 3px 5px rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 767px){
    .banner-pc{
        display: none;
    }
    .banner-pad{
        display: none;
    }
    .banner-m{
        display: block;
    }
    #hero-banner{
        height: 180px;
    }
    #herobanr-index,
    #herobanr-introduction{
        position: static;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
    }
    .banner-textarea-index,
    .banner-textarea-introduction{
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
        padding: 0 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .banner-textarea-introduction  .lead-title > span:nth-child(2){
        display: block;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px){
    .banner-pc{
        display: none;
    }
    .banner-pad{
        display: block;
    }
    .banner-m{
        display: none;
    }
    .banner-textarea-introduction {
        margin-top: 60px;
    }
    .banner-textarea-introduction  .lead-title > span:nth-child(2){
        display: block;
    }
}

@media screen and (min-width: 1024px){
    .banner-pc{
        display: block;
    }
    .banner-pad{
        display: none;
    }
    .banner-m{
        display: none;
    }
}




/*-------------------------------------------------- 
    $main-navigation
--------------------------------------------------*/
#main-navigation-wrapper{
    position: absolute;
    top: 400px;
    left: 0;
    right: 0;
    z-index: 1000;
}
#main-navigation{
    position: relative;
    top: -25px;
    left: 50%;
    width: 50%;
    height: 54px;
    border-style: solid;
    border-color: transparent transparent #23569D transparent;
    border-width: 0 0 55px 30px;
}


#main-nav{

}
#main-nav > ul{
    display: flex;
    margin: 0;
    padding: 0;
    padding-top: 15px;
}
#main-nav > ul > li{
    list-style: none;
    border-right: 1px solid #fff;
}
#main-nav > ul > li:first-child{
    display: none;
    border-right: none;
}
#main-nav > ul > li:last-child{
    border-right: none;
}
#main-nav > ul > li > a,
#main-nav > ul > li > #main-nav-title{
    padding: 0 30px;
    color: #fff;
    text-decoration: none;
}
#main-nav > ul > li > a:hover{

}
#btn-closemenu-m{
    width: 25px;
    height: 25px;
    float: right;
    margin-right: -10px;
    border: none;
    background-color: transparent;
    background: url(../images/icon/icon-close-white@2x.PNG) center center no-repeat;
    background-size: 25px 25px;
    text-indent: -9999px;
}
#btn-closemenu-m:focus{
    outline: 0;
}



#nav-subarea{
    position: absolute;
    top: -395px;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
}
#nav-subarea > ul{
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;  
    z-index: 2;
}
#nav-subarea > ul > li{
    list-style: none;
}
#nav-subarea > ul > li > a{
    padding: 0 15px;
    color: #fff;
    text-decoration: none;
}

.langdropdown-wrapper{
    position: absolute;
    top: -455px;
    right: 0;

    text-align:right;
    padding-right: 15px;
    padding-left: 15px;
}
.btn-language{
    color: #3e62ad;
    padding: 0.375rem  0.3125rem;
}
.btn-language:hover{
    color: #23569d;
}
.btn-language::after{
    display: none;
}
.langdropdown-wrapper  .dropdown  .dropdown-arrow{
    transition: transform 0.5s;
}
.langdropdown-wrapper  .dropdown.show  .dropdown-arrow{
    transition: transform 0.5s;
    transform: rotate(-180deg);
}
.langdropdown-wrapper   .dropdown-item {
    color: #23569d;
}
.langdropdown-wrapper  .dropdown-item.active, 
.langdropdown-wrapper  .dropdown-item:active {
    color: #333;
    text-decoration: none;
    background-color: transparent;
}
.langdropdown-wrapper   .dropdown-menu.show{
    top: -3px !important;
    border-radius : 0;
}
.langdropdown-wrapper  .dropdown-item:hover, 
.langdropdown-wrapper  .dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: #23569d;
}


@media screen and (max-width: 1024px){
    #main-navigation-wrapper{
        position: fixed;
        top: 0;
        bottom: 0;
        right: -240px;
        left: auto;
        width: 230px;
        background-color: #fff;
        z-index: 100;
        overflow: auto;
        box-shadow: -5px 0 5px rgba(0, 0, 0, 0.1);
    }
    #main-navigation-wrapper.active{
        right: 0;
    }
    #main-navigation{
        position: static;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        border: none;
        background-color: #23569d;
    }
    #main-nav > ul{
        display: flex;
        padding: 0;
        flex-direction: column;
    }
    #main-nav > ul > li{
        border-right: none;
        border-bottom: 1px solid #fff;
    }
    #main-nav > ul > li:first-child{
        display: block;
    }
    #main-nav > ul > li > a,
    #main-nav > ul > li > #main-nav-title {
        display: block;
        padding: 15px 30px;
    }
    #main-nav > ul > li > #main-nav-title {
        background-color: #23569d;
    }

    #nav-subarea{
        display: none;
    }

    .langdropdown-wrapper{
        position: static;
        top: auto;
        right: auto;
        text-align:left;
        padding: 0;
    }
    .langdropdown-wrapper > .dropdown > .dropdown-toggle{
        display: none;
    }
    .langdropdown-wrapper > .dropdown > .dropdown-menu{
        display: block;
        border: none;
        position: static;
        float: none;
    }
    .langdropdown-wrapper > .dropdown > .dropdown-menu{
        display: block;
        min-width: 230px;
    }

    .langdropdown-wrapper  .dropdown-item{
        padding: 15px 30px;
        color: #23569d;
        text-decoration: none;
    }
    .langdropdown-wrapper  .dropdown-item.active, 
    .langdropdown-wrapper  .dropdown-item:active {
        color: #333;
        text-decoration: none;
        background-color: transparent;
    }
    .langdropdown-wrapper  .dropdown-item:hover, 
    .langdropdown-wrapper  .dropdown-item:focus {
        color: #fff;
        text-decoration: none;
        background-color: #23569d;
    }
}






.content-1stsection{
    padding-top: 50px;
}




/*-------------------------------------------------- 
    $Login
--------------------------------------------------*/
#login-wrapper{
    position: relative;
}
#login-wrapper.page-notindex{
    display: none;
}



#login-area-input::after{
    display: block;
    content:"";
    clear: both;
    overflow: hidden;
}
#login-area-input__id{
    width: 20%;
    padding-right: 10px;
    float: left;
}
#login-area-input__password{
    width: 20%;
    padding: 0 10px;
    float: left;
}
#login-area-input__captcha{
    width: 20%;
    padding: 0 10px;
    float: left;
}
#login-area-input__captcha-pic{
    width: 22%;
    padding: 0 10px;
    padding-top: 30px;
    float: left;    
}
#login-area-input__submit{
    width: 12%;
    padding-top: 30px;
    float: left;   
    text-align: center;
}

#login-area-input__pwdforgot{
    font-size: 0.875rem;
}

#login-area-input__captcha-pic > *{
    vertical-align: middle;
}
.ci-captcha{
    background-color: #e7edfa;
    border: 1px solid #aaa;
}
.ci-captcha-reload{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: transparent url("../images/icon/ic_login_refresh@2x.PNG") center center no-repeat;
    background-size: 31px 30px;
    border: none;
}


.ci-btn-cancel-gray{
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    border: none;
    background: transparent url("../images/icon/icon-close-gray@2x.PNG") center center no-repeat;
    background-size: 25px 25px;
}

.input-pw-group{
    position: relative;
}


#btn-pweye{
    position: absolute;
    top: 7px;
    right: 10px;
    display: block;
    width: 24px; 
    height: 24px;
    background: transparent url("../images/icon/icon-eyes-close@2x.PNG") center center no-repeat;
    background-size: cover;
    border:none;
}
#btn-pweye.active{
    background: transparent url("../images/icon/icon-eyes-open@2x.PNG") center center no-repeat;
    background-size: cover;
}


/*-------------------------------------------------- 
    $Footer
--------------------------------------------------*/
#footer{
    position: relative;
    border-top: 2px solid #d81159;
}
#footer::before{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-top: 2px solid #fff;
}
#footer-main{
    display: flex;
    justify-content: space-between; 
}


#footer-mainlinks{
}
#footer-mainlinks > ul{
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
#footer-mainlinks > ul > li {
    list-style: none;
}
#footer-mainlinks > ul > li > a{
    color:#fff;
    padding: 0 30px;
    border-right: #fff solid 1px;
    text-decoration: none;
}
#footer-mainlinks > ul > li:first-child > a{
    padding-left: 0;
}

#footer-copyright{
    margin: 0 20px;
}
#footer-copyright p{
    color: #fff;
    margin-bottom: 0;
}

@media screen and (max-width: 1024px){
    #footer-main{
        justify-content: flex-start; 
        flex-direction: column;     
    }
    #footer-mainlinks > ul{
        display: flex;
        flex-direction: column;
    }
    #footer-mainlinks > ul > li{
        margin-bottom: 1.875rem;
    }
    #footer-mainlinks > ul > li > a{
        padding: 0 1.875rem;
        border-left: #fff solid 1px;
        border-right: none;
    }
    #footer-mainlinks > ul > li:first-child > a{
        padding-left: 1.875rem;
    }
    #footer-copyright{
        margin: 0;
    }
}



/* 

*/
.nav-tabs.nav-ciweb {
    display: flex;
    border: none;
    margin-bottom: 10px;
    align-items: stretch;
}
.nav-tabs.nav-ciweb .nav-item {
    display: flex;
    font-size: 20px;
    justify-content: center;
    align-items: stretch;
}
.nav-tabs.nav-ciweb .nav-link {
    display: block;
    width: 100%;
}


.nav-tabs.nav-ciweb .nav-link.active, .nav-tabs.nav-ciweb .nav-item.show .nav-link{
    color: #ed1156;
    background-color: #fff;
    border-color: #ccc #ccc #fff;
    border: none;
}
.nav-tabs.nav-ciweb .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: transparent;
}

.nav-tabs.nav-ciweb .nav-link:not(.active){
    color: #fff;
    background-color: #23569d;
}




/*content dropdown start*/
.ci-contdrop-btn{
    display: inline-block;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid transparent;

    line-height: 1.428571429;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    white-space: normal;

    border-radius: 0;
    color: #333 !important;
    background-color: #f6f6f6;
    text-decoration: none;
    padding: 6px 20px 6px 14px;
    text-align: left;
}
a.ci-contdrop-btn:hover{
  text-decoration: none !important;
}
.glyphicon{
    display: inline-block;
    position: relative;
}
.glyphicon.glyphicon-down {
    width: 8px;
    height: 18px;
    background-image: url(../images/content-img/icon-bird-blue@2x.PNG);
    background-size: 8px 18px;
    background-repeat: no-repeat;
    left: 5px;
    top: 4px;
}
.content-dropdown-hassubdp  .ci-contdrop-content{
  padding-top: 10px; 
}
.ci-contdrop-content{
  display: none;
  margin-bottom: 20px;
}
.content-dropdown-text .glyphicon {
    margin-left: 25px;
}
.ca-collapse-ctrl.select-open .glyphicon {
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
}
.ca-collapse-ctrl.select-close .glyphicon {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
}
.cidp-hastitle{
  padding-top: 14px;
  padding-bottom: 10px;
}
.cidp-hastitle > h2{
  display: inline;
  margin-right: 10px;
  font-size: 20px;
  line-height: 1;
}
.cidp-hastitle > .title-sub{
  display: inline;
  margin-right: 10px;
  font-size: 16px;
  line-height: 1;
}
.cidp-hastitle .glyphicon.glyphicon-down {
    top: 3px;
}
/*content dropdown end*/



.btn.disabled, .btn:disabled {
    opacity: 0.35;
}



.multiroute-header{
    position: relative;
}
.btn-deleteroute{
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 20px;
    height: 20px;
    border:none;
    text-indent: -9999px;
    background: url(../images/content-img/icon-delete.PNG) center center no-repeat;
    background-size: 20px 20px;
}




.box-cta-searchflight{
    margin-top: 24px;
}



.ctvd-formselect-wrapper{
    position: relative;
}
.form-control-xl.ctvd-formselect-wrapper    .ctvd-formselect{

}
.ctvd-formselect-wrapper.ctvd-formselect-wrp-xl::after{
    content:"";
    display: block;
    position: absolute;
    top: 27px;
    right: 8px;
    width: 19px;
    height: 11px;
    background:transparent url(../images/content-img/icon-drop-arrow.PNG) center center no-repeat;
    z-index: 1;
}
.ctvd-formselect-wrapper  .ctvd-formselect{
    display: inline-block;
    width: 100%;
    -webkit-appearance: none;
    cursor: pointer;
}





.discover {
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,.2);
    text-decoration: none !important;
    border-bottom: none;
}
.discover > a{
    text-decoration: none !important;
}
.discover .media-wrapper {
    position: relative;
    text-align: center;
}
.discover a .explore-more {
    width: 100%;
    display: table;
}
.explore-more .btn-explore-more {
    padding: 15px 0;
    display: block;
    text-align: center;
    color: #e50049;
    border-top: 1px solid #ebebeb;
}
.discover a .explore-more .btn-explore-more {
    display: table-cell;
    height: 50px;
    line-height: 1.427;
    padding: 0;
    vertical-align: middle;
}


a.nav-link{
    cursor:pointer;
}