* {
    outline: none;
}
body {
    font-size: 16px;
    line-height: 1.5 !important;
    color: #222;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
}
div.container {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}
#main-content {    
    min-height: 450px;
}
body p {
    margin-bottom: 1rem;
}
body h1 {
    font-size: 2.5rem;
}
body h2 {
    font-size: 2rem;
}
body h3 {
    font-size: 1.75rem;
}
body h4 {
    font-size: 1.5rem;
}
body h1, body h2, body h3, body h4, body h5 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1rem;
}
.btn {
    padding: 12px 2rem;
    background-color: rgb(46 49 146 / var(--tw-bg-opacity, 1));
    color: #fff;
    border-radius: 8px;
}

/* Header */
header .main-menu ul li {
    display: inline-block;
}
header .main-menu ul li:not(:last-child) {
    margin-right: 50px;
}
header .main-menu ul li a {
    font-weight: 500;
    color: #fff;
}
header .main-menu .btn-buy {
    box-shadow: 0px 4px 20px 0px #3580D5;
    color: #2E3192;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px 28px;
    color: #2E3192;
}
.btn-mobile {
    height: 1.5rem;
    position: relative;
    width: 2.3rem;
}
.btn-mobile span {
    background-color: #fff;
    height: 2px;
    right: 0;
    position: absolute;
    width: 34px;
}
.btn-mobile span:nth-child(1) {
    top: 0;
}
.btn-mobile span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}
.btn-mobile span:nth-child(3) {
    bottom: 0;
}
.mobile-menu {
    height: 100%;
    left: -100%;
    position: fixed;
    top: 0;    
    width: 100%;
    z-index: 100000;
}
.mobile-menu ul li a {
    display: block;
    padding: 12px 0;
    font-weight: 600;
    border-bottom: 1px dashed #ccc;
}
.mobile-menu ul li:first-child a {
    padding: 12px 0;
    font-weight: 600;
    border-top: 1px dashed #ccc;
}
.mobile-menu .mobile-wrap {
    background: #fff;
    height: 100vh;
    overflow: auto;
    padding: 3.5vw 3.5vw 7vw;
    padding-top: 20px;
    position: absolute;
    top: 0;
    width: 70vw;
    z-index: 10;
}
.mobile-menu .sub-menu {
    display: none;
    padding-left: 12px;
    margin-top: 10px;
}
.mobile-menu .sub-menu li {
    margin-bottom: 8px;
}
.mobile-menu .menu > li {
    margin-bottom: 20px;
    position: relative;
}
.mobile-menu .icon-down {
    content: "";
    height: 43.5px;
    position: absolute;
    right: 0;
    top: -8px;
    width: 3rem;
    cursor: pointer;
}
.mobile-menu .icon-down:before,
.mobile-menu .icon-down:after {
    border-right: 1px solid #606060;
    border-top: 1px solid #606060;
    content: "";
    height: 10px;
    position: absolute;
    right: 5px;
    top: 16px;
    transition: .3s;
    width: 10px;
    transform: rotate(45deg);
}
.mobile-menu .icon-down.opened:before,
.mobile-menu .icon-down.opened:after {
    transform: rotate(135deg);
}
.overlay {
    background-color: rgba(0, 0, 0, .612);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;    
    width: 100%;
    z-index: 9;
}
header.scrolled {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    background: #0c1c4b;
}
.admin-bar header.scrolled {
    top: 32px;
}
header.scrolled .wrap-header {
    padding-top: 15px;
    padding-bottom: 15px;
}

