img {
    max-width: 100%;
    vertical-align: middle;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}

@keyframes lac {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    10% {
        -webkit-transform: rotate(-25deg);
        -moz-transform: rotate(-25deg);
        -o-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
        transform: rotate(-25deg);
    }
    20% {
        -webkit-transform: rotate(25deg);
        -moz-transform: rotate(25deg);
        -o-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
        transform: rotate(25deg);
    }
    30% {
        -webkit-transform: rotate(-25deg);
        -moz-transform: rotate(-25deg);
        -o-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
        transform: rotate(-25deg);
    }
    40% {
        -webkit-transform: rotate(25deg);
        -moz-transform: rotate(25deg);
        -o-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
        transform: rotate(25deg);
    }
    50% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes zoomin {
    0% {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2.2);
        -moz-transform: scale(2.2);
        -o-transform: scale(2.2);
        -ms-transform: scale(2.2);
        transform: scale(2.2);
        opacity: 0.1;
    }
}

@keyframes zoomout {
    0% {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0.8;
    }
    100% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0.3;
    }
}

@keyframes xoay {
    0% {
        -webkit-transform: skewX(163deg) scaleX(1.1) translate(-39px, 15px) rotateX(0deg);
        -moz-transform: skewX(163deg) scaleX(1.1) translate(-39px, 15px) rotateX(0deg);
        -o-transform: skewX(163deg) scaleX(1.1) translate(-39px, 15px) rotateX(0deg);
        -ms-transform: skewX(163deg) scaleX(1.1) translate(-39px, 15px) rotateX(0deg);
        transform: skewX(163deg) scaleX(1.1) translate(-39px, 15px) rotateX(0deg);
    }
    50% {
        -webkit-transform: skewX(163deg) scaleX(1.1) translate(-39px, 15px) rotateX(180deg);
        -moz-transform: skewX(163deg) scaleX(1.1) translate(-39px, 15px) rotateX(180deg);
        -o-transform: skewX(163deg) scaleX(1.1) translate(-39px, 15px) rotateX(180deg);
        -ms-transform: skewX(163deg) scaleX(1.1) translate(-39px, 15px) rotateX(180deg);
        transform: skewX(163deg) scaleX(1.1) translate(-39px, 15px) rotateX(180deg);
    }
    100% {
        -webkit-transform: skewX(163deg) scaleX(1.1) translate(-39px, 15px) rotateX(360deg);
        -moz-transform: skewX(163deg) scaleX(1.1) translate(-39px, 15px) rotateX(360deg);
        -o-transform: skewX(163deg) scaleX(1.1) translate(-39px, 15px) rotateX(360deg);
        -ms-transform: skewX(163deg) scaleX(1.1) translate(-39px, 15px) rotateX(360deg);
        transform: skewX(163deg) scaleX(1.1) translate(-39px, 15px) rotateX(360deg);
    }
}

@keyframes laolen {
    0% {
        -webkit-transform: translate(0, -15px);
        -moz-transform: translate(0, -15px);
        -o-transform: translate(0, -15px);
        -ms-transform: translate(0, -15px);
        transform: translate(0, -15px);
    }
    50% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(0, -15px);
        -moz-transform: translate(0, -15px);
        -o-transform: translate(0, -15px);
        -ms-transform: translate(0, -15px);
        transform: translate(0, -15px);
    }
}

@keyframes cross {
    0% {
        left: -110%;
        top: 90%;
    }
    50% {
        left: -10%;
        top: -30%;
    }
    100% {
        left: -10%;
        top: -10%;
    }
}

