/*
Theme Name: Bklytics
Description: Bklytics
Author: A2Z Tech
Template: flatsome
Version: 1.0.016
*/


/*************** ADD CUSTOM CSS HERE.   ***************/
#wp-admin-bar-a2ztech>.ab-item:before {
    background-image: url(https://a2ztech.vn/content/uploads/2020/04/logo-a2ztech.png) !important;
    width: 100%;
    height: 30px;
    background-size: contain;
    content: "";
    display: block;
    background-position: left bottom;
    background-repeat: no-repeat;
}

#wp-admin-bar-a2ztech .ab-item {
    width: 110px;
    height: 30px !important;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#wp-admin-bar-a2ztech>.ab-item:before {
    background-image: url(https://a2ztech.vn/content/uploads/2020/04/logo-a2ztech.png) !important;
    width: 100%;
    height: 30px;
    background-size: contain;
    content: "";
    display: block;
    background-position: left bottom;
    background-repeat: no-repeat;
}

#wp-admin-bar-a2ztech .ab-item {
    width: 110px;
    height: 30px !important;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

div#wp-toolbar {
    display: flex;
    justify-content: space-between;
}

p{
    margin-bottom: 16px;
}

.m-auto{
    margin-left: auto;
    margin-right: auto;
}

b, strong{
    font-weight: 700;
}

