/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/*YoastSeo*/
.menu-vertical{
    background: transparent;
    font-weight: 400;
    text-decoration: none;
    border-color: #012060;
    font-weight: 700;

    font-size: 14.5px;
    color: #012060;
    text-transform: uppercase;
}
    .bg-overlay {
        background-color: rgba(0, 0, 0, .3);
        bottom: 0;
        display: block;
        height: 100%;
        left: 0;
        opacity: 0;
        position: fixed;
        right: 0;
        top: 7.5rem;
        transition: visibility .3s, opacity .3s ease-in-out;
        visibility: hidden;
        width: 100%;
        z-index: 10;
    }
    
    .bg-overlay.active {
        opacity: 1;
        background-color: rgba(0, 0, 0, .7);
        visibility: visible
    }
      .menuVertiCol{
            display: block;
            background: white;
            max-width: 300px;
            border-radius: 10px;
    }
    .menuVertiContent{
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1207px;
    position: absolute;
    top: 142px;
    width: 100%;
    z-index: 9;
    display: none;
    }
    .menuVertiContent.active{
        display: block;
    }
    .menuVertiContent  .megaMenuAside {/* top: -3px!important; */}
.menuVertiCol h2{
        color: #012060;
    display: block;
    padding: 15px 15px 15px 43px;
    font-size: 15px;
    font-weight: 700;
    overflow: hidden;
    padding-right: 0;
    position: relative;
    margin: 0;
    background: url(images/iMenu.png) no-repeat;
    background-position-x: 11px;
    border-bottom: 1px solid #ddd;
    background-position-y: 13px;
}
  
td, th {

    font-size: 15PX;

}
.widget > ul > li li > a, ul.menu > li li > a {
    padding: 7px 0;
}
.widget ul li a:hover {
    color: #012060;
    font-weight: bold;
}
@font-face {
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src: url("fonts/fa-light-300.woff2") format("woff2"), url("fonts/fa-light-300.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("fonts/fa-solid-900.woff2") format("woff2"), url("fonts/fa-solid-900.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("fonts/fa-brands-400.woff2") format("woff2");
    font-display: swap;
}

.breabCol {
}

    .breabCol a {
        color: black;
    }

    .breabCol span {
        font-size: .95em;
        color: black;
    }

    .breabCol .breadcrumb_last {
        font-weight: bold;
    }

.pageBreamBox {
}

    .pageBreamBox .breabCol {
        height: 45px;
        display: flex;
        align-items: center;
    }
/*YoastSeo*/
blockquote, dl, figure, form, ol, p, pre, ul {
}

body {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    color: #333;
}

.container,
.container-width,
.full-width .ubermenu-nav,
.row {
    /*max-width: 1170px;*/
}

.topText1 {
    font-size: 1em;
    font-weight: 600;
}

.header-main .nav > li > a:hover{
        background: transparent;
       
        font-weight: 400;
        text-decoration: none;
        border-color: #012060;
        font-weight: 700;
        border-bottom: 1px solid #012060;

}
.topText2 {
    display: flex;
    gap: 20px;
    list-style: none;
}

    .topText2 li {
        align-items: center;
        display: flex;
        margin: 0;
        font-size: 1em;
    }

        .topText2 li strong {
            margin-right: 5px;
        }

        .topText2 li:nth-child(1) {
            background: url(images/iTop1.png) left 1px no-repeat;
            padding-left: 18px;
            background-size: 13px;
        }

        .topText2 li:nth-child(2) {
            background: url(images/iTop2.png) left center no-repeat;
            padding-left: 18px;
            background-size: 13px;
        }

.cart-item {
    border: 1px solid #CDCDCD;
    padding: 0 12px !important;
    border-radius: 7px;
}

    .cart-item .header-cart-link {
    }

        .cart-item .header-cart-link .header-cart-title {
            order: 2;
            text-transform: none;
            color: #5F5D5B;
        }

        .cart-item .header-cart-link .icon-shopping-cart {
            margin-left: 0;
            margin-right: 7px;
        }

.ftInfo {
}

    .ftInfo h4 {
        margin: 0 0 20px;
    }

    .ftInfo ul {
        list-style: none;
        margin: 0;
    }

        .ftInfo ul li {
            margin-left: 0;
            font-size: .95em;
        }

            .ftInfo ul li strong {
            }

            .ftInfo ul li:nth-child(1) {
                background: url(images/iTop1.png) left 1px no-repeat;
                padding-left: 21px;
                background-size: 14px;
            }

            .ftInfo ul li:nth-child(2) {
                background: url(images/iTop2.png) left 5px no-repeat;
                padding-left: 21px;
                background-size: 14px;
            }

.ftList h4 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 12px;
}

    .ftList h4::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 45px;
        height: 4px;
        border-radius: 4px;
        background: white;
    }

.ftList ul {
    list-style: none;
    margin: 0;
}

    .ftList ul li {
        margin-left: 0;
        transition: all 500ms;
    }

        .ftList ul li a {
            font-size: .95em;
        }

        .ftList ul li:hover {
            transform: translate(5px,0px);
        }

.ftMap {
}

    .ftMap iframe {
        border-radius: 10px;
    }

