.tab-w {
    height: 70px;
    padding: 0;
    background: #00397f;
    position: relative
}

.tab-w.fixed {
    width: 100%;
    height: 50px;
    position: fixed;
    z-index: 600;
    top: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s
}

.tab-w.fixed .list-tab .tab a {
    height: 50px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s
}

.tab-w.fixed .list-tab .flickity-prev-next-button {
    top: 35%
}

.tab-w .selected {
    display: none;
    width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0 20px;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 0 auto
}

.tab-w .selected:after {
    content: "";
    color: #fff;
    background: url(../img/icon-arrow-down.png) no-repeat center;
    background-size: contain;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 15px;
    right: 10px
}

.tab-w .selected span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-transform: capitalize;
    font-weight: bold;
}

.tab-w .list-tab {
    width: 100%;
    height: 100%;
    position: relative;
    white-space: nowrap
}

.tab-w .list-tab.mobile {
    display: none
}

.tab-w .list-tab .tab {
    list-style: none;
    display: inline-block;
    padding: 0px;
    position: relative;
    text-align: center;
    margin: 0 -2px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s
}

.tab-w .list-tab .tab:last-child {
    margin-right: 0
}

.tab-w .list-tab .tab a {
    height: 70px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    /*text-transform: uppercase;*/
    letter-spacing: 0.5px;
    padding: 0 20px;
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 100%;
    display: table;
    margin: 0 auto;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s
}

.tab-w .list-tab .tab a:before {
    content: "";
    width: 0;
    height: 3px;
    background: #cf9c51;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s
}

.tab-w .list-tab .tab a span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}

.tab-w .list-tab .tab a:hover,
.tab-w .list-tab .tab a.active {
    transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    background: #012b5f;
    text-decoration: none;
    color: #cf9c51;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s
}

.tab-w .list-tab .tab a:hover:before,
.tab-w .list-tab .tab a.active:before {
    width: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s
}

.tab-w.tab-gold {
    background: #cf9c51
}

.tab-w.tab-gold .tab a:hover,
.tab-w.tab-gold .tab a.active {
    color: #fff;
    background: #a47127
}

.tab-w.tab-gold .tab a:hover:before,
.tab-w.tab-gold .tab a.active:before {
    background: #00397f
}
.banner-top {
    width: 100%;
    position: relative
}

.banner-top img {
    width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: block;
}
.intro-top-about {
}

.intro-top-about .featured {
    float: right
}

.intro-top-about .featured img {
    width: 100%
}

.intro-top-about .featured.shway {
    padding-top: 60px
}

.intro-top-about .content {
    float: left;
    margin: 50px 0 0 0;
    padding-right: 70px
}

