/*Our Team Page*/
#main_custompage767 .text{
    font-size: 16px;
  line-height: 1.4;
  padding: 15px;
  text-align: center;
}

#main_custompage767 .text_detail{
    min-height: 125px;
}


#main_custompage767 .pic img {
  height: 23rem;
  object-fit: cover;
  object-position: top;
}

.whatsapp_float_btn_t5{
    display: none;
}
.custom_float_main{
    position: fixed;
    bottom: 3rem;
    left: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    cursor:pointer;
}
.custom_float_main i{
    cursor:pointer;
    border: 1px solid green;
    width: 50px;
    height: 50px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1000px;
    background-color: green;
    color: #fff;
    margin-right: 0.5rem;
}

.custom_float {
    position: fixed;
    bottom: 7rem;
    left: 1.4rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    display: none;
    width: 100%;
}

.custom_float.active {
    display: flex;
}

.custom_float_bg {
    position: absolute;
    top: -300px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    cursor: pointer;
    z-index: 1;
}
.custom_what{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #000;
    margin: 0.25rem 0;
    z-index:2;
}
.custom_what:hover{
    color:#000;
    text-decoration: none;
}
.custom_what i{
    border: 1px solid green;
    width: 35px;
    height: 35px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1000px;
    background-color: green;
    color: #fff;
    margin-right: 0.5rem;
}
.custom_what span{
    background-color: rgba(255, 255, 255, 0.8);
    padding: 2.5px 15px;
    border-radius: 10px;
}
.custom_float_bar{
    overflow-y: scroll;
    max-height: 300px;
    width: 300px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 15px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    scrollbar-width: thin;
    z-index:3;
}

@media screen and (max-width: 1200.5px){
    .custom_float{
        /*bottom:8vw;*/
    }
}
@media screen and (max-width: 767.5px){
    .custom_float_main{
        /*bottom:11vw;*/
    }
    .custom_float {
        /*bottom: 30vw;*/
        
    }
}

/*---------------------------------*/
#main_index {
    padding-bottom: 0!important;
}

body > br{
    display: none;
}

/*.toggle_btn {*/
/*    display: none;*/
/*}*/

.category_list_type4 .category_box .img_frame img,
.product_list_5 .product_box .img_frame img {
    object-fit: contain;
}

.navbar_type8 {
    background-color: #ffffff;
    height: 80px;
    padding: 0 15px;
}

.navbar_type8 .logo {
    flex: 0 1 15%;
    margin-left: 5%;
}

.navbar_type8 .logo img {
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px 0;
}

.navbar_type8 .nav_tab {
    flex: 0 1 85%;
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 5%;
}

.navbar_type8 .nav_tab .nav_item {
    color: #444;
    text-transform: uppercase;
}

.navbar_type8 .nav_tab .nav_item:last-child {
    color: #ffffff;
}

.navbar_type8 .nav_tab .nav_item::before {
    border-bottom: 3px solid #69b4d1;
}

.navbar_type8 .nav_tab .nav_item:last-child::before {
    display: none;
}

.navbar_type8 .nav_tab .nav_item:first-child::after {
    content: "\f015";
    position: absolute;
    top: 50%;
    right: 85%;
    transform: translateY(-50%);
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #444;
}
html:lang(ms) .navbar_type8 .nav_tab .nav_item:first-child::after{
    right:90%;
}

