@media(max-width: 768px) {
    .cart-page .cart-container table .product-image {
        padding: 0;
    }

    .input-qty {
        width: 37px;
    }

    .cart-page .cart-container table tr th {
        text-transform: inherit;
    }
}

.single-product .product-info-content .product-info .special-offers div#countdown span.text-count {
    margin-left: 1px;
    margin-right: 3px;
}

.single-product .product-info-content .product-info .special-offers div#countdown .count-item {
    padding: 10px;
}

.product-item .box-image {
    overflow: hidden;
}

.product-item .box-image img {
    transition: all 1s;
}

.product-item:hover .box-image img {
    transform: scale(1.1);
}

.product-item:hover a {
    color: #0078C1;
}

footer .footer .grid-footer-row .grid-footer-col .footer-title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px
}

.product-cat .container-title h1.cat-title {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 8px 32px;
    background: #FF000A;
    color: #fff;
}

.product-cat .container-title h1.cat-title::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid red;
    border-bottom: 7px solid transparent;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
}

.product-cat .product-item .box-text h2.product-title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 5px 18px;
    margin-bottom: 10px;
}

.order-page .order-item h2 {
    flex: 2;
    font-size: 20px;
    font-weight: bold;
    padding-left: 15px;
}

.contact h1 {
    font-size: 1.26em;
    font-weight: 600;
}

.widget .widget-title {
    font-size: 14px;
    text-transform: uppercase;
    background: #FF0000;
    padding: 11px 30px;
    color: #fff;
    font-weight: bold;
}

.widget .widget-title i {
    margin-right: 12px;
    font-size: 18px;
}

.widget .item .nav-link span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.sidebar .widget-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}


.quantity {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100px
}

.quantity__btn {
    width: 28px;
    border: 1px solid #ccc;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff
}

.quantity__btn::after {
    content: "\f068";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: fontawesome;
    font-size: 8px
}

.quantity__btn:first-child {
    border-radius: 14px 0 0 14px;
    border-right: 0
}

.quantity__btn:not(:first-child) {
    border-radius: 0 14px 14px 0;
    border-left: 0
}

.quantity__btn:not(:first-child)::after {
    content: "\f067"
}

.quantity__input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 28px;
    min-width: 20px;
    max-width: 44px;
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    text-align: center
}

.quantity--lg {
    width: 120px
}

.quantity--lg .quantity__input {
    height: 40px;
    max-width: 100px;
    font-size: 20px
}

.quantity--lg .quantity__btn {
    width: 40px
}

.quantity--lg .quantity__btn:first-child {
    border-radius: 20px 0 0 20px
}

.quantity--lg .quantity__btn:last-child {
    border-radius: 0 20px 20px 0
}

.quantity--square .quantity__btn:first-child {
    border-radius: 4px 0 0 4px
}

.quantity--square .quantity__btn:last-child {
    border-radius: 0 4px 4px 0
}

.header-main .header-right form {
    width: 100%;
    max-width: 36%;
}

.header-main .header-right form input {
    width: 100%;
}

@media(min-width:1218px) {
    .support .support-item {
        margin-right: 24px;
    }

    .support .support-item:last-child {
        margin-right: 0px;
    }

    .header-main .header-right form {
        margin-right: 24px;
    }
}

@media (max-width:1218px) and (min-width: 992px) {
    .header-main .header-right form {
        max-width: 31%;
        margin-right: 10px;
    }

    .header-main .header-right form button {
        background: #ffffff;
        color: #000;
    }

    .support .support-item .box-text strong {
        font-size: 12px;
    }

    .support .support-item {
        margin-right: 5px;
    }

    .widget .widget-title {
        font-size: 13px;
        padding: 11px 8px;
    }

    .widget .widget-title i {
        font-size: 14px;
    }
}

@media (min-width: 426px) and (max-width: 768px) {
    .header-main .header-right form {
        max-width: 100%;
    }

    .header-right {
        top: 40px !important;
    }

    .header-main .header-inner .language {
        top: -34px !important;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .header-main .header-right form {
        max-width: 60%;
        margin-left: 0;
    }
}

@media(max-width: 426px) {
    .header-main #logo {
        text-align: center;
    }

    .header-main .header-right form {
        max-width: 100%;
    }

    .header-main .header-inner .language {
        top: -31px;
    }

    .header-right {
        top: 44px;
    }

    .product-cat .container-title a {
        margin-left: auto;
        margin-right: 5px;
    }

    .product-cat .container-title h2.cat-title {
        padding: 8px 12px;
    }

    .product-cat .product-item .box-image a {
        padding-top: 0;
    }

    .product-cat .product-item .product-price .meta-wrap .discount {
        top: -179px !important;
        right: 3px !important;
    }

    .product-cat .product-item .box-text h3.product-title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        max-height: 4.05em;
    }

    table {
        width: 100% !important;
    }
}


