#home .section1 {
    padding: 50px 0;
    background-color: #fff;
    position: relative;
}

#home .section1 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #4796e3;
    background: -webkit-linear-gradient(90deg,
            rgba(71, 150, 227, 1) 0%,
            rgba(145, 119, 199, 1) 50%,
            rgba(202, 102, 115, 1) 100%);
    background: -moz-linear-gradient(90deg,
            rgba(71, 150, 227, 1) 0%,
            rgba(145, 119, 199, 1) 50%,
            rgba(202, 102, 115, 1) 100%);
    background: linear-gradient(90deg,
            rgba(71, 150, 227, 1) 0%,
            rgba(145, 119, 199, 1) 50%,
            rgba(202, 102, 115, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4796E3", endColorstr="#CA6673", GradientType=1);
    opacity: 0.4;
}

#home .section1 .container {
    position: relative;
    z-index: 10;
}

#home .section1 h1 {
    color: #355bdc;
    font-weight: 800;
    font-size: 2.5rem;
}

#home .section1 h2 {
    color: #355bdc;
    font-weight: 700;
    font-size: 2.5rem;
    margin-top: 30px;
    margin-bottom: 30px;
}

#home .section1 .btn.btn1 {
    margin-right: 15px;
}

#home .section1 .btn.btn2 {
    margin-left: 0;
}

#home .section1 .right div {
    position: relative;
    margin: 0 auto;
}

#home .section1 .right img {
    width: 100%;
}

#home .section1 .symbol3 {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100px;
    height: 100px;
    transform: translateX(-50%);
}

#home .section1 .symbol4 {
    position: absolute;
    top: 30%;
    right: 0;
    width: 100px;
    height: 100px;
    transform: translateX(50%);
}

#home .section1 .symbol5 {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 150px;
    height: 150px;
}

#home .section1 .symbol1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 100px;
    transform: translate(-50%, 50%);
}

#home .section1 .symbol2 {
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 50px;
    height: 50px;
    transform: translateY(50%);
}

#home .section2 {
    background-color: #fff;
    padding-top: 50px;
    text-align: center;
}

#home .section2 img {
    width: 40px;
}

#home .section2 .video {
    position: relative;
}

#home .section2 .video .container {
    position: relative;
}

#home .section2 .video .halfblue {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #dbf4fc;
}

#home .section2 .video .halfblue dotlottie-wc {
    position: absolute;
    right: 0;
    transform: translate(-50%, -50%);
    width: 100px;
}

#home .section2 .video img {
    width: 75%;
}
#home .section2 .video .videoCont {
    width: 75%;
    margin: 0 auto;
    border-radius: 30px;
    overflow: hidden;
}


#home .section2 .features {
    background-color: #dbf4fc;
    padding: 50px 0;
}

#home .section2 .features h3 {
    color: #355bdc;
    font-weight: 800;
    font-size: 1rem;
}

#home .section2 .features h4 {
    color: #355bdc;
    font-weight: 700;
    font-size: 2.5rem;
}

#home .section2 .features p {
    margin-top: 15px;
    color: #000000;
}

#home .section2 .features .items {
    margin-top: 30px;
}

#home .section2 .features .items a {
    text-decoration: none;
    color: #000000;
    font-weight: 700;
    transition: 0.5s;
    transform: scale(1.2);
    display: inline-block;
}

#home .section2 .features .items a img {
    filter: grayscale(100%);
    margin-bottom: 15px;
    transition: 0.5s;
}

#home .section2 .features .items a:hover,
#home .section2 .features .items a.active {
    /* transform: scale(1.2);
     */
}

#home .section2 .features .items a:hover img,
#home .section2 .features .items a.active img {
    filter: none;
}

#home .section2 .featureDetail {
    text-align: left;
    color: #fff;
}

#home .section2 .featureDetail .row {
    display: none;
}

#home .section2 .featureDetail .row.active {
    display: flex;
}

#home .section2 .featureDetail .ai-chatbot {
    background-color: #355bdc;
}

#home .section2 .featureDetail .discussion-forum {
    background-color: #ff9d00;
}

#home .section2 .featureDetail .multilingual {
    background-color: #e84435;
}

#home .section2 .featureDetail .left {
    position: relative;
    padding: 80px 15px 100px 130px;
}

