* {
    padding: 0px;
    margin: 0px
}

body {
    margin: 0;
    padding: 0;
    font-family: 'NHaasGroteskTXPro', Arial, Helvetica, Verdana, sans-serif;
    position: relative;
    overflow-x: hidden;
}

.site-main {
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.bg-pattern-2 {
    background-image: url('../../img/common/bg-pattern-2.png');
}

.container {
    max-width: 1140px;
    width: calc(100% - 30px);
    margin: 0px auto;
    display: table;
    position: relative;
    padding: 0px 15px;
}

.content-wrapper {
    /*max-width: 1392px;*/
    width: 100%;
    margin: 97px auto 0;
    padding: 0;
}

.breadcrumb {
    padding: 24px 0px 26px 0px;
    color: #343434;
    font-weight: 500;
    font-size: 13px;
}

.breadcrumb__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumb__list-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.breadcrumb__list-item a {
    text-decoration: none;
    color: #343434;
}

.breadcrumb__list-item:not(:last-child)::after {
    content: '»';
    padding: 0 12px;
}

.breadcrumb__list-item:last-child {
    font-weight: 700;
}

.informativepage__header {
    position: relative;
    height: auto;
    display: table;
    align-items: center;
    margin: 0px auto 70px;
    padding: 0px 0px;
    width: 100%;
}

.informativepage__header_banner {
    height: 540px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.informativepage__header-content {
    background-color: #fff;
    padding: 40px 36px;
    display: table;
    position: relative;
    box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 10%);
    width: calc(100% - 72px);
    margin: -140px auto 0px;
    max-width: 1068px;
    left: 0px;
    right: 0px;
}

.informativepage__header-content__left {
    float: left;
    width: 436px;
}

.informativepage__header-content__category {
    font-size: 20px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    line-height: 25px;
    margin-bottom: 16px;
}

.informativepage__header-content__title {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 20px;
    color: #343434;
    max-width: 310px;
}

.informativepage__header-content__right {
    float: left;
    width: calc(100% - 436px);
}

.informativepage__header-content__description {
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
}

.informativepage__header-content__description p {
    max-width: 742px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
}

.informativepage__header-content__description p:not(:last-child) {
    padding-bottom: 15px;
}

.informativepage__header-content__links {
    margin-top: 25px;
}

.informativepage__header-content__link {
    color: #20346B;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    margin-right: 20px;
    text-decoration: none;
}

.informativepage__header-content__link .iconify {
    color: #2B3F6C;
    margin-right: 10px;
}

.informativepage__section-title {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 16px 16px 32px;
    line-height: 32px;
}

.informativepage__section-title::before {
    content: '';
    width: 100px;
    height: 1px;
    background-color: #343434;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.scoll-slider::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

.scroll-slider {
    position: relative;
    overflow-x: hidden;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
    padding: 0;
}

.scroll-slider__inner {
    white-space: nowrap;
    position: relative;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    display: table;
}

.swiper .swiper-pagination .swiper-pagination-bullet:only-child {
    display: none;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0 ,0.3);
}

.modal.show {
    display: block;
}

.modal-title {
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
}

.modal-content {
    background-color: #fefefe;
    margin: 167px auto;
    width: 482px;
    max-width: 100%;
    padding: 72px;
    position: relative;
    font-size: 16px;
}

.modal-content-inner p:not(:last-child) {
    padding-bottom: 15px;
}

.modal-close {
    color: #000;
    position: absolute;
    top: 23px;
    right: 23px;
    font-size: 28px;
    font-weight: 500;
    border: 1px solid #C6C6C6;
    width: 44px;
    height: 44px;
    border-radius: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-close:hover,
.modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.footer {
    padding: 0px;
    margin: 40px auto 0px;
}

.footer__main {
    margin: 0;
    border-top: 1px solid #C6C6C6;
    padding: 17px 0px 19px;
    display: block;
    align-items: center;
    background-color: #002878;
}

.footer__main__links {
    width: 100%;
    max-width: calc(100% - 432px);
    float: left;
    list-style-type: none;
}

.footer__main__link {
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #FFFFFF;
}

.footer__main__item {
    display: inline;
    position: relative;
}

.footer__main__item:not(:first-child) {
    padding-left: 18px;
}

.footer__main__item:not(:last-child) {
    padding-right: 18px;
}

.footer__main__item:not(:last-child)::after {
    content: '';
    background-color: #FFF;
    position: absolute;
    right: 0;
    top: 15%;
    height: 70%;
    width: 1px;
}

.footer__copyright {
    width: 100%;
    max-width: 432px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #FFFFFF;
}

.footer__social {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 45px;
    max-width: 1140px;
    margin: 0px auto;
}

.footer__social__label {
    color: #20346b;
    font-weight: 700;
    font-size: 25px;
    line-height: 24px;
}

.footer__social__separator {
    margin-left: 40px;
    margin-right: 40px;
    display: inline-block;
    width: 200px;
    height: 1px;
    background-color: #20346b;
}

.footer__social__links {
    display: inline-block;
}

.footer__social__link {
    display: inline-block;
    color: #20346b;
    text-decoration: none;
    font-size: 24px;
    padding: 10px;
}

.pagetop {
    z-index: 100;
    right: 20px;
    display: block;
    position: fixed;
    bottom: 40px;
    opacity: 0;
    display: none;
    transition: 1s all;
}

.pagetop img {
    width: 50px;
}

.pagetop.on {
    display: block;
    animation-name: on--fade-in;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1s;
    opacity: 1;
}

.pagetop a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: #000;
}

.iconify--facebook {
    width: 33px;
    height: 33px;
    display: block;
    cursor: pointer;
    background-image: url('../../img/common/facebook.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.iconify--linkedin {
    width: 33px;
    height: 33px;
    display: block;
    cursor: pointer;
    background-image: url('../../img/common/linkedin.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.iconify--instagram {
    width: 33px;
    height: 33px;
    display: block;
    cursor: pointer;
    background-image: url('../../img/common/instagram.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

@keyframes on--fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/** Tablet (Potrait) **/
@media only screen and (max-width: 1024px) {

    .content-wrapper {
        margin: 109px auto 0;
    }

    .informativepage__section-title {
        padding: 16px 16px 20px;
    }

    .informativepage__header {
        margin: 0px auto 20px;
    }

    .informativepage__header-content__title {
        font-size: 40px;
        padding-bottom: 20px;
    }

    .informativepage__header-content {
        padding: 0px;
        width: calc(100% - 30px);
        padding: 20px 15px;
    }

    .informativepage__header-content__category {
        font-size: 20px;
    }

    .informativepage__header-content__left {
        float: left;
        width: 100%;
    }

    .informativepage__header-content__right {
        float: left;
        width: 100%;
    }

    .informativepage__header-content__description p {
        max-width: 100%;
    }

    .informativepage__header-content__link {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .footer__social {
        padding: 20px 0px;
    }
    
    .footer__main {
        text-align: center;
        padding: 14px 0 18px;
    }
    
    .footer__main__links {
        max-width: 100%;
        margin-bottom: 14px
    }
    
    .footer__main__link {
        font-weight: 500;
        font-size: 10px;
        line-height: 12px;
    }
    
    .footer__main__item:not(:first-child) {
        padding-left: 15px;
    }
    
    .footer__main__item:not(:last-child) {
        padding-right: 15px;
    }
    
    .footer__copyright {
        max-width: 100%;
        font-weight: 400;
        font-size: 10px;
        line-height: 12px
    }

    .modal-content {
        background-color: #fefefe;
        margin: 15% auto;
        width: 482px;
        max-width: 100%;
        padding: 72px;
        position: relative;
        font-size: 16px;
    }
}

/** Smartphone **/
@media only screen and (max-width: 767px) {

    body {
        padding-bottom: 50px;
    }

    .breadcrumb__list-item {
        font-size: 12px;
    }
    
    .footer__social__label {
        font-size: 24px;
    }
    
    .footer__social__separator {
        width: 136px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .pagetop {
        bottom: 10px;
    }
}

/* Iconify */
.iconify {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.iconify--arrowright {
    background-image: url('../../img/common/arrow-right.png');
    background-size: 14.59px 8px;
}

.iconify--arrowrightwhite {
    background-image: url('../../img/common/arrow-right-white.png');
    height: 22.09px;
    width: 12.55px;
}

.iconify--arrowrightwhite__download {
    background-image: url('../../img/common/arrow-right-white.png');
    height: 8px;
    width: 14.59px;
    margin-right: 8px;
    margin-bottom: 2px;
}

.iconify--charmapps {
    background-image: url('../../img/common/apps.png');
}

.iconify--download {
    background-image: url('../../img/common/download.png');
    background-size: 20px 20px;
}

.iconify--timesline {
    background-image: url('../../img/common/times.png');
    width: 18.29px;
    height: 18.86px;
}

.iconify--plus {
    background-image: url('../../img/common/plus.png');
    background-size: 100%;
    width: 15.5px;
}

.iconify--minus {
    background-image: url('../../img/common/minus.png');
    width: 15.5px;
}

.iconify--downloadwhite {
    background-image: url('../../img/common/download-white.png');
    background-size: 20px 16px;
}

.iconify--downloadwhite {
    background-image: url('../../img/common/download-white.png');
    background-size: 20px 16px;
}

.iconify--chevrondown {
    background-image: url('../../img/common/chevron-down.png');
}

.iconify--blanket {
    background-image: url('../../img/common/blanket.png');
}

.iconify--photoalbum {
    background-image: url('../../img/common/photoalbum.png');
}

.iconify--greaterthan {
    background-image: url('../../img/common/greater-than.png');
}

.iconify--caretright {
    background-image: url('../../img/common/caret-right.png');
}

.iconify--timeslinewhite {
    background-image: url('../../img/common/times-white.png');
    background-size: 10px 10px;
}

/* ==========================================================================
Layout　- Get from old layout
========================================================================== */
/*===========================================================
＊ clearfix
===========================================================*/
.cf:before,
.cf:after {
    display: table;
    content: "";
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

.cb {
    clear: both;
}

/* # clearfix 
---------------------------------------------------------------------------- */
.clearfix {
    zoom: 1;
}

.clearfix:after {
    line-height: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    content: ".";
}

/* overflow hidden
--------------------------------------*/
.c-fix {
    _zoom: 1;
    overflow: hidden;
}

/*===========================================================
＊ FONT LAYOUT
===========================================================*/
.txt_big {
    font-size: 14px;
}

/*	color
--------------------------------------*/
.tRed {
    color: #d80000;
}

.tGreen {
    color: #00ff00;
}

.tBlue {
    color: #2d2886;
}

.tLiBlue {
    color: #0066cc;
}

.tBlack {
    color: #000000;
}

.tWhite {
    color: #ffffff;
}

.tOrange {
    color: #ff9900;
}

.tYellow {
    color: #ffff00;
}

.tGray {
    color: #666666;
}

/*===========================================================
＊ OHTER LAYOUT
===========================================================*/
/* Text & Box Position
--------------------------------------------------*/
.txtL {
    text-align: left !important;
}

.txtC {
    text-align: center !important;
}

.txtR {
    text-align: right !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.imgL {
    margin: 0 15px 15px 0;
    float: left;
}

.imgR {
    margin: 0 0 15px 15px;
    float: right;
}

/* Remove margin / padding
--------------------------------------------------*/
.noAll {
    margin: 0 !important;
    padding: 0 !important;
}

.bend {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* align
--------------------------------------------------*/
.aligncenter {
    text-align: center;
    margin: 0 auto;
}

.alignleft {
    text-align: left;
    float: left;
}

.alignright {
    text-align: right;
    float: right;
}

/* Margin 
--------------------------------------------------*/
.ma_t5 {
    margin-top: 5px;
}

.ma_t10 {
    margin-top: 10px;
}

.ma_t15 {
    margin-top: 15px;
}

.ma_t20 {
    margin-top: 20px;
}

.ma_t30 {
    margin-top: 30px;
}

.ma_b10 {
    margin-bottom: 10px;
}

.ma_b20 {
    margin-bottom: 20px;
}

.ma_b30 {
    margin-bottom: 30px;
}

.ma_l30 {
    margin-left: 30px;
}

.ma_l20 {
    margin-left: 20px;
}

.ma_l15 {
    margin-left: 15px;
}

.ma_r17 {
    margin-right: 17px !important;
}

.p_l0 {
    padding-right: 0px !important;
}

.p_r24 {
    padding-right: 24px;
}