.ftSocial {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

    .ftSocial ul {
        margin: 0;
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .ftSocial ul li {
            list-style: none;
            margin: 0;
        }

            .ftSocial ul li a {
                width: 35px;
                height: 35px;
                display: block;
            }

            .ftSocial ul li:nth-child(1) a {
                background: url(images/so1.png) center center no-repeat;
                background-size: 35px;
            }

            .ftSocial ul li:nth-child(2) a {
                background: url(images/so2.png) center center no-repeat;
                background-size: 35px;
            }

            .ftSocial ul li:nth-child(3) a {
                background: url(images/so3.png) center center no-repeat;
                background-size: 35px;
            }

            .ftSocial ul li:nth-child(4) a {
                background: url(images/so4.png) center center no-repeat;
                background-size: 35px;
            }

    .ftSocial:before {
        content: "";
        width: 100%;
        background: #D9D9D9;
        height: 1px;
    }

    .ftSocial:after {
        content: "";
        width: 100%;
        background: #D9D9D9;
        height: 1px;
    }

.contact-form-wrap .col-inner {
    border-top: 1px solid #e0e0e0;
    background-color: #fff;
    box-shadow: 0 20px 20px rgba(0,0,0,.075);
    padding: 30px 30px 1px;
    border-radius: 30px;
    margin-bottom: 15px;
}

.imgContactPage img {
    width: auto;
    margin: 0 auto;
    display: block;
}

.contact-form-wrap .form-header {
    text-transform: uppercase;
    color: #808000;
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 15px;
}

.contact-form label {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

.contact-form-wrap .col-inner {
    border-top: none;
    background-color: #fff;
    box-shadow: 0 20px 20px rgba(0,0,0,.075);
    padding: 30px 30px 1px;
    border-radius: 30px;
    margin-bottom: 15px;
}

.imgContactPage img {
    width: auto;
    margin: 0 auto;
    display: block;
}

.contact-form .wpcf7-form-control-wrap {
}

    .contact-form .wpcf7-form-control-wrap .wpcf7-form-control {
        box-shadow: none;
        border-radius: 6px;
        font-size: .95em;
    }

    .contact-form .wpcf7-form-control-wrap .wpcf7-textarea {
    }

.contact-form .wpcf7-submit {
    border-radius: 6px;
}

.wpcf7-response-output {
    margin: 10px 0 0 !important;
}

.contact-form-wrap .form-header {
    text-transform: uppercase;
    color: #808000;
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 15px;
}

.ctInfo {
}

    .ctInfo h4 {
        color: #012060;
    }

.pagePostHeading {
}

    .pagePostHeading h1 {
        display: none;
    }

.pPagePostList {
}

.pPageItem {
}

.pPageItemThumb {
    position: relative;
    border-radius: 1rem !important;
    overflow: hidden !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.pPageItemCover {
    padding-top: 56.25%;
    position: relative;
}

    .pPageItemCover img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.pPageItemContent {
    padding: 10px 10px;
}

.pPageItemTitle {
    margin-bottom: 8px;
}

    .pPageItemTitle a {
        font-weight: bold;
        color: black;
        font-size: .95em;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        /* text-align: justify; */
        line-height: normal;
        height: 38px;
        text-align: center;
    }

.pPageItemDescription {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: black;
    margin-bottom: 10px;
    font-size: .9em;
    text-align: center;
}

.pPageItem:hover .pPageItemCover img {
}

.pPageItem:hover .pPageItemTitle a {
    color: #012060;
}

.pPagePostList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.postPage {
    padding: 30px 0;
}

.widget {
    border-radius: 5px;
    overflow: hidden;
}

    .widget .widget-title {
        background: #012060;
        color: white;
        display: block;
        padding: 15px 20px;
    }

        .widget .widget-title span {
        }

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

    .widget ul {
        width: 100%;
        border: 1px solid #f2f2f2;
        padding: 10px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        background: white;
    }

        .widget ul li {
            border: none !important;
        }

            .widget ul li a {
                border-bottom: 1px dashed #cecaca !important;
                display: block;
                line-height: 1.2;
                padding: 10px 24px 10px 5px;
                position: relative;
                margin-bottom: 0;
                color: black;
                font-size: .95em;
            }

            .widget ul li:last-child a {
                border-bottom: none !important;
            }

.postAsideList {
    width: 100%;
    border: 1px solid #f2f2f2;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: white;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}

.postAsideHomeItem {
    display: flex;
    gap: 10px;
    align-items: center;
}

.postAsideHomeItemThumb {
    height: 60px;
    min-width: 60px;
    max-width: 60px;
    border-radius: 1rem !important;
    overflow: hidden;
    position: relative;
}

    .postAsideHomeItemThumb img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.postAsideHomeItemContent {
}

.postAsideHomeItemTitle {
}

    .postAsideHomeItemTitle a {
        color: black;
        font-size: .9em;
        font-style: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        font-weight: 500;
    }

.postAsideHomeItemDesc {
    display: none;
}

.postAsideHomeItem:hover .postAsideHomeItemTitle a {
    color: #0b3b3b;
}

.pagePostDetails {
    padding: 30px 0;
}

.signPostHeading {
}

    .signPostHeading h1 {
        margin-bottom: 5px;
        color: #012060;
        position: relative;
          padding-bottom: 10px;
    }
.signPostHeading h1:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 4px;
       background: #012060;
}
.signProjBoxHeading h1:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 4px;
       background: #012060;
}
.signProTtitle{    margin-bottom: 5px;
        color: #012060;
        position: relative;
          padding-bottom: 10px;    MARGIN: 0;}
.signProTtitle h1:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 4px;
       background: #012060;
}
  .signPostBoxContent h2 {
        margin-bottom: 5px;
        position: relative;
          padding-bottom: 10px;
    }
.signPostBoxContent h2:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 4px;
    border-radius: 4px;
       background: #012060;
}
.signPostDate {
    color: #666;
    font-size: .9em;
    margin-bottom: 10px;
}

.signPostBoxContent {
}



.widget > ul > li ul, ul.menu > li ul {
    border: none;
    margin: 0;
}

.postRelate {
}

.postRelateThumb {
}

.home-project-slider .owl-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    left: -20px;
    top: calc(50% - 40px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    text-indent: -9999px;
    margin: 0;
}

    .home-project-slider .owl-prev:before {
        content: "";
        position: absolute;
        width: 40px;
        height: 40px;
        background: #fbfbfb66;
        transition: 0.4s all;
        transform: rotate(0);
        border-radius: 50%;
    }

    .home-project-slider .owl-prev:after {
        content: "";
        position: absolute;
        background: url(images/arrow-left.png) center no-repeat;
        background-size: 15px;
        width: 25px;
        height: 12px;
    }

.home-project-slider .owl-next {
    position: absolute;
    width: 40px;
    height: 40px;
    right: -20px;
    top: calc(50% - 40px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    text-indent: -9999px;
    margin: 0;
}

    .home-project-slider .owl-next:before {
        content: "";
        position: absolute;
        width: 40px;
        height: 40px;
        background: #fbfbfb66;
        transition: 0.4s all;
        transform: rotate(0);
        border-radius: 50%;
    }

    .home-project-slider .owl-next:after {
        content: "";
        position: absolute;
        background: url(images/arrow-right.png) center no-repeat;
        background-size: 16px;
        transform: rotate(180deg);
        width: 25px;
        height: 12px;
    }

    .home-project-slider .owl-prev:hover:before,
    .home-project-slider .owl-next:hover:before {
        transition: 0.4s all;
        transform: rotate(45deg);
    }

.home-project-slider-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .home-project-slider-info p {
        margin-bottom: 0;
        color: #fff;
        padding: 0 25px;
        font-weight: 700;
        text-transform: uppercase;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 22px;
        max-width: 75%;
    }

.owl-item:hover .home-project-slider-info {
    background: #000;
    transition: 0.4s all;
}

    .owl-item:hover .home-project-slider-info .btn-1 {
        background: #231f20;
        transition: 0.4s all;
    }

.signPostBoxContent img {
    max-width: 100%;
}

.signPostBoxContent input {
    max-width: 100%;
}
/* signPostBoxContent*/
.signPostBoxContent {
    font-size: 15px;
    color: #333;
}

    .signPostBoxContent h2 {
        margin: 30px 0;
        color: #012060;
        font-size: 21px;
    }

    .signPostBoxContent h3 {
        margin: 25px 0;
        color: #333;
        font-size: 18px;
    }

    .signPostBoxContent ul {
        padding-left: 30px;
    }
/* signPostBoxContent*/
.proPageK {
    padding: 30px 0;
}

.signProPage {
    padding: 30px 0;
}

.proPageList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.proHomeItem {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}
.widget .toggle {
    margin: 0 0 0 5px;
    min-height: 1em;
    width: 1em;
    display: none;
}
 ul.children, .active > ul.sub-menu:not(.nav-dropdown) {
    display: block !important;
}
.signRelateHeading h3{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 12px;}
.signRelateHeading h3:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 4px;
    border-radius: 4px;
    background: #012060;
}
.pageBreamBox {
    margin-bottom: 20px;
}
.signProjBoxHeading h1{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.signProjBoxHeading h1:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 4px;
    background: #012060;}
h1.section-title-normal {
    border-bottom: 2px solid #012060;
}

.widget ul li a:hover{color: #012060;}
.proHomeItemThumb {
    padding-top: 100%;
    overflow: hidden;
    position: relative;
      margin-bottom: 10px;
}

    .proHomeItemThumb img {
        max-width: 100%;
        transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
        position: absolute;
        object-fit: cover;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

.proHomeItemContent {
}

.proHomeItemTitle {
    padding-top: 10px;
}

    .proHomeItemTitle a {
        font-weight: bold;
        color: black;
        /* text-transform: uppercase; */
        font-size: .85em;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        /* line-height: normal; */
        height: 37px;
    }

.proHomeItemDescription {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: .9em;
    margin: 8px 0;
    height: 46px;
}




.proItemPrice {
    display: flex;
    font-size: .8em;
    gap: 15px;
    align-items: end;
    justify-content: start;
    margin-top: 8px !important;
    margin-bottom: 15px;
}

    .proItemPrice .new {
        /* order: 2; */
    }

        .proItemPrice .new .woocommerce-Price-amount {
            color: #d70018;
            font-size: 1.125em;
        }

    .proItemPrice .old {
        font-size: .95em;
    }

        .proItemPrice .old .woocommerce-Price-amount {
            color: #959595;
            opacity: 1;
        }

    .proItemPrice .contact {
        font-weight: bold;
    }

.proHomeItem:hover .proHomeItemTitle a {
    color: #012075;
}

.proHomeItem:hover .proHomeItemThumb img {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


#custom_html-3 {
}

    #custom_html-3 .filter-title {
        background: #000099;
        color: white;
        display: block;
        padding: 15px 30px;
        font-size: 1em;
        text-transform: uppercase;
        margin: 0;
        line-height: 1.05;
    }

        #custom_html-3 .filter-title:after {
            display: none;
        }

    #custom_html-3 .filter-content {
    }

        #custom_html-3 .filter-content ul {
        }

    #custom_html-3 .filter-item {
        display: flex;
        align-items: center;
        line-height: unset;
    }

        #custom_html-3 .filter-item label {
            display: flex;
            border: none;
            margin: 0;
            min-height: 33px;
            align-items: center;
        }

            #custom_html-3 .filter-item label input {
                margin: 0 10px;
            }

            #custom_html-3 .filter-item label a {
                border: none !important;
                padding: 0;
                color: black;
            }

    #custom_html-3 form {
    }

