/*#region Custom Page */
.ht-page {
    padding: 0;
}
/*#endregion*/

/*#region General */
.box-bg {
    position: absolute;
    top: 0;
    left: 0;
    /* width: 100%; */
    /* height: 100%; */
    z-index: 0;
}
.box-bg.box-1{
    top: -100px;
}
.box-bg.box-2{
    top: -291px;
}
.box-bg.box-3{
    top: -266px;
    right: 0;
    left: unset;
}
.position-relative {
    position: relative;
}
.bg-box {
    border-radius: 40px;
    background: linear-gradient(180deg, #E7F2EE 0%, rgba(255, 255, 255, 0.00) 100%);
    padding: 60px;
    z-index: 1;
    position: relative;
}
.title-content-border {
    font-size: 32px;
    font-family: Roboto Medium, Arial, sans-serif;
    text-align: center;
    padding-bottom: 32px;
    color: #063457;
}

.line-border > div {
    width: 80px;
    height: 3px;
    background: #17e2ad;
    margin: 0 auto;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 15px;
}

.primary-shadow {
    box-shadow: 0 5px 35px rgba(39, 72, 219, 0.1);
}

@media (max-width: 767px) {
    .title-content-border {
        font-size: 24px;
    }
}

.common-padding {
    padding-bottom: 50px;
}

    .common-padding:last-child {
        padding-bottom: 120px;
    }

@media (max-width: 979px) {
    .bg-box {
    padding: unset;
}
    .common-padding {
        padding-bottom: 60px;
    }

        .common-padding:last-child {
            padding-bottom: 40px;
        }
}
/*#endregion*/

/* region custom scroll  */
.scroll {
    overflow: auto;
}

    .scroll::-webkit-scrollbar {
        width: 8px;
    }

    .scroll::-webkit-scrollbar-track {
        background: #404040;
    }

    .scroll::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #888;
    }
/* endgion  */

/* reigon buy active  */
.buy-ctn {
    display: grid;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    grid-gap: 24px;
    margin-top: -40px;
    max-width: 1272px;
}

    .buy-ctn a#Buy,
    .buy-ctn a#Active,
    .buy-ctn a#Feature,
    .buy-ctn a#Mobile {
        display: block;
        color: #212121;
        font-family: Roboto Medium, Arial, sans-serif;
        border-radius: 24px;
        background: #fff;
        /* box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2); */
        padding: 40px 24px;
    }

        .buy-ctn a#Buy:hover,
        .buy-ctn a#Active:hover,
        .buy-ctn a#Feature:hover,
        .buy-ctn a#Mobile:hover {
            background: #fff;
            opacity: 1;
            /* box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4); */
            transition: 0.3s;
            transform: translate(0, -20px);
        }

.ba-img {
    /* padding: 40px 0 20px; */
}

.ba-title {
    /* padding: 20px 0 40px; */
    font-size: 20px;
    padding-top: 32px;
}

@media screen and (max-width: 979px) {
    .buy-ctn {
        grid-template-columns: 1fr 1fr 1fr;
        margin-top: -30px;
    }
}

@media screen and (max-width: 767px) {
    .buy-ctn {
        grid-template-columns: 1fr 1fr;
        margin-top: -35px;
        grid-gap: 30px;
    }

    .ba-img {
        padding: 30px 0 15px;
    }

    .ba-title {
        padding: 15px 0 30px;
    }
}
/* endregion  */

/* region tutorial role  */
.bg-tr {
    /* background: #F6F6FE; */
    /* padding: 30px 80px; */
    border-radius: 24px;
    width: auto;
    height: auto;
}

ul.video-tab {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0 0 30px;
    flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
}

    ul.video-tab li {
        margin: 0;
        display: flex;
    }

        ul.video-tab li:not(:last-child) {
            margin-right: 15px;
        }

        ul.video-tab li a {
            color: #212121;
            padding: 10px 20px;
            cursor: pointer;
            user-select: none;
            font-family: Roboto Medium, Arial, sans-serif;
        }

        ul.video-tab li.active a {
            color: #32b247;
            border-bottom: 3px solid;
        }

.tr-list a {
    display: block;
    border-radius: 24px;
    color: #212121;
    /* border: 1px solid #e0e0e0; */
    background-color: #fff;
    box-shadow: 0 5px 35px rgba(39, 72, 219, 0.1);
    /* margin: 15px; */
    padding: 40px 10px;
}

    .tr-list a:hover {
        /* box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2); */
        /* transition: 0.3s; */
        opacity: 1;
        transform: translate(0px, -12px);
        transition: 0.3s;
    }

.tr-list {
    display: flex;
    flex-flow: row wrap;
    text-align: center;
    justify-content: center;
    gap: 24px;
}

.tr-item {
    width: 300px;
}

.tr-img {
    /* padding: 20px 0 15px; */
    margin: 0 auto;
    width: fit-content;
}

.tr-title {
    /* padding: 0px 0 30px; */
    font-family: Roboto Medium, Arial, sans-serif;
    font-size: 16px;
    padding-top: 24px;
    height: 50px;
}

