@media (max-width: 767px) {
    .carousel-item {
        height: 200px;
    }

    .carousel-item img {
        height: 200px;
        object-fit: cover;
    }

    .banner-desc-box {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80%;
        height: 100%;
        transform: translate(-50%, -50%);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }


    .banner-desc-box-title {
        font-size: 30px;
        font-weight: 300;
        color: #FFFFFF;
        text-align: center;
    }

    .banner-desc-box-title h1 {
        font-size: 20px;
    }

    .banner-desc-box-content {
        font-size: 16px;
        color: #FFFFF5;
        text-align: center;
    }

    .head-box {
        width: 100%;
        max-width: 1300px;
        padding: 45px 0;
        margin: auto;
        /*border-bottom: 1px solid #DFE4EA;*/
    }

    .head-box-title {
        font-family: SailecBold;
        font-size: 32px;
    }

    .head-box-title h1 {
        font-family: SailecBold;
        font-size: 32px;
    }

    .head-box-nav {
        margin-top: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #5a6a78;
    }

    .head-box-nav img {
        width: 17px;
        height: auto;
    }


    .audit-box {
        width: 100%;
        max-width: 1300px;
        margin: 20px auto 100px;
    }

    .audit-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 70px;
        flex-direction: column;
    }

    .item-img {
        width: 100%;
        height: auto;
        background: #dcdcdc;
        /*border-radius: 12px;*/
        overflow: hidden;
        position: relative;
        /*cursor: pointer;*/
    }

    .item-img > img:first-child {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .item-content {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .item-content-title {
        width: 300px;
        font-size: 20px;
        font-family: SailecBold;
        text-align: center;
        margin: 20px auto 0;

    }

    .item-content-img {
    }

    .item-content-img img {
        width: 100px;
    }

    .item-content-desc {
        margin-top: 10px;
        padding: 0 10px;
    }

    .audit-item-reversal {
        /*flex-direction: row-reverse;*/
    }

    p {
        margin: 10px 0;
    }


    .desc-overlay {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #e7e7e7;
        border-radius: 6px;
        transition: bottom 0.3s ease;
    }

    .desc-item:hover .desc-overlay {
        display: block;
    }

    .desc-overlay-title {
        font-size: 20px;
        padding: 100px 10px 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .desc-overlay-play img {
        width: 80px;
        height: 80px;
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .desc-overlay-time {
        width: 80px;
        position: absolute;
        bottom: 10px;
        right: 10px;
        text-align: right;
    }

    /*.item-img:hover .desc-overlay {*/
    /*    display: block;*/
    /*}*/
    .video-dialog {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 9999;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .video-box {
        width: 960px;
        height: 540px;
        position: relative;
        background: #ffffff;
    }

    .dialog-close {
        position: absolute;
        top: -10px;
        right: -10px;
        cursor: pointer;
        width: 27px;
    }

    .page-title {
        width: 300px;

        font-size: 24px;
        font-family: SailecBold;
        margin: 50px auto 30px;
        text-align: center;
    }

    .faq-box {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto 50px;
    }

    .faq-title {
        width: 300px;
        font-size: 24px;
        font-weight: 700;
        color: #000000;
        text-align: left;
        display: flex;
        justify-content: left;
        align-items: center;
        height: 80px;
        font-family: SailecBold;
        text-align: center;
        margin: auto;
    }

    .faq-list {
        padding: 0 10px;
    }

    .faq-item {
        border-radius: 8px;
        background: #ffffff;
        margin: 20px 0;
        padding: 20px;
    }

    .faq-item-title {
        font-size: 16px;
        /*font-weight: 700;*/
        color: #000000;
        position: relative;
        cursor: pointer;
        font-family: SailecBold;
    }

    .faq-item-title img {
        width: 20px;
        height: auto;
        cursor: pointer;
        position: absolute;
        right: -17px;
        top: 3px;
    }

    .faq-item-content {
        margin-top: 20px;
        color: #757575;
    }

    .bg-F3F5F6 {
        background: #F3F5F6;
    }

    .customized-box {
        position: relative;
    }

    .customized-box img {
        width: 100%;
        height: auto;
    }

    .customized-title {
        width: 100%;
        max-width: 1300px;
        position: absolute;
        font-size: 32px;
        font-family: SailecBold;
        color: #FFFFFF;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .customized-title h2 {
        font-size: 20px;
    }

    .chose-a {
        position: absolute;
        top: 75%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        width: 115px;
        height: 30px;
        border-radius: 51px;
        background: #FB7306;
        justify-content: center;
        align-items: center;
        color: #ffffff;
    }

    .chose-a:hover {
        background: #E96800;
        color: #FFFFFF;
    }
}

@media (min-width: 768px) and (max-width: 1365px) {
    .banner-desc-box {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 500px;
        transform: translate(-50%, -50%);
    }


    .banner-desc-box-title {
        font-size: 32px;
        font-weight: 300;
        color: #FFFFFF;
        text-align: center;
    }

    .banner-desc-box-title h1 {
        font-size: 32px;
        font-weight: 300;
        color: #FFFFFF;
        text-align: center;
    }

    .banner-desc-box-content {
        font-size: 16px;
        color: #FFFFF5;
        text-align: center;
    }

    .head-box {
        width: 100%;
        max-width: 1300px;
        padding: 45px 0;
        margin: auto;
        /*border-bottom: 1px solid #DFE4EA;*/
    }

    .head-box-title {
        font-family: SailecBold;
        font-size: 32px;
    }

    .head-box-title h1 {
        font-family: SailecBold;
        font-size: 32px;
    }

    .head-box-nav {
        margin-top: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #5a6a78;
    }

    .head-box-nav img {
        width: 17px;
        height: auto;
    }


    .audit-box {
        width: 100%;
        max-width: 1300px;
        margin: 20px auto 100px;
        padding: 0 15px;
    }

    .audit-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 70px;
        gap: 20px;
    }

    .item-img {
        width: 50%;
        height: 280px;
        background: #dcdcdc;
        /*border-radius: 12px;*/
        overflow: hidden;
        position: relative;
        /*cursor: pointer;*/
    }

    .item-img > img:first-child {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .item-content {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .item-content-title {
        width: 100%;
        font-size: 24px;
        font-family: SailecBold;
    }

    .item-content-img {
    }

    .item-content-img img {
        width: 100px;
    }

    .item-content-desc {
        margin-top: 10px;
    }

    .audit-item-reversal {
        flex-direction: row-reverse;
    }

    p {
        margin: 10px 0;
    }


    .desc-overlay {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #e7e7e7;
        border-radius: 6px;
        transition: bottom 0.3s ease;
    }

    .desc-item:hover .desc-overlay {
        display: block;
    }

    .desc-overlay-title {
        font-size: 20px;
        padding: 100px 10px 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .desc-overlay-play img {
        width: 80px;
        height: 80px;
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .desc-overlay-time {
        width: 80px;
        position: absolute;
        bottom: 10px;
        right: 10px;
        text-align: right;
    }

    /*.item-img:hover .desc-overlay {*/
    /*    display: block;*/
    /*}*/
    .video-dialog {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 9999;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .video-box {
        width: 960px;
        height: 540px;
        position: relative;
        background: #ffffff;
    }

    .dialog-close {
        position: absolute;
        top: -10px;
        right: -10px;
        cursor: pointer;
        width: 27px;
    }

    .page-title {
        width: 100%;
        font-size: 32px;
        font-family: SailecBold;
        margin: 50px auto 30px;
        padding: 0 15px;
        text-align: center;
    }

    .faq-box {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto 50px;
        padding: 0 15px;
    }

    .faq-title {
        font-size: 34px;
        font-weight: 700;
        color: #000000;
        text-align: left;
        justify-content: left;
        align-items: center;
        height: 80px;
        font-family: SailecBold;
        text-align: center;
        width: 100%;
    }

    .faq-item {
        border-radius: 8px;
        background: #ffffff;
        margin: 20px 0;
        padding: 20px;
    }

    .faq-item-title {
        font-size: 18px;
        /*font-weight: 700;*/
        color: #000000;
        position: relative;
        cursor: pointer;
        font-family: SailecBold;
    }

    .faq-item-title img {
        width: 20px;
        height: auto;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
    }

    .faq-item-content {
        margin-top: 20px;
        color: #757575;
    }

    .bg-F3F5F6 {
        background: #F3F5F6;
    }

    .customized-box {
        position: relative;
    }

    .customized-box img {
        width: 100%;
        height: auto;
    }

    .customized-title {
        width: 600px;
        position: absolute;
        font-size: 32px;
        font-family: SailecBold;
        color: #FFFFFF;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .chose-a {
        position: absolute;
        top: 75%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        width: 123px;
        height: 41px;
        border-radius: 51px;
        background: #FB7306;
        justify-content: center;
        align-items: center;
        color: #ffffff;
    }

    .chose-a:hover {
        background: #E96800;
        color: #FFFFFF;
    }
}

@media (min-width: 1366px) {
    .banner-desc-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }


    .banner-desc-box-title {
        font-size: 32px;
        font-weight: 300;
        color: #FFFFFF;
        text-align: center;
    }

    .banner-desc-box-title h1 {
        font-size: 32px;
        font-weight: 300;
        color: #FFFFFF;
        text-align: center;
    }

    .banner-desc-box-content {
        font-size: 16px;
        color: #FFFFF5;
    }

    .head-box {
        width: 100%;
        max-width: 1300px;
        padding: 45px 0;
        margin: auto;
        /*border-bottom: 1px solid #DFE4EA;*/
    }

    .head-box-title {
        font-family: SailecBold;
        font-size: 32px;
    }

    .head-box-title h1 {
        font-family: SailecBold;
        font-size: 32px;
    }

    .head-box-nav {
        margin-top: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #5a6a78;
    }

    .head-box-nav img {
        width: 17px;
        height: auto;
    }


    .audit-box {
        width: 100%;
        max-width: 1300px;
        margin: 20px auto 100px;
    }

    .audit-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 70px;
    }

    .item-img {
        width: 650px;
        height: 337px;
        background: #dcdcdc;
        /*border-radius: 12px;*/
        overflow: hidden;
        position: relative;
        /*cursor: pointer;*/
    }

    .item-img > img:first-child {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .item-content {
        width: 470px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .item-content-title {
        width: 100%;
        font-size: 24px;
        font-family: SailecBold;
    }

    .item-content-img {
    }

    .item-content-img img {
        width: 100px;
    }

    .item-content-desc {
        margin-top: 10px;
    }

    .audit-item-reversal {
        flex-direction: row-reverse;
    }

    p {
        margin: 10px 0;
    }


    .desc-overlay {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #e7e7e7;
        border-radius: 6px;
        transition: bottom 0.3s ease;
    }

    .desc-item:hover .desc-overlay {
        display: block;
    }

    .desc-overlay-title {
        font-size: 20px;
        padding: 100px 10px 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .desc-overlay-play img {
        width: 80px;
        height: 80px;
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .desc-overlay-time {
        width: 80px;
        position: absolute;
        bottom: 10px;
        right: 10px;
        text-align: right;
    }

    /*.item-img:hover .desc-overlay {*/
    /*    display: block;*/
    /*}*/
    .video-dialog {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 9999;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .video-box {
        width: 960px;
        height: 540px;
        position: relative;
        background: #ffffff;
    }

    .dialog-close {
        position: absolute;
        top: -10px;
        right: -10px;
        cursor: pointer;
        width: 27px;
    }

    .page-title {
        width: 1300px;
        font-size: 32px;
        font-family: SailecBold;
        margin: 50px auto 30px;
    }

    .faq-box {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto 50px;
    }

    .faq-title {
        font-size: 34px;
        font-weight: 700;
        color: #000000;
        text-align: left;
        display: flex;
        justify-content: left;
        align-items: center;
        height: 80px;
        font-family: SailecBold;
    }

    .faq-item {
        border-radius: 8px;
        background: #ffffff;
        margin: 20px 0;
        padding: 20px;
    }

    .faq-item-title {
        font-size: 18px;
        /*font-weight: 700;*/
        color: #000000;
        position: relative;
        cursor: pointer;
        font-family: SailecBold;
    }

    .faq-item-title img {
        width: 20px;
        height: auto;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
    }

    .faq-item-content {
        margin-top: 20px;
        color: #757575;
    }

    .bg-F3F5F6 {
        background: #F3F5F6;
    }

    .customized-box {
        position: relative;
    }

    .customized-box img {
        width: 100%;
        height: auto;
    }

    .customized-title {
        width: 1300px;
        position: absolute;
        font-size: 32px;
        font-family: SailecBold;
        color: #FFFFFF;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .chose-a {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        width: 123px;
        height: 41px;
        border-radius: 51px;
        background: #FB7306;
        justify-content: center;
        align-items: center;
        color: #ffffff;
    }

    .chose-a:hover {
        background: #E96800;
        color: #FFFFFF;
    }
}
