@font-face {
    font-family: Lato;
    src: url('../font/Lato/Lato-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

.main-bg {
    background: #f2f2f2;
    padding-bottom: 5em;
}

body {
    font-family: 'Lato';
    font-style: normal;
}

.title-white30 {
    font-weight: 900;
    font-size: 30px;
    line-height: 36px;
    /* Gray 6 */
    color: #F2F2F2;
}

.title-white70 {
    font-weight: 900;
    font-size: 70px;
    line-height: 92.7%;
    color: #F2F2F2;
}

.banner-main {
    height: 100vh;
    background: grey;
    background: url('../img/banner/banner-main.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.button-round-blue {
    background: linear-gradient(89.24deg, #19325B -10.08%, #038189 122.04%);
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #F2F2F2;
    text-decoration: none;
    transition: .3s ease-out;
    padding: 10px 35px 13px 35px;
}

.button-round-blue:hover {
    transition: .3s ease-in;
    background: linear-gradient(89.24deg, #038189 -10.08%, #19325B 122.04%);
    color: #F2F2F2;
    transform: translateY(2px);
}

.button-round-white {
    background: linear-gradient(89.24deg, #DBDBDB -10.08%, #EBEBEB 49.47%, #FFFFFF 122.04%);
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #19325B;
    text-decoration: none;
    transition: .3s ease-out;
    padding: 10px 35px 13px 35px;
}

.button-round-white:hover {
    transition: .3s ease-in;
    background: linear-gradient(89.24deg, #EBEBEB 49.47%, #EBEBEB -10.08%, #EBEBEB 122.04%);
    color: #19325B;
    transform: translateY(2px);
}

.button-round-blue:active,
.button-round-white:active {
    transform: translateY(-2px);
}

.chev-right {
    position: relative;
    padding: 10px 40px 13px 25px;
}

.chev-right:after {
    position: absolute;
    top: 12px;
    right: 17px;
    font-family: 'Font Awesome 5 Free';
    content: "\f054";
    font-weight: 900;
    margin-left: 10px;
}

.banner-container {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
}

.button-chev-down {
    position: absolute;
    bottom: -29px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #f2f2f2;
    color: #19325B;
    border-radius: 10em 10em 0px 0px;
    padding: 20px 40px 5px 40px;
    z-index: 0;
}

.button-chev-down i {
    color: #19325B;
    opacity: 0.54;
    font-weight: 900;
    font-size: 30px;
}

.grid4-fluid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin: 25px 0px;
}

.left-container {
    position: relative;
    height: 500px;
    background: transparent;
    border-radius: 0px 10px 10px 0px;
}

.right-container {
    position: relative;
    height: 500px;
    background: transparent;
    border-radius: 10px 0px 0px 10px;
}

.left-container img {
    border-radius: 0px 10px 10px 0px;
}

.right-container img {
    border-radius: 10px 0px 0px 10px;
}

.left-container:after,
.right-container:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(244.43deg, #6CFFCA 5.7%, rgba(0, 209, 255, 0.41) 121.18%);
    z-index: 1;
}

.left-container:after {
    border-radius: 0px 10px 10px 0px;
}

.right-container:after {
    border-radius: 10px 0px 0px 10px;
}

.left-container .description {
    position: absolute;
    z-index: 2;
    text-align: center;
    width: 20em;
    top: 10em;
    right: 3em;
}

.right-container .description {
    position: absolute;
    z-index: 2;
    text-align: center;
    width: 20em;
    top: 10em;
    left: 3em;
}

.img-full {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.title-blue50 {
    font-weight: 900;
    font-size: 50px;
    line-height: 90%;
    color: #19325B;
}

.text-blue14 {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #19325B;
}

.title-blue30 {
    font-weight: 900;
    font-size: 30px;
    line-height: 100%;
    color: #19325B;
}

.link-blue14 {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #19325B;
    transition: .3s ease-out;
    text-decoration: none;
}

.link-blue14:hover {
    color: #1b56b5;
    transition: .3s ease-in;
    cursor: pointer;
}

.link-blue14:active {}

.flex-between {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.section-article-card {}

.slick-slider .slick-slide {
    padding: 0 10px;
}

.link-blue14.chev-right {
    padding: 10px 15px 13px 25px;
}

.link-blue14.chev-right:after {
    right: 0px;
}

.text-white10 {
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    /* or 10px */
    color: #FFFFFF;
}

.text-grey12 {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    /* or 18px */
    color: #828282;
}

.title-black30 {
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    color: #333333;
}

.card-slider {
    background: #f2f2f2;
    border-radius: 10px;
    height: 540px;
    position: relative;
}

.card-slider .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    background: #bbb;
    width: 100%;
    height: 60%;
    border-radius: 6px 6px 0px 0px;
}

.card-slider .image-wrapper img {
    border-radius: 6px 6px 0px 0px;
}

.card-slider .description-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffff;
    width: 100%;
    height: 40%;
    border-radius: 0px 0px 6px 6px;
    padding: 30px;
}

.card-slider .overlay-card {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    border-radius: 6px 6px 6px 6px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 17px;
    font-weight: bold;
    color: #fff;
    transition: .3s ease-out;
    opacity: 0;
    text-decoration: none;
}

.card-slider:hover .overlay-card {
    background: rgba(26, 25, 25, 0.5);
    transition: .3s ease-in;
    opacity: 1;
}

.card-slider .description-wrapper .description-title {
    width: 80%;
}

.flex-start {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

.tag-blue {
    background: #19325B;
    padding: 3px 20px 8px 20px;
    margin-right: 15px;
}

.arrow-color:before {
    color: #111 !important;
    font-size: 30px;
    font-weight: 900;
}

.slick-prev {
    left: -50px;
}

.slick-next {
    right: -40px;
}

.title-black18 {
    font-weight: 700;
    font-size: 18px;
    line-height: 180%;
    color: #333333;
}

.card-client {
    position: relative;
    height: 240px;
    border-radius: 5px;
}

.card-client .img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    width: 100%;
    height: 85%;
    background: #bbb;
}

.card-client .img-wrapper img {
    border-radius: 5px;
}

.card-client .footer-card {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0px 0px 5px 5px;
    width: 100%;
    height: 15%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.section-client {
    margin-top: 5em;
}

.footer-wrapper {
    min-height: 391px;
    background: #FFFFFF;
    padding: 40px 0px 10px 0px;
}

.footer-logo-wrapper {
    height: 30px;
    width: 130px;
    position: relative;
    margin-bottom: 30px;
}

.title-blue12 {
    font-weight: 900;
    font-size: 12px;
    line-height: 14px;
    color: #19325B
}

ul.list-footer {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.list-footer li.item {
    padding: 0;
    margin: 0px 0px 4px 0px;
}

ul.list-footer li.title {
    padding: 0;
    margin: 0px 0px 10px 0px;
}

ul.list-footer li.item a {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #19325B;
    text-decoration: none;
    padding: 0px 20px 0px 0px;
}

ul.list-footer li.item a:hover {
    color: #2958a3;
}

ul.list-footer li.item a:active {}

.subscribe-footer {
    background: #19325B;
    border-radius: 10px;
    padding: 25px;
}

.text-white12 {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #F2F2F2;
}

.title-white22 {
    font-weight: 900;
    font-size: 22px;
    line-height: 100%;
    color: #F2F2F2;
}

.input-subscribe-wrapper {
    border-bottom: 1px solid #E0E0E0;
    position: relative;
    height: 46px;
    width: 70%;
}

.input-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    /* white */
    color: #FFFFFF;
}

.input-main::placeholder {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}

.input-main:focus {
    outline: none;
}

.input-subscribe-wrapper .btn-round-white {
    position: absolute;
    top: 0;
    right: -10em;
}

.btn-round-white {
    background: linear-gradient(89.24deg, #FFFFFF -10.08%, #C3C6C7 122.04%), #5AAA46;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 2px 2px rgba(0, 0, 0, 0.24);
    border-radius: 46px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #19325B;
    padding: 7px 20px;
    text-decoration: none;
    transition: .3s ease-out;
}

.btn-round-white:hover {
    transition: .3s ease-in;
    color: #18448b;
    background: linear-gradient(89.24deg, #C3C6C7 -10.08%, #fff 122.04%), #5AAA46;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 2px 2px rgba(0, 0, 0, 0.24);
}

.btn-round-white:active {}

.text-grey12 {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #BDBDBD;
}

.list-privacy {
    list-style-type: none;
    display: inline-flex;
    padding: 0;
    margin: 0;
}

.list-privacy li {
    border-right: 1px solid #E0E0E0;
    margin-right: 10px;
}

.list-privacy li:last-child {
    margin-right: 0px;
    border-right: none;
}

.list-privacy li a {
    padding: 3px 10px 8px 0px;
}

.footer-copyright {
    margin-top: 80px;
    border-top: 1px solid #E0E0E0;
    padding: 15px 0px 10px 0px;
}

.banner-business {
    background: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
    padding: 40px 0px;
}

.wrapper-desc-business {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
    flex-wrap: nowrap;
    padding-left: 20em;
}

.wrapper-img-business {
    background: #bbb;
    height: 569px;
    border-radius: 6px;
    position: relative;
}

.wrapper-img-business img {
    border-radius: 6px;
}

.banner-expertise {
    padding: 8em 0px 3em 0px;
}

.text-grey20 {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    /* or 20px */
    color: #828282;
}

.text-black30 {
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    color: #333333;
}

.banner-architecture {
    min-height: 850px;
    padding: 80px 0px;
    position: relative;
    background: url('../img/banner/banner-blue.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-architecture .title-architecture {
    text-align: center;
    margin-bottom: 60px;
}

.banner-architecture .card-architect-wrapper {
    padding: 0px 60px;
}

.card-architect {
    background: linear-gradient(0deg, #E3E3E3 -5.75%, #FAFAFA 75.47%), #F7F7F7;
    border-radius: 10px;
    min-height: 500px;
    transition: .3s ease-out;
    margin-bottom: 30px;
    /* padding: 30px; */
    position: relative;
}

.card-architect:hover {
    cursor: pointer;
    transition: .3s ease-in;
    transform: translateY(-5px);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.card-architect:active {
    transform: translateY(5px);
}

.list-service {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.list-service li {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #333333;
    padding-left: 35px;
    position: relative;
    text-transform: capitalize;
}

.list-service li:before {
    content: "";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 900;
    margin-left: 10px;
    top: 0;
    left: 0;
    font-size: 18px;
    color: #14ef10;
}

.icon-card-architect {
    width: 130px;
    height: 126px;
    position: relative;
}

.title-black40 {
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    color: #333333;
}

.card-architect .card-arch-pos {
    position: absolute;
    top: 23%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card-architect .card-arch-title {
    /*background: lime;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 0px 50px;
}

.card-architect .card-arch-item {
    padding: 0px 0px 0px 40px;
    position: absolute;
    top: 60%;
    width: 100%;
    /* left: 50%; */
    /* transform: translate(-50%,-50%); */
    /* background: red;*/
}

.card-arch-item .list-service {
    margin-right: 20px;
}

.card-arch-item .list-service:last-child {
    margin-right: 0px;
}

.text-unset {
    text-transform: unset;
}

.banner-skill {
    background: #19325B;
    min-height: 300px;
    text-align: center;
    padding-top: 5em;
}

.title-white50 {
    font-weight: 900;
    font-size: 50px;
    line-height: 120%;
    color: #FFFFFF;
}

.text-white18 {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #FFFFFF;
}

.banner-solution {
    min-height: 300px;
    background: url('../img/banner/banner-solution.png');
    padding: 55px 0px 0px 0px;
}

.banner-same .grid4-fluid {
    margin: 7px 0px;
    grid-column-gap: 9px;
}

.link-white14 {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    text-decoration: none;
    transition: .3s ease-out;
}

.link-white14:hover {
    color: #ccc6c6;
    transition: .3s ease-in;
}

.link-white14:active {}

.pl-0 {
    padding-left: 0;
}

.dev-bg-left1 {
    position: relative;
}

.dev-bg-left2 {
    position: relative;
}

.dev-bg-left3 {
    position: relative;
}

.dev-bg-left1:before {
    content: "";
    background: url(../img/gallery/groupfile.png);
    background-position: center;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    width: 10em;
    height: 10em;
}

.dev-bg-left2:after {}

.dev-bg-left3:after {}

.dev-bg-right1 {}

.dev-bg-right2 {}

.dev-bg-right3 {}

.card-rounded {
    position: relative;
    background: #bbb;
    height: 500px;
    border-radius: 10px;
}

.card-rounded img {
    border-radius: 10px;
    z-index: 0;
}

.title-card-round {
    position: absolute;
    top: 35px;
    left: 35px;
}

.overlay-round-card {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgba(0, 0, 0, .3);
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    color: #ffffff;
    opacity: 0;
    transition: .3s ease-out;
}

.card-rounded:hover .overlay-round-card {
    opacity: 1;
    color: #ffffff;
    transition: .3s ease-in;
}

.card-rounded:hover .title-card-round {
    opacity: 0;
}

.solution-item {
    padding: 3em 0px 10em 0px;
}

.banner-enterprise {
    height: 348px;
    text-align: center;
    padding-top: 6em;
    position: relative;
}

.title-blue40 {
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    color: #19325B;
}

.banner-circle-wrapper {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.desc-left-wrapper {
    padding: 6em 8em 0px 0px;
}

.alter-left-wrapper {
    padding: 2em 8em 0px 0px;
}

.desc-right-wrapper {
    padding: 6em 0px 0px 8em;
}

.text-green14 {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #5AAA46;
}

.mb-card {
    margin-bottom: 4em;
}

.wrapper-img-container {
    background: transparent;
    height: 400px;
    border-radius: 6px;
    position: relative;
}

.wrapper-img-container img {
    border-radius: 6px;
}

.left-xl {
    height: 400px;
    position: relative;
}

.right-xl {
    height: 400px;
    position: relative;
}

.left-xl:after {
    background: linear-gradient(144.24deg, #000B6C -22.85%, rgba(32, 255, 255, 0) 107.62%, rgba(0, 255, 255, 0) 107.62%), linear-gradient(147.23deg, #00666C -13.38%, rgba(0, 255, 255, 0) 71.09%), url(image.png);
    mix-blend-mode: multiply;
}

.right-xl:after {
    background: linear-gradient(92.3deg, #00666C 0.42%, rgba(32, 255, 255, 0) 157.95%, rgba(0, 255, 255, 0) 157.95%), linear-gradient(147.23deg, #00666C -13.38%, rgba(0, 255, 255, 0) 71.09%), url(image.png);
    mix-blend-mode: multiply;
}

.left-xl .double {
    width: 28em;
    top: 7em;
}

.right-xl .double {
    width: 28em;
    top: 7em;
}

.list-feature {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.list-feature li {
    position: relative;
    margin-bottom: 5px;
}

.list-feature li:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 900;
    margin-right: 10px;
    color: #5AAA46;
}

.alter-left-wrapper-list {
    padding-top: 1em;
}

.card-desc-pt4 {
    padding-top: 4em;
}

.banner-vission {
    background: #fff;
}

.text-blue20 {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #19325B;
}

.cl-green {
    color: #5AAA46 !important;
}

.vission-wrapper {
    padding: 10em 3em;
}

.section-principle {
    height: 580px;
    background: url('../img/banner/banner-principle.png');
}

.card-principle {
    background: rgba(140, 200, 255, 0.1);
    height: 280px;
    border: 1px solid #69FFED;
    border-radius: 10px;
    position: relative;
    padding: 40px;
}

.card-principle .flex-start {
    margin-bottom: 30px;
}

.card-principle .flex-start img {
    margin-right: 20px;
}

.title-principle {
    margin-top: 4em;
    margin-bottom: 5em;
    text-align: center;
}

.section-talent {
    background: #fff;
    padding: 8em 0px;
}

.talent-img-wrapper {
    background: #bbb;
    height: 700px;
    position: relative;
}

.text-green20 {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #5AAA46;
}

.talent-desc-wrapper {
    padding-top: 10em;
}

.talent-desc-wrapper .title-black40 {
    margin-top: 1em;
    margin-bottom: 1.2em;
}

.title-white60 {
    font-weight: 900;
    font-size: 60px;
    line-height: 120%;
    color: #FFFFFF;
}

.section-percent {
    background: #5AAA46;
}

.pecent-wrapper {
    height: 200px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0px 35px;
}

.circle-percent {
    background: #488b37;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 250px;
    width: 250px;
    text-align: center;
}

.fs-40 {
    font-size: 40px;
}

.circle1 {
    width: 344px;
    height: 344px;
    border: 1px solid green;
    border-radius: 50%;
    position: relative;
    padding: 25px 28px;
    top: -65px;
}

.circle2 {
    width: 286px;
    height: 286px;
    border: 1px solid #E0E0E0;
    border-radius: 50%;
    padding: 16px 17px;
}