h1 {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.22;
    color: #0754ac;
    /* margin-bottom: 60px; */
    margin-bottom: 45px;
    margin-top: 0;
}

h2 {
    width: 100%;
    font-size: 1.56rem;
    font-weight: 500;
    letter-spacing: 1.2px;
    line-height: 1.32;
    color: #0555ae;
    margin-bottom: 20px;
    margin-top: 0;
}

h3 {
    width: 100%;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 1.2px;
    line-height: 1.32;
    color: #019dd8;
    margin-bottom: 10px;
}

p {
    margin-top: 0;
    margin-bottom: 20px;
}

ol {
    padding-left: 1.3em;
    margin: 0;
}

.text-center {
    text-align: center;
}

.content-style {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1.2px;
    line-height: 1.66;
}

.page-header {
    padding: 50px 0;
    background-color: #019dd8;
    color: #FFF;
}

.breadcrumb {
    font-size: .9rem;
    display: flex;
    flex-flow: wrap;
    margin: -3px -5px;
}

.breadcrumb-item {
    display: inline-block;
    position: relative;
    margin: 3px 5px;
    text-decoration: none !important;
    color: #FFF;
    line-height: 1;
    font-size: 1.2rem;
    font-weight: 700;
}

.breadcrumb-item:nth-child(1n+2) {
    padding-left: 20px;
}

.breadcrumb-item:nth-child(1n+2)::before {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.5em;
    line-height: 0.65;
    /* line-height: 0.85; */
}

.page-title {
    margin-top: 1rem;
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 1.2;
}

.page-tab_list_wrapper {
    padding: 30px 0;
    background-color: #332E3A;
    color: #FFF;
}

.page-tab_trigger,
.page-tab_curr {
    display: none;
}

.page-tab_trigger {
    position: absolute;
    right: 20px;
    top: 0.3em;
    width: 25px;
    height: 25px;
    z-index: 21;
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.page-tab_trigger::after {
    content: '\f107';
    font-family: 'FontAwesome';
    color: #FFF;
    font-size: 1.5em;
}

.open-tab .page-tab_trigger {
    transform: rotate(180deg);
}

.page-tab_curr {
    font-size: 1.2rem;
    color: #379fe9;
    font-weight: 500;
    padding: 10px 0;
    padding-right: 35px;
    position: relative;
    cursor: pointer;
    letter-spacing: 1px;
}

.page-tab_list {
    margin: 0 -15px;
    text-align: center;
    font-size: 1.2rem;
}

.page-tab_list_item {
    display: inline-block;
    padding: 0 15px;
    margin: 10px 0;
    font-weight: 500;
    cursor: pointer;
    letter-spacing: 1px;
    color: #FFF !important;
    text-decoration: none !important;
}

.page-tab_list_item:nth-child(1n+2) {
    border-left: 1px solid #379fe9;
}

.page-tab_list_item:hover,
.page-tab_list_item.active {
    color: #379fe9 !important;
}

.page-content {
    padding-top: 60px;
}

.tab-title {
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.22;
    color: #0754ac;
    margin-bottom: 60px;
}

.content-title {
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 1.2px;
    line-height: 1.32;
    color: #0555ae;
    margin-bottom: 20px;
}

.content-title>div {
    width: calc(100% - 480px);
}

.content-text {
    width: calc(100% - 480px);
    display: inline-block;
    padding-right: 25px;
}

.content-img {
    width: 480px;
    display: flex;
    flex-flow: wrap;
    justify-content: flex-end;
    margin: -5px;
}

.content-section {
    display: flex;
    flex-flow: wrap;
    padding-bottom: 30px;
}

.content-img_item {
    width: 50%;
    display: inline-block;
    padding: 5px;
    text-align: center;
}

.content-img_single_item {
    width: 100%;
    padding: 5px;
    text-align: center;
}


.content-img_caption {
    margin-top: 10px;
    font-size: 18px;
    letter-spacing: 1.2px;
    color: #0555ae;
}

.content-slider_video iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.content-slider_video::after {
    content: '';
    padding-top: 75%;
    display: block;
}

.content-slider_video {
    position: relative;
}

.content-slider_title {
    margin-top: 20px;
    padding-top: 15px;
    position: relative;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1.2px;
    line-height: 1.66;
}

.content-slider_title:before {
    content: '';
    display: block;
    width: 40%;
    height: 1px;
    background-color: #019dd8;
    position: absolute;
    left: 0;
    top: 0;
}

.content-section.content-slider {
    position: relative;
}

.content-section.content-slider .swiper-button-next,
.content-section.content-slider .swiper-button-prev {
    top: 0;
    margin-top: 0;
    /* --swiper-navigation-size: 32px; */
}

.content-section.content-slider .swiper-pagination {
    display: none;
    position: static;
    width: 100%;
    margin-top: 30px;
}

.content-section.content-slider .swiper-button-next {
    right: 0;
}

.content-section.content-slider .swiper-button-prev {
    right: 50px;
    left: auto;
}

.index-swiper-btn.swiper-button-prev {
    left: 10%;
}

.index-swiper-btn.swiper-button-next {
    right: 10%;
}

.content-card {
    width: calc(50% - 45px);
    display: inline-block;
    padding: 35px 30px;
    background-color: #F2F2F2;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.2px;
    line-height: 1.66;
    color: #000;
    text-decoration: none !important;
    position: relative;
    margin: 0 40px 40px 0;
    box-shadow: 11px 11px 20px 0px #f4f4f4;
    border: 1px solid #CCC;
}

.content-card::after {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    right: 15px;
    bottom: 20px;
    font-size: 35px;
    line-height: 22px;
    color: #0754ac;
}

.content-title.has-logo>div {
    padding-right: 100px;
    position: relative;
}

.new-logo {
    /* position: absolute;
    right: 30px;
    top: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #FFF;
    font-size: 15px;
    font-weight: 500; */

    position: relative;
    right: 30px;
    top: 0;
    left: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    border-radius: 50%;
    background-color: #C1272D;
}
/* 
.new-logo::after {
    content: '';
    display: block;
    padding-top: 100%;
    border-radius: 50%;
    background-color: #C1272D;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
} */

.content-group {
    margin-bottom: 20px;
}

.content-group-title {
    padding: 30px;
    background-color: #c4d5e6;
    font-size: 1.2rem;
    font-weight: 500;
    position: relative;
}

.content-group.accordion .content-group-title {
    padding-right: 100px;
    cursor: pointer;
}

.content-group.accordion .content-group-title:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 50px;
    display: block;
    width: 38px;
    height: 38px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/plus.png);
}

