﻿
label.error {
    font-size: 12px;
    color: crimson;
    margin-left: 15px;
}

.featured-services .title a:hover {
    text-decoration: underline;
}

.featured-services .icon-box:hover::before {
    opacity: 0.9;
}

.testimonial-item .icon-2 {
    margin: 0 auto;
    height: 300px;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
}

    .testimonial-item .icon-2 img {
        width: 100%;
        height: 100%;
    }

.services .icon-box {
    padding: 40px 20px
}

    .services .icon-box .icon-2 {
        margin-bottom: 15px;
        height: 206px;
        overflow: hidden;
        background-size: cover;
        background-position: 50% 50%;
    }

        .services .icon-box .icon-2 img {
            max-width: 100%;
            /*border: 1px solid rgba(0, 0, 0, 0);*/
            padding: 10px;
        }

            .services .icon-box .icon-2 img:hover {
                /*border: 1px solid #0077ab;*/
            }

.supp-wrap {
    display: block;
    margin-right: 10px;
    background: #fff;
    height: 172px;
    overflow: hidden;
    position: relative;
}

    .supp-wrap img {
        position: absolute;
        top: 50%;
        left: 10%;
        transform: translateY(-50%);
    }

.dichvu-item {
    position: relative;
}

    .dichvu-item img {
        width: 100%;
        height: 100%;
    }

.dichvu-title {
    position: absolute;
    bottom: 5px;
    width: 100%;
    background: rgba(255, 255, 255, 0.47);
}

    .dichvu-title h5 {
        line-height: 45px;
        /* margin: 0 0px; */
        width: 100%;
        display: block;
        text-transform: uppercase;
        text-align: center;
        color: #000;
        margin: 0;
        font-size: 16px;
    }

.featured-services .icon {
    max-height: 164px;
    overflow: hidden;
}

.featured-services .icon-2 {
    height: 300px;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
}

.featured-services .icon img {
    width: 100%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
}

.featured-services .icon-2 a, .member-img a, .services .icon-box .icon-2 a, .testimonial-item .icon-2 a {
    display: block;
    width: 100%;
    height: 100%;
}

.testimonials .testimonial-item .testimonial-img {
    width: 300px;
    border-radius: 10px;
}

.blog-item-area {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: transform 0.2s linear, -webkit-box-shadow 0.2s linear;
    -moz-transition: transform 0.2s linear, -moz-box-shadow 0.2s linear;
    transition: transform 0.2s linear, box-shadow 0.2s linear;
    margin-bottom: 20px;
    height: 100%;
}

    .blog-item-area:hover {
        box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    }

/*.blog-item-img:before {
    width: 50%;
    height: 50%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #02448b80;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}*/

.blog-item-img {
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 400px;
}

.section-title p {
    font-weight: normal;
    color: #444;
}


.blog-item-img img {
    width: 100%;
}

.blog-item-img a {
    width: 100%;
    height: 100%;
    display: block;
}

.blog-item-text {
    padding: 20px 10px;
}

    .blog-item-text h3 {
        line-height: 26px;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
    }

        .blog-item-text h3 a {
            color: #444;
            font-size: 18px;
        }

    .blog-item-text p {
        line-height: 25px;
    }

    .blog-item-text .meta-tags {
        margin-bottom: 10px;
        padding: 10px 0;
    }

        .blog-item-text .meta-tags span {
            color: #999;
        }

            .blog-item-text .meta-tags span a {
                color: #999;
                float: right;
            }

.sum-length-dot {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5; /* start showing ellipsis when 3rd line is reached */
    overflow: hidden;
}

.date {
    font-size: small;
}

.comments a {
    font-size: small;
}

.mr-1, .mx-1 {
    margin-right: 0.25rem !important;
}

.btn-blog {
    color: #000;
    border: 1px solid #000;
    background-color: #fff;
    min-width: 116px;
    border-radius: 0%;
}

    .btn-blog:hover {
        color: #fff;
        background-color: #02448b;
    }

