/* Magic text for text animation */
.magic-text {
    display: block;
    white-space: pre-wrap;
    word-break: break-word;
    line-height: 1.3;
}

.word {
    display: inline;
    white-space: nowrap;
}

.char {
    opacity: 0;
    display: inline-block;
    transform: translateY(10px);
    animation: charFadeIn 0.6s forwards;
}

@keyframes charFadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Magic text for text animation */

/* body {
    background: #F1F6FC;
    overflow-x: hidden;
} */

img {
    max-width: 100%;
    object-fit: contain;
    height: auto;
}

.ep-header-section {
    /* position: fixed; */
    position: absolute;
    width: 100%;
    top: 20px;
    left: 0;
    z-index: 999;
    transition: all 0.3s ease-out 0s;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.sticky-menu {
    background-color: #ffffff;
    animation: fadeInDown .4s ease-in-out 0s 1 normal none running;
    box-shadow: 0 2px 20px rgba(25, 25, 25, .1);
    border-radius: 0;
    /* position: fixed; */
    top: 0;
    left: 0;
    padding: 0;
}

.sticky-menu .header-one-container {
    background-color: #ffffff;
}

.header-one-container {
    background-color: #F1F6FC;
    border-radius: 80px;
    padding: 0 50px;
}

.nav-item_cs {
    margin: 0 6px;
    position: relative;
}

.nav-link_cs {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    line-height: 78px;
}

.dropdown .nav-link_cs {
   
    line-height: 78px;
}

.nav-item_cs:hover>.dropdown-menu_cs {
    display: block;
    border: 0;
    box-shadow: 0 10px 30px 0 rgba(137, 139, 142, .2);
}

.call-us-btn .icon {
    width: 55px;
    height: 55px;
    background-color: #ffffff;
    border-radius: 50%;
    transition: all 0.3s ease-out 0s;
}

.call-us-btn .icon i {
    color: #0044EB;
    transition: all 0.3s ease-out 0s;
    font-size: 18px;
}

.call-us-btn .info-help .title {
    color: #49515B;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -.36px;
}

.call-us-btn .info-help .number {
    color: #020842;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    transition: all 0.3s ease-out 0s;
}

.sticky-menu .call-us-btn .icon {
    background-color: #F1F6FC !important;
}

.ep-header-section .nav-item:hover>.nav-link_cs {
    color: #0044EB;
}

.ep-header-section .dropdown-menu_cs li a {
    color: #020842;
    display: block;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    padding: 8px 16px;
    font-weight: 500;
}

.ep-header-section .dropdown-menu_cs li a:hover {
    background-color: #0044EB;
    color: #ffffff !important;
}
.ep-header-section .dropdown-menu_cs li a {
    line-height: normal;
}
.banner-desktop {
    position: relative;
}

.banner-desc {
    position: absolute;
    top: 30%;
}

.heading-banner {
    color: #020842;
    font-size: 74px;
    font-weight: 700;
    line-height: 84px;
    letter-spacing: -1.48px;
    margin-bottom: 30px;
}

.fs-body-size {
    font-size: 18px;
}

.ep-banner-section .banner-text .banner-buttons {
    margin-top: 40px;
}

.ep-banner-section .banner-text .banner-buttons .theme-btn {
    margin-right: 50px;
}

.theme-btn {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    background-color: #0044EB;
    padding: 15px 30px;
    border-radius: 60px;
    z-index: 9;
    border: 0;
    margin-right: 50px;
    transition: all 0.3s ease-out 0s;
}

.theme-btn:hover {
    background-color: #020842;
}

.theme-btn .arrow {
    margin-left: 10px;
    transition: all 0.3s ease-out 0s;
    position: relative;
    top: -1px;
}

.play-now-btn .icon {
    width: 50px;
    height: 50px;
    background-color: #FFBE16;
    color: #47B16A;
    font-size: 15px;
    transition: all 0.3s ease-out 0s;
}

.play-now-btn:hover>span.rounded-pill {
    background-color: #020842;
    color: #fff;
}

.ep-banner-section .banner-text .banner-buttons .play-now-btn .text {
    color: #49515B;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -.36px;
    margin-left: 10px;
}

.typewriter {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}

.typewriter span {
    opacity: 0;
    display: inline-block;
    transform: translateY(5px);
    transition: all 0.3s ease;
}

.typewriter span.visible {
    opacity: 1;
    transform: translateY(0);
}

.ep-features-section {
    padding-top: 120px;
    padding-bottom: 140px;
}

.ep-features-section .feature-text {
    padding-left: 43px;
    padding-right: 70px;
    margin-top: 14px;
}

.section-title-block {
    margin-bottom: 30px;
}

.section-title-block .section-sub-title {
    color: #47B16A;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 2.56px;
    padding-right: 10px;
}

.section-title-block .section-sub-title:after, .section-title-block .section-sub-title:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0044EB;
    content: "";
}

