.logo-a {
    text-align: center;
    padding: 0 20px 55px;
}

.logo-a img {
    width: 300px;
}

.airline-head {
    padding: 75px 43px 20px;
    text-align: center;
}

.airline-head hr {
    background: #E3E3E3;
    height: 1px;
    display: block;
    margin: 55px 0 42px;
    width: 100%;
    border: 0;
}

.airline-head h3 {
    font-weight: bold;
    line-height: 30px;
    padding: 18px 0 16px;
    font-size: 18px;
    text-align: center;

    color: #F27F0F;

}

.image-f {
    position: relative;
    margin-top: -30px;
}

.image-f h2 {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    text-align: center;
}

.airline-head .map-full {
    pointer-events: none;
    overflow: hidden;
    margin: 10px -43px 40px;
    height: 297px;
    position: relative;
}

.airline-head .map-full:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;

    background: linear-gradient(180deg, #FFFFFF 6.75%, rgba(216, 216, 216, 0.0001) 71.35%);
}

.airline-head article p {
    text-align: center;
    max-width: 230px;
}

.airline-head .btn {
    min-width: 177px;
}

.airline-head article {
    width: 30%;
    max-width: 250px;
    padding-top: 10px;
    padding-bottom: 30px;
}

.airline-head section {
    display: flex;
    max-width: 850px;
    margin: auto;
    justify-content: space-between;
}

.airline-head p {
    max-width: 834px;
    margin: auto;
    text-align: center;
    width: 100%;
    line-height: 25px;
    font-size: 16px;
    text-align: center;

    color: #536273;
}

.airline-head h1 strong {

    color: #F27F0F;
    font-weight: normal;
}

.airline-head h1 {
    line-height: 40px;
    font-size: 40px;
    width: 840px;
    margin: 0 auto 18px;
    text-align: center;
    font-weight: normal;

    color: #262F3A;

}

.airline-head h2 {
    line-height: 40px;
    padding-bottom: 30px;
    font-size: 30px;
    font-weight: normal;
    text-align: center;

    color: #262F3A;

}

.map-hh {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: -50px;
}

@media screen and (max-width: 767px) {

    .image-f {
        margin: 0 -20px;
        margin-top: -30px;
        padding-top: 30px;
    }

    .image-f h2 {
        padding: 0 20px;
        top: 0;
    }

    .airline-head .map-full {
        margin-left: -20px;
        margin-right: -20px;
    }

    .text-row .sub-title {
        font-size: 16px;
    }

    .text-row .sub-title br {
        display: block;
    }

    .airline-head p {
        font-size: 14px;
        line-height: 24px;
    }

    .airline-head h1 {
        font-size: 26px;
        line-height: 1.4;
    }

    .logo-a {
        padding: 0 10px 35px;
    }

    .airline-head {
        padding: 40px 20px 20px;
    }

    .airline-head article {
        width: 100%;
        max-width: none;
    }

    .airline-head section {
        flex-wrap: wrap;
    }

    .airline-head h2 {
        font-size: 20px;
        line-height: 1.4;
    }

    .airline-head hr {
        margin: 30px 0;
    }

}

.index-list h2 strong {
    font-weight: bold;
    display: block;
    margin-top: -25px;
    text-align: center;
    font-size: 50px;
}

.index-list ul {
    display: flex;
    font-size: 18px;
    padding-bottom: 20px;
    line-height: 20px;

    color: #536273;

    flex-wrap: wrap;
}

.index-list ul a {
    color: inherit;
}

.index-list ul a:hover {
    color: #3582ee;
}

.index-list ul li {
    width: 255px;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-right: 30px;
}


@media screen and (max-width: 1023px) {
    .index-list ul li {
        max-width: calc(33.33% - 30px);
    }

} 
@media screen and (max-width: 767px) {
    .index-list ul li {
        max-width: calc(50% - 30px);
    }

} 
@media screen and (max-width: 480px) {
    .index-list ul li {
        max-width: 100%;
    }

} 

.airline-head p {
    text-align: left;
    margin-bottom: 20px;
}

.airline-head ul {
    margin-bottom: 20px;
}

.airline-head li {
    max-width: 834px;
    margin: auto;
    width: 100%;
    line-height: 25px;
    font-size: 16px;
    text-align: left;
    color: #536273;
    list-style: disc inside;
}

.recent-news {
    position: relative;
    margin: 66px 0 35px;
}

.recent-news 
.right-link {
    position: absolute;
    top: 4px;
    right: 0;
}
.recent-news  h2 {
    border-bottom: 1px solid #E3E3E3;
    font-weight: normal;
    font-size: 30px;
    padding-right: 150px;
    line-height: 30px;
    padding-bottom: 30px;
    margin-bottom: 50px;

    color: #262F3A;

}

.recent-news  h3 {
    padding-bottom: 12px;
    font-size: 20px;
    line-height: 25px;

}
@media screen and (max-width: 767px) {
.recent-news  h2 {
    padding: 15px 0;
    margin-bottom: 0;
    font-size: 24px;
    border-bottom: 0;

}
.recent-news 
.right-link {
    position: static;
    padding-bottom: 10px;
    margin: 0 0 15px;
    border-bottom: 1px solid #E3E3E3;
    display: block;
    text-align: right;
}
} 


@media screen and (max-width: 1120px) {
    [style="display: flex; align-items: center; height: 180px; padding-bottom: 0px"] {
        min-height: 250px;
    }
} 