@font-face {
    font-family: 'UTM';
    src: url('../fonts/UTMAvoBold.woff2') format('woff2'), url('../fonts/UTMAvoBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UTM';
    src: url('../fonts/UTMAvo.woff2') format('woff2'), url('../fonts/UTMAvo.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


body main.seo {
    font-family: "UTM" !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5 !important;
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.5;
    color: inherit;
}

p {
    line-height: inherit;
    font-size: inherit;
}

.d-img {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}

.d-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.scale-hover {
    display: block;
    overflow: hidden;
}

.scale-hover img {
    transition: all 0.5s;
}

.scale-hover:hover img {
    transform: scale(1.05);
}

.flickity-button svg {
    display: none;
}

.flickity-button::after {
    content: url(../svg/arrow-up-circle.svg);
    display: inline-block;
}

.flickity-button.previous::after {
    transform: rotate(-180deg) translateY(10%);
}

.flickity-page-dots .dot.is-selected {
    background: #D42027;
}

.seo-banner {
    padding: 40px 0;
}


.seo-banner-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.seo-banner-content {
    color: #fff;
}

.seo-banner-content h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.seo-banner-content h1 {
    font-size: 42px;
    margin-bottom: 55px;
}

.seo-banner-content ul li {
    display: flex;
    max-width: 500px;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 700;
}

.seo-banner-content ul li+li {
    margin-top: 19px;
}

.seo-banner-content ul li::before {
    content: url(../svg/check2.svg);
}

@media (min-width: 992px) {

    .seo-banner {
        padding: 94px 0 122px;
    }

    .seo-banner-img {
        width: 100%;
        height: 500px;
        position: relative;
    }

    .seo-banner-img img {
        position: absolute;
        width: 755px;
        height: 545px;
        top: 10px;
        left: -32%;
        max-width: initial;
    }
}

@media (max-width: 767px) {
    .seo-banner-content h3 {
        font-size: 16px;
    }

    .seo-banner-content h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .seo-banner-content ul li {
        max-width: 100%;
        font-size: 14px;
    }

    .seo-banner-content ul li+li {
        margin-top: 10px;
    }
}

.seo-brand {
    padding: 90px 0;
}

/*.seo-brand .row{
    row-gap: 30px;
}
*/
.seo-brand-content {
    color: #444;
    font-size: 18px;
    max-width: 568px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.seo-brand-content::after {
    content: "";
    background: url(../svg/vector.svg) center/ contain no-repeat;
    width: 66%;
    height: 86px;
    margin-top: 29px;
    margin-left: auto;
    display: block;
    text-align: right;
}

.seo-brand-content h2 {
    font-size: 38px;
    color: #333;
    margin-bottom: 30px;
}

.seo-brand-img img {
    width: 100%;
    object-fit: contain;
}

@media (max-width: 767px) {
    .seo-brand {
        padding: 40px 0;
    }

    .seo-brand-content {
        font-size: 14px;
    }

    .seo-brand-content::after {
        margin-top: 10px;
        height: 20px;
    }

    .seo-brand-content h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }

}

.seo-effect {
    padding: 70px 0;
}

.seo-effect .row {
    row-gap: 30px;
    margin-top: 84px;
    justify-content: center;
}

.seo-effect-item {
    background: #F3F3F3;
    border-radius: 20px;
    padding: 20px;
    font-size: 18px;
    color: #444;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 482px;
    transition: all 0.5s;
    text-align: center;
}

.seo-effect-item img {
    width: 132px;
    margin: 0 auto;
}

.seo-effect-item h3 {
    font-size: 24px;
    color: #333;
    margin: 73px 0 24px;
}

.seo-effect-item:hover {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
    color: #333;
}

.seo-effect-item:hover h3 {
    color: #D42027;
}

@media (max-width: 991px) {
    .seo-effect {
        padding: 0;
    }

    .seo-effect .row {
        margin-top: 30px;
    }

    .seo-effect-item {
        height: 300px;
        font-size: 14px;
    }

    .seo-effect-item img {
        width: 70px;
    }

    .seo-effect-item h3 {
        font-size: 16px;
        margin: 20px 0;
    }
}

@media (max-width: 575px) {
    .seo-effect .row {
        margin-right: -10px;
        margin-left: -10px;
    }

    .seo-effect .col-6 {
        padding: 0 10px;
    }

    .seo-effect-item {
        height: 230px;
    }

    .seo-effect-item h3 {
        font-size: 14px;
        margin: 10px 0;
    }
}

.seo-support {
    padding: 30px 0;
}

.seo-support-img img {
    width: 100%;
    object-fit: contain;
}

.seo-support-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #444;
    font-size: 18px
}

.seo-support-content h2 {
    margin-top: 75px;
    font-size: 38px;
    margin-bottom: 32px;
    color: #333;
}

.seo-support-content ul li {
    display: flex;
    align-items: center;
    gap: 22px;
    max-width: 522px;
}

.seo-support-content ul li+li {
    margin-top: 18px
}

.seo-support-content ul li::before {
    content: url(../svg/check3.svg);
}

.seo-support-content-btn {
    background: linear-gradient(90deg, #D42027, #D42027, #D42027, #D42027, #F06425, #F06425);
    background-size: 350px;
    background-position: 0;
    border-radius: 34px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    width: max-content;
    padding: 10px 31.5px;
    margin-top: 58px
}

.seo-support-content-btn:hover {
    color: #fff;
    background-size: 700px;
    background-position: 100%
}

@media (max-width: 991px) {
    .seo-support-content {
        font-size: 14px;
    }

    .seo-support-content h2 {
        margin-top: 0;
        font-size: 22px;
        margin-bottom: 20px;
    }

    .seo-support-content ul li {
        gap: 10px;
        max-width: 100%;
    }

    .seo-support-content ul li+li {
        margin-top: 10px
    }

    .seo-support-content-btn {
        margin-top: 20px
    }

}

.seo-solution {
    padding: 130px 0 116px;
}

.seo-solution-list {
    display: grid;
    grid-template-columns: 34% 66%;
    margin-top: 74px;
}


.seo-solution-item {
    width: max-content;
    padding: 15px 45px;
    color: #000;

}

.seo-solution-item h3 {
    font-weight: 400;
    font-size: 18px;
}

.seo-solution-item.is-selected {
    background: #D42027;
    color: #fff;
}

.seo-solution-content .flickity-viewport {
    overflow: inherit;
    overflow-x: clip;
}

.seo-solution-desc {
    width: 100%;
    background: linear-gradient(59.67deg, #D42027 52.64%, #F06425 100%);
    border-radius: 0px 16px 16px 16px;
    overflow: hidden;
    color: #fff;
    padding: 70px;
    padding-bottom: 20px;
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
}

.seo-solution-desc img {
    width: 100%;
}

.seo-solution-desc h3 {
    font-size: 24px;
    margin: 30px 0 19px;
}

@media (min-width: 992px) {
    .seo-solution-item+.seo-solution-item {
        margin-top: 10px;
    }

    .seo-solution-item {
        width: 100%;
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        transform: translateX(0%) !important;
    }

    .seo-solution-items {
        background: #FFFFFF;
        box-shadow: -8px 12px 40px rgba(0, 0, 0, 0.15);
        border-radius: 16px 0px 0px 16px;
        height: max-content;
        padding-bottom: 80px;
    }

    .seo-solution-items .flickity-slider {
        display: flex;
        flex-direction: column;
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        transform: translateX(0) !important;
        height: 100% !important;
        border-radius: 16px 0 0 0;
        overflow: hidden;
    }

    .seo-solution-items .flickity-viewport {
        height: 100% !important;
    }


    .seo-solution-content .flickity-page-dots {
        bottom: 70%;
        transform: rotate(90deg);
        left: -105%;
    }

    .seo-solution-content .flickity-button.flickity-prev-next-button {
        background: none;
        top: 70%;
    }

    .seo-solution-content .flickity-prev-next-button.previous {
        left: -36%
    }

    .seo-solution-content .flickity-prev-next-button.next {
        right: 120%;
    }

}

@media (max-width: 1199px) {
    .seo-solution-item {
        padding: 15px;
    }

    .seo-solution-item h3 {
        font-size: 16px;
    }

    .seo-solution-content .flickity-button.flickity-prev-next-button {
        top: 100%;
    }

    .seo-solution-desc {
        font-size: 16px;
    }

    .seo-solution-desc h3 {
        font-size: 22px;
        margin: 20px 0;
    }
}

@media (max-width: 991px) {
    .seo-solution {
        padding: 30px 0;
    }

    .seo-solution-list {
        display: block;
        margin-top: 30px;
    }

    .seo-solution-content .flickity-button.flickity-prev-next-button {
        top: 50%;
    }

    .seo-solution-desc {
        border-radius: 0;
    }

    .seo-solution-content .flickity-page-dots {
        display: none;
    }
}

@media (max-width: 575px) {
    .seo-solution-desc {
        padding: 20px;
        font-size: 14px;
    }

    .seo-solution-content .flickity-button.flickity-prev-next-button {
        display: none;
    }

}

.seo-about {
    padding: 86px 0;
}

.seo-about .seo-title {
    margin-bottom: 40px;
}

.seo-about-item {
    padding: 43px 0 30px 29px;
    transition: all 0.5s;
    border-radius: 16px;
    display: flex;
    gap: 30px;
}

.seo-about-item:hover {
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.45);
}

.seo-about-item-img {
    width: 15%;
}

.seo-about-item-desc {
    width: 80%;
    color: #333333;
}

.seo-about-item-desc h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.seo-about-item-desc p {
    margin-bottom: 0;
}

.seo-about-img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seo-about-img img {
    width: 100%;
}

@media (max-width: 575px) {
    .seo-about {
        padding: 30px 0;
    }

    .seo-about .seo-title {
        margin-bottom: 20px;
    }

    .seo-about-item {
        padding: 20px;
        flex-direction: column;
        gap: 10px;
    }

    .seo-about-item-img {
        width: 70px;
        margin: 0 auto;
    }

    .seo-about-item-desc {
        width: 100%;
        color: #333333;
        text-align: center;
        font-size: 14px;
    }

    .seo-about-item-desc h3 {
        font-size: 18px;
    }

}

.seo-project {
    padding: 90px 0;
}

.seo-project-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 30px;
    margin-top: 40px;
}

.seo-project-item {
    position: relative;
    display: block;
    border-radius: 16px;
    overflow: hidden;
}

.seo-project-item::after {
    content: "Xem giao diện";
    position: absolute;
    display: block;
    top: -30%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: max-content;
    padding: 10px;
    background: linear-gradient(84.53deg, #D42027 54.09%, #F06425 96.64%);
    color: #fff;
    border-radius: 20px;
    transition: all 0.5s;
}

.seo-project-item:hover::after {
    top: 30%;
}

.seo-project-item:hover .seo-project-item-img::after {
    background-color: rgba(0, 0, 0, 0.6);
}

.seo-project-item-img {
    position: relative;
    padding-top: 136.8%;
    width: 100%;
}

.seo-project-item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.seo-project-item-img::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: all 0.5s;
}

.seo-project-item h3 {
    height: 138px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    font-size: 24px;
    transition: all 0.5s;
    text-align: center;
    background: linear-gradient(90deg, #D42027, #D42027, #D42027, #D42027, #F06425, #F06425);
}

.seo-project-item:hover h3 {
    background-size: 700px;
    background-position: 100%
}

.seo-project .flickity-prev-next-button.previous {
    left: -5%;
}

.seo-project .flickity-prev-next-button.next {
    right: -5%;
}

@media (max-width: 991px) {
    .seo-project {
        padding: 30px 0;
    }

    .seo-project-list {
        gap: 15px;
        grid-template-columns: repeat(2, 1fr);
    }

    .seo-project-item h3 {
        font-size: 12px;
        height: auto;
        padding: 20px 10px;
    }

}

.seo-review {
    padding: 10px 0 40px;
}

.seo-review-slider {
    margin-top: 40px;
}

.seo-review-avatar {
    width: 291px;
    height: 291px;
    margin: 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seo-review-avatar img {
    width: 177px;
    height: 177px;
    border-radius: 50%;
    margin: 0 auto;
    opacity: 0.5;
    object-fit: cover;
    transition: all 0.5s;
    display: block;
    object-position: top;
}

.seo-review-avatar.is-selected img {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.seo-review-bottom {
    margin-top: 16px
}

.seo-review-content {
    width: 100%;
    text-align: center;
}

.seo-review-desc {
    max-width: 890px;
    margin: 0 auto 16px;
    font-style: italic;
}

.seo-review-content h3 {
    font-size: 18px;
    color: #D42027;
    padding-top: 8px;
    border-top: 1px solid #D42027;
    max-width: 370px;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .seo-review-avatar {
        margin: 0 30px;
    }

}

@media (max-width: 991px) {
    .seo-review-avatar {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .seo-review-avatar.is-selected img {
        width: 177px;
        height: 177px;
        opacity: 1;
    }

    .seo-review {
        padding: 30px 0;
    }

    .seo-review-desc {
        font-size: 14px;
    }

}

.seo-partner {
    padding: 80px 0;
}

.seo-partner-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 30px;
    margin-top: 70px;
}

.seo-partner-item {
    flex: 1 1 15%;
    border-radius: 16px;
    transition: all 0.5s;
    overflow: hidden;
}

.seo-partner-item:hover {
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.45);
}

@media (max-width: 991px) {
    .seo-partner {
        padding: 30px 0;
    }

    .seo-partner-list {
        margin-top: 30px;
    }

    .seo-partner-item {
        flex: 1 1 25%;
    }
}