.content-group.accordion.active .content-group-title:after {
    background-image: url(../images/minus.png);
}


.content-group.accordion + .after-accordion-note{
    margin-top: -15px;
    padding-left: 30px;
}



.content-group-text {
    padding: 1px 0px;
    background-color: #F9F9F9;
    /* background-color: #FFF; */
}

.content-group-text-space {
    padding: 0 30px;
}

.content-group.accordion .content-group-text {
    display: none;
}

.content-link-block {
    display: flex;
    flex-flow: wrap;
    font-size: 18px;
    margin: 35px 0;
    /* padding: 0 20px; */
}

.content-link-block-time {
    width: 230px;
    font-weight: 500;
}

.content-link-block-text {
    width: calc(100% - 230px);
    /* padding-left: 15px; */
}


.content-block-table {
    display: table;
    width: 100%;
}

.content-block-row {
    display: table-row;
    width: 100%;
}

.content-block-col {
    width: auto;
    display: inline-block;
    display: table-cell;
    font-size: 18px;
    /* padding: 30px 0; */
    padding: 0;
    /* padding-left: 15px; */
    padding-top: 30px;
}





.content-group-text-group {
    padding: 30px 0;
}

.content-group-text-group:nth-child(2n+1) {
    background-color: #F9F9F9;
}

.content-price-block {
    display: flex;
    flex-flow: wrap;
    align-items: center;
}

.content-price-block-price {
    width: 400px;
    padding-left: 2em;

}

.content-price-block-col-2 {
    width: 400px;
}


.content-price-block-col-1-of-2 {
    width: 200px;
}

.content-price-block-text {
    width: calc(100% - 400px);
}

.content-accordion-block-title {
    font-weight: 500;
    position: relative;
    cursor: pointer;
    padding-right: 70px;
}

.content-accordion-block-text {
    padding-top: 10px;
    display: none;
}

.content-accordion-block-title::after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 50px;
    position: absolute;
    right: 20px;
    top: 0;
    line-height: 35px;
    margin-top: -5px;
    color: #0754ac;
    transition: 0.3s;
}

.content-accordion-block.active .content-accordion-block-title::after {
    transform: rotate(180deg);
}



.reponsive-table {
    width: 100%;
    overflow-x: auto;
}




table.content-table {
    width: 100%;
    border: 0;
    border-spacing: 0;
    margin-bottom: 15px;
}

table.content-table thead tr th {
    padding: 30px;
    /* background-color: #6699CC; */
    background-color: #75A3D1;
    font-size: 1.2rem;
    font-weight: 500;
    border: 0;
}