#home .section2 .featureDetail .img {
    position: absolute;
    left: 50px;
    top: 50px;
    width: 50px;
}

#home .section2 .featureDetail .ai-chatbot .img {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 100px;
    height: auto;
}

#home .section2 .featureDetail h3 {
    font-weight: 700;
    font-size: 2.5rem;
}

#home .section2 .featureDetail p {
    margin-top: 15px;
}

#home .section2 .featureDetail .ai-chatbot .symbol1 {
    position: absolute;
    right: 0;
    top: 50%;
    width: 100px;
    transform: translateX(50%);
}

#home .section2 .featureDetail .discussion-forum .symbol1 {
    position: absolute;
    left: 75%;
    bottom: 0;
    width: 100px;
    transform: translateY(-50%);
}

#home .section2 .featureDetail .multilingual .symbol1 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    transform: translateY(-100%);
}

#home .section2 .featureDetail .multilingual .right {
    padding-right: 0;
}

#home .section2 .featureDetail .ai-chatbot .right {
    padding-right: 0;
}

#home .section2 .featureDetail .discussion-forum .right {
    padding-right: 0;
}

#home .section2 .featureDetail .multilingual .right img {
    width: 100%;
}

#home .section2 .featureDetail .right img {
    width: 100%;
    display: none;
}

#home .section2 .featureDetail .right img:nth-child(1) {
    display: block;
}


#home .section2 .featureDetail .discussion-forum .right img {
    width: 100%;
}

#home .section3 {
    background-color: #fff;
    padding: 50px 0;
    text-align: center;
}

#home .section3 h3 {
    color: #355bdc;
    font-weight: 800;
    font-size: 1rem;
}

#home .section3 h4 {
    color: #e84435;
    font-weight: 700;
    font-size: 2.5rem;
}

#home .section3 .nav {
    margin-top: 30px;
}

#home .section3 .tab-content {
    margin-top: 50px;
}

#home .section3 .nav .nav-link {
    color: #666666;
    border: solid 1px #666666;
    background: none;
    margin: 0 5px;
    font-weight: 700;
}

#home .section3 .nav .nav-link.active,
#home .section3 .nav .nav-link:hover {
    background: #ca6673;
    background: -webkit-linear-gradient(-90deg, rgba(202, 102, 115, 1) 0%, rgba(145, 119, 199, 1) 50%, rgba(71, 150, 227, 1) 100%);
    background: -moz-linear-gradient(-90deg, rgba(202, 102, 115, 1) 0%, rgba(145, 119, 199, 1) 50%, rgba(71, 150, 227, 1) 100%);
    background: linear-gradient(-90deg, rgba(202, 102, 115, 1) 0%, rgba(145, 119, 199, 1) 50%, rgba(71, 150, 227, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#CA6673", endColorstr="#4796E3", GradientType=0);
    color: #fff;
    border-color: transparent;
}

#home .section3 .item {
    text-align: left;
    border: solid 1px #666666;
    display: block;
    text-decoration: none;
    padding: 15px 15px 0;
}

#home .section3 .item .img {
    border-radius: 15px;
    overflow: hidden;
}

#home .section3 .item img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

#home .section3 .item:hover img {
    transform: scale(1.2);
}

#home .section3 .item .tags {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

#home .section3 .item .tags .competency {
    display: inline-block;
    border-radius: 5px;
    background-color: #355bdc;
    font-weight: 700;
    padding: 5px;
    color: #fff;
    font-size: 0.6rem;
}

#home .section3 .item .tags .time {
    display: inline-block;
    border-radius: 5px;
    background-color: #e84435;
    font-weight: 700;
    padding: 5px;
    color: #fff;
    font-size: 0.6rem;
}

#home .section3 .item .tags .time i {
    margin-right: 5px;
}

#home .section3 .item h5 {
    margin-top: 10px;
    font-weight: 700;
    font-size: 1rem;
    color: #000;
    height: 100px;
    display: flex;
    align-items: center;
}

#home .section3 .item p {
    margin-top: 10px;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    font-size: 0.8rem;
    color: #666666;
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
}

#home .section3 .item .btn {
    background-color: #ff9d00;
    font-weight: bold;
    color: #fff;
    border-radius: 15px 15px 0 0;
    font-size: 0.8rem;
    padding: 5px 15px;
}