/* Ã„ÂÃƒÂ£ xÃƒÂ³a trÃƒÂ¹ng lÃ¡ÂºÂ·p */

@media screen and (max-width: 767px) {
    .bg-tr {
        padding: 40px 0;
        border-radius: 24px;
    }

    .tr-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    ul.video-tab li.active a {
        color: #fff;
        background: #32b247;
        border-radius: 8px;
        outline: none;
    }

    ul.video-tab li:not(:last-child) {
        margin-right: 0;
    }
}
/* endregion  */

/* Ã„ÂÃƒÂ£ xÃƒÂ³a phÃ¡ÂºÂ§n nghiÃ¡Â»â€¡p vÃ¡Â»Â¥ riÃƒÂªng vÃƒÂ¬ Ã„â€˜ÃƒÂ£ thÃ¡Â»â€˜ng nhÃ¡ÂºÂ¥t dÃƒÂ¹ng cÃ¡ÂºÂ¥u trÃƒÂºc tr-list */

/* Ã„ÂÃƒÂ£ xÃƒÂ³a phÃ¡ÂºÂ§n linh vÃ¡Â»Â±c riÃƒÂªng vÃƒÂ¬ Ã„â€˜ÃƒÂ£ thÃ¡Â»â€˜ng nhÃ¡ÂºÂ¥t dÃƒÂ¹ng cÃ¡ÂºÂ¥u trÃƒÂºc tr-list */

/* Removed benefit section */

/* region video section with specific classes */
.video-section-wrapper {
    padding: 60px 0 120px 0;
    background-image: url('/amis-san-xuat/sites/help/images/pages/home/bg-video.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.video-container-full {
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.video-row {
    display: flex;
    flex-wrap: wrap;
}

.video-content-full {
    width: 100%;
}

.video-section-title {
    font-size: 32px;
    font-family: Roboto Medium, Arial, sans-serif;
    text-align: center;
    padding-bottom: 50px;
    color: #ffffff;
    font-weight: 600;
}

.video-layout-container {
    display: flex;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    padding: 30px;
    /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); */
    /* border: 1px solid rgba(255, 255, 255, 0.2); */

    background: rgba(188, 188, 188, 0.40);
}

.video-main-display {
    width: 708px;
    padding-right: 30px;
    flex-shrink: 0;
}

.video-tab-panel {
    display: none;
    position: relative;
}

.video-tab-panel.active {
    display: block;
}

.video-content-wrapper {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    width: 708px;
    height: 450px;
}

.video-play-link {
    cursor: pointer;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.video-main-image {
    width: 708px;
    height: 450px;
    object-fit: cover;
    display: block;
    border-radius: 15px;
}

.video-play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    transition: all 0.3s ease;
}

.video-play-overlay:hover {
    background: rgba(0, 0, 0, 0.5);
}

.video-play-overlay img {
    width: 80px;
    height: 80px;
    transition: transform 0.3s ease;
}

.video-play-overlay:hover img {
    transform: scale(1.1);
}

.video-sidebar {
    flex: 1;
    padding-left: 12px;
}

.video-thumbnail-list {
    overflow-y: auto;
    padding: 0;
    height: 449px;
    list-style: none;
    margin: 0;
    padding-right: 10px;
}

.video-thumbnail-list::-webkit-scrollbar {
    width: 6px;
}

.video-thumbnail-list::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.video-thumbnail-list::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}

.video-thumbnail-list::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}

.video-thumbnail-item {
    display: flex;
    align-items: center;
    padding: 12px;
    cursor: pointer;
    margin-bottom: 12px;
    border-radius: 12px;
    /* background: rgba(255, 255, 255, 0.1); */
    /* border: 1px solid rgba(255, 255, 255, 0.2); */
    /* transition: all 0.3s ease; */
}

.video-thumbnail-item:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.video-thumbnail-item > a {
    width: 192px;
    height: 100px;
    position: relative;
    display: block;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.video-thumbnail-item > a > img {
    width: 192px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
}

.video-thumbnail-text {
    flex: 1;
    padding-left: 15px;
    color: #ffffff;
    font-family: Roboto Medium, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4;
}

.video-thumb-image {
    width: 192px;
    height: 100px;
    object-fit: cover;
    display: block;
}

.video-thumb-overlay {
    display: none;
}

.video-thumbnail-item.active {
    /* background: rgba(255, 255, 255, 0.3); */
    /* border: 2px solid #ffffff; */
    /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); */
}

.support-ctn {
    padding: 30px 0;
}

@media screen and (max-width: 979px) {
    .bg-tr {
        padding: 30px;
    }

    .tr-title{
        height: auto;
    }
    .video-section-wrapper {
        padding: 40px 0 80px 0;
    }

    .video-container-full {
        padding: 0 15px;
    }

    .video-layout-container {
        padding: 20px;
        flex-direction: column;
    }

    .video-main-display {
        width: 100%;
        padding-right: 0;
        padding-bottom: 20px;
    }

    .video-content-wrapper {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
    }

    .video-main-image {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
    }

    .video-sidebar {
        width: 100%;
        padding-left: 0;
    }

    .video-thumbnail-list {
        height: 350px;
    }

    .video-thumbnail-item {
        padding: 8px;
        margin-bottom: 8px;
    }

    .video-thumbnail-item > a {
        width: 150px;
        height: 80px;
    }

    .video-thumbnail-item > a > img {
        width: 150px;
        height: 80px;
    }

    .video-thumb-image {
        width: 150px;
        height: 80px;
    }

    .video-thumbnail-text {
        font-size: 12px;
        padding-left: 10px;
    }
}

