/* Start Banner section  */
.banner {
    background: linear-gradient(180deg,
            var(--white) 0%,
            var(--backgroundColor) 100%);
}

.banner canvas {
    height: 140px !important;
    min-width: 282px !important;
}

.banner .banner-content h1 b {
    color: var(--darkBlue);
}

.banner .banner-content h1,
.text .heading-title .heading-words,
.banner .banner-content h1 b {
    font-size: 22px;
}

.banner .banner-content p {
    border-bottom: 1px solid var(--darkGreyColor);
}

.banner .banner-list .certified .certified-inner::before {
    content: "";
    background-image: url(../../img/home/certified.svg);
    background-size: 100% 100%;
    height: 122px;
    min-width: 95px;
    z-index: 1;
}

.banner .certified-inner ul {
    width: calc(100% - 105px);
    padding-left: 0;
    margin-bottom: 0;
}

.banner .certified-inner ul li {
    display: flex;
    margin-top: 5px;
}

.banner .certified-inner ul li::before {
    content: "";
    background-image: url(../../img/onsite/element.svg);
    background-size: 100% 100%;
    height: 18px;
    min-width: 18px;
    margin: 3px 7px 0 0;
    animation: rotation 2s linear infinite;
}

.banner .certified-inner ul li:first-child {
    margin-top: 0;
}

.banner .banner-list .certified::before {
    content: "";
    background-image: url(../../img/home/tricolor.svg);
    background-size: 100% 100%;
    width: 90px;
    height: 73px;
    position: absolute;
    left: 0;
    top: 0;
}

.banner .banner-list .certified {
    border-radius: 8px;
}

.banner .banner-list .certified .certified-inner {
    border: 1px solid #d1d9e4;
    border-radius: 8px;
}

.banner .banner-list .certified b {
    width: calc(100% - 135px);
    line-height: 32px;
}

.banner .banner-info .info-head {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}

.banner .banner-info .info-head b {
    color: var(--greenColor);
}

.banner .banner-info .info-detail h3,
.banner .banner-info .info-detail p {
    font-size: 13px;
}

.banner .banner-info .info-detail h3::before {
    content: "";
    background-image: url(../../img/home/certificate.svg);
    background-size: 100% 100%;
    height: 40px;
    min-width: 40px;
    margin-right: 13px;
}

.banner .banner-info .info-detail {
    padding: 1.8rem 0.6rem;
}

.banner .banner-info .info-detail p {
    border-top: 1px solid rgba(255, 255, 255, 0.231);
}

.banner .banner-info .info-student {
    padding: 10px 15px;
    width: 235px;
}

.banner .banner-info .info-student span {
    height: 64px;
    width: 64px;
}

.banner .banner-info .info-student .detail {
    width: calc(100% - 80px);
}

.banner .banner-info .info-student .detail p:last-child {
    font-size: 10px;
}

/* End Banner Section  */

/* Start Client Section */
.client {
    padding-top: 4rem;
    border-radius: 20px 20px 0 0;
}

.client .client-container {
    padding: 0 1.2rem 2rem;
    border: 1px solid var(--darkGreyColor);
}

.client .client-container h3 {
    transform: translateY(-50%);
}

.client .client-list {
    animation: infiniteScroll 15s linear infinite;
}