svg:not(:root).svg-inline--fa {
    overflow: visible;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

    .svg-inline--fa.fa-w-14 {
        width: 0.875em;
    }

    .svg-inline--fa.fa-w-18 {
        width: 1.125em;
    }

.team .member .social a {
    padding: 4px 10px;
    width: auto;
    margin-bottom: 5px;
}

.team .member {
    width: 100%;
}

    .team .member .member-img {
        background-size: cover;
        background-position: 50%;
        margin: 15px;
        height: 300px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -khtml-border-radius: 10px;
    }

.img-fluid {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
}

.clients img {
    width: 100%;
}

.mnuLeftbox, .mnuLeftbox ul {
    padding: 0;
    margin: 0;
}

    .mnuLeftbox li {
        list-style: none;
        margin-top: -1px;
    }

    .mnuLeftbox ul li a {
        position: relative;
    }

.pull-right {
    float: right;
}

.pagination {
    padding: 10px 0;
}

    .pagination li a {
        font-size: 16px;
        margin: 0 5px;
        padding: 4px 10px;
        border: 1px solid #c9d2ed;
        background: #fff;
    }

        .pagination li a:hover, .pagination li.active a {
            background: #FF9800;
            color: #fff;
        }

.ft-pro-cate {
    padding: 15px 0;
}

#header .logo {
    font-size: 16px;
    font-weight: normal;
}


.social-dtp a {
    transition: color 0.3s;
    color: #222222;
    margin: 0 3px;
    border-radius: 3px;
    height: 38px;
    display: inline-block;
    transition: ease-in-out 0.3s;
    color: #fff;
}

.social-dtp a {
    padding: 7px 10px;
    width: auto;
    margin-bottom: 5px;
    width: 100%;
}

.social-dtp .p-btn-1 {
    background: rgba(16, 110, 234, 0.8);
}

.social-dtp .p-btn-2 {
    background: rgba(204, 51, 51, 0.8)
}

.social-dtp .p-btn-1:hover {
    background: #0d58ba;
}

.social-dtp .p-btn-2:hover {
    background: #990000;
}

.portfolio-details .portfolio-details-slider img {
    width: auto;
    height: 100%;
}

.portfolio-details .swiper-backface-hidden .swiper-slide {
    text-align: center;
}

.portfolio-details-slider {
    box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
    background: #fff;
    padding: 0;
    max-height: 455px;
    height: 100%;
}

.team .member .member-info h4 {
    font-weight: normal;
}

    .team .member .member-info h4 a {
        color: #222;
    }