#home .section3 .description {
    position: relative;
    transform: translateY(-30%);
}

#home .section3 .description img {
    width: 100%;
}

#home .section3 .description .symbol1 {
    width: 100%;
}

#home .section3 .swiper-button-prev,
#home .section3 .swiper-button-next {
    visibility: hidden;
}

.swiper-button-next,
.swiper-button-prev {
    opacity: 0;
}

#home .section3 .description .swiper-scrollbar {
    position: absolute;
    top: 44.5%;
    left: 24%;
    width: 61%;
    height: 1px;
    background-color: #666666;
}

#home .section3 .description .swiper-scrollbar div {
    position: absolute;
    width: 100px;
    height: 5px;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    background-color: #e84435;
}

#home .section3 .description .swiper-button {
    position: absolute;
    top: 42%;
    left: 85%;
    width: 30px;
    height: 30px;
    border: solid 1px #666666;
    margin-left: 15px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transform: translateY(-50%);
    color: #666666;
}

#home .section3 .description .swiper-button.next {
    margin-left: 50px;
}

#home .section3 .description .swiper-number {
    position: absolute;
    top: 43%;
    left: 14%;
    color: #000;
    width: 9%;
    text-align: center;
}

#home .section4 {
    background-color: #fff;
    padding: 0 0 50px 0;
}

#home .section4 h3 {
    color: #355bdc;
    font-weight: 800;
    font-size: 1rem;
}

#home .section4 h4 {
    color: #355bdc;
    font-weight: 700;
    font-size: 2.5rem;
}

#home .section4 p {
    color: #666666
}

#home .section4 h5 {
    color: #666666;
    font-size: 1rem;
}

#home .section4 h5 span {
    font-weight: 700;
}

#home .section4 img {
    width: 100%;
    clip-path: url(#testiMask);
}

#home .section4 svg {
    width: 100%;
    position: absolute;
}

#home .section4 .detail {
    display: flex;
    gap: 30px;
    align-items: center;
}

#home .section4 .star span {
    display: inline-block;
    width: 20px;
    aspect-ratio: 1;
    background: #666666;
    clip-path: polygon(50% 0,
            calc(50%*(1 + sin(.4turn))) calc(50%*(1 - cos(.4turn))),
            calc(50%*(1 - sin(.2turn))) calc(50%*(1 - cos(.2turn))),
            calc(50%*(1 + sin(.2turn))) calc(50%*(1 - cos(.2turn))),
            calc(50%*(1 - sin(.4turn))) calc(50%*(1 - cos(.4turn))));
    /* or more simple
  clip-path: polygon(50% 0,79% 90%,2% 35%,98% 35%,21% 90%); 
   */
}

#home .section4 .star span.active {
    background: #4F92E0;
    background: -webkit-linear-gradient(-90deg, rgba(79, 146, 224, 1) 0%, rgba(143, 120, 200, 1) 50%, rgba(194, 105, 127, 1) 100%);
    background: -moz-linear-gradient(-90deg, rgba(79, 146, 224, 1) 0%, rgba(143, 120, 200, 1) 50%, rgba(194, 105, 127, 1) 100%);
    background: linear-gradient(-90deg, rgba(79, 146, 224, 1) 0%, rgba(143, 120, 200, 1) 50%, rgba(194, 105, 127, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4F92E0", endColorstr="#C2697F", GradientType=0);
}

#home .section5 {
    background: #dbf4fc;
    position: relative;
    margin-top: -400px;
}

#home .section5 img {
    width: 100%;
}

#home .section5 .right img {
    display: none;
}

#home .section5 .right img:nth-child(1) {
    display: block;
}

#home .section5 h4 {
    color: #e84435;
    font-weight: 700;
    font-size: 2.5rem;
}

#home .section5 .counter {
    padding: 15px;
    background: #355bdc;
    color: #fff;
    display: inline-block;
    font-size: 3.5rem;
    font-weight: 700;
    border-radius: 15px;
    margin-top: 15px;
}

#home .section5 .counter>span {
    border-radius: 15px;
    display: inline-block;
    background: #ff9d00;
    position: relative;
    width: 50px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#home .section5 .counter>span:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #e08f18;
    content: " ";
}

#home .section5 .counter>span span {
    position: relative;
}