.client .client-list span {
    min-width: 100px;
    height: auto;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.client .client-list span img {
    object-fit: scale-down;
}

.client .client-list:hover {
    animation-play-state: paused;
}

.client .client-list span:hover {
    opacity: 100%;
    transform: scale(1.2);
}

/* End Client Section */

/* Start Solution Section */
.solution {
    background-image: linear-gradient(180deg,
            var(--white) 0%,
            var(--white) 0%,
            var(--backgroundColor) 58.66%,
            var(--backgroundColor) 99.61%);
}

.solution .solution-item {
    padding: 2.3rem 1.2rem 1.2rem;
    background-image: url(../../img/home/blue-border.webp);
    background-size: 100% 100%;
    width: 250px;
}

.solution .solution-item span {
    width: 46px;
    height: 50px;
    top: -30px;
    left: 45px;
}

/* End Solution Section */

/* Start Training Section */
.training .training-head .training-list .training-item span {
    min-width: 60px;
    height: 60px;
    background-color: rgba(25, 66, 122, 1);
}

.training .training-head .training-content .training-info {
    background-color: #e1eff6;
    border-radius: 12px;
}

.training .training-container .buttons a {
    background-color: rgba(255, 255, 255, 0.15);
    min-width: fit-content;
}

.training .training-container .buttons .btn-white:hover {
    color: var(--black) !important;
    border: 1px solid var(--black) !important;
}

/* End Training Section */

/* Start Deal Section */

.deal .deal-list {
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
}

.deal .deal-list .owl-stage {
    display: flex;
}

.deal .deal-item {
    height: 100%;
}

.deal .deal-item h3 {
    font-size: 15px;
    margin-bottom: 1.8rem !important;
}

.deal .deal-item::before {
    content: "";
    background-image: url(../../img/home/course.svg);
    background-size: 100% 100%;
    width: 58px;
    height: 50px;
    margin-bottom: 1.2rem;
}

.deal .owl-item:hover .deal-item .buttons a {
    background-color: var(--primaryColor);
    color: var(--white);
    border: 1px solid transparent;
    box-shadow: none;
    transition: none;
}

.deal .deal-item .buttons .btn-white::after,
.deal .deal-item .buttons .btn-white::before {
    content: none;
}

.deal .deal-list .owl-nav {
    display: flex;
    width: fit-content;
    position: absolute;
    bottom: -30%;
    left: 0;
    right: 0;
    margin: auto;
}

.deal .deal-list .owl-nav .owl-prev span,
.deal .deal-list .owl-nav .owl-next span {
    display: none;
}

.deal .deal-list .owl-nav .owl-prev,
.deal .deal-list .owl-nav .owl-next {
    display: flex;
    background-image: url(../../img/home/prev.svg);
    background-size: 8px 12px;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    background-color: var(--lightGreyColor);
    margin-right: 1rem;
}

.deal .deal-list .owl-nav .owl-prev.active,
.deal .deal-list .owl-nav .owl-next.active {
    background-image: url(../../img/home/next.svg);
}

.deal .deal-list .owl-nav .owl-prev.active {
    transform: rotate(180deg);
}

.deal .deal-list .owl-nav .owl-next {
    transform: rotate(180deg);
    margin-right: 0;
}

.deal .deal-list .owl-nav .owl-next.active {
    transform: rotate(0);
}

/* End Deal Section */

/* Start Learning Section */

.learning {
    padding-top: 4rem;
}

.learning:hover .learning-list .learning-item span img {
    animation: zoomInDown2 1s;
}

.learning .learning-list .learning-item {
    border-bottom: 1px solid var(--primaryColor);
}

.learning .learning-list .learning-item span {
    width: 50px;
    height: 50px;
    padding: 12px 8px;
    border-bottom: 1px solid var(--primaryColor);
}

.learning .learning-list .learning-item h3 {
    width: calc(100% - 70px);
}

/* End Learning Section */

/* Start Benefit Section */
.benefit .benefit-list .benefit-item {
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);

    padding: 1rem 1.5rem 3.7rem;
    margin-top: 1.8rem;
}

.benefit .benefit-list .benefit-item::before {
    content: "";
    border-bottom: 1px solid var(--darkGreyColor);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 40px;
}

.benefit .benefit-list {
    counter-reset: counter;
}

.benefit .benefit-list .benefit-item::after {
    content: counter(counter, decimal-leading-zero);
    counter-increment: counter;
    position: absolute;
    font-size: 35px;
    color: var(--lightGreyColor);
    font-weight: 600;
    bottom: -8px;
}

.benefit .benefit-list .benefit-item span {
    min-width: 45px;
    height: 45px;
}

.benefit .benefit-list .benefit-item .benefit-info {
    width: calc(100% - 65px);
}

/* End Benefit Section */

/* Start Career Section */
.career .career-container h3 {
    line-height: 40px !important;
    font-size: 22px;
}

/* End Career Section */

/* Start Choose Section */

.choose .choose-info {
    margin-top: 2rem;
}

.choose .media_box .sliders .slider_container {
    background-color: var(--darkGreyColor);
    height: 7px;
    margin: 10px 0 25px 0;
    transition: opacity 1s ease-out;
}

.choose .slider_container .slider_fill {
    background-color: var(--primaryColor);
    height: 100%;
    position: absolute;
    transition: width 1s ease-out;
    width: 0;
}

#slider1_fill,
#slider1_thumb {
    background-color: rgb(89, 85, 226);
}