.dark{
    color: #FFFFFF;
}
.btn-apply{
    font-weight: 500;
}
.btn-apply:hover{
    background-color: #00827c;
}
.btn-learn{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;    
    min-width: 194px;
    min-height: 48px;
    display: flex;
    align-items: center;
    width: max-content;
}
.btn-learn::after {
    content: '';
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(./assets/img/icon-arrow-right-red.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    border-radius: 4px;
}
.header-nav .header-button .button{
    width: 99px;
    line-height: 36px;
    font-size: 12px;
    text-transform: uppercase;
}
.header-wrapper .header-nav-main{
    justify-content: flex-end;
}
.header-nav .nav-dropdown {
    max-width: 1170px!important;
    width: 1170px!important;
    inset: unset!important;
    left: 50%!important;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: wrap;
    visibility: hidden;
}
.header-nav .nav-dropdown::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: #f7f7f7;
    box-shadow: 0 6px 16px 0 #1919190f;
    z-index: -1;
}
.header-nav .nav-dropdown::after {
    background-color: #191919b0;
    height: 100vh;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    right: 0;
    top: 100%;
    transition: opacity .2s cubic-bezier(0,0,.31,.92);
    width: 100vw;
    z-index: 10;
    visibility: hidden;
    pointer-events: none;
}
.header-nav li.menu-item:hover .nav-dropdown,
.header-nav li.menu-item:hover .nav-dropdown::after {
    visibility: visible;
}
.header-nav .nav-dropdown li {
    width: 25%;
}
.header-nav .nav-dropdown li a{
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #000;
    border: none;
    transition: none;
}
.header-nav .nav-dropdown li a img{
    margin-bottom: 10px;
}
.header-wrapper ul.header-nav,
.header-nav li.menu-item {
    position: static;
}
.count-up{
    font-weight: 700;
}
.footer-wrapper {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #556987;
}
.footer-wrapper h3{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 15px;
}
.footer-wrapper h3 span{
    text-transform: none;
}
.footer-wrapper ul li{
    list-style: none;
    margin-left: 0;
}
.footer-wrapper p{
    margin-bottom: 12px;
}
.footer-wrapper ul li+li{
    margin-top: 12px;
}
.footer-wrapper .row-ft-bottom p{
    margin-bottom: 0;
}
.absolute-footer{
    display: none;
}
.footer-wrapper .social-icons a {
    background-color: #fff;
    border-color: #fff!important;
    border-radius: 10px!important;
    color: #000;
    margin: 0 5px!important;
}
.footer-wrapper .social-icons a:first-child {
    margin-left: 0!important;
}
.footer-wrapper .social-icons a i{
    top: 0;
}
.form-email {
    display: flex;
    align-items: center;
}
.form-email input[type="email"]{
    border-radius: 14px;
    font-size: 16px;
    font-weight: 400;
    height: 48px!important;
    padding-inline-end: 42px;
    padding-inline-start: 16px;
    margin-bottom: 0;
    background-color: transparent!important;
    border: 1px solid #fff;
    color: #fff;
}
.form-email .btn-submit::before{
    content: "\f105";
    font-family: "fl-icons" !important;
    font-size: 25px;
}
.form-email .btn-submit{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-email .wpcf7-submit{
    background-color: transparent!important;
    border: none;
    width: auto;
    margin: 0;
    font-size: 0;
}
.list-logo-partner .ux-logo .ux-logo-link{
    padding: 0!important;
}
.btn-link{
    min-height: 60px;
    min-width: 217px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 20px;
    width: max-content;
    border-radius: 4px;
    font-size: 20px;
}
.btn-link::after{
    content: '';
    background-image: url(./assets/img/icon-arrow-right-1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 29px;
    height: 18px;
    margin-left: 12px;
}
.btn-link.btn-link-v1{
    min-height: 42px;
    min-width: 187px;
    display: flex;
    font-weight: 400;
    font-size: 14px;
}
.btn-link.btn-link-v1::after{
    background-image: url(./assets/img/icon-arrow-right.svg);
    width: 12px;
    height: 12px;
}
.box-service{
    border: 1px solid #ECEDF3;
    background: #FFFFFF;
}
.box-service:hover{
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}
.box-service .box-service-text{
    padding: 20px;
}
.box-service .box-service-text .post-title a{
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #151A30;
}
.box-service .box-service-text .des-service ul,
.box-service .box-service-text .des-service li:last-child{
    margin-bottom: 0;
}
.box-service .box-service-text .des-service li{
    list-style: none;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #556987;
    margin-left: 0;
    padding-left: 26px;
    margin-bottom: 12px;
}
.box-service .box-service-text .des-service li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    background-image: url(./assets/img/icon-check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 17px;
    height: 17px;
}
.box-service .box-service-text .view-service{
    min-width: 127px;
    min-height: 33px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #00827C;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin-top: 12px;   
    border: 1px solid #00827C;
    border-radius: 4px;
}
.box-service .box-service-text .view-service:hover{
    color: #FFFFFF;
    background: var(--primary-color);
}

.home-reason .icon-box .icon-box-img{
    width: 48px;
    height: 48px;
    border: 1px solid #000;
    border-radius: 16px; 
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-reason .icon-box .icon-box-img img{
    width: 23px;
    height: 23px;
    padding-top: 0;
    filter: brightness(0);
}
.home-reason .icon-box .icon-box-text{
    text-align: justify;
}
.home-gallery .flickity-slider {
    display: flex;
    align-items: center;
}
.home-gallery .gallery-col{
    padding-bottom: 0;
}
.home-gallery .gallery-box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-gallery .slider .flickity-prev-next-button{
    top: 50%!important;
    transform: translateY(-50%) translateX(0)!important;
    bottom: unset!important;
    display: block;
}
.row-slider-client{
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #183B56;
}
.row-slider-client img:not(.attachment-medium){
    margin-bottom: 16px;
}
.row-slider-client .icon-box :is(h1,h2,h3,h4,h5,h6){
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #183B56;
    margin-bottom: 4px;
}
.row-slider-client .icon-box{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #5A7184;
    padding-top: 16px;
    padding-bottom: 16px;
}
.row-slider-client .icon-box img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.row-slider-client .icon-box p{
    position: relative;
    padding-left: 24px;
}
.row-slider-client .icon-box p::before{
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    background-image: url(./assets/img/icon-check-2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 16px;
    height: 16px;
}
.home-gallery-client .flickity-slider > .row{
    opacity: 1;
}
.home-gallery-client .flickity-slider > .row{
    padding: 0px 48px;
}
.home-gallery-client .flickity-slider > .row.is-selected{
    border-right: 1px solid #E5EAF4;
}
.home-gallery-client .flickity-prev-next-button{
    top: 100%;
    width: 50px;
    background-image: url(./assets/img/icon-arrow-slider.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px 16px;
    opacity: 1;
    display: block;
}
.home-gallery-client .flickity-prev-next-button svg{
    display: none;
}
.home-gallery-client .slider-show-nav .flickity-prev-next-button.previous{
    left: calc(50% - 70px);
    transform: rotate(180deg)!important;
}
.home-gallery-client .slider-show-nav .flickity-prev-next-button.next{
    right: calc(50% - 70px);
}
.post-item > .col-inner{
    border: 1px solid #DDDDDD; 
}
.post-item .box-text{
    padding: 24px 24px 36px;
}
.post-item .box-text .is-divider{
    display: none;
}
.post-item .box-text .post-title{
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #192038;
}
.post-item .box-text .post-title a{
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.post-item .box-text .from_the_blog_excerpt {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #556987;
    margin-top: 12px;
    margin-bottom: 0;
}
.cat-post {
    position: relative;
    z-index: 10;
}
.cat-post button,
.cat-post a{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #4F46E5;    
    margin: 0px 0px 10px;
    padding: 0;
    min-height: unset;
}
.home-banner-solution .banner p{
    margin: 0;
}

/* .client-item .box-client{
    position: relative;
    min-height: 373px;
} */
.client-item .box-client:hover .overlay{
    opacity: 0;
}
.client-item .box-client .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: -1px;
    right: -1px;
    background: #fff;
    transition: .5s;
}
.client-item:nth-child(6n + 1) .box-client .overlay,
.client-item:nth-child(6n + 6) .box-client .overlay{
    background: #F8F9FD;   
}
.client-item:nth-child(6n + 2) .box-client .overlay,
.client-item:nth-child(6n + 4) .box-client .overlay{
    background: #ADC8FF;   
}
.client-item:nth-child(6n + 3) .box-client .overlay,
.client-item:nth-child(6n + 5) .box-client .overlay{
    background: linear-gradient(270deg, #FE8888 27.16%, #8066FF 97.86%);
}
.client-item .box-client-img{
    position: relative;
    padding-top: 100%;
}
.client-item .box-client-img > img{
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
.client-item .box-client-text{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px 15px 15px 15px;
    width: 100%;
    transition: 0.5s;
}
.client-item:hover .box-client-text{
    background: linear-gradient(0deg, rgba(0,130,124,1) 50%, rgba(0,130,124,0.9) 80%, rgba(255,255,255,0) 100%);
    color: #fff;
}
.client-item:hover .box-client-text .view-client,
.client-item:hover .box-client-text .post-title a{
    color: #fff;
}
.client-item:hover .box-client-text .view-client::before{
    filter: brightness(0) invert(1);
}
.client-item .box-client-text .post-title a{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #192038;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.client-item .box-client-text .view-client{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #254EDB;
    position: relative;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    display: inline-block;
}
.client-item .box-client-text .view-client::before{
    content: '';
    position: absolute;
    right: -15px;
    top: 6px;
    background-image: url(./assets/img/icon-arrow-blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: unset;
    width: 10px;
    height: 10px;
}
.client-item .box-client:hover .view-client{
    visibility: visible;
    opacity: 1;
    animation: fadeInUp .5s;
}
@keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(10px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
}
/* 
Tuyển dụng
*/

.icon-box-work .icon-box-img {
    background-color: #F0F3FE;
    border-radius: 50%;
    padding: 24px;
    height: 72px;
}
.icon-box-work .icon-box-img img {
    padding-top: 0;
}
.icon-box-work .icon-box-text h3{
    font-size: 18px;
}
.blog-archive .post-item .box-text {
    padding: 20px;
}
.blog-archive .post-item .box-text .post-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #000;
}
.blog-archive .post-item .box-text .from_the_blog_excerpt {
    line-height: 24px;
    margin-top: 8px;
}
.blog-archive .post-item .box-image .image-cover{
    padding-top: 260px!important;
}
.post-news-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #97A3B7;
    margin-bottom: 8px;
}
.btn-reamore {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #00827C;
    min-height: auto;
    padding-right: 20px;
    margin-top: 22px;
}
.btn-reamore::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(./assets/img/icon-arrow-right-green.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 12px;
    height: 11px;
}

.blog-single .entry-title{
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.01em;
    color: #151A30;
    margin-bottom: 0;
}

/* Widget */

.widget .widget-title{
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #0A0A0A;
    margin-bottom: 24px;
    display: block;
}

.widget .is-divider{
    display: none;
}
.post-news-item{
    display: flex;
}
.post-news-item+.post-news-item{
    margin-top: 32px;
}
.post-news-item .post-news-img {
    width: 68px;
    height: 68px;
}
.post-news-item .post-news-img img{
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.post-news-text{
    flex: 1;
    margin-left: 10px;
}
.post-title-news{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;  
}
.news-date{
    font-size: 14px;
    line-height: 20px;
    color: #254EDB;   
    margin-bottom: 0;
}
/* Phân trang */
.post-type-archive-client .nav-pagination{
    margin-top: 30px;
}
.nav-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
.nav-pagination li {
    margin: 0 2px !important;
}
.nav-pagination li a.next,.nav-pagination li a.prev {
    border: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    height: 40px;
    color: #151A30;
    background-color: #FFFFFF!important;

}
.nav-pagination li a.next {
    margin-left: 12px;
}
.nav-pagination li a.prev {
    margin-right: 12px;
}
.nav-pagination li a.next:before {
    content: 'Cuối cùng';
    font-family: "Inter",sans-serif!important
}

.nav-pagination li a.prev:after {
    content: 'Đầu tiên';
    font-family: "Inter",sans-serif!important
}

.nav-pagination .page-number:not(.next,.prev) {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: none;
    background-color: #F5F8FD;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

.nav-pagination .page-number:is(.next,.prev) i:before {
    content: '';
    background: url(./assets/img/arrow-right.svg) no-repeat;
    background-size: cover;
    width: 8px;
    height: 12px;
    display: inline-block;
    margin-left: 12px
}

.nav-pagination .page-number.prev i:before {
    transform: rotate(180deg);
    margin-right: 12px;
    margin-left: 0
}

.nav-pagination .page-number.current:not(.next,.prev),.nav-pagination .page-number:not(.next,.prev):hover {
    background-color: #00827C;
    color: #fff
}

.content-project-top {
    background-color: #F6F8FA;
    padding: 72px 0px;
    overflow: hidden;
}
.title-project{
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -0.01em;
    color: #183B56;
}
.content-project{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #556987;
    margin-top: 16px;
}
.content-project-top{
    position: relative;
}
.content-project-top::before{
    content: '';
    position: absolute;
    right: -80px;
    bottom: -103px;
    width: 406px;
    height: 406px;
    background: #254EDB;
    border-radius: 50%;
}
.relate-project{
    padding: 48px 0px;
}
.relate-project > .row{
    margin-top: 33px;
    margin-bottom: 18px;
}
.btn-view-live{
    margin-top: 32px;
}
.btn-view-live{
    border: 1px solid #00827C!important;
    border-radius: 8px;
    padding: 5px 20px;
    position: relative;
    min-width: 183px;
    height: 42px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #00827C;
    display: flex;
    align-items: center;
    width: max-content;
}
.btn-view-live::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(./assets/img/icon-arrow-right-green.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 7px 7px;
    background-color: aliceblue;
    border-radius: 50%;
    width: 28px;
    height: 28px;
}
.btn-view-live:hover{
    background-color: #00827C;
    color: #fff;
}
.btn-website{
    padding: 8px 33px;
    min-width: 156px;
    min-height: 42px;
    box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.12)!important;
    display: flex;
    align-items: center;
    width: max-content;
    color: #FFFFFF;
    font-weight: 500;
}
.btn-website span::before {
    content: '';
    background-image: url(./assets/img/icon-mail.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 17px;
    height: 13px;
    display: inline-block;
    margin-right: 12px;
}
.btn-website span{
    line-height: initial;
    position: relative;
}
.btn-advise{
    padding: 5px 20px;
    min-width: 172px;
    min-height: 42px;
    border: 2px solid #FF9E00!important;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    color: #FF9E00!important;
    background-color: #fff!important;
}
.btn-advise span{
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-advise span::before {
    content: '';
    background-image: url(./assets/img/icon-phone.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 13px;
}
.img-project {
    text-align: right;
}
.des-content-project{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #556987;   
}
.des-content-project ul li{
    list-style: none;
    position: relative;
    margin-left: 0;
    padding-left: 26px;
    margin-bottom: 12px;
}
.des-content-project ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    background-image: url(./assets/img/icon-check-3.svg );
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 14px;
    height: 12px;
}
.label-text *{
    padding: 4px 20px;
    display: inline-block;
    background: rgba(54, 179, 126, 0.1);
    border-radius: 49px; 
    color: #36B37E;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}
.text-qna {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #556987;
    padding-left: 35px;
}
.text-qna h3{
    font-size: 18px;
    line-height: 26px;
    color: #00827C;
    position: relative;
    margin-bottom: 4px;
}
.text-qna h3::before{
    content: '';
    position: absolute;
    left: -35px;
    top: 3px;
    background-image: url(./assets/img/icon-circle.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 20px;
}
.lightbox-register-service .text-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
}
.lightbox-register-service .text-bottom img{
    margin-right: 10px;
}
.lightbox-register-service .form-field .wpcf7-list-item label{
    display: flex;
    align-items: center;   
    margin-bottom: 20px;
}
.lightbox-register-service .form-field .wpcf7-list-item label .wpcf7-list-item-label{
    width: calc(100% - 30px);
}
.lightbox-register-service .form-field input[type="checkbox"] {
    position: relative;
    width: 44px;
    height: 24px;
    background: #E5E7EB;
    outline: none;
    border-radius: 12px;
    box-shadow: inset 0 0 5px rgba(255, 0, 0, 0.2);
    transition: 0.7s;
    display: inline-block;
    padding: 2px;
    margin-bottom: 0;
    margin-top: 0;
    -webkit-appearance: none;
}

.lightbox-register-service .form-field input:checked[type="checkbox"] {
    background: var(--primary-color);
}

.lightbox-register-service .form-field input[type="checkbox"]:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    top: 50%;
    transform: translateY(-50%);
    left: 2px;
    background: #ffffff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
    transition: .5s;
}

.lightbox-register-service .form-field input:checked[type="checkbox"]:before {
    left: 22px;
}
.btn-sm-consultation.btn-sm-hotline{
    bottom: 100px;
}
.btn-sm-consultation{
    position: fixed;
    bottom: 160px;
    left: 10px;
    z-index: 10;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px #ccc;
    border-radius: 50%;
    color: #fff;
    padding: 10px;
    min-height: 45px;
    min-width: 45px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 700;
    transition: 0.5s;
    display: none;
}
.btn-sm-consultation img{
    max-width: 18px;
}
.footer-wrapper h3 button{
    height: auto;
}
.slider-logo .flickity-slider .img{
    width: 20%!important;
    text-align: center;
}
.slider-logo .flickity-slider .img img{
    width: auto;
}
.slider-logo .flickity-slider .img .img-inner{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80px;
    overflow: visible;
}
.row-history > .col{
    padding-bottom: 0;
}
.contact-form-2 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background: #ffffff;
    border: 1px solid #d6ddeb;
    border-radius: 4px;
    height: 50px;
}
.contact-form-2 .wpcf7-form-control-wrap {
    margin-top: 5px;
}
.icon-network .icon-box-img .icon-inner{
	height: 30px;
	background-color: #000;
	border-radius: 5px;
	text-align: center;
}
.icon-network .icon-box-img img{
	width: 10px;
}
.map, .map-html {
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}
.section {
    overflow-x: hidden;
}
.map-html p{
    margin-bottom: 0;
}
.map-html iframe{
    position: relative;
    bottom: -7px;
}
.button.alert{
    color: #000;
}
.button.alert i::before{
    filter: brightness(0);
}
/* Dự án */
.tax_info .tax_name{
    font-size: 36px;
    font-weight: 700;
    display: block;
}
.tax_info .button{
    margin-bottom: 0;
    margin-top: 20px;
}
.banner-single-web {
    background-image: url(./assets/img/bg-single-web.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}
.text-service-list {
    width: fit-content;
    padding: 4px;
    padding: 4px 8px 4px 4px;
    height: 32px;
    background: #d6e4ff;
    border-radius: 32px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-service-list p {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--primary-color);
    margin-bottom: 0;
    margin-top: 0;
}

.text-service-list.text-list-2 {
    padding: 4px 15px;
    background: rgba(54, 179, 126, 0.1);
}

.text-service-list.text-list-2 p {
    color: var(--primary-color);
    font-weight: 500;
}
.text-top-head-single p {
    width: fit-content;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: var(--primary-color);
    background: rgba(54, 179, 126, 0.1);
    border-radius: 49px;
    padding: 4px 20px;
}

ul.list-check {
    list-style: none;
}

ul.list-check li {
    margin-left: 0;
    padding-left: 26px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #556987 !important;
    margin-bottom: 12px;
    position: relative;
}

ul.list-check li::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 85%;
    background-image: url(./assets/img/check.png);
    filter: brightness(0);
    top: 0;
    left: 0;
}

.btn-call-single {
    color: #FF9E00 !important;
    border: 2px solid #FF9E00;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 0px 20px 0px 54px;
    position: relative;
}
table {
    border-collapse: collapse;
    width: 100%;
}
.table-white td, .table-white th {
    color: #fff;
}  

table td, table th {
    border: 1px solid #ddd;
    padding: 8px!important;
    color: #000;
}
.form-seach-project {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #EDF1F7;
}
.list-type-none {
    list-style: none;
}
.filter ul li {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000;
    margin-right: 30px;
}

.filter ul li a {
    color: #000;
}
.project-cat, .project-cat:focus {
    background-color: transparent;
    box-shadow: none;
    border: none;
    color: #000;
}
input.search-custom {
    background-image: url(./assets/img/Icon-search.png);
    border: 1px solid #000;
    /* shadow-base */
    height: 40px;
    box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
    border-radius: 4px;
    padding-left: 30px !important;
    background-repeat: no-repeat;
    background-position: center left 6px;
    width: 280px;
}
.search-submit {
    max-width: 115px;
    height: 40px;
    font-weight: 400;
    margin-left: 10px;
    border-radius: 4px;
    color: #fff;
    width: 100%;
    margin-right: 0;
}
.project-item .col-inner {
    background: #f4f7ff;
}
.project-item .col-inner .box .box-text {
    padding: 20px;
}
.project-box-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 47px;
}
.flickity-page-dots {
    bottom: 0px;
}
.icon-box .icon-box-text .text p {
    margin-bottom: 0;
}
.product-wrap-main .box-product.first-box .title h3 a{ 
    color: #fff;
}
.product-wrap-main .box-product.first-box .button{ 
    background-color: #fff;
    color: #000;
}
.product-wrap-main .box-product.first-box > .col-inner {
    background-color: #000;
    color: #fff;
}
.product-wrap-main .box-product > .col-inner {
    padding: 30px;
    height: 100%;
    background-color: #fff;
}
.product-wrap-main .box-product.first-box .image {
    width: 35%;
}
.product-wrap-main .box-product .image {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.product-wrap-main .title h3 {
    line-height: 1.4;
    font-size: 20px;
}
.product-wrap-main .box-product .des_pro {
    font-size: 16px;
}
.product-wrap-main > .row{
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px;
}
.product-wrap-main > .row:nth-child(even)::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100%;
    transform: translate(-50%,-50%);
    background-color: #000;
}
.product-wrap-main > .row:nth-child(even),
.product-wrap-main > .row:nth-child(even) .btn-more,
.product-wrap-main > .row:nth-child(even) .title h3 a{
    color: #fff;
}
.product-wrap-main > .row:nth-child(even) button.label-number span {
    border-color: #000;
    color: #000;
}
.product-wrap-main > .row:nth-child(even) button.label-number {
    background-color: #fff;
    color: #000;
}
.product-wrap-main > .row:nth-child(even) .btn-more:after,
.product-wrap-main > .row:nth-child(even) .btn-more:hover {
    background-color: #fff;
    color: #000;
}
.product-wrap-main .image-cover {
    padding-top: 75%;
    border-radius: 8px;
}
.btn-more.is-outline:hover {
    background-color: transparent;
    border-color: var(--primary-color);
}
.btn-more:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    left: 0;
    background-color: var(--primary-color);
    transition: 0.5s;
    z-index: -1;
    top: 0;
}
.btn-more:hover:after {
    width: 100%;
}
.title h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
}
.col-test-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: #695454;
}
ul.list-web li {
    margin: 0!important;
    width: 50%;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    /* height: 56px; */
    border: 1px solid;
    padding: 16px 0 16px 52px;
    border-width: 1px 1px 0px 0px;
    border-color: #fff;
    color: #fff;
    position: relative;
}

ul.list-web li:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(./assets/img/icon-check.png);
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) invert(1);
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}

ul.list-web {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.button-sign-support {
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
    position: relative;
    text-transform: none;
}
.btn-callme {
    position: relative;
    padding-left: 50px;
    padding-right: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding-top: 12px;
    color: #3F4564 !important;
    padding-bottom: 12px;
}
.btn-callme:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(./assets/img/phone.png);
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}
.button-submit:after, .button-support::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(./assets/img/mail.png);
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}
.button-submit {
    position: relative;
    padding-left: 50px;
    padding-right: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.five-colums .icon-box-text h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
}

.five-colums .icon-box-text p {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}
.mobile-nav .nav-icon a {
    color: #000;
}
.off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
    background-color: #fff;
    width: calc(100% - 70px);
}
.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    text-transform: none;
    color: #000;
    font-size: 14px;
}
.off-canvas:not(.off-canvas-center) .nav-vertical li .sub-menu {
    display: flex!important;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.off-canvas:not(.off-canvas-center) .nav-vertical li .sub-menu li{
    width: 33.33%;
}
.off-canvas:not(.off-canvas-center) .nav-vertical li .sub-menu a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}
.off-canvas:not(.off-canvas-center) .nav-vertical li .sub-menu a img{
    margin-bottom: 10px;
    margin-right: 0;
    width: 40px;
    height: 40px;
}
.product-item .post-title{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 50px;
     display: -webkit-box;
    -webkit-box-orient: vertical;
}
.product-item .box-image {
    padding: 10px;
    background-color: #fff;
}
.img-border .img-inner {
    overflow: unset;
}
.img-border .img-inner::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: -1;
}
.bg-banner-home {
    background: linear-gradient(90deg, rgba(255,255,255,1) 0.75%, rgba(111,111,111,1) 71%, rgba(73,73,73,1) 100%, rgba(0,0,0,1) 100%);
}
@media screen and (min-width: 850px){
.readmore-content {
    max-height: 300px;
    overflow: auto;
    margin-bottom: 25px;
    padding-right: 15px;
}
/* width */
.readmore-content::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.readmore-content::-webkit-scrollbar-track {
    background: #695454;
    border-radius: 10px;
}

/* Handle */
.readmore-content::-webkit-scrollbar-thumb {
background: #fff;
border-radius: 10px;
}
}
.copy-a2z img {
    filter: brightness(0) invert(1);
}
.single-product table {
    background-color: #fff;
}
.single-product table tr td,
.single-product table tr td span {
      color: #000!important;
}
.single-product table tr:nth-child(odd) td {
    background-color: #fff;
}
.single-product table tr:nth-child(even) td {
    background-color: #f7f7f7;
}

