/* Font */
@font-face {
    font-family: 'Daybreaker';
    src: url('../fonts/Daybreaker.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'EBGaramond';
    src: url('../fonts/EBGaramond-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Peristiwa';
    src: url('../fonts/SVN-Peristiwa.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Header */
ul.header-nav.header-nav-main.nav.nav-left.nav-size-large.nav-spacing-medium {
    justify-content: center;
}

li.html.custom.html_topbar_left a,
li.html.custom.html_topbar_right a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
li.html.custom.html_topbar_left i,
li.html.custom.html_topbar_right i {
    width: 40px;
    height: 40px;
    background: #990000;
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
}
li.html.custom.html_topbar_left span.number-phone,
li.html.custom.html_topbar_right span.address {
    color: #ffff99;
    font-size: 15px;
    text-transform: none;
}
li.home-menu.menu-item a {
    padding: 0;
    font-size: 30px;
    font-weight: bold;
}

/* Footer */
.section.top-bottom .col.medium-3 {
    padding-bottom: 0;
}
.section.top-bottom .col.medium-3 .text h4 {
    text-transform: uppercase;
    font-weight: 500;
}
.section.footer1 .row1 .col {
    padding-bottom: 15px;
}
.section.footer1 .row1 .wpcf7-form {
    position: relative;
}
.section.footer1 .row1 .wpcf7-form .wpcf7-submit {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}
.section.top-bottom .box.box-vertical.box-text-bottom {
    display: flex;
    align-items: center;
}
.section.footer1 .row2 .container.section-title-container {
    margin-bottom: 5px;
}
.section-title-normal span,
.section-title-normal {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.section.footer1 .row2 .col {
    padding-bottom: 0;
}
.section.footer1 .row2 .ux-menu span.ux-menu-link__text {
    color: rgb(255 255 255 / 80%) !important;
} 
.section.footer1 .row2 .ux-menu span.ux-menu-link__text:hover {
    color: #fff !important;
}

span.header-cart-title {
    text-transform: none;
    color: #ffff99;
    font-weight: 600;
    font-size: 15px;
}
a.header-cart-link.nav-top-link.is-small.off-canvas-toggle {
    display: flex;
    flex-flow: column-reverse;
}
a.header-cart-link.nav-top-link.is-small.off-canvas-toggle span.cart-icon.image-icon {
    margin: 0;
}
ul.sub-menu.nav-dropdown.nav-dropdown-simple {
    /* min-width: max-content; */
}
.nav-dropdown-has-shadow .nav-dropdown ul.sub-menu {

}

.section.home-top-category .col {
    padding-bottom: 0;
}
.section.home-top-category .col .box-image img {
    border: 5px solid #9900009f;
    border-radius: 50%;
}
.section.home-top-category .col .box-text.text-center {
    padding-bottom: 0;
}


/* Home page */
.section.home-product-category span.section-title-main,
.section.home-product-feature span.section-title-main,
.section.home-blogs span.section-title-main,
.section.home-certification span.section-title-main,
.section.home-material span.section-title-main {
    font-family: 'EBGaramond' !important;
    font-size: 30px;
    color: #063;
}
.section-title b {
    background-color: #cc9933 !important;
    opacity: .3 !important;
}
.section.home-product-category .col {
    padding-bottom: 0;
}
.section.home-product-category .box-text {
    padding-top: 0;
}
.section.home-product-category .box-text h4 {
    text-transform: uppercase;
    font-weight: 500;
    color: #cc9933;
}
.product-small.box .name.product-title a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.product-small.box .name.product-title a:hover {
    color: #cc9933;
}
.product-small.box .box-excerpt {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    font-size: 14px;
}
.product-small.box .price span.amount {
    color: #990000;
}
.section.home-product-feature {
    padding-bottom: 0 !important;
}
.section.home-material .row .gallery-col.col {
    padding-bottom: 0;
}
.section.home-material .gallery-col.col .box-text.text-center {
    padding: 0;
}
.section.home-material .gallery-col.col .box-image img {
    padding: 15px;
    object-fit: contain;    
    margin: 5px;
}

.box .box-image .image-cover img {
    object-fit: cover;
}
.dark .button {
    color: #900 !important;
    background-color: #ffff99 !important;
}
.col.video-right-achievements {
    max-height: 447px;
    overflow-y: auto;
}
.row-achievements-video {
    margin-top: 30px;
}
.col.video-right-achievements .video {
    margin-bottom: 5px;
}
.col.video-right-achievements::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}
.col.video-right-achievements::-webkit-scrollbar {
	width: 4px;
	background-color: #F5F5F5; 
}
.col.video-right-achievements::-webkit-scrollbar-thumb {
	background-color: #807d7d;
	border-radius: 8px;
}


/* Footer social */
.btn-list {
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 0;
    top: 50%;
    border-radius: 10px 0 0 10px;
    transform: translate(0, -50%);
    z-index: 99999;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ffffcc;
    background: linear-gradient(180deg, #F5FFF3 69.1%, rgba(255, 255, 255, 0) 100%);
}
.btn-float-container {
    width: 62px;
    padding: 8px 0 4px 0;
    font-size: 10px;
    text-align: center;
}
.btn-float {
    display: block;
    margin: 0 auto !important;
    background-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    width: 28px;
    height: 28px;
    background-size: cover;
}
.menu-click-to-call {
    background-image: url('../../assets/img/widget_m_icon_click_to_call.png');
}
.menu-facebook {
    background-image: url('../../assets/img/widget_m_icon_facebook.png');
}
.menu-zalo {
    background-image: url('../../assets/img/widget_m_icon_zalo.png');
}
.menu-google-map {
    background-image: url('../../assets/img/widget_m_icon_map.png');
}

.col.medium-6.small-12.large-6 .col-inner.box-shadow-2 .box-image img {
    object-fit: contain !important;
}

/*  */
/* .home-product-category .has-hover:hover .hover-bounce {
    transform: none !important;
    transition: none;
}
.home-product-category .box .box-text-inner .img {
    display: none;
    transition: all 1s;
}
.home-product-category .box:hover .box-text-inner .img {
    position: absolute;
    bottom: 85%;
    left: 0;
    right: 0;
    display: block;
    transition: all 1s;
} */



/* --- Responsive --- */
@media (max-width: 767px) {
    .section.top-bottom .box.box-vertical.box-text-bottom {
        display: block;
    }
    .section.top-bottom .box.box-vertical .box-image {
        text-align: center;
        width: 30% !important;
    }
    .section.top-bottom .box.box-vertical .box-image img {
        height: 50px;
        object-fit: contain;
    }

    .section.home-top-category .col .box-image {
        width: 80% !important;
    }
    .section.home-top-category .col .box-image img {
        border: 1px solid #9900009f;
    }
    .section.home-product-category span.section-title-main, 
    .section.home-product-feature span.section-title-main, 
    .section.home-blogs span.section-title-main, 
    .section.home-certification span.section-title-main, 
    .section.home-material span.section-title-main {
        font-size: 26px;
        line-height: normal;
    }
    .section.home-product-category .section-title, 
    .section.home-product-feature .section-title, 
    .section.home-blogs .section-title, 
    .section.home-certification .section-title, 
    .section.home-material .section-title {
        justify-content: center;
    }
    .section.home-product-category .section-title b, 
    .section.home-product-feature .section-title b, 
    .section.home-blogs .section-title b, 
    .section.home-certification .section-title b, 
    .section.home-material .section-title b {
        display: none;
    }
    .section.footer1 .col {
        padding-bottom: 0 !important;
    }
    .section.footer1 .social-icons.follow-icons a {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .section.footer1 p {
        margin-bottom: 0;
    }
    .section.footer1 .row1 .wpcf7-form {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .section.footer1 .row2 .img-inner.dark {
        margin-bottom: 15px;
    }

    .section.top-bottom .col.medium-3 .text h4 {
        text-align: center;
    }

    .banner-top-archive.custom-layout2 h1.woocommerce-products-header__title {
        font-size: 40px !important;
        margin-bottom: 20px;
    }
    .banner-top-archive.custom-layout2 .desc h3 {
        font-size: 34px;
    }
    .banner-top-archive.custom-layout2 .desc h6 {
        font-size: 14px;
    }
    .custom-layout2 .note {
        margin-bottom: 15px;
    }
    li.home-menu.menu-item {
        display: none;
    }

}

@media (max-width: 480px) {
    .section.home-top-category {
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 10px 0 !important;
    }
    .section.home-top-category .row.row-collapse {
        display: -webkit-box;
    }
    .section.home-top-category .col .box-text.text-center {
        display: -webkit-inline-box;
    }
    .product-small.box .name.product-title a,
    .product-small.box .box-excerpt {
        font-size: unset;
    }
    .section.top-bottom .col.medium-3 .text h4 {
        font-size: 12px;
    }
    .section.top-bottom .box.box-vertical .box-image img {
        height: 35px;
    }
    .section-title b {
        display: none !important;
    }
}