#slider2_fill,
#slider2_thumb {
    background-color: rgb(24, 173, 232);
}

#slider3_fill,
#slider3_thumb {
    background-color: rgb(34, 211, 165);
}

#slider4_fill,
#slider4_thumb {
    background-color: #beff59;
}

.choose .slider_container .slider_thumb {
    background-color: var(--primaryColor);
    left: 0;
    position: absolute;
    top: 3px;
    transform: translate(-50%, -50%);
    transition: left 1s ease-out;
    width: 16px;
    height: 16px;
}

.choose .media_box .pie_chart_container {
    height: 280px;
    width: 280px;
}

.choose .media_box .pie_chart_container .background_svg:before {
    content: "";
    background-image: linear-gradient(to top,
            rgba(0, 0, 0, 0.1),
            rgba(0, 0, 0, 0) 40%);
    border-radius: 50%;
    height: 100%;
    position: absolute;
    width: 100%;
}

.background_svg:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 20%;
    width: 60%;
    height: 7px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    filter: blur(4px);
}

.choose .media_box .pie_chart_container #pie-chart {
    transform: rotate(-180deg);
}

.choose .media_box .pie_chart_container .pie_labels .pie_label {
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    opacity: 0;
    padding: 6px 10px;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: opacity 1s ease-out;
    white-space: nowrap;
}

.choose .media_box .pie_chart_container .pie_labels #label1 {
    left: 48%;
    top: 20%;
}

.choose .media_box .pie_chart_container .pie_labels #label2 {
    left: 82%;
    top: 50%;

}

.choose .media_box .pie_chart_container .pie_labels #label3 {
    left: 18%;
    top: 55%;
}

.choose .media_box .pie_chart_container .pie_labels #label4 {
    left: 60%;
    top: 80%;
}

/* End Choose Section */

/* Start Blog Section */


.pie_label_tooltip {
    position: absolute;
    left: 0;
    top: 5px;
    background: var(--white);
    font-size: 12px;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
}


.blog {
    overflow: hidden;
    padding: 3rem 0;
}

.blog-list::-webkit-scrollbar {
    display: none;
}

.blog .heading span:nth-of-type(1) {
    font-size: 22px;
    /* transform: translateX(-50px); */
    /* opacity: 0.3; */
    line-height: 2.8;
    margin-right: 1.7rem;
}

.blog .heading span:nth-of-type(2) {
    font-size: 67px;
    color: #dcdfe0;
}

.blog-text {
    position: absolute;
    bottom: 0;
    left: 41.5%;
    display: flex;
}

.blog-text strong {
    font-size: 70px;
    -webkit-text-stroke: 1px var(--black);
    color: transparent;
    display: flex;
    font-weight: 700;
}

.blog-content ul li {
    background-color: rgba(33, 30, 30, 0.24);
    border-radius: 15px;
    margin-right: 10px;
    margin-top: 10px;
}

.blog-content ul li:last-child {
    margin-right: 0 !important;
}

.blog-content h3 {
    color: #837c7c;
}

.blog-content h3::before {
    content: "";
    background-image: url(../../img/home/note-book.svg);
    background-size: 100% 100%;
    width: 15px;
    min-height: 18px;
    margin-right: 10px;
}

.blog .blog-detail .blog-content ul {
    margin-bottom: 1.8rem !important;
}

.blog .blog-detail .blog-content .buttons .btn-blue {
    min-width: 140px;
}

/* .blog .blog-item {
    height: calc(100vh - 100px);
} */

.blog .blog-item .blog-detail {
    height: 100%;
}

.blog .blog-item:nth-child(1) {
    background-color: var(--greenColor);
}

.blog .blog-item:nth-child(2) {
    
    background-color: var(--lightGreenColor);
}

/* End Blog Section */

/* Start Program Section */
/* .program .program-item {
    margin-top: 2rem;
}

.program .program-item p {
    font-size: 13px;
}

.program .program-item strong {
    margin-bottom: 3.6rem;
}

.program .program-item:last-child {
    margin-bottom: 0;
}

.program .program-item strong::after {
    content: "";
    height: 43px;
    width: 43px;
    background-image: url(../../img/home/stroke.svg);
    background-size: 100% 100%;
    position: absolute;
    bottom: -43px;
    left: 0;
    right: 0;
    margin: auto;
}

.program .program-item strong::before {
    content: "";
    border: 1px dashed var(--black);
    position: absolute;
    z-index: 0;
    width: 152px;
    bottom: -40px;
} */