.section-title-block .section-sub-title:before {
    left: 100%;
    width: 30px;
    height: 2px;
}

.section-title-block .section-sub-title:after {
    right: -40px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.section-title-block .section-title {
    color: #020842;
    font-size: 28px;
    font-weight: 700;
    line-height: 68px;
    letter-spacing: 0.52px;
}

.ep-features-section .feature-text .feature-item {
    gap: 30px;
    margin-top: 30px;
}

.ep-features-section .feature-text .feature-item .icon-box {
    flex: 0 0 auto;
}

.icon-box-primary {
    background-color: #47B16A;
}

.icon-box {
    width: 80px;
    height: 80px;
}

.rounded-20 {
    border-radius: 20px;
}

.ep-features-section .feature-text .feature-item .info .feature-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 10px;
}

.ep-services-section {
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    background-color: #ffffff;
    background-image: url('/assets/images/smart_solution_bg.png');
}

.service-item {
    border: 1px solid #CCCCCC;
    padding: 40px;
    transition: all 0.3sease-out 0s;
    background-color: ffffff;
    height: 100%;
}

.service-item .text .service-title {
    color: #020842;
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 20px
}

.icon-box-services {
    background-color: #47B16A;
    margin-bottom: 60px;
}

.service-item p {
    color: #212529;
}

.service-item:hover {
    border: 1px solid #020842;
}

.mb-60 {
    margin-bottom: 60px;
}

.ep-services-section .arrow {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    border: 5px solid #49515B;
    cursor: pointer;
    font-size: 24px;
    transition: all 0.3s ease-out 0s;
    margin-top: 0
}

.ep-services-section .arrow:hover {
    color: #47B16A;
    border-color: #47B16A;
}

.pt-120 {
    padding-top: 120px;
}

.heading-style1 {
    color: #020842;
    font-size: 74px;
    font-weight: 700;
    line-height: 84px;
    letter-spacing: -1.48px;
}

.mb-40 {
    margin-bottom: 40px;
}

.ep-counter-section .counter-text p {
    margin-bottom: 68px;
}

.ep-counter-section .counter-text .counter-wrapper .counter-item {
    background-color: #ffffff;
    padding: 38px 20px;
    transition: all 0.3s ease-out 0s;
    border: 1px solid rgba(0, 0, 0, 0);
}

.ep-counter-section .counter-text .counter-wrapper .counter-item .number {
    color: #020842;
    font-size: 60px;
    font-weight: 700;
    line-height: 68px;
    letter-spacing: -1.48px;
}

.ep-counter-section .counter-text .counter-wrapper .counter-item .short-info {
    color: #49515B;
}

.py-120 {
    padding: 120px 0;
}

.section-title-block {
    margin-bottom: 60px;
}

.ep-team-section .team-item {
    border: 1px solid #CCCCCC;
    transition: all 0.3s ease-out 0s;
    padding: 50px 40px;
}

.ep-team-section .team-item:hover {
    background-color: #ffffff;
}