table.content-table tbody tr td {
    background-color: #FFF;
    font-size: 18px;
    /* margin: 35px 0; */
    padding: 20px;
    text-align: center;
    border: 0;
}

table.content-table.text-left tbody tr td {
    text-align: left;
}

table.content-table tbody tr:nth-child(2n+1) td {
    background-color: #F9F9F9;
}

.content-group-text .reponsive-table table.content-table thead tr th {
    background-color: #F9F9F9;
}

.content-group-text .reponsive-table table.content-table tbody tr td {
    background-color: #FFF;
}

.content-group-text .reponsive-table table.content-table tbody tr:nth-child(2n+2) td {
    background-color: #F9F9F9;
}


.reponsive-shadow-table {
    width: 100%;
    overflow-x: auto;


    background-image: linear-gradient(to right, white, white), linear-gradient(to right, white, white), linear-gradient(to right, rgba(0, 0, 20, .50), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 20, .50), rgba(255, 255, 255, 0));

    background-position: left center, right center, left center, right center;
    background-repeat: no-repeat;
    background-color: white;
    background-size: 20px 100%, 20px 100%, 10px 100%, 10px 100%;
    background-attachment: local, local, scroll, scroll;

}



table.content-table-white {
    width: 100%;
    border: 0;
    border-spacing: 0;
    margin-bottom: 15px;
}

table.content-table-white thead tr th {
    padding: 30px;
    background-color: #c4d5e6;
    /* background-color: #FFF; */
    font-size: 1.2rem;
    font-weight: 500;
    border: 0;

}

table.content-table-white tbody tr td {
    /* background-color: #FFF; */
    font-size: 18px;
    /* margin: 35px 0; */
    padding: 20px;
    text-align: center;
    border: 0;
}


.header-tools_item a,
.header-tools_item a:link,
.header-tools_item a:active {
    color: #333333;
    text-decoration: none;


}

.bottom-menu_row-title a,
.bottom-menu_row-title a:link,
.bottom-menu_row-title a:active {
    color: #000000 !important;
    text-decoration: none;


}

ul.sitemap {
    list-style-type: none;
    margin-left: 0.5cm;
    padding-left: 0;
}

ul.sitemap ul {
    list-style-type: none;
    margin-left: 0.5cm;
    padding-left: 0;
}

ul.sitemap li {
    padding-left: 1.1em;
    /* border: 1px solid #ccc; */
}


.index-section-bg-grey {
    background-color: #fbfbf3;

}


.index-section-content {

    padding: 2em 60px 2em;
    font-size: 1.2rem;
    position: relative;
    color: #333;
    line-height: 1.66;

}

.index-section-content p a {
    display: inline-block;
    overflow: unset;
}

.index-section-content-white-bg {
    background-color: #fff;
    padding: 2em 60px 2em;
    font-size: 1.2rem;
    position: relative;
    color: #333;
}



.margin0auto {
    margin: 0 auto;
}

ul.not-list {
    list-style: none;
    padding-left: 0;
}


.w-100 {
    width: 100%;
}


ol.uppper_alpha li {
    list-style-type: upper-alpha;
}


ol.uppper_alpha li ul li {
    list-style-type: initial;
}



.t_and_c {
    padding: 30px;
    background-color: #F9F9F9;
}

/* .swiper-button-prev {
    left: 10%;
}

.swiper-button-next {
    right: 10%;
} */

.text-black,
.text-black p,
.text-black a {
    color: #000 !important;
}


.p-0 {
    padding: 0 !important;
}






.content-card--item {
    display: inline-block;
    width: 100%;
    padding: 20px;
}

.content-card--icon {
    max-width: 170px;
    /* max-width: 220px; */
    margin: auto;
}

.content-card--text {
    padding-top: 25px;
    text-align: center;
    font-size: 25px;
    color: #000;
    /* font-size: 20px; */
}

/* 
@media only screen and (max-width: 767px) {

} */



.popup_overlay {
    /* cursor: pointer; */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .7;
    z-index: 999;
}

/* .close_btn {
    position: absolute;
    top: 13px;
    right: 13px;
    color: #FFF;
} */


.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #FFF;
    /* width: calc(100% - 30%); */
    width: 90%;
    max-width: 1200px;
    z-index: 9999;
}

.popup .popup_container {
    padding: 20px;
    /* -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000; */
    line-height: 20px;
    /* width: 450px;
    height: 450px; */
    max-height: 75vh;
    overflow-y: auto;

}

