<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
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.   ***************/
body {
    background: #f2f2f2;
}

#masthead .nav-left {
    justify-content: center;
}

.searchBox {
    padding: 4px;
    background: white;
    position: relative;
}

    .searchBox .search-field {
        border: 1px solid #f0f0f0;
        min-width: 220px;
        box-shadow: none;
    }

    .searchBox .searchBtnK {
        background: transparent;
        color: #333333;
        border: none;
        position: absolute;
        right: 4px;
    }

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

#main, #wrapper {
    background-color: transparent;
    position: relative;
}

.nav-line-bottom &gt; li &gt; a:after, .nav-line-grow &gt; li &gt; a:after, .nav-line &gt; li &gt; a:after {
    background-color: #1b499c;
    content: " ";
    height: 3px;
    left: 50%;
    opacity: 0;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    transition: all .3s;
    width: 100%;
}

.nav-line-grow &gt; li &gt; a:after {
    width: 0;
}

.nav-line-grow &gt; li.active &gt; a:after, .nav-line-grow &gt; li:hover &gt; a:after {
    width: 100%;
}

.nav-line-bottom &gt; li.active &gt; a:after, .nav-line-bottom &gt; li:hover &gt; a:after, .nav-line-grow &gt; li.active &gt; a:after, .nav-line-grow &gt; li:hover &gt; a:after, .nav-line &gt; li.active &gt; a:after, .nav-line &gt; li:hover &gt; a:after {
    opacity: 1;
}

.nav:hover &gt; li:not(:hover) &gt; a:after {
    opacity: 0;
}

.ulSocial {
}

    .ulSocial ul {
        margin: 0;
        padding: 0;
        display: flex;
        gap: 10px;
    }

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

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

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

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

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

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

.stHead2 {
}

.ulHeadInfo {
}

    .ulHeadInfo ul {
        display: flex;
        margin: 0;
        align-items: center;
        gap: 25px;
        justify-content: end;
    }

        .ulHeadInfo ul li {
            list-style: none;
            margin: 0;
            color: white;
            padding-left: 20px;
            font-size: 14px;
        }

            .ulHeadInfo ul li:nth-child(1) {
                background: url(images/h1.png) left 3px no-repeat;
                background-size: 14px;
            }

            .ulHeadInfo ul li:nth-child(2) {
                background: url(images/h2.png) left 1px no-repeat;
                background-size: 14px;
            }

            .ulHeadInfo ul li:nth-child(3) {
                background: url(images/h3.png) left 3px no-repeat;
                background-size: 14px;
            }

            .ulHeadInfo ul li + li {
            }

.ftInfo {
}

    .ftInfo h3 {
        color: #777;
        text-transform: uppercase;
        display: block;
        font-weight: 600;
        font-size: 1.1em;
    }

    .ftInfo ul {
        margin-bottom: 10px;
    }

        .ftInfo ul li {
            list-style: none;
            margin: 0;
            color: #777;
        }


            .ftInfo ul li a {
                color: #777;
            }

                .ftInfo ul li a:hover {
                    color: #1b499c;
                }

.ftInfo4 {
}

    .ftInfo4 ul {
        margin: 0;
    }

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


.imgTop {
}

.ftCol {
}

    .ftCol h3 {
        color: #777;
        text-transform: uppercase;
        display: block;
        font-weight: 600;
        font-size: 1.1em;
    }

.ftRow1 {
}

    .ftRow1 .ftInfo h4 {
        color: #1E7F5C;
    }

.zaloItem {
    align-items: center;
}

    .zaloItem .icon-box-img {
    }

        .zaloItem .icon-box-img .icon {
        }

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

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

    .zaloItem .icon-box-text h3 {
        color: #1E7F5C;
        margin: 0;
        font-weight: 400;
        font-size: 1em;
    }

    .zaloItem .icon-box-text p {
        color: #9f9f9f;
    }

