/*
Theme Name: Bình Minh
Author: MONDIAL.vn
Author URI: https://mondial.vn
Description: Ắc Quy Bình Minh
Version: 100.0
*/
@import url("style_adder.css");
@font-face {
    font-family: 'mainr';
    src: url("fonts/mainr.ttf");
    font-display: swap;
}
@font-face {
    font-family: 'mainm';
    src: url("fonts/mainm.ttf");
    font-display: swap;
}
@font-face {
    font-family: 'mainb';
    src: url("fonts/mainb.ttf");
    font-display: swap;
}

:root {
    --main: #81C784;
    --sub1: #7EB3C5;
    --sub2: #FFF8C4;
	--lgray: #808080;
    --gray: #202020;
}
::-webkit-scrollbar { width: 10px; background-color: #ddd; }
::-webkit-scrollbar-thumb {
    height: 20%;
    background: #aaa;
    border: 1px solid #ddd;
    transition: 0.3s;;
}
::-webkit-scrollbar-thumb:hover { background: var(--sub1) }
::selection { background: #ddd; color: var(--main); }
::-moz-selection { background: #ddd; color: var(--main); }
::-webkit-selection { background: #ddd; color: var(--main); }

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
html,body,button,p,text,textarea,select,input {
	outline: 0;
	font-family: 'mainr';
    line-height: 1.4;
}
b, strong { 
    font-family: 'mainb'; 
    font-weight: unset;
}
h1, h2, h3, h4, h5, h6 {
    margin: 15px 0;
    font-weight: normal;
    font-family: 'mainb';
    line-height: 1.2;
    transition: 0.3s;;
}
*:focus { box-shadow: none !important; }
input::placeholder {
    opacity: 1 !important;
    transition: 0.3s;
}
input[type='text']:focus::placeholder,
input[type='email']:focus::placeholder { color: transparent !important; }
/*WRAPPER_CENTER*/
.wrapper-center { margin: auto; max-width: 1600px; }
@media (min-width: 569px) { .wrapper-center { width: 90%;}}
@media (max-width: 568px) { .wrapper-center { margin: 0 30px }}


/*header*/
.pdt60 { padding-top: 110px }
.fixed { 
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}
#progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(to right, var(--sub1), var(--main)); 
    width: 0%;
    z-index: 0;
    transition: width 0.5s linear;
}
.head-bar { 
    transition: 0.3s ease-out;
    background-color: var(--sub2);
}
.head-bar.pad-rez { padding: 15px 0 }
.head-bar .custom-logo.width-rez { 
    max-width: 150px;
}
@media (max-width: 1200px) {
    .head-bar .wrapper-center {
        display: flex;
        align-items: center;
    }
}
/*head main menu*/
.mega-menu>li>.mega-menu-link { letter-spacing: 0.5px; }
#mega-menu-primary >li>.mega-menu-link {
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, 
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, 
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
    height: 2px;
}
@media (min-width: 1201px) {
    .head-bar { 
        padding: 30px 0;
        background: var(--sub2);
    }
    #mega-menu-wrap-primary #mega-menu-primary {
        margin-top: 20px;
        justify-content: space-between;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item>a {
        position: relative;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item>a::after {
        position: absolute;
        left: 0;
        bottom: -5px;
        content: "";
        display: inline-block;
        width: 0;
        height: 2px;
        background: var(--sub1);
        transition: 0.5s ease-out;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover>a::after {
        width: 100%;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item>ul {
        top: 25px;
        left: 0px !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
        margin: 0;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
        font-size: 24px;
        top: -2px;
        color: var(--sub1)
    }
    .mega-current-category-ancestor>a,
    .mega-current-menu-item>a,
    .mega-current-post-ancestor>a {
        color: var(--main) !important;
        font-family: 'mainb' !important;
    }
    #mega-menu-primary {
        display: flex !important;
        justify-content: flex-start;
        flex-direction: row;
    }
}
@media (max-width: 1200px) {
    .head-bar { padding: 10px 0; }
    #mega-menu-primary >li>.mega-menu-link {
        padding: 0 15px !important;
    }
}

/*footer*/
.footer-icons,
.footer-info p { margin: 0; }
.footer-contact-banner img,
.footer-icons img { border-radius: 50%; }
.footer-contact-banner .box-in .wp-block-column:hover img {
    border: 5px solid var(--sub2);
    background-color: var(--sub2);
    box-shadow: 0 0 5px 5px #00000020;
    transform: scale(1.1);
}
.footer-icons img:hover {
    transform: scale(1.1);
    filter: hue-rotate(110deg) brightness(2.4);
}
.footer-contact-banner .box-in {
    gap: 0 !important;
}
.footer-info .wp-block-button__link:hover {
    background-color: var(--sub1) !important;
}
.footer-menu {
    border-right: 1px solid #00000020;
}
.footer-info .wp-block-column ul li {  
    position: relative;
    margin: 5px 0;
    list-style: none;
    transition: 0.3s ease-out;
}
.footer-info .wp-block-column ul li::before {
    position: absolute;
    content: "▶";
    left: -20px;
    top: 0;
    font-size: 15px;
    color: var(--sub1);
    transition: 0.3s ease-out;
}
.footer-info .wp-block-column ul li::after {
    position: absolute;
    content: "";
    left: -20px;
    top: 9px;
    width: 0;
    height: 2px;
    background: var(--sub1);
    transition: 0.3s ease-out;
}
.footer-info .wp-block-column ul li:hover {
    padding-left: 20px;
}
.footer-info .wp-block-column ul li:hover::before {
    left: -2px;
}
.footer-info .wp-block-column ul li:hover::after {
    width: 20px;
}
.footer-info .wp-block-column ul li:hover a { color: var(--sub1)}

.copyright {padding: 25px 0; }
.copyright a { color: #000; }
@media (min-width: 769px) { 
    .footer-contact-banner .box-in .wp-block-column {
        position: relative;
    }
    .footer-contact-banner .box-in .wp-block-column::after {
        content: "";
        position: absolute;
        bottom: -15px;           
        left: 50%;           
        transform: translateX(-50%);
        width: 0px;        
        height: 3px;
        background-color: var(--sub1);
        transition: 0.3s ease-out;
    }
    .footer-contact-banner .box-in .wp-block-column:hover::after{
        width: 60px;
        transition: width 0.5s linear;
    }
    .footer-contact-banner .box-in .wp-block-column:nth-child(-n+2)::before {
        position: absolute;
        content: "";
        right: 0;
        top: 10px;
        width: 2px;
        height: 80px;
        background-color: #ffffff50;
    }
    .copyright { text-align: center; } 
}
@media (max-width: 768px) { 
    .footer-contact-banner .box-in .wp-block-column {
        margin: 20px;
    }
}

.block-mobile-buttons {
    z-index: 999;
    position: fixed;
    right: 5px;
    bottom: 0px;
}
.pulse {
    cursor: pointer;
    margin: 20px 15px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.pulse:hover img {
    transform: scale(1.2);
    filter: brightness(1.1);
}
.pulse::before,
.pulse::after {
    content: "";
    position: absolute;
    border: 1px solid #bca8d4;
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    border-radius: 50%;
    animation: pulse 1s ease-out infinite;
}
.pulse:hover::before, 
.pulse:hover::after { border: 1px solid #b7e4d2}
.pulse::after { animation-delay: 0.3s }
.pulse img { width: 70px; height: 70px; }
@keyframes pulse {
    0% { transform: scale(0.6); opacity: 0 }
    50% { transform: scale(1); opacity: 1 }
    100% { transform: scale(1.2); opacity: 0 }
}
/*end footer*/



/*trang chu - home*/
.mondial-home {
    position: relative;
    overflow: hidden;
    padding: 0 0 80px 0;
}
.home-banner { overflow: hidden; position: relative;}
.home-banner img { width: 100%; }
@media (max-width: 600px) {
    .home-banner img { height: 500px; }
}
.marquee {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    width: 100%;
  }
.track{
    display: flex;
    width: max-content;
    animation: scroll 15s linear infinite;
}
.track p {
    font-family: 'mainb';
}
.group{
    font-size: 200px;
    white-space: nowrap;
    margin: 0;
    padding-right: 2rem; /* khoảng cách giữa cụm chữ */
    color: transparent; 
    -webkit-text-stroke: 1px #808080; /* viền chữ */
  }
  @keyframes scroll{
    from{ transform: translateX(0); }
    to  { transform: translateX(-50%); }
  }
/*trang chu - tim kiem*/
.home-search {
    width: 80%;
    margin: auto;
    position: relative;
    top: -25px;
    display: flex;
    align-items: center;
    background: var(--main); /* tím */
    border-radius: 30px;
    padding: 0 0 0 30px;
    overflow: hidden;
  }
  
.home-search select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: var(--main);
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: none;
    padding: 12px 40px 12px 20px;
    cursor: pointer;
    flex: 1;
    border-right: 1px solid #ffffff50;
}
  
/* Mũi tên xuống */
.home-search select {
    background-image: url("images/arrow-down.png");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
  }
  
/* Option trong dropdown */
.home-search select option {
    background: #f1f1f1;
    color: var(--main);
    padding: 10px 20px !important;
    font-size: 15px;
}
/* option */
.home-search select option {
    background: #f7f7f7;
    color: #5a2e91;
    padding: 10px;
    border: none;
    border-top: 1px solid #eee;
}

.home-search select option:hover {

}
.home-search select option:checked {
    background: var(--main);
    color: var(--sub2);
    padding: 10px 20px;
}


/* Button */
.home-search button {
    background: var(--main);
    border: none;
    color: #fff;
    padding: 15px 30px 15px 20px;
    cursor: pointer;
    transition: 0.3s ease-out;
}
.home-search button img {
    width: 20px;
    height: 20px;
}
.home-search button:hover img {
    transform: scale(1.1);
}
  


/*trang chu - gioi thieu*/
.home-about { overflow: unset !important;}
.home-about-robot img {
    transform-origin: center;
    animation: zoomLoop 3s ease-in-out infinite;
    will-change: transform;
}
@keyframes zoomLoop{
    0%,100%{ transform: scale(1); }
    50%   { transform: scale(1.1); }
}
@media (min-width: 800px) {
    .home-about .wp-block-column {
        position: relative;
    }
    .home-about .wp-block-column .home-about-robot {
        z-index: 0;
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}
/*trang chu - dich vụ*/
.home-services p,
.home-services .wp-block-heading {
    width: 85%;
    margin: 0 auto;
    transition: 0.5s ease-out;
} 
.home-services .wp-block-column:hover * { color: var(--sub2) !important }
.home-services .wp-block-column {
    position: relative;
    border-radius: 20px;
    padding: 25px 0;
    transition: 0.5s ease-out;
}
.home-services .wp-block-column:hover { background-color: var(--sub1); }
.home-services .wp-block-column .wp-block-image:nth-child(2) {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: 0.5s ease-out;
}
.home-services .wp-block-column:hover .wp-block-image:nth-child(2) { opacity: 1; }
.home-services .wp-block-column:hover .wp-block-image:nth-child(1) { opacity: 0; }
@media (min-width: 1025px) {
    .home-services .wp-block-column::before,
    .home-services .wp-block-column::after {
        content: "";
        position: absolute;
        width: 1px;
        height: 60px;
        top: 35px;
        background-color: var(--main);
        border-radius: 1px;
    }
    .home-services .wp-block-column::before { left: 0px }
    .home-services .wp-block-column::after { right: 0px }
    .home-services .wp-block-column:nth-child(1)::before,
    .home-services .wp-block-column:nth-child(4)::after { visibility: hidden; }
}
@media (max-width: 900px) and (min-width: 601px) {
    .home-services.gap0 .wp-block-column {
        flex-basis: 50% !important;
    }
}

/*trang chu - doi tac*/
.home-logo-partners td img,
.home-logo-partners .wp-block-image img {
    transition: transform 1s, opacity 1s;
    transform-style: preserve-3d;
}
.home-logo-partners td:hover img,
.home-logo-partners .wp-block-image:hover img {
    opacity: 0.9;
    transform: rotateY(180deg) scaleX(-1);
    border-radius: 10px;
    box-shadow: 0 2px 5px -1px #000;
}
.home-logo-partners td {background-color: transparent !important;}
.home-logo-partners td img { width: calc(100% - 20px); margin: 10px;}
@media (max-width: 1024px) and (min-width: 601px) {
    .home-logo-partners .wp-block-image {
        width: 23% !important
    }
}
@media (max-width: 600px) {

}

/*trang chu - vi sao chọn*/
@media (min-width: 1201px) {
    .home-why {
        overflow: hidden;
        padding: 15px 0;
    }
    .home-why .wp-block-column .wp-block-heading {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }
    .home-why:hover .wp-block-column .wp-block-heading { opacity: 0; }
    .home-why .wp-block-column { position: relative; }
    .home-why .wp-block-column p {
        z-index: 0;
        color: #000;
        padding: 20px 25px;
        border-radius: 10px;
        background-color: var(--sub2);
        position: absolute;
        left: 0;
        top: 0;    
        opacity: 0;
        transition: 0.3s ease-out;
    }
    .home-why:hover .wp-block-column p {
        opacity: 1; 
        top: 50%;
        transform: translateY(calc(-50% - 15px));
    }
    .home-why .wp-block-column:nth-child(2)::after {
        content: "";
        position: absolute;
        top: -75px;
        left: 0;
        height: 4px;
        border-radius: 2px;
        background: var(--sub1);
        width: 0;
        transition: width 2s;
    }
    .home-why:hover .wp-block-column:nth-child(2)::after { width: 100%; }
}

/*trang chu - san pham*/
.home-products { margin: 50px 0;}
.home-list-products {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 cột */
    gap: 15px;
}
.home-list-products .product-item {
    overflow: hidden;
    border-radius: 20px;
    display: grid;
    grid-template-rows: auto 1fr;
}
.product-item .child-cat {
    height: 50px;
    padding: 10px 15px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-bottom: 2px dashed var(--sub2);
}
.product-item .child-cat img {
    max-width: 80px;
    max-height: 30px;
    object-fit: contain;
}
.product-item:hover .child-cat {
    background-color: #DED8E6;
    border-bottom: 2px dashed var(--main);
}
.product-item .thumb img {
    margin: auto;
    max-width: 70%;
}
.product-item .thumb,
.product-item .child-cat {
    background-color: var(--sub2);
    transition: 0.3s ease-out;
}
.product-item:hover .thumb { 
    background-color: var(--main)
}
.product-item:hover .thumb img {
    transform: scale(1.1);
    filter: brightness(1.1);
}
.product-item .top h3 {
    background-color: var(--main);
    margin: 0;
    display: flex;
    justify-content: center;
    font-family: 'mainm';
    color: #fff;
    padding: 15px 20px 5px 20px;
}
.product-item .top h3 span {
    margin-top: 5px;
}
.product-item .top h3 img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    margin-right: 10px;
}
.product-item .short-desc {
    background-color: var(--main);
}
.product-item .short-desc ul {
    padding: 10px 15px 15px 20px;
    margin: 0;
}
.product-item .short-desc ul li {
    color: #fff;
    list-style: none;
    margin: 0 0 3px 0;
}
.product-item .short-desc ul li:nth-last-child(-n+2) {
    display: none;
}
.product-item .short-desc ul li strong {
    font-family: 'mainm';
}
.product-item .price-box {

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    position: relative;
    padding: 10px 25px;
    border-top: 2px dashed var(--main);
    background-color: #DED8E6;
}
.product-item .price-box::after {
    content:url('images/arrow-right.png');
    position: absolute;
    right: 15px;
    top: 20px;
}
.product-item .price-box::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 3px;
    background-color: var(--sub1);
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s ease-out;
}
.product-item:hover .price-box::before {
    width: 100%;
}
.product-item .price-box .regular-price {
    color: #fff;
    font-family: 'mainm';
    font-size: 16px;
}
.product-item .price-box .final-price,
.product-item .price-box .sale-price {
    display: block;
    color: var(--main);
    font-size: 24px;
    font-family: 'mainm';
}
@media (max-width: 992px) {
    .home-list-products {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .home-list-products {
        grid-template-columns: 1fr;
    }
}
/* để mọi item cao bằng nhau */
.home-list-products {
    align-items: stretch;
}

/*trang chu - tin tuc*/
.home-news h2 { margin-top: 50px; font-size: 32px;}
.home-news .list-news { 
    margin: 30px -10px;
    justify-content: center;
} 
.home-news .item {
    border-radius: 20px;
    margin: 10px;
    height: calc(100% - 20px);
    display: flex;
    flex-direction: column;
    background: #f1f1f1;
    transition: 0.5s ease-out;
    overflow: hidden;
}
.home-news .item:hover { 
    box-shadow: 0 5px 15px -5px #000;
}
.home-news .item .thumbnail {
    overflow: hidden;
    width: 100%;
    padding-top: 66%;
}
.home-news .item .thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-news .item .info {
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}
.home-news .item .info::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0%;
    background: var(--sub1);
    transition: 0.5s ease-out;
}
.home-news .item:hover .info::before { width: 100%; }
.home-news .item:hover h4 { color: var(--sub1) }
.home-news .item .description {
    font-size: 14px;
    color: var(--gray);
    -webkit-line-clamp: 2;
}
.home-news .item h4 {
    font-size: 18px;
    color: #000;
    margin: 0 0 10px 0;
    font-family: 'mainm';
    -webkit-line-clamp: 3;
}
.home-news .item .date {
    color: var(--lgray);
    font-size: 14px;
    letter-spacing: 1px;
}
.home-news .item .description,
.home-news .item h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.home-news .item:hover .thumbnail img { transform: scale(1.1); }
.home-news .item .bottom {
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin-top: 15px;
}
.home-news .read-more img {
    width: 32px;
    height: 32px;
}
.home-news .item:hover .read-more img {
    transform: scale(1.1);
    filter: brightness(1.1);
}
@media (min-width: 1025px) {
 
}
@media (max-width: 1024px) {
 
}
@media (max-width: 600px) {
   
}


/*trang san pham - danh muc*/
.binhminh-shop { padding: 50px 0; }
.binhminh-shop .shop-title { 
    font-size: 40px; 
    color: var(--main)
}
.binhminh-shop-categories {
    text-align: center;
    margin-bottom: 20px;
}
.binhminh-shop-categories a {
    margin: 0 10px 10px 0;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 5px;
    background-color: var(--sub1);
    color: #000;
    letter-spacing: 0.5px;
    font-family: 'mainm';
}
.binhminh-shop-categories a:hover {
    background-color: var(--main);
    color: #fff;
}
.binhminh-products { margin: 0 -5px }
.binhminh-product {
    display: block;
    margin: 10px 5px;
    height: calc(100% - 20px);
    border: 1px solid #ddd;
}
.binhminh-product:hover {
    border: 1px solid var(--sub1);
    box-shadow: 0 5px 10px -5px #000;
}
.product-thumbnail {
    position: relative;
    width: 100%;
    padding-top: 100%;
}
.product-thumbnail>img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 80%;
    height: 100%;
    object-fit: contain;
    margin: auto;
}
.binhminh-product:hover .product-thumbnail img {
    transform: scale(0.9);
}
.product-info { margin: 20px;}
.product-name {
    font-family: 'mainm';
    margin: 15px 0 10px 0;
    font-size: 16px;
}
.product-sku {
    letter-spacing: 1px;
    border-bottom: 1px solid #ddd;
    margin: 10px 0 20px 0;
    padding-bottom: 15px;
}
.product-price {
    font-size: 14px;
    color: var(--gray);
}
.product-price .price {
    display: block;
    position: relative;
}
.binhminh-product:hover .product-name { color: var(--main); }
.binhminh-product:hover .product-sku {
    color: var(--sub1);
    border-bottom: 1px solid var(--sub1);
}
.page-numbers { padding: 0; }
.storefront-sorting {
    width: 100%;
    font-size: 14px;
    margin: 20px 0;
}

/*trang san pham - chi tiet*/
.binhminh-single-product { padding: 50px 0 }

.single-product_title {
    font-size: 40px;
    color: var(--main);
    margin: 0;
}
.single-product-price del {
    font-size: 18px;
    color: var(--lgray);
    margin-right: 5px;
}
.single-product-price ins {
    font-size: 24px;
    font-family: 'mainm';
    color: red;
}
.add-to-cart-btn {
    margin: 15px 0;
    display: flex;
    border: 2px solid var(--sub1);
    border-radius: 8px;
    overflow: hidden;
}
.add-to-cart-btn button {
    width: 75%;
    border: none;
}
.add-to-cart-btn .quantity {
    width: 25%;
}
.add-to-cart-btn .quantity .qty {
    width: 100%;
    text-align: center;
    background-color: #f1f1f1;
}
.need-to-contact a {
    display: block;
    width: 100%;
    background-color: var(--main);
    border-radius: 8px;
    color: var(--sub2);
    text-align: center;
    padding: 12px 20px;
}

.single-product-short-description {
    margin: 25px 0;
    padding: 5px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.single-product-short-description strong {
    font-family: 'mainm';
}
.single-product-short-description ul li {
    position: relative;
    list-style: none;
    margin: 3px 0;
    padding-left: 10px;
}
.single-product-short-description ul li::before {
    content: "";
    position: absolute;
    left: -18px;
    top: 2px;
    width: 16px;
    height: 16px;
    background: url("images/battery.png") no-repeat center;
    background-size: contain;
}
.single-product-meta a {
    font-size: 14px;
    padding: 3px 10px;
    border-radius: 3px;
    background-color: var(--sub1)
}
.single-product-meta a:hover {
    background-color: var(--main);
    color: #fff !important;
}
.single-product-meta b {
    margin-right: 2px;
    letter-spacing: 0.5px;
}
.single-product-meta .sku_wrapper,
.single-product-meta .posted_in,
.single-product-meta .tagged_as {
    padding: 5px 0;
    display: block;
}
.single-product-contact { 
    align-items: baseline;
    padding-top: 5px;
}
.single-product-contact .text { font-family: 'mainb'; }
.single-product-contact .hotline {
    margin-left: 10px;
    font-size: 24px;
    font-family: 'mainm';
    color: var(--main)
}
.single-product-content {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 30px;
}

@media (min-width: 1025px) {
    .single-product-content .top {
        text-align: center;
    }
    .single-product-content .bottom {
        width: 80%;
        max-width: 1000px;
        margin: auto;
    }
}
.single-product-content .left span {
    font-family: 'mainb';
    color: var(--main);
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 25px;
}



/*trang trong*/
.the-content { padding: 50px 0; }
/*trang 404*/ 
.head-title-404 h2 { 
    color: var(--main);
    margin: 30px;
}
.mondial-404 .return-home { margin: 30px 0; }

/*navigation*/
.navigation {
	padding: 30px 10px 20px 10px;
	width: 100%;
	text-align: center;
}
.navigation ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	padding: 0;
	margin: 0;
}
.navigation li {
    display: inline-block;
    margin: 5px 3px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    font-size: 13px;
    display: inline-block;
    padding: 5px 13px;
    color: #fff;
    background-color: #000;
    cursor: pointer;
}
.navigation li.active a {
    background-color: var(--main);
}
/*end navigation*/




/*css breadcrumb - nut - tieu de - menu */
.anisl { transform: translate3d(-100px, 0px, 0px); }
.anisr { transform: translate3d(100px, 0px, 0px); }
.anist { transform: translate3d(0px, -100px, 0px); }
.anisb { transform: translate3d(0px, 100px, 0px); }
.anis {
    position: relative;
    z-index: 10;
    opacity: 0;
    transition: all 800ms ease-out;
}
.anis.in-view {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    z-index: 0;
}

/*breadcrumb*/
.breadcrumbs { 
    text-transform: uppercase;
    padding: 20px 0;
    background-color: var(--main); 
}
.aioseo-breadcrumbs * { 
    font-size: 14px;
    color: var(--sub2); 
}
.aioseo-breadcrumbs a:hover { color: #fff }
.aioseo-breadcrumb-separator {
    margin: 0 8px;
}
.aioseo-breadcrumb:last-child {
    font-family: 'mainm';
}

/*end breadcrumb*/


/*main title*/
.entry-title { 
    text-transform: uppercase;
    font-size: 40px;
    position: relative;
    padding-bottom: 10px;
    margin: 0 0 30px 0;
}
.entry-title::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--sub1);
}
.entry-title::after {
    left: 50%;
    transform: translate(-50%, 0);
}

/*trang tin tuc*/
.mondial-posts,
.mondial-post { 
    overflow: hidden; 
    padding: 50px 0;
}
.mondial-title {
    text-transform: uppercase;
    font-size: 40px;
}
.the-list-post { margin: 0 -10px}
.the-post-item {
    display: flex;
    flex-direction: column;
	height: calc(100% - 30px);
    margin: 15px 10px;
    overflow: hidden;
    background-color: #f1f1f1;
}
.the-post-item:hover { box-shadow: 0px 3px 10px -5px #000; }
.post-item-thumbnail {
    position: relative;
    width: 100%;
    padding-top: 66.66%;
}
.post-item-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease-out;
}
.the-post-item:hover .post-item-thumbnail img { filter: blur(2px); }
.the-post-item .post-title {
    color: #000;
    font-size: 15px;
    position: relative;
    display: block;
    font-family: 'mainm';
    margin: 16px 20px 6px 0;
    padding-left: 30px;
}
.the-post-item .post-title::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: var(--sub1);
    left: 0;
    top: 10px;
}
.the-post-item .post-time {
    font-size: 13px;
    letter-spacing: 1px;
    padding-left: 30px;
    margin-bottom: 20px;
    color: var(--lgray);
}
.the-post-item:hover h2 { color: var(--main)}


/*trang tin tuc - chi tiet*/
.post-title { font-size: 40px }
.the-content p,
.box-detail ul,
.box-detail ol,
.box-detail .wp-block-heading {
    max-width: 800px;
    margin: 15px auto;
}
.box-related {margin-top: 50px;}

@media (min-width: 769px) { 
    .box-detail .post-title {
        max-width: 80%;
        margin: 0 auto 30px auto;
        text-align: center;
    }
}




/*block editor*/
.tac { text-align: center; }
.tal { text-align: left; }
.tar { text-align: right; }
.taj { text-align: justify; }
.tajlc { text-align: justify; text-align-last: center }
.ttu { text-transform: uppercase; }
.tdu { text-decoration: underline; }
.psr { position: relative; }
.psa { position: absolute; }
.lh1 { line-height: 1;}
.ls1 { letter-spacing: 1px;}
.clb { color: #000; }
.clw { color: #fff; }
.cls { color: var(--sub1) }
.clm { color: var(--main); }
.cld { color: var(--main); }
.fs20 { font-size: 20px; }
.fs30 { font-size: 30px; }
.fs40 { font-size: 40px; }
.fs50 { font-size: 50px; }
.fs60 { font-size: 60px; }
.ffb { font-family: 'mainb';}
.ffm { font-family: 'mainm';}
.ffr { font-family: 'mainr';}

.gap0 { gap: 0 }
.gap1 { gap: 1em }
.gap2 { gap: 2em }
.gap3 { gap: 3em }
.gap4 { gap: 4em }
.gap5 { gap: 5em }

.bgw { background-color: #fff}
.bgm { background-color: var(--main)}
.bgs { background-color: var(--sub1)}
.vh100 { height: 100vh }
.w100 { width: 100% }
.w90 { width: 90% }
.w80 { width: 80% }
.w70 { width: 70% }
.w60 { width: 60% }
.w50 { width: 50% }
.w40 { width: 40% }
.w30 { width: 30% }
.w20 { width: 20% }
.w10 { width: 10% }
.lsn { list-style: none;}
.mg0 { margin: 0 !important}
.mga { margin: 15px auto !important }
.pd0 { padding: 0 !important;}
.jcc { justify-content: center;}
.b2s { border: 2px solid var(--sub1)}
.br20 { border-radius: 20px; }
.br15 { border-radius: 15px; }
.br10 { border-radius: 10px; }


/*trinh soan thao*/
/*ul ol li*/
.the-content ul li { position: relative; list-style: none; }
.the-content ul li::before {
    position: absolute;
    content: "";
    left: -20px;
    top: 1.2ex;
    width: 12px;
    height: 2px;
    background-color: var(--sub1);
}
.the-content ol li::marker {
    color: var(--main);
    letter-spacing: 2px;
}
.wp-block-list { margin-top: 0; }

/*p*/

/*.wp-block-quote*/
.wp-block-quote {
    box-shadow: 5px 5px #ddd;
    max-width: 800px;
    position: relative;
    padding: 20px 30px;
    margin: 30px auto;
    border: 2px solid var(--sub1)
}
.wp-block-quote::before {
    content: url('images/quote.png');
    position: absolute;
    right: 30px;
    top: -25px;
}
.wp-block-quote cite {
    position: relative;
    padding-left: 30px;
    font-family: 'mainm';
    color: #000;
    font-size: 1em;
}
.wp-block-quote cite::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 12px;
    width: 20px;
    height: 2px;
    background-color: var(--main);
}
/*.wp-block-cover*/
.wp-block-cover { 
    padding: 60px 0;
}
.wp-block-spacer {margin: 0;}
@media (max-width: 568px) { .wp-block-cover { padding: 60px 30px } }
/*.wp-block-image*/
.wp-block-image { margin: 0; }
@media ( max-width: 768px ) {
    .wp-block-media-text__media { min-height: 360px !important; }
}

/*wp-block-columns*/
.wp-block-column.has-background { padding: 10px 25px !important; }
@media (max-width: 568px) { .wp-block-columns.is-layout-flex { gap: 1em } }

/*wp-block-separator*/
.wp-block-separator { margin: 10px auto }

/*button*/
.mondial-button,
.wp-block-button__link:not(.has-background) {
    display: inline-block;
    border-radius: 99px;
    font-size: 16px;
    line-height: 1;
    padding: 15px 40px;
    margin: 10px 0;
    letter-spacing: 0.5px;
}
.mondial-button,
.wp-block-button__link.wp-element-button {
    background-color: var(--sub1);
    color: #fff;
}
.mondial-button:hover,
.wp-block-button__link:hover {
    background-color: var(--main) !important;
    box-shadow: 0 2px 5px -3px #000 !important;
}


@media (max-width: 568px) {
    .wp-block-buttons>.wp-block-button.wp-block-button__width-25 { width: auto; text-align: center; }
}


/*responsive*/
@media (min-width: 569px) {
	.dom { display: none !important; }
}
@media (max-width: 568px) {
    .dod { display: none; }
}

/*template*/
.template-post-project .short-info {
    max-width: 800px;
    margin: auto;
    padding: 20px 30px;
    background: #f1f1f1;
    border-radius: 10px;
}
.template-post-project .text-detail {
    font-family: 'mainb';
    font-size: 24px;
    max-width: 800px;
    margin: 20px auto 30px auto;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.template-post-title-text span {
    line-height: 1;
    font-family: 'mainm';
    padding: 8px 20px;
    display: inline-block;
    margin: 10px 0;
    background-color: var(--sub1);
}
@media (min-width: 769px) {
    .template-post-title-text { text-align: center; }
}