/*
Theme Name: WebDigital Theme
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
div#reviews {
    display: flex;
    flex-direction: column;
}
div#review_form_wrapper,div#comments {
    max-width: 100%;
}
div#review_form_wrapper {}
.nav>li.html {
    font-size: 16px !important;
}
#comments {
    margin: auto !important;
}
#wpdcom.wpd-layout-3 .wpd-thread-list {
    padding: 0 !important;
}
/*************** ADD CUSTOM CSS HERE.   ***************/
.related .product-small.box .box-text.box-text-products {
    padding: 0 13px 10px;
}
.related .product-small.box{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .07);
}

.entry-author.author-box .flex-col.mr.circle img {
    width: 120px;
}
.entry-author.author-box .flex-col.mr.circle {
    margin-right: 20px;
}
.text.tit-home-duluxpaint {
    display: none;
}
.breadcrumbs a {
    color: hsl(0deg 0% 0% / 82%);
    font-weight: 400;
}
@keyframes tada {
    0% {
        transform: scaleX(1)
    }

    10%,20% {
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        transform: scale3d(1.3,1.3,1.3) rotate(3deg)
    }

    40%,60%,80% {
        transform: scale3d(1.3,1.3,1.3) rotate(-3deg)
    }

    to {
        transform: scaleX(1)
    }
}
div#metu {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999999;
    display: none;
}
div#metu .mmt-container.mmt-container-full {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2147483646;
    pointer-events: none;
    box-sizing: border-box;
}
#metu .mmt-app {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgb(2,3,129);
    opacity: 1;
    color: rgb(255, 255, 255);
    pointer-events: none;
    z-index: -1;
}
#metu .mmt-menu-item:not(:first-child) {
    border-left: 1px solid hsla(0,0%,100%,.2);
}
#metu .mmt-app {
    position: relative;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    min-height: 56px;
    transition: all .24s;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}
#metu .mmt-menu__item {
display: flex;
    pointer-events: auto;
    flex: 1 1;
    border-left: 1px solid hsla(0,0%,100%,.2);
    justify-content: center;
}
#metu .mmt-button {
    display: flex;
    align-items: center;
    align-self: stretch;
    padding: 0 7.5px;
    cursor: pointer;
    position: relative;
    border-radius: 3px;
    height: 60px;
    justify-content: center;
    margin: 0!important;
    flex-direction: column;
    flex: 1 1;
}
#metu .mmt-button__icon--motion {
    animation: tada 1.2s infinite;
}
#metu .mmt-button__icon {
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    margin-right: 0;
    margin-bottom: 4px;
}
#metu .mmt-button__label {
    font-size: 13px;
    line-height: 13px;
    max-height: 26px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
letter-spacing: -1px;
}
#myInput {
    background-image: url(''); /* Add a search icon to input */
    background-position: 10px 12px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 100%; /* Full-width */
    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
}

.myTable {
    border-collapse: collapse; /* Collapse borders */
    width: 100%; /* Full-width */
    border: 1px solid #ddd; /* Add a grey border */
    font-size: 18px; /* Increase font-size */
}

.myTable th, #myTable td {
    text-align: left; /* Left-align text */
    padding: 12px; /* Add padding */
}

.myTable tr {
    /* Add a bottom border to all table rows */
    border-bottom: 1px solid #ddd; 
}

.myTable tr.header, #myTable tr:hover {
    /* Add a grey background color to the table header and on hover */
    background-color: #f1f1f1;
}

