/* desktop */

html {
    scroll-behavior: smooth;
}

body {
    color: #212529;
    line-height: 1.5;
}

a {
    text-decoration: none !important;
    transition: all 0.50s;
}

.all_functional_page {
    padding-top: 100px;
    padding-bottom: 100px !important;
    min-height: auto;
    font-size: 1rem;
}

#main_index {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0 !important;
}

/* menu */

#main_index .navbar_ecommerceDropdown {
    height: 0;
    z-index: 1;
}

.navbar_ecommerceDropdown {
    padding: 0;
    background-color: #011529;
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    padding: 0;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.90);
    margin-top: 1vw;
}

.nav_logo {
    padding: 1vw;
    margin-left: 3.25vw;
}

.nav_logo a {
    display: flex;
}

.navbar_ecommerceDropdown .nav_logo img {
    max-height: 3.25vw;
}

.navbar_ecommerceDropdown .nav_search {
    padding: 1vw;
    justify-content: flex-end;
    margin-right: 3.25vw;
}

.nav_bottom {
    background-color: transparent;
}

.nav_bottom .menu {
    gap: 1.65vw;
}

.nav_bottom .menu .nav_item:hover {
    background-color: transparent;
}

.nav_bottom .menu .nav_item .dropdown a {
    padding: 0;
    color: #212529;
    font-size: 1vw;
}

.nav_bottom .menu .nav_item:hover .dropdown .title {
    color: #bc8535;
}