.ftSocial {
}

    .ftSocial ul {
        display: flex;
        margin: 0;
        padding: 0;
        list-style: none;
        gap: 5px;
    }

        .ftSocial ul li {
        }

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

            .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 ul li:nth-child(5) a {
                background: url(images/so5.png) center center no-repeat;
                background-size: 35px;
            }

.headingPage {
    margin: 0;
}

    .headingPage h1 {
        border: none;
        margin: 0;
        background: #024bbf;
        color: white;
        padding: 15px;
    }

        .headingPage h1 b {
            display: none;
        }

    .headingPage .section-title-main {
        border: none;
        margin: 0;
        padding: 0;
        font-size: 0.75em;
    }

.colAboutPage .col-inner {
    box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -webkit-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -moz-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    border-radius: 10px;
    overflow: hidden;
}

.colTable .col-inner {
    border-radius: 0px !important;
}

.breabCol {
}

    .breabCol a {
        color: black;
    }

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

.contactPageHeading {
    margin: 0;
}

    .contactPageHeading .section-title {
        justify-content: center;
    }

        .contactPageHeading .section-title b {
            display: none;
        }

        .contactPageHeading .section-title .section-title-main {
        }

.formCol {
}

    .formCol .wpcf7-form-control {
        box-shadow: none;
        border-radius: 8px;
    }

    .formCol .wpcf7-textarea {
    }

    .formCol .wpcf7-submit {
        margin: 0;
        border: none;
        border-radius: 10px;
        background: #1b499c !important;
        width: 100%;
    }

    .formCol .wpcf7-spinner {
        display: none;
    }

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

.breamBox {
}

.breamBox {
    min-height: 45px;
    align-items: center;
    display: flex;
    position: relative;
    background-color: white;
    width: 100%;
}

.postPage {
    padding: 30px 0;
}

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

    .widget .widget-title {
        background: rgb(27, 73, 156);
        color: white;
        display: block;
        padding: 15px 30px;
    }

        .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: 18px;
                padding: 10px 24px 10px 5px;
                position: relative;
                margin-bottom: 0;
                color: black;
            }

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

        .widget ul.children {
            border: none;
            padding: 0 0 0 10px;
            margin-bottom: 0;
        }

            .widget ul.children li {
            }

                .widget ul.children li a {
                    width: 100%;
                    padding: 8px 0;
                }

.pPageItem {
    gap: 10px;
    overflow: hidden;
    box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -webkit-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -moz-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    display: flex;
    padding: .75rem;
    border-radius: .5rem;
    background: white;
    flex-wrap: wrap;
}

.pPageItemThumb {
    position: relative;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 0.5em;
    height: 154px;
    width: 100%;
}

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

.pPageItemContent {
}

.pPageItemTitle {
}

    .pPageItemTitle a {
        font-weight: bold;
        color: black;
        font-size: 18px;
        text-transform: uppercase;
        width: 100%;
        display: block;
        height: 57px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

.pPageItemDate {
    color: #0066b5;
}

.pPageItemDescription {
    margin-top: 8px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
    color: black;
    margin-bottom: 10px;
    height: 48px;
}

.pPageItemRead {
    margin-top: 15px;
}

    .pPageItemRead a {
        height: 35px;
        background: #0066b5;
        border: 1px solid #cbd5e1;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: .5rem;
        padding-left: 1rem;
        padding-right: 1rem;
        font-weight: 700;
        font-size: .775rem;
        text-transform: uppercase;
        line-height: 130%;
        color: white;
        max-width: 110px;
    }

.pPageItemReadMore {
}

    .pPageItemReadMore a {
        background: rgb(27, 73, 156);
        color: white;
        display: block;
        padding: 6px 18px;
        border-radius: 8px;
        overflow: hidden;
        display: inline-block;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 0.8em;
    }

.signPostBoxContent ul, .signPostBoxContent ol {
    padding-left: 17px;
}

.signPostBoxEx {
    /* border: 1px solid #f2f2f2; */
    padding: 30px;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -webkit-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -moz-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    color: black;
}

.signDate {
}

    .signDate a {
    }

.signPostBoxEx p {
    margin-top: 10px;
}

.signPostBoxTitle h1 {
    margin: 0 0 5px 0;
    line-height: 1.4;
    text-align: left;
    font-size: 1.5em;
    background: #1b499c;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.pagePostDetails {
    padding: 30px 0;
}

.relate-post {
    font-weight: bold;
    font-size: 26px;
    line-height: 1.4;
    text-align: center;
    font-size: 1.5em;
    background: #1b499c;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.postTwoThumb {
    width: 202px;
    flex-shrink: 0;
    border-radius: .25rem;
    overflow: hidden;
}

.postTwo {
    background-color: white;
    padding: .75rem;
    border-radius: .5rem;
    margin-bottom: 33px;
    display: flex;
    gap: .75rem;
    align-items: center;
}

.postTwoThumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 1s;
    transition-duration: .3s;
}