.popup .close_btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #333;
    font-size: 2rem;
    text-decoration: none;
    display: block;
}

.popup .message {
    display: block;
    min-height: 45%;
    /* margin-top: 1.5rem; */
    padding: 1.5rem;
}

.popup .message .message-row {
    width: 100%;
    display: block;
    padding: 1rem;
}


.popup .message .ye-row {
    /* padding: 1rem; */
    background-color: #c4d5e6;

}


.div-table {
    display: table;
}

.div-row {
    display: table-row;
}

.div-col {
    display: table-cell;
    padding: 0 .875em .875em 0;
}

@media only screen and (max-width: 1400px) {
    .content-img {
        width: 320px;
    }

    .content-text {
        width: calc(100% - 320px);
    }

    .content-card {
        width: calc(50% - 25px);
        margin: 0 20px 20px 0;
    }

    .content-title>div {
        width: calc(100% - 320px);
    }

    /* .popup {
        max-width: 960px;
    } */
}

@media only screen and (max-width: 960px) {



    h1 {
        font-size: 2.4rem;
    }

    h2 {
        font-size: 1.56rem;
    }

    h3 {
        font-size: 23px;
    }





    .content-style {
        font-weight: 300;
        font-size: 22px;
    }

    /* .breadcrumb {
        font-size: 23px;
    }

    .page-title {
  font-size: 48px;
    } */

    .tab-title {
        font-size: 38px;
    }

    .content-title {
        font-size: 1.56rem;
    }

    .content-title>div {
        width: 100%;
    }

    .content-text {
        width: 100%;
        padding-right: 0;
    }



    .content-img {
        width: 100%;
        padding-top: 20px;
        margin: 0;
    }

    .content-img_caption {
        font-size: 22px;
    }

    .content-slider_title {
        font-size: 22px;
    }

    .content-section.content-slider .swiper-button-next,
    .content-section.content-slider .swiper-button-prev {
        display: none;
    }

    .content-section.content-slider .swiper-pagination {
        display: block;
    }

    .new-logo {
        right: 0;
    }

    .content-title.has-logo>div {
        padding-right: 60px;
    }

    .content-card {
        width: 100%;
        padding: 20px 30px 20px 20px;
        margin: 0 0 20px;
    }

    .content-card::after {
        right: 8px;
    }

    .content-section.same-row .content-img_item {
        width: 100%;
        padding: 0;
    }

    .content-section.same-row .content-img {
        width: 20%;
        padding: 0;
    }

    .content-section.same-row .content-text {
        width: 80%;
        padding-right: 35px;
    }

    .content-group-title {
        padding: 20px 30px;
    }

    .content-group.accordion .content-group-title {
        padding-right: 60px;
    }

    .content-group.accordion .content-group-title:after {
        right: 20px;
    }



    /* .content-group.accordion + .after-accordion-note{
        margin-top: -15px;
        padding-left: 30px;
    } */
    

    


    .content-link-block-time {
        width: 100%;
        padding-bottom: 10px;
        font-weight: 400;
    }


    .content-block-table {
        display: block;
    }

    .content-block-table .content-block-row {
        margin-top: 35px;
        display: block;
    }

    .content-block-col {
        width: 100%;
        display: block;
        font-size: 18px;
        padding: 0 15px;
    }




    .content-link-block {
        padding: 0;
    }

    .content-link-block-text {
        width: 100%;
        padding-left: 0;
    }

    .content-price-block-text {
        width: 100%;
    }

    .content-price-block-price {
        width: 100%;
        padding-top: 20px;
        padding-left: 0;
    }

    .content-group-text-group{
        padding: 1em 0;
    }

    .content-accordion-block-title {
        padding-right: 40px;
        font-size: 1rem;
    }

    .content-accordion-block-title::after {
        right: 0;
    }




    table.content-table tbody tr td {
        font-weight: 300;
    }


    /* .index-section-bg-grey {
        background-color: #fbfbf3;
    
    } */

    .index-section-content {

        padding: 2em 30px 2em 0;
        font-size: 1.2rem;
        position: relative;
        color: #333;

    }


    .index-section-content-white-bg {
        background-color: #fff;
        padding: 2em 30px 2em 30px;
        font-size: 1.2rem;
        position: relative;
        color: #333;
    }

    /* .popup {
        max-width: 768px;
    } */
}

