.banner-img {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}

.banner-img .open-video::after {
    content: "\f167";
    font-family: var(--font-brands);
    font-size: 85px;
    color: #FF0000;
    font-weight: 900;
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: 999;
    width: max-content;
    height: max-content;
}

.banner-img-wrap {
    position: relative;
    max-width: 680px;
    margin: 0 auto;
}

.banner-img-main {
    border-radius: 30px;
    box-shadow: 0px 4px 70px 0px #0000001A;
    padding: 12px;
    position: relative;
    z-index: 2;
    background: #fff;

}

.banner-img-main img {
    width: 100%;
    border-radius: 30px;
}

.banner-img-bottom-right,
.banner-img-top-left {
    position: absolute;
}

.banner-img-top-left {
    top: 55px;
    left: -9%;
    max-width: 280px;
    z-index: 3;
}

.banner-img-top-left img {
    box-shadow: 0px 4px 45px 0px #00000012;
    background-color: #fff;
    border-radius: 30px;
}

.banner-img-count {
    box-shadow: 0px 4px 45px 0px #00000012;
    background: #fff;
    width: 280px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    border-radius: 30px;
}

.banner-img-count span.count-desc {
    max-width: 147px;
    display: flex;
    flex-direction: column;
    font-size: 24px;
    text-align: center;
}

.banner-img-count span.count-up-cuttom {
    font-size: 100px;
    line-height: 1;
    font-family: var(--font-Big-Shoulders);
    color: var(--primary-color);
    font-weight: 700;
}

.banner-img-count span.count-desc strong {
    font-size: 50px;
    text-transform: uppercase;
    color: var(--primary-color);
}

.banner-img-bottom-right {
    bottom: -60px;
    right: 3%;
    max-width: 232px;
    z-index: 4;
}

.banner-img-bg {
    position: absolute;
    background: url(../images/banner-bg.png) center / contain no-repeat;
    width: 576px;
    height: 600px;
    left: -20%;
    top: -14%;
    z-index: 1;
}

.banner-main-desc {
    margin-bottom: 40px;
}

