body.cke_editable{
    margin: 8px!important;
}
.btn-main{
    background: #0C243F;
    color: #fff;
}
.btn-main:hover{
    background: #B42124;
    color: #fff;
}
.btn-main.icon::after{
    content: '';
    display: inline-block;
    width: 20px;
    height: 15px;
    background: url('../image/i-link-next-white.svg') center right no-repeat;
}
.btn-light{
    background: #fff;
    color: #0C243F;
    border-color: #E5E5E5;
}
.btn-light:hover{
    background: #f1f1f1;
}
.btn-light .fas{
    margin-left: 5px;
    color: #C93931;
}
/* cicle process */
.c_progress {
    width: 80px;
    height: 80px !important;
    float: left;
    line-height: 150px;
    background: none;
    margin: 15px;
    box-shadow: none;
    position: relative
}
.c_progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid #fff;
    position: absolute;
    top: 0;
    left: 0
}
.c_progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1
}
.c_progress .c_progress-left {
    left: 0
}
.c_progress .c_progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    top: 0
}
.c_progress .c_progress-left .c_progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left
}
.c_progress .c_progress-right {
    right: 0
}
.c_progress .c_progress-right .c_progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: PLoad8 1.8s linear forwards
}
.c_progress .c_progress-value {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #f8f8f8;
    font-size: 24px;
    color: #000;
    font-weight: 600;
    line-height: 70px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
}
.c_progress.P8 .c_progress-bar {
    border-color: #D80C10
}
.c_progress.P8 .c_progress-value{
    color: #D80C10;
}
.c_progress.P8 .c_progress-left .c_progress-bar {
    animation: PLoad8 1.5s linear forwards 1.8s
}
.c_progress.P7 .c_progress-bar {
    border-color: #F96728
}
.c_progress.P7 .c_progress-value{
    color: #F96728;
}
.c_progress.P7 .c_progress-left .c_progress-bar {
    animation: PLoad7 1.5s linear forwards 1.8s
}
.c_progress.P6 .c_progress-bar {
    border-color: #F9A828
}
.c_progress.P6 .c_progress-value{
    color: #F9A828;
}
.c_progress.P6 .c_progress-left .c_progress-bar {
    animation: PLoad6 1.5s linear forwards 1.8s
}
.c_progress.P5 .c_progress-bar {
    border-color: #FFD43D
}
.c_progress.P5 .c_progress-value{
    color: #FFD43D;
}
.c_progress.P5 .c_progress-left .c_progress-bar {
    animation: PLoad5 1.5s linear forwards 1.8s
}
.c_progress.P4 .c_progress-bar {
    border-color: #73C709
}
.c_progress.P4 .c_progress-value{
    color: #73C709;
}
.c_progress.P4 .c_progress-left .c_progress-bar {
    animation: PLoad4 1.5s linear forwards 1.8s
}
.c_progress.P3 .c_progress-bar {
    border-color: #27AE60
}
.c_progress.P3 .c_progress-value{
    color: #27AE60;
}
.c_progress.P3 .c_progress-left .c_progress-bar {
    animation: none
}
.c_progress.P3 .c_progress-right .c_progress-bar {
    animation: PLoad3 1.5s linear forwards;
}
.c_progress.P2 .c_progress-bar {
    border-color: #27A6AE
}
.c_progress.P2 .c_progress-value{
    color: #27A6AE;
}
.c_progress.P2 .c_progress-left .c_progress-bar {
    animation: none
}
.c_progress.P2 .c_progress-right .c_progress-bar {
    animation: PLoad2 1.5s linear forwards;
}
.c_progress.P1 .c_progress-bar {
    border-color: #39CFCF
}
.c_progress.P1 .c_progress-value{
    color: #39CFCF;
}
.c_progress.P1 .c_progress-left .c_progress-bar {
    animation: none
}
.c_progress.P1 .c_progress-right .c_progress-bar {
    animation: PLoad1 1.5s linear forwards;
}
@keyframes PLoad8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}
@keyframes PLoad7 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
}
@keyframes PLoad6 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}
@keyframes PLoad5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}
@keyframes PLoad4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}
@keyframes PLoad3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
}
@keyframes PLoad2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}
@keyframes PLoad1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}


