.wrapper-services .news-banner {
    position: relative;
    padding: 160px 0 160px;
    background: linear-gradient(270deg, #201e2c 0, #1f2851 100%);
    background-image: url(../images/demand-banner.jpg);
    background-size: 100% auto;
    background-position: center;
    z-index: 0;
}

.wrapper-services .news-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #00000084;
}

.wrapper-services .news-banner h1 {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 80px;
    letter-spacing: 5px;
    line-height: 54px;
    color: #fff;
    margin-bottom: 1.8rem;
    font-weight: 600;
}

.main-benefit {
    padding: 70px 0px;
}

.main-benefit .subtitle {
    text-align: center;
    color: #95a2b4;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1.0px;
    font-weight: 600;
    text-transform: uppercase;
}

.main-benefit .title {
    padding-bottom: 25px;
    position: relative;
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    letter-spacing: 0;
    color: #141414;
    text-align: center;
}

.main-benefit .title::after {
    content: "";
    background-image: url(../images/widget-title-sep.png);
    background-size: 42px;
    display: none;
    width: 42px;
    height: 14px;
    margin: 0 auto;
    background-repeat: no-repeat;
    margin-top: 20px;
}

.box-benefit .list-benefit {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.box-benefit .list-benefit .item-benefit {
    position: relative;
    transition: all .3s ease-in-out;
}

.box-benefit .list-benefit .item-benefit .img-box {
    overflow: hidden;
    border-radius: 40px;
}

.box-benefit .list-benefit .item-benefit .img-box img {
    position: relative;
    transform: scale(1.15);
    transition: all .3s ease-in-out;
    z-index: 1;
}

.box-benefit .list-benefit .item-benefit:hover .img-box img {
    transform: scale(1);
}

.box-benefit .list-benefit .item-benefit .content-box {
    position: relative;
    margin-top: -70px;
    width: 90%;
    background-color: #ffd583;
    padding: 25px;
    border-radius: 40px;
    min-height: 210px;
    z-index: 2;
    transition: all .3s ease-in-out;
}

.box-benefit .list-benefit .item-benefit:hover .content-box {
    margin-top: -90px;
    background-color: #ffe1a6;
}

.box-benefit .list-benefit .item-benefit .content-box .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffbb36;
    transition: all .2s ease-in-out;
}

.box-benefit .list-benefit .item-benefit:hover .content-box .head {
    color: var(--main-color);
}

.box-benefit .list-benefit .item-benefit .content-box .head i {
    font-size: 40px;
    color: var(--main-color);
}

.box-benefit .list-benefit .item-benefit .content-box .body {
    font-size: 16px;
    font-weight: 400;
    padding-top: 10px;
    transition: all .2s ease-in-out;
}

.box-benefit .list-benefit .item-benefit:hover .content-box .body {
    color: var(--main-color);
}

.box-benefit .plan-us {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 5px;
}