.order-page .order-item h3 {
    font-size: 14px;
}


.order-page .btn-order-finish {
    background: #FF000A;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
}


.btn-order-finish:disabled {
    background-color: #ddd;
}

input.form-control.border-red {
    border: 1px solid red;
}

.hotline-phone-ring-wrap.phone-1 {
    left: 0px;
    bottom: 30px;
}

.hotline-phone-ring-wrap.phone-2 {
    left: 0px;
}

@media(max-width:768px) {
    .hotline-phone-ring-wrap.phone-1 {
        right: 0;
        bottom: 39px;
    }

    .hotline-phone-ring-wrap.phone-2 {
        right: 0 !important;
        right: 100px;
    }
}

.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 36px;
    z-index: 999999;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.hotline-phone-ring-circle {
    width: 110px;
    height: 110px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #ff000a75;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
    width: 80px;
    height: 80px;
    top: 16px;
    left: 16px;
    position: absolute;
    background-color: #ff000a75;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
    background-color: #FF000A;
    width: 50px;
    height: 50px;
    top: 31px;
    left: 31px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 33px;
    height: 33px;
}

.hotline-bar {
    position: absolute;
    background: #FF000A;
    height: 45px;
    width: 165px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    border-radius: 50px !important;
    left: 42px;
    bottom: 31px;
}

.hotline-bar>a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    text-indent: 32px;
    letter-spacing: 1px;
    display: block;
    line-height: 45px;
    font-family: Arial;
}

