@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


@font-face {
    font-family: 'Fira';
    src: url('../fonts/fira/FiraSans-Regular.ttf');
}

@font-face {
    font-family: 'FiraBold';
    src: url('../fonts/fira/FiraSansCondensed-SemiBold.ttf');
}

@font-face {
    font-family: 'Atonio';
    src: url('../fonts/antonio/Anton-Regular.ttf');
}

@font-face {
    font-family: 'AtonioBold';
    src: url('../fonts/antonio/Anton-Regular.ttf');
}

body {
    font-family: "Fira";
    font-size: 16px;
}

.font-anton {
    font-family: "Anton";
}

.font-opensan {
    font-family: "Open Sans", sans-serif;
}

.font-barlow {
    font-family: "Barlow", sans-serif;
}

.font-Atonio {
    font-family: "Atonio";
}

.font-AtonioBold {
    font-family: "AtonioBold";
}

.font-playfair {
    font-family: "Playfair", serif;
}

.content-content ul,
.content-content ol {
    list-style: inherit;
    padding-left: 20px;
}

.hc-offcanvas-nav a.nav-next {
    border-left-color: #fff;
    border-bottom-color: #ddd;
}

.hc-offcanvas-nav .nav-next span::before {
    border-color: #fff;
}

.font-misslegate {
    font-family: 'VL MISSLEGATEES.OTF';
}

.title-line {
    position: relative;
}

.zoom-image {
    overflow: hidden;
}

.zoom-image:hover img {
    transform: scale(1.02);
    transition: all 0.4s;
}

.zoom-image img {
    transition: all 0.4s;
}

.title-line:after {
    position: absolute;
    content: '';
    right: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/bf.png) no-repeat;
    width: 100px;
    height: 10px;
}

.swiper-nav:after {
    color: #fff;
    font-size: 16px;
}


.simply-scroll .simply-scroll-list li {
    height: auto !important;
    width: 100%;
    margin-bottom: 20px;
}

.title-line:before {
    content: "";
    position: absolute;
    content: '';
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/af.png) no-repeat;
    width: 100px;
    height: 10px;
}

/*  */

