﻿.bg-tckt {
    background-image: url('../image/detailproduct/bg-tckt.png');
}

.about-product.bg-tckt .content .img-avatar > img:nth-child(1) {
    content: url('../image/detailproduct/img-detail-tckt.png');
}

.bg-srp {
    background-image: url('../image/detailproduct/bg-srp.png');
}

.about-product.bg-srp .content .img-avatar > img:nth-child(1) {
    content: url('../image/detailproduct/img-detail-srp.png');
}

.bg-asxh {
    background-image: url('../image/detailproduct/bg-asxh.png');
}

.about-product.bg-asxh .content .img-avatar > img:nth-child(1) {
    content: url('../image/detailproduct/img-detail-asxh.png');
}

.about-product {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    height: 100vh;
}

    .about-product .content {
        display: flex;
        padding-top: 80px;
        height: 100%;
    }

        .about-product .content .img-avatar {
            width: 50%;
            height: 100%;
            padding-top: 80px;
            position: relative;
        }

            .about-product .content .img-avatar > img:nth-child(1) {
                max-height: 100%;
                max-width: 100%;
                position: absolute;
                bottom: 0;
                right: 0;
                left: 0;
                margin: 0 auto;
            }

            .about-product .content .img-avatar > img:nth-child(2) {
                width: 80%;
                height: 2%;
                position: absolute;
                bottom: 0;
                right: 0;
                left: 0;
                margin: 0 auto;
            }

        .about-product .content .introduce {
            width: 50%;
            height: 100%;
            padding: 0 5%;
            display: flex;
            flex-wrap: wrap;
            align-content: center;
            align-items: center;
            color: white;
        }

            .about-product .content .introduce .title {
                width: 100%;
                font-weight: 600;
                text-transform: uppercase;
            }

            .about-product .content .introduce .depscription {
                width: 100%;
                text-align: justify;
            }

            .about-product .content .introduce .btn-action {
                width: 100%;
                margin-top: 3%;
            }

                .about-product .content .introduce .btn-action > button {
                    margin-top: 10px;
                    margin-left: 10px;
                    background: none !important;
                }

                    .about-product .content .introduce .btn-action > button > img {
                        width: 100%;
                        height: 100%;
                        top: 0;
                        bottom: 0;
                        left: 0;
                        right: 0;
                        position: absolute;
                        z-index: -1;
                    }