.hotline-bar>a:hover,
.hotline-bar>a:active {
    color: #fff;
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@media (max-width: 768px) {
    .hotline-bar {
        display: none;
    }
}

.echbay-sms-messenger.style-for-position-cr {
    position: fixed;
    bottom: 125px;
    left: 30px;
    z-index: 1000;
}

.echbay-sms-messenger div.phonering-alo-zalo {
    background-image: url('../images/zalo-2.png');
    background-size: 60%;
    background-repeat: no-repeat;
    background-color: #0084ff;
    border-radius: 100px;
    background-position: center;
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
}

.echbay-phonering-zalo-event,
.echbay-phonering-messenger-event {
    display: block;
    width: 50px;
    height: 50px;
}

.echbay-sms-messenger div.phonering-alo-messenger {
    background-image: url(../images/messenger.png);
    background-color: #0084ff;
    background-size: 68%;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    border-radius: 45px;
    background-position: center;
    margin-bottom: 10px;
}

.echbay-sms-messenger div.phonering-alo-email {
    background-image: url(../images/icon-email.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    border-radius: 45px;
    background-position: center;
    margin-bottom: 10px;
}

.widget.absolute {
    position: unset;
}

@media(min-width: 1200px) and (max-width: 1308px) {
    .product-item .box-text .product-title {
        max-width: 200px;
    }

    .widget.fixed {
        width: 23%;
    }
}

@media(min-width: 1024px) and (max-width: 1200px) {
    .product-cat .gird-row {
        grid-template-columns: repeat(3, 1fr);
    }

    .widget.fixed {
        width: 20%;
    }
}

@media(min-width:998px) and (max-width: 1200px) {
    .product-item .box-text .product-title {
        max-width: 210px;
    }
}

@media(min-width:768px) and (max-width: 998px) {
    .product-item .box-text .product-title {
        max-width: 223px;
    }

    .product-cat .product-item .box-image .product-image img {
        width: 100%;
        height: auto;
    }
}

@media(min-width:426px) and (max-width: 768px) {
    .product-cat .gird-row {
        grid-template-columns: repeat(2, 1fr);
    }

    nav.navbar.navbar-expand-lg.navbar-light.bg .navbar-nav {
        justify-content: start !important;
        height: 100%;
        align-items: unset;
        padding-left: 30px;
    }

    nav.navbar .navbar-nav {
        margin-top: 30px;
    }

    #mega-menu ul {
        line-height: 30px;
    }
}

@media(min-width:320px) and (max-width: 426px) {
    .product-item .box-text .product-title {
        max-width: 168px;
    }

    .product-cat .product-item .product-price .meta-wrap .discount {
        position: absolute;
        top: -185px;
        right: 8px;
    }

    .product-cat .product-item .box-text {
        position: relative;
    }

    .product-cat .product-item .product-price {
        display: block !important;
    }

    .product-cat .product-item .product-price .meta-wrap {
        margin-top: 10px;
    }

    .product-cat .product-item .product-price .meta-wrap .detail {
        padding-top: 5px;
        padding-bottom: 5px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .product-cat .product-item .price-wrap {
        text-align: center;
    }

    .product-cat .product-item .product-price {
        text-align: center;
    }

    .product-item .product-price a.btn-contact {
        margin-top: 2px;
        display: inline-block;
    }

    /*
    .product-cat .product-item {
        height: unset;
    }*/

    .product-cat .product-item .product-price .meta-wrap .detail:after {
        content: ' thêm';
    }

    .product-cat .product-item .box-text h2.product-title {
        padding: 5px 8px;
    }

    .contact-group ul {
        width: 100%;
        display: inline-block !important;
        margin-bottom: 0;
        padding: 0;
        margin-top: 0;
        justify-content: space-around;
    }

    li.item {
        margin-bottom: 10px;
    }


}

@media(max-width:320px) {
    .product-cat .gird-row {
        grid-template-columns: 100%;
    }

    .product-cat .product-item .box-text h2.product-title {
        padding: 5px 10px;
    }

    .product-item .box-text .product-title {
        max-width: 100% !important;
    }

    .product-cat .product-item .box-image .product-image img {
        width: 100%;
        height: auto;
    }

    .product-cat .container-title h1.cat-title {
        font-size: 12px !important;
    }

    .product-cat .product-item .product-price .meta-wrap .discount {
        position: unset;
    }
}

form.form-inline.flex-nowrap.mt-1.fixed.translate {
    left: -31px;
    top: 1px;
}



/*add phuonghv 10/03/2022*/


.cart-page .cart-container table .price {
    text-align: center;
    color: #FF000A;
    font-weight: bold;
    max-width: 13%;
    width: 100%;
}

.archive-post .first-post .box-text {
    width: 100%;
}


h1.breadcrumb-item.active {
    font-size: 16px !important;
}

h2.post-title {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-height: 1.5em;
    line-height: 1.5;
}


.post-item .box-image img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    transition: all 1s;

}



.post-item:hover .box-image img {
    transform: scale(1.1);
}

.box-text h2 {
    font-size: 14px;
    margin-top: 5px;
    font-weight: bold;
}


/*add css*/


.form-confirm {
    background-color: #fff;
    margin: 0 0px 20px 0px;
    padding: 10px;
    height: 189px;
    overflow: hidden;
    position: relative;
}

.form-confirm.show {
    height: 100%;
}


.form-confirm .btn_readmore {
    text-align: center;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
}

.form-confirm .btn_readmore::before {
    height: 106px;
    margin-top: -85px;
    content: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#fff), color-stop(0.2, #fff), to(rgba(255, 255, 255, 0)));
    display: block;
}


.btn_readmore a {
    font-weight: bold;
    color: #ed1c24;
}


.form-confirm .btn_readmore_2 {
    display: none;
    text-align: center;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 2px;
    width: 100%;
}


.btn_readmore_2 a {
    font-weight: bold;
    color: #ed1c24;
}

.form-confirm .btn_readmore i,
.form-confirm .btn_readmore_2 i {
    color: #f2d5b5;
}

.marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.marquee div {
    font-size: 18px;
    display: block;
    width: auto;
    height: 30px;
    line-height: 30px;
    position: absolute;
    overflow: hidden;
    animation: marquee 10s linear infinite;
}

@keyframes marquee {
    0% {
        left: 100%;
    }

    100% {
        left: -50%;
    }
}

@media(max-width: 540px) {
    .single-product .wrap-breadcrumbs .breadcrumb {
        display: flex;
        white-space: nowrap;
        overflow-y: auto;
    }

    .product-cat .container-title ul.child-category {
        display: none !important;
    }

    .single-product .rating {
        flex-wrap: wrap;
    }

    .single-product .rating span:first-child {
        font-weight: 600;
        order: 2;
    }

    .single-product .rating span:last-child {
        font-weight: 600;
        margin-top: 10px;
        order: 3;
        display: block;
        width: 100%;
    }

    .single-product .rating .stars {
        width: 100%;
        order: 1;
    }

    .single-product .stars::before {
        margin-left: 0;
    }

    .single-product .product-content table tr td {
        font-size: 16px;
        vertical-align: top;
    }

    .single-product .product-content table tr td:first-child {}


}

@media(max-width: 768px) {
    .single-product .product-info-content .product-info .meta-box form input {
        max-width: 232px;
        margin-bottom: 0;
    }

    .single-product .product-info-content .product-info .meta-box form input::placeholder {
        font-size: 12px;
    }

    .single-product .product-info-content .product-info .meta-box form button {
        margin-left: 8px;
    }

    .product-info .meta-box {
        margin-bottom: 20px;
    }

    .single-product .product-info-content .product-info .meta-box {
        padding: 12px;
    }

    .wrap-breadcrumbs .breadcrumb {
        margin-top: 20px;
    }
}

@media(min-width: 768px) {


    .hotline-bar {
        width: 0;
        opacity: 0;
    }

    .hotline-phone-ring-wrap:hover .hotline-bar {
        width: 165px;
        opacity: 1;
    }

    .echbay-sms-messenger.style-for-position-cr {
        left: 12px;
    }

    .hotline-phone-ring-wrap.phone-1 {
        left: -20px;
    }



}

@media(max-width:768px) {
    .echbay-sms-messenger.style-for-position-cr {
        left: 10px;
    }

    .hotline-phone-ring-wrap.phone-1 {
        left: -22px;
    }


}

@media(max-width: 988px) {
    nav.navbar.navbar-expand-lg.navbar-light.bg .navbar-nav li .btn-dropmenu i {
        color: #333;
    }

    nav.navbar li span.btn-dropmenu {
        background: unset;
    }
}

@media(max-width: 373px) {
    .single-product .product-info-content .product-info .meta-box {
        padding: 10px;
    }

    .single-product .product-info-content .product-info .meta-box form button {
        padding: 5px 10px;
    }

    .single-product .product-info-content .product-info .meta-box form input {
        max-width: 216px;
    }

    .single-product .product-info-content .product-info .meta-box form button {
        margin-left: 4px;
    }

    .single-product .product-info-content .product-info .meta-box .call-now .hotline {
        flex-wrap: nowrap;
    }

    .single-product .product-info-content .product-info .meta-box .btn-send {
        font-size: 12px;
    }

    .single-product .product-info-content .product-info .meta-box .btn-send {
        padding: 10px 12px;
    }
}

.navbar-nav>.nav-item>.mega-menu>ul>li>a {
    color: #333 !important;
}

nav.navbar.navbar-expand-lg.navbar-light.bg .navbar-nav .mega-menu li:first-child a {
    padding-left: 20px;
}

.grid-footer-col iframe {
    width: 100% !important;
}

.contact-group-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    background-color: #323434;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    padding-right: 30px;
    padding-left: 30px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.contact-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%;
    margin: 0 auto;
    max-width: 1280px;
}