.navbar_type8 .nav_tab .nav_item>a {
    font-size: 1vw;
    font-weight: 600;
    color: #444;
    padding: 15px 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.navbar_type8 .nav_tab .nav_item:last-child>a {
    background-color: #69b4d1;
    color: #ffffff;
    border-radius: 25px;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item:first-child {
    padding-top: 0.25rem;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item:last-child {
    padding-bottom: 0.25rem;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item>span {
    padding-top: 0!important;
}

.navbar_type8.dark_nav {
    background-color: rgba(255, 255, 255, 0.9)!important;
}

.navbar_mobile {
    background-color: rgba(255, 255, 255, 0.9);
    height: auto;
}

.navbar_mobile .row_1 {
    margin-bottom: 0;
    padding-top: 0.5rem!important;
    padding-bottom: 0.5rem!important;
}

@media screen and (max-width: 1199.98px) {
    .navbar_type8 .logo {
        margin-left: 2.5%;
    }
    .navbar_type8 .nav_tab {
        padding-right: 2.5%;
    }
    /*.navbar_type8 .nav_tab .nav_item>a {*/
    /*    font-size: 0.8rem;*/
    /*    padding: 15px 10px;*/
    /*}*/
}

@media screen and (max-width: 426px) {
    .navbar_mobile .logo_img {
        max-height: 40px;
    }
}



.footer_custom.footer_type7 {
    display: block;
}
.alter_footer_arrag{
    list-style-type: none;
    margin: 0;
    padding: 0 2rem 0 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 46rem;
}
.alter_footer_arrag > li{
    flex: 0 0 calc(50% - 2rem);
    margin-top: 1rem;
    margin-right: 2rem;
}
.alter_footer_arrag > li > ul{
    margin-top:1rem;
}

.footer_type7 {
    display: none;
    background-color: #ededed;
    color: #444;
}

@media screen and (min-width: 1600px){
    .footer_type7 .container{
        max-width:100%;
    }
    .alter_col1 {
        flex: 0 0 20%;
        max-width:20%;
    }
    .alter_col2{
        flex:0 0 80%;
        max-width:80%;
    }
    .alter_footer_arrag > li{
        flex: 0 0 calc(25% - 2rem);
    }
}

@media screen and (max-width: 991.5px){
    .alter_footer_arrag{
        padding:0;
    }
    .alter_footer_arrag > li{
        flex: 0 0 calc(100%);
        margin-right:0;
    }
}

.footer_type7 a {
    color: #444;
}

.footer_type7 .title {
    min-height: 50px;
}

.footer_type7 .logo.title {
    padding-top: 0;
}

.footer_type7 .logo.title img {
    max-height: 50px;
}

.footer_type7 .title h5 {
    font-size: 1.3rem;
    font-weight: 700;
    align-self: flex-end;
}

.footer_type7 .col-12.col-md-6.mb-md-0.p-3,
.footer_type7 .col-12.col-md-2.mb-md-0.p-3,
.footer_type7 .col-12.col-md-6.mb-md-0.p-3 {
    padding-top: 0!important;
}

.footer_type7 .col-12.col-md-6.mb-md-0.p-3>p,
.footer_type7 .col-12.col-md-2.mb-md-0.p-3>ul li a p,
.footer_type7 .col-12.col-md-2.mb-md-0.p-3>ul li p a,
.footer_type7 .col-12.col-md-6.mb-md-0.p-3>p,
.footer_type7 .col-12.col-md-6.mb-md-0.p-3>ul li p a {
    font-size: 0.9rem;
    font-weight: 400;
}

.footer_type7 .col-12.col-md-6.mb-md-0.p-3>ul li p {
    margin-bottom: 0;
}

.footer_type7 .col-12.col-md-6.mb-md-0.p-3>p:nth-of-type(3),
.footer_type7 .col-12.col-md-6.mb-md-0.p-3>p:nth-of-type(5),
.footer_type7 .col-12.col-md-6.mb-md-0.p-3>p:nth-of-type(7),
.footer_type7 .col-12.col-md-6.mb-md-0.p-3>p:nth-of-type(9),
.footer_type7 .col-12.col-md-6.mb-md-0.p-3>p:nth-of-type(11),
.footer_type7 .col-12.col-md-6.mb-md-0.p-3>p:nth-of-type(13) {
    margin-top: 2rem;
}

.footer_custom_cpn_name {
    font-size: 0.9rem!important;
    line-height: 1;
    font-weight: 600!important;
    margin-bottom: 0.5rem!important;
}

.footer_type7 .social_media {
    text-align: left;
}

.footer_type7 .social_media a:first-child {
    margin-left: 0;
}

.btnOA {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 15px;
}

.btnOA>a {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: #ffffff;
    background-color: #69b4d1;
    border-radius: 25px;
    padding: 10px 20px;
    text-decoration: none;
}

.footer_custom_panel_logo {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.footer_custom_panel_logo>li {
    flex-basis: 35%;
}

.footer_custom_panel_logo>li:nth-child(even) {
    margin-left: 15px;
}

.footer_custom_panel_logo>li>img {
      width: 70%;
      object-fit: contain;
}



/*banner*/
#main_index .slider_banner .banner_content {
    overflow: hidden;
}

#main_index .slider_banner .slick-prev {
    width: 30px;
    height: 30px;
    left: 15px;
    z-index: 10;
}

#main_index .slider_banner .slick-next {
    width: 30px;
    height: 30px;
    right: 15px;
    z-index: 10;
}

#main_index .slider_banner .slick-prev::before,
#main_index .slider_banner .slick-next::before {
    width: 30px;
    height: 30px;
}

.delay1_banner {
    animation-delay: .5s;
}

.delay2_banner {
    animation-delay: .7s;
}

.delay3_banner {
    animation-delay: .9s;
}

.sec_banner_ebox {
    width: 40%;
    position: absolute;
    top: 50%;
    left: calc(5% + 15px);
    transform: translateY(-50%);
}

.sec_banner_slogan {
    display: inline-block;
    background-color: #69b4d1;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    color: #ffffff;
}

.sec_banner_title {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    color: #69b4d1;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sec_banner_text {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 600;
    color: #888888;
}

.sec_banner_bottom_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 60px;
}