.yith-wcan-filters {
    background-color: transparent;
    margin-bottom: 1.5em;
}

.pageProHeading h1 {
    text-transform: uppercase;
    background: white;
    color: #000099;
    display: block;
    padding: 12px 0px;
    font-size: 1em;
    border-bottom: 1px solid #000099;
    margin-bottom: 20px;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}

#shop-sidebar {
 
 
}

.image-tools {
    display: none;
}

.signProInfo {
}

.signProTtitle {
}

    .signProTtitle h1 {
        font-size: 1.4em;
        color: #012060;
    }

.proHomeItemDescription {
}

.signProPrice {
}

    .signProPrice .proHomeItemPrice {
    }

.signProDesc {
    border-radius: 1rem !important;
    padding: 1.5rem !important;
    display: block !important;
    border: 1px solid #dee2e6 !important;
}

.product-content-detail .khuyenmai .title {
    background: url(images/giftbox.png) no-repeat #fee2e2;
    border-radius: 1rem 1rem 0 0;
    color: #d70018;
    background-size: 15px;
    background-position-x: 15px;
    background-position-y: 17px;
    padding: 1rem;
    padding-left: 34px;
    font-weight: bold;
}

.p-4 {
    padding: 1.5rem !important;
}

.product-content-detail .khuyenmai .item ul, .product-content-detail .khuyenmai .item ol {
    counter-reset: section;
    list-style-type: none;
    position: relative;
    margin: 0;
    padding: 0;
}