/* End Program Section */

/* Start Testimonial Section */

.testimonial .testimonial-box {
    padding: 1.2rem 1.2rem 2.8rem;
    background: linear-gradient(var(--white), var(--white)) padding-box,
        linear-gradient(90deg, var(--primaryColor) 0%, var(--greenColor) 100%) border-box;
    border: 1px solid transparent;
    margin: 0 0.5rem 3rem 0.5rem;
}

.testimonial .testimonial-box b {
    margin: 20px 0 4px 0;
}

.testimonial .testimonial-box::after {
    content: "";
    width: 145px;
    height: 35px;
    background-image: url(../../img/home/stars.svg);
    background-size: 115px 20px;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid var(--primaryColor);
    border-radius: 18px;
    position: absolute;
    bottom: -18px;
    background-color: var(--white);
}

.testimonial .testimonial-box p::before {
    content: "";
    height: 50px;
    width: 50px;
    background-color: var(--backgroundColor);
    border-radius: 50%;
    background-image: url(../../img/home/user.svg);
    background-size: 28px 28px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 1rem;
}

.testimonial .controls .nav-btn {
    width: 34px;
    height: 34px;
    border: 1px solid var(--darkGreyColor);
    cursor: pointer;
    padding: 8px;
}

.testimonial .controls .nav-btn img {
    filter: grayscale(1) brightness(1.5);
}

.testimonial .controls .nav-btn:first-child img {
    transform: rotate(270deg);
}

.testimonial .controls .nav-btn:last-child img {
    transform: rotate(90deg);
}

.testimonial .controls .nav-btn.active img {
    filter: none;
}

/* End Testimonial Section */

@media screen and (min-width: 768px) {
    /* Start Banner Section  */

    .banner .banner-list .certified {
        width: 363px;
    }

    .banner .banner-info .info-detail {
        width: 293px;
    }

    .banner .banner-info .info-head {
        width: 326px;
    }

    .banner .banner-list .certified .certified-inner::before {
        min-width: 112px;
    }

    .banner .certified-inner ul {
        width: calc(100% - 132px);
    }

    /* End Banner Section  */

    /* Start Client Section */

    .client .client-list span {
        margin-right: 3.5rem !important;
    }

    /* End Client Section */

    /* Ṣtart Training Section */
    .training .training-container .buttons::before,
    .training .training-container .buttons::after {
        content: "";
        height: 8px;
        width: 240px;
        background-image: url(../../img/home/line.webp);
        background-size: 100% 100%;
    }

    .training .training-container .buttons::after {
        transform: rotate(180deg);
    }

    /* End Training Section */

    /* Start Deal Section */
    .deal {
        padding-top: 4rem;
    }

    .deal .deal-list .owl-item.active+.owl-item.active .deal-item::after {
        content: "";
        border-right: 1px solid var(--darkGreyColor);
        position: absolute;
        left: 0;
        bottom: 0;
        height: 100%;
    }

    /* End Deal Section */

    /* Start Learning Section */
    .learning .learning-list .learning-item {
        width: 45%;
    }

    .learning .learning-container {
        background-image: url(../../img/home/girl.webp);
        background-size: 337px 330px;
        background-repeat: no-repeat;
        background-position: top right;
    }

    .learning .learning-detail {
        width: 340px;
    }

    /* End Learning Section */

    /* Start Benefit Section */
    .benefit {
        padding-bottom: 5rem;
    }

    /* End Benefit Section */

    /* Start Career Section */
    .career .career-container h3 {
        width: 72%;
    }

    /* End Career Section */

    /* Start Choose Section */
    .choose {
        padding-top: 5rem;
    }

    .choose .slider-list {
        width: 310px;
    }

    .choose .slider-list p:last-child::after {
        content: "";
        background-image: url(../../img/home/vector.svg);
        background-size: 100% 100%;
        width: 37px;
        height: 37px;
        position: absolute;
        right: 12px;
        top: 0;
    }

    /* End Choose Section */

    /* Start Blog Section */

    .blog .heading span:nth-of-type(1) {
        font-size: 35px;
    }

    .blog .heading span:nth-of-type(2) {
        font-size: 100px;
    }

    .blog-text {
        bottom: 7px;
    }

    .blog-text strong {
        font-size: 100px;
    }

    .blog .blog-container .heading h2 {
        margin-bottom: -0.8rem;
    }

    /* End Blog Section */

    /* Start Program Section */
    /* .program {
        padding-top: 2rem;
    } */
    /* End Program Section */

    /* Start Testimonial Section */
    .testimonial .testimonial-box {
        padding: 1.2rem 2.5rem 2.8rem;
        margin: 0 0 3rem 0;
    }

    .testimonial .testimonial-container .heading {
        margin-bottom: 2rem;
    }

    .testimonial .testimonial-box::before {
        content: "";
        height: 60px;
        width: 60px;
        background-image: url(../../img/home/quote.svg);
        background-size: 30px 23px;
        background-repeat: no-repeat;
        background-position: center;
        box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 10%);
        border-radius: 50%;
        background-color: var(--white);
        position: absolute;
        bottom: -30px;
        right: 57px;
    }

    .testimonial .controls {
        position: absolute;
        top: 0;
        right: 12px;
        bottom: 30px;
        margin: auto;
        background-color: var(--white);
        width: 36px;
        height: 105px;
    }

    .testimonial .controls .nav-btn:first-child img {
        transform: rotate(0deg);
    }

    .testimonial .controls .nav-btn:last-child img {
        transform: rotate(180deg);
    }

    .testimonial .carousel.carousel-vertical .carousel-item-next:not(.carousel-item-start),
    .testimonial .carousel.carousel-vertical .active.carousel-item-end {
        transform: translateY(100%);
    }

    .testimonial .carousel.carousel-vertical .carousel-item-prev:not(.carousel-item-end),
    .testimonial .carousel.carousel-vertical .active.carousel-item-start {
        transform: translateY(-100%);
    }

    /* End Testimonial Section */
}