@media only screen and (max-width: 767px) {
    h1 {
     font-size: 2.4rem;
        margin-bottom: 20px;
    }

    h2 {
    font-size: 1.56rem;
    }

    h3 {
        font-size: 16px;
    }


    .page-content {
        padding-top: 40px;
    }

    /* .breadcrumb {
        font-size: 13px;
    } */

    .page-header {
        padding: 30px 0;
    }

    .page-title {
        font-size: 32px;
        margin-top: 10px;
    }

    .tab-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .page-tab_trigger,
    .page-tab_curr {
        display: block;
    }

    .page-tab_list_wrapper {
        padding: 20px 0;
    }

    .page-tab_list {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        text-align: left;
        background-color: #332e3a;
        margin: 0;
        padding: 0 20px 40px;
        font-size: 1.2rem;
        z-index: 20;
    }

    .open-tab .page-tab_list {
        display: block;
    }

    .page-tab_list_wrapper .site-wrapper {
        position: relative;
    }

    .page-tab_list_item {
        display: block;
        margin: 0;
        padding: 10px 0;
        padding-right: 40px;
    }

    .page-tab_list_item:nth-child(1n+2) {
        border-left: 0;
        border-top: 1px solid #CCC;
    }

    .content-section.same-row .content-text {
        padding-right: 15px;
    }

    .content-title {
        font-size: 1.56rem;
    }

    .content-card {
        font-size: 13px;
    }

    .content-style {
        font-size: 16px;
    }

    .content-img_caption {
        font-size: 14px;
    }

    .content-title.has-logo>div {
        padding-right: 45px;
    }

    .new-logo {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 10px;
    }

    .content-slider_title {
        font-size: 16px;
    }

    .content-group.accordion .content-group-title::after {
        width: 20px;
        height: 20px;
        right: 15px;
    }

    .content-group-title {
        padding: 15px;
        font-size: 17px;
    }

    .content-group.accordion .content-group-title {
        padding-right: 40px;
    }



    .content-group.accordion + .after-accordion-note{
        margin-top: -15px;
        padding-left: 15px;
    }
    

    .content-group-text-space {
        padding: 0 15px;
    }

    .content-link-block-time {
        padding-bottom: 0;
    }

    .content-link-block * {
        font-size: 0.95em;
    }

    .content-group-text-group {
        padding: 10px 0;
    }

    .content-price-block-price {
        padding-top: 5px;
    }

    .content-accordion-block-title {
        padding-right: 25px;
    }

    .content-accordion-block-title::after {
        font-size: 30px;
        line-height: 20px;
        margin-top: 5px;
    }


    .content-block-table .content-block-row {
        margin-top: 35px;
        display: block;
    }

    .content-block-table .content-block-row:nth-child(1) {
        margin-top: 35px;
        display: block;
    }

    .content-block-col {
        width: 100%;
        padding-left: 0;
        font-size: 0.95em;
    }

    table.content-table thead tr th {
        padding: 15px;
        font-size: 17px;
        line-height: 1;
    }

    table.content-table tbody tr td {
        font-size: 16px;
        /* font-weight: 300; */
    }


    .content-group-text .reponsive-table table.content-table tbody tr td {
        white-space: nowrap;
    }


    .index-section-content {

        padding: 20px 30px 20px 0;
      font-size: 1.2rem;
        position: relative;
        color: #333;

    }

    body.el-page .index-section-content {

        /* padding: 20px 30px 20px 0; */
        padding: 20px;
      font-size: 1.2rem;
        position: relative;
        color: #333;

    }

    .index-section-content-white-bg {
        background-color: #fff;
        padding: 20px;
      font-size: 1.2rem;
        position: relative;
        color: #333;
    }

    .t_and_c {
        padding: 10px;
    }


    .content-card--text {
        padding-top: 15px;
        font-size: 18px;
        /* font-size: 14px; */
    }

    
    /* .index-swiper-btn.swiper-button-prev {
        left: 10%;
    }
    
    .index-swiper-btn.swiper-button-next {
        right: 10%;
    } */

    .index-swiper-btn.swiper-button-prev {
        /* left: 10%; */
        display: none;
    }

    .index-swiper-btn.swiper-button-next {
        /* right: 10%; */
        display: none;
    }


    /* .popup {
   max-width: calc(100% - 10%);
    } */

    .popup {
        padding: 1.5em;
    }

    .popup .popup_container {
        padding: 0px;
        max-height: 75vh;
    }

    .popup .close_btn {
        position: absolute;
        top: .5rem;
        right: .5rem;
        font-size: 2rem;
    }

    .popup .message {
        min-height: 45%;
        padding: 0;
    }
}

/* 
@media only screen and (max-width: 479px) {

    h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    h2 {
        font-size: 20px;
    }

} */