.nav_bottom .menu .nav_item:last-child .dropdown a {
    background: linear-gradient(to right, #bd8636, #d79f54);
    color: #ffffff;
    padding: 10px 50px;
}

.nav_bottom .menu .nav_item:hover:last-child .dropdown .title {
    background: linear-gradient(to left, #bd8636, #d79f54);
    color: #212529;
}

.nav_bottom .menu .nav_item .dropdown a strong {
    font-weight: normal;
}

/* banner */

.index_wrapper_2 {
    position: relative;
}

.index_wrapper_2:after {
    content: '';
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    right: 100px;
    width: 1px;
    height: 50px;
    z-index: 1;
}

.slider_banner .banner_content {
    overflow: hidden;
    opacity: 1 !important;
}

.hp_table {
    gap: 100px;
}

.hp_banner_content {
    gap: 25px;
}

.hp_banner_content_box {
    background-color: rgba(211, 215, 217, 0.05);
    padding: 10px 50px;
    width: fit-content;
}

.hp_banner_content_box h3 {
    font-size: 16px;
    line-height: normal;
}

.hp_banner_content h2 {
    font-size: 65px;
    line-height: 1.25;
    font-family: "Spectral", serif;
}

.hp_banner_content h2 strong span {
    color: #bc8535;
}

.hp_banner_button {
    gap: 15px;
}

.hp_banner_button div a button {
    transition: all 0.50s;
    color: #ffffff;
    padding: 10px 25px;
    border: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_banner_button div:first-child a button {
    background: linear-gradient(to right, #bd8636, #d79f54);
}

.hp_banner_button div:first-child a:hover button {
    background: linear-gradient(to left, #bd8636, #d79f54);
    color: #212529;
}

.hp_banner_button div:last-child a button {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.50), rgba(255, 255, 255, 0.25));
}

.hp_banner_button div:last-child a:hover button {
    background: linear-gradient(to left, rgba(255, 255, 255, 0.50), rgba(255, 255, 255, 0.25));
    color: #212529;
}

.hp_banner_button div a button i {
    transform: rotate(-45deg);
    transition: all 0.50s;
}

.hp_banner_button div a:hover button i {
    transform: rotate(0deg);
}

.hp_banner_scroll {
    gap: 15px;
    cursor: pointer;
    transition: all 0.50s;
}

.hp_banner_scroll:hover {
    color: #bc8535 !important;
}

.hp_banner_scroll p {
    transition: all 0.50s;
}

.hp_banner_scroll:hover p {
    letter-spacing: 2.5px;
}

.hp_banner_scroll div {
    width: 1px;
    transition: all 0.50s;
}

.hp_banner_scroll:hover div {
    background-color: #bc8535 !important;
    height: calc(100% + -50px) !important;
}

/* about */

.index_wrapper_3 {
    padding-top: 100px;
    position: relative;
}

.index_wrapper_3:before, .index_wrapper_3:after {
    content: '';
    background-color: #cccccc;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 1;
}

.index_wrapper_3:before {
    left: 100px;
    height: 100%;
}

.index_wrapper_3:after {
    right: 100px;
    height: calc(100% - 50px);
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_about_border:after {
    content: '';
    background-color: #cccccc;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: calc(100% - 100px);
}

.hp_about_content {
    gap: 25px;
}

.hp_subtitle {
    font-size: 20px;
    line-height: normal;
}

.hp_title {
    font-size: 45px;
    line-height: 1;
    font-family: "Spectral", serif;
}

.hp_button a button {
    transition: all 0.50s;
    background-color: #eaeff5;
    color: #212529;
    padding: 10px 25px;
    border: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    z-index: 0;
}

.hp_button a:hover button {
    color: #ffffff;
}

.hp_button a button:before {
    content: '';
    background-color: #00112b;
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    transition: all 0.50s;
    z-index: -1;
}

.hp_button a:hover button:before {
    width: 100%;
}

.hp_button a button i {
    transform: rotate(-45deg);
    transition: all 0.50s;
}

.hp_button a:hover button i {
    transform: rotate(0deg);
}

.hp_about {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: auto -62.5px;
}

.hp_about:before, .hp_about:after {
    content: '';
    background-color: #cccccc;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 50%);
    height: 1px;
    z-index: 1;
}

.hp_about:before {
    top: 0;
}

.hp_about:after {
    bottom: 0;
}

.hp_about_box {
    background-color: #eaeff5;
    padding: 50px;
    z-index: 0;
}

.hp_about_box:before {
    content: '';
    background-color: #cccccc;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
}

.hp_about_box:nth-child(2):before {
    top: -25px;
    height: calc(100% + 25px);
}

.hp_about_box:last-child:before {
    display: none;
}

.hp_about_box:after {
    content: '';
    background-color: #00112b;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    transition: all 0.50s;
    z-index: -1;
}

.hp_about_box:hover:after {
    height: 100%;
}

.hp_about_box_counter {
    font-size: 60px;
    line-height: 1;
    font-family: "Spectral", serif;
    transition: all 0.50s;
}

.hp_about_box:hover .hp_about_box_counter {
    color: #ffffff;
}

.hp_about_box:last-child h3 {
    font-size: 60px;
    line-height: 1;
    font-family: "Spectral", serif;
    transition: all 0.50s;
}

.hp_about_box:hover:last-child h3 {
    color: #ffffff;
}

.hp_about_box div p {
    font-size: 60px;
    line-height: 1;
}

.hp_about_box p {
    transition: all 0.50s;
}

.hp_about_box:hover p {
    color: #ffffff;
}

/* client */

.index_wrapper_4 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.index_wrapper_4 #index_4 {
    padding-right: 0;
    padding-left: 0;
}

.hp_client_content {
    gap: 25px;
}

.hp_client_item {
    padding: 15px 50px;
}

/* achievement */

.index_wrapper_5 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(https://cdn1.npcdn.net/userfiles/28611/image/D-BG-1.jpg)
                center / cover no-repeat;
}

.index_wrapper_5 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.hp_achievement_content {
    gap: 25px;
}

.hp_title strong span {
    color: #bd975c;
}

.hp_achievement {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: linear-gradient(to right, #ddeaf6, #fefefe);
}

.hp_achievement_box {
    gap: 15px;
    padding: 50px 15px;
    border: 1px solid #cccccc;
}

.hp_achievement_box img {
    max-width: 150px;
    margin: auto;
}

.hp_achievement_box p {
    font-size: 12px;
    height: 50px;
}

.hp_achievement_image img {
    transform: scale(1.25) translate(50px, 15px);
}

/* service */

.index_wrapper_6 {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.index_wrapper_6:before, .index_wrapper_6:after {
    content: '';
    background-color: #cccccc;
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    z-index: 1;
}

.index_wrapper_6:before {
    left: 100px;
}

.index_wrapper_6:after {
    right: 100px;
}

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.hp_service_content {
    gap: 25px;
}

.serviceCategoryList {
    background-color: transparent !important;
    padding: 15px 0 0 !important;
}

.serviceCategoryList .service_catbox {
    padding: 15px;
    margin-bottom: 0;
}

.serviceCategoryList .img_frame {
    height: auto;
    border: 1px solid #212529;
    border-bottom: 0;
}

.serviceCategoryList .img_frame img {
    height: auto;
}

.serviceCategoryList .content-box {
    padding: 15px;
    border: 1px solid #212529;
    border-top: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.serviceCategoryList .service_title {
    font-weight: 800;
    margin-bottom: 0;
}

.serviceCategoryList .service_catbox .content-box p:after {
    font-weight: normal;
    display: block;
}

.serviceCategoryList .service_catbox:first-child .content-box p:after {
    content: 'We establish your business on a solid, compliant, and future-ready foundation—whether you are starting a new company, expanding into Malaysia, or protecting your brand.';
}

.serviceCategoryList .service_catbox:nth-child(2) .content-box p:after {
    content: 'At KBM Apex, we provide CFO-level expertise to help you scale sustainably. We guide businesses through critical stages, including restructuring, offshore expansion, funding, and M&A.';
}

.serviceCategoryList .service_catbox:last-child .content-box p:after {
    content: 'We deliver the financial and operational backbone your business needs. Our team handles audit advisory, accounting, and HR solutions to ensure accuracy, compliance, and cost-efficiency.';
}

.serviceCategoryList .content-box a {
    border-width: 1px;
    font-size: 16px !important;
    padding: 10px 25px;
    line-height: normal;
    border-radius: 0;
    width: fit-content;
    text-transform: uppercase;
}

.index_wrapper_6 .hp_button a button:before {
    width: 0;
}

.index_wrapper_6 .hp_button a:hover button:before {
    width: 100%;
}

/* why */

.index_wrapper_7 {
    padding-bottom: 100px;
    position: relative;
}

.index_wrapper_7:before, .index_wrapper_7:after {
    content: '';
    background-color: #cccccc;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: -1;
}

.index_wrapper_7:before {
    left: 100px;
    height: 100%;
}

.index_wrapper_7:after {
    right: 100px;
    height: calc(100% - 75px);
}

.index_wrapper_7 #index_7 {
    padding-right: 0;
    padding-left: 0;
}

.hp_why_content {
    gap: 25px;
}

.hp_why_box {
    display: grid;
    grid-template-columns: auto auto;
    margin: auto -62px;
}

.hp_why_box_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.hp_why_box_content_list {
    padding: 50px;
    gap: 25px;
    border: 1px solid #cccccc;
}

.hp_why_box_content_list img {
    max-width: 75px;
    max-height: 75px;
}

.hp_why_box_content_list h3 {
    font-size: 20px;
    line-height: normal;
}

/* contact */

.index_wrapper_8 {
    padding-top: 200px;
    background: url(https://cdn1.npcdn.net/userfiles/28611/image/G-BG.jpg)
                top / cover no-repeat;
}

.index_wrapper_8 #index_8 {
    padding-right: 0;
    padding-left: 0;
}

#hp-contact {
    scroll-margin-top: 150px;
}

.hp_contact_content {
    gap: 15px;
    padding: 50px;
    width: 65%;
    z-index: 0;
}

.hp_contact_content:before {
    content: '';
    background: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(10px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hp_contact_content .hp_button a button {
    background-color: #ffffff;
}

.hp_contact_content .hp_button a button:before {
    width: 0;
}

.hp_contact_content .hp_button a:hover button:before {
    width: 100%;
}

/* footer */

.footer_type10 {
    padding-top: 100px !important;
    background-color: #011529;
}

.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5 {
    padding: 15px !important;
}

.footer_type10 .sub_title {
    border-bottom: 0;
}

.footer_type10 .sub_title p {
    font-weight: bold !important;
    font-family: "Spectral", serif;
}

.footer_type10 .logo {
    padding-top: 0;
    height: 100px;
    min-height: auto;
}

.footer_type10 .logo img {
    position: static;
    transform: none;
    max-height: 100%;
    background-color: #ffffff;
    padding: 15px;
}

.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:first-child .text {
    text-align: justify;
}

.footer_type10 .d-inline-flex {
    align-items: center;
}

.footer_type10 .icon {
    padding: 0;
}

.footer_type10 .social_media {
    padding: 0 !important;
    align-items: center;
    gap: 15px;
}

.footer_type10 .social_media a {
    display: flex;
    margin-right: 0;
}

.footer_type10 .social_media a .icon_s {
    padding: 0;
    width: auto;
    height: auto;
}

.footer_type10 .social_media a .icon_s i {
    transition: all 0.50s;
}

.footer_type10 .social_media a:hover .icon_s i {
    color: #bc8535;
}

.footer_type10 .social_media a .icon_s img {
    height: 25px;
    transition: all 0.50s;
}

.footer_type10 .social_media a:hover .icon_s img {
    filter: brightness(0) saturate(100%) invert(53%) sepia(94%) saturate(328%)
    hue-rotate(356deg) brightness(87%) contrast(89%);
}

.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(2) {
    padding-left: 100px !important;
}

.footer_type10 .list-unstyled {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer_type10 a:hover {
    color: #bc8535;
}

.footer_type10 .list-unstyled li a p {
    margin-bottom: 0 !important;
}

/*
.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(3) div:last-child .d-inline-flex {
    margin-top: 15px;
}
*/

.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(3) div:last-child .text_contact p {
    margin-left: -5px;
}

.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(3) div:last-child .text_contact p a i {
    display: none;
}

.footer_type10 .footer_map_class {
    display: flex;
}

.footer_type10 .text-light {
    color: #ffffff !important;
}

.footer_type10 .text-light .line_top {
    border-color: #ffffff;
}

.footer_type10 .text-light .line_top .col-12.d-flex p {
    margin-bottom: 0 !important;
}

.footer_type10 .text-light .line_top .col-12.d-flex p small {
    font-weight: normal;
}

.footer_type10 .text-light .line_top .text-left {
    margin-bottom: 0 !important;
}

.footer_type10 .privacy_policy, .footer_type10 .footer_terms, .footer_type10 .footer_returns {
    padding: 0 !important;
}

.footer_type10 .col-12.col-md-12 .mb-1 {
    margin-bottom: 0 !important;
}

.footer_type10 .col-12 .mb-1 {
    margin-bottom: 0 !important;
}

/* page */

.page_title {
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    color: #212529;
    font-weight: bold;
    font-family: "Spectral", serif;
}

.wspages {
    padding: 100px 0;
    min-height: auto !important;
    font-size: 1rem;
}

#main_contactus {
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 1rem;
}

#main_contactus #contactus_1_1 .ws_contact {
    display: flex;
    flex-direction: column-reverse;
}

#main_contactus #contactus_1_1 .col-12.col-md-4.ws_contact {
    margin-bottom: 15px !important;
}

#main_contactus #contactus_1_1 .ws_contact .col-12.p-0.contact_map.mb_10 {
    display: flex;
    margin-bottom: 0;
}

#main_contactus #contactus_1_1 .ws_contact .col-12.p-0.contact_map.mb_10 iframe {
    height: 500px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 15px;
}

/* */

/* tablet */

@media only screen and (min-width: 768px) and (max-width: 1140px) {

/* banner */

.index_wrapper_2:after {
    right: 15px;
}

.hp_table {
    gap: 15px;
}

.hp_banner_content h2 {
    font-size: 50px;
}

.hp_banner_content {
    width: 100% !important;
}

/* about */

.index_wrapper_3:before {
    left: 15px;
}

.index_wrapper_3:after {
    right: 15px;
}

.hp_title {
    font-size: 35px;
}

.hp_about {
    margin: auto -30px;
}

.hp_about_box_counter, .hp_about_box div p, .hp_about_box:last-child h3 {
    font-size: 40px;
}

/* achievement */

.hp_achievement_image img {
    transform: scale(1.25) translate(0, 15px);
}

.hp_achievement_box p {
    font-size: 10px;
}

/* service */

.index_wrapper_6:before {
    left: 15px;
}

.index_wrapper_6:after {
    right: 15px;
}

/* why */

.index_wrapper_7:before {
    left: 15px;
}

.index_wrapper_7:after {
    right: 15px;
}

/* contact */

.hp_contact_content p br {
    display: none;
}

/* footer */

.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(2) {
    padding-left: 15px !important;
}

}

/* */

/* mobile */

@media only screen and (max-width: 767px) {

/* menu */

.navbar_mobile {
    background-color: #ffffff;
    border-bottom: 0;
    height: auto;
}

.navbar_mobile .row_1 {
    flex-direction: row-reverse;
    margin-bottom: 0;
    padding-top: 0 !important;
}

.navbar_mobile .row_1 .col.pl-4 {
    padding: 15px !important;
    justify-content: flex-end;
}

.navbar_mobile .btn-outline-light {
    border-radius: 0 !important;
    border: 0;
    font-size: 25px !important;
    padding: 0;
    line-height: normal;
    display: flex;
}

.navbar_mobile .btn-outline-light:hover {
    color: #bc8535;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
    color: #bc8535;
    background-color: transparent;
    border-color: transparent;
}

.navbar_mobile .row_1 .col.text-center {
    padding: 15px;
}

/*
.navbar_mobile .logo_img {
    max-height: 35px;
}
*/

.navbar_mobile .row_1 .col {
    padding: 15px;
}

.side_menu {
    background-color: #212529;
}

.side_menu input {
    border-radius: 0;
    height: auto;
    padding: 10px 15px;
    border: none;
    background-color: #ffffff;
    color: #212529;
}

.side_menu input::placeholder {
    color: #212529 !important;
}

.side_menu button {
    right: 15px !important;
    font-size: 16px !important;
    padding: 0;
    color: #212529 !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #bc8535 !important;
}

.side_menu .list-group .list-group-item {
    border-color: rgba(255, 255, 255, 0.25);
}

.side_menu .list-group .list-group-item a {
    color: #ffffff;
}

.side_menu .list-group .list-group-item a:hover {
    color: #bc8535;
}

.side_menu .social_media a {
    color: #ffffff;
}

.side_menu .social_media a:hover {
    color: #bc8535;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #bc8535;
}

/* banner */

.index_wrapper_2:after {
    right: 15px;
}

.slider_banner .item img {
    height: 550px !important;
    object-fit: cover;
}

.hp_table {
    gap: 15px;
}

.hp_banner_content {
    width: 100% !important;
}

.hp_banner_content_box {
    padding: 10px 25px;
}

.hp_banner_content h2 {
    font-size: 50px;
}

.hp_banner_content p br {
    display: none;
}

.hp_banner_button {
    align-items: flex-start !important;
    flex-direction: column;
}

/* about */

.index_wrapper_3:before {
    left: 15px;
}

.index_wrapper_3:after {
    right: 15px;
}

.hp_about_content {
    margin: auto 15px;
}

.hp_title {
    font-size: 30px;
}

.hp_about {
    grid-template-columns: repeat(2, 1fr);
    margin: auto;
}

.hp_about_box {
    padding: 50px 15px;
}

.hp_about_box_counter, .hp_about_box div p, .hp_about_box:last-child h3 {
    font-size: 35px;
}

/* client */

.hp_client_item {
    padding: 15px 25px;
}

/* achievement */

.hp_achievement {
    grid-template-columns: repeat(2, 1fr);
}

.hp_achievement_image img {
    transform: scale(1) translate(0, 0);
}

.hp_achievement_box p {
    height: auto;
}

/* service */

.index_wrapper_6:before {
    left: 15px;
}

.index_wrapper_6:after {
    right: 15px;
}

.hp_service_content {
    margin: auto 15px;
}

.hp_service_content .hp_title strong br {
    display: none;
}

.serviceCategoryList {
    margin: auto 15px;
}

.serviceCategoryList .service_catbox {
    flex: 0 0 100%;
    max-width: 100%;
}

/* why */

.index_wrapper_7:before {
    left: 15px;
}

.index_wrapper_7:after {
    right: 15px;
}

.hp_why_content {
    margin: auto 15px;
}

.hp_why_box {
    display: flex;
    flex-direction: column;
    margin: auto;
}

.hp_why_box_content {
    grid-template-columns: auto;
}

/* contact */

.hp_contact_content {
    width: 100%;
}

.hp_contact_content .hp_title strong br, .hp_contact_content p br {
    display: none;
}

.hp_contact_content .hp_button a button {
    flex-direction: column;
}

/* footer */

.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(2) {
    padding-left: 15px !important;
}

}

/* */