/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/* 
@font-face {
    font-family: 'SVN-Helga';
    src: url("fonts/SVN-Helga.otf");
} */
@font-face {
    font-display: swap;
    font-family: GoogleSansFlex_120pt;
    src: url(fonts/GoogleSansFlex_120pt-Regular.ttf) format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-display: swap;
    font-family: GoogleSansFlex_120pt;
    src: url(fonts/GoogleSansFlex_120pt-SemiBold.ttf) format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-display: swap;
    font-family: GoogleSansFlex_120pt;
    src: url(fonts/GoogleSansFlex_120pt-Bold.ttf) format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

ul.menu > li ul, .widget > ul > li ul {
    border-left: none;

}
pre, blockquote, form, figure, p, dl, ul, ol {
    margin-bottom: 5px;
}

.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 1200px;
}

body {
  font-family: GoogleSansFlex_120pt;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
}

.nav > li > a {
}

.nav-dropdown-has-border .nav-dropdown {
    /* border: none; */
}

.slogan-cpn {
    text-align:center;

    width: 100%;
    margin: 18px 0;
}

    .slogan-cpn h3 {
        font-size: 22px;
        color: #405291;
        text-transform: uppercase;
        margin: 0;
    }

    .slogan-cpn p {
        margin: 0;
        font-size: 15px;
       
    }

#logo img {
    max-height: 65px;
}

.list-top-inline-item {
    display: inline-block;
    color: #333;
    font-size: 14px;
}
.header-nav-main{
    justify-content: center;
}

.listHeadFlex {
    display: flex;
    gap: 45px;
  
}

.list-top-inline-item i {
    font-size: 16px;
    color: #405291;
    margin-right: 5px;
}

.ftInfo {
}

    .ftInfo ul {
    }

        .ftInfo ul li {
        }

    .ftInfo h3 {
    }

        .ftInfo h3 span {
        }

        .ftInfo h3:before {
            content: "";
        }

.ftMenuList {
}

    .ftMenuList h3 {
        position: relative;
        padding-bottom: 8px;
    }

        .ftMenuList h3:before {
            content: "";
            position: absolute;
            bottom: -10px;
            left: 0px;
            height: 1px;
            width: 70px;
            margin: 10px 0;
            background-color: white;
        }

    .ftMenuList ul {
    }

        .ftMenuList ul li {
        }

            .ftMenuList ul li a {
            }

.ftInfo h3 {
    position: relative;
    padding-bottom: 8px;
}

    .ftInfo h3:before {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0px;
        height: 1px;
        width: 70px;
        margin: 10px 0;
        background-color: white;
    }

.contactPage {
}

    .contactPage h2 {
        font-size: 1.42857em;
        color: black;
        text-decoration: none;
        position: relative;
    }

        .contactPage h2:before {
            content: "";
            height: 3px;
            width: 70px;
            background-color: #405291;
            position: absolute;
            left: 0;
            bottom: -6px;
        }

    .contactPage .form-signup .wpcf7-form-control {
        display: block;
        width: 100%;
        min-height: 40px;
        padding: .375rem .75rem;
        font-size: 1em;
        line-height: 1.5;
        background-image: none;
        margin: 0;
        box-shadow: none;
    }

    .contactPage .form-signup .wpcf7-textarea {
    }

    .contactPage .form-signup .wpcf7-submit {
        width: auto;
        display: inline-block;
    }