.postRelate {
    flex-wrap: wrap;
    background: white;
    box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -webkit-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -moz-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    margin-bottom: 0px !important;
}

    .postRelate .postTwoThumb {
        width: 100%;
        height: 160px;
    }

.postTwoTitle a {
    font-size: 14px;
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: bold;
    height: 44px;
    margin-bottom: 5px;
}

.postTwoDescription {
    font-size: 0.95em;
    color: #0f172a;
    /* line-height: normal; */
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 48px;
}

.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: 50%;
    overflow: hidden;
}

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

.postAsideHomeItemContent {
}

.postAsideHomeItemTitle {
}

    .postAsideHomeItemTitle a {
        color: black;
        font-size: 16px;
        font-style: normal;
        /* line-height: normal; */
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

.postAsideHomeItemDesc {
    display: none;
}

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

.pagePostHeading {
    margin-bottom: 20px;
}

    .pagePostHeading h1 {
        background: #1b499c;
        display: inline-block;
        width: auto;
        padding: 10px 30px;
        border-radius: 8px;
        font-size: 1.1em;
        color: white;
        text-transform: uppercase;
        margin: 0;
    }

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

.boxPostGridRelate {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
}

.signPostBoxContent h2:before, .signPostBoxContent h2:before, .signPostBoxContent h3:before, .signPostBoxContent h4:before, .signPostBoxContent h5:before, .signPostBoxContent h6:before, .title-dmuc:before {
    position: absolute;
    content: '';
    height: 4px;
    width: 7.5rem;
    background: #024bbfba;
    bottom: 0;
    left: 0;
}

.signPostBoxContent h1:after, .signPostBoxContent h2:after, .signPostBoxContent h3:after, .signPostBoxContent h4:after, .signPostBoxContent h5:after, .signPostBoxContent h6:after, .title-dmuc:after {
    position: absolute;
    content: '';
    height: 4px;
    width: 3.75rem;
    background: #1b499c;
    bottom: 0;
    left: 0;
}

.signPostBoxContent h1, .signPostBoxContent h2, .signPostBoxContent h3, .signPostBoxContent h4, .signPostBoxContent h5, .signPostBoxContent h6, .title-dmuc {
    font-size: 1.3125rem;
    color: #343434;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}

.signGroupLine {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}

.signGroupLineItem {
}

    .signGroupLineItem span {
    }

    .signGroupLineItem a {
        color: #1b499c;
    }

.asidePhone {
    display: block;
    margin: 0;
    background: url(images/iphone.png) 12px center no-repeat #e93052;
    background-size: 22px;
    display: flex;
    align-items: center;
    box-shadow: none !important;
    padding-left: 50px;
}

    .asidePhone span {
        display: block;
        line-height: unset;
    }

.asideCart {
    display: block;
    margin: 0;
    background: url(images/icart.png) 10px center no-repeat #cd0027;
    background-size: 28px;
    display: flex;
    align-items: center;
    box-shadow: none !important;
    padding-left: 50px;
}

    .asideCart span {
        display: block;
        line-height: unset;
    }

#secondary {
    position: sticky;
    top: 60px;
}

.proPageK {
    padding: 30px 0;
}

.pagePostHeading {
}

    .pagePostHeading h1 {
    }

.proListPage {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
}

.proListPageItem {
    overflow: hidden;
    box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -webkit-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -moz-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    border-radius: 10px;
}

.proTabItem {
    background: white;
}

.proTabItemThumb {
    height: 250px;
    overflow: hidden;
}

    .proTabItemThumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -moz-transition: all 400ms ease-out 0s;
        -webkit-transition: all 400ms ease-out 0s;
        -ms-transition: all 400ms ease-out 0s;
        -o-transition: all 400ms ease-out 0s;
        transition: all 400ms ease-out 0s;
    }