/* Footer */
footer {
    background: linear-gradient(90deg, #132D70 0%, #2456D6 100%);
}
footer ul li:not(:last-child) {
    margin-right: 15px;
}

/* Content */
.lienhe {
    background: linear-gradient(180deg, #CDE8FF 0%, rgba(242, 250, 255, 0) 100%);
}
.contact-form textarea {
    height: 110px;
}
.contact-form input, textarea {
    border-radius: 8px;
    border-color: #B2DDFF;
}
.contact-form br {
    display: none;
}
.contact-form input[type="submit"] {
    cursor: pointer;
}
.qa {
    background: linear-gradient(180deg, #F4FAFF 0%, #FFFFFF 100%);
    padding-top: 40px;
    padding-bottom: 30px;
}
.qa .question {
    padding-left: 30px;
    font-size: 20px;
    margin-bottom: 8px;
}
.qa .answer {
    padding-left: 35px;
}
.qa .question:before {
    background-image: url('../images/common/question-icon.svg');
    width: 24px;
    height: 24px;
    background-size: cover;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -4px;
    margin-left: -30px;
}
.qa ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.qa ul li {
    margin-bottom: 20px;
    padding-right: 30px;
}
.ai-package ul li {
    padding-left: 35px;
    margin-bottom: 20px;
}
.ai-package ul li:before {
    background-image: url('../images/home/ai-check.svg');
    width: 24px;
    height: 24px;
    background-size: cover;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -4px;
    margin-left: -30px;
}
.ai-package .ai-slide .owl-dots {
    text-align: center;
}
.ai-package .ai-slide .owl-dots button {
    border-radius: 10px;
    width: 20px;
    height: 6px;
    background-color: #d5d6e9;
}
.ai-package .ai-slide .owl-dots button:not(:last-child) {
    margin-right: 5px;
}
.ai-package .ai-slide .owl-dots button.active {
    width: 32px;
    background-color: #2E3192;
}
.cloud-package{
    background: linear-gradient(180deg, #CDDAFF 0%, rgba(242, 250, 255, 0) 100%);
}
.cloud-package .item a:before {
    background-image: url('../images/home/cart-icon.svg');
    width: 21px;
    height: 20px;
    background-size: cover;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-right: 7px;
}
.cloud-package .item:nth-child(1) h4 {
    background: linear-gradient(90deg, #BAFFF1 0%, rgba(255, 255, 255, 0) 100%);
}
.cloud-package .item:nth-child(2) h4 {
    background: linear-gradient(90deg, #94F3ED 0%, rgba(255, 255, 255, 0) 100%);
}
.cloud-package .item:nth-child(3) h4 {
    background: linear-gradient(90deg, #BAE8FF 0%, rgba(255, 255, 255, 0) 100%);
}
.cloud-package .item:nth-child(4) h4 {
    background: linear-gradient(90deg, #BAD3FF 0%, rgba(255, 255, 255, 0) 100%);
}
.cloud-package .item:nth-child(5) h4 {
    background: linear-gradient(90deg, #BABFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.version .item:first-child {
    background: linear-gradient(130.62deg, #FFFFFF -141.25%, #98E3D7 169.53%);
}
.version .item:last-child {
    background: linear-gradient(130.62deg, #FFFFFF -141.25%, #8BA8FF 169.53%);
}
.version ul,
.ai-package ul {
    font-size: 20px;
}
.version ul li {
    padding-left: 35px;
}
.version ul li:not(:last-child) {
    margin-bottom: 15px;
}
.version ul li:before {
    background-image: url('../images/home/ai-check.svg');
    width: 24px;
    height: 24px;
    background-size: cover;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -4px;
    margin-left: -30px;
}
.version a {
    box-shadow: 5px 8px 16px 0px #1155D58A;
}
.version .item:last-child a {
    background: linear-gradient(90deg, #292EB5 -6.65%, #09FCD8 136.99%);
}
.version .item:after {
    width: 195px;
    height: 200px;
    right: 70px;
    bottom: 0;
    position: absolute;
    content: '';
    background: rgba(59, 197, 176, 0.71);
    filter: blur(70.85px);
}
.version .item:nth-child(2):after {
    background: rgba(122, 135, 255, 0.71);
    filter: blur(70.85px);
}
.feature h4 span {
    background: linear-gradient(90deg, #292EB5 55.87%, #00C8AA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.hero-section {
    background-image: url('../images/home/bg-banner.png');
    background-size: cover;
    background-position: bottom;
    margin-top: -80px;
}
body:not(.home) .hero-section {
    background-image: url('../images/home/bg-hero.png');
}
.banner h1 span {
    background: linear-gradient(90deg, #00C2DB 55.87%, #09FCD8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.banner .btn-buy {
    box-shadow: 0px 8px 23.3px 0px #3580D5;
}
.banner .banner-slide img {
    width: auto;
    margin: 0 auto;
    max-height: 200px;
}
.banner .banner-slide .owl-stage {
    display: flex;
    align-items: center;
}
.banner .owl-dots {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 100%;
    margin-top: 90px;
}
.banner .owl-dots button {
    border-radius: 19px;
    width: 11px;
    height: 8px;
    background-color: #d5d6e9;
}
.banner .owl-dots button:not(:last-child) {
    margin-right: 5px;
}
.banner .owl-dots button.active {
    width: 48px;
    background-color: #2E3192;
}
.hero-section.general {
    background-position: top;
}

/* Contact */
.text-lienhe h5 {
    background: linear-gradient(90deg, #292EB5 55.87%, #09FCD8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

/* Blog */
.blog form button {
    box-shadow: 0px 8px 23.3px 0px #3580D5;
}
.blog form .search-icon:before {
    background-image: url('../images/common/search.svg');
    width: 21px;
    height: 20px;
    content: '';
    position: absolute;
    left: 15px;
    top: 15px;
}
.blog .open-link a:after {
    background-image: url('../images/blog/open-icon.svg');
    width: 12px;
    height: 12px;
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
}

/* Pagination */
.pagination li:not(:last-child) {
    margin-right: 10px;
}
.pagination li span,
.pagination li a:not(.page-prev),
.pagination li a:not(.page-next) {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
}
.pagination li a.page-prev,
.pagination li a.page-next {
    width: auto;
}
.pagination li.active span {
    background-color: #F9F5FF;
}

@media screen and (max-width: 1500px) {
    div.container {
        max-width: 1200px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 1200px) {
    header .main-menu ul li:not(:last-child) {
        margin-right: 20px;
    }
    header .main-menu .buy-nav {
        display: none;
    }
    header .main-menu ul li:nth-last-child(2) {
        margin-right: 0;
    }
    header .main-menu ul li a {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
        line-height: 1.7 !important;
    }
    .qa .question {
        font-size: 18px;
    }
    .qa ul {
        columns: 1;
    }
    .qa ul li {
        padding-right: 0;
    }
    .hero-section.general {
        background: #134589;
    }
    .admin-bar header.scrolled {
        top: 0;
    }
    .version ul,
    .ai-package ul {
        font-size: 16px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .sidebar-img,
    .sidebar-text {
        width: 100% !important;
    }
    .sidebar-text {
        margin-left: 0 !important;
        margin-top: 10px;
    }
}

@media screen and (min-width: 1200px) {
    .banner {
        overflow: hidden;
    }
    .banner .banner-slide {
        position: relative;
    }
    .banner .banner-slide:before {
        background-color: rgba(255, 255, 255, 0.4);
        content: '';
        height: calc(100% + 100px);
        width: 33%;
        position: absolute;
        left: 0;
        top: -50px;
        border-top-right-radius: 170px;
        border-bottom-right-radius: 170px;
        border: 2px solid #c2dde5;
        border-left: none;
    }
    .banner .wrap-slide:before {
        background-color: rgba(255, 255, 255, 0.4);
        content: '';
        height: calc(100% + 100px);
        width: 100%;
        position: absolute;
        top: -50px;
        left: -100%;
        border: 2px solid #c2dde5;
        border-right: none;
    }
    .banner .banner-slide:after {
        background-color: rgba(255, 255, 255, 0.4);
        content: '';
        height: calc(100% + 100px);
        width: 33%;
        position: absolute;
        right: 0;
        top: -50px;
        border-top-left-radius: 170px;
        border-bottom-left-radius: 170px;
        border: 2px solid #c2dde5;
        border-right: none;
    }
    .banner .wrap-slide:after {
        background-color: rgba(255, 255, 255, 0.4);
        content: '';
        height: calc(100% + 100px);
        width: 100%;
        position: absolute;
        top: -50px;
        right: -100%;
        border: 2px solid #c2dde5;
        border-left: none;
    }
    .banner .owl-nav button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .banner .owl-nav button {
        width: 24px;
        height: 24px;
        font-size: 0 !important;
    }
    .banner .owl-nav button.owl-prev {
        left: -5%;
        background-image: url(../images/home/arrow-left.svg);
    }
    .banner .owl-nav button.owl-next {
        right: -5%;
        background-image: url(../images/home/arrow-right.svg);
    }
}