.pd-desc {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

.portfolio-description {
    line-height: 28px;
}

.ft-acimg {
    max-height: 150px;
    overflow: hidden;
    display: block;
}

    .ft-tabimg img, .ft-acimg img {
        width: 100%;
        height: 100%;
    }

.ft-acul li {
    list-style: none;
}

.ft-actit {
    font-size: 16px;
    color: #6c757d;
    margin-top: 10px;
    display: block;
    height: 100%;
}

    .ft-actit span {
        font-size: 13px;
        color: #aaa;
    }

.ft-acif h3 {
    margin-top: 8px;
    line-height: 16px;
    font-weight: normal;
}

.ft-tabtit, .ft-tabif {
    color: #444444;
}

.brd-link {
    color: #444444;
}

.ndt-imgCover {
    text-align: center;
    margin: 20px 0;
}

    .ndt-imgCover img {
        max-width: 100%;
    }

.fck_detail img {
    margin: 20px 0;
}

.ndt-lq ul li {
    margin-left: 30px;
}

.ft-tabtime {
    font-size: 14px;
    color: #aaa;
}

.ne-img {
    height: 172px;
    overflow: hidden;
    background-size: cover;
}

    .ne-img a {
        width: 100%;
        height: 100%;
        display: block;
    }

    .ne-img img {
        max-width: 100%;
    }

.section-inner {
    padding: 30px 0;
}

.js-img-viwer {
    width: 100%;
}

    .js-img-viwer img {
        max-width: 100%;
    }

.sum-doc {
    color: #aaa;
}

.ft-list-file {
    margin: 0;
}

    .ft-list-file li {
        list-style: none;
    }

        .ft-list-file li i {
            font-size: 50px;
        }

.cartIconTop {
    position: relative;
}

    .cartIconTop span {
        position: absolute;
        bottom: -3px;
        left: -6px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -khtml-border-radius: 50%;
        display: block;
        padding: 8px 5px;
        background: #f8f9fa;
        color: #0077ab;
        font-size: 12px;
    }

.tak-h-mb {
    position: fixed;
    left: 15px;
    bottom: 15px;
    z-index: 996;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #0077ab;
    opacity: 0;
    visibility: hidden;
}

    .tak-h-mb:hover {
        color: #f2b993;
    }

    .tak-h-mb.active {
        opacity: 1;
        visibility: visible;
    }








.cartIconBottom {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 64px;
    z-index: 996;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
    font-size: 31px;
}

    .cartIconBottom span {
        position: absolute;
        bottom: -5px;
        right: -6px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -khtml-border-radius: 50%;
        display: block;
        padding: 1px 6px;
        background: #ee3d24;
        color: #fff;
        font-size: 14px;
    }

    .cartIconBottom.active {
        visibility: visible;
        opacity: 1;
    }

.carInfoCus .form-group {
    margin-bottom: 15px;
}

.carInfoCus input {
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 0;
    box-shadow: none;
    color: #212529;
}

.carInfoCus textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}
/*.table th{
    color:rgba(16, 110, 234, 0.8)
}*/
tbody, td, tfoot, th, thead, tr {
    vertical-align: middle;
}

.list-group {
    --bs-list-group-active-bg: #1c45a1;
    --bs-list-group-active-border-color: #1c45a1;
}

.ca-list-dt img {
    max-width: 100%;
}

#btnPayment {
    border-radius: 0;
    box-shadow: none;
    background-color: #0077ab;
}

    #btnPayment:hover {
        background-color: #f89858;
    }

.df-bottom {
    padding: 10px;
    margin: 50px 0;
    width: 100%;
}

.lnk-list-hst {
    background: rgb(255 255 255 / 30%);
    text-align: center;
    /*color: #fff;*/
    font-size: 20px;
    display: block;
    text-transform: uppercase;
    border-radius: 3px;
}

    .lnk-list-hst:hover {
        background: #fff;
    }

    .lnk-list-hst i {
        font-size: 70px;
    }

.about .content ul i {
    padding: 8px 15px;
}

.about {
    padding-bottom: 158px;
}

    .about.section-bg img {
        position: relative;
        z-index: 2;
    }

.img-fluid-ahref-btn {
    padding: 10px 36px;
    background: #2196F3;
    color: #fff;
    text-align: center;
}

    .img-fluid-ahref-btn:hover {
        color: #fff;
    }

.img-fluid-ahref:after {
    display: block;
    position: absolute;
    bottom: -28px;
    left: 0px;
    background: #BBDEFB;
    content: '';
    width: 24%;
    height: 72.367%;
    z-index: 1;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
}

.Supplỉe-slider {
    background: #BBDEFB;
}

.swiper2row {
    border-left: 1px solid #5aa9eb;
    border-top: 1px solid #5aa9eb;
    width: 100%;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.swiper-slide2row {
    border-right: 1px solid #5aa9eb;
    border-bottom: 1px solid #5aa9eb;
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 0px) / 2) !important;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

    .swiper-slide2row a {
        display: block;
        max-width: 115px;
        max-height: 150px;
    }

.cssIntroHome {
    max-width: 750px;
    min-height: 413px;
    position: absolute;
    top: 55px;
    right: 0px;
    padding: 30px;
    background: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: transform 0.2s linear, -webkit-box-shadow 0.2s linear;
    -moz-transition: transform 0.2s linear, -moz-box-shadow 0.2s linear;
    transition: transform 0.2s linear, box-shadow 0.2s linear;
    line-height: 32px;
    z-index: 3;
}

