/* container */
.container {

    width: 100%;

    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }

}






/* banner */
.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 600px;

}

@media (max-width: 768px) {
    .carousel-inner {

        height: 560px;

    }
}

.carousel-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    width: 100%;
    height: 100%;
    overflow: hidden;

}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item.active {
    display: block
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
    border: 0;

    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background: rgba(255, 255, 255, 0.4);
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}


.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.banner_nav_content {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.banner_nav {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.banner_nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
}

.active .nav_dot {
    background: linear-gradient(180deg, #FFAB0E 0%, #FF483D 100%);
}

.banner_nav ul li .nav_dot {
    background: #FFF;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 3px;
}

.banner_nav ul li .nav_dot_active {
    background: linear-gradient(180deg, #FFAB0E 0%, #FF483D 100%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 3px;
}

.banner_nav ul li {
    margin: 5px;
    border-radius: 50%;
    cursor: pointer;

}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.d-block {
    display: block !important
}

.w-100 {
    width: 100% !important
}

.text-center {
    text-align: center !important
}















.carousel-control-next,
.carousel-control-prev {
    display: flex;
    width: 46px;
    height: 84px;
    border-radius: 6px;
    background-position: 50%;
    top: 50%;
    margin: 0px 50px;
    background: rgba(255, 255, 255, 0.2);
}











@import url('css2.css');



:root {
    --brcolor: #f89e18;
    /* Brand color */
    --brhovercolor: #131c26;
    /* Brand Hover color */
    --brrgb: 248, 158, 24;
    /* Brand rgb color */
    --bropacity: rgba(248, 158, 24, 0.64);
    /* Brand opacity color */
    --black: #000000;
    /* black color */
    --white: #ffffff;
    /* white color */
    --bdcolor: #dddddd;
    /* border color */
    --bdhcolor: #f89e18;
    /* border hover color */
    --linkcolor: #000000;
    /* link  color */
    --titlecolor: #131c26;
    /* title color */
    --pracolor: #727a7b;
    /* pragrap/body color */
    --bshadow: rgba(248, 158, 24, 0.05);
    /* opacity color box shadow */
    scroll-behavior: unset;
}

/* menu */

@media (min-width: 1400px) {

    .light-main-menu .container,
    .witrfm_area .container {
        max-width: 1240px;
    }
}

.header_container {

    width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: 65px;
    padding: 0px 40px;
}


.logo-left .logo {

    display: flex;
}

.light_menu ul {
    text-align: right;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.menu_active {
    background: linear-gradient(90deg, #FFB800 0%, #FF483D 100%);
    width: auto;
    height: 4px;

}


.light_menu>ul>li {
    display: inline-block;
    position: relative;


}

.light_menu>ul>li:nth-child(-n+2) {

    padding-right: 80px;

}

@media (max-width:768px) {
    .mobile_menu_content .light_menu>ul>li {
        border-bottom: 1px solid #202020;
        padding: 15px 10px;
    }

}

.light_menu>ul>li>a {
    display: flex;

    position: relative;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    height: 65px;
    text-align: center;
    align-items: center;
}


.light_menu ul li:last-child a {
    margin-right: 0px;
}

.light_menu>ul>li>a:hover,
.light_menu>ul>li>a:hover:before {
    color: #FF7A00;
    opacity: 1;
}

.light_menu>ul>li>a:hover {
    background: transparent;
}

.logo-left {
    align-items: center;
}

.logo img {
    height: 45px;
}

.light-main-menu .logo a.main_sticky_main_l {
    display: block;
}

.logo-left {
    justify-content: space-between;
    align-items: center;
    display: flex;
    height: 100%;
}


.light_menu ul {
    text-align: right;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    height: 100%;
}

.transprent-menu {
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    background: transparent;
    transition: .5s;
    position: absolute;
}

.trp_nav_area {
    height: 65px;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.7);
}


/*
#2 mobile menu css
*/

.mobile-menu {
    display: none !important;
}

.mobile_logo_area {
    display: none !important;
    background: rgb(0 0 0 / 90%);
}

.mobile_menu_content .menu_active {
    background: linear-gradient(179deg, #FFB800 0%, #FF483D 100%);
    width: 4px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}

.mobile_p {
    position: fixed;
    right: 0;
    width: 100%;
    padding: 44px 15px 0px;
    overflow-y: scroll;
    top: 0;
    height: 100%;
    z-index: 9999;
    display: block;
    background: #000000;
}



.mobile_opicon {
    text-align: right;
    padding: 4px 0;
}

.mobilemenu_con {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile_menu_o i {
    font-size: 26px;
    color: #ffffff;
}

.mobile_menu_logo img {
    height: 34px;
}

.mobilemenu_c3n {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.mobile_menu_content .mobile_menu_logo {
    margin-bottom: 20px;
}

.mobile_cicon {
    position: fixed;
    right: 0px;
    top: 0px;
}

.mobile-menu .light_menu ul {
    display: flex;
    flex-direction: column;
}


/*===== video CSS =====*/
.video_about_area {
    padding: 50px 0 50px;
}

.area_title {
    font-weight: 600;
    font-size: 34px;

    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #000000;
    padding-bottom: 40px;
}

.area_title img,
.info_title img {
    height: 5px;
    margin-top: 10px;
}

.video_container {
    position: relative;
    padding-bottom: 54%;
     height: 0; 
    overflow: hidden; 
    max-width: 100%;
    height: 0; 
}

.video_container iframe {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
   
   height: 100%;
}

@media (max-width:992px) {
    .video_container {
        padding-bottom: 56.25%;
    }
}

/*===== contactCSS =====*/
.contact_area {
    display: flex;
    padding: 40px 50px;
    align-items: center;
    background: no-repeat center url("image/bk_contact.jpg");
    background-size: cover;
}

.contact_area .row,
.info_area .row {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.contact_title {
    font-weight: 600;
    font-size: 36px;
    padding-bottom: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #000000;
}

.contact_btn {
    background: linear-gradient(90deg, #FFB800 0%, #FF483D 100%);
    border-radius: 6px;
    width: 270PX;
    height: 54px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 22px;
    display: flex;
    line-height: 31px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    cursor: pointer;
}

.contact_btn:focus,
.contact_btn:hover {

    background: linear-gradient(90deg, #FFD600 0%, #FF570E 100%);
}

.contact_btn img {
    padding-right: 10px;

    height: 32px;
}


/*===== info Area CSS =====*/

.info_area {
    display: flex;
    padding: 40px 0 50px;
    align-items: center;
    background: no-repeat center url("image/bk_linfo.jpg");
    background-size: cover;
}

.info_title {
    font-weight: 600;
    font-size: 34px;
    padding-bottom: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #ffffff;
}

.info_btn {
    align-items: center;
    width: 270px;
    height: 54px;
    color: #FFFFFF;
    border: 1px solid #FF8B21;
    border-radius: 6px;
    font-weight: 600;
    font-size: 22px;
    line-height: 31px;
    display: flex;
    margin: 0 auto;
    line-height: 31px;
    justify-content: center;
    margin-bottom: 25px;
    cursor: pointer;
}

.info_btn:focus,
.info_btn:hover {

    background: rgba(255, 122, 0, 0.1);
}

.info_btn img {
    padding-left: 10px;
    height: 24px;
}

.info_file_image {
    width: 100%;
}

.page_number {
    padding-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page_arrow {
    width: 70px;
    height: 46px;
    background: linear-gradient(180deg, #FFB800 0%, #FF483D 100%);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.page_arrow:focus,
.page_arrow:hover {

    background: linear-gradient(180deg, #FFD600 0%, #FF570E 100%);

}

.now_page {
    font-weight: 600;
    font-size: 22px;
    line-height: 31px;
    text-align: center;
    color: #ffffff;
    padding-left: 20px;
}

.all_page {
    font-weight: 600;
    font-size: 22px;
    line-height: 31px;
    text-align: center;
    color: #C1C1C1;
    padding-right: 20px;
}




/*===== marketing =====*/
.marketing_area {
    display: flex;
    padding: 40px 0 50px;
    align-items: center;
    background: no-repeat center url("image/bk_marketing.jpg");
    background-size: cover;

}

.marketing_area .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.marketing_content {
    max-width: 50%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding-right: 10px;
}

.marketing_content .title {
    font-weight: 200;
    font-size: 52px;
    line-height: 73px;
    position: relative;
    color: #FFFFFF;

}

.marketing_content img {
    position: absolute;
    top: 10px;
    height: 113px;
    left: -50px;
}

@media (max-width: 1200px) {
    .marketing_content img {

        top: -25px;
        height: 60px;
        left: -10px;
    }
}

@media (max-width:768px) {
    .marketing_content {
      
        padding-right: 0px;
    }

    .marketing_content img {

        top: -20px;
        height: 60px;
        left: -10px;
    }
}

.marketing_content .content {
    background: linear-gradient(90deg, #FFB800 0%, #FF483D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 600;
    font-size: 22px;
    line-height: 31px;
    z-index: 9;

}

.marketing_content .line {
    width: 98px;
    height: 5px;
    background: linear-gradient(90deg, #FFB800 0%, #FF483D 100%);
    margin-top: 30px;
    z-index: 9;
}

.marketing_video_area {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    width: 50%;
}

.marketing_video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}


.marketing_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

/*===== partner =====*/

.partner_area {

    padding: 40px 0 50px;
    align-items: center;
    display: flex;

}

.partner_area .logo_group {
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
}

.partner_area .logo_group img {
    width: 20%;
    height: auto;
}


/*===== Footer Area CSS =====*/
.witrfm_area {
    position: relative;
    background: linear-gradient(90deg, #F0952B 0%, #EA513C 100%);
}


.footer-middle {
    padding: 30px 0 30px;
}

.footer_info {
    display: flex;
    justify-content: space-between;
}

.footer_info img {
    height: 50px;
}

.footer_info .light_menu>ul>li>a:hover,
.footer_info .light_menu>ul>li>a:hover:before {
    color: #ffffff;
   
}



i {
    display: inline-block;
}

.footer_text {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

/*===== 首頁RWD =====*/
@media (max-width: 768px) {
    .partner_area {

        padding: 25px 0 35px;

    }

    .light_menu>ul>li>a {
        height: 22px;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
    }

    .mobilemenu_c3n {
        height: 42px;
        padding: 0px;
    }

    .area_title,
    .contact_title,
    .info_title {
        font-weight: 600;
        font-size: 22px;

    }

    .area_title img,
    .info_title img {
        margin-top: 5px;
    }

    .marketing_content .title {
        font-weight: 200;
        font-size: 35px;
        line-height: 40px;

    }

    .marketing_content .content {

        font-weight: 600;
        font-size: 12px;
        line-height: 17px;
    }

    .marketing_content .line {
        width: 70px;
        height: 5px;
        margin-top: 10px;
    }

    .marketing_area .row {
        flex-direction: column;
    }

    .marketing_content {
        max-width: 100%;

        padding: 0px 20px 20px;
    }

    .marketing_area {
        flex-direction: column;
        background-color: #181818;
        background-position: right -790px top -200px;
    }

    .marketing_video {
        width: 100%;

    }

    .partner_area .logo_group {
        display: flex;
        flex-wrap: wrap;
        max-width: 100%;
        flex-direction: row;
        justify-content: flex-start;
    }

    .footer_info {
        flex-direction: column;
        align-items: center;
        padding-bottom: 20px;
    }

    .footer_text {
        display: flex;
        justify-content: center;
        font-size: 13px;
        font-weight: 400;
    }

    .footer-middle {
        padding: 20px 0 20px;
    }

    .page_arrow {
        width: 48px;
        height: 32px;

    }

    .page_arrow img {
        width: 20px;
    }

    .now_page {
        padding-left: 30px;
        font-size: 16px;
        line-height: 20px;

    }

    .all_page {
        padding-right: 30px;
        font-size: 16px;
        line-height: 20px;
    }

    .contact_btn {
        margin: 0 auto;
        width: 230PX;
        height: 44px;
        font-size: 16px;

    }

    .info_btn {
        width: 230px;
        height: 44px;
        font-size: 16px;

    }

    .info_title {

        padding-bottom: 20px;

    }

    .carousel-control-next,
    .carousel-control-prev {
        border-radius: 4px 0px 0px 4px;
        margin: 0px;
        width: 32px;
        height: 60px;
    }

    .video_about_area {
        padding: 25px 0 35px;
    }

    .area_title {

        padding-bottom: 20px;
    }

    .contact_area {

        padding: 25px 30px;

    }

    .contact_btn img {
        padding-right: 10px;

        height: 28px;
    }

    .info_btn img {
        height: 20px;
    }

    .marketing_video_area {

        width: 100%;
    }

    .page_number {
        padding-top: 20px;

    }

    .info_area {

        padding: 25px 0 35px;

    }

    .marketing_area {

        padding: 25px 0 35px;

    }

    .partner_area .logo_group img {
        width: 33.333333%;
    }

    .footer_info img {
        padding-bottom: 12px;
        width: 139px;
    }

    .footer_info .light_menu>ul>li:nth-child(-n+2) {

        padding-right: 20px;
    }

}

@media (max-width: 576px) {



    .contact_btn {

        width: 230PX;
        height: 44px;
        color: #FFFFFF;
        font-weight: 600;
        font-size: 16px;

    }

    .page_arrow {
        width: 48px;
        height: 32px;

    }

    .marketing_content .title {
        font-weight: 200;
        font-size: 30px;
        line-height: 42px;

    }


    .marketing_content {
        width: 100%;
        padding-bottom: 20px;
        padding: 0px 20px 20px;
    }

    .marketing_content .line {
        width: 50px;
        height: 5px;

        margin-top: 20px;
    }

    .footer_info {
        flex-direction: column;
        align-items: center;
        padding-bottom: 20px;
    }



    .partner_area .logo_group img {
        width: 50%;
    }



}



/* ------------------------------------------------- Small Mobile : 320 ---------------------------------------------------*/
@media (max-width: 767px) {
    .mobile_logo_area {
        padding: 10px 0;
    }

    .sttwo {
        line-height: 30px;
    }


}



@media (max-width: 768px) {
    .mobile-menu {
        display: block !important;
    }

    .mobile_logo_area {
        display: block !important;
        z-index: 999;
        right: 0;
        top: 0;
        z-index: 9999;
        background: rgba(0, 0, 0, 0.7);
        position: absolute;
        width: 100%;
    }

    .light-main-menu {
        display: none !important;
    }
}


/*===== service CSS =====*/
.service_banner {
    height: 440px;
    align-items: center;
    background: no-repeat center url(image/banner/banner_serive.jpg);
    background-size: cover;
}

.service_title {
    font-weight: 600;
    font-size: 44px;
    line-height: 62px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service_title img {
    padding-top: 5px;
}

.service_banner .container {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}

.service_info_area {
    padding: 50px 0 0px;
}

.service_info {
    display: flex;
    flex-direction: row;

}

.service_info img {
    width: 50%;
    order: 0;
}

.service_info .info_text {
    background: no-repeat center url(image/bg_seriveinfo.jpg);
    flex: 1;
    background-size: cover;
    order: 1;
    display: flex;
    padding: 40px;
    flex-direction: column;

    justify-content: center;
}


.service_info .info_text .title {
    font-weight: 600;
    font-size: 34px;
    line-height: 48px;
    color: #FF7A00;
    padding-bottom: 10px;
}

.service_info .info_text .content {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}


.service_item_area {

    padding: 40px 0 50px;
    align-items: center;
    display: flex;

}

.service_item_area .item_group {
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    border: 0.5px solid #D9D9D9;
    margin-bottom: 40px;
}


.service_item_area .item_group .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #6E6E6E;
    height: 185px;
    justify-content: center;
    width: 20%;
    padding: 10px 10px;
    text-align: center;
    border: 0.5px solid #D9D9D9;
}

.service_item_area .item_group .item img {
    width: 100px;
    padding-bottom: 12px;
}


/*===== service RWD =====*/
@media (max-width: 768px) {
    .service_info_area {
        padding: 25px 0 0px;
    }

    .service_item_area {

        padding: 25px 0 35px;


    }

    .service_title {
        line-height: 42px;
        font-size: 30px;

    }

    .service_title img {
        padding-top: 0px;
        width: 95px;
    }

    .service_banner {
        height: 280px;


    }

    .service_info img {
        width: 100%;
        order: 1;
    }

    .service_info .info_text {
        order: 0;
        padding: 20px;
    }

    .service_info {

        flex-direction: column;
    }

    .service_item_area .item_group .item {
        width: 33.333333%;

    }

    .service_info .info_text .title {

        font-size: 22px;
        line-height: 31px;

    }

    .service_info .info_text .content {
        font-weight: 400;
        font-size: 13px;
        line-height: 20px;
    }

    .service_info .info_text {

        align-items: center;
    }

    .service_item_area .item_group .item {

        font-size: 16px;
        line-height: 20px;

    }
}

@media (max-width: 576px) {
    .service_item_area .item_group .item {
        width: 100%;

    }

    .service_item_area .item_group .item {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: nowrap;
        height: auto;
        text-align: start;
        font-size: 15px;

    }

    .service_item_area .item_group .item img {
        width: 72px;
        padding-bottom: 0px;

        margin-right: 15px;
    }

}

/*===== about CSS =====*/
.about_banner {
    height: 440px;
    align-items: center;
    background: no-repeat center url(image/banner/banner_about.jpg);
    background-size: cover;
    display: flex;
}


.about_title {
    font-weight: 600;
    font-size: 44px;
    line-height: 62px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about_title img {
    padding-top: 5px;
}


.about_info_area {
    padding: 43px 0 50px;
    align-items: center;
    background: no-repeat center url(image/bg_aboutinfo.jpg);
    background-size: cover;
}

.about_info {
    display: flex;
    flex-direction: row;

}

.about_info img {
    width: 50%;
    height: 100%;
}

.about_info .info_text {
    flex: 1;
    display: flex;
    padding-right: 40px;

    flex-direction: column;
    justify-content: center;
}


.about_info .info_text .title {
    font-weight: 600;
    font-size: 34px;
    line-height: 48px;
    color: #FF7A00;
    padding-bottom: 10px;
}

.about_info .info_text .content {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}


.connect_area {
    padding: 40px 0px 50px;
    align-items: center;
    background: #ECEEF0;
}

.connect_group {
    width: 100%;
    display: flex;
    gap: 20px;
}

.connect_group .team {
    width: 25%;
    background: #ffffff;
    padding: 30px 0px 40px 0px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team .team_avatar {
    height: 160px;
    margin-bottom: 20px;
}

.team .contact_btn {
    background: linear-gradient(90deg, #FFB800 0%, #FF483D 100%);
    border-radius: 6px;
    width: 180PX;
    height: 44px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    cursor: pointer;
}
.team .contact_btn:focus,
.team .contact_btn:hover {
    background: linear-gradient(90deg, #FFD600 0%, #FF570E 100%);
}
.team .contact_btn img {
    padding-right: 10px;
    height: 28px;
}

/*===== about RWD =====*/
@media (max-width: 1200px) {
    .about_info .info_text {

        padding: 0px 0px;

    }
}

@media (max-width: 992px) {
    .about_info {
        flex-direction: column;
    }

    .about_info img {
        width: 100%;
        height: 100%;
    }

    .about_info .info_text {

        padding-bottom: 40px;
        align-items: center;

    }

    .connect_group {
        gap: 10px;
        flex-direction: column;
    }

    .connect_group .team {
        width: 100%;
        padding: 10px 0px 20px 0px;
    }
}



@media (max-width: 768px) {


    .about_info_area {
        padding: 25px 0 35px;

    }

    .connect_area {
        padding: 25px 0px 35px;

    }

    .about_title {
        line-height: 42px;
        font-size: 30px;

    }

    .about_title img {
        padding-top: 0px;
        width: 95px;
    }

    .about_banner {
        height: 280px;


    }

    .about_info .info_text .title {
        font-weight: 600;
        font-size: 22px;
        line-height: 31px;
        padding-bottom: 5px;
    }

    .about_info .info_text .content {

        font-weight: 400;
        font-size: 13px;
        line-height: 18px;

    }

    .team .team_avatar {
        height: 114px;
        margin-bottom: 10px;
    }

    .team .contact_btn {

        width: 140PX;
        height: 36px;
    }

    .team .contact_btn img {
        padding-right: 5px;
        height: 22px;
    }

}