.contact-group ul {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    margin-top: 0;
    justify-content: space-around;
    list-style: none;
}

.contact-group .item {
    opacity: 1;
}

.contact-group .item:first-child {
    padding-left: 0;
}

.contact-group .item .avatar {
    margin-right: 10px;
    float: left;
}

.contact-group .item .avatar img {
    width: 62px;
    border-radius: 50%;
    border: 2px solid #f0f0f0;
    display: block;
    margin-bottom: 0px;
}

.contact-group .item .detail {
    margin-bottom: 20px;
    display: inline-block;
}

.contact-group .item p.title {
    color: #0fc2db;
}

.contact-group .item .detail p {
    margin: 6px;
    color: #000;
}

.contact-group .item .name {
    color: #fff;
    font-weight: bold;
}

.contact-group .item .links {
    font-size: 12px;
}

.site-footer-wrapper .contact-group .item .links a {
    border: 1px solid #000;
    border-radius: 20px;
    padding: 2px 4px;
    color: #000;
    display: inline-block;
    transition: all 0.3s;
}

.contact-group .item .links a:first-child {
    margin-right: 5px;
    margin-bottom: 5px;
}

.contact-group .item .links a:before {
    content: " ";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url('../images/icon-1.svg');
    margin: 0px 2px -2px;
}