.section-home .swiper-pagination {
    display: flex;
    flex-flow: column;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.section-home .swiper-pagination span {
    width: 10px;
    height: 10px;
    margin-block: 10px;
    display: inline-block;
    position: relative;
    background: #c38e2b;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active:after,
span.swiper-pagination-bullet:hover:after {
    opacity: 1 !important;
    transition: 0.4s;
    transform: translate(-50%, -50%) scale(1) !important;
}

.section-home .swiper-pagination span:after {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #c38e2b;
    position: absolute;
    display: inline-block;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    top: 50%;
    opacity: 0;
    transition: 0.4s;
}

.section-home {
    position: relative;
}

.scroll-bds::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.scroll-bds::-webkit-scrollbar-thumb {
    background-color: #000;
    border: 2px solid #000;
}

.scroll-bds::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.hover-img:hover img {
    transform: scale(1.1);
    transition: 0.4s;
}

.hover-img img {
    transition: 0.4s;
}

.hover-img {
    overflow: hidden;
}

@media (max-width: 1024px) and (min-width: 768px) {
    .md-hidden-5>*:nth-child(5) {
        display: none;
    }

    .simply-scroll.simply-scroll-container,
    .simply-scroll-clip {
        height: 355px !important;
    }
}


@media (max-width: 1024px) and (min-width: 992px) {
    .item a {
        gap: 12px;
        font-size: 23px !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .item a {
        gap: 12px;
        font-size: 17px !important;
    }
}

@media (max-width: 768px) {
    .main-header {
        background: unset !important;
    }
}

@media (max-width: 767px) {

    .simply-scroll.simply-scroll-container,
    .simply-scroll-clip {
        height: 420px !important;
    }

    .title-main-banner {
        font-size: 29px!important;
    }

    .category-project-swiper {
        padding-inline: 0!important;
        margin-top: 35px;
    }

    .page-project-category .list-content {
        margin-top: 40px!important;
    }

    #search .btn {
        margin-top: 25px!important;
    }

    .home-slide .swiper-nav {
        display: none;
    }
    .content-content {
        font-size: 15px;
    }

    .item a {
        gap: 12px;
        font-size: 17px !important;
    }

    .row {
        gap: 0 !important;
    }
}

@media (max-width: 1024px) and (min-width: 992px) {
    .home-videos iframe {
        height: 260px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .home-videos iframe {
        height: 400px;
    }

    .simply-scroll.simply-scroll-container,
    .simply-scroll-clip {
        height: 420px !important;
    }
}

.simply-scroll.simply-scroll-container,
.simply-scroll-clip {
    width: 100% !important;
}

@media (min-width: 1440px) {

    .simply-scroll.simply-scroll-container,
    .simply-scroll-clip {
        height: 420px !important;
    }
}

@media (max-width: 1024px) {
    .page-hero-title .breadcrumb {
        /* padding: 5px 20px !important; */
    }

    .page-hero-title {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
        font-size: 15px;
    }

    .container-box {
        /* padding-inline: 15px; */
    }
}

@media (max-width: 991px) {
    .comment-home {
        width: 95%;
        overflow: hidden;
        margin-left: 5%;
    }

    .page-category-article .content-first {
        margin-top: 0!important;
    }

    .page-category-article .content-first h3 {
        margin-top: 15px;
    }

    .list-content .content-first > div:last-child {
        margin-top: 20px;
    }

    .comment-home h4 {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .product-main{
        display: block!important;
    }
    .product-main > div:first-child {
        margin-bottom: 25px;
    }
}

@media (max-width: 1024px) and (min-width: 992px) {

    .md-hidden-5>*:nth-child(5),
    .md-hidden-5>*:nth-child(4) {
        display: none;
    }
}

@media (max-width: 849px) and (min-width: 640px) {
    .tabBlock-content .grid>div:nth-child(3) {
        display: none;
    }
}

.pagination {
    display: flex;
    list-style: none;
    padding-left: 0;
    justify-content: center;
    margin: 30px 0;
    gap: 6px;
}

.page-item {
    display: inline-block;
}

.page-link {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    transition: all 0.25s ease-in-out;
    text-decoration: none;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

.page-link:hover {
    background-color: #f5f5f5;
    color: #000;
}

.page-item.active .page-link {
    background-color: #7a0000;
    border-color: #7a0000;
    color: #fff;
    font-weight: 600;
    pointer-events: none;
}

.page-item.disabled .page-link {
    color: #aaa;
    background-color: #f9f9f9;
    border-color: #ddd;
    cursor: not-allowed;
}

.content-content p,
.content-content li {
    margin-bottom: 10px;
    line-height: 26px;
}

.content-content {
    /* color: #222222; */
}

@media (max-width: 767px) {
    .content-content img {
        max-width: 100%;
        height: auto !important;
    }

    .content-content h2 {
        font-size: 17px !important;
        line-height: 35px;
    }
}

.content-content blockquote::before {
    content: url("data:image/svg+xml;utf8,<svg width='50' height='43' viewBox='0 0 50 43' fill='none' xmlns='http://www.w3.org/2000/svg'><g opacity='0.15' clip-path='url(%23clip0_581_1530)'><path d='M21.7715 18.6362V37.2695H0.333984V18.37C0.333984 5.59286 14.1152 3.99572 14.1152 3.99572L15.9527 7.72239C15.9527 7.72239 9.82773 8.52096 8.60273 12.78C7.37773 15.9743 9.82774 18.6362 9.82774 18.6362H21.7715Z' fill='%23C38E2B'/><path d='M49.334 18.6364V37.2698H27.8965V18.3703C27.8965 5.59311 41.6777 3.99597 41.6777 3.99597L43.5152 7.72263C43.5152 7.72263 37.3902 8.52121 36.1652 12.7803C34.9402 15.9745 37.3902 18.6364 37.3902 18.6364H49.334Z' fill='%23C38E2B'/></g><defs><clipPath id='clip0_581_1530'><rect width='49' height='42.5905' fill='white' transform='matrix(-1 0 0 -1 49.334 42.5935)'/></clipPath></defs></svg>");
    display: inline-block;
    width: 50px;
    /* tÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ng ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ng kÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ch thÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Âºc SVG */
    height: 43px;
    margin-right: 10px;
    vertical-align: middle;
    position: absolute;
    top: -15px;
    left: -70px;
}

.content-content blockquote::after {
    content: url("data:image/svg+xml;utf8,<svg width='50' height='44' viewBox='0 0 50 44' fill='none' xmlns='http://www.w3.org/2000/svg'><g opacity='0.15' clip-path='url(%23clip0_581_1533)'><path d='M28.0625 24.5061V5.8728H49.5V24.7723C49.5 37.5495 35.7188 39.1466 35.7188 39.1466L33.8812 35.4199C33.8812 35.4199 40.0063 34.6214 41.2313 30.3623C42.4563 27.168 40.0062 24.5061 40.0062 24.5061H28.0625Z' fill='%23C38E2B'/><path d='M0.5 24.5061V5.8728H21.9375V24.7723C21.9375 37.5495 8.15625 39.1466 8.15625 39.1466L6.31875 35.4199C6.31875 35.4199 12.4438 34.6214 13.6688 30.3623C14.8938 27.168 12.4438 24.5061 12.4438 24.5061H0.5Z' fill='%23C38E2B'/></g><defs><clipPath id='clip0_581_1533'><rect width='49' height='42.5905' fill='white' transform='translate(0.5 0.549316)'/></clipPath></defs></svg>");
    display: inline-block;
    width: 50px;
    /* chiÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âu rÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ng SVG */
    height: 44px;
    /* chiÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âu cao SVG */
    margin-left: 10px;
    vertical-align: middle;
    position: absolute;
    right: 85px;
    bottom: 0px;
}

.content-content blockquote {
    position: relative;
    /* padding-inline: 65px; */
    margin-top: 25px;
    margin-bottom: 20px;
    text-indent: 85px;
}

.content-content h2 {
    font-size: 25px;
    line-height: 36px;
}

@media (min-width: 1366px) and (max-width: 1560px) {
    .th360-comment>div>div {
        -webkit-line-clamp: 2 !important;
    }
}

.toggle-nav {
    position: unset;
    width: auto;
}

.hc-offcanvas-nav .nav-content>.nav-close:first-child a,
.hc-offcanvas-nav .nav-title+.nav-close a.has-label,
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav .nav-back a {
    background: #fff;
    border-top: unset;
    border-bottom: unset;
}

.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
    background: #413f3fc9;
    color: #fff;
}

.hc-offcanvas-nav .nav-item-link,
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav .nav-back a {
    padding: 14px 17px;
    font-size: 14px;
    color: #fff;
    z-index: 1;
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #ddd;
    transition: background .1s ease;
}

.hc-offcanvas-nav .nav-item-link,
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav .nav-back a {}

.hc-offcanvas-nav .nav-content>.nav-close:first-child a,
.hc-offcanvas-nav .nav-title+.nav-close a.has-label,
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav .nav-back a {
    background: #413f3fc9;
    border-top: unset;
    border-bottom: unset;
}

.hc-offcanvas-nav .nav-content>.nav-close a {
    font-size: 14px;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    z-index: 1;
    text-decoration: none;
    box-sizing: border-box;
}

.hc-offcanvas-nav .nav-close-button span::before,
.hc-offcanvas-nav .nav-close-button span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
}

.hc-offcanvas-nav .nav-wrapper>.nav-content>ul:first-of-type>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link {
    border-top: 1px solid #ddd;
}

.hover-tamnhin .hover {
    transform: translateY(0);
    transition: 0.4s;
    width: 100%;
}

.hover-tamnhin>div {
    width: 100%;
    height: 100%;
    transition: 0.4s;
}

.hover-tamnhin:hover>div:first-child {
    transform: translateY(-100%);
    transition: 0.4s;
}

.hover-tamnhin:hover>.hover {
    transform: translateY(-100%);
}

@media (max-width: 1920px) and (min-width: 1500px) {
    #header-top {
        max-width: 1400px;
        margin: 0 auto;
    }
}

@media (min-width: 1366px) {
    .home-slide .title-s{
        font-size: 50px;
        line-height: 53px;
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    #header-top {
        padding-inline: 15px;
    }

    #listMenuBar>li:first-child {
        display: none;
    }

    #listMenuBar>li:not(:last-child) {
        border-bottom: 1px solid #ddd;
        padding-bottom: 13px;
        margin-bottom: 13px;
    }

    #listMenuBar {
        padding-bottom: 15px;
        margin-top: 4px;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    #header-top {
        padding-inline: 20px;
    }
    .title-main-banner {
        font-size: 30px;
    }
}