@media screen and (max-width: 979px) {
    .tr-item {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .tr-item {
        width: 100%;
    }

    .video-section-title {
        font-size: 24px;
        padding-bottom: 30px;
    }

    .video-section-wrapper {
        padding: 30px 0 50px 0;
    }

    .video-container-full {
        padding: 0 10px;
    }

    .video-layout-container {
        flex-direction: column;
        padding: 15px;
    }

    .video-main-display {
        width: 100%;
        padding-right: 0;
        padding-bottom: 20px;
    }

    .video-content-wrapper {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
    }

    .video-main-image {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
    }

    .video-sidebar {
        width: 100%;
        padding-left: 0;
    }

    .video-play-overlay img {
        width: 60px;
        height: 60px;
    }

    .video-thumbnail-list {
        height: 200px;
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 10px;
    }

    .video-thumbnail-item {
        flex-direction: column;
        min-width: 140px;
        padding: 8px;
        margin-right: 10px;
        margin-bottom: 0;
        text-align: center;
    }

    .video-thumbnail-item > a {
        width: 120px;
        height: 70px;
        margin-bottom: 8px;
    }

    .video-thumbnail-item > a > img {
        width: 120px;
        height: 70px;
    }

    .video-thumb-image {
        width: 120px;
        height: 70px;
    }

    .video-thumbnail-text {
        width: 100%;
        padding-left: 0;
        font-size: 11px;
        line-height: 1.3;
    }

    .video-thumbnail-list::-webkit-scrollbar {
        height: 4px;
        width: auto;
    }

    .video-thumbnail-list::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.1);
    }

    .video-thumbnail-list::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.3);
    }
}
/* endregion  */

/* region FAQ section */
.faq-section-wrapper {
    padding: 80px 0 120px 0;
    background: #f8f9fa;
}

.faq-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
    background: linear-gradient(180deg, #E7F2EE 0%, rgba(255, 255, 255, 0.00) 100%);
    padding: 60px 60px;
    border-radius: 40px;
    position: relative;
    overflow: visible;
}

.faq-header {
    text-align: center;
    margin-bottom: 50px;
}

.faq-icon {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    margin-top: -103px;
    position: relative;
    z-index: 10;
}

.faq-icon img {
    width: 100px;
    height: 100px;
}

.faq-title {
    font-size: 32px;
    font-family: Roboto bold, Arial, sans-serif;
    color: #063457;
    margin: 0;
    /* font-weight: 600; */
}

.faq-content {
    margin-bottom: 40px;
}

.faq-item {
    background: #ffffff;
    border-radius: 16px;
    margin-bottom: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.faq-question {
    display: block;
    padding: 24px 32px;
    font-size: 20px;
    font-family: Roboto Medium, Arial, sans-serif;
    color: #063457;
    line-height: 1.5;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.3s ease;
}

.faq-question:hover {
    color: #009B71;
    text-decoration: none;
}

.faq-footer {
    text-align: center;
}

.faq-view-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 32px;
    /* background: #17D2AA; */
    color: #009B71;
    font-family: Roboto Medium, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    /* box-shadow: 0 4px 16px rgba(23, 210, 170, 0.3); */
    border: 1px solid #009B71;
}

.faq-view-more:hover {
    background: #14b896;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(23, 210, 170, 0.4);
    color: #ffffff;
    text-decoration: none;
}

.faq-view-more svg {
    transition: transform 0.3s ease;
}

.faq-view-more:hover svg {
    transform: translateX(4px);
}

@media screen and (max-width: 979px) {
    .faq-section-wrapper {
        padding: 60px 0 80px 0;
    }

    .faq-container {
        padding: 40px 30px;
    }

    .faq-header {
        margin-bottom: 40px;
    }

    .faq-icon {
        margin-top: -40px;
    }

    .faq-icon img {
        width: 80px;
        height: 80px;
    }

    .faq-title {
        font-size: 28px;
    }

    .faq-question {
        padding: 20px 24px;
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .faq-section-wrapper {
        padding: 40px 0 60px 0;
    }

    .faq-container {
        padding: 30px 20px;
    }

    .faq-header {
        margin-bottom: 30px;
    }

    .faq-icon {
        margin-top: -30px;
        margin-bottom: 16px;
    }

    .faq-icon img {
        width: 60px;
        height: 60px;
    }

    .faq-title {
        font-size: 24px;
    }

    .faq-content {
        margin-bottom: 30px;
    }

    .faq-item {
        border-radius: 12px;
        margin-bottom: 12px;
    }

    .faq-question {
        padding: 18px 20px;
        font-size: 15px;
        line-height: 1.4;
    }

    .faq-view-more {
        padding: 10px 28px;
        font-size: 15px;
    }
}
/* endregion */