.title-scroll-animate p, .title-scroll-animate h3 {
    padding: 0;
}
.box-number .title-scroll-animate p span {
    padding-top: 20px;
}
.box-number .title-scroll-animate p {
    margin-top: -20px;
    
}

.style-icon {
    position: relative;
    top: 12px;
}

.txt-modal-success .title-scroll-animate p.animated span {
    padding-top: 10px;
}
.file-upload p {
    color: #fff;
}
.file-upload p:hover {
    color: #27E1FF;
}

.detail-text ul * {
    font-weight: 500 !important;
}
.content-detail-work-row .desc * {
    font-weight: 500 !important;
}
 
.txt-item-work .desc ul li {
    font-weight: 500 !important;
}

.content-detail-work-row .desc b {
    font-weight: 600 !important;
}
.txt-item-work .desc ul {
    font-weight: 500 !important;
}

.txt-item-work .desc * {
    font-weight: 500 !important;
}

.txt-item-work .desc b {
    font-weight: 600 !important;
}

.txt-item-work .desc strong {
    font-weight: bold !important;
}
@media (max-width: 1800px) {
    .fz-42 {
        font-size: 42px;
    }
    .style-icon {
        height: 42px !important;
        top: 5px;
        width: 62px !important;
    }
    .item-number {
        font-size: 18px;
    }
    .txt-miss {
        max-width: 452px;
        margin: 0 auto;
    }
    .contact-bottom p {
        font-size: 20px;
    }
    .tag-filter a {
        font-size: 16px;
        padding: 12px 20px;
    }
    .all-txt-filter {
        font-size: 16px;
        padding: 12px 0;
    }
    .video-banner-home {
        max-width: 1250px;
    }
} 
@media (max-width: 1023px) {
    .contact-bottom p {
        font-size: 16px;
    }
    .desc-bott-contact {
        max-width: 100%;
    }
} 
@media (max-width: 767px) {
    .icon-play-anm {
        top: 35%;
        opacity: 0;
    }
    .contact-bottom .hover span {
        color: #27E1FF;
    }

    .contact-bottom .hover span:before {
        height: 1px;
        bottom: 10px;
        width: 100%;
    }
} 
@media (max-width: 485px) {
    .fz-42 {
        font-size: 26px;
    }
    .style-icon {
        height: 20px !important;
    }
}
@media (max-width: 375px) {
    .fz-42 {
        font-size: 24px;
    }
    .style-icon {
        height: 20px !important;
    }
}
@media (max-width: 767px) {
    .box-number .title-scroll-animate p {
        margin-top: 0;
    }
    .box-apart {
        display: block !important;
    }
}
.bottom-banner-ab ul {
    height: 60px;
    overflow: hidden;
}
.txt-about-banner .item-cap .bg-abs {
    opacity: 0;
    -webkit-animation: opacity_btn 3.5s cubic-bezier(0.53, 0, 0, 1) 0s 1 normal forwards running;
    animation: opacity_btn 3.5s cubic-bezier(0.53, 0, 0, 1) 0s 1 normal forwards running;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.bottom-banner-ab ul li {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-end;
    transform: translateY(120%) rotate(5deg);
    -webkit-animation: SplitText_moveIn__1NMON-d168662b 1.5s cubic-bezier(0.53, 0, 0, 1) 0s 1 normal forwards running;
    animation: SplitText_moveIn__1NMON-d168662b 1.5s cubic-bezier(0.53, 0, 0, 1) 0s 1 normal forwards running;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.bottom-banner-ab ul li p {
    display: block;
    flex: 0 0 100%;
}
.bottom-banner-ab ul li p {
    animation-delay: 0.1s;
}
.txt-become p img {
    position: relative;
    margin-top: -6px;
    padding: 0 6px;
}
@media (max-width: 1800px) {
    .txt-become p img {
        max-height: 26px;
    }
}
@media (max-width: 767px) {
    .txt-become p img {
        max-height: 16px;
        margin-top: -3px;
        padding: 0 2px;
    }
}
.mm-menu-mobile .top-mm ul li {
    margin-right: 16px;
    position: relative;
}
.mm-menu-mobile .top-mm ul li:after {
    content: "/";
    position: absolute;
    top: 0;
    right: -12px;
    color: #27E1FF;
}
@media (max-width: 767px) {
    .mm-menu-mobile .top-mm ul li:after {
        color: #888888;
    }
}
.mm-menu-mobile .top-mm ul li:last-child {
    margin-right: 0;
}
.mm-menu-mobile .top-mm ul li:last-child:after {
    display: none;
}
.container-contact {
    position: relative;
    overflow: hidden;
}
.content-contact {
    position: relative;
    transition: .2s all !important; 
}
@media (max-width: 767px) {
    .content-contact.active {
        display: none;
    }
}
.content-contact .wpcf7-response-output {
    display: none !important;
}
.content-contact.success-submit {
    opacity: 0;
    pointer-events: none;
}

.txt-modal-success {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content:  center;
    color: #fff;
    background: #101010;
    opacity: 0;
    pointer-events: none;
}

.txt-modal-success.active {
    opacity: 1;
    pointer-events: unset;
}

@media (max-width: 767px) {
    .txt-modal-success.active {
        position: relative;
    }
    .txt-modal-success .txt-success p {
        font-size: 36px;
        display: block;
    }
    .txt-modal-success .txt-success p span {
        display: block;
    }

}
.txt-success {
    font-size: 80px;
    font-weight: 500;
    font-family: Clash;
    line-height: 1.2;
    margin-bottom: 24px;
    position: relative;
}

.txt-success span.name-popup {
    color: #27E1FF;
}

.close-modal-contact {
    position: absolute;
    top: 8%;
    left: 0;
    width: 100%;
    text-align: center;
}

.close-modal-contact a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.service-card .service-sub {
    font-weight: 500;
    color: #585858;
}
.file-upload .add_file {
    margin: 0;
    position: absolute;
    opacity: 0;
}

.file-upload {
    margin: 0 0 16px 0;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    color: #fff;
    cursor: pointer;
    padding: 0 0 0 52px;
}
.file-upload:after {
    content: "";
    width: 40px;
    height: 40px;
    background: url(../images/icon-file-1.png) no-repeat center;
    background-size: contain;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: calc(50% - 20px);
}
.file-upload.active:after {
    background: url(../images/icon-file-2.png) no-repeat center;
}
.file-upload p {
    position: relative;
    display: inline-flex;
}

.file-upload span.wpcf7-form-control-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.box-loading-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1111;
    pointer-events: none;
/*    background: transparent;*/
}
.loading-screen {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    will-change: top;
    background: #0000A5;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .6s all !important;
}
.loading-screen::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0; 
    height: 100%;
    width: 100%; 
    transform: translateY(100%);
    background: linear-gradient(to bottom, #0000A5, #0000a5d1, #0000a55c, #0000a500);
}
.loading-screen.active {
    top: -200%;
}
.frm-submit-cta br {
    display: none;
}

.frm-submit-cta p {
    display: inline-flex;
    position: relative;
}

.frm-submit-cta .btn_send {
    margin: 0;
    padding: 18px 52px 18px 24px;
    cursor: pointer;
}

@media (max-width: 767px) {
    /*.frm-submit-cta .btn_send {
        color: transparent;
        padding: 0;
        width: 48px;
        height: 48px;
    }*/
    /*.frm-submit-cta svg {
        right: 12px !important;
        pointer-events: none;
        transform: rotate(45deg);
    }*/
}
.frm-submit-cta {
    margin-top: 96px;
}

.frm-submit-cta span.wpcf7-spinner {
    position: absolute;
    margin: 0;
    top: calc(50% - 12px);
    right: 12px;
}

.frm-submit-cta svg {
    position: absolute;
    top: calc(50% - 12px);
    right: 24px;
    cursor: pointer;
}

.caption-banner-video {
    font-family: 'Clash'; 
}
.detail-text p img {
    width: 100%;
}
.detail-text iframe {
    width: 100%;
    max-width: 100%;
}
.detail-text p * {
    font-weight: 500 !important;
}
.content-detail .title-top-detail .tags-detail ul {
    flex-wrap: wrap;
}
.content-detail .title-top-detail .tags-detail ul li {
    padding: 5px 0;
}
.list-partner .slick-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border: 1px solid #E7E7E7;
    border-radius: 100%;
    position: absolute;
    bottom: -13px;
    z-index: 2;
}