.proTabItemContent {
    padding: 10px;
    text-align: center;
}

.proTabItemTitle {
    margin-bottom: 15px;
}

    .proTabItemTitle a {
        font-weight: bold;
        color: black;
        font-size: 18px;
        text-transform: uppercase;
        width: 100%;
        height: 57px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

.proTabItemGroup {
}

.proTabItemReadMore {
}

    .proTabItemReadMore a {
        background: rgb(27, 73, 156);
        color: white;
        display: block;
        padding: 6px 18px;
        border-radius: 8px;
        overflow: hidden;
        display: inline-block;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 0.8em;
    }

.proTabItem:hover .proTabItemThumb {
}

    .proTabItem:hover .proTabItemThumb img {
        transform: scale(1.1);
    }

.signProInfo {
}

.signProTtitle {
}

    .signProTtitle h1 {
        color: rgb(27, 73, 156);
        position: relative;
        padding-bottom: 10px;
    }

.signProDesc {
}

    .signProDesc ul, .signProDesc ol {
        /* padding-left:17px; */
    }

.list-option-pd:before {
    position: absolute;
    content: "";
    background: #985523;
    height: 8px;
    width: 8px;
    left: 0;
    top: 5px;
    transform: rotate(45deg);
    z-index: 9;
}

.list-option-pd .wrapper-list:before {
    position: absolute;
    content: "";
    background: #fff;
    height: 1px;
    width: 8px;
    left: 0;
    top: 8px;
    z-index: 10;
    transform: rotate(45deg);
}

.list-option-pd .wrapper-list:after {
    position: absolute;
    content: "";
    background: #fff;
    height: 1px;
    width: 8px;
    left: 0;
    top: 8px;
    z-index: 10;
    transform: rotate(-45deg);
}

.signBoxe {
    background: white;
    box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -webkit-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -moz-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    border-radius: .5rem;
    padding: .75rem;
}

.image-tools {
    display: none;
}

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

    .signGroupLink .item {
    }

        .signGroupLink .item a {
            background: rgb(27, 73, 156);
            color: white;
            padding: 8px 0px;
            border-radius: 30px;
            overflow: hidden;
            display: block;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 1.125em;
            text-align: center;
        }

.signProTtitle h1:before {
    position: absolute;
    content: '';
    height: 4px;
    width: 7.5rem;
    background: #024bbfba;
    bottom: 0;
    left: 0;
}

.signProTtitle h1:after {
    position: absolute;
    content: '';
    height: 4px;
    width: 3.75rem;
    background: #1b499c;
    bottom: 0;
    left: 0;
}

.signProTab {
}

.signProContentK {
    padding: 1.5rem !important;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -webkit-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -moz-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    color: black;
}

    .signProContentK ul, .signProContentK ol {
        padding-left: 17px;
    }

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

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

.asiProItemThumb {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    min-width: 50px;
    max-width: 50px;
    overflow: hidden;
}

    .asiProItemThumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -moz-transition: all 400ms ease-out 0s;
        -webkit-transition: all 400ms ease-out 0s;
        -ms-transition: all 400ms ease-out 0s;
        -o-transition: all 400ms ease-out 0s;
        transition: all 400ms ease-out 0s;
    }