.ep-team-section .team-item .team-name-info .name {
    color: #020842;
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 10px;
}

.social-icon-box ul li {
    display: inline-block;
}

p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #49515B;
    letter-spacing: -.36px;
}

.social-icon-box ul li a {
    width: 35px;
    height: 35px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    color: #020842;
    font-size: 14px;
}

.ep-team-section .team-item .social-icon-box {
    margin-left: 40px;
    position: relative;
    z-index: 99;
}

.ep-team-section .team-item:hover .social-icon-box a:hover {
    background-color: #47B16A;
    color: #ffffff;
}

.ep-team-section .team-item+.team-item {
    margin-top: 60px;
}

a {
    text-decoration: none;
}

.ep-team-section .all-members {
    margin-top: 80px;
}

.ep-team-section .team-item:hover .hover-image {
    visibility: visible;
    opacity: 1;
}

.ep-team-section .team-item:hover .hover-image {
    visibility: visible;
    opacity: 1;
}

.ep-team-section .active-team .hover-image {
    visibility: visible;
    opacity: 1;
}

.ep-team-section .team-item .hover-image {
    max-width: 300px;
    right: 78px;
    top: 50%;
    transform: translateY(-50%) rotate(-15deg);
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    transition: all 0.3s ease-out 0s;
}

.input-group .form-label {
    color: #020842;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
}

.input-group .form-field {
    height: 68px;
    border: 1px solid #CCCCCC;
    color: #49515B;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -.36px;
    width: 100%;
    border-radius: 50px !important;
    transition: all 0.3s ease-out 0s;
    padding: 0 20px;
}

.input-group .textarea-control {
    height: 130px;
    padding: 20px;
    border-radius: 30px !important;
    resize: none;
}

.ep-messages-section {
    padding-bottom: 92px;
}

.ep-messages-section:before {
    /* width: 1600px; */
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

.ep-cta-section {
    /* background-image: url(/assets/images/subscribe_img.svg);
    background-color: #FFBE16; */
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.ep-cta-section .cta-text .info {
    max-width: 270px;
    color: #020842;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -.64px;
}

.ep-cta-section .cta-form .input-group .form-field {
    background-color: rgba(0, 0, 0, 0);
    border-color: #020842;
    height: 60px;
}

.ep-cta-section .cta-form .input-group .mail-icon {
    font-size: 14px;
    right: 28px;
}

.theme-btn-primary {
    background-color: #47B16A;
}

.theme-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 100%;
    height: 100%;
    background-color: var(--bs-black-color);
    border-radius: 60px;
    transition: var(--bs-transition);
    z-index: -1;
    opacity: 0;
}

.ep-testimonial-section .testimonial-info {
    padding-right: 40px;
}

.mb-20 {
    margin-bottom: 20px;
}

.ep-testimonial-section .testimonial-info .call-us {
    margin-top: 39px;
}

.call-us-btn.style2 .icon {
    background-color: #47B16A;
}

.call-us-btn.style2 .icon i {
    color: #ffffff;
}

.call-us-btn .info .title {
    color: #49515B;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -.36px;
}

.call-us-btn.style2 .number {
    font-size: 22px !important;
    line-height: 36px !important;
}

.call-us-btn .info .number {
    color: #020842;
    font-family: var(--bs-font-secondary);
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    transition: all 0.3s ease-out 0s;
}

.call-us-btn.style2:hover .number {
    color: #47B16A;
}

.ep-testimonial-section .testimonial-area {
    background-color: #ffffff;
}

.rounded-30 {
    border-radius: 30px;
}

.ep-testimonial-section .testimonial-area .testimonial-item {
    padding: 40px 50px 35px 40px;
    min-height: 382px;
    height: 100%;
}

.ep-testimonial-section .rating i {
    font-size: 20px;
    color: #FFBE16;
    margin-bottom: 30px;
}

.ep-testimonial-section .user-info {
    margin-top: 66px;
}

.ep-testimonial-section .details p {
    font-size: 21px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: -.36px;
}

.ep-testimonial-section .user-info .user {
    gap: 20px;
}

.ep-project-section .project-item .overlay {
    bottom: -20px;
    left: 0;
    width: 100%;
    padding: 30px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
}

.ep-project-section .project-item .overlay p {
    color: #ffffff;
    background-color: #47B16A;
    border-radius: 20px 20px 0 0;
    padding: 4px 30px;
    display: inline-block;
}

.ep-project-section .project-item .overlay .title {
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    background-color: #ffffff;
    border-radius: 0 20px 20px 20px;
    padding: 17px 30px;
}

.ep-project-section .project-item .overlay .title a {
    color: #020842;
}

.ep-project-section .project-item:hover .overlay {
    visibility: visible;
    opacity: 1;
    bottom: 0;
}

.ep-text-slider-section .slider-main {
    border-top: 2px solid #47B16A;
    border-bottom: 2px solid #47B16A;
    padding: 30px 0;
    gap: 80px;
}

.ep-text-slider-section .slider-main .slider-item {
    white-space: nowrap;
    animation: scroll2 18s linear infinite;
    gap: 84px;
}

.ep-text-slider-section .slider-main .slider-item .title {
    color: var(#020842);
    font-size: 60px;
    font-weight: 300;
    line-height: 68px;
    letter-spacing: -1.48px;
}

.ep-text-slider-section .slider-main .slider-item .title img {
    margin-right: 22px;
}

.ep-text-slider-section .slider-main .slider-item .title:nth-child(2n) {
    opacity: .7;
}

.ep-text-slider-section .slider-main:hover .slider-item {
    animation-play-state: paused;
}

@keyframes scroll2 {
    0% {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-100% - 2.6rem));
    }
}