.product-content-detail .khuyenmai .item li::before {
    counter-increment: section;
    content: counter(section);
    background: #d70018;
    color: #fff;
    border-radius: 50%;
    padding: 0.1rem 0.5rem;
    margin-right: 0.5rem;
    font-size: 1.1rem;
    width: 18px;
    height: 18px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    font-size: 12px;
}

.product-content-detail .khuyenmai .item li {
    margin-bottom: 1rem;
    margin-left: 0;
    font-size: 14px;
}

.signProDesc p {
    font-size: 14px;
}

.khuyenmai {
    border: 1px solid #fee2e2;
    border-radius: 20px;
}

    .khuyenmai .item {
        padding: 15px;
    }

.product-content-detail .khuyenmai .item li:last-child {
    margin-bottom: 0;
}

.signProPrice .proItemPrice .new .woocommerce-Price-amount {
    font-size: 22px;
}

.signProPrice .proItemPrice .old {
    font-size: 22px;
    color: #959595;
}

.signProDescription {
    margin-bottom: 15px;
}

.signCartBuy {
    display: flex;
    margin-bottom: 10px;
}

    .signCartBuy .buyCart {
        border-radius: 1.5rem;
        text-align: center;
        flex-direction: column;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .signCartBuy .buyCart {
        border: 2px solid #d70018;
        padding: 10px 5px;
        width: calc(100% - 7rem) !important;
        background: linear-gradient(#f52f32, #d70018);
        height: 60px;
        margin-right: 10px;
    }

        .signCartBuy .buyCart span {
            text-transform: uppercase;
            font-weight: 700;
            font-size: 16px;
            color: white;
        }

        .signCartBuy .buyCart small {
            font-size: 0.875em;
            font-weight: 400;
            color: white;
        }

    .signCartBuy .add-to-cart {
        border: 2px solid #d70018;
        padding: 35px 4px 3px;
        background: url(images/iAddCart.png) no-repeat transparent;
        background-size: 26px;
        background-position-x: center;
        background-position-y: 3px;
        height: 60px;
        border-radius: 1.5rem;
        text-align: center;
        font-size: 5px;
        min-width: 120px;
    }

        .signCartBuy .add-to-cart span {
            font-size: 0.75rem;
            margin-top: 0.1rem;
            color: #e71926;
            font-weight: 600;
            line-height: 1.1;
        }

.signProHotline {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

    .signProHotline .item {
    }

    .signProHotline a {
        border: 1px solid #012060;
        background-color: #012060;
        color: #fff;
        border-radius: 1.5rem !important;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding: 5px 12.5px;
    }

    .signProHotline span {
        font-size: 16px;
        display: block;
        width: 100%;
        text-align: center;
    }

    .signProHotline small {
        font-size: 12.5px;
        width: 100%;
        text-align: center;
    }

.signProRelate {
    margin-top: 30px;
}

.signProRelateHeading {
}

    .signProRelateHeading h3 {
        margin-bottom: 0;
    }

.signProRelateBox {
}

.signProMain {
}

.proMainImage {
    padding-top: 56.25%;
    position: relative;
    transform: translateZ(0);
    backface-visibility: hidden;
    margin-bottom: 10px;
}

    .proMainImage img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        object-fit: scale-down;
    }

.thumbImage {
    padding-top: 100%;
    position: relative;
    transform: translateZ(0);
    backface-visibility: hidden;
    margin-bottom: 10px;
    cursor: pointer;
}

    .thumbImage img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

#productLongDescription {
    display: block;
    overflow: hidden;
    position: relative;
    transition: max-height .5s ease;
}

#productLongDescription {
    max-height: 302px;
}

.more-less {
    color: #012060;
    cursor: pointer;
    bottom: 0;
    font-weight: bold;
    left: 0;
    margin-left: 0px;
    position: relative;
    z-index: 9;
    display: inline-block;
    padding: 7px 15px;
    border-radius: 5px;
    border: 1px solid #012060;
}