ol, ul {
    margin-left: 20px;
}
.row.banner-home .col {
    padding: 0 4px 4px !important;
}
.banner-home-right .col-inner .img {
    margin-bottom: 10px;
}
.icon-box.featured-box.list_new_cus .icon-box-text {
    padding-left: 5px;
}
.icon-box.featured-box.list_new_cus .icon-box-text p {
    margin-bottom: -5px !important;
}
.icon-box.featured-box.list_new_cus {
    width: 100%;
    border: 1px solid #e1e1e1;
    padding: 5px 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.row.bottom_banner {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.header-vertical-menu__opener {
    padding: 0px 15px;
    background: #d52a1d;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    cursor: default;
    height: 40px;
}
.header-bottom {
    border-bottom: 1px solid #f2f2f2;
}
.home .page-wrapper {
    padding-top: 10px;
}
li.header-vertical-menu {
    display: block;
}
.flex-center {
    margin-left: 30px;
}
.quantity,button.single_add_to_cart_button,button.ux-buy-now-button {
    padding: 0 10px;
    font-size: 14px;
}
form.cart {
    gap: 10px !important;
}
p.name.product-title.woocommerce-loop-product__title a {
    font-weight: 600;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-height: 20px;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.product-categories {
    display: flex;
    justify-content: flex-start;
    align-items: center;
	flex-wrap: wrap;
}
.product-categories .category-item h3 {
    font-size: 13.5px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    padding-right: 15px;
}
.text.cat-home h2 {
    line-height: 1.5;
    letter-spacing: 1px;
    font-size: 24px;
	margin-bottom: 0;
}
.footer-top {
    color: white;
}
.footer-widget h2 {
    color: white;
    font-weight: 600;
    font-size: 17px;
}
.ico {
    position: relative;
    margin-bottom: 10px;
}
.ico i {
    margin-right: 10px;
}
.ico a, .footer-widget a:hover {
    color: #d9d9d9;
}
.ico a, .footer-widget a {
    color: white;
}
h3.foodter-title {
    font-size: 18px;
    font-weight: 400;
}
.footer-widget a span {
    color: white;
    font-size: 16px;
}
.ket-noi-social {
    margin-top: 15px;
    font-size: 15px;
    color: white;
}
.ux-menu-link:hover i.ux-menu-link__icon {
    color: white;
}
.product-main {
    padding: 0 !important;
}
h1.product-title.product_title.entry-title {
    font-size: 23px;
    color: #112a63;
}
span.amount {
    color: #c50300;
    font-weight: 700;
    white-space: nowrap;
}
.product-summary span.amount {
    color: #d30400;
    font-weight: 700;
    white-space: nowrap;
    font-size: 20px;
}
li.header-search-form.search-form.html.relative.has-icon {
    width: 90%;
}
.search-form-categories select.search_categories {
    width: 110px !important;
}
.phone_main_new img {
    height: 20px;
    margin-right: 10px;
}
.phone_main_new a {
    display: flex;
    color: #000;
    align-items: center;
	font-weight: 600;
}
.phone_main_new a p {
    display: flex;
    flex-direction: column;
}
span.header-cart-title {
    color: #012169;
}
p.from_the_blog_excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-height: 23px;
    height: 45px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
	font-size: 16px;
}
.row-tit-cat {
    border-top: 1px solid #e3e3e3;
    padding-top: 5px;
}
.row-tit-cat a {
    color: #0f0f0f;
}
a.button.doc-them {
    margin: 0;
    font-weight: 600;
    letter-spacing: 0;
}
.header-vertical-menu__fly-out .nav-top-link {
    font-size: 1em;
}
.col-icon-cs .icon-box {
    margin: 7px 0;
}
.col-icon-cs .icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 10px;
}
.blog-second h5.post-title {
    font-weight: 600;
    font-size: 15px;
}
.row.blog-second .col.post-item {
    padding: 0 0 10px 0;
}
h3.post-title.is-large {
    font-weight: 400;
}
.tabbed-content.tab-product-home {
    display: flex;
    flex-flow: row wrap;
}
.tabbed-content.tab-product-home h2 {
	font-size: 22px;
    width: 30%;
    line-height: 2em;
    margin-bottom: 0 !important;
    border-top: 1px solid #e3e3d9;
}
.tabbed-content.tab-product-home ul.nav {
    width: 70%;
    display: flex;
    flex-direction: row;
    border-top: 1px solid #e3e3d9;
    justify-content: flex-end;
}
.tabbed-content.tab-product-home ul.nav li.tab {
    margin-left: 15px;
}
.tabbed-content.tab-product-home ul.nav li.tab a {
    color: #0f0f0f;
	font-size: 16px;
	padding: 5px 0;
}
.tabbed-content.tab-product-home ul.nav li.tab.active a {
    color: #012169 !important;
}
.box-shadow-1, .box-shadow-1-hover:hover, .row-box-shadow-1 .col-inner, .row-box-shadow-1-hover .col-inner:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .07);
}
.nav-line-bottom>li>a:before, .nav-line-grow>li>a:before, .nav-line>li>a:before {
    height: 2px;
}
.nav-line-bottom>li.active>a:before, .nav-line-bottom>li:hover>a:before, .nav-line-grow>li.active>a:before, .nav-line-grow>li:hover>a:before, .nav-line>li.active>a:before, .nav-line>li:hover>a:before {
    opacity: 0.8;
}
.box.box-text-bottom.box-blog-post .box-image .image-cover {
    padding-top: 75% !important;
}
.box.box-text-bottom.box-blog-post .box-text {
    padding-left: 10px;
    padding-right: 10px;
    background: #fafafa;
}
.box.box-text-bottom.box-blog-post .post-title {
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    height: 46px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
p {
    margin-bottom: 10px;
}
.nav>li>a>i.icon-menu {
    font-size: 2.2em;
    font-weight: 500 !important;
    color: #112a63;
}
.thongtin {
    margin: 10px auto 5px;
    text-align: center;
}
.thongtin a {
    padding: 4px 15px;
    background-color: #012169;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #012169;
	font-size: 13px;
	font-weight: 500;
	transition: background-color .3s;
}
.thongtin a:hover {
padding: 4px 15px;
    background-color: #fff;
    color: #012169;
    border-radius: 4px;
    border: 1px solid #012169;
}
.chitiet {
    display: inline-block;
    text-align: center;
    width: 100%;
}
span.woocommerce-Price-amount.amount {
    font-size: 14px;
}
.item-contacts {
	display: flex;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 5px;
    align-items: center;
}
.item-contacts .img {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 99%;
    background: #0e2187;
    color: #fff;
    text-align: center;
}
.item-contacts .content-r {
    padding-left: 10px;
    font-weight: 700;
}
.item-contacts .content-r p, .item-contacts .content-r a {
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-bottom: 0;
}
.product-info ins span.woocommerce-Price-amount.amount {
    font-size: 20px;
}
a.button.primary.wc-backward {
    font-size: 13px;
}
.header-vertical-menu__fly-out.header-vertical-menu__fly-out--open {
    border-radius: 0 0 5px 5px;
}
li.html.custom.html_topbar_left {
    font-size: 13px;
    font-weight: 500;
	color: #002662;
}
h1.page-title.is-large {
    text-align: left;
}
.btn{
	display: inline-block;
}
.btn-zalo {
    background: -webkit-linear-gradient(top,#00acd4,#0095a6);
}
.btn-hotline {
    background: -webkit-linear-gradient(top,#00ca8a,#01631e);
}
.btn-hotline, .btn-zalo {
    border-radius: 30px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Roboto Condensed';
    line-height: 38px;
    padding: 5px 8px;
}
a.btn.btn-lg.btn-block.btn-zalo:hover {
    color: white;
    background: -webkit-linear-gradient(top,#0197ba,#0095a6);
}
a.btn.btn-lg.btn-block.btn-hotline:hover {
    color: white;
    background: -webkit-linear-gradient(top,#02b77e,#01631e);
}
.btn-hotline {
    background: -webkit-linear-gradient(top,#00ca8a,#01631e);
}
.product-info.summary .cart {
    margin-bottom: 0px;
    display: flex;
	display: none;
}
.btn-hotline img, .btn-zalo img {
    height: 36px;
    float: left;
    width: 36px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.related.related-products-wrapper.product-section .slider.row-slider .flickity-viewport .flickity-slider .product-small.col{
	    width: 66%;
	}
	div#metu {
		display: block;
	}
	.row.banner-home .col.banner-home-right {
		overflow: auto;
		overscroll-behavior-x: contain;
		scroll-snap-type: x mandatory;
	}
	.product-categories .category-item h3 {
		font-size: 16px;
		font-weight: 600;
		margin-bottom: 0;
		padding-right: 25px;
	}
	.col.tit-cat-col {
    	padding-bottom: 0;
	}
	.text.cat-home h2 {
		margin-bottom: 0;
	}
	.col.banner-home-right .col-inner {
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		gap: 10px;
		padding: 1rem 0.25rem;
		width: 800px;
		overflow: auto;
		overscroll-behavior-x: contain;
		scroll-snap-type: x mandatory;
	}
	.banner-home-right .col-inner .img {
		margin-bottom: 0px;
	}
	.col.tit-cat-col .col-inner {
		padding-bottom: 0 !important;
	}
	.box.box-vertical.box-text-middle.box-blog-post {
		display: flex;
	}
	    .is-large {
        font-size: 18px;
    }
	.tabbed-content.tab-product-home h2 {
		width: 100%;
	}
	.tabbed-content.tab-product-home ul.nav {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		padding: 5px 0;
	}
	.tabbed-content.tab-product-home ul.nav li.tab {
		margin-left: 0;
		margin-right: 15px;
	}
	.tabbed-content.tab-product-home ul.nav li.tab a {
        padding: 5px 0;
	}
	.product-small .box-text .price {
		font-size: .9em !important;
	}
	.icon-box.featured-box.list_new_cus .icon-box-text p {
		line-height: 18px;
	}
	.off-canvas .sidebar-menu .nav>li>a {
		font-size: 1em;
	}
	.product-small.col.product {
		padding: 0 7.5px 15px;
	}
	.box-text.box-text-products {
		padding-left: 10px;
		padding-right: 10px;
	}
	del span.woocommerce-Price-amount.amount {
		font-size: 12px;
	}
}