.sec_banner_bottom_content {
    background-color: #69b4d1;
    padding: 0 5px;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sec_banner_bottom_content:nth-child(n+2) {
    margin-left: 15px;
}

.sec_banner_bottom_content>i {
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
}

.sec_banner_bottom_text {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    color: #ffffff;
    margin-top: 5px;
}

.sec_banner2_ebox {
    width: 45%;
    position: absolute;
    top: 50%;
    left: calc(5% + 15px);
    transform: translateY(-50%);
}

.sec_banner2_title {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 4px 4px 8px rgb(0 0 0 / 80%);
    margin-bottom: 20px;
}

.sec_banner2_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sec_banner2_list>li {
    display: inline-block;
    background-color: #69b4d1;
    padding: 8px 40px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 400;
    color: #ffffff;
    margin-top: 20px;
}

.sec_banner3_ebox {
    width: 40%;
    position: absolute;
    top: 50%;
    left: calc(5% + 15px);
    transform: translateY(-50%);
}

.sec_banner3_title {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    color: #69b4d1;
}

.sec_banner3_text {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 600;
    color: #888888;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sec_banner3_list {
    margin: 0;
    padding-left: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.sec_banner3_list>li {
    flex-basis: calc(35.333333% - 13.333333px);
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #888888;
    margin-top: 10px;
    margin-left: 0px;
    padding-right: 22px;
    line-height: 1.3;
}

.sec_banner3_list>li:nth-child(1),
.sec_banner3_list>li:nth-child(4),
.sec_banner3_list>li:nth-child(7) {
    margin-left: 0;
}

.sec_banner3_btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 40px;
}

.btnBanner {
    display: inline-block;
    text-decoration: none !important;
    background-color: #69b4d1;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 4px 25px;
    border-radius: 20px;
    transition: all 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
}

.btnBanner::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.3);
    height: 100%;
    width: 20px;
    display: block;
    position: absolute;
    top: 0;
    left: -40px;
    transform: skewX(-45deg) translateX(0);
    transition: all 0.5s ease-in-out;
}

.btnBanner:hover {
    background-color: #444;
    color: #ffffff;
}