.feature-detail-product {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    height: 100vh;
}

    .feature-detail-product .content {
        padding: 80px 5% 0 5%;
        color: #414142;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }

        .feature-detail-product .content .supports {
            overflow: hidden;
            width: 60%;
            padding: 3% 5%;
            flex-wrap: wrap;
            /*display: flex;*/
            align-content: center;
            height: fit-content;
            background-color: white;
            border-radius: 15px 0;
            align-items: center;
            box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px, rgb(10 37 64 / 35%) 0px -2px 6px 0px inset;
        }

            .feature-detail-product .content .supports .img-ico {
                max-width: 10%;
                height: 3em;
                display: inline-block;
            }

                .feature-detail-product .content .supports .img-ico > img {
                    height: 100%;
                    /*max-width: 100%;*/
                }

            .feature-detail-product .content .supports .title {
                margin-top: 1%;
                padding-left: 0.5em;
                font-weight: 600;
                /*width: 90%;*/
                text-align: justify;
                display: inline-block;
            }

            .feature-detail-product .content .supports .depscription {
                margin-top: 2%;
                width: 100%;
                text-align: justify;
            }

            .feature-detail-product .content .supports .detail {
                margin-top: 1em;
            }

                .feature-detail-product .content .supports .detail .item {
                    margin-top: 1%;
                    display: flex;
                }

                    .feature-detail-product .content .supports .detail .item > div {
                        width: 100%;
                        text-align: justify;
                        font-weight: 500;
                    }

                    .feature-detail-product .content .supports .detail .item > img {
                        width: 1em;
                        height: 1em;
                        margin-top: 5px;
                        margin-right: 10px;
                    }

            .feature-detail-product .content .supports .detail-technology {
                display: flex;
                flex-wrap: wrap;
                align-content: space-between;
                margin-top: 2%;
            }

                .feature-detail-product .content .supports .detail-technology .item-technology {
                    display: flex;
                    width: 100%;
                    height: 20%;
                }

                    .feature-detail-product .content .supports .detail-technology .item-technology .sub-detail {
                        width: 40%;
                        display: flex;
                        flex-wrap: wrap;
                        align-items: center;
                        align-content: center;
                    }

                        .feature-detail-product .content .supports .detail-technology .item-technology .sub-detail .technology-title {
                            width: 100%;
                            font-weight: 600;
                        }

                        .feature-detail-product .content .supports .detail-technology .item-technology .sub-detail .technology-name {
                            width: 100%;
                        }

                    .feature-detail-product .content .supports .detail-technology .item-technology .img-technology {
                        width: 60%;
                        display: flex;
                        justify-content: space-evenly;
                        align-items: center;
                    }

                        .feature-detail-product .content .supports .detail-technology .item-technology .img-technology > img {
                            height: auto;
                            max-width: 50%;
                        }

.content-left {
    justify-content: flex-start;
}

.content-right {
    justify-content: flex-end;
}

.support-product {
    background-image: url('../image/detailproduct/img-support-product.png');
}

.benefit-product {
    background-image: url('../image/detailproduct/img-benefit-product.png');
}

.base-product {
    background-image: url('../image/detailproduct/img-base-product.png');
}

.technology-product {
    background-image: url('../image/detailproduct/img-technology-product.png');
}


.comment-product {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url('../image/home/bghomeimg.png');
    height: 100vh;
}

    .comment-product .content {
        height: 100%;
        width: 100%;
        padding: 80px 5% 5% 5%;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }

        .comment-product .content .title {
            width: 100%;
            color: white;
            /*height: 10%;*/
            font-weight: 600;
        }

        .comment-product .content .slide-comment {
            width: 100%;
            height: 80%;
            margin-top: 20px;
            overflow: hidden;
            display: flex;
            color: white;
        }

            .comment-product .content .slide-comment .swiper-wrapper .block-comment {
                padding: 30px;
                display: flex;
                flex-wrap: wrap;
                align-content: center;
                background-size: 100% 100%;
                background-repeat: no-repeat;
                background-image: url('../image/detailproduct/framecomment.png');
            }

                .comment-product .content .slide-comment .swiper-wrapper .block-comment .avatar-img {
                    width: 100%;
                    height: 40%;
                    display: flex;
                    justify-content: center;
                }

                    .comment-product .content .slide-comment .swiper-wrapper .block-comment .avatar-img img {
                        height: 100%;
                        max-width: 100%;
                        border-radius: 50%;
                    }

                .comment-product .content .slide-comment .swiper-wrapper .block-comment .avatar-name {
                    width: 100%;
                    margin-top: 15px;
                    text-align: center;
                    font-weight: 600;
                }

                .comment-product .content .slide-comment .swiper-wrapper .block-comment .avatar-position {
                    width: 100%;
                    margin-top: 5px;
                    /*padding: 0 10%;*/
                    text-align: center;
                }

                .comment-product .content .slide-comment .swiper-wrapper .block-comment .avatar-underline {
                    width: 50%;
                    height: 2px;
                    text-align: center;
                    margin: 10px 25%;
                    border: solid 1px white;
                }

                .comment-product .content .slide-comment .swiper-wrapper .block-comment .avatar-comment {
                    width: 100%;
                    text-align: justify;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    display: -webkit-box;
                    -webkit-line-clamp: 5;
                    -webkit-box-orient: vertical;
                }

            .comment-product .content .slide-comment .swiper-pagination {
                bottom: 20px !important;
                width: 100% !important;
                left: 0 !important;
            }

                .comment-product .content .slide-comment .swiper-pagination .swiper-pagination-bullet {
                    width: 5px;
                    height: 5px;
                    background-color: white;
                    opacity: 1;
                }

                .comment-product .content .slide-comment .swiper-pagination .swiper-pagination-bullet-active {
                    width: 20px;
                    transition: width .5s;
                    border-radius: 5px;
                    background-color: white;
                    border: 1px solid transparent;
                }

@media only screen and (max-width: 1600px) {
    .feature-detail-product .content .supports {
        padding: 3% 3% 3% 3%;
    }

    .comment-product .content .slide-comment .swiper-wrapper .block-comment .avatar-position {
        padding: 0;
    }

    .comment-product .content .slide-comment .swiper-wrapper .block-comment .avatar-comment {
        -webkit-line-clamp: 6;
    }
}

@media only screen and (max-width: 1200px) {
    .about-product .content .introduce .btn-action {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .about-product .content .introduce .btn-action > button:nth-child(1) {
            margin: 0;
            width: 49%;
        }

        .about-product .content .introduce .btn-action > button:nth-child(2) {
            margin: 0;
            width: 49%;
        }

        .about-product .content .introduce .btn-action > button:nth-child(3) {
            margin: 0;
            width: 100%;
            margin-top: 2%;
        }

    .feature-detail-product .content .supports {
        width: 70%;
    }
}

@media only screen and (max-width: 899px) {
    .about-product .content {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

        .about-product .content .introduce {
            width: 100%;
            height: 50%;
        }

        .about-product .content .img-avatar {
            width: 100%;
            height: 50%;
            padding-top: 0;
            display: flex;
            justify-content: center;
        }

        .about-product .content .introduce .title {
            width: 100%;
            text-align: center;
        }

    .feature-detail-product .content .supports {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .about-product .content .introduce .depscription {
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

.feature-detail-product .content .supports .detail .item:nth-child(1) {
    animation-delay: 0.4s;
}

.feature-detail-product .content .supports .detail .item:nth-child(2) {
    animation-delay: 0.45s;
}

.feature-detail-product .content .supports .detail .item:nth-child(3) {
    animation-delay: 0.5s;
}

.feature-detail-product .content .supports .detail .item:nth-child(4) {
    animation-delay: 0.55s;
}

.feature-detail-product .content .supports .detail .item:nth-child(5) {
    animation-delay: 0.6s;
}

.feature-detail-product .content .supports .detail .item:nth-child(6) {
    animation-delay: 0.65s;
}

.feature-detail-product .content .supports .detail .item:nth-child(7) {
    animation-delay: 0.7s;
}

.feature-detail-product .content .supports .detail .item:nth-child(8) {
    animation-delay: 0.75s;
}

.feature-detail-product .content .supports .detail .item:nth-child(9) {
    animation-delay: 0.8s;
}

.feature-detail-product .content .supports .detail .item:nth-child(10) {
    animation-delay: 0.85s;
}

@keyframes myFadeInUp {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.uptoInUp {
    animation-name: myFadeInUp;
}