.bold-blue {
    color: #00397f;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 24px;
}
.title-black {
font-size: 38px;
line-height: 50px;
text-transform: none;
margin: 0 0 20px 0;
}
.text-gold{color: #CF9B4C;}
.text-center{text-align: center;}
.intro-top-about .content .text, .financial-group .text{ line-height: 2rem; }
.financial-group img{max-width: 100%;}
.section-1 img{max-width: 100%;}
.section-8 .title{margin-bottom: 70px;}
.section-8 .block h3{ font-weight: 450; width: 100%; line-height: 2rem; color: #0B1966; font-size: 1.3rem;}
.section-8 .block h4{ font-weight: normal; width:100%; text-transform: uppercase;}
.section-8 .block .block-content{margin-bottom: 30px;}
.clearfix{clear: both;}
.worldwide-about {
    padding: 60px 0;
    background: #f9f9f9
}

.worldwide-about .title-blue {
    float: left;
    line-height: 28px;
}

.worldwide-about .tab-promotion {
    margin-top: 0;
    margin-left: 0;
    float: right;
}

.worldwide-about .tab-promotion .tab {
    width: auto;
    padding: 4px 14px;
    margin: 0 10px 10px 0;
}

.worldwide-about .listbox-worldwide {
    width: 100%;
    display:flex;
    flex-wrap: wrap;
    margin-top: 20px;
    position: relative;
    border-left: 1px solid #e3c9a3;
    border-top: 1px solid #e3c9a3;
}

.worldwide-about .listbox-worldwide .box {
    border: 1px solid #e3c9a3;
    cursor: pointer;
    width: 20%;
    position: relative;
    height: 180px;
    border-top: none;
    border-left: none;
}

.worldwide-about .listbox-worldwide .box img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
}

.worldwide-about .listbox-worldwide .box .country {
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    line-height: normal;
    color: #707070;
    text-transform: none;
    position: absolute;
    left: 50%;
    bottom: 2px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 10;
    font-weight: normal;
}

.worldwide-about .listbox-worldwide .box .linkweb {
    width: 100%;
    height: 100%;
    background: #00397f;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    padding: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s
}

.worldwide-about .listbox-worldwide .box .linkweb .domain {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    font-size: 18px;
    line-height: normal;
    color: #fff;
    text-transform: none;
    font-weight: normal;
}
.worldwide-about .listbox-worldwide .box:hover .linkweb {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s
}
.worldwide-about .box.hidden{visibility: hidden;}
.tab-promotion {
    margin: 30px 0 0 0;
    float: left
}

.tab-promotion .tab {
    width: 110px;
    text-align: center;
    float: left;
    border: 1px solid #cf9c51;
    border-radius: 20px;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s
}

.tab-promotion .tab:last-child {
    margin-right: 0
}

.tab-promotion .tab a {
    display: block;
    padding: 5px 0
}

.tab-promotion .tab span {
    font-size: 12px;
    line-height: normal;
    color: #252525;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s
}

.tab-promotion .tab:hover,
.tab-promotion .tab:focus,
.tab-promotion .tab.active {
    background: #cf9c51;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s
}

.tab-promotion .tab:hover span,
.tab-promotion .tab:focus span,
.tab-promotion .tab.active span {
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s
}
.img-ceo-message{float: left; margin: 0 55px 35px 0; }
.ceo-message .text p{ margin-bottom: 20px; }
.intro-top-about .cover img{max-width: 100%;}

@media (max-width: 1199px) {
    .worldwide-about .tab-promotion {
        margin-left: 80px
    }

    .worldwide-about .listbox-worldwide .box {
        width: 193px
    }
    .img-ceo-message{max-width: 450px;}
}
@media (max-width: 991px) {
    .tab-w .list-tab .tab a {
        padding: 0 10px;
        font-size: 14px
    }
    .tab-w .list-tab .tab a {
        padding: 0px 10px;
        font-size: 13px;
        letter-spacing: 0.5px
    }
    .worldwide-about .title-blue {
        width: 100%;
        margin-bottom: 10px
    }

    .worldwide-about .tab-promotion {
        margin-left: 0px
    }

    .worldwide-about .listbox-worldwide .box {
        width: 186px
    }
    .img-ceo-message{max-width: 400px;}
}
@media (max-width: 768px) {
    .ceo-message.section-2 .img-ceo-message{width: 100%;}
    .ceo-message.section-2 .content{padding: 0 15px !important;}
}
@media (max-width: 767px) {
    .tab-w {
        height: 50px
    }

    .tab-w .selected {
        display: table;
    }
    .tab-w .list-tab .tab.mb_hide, .tab-w .list-tab .tab a.active{display: none;}

    .tab-w .list-tab {
        width: 100%;
        height: auto;
        position: absolute;
        z-index: 400;
        background: #00397f;
        top: 50px;
        left: 0;
        display: none
    }

    .tab-w .list-tab.mobile {
        display: none
    }

    .tab-w .list-tab.show {
        display: block
    }

    .tab-w .list-tab::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #00397f
    }

    .tab-w .list-tab::-webkit-scrollbar {
        width: 0px;
        height: 4px;
        background-color: #00397f
    }

    .tab-w .list-tab::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #012b5f
    }

    .tab-w .list-tab .tab {
        width: 100%;
        border-top: 1px solid #cf9c51;
        display: block
    }

    .tab-w .list-tab .tab a {
        height: 50px;
        padding: 0 10px;
        font-size: 14px
    }

    .tab-w .list-tab .tab a:before {
        height: 0px
    }

    .tab-w.tab-gold .list-tab {
        background: #cf9c51
    }

    .tab-w.tab-gold .list-tab .tab {
        border-top: 1px solid #a47127
    }
    .intro-top-about {
        padding: 30px 0
    }

    .intro-top-about .featured.shway {
        padding-top: 0
    }

    .intro-top-about .content {
        float: left;
        margin: 20px 0 0 0;
        padding-right: 8px
    }

    .intro-top-about .content.shway {
        margin: 40px 0 0 0
    }

    .intro-top-about .content .bold-blue {
        font-size: 18px
    }
    .worldwide-about .listbox-worldwide .box {
        width: 25%;
        height: 180px
    }

    .worldwide-about .listbox-worldwide .box .country {
        font-size: 16px
    }

    .worldwide-about .listbox-worldwide .box .linkweb .domain {
        font-size: 16px
    }
    .tab-promotion .tab {
        margin: 5px
    }
    .worldwide-about .listbox-worldwide .box img {max-width: 90%;}
    .worldwide-about .listbox-worldwide .box {width: 25%;}
    .worldwide-about .tab-promotion{float: none;}
    .img-ceo-message{max-width: 45%; margin: 0 5% 5% 0;}
}
@media (max-width: 650px) {
    .worldwide-about .listbox-worldwide .box {
        width: 33.3333%;
        height: 180px
    }
}

@media (max-width: 460px) {
    .worldwide-about .listbox-worldwide .box {
        width: 50%;
        height: 180px
    }
}
@media (max-width: 414px) {
    .img-ceo-message{width: 100%; max-width: 100%;margin: 0 0 20px 0;}
}