@media(max-width: 767.98px) {
    .ep-text-slider-section .slider-main .slider-item .title {
        font-size: 42px;
    }

    .ep-text-slider-section .slider-main .slider-item .title img {
        width: 46px;
    }

    .ep-text-slider-section .slider-main {
        padding: 16px 0;
    }
}

.ep-faq-section .faq-body .accordion-item {
    background-color: #ffffff;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    margin: 10px 0px;
    border-radius: 30px;
}

.ep-faq-section .faq-body .accordion-item+.accordion-item {
    margin-top: 30px;
}

.ep-faq-section .faq-body .accordion-button {
    color: #020842;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    padding: 23px 30px;
    border-radius: 120px !important;
    box-shadow: none;
}

.ep-faq-section .faq-images .clients {
    height: 100%;
    background-color: #FFBE16;
    padding: 20px;
}

.ep-faq-section .faq-images .clients .client-number {
    color: #020842;
    font-size: 60px;
    font-weight: 700;
    line-height: 68px;
    letter-spacing: -1.48px;
}

.ep-faq-section .faq-body .accordion-button::after {
    background-image: url(/assets/images/plus-solid.svg);
    transition: none;
    background-position: 0px 0px;
}

.ep-faq-section .faq-body .accordion-button:not(.collapsed)::after {
    background-image: url(/assets/images/dash-lg.svg);
    background-position: 0px 8px;
}

.ep-blog-section .blog-item {
    background-color: #ffffff;
    box-shadow: 0px 5px 60px 0px rgba(0, 0, 0, 0.05);
}