.proPageContent {
}

.proPageContentReadMore {
    text-align: center;
    margin-top: 15px;
}

    .proPageContentReadMore .allMore {
        border: 1px solid #012060;
        color: white;
        background: #012060;
        height: 40px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-weight: 600;
        padding: 0 20px;
        cursor: pointer;
        border-radius: 8px;
    }

        .proPageContentReadMore .allMore:hover {
            border: 1px solid #012060;
            color: #fff;
            background: #012060;
        }

        .proPageContentReadMore .allMore i {
        }

.contentMore .col-inner:before {
    content: '';
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, transparent, #fff);
}

.contentMore .col-inner {
    position: relative;
    overflow: hidden;
    transition: max-height .4s linear;
}

    .contentMore .col-inner.show:before {
        display: none;
    }

.proPageContent h2 {
}

.proPageContent h3 {
}

.proPageContent h4 {
}

.proPageContent h5 {
}

.proPageContent h6 {
}

.proPageContent p {
}

.signProInfoContent {
    margin-top: 0;
    padding: 20px;
    border-radius: 8px;
    overflow: visible;
    color: black;
    background: #F7F7F7;
}

.thongso {
    color: #666;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 10%), 0 2px 6px 2px rgb(60 64 67 / 15%);
    padding: 15px;
    border: 1px solid #dee2e6 !important;
}

.textThongso {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 5px;
}

.thongso table {
    border: 1px solid #ececec;
    max-width: 100%;
    width: 100%;
    margin: 0;
}

    .thongso table tr:nth-child(odd) {
        background: #f8f9fa;
    }

    .thongso table td {
        font-size: 13px;
    }

    .thongso table td {
        padding: 6px 10px;
        border-left-width: 0;
        border-right-width: 0;
    }

.signProjBoxContent {
}

    .signProjBoxContent p {
    }

    .signProjBoxContent ul {
    }

.pProjItem {
}

.pProjItemThumb {
    /* height: 300px; */
    overflow: hidden;
    border-radius: 8px;
}

.pProjItemImage {
    padding-top: 56.25%;
    position: relative;
    overflow: hidden;
}

    .pProjItemImage img {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 500ms;
    }

.pProjItemContent {
    padding: 10px 5px;
}

.pProjItemTitle {
}

    .pProjItemTitle a {
        font-weight: bold;
        color: black;
        font-size: .95em;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        line-height: normal;
        height: 38px;
        text-align: center;
    }

.pProjItem:hover .pProjItemImage img {
    transform: scale(1.1);
}

.pProjItem:hover .pProjItemTitle a {
    color: #012060;
}

.pProjPostList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.giaiPhapList {
}

    .giaiPhapList .pPageItem {
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        border-radius: 10px;
        overflow: hidden;
    }

.projList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

    .projList .pPageItem {
    }

    .projList .pProjItem {
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        border-radius: 10px;
        overflow: hidden;
    }

.partHeading {
}

    .partHeading h2 {
        color: #012060;
        font-size: 1.8em;
        margin: 0;
        padding-bottom: 15px;
        position: relative;
    }

        .partHeading h2:after {
            content: "";
            position: absolute;
            width: 72px;
            height: 6px;
            background: #012060;
            border-radius: 6px;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
        }

.partnerItem {
}

.partnerItemThumb {
    border-radius: 8px;
    overflow: hidden;
}

    .partnerItemThumb img {
    }

.partnerOwl .owl-dots {
    text-align: center;
    display: flex;
    gap: 27px;
    justify-content: center;
    margin-top: 27px;
}

    .partnerOwl .owl-dots button {
        margin: 0;
        height: unset;
        min-height: unset;
    }

    .partnerOwl .owl-dots .owl-dot span {
        background: #D9D9D9;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        overflow: hidden;
        display: block;
        margin: 0;
    }

    .partnerOwl .owl-dots .owl-dot.active span {
        background: #012060;
    }

.iBoxHome1 {
    align-items: center;
}

    .iBoxHome1 .icon-box-img {
    }

        .iBoxHome1 .icon-box-img .icon {
        }

            .iBoxHome1 .icon-box-img .icon .icon-inner {
            }

                .iBoxHome1 .icon-box-img .icon .icon-inner img {
                    padding: 0;
                }

    .iBoxHome1 .icon-box-text {
    }

        .iBoxHome1 .icon-box-text h3 {
        }

        .iBoxHome1 .icon-box-text p {
        }

.categoryHomeHeading {
}

    .categoryHomeHeading h2 {
        font-size: 1.8em;
        margin: 0;
        padding-bottom: 15px;
        position: relative;
    }

        .categoryHomeHeading h2:after {
            content: "";
            position: absolute;
            width: 72px;
            height: 6px;
            background: white;
            border-radius: 6px;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
        }

.CategoryHomeSlide {
}

    .CategoryHomeSlide .box-category {
        padding: 15px 15px;
        background: white;
        border-radius: 10px;
    }

        .CategoryHomeSlide .box-category .box-image {
        }

            .CategoryHomeSlide .box-category .box-image .image-cover {
                border-radius: 10px;
                overflow: hidden;
            }

                .CategoryHomeSlide .box-category .box-image .image-cover img {
                }


        .CategoryHomeSlide .box-category .box-text {
            padding: 0;
        }

        .CategoryHomeSlide .box-category .box-text-inner {
            padding-top: 15px;
        }

            .CategoryHomeSlide .box-category .box-text-inner h5 {
                color: #012060;
                display: -webkit-box;
                overflow: hidden;
                visibility: visible;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
                text-transform: unset;
                font-size: 13px;
            }