@media (min-width: 850px){
    .home-gallery-client .slider-wrapper .slider .flickity-slider > * {
        max-width: 50% !important;
    }
    .five-colums .large-2 {
        max-width: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    }
    .banner h4 {
        font-size: 30px;
    }
    .col-test-2 > .col-inner {
        padding: 50px 0px 20px 80px!important;
    }
}
@media (max-width: 849px){
    .home-gallery-client .flickity-slider > .row.is-selected {
        border-right: none;
    }
    .home-gallery-client .flickity-slider > .row {
        padding: 0px 24px;
    }
    .btn-link{
        min-width: 180px;
        min-height: 40px;
        font-size: 14px;
    }
    .btn-link::after {
        width: 22px;
        height: 18px;
    }
    .img-project {
        text-align: center;
    }
    .mfp-content .lightbox-register-service{
        padding: 30px 20px;
    }
    .lightbox-register-service .title-sec {
        font-size: 30px;
    }
    .content-recruitment{
        flex-direction: column;
    }
    .title-recruitment {
        font-size: 20px;
    }
    .slider-logo .flickity-slider .img {
        width: 33.3333%!important;
    }
    .title h3 {
        font-size: 27px;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 768px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .copy-a2z .icon-box-img {
        width: 90px!important;
    }
}

@media only screen and (max-width: 549px) {
    .slider-logo .flickity-slider .img {
        width: 50%!important;
    }
    .home-service .flickity-slider .post-item{
        max-width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    }
    .box-service .box-service-text {
        padding: 10px;
    }
    .flex-sm-column-reverse{
        flex-direction: column-reverse;
    }
    .btn-sm-consultation{
        display: flex;
    }
    .menu-footer{
        padding-bottom: 0;
    }
    .list-logo-partner .ux-logo .ux-logo-link img{
        max-height: 40px;
    }
    .client-item .box-client-text .post-title a{
        font-size: 17px;
    }
    .icon-box-work .icon-box-img{
        margin-left: auto;
        margin-right: auto;
    }
    .icon-box-work .icon-box-text{
        text-align: center;
    }
    .copy-a2z{
        justify-content: center;
        text-align: center;
    }
    .copy-a2z .icon-box-text{
        flex: none;
    }
    .copy-a2z > div{
        margin: unset!important;
    }
    .product-wrap-main .box-product.first-box .image,
    .product-wrap-main .box-product .image {
        width: 80%;
    }
    .blog-single .entry-title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 445px) {
    .stack .btn-website {
        padding: 8px 20px;
        min-width: 140px;
    }
    .stack .btn-view-live {
        padding: 12px 14px;
        min-width: 165px;
    }
    .stack .btn-view-live::after {
        content: '';
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
        background-image: url(./assets/img/icon-arrow-right-green.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 7px 7px;
        background-color: aliceblue;
        border-radius: 50%;
        width: 28px;
        height: 28px;
    }
}
@media only screen and (max-width: 380px) {
    .single-client .stack{
        flex-direction: column;
    }
    .single-client .stack .button {
        width: 100%;
        --stack-gap: 0!important;
    }
    .single-client .stack .button+.button {
        margin-top: 10px!important;
    }
}