.box-benefit .plan-us .intro {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.box-benefit .plan-us .link-contact {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0px;
}


.main-services {
    background-image: url(../images/service-bg.jpeg);
    padding: 60px 0px;
}

.services-title {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
}

.services-title span {
    color: #95a2b4;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1.0px;
    font-family: "Commissioner", Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.services-title .title {
    padding-bottom: 25px;
    position: relative;
    font-size: 55px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
}

.services-title .title::after {
    content: "";
    background-image: url(../images/widget-title-sep.png);
    background-size: 42px;
    display: none;
    width: 42px;
    height: 14px;
    margin: 0 auto;
    background-repeat: no-repeat;
    margin-top: 20px;
}

.services-box .services-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.services-box .services-list .services-item {
    width: calc(33.33% - 20px);
    padding: 30px;
    background: #10172794;
    border-radius: 20px;
    border: 1px solid #202b3b;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.services-box .services-list .services-item:hover {
    border-color: var(--main-color);
    background: radial-gradient(circle, rgb(36 52 101 / 58%) 0%, rgb(4 21 59 / 79%) 59%);
    box-shadow: 0px 2px 24px 0px #f88b0087;
}

.services-box .services-list .services-item .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    overflow: hidden;
    background: #FF6900;
    background: linear-gradient(127deg, rgba(255, 105, 0, 1) 0%, rgba(248, 139, 0, 1) 100%);
    border-radius: 20px;
    padding: 12px;
    transition: all .2s ease-in-out;
}

.services-box .services-list .services-item:hover .icon {
    transform: scale(1.1);
    box-shadow: 0px 2px 23px 0px #f88b00d6;
}

.services-box .services-list .services-item .icon img {
    filter: brightness(0);
}

.services-box .services-list .services-item h3 {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    padding: 20px 0px;
    color: #fff;
}

.services-box .services-list .services-item p {
    margin: 0;
    font-size: 14px;
    color: #cad5e2;
    margin-bottom: 25px;
}

.services-box .services-list .services-item .learn-more {
    display: flex;
    font-size: 16px;
    align-items: center;
    line-height: 1;
    gap: 20px;
    text-transform: capitalize;
    opacity: 0;
    transform: translateX(-15px);
    transition: all .3s ease-in-out;
}

.services-box .services-list .services-item:hover .learn-more {
    opacity: 1;
    transform: translateX(0px);
}

.services-box .services-list .services-item .learn-more i {
    font-size: 14px;
    margin-top: 2px;
}

.wrapper-services.statistical .content-page p {
    color: #444444;
    margin: 25px 0px;
    line-height: 1.7;
    font-size: 18px;
}

.wrapper-services.statistical .title-box h3 {
    font-size: 38px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0px;
}

.wrapper-services.statistical .statistic-program {
    padding: 60px 0px;
    background-image: url(../images/background05.png);
    background-color: #f4f7fc;
}

.wrapper-services.statistical .title-box p {
    font-size: 18px;
    color: #444444;
    line-height: 1.7;
    margin-bottom: 40px;
}

.wrapper-services.statistical .list-program {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.wrapper-services.statistical .list-program .item-program {
    width: calc(33.33% - 30px);
    background-color: #ffffff91;
    border-radius: 5px;
    border: 1px solid var(--main-color);
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 10px 0 10px rgb(0 0 0 / 10%);
    cursor: pointer;
    transition: all .2s ease-in-out;
    min-height: 300px;
}

.wrapper-services.statistical .list-program .item-program:hover {
    background-color: #fff;
    box-shadow: 1px 1px 19px #f88b005c;
    transform: translateY(-10px);
}

.wrapper-services.statistical .list-program .item-program .icon {
    position: relative;
    display: flex;
    align-items: center;
    width: 89px;
    height: 89px;
    border-radius: 100%;
    text-align: center;
    padding: 23px;
    margin-bottom: 15px;
    background-color: #fbad15;
    border-radius: 50%;
    transition: background-color .2s ease-in-out;
}

.wrapper-services.statistical .list-program .item-program .icon i {
    font-size: 36px;
}

.wrapper-services.statistical .list-program .item-program:hover .icon {
    background-color: var(--main-color);
}

.wrapper-services.statistical .list-program .item-program .icon::after {
    content: "";
    display: inline-block;
    position: absolute;
    background: transparent;
    border: 2px dashed #fbad15;
    width: 97px;
    height: 97px;
    right: -4px;
    top: -4px;
    border-radius: 100px;
}

.wrapper-services.statistical .list-program .item-program:hover .icon::after {
    animation: roteIcon 7.1s linear infinite;
    border-color: var(--main-color);
}

.wrapper-services.statistical .list-program .item-program .title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0px;
    transition: all .3s ease-in-out;
}

.wrapper-services.statistical .list-program .item-program:hover .title {
    color: var(--main-color);
}

.wrapper-services.statistical .list-program .item-program .detail {
    position: relative;
    font-size: 16px;
    margin-top: 10px;
    padding-left: 20px;
    color: #444444;
    transition: all .3s ease-in-out;
}

.wrapper-services.statistical .list-program .item-program .detail::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: transparent;
    border: 2px solid #444444;
    border-radius: 100px;
    position: absolute;
    left: 5px;
    top: 9px;
}