.ep-blog-section .blog-item .img {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.ep-blog-section .blog-item .img img {
    transition: all 0.3s ease-out 0s;
    height: 100%;
    object-fit: cover;
}

.ep-blog-section .blog-item .text {
    padding: 20px 40px 40px;
}

.blog-meta {
    margin-bottom: 20px;
}

.blog-meta a {
    color: #49515B;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -.36px;
}

.blog-meta a i {
    color: #0044EB;
    font-size: 14px;
    margin-right: 10px;
}

.ep-blog-section .blog-item .text .blog-title {
    margin-bottom: 10px;
}

.ep-blog-section .blog-item .text .blog-title a {
    color: #020842;
}

.ep-blog-section .blog-item .text p {
    margin-bottom: 30px;
}

.ep-blog-section .blog-item:hover .img img {
    transform: scale(1.1);
}

.ep-footer-section .footer-bg {
    padding: 120px 0 30px;
    background-color: #020842;
    background-image: url(/assets/images/footer-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.ep-footer-section .footer-bg .footer-short-info {
    background-color: #0F144B;
    padding: 30px 22px;
    gap: 20px;
    transition: all 0.3s ease-out 0s;
}

.ep-footer-section .footer-bg .footer-short-info .icon {
    width: 80px;
    height: 80px;
    background-color: rgba(255, 190, 22, .2);
}

.ep-footer-section .footer-bg .footer-short-info .text .title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
}

.ep-footer-section .footer-bg .footer-short-info .text p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -.36px;
}

.ep-footer-section .footer-bg .footer-main {
    margin-top: 80px;
}

.ep-footer-section .footer-bg .footer-main .footer-widget .logo {
    margin-bottom: 12px;
}

.ep-footer-section .footer-bg .footer-main .footer-about .short-info p {
    color: #ffffff;
    opacity: .8;
    padding-right: 20px;
}

.ep-footer-section .footer-bg .footer-main .footer-about .contact-info {
    margin-top: 30px;
}

.ep-footer-section .footer-bg .footer-main .footer-about .contact-info ul li .icon i {
    color: #47B16A;
}

.ep-footer-section .footer-bg .footer-main .footer-about .contact-info ul li .title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
}

.ep-footer-section .footer-bg .footer-main .footer-about .contact-info ul li a, .ep-footer-section .footer-bg .footer-main .footer-about .contact-info ul li p {
    margin-top: 10px;
    opacity: .8;
    color: #ffffff;
}

.ep-footer-section .footer-bg .footer-main .footer-about .contact-info ul li+li {
    margin-top: 15px;
}

.ep-footer-section .footer-bg .footer-main .services-widget {
    padding-left: 80px;
}

.ep-footer-section .footer-bg .footer-main .footer-widget .footer-title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 32px;
}

.ep-footer-section .footer-bg .footer-main .footer-links ul li a {
    color: #ffffff;
    opacity: .8;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -.36px;
}

.ep-footer-section .footer-bg .footer-main .footer-links ul li a i {
    font-size: 14px;
    color: #47B16A;
    margin-right: 6px;
}

.ep-footer-section .footer-bg .footer-main .links-widget {
    padding-left: 60px;
}

.ep-footer-section .footer-bg .footer-main .footer-links ul li+li {
    margin-top: 15px;
}

.ep-footer-section .footer-bg .footer-main .recent-post-widget {
    max-width: 205px;
}

.ep-footer-section .footer-bg .footer-main .recent-post-widget ul li a .title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 3px;
    transition: all 0.3s ease-out 0s;
}

.ep-footer-section .footer-bg .footer-main .recent-post-widget ul li a small {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -.36px;
    opacity: .8;
}

a, small, span {
    display: inline-block;
}

.ep-footer-section .footer-bg .footer-main .recent-post-widget ul li a small i {
    color: #47B16A;
    font-size: 12px;
    margin-right: 5px;
}

.ep-footer-section .footer-bg .footer-main .recent-post-widget ul li+li {
    margin-top: 20px;
}

.ep-footer-section .footer-bg .footer-bottom {
    border-top: 1px solid hsla(0, 0%, 100%, .3);
    margin-top: 80px;
    padding-top: 30px;
}

.ep-footer-section .footer-bg .footer-bottom .footer-copyright p {
    color: #ffffff;
    opacity: .8;
}

.ep-footer-section .footer-bg .footer-bottom .footer-menu ul li a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -.36px;
    opacity: .8;
}

.ep-footer-section .footer-bg .footer-bottom .footer-menu ul li+li {
    margin-left: 29px;
}