.banner-main-desc h2 {
    font-size: 37px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.banner-main-desc h2 strong {
    background: linear-gradient(90deg, #D2262B 0%, #900E0E 100%);
    color: transparent;
    background-clip: text;
    font-size: 70px;
    display: block;
}

.cash-btn {
    border: 1px solid transparent;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(90deg, #FFFFFF 0%, #FFCCCD 100%) border-box;
    border-radius: 50px;
    background-color: #fff;
}

.cash-btn .icon-box-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    padding-right: 32px;
}

.cash-btn .icon-box-text * {
    margin: 0;
}

.cash-btn a.button.primary {
    background: linear-gradient(90deg, #E83B40 3.82%, #A91418 100%);
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    text-transform: unset;
    line-height: 40px;
}

.cash-btn .icon-box-text p {
    background: linear-gradient(90deg, #D52429 0%, #7C181B 100%);
    color: transparent;
    background-clip: text;
    font-size: 21px;
    font-weight: 700;
}

.ss-web-category {
    padding: 0 30px !important;
}

.ss-web-category .section-content {
    background: linear-gradient(180deg, #FFE8E8 0%, #FFFFFF 100%);
    border-radius: 60px;
    padding: 70px;
    border-bottom: 1px solid #F5CACA;
}

.icon-bg-1 {
    position: absolute;
    max-width: 60px;
    left: 160px;
    top: -33px
}

.icon-bg-2 {
    position: absolute;
    max-width: 222px;
    top: 0;
    bottom: 0;
    right: -58px;
    margin: auto;
    height: max-content
}

.icon-bg-3 {
    position: absolute;
    max-width: 124px;
    top: 26%;
}

.web-category-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
}

.web-category-item {
    width: calc(100% / 8);
    padding: 0 15px 30px;
}

.web-category-item a {
    display: block;
    width: 100%;
}

.web-category-img {
    width: 100%;
    border: 1px solid #F5CACA;
    border-radius: 10px;
    padding-top: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.5s ease-in-out;
}

.web-category-img img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    bottom: 0;
    margin: auto;
}

.web-category-tag {
    position: absolute;
    top: 10px;
    left: 67%;
    background: url(../icons/tag.png) left bottom / contain no-repeat;
    font-size: 9px;
    height: 24px;
    min-width: 55px;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    line-height: 16px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding-top: 1px;
    padding-left: 5px;
    padding-right: 5px;
    z-index: 2;
}

.web-category-tag::after {
    content: "";
    position: absolute;
    background: #337BFF;
    width: calc(100% - 6px);
    height: 17px;
    right: 0;
    top: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.web-category-tag span {
    position: relative;
    z-index: 2;
    width: max-content;
    display: block;
}

.web-category h3 {
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0 0;
    letter-spacing: -0.4px;
    text-align: center;
}

.web-category-item:hover .web-category-img {
    border-color: var(--primary-color);
}

.web-category-filter {
    position: relative;
    max-width: 872px;
    margin: 50px auto 80px;
}

.web-category-filter input[type="text"] {
    background: #Fff;
    font-size: 16px;
    box-shadow: unset;
    border-radius: 50px;
    height: 60px;
    margin: 0;
    padding-left: 30px;
    box-shadow: 0px 4px 15px 0px #0000001A;
}

.web-category-filter button {
    position: absolute;
    margin: 0;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    min-height: unset;
    line-height: 50px;
    padding: 0;
    width: 150px;
    border-radius: 60px;
    background-color: var(--primary-color);
    color: #fff;
    text-transform: unset;
    font-weight: normal;
}

.title-hero {
    display: flex;
    align-items: center;
}

span.hero-prefix {
    width: 175px;
    font-size: 35px;
    padding-right: 25px;
    margin-right: 25px;
    border-right: 1px solid #F6CBCB;
}

span.hero-title {
    font-size: 50px;
    width: 140px;
}

span.title-prefix {
    font-weight: bold;
    font-size: 24px;
}

.number-prefix span.number {
    font-size: 100px;
    font-weight: 800;
    color: var(--primary-color);
    line-height: 90px;
    font-family: var(--font-Big-Shoulders);
}

span.unit-prefix {
    position: absolute;
    inset: 0;
    width: max-content;
    height: max-content;
    background: #fff;
    padding: 3px;
    margin: auto;
    font-size: 24px;
    color: var(--primary-color);
    font-weight: bold;
}

.number-prefix {
    position: relative;
    width: max-content;
}

.title-count {
    margin-top: 50px;
}

.ss-web-category-stack>.col-inner {
    display: flex;
    justify-content: space-between;
}

.ss-web-category-desc {
    padding-left: 126px;
    position: relative;
    max-width: 385px;
}

.ss-web-category-desc::before {
    content: '';
    background: url(../icons/content-q.png) center / contain no-repeat;
    width: 86px;
    height: 90px;
    position: absolute;
    left: 0;
    top: 30px;
}

.web-category-list-btn.show-for-small {
    cursor: pointer;
    width: 100px;
    margin: 0 auto;
    background: var(--primary-color);
    color: #fff;
    text-align: center;
    line-height: 32px;
    border-radius: 30px;
    text-transform: capitalize;
    font-size: 14px;
}

.title-cus h4 {
    font-weight: 900;
    font-size: 200px;
    font-family: var(--font-Big-Shoulders);
    line-height: 1;
    background: linear-gradient(180deg, #FFF6F6 -18.21%, #FFFFFF 127.5%);
    color: transparent;
    background-clip: text;
    margin: 0 0 -100px;
}

.title-cus h2 {
    font-size: 36px;
    margin-bottom: 30px;
}

.title-cus h2 strong {
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    background: var(--primary-color);
    color: #fff;
    width: 68px;
    line-height: 78px;
    display: inline-block;
    font-size: 24px;
    margin: 0 10px;
}

.title-cus h2 em {
    background: linear-gradient(90deg, #D52429 0%, #810909 100%);
    color: transparent;
    background-clip: text;
    font-style: unset;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: var(--primary-color);
    display: inline-block;
    border-bottom: 1px solid;
}

.theme-box {
    border: 1px solid #E6E6E6;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 10px 25px;
    overflow: hidden;
    position: relative;
    display: block;
    transition: all 0.5s ease-in-out;
}

.theme-box:hover {
    box-shadow: 0px 4px 25px 0px #0000001A;
    border-color: var(--primary-color);
}

.theme-box::before {
    content: url(../icons/dot.svg);
    display: block;
    margin-bottom: 7px;
    line-height: 6px;
}

.theme-box .image-cover {
    padding-top: 136%;
}

.theme-box .image-cover img {
    object-position: top;
    border-radius: 5px;
}

.theme-box-bade {
    position: absolute;
    top: 10px;
    right: -25px;
    background: var(--primary-color);
    color: #fff;
    padding: 5px 20px;
    transform: rotate(45deg);
    width: 100px;
    text-align: center;
}

.theme-box-desc h3 {
    width: calc(100% - 50px);
    display: inline-block;
    margin: 0;
    font-size: 16px;
}

.theme-box-tag {
    width: 37px;
    height: 20px;
    border-radius: 5px;
    background: #33B933;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    line-height: 21px;
}

.theme-box-desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 23px;
}

.gallery-client-section {
    padding: 100px 0 0 !important;
    min-height: 900px;
    justify-content: start;
    align-items: start;
}

.img-left-x {
    position: absolute;
    max-width: 880px;
    overflow: hidden;
    padding-right: 20px;
}

.img-left-x img {
    max-height: 800px;
    object-fit: cover;
    border-radius: 0 60px 60px 0;
    object-position: right;
}

.gallery-client-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 100px);
    background: linear-gradient(180deg, #FFE8E8 0%, #FFFFFF 100%);
    border-top-left-radius: 60px;
    height: 100%;
}

.title-line-x {
    display: flex;
    align-items: center;
}

.title-line-x h2 {
    width: 310px;
    font-size: 36px;
}

.title-line-x h3 {
    width: 142px;
    position: relative;
    border-left: 1px solid #F6CBCB;
    line-height: 1;
    padding-left: 30px;
    margin-left: 30px;
    font-size: 24px;
    height: max-content;
}

.title-line-x h3 strong {
    font-size: 100px;
    font-family: var(--font-Big-Shoulders);
    color: var(--primary-color);
    line-height: 1;
}

.desc-title-sub {
    max-width: 265px;
    margin: 20px auto 70px;
    padding-right: 110px;
    position: relative;
    left: -100px;
    padding-top: 64px;
    color: #573434;
    text-align: right;
}

.desc-title-sub::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url(../icons/content-q.png) center /contain no-repeat;
    width: 86px;
    height: 90px;
    transform: rotate(180deg);
}

.gallery-client-slider {
    max-width: 630px;
}

.gallery-client .gallery-col.col>.col-inner {
    background: #fff;
    height: 160px;
    display: flex;
    align-items: center;
    border-radius: 15px;
    border: 1px solid #FFC4C4;
    padding: 10px;
    transition: all 0.5s;
}

.gallery-client .gallery-col.col>.col-inner:hover {
    border-color: var(--primary-color);
}

.title h2 {
    font-size: 36px;
}

.title p {
    margin-bottom: 10px;
    font-weight: 500;
}

.step-img {
    max-width: 676px;
    margin: 0 auto;
}

.step-main .icon-box h3 {
    font-size: 16px;
    margin-bottom: 12px
}

.step-main .icon-box p {
    font-size: 14px;
    margin-bottom: 0px
}

.step-main .icon-box {
    position: absolute;
    line-height: 1.6;
    max-width: 310px;
}

.step-main .icon-box .icon-box-img {
    display: none;
}

.step-main .icon-box:nth-child(2) {
    top: 100px;
    text-align: right;
}

.step-main .icon-box:nth-child(3) {
    top: 100px;
    right: 0;
}

.step-main .icon-box:nth-child(4) {
    top: 380px;
    text-align: right;
}

.step-main .icon-box:nth-child(5) {
    right: 0;
    top: 380px;
}

.step-main>.col-inner {
    max-width: 1140px;
    margin: 0 auto !important;
    padding-top: 50px;
}

.step-main .icon-box .icon-box-text {
    padding: 0
}

.box-price>.col-inner {
    box-shadow: 0px 4px 35px 0px #0000001A;
    background: #fff;
    height: 100%;
    border-radius: 30px;
    padding: 40px 0;
    border: 3px solid transparent;
    transition: all 0.5s;
}

.box-price.active>.col-inner,
.box-price:hover>.col-inner {
    border-color: var(--primary-color);
}

.box-price .icon-box {
    margin: 0 -3px;
}

.box-price .icon-box .icon-box-text {
    max-width: 260px;
    text-align: left;
    height: 50px;
    background: var(--primary-color);
    color: #fff;
    padding: 10px 30px;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    border-radius: 0 30px 30px 0;
    line-height: 33px;
}

.box-price .icon-box .icon-box-text * {
    color: inherit;
    font-size: inherit;
    margin: 0;
}

.box-price .icon-box img {
    max-height: 50px;
    object-fit: contain;
    padding: 0;
}

.box-price-desc {
    padding: 30px 30px 15px;
}

.box-price-desc p {
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.ul-cus li {
    margin-bottom: 16px;
    margin-left: 0 !important;
    list-style: none;
    padding-left: 30px;
    font-size: 14px;
    position: relative;
    line-height: 1.5;
}

.ul-cus li::before {
    content: url(../icons/check.svg);
    position: absolute;
    left: 0;
    top: 1px;
}

.box-price .button {
    line-height: 48px;
    min-width: 160px;
    margin: 0 7px 10px;
    font-size: 14px;
    font-weight: 600;
}

.box-price .is-outline {
    color: #000;
    border-color: var(--primary-color);
}

.box-price i {
    margin-right: 16px;
}

.box-price .icon-tag::before {
    content: url(../icons/tag-dolla.svg);
}

.icon-box-price {
    max-width: 379px;
    margin: 0 auto;
    line-height: 30px;
    position: relative;
}

.icon-box-price .icon-box-img {
    margin-bottom: 12px;
}

.icon-box-price .icon-box-text,
.icon-box-price .icon-box-img {
    position: relative;
    z-index: 2;
}

.blog-cus .box-image {
    border-radius: 10px;
    overflow: hidden;
}

.blog-cus button.flickity-button.flickity-prev-next-button,
.blog-cus .box-blog-post .is-divider {
    display: none;
}

.blog-date {
    display: none;
    margin: 20px 0;
}

.blog-cus .blog-date {
    display: flex;
    align-items: center;
}

.blog-date .post-month {
    color: var(--primary-color);
    font-weight: 800;
    line-height: 1;
    font-size: 60px;
    font-family: var(--font-Big-Shoulders);
}

.blog-date .post-year {
    border-left: 2px solid #D9D9D9;
    padding-left: 13px;
    margin-left: 13px;
    font-size: 18px;
    line-height: 1;
}

.blog-cus .box-text {
    padding: 0;
}

.blog-cus .box-blog-post h5.post-title {
    font-size: 20px;
    margin: 0 0 30px;
}

.blog-cus .box-blog-post .button {
    min-width: 143px;
    line-height: 48px;
    border-radius: 99px;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    border-width: 1px;
    text-transform: none;
    color: #000;
    border-color: var(--primary-color);
}

.blog-cus .box-blog-post .button:hover {
    color: #fff
}

.blog-cus ol.flickity-page-dots {
    left: unset;
    right: 15px;
    bottom: auto;
    top: -84px;
}

.ss-bg-cus {
    min-height: 900px;
    align-items: flex-start;
}

.ss-bg-cus::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 100px);
    background: linear-gradient(0, #FFE8E8 0%, #FFFFFF 100%);
    border-bottom-right-radius: 60px;
    height: 100%;
    max-height: 656px;
}

.ss-bg-cus-img {
    position: absolute;
    max-width: 50%;
    width: 880px !important;
    padding-left: 20px;
    right: 0;
    top: 0;
}

.ss-bg-cus-img img {
    border-radius: 60px 0 0 60px;
    height: 800px;
    object-fit: cover;
}

.icon-box.icon-title {
    align-items: center;
}

.ss-bg-cus .icon-box.icon-title {
    margin: 60px 0;
}

.icon-box.icon-title .icon-box-text {
    max-width: max-content;
    margin: 0;
}

.icon-box.icon-title .icon-box-img {
    margin: 0;
}

.icon-box.icon-title.icon-box-right .icon-box-img+.icon-box-text {
    padding-right: 30px;
}

.icon-box.icon-title * {
    margin: 0;
}

.acc-custom .accordion-title {
    border: 0;
    border: 1px solid #FFDFDF;
    padding: 22px 40px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 10px;
    background: #fff;
}

.acc-custom .accordion-title.active {
    border-color: var(--primary-color);
}

.acc-custom .accordion-item {
    margin-bottom: 20px;
}

.acc-custom .accordion-item .accordion-inner {
    padding: 22px 40px;
    border: 1px solid #FFDFDF;
    background: #fff;
    border-radius: 10px;
    margin-top: 15px;
}

.acc-custom .accordion-item .accordion-inner>*:last-child {
    margin: 0;
}

.acc-custom .accordion-title button.toggle {
    left: auto;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    opacity: 1;
}

.acc-custom .accordion-title button.toggle i {
    font-family: var(--font-icon) !important;
    font-weight: bold !important;
    font-size: 18px;
    color: #000
}

.acc-custom .accordion-title button.toggle i::before {
    content: "\+";
}

.acc-custom .accordion-title.active button.toggle i::before {
    content: "\-";
}

.contact-home {
    background-color: #fff;
    position: relative;
}

.contact-home>.col {
    z-index: 2;
}

.contact-home-img .img *,
.contact-home-img .img {
    height: 100%;
    border-radius: 20px 0 0 20px;
    object-fit: cover;
}

.contact-home-desc>.col-inner {
    padding: 60px 80px;
    background: #fff;
    z-index: 2;
    border-radius: 0 20px 20px 0;
}

.contact-home .icon-box {
    width: max-content;
    align-items: center;
    max-width: 100%;
    margin-bottom: 20px;
}

.contact-home .icon-box * {
    margin: 0;
}

.contact-home .wpcf7-form {
    margin: 30px 0 0;
}

.wpcf7-form label {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: left;
}

.wpcf7-form input::placeholder {
    color: #9C9C9C;
}

.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="text"] {
    height: 50px;
    width: 100%;
    box-shadow: unset;
    border: 1px solid #D7D7D7;
    border-radius: 30px;
    margin-bottom: 20px;
    font-size: 14px;
    padding-left: 25px;
}

.wpcf7-form input.wpcf7-submit {
    width: 160px;
    height: 50px;
    font-weight: normal;
    font-size: 14px;
    background-color: var(--primary-color);
    text-transform: none;
    border-radius: 30px;
}

@media screen and (min-width: 850px) and (max-width: 1200px) {

    .row-main-banner>.col.large-7,
    .row-main-banner>.col.large-5 {
        max-width: 100%;
        flex-basis: 100%;
    }

    .gap-banner {
        padding-top: 50px !important;
    }
}

@media (min-width: 850px) {
    .icon-box-price {
        padding-top: 100px;
    }

    .icon-box-price p {
        margin-bottom: 30px
    }

    .gallery-client-slider button.flickity-button {
        margin: 0 -70px;
    }

    .ss-theme::after,
    .gallery-client-section::after,
    .icon-box-price::before,
    .contact-home::before {
        content: "";
        position: absolute;
        left: -20%;
        bottom: -43%;
        background: url(../images/bg-yellow.png) center / contain no-repeat;
        width: 600px;
        height: 600px;
    }

    .icon-box-price::before {
        left: 50%;
        bottom: -80%;
        width: 800px;
        height: 800px;
    }

    .web-category-list {
        position: relative;
    }

    .desc-title-sub::after,
    .web-category-list::before,
    .icon-box-price::after {
        content: "";
        position: absolute;
        right: -30%;
        top: 40%;
        background: url(../icons/line-x.png) center / contain no-repeat;
        width: 208px;
        height: 208px;
    }

    .web-category-list::before {
        right: auto;
        left: 7%;
        top: -57%;
        width: 250px;
        z-index: -1;
        height: 250px;
    }

    .desc-title-sub::after {
        right: auto;
        left: -51%;
        z-index: -1;
    }

    .ss-theme::after,
    .gallery-client-section::after {
        width: 1500px;
        height: 1500px;
        left: -17%;
    }

    .ss-theme::after {
        bottom: -31%;
    }

    .contact-home::after {
        content: "";
        position: absolute;
        right: -20%;
        top: -43%;
        background: url(../images/bg-blue.png) center / contain no-repeat;
        width: 600px;
        height: 600px;
    }

}

@media (min-width: 1700px) {
    .web-category h3 {
        white-space: nowrap
    }
}

@media (min-width: 1600px) {

    .ss-web-category {
        padding: 0 100px !important;
    }

    .ss-web-category .section-content {
        padding: 70px 214px;
    }

    .banner-main-desc {
        margin-bottom: 70px;
        padding-left: 70px;
    }

    .banner-main-desc p {
        max-width: 485px;
    }

    .banner-main-desc h2 {
        margin-left: -50px;
        margin-bottom: 50px;
    }

    .banner-main-desc h2 strong {
        margin-left: 50px;
    }

    .row-main-banner>.col.large-5 {
        max-width: 788px;
        flex-basis: 788px;
    }

    .row-main-banner>.col.large-7 {
        max-width: calc(100% - 788px);
        flex-basis: calc(100% - 788px);
    }

    .row-full-width:not(.row-fulll-not-padding) {
        padding: 0 85px;
    }
}

@media (max-width: 1200px) {
    .icon-bg-2 {
        right: -18%;
        top: 40%
    }

    .banner-img-top-left {
        top: 10%;
        left: 0;
        max-width: 200px;
    }

    .banner-img-bottom-right {
        bottom: -20px;
        max-width: 200px;
        right: 0;
    }

    .banner-img-bg {
        left: 0;
    }

    .web-category-list {
        margin: 0 -11px
    }

    .web-category-item {
        width: calc(100% / 6);
        padding: 0 11px 22px;
    }

    span.hero-prefix {
        width: 130px;
        font-size: 24px;
        margin-right: 20px;
        padding-right: 20px;
    }

    span.hero-title {
        font-size: 34px;
    }

    .title-count {
        margin-top: 30px;
    }

    .ss-web-category-stack>.col-inner {
        flex-direction: column;
        gap: 30px;
        justify-content: center;
        align-items: center;
    }

    .ss-web-category .section-content {
        padding: 50px
    }

    .icon-bg-3 {
        display: none;
    }

    .gallery-client-section .row-collapse>.col {
        flex-basis: 100%;
        max-width: 100%
    }

    .img-left-x {
        position: unset;
        margin-bottom: 20px;
    }

    .desc-title-sub {
        left: auto;
    }

    .title-line-x {
        justify-content: center;
    }

    .gallery-client-section::before {
        width: calc(100% - 15px);
        border-top-left-radius: 20px;
        height: 68%;
    }

    .gallery-client-slider {
        margin: 0 auto;
    }

    .step-main>.col-inner {
        padding: 0
    }

    .step-main .icon-box {
        position: unset;
        text-align: left !important;
        max-width: 500px;
        margin: 0 auto 30px;
    }

    .step-main .icon-box .icon-box-img {
        display: block;
        position: relative;
        top: -4px;
    }

    .step-main .icon-box .icon-box-text {
        padding-left: 14px
    }
}

@media (max-width: 850px) {

    .banner-main-desc {
        margin-bottom: 10px
    }

    .banner-main-desc h2 {
        font-size: 28px;
        margin-bottom: 30px
    }

    .banner-main-desc h2 strong {
        font-size: 40px;
        text-indent: 40px;
        margin-top: 10px;
    }

    .cash-btn {
        flex-direction: column;
        background: transparent;
        border: 0;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 2;
    }

    .cash-btn .icon-box-img {
        width: 200px !important;
        margin-bottom: 22px
    }

    .cash-btn a.button.primary {
        display: none
    }

    .cash-btn .icon-box-text {
        border: 1px solid transparent;
        background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #FFFFFF 0%, #FFCCCD 100%) border-box;
        border-radius: 50px;
        background-color: #fff;
        min-height: 88px;
        padding: 10px 28px !important;
        text-align: center;
        width: 100%;
        justify-content: center;
    }

    .cash-btn .icon-box-text p {
        text-align: center;
        font-size: 16px;
    }

    .cash-btn .icon-box-text::before {
        content: url(../icons/quote.svg);
        margin-right: 10px;
    }

    .ss-web-category {
        padding: 15px !important
    }

    .ss-web-category .section-content {
        padding: 40px 0;
        border-radius: 20px;
    }

    .title-hero {
        justify-content: center;
    }

    span.hero-title {
        background: linear-gradient(90deg, #D52429 0%, #810909 100%);
        color: transparent;
        background-clip: text;
    }

    .icon-bg-1 {
        left: 30px;
        top: -50px
    }

    .icon-bg-2 {
        max-width: 116px;
        top: 15%;
        bottom: auto;
        right: -77px;
    }

    .ss-web-category-desc {
        padding-left: 116px;
    }

    .ss-web-category-desc::before {
        top: 0
    }

    .web-category {
        padding: 0 15px
    }

    .web-category-filter button {
        position: unset;
        margin: 0;
        transform: unset;
        margin: 17px auto 0;
        display: block;
    }

    .web-category-filter {
        margin: 30px 0 40px
    }

    .web-category-item {
        width: calc(100% / 4);
    }

    .title-cus h4 {
        font-size: 150px;
    }

    .title-cus h2 {
        font-size: 30px;
    }

    .title-line-x h2 {
        width: 159px;
        font-size: 18px;
    }

    .title-line-x h3 {
        width: 140px;
        font-size: 24px;
        padding-left: 24px;
        margin-left: 24px;
    }

    .title-line-x h3 strong {
        font-size: 80px;
    }

    .desc-title-sub {
        margin: 0 auto 30px;
    }

    .gallery-client-section {
        padding-top: 40px !important
    }

    .ss-bg-cus::before {
        display: none;
    }

    .ss-bg-cus-img {
        position: unset;
        width: 100% !important;
        max-width: unset;
        padding: 0;
    }

    .ss-bg-cus-img img {
        width: 100% !important;
        height: auto;
        border-radius: 20px 0 0 20px;
    }

    .icon-box.icon-title .icon-box-img {
        width: 80px !important;
    }

    .ss-bg-cus .icon-box.icon-title {
        justify-content: center;
    }

    .icon-box.icon-title.icon-box-right .icon-box-img+.icon-box-text {
        padding-right: 22px;
    }

    .contact-home {
        padding: 0 15px;
    }

    .contact-home-img img {
        border-radius: 20px;
    }

    .contact-home-img {
        margin-bottom: 30px;
    }

    .contact-home-desc>.col-inner {
        padding: 30px 20px;
        border: 1px solid #D3D3D3;
        border-radius: 20px;
    }

    .contact-home-desc .icon-box-img {
        display: none;
    }

    .contact-home .icon-box * {
        padding: 0 !important;
    }

    .blog-cus ol.flickity-page-dots {
        position: unset;
    }
}

@media (max-width: 550px) {
    .home-banner-main .section-bg {
        display: none;
    }

    .home-banner-main::before {
        content: "";
        position: absolute;
        left: -38%;
        top: 3%;
        background: url(../images/bg-yellow.png) center / contain no-repeat;
        width: 500px;
        height: 500px;
        opacity: 0.8;
    }

    .home-banner-main::after {
        content: "";
        position: absolute;
        left: -40%;
        top: -31%;
        background: url(../images/bg-blue.png) center / contain no-repeat;
        width: 400px;
        height: 600px;
        opacity: 0.4;
    }

    .ss-bg-cus::after {
        content: "";
        position: absolute;
        left: -128%;
        top: -16%;
        background: url(../images/bg-blue.png) center / contain no-repeat;
        width: 1000px;
        height: 900px;
        opacity: 0.8;
    }

    .banner-img-bottom-right {
        bottom: -64px;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 132px;
    }

    .banner-img-top-left {
        display: none;
    }

    .banner-img-bg {
        left: -56px;
        top: -200px;
        z-index: -5;
    }

    .banner-img-main {
        border-radius: 14px;
        padding: 6px;
    }

    .banner-img-main img {
        border-radius: 14px;
    }

    .banner-img .open-video::after {
        font-size: 43px;
    }

    .banner-main-desc {
        font-size: 13px;
    }

    .title-hero {
        justify-content: end;
    }

    .web-category-item {
        width: calc(100% / 3);
    }

    .web-category-item:nth-child(n+10) {
        display: none;
    }

    .title-cus h4 {
        font-size: 100px;
        margin-bottom: -50px;
    }

    .title-cus h2 {
        font-size: 20px;
    }

    .title-cus h2 strong {
        font-size: 14px;
        width: 50px;
        line-height: 60px;
        margin: 0 6px;
    }

    .row-theme>.col {
        padding: 0 4px 15px !important;
    }

    .row-theme {
        padding: 0 11px;
    }

    .theme-box {
        padding: 4px;
    }

    .theme-box-bade {
        padding: 2px;
        font-size: 11px;
        top: 10px;
        right: -35px;
    }

    .theme-box-desc {
        display: block;
        padding: 20px 11px;
        margin: 0;
    }

    .theme-box-desc h3 {
        font-size: 14px;
        width: 100%;
        font-weight: 500;
        margin-bottom: 9px;
    }

    .title-line-x {
        justify-content: end;
        padding-right: 10px
    }

    .img-left-x img {
        border-radius: 0 20px 20px 0
    }

    .gallery-client .gallery-col.col {
        padding: 0 8px 20px;
    }

    .row.gallery-client {
        width: auto;
        max-width: unset;
        margin: 0 -8px !important;
    }

    .gallery-client-slider {
        padding: 0 15px;
    }

    .step-main .icon-box {
        max-width: 300px;
        margin: 0 auto 30px;
    }

    .step-main .icon-box .icon-box-img {
        max-width: 30px
    }

    .step-main .icon-box .icon-box-text {
        padding-left: 14px
    }

    .title h2 {
        font-size: 30px;
    }

    .box-price .icon-box .icon-box-text {
        max-width: 223px;
    }

    .box-price>.col-inner {
        padding: 35px 0;
    }

    .box-price-desc {
        padding: 25px 25px 10px;
    }

    .box-price .button {
        min-width: 109px;
    }

    .ss-bg-cus .icon-box.icon-title {
        margin: 0 0 30px;
    }

    .acc-custom .accordion-title {
        padding: 10px 30px;
    }

    .icon-box.icon-title.icon-box-right .icon-box-text {
        max-width: 200px;
    }

    .contact-home-desc>.col-inner {
        padding: 30px 18px;
    }

    .step-section {
        padding-bottom: 0 !important;
    }

    .web-category-img img {
        width: 47px;
        height: 47px
    }

    .web-category h3 {
        font-size: 12px;
        letter-spacing: 0
    }
}

@media (max-width: 370px) {
    .banner-main-desc h2 strong {
        text-indent: unset;
        font-size: 30px
    }
}