.wrapper-services.statistical .list-program .item-program:hover .detail {
    color: #000000;
}

.wrapper-services.statistical .statis-benefit {
    padding: 60px 0px;
    background-color: #f4f7fc;
}

.wrapper-services.statistical .statis-benefit-title {
    text-align: center;
}

.wrapper-services.statistical .statis-benefit-title .subtitle {
    color: #95a2b4;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1.0px;
    font-weight: 600;
    text-transform: uppercase;
}

.wrapper-services.statistical .statis-benefit-title .title {
    padding-bottom: 25px;
    position: relative;
    font-size: 55px;
    line-height: 60px;
    font-weight: 600;
    letter-spacing: 0;
}

.wrapper-services.statistical .statis-benefit-title .title:after {
    content: "";
    background-image: url(../images/widget-title-sep.png);
    background-size: 42px;
    display: none;
    width: 42px;
    height: 14px;
    margin: 0 auto;
    background-repeat: no-repeat;
    margin-top: 20px;
}

.statis-benefit-box {
    display: flex;
    justify-content: center;
}

.wrapper-services.statistical .statis-benefit-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 80%;
}

.wrapper-services.statistical .statis-benefit-list .statis-benefit-item {
    display: flex;
    width: 85%;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 60px rgb(0 0 0 / 10%);
    padding: 25px;
    border-left: 3px solid var(--main-color);
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.wrapper-services.statistical .statis-benefit-list .statis-benefit-item::before {
    content: "";
    position: absolute;
    left: 0;
    transform: translateX(-100%);
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fd8e0129;
    transition: all .2s ease-in-out;
}

.wrapper-services.statistical .statis-benefit-list .statis-benefit-item:hover::before {
    transform: translateX(0%);
}

.wrapper-services.statistical .statis-benefit-list .statis-benefit-item:hover {
    box-shadow: 0 0 19px #f88b0066;
    transform: translateX(10px);
    border-top: 1px solid var(--main-color);
    border-right: 1px solid var(--main-color);
    border-bottom: 1px solid var(--main-color);
}

.wrapper-services.statistical .statis-benefit-list .statis-benefit-item:nth-child(even) {
    margin-left: auto;
}

.wrapper-services.statistical .statis-benefit-list .statis-benefit-item .statis-benefit-head {
    display: flex;
    align-items: center;
    gap: 20px;
}

.wrapper-services.statistical .statis-benefit-list .statis-benefit-item .icon {
    position: relative;
    width: 56px;
    height: 56px;
}

.wrapper-services.statistical .statis-benefit-list .statis-benefit-item .icon::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    position: absolute;
    background: #e5e5e5;
    margin-left: 13px;
}

.wrapper-services.statistical .statis-benefit-list .statis-benefit-item .title {
    color: var(--main-color);
    font-size: 30px;
    margin-left: 10px;
    line-height: 1;
    font-weight: 600;
}

.wrapper-services.statistical .statis-benefit-list .statis-benefit-item .title .btn-text::after {
    top: 6px;
}

.wrapper-services.statistical .statis-benefit-list .statis-benefit-item .title .btn-text:hover::after {
    top: 10px;
}

.wrapper-services.statistical .statis-benefit-list .statis-benefit-item .content {
    position: relative;
    margin-top: 20px;
    font-size: 18px;
    color: #000;
    padding-left: 20px;
}

.wrapper-services.statistical .statis-benefit-list .statis-benefit-item .content::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: transparent;
    border: 2px solid #141414;
    border-radius: 100px;
    position: absolute;
    left: 5px;
    top: 10px;
}



.statis-question {
    padding: 100px 0px;
    background-image: url(../images/axtell-background.jpg);
}

.statis-question .statis-question-wrap {
    display: flex;
}

.statis-question .statis-question-wrap .left-box,
.statis-question .statis-question-wrap .right-box {
    width: 50%;
}

.statis-question .statis-question-wrap .left-box {
    color: #141414;
}

.statis-question .statis-question-wrap .left-box .sub-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
}

