#wapper {
    overflow: hidden;
}
#home-software {
    transition: all 0.6s ease-in-out 0.3s;
    transform: scale(0.5) translateY(100%);
    opacity: 0;
}
body.animate_loaded #home-software {
    transform: scale(1) translateY(0%);
    opacity: 1;
}
#home-software .contact .inner {
    position: relative;
    border-radius: 20px;
    padding: 30px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-style: solid;
    border-color: rgba(0, 217, 255, 0.4);
    border-width: 3px 0 3px 0;
}
#home-software .contact .inner .bg {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: blur(15px);
    z-index: -1;
}
#home-software .contact .inner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.05)
    );
    z-index: -1;
}
#home-software .slide-item-1 {
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
}
#home-software h1 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    font-size: 38px;
    margin-bottom: 20px;
    line-height: 0.9;
}
#home-software h1 strong:nth-of-type(1) {
    color: #faa61a;
    text-transform: uppercase;
    display: block;
    font-size: 48px;
    margin-left: 70px;

}
#home-software h1 strong:nth-of-type(2) {
    text-transform: uppercase;
    color: #0588b6;
    -webkit-text-stroke: 1px #fff;
    /* text-shadow: 0px 0px 0px transparent; */
    text-transform: uppercase;
    font-size: 60px;
}
#home-software h1 span {
    font-size: 38px;
    display: inline-block;
    transform: translate(5px, -5px);
}

#home-software blockquote {
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.1),
        rgba(0, 0, 0, 0.05)
    );
    padding: 30px 25px;
    margin: 0 1rem 0 0;
    font-size: 1em;
    position: relative;
}
#home-software blockquote:before {
    content: '\201C';
    left: 1rem;
    position: absolute;
    top: -10px;
    display: block;
    font-size: 125px;
    line-height: 1;
    opacity: 0.8;
}

#home-software blockquote p:first-child {
    text-indent: 50px;
}

#home-software blockquote p:last-child {
    margin-bottom: 0;
}

#home-software .slide-item-2 {
    background-repeat: no-repeat !important;
    background-position: left bottom !important;
    background-size: 45% auto !important;
}
#home-software .slide-item-2 .container {
    padding-left: 20%;
}
#home-software .slide-item-2 h2 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    font-size: 4vw;
    margin: 0 auto 20px;
    position: relative;
    display: inline-block;
    text-align: left;
}
#home-software .slide-item-2 h2 strong:nth-of-type(1) {
    color: #fff;
    -webkit-text-stroke: 1px #faa61a;
    text-transform: uppercase;
    display: block;
    font-size: 5vw;
    line-height: 1;
}
#home-software .slide-item-2 h2 strong:nth-of-type(2) {
    text-transform: uppercase;
    display: block;
    font-size: 6vw;
    color: #fff;
    line-height: 1;
    margin-left: 2vw;
}
#home-software .slide-item-2 h2 span {
    font-size: 10vw;
    color: #0588b6;
    -webkit-text-stroke: 2px #fff;
    display: inline-block;
    position: absolute;
    left: -3.5vw;
    top: 45%;
    transform: translateY(-50%);
    z-index: -1;
    font-weight: bold;
}

#home-software .slide-item-2 h2.title-image {
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    overflow: hidden;
    text-indent: -1000px;
    width: 40%;
    padding-top: 20%;
    margin: 0 auto 20px;
    font-size: 0px !important;
    display: block;
}
#home-software .slide-item-2 h2.title-image > * {
    font-size: 0px !important;
}
#home-software .slide-item-2 .line-clamp {
    -webkit-line-clamp: 6;
    line-clamp: 6;
    text-align: justify;
}
#home-software .slide-item-2 .inner {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 12px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1),
        rgba(0, 0, 0, 0.05)
    );
    padding: 10px 10px 20px;
    overflow: hidden;
    position: relative;
    height: 100%;
}
#home-software .slide-item-2 .inner:before {
    content: '';
    position: absolute;
    width: 120%;
    padding-top: 37.5%;
    left: -10%;
    top: -10%;
    background: url(../images/ellipse.svg) center / 100% auto no-repeat;
}
#home-software .slide-item-2 .slick-track {
    display: flex;
}
#home-software .slide-item-2 .slick-track .slick-slide {
    flex: 0 0 auto;
    height: auto;
    float: none;
}
#home-software .slide-item-2 .slick-slider .slick-prev,
#home-software .slide-item-2 .slick-slider .slick-next {
    top: -20px;
    width: 30px;
    height: 30px;
}
#home-software .slide-item-2 .slick-slider .slick-prev {
    left: auto;
    right: 50px;
}
#home-software .slide-item-2 .item a {
    color: #fff;
}
#home-software .slide-item-2 .item a:hover {
    color: var(--color-orange);
}
#home-software .slide-item-2 .icon img {
    height: 50px;
    object-fit: contain;
}