.blog-item {
    margin-bottom: 20px;
    display: flex;
    gap: 15px;
    align-items: center;
}

    .blog-item .blog-item-thumbnail {
        width: 100%;
        max-width: 240px;
        height: 170px;
        overflow: hidden;
        border-bottom: 3px solid #3c71b7;
        position: relative;
          -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    }

        .blog-item .blog-item-thumbnail img {
            border-radius: 0;
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

        .blog-item .blog-item-thumbnail .created-date {
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 1;
            background-color: #1a1a1a;
            color: #fff;
        }

            .blog-item .blog-item-thumbnail .created-date i {
                position: relative;
                background: #292862;
                color: #fff;
                display: inline-block;
                text-align: center;
                width: 40px;
                height: 36px;
                line-height: 36px;
                font-size: 15px;
            }

            .blog-item .blog-item-thumbnail .created-date span {
                font-size: 14px;
                padding: 3px 10px;
            }

    .blog-item .blog-item-mains {
    }

        .blog-item .blog-item-mains .blog-item-name {
            display: block;
            font-size: 18px;
            color: #333;
            margin: 0px 0 10px;
            letter-spacing: .5px;
        }

            .blog-item .blog-item-mains .blog-item-name a {
                color: #333;
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-line-clamp: 1;
                display: -webkit-box;
                -webkit-box-orient: vertical;
            }

    .blog-item .blog-item-summary {
        font-style: normal;
        font-weight: 400;
        /* line-height: normal; */
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

.page-breacrumb {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f1f1f1;
    color: black;
    margin-bottom: 30px;
}

    .page-breacrumb p {
        margin-bottom: 5px;
    }

.widget .widget-title {background-image: linear-gradient(to right, #3c71b7, #385ca0, #344889, #2e3572, #27225b);text-align: left;display: block;padding: 16px;color: #FFF;font-size: 14px;font-style: normal;font-weight: 700;line-height: normal;margin-bottom: 0;text-transform: uppercase;border-radius: 5px 5px 0px 0px;}

    .widget .widget-title:before {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        bottom: 0;
        height: 1px;
        width: 100%;
        background: #ededed;
        display: none;
    }

.woocommerce-breadcrumb {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 900;
    display: block;
    color: black;
    margin: 0;
    padding: 0;
}

.widget .widget-title:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 60px;
    background: #405291;
    display: none;
}

.widget .is-divider {
    display: none;
}

.widget ul {background: white;border: 1px solid #ccc;border-top: 0;border-radius: 0 0 5px 5px;padding: 15px;}

    .widget ul li {
        border: none !important;
        box-shadow: none;
        padding: 0px 0;
        color: black;
    }

.recent-blog-posts-li .badge-inner {
    min-width: 70px;
}

.recent-blog-posts a {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: unset;
}

.article-main .blog_related h2 {
    color: #222;
    margin: 0;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}

    .article-main .blog_related h2:before {
        content: "";
        height: 3px;
        width: 70px;
        background-color: #405291;
        position: absolute;
        left: 0;
        bottom: -6px;
    }

.article-main .blog_related .blog_entry h3 {
    margin: 5px 0;
    font-size: 14px;
    font-weight: normal;
}

    .article-main .blog_related .blog_entry h3 a {
        font-size: 14px;
        color: #222;
        display: table;
    }

        .article-main .blog_related .blog_entry h3 a i {
            display: table-cell;
            width: 15px;
        }

        .article-main .blog_related .blog_entry h3 a:hover, .article-wraper .article-main .blog_related .blog_entry h3 a:focus {
            color: #405291;
            text-decoration: none;
        }

.article-main .postby {
    font-size: 12px;
    text-transform: uppercase;
    color: #b2b2b2;
    margin: 8px 0;
    position: relative;
}

.article-main .blog_related h2:before {
    content: "";
    height: 3px;
    width: 70px;
    background-color: #405291;
    position: absolute;
    left: 0;
    bottom: -6px;
}

.article-main .title-head {
    font-weight: bold;
    font-size: 22px;
    padding: 0px 0 10px;
    margin-bottom: 0;
}

.article-main .blog_related {
    margin-bottom: 15px;
    margin-top: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px dashed #ebebeb;
    border-top: 1px dashed #ebebeb;
}

.paProhot-item {
    /* border: 1px solid #ddd; */
    overflow: hidden;
    position: relative;
    background: #fff;
    /* margin-bottom: 20px; */
    px; */
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px #0000001A;
    border-radius: 10px;
    margin-bottom: 30px;
}
.paProhot-item:before{
  content:"";
  background: linear-gradient(180deg, rgba(52, 60, 120, 0) 64.81%, #343C78 82.13%, #343C78 99.01%);
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 9;
}
.paProhot-thumb {
    overflow: hidden;
    /* border-radius: var(--1, 10px); */
    height: 357px;
    position: relative;
    border-radius: 10px;
}

    .paProhot-thumb img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }

.paProhot-content {
    padding: 14px 17px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

.paProhot-title a {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    min-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.paProhot-gr {
    display: flex;
    /* justify-content: space-between; */
    gap: 10px;
    align-items: center;
    margin: 5px 0;
    color: #fff;
    font-size: 16px;
}

    .paProhot-gr span {
        color: #405291;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .paProhot-gr .new span {
    }

    .paProhot-gr .old span {
        color: var(--s1-p4, #706C6C);
        text-align: center;
        font-size: 12px;
        text-decoration: line-through;
        font-weight: 400;
    }

.category-page-row .paProrow {
    margin-right: -10px;
    margin-left: -10px;
}

    .category-page-row .paProrow .col {
        padding: 0 10px;
    }

.asideProHot {
    margin-top: 15px;
}

    .asideProHot .paProhot-item {
        display: flex;
        border: none;
        gap: 10px;
        align-items: center;
    }

        .asideProHot .paProhot-item .paProhot-thumb {
            width: 70px;
            height: 70px;
            border: 1px solid #ddd;
        }

            .asideProHot .paProhot-item .paProhot-thumb img {
            }

        .asideProHot .paProhot-item .paProhot-content {
            padding: 0;
        }

        .asideProHot .paProhot-item .paProhot-title {
        }

            .asideProHot .paProhot-item .paProhot-title a {
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-line-clamp: 1;
                height: auto;
                min-height: unset;
            }

        .asideProHot .paProhot-item .paProhot-gr {
            font-size: 14px;
        }

.on-sale {
    display: none;
}

.wishlist-icon {
    display: none;
}

.related-product h3 {
    color: #394482;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: 2px solid #eee;
    display: block;
    text-transform: uppercase;
    font-size: 20px;
}

    .related-product h3:after {
        left: 0;
        bottom: -2px;
        content: "";
        width: 100%;
        height: 2px;
        display: inline-block;
        background: #394482;
        position: absolute;
    }

.product-footer .woocommerce-tabs {
    padding: 30px 0;
    border-top: none;
}

.product-main {
    padding: 0px 0;
}

.inve_brand {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
}

.module_service_details .wrap_module_service {
    background: #f7f7f7;
    border-radius: 0;
    border: 1px solid #ececec;
}

.wrap_module_service .item_service {
    padding: 0px 10px;
    border-bottom: dashed 1px #ececec;
}

    .wrap_module_service .item_service .wrap_item_ {
        position: relative;
        padding: 15px 0;
        display: table;
    }

        .wrap_module_service .item_service .wrap_item_ .image_service {
            display: table-cell;
            width: 40px;
            vertical-align: middle;
            -webkit-transition-duration: 0.8s;
            -moz-transition-duration: 0.8s;
            -o-transition-duration: 0.8s;
            transition-duration: 0.8s;
            -webkit-transition-property: -webkit-transform;
            -moz-transition-property: -moz-transform;
            -o-transition-property: -o-transform;
            transition-property: transform;
        }

        .wrap_module_service .item_service .wrap_item_ .content_service {
            margin-left: 10px;
        }

            .wrap_module_service .item_service .wrap_item_ .content_service p {
                font-weight: bold;
                margin-bottom: 0;
                font-size: 14px;
            }

            .wrap_module_service .item_service .wrap_item_ .content_service span {
                color: black;
                font-size: 12px;
            }

    .wrap_module_service .item_service:hover .wrap_item_ .image_service {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }

    .wrap_module_service .item_service:hover .wrap_item_ .content_service p {
        color: #405291;
    }

.headingDefault {
    margin: 0;
}

    .headingDefault .section-title-center {
        /* font-size: 24px; */
        /* color: #405291; */
    }

        .headingDefault .section-title-center b {
            display: none;
        }

        .headingDefault .section-title-center .section-title-main {
            margin: 0 auto;
            /* background: url(images/line1.png) center bottom no-repeat; */
            padding-bottom: 15px;
            color: #394482;
            font-size: 26px;
            position: relative;
        }
.headingDefault .section-title-center .section-title-main:before{
  content:"";
  background: linear-gradient(90deg, #455D9D 0%, #27235C 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 97px;
  height: 3px;
  margin: 0 auto;
  border-radius: 20px;
}
.tabProduct .nav .menuTabLinhvuc a {
    background: #e5e5e5;
    line-height: 1;
    color: #252525;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px 42px;
    display: block;
    font-weight: bold;
    background: linear-gradient(-35deg, #D9D9D9);
    padding: 16px 40px;
    transform: skew(35deg);
}
.tabProduct .nav .menuTabLinhvuc a span{
   display: inline-block;
   transform: skew(-35deg); /* skew ngÃ†Â°Ã¡Â»Â£c lÃ¡ÂºÂ¡i */
   color: #595959;
   white-space: nowrap;
   font-size: 16px;
}
.tabProduct .nav .menuTabLinhvuc.active a{
  background: linear-gradient(145deg, #394482);
}
.tabProduct .nav .menuTabLinhvuc.active a span{
     color: #ffffff;
}
.tabProduct .tabbed-content .tabs-title {
    justify-content: center;
    gap: 3px;
    margin-bottom: 15px;
    text-align: center;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 3px solid #D9D9D9;
}

.tabProduct .nav .menuTabLinhvuc .tab-link.current, .tabProduct .nav .menuTabLinhvuc .tab-link:hover {
    color: #fff;
    background-color: #5c76ad;
}



.tabProduct .menuTabLinhvuc.active a {
    color: #fff;
    background-color: #27225b;
}

.home-lv-owl.owl-carousel .owl-nav button span {
    text-indent: -999px;
    overflow: hidden;
    visibility: hidden;
    display: none;
}

.home-lv-owl.owl-carousel .owl-nav .owl-next {
    height: 44px;
    width: 44px;
    min-height: 44px;
    border: 2px solid #27225b;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 0;
    text-align: center;
    line-height: 44px;
    top: 40%;
    transform: translate(0, -50%);
    font-size: 20px;
    margin: 0;
    right: -50px;
    opacity: 0;
}

    .home-lv-owl.owl-carousel .owl-nav .owl-next:before {
        height: 36px;
        width: 36px;
        background-color: white;
        color: #27225b;
        display: inline-block;
        float: none;
        font-family: "FontAwesome";
        font-size: 22px;
        line-height: 28px;
        margin: 2px;
        vertical-align: top;
        border-radius: 50%;
        padding: 3px 14px;
        content: "\f105";
    }




.home-lv-owl.owl-carousel .owl-nav .owl-prev {
    height: 44px;
    width: 44px;
    min-height: 44px;
    border: 2px solid #000;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 0;
    text-align: center;
    line-height: 44px;
    top: 40%;
    transform: translate(0, -50%);
    font-size: 20px;
    margin: 0;
    left: -50px;
    opacity: 0;
}

    .home-lv-owl.owl-carousel .owl-nav .owl-prev:before {
        height: 36px;
        width: 36px;
        background-color: #000;
        color: #fff;
        display: inline-block;
        float: none;
        font-family: "FontAwesome";
        font-size: 22px;
        line-height: 28px;
        margin: 2px;
        vertical-align: top;
        border-radius: 50%;
        padding: 3px 14px;
        content: "\f104";
    }

.tabProduct .home-lv-owl .owl-nav.disabled, .tabProduct .home-lv-owl .owl-dots.disabled {
    display: block;
}

.home-lv-owl.owl-carousel:hover .owl-nav .owl-next {
    right: 0;
    opacity: 1;
    visibility: inherit;
}

.tabProduct .menuTabLinhvuc {
    margin: 0 !important;
    margin-bottom: 15px !important;
    padding: 0 15px;
}

.home-lv-owl.owl-carousel .owl-nav .owl-next:focus:before {
    background-color: #27225b;
    color: white;
}

.galleryPost {
}

.postItem {
    height: 100%;
    width: calc(50% - 15px);
    float: left;
    position: relative;
    margin-right: 15px;
}

.postItemThumb {
    width: 100%;
    height: 100%;
}

    .postItemThumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.postItemContent {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 10px;
    background: #00000096;
}

.postItemTitle {
}

    .postItemTitle a {
        margin: 5px 0;
        font-size: 16px;
        color: white;
        text-transform: uppercase;
        font-weight: bold;
    }

.postItemDesc {
    color: white;
    font-size: 13px;
}

.postItemDate {
    color: white;
    font-size: 13px;
    margin-bottom: 5px;
}

.galleryPostBox {
}

.postItem:not(:first-child) {
    width: calc(50% - 15px);
    height: auto;
    margin-bottom: 15px;
    margin-right: 0;
}

    .postItem:not(:first-child) .postItemThumb {
        max-width: 160px;
        height: 124px;
        overflow: hidden;
          -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    }

        .postItem:not(:first-child) .postItemThumb img {
            width: 100%;
            height: 100%;
        }

    .postItem:not(:first-child) .postItemContent {
        position: relative;
        width: auto;
        background: transparent;
    }

    .postItem:not(:first-child) .postItemTitle {
    }

        .postItem:not(:first-child) .postItemTitle a {
            color: #405291;
            font-size: 14px;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 1;
            display: -webkit-box;
            -webkit-box-orient: vertical;
        }

    .postItem:not(:first-child) .postItemDesc {
        font-size: 13px;
        color: #3a3737;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .postItem:not(:first-child) .postItemDate {
        color: black;
    }

.postItemP {
    position: relative;
    display: flex;
    align-items: center;
}

.postItem:last-child {
    margin-bottom: 0;
}
.header-language-dropdown a:before{display:none;}
.galleryPostBox  .postItem:first-child .postItemP{
    height:100%;
}
.widget_product_categories .widget-title {
    background-image: linear-gradient(to right, #3c71b7, #385ca0, #344889, #2e3572, #27225b);
    text-align: left;
    display: block;
    padding: 16px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
    text-transform: uppercase;
    border-radius: 5px 5px 0px 0px;
}
.widget_product_categories .is-divider {
    display: none;
}
.widget_product_categories .product-categories {
    background: white;
    border: 1px solid #ccc;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    padding: 15px;
}
.widget_product_categories .product-categories li a {
    width: 100%;
    border-bottom: 1px dashed #ced4da;
    color: black;
}
.asideprohot-box h4 {
    background: var(--s-3-p-5, linear-gradient(116deg, #002C8B 8.44%, #0760CD 66.38%));
    text-align: left;
    display: block;
    padding: 16px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
    text-transform: uppercase;
}
.widget .widget-title {
  
}
.custom-html-widget .asideProHot{margin: 0;background: white;border: 1px solid #ccc;border-top: 0;border-radius: 0 0 5px 5px;padding: 15px;}
.custom-html-widget .asideProHot .paProhot-item{
    margin-bottom: 10px;
}
.custom-html-widget .asideProHot .paProhot-item .paProhot-thumb{
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.custom-html-widget .asideProHot .paProhot-item .paProhot-content{
    
}
.custom-html-widget .asideProHot .paProhot-item .paProhot-title{
    
}
.custom-html-widget .asideProHot .paProhot-item .paProhot-title a{
    
}
.custom-html-widget .asideProHot .paProhot-item .paProhot-gr{
    
}
.custom-html-widget .asideProHot .paProhot-item .paProhot-gr .contact{
    
}
.custom-html-widget .asideProHot .paProhot-item:last-child{
    /* margin-bottom: 0; */
}
.product-container .product-info .lienhePro{
    background-image: linear-gradient(to right, #3c71b7, #385ca0, #344889, #2e3572, #27225b);
    height: 48px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    max-width: 200px;
    justify-content: center;
    outline: none;
    border: none;
}
.product-container  .product-info  .lienhePro span{
    color: white;
}
.flickity-prev-next-button svg, .flickity-prev-next-button .arrow {
    border-color: currentColor;
    fill: white;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.woocommerce-tabs .nav-center {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}


.menu-item-has-children > .sub-menu {
    /* border: none; */
    /* border-radius: 0; */
    padding: 0;
    background: #394482;
}

.menu-item-has-children > .sub-menu {
    /* display: block; */
}
.menu-item-has-children > .sub-menu >li {
    /* width: 100%; */
}
.menu-item-has-children > .sub-menu >li {list-style-type: disc;padding-right: 10px;}

.menu-item-has-children > .sub-menu >li > a {
    font-weight: 700;
    height: 37px;
    color: #fff;
    font-family: GoogleSansFlex_120pt;
}

.menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu {
    /* position: absolute; */
    /* left: 100%; */
    /* min-width: 200px; */
    /* background: white; */
    /* border-radius: 0; */
    /* top: 0; */
    /* display: none; */
}
.menu-item-has-children > .sub-menu >li:hover .sub-menu {
    display: block;
    /* -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, .15); */
    /* box-shadow: 1px 1px 15px rgba(0, 0, 0, .15); */
    transition: all 500ms;
}

.menu-item-has-children > .sub-menu >li {
    /* width: 100%; */
    border: unset;
    list-style-type: disc !important;
    padding-right: 10px;
    padding-bottom: 5px;
}

.menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu >li>a {
    font-size: 0.8em;
    color: black;
    text-transform: uppercase;
}
.menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu >li>a {
    font-size: unset;
    color: #fff;
    text-transform: unset;
    border: unset;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    height: 30px;
    padding-left: 15px;
}.tabProduct .home-lv-owl .owl-nav.disabled, .tabProduct .home-lv-owl .owl-dots.disabled {
    display: none!important;
}
.home-lv-owl.owl-carousel .owl-nav .owl-prev {
    height: 44px;
    width: 44px;
    min-height: 44px;
    border: 2px solid #27225b;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 0;
    text-align: center;
    line-height: 44px;
    top: 40%;
    transform: translate(0, -50%);
    font-size: 20px;
    margin: 0;
    right: -50px;
    opacity: 0;
}
.home-lv-owl.owl-carousel:hover .owl-nav .owl-prev {
    left: 0;
    opacity: 1;
    visibility: inherit;
}
/*Desktop*/
@media (min-width: 1366px) {
}

@media (min-width: 1200px) {
  .postItem {
 
    max-height: 402px;
}
    .nav-spacing-xlarge > li {
        margin: 0 0px;
    }

    .nav-box > li > a {
        padding: 0 30px;
        line-height: 2.5em;
    }
}

@media (max-width: 48em) {
    .postItemDesc {
        color: white;
        font-size: 13px;
        display: none;
    }
    .postItem {
        height: auto;
        width: 100%;
        float: left;
        position: relative;
        margin-right: 15px;
        margin-bottom: 15px;
        padding: 0 15px;
    }

        .postItem:not(:first-child) {
            width: 100%;
            height: auto;
            margin-bottom: 15px;
            margin-right: 0;
        }
            .postItem:not(:first-child) .postItemThumb {
                max-width: 160px;
                height: 124px;
                min-width: 160px;
                overflow: hidden;
            }

    #top-bar {
        display: none;
    }

    .blog-item {
        margin-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
    }

        .blog-item .blog-item-thumbnail {
            width: 100%;
            max-width: 100%;
            height: 300px;
            overflow: hidden;
            border-bottom: 3px solid #c9942a;
            position: relative;
              -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
        }
}
#masthead .flex-right{position: relative;}
#masthead .flex-right:before {
  display: block;
  position: absolute;
  top: 0;
  z-index: 10;
  transition: all .4s ease-in-out;
  transition-duration: .15s;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  -webkit-clip-path: polygon(53.67% 50.625%, 53.67% 50.625%, 56.404% 42.241%, 59.961% 34.351%, 64.191% 27.046%, 68.943% 20.419%, 74.067% 14.561%, 79.412% 9.563%, 84.828% 5.516%, 90.165% 2.513%, 95.273% .643%, 100% 0, 100% 100%, 0 100%, 0 100%, 10.003% 99.424%, 18.574% 97.806%, 25.863% 95.174%, 32.021% 91.554%, 37.2% 86.974%, 41.549% 81.461%, 45.22% 75.042%, 48.364% 67.745%, 51.13% 59.597%, 53.67% 50.625%);
  left: -109px;
  clip-path: polygon(53.67% 50.625%,53.67% 50.625%,56.404% 42.241%,59.961% 34.351%,64.191% 27.046%,68.943% 20.419%,74.067% 14.561%,79.412% 9.563%,84.828% 5.516%,90.165% 2.513%,95.273% .643%,100% 0,100% 100%,0 100%,0 100%,10.003% 99.424%,18.574% 97.806%,25.863% 95.174%,32.021% 91.554%,37.2% 86.974%,41.549% 81.461%,45.22% 75.042%,48.364% 67.745%,51.13% 59.597%,53.67% 50.625%);
  width: 110px;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: #394482;
  }
#masthead .flex-right:after{
  display: block;
        position: absolute;
        top: 0;
        z-index: 10;
        transition: all .4s ease-in-out;
        transition-duration: .15s;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        width: 100%;
        height: 100%;
        pointer-events: none;
        content: "";
  --tw-bg-opacity: 1;
        background-color: #394482;
  left: 0;
        width: 100vw;
}
.header-nav-main{
}
.header-nav-main>li.menu-item{
}
.header-nav-main>li.menu-item>a{
  font-family: GoogleSansFlex_120pt;
  font-weight: 700;
  font-size: 16px;
  color:#ffffff;
  position: relative;
  z-index: 99;
  padding: 36px 20px;
}
.hotline-hd{background: url(images/hotlinehd.png) 0px center no-repeat;position: relative;z-index: 99;padding-left: 50px;padding-bottom: 3px;padding-top: 3px;}
.hotline-hd a{
  font-family: GoogleSansFlex_120pt;
  font-weight: 700;
  font-size: 9.97px;
  color:#ffffff;
  display: inline-block;
}
.hotline-hd span{
  font-size: 14px;
  display: block;
}
.header-search.header-search-dropdown{margin-left: 25px;}
.header-search.header-search-dropdown a{position: relative;z-index: 99;padding: 35px 0;}
.header-search.header-search-dropdown .icon-search{
  color:#fff;
}
.img-gt img{border-radius: 27px;}
.h2-title-vct{margin-bottom: 0;}
.h2-title-vct h2{border: unset;position: relative;margin-bottom: 0;}
.h2-title-vct h2:before{
  content:"";
  position: absolute;
  background: #D9D9D9;
  width: 100%;
  height: 1px;
  bottom: 10px;
}
.h2-title-vct h2:after{
  content:"";
  position: absolute;
  right: 0;
  bottom: 14px;
  background: url(images/cheo.png) no-repeat;
  width: 59px;
  height: 27px;
}
.h2-title-vct h2 span{
 font-family: GoogleSansFlex_120pt;
 font-weight: 700;
 font-size: 24.3px;
 color: #595959;
 border: unset;
 padding: 0;
 background: #fff;
 position: relative;
 margin: 0;
 padding-right: 12px;
}
.h3-title-vct{margin-bottom: 0;}
.h3-title-vct h3{border: unset;}
.h3-title-vct h3 span{font-weight: 700;font-size: 25.14px;color: #394482;border: unset;margin: 0;padding: 0;}
.text-gt{
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #595959;

}
.text-gt p{margin-bottom: 15px;}
.text-gt strong{
  font-weight: 600;
}
.but-xemthem{font-weight: 700;font-size: 13px;text-align: center;color: #394482;background-color: transparent !important;border: 1px solid;border-radius: 22px;padding: 2px 20px;padding-right: 35px;}
.but-xemthem:before{
  content:"";
  position: absolute;
  right: 8px;
  top: 10px;
  background: url(images/rightxt.png) no-repeat;
  width: 10px;
  height: 14px;
}
.but-xemthem span{
}
.h2-title-conso{margin-bottom: 0;}
.h2-title-conso h2{border: unset;text-align: center;margin-bottom: 0;}
.h2-title-conso h2 span{font-weight: 700;font-size: 25.14px;color: #394482;margin: 0 auto;border: unset;padding-bottom: 0;}
.sec-conso{
}
.sec-conso:before{
  content:"";
  position: absolute;
  left: 0;
  right: 0;
  top: -13px;
  background: url(images/lineso.png) no-repeat;
  max-width: 657px;
  height: 14px;
  margin: 0 auto;
}
.icon-sonso{align-items: center;}
.icon-sonso .icon-box-text{
}
.icon-sonso .icon-box-text h3{font-weight: 700;font-size: 32px;color:#ffffff;margin-bottom: 0;line-height: 37px;}
.icon-sonso .icon-box-text p{
font-weight: 700;
font-size: 14px;
color:#fff;
}
.item-project{position: relative;}
.item-project .img-pro{height: 337px;position: relative;}
.item-project .img-pro img{position: absolute;/* left: 0; *//* top: 0; */width: 100%;height: 100%;object-fit: contain;border-radius: 17px;}
.item-project .text-pro{position: absolute;bottom: 18px;background: hsl(0deg 0% 0% / 67%);width: 90%;margin: 0 auto;left: 0;right: 0;border-radius: 11px;padding: 10px;color: #ffffff;}
.item-project .text-pro h3{
}
.item-project .text-pro h3 a{font-weight: 700;font-size: 20px;color: #ffffff;}
.item-project .text-pro .xt-pro{position: absolute;right: 0;bottom: 16px;color: #fff;font-size: 12px;border-radius: 17px;border: 1px solid #fff;padding: 5px 10px;padding-right: 30px;background: url(images/rightxttrang.png) 76px 9px no-repeat;}
.row-doitac .flickity-page-dots{bottom: -20px;}
.h2-title-tintuc{margin-bottom: 0;}
.h2-title-tintuc h2{border: unset;margin-bottom: 0;}
.h2-title-tintuc h2 span{font-weight: 700;font-size: 25.14px;color: #394482;border: unset;margin: 0;padding: 0;}
.h2-title-tintuc h2 a{
  font-size: 15px;
  color: #394482;
  border: 1px solid #394482;
  border-radius: 20px;
  padding: 8px 16px;
  background: url(images/rightxt.png) 104px center no-repeat;
  padding-right: 30px;
}
.h2-title-tintuc h2 a i{display: none;}
.text-decs-tt{
}
.text-decs-tt p{
font-weight: 400;
font-size: 14px;
color: #595959;
}
.home-new{
}
.home-new .box-blog-post{box-shadow: 3px 7px 9px 0px #0000001A;background: #fff;border-radius: 10px;overflow: hidden;margin-bottom: 10px;}
.home-new .box-blog-post .box-text{padding: 15px;}
.home-new .box-blog-post .box-text h5.post-title{font-size: 14px;color: #394482;font-weight: 700;}
.home-new .box-blog-post .box-text .is-divider{display: none;}
.home-new .box-blog-post .box-text button{font-size: 14px;font-weight: 400;color: #394482;border: unset;text-transform: unset;font-family: GoogleSansFlex_120pt;background: url(images/muiten.png) 0 center no-repeat;padding-left: 45px;}
.sec-chungnhan{
}
.sec-chungnhan:before{
  content:"";
  left: 0;
  position: absolute;
  top: 0;
  background: url(images/cnleft.png) no-repeat;
  width: 583px;
  height: 784px;
  background-size: 298px 398px;
}
.sec-chungnhan:after{
  content:"";
  content: "";
  right: -200px;
  position: absolute;
  top: 26%;
  background: url(images/cnright.png) no-repeat;
  width: 449px;
  height: 784px;
  background-size: 225px 398px;
}
.gala-doitac{
}
.gala-doitac .box-image{
  border: 0.91px solid #E7E7E7;
  border-radius: 15px;
}
.icon-company{
}
.icon-company img{filter: brightness(0) invert(1);-webkit-filter: brightness(0) invert(1);}
.icon-company h3{
font-weight: 700;
font-size: 16px;
color: #FFFFFF;
}
.icon-footer{align-items: center;}
.icon-footer .icon-box-img{width: 15px !important;}
.icon-footer .icon-box-img img{padding-top: 0;}
.icon-footer .icon-box-text{
}
.icon-footer .icon-box-text p{
font-weight: 400;
font-size: 14px;
color: #FFFFFF;
}
.title-ft{margin-top: 30px;}
.title-ft h3{
font-weight: 700;
font-size: 16px;
color: #FFFFFF;
}
.menu-footer{
}
.menu-footer .menu-item{
}
.menu-footer .menu-item a{font-weight: 400;font-size: 14px;color: #FFFFFF;position: relative;padding-left: 15px;}
.menu-footer .menu-item a:before{
  content:"";
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  top: 43%;
}
.menu-footer .menu-item a span{
}
.form-dkibao-gia {
  position: relative;
}

.form-dkibao-gia input.wpcf7-text {
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.92px;
  text-align: left;
  color: #909090;
  margin-bottom: 0;
}

.form-dkibao-gia .wpcf7-submit {
  font-size: 0 !important;
  background: url(images/send.png) no-repeat;
  color: #000000;
  font-size: 14px;
  /* background-color: #fff; */
  width: 27px;
  height: 23px;
  position: absolute;
  right: 10px;
  top: 8px;
  background-color: transparent !important;
}
.form-dkibao-gia .wpcf7-spinner{
  display:none;
}
.header-wrapper.stuck .header-nav-main>li.menu-item>a{padding: 26px 20px;}
.header-wrapper.stuck .header-search.header-search-dropdown a {
   padding: 24px 0;
}
.menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu >li>a:before{
  content:"";
  position: absolute;
  left: 0;
  top: 16px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
}
.h1-title{
}
.h1-title h1{
              font-size: 2.91667rem;
              font-weight: 700;
              text-transform: uppercase;
}
.class-breadcrumb{position: relative;padding-top: 7px;}
.class-breadcrumb:before{
  --tw-bg-opacity: 0.5;
        -webkit-transition-duration: .15s;
        -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
        -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        -webkit-transition: all .4s ease-in-out;
        display: block;
        position: absolute;
        top: 0;
        left: -200%;
        z-index: 10;
        transition: all .4s ease-in-out;
        transition-duration: .15s;
        transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
        width: 8000px;
        height: 1px;
        pointer-events: none;
        content: "";
}
.menu-fix{display: flex;flex-direction: row;justify-content: center;}
.menu-fix .menu-item{
    /* float: left; */
    margin: 0 20px !important;
}
.menu-fix .menu-item a{font-size: 18px;min-height: unset;}
.sec-fix{position: sticky;top: 70px;z-index: 999999;background: #fff;z-index: 9;}
.text-tamnhin{padding: 15px;height: 350px;}
.text-tamnhin h3{font-size: 22px;}
.text-tamnhin ul{
}
.text-tamnhin ul li{
}
.text-hoso{margin-top: 24px;}
.text-hoso a{color: #394482;border: 2px solid #394482;border-radius: 18px;padding: 10px 20px;}
.text-hoso a:hover{
  color:#ffffff;
      background: #394482;
}
.text-hoso i{
}
.h2-title-nl{
}
.h2-title-nl h2{color: #394482;font-size: 28px;text-transform: uppercase;}
.text-cs{
}
.text-cs h3{font-size: 18px;color: #000;margin-bottom: 0;}
.text-cs h4{font-size: 54px;color: #394482;margin-bottom: 0;}
.text-cs p{font-size: 18px;}
.text-dc{
}
.text-dc ul{
}
.text-dc ul li{list-style-type: none;margin-left: 0;}
.text-dc ul li i{color: #394482;padding-right: 10px;}
.contact-us {
    background: -webkit-linear-gradient(top, #eaf0f8, rgba(234, 240, 248, 0));
    background: linear-gradient(180deg, #eaf0f8, rgba(234, 240, 248, 0));
}
.col5-info{
}
.col5-info .col-inner{
  background: #394482;
  padding: 15px;
  border-radius: 0px 0px 20px 20px;
}
.contact-us .ModuleContent {
  padding-top: 2.08333rem;
        font-size: 7.8125rem;
        line-height: .8;
    -webkit-background-clip: text;
    background-image: -webkit-linear-gradient(top, rgba(0, 91, 170, .15) -57.61%, rgba(0, 91, 170, .1) 34.03%, rgba(0, 91, 170, 0) 123.21%);
    background-image: linear-gradient(180deg, rgba(0, 91, 170, .15) -57.61%, rgba(0, 91, 170, .1) 34.03%, rgba(0, 91, 170, 0) 123.21%);
    width: 100vw;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    font-size: clamp(48px, 2.91667rem, 56px);
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}
.text-thongtin{margin-top: -20px;}
.text-thongtin h2{color: #394482;font-size: 32px;}
.form-signup input{border-radius: 21px;}
.form-signup textarea{border-radius: 21px;}
.top-banner {
    position: relative;
}
.top-banner a:after {
    -webkit-transform: translateX(-50%);
    -webkit-transition-duration: .15s;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: all .4s ease-in-out;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    transition: all .4s ease-in-out;
    transition-duration: .15s;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, .4) 91.54%);
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .4) 91.54%);
    width: 100%;
    height: 100%;
    max-height: 17.1875rem;
    pointer-events: none;
    content: "";
}
.global-breadcrumb{
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -webkit-justify-content: center;
          -webkit-transform: translateX(-50%);
          position: absolute;
          bottom: 0;
          left: 50%;
          justify-content: center;
          align-items: center;
          transform: translateX(-50%);
          z-index: 50;
          border-color: transparent;
          width: 100%;
          color: #fff;
}
.sec-breadcrumb{position: relative;}
.global-breadcrumb h1{color: #fff;font-size: 2.91667rem;margin-bottom: 0;}
.global-breadcrumb .breadcrumb{
  position: relative;
  font-size: 18px;
  padding-bottom: 10px;
  padding-top: 5px;
}
.global-breadcrumb .breadcrumb a{color: #fff;}
.global-breadcrumb .breadcrumb:after {
        --tw-bg-opacity: 0.5;
        -webkit-transition-duration: .15s;
        -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
        -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        -webkit-transition: all .4s ease-in-out;
        display: block;
        position: absolute;
        top: 0;
        left: -200%;
        z-index: 10;
        transition: all .4s ease-in-out;
        transition-duration: .15s;
        transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
        width: 8000px;
        height: 1px;
        pointer-events: none;
        content: "";
    }
.category-news-wrapper{background: #eaf0f8;padding: 40px 0;}
.news-item{border-radius: 1.25rem;overflow: hidden;--tw-bg-opacity: 1;background-color: #ffffff;/* height: 100%; */margin-bottom: 28px;}
.news-item .img{
  
}
.news-item .img a{
  display: block;
    position: relative;
    padding-top: 100%;
    height: 0;
    overflow: hidden;
  padding-top: 62.5%;
}
.news-item .img img{
      position: absolute;
    top: 0;
    left: 0;
      width: 100%;
    height: 100%;
    object-fit: cover;
      -webkit-transform: scale(1);
    transform: scale(1);
  -webkit-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
}
.news-item .img:hover img {
    -webkit-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0);
}
.news-item .txt-news{padding: 10px 20px;}
.news-item .txt-news time{
  display: inline-block;
    color: #818181;
    font-weight: 500;
    font-size: clamp(12px, .72917rem, 14px);
    line-height: 1;
}
.news-item .txt-news h3{line-height: 22px;}
.news-item .txt-news h3 a{color: #000;font-size: 18px;}
.news-item.three .txt-news h3 a{
  font-size: 16px;
}
h3.relate-post{
  color: #394482;
  font-size: 20px;
  border-bottom: 1px solid #394482;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.stick-wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
    right: 0;
    z-index: 1;
}
.tablet-block {
        display: block;
    }
.side-news {
  align-items: flex-start !important;
  transition: all .4s ease-in-out;
  transition-duration: .15s;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-justify-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #efefef;
  margin-bottom: 10px;
  }
.side-news .img-slide {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    overflow: hidden;
    width: 100px;
    max-width: 100px;
}
    .side-news .img-slide a {
        width: 9.63542rem;
        min-width: 9.63542rem;
        max-width: 9.63542rem;
        height: 6.04167rem;
    }
.side-news .img-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
    .side-news .txt {
        padding-top: .20833rem;
        padding-left: 1.04167rem;
    }
 .side-news time {
    display: inline-block;
    color: #818181;
    font-weight: 500;
    font-size: clamp(12px, .72917rem, 14px);
    line-height: 1;
}
.side-news .headline{
}
    .side-news .headline a {
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        overflow: hidden;
        color: #000;
        font-size: 14px;
    }
.postby{
}
.postby time{position: relative;background: #ffff;z-index: 99;padding-right: 10px;}
.postby:after {
    --tw-bg-opacity: 1;
    -webkit-transform: translateY(-50%);
    -webkit-transition-duration: .15s;
    -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: all .4s ease-in-out;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 10;
    transition: all .4s ease-in-out;
    transition-duration: .15s;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    background-color: #0058bb;
    width: 100%;
    height: 1px;
    pointer-events: none;
    content: "";
    opacity: 0.5;
}
.blog-single{
      padding-bottom: 30px !important;
}
.contact-no-price{
}
.contact-no-price span{color: red;font-weight: 700;font-size: 20px;}
.form-detail-product{
}
.form-detail-product h3{margin-bottom: 0;color: #394482;}
.form-detail-product h3 input{color: #394482;border: unset;box-shadow: unset;text-transform: uppercase;padding: 0;margin-bottom: 0;cursor: not-allowed;/* -webkit-appearance: none; *//* appearance: none; */pointer-events: none;}
.form-detail-product .ModuleContent{font-size: 14px;margin-bottom: 15px;}
.form-detail-product input{border-radius: 21px;}
.form-detail-product textarea{border-radius: 21px;}
.form-detail-product .wpcf7-spinner{
  display:none;
}
.related-product{
  background-color: #eaf0f8;
  padding: 30px 0;
}
.page-wrap{padding: 30px 0;}
.catalouge-item{
}
.catalouge-item .img{
      padding: .83333rem;
  --tw-bg-opacity: 1;
    background-color: #f6f6f6;
      -webkit-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
    overflow: hidden;
}
.catalouge-item .img .img-ratio {
    display: block;
    position: relative;
    padding-top: 100%;
    height: 0;
    overflow: hidden;
  padding-top: 140.3448275862069%;
}
.catalouge-item .img .img-ratio img{
  position: absolute;
    top: 0;
    left: 0;
      width: 100%;
    height: 100%;
    object-fit: cover;
  -webkit-transform: scale(1);
    transform: scale(1);
  -webkit-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
}
.catalouge-item .img:hover img {
    -webkit-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0);
}
.catalouge-item .pt-5 {
    padding-top: 1.04167rem;
}
.catalouge-item .txt h3{line-height: 23px;}
.catalouge-item .txt h3 a{color: #000;line-height: 20px;}
.catalouge-item .txt .btn-wrap{justify-content: flex-end;display: flex;}
.catalouge-item .txt .btn-wrap a{color: #394482;font-size: 17px;}
.catalouge-item .txt .btn-wrap a i{border: 1px solid #394482;border-radius: 50%;padding: 10px;}
.sharaholder-us-down1{margin-top: 15px;}
.sharaholder-us-down1 a{
  cursor: pointer;
  width: 140px;
  font-size: 24px;
  border: 1px solid #394482;
  line-height: 40px;
  text-align: center;
  color: #394482;
  border-radius: 6px;
  height: 40px;
  display: block;
}
.project-file{
      display: block;
      font-size: 20px;
      font-weight: 400;
      text-transform: uppercase;
      word-spacing: 2px;
      letter-spacing: 1px;
      color: #0a91cf;
      background: #f2f2f2;
      padding: 5px 15px 5px 15px;
}
.entry-content1 ul{margin-left: 25px;}
.tabProduct .paProhot-item{
  margin-bottom: 0;
}
.form-signup .form-group{
      margin-bottom: 0;
}
.article-content ul{
  margin-left: 25px;
}
@media(max-width:549px){
  #masthead .flex-right:before{
    display:none;
  }
  #masthead .flex-right:after{
    display:none;
  }
  .header-search.header-search-dropdown .is-small>.icon-search {
    color: #394482;
}
  .nav-vertical li li.menu-item-has-children > a {
    color: #fff;
    padding-left: 10px !important;
  }
  .h2-title-vct h2 span{
        font-size: 20px;
  }
  .h3-title-vct h3 span{
    font-size: 20px;
    line-height: 28px;
  }
  .h2-title-conso h2 span{
     font-size: 20px;
  }
  .sec-conso:before{
    background-size: 100% 14px;
  }
  .icon-sonso .icon-box-text h3{
    font-size: 25px;
  }
  .paProhot-thumb{
    height: 257px;
  }
  .headingDefault .section-title-center .section-title-main {
    font-size: 22px;
  }
  .h2-title-tintuc h2 span{
    font-size: 20px;
  }
  .title-ft {
    margin-top: 0;
}
  .h1-title h1 {
    font-size: 25px;
  }
  .menu-fix{
        flex-direction: column;
  }
  .form-signup input{
        margin-bottom: 0;
  }
  .form-signup .col{
            padding-bottom: 15px;
  }
  .h2-title-nl h2{
    font-size: 22px;
  }
  .global-breadcrumb h1{
    font-size: 22px;
  }
}