.statis-question .statis-question-wrap .left-box .title {
    padding-bottom: 25px;
    position: relative;
    font-size: 45px;
    line-height: 60px;
    font-weight: 600;
    letter-spacing: 0;
}

.statis-question .statis-question-wrap .left-box .content {
    padding-bottom: 50px;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.7;
    margin-right: 120px;
}

.connect-wrap {
    display: flex;
    align-items: center;
    gap: 25px;
}

.statis-question .statis-question-wrap .left-box .info-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.statis-question .statis-question-wrap .left-box .info-box .icon {
    position: relative;
    width: 62px;
    height: 62px;
    padding: 7px;

}

.statis-question .statis-question-wrap .left-box .info-box .icon::after {
    content: "";
    display: inline-block;
    position: absolute;
    background: transparent;
    border: 2px dashed #141414;
    width: 64px;
    height: 64px;
    right: 0px;
    top: 0px;
    border-radius: 100px;
    transition: all ease .3s;
    animation: roteIcon 8.1s linear infinite;
}

.statis-question .statis-question-wrap .left-box .info-box .info-detail .head {
    font-size: 24px;
    font-weight: 600;
}

.statis-question .statis-question-wrap .left-box .title::after {
    content: "";
    background-image: url(../images/separator-black.webp);
    background-size: 42px;
    display: block;
    width: 42px;
    height: 14px;
    margin: 0 auto;
    background-repeat: no-repeat;
    margin-top: 20px;
    margin-left: 0;
}

.statis-question .main-form {
    display: flex;
    align-items: center;
}

.statis-question .main-form .box-form {
    width: 100%;
}

.statis-question .main-form .img-form {
    width: 50%;
    padding: 50px;
}

.statis-question .main-form .box-form .title-form {
    font-size: 60px;
    font-weight: 700;
}

.statis-question .main-form .box-form .title-form span {
    font-size: 60px;
    font-weight: 700;
    color: var(--main-color);
}

.statis-question .main-form .box-form .subtitle-form {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: .6px;
    margin-top: 10px;
    margin-bottom: 70px;
    color: var(--main-color);
}

.statis-question .main-form .box-form .form-group {
    width: 100%;
    margin: 20px 0px;
    position: relative;
}

.statis-question .main-form .box-form .form-group .form-label {
    position: absolute;
    margin: 0;
    background: #fff;
    font-size: 17px;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    transition: all .2s ease-in-out;
}

.statis-question .main-form .box-form .form-group .form-label.textarea-label {
    top: 20%;
}

.statis-question .main-form .box-form .form-group .form-detail {
    width: 100%;
    border: 1px solid #e5e8ee;
    border-radius: 7px;
    height: 55px;
    padding: 5px 10px;
}

.statis-question .main-form .box-form .form-group .form-detail:focus+label,
.statis-question .main-form .box-form .form-group .form-detail:valid+label {
    top: 0;
    left: 10px;
    font-size: 16px;
    color: #141414;
    opacity: 0;
}

.statis-question .main-form .box-form .form-group .form-detail:focus,
.statis-question .main-form .box-form .form-group .form-detail:valid {
    border-color: #141414;
}

.statis-question .main-form .box-form .form-group textarea.form-detail {
    height: 100px;
}

.statis-question .main-form .box-form .send {
    overflow: hidden;
    background: transparent;
    border-color: var(--main-color);
    color: #fff;
    z-index: 1;
    position: relative;
}

.statis-question .main-form .box-form .send::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(90deg, #ff9100d9, #ff7100, #ff9100d9);
    transition: all .3s ease-in-out;
}

.statis-question .main-form .box-form .send:hover::after {
    transform: translateX(-50%);
}

.statis-question .main-form .box-form .send span::after,
.statis-question .main-form .box-form .send span::before {
    border-color: #fff;
}

.wrapper-services.clinical .title-box p {
    text-align: center;
}

.wrapper-services.clinical .clinical-title {
    font-size: 38px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0px;
}

.wrapper-services.clinical .content-page.clinical {
    padding: 60px 0px;
}