@media screen and (min-width: 1024px) {
    .fix {
        position: sticky;
        z-index: -1;
        top: 110px;
    }

    /* Start Banner Section  */
    .banner {
        background: url(../../img/home/banner-bg.webp) 100% 100%;
        background-position: bottom center;
        padding-top: 4rem;
    }

    .banner .banner-content {
        width: 53%;
    }

    .banner .banner-info {
        width: 43%;
    }

    .banner .banner-info .info-detail,
    .banner .banner-info .info-head {
        width: 313px;
    }

    /* End Banner Section  */

    /* Start Client Section */
    .client .client-list span:nth-child(6),
    .client .client-list span:nth-child(7),
    .client .client-list span:last-child {
        margin-top: 1.5rem;
    }

    /* .client .client-list {
        animation: none !important;
    } */

    .client .client-container h3 {
        font-size: 20px !important;
    }

    .client .client-list span:last-child {
        margin-right: 0 !important;
    }

    /* End Client Section */

    /* Start Solution Section */
    .solution {
        padding-bottom: 8rem;
    }

    .solution .solution-head {
        width: 40%;
    }

    .solution .solution-head::after {
        content: "";
        background-image: url(../../img/home/meeting.webp);
        background-size: 100% 100%;
        width: 400px;
        height: 130px;
        margin-top: 1.3rem;
        animation: imgReveal 3s ease-out infinite;
        animation-direction: alternate;
    }

    .solution .solution-list {
        width: 525px;
    }

    /* End Solution Section */

    /* Start Training Section */
    .training {
        background-image: url(../../img/home/training-bg.webp);
        background-size: 100% 100%;
        background-color: transparent;
        padding-top: 6rem;
        margin-top: -8.5rem;
    }

    .training::before {
        content: "";
        background-image: url(../../img/home/global.webp);
        background-size: 100% 100%;
        width: 220px;
        height: 380px;
        position: absolute;
        left: 0;
        top: 20%;
    }

    .training .training-container {
        margin-top: 6rem;
    }

    .training .training-container .buttons {
        margin-top: 6rem !important;
    }

    .training .training-container .heading {
        margin: 0 auto -1rem;
        width: 56%;
    }

    .training .training-container .buttons::before,
    .training .training-container .buttons::after {
        width: 265px;
    }

    .training .training-container .training-list .training-line {
        width: 655px;
        height: 430px;
        stroke-dasharray: 2000;
        stroke-dashoffset: 2000;
        animation: drawline 10s ease forwards;
        filter: blur(2px);
    }

    .training .training-container .training-list .training-item {
        position: absolute;
        opacity: 0;
        z-index: 1;
    }

    .training .training-container .training-list {
        width: 737px;
        font-size: 14px;
    }

    .training .training-head .training-content {
        position: absolute;
        left: 0;
        right: 0;
        top: 7%;
    }

    /* Icons fade in sequentially */
    .training .training-container .training-list .training-item:nth-child(2) {
        animation: fadeIn 1s ease forwards 0.6s;
        top: 10%;
        right: -9%;
    }

    .training .training-container .training-list .training-item:nth-child(3) {
        animation: fadeIn 1s ease forwards 1.4s;
        top: 43%;
        right: -15%;
    }

    .training .training-container .training-list .training-item:nth-child(4) {
        animation: fadeIn 1s ease forwards 2s;
        top: 74%;
        right: 0;
    }

    .training .training-container .training-list .training-item:nth-child(5) {
        animation: fadeIn 1s ease forwards 2.5s;
        top: 91%;
        right: 38%;
    }

    .training .training-container .training-list .training-item:nth-child(6) {
        animation: fadeIn 1s ease forwards 3s;
        top: 85%;
        right: 68%;
    }

    .training .training-container .buttons a {
        min-width: 485px;
    }

    /* End Training Section */

    /* Start Learning Section */
    .learning .learning-detail {
        width: 540px;
        margin-bottom: 5rem;
    }

    .learning .learning-container::before {
        content: "";
        border: 1px solid var(--darkGreyColor);
        border-bottom: none;
        border-radius: 5px;
        width: 485px;
        height: 270px;
        position: absolute;
        right: 96px;
        bottom: 100px;
        z-index: -1;
        animation: upDown 3s ease-in-out infinite;
    }

    /* End Learning Section */

    /* Start Benefit Section */
    .benefit .benefit-count {
        position: sticky;
        top: 20%;
        width: 480px;
        height: 480px;
    }

    .benefit .benefit-count::before {
        content: "";
        background-image: linear-gradient(var(--white), var(--white)),
            linear-gradient(265.83deg,
                var(--darkBlue) 10.21%,
                rgba(13, 38, 101, 0) 71.54%);
        border: 3px solid transparent;
        background-origin: border-box;
        background-clip: padding-box, border-box;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1;
    }

    .benefit .box-image {
        width: 205px;
        height: 205px;
        background-image: linear-gradient(180deg,
                var(--lightGreyColor) 0%,
                var(--white) 100%);
        padding: 2.5rem;
        margin-top: -2rem;
    }

    .benefit .box-image span {
        width: 60px;
        height: 60px;
    }

    .benefit .benefit-count .timeline {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: transform 0.8s ease;
    }

    .benefit .benefit-count .timeline .circle {
        width: 32px;
        height: 32px;
        left: 61%;
        top: -1%;
    }

    .benefit .benefit-count .timeline .circle.active {
        left: 59%;
        top: -3%;
    }

    .benefit .benefit-count .timeline .circle:nth-of-type(2) {
        left: 95%;
        top: 44%;
    }

    .benefit .benefit-count .timeline .circle:nth-of-type(2).active {
        left: 93%;
    }

    .benefit .benefit-count .timeline .circle:nth-of-type(3) {
        left: 63%;
        top: 93%;
    }

    .benefit .benefit-count .timeline .circle:nth-of-type(3).active {
        left: 60%;
        top: 91%;
    }

    .benefit .benefit-count .timeline .circle:nth-of-type(4) {
        left: 6%;
        top: 76%;
    }

    .benefit .benefit-count .timeline .circle:nth-of-type(5) {
        left: 6%;
        top: 18%;
    }

    .benefit .benefit-count .timeline .circle:nth-of-type(5).active {
        left: 3%;
        top: 17%;
    }

    .benefit .benefit-list .benefit-item.active::after {
        background-image: linear-gradient(90deg,
                var(--primaryColor) 0%,
                var(--greenColor) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .benefit .benefit-count .timeline .circle.active {
        background-color: var(--darkBlue);
        width: 55px;
        height: 55px;
        color: var(--white);
        font-size: 28px;
    }

    .benefit .benefit-count .box-image span {
        display: none;
        opacity: 0;
    }

    .benefit .benefit-count .box-image span.active {
        display: flex;
        opacity: 1;
    }

    .benefit .benefit-count .heading {
        position: absolute;
        top: 50%;
    }

    /* End Benefit Section */

    /* Start Career Section */
    .career {
        background-image: linear-gradient(90deg,
                rgba(13, 38, 101, 0.1) -12.08%,
                var(--darkBlue) 38.23%,
                var(--darkBlue) 100%),
            url(../../img/home/discussion.webp);
        background-size: 100% 100%, 490px 100%;
        background-repeat: no-repeat;
    }

    .career .career-container {
        width: 870px;
    }

    /* End Career Section */

    /* Start Choose Section */

    .choose .choose-info {
        width: 70%;
    }

    /* End Choose Section */

    /* Start Blog Section */

    .blog .blog-item span {
        height: 100%;
        width: 50%;
    }

    .blog .blog-item span img {
        width: 100%;
        height: 100%;
    }

    .blog .blog-detail {
        width: 50%;
    }

    /* End Blog Section */

    /* Start Program Section */
    /* .program .program-item {
        width: 16%;
    } */

    /* End Program Section */

    /* Start Testimonial Section */
    .testimonial .controls {
        right: 58px;
    }

    /* End Testimonial Section */
}

@media screen and (min-width: 1366px) {

    /* Start Banner Section  */
    .text .heading-title .heading-words {
        background-image: linear-gradient(180deg,
                var(--primaryColor) 6.79%,
                var(--greenColor) 108.04%),
            linear-gradient(90deg,
                rgba(191, 199, 222, 0.3) 0%,
                rgba(255, 255, 255, 0) 100%);
        background-repeat: no-repeat;
        background-size: 2px 100%, 100% 100%;
        font-size: 35px;
    }

    .banner .banner-content h1 b {
        font-size: 35px;
    }

    .heading-words {
        display: inline-block;
        overflow: hidden;
        vertical-align: top;
        width: 396.439px;
    }

    .heading-title::before {
        content: "";
        background-image: url(../../img/home/pen.svg);
        background-size: 100% 100%;
        height: 27px;
        width: 27px;
        position: absolute;
        top: -25px;
        left: -25px;
    }

    .heading-words b {
        position: absolute;
        opacity: 0;
        white-space: nowrap;
    }

    .heading-words b.is-visible {
        position: relative;
        opacity: 1;
    }

    .banner {
        padding-top: 7rem;
        overflow-x: hidden;
    }

    .banner .banner-content h1 {
        font-size: 40px;
    }

    .banner .banner-container::after {
        content: "";
        background-image: url(../../img/home/man.webp);
        background-size: 100% 100%;
        width: 252px;
        position: absolute;
        height: 441px;
        right: -100px;
        bottom: -2px;
    }



    .banner .banner-info .info-detail {
        margin-left: -6.2rem !important;
        margin-top: 4rem !important;
        width: 290px;
    }

    .banner .banner-info .info-detail p {
        width: calc(100% - 35px);
    }

    .banner .banner-info .info-student {
        right: -30px;
        z-index: 1;
        position: absolute;
        bottom: 25px;
    }

    .banner .banner-list .buttons {
        margin-left: 2.3rem;
    }

    .banner .banner-info .info-head {
        transform: translate(-13px, 42px);
    }

    .banner .banner-list .buttons::before {
        content: "";
        background-image: url(../../img/home/curved-arrow.svg);
        background-size: 100% 100%;
        height: 97px;
        width: 98px;
        margin-top: -3rem;
        animation: leftRight 1.8s linear infinite;
    }

    .banner .buttons .btn-gradient {
        min-width: 245px;
    }

    /* End Banner Section  */

    /* Start Client Section */
    .client {
        padding-top: 6rem;
    }

    .client .client-container {
        padding: 0 4.7rem 2rem;
    }

    .client .client-list span {
        margin-right: 2.7rem !important;
    }

    .client .client-list span:nth-child(6),
    .client .client-list span:nth-child(7),
    .client .client-list span:last-child {
        margin-top: 0;
    }

    .client .container {
        width: 100% !important;
        max-width: 100% !important;
    }

    .client .client-container {
        width: 1315px;
    }

    /* End Client Section */

    /* Start Solution Section */

    .solution {
        padding-bottom: 9rem;
    }

    .solution .solution-head {
        width: 46%;
    }

    .solution .solution-head::after {
        width: 600px;
        height: 190px;
    }

    /* End Solution Section */

    /* Start Training Section */
    .training {
        margin-top: -8.5rem;
    }

    .training .training-container .training-content {
        width: 245px;
    }

    .training .training-container .buttons::before,
    .training .training-container .buttons::after {
        height: 14px;
        min-width: 440px;
    }

    /* End Training Section */

    /* Start Deal Section */
    .deal {
        padding-top: 6rem;
    }

    .deal .deal-list {
        width: 93%;
    }

    .deal .heading {
        margin-bottom: 2.5rem;
    }

    .deal .deal-list .owl-nav {
        width: 100%;
        bottom: 72%;
    }

    .deal .deal-list .owl-nav .owl-prev,
    .deal .deal-list .owl-nav .owl-next {
        margin: 0;
        height: 113px;
        position: absolute;
    }

    .deal .deal-list .owl-nav .owl-prev {
        left: -40px;
    }

    .deal .deal-list .owl-nav .owl-next {
        right: -40px;
    }

    /* End Deal Section */

    /* Start Learning Section */

    .learning .learning-container {
        background-size: 360px 356px;
        background-position: top right 162px;
    }

    .learning .learning-list .learning-item {
        width: 24%;
    }

    .learning .learning-container::before {
        bottom: -3px;
        right: 100px;
        width: 540px;
        height: 334px;
    }

    .learning .learning-list .learning-item p {
        min-height: 50px;
    }

    /* End Learning Section */

    /* Start Benefit Section */
    .benefit {
        padding-bottom: 6rem;
    }

    .benefit .benefit-container {
        width: 90%;
    }

    .benefit .benefit-count .heading h2 {
        font-size: 28px;
    }

    .benefit .benefit-list {
        width: 490px;
    }

    /* End Benefit Section */

    /* Start Career Section */
    .career {
        padding: 2.5rem 0;
    }

    /* End Career Section */

    /* Start Choose Section */
    .choose {
        padding-top: 7rem;
    }

    .choose .choose-content {
        width: 40%;
    }

    .choose .choose-info {
        width: 55%;
        margin-top: 0;
    }

    /* End Choose Section */

    /* Start Blog Section */

    .blog .container {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
    }

    .blog-text::before {
        left: -6px;
        top: -7px;
    }

    .blog .blog-container .heading h2 {
        margin-bottom: -1.2rem;
    }

    .blog .blog-item .blog-detail {
        background-image: url(../../img/home/circular.webp);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right;
    }

    .blog .heading span:nth-of-type(1) {
        font-size: 55px;
    }

    .blog .heading span:nth-of-type(2) {
        font-size: 150px;
    }

    .blog .blog-item .blog-detail .blog-content {
        width: 83%;
    }

    .blog-text strong {
        font-size: 150px;
    }

    /* End Blog Section  */

    /* Start Program Section */
    /* .program {
        padding-top: 3rem;
    }
    .program .program-item {
        margin-top: 4.6rem;
    }

    .program .program-item strong {
        margin-bottom: 4.6rem;
    }

    .program .program-list span {
        width: 50px;
        height: 50px;
        margin-top: 6.8rem;
    }

    .program .program-list span:last-child {
        position: absolute;
        right: 72px;
        top: 22px;
        margin-top: 0;
    }

    .program .program-item:first-of-type strong::before,
    .program .program-item:last-of-type strong::before {
        width: 80px;
    }

    .program .program-item:first-of-type strong::before {
        right: -22px;
    }

    .program .program-item:last-of-type strong::before {
        left: -22px;
    } */

    /* End Program Section */

    /* Start Testimonial Section */
    .testimonial .controls {
        right: 11%;
    }

    /* End Testimonial Section */
}

@media screen and (min-width: 1500px) {

    /* Start Banner Section  */
    .banner {
        background-size: cover;
    }

    /* End Banner Section  */
}

@media screen and (min-width: 1900px) {

    /* Start Career Section */
    .career {
        background-image: linear-gradient(90deg,
                rgba(13, 38, 101, 0.1) -12.08%,
                var(--darkBlue) 38.23%,
                var(--darkBlue) 100%);
    }

    .career .career-container {
        width: 100%;
    }

    /* End Career Section */

    /* Start Blog Section */
    .blog .blog-item .blog-detail {
        width: 50%;
        height: 100%;
    }

    .blog .blog-item .blog-detail .blog-content {
        width: 63%;
    }

    /* End Blog Section */
}