.swiper {
    width: 100%;
    overflow: hidden;
    /* Chặn thanh scroll ngang */
}

.swiper-slide {
    width: 100%;
    box-sizing: border-box;
}

/* MOBILE trang chủ */

@media (max-width: 768px) {
    .heading-style1 {
        font-size: 46px;
        line-height: 56px;
    }

    /* .footer-widget.footer-about {
        display: flex;
        justify-content: center;
        text-align: center;
    } */

    .ep-footer-section .footer-bg .footer-main .services-widget {
        padding-left: 0px;
        text-align: center;
    }

    .ep-footer-section .footer-bg .footer-main .links-widget {
        text-align: center;
        padding-left: 0px;
    }

    .cs-last-more {
        display: flex;
        justify-content: center;
        text-align: center;
    }
}

.banner-mobile {
    padding-top: 160px;
}

.ep-banner-section.banner-mobile .banner-text .banner-buttons .theme-btn {
    margin-right: 10px;
}

/* MOBILE trang chủ */

/* Service single */

.ep-page-header-section {
    padding-top: 228px;
    background: #FFFCF3;
}

.ep-page-header-section .bread-crumb {
    padding: 64px 0;
}

.ep-page-header-section .bread-crumb .page-title {
    font-weight: 700;
    font-size: 60px;
    line-height: 68px;
}

.mt-30 {
    margin-top: 30px;
}

.ep-page-header-section .bread-crumb li {
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    color: #020842;
}

.ep-page-header-section .bread-crumb li a {
    color: #020842;
    position: relative;
}

.ep-page-header-section .bread-crumb li i {
    font-size: 16px;
    margin-left: 20px;
    color: #47B16A;
}

.ep-page-header-section .bread-crumb li+li {
    margin-left: 19px;
}

.service-item .icon-box {
    margin-bottom: 60px;
}

.ep-messages-section-two.style2 .message-main {
    border: 1px solid #CCCCCC;
}

.ep-messages-section-two .message-main {
    background-color: #ffffff;
    padding: 80px 60px;
}

.mb-40 {
    margin-bottom: 40px;
}

.ep-messages-section-two .message-main .message-contact-info {
    padding: 30px 40px;
    background-color: #47B16A;
    height: 100%;
}

.ep-messages-section-two .message-main .message-contact-info .contact-info li {
    gap: 15px;
}

.ep-messages-section-two .message-main .message-contact-info .contact-info li .icon {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 10px;
    background-color: hsla(0, 0%, 100%, .1);
    color: #ffffff;
}

.ep-messages-section-two .message-main .message-contact-info .contact-info .cn-title {
    color: #ffffff;
    opacity: .8;
    margin-bottom: 2px;
}

.ep-messages-section-two .message-main .message-contact-info .contact-info .cn-info, .ep-messages-section-two .message-main .message-contact-info .contact-info .cn-info a {
    color: #ffffff;
    opacity: .8;
}

.ep-messages-section-two .message-main .message-contact-info .contact-info li+li {
    margin-top: 20px;
}

@media (max-width: 767.98px) {
    .ep-page-header-section .header-img {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .ep-page-header-section .bread-crumb {
        padding: 55px 0;
    }
}

@media (max-width: 767.98px) {
    .ep-page-header-section .bread-crumb {
        text-align: center !important;
    }
}

@media (max-width: 767.98px) {
    .ep-page-header-section .bread-crumb ul {
        justify-content: center !important;
    }
}

/* Service single */

/* Service Details */

.ep-service-details-section .service-details .service-text .title {
    margin-bottom: 20px;
}

.ep-service-details-section .service-details .service-text .sub-title {
    margin: 30px 0 10px;
}

.ep-service-details-section .service-details .service-text .options {
    margin: 20px 0 62px;
}

.ep-service-details-section .service-details .service-text .options li i {
    font-size: 16px;
    margin-right: 10px;
    color: #47B16A;
}

.ep-service-details-section .service-details .service-text .options li+li {
    margin-top: 14px;
}

.ep-service-details-section .service-details .service-text .inner-details {
    margin-bottom: 60px;
}

.ep-service-details-section .service-details .service-text .inner-details .inner-options {
    margin-top: 20px !important;
}

.ep-service-details-section .service-details .service-text .inner-details .inner-options li i {
    font-size: 14px;
    margin-right: 10px;
    color: #0044EB;
}

.ep-service-details-section .service-details .service-text .inner-details .inner-options li+li {
    margin-top: 10px;
}

.ep-service-details-section .service-sidebar {
    border: 1px solid #CCCCCC;
    padding: 40px;
    /* position: -webkit-sticky;
    position: sticky; */
    /* top: 120px; */
}

.ep-service-details-section .service-sidebar .sidebar-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    padding-right: 20px;
}