.stCategoryHome .slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button.previous {
    margin: 0;
}

    .stCategoryHome .slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button.previous svg {
        background: #fbfbfb66;
        border-radius: 50%;
    }

.stCategoryHome .slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
    margin: 0;
}

    .stCategoryHome .slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button svg {
        background: #fbfbfb66;
        border-radius: 50%;
    }

.contactHome {
}

    .contactHome h2 {
        font-size: 20px;
        margin: 0;
    }

    .contactHome p {
    }

.btnHomeContact {
    background: white;
    padding: 12px 66px;
    height: unset;
    min-height: unset;
    line-height: unset;
}

    .btnHomeContact span {
        color: #012060;
        font-size: 14px;
    }

    .btnHomeContact:hover {
    }

        .btnHomeContact:hover span {
        }

.positionItem {
    padding: 28px 32px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
}

.positionText1 {
    font-size: 24px;
    font-weight: 700;
    color: #012060;
    margin-bottom: 18px;
}

.positionText2 {
    padding-left: 25px;
    background: url(images/iloc1.png) left center no-repeat;
    margin-bottom: 12px;
    font-size: 13px;
    height: 24px;
    display: flex;
    align-items: center;
}

.positionText3 {
    background: url(images/iloc2.png) left center no-repeat;
    padding-left: 25px;
    margin-bottom: 12px;
    font-size: 13px;
    height: 24px;
    display: flex;
    align-items: center;
}

.positionText4 {
}

    .positionText4 a {
        background: url(images/iloc3.png) left center no-repeat;
        padding-left: 25px;
        color: #b19f76;
        font-weight: bold;
        font-size: 13px;
        height: 24px;
        display: flex;
        align-items: center;
    }

.positionList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.headingHomePost {
}

    .headingHomePost .col-inner {
        display: flex;
        justify-content: space-between;
        padding-bottom: 15px;
        border-bottom: 1px solid #B19F76;
    }

    .headingHomePost h2 {
        font-size: 1.8em;
        margin: 0;
        color: #012060;
    }

        .headingHomePost h2:after {
            content: "";
            position: absolute;
            width: 216px;
            height: 6px;
            border-radius: 6px;
            background: #B19F76;
            left: 0;
            bottom: -3px;
        }

    .headingHomePost .button {
          background: #F6F6F6;
    padding: 10px 16px;
    color: #012060;
    font-size: .95em;
    font-weight: 500;
    border-radius: 8px;
    overflow: hidden;
    display: block;
    min-width: 127px;
    border: none;
    margin: 0;
    line-height: unset;
    }
.headingHomePost .button i{display:none}
        .headingHomePost .button span {
            line-height: unset;
            font-weight: 500;
            font-size: 14px;
          
        }
.headingHomePost .button:hover{    background: #012060;
    color: white;}

.postHomeItem {
    border: 1px solid #efefef;
    border-radius: 10px;
    overflow: hidden;
}

.postHomeItemThumb {
    padding-top: 56.25%;
    position: relative;
    padding-top: 75%;
    overflow: hidden;
}

    .postHomeItemThumb img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.postHomeItemContent {
    padding: 16px 20px;
}

.postHomeItemTitle {
    margin-bottom: 10px;
}

    .postHomeItemTitle a {
        font-weight: bold;
        color: #012060;
        font-size: 1em;
        text-align: justify;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 42px;
    }

.postHomeItemDesc {
    font-size: .95em;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.postHomeItemReadMore {
    margin-top: 15px;
}

    .postHomeItemReadMore a {
        font-weight: 700;
        color: #2C2C2C;
        font-size: .95em;
    }

.postHomeItem:hover {
}

    .postHomeItem:hover .postHomeItemThumb img {
    }

    .postHomeItem:hover .postHomeItemTitle a {
    }

    .postHomeItem:hover .postHomeItemReadMore a {
    }

.giaiphapHomeHeading {
}

    .giaiphapHomeHeading h2 {
        color: #012060;
        padding-bottom: 20px;
        text-transform: uppercase;
    }

        .giaiphapHomeHeading h2:after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            width: 72px;
            height: 6px;
            background: #012060;
            bottom: 0;
            border-radius: 6px;
            margin: auto;
        }

.chungnhanItem {
}

.chungnhanItemThumb {
    position: relative;
    width: 100%;
    /* padding-top: 177.78%; */
    overflow: hidden;
    border-radius: 10px;
}

    .chungnhanItemThumb img {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 500ms;
    }

.chungnhanItem:hover {
}

    .chungnhanItem:hover .chungnhanItemThumb img {
        transform: scale(1.1);
    }

.projHomeOwl .pPageItem {
    border-radius: 10px;
    overflow: hidden;
}

.proHome {
    padding: 40px 0;
}

.proHomeNameBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    border-bottom: 1px solid #B19F76;
    padding-bottom: 20px;
    position: relative;
}

.proHomeName h2 {
    margin: 0;
    /* position: relative; */
}

    .proHomeName h2 a {
        text-transform: uppercase;
        color: #012060;
    }

    .proHomeName h2:after {
        content: "";
        position: absolute;
        width: 216px;
        height: 6px;
        border-radius: 6px;
        background: #B19F76;
        left: 0;
        bottom: -3px;
    }

.proHomeCategoryGr {
}