.btnBanner:hover::before {
    transform: skewX(-45deg) translateX(200px);
}

@media screen and (max-width: 1199.98px) {
    .sec_banner_ebox {
        width: 45%;
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translateY(-50%);
    }
    .sec_banner2_ebox {
        width: 50%;
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translateY(-50%);
    }
    .sec_banner3_ebox {
        width: 45%;
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 991.98px) {
    .sec_banner_ebox {
        width: 50%;
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translateY(-50%);
    }
    .sec_banner_slogan {
        padding: 8px 16px;
        font-size: 16px;
    }
    .sec_banner_title {
        font-size: 28px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .sec_banner_text {
        font-size: 14px;
    }
    .sec_banner_bottom_box {
        margin-top: 40px;
    }
    .sec_banner_bottom_content {
        width: 110px;
        height: 110px;
    }
    .sec_banner_bottom_content:nth-child(n+2) {
        margin-left: 10px;
    }
    .sec_banner_bottom_content>i {
        font-size: 18px;
    }
    .sec_banner_bottom_text {
        font-size: 14px;
        margin-top: 5px;
    }
    .sec_banner2_ebox {
        width: 55%;
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translateY(-50%);
    }
    .sec_banner2_title {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .sec_banner2_list>li {
        padding: 8px 32px;
        font-size: 16px;
        margin-top: 15px;
    }
    .sec_banner3_ebox {
        width: 50%;
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translateY(-50%);
    }
    .sec_banner3_title {
        font-size: 28px;
    }
    .sec_banner3_text {
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .sec_banner3_list>li {
        font-size: 14px;
    }
    .sec_banner3_btn {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767.98px) {
    .sec_banner_ebox {
        width: 55%;
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translateY(-50%);
    }
    .sec_banner_slogan {
        padding: 8px 16px;
        font-size: 14px;
    }
    .sec_banner_title {
        font-size: 24px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .sec_banner_text {
        font-size: 12px;
    }
    html:lang(zh-Hans) .sec_banner_text,
    html:lang(ms) .sec_banner_text{
        width:80%;
    }
    .sec_banner_bottom_box {
        margin-top: 20px;
    }
    .sec_banner_bottom_content {
        width: 90px;
        height: 90px;
    }
    .sec_banner_bottom_content>i {
        font-size: 16px;
    }
    .sec_banner_bottom_text {
        font-size: 12px;
        margin-top: 5px;
    }
    .sec_banner2_ebox {
        width: 60%;
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translateY(-50%);
    }
    .sec_banner2_title {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .sec_banner2_list>li {
        padding: 8px 24px;
        font-size: 14px;
        margin-top: 10px;
    }
    .sec_banner3_ebox {
        width: 55%;
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translateY(-50%);
    }
    .sec_banner3_title {
        font-size: 24px;
    }
    .sec_banner3_text {
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .sec_banner3_list>li {
        font-size: 12px;
        margin-top: 5px;
    }
    .sec_banner3_btn {
        margin-top: 20px;
    }
}

@media screen and (max-width: 575.98px) {
    .sec_banner_ebox {
        width: 60%;
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translateY(-50%);
    }
    .sec_banner_slogan {
        padding: 6px 12px;
        font-size: 12px;
    }
    .sec_banner_title {
        font-size: 18px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .sec_banner_text {
        font-size: 10px;
    }
    .sec_banner_bottom_box {
        margin-top: 10px;
    }
    .sec_banner_bottom_content {
        width: 70px;
        height: 70px;
    }
    .sec_banner_bottom_content:nth-child(n+2) {
        margin-left: 5px;
    }
    .sec_banner_bottom_content>i {
        font-size: 14px;
    }
    .sec_banner_bottom_text {
        font-size: 10px;
        margin-top: 5px;
    }
    .sec_banner2_ebox {
        width: 65%;
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translateY(-50%);
    }
    .sec_banner2_title {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .sec_banner2_list>li {
        padding: 6px 18px;
        font-size: 12px;
        margin-top: 5px;
    }
    .sec_banner3_ebox {
        width: 60%;
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translateY(-50%);
    }
    .sec_banner3_title {
        font-size: 18px;
    }
    .sec_banner3_text {
        font-size: 10px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .sec_banner3_list {
        padding-left: 15px;
    }
    .sec_banner3_list>li {
        flex-basis: calc(33.333333% - 2px);
        font-size: 10px;
        margin-top: 5px;
    }
    .sec_banner3_btn {
        margin-top: 10px;
    }
    .btnBanner {
        font-size: 12px;
        padding: 3px 19px;
    }
    .btnBanner:hover::before {
        transform: skewX(-45deg) translateX(160px);
    }
}

@media screen and (max-width: 426px) {
    /*.sec_banner_ebox {*/
    /*    width: 70%;*/
    /*    position: absolute;*/
    /*    top: 50%;*/
    /*    left: 5%;*/
    /*    transform: translateY(-50%);*/
    /*}*/
    .sec_banner_slogan {
        padding: 4px 8px;
        font-size: 10px;
    }
    .sec_banner_title {
        font-size: 14px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .sec_banner_text {
        font-size: 8px;
    }
    .sec_banner_bottom_box {
        margin-top: 5px;
    }
    .sec_banner_bottom_content {
        width: 60px;
        height: 60px;
    }
    .sec_banner_bottom_content>i {
        font-size: 12px;
    }
    .sec_banner_bottom_text {
        font-size: 8px;
        margin-top: 5px;
    }
    .sec_banner2_ebox {
        width: 75%;
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translateY(-50%);
    }
    .sec_banner2_title {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .sec_banner2_list>li {
        padding: 4px 12px;
        font-size: 10px;
        margin-top: 5px;
    }
    .sec_banner3_ebox {
        width: 65%;
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translateY(-50%);
    }
    .sec_banner3_title {
        font-size: 14px;
    }
    .sec_banner3_text {
        font-size: 8px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    html:lang(zh-Hans) .sec_banner3_text,
    html:lang(ms) .sec_banner3_text{
        width:80%;
    }
    .sec_banner3_list>li {
        font-size: 8px;
        margin-top: 5px;
    }
    html:lang(zh-Hans) .sec_banner3_list,
    html:lang(ms) .sec_banner3_list{
        width:80%;
    }
    .sec_banner3_btn {
        margin-top: 10px;
    }
    .btnBanner {
        font-size: 8px;
        padding: 2px 13px;
    }
    .btnBanner:hover::before {
        transform: skewX(-45deg) translateX(120px);
    }
}



/*sec1*/
/*.sec1_top_ebox {*/
/*    padding: 0;*/
/*    margin-top: -24.8px;*/
/*}*/

/*.sec1_top_box {*/
/*    display: inline-block;*/
/*    background-color: #8acef1;*/
/*    border-radius: 0 12px 12px 0;*/
/*    padding: 10px 35px;*/
/*}*/

/*.sec1_top_text_box {*/
/*    display: flex;*/
/*}*/

/*.sec1_top_text {*/
/*    color: #ffffff;*/
/*    font-size: 20px;*/
/*    font-weight: 400;*/
/*    margin-left: 15px;*/
/*    margin-right: 15px;*/
/*}*/

.bgSec1 {
    /*background-image: url('https://cdn1.npcdn.net/img/1618560036contbg.jpg');*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*background-size: cover;*/
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.sec1_right_logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.sec1_right_logo_imgx {
    flex-basis: 25%;
    text-align: center;
}

.sec1_right_logo_imgx:first-child,
.sec1_right_logo_imgx:last-child {
    flex-basis: 15%;
}

.sec1_right_logo_imgx.mama-logo {
    background-image: linear-gradient(to bottom,#fe409e -57%,#9c6bc5 141%);
}

.sec1_right_logo_imgx>a>img {
    max-height: 90px;
    width: auto;
}

.sec1_right_title {
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    color: #69b4d1;
    margin-bottom: 0;
}

.sec1_right_keyword {
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    color: #444;
    padding-top: 15px;
    padding-bottom: 30px;
}

.sec1_right_btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.btnRead {
    display: inline-block;
    text-decoration: none !important;
    background-color: #444;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    padding: 4px 25px;
    border-radius: 20px;
    transition: all 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
}

.btnRead::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.3);
    height: 100%;
    width: 20px;
    display: block;
    position: absolute;
    top: 0;
    left: -40px;
    transform: skewX(-45deg) translateX(0);
    transition: all 0.5s ease-in-out;
}

.btnRead:hover {
    background-color: #69b4d1;
    color: #ffffff;
}

.btnRead:hover::before {
    transform: skewX(-45deg) translateX(200px);
}

@media screen and (min-width: 768px) {
    .sec1_left_ebox,
    .sec1_right_ebox {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (min-width: 1200px) {
    .sec1_ctrl_width {
        max-width: 85%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 991.98px) {
    .bgSec1 {
        margin-bottom: 1.5rem;
    }
}

@media screen and (max-width: 767.98px) {
    .sec1_left_imgx {
        max-width: 80%;
        margin: 0 auto;
    }
    /*.sec1_top_text {*/
    /*    font-size: 16px;*/
    /*    margin-left: 10px;*/
    /*    margin-right: 10px;*/
    /*}*/
    /*.sec1_top_ebox {*/
    /*    margin-top: -22px;*/
    /*}*/
}

@media screen and (max-width: 575.98px) {
    .bgSec1 {
        margin-bottom: 3rem;
    }
    /*.sec1_top_ebox {*/
    /*    margin-top: -18.8px;*/
    /*}*/
    /*.sec1_top_box {*/
    /*    padding: 10px 12px;*/
    /*}*/
    /*.sec1_top_text {*/
    /*    font-size: 12px;*/
    /*    margin-left: 5px;*/
    /*    margin-right: 5px;*/
    /*}*/
}

@media screen and (max-width: 426px) {
    .sec1_right_logo_imgx:last-child>a>img {
        max-height: 55px;
    }
    .sec1_right_title {
        font-size: 24px;
    }
    .sec1_right_keyword {
        line-height: 1.75;
    }
}



/*sec2*/
.bgSec2 {
    background-color: #ebebeb;
    padding-bottom: 3rem;
}

.sec2_top_box {
    display: inline-block;
    background-color: #69b4d1;
    border-radius: 12px;
    padding: 10px 35px;
    transform: translateY(-50%);
}

.sec2_top_title {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    color: #ffffff;
}

.sec2_middle_ebox {
    margin-top: -10px;
}

.sec2_middle_title {
    font-size: 16px;
    font-weight: 400;
    color: #444;
}

.sec2_bottom_ebox {
    margin-top: 20px;
    position: relative;
}

.sec2_bottom_box {
    position: relative;
    z-index: 0;
    overflow: hidden;
    /* max-width: 80%;
    margin: 0 auto; */
    padding: 30px;
}

.sec2_bottom_box::before {
    content: "";
    background-color: #69b4d1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    transform: translate3D(-100%, 0, 0);
    transition: all .5s;
}

.sec2_bottom_box:hover::before {
    opacity: 1;
    transform: translate3D(0, 0, 0);
}

.sec2_bottom_box:hover .sec2_bottom_title,
.sec2_bottom_box:hover .sec2_bottom_text,
.sec2_bottom_box:hover .sec2_bottom_tel>a,
.sec2_bottom_box:hover .sec2_bottom_tel>a i {
    color: #ffffff;
}

.sec2_bottom_title {
    font-size: 20px;
    font-weight: 700;
    color: #444;
    transition: color .8s;
}

.sec2_bottom_text {
    font-size: 16px;
    font-weight: 400;
    color: #444;
    padding-top: 20px;
    padding-bottom: 25px;
    transition: color .8s;
}

.sec2_bottom_tel>a {
    font-size: 16px;
    font-weight: 400;
    color: #444;
    text-decoration: none;
    transition: color .8s;
}

.sec2_bottom_tel>a i {
    color: #69b4d1;
    transition: color .8s;
}

.sec2_bottom_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

/*@media screen and (min-width: 992px) {*/
/*    .sec2_bottom_ebox::before {*/
/*        content: "";*/
/*        position: absolute;*/
/*        top: 50%;*/
/*        left: 0;*/
/*        transform: translateY(-50%);*/
/*        background-color: #b7b7b7;*/
/*        width: 1.5px;*/
/*        height: 60%;*/
/*    }*/
/*    .sec2_bottom_ebox:nth-child(1)::before,*/
/*    .sec2_bottom_ebox:nth-child(4)::before {*/
/*        display: none;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 991.98px) {*/
/*    .sec2_bottom_ebox::before {*/
/*        content: "";*/
/*        position: absolute;*/
/*        top: 50%;*/
/*        left: 0;*/
/*        transform: translateY(-50%);*/
/*        background-color: #b7b7b7;*/
/*        width: 1.5px;*/
/*        height: 60%;*/
/*    }*/
/*    .sec2_bottom_ebox:nth-child(1)::before,*/
/*    .sec2_bottom_ebox:nth-child(3)::before,*/
/*    .sec2_bottom_ebox:nth-child(5)::before {*/
/*        display: none;*/
/*    }*/
/*}*/

@media screen and (max-width: 767.98px) {
    .sec2_bottom_box {
        padding: 20px;
    }
}
/*@media screen and (max-width: 575.98px) {*/
/*    .sec2_bottom_ebox::before {*/
/*        display: none;*/
/*    }*/
/*}*/

@media screen and (max-width: 426px) {
    .sec2_top_title {
        font-size: 22px;
    }
}



/*sec3*/
.bgSec3 {
    background-image: url('https://cdn1.npcdn.net/img/1618561226contbg2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.sec3_top_box {
    display: inline-block;
    background-color: #69b4d1;
    border-radius: 12px;
    padding: 10px 35px;
}

.sec3_top_title {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0;
}

.sec3_bottom_left_ebox,
.sec3_bottom_right_ebox {
    margin-top: 30px;
}

.sec3_bottom_left_text1,
.sec3_bottom_left_text2,
.sec3_bottom_left_text3,
.sec3_bottom_left_text4,
.sec3_bottom_left_text5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    color: #444;
}

.sec3_bottom_left_text2,
.sec3_bottom_left_text4 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.sec3_bottom_left_bold {
    font-weight: 800;
}

.sec3_bottom_left_btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    .sec3_bottom_left_ebox,
    .sec3_bottom_right_ebox {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (min-width: 1200px) {
    .sec3_ctrl_width {
        max-width: 85%;
        margin: 0 auto;
    }
    .sec3_bottom_right_imgx {
        max-width: 90%;
        margin-left: auto;
    }
}

@media screen and (max-width: 767.98px) {
    .sec3_bottom_right_imgx {
        max-width: 80%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 426px) {
    .sec3_top_title {
        font-size: 22px;
    }
    .sec3_bottom_left_text2,
    .sec3_bottom_left_text4 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .sec3_bottom_left_text5 {
        padding-bottom: 20px;
    }
}



/*sec4*/
.bgSec4 {
    background-color: #ebebeb;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.sec4_top_box {
    display: inline-block;
    background-color: #69b4d1;
    border-radius: 12px;
    padding: 10px 35px;
}

.sec4_top_title {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    color: #ffffff;
}

.sec4_bottom_ebox {
    margin-top: 30px;
}

.sec4_bottom_right_comment {
    font-size: 20px;
    line-height: 1.8;
    font-weight: 400;
    color: #505050;
}

.sec4_bottom_right_location {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    color: #505050;
    margin-top: 25px;
}

.sec4_bottom_slider .slick-dots {
    position: relative;
    bottom: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec4_bottom_slider .slick-dots>li {
    width: 25px;
    height: 25px;
    margin: 0;
}

.sec4_bottom_slider .slick-dots>li button {
    width: 25px;
    height: 25px;
    padding: 0;
}

.sec4_bottom_slider .slick-dots>li button::before {
    font-size: 14px;
    line-height: 25px;
    width: 25px;
    height: 25px;
}

@media screen and (min-width: 768px) {
    /*.sec4_bottom_left_ebox,*/
    /*.sec4_bottom_right_ebox {*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    justify-content: center;*/
    /*}*/
    /*.sec4_bottom_left_imgx {*/
    /*    max-width: 90%;*/
    /*}*/
}

@media screen and (min-width: 1200px) {
    .sec4_ctrl_width {
        max-width: 70%;
        margin: 0 auto;
    }
}

/*@media screen and (max-width: 767.98px) {*/
/*    .sec4_bottom_left_imgx {*/
/*        max-width: 80%;*/
/*        margin: 0 auto;*/
/*    }*/
/*    .sec4_bottom_right_ebox {*/
/*        margin-top: 20px;*/
/*    }*/
/*}*/

@media screen and (max-width: 426px) {
    .sec4_top_title {
        font-size: 22px;
    }
    .sec4_bottom_right_comment {
        font-size: 18px;
        line-height: 1.6;
    }
    .sec4_bottom_right_location {
        font-size: 16px;
    }
}



/*sec5*/
.bgSec5 {
    background-image: url("https://cdn1.npcdn.net/img/1656669387contbg3.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.sec5_left_title_box {
    display: inline-block;
    background-color: #69b4d1;
    border-radius: 12px;
    padding: 10px 35px;
}

.sec5_left_title {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    color: #ffffff;
}

.sec5_left_imgx {
    list-style: none;
    margin: 30px auto 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec5_left_imgx>li {
    flex-basis: calc(33.333333% - 20px);
}

.sec5_left_imgx>li:nth-child(n+4) {
    margin-top: 30px;
}

.sec5_left_imgx>li>a {
    display: inline-block;
}

@media screen and (min-width: 768px) {
    .sec5_left_ebox,
    .sec5_right_ebox {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /*.sec5_left_imgx {*/
    /*    max-width: 90%;*/
    /*    height: auto;*/
    /*    margin: 30px auto 0;*/
    /*}*/
    .sec5_right_imgx {
        max-width: 90%;
        height: auto;
        margin: 0 auto;
    }
}

@media screen and (min-width: 992px) {
    .sec5_left_imgx {
        max-width: 90%;
        height: auto;
        margin: 30px auto 0;
    }
    .sec5_right_imgx {
        max-width: 80%;
        height: auto;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1200px) {
    .sec5_ctrl_width {
        max-width: 80%;
        margin: 0 auto;
    }
    .sec5_left_imgx {
        max-width: 80%;
        height: auto;
        margin: 30px auto 0;
    }
    .sec5_right_imgx {
        max-width: 70%;
        height: auto;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767.98px) {
    .sec5_left_ebox {
        margin-top: 30px;
    }
    .sec5_left_imgx {
        margin: 15px auto 0;
    }
    .sec5_right_imgx {
        max-width: 80%;
        height: auto;
        margin: 0 auto;
    }
}

@media screen and (max-width: 426px) {
    .sec5_left_title {
        font-size: 22px;
    }
}

.all_functional_page{
    overflow:hidden;
}

.sec_banner_ebox.b_265 .sec_banner_slogan,
.sec_banner_ebox.b_265 .fas.fa-check,
.sec_banner_ebox.b_265 .sec_banner_bottom_text{
    color:#000;
}