@media (max-width: 1366px) and (min-width: 1200px) {
    #header-top {
        max-width: 1170px;
        margin: 0 auto;
    }
}

@media (max-width: 2880px) and (min-width: 2000px) {
    .page-responsibility>div {
        max-width: 1920px;
        margin: 0 auto;
    }
}

.content-content h1,
.content-content h2,
.content-content h3,
.content-content h4,
.content-content h5,
.content-content h6 {
    font-weight: 600;
    line-height: 1.3;
    margin: 1em 0 0.5em;
}


/* Responsive table: thÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âªm scroll ngang */

.content-content table {
    /*display: block;*/
    /* overflow-x: auto; */
    /* white-space: nowrap; */
}


/* Responsive video iframe */

.content-content iframe {
    max-width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    /* GiÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ tÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â· lÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ */
    display: inline-block;
}


/* Khi ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£nh nÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±m trong ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œoÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡n text ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£c cÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢n trÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡i */

.content-content p[style*="text-align:left"] img {
    display: inline-block;
    margin: 0 auto 1em 0;
}

.content-content img {
    display: inline-block;
}


/* Khi ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£nh nÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±m trong ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œoÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡n text ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£c cÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢n giÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯a */

.content-content p[style*="text-align:center"] img {
    display: inline-block;
    margin: 0 auto 1em auto;
}


