html{
    scroll-behavior: smooth;
}
/* Section newsletter */
.section-feature-newsletter{
    text-align: center;
}
.section-feature-newsletter * {
    color: #3c3c3c;
}
.font-noto-sans-tc h1,.font-noto-sans-tc h2,.font-noto-sans-tc h3{
    color: #3c3c3c;
}
.font-noto-sans-tc *{
    color: #3c3c3c;
}
.section-feature-newsletter .wrap-input{
    position: relative;
    margin-bottom: 10px;
}
.section-feature-newsletter .wrap-input input{
    border: 1px solid #02b13f;
    border-radius: 15px 0px 0 15px;
    flex: 1;
    height: 52px;
    font-size: 18px;
    line-height: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: -5px;
    vertical-align: top;
    margin-bottom: 0;
}
#error-email-export-input{
    font-size: 16px;
    color: red;
}
.section-feature-newsletter .wrap-input input:focus,
.section-feature-newsletter .wrap-input input:active{
    border: 1px solid #02b13f;
    outline: none;
}
.section-feature-newsletter .wrap-input input::placeholder{
    color: #acacac;
}
.section-feature-newsletter .wrap-input button:focus{
 border: none;   
 outline: none;
}
.flex-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.flex-space-between {
    display: flex;
    justify-content: space-between;
}
.font-bold{
    font-weight: 700;
}
.section-feature-newsletter .wrap-input button{
    background: #02b13f;
    border: none;   
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border: none;
    box-shadow: none;
    height: 52px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    line-height: 0;
    padding: 0 15px;
}

.section-feature-2 .feature-icon-box{
    border-radius: 15px;
    padding: 20px 18.1px 20px 19.1px;
    display: inline-block;
}
.link{
    color: #02b13f;
}
.link .Icon-feature{
    color: #02b13f;
}
.Icon-feature{
    font-family: "Font Awesome 5 Free" !important;
}

.section-feature-2 a{color: #3c3c3c;}
.section-feature-2 a:hover{color: #02b13f !important;}

.max-width-700{max-width: 700px;margin: 0 auto;}

.bold{
    font-weight: 700;
}
.color-green{
    color: #02b13f;
}
.size-65{
    font-size: 60px;
    line-height: 1.1;
}
.size-48{
    font-size: 48px;
    line-height: 1.1;
}
.size-39{
    font-size: 40px;
    line-height: 1.1;
}
.size-24{
    font-size: 24px;
}
.size-18{
    font-size: 18px;
    line-height: 1.3;
}
.size-16{
    font-size: 16px;
}
.w-80{
    width: 80%;
}
.w-60{
    width: 60%;
}
.m-t-12{
    margin-top: 12px;
}
.section-feature-newsletter .icon-small{
    width: 20px;
    height: 20px;
}
.section-feature-newsletter .d-flex{
    display: flex;
}
.feature-icon-box{
    max-width: 100px;
    margin: 0 auto;
}
@media(max-width: 1199px){
    .size-65{
        font-size: 50px;
    }   
    .size-48{font-size: 38px;}
    .size-39{font-size: 33px;}
    .size-24{font-size: 19px;}
    .size-18{
        font-size: 16px;
    }
    .size-16{font-size: 14px;}
}
@media(max-width: 991px){
    .col-lg-6.p-l-60.flex-center{
        padding-left: 20px !important;
    }
}
@media(max-width: 767px){
    .section-feature-newsletter .wrap-input input{
        min-width: inherit;
        width: 140px;
        font-size: 14px;
    }
    .wrap-input {
        justify-content: center;
    }
    .section-feature-newsletter .wrap-input button{
        font-size: 14px;
        max-width: 120px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .sub-title {
        text-align: center;
    }
    .size-65{
        font-size: 40px;
    }
    .size-48{
        font-size: 26px;
    }
    .size-39{
        font-size: 20px;
    }
    .section-text.m-t-30.text-bold{
        margin-top: 0 !important;
    }
    .p-t-80{
        padding-top: 40px !important;
    }
    .home_header_img{
        margin-top: 0;
    }
}
.bg-theme-light {
    background-color: #F9FBFF;
}

.feature-card {}

.feature-card-img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    padding-left: 0;
}

.feature-card-img img {
    width: 100%;
}

@media (max-width: 991px) {
    .mobile-reverse {
        flex-direction: column-reverse;
    }
    .feature-card-img {
        margin-bottom: 20px;
    }
}

.feature-field {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.feature-field-img {
    width: 80%;
    margin-top: 14px;
}

.feature-field-img img {
    width: 100%;
}

.feature-field-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 992px) {
    .feature-field {
        flex-direction: row;
        justify-content: space-between;
    }
    .feature-field-img {
        width: 41%;
        margin-top: 0;
    }
    .feature-field-main {
        width: 46.5%;
    }
    .desktop-reverse {
        flex-direction: row-reverse;
    }

    .chat-field {
        padding: 20px 15px 0;
    }
}