/* products */
.stock_date .far{
    margin-right: 5px;
    font-size: 14px;
    color: #62686A;
}
.p_card{
    margin-bottom: 30px;
}
.p_card .card-header{
    background: url("../imgs/bg-card.jpg") center center no-repeat;
    background-size: cover;
    font-size: 24px;
    font-weight: 400;
}
.p_card .card-header.bg2{
    background: url("../imgs/bg-card2.jpg") center center no-repeat;
    background-size: cover;
}
.p_card .card-body strong{
    color: #226699;
    font-weight: 500;
}
.html_col_data{
    list-style: none;
    padding: 0;
}
.html_col_data > li{
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
}
.html_col_data > li .name{
    color: #226699;
    font-weight: 500;
}
.html_col_data > li .val{
    font-size: 18px;
    text-align: right;
}
.html_col_data > li.maxrow{
    display: block;
}
.html_col_data > li.maxrow .val{
    text-align: left;
}
.html_col_data.left > li{
    display: block;
}
.html_col_data.left > li .name{
    width: 170px;
    float: left;
}
.html_col_data.left > li .val{
    padding-left: 170px;
    font-size: 16px;
}
.btn-calendar{
    padding: 15px 25px;
    font-weight: 500;
    font-size: 16px;
}
.btn-calendar svg{
    margin-right: 5px;
}
.p_table .table{
    border-bottom: 1px solid #E5E5E5;
}
.p_table .table thead th{
    border-bottom-color:#0C243F;
    border-width: 1px;
    color: #0C243F;
    font-weight: 400;
    border-top: none;
    vertical-align: middle;
}
.p_table .table td strong{
    font-weight: 600;
    color: #222;
}
.p_table .table-striped tbody tr:nth-of-type(odd){
    background: #fff;
}
.p_table .table-striped tbody tr:nth-of-type(even){
    background: #F9F9F9;
}
.p_table .table td{
    border: none;
}
.p_table td.red{
    color: red;
}
.p_table td.green{
    color: green;
}
.p_table td.green .far,
.p_table td.red .far{
    margin-left: 5px;
    font-size: 18px;
    vertical-align: middle;
}
.p_table.group .tb_headgroup > td{
    background: #0C243F;
    color: #fff;
    font-size: 24px;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 400;
}
.chart_tools{
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.chart_tools > ul.select_range{
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
}
.chart_tools > ul.select_range > li{
    display: inline-block;
    float: left;
    margin-right: 2px;
}
.chart_tools > ul.select_range > li > a{
    display: block;
    color: #0C243F;
    padding: 15px;
    background: #ECF0F1;
    text-decoration: none;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.chart_tools > ul.select_range > li:first-child > a{
    padding: 15px 30px;
}
.chart_tools > ul.select_range > li:hover > a{
    background: #DEEFF4;
}
.chart_tools > ul.select_range > li.active > a{
    background: #0C243F;
    color: #fff;
}
.chart_tools .select_date{
    display: flex;
    white-space: nowrap;
    align-items: center;
}
.chart_tools .select_date .txt{
    padding-right: 10px;
}
#date_chart_range{
    background: #fff; 
    cursor: pointer; 
    padding: 8px 10px; 
    border: 1px solid #E5E5E5;
    width: 100%;
}
#date_chart_range > span{
    padding-right: 10px;
}
#date_chart_range > span > i{
    font-style: normal;
    color: #BBBBBB;
}
#date_chart_range > .fa-calendar{
    color: #B42124;
}
ul.p_files{
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.p_files > li{
    
}
ul.p_files > li:last-child{
    border-bottom: none;
}
ul.p_files > li > a{
    display: block;
    background: url('../imgs/svg/i-download.svg') left 12px no-repeat;
    font-size: 16px;
    font-weight: 400;
    color: #194769;
    padding: 10px 15px;
    padding-left: 30px;
    padding-right: 0;
    text-decoration: none;
}
ul.p_files > li > a:hover{
    color: #B42124;
    background-image: url('../imgs/svg/i-download-hover.svg');
}
.html_left_image{
    padding: 15px 0;
}
.html_left_image .img{
    float: left;
    width: 150px;
}
.html_left_image .html{
    padding-left: 150px;
}
.accordion>.card{
    border-bottom: none;
    border-radius: 0;
    border: none;
}
.accordion>.card>.card-header{
    border-color: #E5E5E5;
    padding: 0;
    cursor: pointer;
}
.accordion>.card>.card-header .name{
    display: block;
    width: 100%;
    text-align: left;
    color: #0C243F;
    font-size: 24px;
    text-decoration: none;
    padding: 20px 20px;
    border: none;
    background: none;
    outline: none;
    font-weight: 400;
    position: relative;
}
.accordion>.card>.card-header[aria-expanded="true"]{
    background: #0C243F;
}
.accordion>.card>.card-header[aria-expanded="true"] .name{
    color: #fff;
}
.accordion>.card>.card-header .name::after,
.accordion>.card>.card-header .name::before{
    content: '';
    width: 21px;
    height: 3px;
    background: #B42124;
    position: absolute;
    left: -15px;
    bottom: 0;
    top : 0;
    margin: auto;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.accordion>.card>.card-header[aria-expanded="true"] .name::before{
    display: none;
}
.accordion>.card>.card-header .name::after{
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
}
.accordion>.card>.card-header[aria-expanded="true"] .name::after{
    background: #fff;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
}
.btn-light.btn-lg{
    padding-left: 30px;
    padding-right: 30px;
}
.btn-light.btn-lg::after{
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    color: #0C243F;
    margin-left: 10px;
    display: inline-block;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.btn-light.btn-lg:hover::after{
    -webkit-transform: translate(5px);
       -moz-transform: translate(5px);
        -ms-transform: translate(5px);
         -o-transform: translate(5px);
            transform: translate(5px);
}
.btn-light.btn-lg.nonicon::after{
    display: none;
}
.table-html tbody tr:nth-of-type(odd){
    background: #fff;
}
.table-html tbody tr:nth-of-type(even){
    background: #fbfbfb;
}
.table-html thead th{
    border-color: #222;
    background: #222;
    color: #fff;
}
.table-html tbody td{
    padding: 20px 30px;
}
.table-html thead th:first-child{
    border-right-color: #fff;
}
.table-html thead th:last-child{
    border-right-color: #0C243F;
}
.table-html tbody.bgwhite td{
    background: #fff;
}
.html_top_ms{
    padding: 50px 0;
    max-width: 952px;
    margin: auto;
}
.p_icon{
    list-style: none;
}
.p_icon > li > svg{
    float: left;
}
.p_icon > li > .txt{
    padding-left: 30px;
}
.p_bank img{
    margin-right: 15px;
}
.p_bank svg{
    margin-right: 15px;
}
.html_accordion{
    list-style: none;
    padding: 0;
}
.html_accordion > figure{
    border-bottom: 1px solid #E5E5E5;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}
.html_accordion > figure:last-child{
    border-bottom: none;
}
.html_accordion > figure .a_head{
    display: flex;
    align-items: center;
    padding: 10px 0px;
    cursor: pointer;
    font-size: 18px;
    color: #0C243F;
    font-weight: 500;
    position: relative;
}
.html_accordion > figure .a_head::after{
    content: "\f107";
    display: block;
    position: absolute;
    right: 15px;
    color: #222;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
}
.html_accordion > figure .a_head[aria-expanded='true']::after{
    content: "\f106";
}
.html_accordion > figure .a_head img{
    width: 35px;
    margin-right: 15px;
}
.html_accordion > figure .a_head .name{
    
}
.html_accordion.non_image > figure .a_head .name{
    padding-left: 0;
}
.html_accordion > figure .a_html{
    padding: 15px;
    color: #222;
    background: #F9F9F9;
}
.cke_editable .html_accordion > figure .a_html.collapse:not(.show){
    display: block!important;   
}
.html_top_click_to_funds{
    background: #ECF0F1;
    border-radius: 12px;
    padding: 30px 30px;
    margin-bottom: 20px;
}
.html_top_click_to_funds > h2{
    font-size: 40px;
    color: #0C243F;
    border-bottom: 5px solid #226699;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
ul.html_check_lists,
ul.html_icon_lists{
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.html_icon_lists > li{
    display: flex;
    flex-direction: row;
    padding-bottom: 5px;
}
ul.html_icon_lists > li .info{
    padding-left: 15px;
}
ul.html_icon_lists > li .info .name{
    font-size: 24px;
    color: #0C243F;
}
ul.html_check_lists{
    background: #fff;
    border-radius: 12px;
    padding: 15px 20px;
}
ul.html_check_lists > li{
    background: url('../imgs/svg/i-html-check-red.svg') left top no-repeat;
    padding-left: 35px;
    padding-bottom: 5px;
}
ul.html_check_lists > li:last-child{
    padding-bottom: 0;
}
.web_html_nav::-webkit-scrollbar { 
    display: none; /* Chrome Safari */
}
.web_html_nav .nav-item .nav-link{
    font-size: 15px;
    font-weight: 500;
    padding: 15px 30px;
    color: #226699;
    border-radius: 0;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.web_html_nav .nav-item .nav-link:hover{
    background: #ECF0F1;
    border-radius: none;
    border-color: #ECF0F1;
}
.web_html_nav .nav-item.show .nav-link, 
.web_html_nav .nav-link.active{
    background: #0C243F!important;
    color: #fff!important;
    border-radius: 0;
    border-color: #0C243F;
}
.html_head_date{
    margin-bottom: 20px;
    display: flex;
}
.html_head_date .name{
    font-size: 24px;
    color: #0C243F;
    font-weight: 400;
}
.html_head_date .date{
    padding-top: 7px;
    color: #62686A;
    margin-left: auto;
}
.about_info{
    margin-top: 40px;
}
.about_info > img{
    float: left;
    width: 64px;
}
.about_info > .info{
    padding-left: 90px;
}
.about_info > .info > h2{
    color: #0C243F;
}
.about_info > .info > .position{
    color: #226699;
    font-size: 18px;
}
.about_info > .info > strong{
    color: #0C243F;
}
.about_management > h2{
    font-size: 32px;
    color: #0C243F;
}
.about_management > p{
    font-size: 18px;
    color: #226699;
}
.about_management .detail{
    display: flex;
    padding-top: 15px;
}
.about_management .detail > .img{
    margin-right: 20px;
}
.about_management .detail > .img > img{
    width: 220px;
}
.about_management .detail > .info strong{
    color: #0C243F;
}
.page_name{
    text-align: center;
    color: #1F3856;
    font-size: 40px;
    padding: 70px 0;
    background: url('../imgs/bg-link.jpg') center center repeat-x;
    background-size: cover;
    font-weight: 400;
    margin: 0;
}
.share_icon > ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.share_icon > ul > li{
    padding: 2px 0;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.share_icon > ul > li:hover{
    -webkit-transform: scale(1.1) rotate(10deg);
       -moz-transform: scale(1.1) rotate(10deg);
        -ms-transform: scale(1.1) rotate(10deg);
         -o-transform: scale(1.1) rotate(10deg);
            transform: scale(1.1) rotate(10deg);
}
.about_history{
    color: #222;
}
.about_history > h2{
    font-size: 24px;
    color: #0C243F;
}
.about_history > h4{
    color: #0C243F;
    font-size: 24px;
    margin-bottom: 15px;
}
.about_history > h5{
    font-size: 16px;
}
.swal2-modal .swal2-styled.swal2-confirm{
    background: #226699!important;
    border-color: #226699;
}
.nab_next_back{
    position: relative;
}
.nab_next_back > a.next,
.nab_next_back > a.prev{
    position: absolute;
    top: 0;
    bottom: 0;
    background: #fff;
    display: flex!important;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    text-decoration: none;
}
.nab_next_back > a.prev{
    left: -30px;
}
.nab_next_back > a.next{
    right : -30px;
}
ul.int_col_color{
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
    max-width: 100%;
    flex-wrap: wrap;
}
ul.int_col_color > li{
    max-width: 25%;
    width: 100%;
}
ul.int_col_color > li .h{
    background: #226699;
    color: #fff;
    padding: 10px 10px;
    font-size: 18px;
    height: 110px;
}
ul.int_col_color > li.col2 .h{
    background: #194769;
}
ul.int_col_color > li.col3 .h{
    background: #0C243F;
}
ul.int_col_color > li.col4 .h{
    background: #041222;
}
ul.int_col_color > li{
    background: #F9F9F9;
}
ul.int_col_color > li.col2,
ul.int_col_color > li.col4{
    background: #F5F5F5;
}
ul.int_col_color > li .desc{
    padding: 10px;
    font-size: 16px;
}
ul.int_col_color > li .h > strong{
    display: block;
    font-size: 20px;
}
a.i_link{
    color: #0C243F;
    text-decoration: none;
}
a.i_link::after{
    content: '';
    background: url('../image/i-link-black.svg') center center no-repeat;
    width: 20px;
    height: 10px;
    display: inline-block;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
a.i_link:hover::after{
    -webkit-transform: translateX(5px);
       -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
         -o-transform: translateX(5px);
            transform: translateX(5px);
}
.in_acd{
    display: flex;
}
.in_acd .img{
    max-width: 348px;
    width: 100%;
    margin-right: 15px;
}
.in_acd .img > img{
    width: 100%;
}
.in_acd .info > ul:not(.p_files){
    padding-left: 25px;
}
.InvestWithUs{
}
.InvestWithUs hr,
.SubsequentSubscription hr,
.PaymentSubscription hr,
.KWIClickForFunds hr{
    border-style: dashed;
    border-color: #BBBBBB;
}
.InvestWithUs h2,
.SubsequentSubscription h2,
.PaymentSubscription h2,
.Redemption h2,
.Switching h2,
.KWIClickForFunds h2,
.HowToApplyKWISavingsPlan h2,
.HowToApplyDirectDebitService h2,
.ApplyDirectDebit h2,
.ApplyAtATM h2,
.ApplyMobileBankingApplication h2,
.ApplyOnBankWebsite h2{
    margin-bottom: 20px;
    font-size: 32px;
    color: #222;
}
.InvestWithUs .sec1,
.SubsequentSubscription .sec1,
.PaymentSubscription .sec1,
.Redemption .sec1,
.Switching .sec1,
.KWIClickForFunds .sec1,
.ApplyDirectDebit .sec1,
.ApplyAtATM .sec1,
.ApplyMobileBankingApplication .sec1,
.ApplyOnBankWebsite .sec1{
    padding-bottom: 15px;
}
.InvestWithUs .sec2.{
    text-align: center;
}
.InvestWithUs .sec2 img{
    max-width: 100%;
}
.InvestWithUs .sec2,
.InvestWithUs .sec3,
.SubsequentSubscription .sec3,
.PaymentSubscription .sec3,
.Redemption .sec3,
.Redemption .sec2,
.Redemption .sec4,
.Switching .sec2,
.Switching .sec3,
.HowToApplyKWISavingsPlan .sec1,
.HowToApplyKWISavingsPlan .sec2,
.HowToApplyDirectDebitService .sec1,
.ApplyDirectDebit .sec2,
.ApplyAtATM .sec2,
.ApplyMobileBankingApplication .sec2,
.ApplyOnBankWebsite .sec2{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #BBBBBB;
}
.KWIClickForFunds .sec2{
    padding-bottom: 30px;
}
.table-html .img{
    margin-right: 7px;
}
.in_remark{
    color: #226699;
}
.PaymentSubscription .html_accordion > figure .a_html{
    padding: 0;
}
.PaymentSubscription .table-html{
    margin-bottom: 0;
    border-bottom: none;
}
.PaymentSubscription .sec2{
    padding-bottom: 15px;
}
.in_onlinebox{
    background: #F5F5F5;
    width: 586px;
}
.in_service{
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
    padding: 30px;
}
.in_service > li{
    width: 50%;
    padding: 15px;
}
.in_service > li:nth-child(1){
    border-right: 1px dashed #BBBBBB;
    border-bottom: 1px dashed #BBBBBB;
}
.in_service > li:nth-child(2){
    border-bottom: 1px dashed #BBBBBB;
}
.in_service > li:nth-child(3){
    border-right: 1px dashed #BBBBBB;
}
.in_service > li > .name{
    font-size: 24px;
    color: #222222;
}
.in_service > li > p{
    font-size: 16px;
    color: #62686A;
}
.in_checklists{
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    padding: 30px;
    background: #F1F1F1;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.in_checklists > li{
    width: 50%;
    padding-left: 30px;
    background: url('../image/i-checked.svg') 0px 0px no-repeat;
    font-size: 16px;
    color: #222222;
    padding-bottom: 5px;
}
.KWIClickForFunds .sec1,
.HowToDirectDebit .sec1,
.HowToUseKWIClickTorFunds .sec1{
    padding-bottom: 40px;
}
.KWIClickForFunds .sec2{
    padding-bottom: 10px;
}
.KWIClickForFunds .sec3{
    padding-bottom: 30px;
}
.KWIClickForFunds h3,
.HowToApplyKWISavingsPlan h3,
.HowToApplyDirectDebitService h3{
    font-size: 24px;
    padding-bottom: 10px;
    color: #222;
}
.in_howto_invest_head{
    display: flex;
    padding-top: 40px;
}
.in_howto_invest_head .left{
    margin-right: 80px;
}
.in_icon{
    background: url('../image/i-email.svg') left top no-repeat;
    padding-left: 35px;
    margin-left: 40px;
    padding-bottom: 10px;
}
.in_icon.fax{
    background: url('../image/i-fax.svg') left top no-repeat;
}
.in_icon.att{
    background: url('../image/i-att.svg') left top no-repeat;
}
.in_icon strong{
    font-weight: bold;
    color: #222;
}
.in_icon p{
    margin-bottom: 0;
}
.in_bartext{
    background: #F5F5F5;
    padding: 10px 15px;
}  
.right_content sub{
    font-size: 14px;
    font-weight: bold;
} 
.ApplyAtATM .html_accordion > figure:last-child,
.ApplyMobileBankingApplication .html_accordion > figure:last-child,
.ApplyOnBankWebsite .html_accordion > figure:last-child{
    border-bottom: 1px solid #E5E5E5;
}
.ApplyAtATM .html_accordion,
.ApplyMobileBankingApplication .html_accordion,
.ApplyOnBankWebsite .html_accordion{
    max-width: 710px;
}
.in_overviews .history_html{
    background: url('../image/bg-about.jpg') center center no-repeat;
    background-size: cover;
    color: #fff;
    padding: 100px 0;
}
.in_overviews .history_html .container{
    position: relative;
}
.in_overviews .history_html h3{
    position: absolute;
    left: -130px;
    top: 180px;
    line-height: 0;
    font-size: 40px;
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
.in_overviews .history_html ul.his{
    list-style: none;
    padding: 0;
    padding-left: 150px;
}
.in_overviews .history_html ul.his > li{
    padding-bottom: 20px;
}
.in_overviews .history_html ul.his .year{
    font-size: 14px;
    padding-bottom: 5px;
}
.in_overviews .history_html ul.his .desc{
    font-size: 16px;
}
.in_overviews .container{
    max-width: 952px;
}
.in_overviews .middle_html{
    padding: 50px 0;
    padding-bottom: 90px;
}
.in_overviews .middle_html .g{
    font-size: 16px;
    color: #226699;
}
.in_overviews .middle_html h2{
    font-size: 32px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.in_overviews .middle_html .gifimg{
    margin-top: 20px;
    margin-bottom: 35px;
}
.in_overviews .middle_html .gifimg > img{
    width: 100%;
}
.in_overviews .middle_html .gifimg > video{
    width: 100%;
    height: 485px;
}
.in_overviews .middle_html .ocb{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.in_overviews .middle_html .ocb > .img{
    width: 49%;
    height: 276px;
    position: relative;
    display: flex;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.in_overviews .middle_html .ocb > .img:hover{
    -webkit-transform: translateY(-10px);
       -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
         -o-transform: translateY(-10px);
            transform: translateY(-10px);
}
.in_overviews .middle_html .ocb > .img > img{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 0;
}
.in_overviews .middle_html .ocb .name{
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    position: relative;
    z-index: 1;
}
.in_overviews .middle_html .ocb .link{
    color: #fff;
    text-decoration: none;
    display: block;
    height: 1px;
    min-height: 0;
    overflow: hidden;
    font-size: 20px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.in_overviews .middle_html .ocb .img:hover .link{
    min-height: 50px;
}
.in_overviews .middle_html .ocb .link::after {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 5px;
    background: url(../image/i-link.svg) center center no-repeat;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.risk_color1{
    color: #1F884B;
}
.risk_color2{
    color: #1B9F53;
}
.risk_color3{
    color: #27AE60;
}
.risk_color4{
    color: #73C709;
}
.risk_color5{
    color: #FFD43D;
}
.risk_color6{
    color: #F9A828;
}
.risk_color7{
    color: #F96728;
}
.risk_color8{
    color: #D80C10;
}
.rsk{
    font-size: 14px;
}
.rsk strong{
    font-size: 22px;
}
/* Provident Fund */
.provident_overviews h1,
.provident_kwi h1{
    font-size: 24px;
}
.provident_overviews .bn{
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.provident_overviews .bn .img{
    width: 464px;
    height: 276px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.provident_overviews .bn .img:first-child{
    margin-right: 15px;
}
.provident_overviews .bn .img:last-child{
    margin-left: 15px;
}
.provident_overviews .bn .img > img{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.provident_overviews .bn .img span{
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    font-size: 34px;
}
.provident_overviews .tb{
    display: flex;
    justify-content: center;
    align-items: stretch;
}
.provident_overviews .tb .tl,
.provident_overviews .tb .tr{
    width: 50%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}
.provident_overviews .tb .tl .tt,
.provident_overviews .tb .tr .tt{
    text-align: center;
    background: #194769;
    color: #fff;
    padding: 13px 15px;
    font-size: 16px;
    font-weight: bold;
}
.provident_overviews .tb .tr .tt{
    background: #226699;
}
.provident_overviews .tb .td{
    padding: 15px;
    height: 100%;
}
.provident_overviews .tb .tl .td{
    background: #F5F5F5;
}
.provident_overviews .tb .tr .td{
    background: #F9F9F9;
}
.provident_kwi .bar{
    color: #226699;
    border-bottom: 4px solid #226699;
    font-size: 24px;
    margin-top: 25px;
}
.provident_kwi .invest_policicies{
    padding: 15px 0;
    list-style: none;
    margin: 0;
}
.provident_kwi .invest_policicies > li{
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 25px 0;
}
.provident_kwi .invest_policicies > li .left{
    width: 60%;
}
.provident_kwi .invest_policicies > li .left h3,
.provident_kwi .invest_policicies > li .left .desc{
    font-size: 20px;
}
.provident_kwi .invest_policicies > li .left .risk_level{
    font-size: 16px;
    margin-top: 15px;
    font-weight: bold;
}
.provident_kwi .invest_policicies > li .left .risk{
    width: 213px;
    text-align: right;
}
.provident_kwi .invest_policicies > li .left .risk.text{
    width: 100%;
    text-align: left;
}
.provident_kwi .invest_policicies > li .right{
    display: flex;
    text-align: center;
    align-items: center;
}
.provident_kwi .invest_policicies > li .right .img{
    width: 148px;
    height: 148px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.provident_kwi .invest_policicies > li .right .img > img{
    position: absolute;
    width: 100%;
    height: 100%;
}
.provident_kwi .invest_policicies > li .right span{
    font-size: 13px;
}
.provident_kwi .invest_policicies > li .right .info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    list-style: none;
    margin: 0;
}
.provident_kwi .invest_policicies > li .right .info > li{
    display: block;
    font-size: 14px;
    text-align: left;
    padding-bottom: 10px;
}
.provident_kwi .invest_policicies > li .right .info .color1,
.provident_kwi .invest_policicies > li .right .info .color2,
.provident_kwi .invest_policicies > li .right .info .color3{
    padding-left: 23px;
    position: relative;
}
.provident_kwi .invest_policicies > li .right .info .color1::before,
.provident_kwi .invest_policicies > li .right .info .color2::before,
.provident_kwi .invest_policicies > li .right .info .color3::before{
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 2px;
    border-radius: 3px;
}
.provident_kwi .invest_policicies > li .right .info .color1::before{
    background: linear-gradient(180deg, #1B9F53 0%, #27AE60 100%);
}
.provident_kwi .invest_policicies > li .right .info .color2::before{
    background: linear-gradient(360deg, #197E44 0%, #1B9F53 168.75%);
}
.provident_kwi .invest_policicies > li .right .info .color3::before{
    background: linear-gradient(180deg, #194769 0%, #226699 100%);
}
.provident_kwi .img img{
    max-width: 100%;
}
.provident_kwi .provident_files .file_lists{
    list-style: none;
    padding: 0;
}
.provident_kwi .provident_files h2,
.provident_kwi .provident_files .title > h3,
.provident_kwi .provident_files .info > ul{
    max-width: 1195px;
    margin: auto;
}
.provident_kwi .provident_files h2{
    margin-bottom: 15px;
    font-size: 24px;
    color: #222;
}
.provident_kwi .provident_files .file_lists .title > h3{
    font-size: 24px;
    position: relative;
    padding-left: 40px;
}
.provident_kwi .provident_files .file_lists .title > h3::before,
.provident_kwi .provident_files .file_lists .title > h3::after{
    content: '';
    display: block;
    height: 3px;
    width: 21px;
    background: #B42124;
    position: absolute;
    top: 13px;
    left: 0;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.provident_kwi .provident_files .file_lists > li .title > h3::after{
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
}
.provident_kwi .provident_files .file_lists > li.open .title > h3::after{
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
}
.provident_kwi .provident_files .file_lists > li.open .title > h3::before,
.provident_kwi .provident_files .file_lists > li.open .title > h3::after{
    background: #fff;
}
.provident_kwi .provident_files .file_lists > li .title{
    padding: 20px 0;
    color: #222;
    cursor: pointer;
}
.provident_kwi .provident_files .file_lists > li.open .title{
    background: #0C243F;
    color: #fff;
}
.provident_kwi .provident_files .file_lists > li .info{
    background: #F9F9F9;
    padding: 20px 0;
    padding-bottom: 30px;
    display: none;
}
.cke_editable .provident_kwi .provident_files .file_lists > li .info,
.viewhtmls .provident_kwi .provident_files .file_lists > li .info{
    display: block;
}
.provident_kwi .provident_files .file_lists .info > ul{
    list-style: none;
}
.provident_kwi .provident_files .file_lists .info > ul > li{
    padding: 15px 0;
    border-bottom: 1px solid #E5E5E5;
}
.provident_kwi .provident_files .file_lists .info > ul > li:last-child{
    border-bottom: none;
}
.provident_kwi .provident_files .file_lists .info > ul > li > a{
    font-size: 16px;
    background: url('/web-assets/image/i-download.svg') left center no-repeat;
    display: block;
    padding-left: 35px;
}
@media (max-width: 1550px) {
    ul.int_col_color > li .h > strong{
        font-size: 16px;
    }
    ul.int_col_color > li .h{
        font-size: 14px;
        height: 80px;
    }
    ul.int_col_color > li .desc{
        font-size: 14px;
    }
    .InvestWithUs h2, .SubsequentSubscription h2, .PaymentSubscription h2, .Redemption h2, .Switching h2, .KWIClickForFunds h2, .HowToApplyKWISavingsPlan h2, .HowToApplyDirectDebitService h2, .ApplyDirectDebit h2, .ApplyAtATM h2, .ApplyMobileBankingApplication h2, .ApplyOnBankWebsite h2{
        font-size: 24px;
    }
    .provident_kwi .provident_files .file_lists .info > ul,
    .provident_kwi .provident_files .title > h3{
        max-width: 1110px;
    }
}
@media (max-width: 1199px) {
    .InvestWithUs h2, .SubsequentSubscription h2, .PaymentSubscription h2, .Redemption h2, .Switching h2, .KWIClickForFunds h2, .HowToApplyKWISavingsPlan h2, .HowToApplyDirectDebitService h2, .ApplyDirectDebit h2, .ApplyAtATM h2, .ApplyMobileBankingApplication h2, .ApplyOnBankWebsite h2{
        font-size: 20px;
    }
    ul.int_col_color > li{
        max-width: 50%;
    }
    ul.int_col_color > li a.i_link{
        font-size: 14px;
        margin-top: 10px;
        display: block;
    }
    ul.p_files > li > a{
        font-size: 14px;
        padding-top: 5px;
        padding-bottom: 5px;
        background-position: left 5px;
    }
    .in_acd{
        font-size: 14px;
    }
    .in_howto_invest_head .left{
        margin-right: 30px;
    }
    .in_howto_invest_head .right h4{
        font-size: 20px;
    }
    .provident_kwi .provident_files .file_lists .info > ul,
    .provident_kwi .provident_files .title > h3{
        max-width: 930px;
    }
    .provident_overviews .tb{
        display: block;
    }
    .provident_overviews .tb .tl, .provident_overviews .tb .tr{
        display: block;
        width: 100%;
    }
    .provident_overviews .bn .img span{
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    ul.int_col_color > li{
        max-width: 100%;
    }
    .in_howto_invest_head .left > img{
        width: 200px;
    }
    .in_overviews .middle_html .gifimg > video{
        height: 50vw;
    }
    .provident_kwi .provident_files .file_lists .info > ul,
    .provident_kwi .provident_files .title > h3{
        max-width: 690px;
    }
    .provident_overviews .bn{
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }
    .provident_overviews .bn .img{
        width: 100%;
        padding: 0;
        margin: 0;
        margin-bottom: 15px;
        height: 400px;
    }
    .provident_overviews .bn .img:last-child{
        margin: 0;
    }
    .provident_overviews .bn .img span{
        font-size: 34px;
    }
    .provident_kwi .invest_policicies > li{
        display: block;
    }
    .provident_kwi .invest_policicies > li .left{
        margin-bottom: 15px;
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .html_accordion > figure .a_head{
        font-size: 16px;
        font-weight: bold;
    }
}
@media (max-width: 767px) {
    .in_service{
        padding: 15px;
    }
    .in_onlinebox{
        width: 100%;
    }
    .in_service > li .icon{
        width: 60px;
        margin: auto;
    }
    .in_service > li .icon > img{
        width: 100%;
    }
    .in_service > li > .name{
        font-size: 18px;
    }
    .in_checklists > li,
    .in_service > li > p{
        font-size: 14px;
    }
    .KWIClickForFunds h3, .HowToApplyKWISavingsPlan h3, .HowToApplyDirectDebitService h3{
        font-size: 18px;
    }
    .HowToUseKWIClickTorFunds .sec1 h2,
    .HowToDirectDebit .sec1 h2{
        font-size: 20px;
    }
    .in_howto_invest_head{
        flex-wrap: wrap;
        padding-top: 15px;
    }
    .in_howto_invest_head .left{
        margin-right: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 20px
    }
    .in_howto_invest_head .left > img{
        width: 100%;
    }
    .in_overviews .middle_html{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .in_overviews .middle_html .ocb .name{
        font-size: 24px;
    }
    .in_overviews .history_html{
        padding-bottom: 50px;
    }
    .in_overviews .history_html ul.his{
        padding-left: 80px;
    }
    .in_overviews .history_html h3{
        font-size: 30px;
        left: -80px;
        top: 140px;
    }
    .in_overviews .middle_html .ocb > .img:hover{
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
    }
    .provident_kwi .provident_files .file_lists .info > ul,
    .provident_kwi .provident_files .title > h3{
        max-width: 510px;
    }
    .provident_kwi .provident_files .file_lists .info > ul{
        padding-left: 0;
    }
    .provident_kwi .provident_files .file_lists > li .info{
        padding: 10px 0;
    }
    .provident_kwi .provident_files .file_lists .title > h3{
        font-size: 20px;
    }
    .provident_kwi .provident_files .file_lists .info > ul > li > a{
        font-size: 14px;
    }
    .provident_kwi .provident_files h2{
        font-size: 20px;
    }
    .provident_kwi .provident_files .file_lists .title > h3::before, .provident_kwi .provident_files .file_lists .title > h3::after{
        top: 10px;
    }
    .provident_overviews .bn .img{
        height: 300px;
    }
    .provident_overviews .bn .img span{
        font-size: 24px;
    }
    .provident_overviews .bn{
        padding-bottom: 0;
    }
}
@media (max-width: 575px) {
    .nab_next_back > a.next,
    .nab_next_back > a.prev{
        display: none!important;
    }
    .in_acd{
        flex-wrap: wrap;
    }
    .in_acd .img{
        max-width: 100%;
        margin-bottom: 15px;
    }
    .in_service > li{
        padding: 0;
    }
    .in_checklists > li{
        width: 100%;
    }
}
@media (max-width: 550px) {
    .in_overviews .middle_html .ocb{
        justify-content: space-between;
        flex-direction :  column;
        flex-wrap : nowrap;
    }
    .in_overviews .middle_html .ocb > .img{
        width: 100%;
    }
    .in_overviews .history_html{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .in_overviews .history_html h3{
        font-size: 25px;
    }
    .in_overviews .history_html ul.his{
        padding-left: 50px;
    }
    .in_overviews .history_html ul.his .desc{
        font-size: 14px;
    }
    .in_overviews .history_html ul.his > li{
        padding-bottom: 0px;
    }
    .in_overviews .middle_html{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .in_overviews .middle_html .gifimg{
        margin-bottom: 15px;
    }
    .provident_kwi .provident_files .file_lists .title > h3::before, .provident_kwi .provident_files .file_lists .title > h3::after{
        left: 15px;
    }
    .provident_kwi .provident_files .file_lists .title > h3{
        padding-left: 50px;
    }
    .provident_kwi .provident_files .file_lists > li .info{
        padding-left: 15px;
    }
    .provident_kwi .provident_files .file_lists .title > h3,
    .provident_kwi .provident_files h2{
        font-size: 18px;
    }
    .provident_overviews .bn .img{
        height: 55vw;
    }
}