#home-software .main-trangchu {
    position: static;
}
#home-software .slide-item.slick-active blockquote,
#home-software .slide-item.slick-active .item-desc,
#home-software .slide-item.slick-active .contact .box-form,
#home-software .slide-item.slick-active .services .inner {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
#home-software .slide-item.slick-active .trangchu-about.row > div,
#home-software .slide-item.slick-active .citapps .swiper-slide .inner {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

#home-software .slide-item blockquote.onVisibled,
#home-software .slide-item .item-desc.onVisibled,
#home-software .slide-item .contact .box-form.onVisibled,
#home-software .slide-item .items.onVisibled {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
#home-software .slide-item .trangchu-about.row > div.onVisibled,
#home-software .slide-item .citapps .swiper-slide .inner.onVisibled {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

#home-software .trangchu-about.row > div.cell-1,
#home-software .services .item-1 .inner {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
#home-software .trangchu-about.row > div.cell-2,
#home-software .services .item-2 .inner {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
#home-software .trangchu-about.row > div.cell-3,
#home-software.services .item-3 .inner {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#home-software .citapps .swiper-slide.item-3 .inner,
#home-software .citapps .swiper-slide.item-4 .inner {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
#home-software .citapps .swiper-slide.item-5 .inner,
#home-software .citapps .swiper-slide.item-6 .inner {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
#home-software .citapps .swiper-slide.item-7 .inner,
#home-software .citapps .swiper-slide.item-8 .inner {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
#home-software .citapps .swiper-slide.item-9 .inner,
#home-software .citapps .swiper-slide.item-10 .inner {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
#home-software .citapps .swiper-slide.item-11 .inner,
#home-software .citapps .swiper-slide.item-12 .inner {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@media (min-width: 768px) {
    #home-software .slide-item-1 .row {
        min-height: calc(100% - 100px);
    }
}

@media (max-width: 767.95px) {
    #home-software .slide-item-2 .items.animate__animated,
    #main-trangchu .cell-2.animate__animated,
    .citapps .swiper-slide .inner.animate__animated {
        opacity: 0;
    }
    #home-software h1 strong:nth-of-type(1){
        margin-left: 0px;
    }
    #home-software .slide-item-1 .row > div {
        margin-bottom: 20px;
    }
    #home-software blockquote {
        margin-right: 0;
    }
    #home-software .contact .inner {
        padding: 20px 10px;
    }
    #home-software h1 strong:nth-of-type(1),
    #home-software h1 strong:nth-of-type(2) {
        font-size: 8vw;
    }
    #home-software h1 span {
        font-size: 6vw;
    }
    #home-software .slide-item-1 {
        background: none !important;
    }
    #home-software .slide-item-2 {
        padding-bottom: 0;
        background: none !important;
    }
    #home-software .slide-item-2 .container {
        padding-left: 15px;
        padding-bottom: 50px;
    }
    #home-software .slide-item-2 h2.title-image {
        width: 81%;
        padding-top: 30%;
    }
    #home-software .slide-item-2 h2 strong:nth-of-type(1) {
        font-size: 9vw;
    }
    #home-software .slide-item-2 h2 strong:nth-of-type(2) {
        font-size: 10vw;
        margin-left: 3vw;
    }
    #home-software .slide-item-2 h2 span {
        font-size: 16vw;
        -webkit-text-stroke: 1px #fff;
        left: -7vw;
    }
    #home-software .container-trangchu {
        height: auto;
        margin-top: 0;
    }
    #home-software .services .slick-list {
        padding-top: 0;
        padding-bottom: 0;
    }
    #home-software .slide-item-2 .slick-slider .slick-prev,
    #home-software .slide-item-2 .slick-slider .slick-next {
        top: calc(100% + 15px);
    }
    #home-software .slide-item-2 .slick-slider .slick-prev {
        left: calc(50% - 35px);
        right: auto;
    }
    #home-software .slide-item-2 .slick-slider .slick-next {
        left: auto;
        right: calc(50% - 35px);
    }
    #home-software .slide-item-2 .heading h2 {
        margin-bottom: 5px;
        max-width: 60%;
    }
}