.ep-service-details-section .service-sidebar .sidebar-title:before {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0044EB;
    content: "";
    width: 30px;
    height: 2px;
}

.ep-service-details-section .service-sidebar .sidebar-title:after {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0044EB;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.inner_category li a {
    background-color: #F1F6FC;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #020842;
    line-height: 30px;
    padding: 10px 20px;
    gap: 15px;
}

.inner_category li a span {
    font-size: 18px;
    font-weight: 400;
    color: #49515B;
    transition: all 0.3s ease-out 0s;
}

.inner_category li+li {
    margin-top: 20px;
}

.inner_category li a:hover {
    background-color: #0044EB;
    color: #ffffff;
}

.inner_category li a:hover span {
    color: #ffffff !important;
}

/* Service Details */

/* About us */

@media (max-width: 1399.98px) {
    .section-title-block .section-title {
        font-size: 42px;
        line-height: 52px;
    }
}

@media (max-width: 767.98px) {
    .ep-about-section .about-text .list-wrapper .list-info {
        border-right: 0 !important;
    }
}

.ep-about-section .about-text .list-box {
    margin-bottom: 30px;
}

.ep-about-section .about-text .list-wrapper .list-info {
    border-right: 3px solid hsla(0, 0%, 80%, .5);
}

.ep-about-section .about-text .list-wrapper:last-child .list-info {
    border: 0;
}

.ep-about-section .about-text .list-box .list-info li i {
    color: #47B16A;
    font-size: 16px;
    margin-right: 15px;
}

.ep-about-section .about-text .list-box .list-info li+li {
    margin-top: 20px;
}

.ep-pricing-section.style2 .pricing-item {
    background-color: #F1F6FC;
}

@media (max-width: 1399.98px) {
    .ep-pricing-section .pricing-item {
        padding: 40px 20px;
    }
}

.ep-pricing-section .pricing-item .price-header {
    gap: 28px;
}

.ep-pricing-section.style2 .pricing-item .price-header .price-box .title {
    margin-bottom: 14px;
}

@media (max-width: 1399.98px) {
    .ep-pricing-section .pricing-item .price-header .price-box .title {
        font-size: 28px;
        line-height: 36px;
    }
}

.ep-pricing-section.style2 .pricing-item .price-header .price-box .price {
    font-weight: 500;
    font-size: 42px;
    line-height: 40px;
    letter-spacing: -.64px;
}

@media (max-width: 1399.98px) {
    .ep-pricing-section .pricing-item .price-header .price {
        font-size: 46px;
    }
}

.ep-pricing-section.style2 .pricing-item .price-header .icon-box {
    background-color: rgba(71, 177, 106, .1);
    width: 100px;
    height: 100px;
}

@media (max-width: 1399.98px) {
    .ep-pricing-section .pricing-item .price-header .icon-box {
        width: 90px;
        height: 90px;
    }
}

.ep-pricing-section.style2 .pricing-item .options {
    margin-top: 65px;
}

.ep-pricing-section .pricing-item .options li {
    gap: 14px;
}

.ep-pricing-section .pricing-item .options li i {
    font-size: 14px;
    font-weight: 400;
    color: #47B16A;
    line-height: 28px;
}

.ep-pricing-section .pricing-item .options li+li {
    margin-top: 15px;
}

/* About us */

/* BLOG */
.ep-blog-single-section .blog-item {
    margin-bottom: 80px;
}

.ep-blog-section .blog-item {
    background-color: #ffffff;
    box-shadow: 0px 5px 60px 0px rgba(0, 0, 0, 0.05);
}

.ep-blog-section .blog-item .img {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.section-bg {
    background: #F1F6FC;
}

.blog-meta.style2 {
    margin-bottom: 30px;
    white-space: nowrap;
    bottom: 0;
    border-radius: 5px;
    gap: 40px;
    padding: 5px 20px;
}

.blog-meta.style2 .date {
    color: #020842;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}

.blog-meta.style2 .admin {
    color: #020842;
    line-height: 20px;
}

.blog-meta.style2 .admin, .blog-meta.style2 .date span {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.36px;
    position: relative;
}

.blog-meta.style2 .admin:before {
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #0044EB;
    top: 0;
    left: -20px;
    content: "";
}

.ep-blog-single-section .pagination ul {
    gap: 15px;
}

.ep-blog-single-section .pagination ul li .paginate {
    width: 60px;
    height: 60px;
    border: 0;
    border: 1px solid #CCCCCC;
    font-weight: 700;
    color: #020842;
    font-size: 22px;
    line-height: 36px;
}

.ep-blog-single-section .pagination ul li .paginate {
    width: 60px;
    height: 60px;
    border: 0;
    border: 1px solid #CCCCCC;
    font-weight: 700;
    color: #020842;
    font-size: 22px;
    line-height: 36px;
}

.ep-blog-single-section .pagination ul li .active, .ep-blog-single-section .pagination ul li .paginate:hover {
    border-color: rgba(0, 0, 0, 0);
    background-color: #0044EB;
    color: #ffffff;
}

@media (max-width: 1399.98px) {
    .blog-sidebar .blog-widget {
        padding: 30px;
    }
}

.blog-sidebar .blog-widget {
    border: 1px solid #CCCCCC;
    padding: 40px;
    border-radius: 10px;
}

@media (max-width: 1399.98px) {
    .section-title-block {
        margin-bottom: 24px;
    }
}

.blog-sidebar .blog-widget .section-sub-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 0;
    padding-right: 20px;
    color: #020842;
}

.blog-sidebar .blog-widget .input-group .form-control {
    width: 100%;
    height: 58px;
    border-radius: 50px !important;
    background-color: white;
    border: 0;
    color: white;
    padding: 0 73px 0 20px;
    background-color: #F1F6FC;
    border: 1px solid rgba(0, 0, 0, 0);
}

.blog-sidebar .blog-widget .input-group button {
    width: 58px;
    height: 58px;
    background-color: white;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    color: #ffffff;
    border: 0;
}
/* BLOG */
.ep-header-section .navbar .navbar-nav .nav-item {
    margin: 0 6px;
    position: relative;
}
.ep-header-section .navbar .navbar-nav .nav-item .nav-link {
    color: var(--bs-black-color);
    font-size: 18px;
    font-weight: 500;
}
@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
}
.nav-link {
    display: block;
    /* padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight); */
    color: rgb(0 0 0);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.motaDescription {
    display: -webkit-box;
    -webkit-line-clamp: 3;       /* Giới hạn số dòng hiển thị */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;     /* Thêm dấu ... nếu bị cắt */
  }
header .bg-white {
    --bs-bg-opacity: 1;
    background-color: rgb(255 255 255 / 0%) !important;
}
.service-sidebar ul.support-info {
    list-style: none;
}
.service-sidebar ul.support-info li img {
    margin-right: 5px;
    color: black;
}
.service-sidebar ul.support-info li a {
    color: black;
}
.swal-footer {
    text-align: center;
}
.team-support{
    background: rgba(255, 255, 255, 0);
}