.wrapper-services.clinical .list-program {
    gap: 15px;
}

.wrapper-services.clinical .list-program .item-program {
    width: calc(33.33% - 15px);
    min-height: 210px;
}

.wrapper-services.clinical .content-page.data-management {
    padding: 60px 0px;
}

.wrapper-services.clinical .content-page.data-management .title-data {
    letter-spacing: 0px;
    font-weight: 600;
    text-align: center;
    font-size: 26px;
}

.wrapper-services.data-management .title-box p {
    text-align: left;
}

.wrapper-automotive .automotive-banner {
    position: relative;
    height: 80vh;
    background-image: url(../images/automotive-banner.jpg);
    background-size: 100%;
    overflow: hidden;
}

.wrapper-automotive .automotive-banner::before {
    content: "";
    background: rgb(0 5 31 / 60%);
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.wrapper-automotive .automotive-banner .box-explore {
    position: absolute;
    z-index: 2;
    top: 30%;
}

.wrapper-automotive .automotive-banner .box-explore h1 {
    font-size: 70px;
    color: #ffffff;
    line-height: 100px;
    position: relative;
    font-weight: 600;
}

.wrapper-automotive .automotive-banner .box-explore p {
    color: #ffffff;
    font-size: 22px;
}

.wrapper-automotive .automotive-banner .box-explore .send {
    overflow: hidden;
    background: transparent;
    border-color: var(--main-color);
    color: #fff;
    z-index: 1;
    position: relative;
    padding-right: 30px;
}

.wrapper-automotive .automotive-banner .box-explore .send::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 202%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(90deg, #ff9100d9, #ff7100, #ff9100d9);
    transition: all .3s ease-in-out;
}

.wrapper-automotive .automotive-banner .box-explore .send:hover::after {
    transform: translateX(-50%);
}

.wrapper-automotive .automotive-banner .box-explore .send span::after,
.wrapper-automotive .automotive-banner .box-explore .send span::before {
    border-color: #fff;
}

.wrapper-automotive .content-page {
    padding: 60px 0px;
    background: #f4f7fc;
}

.wrapper-automotive .content-page p {
    color: #575756;
    font-weight: 500;
}

.automotive-main {
    background: #ffcc8c61;
    padding: 60px 0px;
}

.wrapper-automotive .automotive-tab {
    display: flex;
    position: relative;
    margin-top: 45px;
}

.wrapper-automotive .automotive-menu {
    width: 30%;
    height: fit-content;
    overflow: hidden;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: -45px;
    left: -60px;
    z-index: 2;
}

.wrapper-automotive .automotive-item {
    padding: 18px 20px;
    background: #ffd27b;
    border-bottom: 1px solid #ffffff61;
    cursor: pointer;
    transition: 0.3s ease;
    font-weight: 600;

}

.wrapper-automotive .automotive-item:last-child {
    border-bottom: 0px;
}

.wrapper-automotive .automotive-item:hover {
    background: #ffc044;
}

.wrapper-automotive .automotive-item.active {
    background: #fbad15;
}

.wrapper-automotive .automotive-content {
    width: 100%;
    padding: 35px;
    padding-left: 400px;
    background-image: url(../images/background05.png);
    background-color: #f4f7fc;
    border-radius: 25px;
    box-shadow: 0px 0px 20px #8b8b8b70;
    min-height: 580px;
}

.wrapper-automotive .automotive-panel {
    display: none;
    animation: fade 0.4s ease;
}

.wrapper-automotive .automotive-panel.active {
    display: block;
}

.wrapper-automotive .automotive-panel h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 50px;
    color: #070D58;
    position: relative;
    margin: 0;
    /* animation: fade 1s ease; */
}

.wrapper-automotive .automotive-panel p {
    margin-top: 30px;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    /* animation: fade 1.2s ease; */
}

.wrapper-automotive .automotive-panel .panel-detail {
    display: flex;
    margin-top: 30px;
    gap: 30px;
}

.wrapper-automotive .automotive-panel .panel-detail.one .panel-box {
    width: 100%;
}

