.index-banner {
    background-image: linear-gradient(#00246A, #1F59B8, #157BCF, #FFFFFF);
}

.section-free-trial {
    background-image: linear-gradient(to bottom right, #00246A, #1F59B8, #157BCF, #FFFFFF);
}

.title-h2 {
    margin: 15px auto;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
}

.chatbot-section-title span {
    color: #1F59B8;
}

.intro-item .intro-content {
    min-height: 200px;
}

.height-280 .intro-content {
    min-height: 280px;
}

.item-chatbot {
    background: #F2F4FD;
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
    border-radius: 4px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.img-item {
    height: 179px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.body-item h6 {
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #3e5c9a;
    display: block;
    margin-bottom: 10px;
}

.body-item h5 {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #4D7FF8;
    margin-bottom: 10px;
}

.body-item {
    padding: 8px 15px 31px 17px;
}

.nav-pills .nav-link {
    color: #000;
    padding: 1rem;
    margin-bottom: 5px;
    border: 1px solid #95a4c5;
}

.item-chatbot:hover .item-btn {
    display: flex;
}

.item-btn {
    display: none;
    padding: 0 14px;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(18, 18, 18, 0.7);
    align-items: center;
    justify-content: center;
}

.item-btn .btn {
    border: 0;
    border-radius: 5px;
    font-weight: normal;
    font-size: 13px;
    text-align: center;
    width: 100%;
    max-width: 112px;
    margin: 0 6px;
    padding: 11px 5px 10px;
    transition: 0.85s;
}

.item-btn .btn-left {
    color: #4D7FFD;
    background: #fff;
}

.item-btn .btn-right {
    color: #fff;
    background: #2260e7;
}

.bg-odd {
    background: #F9F7FC;
}

.section-feature-content {
    display: flex;
    flex-wrap: wrap;
}

.section-feature-content {
    gap: 1rem;
}

.feature-item {
    padding: .75rem;
    border-radius: 0.5rem;
    border: 1px solid rgba(112, 154, 234, 1);
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.feature-item-name {
    font-size: 14px;
    color: var(--blue);
    margin: 0.5rem 0;
}

.feature-item-btn {
    font-size: 12px;
    text-transform: uppercase;
}

.feature-title {
    display: flex;
    align-items: center;
    font-weight: 700;
    margin-bottom: 1rem;
}

.feature-title .ft-number {
    color: #1F59B8;
    font-size: 3rem;
    border-bottom: 4px solid #1f59b8;
}

.feature-title h3 {
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 700;
}

.section-faq {
    min-height: 50vh;
}

.section-faq .panel-heading {
    margin-bottom: 1rem;
}

.section-faq h5 {
    padding: 1rem 2rem;
    border-radius: 5px;
    display: flex;
    margin: 0;
    justify-content: space-between;
    align-items: center;
    /*box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;*/
    margin-bottom: 1.25rem;
    font-size: 1.1rem;
    cursor: pointer;
}

.section-faq h5 i {
    transform: rotate(0);
    transition: .3s all;
}

.section-faq h5[aria-expanded="true"] i {
    transform: rotate(3.142rad);
    color: var(--blue);
}

.section-faq .panel-body {
    padding: 0 3rem 1rem;
}

.faq-img {
    bottom: 0;
    right: 0;
    max-width: 40%;
}

.custom-video::-webkit-media-controls-panel {
    display: none !important;
}

.custom-video::-webkit-media-controls-timeline {
    display: none !important;
}

.custom-video::-webkit-media-controls-current-time-display {
    display: none !important;
}

.custom-video::-webkit-media-controls-time-remaining-display {
    display: none !important;
}

.custom-video::-webkit-media-controls-play-button {
    display: none !important;
}

.custom-video::-webkit-media-controls-volume-slider {
    display: none !important;
}
.box-mid-iphone {
    top: -23px;
    right: 247px;
    text-align: center;
    position: absolute;
}
.box-mid-iphone .frame-phone {
    position: relative;
    z-index: 1;
}

.box-mid-iphone video {
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    left: 50%;
    top: calc(50% + 1px);
    z-index: 2;
    transform: translate(-50%, -50%);
}
.custom-video {
    border-radius: 33px;
}
.box-mid-iphone .frame-phone {
    height: 100%;
}
#sectionFeature5 .custom-video, #sectionFeature7 .custom-video {
    position: absolute;
    left: 116px;
    z-index: 2;
    height: 100%;
    border-radius: 0;
}

video {
    overflow-x: hidden;
}

.section-faq {
    padding: 30px;
}

.navbar, .navbar-bg.nav-scroll {
    background: #00246a;
}
#tab-all .max-height {
    max-height: 782px;
    overflow: hidden;
    transition: all .5s ease-in-out;
}
#tab-all .max-height.active {
    max-height: none;
}
.show-more a {
    color: #0861f2 !important;
    cursor: pointer;
}
.click-down {
    color: #1F59B8;
}
.feature-item-btn {
    background: #1F59B8 !important;
    border-color: #1F59B8 !important;
}
.feature-item-btn:hover i {
    font-weight: 700;
}
.section-feature .custom-video {
    border-radius: 15px;
}
.bg-mobile {
    position: absolute;
    left: 50%;
    top: calc(50% + 1px);
    z-index: 2;
    transform: translate(-50%, -50%);
    width: calc(100% - 13px);
    height: calc(100% - 18px);
}
.bg-mobile img {
    height: 310px;
    border-radius: 13px;
}
@media (max-width: 1025px) {
    .box-mid-iphone {
        right: 218px;
    }
    .box-mid-iphone video {
        width: calc(100% - 21px);
        height: calc(100% - 21px);
    }
    .box-mid-iphone .frame-phone {
        height: 427px;
    }
}

@media (max-width: 991px) {
    .box-mid-iphone {
        right: 159px;
    }
    .box-mid-iphone .frame-phone {
        height: 337px;
    }
    #sectionFeature5 .custom-video, #sectionFeature7 .custom-video {
        left: 65px;
    }
}
@media (max-width: 821px) {
    .banner_index .box-mid-iphone {
        right: 211px;
    }
    .banner_index .box-mid-iphone .frame-phone {
        height: 414px;
    }
}
@media (max-width: 768px) {
    .box-mid-iphone {
        right: 156px;
    }
    .box-mid-iphone .frame-phone {
        height: 357px;
    }
    .section-feature-content {
        display: block;
    }
    .feature-item {
        flex-direction: row;
        align-items: center;
        margin-bottom: 15px;
    }
    .img-gif-mobile {
        position: absolute;
        height: 100%;
        left: 65px;
    }
    .img-gif-mobile img {
        height: 100%;
        border-radius: 15px;
    }
    .section-feature .shadow .row > div:first-child {
        margin-bottom: 15px;
    }
    .border-radius-15 {
        border-radius: 15px;
    }
    .index-banner .index-banner-title2, .text-mobile-center {
        text-align: center;
    }
}

@media (max-width: 765px) {
    .banner-chatbot {
        width: 100%;
    }
}

@media (max-width: 541px) {
    .box-mid-iphone {
        right: 205px;
    }
    .banner_index .box-mid-iphone .frame-phone {
        height: 330px;
    }
}
@media (max-width: 431px) {
    .banner_index .box-mid-iphone {
        right: 164px;
    }
    .box-mid-iphone video {
        width: calc(100% - 15px);
        height: calc(100% - 22px);
    }
    .custom-video {
        border-radius: 20px;
    }
}

@media (max-width: 415px) {
    .banner_index .box-mid-iphone {
        right: 152px;
    }
}
@media (max-width: 391px) {
    .banner_index .box-mid-iphone {
        right: 146px;
    }
}
@media (max-width: 376px) {
    .banner_index .box-mid-iphone {
        right: 137px;
    }
    .box-mid-iphone video {
        width: calc(100% - 13px);
        height: calc(100% - 18px);
    }
}