#home .section5 .symbol1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 100px;
    transform: translate(-50%, 50%);
    z-index: 10;
}

#home .section5 .symbol2 {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80px;
    height: 80px;
    transform: translate(-50%, 50%);
    z-index: 10;
}

#home .section6 {
    padding: 100px 0;
    background: #E9C2C8;
    background: -webkit-linear-gradient(90deg, rgba(233, 194, 200, 1) 0%, rgba(211, 201, 232, 1) 50%, rgba(183, 213, 243, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(233, 194, 200, 1) 0%, rgba(211, 201, 232, 1) 50%, rgba(183, 213, 243, 1) 100%);
    background: linear-gradient(90deg, rgba(233, 194, 200, 1) 0%, rgba(211, 201, 232, 1) 50%, rgba(183, 213, 243, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E9C2C8", endColorstr="#B7D5F3", GradientType=1);
    text-align: center;
    position: relative;
}

#home .section6 h3 {
    color: #355bdc;
    font-weight: 700;
    font-size: 3.5rem;
}

#home .section6 h4 {
    color: #000;
    font-weight: 700;
    font-size: 3rem;
}

#home .section6 .btn.btn1 {
    font-size: 1.2rem;
    margin-top: 15px;
}

#home .section6 .symbol1 {
    position: absolute;
    bottom: 15%;
    left: 5%;
    width: 100px;
}

#home .section6 .symbol2 {
    position: absolute;
    top: 5%;
    left: 85%;
    width: 100px;
    height: 100px;
    transform: translate(-50%, 50%);
}


@media (orientation: portrait) {
    #home .section1 {
        padding: 30px 0
    }

    #home .section1 .symbol5 {
        right: 5%;
        left: auto;
        width: 100px;
        height: 100px;
    }

    #home .section1 h1 {
        font-size: 1.5rem;
    }

    #home .section1 h2 {
        font-size: 1.5rem;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    #home .section1 .btn {
        margin-top: 15px;
    }

    #home .section1 .right {
        margin: 50px 0;
    }

    #home .section1 .right div {
        width: 75%;
    }

    #home .section2 .features {
        padding: 30px 0
    }

    #home .section2 .features h4 {
        font-size: 1.5rem;
    }

    #home .section2 .features .items a {
        transform: scale(1);
    }

    #home .section2 .featureDetail .left {
        padding: 80px 30px 30px
    }

    #home .section2 .featureDetail h3 {
        font-size: 1.5rem;
        position: relative;
    }

    #home .section2 .featureDetail p {
        position: relative;
    }

    #home .section2 .featureDetail .ai-chatbot .img {
        top: 15px;
        left: 15px
    }

    #home .section2 .featureDetail .ai-chatbot .img {
        top: 15px;
        left: 15px
    }

    #home .section2 .featureDetail .img {
        top: 15px;
        left: 15px
    }

    #home .section2 .featureDetail .right {
        padding-left: 0;
    }

    #home .section2 .featureDetail .right img:nth-child(1) {
        display: none;
    }

    #home .section2 .featureDetail .right img:nth-child(2) {
        display: block;
    }

    #home .section3 {
        padding: 30px 0 0
    }

    #home .section3 h4 {
        font-size: 1.5rem;
    }

    #home .section3 .nav .nav-link {
        font-size: .8rem;
        margin-top: 5px;
    }

    #home .section3 .description .swiper-number {
        top: 39%;
    }

    #home .section3 .description .swiper-scrollbar {
        left: 24%;
        width: 54%;
    }

    #home .section3 .description .swiper-button {
        left: 74%;
    }

    #home .section3 .description {
        transform: translateY(-15%);
    }

    #home .section3 .description .swiper-scrollbar div {
        width: 30px;
    }

    #home .section5 {
        margin-top: -50px;
        padding: 30px 0 0
    }

    #home .section5 h4 {
        font-size: 1.5rem;
    }

    #home .section5 .counter {
        font-size: 2rem;
    }

    #home .section5 .counter>span {
        border-radius: 15px;
        display: inline-block;
        background: #ff9d00;
        position: relative;
        width: 35px;
        height: 49px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    #home .section5 .right {
        padding-right: 0;
        margin-top: 30px
    }

    #home .section5 .right img:nth-child(1) {
        display: none;
    }

    #home .section5 .right img:nth-child(2) {
        display: block;
    }
}