.so-img-thumb {
    margin-top: 15px;
}

    .so-img-thumb img {
        max-width: 100%;
        margin-bottom: 10px;
        opacity: 0.7;
    }

        .so-img-thumb img:hover {
            opacity: 1;
        }

.s-wrap-img {
    height: 61px;
    overflow: hidden;
    margin-bottom: 15px;
    background-size: cover;
    background-position: 50% 50%;
}

#footer .footer-newsletter {
    padding: 1px 0;
}

.section-title h2 {
    background: #03A9F4;
    color: #fff;
    padding: 8px 66px;
}
.section-title h2 a{
    color: #fff;
}
.ca-title-dt h1 {
    font-size: 30px;
}

.doc-sum {
    color: #444;
}

.so-body-header {
    margin-top: 15px;
}

.imgbox-gp {
    max-height: 87px;
    overflow: hidden;
}

.icon-search-mobile {
    margin: 0 10px;
}

    .icon-search-mobile i {
        font-size: 15px !important;
    }

.box-search {
    bottom: -58px;
    position: absolute;
    left: 0px;
    z-index: 9;
    background: #fff;
    width: 100%;
    display: none;
}

.fix-boxsearch {
    bottom: -50px !important;
}

.box-search input {
    border-radius: 0;
    font-size: 13px;
    padding: 8px;
}

.btnSearch {
    position: absolute;
    right: 1px;
    top: 1px;
    border-radius: 0;
    border: 1px solid #eac5ad;
    background: #f0bc9914;
    padding: 3px 10px;
    margin: 2px;
}

.ft-actit-s img {
    width: 100%;
}

.ca-title {
    margin-bottom: 15px;
    background: #E3F2FD;
}

    .ca-title h1 {
        font-size: 30px;
    }

    .ca-title h3 {
        padding: 5px;
        margin: 0;
        color: #3F51B5;
    }



.item-pro {
    background: #fff;
    margin-bottom: 20px;
    height: 100%;
}
.item-pro:hover {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
}
.pro-img a {
    display: block;
}

    .pro-img a img {
        width: 100%;
    }

.pro-con, .pro-con-2 {
    padding: 8px;
}

    .pro-con h5 {
        margin: 5px 0;
        color: #03A9F4;
    }
    .pro-con-2 h5 {
        margin: 5px 0;
        color: #E91E63;
    }
.pro-cate{
    margin-bottom:30px;
}
.team {
    padding: 30px 0;
}


















@media screen and (min-width: 992px) and (max-width: 1400px) {
    #logo-sologan, .typed-cursor {
        visibility: hidden;
        display: none;
    }
}


@media (max-width: 768px) {
    #hero {
        height: auto;
    }

    .team .member .member-img {
        height: 200px;
    }
}

@media (min-width: 992px) {
    .so-img-thumb {
        max-height: 61px;
        overflow: hidden;
    }
}

@media (max-width: 992px) {

    .s-wrap-img {
        height: 68px;
        opacity: 0.6;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -khtml-border-radius: 5px;
    }

        .s-wrap-img:hover {
            opacity: 1;
        }
}

video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

#vi_b_tak {
}

#vi_b_tak {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    display: none;

    @media (min-width: 768px) {
        display: inline-block;
    }
}

.skitter .info_slide_dots {
    bottom: 15px;
}

.skitter.with-dots {
    margin: auto;
}

.skitter-round .info_slide_dots .image_number.image_number_select {
    background-color: #2196F3;
}

.skitter-round .info_slide_dots .image_number:hover {
    background-color: #2196F3;
}

.skitter-round .info_slide_dots .image_number {
    background-color: #fff;
}

.container_skitter {
    width: 100% !important;
    height: 100% !important;
}

.image_main {
    width: 100% !important;
    height: 100% !important;
}

.box_skitter_large {
    max-width: 408px !important;
    max-height: 275px !important;
}

.box_clone {
    width: 100% !important;
    height: 100% !important;
}

.cube {
    width: 100% !important;
}

.rowTbl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.colCell {
    display: flex;
    flex-direction: column;
}