.asiProItemContent {
}

.asiProItemTitle {
}

    .asiProItemTitle a {
        font-weight: bold;
        color: black;
        font-size: 0.95em;
    }

.asiProItem:hover .asiProItemThumb img {
    transform: scale(1.1);
}

.asiProItem:hover .asiProItemTitle a {
    color: #1b499c;
}

.flickity-slider .woocommerce-product-gallery__image {
    border-radius: 8px;
    overflow: hidden;
}

.row-small &gt; .flickity-viewport &gt; .flickity-slider &gt; .col a {
    border-radius: 8px;
    overflow: hidden;
}

.rowSlide {
    padding: 0 10px 0px;
}

    .rowSlide .col {
        padding: 0 7.5px 0px;
    }

.gridSlide {
}

    .gridSlide .grid-col {
        padding: 0 7.5px 0px;
        padding-bottom: 15px;
    }

    .gridSlide .img-inner:before {
        content: "";
        position: absolute;
        top: 10px;
        left: 10px;
        bottom: 10px;
        right: 10px;
        z-index: 9;
        border-top: 1px solid rgba(255, 255, 255, .8);
        border-bottom: 1px solid rgba(255, 255, 255, .8);
        -ms-transform: scale(0, 1);
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .gridSlide .img-inner:after {
        content: "";
        position: absolute;
        top: 10px;
        left: 10px;
        bottom: 10px;
        right: 10px;
        z-index: 9;
        border-left: 1px solid rgba(255, 255, 255, .8);
        border-right: 1px solid rgba(255, 255, 255, .8);
        -ms-transform: scale(1, 0);
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .gridSlide .img-inner:hover:before {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    .gridSlide .img-inner:hover:after {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

.headingDefault {
}

    .headingDefault h2 {
        margin: 0;
        padding-bottom: 12px;
        position: relative;
        margin: 20px 0 10px;
    }

        .headingDefault h2:before {
            position: absolute;
            content: '';
            height: 4px;
            width: 85px;
            background: #024bbfba;
            bottom: 0;
            border-radius: 20px;
            left: 0;
            right: 0;
            margin: auto;
        }

    .headingDefault &gt; .col-inner {
        background: white;
        border-top: 5px solid rgb(27, 73, 156);
        border-left: 0.5px solid rgb(27 73 156);
        border-right: 0.5px solid rgb(27, 73, 156);
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
    }

.visaoItem {
    margin-bottom: 30px;
}

    .visaoItem .icon-box-img {
    }

        .visaoItem .icon-box-img .icon {
        }

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

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

    .visaoItem .icon-box-text {
    }

        .visaoItem .icon-box-text h3 {
            margin-bottom: 5px;
        }

        .visaoItem .icon-box-text p {
            text-align: justify;
            font-size: 0.95em;
        }

.stProCategory {
    margin-top: -25px;
}

.gioithieuItem {
}

    .gioithieuItem .box-image {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        overflow: hidden;
    }

        .gioithieuItem .box-image .image-cover {
        }

    .gioithieuItem .box-text {
        padding: 0;
        margin-top: -23px;
    }

        .gioithieuItem .box-text .box-text-inner {
        }

            .gioithieuItem .box-text .box-text-inner h3 {
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-line-clamp: 1;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                text-align: center;
                color: #1b499c;
                padding: 0;
                margin: 0;
            }

            .gioithieuItem .box-text .box-text-inner p {
                margin: 0;
                padding: 10px;
                width: 100%;
                text-align: justify;
                background: #1b499c;
                color: white;
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-line-clamp: 4;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                text-align: justify;
                height: 106px;
            }

.partnerHeading {
}

    .partnerHeading h2 {
        padding-bottom: 12px;
        position: relative;
        margin: 20px 0 10px;
    }

        .partnerHeading h2:before {
            position: absolute;
            content: '';
            height: 4px;
            width: 85px;
            background: #024bbfba;
            bottom: 0;
            border-radius: 20px;
            left: 0;
            right: 0;
            margin: auto;
        }

.partnerGallery {
}

    .partnerGallery .gallery-box {
        opacity: 1;
    }

        .partnerGallery .gallery-box .box-image {
            padding: 10px;
            background: white;
            height: 100px;
            opacity: 1;
        }

            .partnerGallery .gallery-box .box-image img {
                object-fit: contain;
                width: 100%;
                height: 100%;
            }

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

.categoryProItem {
}

.categoryProThumb {
    padding: 9px;
    background-color: #F5F6F8;
    border-radius: 8px;
}

.categoryProThumbBox {
    border-radius: 8px;
    height: 195px;
    overflow: hidden;
}

.categoryProThumb img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-transition: all 400ms ease-out 0s;
    -webkit-transition: all 400ms ease-out 0s;
    -ms-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
}

.categoryProContent {
    padding: 5px;
}

.categoryProDesc1 {
    color: #8d8d8d !important;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    word-break: break-word;
    line-height: 1.3;
    margin: 0 0 1px;
}

.categoryProTitle {
}

    .categoryProTitle a {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-align: justify;
        color: black;
        line-height: normal;
        height: 50px;
    }

.categoryProItem:hover .categoryProTitle a {
    color: rgb(27, 73, 156);
}

.categoryProItem:hover .categoryProThumbBox img {
    transform: scale(1.1);
}

.categoryProDesc2 {
    color: #1f7f5c;
    font-size: 0.95em;
}

.asideBan1 {
    width: auto;
    max-width: 90px;
    position: fixed;
    top: 50px;
    left: 0;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    overflow: hidden;
}

    .asideBan1 img {
        width: 100%;
    }
.asideBan2 {
    width: auto;
    max-width: 90px;
    position: fixed;
    top: 50px;
    right: 0;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    overflow: hidden;
}
    .asideBan2 img {
        width: 100%;
    }

 .fixAside {
        position: fixed;
    width: 221px;
    height: 45px;
    bottom: 0;
    left: 90px;
    background: #fbd326;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    z-index: 9999;
    padding: 6px 20px;
}

      .fixAside ul {
       list-style: none;
    margin: 0;
    display: grid
;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    padding: 0;
    justify-content: center;
}
      .fixAside li {
    list-style: none;
    margin: 0;
    text-align: center;
    display: block;
}
       .fixAside ul li a {
    display: block;
    width: 35px;
    height: 35px;
    position: relative;
}

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

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

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

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

/*desktop*/
@media (min-width: 1440px) {
    .container, .container-width, .full-width .ubermenu-nav, .row {
        max-width: 1440px;
    }

    .partnerGallery {
        max-width: 1440px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .container, .container-width, .full-width .ubermenu-nav, .row {
        max-width: 1200px;
    }

    .partnerGallery {
        max-width: 1200px !important;
        margin-left: -9.8px !important;
        margin-right: -9.8px !important;
    }
}

@media only screen and (max-width: 48em) {
    .proListPage {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 25px;
    }
    .listCategoryHome {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }

    .categoryProThumbBox {
        height: 146px;
    }

    .boxPostGridRelate {
        grid-template-columns: repeat(1, 1fr);
    }

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

    .boxPostColex {
        padding-bottom: 30px;
    }

    .ulHeadInfo ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        margin: 0;
        gap: 5px;
    }

    .ulSocial {
        margin-bottom: 10px;
    }

    .is-small, .is-small.button {
        border: none;
        background: #024bbf;
    }

    .button.icon.is-small i {
        top: 0px;
    }
}
</pre></body></html>