.list-partner .slick-arrow svg {
    opacity: 0.5;
}

.list-partner .slick-arrow.arr-right {
    left: calc(50% + 70px);
}

.list-partner .slick-arrow.arr-left {
    right: calc(50% + 70px);
    transform: rotate(180deg);
}

.list-partner .slick-arrow:hover svg {
    opacity: 1;
}
.box-contact-wrapper {
    padding: 0 100px;
}
.form-miss .txt_field {
    height: 46px;
}

.form-miss .wpcf7-spinner {
    position: absolute;
    margin: 0;
    top: calc(50% - 12px);
    right: 12px;
}
@media (max-width: 767px) {
    .form-miss .wpcf7-spinner {
        right: 20px;
    }
}

.form-miss .wpcf7-response-output {
    display: none !important;
}

.form-miss .wpcf7-not-valid-tip {
    font-size: 14px;
    position: relative;
    top: 22px;
}
@media (max-width: 767px) {
    .form-miss .wpcf7-not-valid-tip  {
        top: 38px;
        font-weight: 600;
    }
}
.success-miss-form a {
    color: #27E1FF;
    font-weight: 600;
}

.success-miss-form {
    max-width: 499px;
    display: none;
}
.content-detail .title-top-detail .tags-detail a:hover {
    color: #27E1FF;
    background: #fff;
    border: 1px solid #27E1FF;
}
.all-txt-filter {
    font-size: 20px;
    padding: 16px 0;
}
.item-detail-wwork .right ul {
    padding-left: 18px;
}
@media (min-width: 768px) {
    .txt-about-banner .btn-about { 
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width: 1800px) {
    .box-contact-wrapper {
        padding: 0 60px;
    }
}
@media (max-width: 1800px) {
    .content-modal-contact {padding: 0 40px;}

    .txt-success {
        font-size: 54px;
    }
}
@media (max-width: 1023px) {
    .all-txt-filter {
        font-size: 16px;
    }
    .txt-success {
        font-size: 48px;
    }
    .title-work-page lottie-player {
        width: 60px;
        height: auto;
    }
    .list-partner .slick-arrow {
        display: none !important;
    }
    .box-contact-wrapper {
        padding: 0 40px;
    }
}
@media (max-width: 1800px) and (min-width: 1024px) {
    .header-pc {
        font-size: 14px;
    }

    .right-menu .contact-menu {
        padding: 12px 24px;
    }

    .video-banner-home .btn-video a {
        height: 50px;
        padding: 0 18px;
        font-size: 14px;
    }

    .list-partner-und ul li {
        padding: 0 25px;
    }

    .list-partner-und ul { 
        margin: 0 -25px;
    }

    .title-who h2 {
        font-size: 64px;
    }

    .box-whoareyou {
        padding: 80px 0;
    }

    .box-banner-video {
        padding-bottom: 40px;
    }

    .box-works {
        padding: 80px 0;
    }

    .title-works {
        margin-bottom: 64px;
    }

    .head-title span {
        font-size: 20px;
    }

    .head-title {
        font-size: 48px;
    }

    .btn-title a {
        padding: 16px 24px;
    }

    .work-feat-big {
        margin-bottom: 40px;
    }

    .gsap-line-text {
        margin-top: 80px;
    }

    .line-text-scroll {
        font-size: 48px;
    }
    .features {
        padding: 100px 0;
    }

    .top-outservice {
        padding: 20px 0;
    }

    .top-outservice h4 {
        font-size: 56px;
    }

    .top-outservice label {
        font-size: 18px;
        margin: 0;
    }

    .avar-our {
        max-width: 400px;
    }

    .box-ourclient {
        padding: 80px 0;
    }

    .container {
        max-width: 1110px;
        padding: 0 15px;
    }

    .box-dont-miss {
        padding: 80px;
    }

    .content-miss {
        padding: 80px 60px;
    }

    .content-miss .head-miss {
        font-size: 48px;
    }

    .box-article {
        padding: 80px 0;
    }

    .title-article {
        margin-bottom: 64px;
    }

    .service-head h1 {
        font-size: 64px;
    }

    .service-head h1 {
        font-size: 64px;
    }
    .service-head {
        padding: 40px 0;
        margin: 0;
    }

    .service-card .service-title {
        font-size: 40px;
    }

    .service-card .service-sub {font-size: 16px;}

    .service-card .service-ul li {
        font-size: 16px;
    }

    .service-card {
        padding: 64px 0;
    }

    .service-works-head h2 {
        font-size: 48px;
    }

    .service-works-head h2 span {
        font-size: 20px;
    }

    .service-works-head {
        margin-bottom: 64px;
    }
    
    .bottom-banner-ab {
        padding: 80px 0;
    }

    .txt-goal {
        font-size: 16px;
    }

    .left-goal h6 {
        font-size: 20px;
    }

    .txt-goal h6 {
        font-size: 18px;
    }

    .box-become {
        font-size: 34px;
    }

    .content-become .circle-become {
        margin-top: 32px;
        padding-top: 32px;
        font-size: 16px;
        line-height: 1.4;
    }

    .content-become .circle-become .left-icon {
        margin-right: 32px;
        flex:  0 0 100px;
    }

    .avr-circle {
        width: 100px;
        height: 100px;
    }

    .box-many {
        padding: 100px 0;
    }

    .box-apart {
        padding: 80px 0;
    }

    .title {
        margin-bottom: 42px;
    }
    .box-blog-cate {
        padding: 40px 0;
    }

    .title-blog-cate {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .item-news .info .desc {
        font-weight: 500;
    }

    .side-bar-blog h2 {
        font-size: 32px;
    }

    .item-news {
        margin-bottom: 24px;
    }

    .pagination {
        margin-top: 24px;
    }

    .item-content-blog {
        margin-bottom: 64px;
    }

    .grid-news .row > div {
        padding: 0 12px;
    }

    .grid-news .row {
        margin: 0 -12px;
    }

    .iem-grid-blog {
        font-weight: 500;
    }
    .content-detail .title-top-detail h1 {
        font-size: 56px;
    }
    .title-work-page {
        font-size: 64px;
        padding: 64px 0;
    }

    .title-work-page lottie-player {
        height: 54px;
    }

    .list-work-cate .row > div {
        margin-bottom: 42px;
    }
    .wrap-item-work h1 {font-size: 64px;}

    .txt-item-work .desc {
        font-size: 16px;
    }

    .h-item-work {
        font-size: 20px;
    }

    .wrap-item-work {
        padding: 30px 0;
    }

    .work-item-result {
        margin-top: 0;
        padding: 64px;
    }

    .work-item-result__number {
        font-size: 36px;
    }

    .work-item-result__number > span {
        font-size: 16px;
    }

    .work-item-result .desc p {
        font-size: 18px;
    }
    .container-contact {
        border-radius: 64px;
        padding: 64px;
        max-width: 1250px;
    }
    .content-become {
        max-width: 1250px;
    }

    .contact-left .title-leave {
        font-size: 64px;
    }

    .frm-submit-cta {
        margin-top: 64px;
    }

    .contact-bottom.animated h3 img {
        width: 100px;
    }
    .contact-right {
        max-width: 600px;
    }
    .txt-about-banner .item-cap label {
        font-size: 16px;
        flex: 0 0 225px;
    }

    .btn-about a svg {
        width: 54px;
        height: 54px;
    }

    .btn-about a {
        font-size: 16px;
    }

    .title .title-desc {
        font-size: 18px;
    }
    .bottom-banner-ab ul li {
        font-size: 16px;
    }

    .bottom-banner-ab ul li:first-child {
        text-align: left;
    }
    .box-make {
        font-size: 16px;
        padding: 64px
    }

    .item-make label {
        font-size: 18px;
    }
    .item-make .desc {
        max-width: 400px;
    }

    .item-make:nth-child(4) .desc {
        max-width: 230px;
    }
    .item-make:nth-child(2) .desc {
        max-width: 280px;
    }
    .item-apart {
        font-size: 16px;
    }

    .item-apart h4 {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .txt-many {
        font-size: 16px;
    }
    .list-apart .row > div {
        padding: 0 42px;
    }

    .list-apart .row {
        margin: 0 -42px;
    }
    .txt-fter {
        font-size: 16px;
        max-width: 484px;
    }

    .item-fter {
        font-size: 16px;
    }

    .txt-fter .desc {
        padding: 8px 0 42px 0;
    }
    .all-txt-filter {
        font-size: 16px;
    }
    .item-work .info {
        font-size: 16px;
    }

    .item-work .info a {
        font-size: 20px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .item-detail-wwork .right {
        font-size: 16px;
    }

    .item-detail-wwork .left {
        font-size: 20px;
    }

    .item-detail-wwork .desc {
        color: #585858;
    }

    .work-item-result__left {
        font-size: 36px;
    }
    .work-item-result__left img {
        width: 48px;
    }
    .box_work p {
        font-size: 16px;
    }

    .box_work h3 {
        font-size: 20px;
    }
    .side-bar-blog .desc {
        font-size: 16px;
    }

    .iem-grid-blog .info .desc {
        font-size: 16px;
    }
    .iem-grid-blog .info a {
        font-size: 16px;
    }
    .box-detail-content .back-page-blog {
        left: 0;
    }
    .content-detail .title-top-detail .tags-detail a {
        font-size: 16px;
    }

    .content-detail {
        font-size: 16px;
    }
    .item-article {
        font-size: 16px;
    }

    .item-article .info a {
        font-size: 18px;
    }
    .txt-miss {
        font-size: 16px;
    }
    .contact-left p {
        font-size: 16px;
    }

    .contact-right h2 {
        font-size: 20px;
    }

    .form_group input {
        font-size: 16px;
    }

    .contact-right .nav .nav-item .nav-link {
        font-size: 18px;
    }
    .file-upload {
        font-size: 18px;
    }
    .contact-bottom p {
        font-size: 16px;
    }
    .contact-bottom p {
        font-size: 16px;
        margin-top: 40px;
    }

    .icon-play-anm {
        top: 44%;
    }

    .list-work-feature a {
        font-size: 20px;
    }

    .list-work-feature {
        font-size: 16px;
        font-weight: 500;
    }
    .box-whoareyou .list-number {
        margin-top: 64px;
    }

    .content-miss {
        max-width: 1250px;
    }
    .frm-bar-blog .btn_field {
        width: 48px;
        height: 48px;
        border-radius: 100%;
        padding: 0;
        color: transparent;
    }

    .frm-bar-blog svg {
        position: absolute;
        top: 20px;
        right: 20px;
        transform: rotate(45deg);
    }

    .frm-bar-blog .wpcf7-spinner {
        right: 20px;
    }

}
@media (max-width: 767px) {
    .txt-success {
        font-size: 22px;
    }
    .txt-modal-success {
        position: relative;
        pointer-events: unset;
        opacity: 1;
        display: none;
    }
    .content-modal-contact {
        padding: 0 8px;
    } 
    .content-contact.active {
        display: none;
    }
    .txt-modal-success.active {
        display: block;
    }
    .txt-modal-success p {
        font-size: 14px;
    }
    .close-modal-contact {
        position: relative;
        margin-bottom: 24px;
    }
    .close-modal-contact a svg {
        height: 44px;
        width: initial;
    }
    .frm-submit-cta {
        margin-top: 32px;
    }
    .box-contact-wrapper {
        padding: 0;
    }
    .work-item-result__left {
        display: none;
    }
    .box-number .title-scroll-animate p span {
        padding-top: 10px;
    }

    .title .title-desc {
        margin: 0;
    }

    .item-number {
        font-size: 16px;
    }

    .box-goal {
        padding: 32px 0;
    }

    .box-goal .title {
        margin-bottom: 16px;
    }
    .title .title-desc {
        font-size: 16px;
    }
    .box-many .title {
        max-width: 292px;
        margin: 0 auto 32px auto;
    }
    .wrap-item-work {
        padding: 12px 0;
    }
    .gall-work .col-md-6:last-child .avr {
        margin-bottom: 0;
    }
    .title-detail-wk h1 {
        font-size: 32px;
    }
    .txt-item-work .desc ul {
        padding: 0;
    }
    .h-item-work {
        margin-bottom: 8px;
    }
    .item-work .info a, .list-work-feature a {
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .caption-banner-video lottie-player {
        height: 42px !important;
    }
    .list-partner-und ul {
        flex-wrap: wrap;
    }

    .list-partner-und ul li {
        flex: 0 0 calc(100% / 3);
        max-width: calc(100% / 3);
        padding: 6px;
        text-align: center;
    }

    .box-partner-under {
        padding: 18px 0;
    }
    .list-partner-und img {
        max-height: 30px;
    }
    .item-detail-wwork .left {
        margin-bottom: 10px;
    }

}
@media (max-width: 575px) {
    .caption-banner-video lottie-player {
        height: 22px !important;
        width: 32px !important;
    }
}
@keyframes opacity_btn {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (min-width: 1024px) {
    .txt-filter-left {
        flex: 0 0 230px;
        max-width: 230px;
        margin-right: 20px;
    }

    .tag-filter {
        flex: 0 0 calc(100% - 200px);
        max-width: calc(100% - 200px);
    }
    .tag-filter ul {flex-wrap: wrap;justify-content: flex-end;}

    .tag-filter ul li {
        margin: 0 0 8px 8px;
    }
    .filter-work {
        align-items: unset;
    }
} 

.icon-mess img {
    width: 50px;
    height: 50px;
}

.icon-mess {
    position: fixed;
    z-index: 1002;
    bottom: 136px;
    right: 58px;
}