/* Khi ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£nh nÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±m trong ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œoÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡n text ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£c cÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢n phÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£i */

.content-content p[style*="text-align:right"] img {
    display: inline-block;
    margin: 0 0 1em auto;
}

@media (max-width: 768px) {
    .content-content img {
        max-width: 100%;
        height: auto;
    }
}

.content-content table {
    width: 100%;
    border-collapse: collapse;
    /* gÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢p border thay vÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ tÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ch */
    margin: 1em 0;
    /* font-size: 15px; */
}

.content-content th,
.content-content td {
    /*border: 1px solid #808080;*/
    padding: 8px;
    /* thay cho cellpadding */
    /*text-align: left;*/
    /*vertical-align: middle;*/
}

.content-content table[border="1"] th,
.content-content table[border="1"] td {
    border: 1px solid #808080;
    /*padding: 8px;*/
    /* thay cho cellpadding */
    /*text-align: left;*/
    /*vertical-align: middle;*/
}



.content-content th {
    background: #f5f5f5;
    font-weight: 600;
}


/* NÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿u muÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œn giÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ cellspacing (khoÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ng cÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ch giÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯a ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´) */

.content-content table.separate {
    border-collapse: separate;
    border-spacing: 5px;
    /* giÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œng cellspacing="5" */
}


/* Responsive: cho phÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©p scroll ngang trÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âªn mÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â n hÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬nh nhÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â */

.content-content table {
    /*display: block;*/
    /* overflow-x: auto; */
    /* white-space: nowrap; */
}

textarea#postArea {
    height: 80px;
    padding-top: 25px;
}

.hover-menu:hover>.submenu {
    transform: rotateX(0deg);
    transition: 0.4s;
    transform-origin: top center;
}

.hover-menu>.submenu li:hover {
    /* color: yellow; */
    transition: all 0.4s;
}

.hover-menu .submenu {
    z-index: 999;
    position: absolute;
    background: #fff;
    top: calc(100% + 5px);
    min-width: 280px;
    left: 0;
    padding: 15px 15px;
    transform: rotateX(90deg);
    transition: 0.4s;
    transform-origin: top center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
}

.hover-menu .submenu.has-mega {
    /* top: 105px; */
    /* width: 65%; */
    /* position: fixed; */
    /* width: 65%; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
}

.hover-menu .submenu.has-mega:hover {
    /* transform: translateX(-50%); */
}

