@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
/* ==== */
body{
    margin: 0;
    padding: 0;
}
.body-wrapper{
    overflow: hidden;
    position: relative;
}
a:hover{
    text-decoration: none;
    opacity: 0.8;
}
/* ======= */
a:hover,
a:focus
{
	text-decoration:none;
}
ul{
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul:after{
    content: "";
    display: table;
    clear: both;
}
/* ======= */
.head--top-menu{
    background-color: #000;
    box-shadow: none;
    height: 65px;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0%;
    transition: all 1s ease;
    width: 100%;
    z-index: 100;
}

.head--top-menu .menu--wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.menu--head ul,
.menu--right ul{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    list-style: none;
    flex: 2 1;
    position: relative;
    font-family: "Oswald", sans-serif;
}
.menu--head{
    width: 100%;
    max-width: 665px;
}
.menu--head ul{
    position: relative;
    overflow: hidden;
}
.menu--head ul::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 5px;
    width: 110px;
    height: 35px;
    background-color: #3A7CAB;
    border-radius: 35px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 1;
    visibility: visible;
}

.active-whatIs .menu--head ul::after{
    left: 10px;
}
.active-feature .menu--head ul::after{
    left: calc(20% * 1 + 10px);
}
.active-value .menu--head ul::after{
    left: calc(20% * 2 + 10px);
}
.active-news .menu--head ul::after{
    left: calc(20% * 3 + 10px);
}
.active-contact .menu--head ul::after{
    left: calc(20% * 4 + 10px);
}
.menu--head ul li{
    flex: 2 1;
    position: relative;
    z-index: 5;
}
.menu--head ul li a,
.menu--right ul li a{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.menu--head ul li a{
    font-size: 16px;
    height: 45px;
    width: 100%;
    position: relative;
}

.menu--right ul li:not(:last-child){
    margin-right: 37px;
}
.menu--right ul li a{
    font-size: 14px;
}
.menu--right ul li:last-child a{
    height: 40px;
    width: 130px;
    background: rgb(38,161,155);
    background: linear-gradient(95deg, rgba(38,161,155,1) 0%, rgba(53,165,212,1) 100%);
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    border-radius: 5px;
}


/*=================*/
.media__page{
    padding: 65px 0 20px;
    position: relative;
    overflow: hidden;
    z-index: 10;
}
.title--head-option2 {
    text-align: center;
    font-family: "Oswald", sans-serif;
    color: #fff;
}
.title--head-option2 .h2--value {
    font-size: 96px;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 400;
}
.title--head-option2 .text--txt {
    font-size: 16px;
    font-weight: 500;
}
.title--head-option2 .text--txt span {
    color: #6FB7C3;
}

/*======*/
.bg--all-page {
    position: relative;
    padding: 120px 0 70px;
    background-position: center 40%;
    background-repeat: no-repeat;
    background-size: 140%;
}

/* =================== */
.transition-02s{
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.transition-04s{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.transition-06s{
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.transition-08s{
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.transition-1s{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.transition-15s{
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}
.transition--06s-slow{
    transition: all 0.6s cubic-bezier(0, 0.62, 0, 0.99);
}
.transition--1s-slow{
    transition: all 0.8s cubic-bezier(0, 0.62, 0, 0.99);
}
.transition--2s-slow{
    transition: all 1.6s cubic-bezier(0, 0.62, 0, 0.99);
}
.h2-title--head{
    font-size: 36px;
    font-family: "Oswald", sans-serif;
    color: #fff;
    font-weight: 400;
}
/*=====================================*/
.news--detail{
    width: 100%;
    background-color: #fff;
    color: #fff;
    padding: 53px 86px 60px 120px;
}
.news--detail .body--form{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    color: #000000;
    max-width: 1199px;
    margin: 0 auto;
}
.news--detail .body--form .tab-wrapper {
    /* max-width: 22%;
    flex: 0 0 22%; */
    position: relative;
    width: 100%;
}
.news--detail .body--form .content-wrapper {
    /* max-width: calc(100% - 22%);
    flex: 0 0 calc(100% - 22%);
    padding-left: 90px;
    height: 100%;
    overflow: auto; */
    position: relative;
    width: 100%;
}
.body--form .tab-wrapper .tab-link{
    width: 100%;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    height: 51px;
    
    color: #fff;
    font-size: 16px;
    font-family: "Oswald", sans-serif;
}

.news--detail .body--form .tabs{
    display: flex;
}


.news--detail .body--form .tab-wrapper .tab-link,
.news--detail .body--form .tab-wrapper .tab-link a{
    color: #000000;
}

.news--detail .body--form .tabs{
    position: relative;
    padding: 0;
    margin: 0;
}
.news--detail .body--form .tabs::after{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #D8D8D8;
}
.news--detail .body--form .tabs:after {
    bottom: 0;
    height: 1px;
    left: 0;
    right: auto;
    top: auto;
    width: 100%;
}
.news--detail .body--form .tab-link{
    width: 100%;
    height: 60px;
    justify-content: flex-start;
    align-content: center;
    padding-left: 35px;
    font-weight: 350;
    position: relative;
    list-style-type: none;
}
.news--detail .body--form .tab-link{
    flex: 1 auto;
    width: auto;
}
.news--detail .body--form .tab-link a.active{
    color: #005BAC;
    font-weight: bold;
    padding-left: 50px;
}
.news--detail .body--form .tab-link::before{
    content: "";
    position: absolute;
    left: 35px;
    top: calc(50% - 3px);
    width: 6px;
    height: 6px;
    background-color: #005BAC;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.news--detail .body--form .tab-link.active::before{
    opacity: 1;
}

@media (min-width: 992px){
    .body--form .tab-wrapper .tab-link a{
        border-radius: 35px;
    }
    .news--detail .body--form .tabs{
        margin-bottom: 40px;
    }
    .news--detail .body--form .tab-wrapper .tab-link{
        max-width: calc(25% - 30px);
        margin: 0 auto;
        justify-content: center;
    }
    .news--detail .body--form .tab-wrapper .tab-link a{
        height: 52px;
        line-height: 52px;
    }
    .news--detail .body--form .tab-link,
    .news--detail .body--form .tab-link a.active{
        padding-left: 0;
    }
    .news--detail .body--form .tab-wrapper .tab-link a.active{
        color: #ffffff;
    }
    .news--detail .body--form .tab-link a.active,
    .news--detail .body--form .tab-link a:hover{
        background-color: #3A7CAB;
        color: #ffffff;
    }
    .news--detail .body--form .tabs:after,
    .news--detail .body--form .tab-link::before{
        content: none;
    }
    /* .news--detail .body--form .content-wrapper{
        margin-left: -5px;
        margin-right: -5px;
    } */
}
.news--detail .body--form .tab-wrapper .tab-link a{
    display: block;
    width: 100%;
    text-align: center;
}
.news--detail .body--form .tab-wrapper .tab-link:hover a{
    color: #ffffff;
    opacity: 1;
}
.loadMoreBtn {
    display: block;
    width: 100%;
    max-width: 350px;
    background-color: #3A7CAB;
    margin: 25px auto 0;
    border-radius: 8px;
    padding: 15px 0;
}
.loadMoreBtn span{
    color: #fff;
}
.loadMoreBtn:focus{
    outline: none;
    box-shadow: none;
}
.item--news{
    /* padding: 15px 20px 15px; */
    display: flex;
    align-items: center;
    font-family: "Oswald", sans-serif;
    position: relative;
}
.item--news:nth-child(2n){
    background-color: #F5F6F7;
}
.item--news::after{
    content: "";
    display: table;
    clear: both;
}

/* .item--news:not(:last-child){
    margin-bottom: 20px;
} */
.item--news .image-n{
    max-width: 22%;
    flex: 0 0 22%;
    float: left;
}
.item--news .image-n img{
    border-radius: 5px;
}
/* .item--news .content-n{
    max-width: calc(100% - 22%);
    flex: 0 0 calc(100% - 22%);
    padding-left: 22px;
} */
.item--news .content-n{
    width: 100%;
    position: relative;
    display: flex;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 35px;
    color: #000000;
}
.item--news .content-n:hover{
    color: #3A7CAB ;
    opacity: 1;
}
.item--news .date--cat{
    /* display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin-bottom: 0; */
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    max-width: 170px;
    font-weight: 600;
}
/* .item--news .date--cat li:not(:last-child){
    margin-right: 20px;
} */
.item--news .date--cat li{
    font-size: 18px;
    /* margin-bottom: 22px; */
}
.item--news .date--cat .cat-i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 20px;
    border-radius: 38px;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
}
.cat-PRESS{
    background-color: #3A7CAB;
}
.cat-MEDIA{
    background-color: #1DA8AF;
}
.cat-AWARD{
    background-color: #0D93AC;
}

.item--news .content--text{
    display: flex;
    /* padding-bottom: 10px;
    border-bottom: 1px solid #DBDBDB; */
    max-width: calc(100% - 170px);
    flex: 0 0 calc(100% - 170px);
}
.item--news .content--text .txt-i{
    max-width: calc(100% - 60px);
    flex: 0 0 calc(100% - 60px);
    font-size: 18px;
    line-height: 1.65;
}
.item--news .content--text .txt-i p{
    margin-bottom: 0;
}
.item--news .content--text .icon-i{
    max-width: 60px;
    flex: 0 0 60px;
    padding-right: 6px;
    text-align: right;
}

/* .tab-content{
    display: none;
}
.tab-content.active{
    display: block;
} */
/*===*/
.background--breadcrumb{
    height: 270px;
    padding-top: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*background: linear-gradient(90.05deg, #0064AD 0.48%, #50009F 156.59%);*/
}
.background--breadcrumb .title--head-h1{
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 39px;
    text-align: center;
}

.detail__info_media{
    background-color: #F5F4F4;
    padding: 20px 0 30px;
    font-family: "Oswald", sans-serif;
}
.detail__info_media .content-text--detail{
    background-color: #fff;
    padding: 12px 25px 42px 25px;
}
.detail__info_media .cat-media{
    padding: 12px 15px 15px;
    border-bottom: 1px solid #E7E7E7;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}
.detail__info_media .cat-media li{
    padding: 0 7px;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
}
.detail__info_media .cat-media li:first-child {
    margin-left: -7px;
}
.detail__info_media .cat-media li{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    border-radius: 4px;
    padding: 0 13px 2px;
    background-color: #1E3164;
}
.title__new_detail{
    font-size: 26px;
    margin-bottom: 20px;
}
.detail__info_media .cat-media .date__i{
    margin-left: 15px;
    padding-left: 18px;
    color: #DD0B00;
    font-size: 14px;
}
.title--detail-news{
    color: #1E3164;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
}

.content__new_txt{
    font-family: Oswald, sans-serif;
    margin-bottom: 20px;
}
.content__new_txt h3{
    border-bottom: 1px solid #bfbfbf;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 18px;
    padding-bottom: 9px;
    font-size: 16px;
}
.community__fb{
    padding-top: 30px;
}
.community__fb .title__txt{
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    padding-left: 8px;
    border-left: 3px solid #000;
}
.community-block{
    margin-left: -15px;
    margin-right: -15px;
}
.community-block li{
    padding: 0 15px;
    flex: 1 auto;
}
.community-block li a{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 12px;
    max-width: 100%;
    height: 55px;
    padding-left: 20px;
    position: relative;
}
.community-block li a svg,
.community-block li a .icon-b{
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.community-block li a .icon-b{
    font-style: normal;
    font-size: 22px;
    font-weight: bold;
}
.community-block .facebook a{
    background-color: #1877F2;
}
.community-block .tw a{
    background-color: #00A1F6;
}
.community-block .line a{
    background-color: #00C300;
}
.community-block .b a{
    background-color: #00A4D4;
}
/*========================================*/
.footer-id{
    background-color: #fff;
    padding: 65px 70px 40px;
    font-family: "Oswald", sans-serif;
    position: relative;
    z-index: 10;
    border-top: 2px solid  #dedede;
}
.footer-id .top--logo{
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #CACACA;
}
.footer-id .ul--menu-bt{
    margin: 0;
    padding: 0;
    width: 100%;
}
.footer-id .ul--menu-bt li{
    width: 100%;
    list-style-type: none;
}
.footer-id .ul--menu-bt li:not(:last-child){
    margin-bottom: 5px;
}
.footer-id .ul--menu-bt li a{
    display: flex;
    align-items: center;
    padding-left: 10px;
    height: 45px;
    font-size: 16px;
    color: #434343;
    font-family: "Oswald", sans-serif;
}
.footer-id  .right--ft{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    height: 100%;
}
.footer-id  .right--ft p{
    margin-bottom: 0;
    font-weight: bold;
    font-size: 15px;
    color: #004EA2;
    padding-left: 15px;
}








@media (max-width: 1199px) {
    .head--top-menu .menu--wrapper{
        margin-left: -12px;
        margin-right: -12px;
    }
    .menu--head{
        max-width: 605px;
    }
    .menu--head ul::after{
        width: 100px;
    }
}


@media (max-width: 991px) {
    .head--top-menu .container{
        max-width: 100%;
    }
    .menu--right ul li:last-child a{
        font-size: 12px;
        width: 110px;
    }



    .footer-id .ul--menu-bt li a{
        font-size: 13px;
        padding-left: 0;
    }
    .footer-id .right--ft p{
        font-size: 12px;
    }
    .menu--bottom .col-md-8 .col-md-4{
        padding: 0;
    }
    .menu--bottom .col-md-8 .col-md-4:first-child{
        padding-left: 15px;
    }
    .menu--bottom .col-md-8 .col-md-4:last-child{
        padding-right: 15px;
    }
}
.button__hamburger{
    display: none;
    height: 33px;
    min-width: auto;
    position: relative;
    width: 60px;
}
.button__hamburger span{
    background-color: #fff;
    border-radius: 4px;
    height: 1px;
    left: calc(50% - 11.5px);
    position: absolute;
    transition: all .3s ease;
    width: 23px;
}
.button__hamburger span:nth-child(3n + 1) {
    top: 10px;
}
.button__hamburger span:nth-child(3n + 2) {
    top: 17px;
}
.button__hamburger span:nth-child(3n + 3) {
    top: 24px;
}
.button__hamburger.toggle span {
    background-color: #000000;
}
.button__hamburger.toggle span:nth-child(3n + 2) {
    opacity: 0;
}
.button__hamburger.toggle span:nth-child(3n + 1) {
    rotate: 45deg;
    top: 15px;
}
.button__hamburger.toggle span:nth-child(3n + 3) {
    rotate: 315deg;
    top: 15px;
}
@media (max-width: 990px) {

    .menu--head,.menu--right{
        display: none;
    }
    .head--top-menu .menu--wrapper{
        position: relative;
        min-height: 65px;
    }
    .button__hamburger{
        display: block;
    }
    .image--menu{
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 990px) {
    .news--detail .body--form{
        flex-wrap: wrap;
    }
    .news--detail .body--form .tab-wrapper,
    .news--detail .body--form .content-wrapper{
        max-width: 100%;
        flex: 0 0 100%;
    }
    
    .news--detail .body--form .content-wrapper{
        padding: 0;
    }
    
    .background--breadcrumb{
        height: 210px;
    }
    .background--breadcrumb .title--head-h1{
        font-size: 27px;
    }
    .news--detail{
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .item--news .content-n{
        padding: 20px;
    }
    .item--news .date--cat li,
    .item--news .content--text .txt-i{
        font-size: 14px;
    }
    .item--news .date--cat{
        flex: 0 0 115px;
        max-width: 115px;
    }
    .item--news .content--text{
        max-width: calc(100% - 115px);
        flex: 0 0 calc(100% - 115px);
    }
    .item--news .content--text .txt-i{
        max-width: calc(100% - 45px);
        flex: 0 0 calc(100% - 45px);
    }
    .item--news .content--text .icon-i{
        max-width: 45px;
        flex: 0 0 45px;
    }
    .loadMoreBtn{
        padding: 10px 0;
        border-radius: 4px;
    }
}

@media (max-width: 767px) {
    .bg--all-page{
        padding: 85px 0 45px
    }
    .title--head-option2 .h2--value {
        font-size: 43px;
    }
    .title--head-option2 .text--txt {
        font-size: 14px;
    }
    .news--detail{
        min-height: 320px;
        padding: 30px;
    }




    .footer-id{
        padding: 40px 15px 25px;
    }
    .footer-id .right--ft{
        align-items: center;
    }
    .footer-id .right--ft p{
        padding: 12px 0 0;
    }

    .community-block li{
        padding-left: 10px;
        padding-right: 10px;
        flex: 0 auto;
    }
    .community-block li a{
        width: 55px;
        padding-left: 0;
        border-radius: 50%;
    }
    .community-block li a span{
        display: none;
    }
    .community-block li a svg, .community-block li a .icon-b{
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
}

@media (max-width: 575px) {
    .bg--all-page{
        padding: 82px 13px 15px 20px;
    }
    .title--head-option2 .h2--value {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .title--head-option2 .text--txt {
        border-left: 2px solid #fff;
        font-size: 12px;
        padding-left: 9px;
        text-align: left;
    }
    .news--detail{
        padding: 0 20px 10px;
    }
    .news--detail .body--form .tab-link,
    .news--detail .body--form .tab-link.active{
        padding-left: 0;
    }
    .news--detail .body--form .tabs {
        justify-content: center;
    }
    .news--detail .body--form .tab-link{
        flex: 0 auto;
        margin: 0 15px;
        font-size: 14px;
    }
    .news--detail .body--form .tab-link::before{
        left: 0;
        top: 40px;
        width: 100%;
        height: 1px;
    }
    .item--news{
        /* padding: 12px 0 0; */
        /* align-items: flex-start; */
    }
    .item--news:not(:last-child){
        margin-bottom: 0;
    }
    .item--news .date--cat li{
        margin-bottom: 3px;
    }
    .item--news .image-n{
        max-width: 115px;
        flex: 0 0 115px;
        padding-top: 5px;
    }
    /* .item--news .content-n{
        max-width: calc(100% - 115px);
        flex: 0 0 calc(100% - 115px);
        padding-left: 10px;
    } */
    .item--news .content-n{
        padding: 12px;
    }
    .item--news .content--text .txt-i{
        padding-left: 0;
        max-width: calc(100% );
        flex: 0 0 calc(100% );
    }
    .item--news .content--text .icon-i{
        display: none;
    }
    


    .footer-id{
        padding-top: 19px;
        border-width: 1px;
    }

    .footer-id .top--logo{
        text-align: center;
        padding-bottom: 18px;
    }
    
    .menu--bottom .col-md-8 .col-md-4{
        padding: 0 15px;
        text-align: center;
    }
    .footer-id .ul--menu-bt li,
    .footer-id .ul--menu-bt li:not(:last-child){
        margin-bottom: 15px;
    }
    .footer-id .ul--menu-bt li a{
        display: block;
        width: 100%;
        text-align: center;
        height: 25px;
    }
    .footer-id .right--ft{
        padding-top: 25px;
    }
    .footer-id .right--ft img{
        width: 150px;
    }
    .footer-id .right--ft p{
        padding-top: 27px;
        font-size: 12px;
        font-weight: 400;
    }
    .menu--bottom .col-md-8 .col-md-4:nth-last-child(2) .ul--menu-bt{
        border-bottom: 1px solid #cacaca;
        border-top: 1px solid #cacaca;
        padding: 10px 0;
        margin-bottom: 15px;
    }
    .menu--bottom .col-md-8 .col-md-4:nth-last-child(2) .ul--menu-bt li{
        margin: 0;
    }

    .background--breadcrumb{
        height: 180px;
    }
    .background--breadcrumb .title--head-h1{
        font-size: 21px;
    }
    .title--detail-news{
        font-size: 18px;
    }
    .detail__info_media .content-text--detail{
        padding: 12px 15px 12px 15px;
    }
    .content__new_txt{
        font-size: 14px;
    }
}





/* ================= */

.wrapperMenuSP{
    display: none;
}
@media (max-width: 899px){
    .wrapperHMenu .button__hamburger{
      position: relative;
      width: 60px;
      height: 33px;
      min-width: auto;
    }
    .button__hamburger::after{
      position: absolute;
      content: "";
      right: -3px;
      top: 50%;
      transform: translateY(-50%);
      width: calc(100% + 6px);
      height: 66px;
      background-color: #ffffff;
      opacity: 0;
      visibility: hidden;
      z-index: -1;
      transition: all .3s ease;
    }
    .button__hamburger.toggle::after{
      opacity: 1;
      visibility: visible;
    }
    .button__hamburger span{
      position: absolute;
      width: 23px;
      height: 1px;
      background-color: #ffffff;
      border-radius: 4px;
      left: calc(50% - 11.5px);
      transition: all .3s ease;
      
    }

    .button__hamburger span:nth-child(3n+1){
      top: 10px;
    }
    .button__hamburger span:nth-child(3n+2){
      top: 17px;
    }
    .button__hamburger span:nth-child(3n+3){
      top: 24px;
    }
    .button__hamburger.toggle span{
      background-color: #000000;
    }
    .button__hamburger.toggle span:nth-child(3n+2){
      opacity: 0;
    }
    .button__hamburger.toggle span:nth-child(3n+1){
      rotate: 45deg;
      top: 15px;
    }
    .button__hamburger.toggle span:nth-child(3n+3){
      rotate: 315deg;
      top: 15px;
    }
    /* == */
    .wrapperMenuSP{
      position: fixed;
      top: 64px;
      left: 0;
      width: 100%;
      height: calc(100% - 64px);
      display: block;
      background-color: #fff;
      z-index: -1;
      transition: all .6s ease;
      visibility: hidden;
      padding: 20px 15px;
      opacity: 0;
      background-image: url('../image/bg-banner.svg');
      background-size: 200%;
      background-position: center bottom;
      background-repeat: no-repeat;
    }
    .wrapperMenuSP.activeMM{
      opacity: 1;
      visibility: visible;
    }
    .wrapperMenuSP .mmenuBody{
      position: relative;
      height: 100%;
      overflow-y: auto;
    }
    .wrapperMenuSP .mmenuBody .mmMenuUL{
      position: relative;
      margin-bottom: 10px;
      transition: all .6s ease;
      padding-left: 45px;
    }
    .wrapperMenuSP.activeMM .mmenuBody .mmMenuUL{
      padding-left: 0;
    }
    .mmenuBody .mmMenuUL li{
      border-bottom: 1px solid #DFDFDF;
    }
    .mmenuBody .mmMenuUL li a{
      display: flex;
      align-items: center;
      padding-left: 15px;
      height: 60px;
      font-weight: bold;
      font-size: 15px;
      color: #000000;
      text-decoration: none;
    }
    
    .mmMenuBottom{
      transition: all .6s ease;
      transform: translateY(45px);
      margin-bottom: 29px;
    }
    .activeMM .mmMenuBottom{
      transform: translateY(0px);
    }
    .mmMenuBottom li:not(:last-child){
      margin-bottom: 5px;
    }
    .mmMenuBottom li a{
      display: flex;
      align-items: center;
      color: #fff;
      font-weight: bold;
      font-size: 15px;
      border-radius: 5px;
      text-decoration: none;
      height: 60px;
      padding-left: 15px;
    }
    .mmMenuBottom li:first-child a{
      background-color: #000000;
    }
    .mmMenuBottom li:last-child a{
      background: #26a19b;
      background: linear-gradient(95deg, #26a19b, #35a5d4);
    }
    .mmMenu__Footer .mmMenu__Logo {
      border-bottom: 1px solid #CACACA;
      padding-bottom: 18px;
    }
    .mmMenu__Footer .mmLogo img{
      width: 130px;
    }
    .mmMenu__Footer .mmMenuFooterUL{
      padding: 10px 0 20px;
      margin-bottom: 25px;
      border-bottom: 1px solid #CACACA;
    }
    .mmMenuFooterUL li:not(:last-child){
      margin-bottom: 15px;
    }
    .mmMenuFooterUL li.liBorderTopBottom{
      border-top: 1px solid #CACACA;
      border-bottom: 1px solid #CACACA;
      padding: 10px 0;
    }
    .mmMenuFooterUL li a{
      display: flex;
      align-items: center;
      justify-content: center;
      height: 25px;
      width: 100%;
      color: #434343;
      font-size: 14px;
      text-decoration: none;
      font-family: "Oswald", sans-serif;
    }
    .mmLogoFinch{
      margin-bottom: 27px;
    }
    .mmCopyright{
      margin: 0 0 15px;
      text-align: center;
      color: #004EA2;
      font-size: 12px;
      font-family: "Oswald", sans-serif;
    }
}





.pagination a,
.pagination span {
    color: #3A7CAB;
    float: left;
    width: 50px;
    height: 47px;
    line-height: 45px;
    text-decoration: none;
    border: 1px solid #bcbcbc;
    /*border-right: 0;*/
    font-size: 19px;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0 8px;
}
.pagination .current{
    background-color: #3A7CAB;
    border: 1px solid #3A7CAB;
    color: #ffffff;
}
/* .pagination span,
.pagination a:last-child {
    border: none;
} */

.pagination a.active {
    background-color: #3A7CAB;
    border-color: #3A7CAB;
    color: #ffffff;
}

.pagination a:hover:not(.active) {
    background-color: #3A7CAB;
    border-color: #3A7CAB;
    color: #ffffff;
    opacity: 1;
}
.fa-chevron-left,
.fa-chevron-right{
    display: inline-block;
    position: relative;
    width: 10px;
    height: 19px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.fa-chevron-left{
    background-image: url(../image/fa-chevron-right.svg);
}
.fa-chevron-right{
    background-image: url(../image/fa-chevron-left.svg);
}
.pagination a:hover .fa-chevron-left{
    background-image: url(../image/fa-chevron-right2.svg);
}
.pagination a:hover .fa-chevron-right{
    background-image: url(../image/fa-chevron-left2.svg);
}
.pagination .prev,
.pagination .next{
    line-height: 48px;
}
@media (max-width: 767px) {
    .pagination-row {
        margin-top: 25px;
    }
    .pagination a,
    .pagination span {
        font-size: 16px;
        width: 40px;
        height: 37px;
        line-height: 35px;
        margin: 0 4px
    }
}
@media (max-width: 420px) {
    .pagination a,
    .pagination span {
        font-size: 13px;
        width: 35px;
        height: 32px;
        line-height: 30px;
        margin: 0 4px
    }
}