@font-face {
    font-family: 'BE-Bold';
    src: url('/fonts/BeVietnamPro-Bold.woff2') format('woff2'),
        url('/fonts/BeVietnamPro-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RobotoMono-Bold';
    src: url('/fonts/RobotoMono-Bold.woff2') format('woff2'),
        url('/fonts/RobotoMono-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BE-Regular';
    src: url('/fonts/BeVietnamPro-Regular.woff2') format('woff2'),
        url('/fonts/BeVietnamPro-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BE-Light';
    src: url('../fonts/BeVietnamPro-Light.woff2') format('woff2'),
        url('../fonts/BeVietnamPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RobotoMono-Light';
    src: url('../fonts/RobotoMono-Light.woff2') format('woff2'),
        url('../fonts/RobotoMono-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

:root {
    --main-color: #007E62;
    --yellow-color: #FFDB63;
    --green-bright: #00FF9F;
    --default-color-text: #222222;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Public Sans', sans-serif;
    font-size: 15px;
    color: var(--default-color-text);
    background: #fff;
}

input {
    box-sizing: border-box;
}

img {
    display: block;
    width: 100%;
    overflow-clip-margin: unset;
    overflow: clip;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #000;
}

.mc-container {
    max-width: 1560px;
    margin: 0 auto;
}

.mc-row {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.mc-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    padding: 0 15px;
}

.mc-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
}

/*.first_intro{*/
/*    position: sticky;*/
/*    width: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: 1;*/
/*}*/
.first_intro video {
    display: block;
    width: 100%;
    height: 853px;
    object-fit: contain;
}

.first_intro .video-fi {
    background: #000;
}

.first_intro .first_intro_contain {
    position: relative;
}

.first_intro .first_intro_contain .content-on-fi {
    max-width: 928px;
    position: absolute;
    bottom: 91px;
    left: 50%;
    transform: translateX(-50%);
}

.first_intro .first_intro_contain .content-on-fi .title-fi {
    font-size: 64px;
    color: #F6F6F6;
    font-family: 'BE-Bold';
    line-height: 76.8px;
    margin-bottom: 27px;
}

.first_intro .first_intro_contain .content-on-fi .desc-fi {
    font-size: 14px;
    font-family: 'BE-Regular';
    text-transform: uppercase;
    color: #ffffff;
    max-width: 630px;
}

.first_intro .first_intro_contain .companion {
    position: absolute;
    bottom: 61px;
    left: 6%;
    font-family: 'RobotoMono-Light';
    color: #fff;
}

.companion .companion-cover {
    position: relative;
    padding-left: 15px;
    text-transform: uppercase;
}

.companion .companion-cover::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--green-bright);
}

.first_intro_contain .comment-your-prject {
    width: 163px;
    height: 163px;
    border-radius: 50%;
    background: var(--yellow-color);
    position: absolute;
    bottom: 74px;
    right: 23%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'RobotoMono-Bold';
    font-size: 13px;
    line-height: 18.2px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}

.first_intro_contain .comment-your-prject img {
    width: 20px;
    margin: 0 auto;
}

.first_intro_contain .comment-your-prject .ic-arrown {
    margin-bottom: 15px;
}

.btn-show-project .num-and-ic {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 8px;
}

.btn-show-project .num-and-ic .icon {
    width: 16px;
}

.btn-show-project .num-and-ic .num {
    font-size: 30px;
    color: #fff;
}

.btn-show-project p {
    font-size: 14px;
    line-height: 15.4px;
    color: #fff;
}

.first_intro_contain .btn-show-project {
    max-width: 130px;
    display: block;
    position: absolute;
    top: 16%;
    right: 10%;
}

.header .header-contain {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    height: 80px;
}

.header-contain .logo {
    flex: 0 0 20%;
    max-width: 20%;
    width: 100%;
    padding-top: 16px;
}

.header-contain .right-info-header {
    flex: 0 0 20%;
    max-width: 20%;
    width: 100%;
    padding-top: 26px;
}

.header-contain .main-menu {
    flex: 0 0 60%;
    max-width: 60%;
    width: 100%;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: 0.3s all;
}

.header:hover {
    transition: 0.3s all;
    background: radial-gradient(112.42% 263.12% at 114.97% 146.06%, #004B87 0.08%, #0b395e 52.51%, #004a86 100%);
}

.header.active {
    background: radial-gradient(112.42% 263.12% at 114.97% 146.06%, #004B87 0.08%, #0b395e 52.51%, #004a86 100%);
    transition: 0.3s all;
}

.header-contain .logo a {
    width: 103px;
    display: block;
}

.header-contain .menu {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    height: 100%;
}

.header-contain .menu li a {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 16px;
    cursor: pointer;
}

.header-contain .main-menu .menu-main-menu-container {
    height: 100%;
}

.header-contain .right-info-header .rih-contain {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
}

.header-contain .right-info-header .rih-contain .phone-number {
    font-size: 14px;
    color: #fff;
    line-height: 15.4px;
    margin-right: 23px;
}

.header-contain .right-info-header .search-form {
    width: 137px;
}

.header-contain .right-info-header .search-form input {
    display: block;
    width: 100%;
    outline: none;
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 20px;
    border: 1px solid var(--main-color);
}

.header-contain .right-info-header .search-form .search_form_page_wrap {
    position: relative;
}

.header-contain .right-info-header .search-form .search_submit_page img {
    width: 24px;
}

.header-contain .right-info-header .search-form .search_submit_page {
    position: absolute;
    right: 15px;
    top: 3px;
    background: #fff;
    border: 0;
    outline: none;
    cursor: pointer;
}

.mc_para_main {
    position: relative;
    z-index: 2;
    background: #fff;
    overflow: hidden;
}

.mc_ser_main {
    position: relative;
    z-index: 2;
    background: #fff;
    overflow: hidden;
}

.mc-partner .item-partner .logo-partner img {
    height: 60px;
    object-fit: contain;
    width: 110px;
    cursor: pointer;
}

.mc-partner .slick-prev.slick-arrow {
    display: none !important;
}

.mc-partner .slick-next.slick-arrow {
    display: none !important;
}

.mc-partner {
    padding: 20px 0;
    border-bottom: 1px solid #E5E5E5;
    max-height: 100px;
    overflow: hidden;
    background: #fff;
}

.service-contain {
    max-width: 1440px;
    margin: 0 auto;
}

.mc-service .ser-cover {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.mc-service .ser-cover .left-banner {
    flex: 0 0 42%;
    max-width: 42%;
    width: 100%;
}

.mc-service .ser-cover .left-banner img {
    max-width: 593px;
}

.mc-service .ser-cover .right-content {
    flex: 0 0 55%;
    max-width: 48%;
    width: 100%;
}

.mc-service {
    padding: 48px 0 100px 0;
    background: #fff;
}

.mc-service .item-service .name-service {
    font-size: 54px;
    line-height: 64.8px;
    color: #004B87;
    margin-bottom: 10px;
    font-family: 'BE-Bold';
    cursor: pointer;
}

.item-service-cover.active {
    max-height: unset;
}

.mc-service .item-service {
    margin-bottom: 30px;
    position: relative;
}

.mc-service .item-service .num {
    position: absolute;
    font-size: 24px;
    line-height: 28.8px;
    font-family: 'BE-Bold';
    color: #7D8387;
    left: -78px;
    top: 0;
}

.mc-service .item-service .list-ser-detail {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.mc-service .item-service .list-ser-detail .item-ser-detail {
    font-family: 'RobotoMono-Bold';
    font-size: 12px;
    padding: 6px 20px;
    border: 1px solid #E5E5E5;
    text-transform: uppercase;
    border-radius: 26px;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
}

.mc-service .item-service .desc-service {
    font-size: 15px;
    line-height: 21px;
    max-width: 465px;
    margin-bottom: 22px;
}

.mc-service .item-service .link-service {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}

.mc-service .item-service .link-service .text {
    font-size: 13px;
    line-height: 18.2px;
    font-family: 'RobotoMono-Bold';
    text-transform: uppercase;
    margin-right: 15px;
}

.mc-service .item-service .link-service img {
    width: 32px;
    height: 32px;
}

.item-service-cover {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.develop {
    background: radial-gradient(112.42% 263.12% at 114.97% 146.06%, #004B87 0.08%, #0b395e 52.51%, #004a86 100%);
    border-radius: 40px;
    padding-bottom: 163px;
    margin-bottom: 178px;
}

.develop .dev-left .more-dev img {
    width: 12px;
}

.develop .develop_title {
    padding-top: 127px;
    padding-bottom: 21px;
    border-bottom: 1px solid #E5E5E5;
    font-size: 54px;
    color: #ffffff;
    line-height: 64.8px;
    font-family: 'BE-Bold';
}

.develop .dev-row {
    padding-top: 52px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -70px;
}

.develop .dev-row .dev-left {
    flex: 0 0 26%;
    max-width: 26%;
    width: 100%;
    padding: 0 70px;
    position: relative;
}

.develop .dev-row .dev-left::after {
    content: "";
    position: absolute;
    top: -52px;
    right: 0;
    width: 1px;
    background: #E5E5E5;
    height: 385px;
}

.develop .dev-row .dev-right {
    flex: 0 0 74%;
    max-width: 74%;
    width: 100%;
    padding: 0 70px;
}

/* the slides */
.develop .slick-slide {
    margin: 0 10px;
}

/* the parent */
.develop .slick-list {
    margin: 0 -10px;
}

.develop .slide-dev-right.slick-slider {
    margin-right: -160px;
}

.develop .slick-prev.slick-arrow {
    display: none !important;
}

.develop .slick-next.slick-arrow {
    display: none !important;
}

.develop .desc-dev {
    color: #F6F6F6;
    margin-bottom: 36px;
    line-height: 27px;
    font-family: 'BE-Light';
    font-size: 16px;
}

.develop .desc-dev strong {
    font-family: 'BE-Bold';
}

.develop .more-dev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    border-radius: 24px;
    background: #ffdb63;
    padding: 16px;
    font-family: 'RobotoMono-Bold';
    font-size: 12px;
    text-transform: uppercase;

}

.develop .more-dev .txt {
    margin-right: 10px;
}

.develop .dev-right .slide-dev-right .item {
    background: #fff;
    border-radius: 10px;
}

.develop .dev-right .slide-dev-right .item .thumb-dev img {
    height: 131px;
    object-fit: cover;
    border-radius: 10px;
}

.develop .dev-right .slide-dev-right .item .item-content-cover {
    padding: 23px 23px 33px 23px;
}

.develop .dev-right .slide-dev-right .item .item-content-cover .name-dev {
    font-size: 19px;
    line-height: 26px;
    font-family: 'BE-Bold';
    margin-bottom: 8px;
    display: block;
}

.develop .dev-right .slide-dev-right .item .item-content-cover .desc-item-dev {
    font-size: 13px;
    line-height: 18.2px;
    margin-bottom: 8px;
}

.develop .dev-right .slide-dev-right .item .item-content-cover .view-item-dev {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: max-content;
}

.dev-right .slide-dev-right .item .item-content-cover .view-item-dev img {
    width: 32px;
}

.dev-right .slide-dev-right .item .item-content-cover .view-item-dev .txt {
    font-size: 13px;
    text-transform: uppercase;
    color: #222222;
    font-family: 'RobotoMono-Bold';
    margin-right: 15px;
}

.mc_why_choose {
    margin-bottom: 90px;
}

.mc_why_choose .mc-why-title {
    font-size: 54px;
    line-height: 64.8px;
    color: #004B87;
    margin-bottom: 21px;
    font-family: 'BE-Bold';
}

.mc_why_choose .mc-why-desc {
    font-size: 24px;
    line-height: 33.6px;
    color: #7D8387;
    padding-bottom: 41px;
    max-width: 700px;
}

.mc_why_choose .why_top {
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 55px;
    padding-top: 10px;
}

.mc_why_choose .bottom-why .why-row {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -70px;
}

.mc_why_choose .bottom-why .why-row .left-why {
    flex: 0 0 26%;
    max-width: 26%;
    width: 100%;
    padding: 0 70px;
    position: relative;
}

.mc_why_choose .bottom-why .why-row .left-why::after {
    content: "";
    position: absolute;
    top: -56px;
    right: 0;
    width: 1px;
    background: #D3D3D3;
    height: 385px;
}

.mc_why_choose .bottom-why .why-row .right-why {
    flex: 0 0 74%;
    max-width: 74%;
    width: 100%;
    padding: 0 70px;
}

.mc_why_choose .bottom-why .why-row .left-why .long-desc-why {
    font-size: 16px;
    line-height: 25.2px;
    margin-bottom: 40px;
    color: #222222;
    font-family: 'BE-Light';
}

.mc_why_choose .bottom-why .btn-read-more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 165px;
    border-radius: 24px;
    background: #ffdb63;
    padding: 16px;
    font-family: 'RobotoMono-Bold';
    font-size: 12px;
    text-transform: uppercase;
}

.mc_why_choose .bottom-why .btn-read-more .txt {
    margin-right: 10px;
}

.mc_why_choose .bottom-why .btn-read-more img {
    width: 12px;
}

.mc_why_choose .right-why-row {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -40px;
}

.mc_why_choose .right-col-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    width: 100%;
    padding: 0 40px;
}

.mc_why_choose .right-col-8 {
    flex: 0 0 66.66%;
    max-width: 66.66%;
    width: 100%;
    padding: 0 40px;
}

.mc_why_choose .right-col-8 .content-why-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mc_why_choose .right-col-8 .content-why-row .item-content-why {
    flex: 0 0 50%;
    max-width: 46%;
    width: 100%;
    margin-bottom: 52px;
}

.content-why-row .item-content-why .number-and-arrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 17px;
    border-top: 2px solid var(--main-color);
    margin-bottom: 45px;
}

.content-why-row .item-content-why .number-and-arrow .num {
    font-size: 54px;
    line-height: 64.8px;
    font-family: 'BE-Bold';
}

.content-why-row .item-content-why .number-and-arrow .arrow img {
    width: 24px;
}

.poha_team .marquee-text .txt {
    font-size: 120px;
    line-height: 144px;
    color: #D3D3D3;
    font-family: 'BE-Bold';
}

.poha_team .marquee-text {
    margin-bottom: 26px;
}

.poha_team .team_title_desc .team-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.poha_team .team_title_desc .team-row .left-title {
    flex: 0 0 25%;
    max-width: 20%;
    width: 100%;
}

.poha_team .team_title_desc .team-row .right-desc {
    flex: 0 0 75%;
    max-width: 70%;
    width: 100%;
}

.team-row .left-title .emp-text {
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 14.4px;
    font-family: 'RobotoMono-Bold';
    padding-left: 24px;
}

.team-row .left-title .emp-text::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 11px;
    height: 11px;
    background: #222222;
    border-radius: 50%;
}

.team-row .right-desc {
    font-size: 18px;
    line-height: 25.2px;
    color: #222222;
    font-family: 'BE-Light';
}

.space-tt {
    width: 100%;
    height: 1px;
    border-top: 1px solid #D3D3D3;
    margin: 40px 0;
}

.poha_team .slick-prev.slick-arrow {
    display: none !important;
}

.poha_team .slick-next.slick-arrow {
    display: none !important;
}

.poha_team {
    overflow: hidden;
}

.poha_team .swiper.my-slider-team {
    overflow: unset;
}

.poha_team {
    margin-bottom: 160px;
}

.poha_team .list-member .my-slider-team img {
    height: 324px;
    object-fit: cover;
    overflow-clip-margin: unset;
    overflow: clip;
    border-radius: 10px;
}

.poha_team .list-member .my-slider-team .avatar {
    margin-bottom: 20px;
}

.poha_team .list-member .my-slider-team .name {
    font-size: 25px;
    line-height: 32px;
    font-family: 'BE-Bold';
    margin-bottom: 4px;
}

.poha_team .list-member .my-slider-team .position {
    font-size: 13px;
    line-height: 18.2px;
    color: #7D8387;
    font-family: 'BE-Light';
}

.mc_project {
    background: #181818;
    padding: 130px 0 190px 0;
    border-radius: 40px;
    margin-bottom: 182px;
}

.mc_project .title-and-link-projects {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.mc_project .title-and-link-projects .title-projects {
    font-size: 54px;
    line-height: 64.8px;
    color: #f6f6f6;
    font-family: 'BE-Bold';
    text-transform: uppercase;
    flex: 0 0 70%;
    max-width: 70%;
    width: 100%;
}

.mc_project .title-and-link-projects .link-project-cover {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 152px;
    border-radius: 24px;
    background: #ffdb63;
    padding: 16px;
    font-family: 'RobotoMono-Bold';
    font-size: 12px;
    text-transform: uppercase;
}

.mc_project .title-and-link-projects .link-project-cover .txt {
    margin-right: 10px;
}

.mc_project .title-and-link-projects .link-project-cover img {
    width: 12px;
}

.mc_project .list-cat-projects {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 22px;
    border-bottom: 1px solid #585858;
    margin-bottom: 62px;
}

.mc_project .list-cat-projects .item-cat-project {
    font-family: 'RobotoMono-Bold';
    font-size: 12px;
    padding: 6px 20px;
    border: 1px solid #D3D3D3;
    text-transform: uppercase;
    border-radius: 26px;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #D3D3D3;
}

.mc_project .list-pojects {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -44px;
    position: relative;
}

.mc_project .list-pojects::before {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% + 62px);
    top: -62px;
    left: 50%;
    transform: translateX(-50%);
    border-right: 1px solid #585858;
}

.mc_project .list-pojects .item-projects {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    padding: 0 44px;
}

.mc_project .list-pojects .item-projects .thumb-projects {
    display: block;
    margin-bottom: 20px;
    border-radius: 14px;
}

.mc_project .list-pojects .item-projects .thumb-projects img {
    display: block;
    height: 431px;
    object-fit: cover;
    border-radius: 14px;
    object-position: top;
}

.mc_project .list-pojects .item-projects .term-one-project {
    color: #D3D3D3;
    font-size: 12px;
    line-height: 14.4px;
    font-family: 'RobotoMono-Bold';
    text-transform: uppercase;
    margin-bottom: 20px;
    width: max-content;
    display: block;
}

.mc_project .list-pojects .item-projects .title-and-arrow-one-projects {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.mc_project .list-pojects .item-projects .title-and-arrow-one-projects .title-item {
    flex: 0 0 90%;
    max-width: 90%;
    width: 100%;
    color: #F6F6F6;
    font-size: 30px;
    line-height: 36px;
    font-family: 'BE-Bold';
    margin-bottom: 20px;
    text-transform: uppercase;
    transition: 0.3s all;
}

.mc_project .list-pojects .item-projects .title-and-arrow-one-projects:hover .title-item {
    color: var(--yellow-color);
    transition: 0.3s all;
}

.mc_project .list-pojects .item-projects .title-and-arrow-one-projects .arrow-white img {
    width: 24px;
}

.mc_project .list-pojects .item-projects .desc-item-project {
    color: #7D8387;
    font-size: 15px;
    line-height: 21px;
    font-family: 'BE-Light';
}

.mc_project .list-pojects .item-projects:nth-child(1),
.mc_project .list-pojects .item-projects:nth-child(2) {
    margin-bottom: 48px;
}

.mc_project .list-pojects .item-projects:nth-child(1) .item-projects-cover,
.mc_project .list-pojects .item-projects:nth-child(2) .item-projects-cover {
    border-bottom: 1px solid #585858;
    padding-bottom: 48px;
}

.customer-talk .title-customer-talk {
    font-size: 54px;
    line-height: 64.8px;
    color: #004B87;
    font-family: 'BE-Bold';
    padding-bottom: 30px;
    text-transform: uppercase;
    border-bottom: 1px solid #D3D3D3;
}

.customer-talk .out-tc {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -49px;
    padding-top: 25px;
    margin-bottom: 33px;
}

.customer-talk .out-tc .item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    width: 100%;
    padding: 0 49px;
    position: relative;
}

.customer-talk .out-tc .item::after {
    content: "";
    position: absolute;
    right: 0;
    top: -25px;
    width: 1px;
    height: calc(100% + 25px);
    border-right: 1px solid #D3D3D3;
}

.customer-talk .out-tc .item:last-child::after {
    display: none;
}

.customer-talk .out-tc .item-cover {
    padding-left: 50px;
    position: relative;
}

.customer-talk .out-tc .item-cover .number {
    position: absolute;
    font-size: 16px;
    line-height: 22.4px;
    color: #D3D3D3;
    font-family: 'RobotoMono-Bold';
    left: 0;
    top: 0;
}

.customer-talk .out-tc .item-cover .title-tc {
    font-size: 18px;
    line-height: 25.2px;
    color: #7D8387;
    font-family: 'BE-Light';
    text-transform: uppercase;
}

.customer-talk .out-tc .item-cover .title-tc strong {
    font-family: 'BE-Bold';
}

.customer-talk .list-customer-talk {
    padding: 92px 0;
    background: #EEEEEE;
    border-radius: 40px;
}

.customer-talk .list-customer-talk-cover {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -14px;
    height: 430px;
    overflow: hidden;
}

.lct-col {
    flex: 0 0 20%;
    max-width: 20%;
    width: 100%;
    padding: 0 14px;
}

.customer-talk .lct-col .item-lct {
    margin-bottom: 28px;
}

.customer-talk .lct-col .item-lct img {
    border-radius: 14px;
}

.customer-talk .lct-col-1 {
    animation: marqueeTop 30s linear infinite;
}

.customer-talk .lct-col-2 {
    animation: marqueeBottom 30s linear infinite;
}

.customer-talk .lct-col-3 {
    animation: marqueeTop 30s linear infinite;
}

.customer-talk .lct-col-4 {
    animation: marqueeBottom 30s linear infinite;
}

.customer-talk .lct-col-5 {
    animation: marqueeTop 30s linear infinite;
}

@keyframes marqueeTop {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-100%)
    }
}

@keyframes marqueeBottom {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

.customer-talk {
    margin-bottom: 135px;
}

.mc_question .title_question {
    font-size: 54px;
    line-height: 64.8px;
    color: #004b87;
    font-family: 'BE-Bold';
    padding-bottom: 30px;
    border-bottom: 1px solid #D3D3D3;
}

.mc_question .mc_question_cover {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -50px;
}

.mc_question .mc_question_cover .left_question {
    flex: 0 0 24%;
    max-width: 24%;
    width: 100%;
    padding: 0 50px;
    position: relative;
}

.mc_question .mc_question_cover .left_question .left_quest_cover {
    padding-top: 60px;
}

.mc_question .mc_question_cover .left_question .item_quest {
    margin-bottom: 20px;
    color: #7D8387;
    font-size: 15px;
    line-height: 21px;
    font-family: 'BE-Light';
    position: relative;
    cursor: pointer;
}

.mc_question .mc_question_cover .left_question .item_quest.active {
    font-family: 'BE-Bold';
    color: #222222;
    padding-left: 25px;
}

.mc_question .mc_question_cover .left_question .item_quest.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #007E62;
}

.mc_question .mc_question_cover .left_question::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    border-right: 1px solid #D3D3D3;
}

.mc_question .mc_question_cover .right_question {
    flex: 0 0 76%;
    max-width: 76%;
    width: 100%;
    padding: 0 50px;
}

.mc_question .mc_question_cover .right_question .right_question_cover {
    padding-top: 60px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -45px;
}

.mc_question .mc_question_cover .right_question .banner_mh_quest {
    flex: 0 0 31%;
    max-width: 31%;
    width: 100%;
    padding: 0 45px;
}

.mc_question .mc_question_cover .right_question .banner_mh_quest .txt {
    font-size: 36px;
    line-height: 43.2px;
    color: #222222;
    margin-bottom: 22px;
    font-family: 'BE-Bold';
}

.mc_question .mc_question_cover .right_question .cover-answer {
    flex: 0 0 69%;
    max-width: 69%;
    width: 100%;
    padding: 0 45px;
    padding-top: 62px;
}

.mc_question .mc_question_cover .right_question .cover-answer .answer {
    font-size: 18px;
    line-height: 25.2px;
    color: #222222;
    font-family: 'BE-Light';
    display: none;
}

.mc_question .mc_question_cover .right_question .cover-answer .answer.active {
    display: block;
}

.mc_question {
    margin-bottom: 156px;
}

.blog .title-blog {
    font-size: 54px;
    line-height: 64.8px;
    color: #004b87;
    font-family: 'BE-Bold';
    margin-bottom: 24px;
}

.blog .list_cat_blog {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.blog .list_cat_blog .item-cat-blog {
    font-family: 'RobotoMono-Bold';
    font-size: 12px;
    padding: 6px 20px;
    border: 1px solid #E5E5E5;
    text-transform: uppercase;
    border-radius: 26px;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
}

.blog {
    overflow-x: hidden;
    padding-bottom: 150px;
}

.blog .list_post_blog {
    overflow: unset;
}

.blog .list_post_blog .thumbnail-blog {
    display: block;
    margin-bottom: 20px;
    border-radius: 12px;
}

.blog .list_post_blog .thumbnail-blog img {
    height: 210px;
    object-fit: cover;
    border-radius: 12px;
}

.blog .list_post_blog .cat-and-date {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
}

.blog .list_post_blog .cat-and-date .cat {
    background: #7D8387;
    font-family: 'RobotoMono-Bold';
    font-size: 12px;
    padding: 6px 20px;
    border: 1px solid #E5E5E5;
    text-transform: uppercase;
    border-radius: 26px;
    cursor: pointer;
    margin-right: 10px;
    color: #fff;
}

.blog .list_post_blog .cat-and-date .date {
    font-size: 13px;
    color: #7D8387;
    font-family: 'RobotoMono-Light';
}

.blog .list_post_blog .title-post {
    font-size: 18px;
    line-height: 36px;
    font-family: 'BE-Bold';
    margin-bottom: 20px;
}

.mc-footer {
    position: relative;
    z-index: 3;
    background: #fff;
    overflow: hidden;
}

.txt-and-form {
    padding: 134px 0;
    background: radial-gradient(112.42% 263.12% at 114.97% 146.06%, #004B87 0.08%, #0b395e 52.51%, #004a86 100%);
    border-radius: 40px;
    margin-bottom: 50px;
}

.txt-and-form .taf-row {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.txt-and-form .taf-row .taf-col {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
}

.txt-and-form .taf-row .dau-and-txt {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 168px;
}

.txt-and-form .taf-row .dau-and-txt .dau {
    flex: 0 0 6%;
    max-width: 6%;
    width: 100%;
}

.txt-and-form .taf-row .dau-and-txt .dau img {
    width: 40px;
    display: block;
}

.txt-and-form .taf-row .dau-and-txt .txt {
    flex: 0 0 70%;
    max-width: 70%;
    width: 100%;
    padding-left: 44px;
    font-size: 24px;
    line-height: 33.6px;
    color: #ffffff;
    font-family: 'BE-Bold';
}

.txt-and-form .ceo-footer {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.txt-and-form .ceo-footer .name-positon {
    flex: 0 0 58%;
    max-width: 58%;
    width: 100%;
    position: relative;
}

.txt-and-form .ceo-footer .name-positon::after {
    content: "";
    position: absolute;
    bottom: 60px;
    right: 0;
    height: 1px;
    width: 80%;
    border-bottom: 1px solid #00FF9F;
}

.txt-and-form .ceo-footer .ceo-img {
    flex: 0 0 30%;
    max-width: 30%;
    width: 100%;
}

.txt-and-form .ceo-footer .name-positon .name {
    font-size: 18px;
    line-height: 25.2px;
    font-family: 'BE-Bold';
    margin-bottom: 4px;
    color: #ffffff;
}

.txt-and-form .ceo-footer .name-positon .position {
    color: #00FF9F;
    font-size: 10px;
    line-height: 14px;
    font-family: 'RobotoMono-Bold';
}

.txt-and-form .ceo-footer .ceo-img img {
    width: 132px;
    height: 168px;
    object-fit: cover;
    border-radius: 10px;
}

.txt-and-form .right-taf .title-form {
    font-size: 64px;
    line-height: 76.8px;
    color: #f6f6f6;
    font-family: 'BE-Bold';
    margin-bottom: 40px;
}

.txt-and-form .form-footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.txt-and-form .form-footer .inp-sty {
    flex: 0 0 50%;
    max-width: 48%;
    width: 100%;
    margin-bottom: 14px;
}

.txt-and-form .form-footer .inp-sty input {
    width: 100%;
    outline: none;
    padding: 18px 20px;
    font-size: 16px;
    border-radius: 34px;
    border: 1px solid var(--main-color);
}

.txt-and-form .form-footer .inp-sty-note {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}

.txt-and-form .form-footer .inp-sty-note input {
    width: 100%;
    outline: none;
    padding: 18px 20px;
    font-size: 16px;
    border-radius: 34px;
    border: 1px solid var(--main-color);
}

.txt-and-form .btn-sub-form button {
    width: 165px;
    border-radius: 24px;
    background: #ffdb63;
    padding: 16px;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #ffdb63;
    outline: none;
    cursor: pointer;
    font-family: 'BE-Bold';
    margin-left: auto;
    display: block;
    margin-top: 30px;
}

.footer .footer-row {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.footer .footer-row .footer-col {
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    padding: 0 15px;
}

.one-col-footer .title-one-col-footer {
    font-family: 'BE-Bold';
    margin-bottom: 14px;
    color: #004B87;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
}

.one-col-footer .styl-footer-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.one-col-footer .styl-footer-info .icon {
    flex: 0 0 8%;
    max-width: 8%;
    width: 100%;
    font-size: 15px;
    color: #004B87;
}

.one-col-footer .styl-footer-info .info {
    flex: 0 0 92%;
    max-width: 92%;
    width: 100%;
}

.one-col-footer .styl-footer-info .info .txt {
    font-size: 15px;
    margin-bottom: 5px;
}

.one-col-footer .styl-footer-info .info .content {
    font-size: 15px;
    font-family: 'BE-Bold';
}

.one-col-footer .content-one-col ul li a {
    display: block;
    width: max-content;
    font-size: 15px;
    margin-bottom: 15px;
}

.one-col-footer-abu {
    padding-left: 60px;
}

.one-col-footer img {
    border-radius: 10px;
}

.main-foot {
    padding-bottom: 25px;
    border-bottom: 1px solid #8080803b;
}

.bottom-footer .bf-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.bottom-footer .bf-logo {
    flex: 0 0 8%;
    max-width: 8%;
    width: 100%;
}

.bottom-footer .list-social-bf {
    flex: 0 0 92%;
    max-width: 92%;
    width: 100%;
}

.bottom-footer {
    padding: 20px 0;
}

.bottom-footer .list-social-bf .list-social-bf-cover {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
}

.bottom-footer .list-social-bf .list-social-bf-cover a {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    width: 35px;
    height: 35px;
    background: radial-gradient(112.42% 263.12% at 114.97% 146.06%, #004B87 0.08%, #0b395e 52.51%, #004a86 100%);
    color: #fff;
    border-radius: 50%;
    padding-left: 2px;
    margin-left: 20px;
    font-size: 15px;
}

.copy-right-poha {
    text-align: center;
    padding: 10px 0;
    background: radial-gradient(80.4% 243.01% at 110.05% 133.67%, #00FF9F 0%, #007E62 50.03%, #0e5148 100%);
    color: #fff;
    font-size: 12px;
}

.main-menu ul li .mega-popup {
    position: fixed;
    width: 100%;
    left: 0;
    top: 80px;
    display: none;
}

.main-menu ul li .mega-popup .mega-popup-contain {
    max-width: 1560px;
    margin: 0 auto;
    background: #ffffff;
    padding: 30px;
    border-radius: 0px 0px 16px 16px;
    box-shadow: 1px 1px 7px #80808057;
}

.main-menu ul li .mega-popup .mega-row {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.header-contain .menu .mega-popup .mega-row a {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    width: 100%;
    padding: 0 15px;
}

.header-contain .menu .mega-popup .mega-row a img {
    height: 141px;
    object-fit: cover;
    transition: 0.3s all;
    transform: scale(1);
}

.header-contain .menu .mega-popup .mega-row a .detail-row {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}

.header-contain .menu .mega-popup .mega-row a:hover img {
    transition: 0.3s all;
    transform: scale(1.2);
}

.header-contain .menu .mega-popup .mega-row a .mega-item-thumb {
    flex: 0 0 44%;
    max-width: 44%;
    width: 100%;
    overflow: hidden;
}

.header-contain .menu .mega-popup .mega-row a .title-and-desc-item-menu {
    flex: 0 0 54%;
    max-width: 54%;
    width: 100%;
    padding-left: 30px;
}

.header-contain .menu .mega-popup .mega-row a .title-and-desc-item-menu .mega-item-title {
    color: #004B87;
    font-family: 'BE-Bold';
    margin-bottom: 10px;
    text-transform: uppercase;
}

.header-contain .menu .mega-popup .mega-row a .title-and-desc-item-menu .mega-item-desc {
    color: #222222;
    font-family: 'BE-Light';
    font-size: 14px;
    line-height: 20px;
}

.header-contain .menu li:hover>.mega-popup {
    display: block;
}

.fade-in-bottom-item-menu {
    -webkit-animation: fade-in-bottom-item-menu .3s cubic-bezier(.39, .575, .565, 1.000) both;
    animation: fade-in-bottom-item-menu .3s cubic-bezier(.39, .575, .565, 1.000) both
}

@-webkit-keyframes fade-in-bottom-item-menu {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-in-bottom-item-menu {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.sub-menu {
    -webkit-animation: sub-menu .3s cubic-bezier(.39, .575, .565, 1.000) both;
    animation: sub-menu .3s cubic-bezier(.39, .575, .565, 1.000) both
}

@-webkit-keyframes sub-menu {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes sub-menu {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.header-contain .menu li.menu-item-has-children {
    position: relative;
}

.header-contain .menu li.menu-item-has-children .sub-menu {
    position: absolute;
    width: 210px;
    top: 80px;
    left: 0;
    box-shadow: 0 4px 30px #0000001f;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    background: #fff;
    display: none;
}

.header-contain .menu li.menu-item-has-children .sub-menu a {
    color: #007E62;
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 14px;
    transition: 0.3s all;
    position: relative;
}

.header-contain .menu li.menu-item-has-children .sub-menu a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background: #007E62;
    transition: 0.5s all;
}

.header-contain .menu li.menu-item-has-children:hover .sub-menu {
    display: block;
}

.header-contain .menu li.menu-item-has-children .sub-menu a:hover {
    opacity: 0.5;
    transition: 0.5s all;
}

.header-contain .menu li.menu-item-has-children .sub-menu a:hover::after {
    width: 100%;
    transition: 0.5s all;
}

.pfr_form_cover {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pfr_form_cover .inp-sty {
    flex: 0 0 50%;
    max-width: 48%;
    width: 100%;
    margin-bottom: 14px;
}

.pfr_form_cover .inp-sty input {
    width: 100%;
    outline: none;
    padding: 18px 20px;
    font-size: 16px;
    border-radius: 34px;
    border: 1px solid var(--main-color);
}

.pfr_form_cover .inp-sty-note {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}

.pfr_form_cover .inp-sty-note input {
    width: 100%;
    outline: none;
    padding: 18px 20px;
    font-size: 16px;
    border-radius: 34px;
    border: 1px solid var(--main-color);
}

.pfr_form .btn-sub-form button {
    width: 165px;
    border-radius: 24px;
    background: #ffdb63;
    padding: 16px;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #ffdb63;
    outline: none;
    cursor: pointer;
    font-family: 'BE-Bold';
    margin-left: auto;
    display: block;
    margin-top: 30px;
}

.popup_form_right {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 560px;
    z-index: 101;
    background: #181818;
    padding: 100px 35px;
    display: none;
}

.popup_form_right .pfr_title {
    font-family: 'BE-Bold';
    color: #fff;
    font-size: 48px;
    margin-bottom: 24px;
}

.popup_form_right .pfr_desc {
    color: rgb(125, 131, 135);
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 40px;
}

.popup_form_right::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 100%;
    background: linear-gradient(164deg, rgb(39 51 74) 0%, rgb(26 108 193) 50%, rgb(0 17 45) 100%);
}

.mc-close {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 40px;
    color: #fff;
    color: #222222;
}

.mc-close::after,
.mc-close::after,
.mc-close::after,
.mc-close::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 20px;
    height: 2px;
    background: currentColor;
    transform: rotate(45deg);
    border-radius: 5px;
    top: 9px;
    left: 2px;
}

.mc-close::after {
    transform: rotate(-45deg)
}

.popup_form_right .clos-pop {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffdb63;
    border-radius: 50%;
    padding-right: 4px;
    cursor: pointer;
}

.overlay_pop_form_right {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000087;
    z-index: 100;
}

.pfr-slide-in-right {
    -webkit-animation: pfr-slide-in-right .5s cubic-bezier(.25, .46, .45, .94) both;
    animation: pfr-slide-in-right .5s cubic-bezier(.25, .46, .45, .94) both
}

@-webkit-keyframes pfr-slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes pfr-slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.mc_header_mob {
    display: none;
}

.mc_header_mob {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 15px 0;

}

.mc_header_mob.active {
    background: radial-gradient(80.4% 243.01% at 110.05% 133.67%, hwb(207deg 3.3% 14.81%) 0%, #176fb5 50.03%, #0d3a5d 100%);
}

.mc_header_mob .mc_header_mob_cover {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.mc_header_mob_cover .left-ic-open-menu {
    font-size: 25px;
    color: #ffffff;
}

.mc_header_mob_cover .center-logo img {
    width: 100px;
}

.mc_header_mob_cover .right_ic_search {
    font-size: 20px;
    color: #ffffff;
}

.mc_menu_mob {
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    background: #ffffff;
    z-index: 100;
    height: 100%;
    padding: 50px;
    display: none;
}

.mc_menu_mob .logo_menu_mob img {
    width: 150px;
    margin: 0 auto;
}

.mc_menu_mob .logo_menu_mob {
    margin-bottom: 50px;
}

.mc_menu_mob .sub-menu {
    display: none;
}

.mc_menu_mob .mc_menu_mob_cover ul li a {
    font-size: 20px;
    display: block;
    padding: 10px 0;
    font-family: "BE-Bold";
}

.mc_menu_mob_cover .mega-popup .mega-item-desc {
    display: none;
}

.mc_menu_mob_cover .mega-popup .mega-popup-contain .mega-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mc_menu_mob_cover .mega-popup .mega-popup-contain .mega-item {
    flex: 0 0 33.33%;
    max-width: 32%;
    width: 100%;
}

.mc_menu_mob_cover .mega-popup .mega-popup-contain .mega-item img {
    height: 88px;
    object-fit: cover;
}

.mc_menu_mob_cover .mega-popup .mega-popup-contain .mega-item .mega-item-title {
    font-size: 16px;
    font-family: 'BE-Light';
    text-align: center;
    color: #004b87;
}

.mc_menu_mob_cover .mega-popup .mega-popup-contain .mega-item .mega-item-thumb {
    margin-bottom: 10px;
}

.overlay_menu_mob {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000073;
    z-index: 99;
    display: none;
}

.mc_menu_mob .ic-close-menu-mob {
    font-size: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--yellow-color);
    border-radius: 50%;
    margin-left: auto;
    margin-bottom: 30px;
}

.mc-slide-in-left-menu {
    -webkit-animation: mc-slide-in-left-menu .5s cubic-bezier(.25, .46, .45, .94) both;
    animation: mc-slide-in-left-menu .5s cubic-bezier(.25, .46, .45, .94) both
}

@-webkit-keyframes mc-slide-in-left-menu {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes mc-slide-in-left-menu {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.search_mob {
    width: 190px;
    position: fixed;
    right: 0;
    top: 65px;
    z-index: 99;
    display: none;
}

.search_mob.active {
    display: block;
}

.search_mob input {
    display: block;
    width: 100%;
    outline: none;
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 20px;
    border: 1px solid var(--main-color);
}

.search_mob .search_form_page_wrap {
    position: relative;
}

.search_mob .search_submit_page img {
    width: 24px;
}

.search_mob .search_submit_page {
    position: absolute;
    right: 15px;
    top: 3px;
    background: #fff;
    border: 0;
    outline: none;
    cursor: pointer;
}

.search-slide-in-right {
    -webkit-animation: search-slide-in-right .5s cubic-bezier(.25, .46, .45, .94) both;
    animation: search-slide-in-right .5s cubic-bezier(.25, .46, .45, .94) both
}

@-webkit-keyframes search-slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes search-slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.right_close_ic_search {
    display: none;
    font-size: 26px;
}

.mc-vibrate-btn-1 {
    -webkit-animation: mc-vibrate-btn-1 .8s linear infinite both;
    animation: mc-vibrate-btn-1 .8s linear infinite both
}

@-webkit-keyframes mc-vibrate-btn-1 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    20% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }

    40% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }

    60% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px)
    }

    80% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px)
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes mc-vibrate-btn-1 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    20% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }

    40% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }

    60% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px)
    }

    80% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px)
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

.heartbeat-mc {
    -webkit-animation: heartbeat-mc 1s ease-in-out infinite both;
    animation: heartbeat-mc 1s ease-in-out infinite both
}

@-webkit-keyframes heartbeat-mc {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes heartbeat-mc {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.page-template-about-us .header {
    background: radial-gradient(112.42% 263.12% at 114.97% 146.06%, #004B87 0.08%, #0b395e 52.51%, #004a86 100%);

}

.page-template-about-us {
    padding-top: 80px;
}

.abu_video .abu-vide-cover {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.abu_video .abu-vide-cover .left-txt {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
}

.abu_video .abu-vide-cover .right-video {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    display: none;
}

.abu_video {
    padding: 80px 0 180px 0;
}

.slider-partner {
    background: #fff;
}

.abu_video .abu-vide-cover .abu-title-video {
    font-size: 54px;
    line-height: 64.8px;
    color: #222222;
    font-family: 'BE-Bold';
    margin-bottom: 7px;
}

.abu_video .abu-vide-cover .abu-desc-video {
    max-width: 442px;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.abu_video .abu-vide-cover .right-video .right-video-cover {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
}

.abu-vide-cover .right-video .right-video-cover .img-ic-open-video {
    position: relative;
    cursor: pointer;
    margin-right: 24px;
}

.abu-vide-cover .img-ic-open-video img {
    width: 169px;
    height: 169px;
    object-fit: cover;
}

.abu-vide-cover .img-ic-open-video .ic-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 30px;
    padding-left: 8px;
}

.abu-vide-cover .small-txt-video {
    font-size: 14px;
    line-height: 19.6px;
    text-transform: uppercase;
    max-width: 158px;
}

.abu-popup-video {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 70%;
    transform: translate(-50%, -50%);
    z-index: 101;
    display: none;
}

.abu-popup-video iframe {
    width: 100%;
    height: 750px;
}

.overlay-pop-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #00000054;
    display: none;
}

.close-video-abus {
    position: absolute;
    right: 0;
    top: -50px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

.page-template-about-us .mc_header_mob {
    background: radial-gradient(112.42% 263.12% at 114.97% 146.06%, #004B87 0.08%, #0b395e 52.51%, #004a86 100%);
}

.autoplay-progress {
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--green-bright);
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--green-bright);
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

.img_empl_and_company {
    margin-bottom: 158px;
}

.dev_abus.mc_why_choose {
    overflow: hidden;
}

.abu_solution .answer h3 {
    font-size: 36px;
    line-height: 43.2px;
    margin-bottom: 30px;
    font-family: 'BE-Bold';
}

.abu_solution .cover-answer p {
    font-size: 18px;
    line-height: 25.2px;
    font-family: 'BE-Light';
    margin-bottom: 20px;
}

.abu_solution .cover-answer ul li {
    font-size: 13px;
    line-height: 18.2px;
    font-family: 'BE-Light';
    margin-bottom: 6px;
}

.abu_solution {
    overflow: hidden;
    padding-top: 10px;
}

.intro-service {
    padding: 160px 0 160px 0;
    background: #fff;
}

.intro-service .title-intro-service {
    font-size: 54px;
    line-height: 64.8px;
    margin-bottom: 10px;
    font-family: 'BE-Bold';
}

.intro-service .desc-intro-service {
    font-size: 24px;
    line-height: 33.6px;
    font-family: 'BE-Light';
    max-width: 700px;
}

.titl-and-desc-inserp {
    padding-bottom: 38px;
    border-bottom: 1px solid #D3D3D3;
}

.intro-service .serp-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 75px;
}

.intro-service .left-img {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    padding-right: 122px;
}

.intro-service .left-img img {
    max-width: 656px;
}

.intro-service .right-content {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
}

.intro-service .right-content .item-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 44px 0;
    border-bottom: 1px solid #D3D3D3;
}

.intro-service .right-content .item-content .num {
    flex: 0 0 8%;
    max-width: 8%;
    width: 100%;
    font-family: 'RobotoMono-Bold';
    font-size: 16px;
    line-height: 13.2px;
    color: #7D8387;
}

.intro-service .right-content .item-content .name-step {
    flex: 0 0 24%;
    max-width: 24%;
    width: 100%;
    font-size: 24px;
    line-height: 30.24px;
    font-family: 'BE-Bold';
    text-transform: uppercase;
}

.intro-service .right-content .item-content .detail {
    flex: 0 0 68%;
    max-width: 68%;
    width: 100%;
    padding-left: 50px;
    font-size: 16px;
    line-height: 18.2px;
    color: #7D8387;
}

.ser_help_you .ser-title-hy {
    font-size: 54px;
    line-height: 64.8px;
    font-family: 'BE-Bold';
    text-transform: uppercase;
    padding-bottom: 38px;
    border-bottom: 1px solid #D3D3D3;
}

.ser_help_you .hy-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 62px;
}

.ser_help_you .left-form {
    flex: 0 0 26%;
    max-width: 26%;
    width: 100%;
    padding-right: 64px;
    position: relative;
}

.ser_help_you .left-form::after {
    content: "";
    position: absolute;
    top: -62px;
    right: 0;
    width: 1px;
    height: calc(100% + 62px);
    border-right: 1px solid #D3D3D3;
}

.ser_help_you .right-hy {
    flex: 0 0 74%;
    max-width: 70%;
    width: 100%;
}

.ser_help_you .left-form .hy-desc {
    font-size: 18px;
    line-height: 25.2px;
    font-family: 'BE-Light';
    margin-bottom: 27px;
}

.ser_help_you .left-form .hy-inpt {
    margin-bottom: 16px;
}

.ser_help_you .left-form .hy-inpt input {
    width: 100%;
    display: block;
    outline: none;
    font-size: 14px;
    padding: 14px 31px;
    border-radius: 40px;
    border: 0;
    background: #EEEEEE;
    box-shadow: 0px 1px 2px #d3d1d1;
}

.ser_help_you .left-form .hy-btn-sub button {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #FFDB63;
    border-radius: 40px;
    border: 0;
    outline: none;
    font-size: 12px;
    line-height: 14.4px;
    font-family: 'RobotoMono-Bold';
    text-transform: uppercase;
    cursor: pointer;
}

.ser_help_you .left-form .hy-btn-sub button img {
    width: 13px;
}

.ser_help_you .left-form .hy-btn-sub button .txt {
    margin-right: 10px;
}

.ser_help_you .right-hy .right-hy-cover {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ser_help_you .right-hy .right-hy-cover .item {
    position: relative;
    flex: 0 0 50%;
    max-width: 46%;
    width: 100%;
    padding-left: 40px;
    margin-bottom: 42px;
}

.ser_help_you .right-hy .right-hy-cover .item .ic-tick {
    position: absolute;
    width: 22px;
    top: 0;
    left: 0;
}

.ser_help_you .right-hy .right-hy-cover .item .item-title {
    font-size: 24px;
    line-height: 28.8px;
    font-family: 'BE-Bold';
    margin-bottom: 13px;
    text-transform: uppercase;
}

.ser_help_you .right-hy .right-hy-cover .item .item-detail p {
    font-size: 14px;
    line-height: 20px;
    font-family: 'BE-Light';
}

.ser_help_you .right-hy .right-hy-cover .item .item-detail strong,
.ser_help_you .right-hy .right-hy-cover .item .item-detail b {
    color: #007E62;
    font-family: 'BE-Bold';
    font-weight: 700;
}

.ser_help_you {
    margin-bottom: 160px;
}

.abu_solution.ser_page {
    background: #181818;
    padding: 134px 0 145px 0;
    border-radius: 40px;
}

.mc_question.ser_page .title_question {
    color: #fff;
    text-transform: uppercase;
    line-height: 80.8px;
}

.mc_question.ser_page .mc_question_cover .left_question .item_quest.active {
    color: #ffffff;
}

.mc_question.ser_page .mc_question_cover .left_question .item_quest {
    color: #F6F6F6;
}

.abu_solution.ser_page .answer h3 {
    color: #ffffff;
}

.abu_solution.ser_page .cover-answer p {
    color: #F6F6F6;
}

.ser_rating_web .srw_title {
    font-size: 54px;
    line-height: 64.8px;
    font-family: 'BE-Bold';
    margin-bottom: 20px;
    text-transform: uppercase;
}

.ser_rating_web .srw_desc {
    font-size: 24px;
    line-height: 33.6px;
    font-family: 'BE-Light';
    max-width: 800px;
}

.ser_rating_web .srw_title_and_desc {
    padding-bottom: 38px;
    border-bottom: 1px solid #D3D3D3;
}

.ser_rating_web .srw_cover {
    padding-top: 60px;
}

.ser_rating_web .srw_row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ser_rating_web .left-img {
    flex: 0 0 48%;
    max-width: 45%;
    width: 100%;
}

.ser_rating_web .right-content {
    flex: 0 0 52%;
    max-width: 50%;
    width: 100%;
}

.ser_rating_web .right-content .item-right {
    position: relative;
    padding-left: 45px;
    flex: 0 0 50%;
    max-width: 48%;
    width: 100%;
    margin-bottom: 60px;
}

.ser_rating_web .right-content .item-right .tick {
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
}

.ser_rating_web .right-content .item-right .title {
    font-size: 24px;
    line-height: 28.8px;
    font-family: 'BE-Bold';
    margin-bottom: 13px;
    text-transform: uppercase;
}

.ser_rating_web .right-content .item-right .content-detail {
    font-size: 14px;
    line-height: 22.2px;
    font-family: 'BE-Light';
}

.ser_rating_web .right-content .right-content-cover {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ser_rating_web {
    margin-bottom: 80px;
}

.blog.ser_projects .title-blog {
    padding-top: 14px;
}

.ser_choose_for_you {
    margin-bottom: 160px;
}

.ser_choose_for_you .scf_title {
    font-size: 54px;
    line-height: 64.8px;
    font-family: 'BE-Bold';
    text-transform: uppercase;
    padding-bottom: 24px;
    border-bottom: 1px solid #D3D3D3;
}

.ser_choose_for_you .scf-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}

.ser_choose_for_you .scf-row .scf-col {
    flex: 0 0 33.33%;
    max-width: 26%;
    width: 100%;
    position: relative;
}

.ser_choose_for_you .scf-row .scf-col:after {
    content: "";
    position: absolute;
    top: -60px;
    right: -85px;
    width: 1px;
    height: calc(100% + 60px);
    background: #D3D3D3;
}

.ser_choose_for_you .scf-row .scf-col:last-child:after {
    display: none;
}

.ser_choose_for_you .scf-col .name-col {
    padding-bottom: 14px;
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 50px;
}

.ser_choose_for_you .scf-col .name-col .main-name {
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    font-family: 'BE-Bold';
    position: relative;
    max-width: max-content;
}

.ser_choose_for_you .scf-col .name-col .sub-name {
    font-size: 13px;
    line-height: 15.6px;
    color: #7D8387;
    font-family: 'RobotoMono-Bold';
    text-transform: uppercase;
    position: absolute;
    right: -86px;
    top: 0;
}

.ser_choose_for_you .scf-col .desc-and-price {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.ser_choose_for_you .scf-col .desc-and-price .desc {
    flex: 0 0 54%;
    max-width: 54%;
    width: 100%;
    font-size: 16px;
    line-height: 24.2px;
    color: #585858;
    font-family: 'BE-Bold';
    padding-right: 10px;
}

.ser_choose_for_you .scf-col .desc-and-price .price {
    flex: 0 0 46%;
    max-width: 46%;
    width: 100%;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    font-family: 'BE-Bold';
    color: var(--main-color);
    text-align: right;
}

.ser_choose_for_you .scf-col .item-detail-ser {
    position: relative;
    margin-bottom: 5px;
    padding-left: 25px;
}

.ser_choose_for_you .scf-col .item-detail-ser .tick {
    position: absolute;
    top: 7px;
    left: 0;
}

.ser_choose_for_you .scf-col .item-detail-ser img {
    width: 13px;
}

.ser_choose_for_you .scf-col .item-detail-ser .txt {
    font-size: 15px;
    line-height: 24px;
    font-family: 'BE-Light';
}

.ser_choose_for_you .scf-col .detail-ser {
    margin-bottom: 32px;
}

.ser_choose_for_you .scf-col .btn-register button {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #FFDB63;
    border-radius: 40px;
    border: 0;
    outline: none;
    font-size: 12px;
    line-height: 14.4px;
    font-family: 'RobotoMono-Bold';
    text-transform: uppercase;
    cursor: pointer;
}

.ser_choose_for_you .scf-col .btn-register button .txt {
    margin-right: 10px;
}

.ser_choose_for_you .scf-col .btn-register button img {
    width: 13px;
}

.mc-archive .archive-banner-and-title .banner img {
    height: 350px;
    object-fit: cover;
    object-position: left 26%;
}

.mc-archive .archive-banner-and-title {
    position: relative;
}

.mc-archive .archive-banner-and-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000094;
    z-index: 1;
}

.mc-archive .archive-banner-and-title .mc-bread-and-title {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 15px;
}

.mc-archive .archive-banner-and-title .archive-main-title {
    font-size: 50px;
    line-height: 64.8px;
    color: #f6f6f6;
    font-family: 'BE-Bold';
    margin-bottom: 15px;
    text-align: center;
}

.mc-archive .archive-banner-and-title .mc-bread {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.mc-archive .archive-banner-and-title .mc-bread a {
    color: #fff;
    margin-right: 6px;
    font-size: 15px;
}

.mc-archive .archive-banner-and-title .mc-bread p {
    margin-right: 6px;
}

.mc-archive .list-cat-archi {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.mc-archive .list-cat-archi a {
    font-family: 'RobotoMono-Bold';
    font-size: 12px;
    padding: 6px 20px;
    border: 1px solid #E5E5E5;
    text-transform: uppercase;
    border-radius: 26px;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
}

.mc-archive .archiv-pr-cover {
    padding: 100px 0;
    overflow: hidden;
}

.mc-archive .list-posts {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -40px;
}

.mc-archive .item-post {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    padding: 0 44px;
}

.mc-archive .item-post .thumb-post img {
    display: block;
    height: 431px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0px 0px 8px #0c67541f;
    object-position: top;
}

.mc-archive .item-post .thumb-post {
    display: block;
    margin-bottom: 20px;
    border-radius: 12px;
}

.mc-archive .item-post .term-one-project {
    color: #222222;
    font-size: 12px;
    line-height: 14.4px;
    font-family: 'RobotoMono-Bold';
    text-transform: uppercase;
    margin-bottom: 20px;
    width: max-content;
    display: block;
}

.mc-archive .item-post .title-and-arrow-one-projects {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.mc-archive .item-post .title-and-arrow-one-projects .title-item {
    flex: 0 0 90%;
    max-width: 90%;
    width: 100%;
    color: #222222;
    font-size: 30px;
    line-height: 36px;
    font-family: 'BE-Bold';
    margin-bottom: 20px;
}

.mc-archive .item-post .title-and-arrow-one-projects .arrow-white img {
    width: 24px;
}

.mc-archive .item-post .desc-item-project {
    color: #7D8387;
    font-size: 15px;
    line-height: 21px;
    font-family: 'BE-Light';
    border-bottom: 1px solid #7d83874f;
    padding-bottom: 48px;
}

.mc-archive .item-post {
    margin-bottom: 48px;
}

.mc-archive .navigation.pagination {
    display: block;
    width: 100%;
}

.nav-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.nav-links .page-numbers.current {
    background: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color);
}

.nav-links .page-numbers {
    background: #fff;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    width: 36px;
    display: flex;
    height: 36px;
    justify-content: center;
    align-items: center;
    margin: 0 4px;
    padding: 4px;
    transition: .3s all;
}

.nav-links .page-numbers {
    background: #fff;
    color: var(--main-color);
    border: 1px solid var(--main-color);
}

.prev.page-numbers,
.next.page-numbers {
    width: auto;
}

.nav-links .page-numbers:hover {
    background: var(--main-color);
    transition: .3s all;
    color: #fff;
}

.mcnq_info_contact_page .mc_info_contact_page .mccp_title_info {
    font-size: 30px;
    line-height: 38px;
    color: #222222;
    font-family: 'BE-Bold';
    padding-bottom: 35px;
    border-bottom: 1px solid var(--main-color);
    margin-bottom: 50px;
}

.mcnq_info_contact_page .mc_info_contact_page .mccp_sub_title_info {
    font-size: 21px;
    line-height: 30px;
    color: #222222;
    font-family: 'BE-Bold';
    margin-bottom: 18px;
}

.mcnq_info_contact_page .mc_info_contact_page .mccp_repeater_info_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.mcnq_info_contact_page .mc_info_contact_page .mccp_repeater_info_icon img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.mcnq_info_contact_page .mc_info_contact_page .mccp_repeater_info_icon {
    margin-right: 10px;
    color: var(--main-color);
}

.mcnq_info_contact_page .mccp_repeater_info {
    margin-bottom: 25px;
}

.mcnq_info_contact_page .mc_info_contact_page .mccp_repeater_info_text {
    font-size: 14px;
}

.mcnq_info_contact_page .mc_info_contact_page .nqcp_time_work {
    max-width: 380px;
    background: var(--main-color);
    font-size: 14px;
    color: #fff;
    padding: 6px 4px;
    text-align: center;
    border-radius: 6px;
}

.mcnq_info_contact_page .mc_form_contact_page .nqmc_title_form {
    font-size: 30px;
    line-height: 36px;
    color: var(--main-color);
    font-family: 'BE-Bold';
    margin-bottom: 8px;
}

.mcnq_info_contact_page .mc_form_contact_page .nqmc_sub_title_form {
    font-size: 20px;
    color: var(--main-color);

    margin-bottom: 30px;
}

.nqmc_contact_page_form.mcnq_form_and_maps {
    margin-bottom: 60px;
}

.nqmc_contact_page_form.mcnq_form_and_maps .fm_title {
    font-size: 36px;
    font-family: 'BE-Bold';
    color: var(--main-color);
    line-height: 45px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.nqmc_contact_page_form .fm_small_title {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'BE-Bold';
    color: var(--main-color);
    margin-bottom: 25px;
}

.nqmc_contact_page_form.mcnq_form_and_maps .inpt-fm {
    margin-bottom: 30px;
}

.nqmc_contact_page_form.mcnq_form_and_maps .inpt-fm input {
    width: 100%;
    outline: none;
    padding: 31px 15px;
    background: #f0f3f4;
    color: #000;
    border: 1px solid #80808047;
    font-family: 'BE-Regular';
}

.nqmc_contact_page_form.mcnq_form_and_maps .inpt-fm input::-webkit-input-placeholder {
    /* Edge */
    color: #000;
    font-family: 'BE-Regular';
}

.nqmc_contact_page_form.mcnq_form_and_maps .inpt-fm input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
    font-family: 'BE-Regular';
}

.nqmc_contact_page_form.mcnq_form_and_maps .inpt-fm input::placeholder {
    color: #000;
    font-family: 'BE-Regular';
}

.nqmc_contact_page_form.mcnq_form_and_maps .inpt-fm textarea {
    height: 170px;
    width: 100%;
    padding: 18px;
    font-family: 'BE-Regular';
    outline: none;
    background: #f0f3f4;
    color: #000;
    border: 1px solid #80808047;
    resize: none;
}

.nqmc_contact_page_form.mcnq_form_and_maps .inpt-fm textarea::-webkit-input-placeholder {
    /* Edge */
    color: #000;

    font-family: 'BE-Regular';
}

.nqmc_contact_page_form.mcnq_form_and_maps .inpt-fm textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;

    font-family: 'BE-Regular';
}

.nqmc_contact_page_form.mcnq_form_and_maps .inpt-fm textarea::placeholder {
    color: #000;

    font-family: 'BE-Regular';
}

.nqmc_contact_page_form.mcnq_form_and_maps .inpt-fm-submit input {
    font-size: 19px;
    color: #fff;
    font-family: 'BE-Bold';
    text-align: center;
    width: 100%;
    outline: none;
    background: #ffdb63;
    border: 1px solid #ffdb63;
    padding: 18px 10px;
    cursor: pointer;
    transition: 0.3s all;
}

.nqmc_contact_page_form.mcnq_form_and_maps .inpt-fm-submit input:hover {
    transition: 0.3s all;
    color: #ffdb63;
    background: #fff;
}

.nqmc_contact_page_form.mcnq_form_and_maps .iframe-right-form iframe {
    height: 100%;
    width: 100%;
}

.mccp_maps .mccp_iframe_maps iframe {
    width: 100%;
    height: 450px;
}

.mccp_maps .mccp_iframe_maps {
    margin-bottom: 100px;
}

.mcnq_info_contact_page .banner-and-title {
    position: relative;
}

.mcnq_info_contact_page .banner-and-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000094;
    z-index: 1;
}

.mcnq_info_contact_page .banner-and-title .mc-bread-and-title {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 15px;
}

.mcnq_info_contact_page .banner-and-title .archive-main-title {
    font-size: 50px;
    line-height: 64.8px;
    color: #f6f6f6;
    font-family: 'BE-Bold';
    margin-bottom: 15px;
    text-align: center;
}

.mcnq_info_contact_page .banner-and-title .mc-bread {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.mcnq_info_contact_page .banner-and-title .mc-bread a {
    color: #fff;
    margin-right: 6px;
    font-size: 15px;
}

.mcnq_info_contact_page .banner-and-title .mc-bread p {
    margin-right: 6px;
}

.mcnq_info_contact_page .banner-and-title .banner img {
    height: 350px;
    object-fit: cover;
    object-position: left 26%;
}

.mcnq_info_contact_page_contain {
    padding: 100px 0;
}

.mcnq_info_contact_page .mc_info_contact_page .mccp_repeater_info_item {
    margin-bottom: 20px;
}

.mc-contact-maps iframe {
    display: block;
    width: 100%;
}

.sing-container {
    max-width: 1170px;
    margin: 0 auto;
}

.single_projects .head-single-project {
    background: radial-gradient(112.42% 263.12% at 114.97% 146.06%, #004B87 0.08%, #0b395e 52.51%, #004a86 100%);
    position: relative;
    padding: 120px 0 35px 0;
    margin-bottom: 70px;
}

.single_projects .hsp-row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}

.single_projects .hsp-row .left-content {
    flex: 0 0 45%;
    max-width: 43%;
    width: 100%;
}

.single_projects .hsp-row .right-img {
    flex: 0 0 55%;
    max-width: 50%;
    width: 100%;
}

.single_projects .hsp-row .right-img img {
    display: block;
    border-radius: 10px;
}

.single_projects .left-content .sub-title {
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
}

.single_projects .left-content .main-title {
    font-size: 40px;
    color: #fff;
    font-family: 'BE-Bold';
    margin-bottom: 5px;
}

.single_projects .left-content .sub-desc {
    color: #fff;
    font-size: 15px;
    margin-bottom: 25px;
    font-family: 'RobotoMono-Light';
}

.single_projects .left-content .desc {
    font-size: 15px;
    color: #fff;
    line-height: 27px;
    margin-bottom: 30px;
}

.single_projects .left-content .hsp-button {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}

.single_projects .left-content .hsp-button .register-project {
    width: 165px;
    border-radius: 24px;
    background: #ffdb63;
    padding: 12px;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #ffdb63;
    outline: none;
    cursor: pointer;
    font-family: 'BE-Bold';
    display: block;
    font-family: 'RobotoMono-Bold';
    margin-right: 20px;
}

.single_projects .left-content .hsp-button .view-live {
    width: 165px;
    border-radius: 24px;
    background: transparent;
    padding: 11px 12px;
    font-size: 14px;
    text-transform: uppercase;
    border: 2px solid #ffffff;
    outline: none;
    cursor: pointer;
    font-family: 'BE-Bold';
    display: block;
    font-family: 'RobotoMono-Bold';
    margin-right: 20px;
    text-align: center;
    color: #fff;
    transition: 0.3s all;
}

.single_projects .left-content .hsp-button .view-live:hover {
    background: #ffffff;
    color: #007E62;
    transition: 0.3s all;
}

.single_projects .hsc-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.single_projects .hsc-row .left-content {
    flex: 0 0 66%;
    max-width: 65%;
    width: 100%;
}

.single_projects .hsc-row .right-side-bar {
    flex: 0 0 34%;
    max-width: 32%;
    width: 100%;
}

.single_projects .hsc-row .left-content {
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
}

.single_projects .hsc-row .left-content p {
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
    margin-bottom: 20px;
}

.single_projects .hsc-row .left-content b,
.single_projects .hsc-row .left-content strong {
    font-family: 'BE-Bold';
    color: var(--main-color);
}

.hsp-content-cover .project-lq .title-project-lq {
    font-size: 24px;
    margin-bottom: 20px;
    font-family: 'BE-Bold';
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 1px solid #8080804f;
}

.hsp-content-cover .project-lq {
    margin-bottom: 60px;
}

.hsp-content-cover .project-lq .thumb-projects img {
    height: 232px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0px 0px 8px #0c67541f;
    object-position: top;
}

.hsp-content-cover .project-lq .thumb-projects {
    margin-bottom: 15px;
    border-radius: 12px;
}

.hsp-content-cover .project-lq .name-project {
    font-family: 'BE-Bold';
    font-size: 18px;
    color: var(--main-color);
}

.hsp-content-cover .project-lq .item {
    margin-bottom: 35px;
    display: block;
}

.hsp-content-cover .typ-cat-cover .title {
    font-size: 24px;
    margin-bottom: 20px;
    font-family: 'BE-Bold';
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 1px solid #8080804f;
}

.hsp-content-cover .typ-cat-cover .type-cat {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.hsp-content-cover .typ-cat-cover .type-cat .item-type-cat {
    font-family: 'RobotoMono-Bold';
    font-size: 12px;
    padding: 6px 20px;
    border: 1px solid #E5E5E5;
    text-transform: uppercase;
    border-radius: 26px;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 15px;
}

.banner-qc {
    margin-top: 70px;
}

.hsp-content-cover {
    margin-bottom: 60px;
}

.s-valid-sty {
    color: #d50808;
    padding-left: 12px;
    margin-top: 5px;
    font-size: 14px;
    display: none;
}

.r-valid-sty {
    color: #d50808;
    padding-left: 12px;
    margin-top: 5px;
    font-size: 14px;
    display: none;
}

.valid-sty {
    color: #ffc400;
    padding-left: 12px;
    margin-top: 5px;
    font-size: 14px;
    display: none;
}

.loading img {
    width: 60px;
}

.loading {
    margin-top: 30px;
    display: none;
}

.mc-effect-hov img {
    transition: 0.3s all;
}

.mc-effect-hov {
    overflow: hidden;
    transform: scale(1);
    transition: 0.3s all;
}

.mc-effect-hov:hover img {
    transform: scale(1.2);
    transition: 0.3s all;
}

.mc-effect-hov-txt-1 {
    transition: 0.3s all;
}

.mc-effect-hov-txt-1:hover {
    color: var(--yellow-color);
    transition: 0.3s all;
}

.mc-effect-hov-txt-2 {
    transition: 0.3s all;
}

.mc-effect-hov-txt-2:hover {
    color: #007E62;
    transition: 0.3s all;
}

.gt_switcher-popup span {
    color: #ffffff !important;
}

.gt_white_content .glink span {
    color: #222222 !important;
    font-family: 'BE-Regular' !important;
}

.gt_white_content .glink {
    justify-content: flex-start !important;
}

.gt_white_content .glink img {
    width: 32px !important;
}

a.glink.gt-current-lang span {
    color: var(--main-color) !important;
    font-family: 'BE-Bold' !important;
}

.single_projects figure {
    width: 100% !important;
    display: block;
    margin-bottom: 20px;
    text-align: center;
}

.single_projects ol,
.single_projects ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

.single_projects ul li {
    margin-bottom: 20px;
    list-style-type: disc;
}

.single_projects img {
    margin-bottom: 20px;
}

.single_projects h2 {
    font-size: 23px;
    margin-bottom: 20px;
    font-family: 'BE-Bold';
}

.single_projects h3 {
    margin-bottom: 15px;
    font-family: 'BE-Bold';
}

body {
    margin: 0;
    padding: 0;
    max-width: 100vw;
    /* Đảm bảo không vượt chiều rộng viewport */
    overflow-x: hidden;
    /* Loại bỏ cuộn ngang không mong muốn */
}


html,
body {
    overflow-x: hidden;
}

.video-fi {
    position: relative;
    /* Để các phần tử con có thể định vị tuyệt đối */
    width: 100%;
    height: 100%;
    /* Hoặc tùy chỉnh chiều cao theo yêu cầu */
    overflow: hidden;
    /* Đảm bảo canvas không vượt ra ngoài khối */
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* Đặt dưới nội dung khác */
    pointer-events: none;
    /* Ngăn tương tác */
}

/*Hotline zalo*/
/* Container */
.tools-container {
    position: fixed;
    bottom: 82px;
    right: -50px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}

/* Tool item */
.tool-item {
    position: relative;
    display: flex;
    align-items: center;
    width: 50px;
    height: 50px;
    background: radial-gradient(80.4% 243.01% at 110.05% 133.67%, hwb(207deg 3.3% 14.81%) 0%, #176fb5 50.03%, #0d3a5d 100%);
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Icon */
.tool-item .icon img {
    width: 24px;
    height: 24px;
    margin-left: 12px;
}

/* Back to Top (ẩn mặc định) */
/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 140px;
    right: -28px;
    width: 80px;
    height: 50px;
    background: radial-gradient(80.4% 243.01% at 110.05% 133.67%, hwb(207deg 3.3% 14.81%) 0%, #176fb5 50.03%, #0d3a5d 100%);
    border-radius: 25px;
    display: none;
    align-items: center;

    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1000;
    margin-left: 20px;
}

.back-to-top img {
    width: 24px;
    height: 24px;
    margin-left: 16px;
}

/* Hiệu ứng khi hover */
.back-to-top:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}


/* Phone sổ ra */
.tool-item.phone {
    overflow: hidden;
    width: 100px;
    /* Kích thước ban đầu */
    transition: all 0.3s ease;
}

.tool-item.phone:hover {
    width: 230px;
    /* Kích thước khi hover */
}

.tool-item.phone .text {
    opacity: 0;
    visibility: hidden;
    margin-left: 10px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.tool-item.phone:hover .text {
    opacity: 1;
    visibility: visible;
}


/* Hiệu ứng hover */
.tool-item:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}