.hover-menu .submenu>li>a,
.hover-menu .submenu>ul>li>a {
    /* padding-bottom: 10px; */
    display: block;
    /* border-bottom: 1px solid; */
    margin-bottom: 10px;
    border-color: #fff;
    transition: all 0.4s;
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px; */
    padding-inline: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding-block: 10px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.hover-menu .submenu>li:last-child>a {
    margin-bottom: 0;
    border: unset;
    /* padding-bottom: 0; */
}

.item-vanhoa:hover .box-image img {
    transform: scale(1.1);
    transition: 0.4s;
}

.item-vanhoa .box-image img {
    transition: 0.4s;
}

.hover-grid:hover>div:first-child {
    width: 50%;
    transition: 0.4s;
}

.hover-grid * {
    transition: 0.4s;
}

.hover-grid:hover>div:last-child {
    width: 50%;
    flex-direction: row !important;
    display: flex;
    flex-flow: column;
}

.hover-grid:hover>div:last-child .hover-img img {
    height: 100% !important;
}

.hover-grid:hover>div:last-child .hover-img {
    height: 100%;
}


/* Shine */
.shine-overlay {
    position: relative;
    overflow: hidden;
}

.shine-overlay:hover .shine {
    display: block;
}

.shine {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background: -webkit-gradient(linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    color-stop(50%, rgba(255, 255, 255, 0.8)),
    to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 3;
    opacity: 0;
    transform: skew(30deg);
    animation: shine 0.75s linear 1;
}

@keyframes shine {
    0% {
        left: -50%;
        opacity: 0;
    }

    50% {
        left: 25%;
        opacity: 0.5;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

.home-videos iframe {
    width: 100%;
}

.footer-map iframe {
    width: 100%;
    height: 235px;
}

.page-hero-title .breadcrumb {
    /* display: flex; */
    /* align-items: center; */
    /* background: #f5f5f5; */
    /* padding: 5px 11px; */
}

.page-hero-title {
    /* margin-top: 25px; */
    /* margin-bottom: 20px; */
}

.page-hero-title .breadcrumb li:last-child {
    color: #7a0000;
}

.page-hero-title .breadcrumb a,
.page-hero-title .breadcrumb li {
    display: flex;
    align-items: center;
}

.home-default>span {
    margin-right: 8px !important;
}

.page-detail-product .description p,
.page-detail-product .description li {
    margin-bottom: 10px;
}

nav#hc-nav-1 svg path {
    fill: #fff;
}

.hc-offcanvas-nav .nav-content>h2,
.hc-offcanvas-nav .nav-content>h3,
.hc-offcanvas-nav .nav-content>h4,
.hc-offcanvas-nav .nav-content>h5,
.hc-offcanvas-nav .nav-content>h6 {
    color: #fff;
}

.hc-offcanvas-nav .nav-content>.nav-close:first-child a:hover,
.hc-offcanvas-nav .nav-title+.nav-close a.has-label:hover,
.hc-offcanvas-nav li.nav-close a:hover,
.hc-offcanvas-nav .nav-back a:hover {
    background: #413f3fc9a6;
}

.aside-menu a:before {
    display: none;
}

.aside-menu a {
    padding-inline: 20px;
}


/*  */
.services {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    overflow: hidden;
    justify-content: center;
}

.item {
    overflow: hidden;
}

.item a {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    /* color:#494D50; */
    text-decoration: none;

    font-size: 45px;
    /* font-weight:800; */
    text-transform: uppercase;

    opacity: 0;

    font-family: "Barlow", sans-serif;
    font-weight: normal;

    animation: reveal 2.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

/* xen kÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â½ direction */

.row:nth-child(odd) .item a {
    transform: translateX(-120px);
    clip-path: inset(0 100% 0 0);
}

.row:nth-child(even) .item a {
    transform: translateX(120px);
    clip-path: inset(0 0 0 100%);
}

@keyframes reveal {
    to {
        opacity: 1;
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
    }
}

/* svg{
  width:20px;
  height:20px;
  fill:currentColor;

  transition:.3s;
} */

a:hover svg {
    transform: translateX(8px);
}

/* Language */

@import url('https://fonts.googleapis.com/css?family=Muli');

body {
    font-family: Arial;
    font-family: 'Muli', sans-serif;
}

.nav-wrapper {
    /* width: 300px; */
    /* margin: 100px auto; */
    /* text-align: center; */
}

.sl-nav {
    display: inline;
}

.sl-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: inline-block;
}

.sl-nav li {
    cursor: pointer;
    /* padding-bottom:10px; */
}

.sl-nav li ul {
    display: none;
}

.sl-nav li:hover ul {
    position: absolute;
    top: 24px;
    right: -15px;
    display: block;
    background: #fff;
    width: 120px;
    padding-top: 0px;
    z-index: 99999;
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.sl-nav li:hover .triangle {
    position: absolute;
    top: 15px;
    right: -10px;
    z-index: 99999999999999;
    height: 14px;
    overflow: hidden;
    width: 30px;
    background: transparent;
}

.sl-nav li:hover .triangle:after {
    content: '';
    display: block;
    z-index: 20;
    width: 15px;
    transform: rotate(45deg) translateY(0px) translatex(10px);
    height: 15px;
    background: #fff;
    border-radius: 2px 0px 0px 0px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.sl-nav li ul li {
    position: relative;
    text-align: left;
    background: transparent;
    padding: 15px 15px;
    padding-bottom: 0;
    z-index: 2;
    font-size: 15px;
    color: #3c3c3c;
}

.sl-nav li ul li:last-of-type {
    padding-bottom: 15px;
}

.sl-nav li ul li span {
    padding-left: 5px;
}

.sl-nav li ul li span:hover,
.sl-nav li ul li span.active {
    color: #146c78;
}

.sl-flag {
    display: inline-block;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    width: 15px;
    height: 15px;
    background: #aaa;
    border-radius: 50%;
    position: relative;
    top: 2px;
    overflow: hidden;
}

/* .flag-de {
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAAAPUlEQVQ4T+3HMQ0AIBTE0NOHM8x9B7hgh71bIWGieUvze1m7kHGBr/AVvsJX+EpmP5dV5/gKX+ErfIUvVDYcX2NMxQC8PAAAAABJRU5ErkJggg==');
  background-size: cover;
  background-position: center center;
}
.flag-usa {
  background-size: cover;
  background-position: center center;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAABhUlEQVQ4T2Ows82PjGixsc4LD2tysC/09Kjw8622tyuICG8u0w/cpGSCBzF4e1VmZkzw9anOzOj38a4KCW4IC22ECHYk1l9tn4gHMeTlTnZxLikvm+XiUpKW2hvgX+vnV5OVOQEoOGfOtv94AYOzU3Fd7XxHh6Lq6rlurqUx0W0J8Z1AnbW18yotonaYuOJBDBXls4A+bGpaBCTz86YEBtQCvVBSPAPIbY0oP1/aiAcxABU1Ny+2tclvbFjo5FgUF9uenNwNDLnmpkWEnV1TPRcY1O1tS4H6i4umA/0MDK2K8tlAwRqHpP1uoXgQKKraWpcClTY3LQZaCLQ5NaUX5OaWJY3++SeTC/AgBmA4AXUClUJs9ver8fKsAAYEUJCws4G21dXNB1oFdD/Qz8DQTk4C+bm2dn6DZ9bRiDQ8iAEYt8CoBpK5YBIYw0AEEZwSXX4oMB4PYoC6gCzAcDqrjGzEsMfen2xEmbMv1rSTjRi26dqRjShz9o2+6WQjBrSShQSkZAIADvW/HLrLY6cAAAAASUVORK5CYII=');
} */


#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 99;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 50px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 35px;
    /* margin-left: -45px; */
    transform: translateX(-50%);
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}

.category-project-swiper .title {
    margin-top: 15px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}

.category-project-swiper {
    padding-inline: 90px;
    margin-top: 50px;
}

.category-project-swiper .swiper-nav::after {
    color: #000;
}

.page-project-category .list-content {
    margin-top: 55px;
}

.page-configurator .content-main {
    margin-top: 55px;
    margin-bottom: 45px;
}
.title-main-banner {
    font-size: 40px;
}

.page-category-product .breadcrumb *, .page-category-article .breadcrumb * {
    color: #fff!important;
}

.page-category-product .page-hero-title .container, .page-category-article .page-hero-title .container {
    padding: 0!important;
}

.page-category-product .breadcrumb .border-r, .page-category-article .breadcrumb .border-r {
    border-color: #fff;
}
.page-category-article .main-page .content-first img {
    height: 340px;
    border-radius: 10px;
}