.wrapper-automotive .automotive-panel .panel-detail.two .panel-box {
    width: calc(50% - 30px);
}

.wrapper-automotive .automotive-panel .panel-detail .panel-box {
    width: calc(33.33% - 30px);
}

.wrapper-automotive .automotive-panel .panel-detail .title {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 7px;
    color: #006BA1;
    /* animation: fade .8s ease; */
}

.wrapper-automotive .automotive-panel .panel-detail ol {
    padding-left: 55px;
}

.wrapper-automotive .automotive-panel .panel-detail ol li {
    list-style: decimal;
    position: relative;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    color: #070D58;
}

.wrapper-automotive .automotive-panel .panel-detail .item-automotive {
    list-style-type: none;
    position: relative;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    color: #070D58;
    padding-left: 18px;
    /* animation: fade 1s ease-in-out; */
}

.wrapper-automotive .automotive-panel .panel-detail .item-automotive::before {
    content: '';
    background: url(../images/at-bullet.svg) no-repeat center / cover;
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    left: 0;
    top: 11px;
}

.wrapper-automotive .ani {
    opacity: 0;
    transform: translateX(-25px);
    transition: all .35s ease;
}

.wrapper-automotive .show {
    opacity: 1 !important;
    transform: translateX(0) !important;
}

.show-automotive-mb {
    display: none;
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 30px;
    line-height: 1;
}



.wrapper-demand .automotive-banner {
    position: relative;
    height: 80vh;
    overflow: hidden;
    background-size: 100%;
}

.wrapper-demand .automotive-banner .box-explore {
    position: absolute;
    z-index: 2;
    top: 30%;
    padding-right: 30%;
}

.wrapper-demand .automotive-banner .box-explore h1 {
    font-size: 50px;
    color: #ffffff;
    line-height: 70px;
    position: relative;
    font-weight: 600;
}

.wrapper-demand .box-explore h1 span {
    color: var(--main-color);
    font-size: 50px;
    font-weight: 600;
}

.wrapper-demand .automotive-banner .box-explore p {
    color: #ffffff;
    font-size: 18px;
}

.wrapper-demand .automotive-banner .box-explore .callbook {
    overflow: hidden;
    background: transparent;
    border-color: var(--main-color);
    color: var(--main-color);
    z-index: 1;
    position: relative;
    padding-right: 30px;
    margin-left: 30px;
    transition: all ease .3s;
}

.wrapper-demand .automotive-banner .box-explore .callbook span.arrow::before {
    border: 2px solid var(--main-color);
}

.wrapper-demand .automotive-banner .box-explore .callbook span.arrow::after {
    border: 2px solid var(--main-color);
    border-left: none;
    border-bottom: none;
}

.wrapper-demand .automotive-banner .box-explore .callbook:hover {
    background-color: var(--main-color);
    color: #fff;
}

.wrapper-demand .automotive-banner .box-explore .callbook:hover span.arrow::before {
    border: 2px solid #fff;
}

.wrapper-demand .automotive-banner .box-explore .callbook:hover span.arrow::after {
    border: 2px solid #fff;
    border-left: none;
    border-bottom: none;
}

.wrapper-demand .what-demand {
    padding: 60px 0px;
}

.wrapper-demand .what-demand p span {
    color: var(--main-color);
    font-size: 18px;
    font-weight: 600;
}

.wrapper-services.statistical.wrapper-demand .list-program .item-program .head {
    display: flex;
    width: 100%;
    gap: 15px;
    align-items: center;
    margin-bottom: 25px;
}

.wrapper-services.statistical.wrapper-demand .list-program .item-program .icon {
    width: 75px;
    height: 75px;
    padding: 20px;
    flex-shrink: 0;
    margin-bottom: 0;
}

.wrapper-services.statistical.wrapper-demand .list-program .item-program .icon::after {
    width: 84px;
    height: 84px;
}

.wrapper-services.statistical.wrapper-demand .list-program .item-program {
    min-height: 280px;
}

@keyframes fade {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}


@keyframes roteIcon {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}