.proHomeCategoryGrReadMore {
}

    .proHomeCategoryGrReadMore a {
        background: #F6F6F6;
        padding: 10px 16px;
        color: #012060;
        font-size: .95em;
        font-weight: 500;
        border-radius: 8px;
        overflow: hidden;
    }

    .proHomeCategoryGrReadMore:hover {
    }

        .proHomeCategoryGrReadMore:hover a {
            background: #012060;
            color: white;
        }

.signContentFix {
    font-size: 15px;
    color: #333;
}

    .signContentFix h2 {
        margin: 30px 0;
        font-size: 21px;
        color: #012060;
    }

    .signContentFix h3 {
        font-size: 18px;
        color: #333;
    }

    .signContentFix h4 {
    }

    .signContentFix h5 {
    }

    .signContentFix p {
    }
    .signContentFix ul {
        padding-left:30px;
    }
.verticalCategoryMenu {
    /* border-radius: 1.5rem; */
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 10%), 0 2px 6px 2px rgb(60 64 67 / 15%);
    /* border: 1px solid black; */
    padding-right: 0;
    position: relative;
}

    .verticalCategoryMenu .menu-level-1 {
        overflow-x: hidden;
        overflow-y: scroll;
        max-height: 425px;
        padding: 0;
        margin: 0;
    }

        .verticalCategoryMenu .menu-level-1 > li {
            list-style: none;
            margin: 0;
            border-bottom: 1px solid #ddd;
            /* position: relative; */
        }

            .verticalCategoryMenu .menu-level-1 > li > a {
                color: #333;
                display: block;
                padding: 13px 15px 14px 10px;
                font-size: 12px;
                font-weight: bold;
                overflow: hidden;
            }


.megaMenuAside {
    width: 90.1rem;
    max-width: 929px;
    max-height: 100%;
    overflow-y: auto;
    height: 100%;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    background-color: white;
    border-radius: 10px;
    border: 1px solid #012060;
    left: calc(100% - 1px);
    z-index: 9999;
    padding: 20px;
    top: -51px;
     
}

.verticalCategoryMenu .menu-level-1 > li:hover .megaMenuAside {
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
}

.megaMenuAside .menu-level-2 {
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
}

    .megaMenuAside .menu-level-2 li {
        margin: 0;
    }

        .megaMenuAside .menu-level-2 li a {
            font-weight: bold;
            font-size: 14px;
            color: black;
        }
.megaMenuAside .menu-level-2 li a:hover{color:#012060}


.verticalCategoryMenu .menu-level-1::-webkit-scrollbar {
    width: 5px;
}


/* Track */
.verticalCategoryMenu .menu-level-1::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.verticalCategoryMenu .menu-level-1::-webkit-scrollbar-thumb {
    background: #012060;
}

    /* Handle on hover */
    .verticalCategoryMenu .menu-level-1::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.menu-level-2 {
}

    .menu-level-2 .cat-item {
    }

        .menu-level-2 .cat-item a {
        }

        .menu-level-2 .cat-item .menu-level-3 {
            margin: 10px 0 0 0;
            list-style: none;
        }

            .menu-level-2 .cat-item .menu-level-3 .cat-item {
            }

                .menu-level-2 .cat-item .menu-level-3 .cat-item a {
                    font-weight: 400;
                    font-size: 14px;
                    color: black;
                }

                    .menu-level-2 .cat-item .menu-level-3 .cat-item a:hover {
                        color: #012060;
                    }

.cat-item.has-sub {
    background: url(images/arMenu.png) no-repeat;
    background-size: 11px;
    background-position-x: calc(100% - 5px);
    background-position-y: center;
}

    .cat-item.has-sub a {
    }

.woocommerce-notices-wrapper {
    padding: 10px 0;
}

.searchform-wrapper.form-flat .flex-col:last-of-type {
    margin-left: 0;
}

.searchform .button.icon {
    margin: 0;
    position: absolute;
    right: 8px;
}
.iMenuAside {}
.iMenuAside .col-inner{
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 10%), 0 2px 6px 2px rgb(60 64 67 / 15%);
    border-radius: 10px;}
.iMenuAside h2 {
    color: #012060;
    display: block;
    padding: 15px 15px 15px 43px;
    font-size: 15px;
    font-weight: 700;
    overflow: hidden;
    padding-right: 0;
    position: relative;
    margin: 0;
    background: url(images/iMenu.png) no-repeat;
    background-position-x: 11px;
    border-bottom: 1px solid #ddd;
    background-position-y: 13px;
}