.contact-group .item .links a.zalo:before {
    background-image: url('../images/icon-2.svg');
}

footer .footer {
    padding-top: 0px;
}

.site-footer-wrapper,
footer .footer,
.contact-group-wrapper {
    color: #fff;
    background: #bfe922;
}

.grid-footer-col strong,
.grid-footer-col strong span,
footer .footer .grid-footer-row .grid-footer-col .menu-footer li a {
    color: #fff !important;
}

.grid-footer-row {
    padding-top: 10px;
}

.footer-primary {
    border-top: 1px solid #fff;
    margin-top: 20px;
}

.site-footer-wrapper .contact-group .item:hover {
    opacity: 1;
}

/*add style 15/08/2022*/

.box-text h2 {
    font-size: 16px;
    margin-top: 5px;
    font-weight: bold;
}

.archive-post .first-post .box-text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: unset;
    max-height: 6.5em;
    line-height: 1.5;
    text-align: justify;
}

.contact span {
    font-size: 16px;
    border-bottom: 2px solid #d8d8d8;
    display: block;
    font-weight: bold;
}

.archive-post .last-post .post-item .box-text p {
    margin-top: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-height: 6.5em;
    line-height: 1.5;
    text-align: justify;
}


.single-product .product-info-content .product-info .special-offers .price span {
    font-size: 20px;
    font-weight: bold;
}

.single-product .product-info-content .product-info .special-offers div#countdown .count-item {
    background: #0078C1;
    padding: 10px 15px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    font-size: 14px;
}

.product-cat .product-item .box-text h3.product-title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 5px 16px;
    margin-bottom: 10px;
    min-height: 85px;
}

@media (min-width: 768px) and (max-width: 998px) {
    .product-cat .product-item .box-image .product-image img {
        width: 100%;
        height: 250px;
    }


}



table tr:nth-child(even) {
    background-color: #f2f2f2;
}

table tr:hover {
    background-color: #ddd;
}

table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
}



.post-item.catalogue .post-title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.post-item.catalogue img {
    border: 1px solid #ddd4d4;
    margin-bottom: 20px;
}




.item.active {
    background: red;
}

.item.active a {
    color: #fff;
}

li.breadcrumb-item {
    text-transform: uppercase;
    font-weight: bold;
}



/*End*/

.btn-movetop {
    display: none;
    width: 40px;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    border-radius: 50%;
    background-color: rgba(220, 0, 0, .8);
    color: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
    -webkit-transition: .3s;
    transition: .3s;
    position: fixed;
    z-index: 1020;
    bottom: 15px;
    right: 15px
}

.btn-movetop:hover {
    color: #fff;
    text-decoration: none;
    background-color: #dc0000;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .35);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .35)
}

.btn-movetop.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: fade-in .4s;
    animation: fade-in .4s
}

.btn-movetop {
    cursor: pointer;
}


/*Muc luc 2022 phuonghv*/
.post-menu {
    display: none;
    background-color: #f8f9fa;
    border: 1px dashed #dee2e6;
    border-radius: 8px;
    padding: 12px 20px;
    margin-bottom: 16px;
}

.post-menu.show {
    display: block;
}

.post-menu__title {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: bold;

}

.post-menu__toggle {
    cursor: pointer;
    color: #3398cb;
}

.post-menu__content {
    padding-top: 12px;
    overflow: auto;
    margin-right: -10px;
    padding-right: 10px;
    max-height: 140px;
}

.post-menu__content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

.post-menu__content::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5;
}

.post-menu__content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #231f20;
}

.post-menu__content ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.post-menu__content ul ul {
    padding-left: 12px;
}

.post-menu__content a {
    color: #3398cb;
}





.table td,
.table th {
    padding: 5px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}




/*End*/



.post-menu__content>ul>li {
    font-size: 15px;
    font-weight: bold;
}

blockquote {
    font-weight: bold;
    position: relative;
    margin: 10px 0 10px 1px;
    padding: 0 10px;
    border-left: 5px solid #2196F3;
    font-style: italic;
    color: #333;
}

.footer-title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 14px;
}


ul.menu-footer {
    list-style: none;
}

ul.menu-footer li {
    line-height: 27px;
}

ul.menu-footer li a {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}