@keyframes c-rotateZ {
    0% {
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -o-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes c-zoom {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes xoay {
    0% {
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -o-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes zoomO {
    0% {
        width: 0px;
        height: 0px;
    }
    100% {
        width: 500px;
        height: 500px;
    }
}

@keyframes up {
    0% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -o-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.lm-1 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.lm-2 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.lm-2 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.delay02 {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.delay04 {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.delay06 {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.c-img-50 {
    display: block;
    position: relative;
    padding-top: 50%;
}

.c-img-50 img, .c-img-50 .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.c-img-70 {
    display: block;
    position: relative;
    padding-top: 70%;
}

.c-img-70 img, .c-img-70 .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.c-img-100 {
    display: block;
    position: relative;
    padding-top: 100%;
}

.c-img-100 img, .c-img-100 .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.smooth, header, .dots .swiper-pagination span, .item_header .show svg, .item_header .box_content {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.s-content ol {
    list-style: decimal;
    margin-left: 15px;
    margin-bottom: 10px;
}

.s-content ul {
    list-style: initial;
    margin-left: 15px;
    margin-bottom: 10px;
}

.s-content li {
    list-style: inherit;
    margin-bottom: 5px;
}

.s-content p {
    margin-bottom: 10px;
}

.s-content img {
    display: block;
    max-width: 100%;
    margin: 10px auto;
    width: auto !important;
    object-fit: contain;
    height: auto !important;
}

.s-content table, .s-content iframe {
    max-width: 100%;
    width: 100%;
}

.s-content table {
    border-collapse: collapse;
    width: 100%;
    border: solid 1px #0000006e;
}

.s-content table td {
    border-collapse: collapse;
    border: solid 1px #0000006e;
    padding: 3px;
}

.s-content h1, .s-content h2, .s-content h3, .s-content h4, .s-content h5, .s-content h6 {
    display: block;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.s-content h1 {
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
}

.s-content h2 {
    font-size: 1.5em;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
}

.s-content h3 {
    font-size: 1.17em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.s-content h4 {
    font-size: 1em;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
}

.s-content h5 {
    font-size: .83em;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
}

.s-content h6 {
    font-size: .67em;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
}

.s-content i {
    font-style: italic;
}

.s-content strong {
    font-weight: 600;
}
.course-you-link a{
    font-size: 20px;
}
.back-to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    font-size: 1.2rem;
    cursor: pointer;
    text-align: center;
    z-index: 999;
    border-radius: 50%;
    width: 40px;
    bottom: 3rem !important;
    right: 1rem;
    background-color: #fff;
    height: 40px;
    line-height: 40px;
    color: #03176d;
    box-shadow: 0 2px 5px 2px rgba(0,0,0,0.2);
    z-index: 10000000;
}

.back-to-top:hover {
    background: white;
    opacity: 0.8;
}
.chat{
    box-shadow: 0 2px 5px 2px rgba(0,0,0,0.2);
    border-radius: 50%;
}
.btn-call span, .btn-mess span {
    display: inline-block;
    font-size: 30px;
    width: 60px;
    height: 60px;
    margin: auto;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    color: white;
    background: white;
    position: relative;
}

.btn-call span:before, .btn-mess span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 50%;
    border: solid 1px white;
    -webkit-animation-name: zoomin;
    -moz-animation-name: zoomin;
    -ms-animation-name: zoomin;
    -o-animation-name: zoomin;
    animation-name: zoomin;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.btn-call span:after, .btn-mess span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 50%;
    background: white;
    z-index: -1;
    -webkit-animation-name: zoomout;
    -moz-animation-name: zoomout;
    -ms-animation-name: zoomout;
    -o-animation-name: zoomout;
    animation-name: zoomout;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -ms-animation-direction: alternate;
    -o-animation-direction: alternate;
    animation-direction: alternate;
}

.btn-call span i, .btn-mess span i {
    -webkit-animation-name: lac;
    -moz-animation-name: lac;
    -ms-animation-name: lac;
    -o-animation-name: lac;
    animation-name: lac;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@font-face {
    font-family: "SourceSansPro";
    font-display: swap;
    src: url("../fonts/SourceSansPro-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "SourceSansPro";
    font-display: swap;
    src: url("../fonts/SourceSansPro-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "SourceSansPro";
    font-display: swap;
    src: url("../fonts/SourceSansPro-Light.ttf");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Oswald";
    font-display: swap;
    src: url("../fonts/Oswald-Bold.ttf");
}

@font-face {
    font-family: "Roboto";
    font-display: swap;
    src: url("../fonts/Roboto-Regular.ttf");
}

@font-face {
    font-family: "Roboto";
    font-display: swap;
    src: url("../fonts/Roboto-Bold.ttf");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    font-display: swap;
    src: url("../fonts/Roboto-Light.ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    font-display: swap;
    src: url("../fonts/Roboto-Medium.ttf");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "SourceSansPro";
    font-display: swap;
    font-weight: 600;
    src: url("../fonts/SourceSansPro-SemiBold.ttf");
}

@font-face {
    font-family: "Poppins";
    font-display: swap;
    src: url("../fonts/Poppins-Regular.ttf");
}

html, body {
    font-size: 16px;
}

body {
    max-width: 1920px;
    overflow-x: hidden;
    margin: auto;
    line-height: 1.5;
    color: #454545;
    font-family: "SourceSansPro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body a {
    color: inherit;
    text-decoration: none !important;
    -webkit-transition: 0.3s all 0s;
    -moz-transition: 0.3s all 0s;
    -ms-transition: 0.3s all 0s;
    -o-transition: 0.3s all 0s;
    transition: 0.3s all 0s;
}

body a:hover, body a:focus, body a:active {
    color: #0160B6;
}

textarea, input, button {
    outline: none !important;
}

body::-webkit-scrollbar {
    background: #e2f0e9;
    width: 0.4375rem;
}

body::-webkit-scrollbar-track {
    background: #252525;
}

body::-webkit-scrollbar-thumb {
    border-radius: 0.9375rem;
    background: #e2f0e9;
    width: 0.4375rem;
}

::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

header {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
    position: sticky;
    background-color: #fff;
    width: 100%;
    z-index: 1000;
    left: 0;
    top: 0;
}

header.fixed {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    background: #1F72C2;
    top: 0;
    width: 100%;
    box-shadow: 0 0.125rem 0.3125rem 0.125rem rgba(0, 0, 0, 0.05);
}

.img img {
    width: 100%;
}

.search_icon {
    cursor: pointer;
}

.box_search .frm {
    display: flex;
    flex-wrap: nowrap;
    position: absolute;
    top: 100%;
    z-index: 1;
    right: 0;
    min-width: 14rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.box_search .frm.active {
    opacity: 1;
    top: 150%;
    visibility: visible;
    pointer-events: all;
}

.box_search .frm button {
    flex: 1;
    min-width: 2.5rem;
    background: #05175f;
}

.box_search .frm>* {
    height: 2.5rem;
    border: solid thin #ebebeb;
}

.box_search {
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.box_search .search_icon svg {
    width: 1.2rem;
    height: 1.2rem;
}

.section_slide .center {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    color: #fff;
}

.section_slide {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.section_slide .center .box_content {
    max-width: 82.5rem;
    margin: auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

.section_slide .center .box_content .title {
    font-family: "SourceSansPro";
    font-size: 2.625rem;
    font-weight: 400;
    line-height: 1.25;
}

.section_slide .center .box_content .short {
    font-size: 1.125rem;
}

.section_slide .center .box_content .btn_all {
    color: #fff;
    display: inline-block;
    padding: 0.5rem 1rem;
    background: #f0ab00;
    border-radius: 5.5rem;
    min-width: 8.25rem;
    text-align: center;
}

.section_slide .center .box_content .btn_all i {
    margin-right: 0.4375rem;
}

.section_slide .center .box_content>* {
    max-width: 42.5rem;
}

.section_slide img, .section_slide {
    height: 100vh;
}

.section_slide.dots .swiper-pagination {
    bottom: 1.25rem;
}

.dots .swiper-pagination span {
    background: #fff;
    opacity: 0.3;
    border-radius: 50%;
    width: 0.625rem;
    height: 0.625rem;
    display: inline-block;
}

.dots .swiper-pagination span[class*="active"] {
    background: #fff;
    opacity: 1;
    width: 0.9375rem;
    height: 0.9688rem;
    position: relative;
    z-index: 1;
    top: 0.125rem;
}

.box_title_all .title_sm {
    font-size: 1rem;
    font-family: "Poppins";
    color: #0095DA;
    text-transform: uppercase;
    margin-bottom: 0.3125rem;
}

.box_title_all .title_lg {
    font-size: 2.125rem;
    line-height: 1.3;
    font-weight: 600;
    max-width: 34rem;
    margin: auto;
    color: #002958;
}

.box_title_all {
    text-align: center;
    margin-bottom: 2.1875rem;
}

.section_service {
    padding-top: 5rem;
}

.section_service .col:not(:last-child) .item_service {
    border-right: transparent;
}

.item_service {
    padding: 5rem 2.1875rem 2.1875rem 2.1875rem;
    border: solid thin #ebebeb;
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.item_service:hover, .item_service:focus {
    background-color: #b3e0ff;
}
.item_service:hover .title:after,
.item_service:focus .title:after{
    opacity: 0;
}
.item_service:hover .arrow, .item_service:focus .arrow {
    opacity: 1;
    left: 1.375rem;
}

.item_service .title {
    font-weight: 600;
    color: #002958;
    font-size: 1.75rem;
    display: block;
    min-height: 6rem;
    position: relative;
    z-index: 1;
}

.item_service .title:after {
    position: absolute;
    content: attr(data-after);
    color: #f5f5f5;
    font-size: 4.5rem;
    z-index: -1;
    top: -3.5625rem;
    font-family: "Oswald";
    left: 0;
    letter-spacing: 0.2188rem;
}

.item_service img {
    max-width: 9.375rem;
    display: block;
    max-height: 7rem;
    margin-left: auto;
}

.item_service .arrow {
    position: absolute;
    left: 0;
    bottom: 2.125rem;
    z-index: 1;
    opacity: 0;
}

.item_service .box_title {
    margin-bottom: 2.8125rem;
}
.section_bebefits .item_bebefits img {
    width: 2rem;
    height: 2rem;
    object-fit: contain;
}
.section_solutions {
    padding-top: 4.375rem;
    padding-bottom: 6.5rem;
    background-color: #f4f8ff;
}
.item_solution .img img {
    padding: 3px;
}
.item_solution .img {
    max-width: 2.8125rem;
}

.item_solution {
    background: #fff;
    padding: 2rem 1.5rem;
    position: relative;
    border-radius: 0.3125rem;
    z-index: 1;
}


.item_solution:hover, .item_solution:focus {
    box-shadow: 0rem 0.625rem 1.5625rem rgba(7, 29, 97, 0.1);
}

.item_solution:hover .box_content, .item_solution:focus .box_content {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.item_solution:hover .img, .item_solution:focus .img {
    position: relative;
    z-index: 2;
}

.item_solution .title {
    font-size: 1.5rem;
    color: #002958;
    font-weight: 600;
    margin-bottom: 0.625rem;
}

.item_solution .img {
    margin-bottom: 1.5625rem;
}

.item_solution>picture img, .item_solution>img {
    border-radius: 0.3125rem;
    overflow: hidden;
}

.item_solution .box_content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: #0160B6;
box-shadow: 0px 10px 25px rgba(7, 29, 97, 0.1);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 0.3125rem;
    overflow: hidden;
    color: #fff;
    padding: 1.5rem;
    padding-top: 5.625rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

.item_solution .box_content .name {
    font-size: 1.5rem;
    font-weight: 600;
    white-space: nowrap;
    margin-bottom: 0.625rem;
}

.section_bebefits {
    position: relative;
    padding-top: 5.625rem;
    padding-bottom: 6.875rem;
    background-position: center;
    color: #fff;
}
.section_bebefits::before {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 10%;
    background-color: #f4f8ff;
    z-index: -1;
}
.section_bebefits .row div[class^="col"]:nth-child(n+5) {
    margin-top: 1rem;
}

.section_bebefits .row div[class^="col"]:nth-child(n+5) .item_bebefits {
    border-bottom: transparent;
}

.section_bebefits .box_title_all .title_lg {
    margin: unset;
    color: #fff;
    margin-right: auto;
}

.bg {
    background-repeat: no-repeat;
    background-size: cover;
}

.item_bebefits .number {
    font-size: 4.5rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 1rem;
}

.item_bebefits .short {
    font-weight: 600;
    font-size: inherit;
}

.item_bebefits img {
    position: absolute;
    right: 1rem;
    z-index: 1;
    top: 1.5rem;
}

.item_bebefits {
    padding: 0rem 1.875rem 2.8125rem 1.875rem;
    position: relative;
    z-index: 1;
    border-bottom: solid thin #ebebeb2b;
}

.item_bebefits:after {
    position: absolute;
    right: 0;
    top: 25%;
    bottom: 25%;
    width: 0.0625rem;
    content: "";
    background-color: #ebebeb2b;
}
.section_solution_for.is_page{
    padding-top: 5rem;
}
.section_solution_for {
    padding-top: 8rem;
    background-position-y: -5rem;
    padding-bottom: 5.3125rem;
}

.item_solution_for img {
    width: 5rem;
    height: 5rem;
    object-fit: cover;
    display: block;
    margin: auto;
    margin-bottom: 1rem;
}

.item_solution_for {
    text-align: center;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.3;
    color: #002958 !important;
    padding: 1.4375rem;
}

.item_solution_for:hover, .item_solution_for:focus {
    background: #ffffff;
    box-shadow: 0rem 1rem 2.5rem rgba(7, 29, 97, 0.1);
    border-radius: 0.3125rem;
}

.section_network .title_lg {
    color: #fff;
}

.section_network {
    overflow-x: hidden;
    padding-top: 5rem;
    padding-bottom: 5.3125rem;
}

footer {
    padding-top: 2.5rem;
    font-family: "Roboto";
    color: #fff;
}

footer .icon {
    position: relative;
    z-index: 1;
    padding-left: 2rem;
}
footer .icon .call:hover,footer .icon .call:focus{
    color: #f0ab00;
}
footer .icon img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

footer .nav_bottom {
    margin-top: 2.5rem;
    border-top: solid thin #ebebeb2b;
    padding: 0.5rem 0;
}

footer .nav_bottom li {
    display: inline-block;
}

footer .nav_bottom li a {
    display: block;
    padding: 0.1563rem 0.4375rem;
    font-size: 0.75rem;
    line-height: 1;
}

footer .nav_bottom li a:hover, footer .nav_bottom li a:focus {
    color: #f0ab00;
}

footer .nav_bottom li a:hover::before, footer .nav_bottom li a:focus::before {
    color: inherit;
}

footer .nav_bottom li:not(:last-child) {
    border-right: solid thin #fff;
}

footer .row {
    --bs-gutter-x: 1rem;
}

footer .row .col:nth-child(1) {
    flex: 0 0 30%;
    margin-right: 2.5rem;
}

footer .title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.5625rem;
}

footer .title+ul li:not(:last-child) {
    margin-bottom: 0.2rem;
}

footer .title+ul li a {
    font-size: 1rem;
}

footer .title+ul li a:hover, footer .title+ul li a:focus {
    color: #f0ab00;
}

footer .title+ul li a:hover::before, footer .title+ul li a:focus::before {
    color: inherit;
}

footer .title+ul li a::before {
    content: "\f111";
    font-family: "FontAwesome";
    vertical-align: middle;
    font-size: 0.375rem;
    margin-right: 0.5rem;
}

footer .footer_logo {
    max-width: 13rem;
    margin: 0 auto;
    margin-bottom: 1rem;
}

footer .name_company {
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

footer .list_social a {
    color: #03176d;
    background: #fff;
    min-width: 1.85rem;
    height: 1.85rem;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 0.2rem;
}

footer .copy_right {
    font-size: 0.825rem;
}

.fixed_support {
    position: fixed;
    bottom: 3rem;
    right: 4.5rem;
    z-index: 10000000;
}

.section_reviews {
    position: relative;
    z-index: 1;
    padding-top: 5.3125rem;
    padding-bottom: 6.25rem;
}

.section_reviews::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background-color: #f4f8ff;
}

.section_reviews .swiper-wrapper {
    padding-bottom: 3rem;
}

.section_reviews .swiper-pagination {
    position: absolute;
}

.section_reviews .swiper-pagination span {
    background-color: #fff;
    opacity: 1;
}

.section_reviews .swiper-pagination span[class*="active"] {
    background-color: #f0ab00;
}

.item_reviews .content {
    background: #ffffff;
    position: relative;
    color: #454545;
    border-radius: 0.3125rem;
    padding: 1.3125rem 1.5rem 2.5rem 1.5rem;
    box-shadow: 0 0.125rem 0.3125rem 0.125rem rgba(0, 0, 0, 0.05);
    z-index: 1;
}

.item_reviews .content:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #1d1d61;
    content: "";
    height: 0.25rem;
}

.item_reviews .content_info {
    width: 100%;
    flex: 1;
    margin-left: 1rem;
}

.item_reviews .info .img img {
    min-width: 5.5rem;
    height: 5.5rem;
    display: block;
    margin: auto;
    border-radius: 50%;
    object-fit: contain;
    overflow: hidden;
    background: #eeeeee;
}

.item_reviews .content_info .title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #0160B6;
}

.item_reviews .content_info .pos {
    font-family: "Roboto";
    font-size: 1rem;
    font-weight: 400;
}

.item_reviews .content:after {
    width: 0;
    height: 0;
    border-left: 1.5625rem solid transparent;
    border-right: 1.5625rem solid transparent;
    border-top: 1.5625rem solid #fff;
    content: "";
    bottom: -1.25rem;
    position: absolute;
    left: 2.8125rem;
    z-index: 1;
}

.item_reviews .content svg {
    position: absolute;
    bottom: 1rem;
    right: 2rem;
    z-index: 1;
}

.newpaper {
    padding-top: 4.5rem;
    padding-bottom: 5.5625rem;
}

.breadcrumb {
    align-items: center;
    padding-top: 1rem;
}

.breadcrumb li {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 0;
}

.breadcrumb li:first-child a {
    color: transparent !important;
    display: flex;
    width: 1.25rem;
    height: 1.25rem;
    background: url(../images/home-breacumb.svg) no-repeat top left;
    background-size: contain;
}

.breadcrumb li:after {
    display: flex;
    margin: 0rem 0.5rem;
    content: "";
    width: 1.125rem;
    height: 0.925rem;
    background: url(../images/br-right.svg) no-repeat center;
    background-size: contain;
}
.breadcrumb li:last-child:after {
    opacity: 0;
}
.brea_box .breadcrumb li:last-child a {
    color: #0095da;
    cursor: auto;
}

/*ABOUT*/

.banner_page {
    position: relative;
    z-index: 1;
}

.banner_page img {
    width: 100%;
}

.banner_page .title {
    position: absolute;
    inset: 0;
    z-index: 1;
    font-size: 2.625rem;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 600;
    justify-content: center;
}

.section_eye_mission {
    padding-top: 2.5rem;
    position: relative;
    z-index: 2;
}

.item_misson img {
    width: 100%;
}

.item_misson .box_content {
    height: 100%;
    position: absolute;
    border-radius: 0.625rem;
    overflow: hidden;
    z-index: 1;
    background: transparent;
    padding: 1.875rem 1.5rem;
    bottom: -70%;
    color: #fff;
    transition: 0.3s all 0s;
}

.item_misson .box_content .short {
    font-family: "Roboto";
    color: #f5f5f5;
    transition: 0.3s all 0s;
}

.item_misson {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.item_misson:hover .box_content, .item_misson:focus .box_content {
    background-color: #1F72C2;
    bottom: 0;
}

.item_misson:hover .box_content .short, .item_misson:focus .box_content .short {
    opacity: 1;
}

.item_misson .box_content .short {
    opacity: 0;
}

.item_misson .title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.secion_value {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 2.5rem;
    z-index: 1;
    /*overflow: hidden;*/
    overflow: visible;
}

.secion_value .matrix {
    right: 0;
}

.secion_value .title_lg {
    margin: unset;
    margin-right: auto;
    font-size: 2.625rem;
    font-weight: 400;
}

.secion_value .bg-1 {
    top: -350px;
    max-width: 615px;
    max-height: 1039px;
}

.secion_value .title_sm {
    font-family: "Poppins";
}

.secion_value .s-content {
    max-width: 31.875rem;
    text-align: justify;
}

.box_animation, .matrix {
    position: absolute;
    top: 0;
    z-index: -1;
}

.section_excelent {
    padding-top: 2.5rem;
    padding-bottom: 3.125rem;
    overflow: visible;
    position: relative;
    z-index: 2;
}

.section_excelent .bg-2 {
    right: 0;
    top: -125px;
    max-height: 185px;
    max-height: 444px;
}

.section_excelent .swiper_excelent {
    position: relative;
    z-index: 1;
}

.section_excelent .swiper_excelent .item_excelent {
    display: flex;
    flex-direction: column;
}

.section_excelent .swiper_excelent .item_excelent>*:not(.icon) {
    flex: 0 0 100%;
}

.item_excelent .icon img {
    border-radius: 50%;
    object-fit: cover;
}

.item_excelent .icon {
    padding:2px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0rem 0.125rem 0.3125rem 0.125rem rgba(0, 0, 0, 0.05);
    width: 3.875rem;
    height: 3.875rem;
    border-radius: 50%;
    margin: auto;
}

.item_excelent .icon_main {
    margin: auto;
}

.item_excelent .icon_main img {
    object-fit: cover;
    width: 9.0625rem;
    height: 9.0625rem;
    border-radius: 50%;
    overflow: hidden;
}

.item_excelent .title {
    color: #252525;
    font-size: inherit;
    margin: auto;
}

.item_excelent .year {
    font-size: 3.125rem;
    font-weight: 600;
    line-height: 1;
    color: #0160B6;
    margin-top: 3rem;
    position: relative;
    z-index: 1;
}

.control {
    top: 50%;
    position: absolute;
    z-index: 1;
    transform: translateY(-50%);
    transition: .3s all 0s;
}

.control.prev {
    left: 0;
}
.swiper_excelent .control{
    top: 49%;
  }
.control.next {
    right: 0;
}

.section_excelent .swiper_excelent>svg,
.section_excelent .swiper_excelent>.line-slide {
    position: absolute;
    max-width: 100%;
    top: 49%;
    transform: translateY(-50%);
    z-index: -1;
    pointer-events: none;
}

.item_excelent .year:before {
    position: absolute;
    top: -75%;
    left: 50%;
    content: "";
    z-index: 1;
    width: 0.125rem;
    background: #0160B6;
    height: 2.25rem;
}

.section_excelent .swiper_excelent .swiper-slide:nth-child(even) .item_excelent {
    padding-top: 2.85rem;
    flex-direction: column-reverse;
}

.section_excelent .swiper_excelent .swiper-slide:nth-child(even) .item_excelent .year {
    margin-top: 0;
    margin-bottom: 3rem;
}

.section_excelent .swiper_excelent .swiper-slide:nth-child(even) .item_excelent .year:before {
    top: unset;
    bottom: -75%;
}

.section_excelent .swiper_excelent .swiper-slide:nth-child(even) .item_excelent .icon {
    order: 2;
}

.section_excelent .swiper_excelent .swiper-slide:nth-child(even) .item_excelent .title {
    order: 1;
    min-height: 3.5rem;
}

.section_excelent .swiper_excelent .swiper-slide:nth-child(even) .item_excelent .icon_main {
    order: 3;
}

.section_excelent .swiper_excelent .swiper-slide:nth-child(even) .item_excelent .year {
    order: 4;
}

.our_header {
    padding-top: 3.125rem;
    padding-bottom: 5rem;
}

.item_header {
    overflow: hidden;
    height: 100%;
    position: relative;
    padding: 0 1.5rem 1.5rem 1.5rem;
    z-index: 1;
    box-shadow: 0rem 1rem 2.5rem -0.625rem rgba(7, 29, 97, 0.1);
    border-radius: 0.3125rem;
    background: #fff;
    text-align: center;
}

.item_header:hover:after, .item_header:focus:after {
    opacity: 0;
}

.item_header .title {
    font-size: 1.25rem;
    font-weight: 600;
}

.item_header .pos, .item_header .short {
    font-size: inherit;
}

.item_header .pos {
    color: #0095da;
    font-family: "Roboto";
}

.item_header img {
    width: 100%;
    background: #ebebeb;
    box-shadow: 0rem 0.5rem 0.9375rem rgba(8, 75, 248, 0.08);
    margin: auto;
    max-height: 20.625rem;
    object-fit: contain;
    border-radius: 0.625rem;
    overflow: hidden;
    min-height: 21rem;
}

.item_header .show {
    margin-left: auto;
    display: flex;
    width: 3.125rem;
    height: 3.125rem;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: #fff;
    align-items: center;
    justify-content: center;
    margin-right: 2.25rem;
    margin-top: -1.5625rem;
    cursor: pointer;
}

.item_header .show svg {
    transform: rotateZ(0deg);
}

.item_header .show:hover svg, .item_header .show:focus svg {
    transform: rotateZ(180deg);
}

.item_header .box_content {
    width: 100%;
    border-radius: 0.625rem;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    left: 0;
    z-index: 1;
    color: #fff;
    background: #1F72C2;
    padding: 1.5rem;
}

.item_header .box_content.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    top: 0;
    bottom: 0;
}

.item_header .box_content .pos {
    color: #fff;
}

.item_header .box_content .short {
    text-align: justify;
}

.item_header .box_content.active .show svg path:nth-child(1) {
    opacity: 0;
}

.item_header .box_content .show svg {
    position: relative;
    top: 0.5rem;
}

.item_header .box_content .show {
    position: absolute;
    top: 0rem;
    right: 0;
}

.item_header:after {
    bottom: 0;
    width: 100%;
    height: 0.1563rem;
    background: #04166c;
    content: "";
    position: absolute;
    left: 0;
    border-radius: 50%;
    z-index: 1;
}

.section_project_intro {
    padding-top: 3.75rem;
    padding-bottom: 2.5rem;
}

.section_project_intro .box {
    border-radius: 0.625rem;
    overflow: hidden;
}

.title_v28 {
    font-size: 1.75rem;
    color: #0160B6;
    font-weight: 600;
}

.title__v20 {
    font-size: 1.25rem;
    color: #252525;
    font-weight: 600;
}

.section_list {
    position: relative;
    z-index: 1;
}

.section_list .row {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.section_list .row .img {
    border-radius: 0.3125rem;
    overflow: hidden;
}

.section_list .row:nth-child(even) .box_animation {
    right: 0;
    bottom: 0;
}

.section_list .row:nth-child(odd) .box_animation {
    left: 0;
    top: 0;
}

.section_endow {
    padding-top: 2.5rem;
    padding-bottom: 5.3125rem;
    position: relative;
    z-index: 2;
}

.section_endow .title_v28 {
    color: #252525;
}

.section_endow .list_ .item_endow:not(:last-child) {
    margin-bottom: 1.25rem;
}

.item_endow .icon-checked {
    background: #f0ab00;
    min-width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 2rem;
}

.item_endow .content {
    background: #fff;
    box-shadow: -0.1875rem 0.125rem 0.3125rem 0.125rem rgba(0, 0, 0, 0.15);
    border-radius: 0.3125rem;
    padding: 0.75rem;
    position: relative;
    flex: 1;
    z-index: 1;
}

.item_endow .content:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 0.625rem solid transparent;
    border-bottom: 0.625rem solid transparent;
    border-right: 0.625rem solid #ffffff;
    position: absolute;
    left: -0.5625rem;
    top: 50%;
    transform: translateY(-50%);
}

.section_partner {
    position: relative;
    padding-top:4rem;
    padding-bottom: 7.5rem;
    z-index: 1;
}

.section_partner .swiper {
    height: 12.5rem;
    padding: 0.3125rem;
}

.section_partner .swiper .item_partner {
    padding: 1rem;
    border-radius: 0.3125rem;
    transition: .3s;

}

.section_partner .swiper .item_partner:hover, .section_partner .swiper .item_partner:focus {
    box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
    transition: .3s;
}

.section_partner .swiper-pagination {
    bottom: 4.375rem;
    position: absolute;
    z-index: 1;
}

.section_partner .swiper-pagination span {
    background-color: #f5f5f5;
    opacity: 1;
}

.section_partner .swiper-pagination span[class*="active"] {
    background: #f0ab00;
}

.section_project_solution {
    position: relative;
    padding-bottom: 5rem;
    padding-top: 5rem;
    z-index: 1;
}

.section_project_solution .slide_project {
    position: relative;
    z-index: 1;
}

.section_project_solution .slide_project .box_content {
    opacity: 0;
}

.section_project_solution .slide_project .swiper-slide-active .box_content {
    opacity: 1;
}

.section_project_solution .swipers_control {
    position: absolute;
    z-index: 1;
    bottom: 5.5rem;
    max-width: 7rem;
    width: 100%;
    right: 28rem;
    z-index: 1;
}

.section_project_solution .swipers_control>* {
    border-radius: 50%;
    background-color: #fff;
    min-width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section_project_solution .squal {
    position: absolute;
    bottom: 0;
    background: #f4f8ff;
    border-radius: 0rem 0.3125rem 0.3125rem 0rem;
    min-width: 80%;
    left: 0;
    z-index: -1;
    height: 100%;
}

.section_project_solution .title_lg {
    margin: unset;
    margin-right: auto;
}

.section_project_solution .swiper-wrapper {
    padding-bottom: 8rem;
}

.project_hot img {
    border-radius: 0.3125rem;
    overflow: hidden;
    max-height: 27.5rem;
}

.project_hot .box_content {
    background: #fff;
    box-shadow: 0 0.125rem 0.3125rem 0.125rem rgba(0, 0, 0, 0.05);
    max-width: 21.875rem;
    position: absolute;
    bottom: -7rem;
    border-radius: 0.3125rem;
    padding: 1.5rem;
    left: 3rem;
}

.project_hot .box_content .title {
    font-size: 1.5rem;
    color: #0160B6;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.block_email {
    position: relative;
    z-index: 2;
    color: #fff;
    background-color: #0095da;
}

.block_email .title {
    font-size: 1.875rem;
}

.block_email .call {
    background: #ffffff;
    border-radius: 5.5rem;
    padding: 0.5rem 1rem;
    color: #0095da;
    font-size: inherit;
}
.block_email .call:hover,.block_email .call:focus{
    background-color: #0160B6;
    color: #fff;
}
.block_email .call:hover svg path,.block_email .call:focus svg path{
    fill: #fff;
}
.section_siber_service {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.section_siber_service .swiper-slide.swiper-slide-active {
    width: 45% !important;
}

.section_siber_service .swiper-slide.swiper-slide-active .item_service_ef {
    box-shadow: unset;
    height: 100%;
    background: radial-gradient(36.31% 43.8% at 78.18% 63.69%, #ffffff 0%, #89d0ff 100%);
}

.section_siber_service .swiper-slide.swiper-slide-active .item_service_ef .call {
    opacity: 1;
}

.section_siber_service .swiper-slide.swiper-slide-active .item_service_ef .move {
    margin-left: auto;
    max-width: 21.25rem;
    max-height: 17.1875rem;
    opacity: 1;
}

.section_siber_service .swiper-slide.swiper-slide-active .item_service_ef .move img {
    object-fit: contain;
    max-height: inherit;
}

.section_siber_service .swiper-slide {
    width: calc(55% / 4);
    max-height: 37.125rem;
}

.section_siber_service .swiper-slide .move, .section_siber_service .swiper-slide .call {
    opacity: 0;
}

.item_service_ef {
    margin: 1rem 0;
    padding: 2rem 1.5rem;
    background: #ffffff;
    box-shadow: 0rem 1rem 2rem rgba(7, 29, 97, 0.1);
}

.item_service_ef .box_move {
    width: 4.0625rem;
    height: 4.0625rem;
}

.item_service_ef .call {
    color: #0160B6;
    font-weight: 600;
    font-size: 0.875rem;
    font-family: "Roboto";
}

.item_service_ef .call i {
    margin-left: 0.3125rem;
}

.item_service_ef .title {
    position: relative;
    font-size: 1.5rem;
    color: #0160B6;
    line-height: 1.2;
    font-weight: 600;
    margin: 1rem 0;
    z-index: 10;
}
.item_service_ef .s-content {
    position: relative;
    z-index: 10;
}

.item_solution .box_content .name:hover, .item_solution .box_content .name:focus {
    color: #f0ab00;
}

header.is_home {
    background: transparent;
    position: fixed;
}

header ul li a, header.fixed ul li a {
    color: #0160B6;
}

header.is_home .logo {
    filter: brightness(0) invert(1);
}

header.is_home.fixed {
    background: #0160B6;
}

.item_solution .img img {
    height: 45px;
    width: 45px;
    object-fit: contain;
}

header:not(.is_home) .search_icon svg path:nth-child(1), header:not(.is_home) .search_icon svg path:nth-child(2) {
    stroke: #0160B6;
}

header:not(.is_home) ul li a {
    color: #0160B6;
}

header.fixed ul li a {
    color: #fff;
}

header.fixed .search_icon svg path:nth-child(1), header.fixed .search_icon svg path:nth-child(2) {
    stroke: #fff;
}

.swiper-slide.swiper-slide-visible.swiper-slide-active .box_move {
    display: none;
}

.section_solution_for.is_page .item_solution_for {
    filter: grayscale(1);
}

.section_solution_for.is_page .item_solution_for:hover, .section_solution_for.is_page .item_solution_for:focus, .section_solution_for.is_page .item_solution_for.active {
    filter: inherit;
}

.block {
    position: relative;
    z-index: 2;
    overflow: visible;
}

.process .block-1 .bg-1 {
    top: 196px;
}

.process .block-2 .bg-2 {
    top: 81px;
    right: 0
}

.process .block-3 .bg-3 {
    top: 24px;
}

.process .block-4 .bg-4 {
    top: 113px;
    right: 0;
}

.process .block-5 .bg-5 {
    top: 112px;
}

.process .block-6 .bg-6 {
    top: 135px;
    right: 0;
}

.customers__solution .bg-1 {
    top: 135px;
}

.customers__challenges .bg-2 {
    top: 0;
    right: 0;
}

.section_endow .bg-3 {
    top: 0;
}

footer {
    position: relative;
    z-index: 2;
}

.item_misson .box_content, .item_header .box_content, .recruitment-sider-bar .form .form-control, .siderbar-news-detail ul>li>a, .tag .share-items_tag, .contact .contact_box .items_contact .text_name, .name-t, .contact .from_style, .recruitment-sider-bar .form .btn-sent, .vacancies .recu-day, .vacancies .slug, .vacancies .btn-vancan .btn-sent, .item_endow .content, .process .tab-content, .section_project_solution .slide_project .box_content .short, .section_project_intro .short, .item_service_ef .s-content, .s-content, .item_reviews .content, .item_excelent .title, .item_solution .box_content .short, .item_solution .box_content a, .recruitment-detail .s-content, .news-detail .s-content, .secion_value .s-content {
    font-family: "Roboto";
}

.slider_service .item_service_ef{
    min-height: 615px;
    max-height: 615px;
    overflow: hidden;
}
.slider_service {
    display: flex;
    height: 100%;
}
.slider_service > * {
    flex: auto;
    height: 100%;
    transition: 0.5s all 0s;
    position: relative;
    z-index: 1;
}
.slider_service .box_service .call{
    display: none;
}
.slider_service .box_service .img,
.slider_service .box_service .call {
    opacity: 0;
    transition: .6s all 0s;
}
.box_service.active {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;

}
.item_solution a:hover,
.item_solution a:focus{
    color:#f0ab00;
}
.box_service.active .item_service_ef{
    background: radial-gradient(36.31% 43.8% at 78.18% 63.69%, #FFFFFF 0%, #89D0FF 100%);
    box-shadow: 0px 16px 32px rgba(7, 29, 97, 0.1);
}

.slider_service .box_service.active .img,
.slider_service .box_service.active .call{
    opacity: 1;
    display: inline-block;
}
.slider_service .box_service.active .img{
    position: absolute;
    z-index: 1;
    bottom: 4rem;
    right: 1rem;
    z-index: 1;
}
.d_pagination > * {
  font-size: 1.2rem;
  margin: 0 5px;
  min-width: 2rem;
  height: 2rem;
  background: #04166c;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.d_pagination strong {
  background: #f8ca52;
}
.block .s-content {
    color: #454545;
}
.section_endow .list_ .item_endow:hover .icon-checked {
    background: #fff;
    box-shadow:0 2px 5px 2px rgba(0,0,0,0.05);
}

.section_endow .list_ .item_endow:hover .icon-checked path {
    stroke: #f0ab00;
}
.control:hover path {
    stroke: #ffc216;
}
.block:nth-child(even) .icon {
    right: 0;
}

.block .icon {
    position: absolute;
    top: 0;
    z-index: -1;
}

.block:nth-child(odd) .icon {
    left: 0;
}

.shine .img {

	position: relative;

	z-index: 0;

	overflow: hidden;

}


.shine .img::before {

	position: absolute;

	top: 0;

	left: -75%;

	z-index: 2;

	display: block;

	content: '';

	width: 50%;

	height: 100%;

	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);

	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);

	-webkit-transform: skewX(-25deg);

	transform: skewX(-25deg);

}


.shine .img:hover::before {

	-webkit-animation: shine .75s;

	animation: shine .75s;

}

@-webkit-keyframes shine {

	100% {

		left: 125%;

	}

}

@keyframes shine {

	100% {

		left: 125%;

	}

}