.proHomeItem .cart-icon {
   position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 2px 2px 2px #c7c7c7;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  visibility: hidden;
    margin: auto;
    display: flex
;
    align-items: center;
    justify-content: center;
      cursor: pointer;
}
.proHomeItem .cart-icon strong{
    border: none !important;
    background: none;

}
.proHomeItem .cart-icon strong::after {
    content: "\f291";
     font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    position: static;
    color: #012060;
    font-size: 18px;
    border: 0;
    background: 0 0 !important;
    margin: 0;
    margin: 0;
  
}
.proHomeItem:hover .cart-icon {
    animation: .6s cubic-bezier(.25,.46,.45,.94) hover-imagecategory;
  visibility: visible;
}
.proHomeCategoryGr {
    display: flex
;
    gap: 15px;
}
.subMenuGr{color:#012060;}
.subMenuGr:hover{color:#B19F76;}
/*desktop*/
%}@-webkit-keyframes hover-imagecategory{0%{transform:perspective(200px) rotate3d(0,1,0,-90deg) translateX(-100%)}100%{transform:perspective(200px) rotate3d(0,1,0,0deg) translateX(0)}}@-moz-keyframes hover-imagecategory{0%{transform:perspective(200px) rotate3d(0,1,0,-90deg) translateX(-100%)}100%{transform:perspective(200px) rotate3d(0,1,0,0deg) translateX(0)}}@-o-keyframes hover-imagecategory{0%{transform:perspective(200px) rotate3d(0,1,0,-90deg) translateX(-100%)}100%{transform:perspective(200px) rotate3d(0,1,0,0deg) translateX(0)}}@keyframes hover-imagecategory{0%{transform:perspective(200px) rotate3d(0,1,0,-90deg) translateX(-100%)}100%{transform:perspective(200px) rotate3d(0,1,0,0deg) translateX(0)}}
@media only screen and (min-width: 1200px) {
  .megaMenuAside {
  
      min-height: 426px;
}
}

@media only screen and (max-width: 48em) {
    .searchform-wrapper.form-flat .flex-col:last-of-type {
        margin-left: 0;
    }

    .searchform .button.icon {
        margin: 0;
        position: absolute;
        right: 8px;
    }

    .toolbar {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -webkit-flex-pack: justify;
        -ms-flex-pack: justify;
        -moz-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        background-color: #012060;
        z-index: 1;
    }

    .toolbar__item {
        flex: 0 0 20%;
        position: relative;
    }

        .toolbar__item a {
            position: relative;
            display: -webkit-box;
            display: -moz-box;
            display: -webkit-flexbox;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -moz-box-pack: center;
            -webkit-flex-pack: center;
            -ms-flex-pack: center;
            -moz-justify-content: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            align-items: center;
            -webkit-box-orient: vertical;
            -moz-box-orient: vertical;
            -webkit-flex-direction: column;
            -moz-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            padding: 7px 0;
        }

            .toolbar__item a span {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                display: block;
                text-align: center;
                font-size: 9px;
                margin-top: 0.5rem;
                color: white;
            }

            .toolbar__item a i {
                font-size: 15px;
                color: white;
            }

        .toolbar__item.category-tool::before {
            width: 64px;
            height: 64px;
            background: #fff;
            font-stretch: normal;
            font-style: normal;
            -webkit-letter-spacing: normal;
            -moz-letter-spacing: normal;
            -ms-letter-spacing: normal;
            letter-spacing: normal;
            border-radius: 50%;
            -webkit-text-decoration: none;
            text-decoration: none;
            position: absolute;
            left: calc(50% - 33px);
            top: -9px;
            padding: 0;
            content: '';
        }

        .toolbar__item.category-tool a span, .toolbar__item.category-tool a i {
            color: #012060;
        }

    .toolbar {
        display: flex;
    }


    .proPageList {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
    }

    .iBoxHome1 {
        margin-bottom: 15px;
    }

    .categoryHomeHeading h2 {
        font-size: 1.4em;
    }

    .headingHomePost h2 {
        font-size: 1.2em;
    }

    .positionList {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px;
    }

    .pProjPostList {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }

    .product-content-detail .khuyenmai .item li {
        font-size: 13px;
    }

    .proHomeItemTitle a {
        height: 35px;
    }

    .cart-item .header-cart-link .icon-shopping-cart {
        margin-left: 0;
        margin-right: 0;
    }

    .header-main {
        height: 91px !important;
    }
}

.back-to-top.active {
    opacity: 1;
    pointer-events: inherit;
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: 40px;
    height: 40px;
    background: #012060;
    border: unset;
    padding: 0;
    min-width: unset;
    line-height: 40px;
    color: #fff;
}

.back-to-top.active {
    right: 6px;
}


 .suntory-alo-ph-img-circle img {
        animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
    }
 .pc-fix-hotline .suntory-alo-ph-img-circle {
    background-color: #008fe5;
    left: 0;
    height: auto;
    border: none;
    position: relative;
    opacity: 1!important;
    top: unset;
    transform-origin: 50% 50% 0;
    width: unset;
}
    .pc-fix-hotline {
    background-color: transparent!important;
    cursor: pointer;
    position: relative!important;
    transition: visibility 0.5s ease 0s;
    z-index: 200000 !important;
    height:auto;
    width:auto;
}
    .suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
        background-color: #008fe5;
        left: 0;
        height: auto;
        border: none;
        position: relative;
        opacity: 1!important;
        top: unset;
    transform-origin: 50% 50% 0;
    width: unset;
    }


@keyframes suntory-alo-circle-anim {
	0% {
		opacity: 0.1;
		transform: rotate(0deg) scale(0.5) skew(1deg);
	}
	30% {
		opacity: 0.5;
		transform: rotate(0deg) scale(0.7) skew(1deg);
	}
	100% {
		opacity: 0.6;
		transform: rotate(0deg) scale(1) skew(1deg);
	}
}

@keyframes suntory-alo-circle-img-anim {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
	10% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}
	30% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}
	40% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}
	50% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
	100% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
}
@keyframes suntory-alo-circle-fill-anim {
	0% {
		opacity: 0.2;
		transform: rotate(0deg) scale(0.7) skew(1deg);
	}
	50% {
		opacity: 0.2;
		transform: rotate(0deg) scale(1) skew(1deg);
	}
	100% {
		opacity: 0.2;
		transform: rotate(0deg) scale(0.7) skew(1deg);
	}
}
.suntory-alo-ph-img-circle i {
	animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
	font-size: 30px;
	line-height: 50px;
	padding-left: 10px;
	color: #fff;
}

/*=================== End phone ring ===============*/
@keyframes suntory-alo-ring-ring {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
	10% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}
	30% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}
	40% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}
	50% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
	100% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
}
