/*
Theme Name: Entho Theme
Theme URI: https://entho.net
Author: hatrungdung
Author URI: https://entho.net
Version: 1.0
Text Domain: entho
*/
:root {
    --default-color: #666;
    --primary-color: #ff4b0b;
    --secondary-color: #001233;
    --woo-color: #b81122;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}


main {
	display: block;
}


h1 {
	font-size: 2em;
	margin: 0.67em 0;
}


hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}


pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/
a {
	background-color: transparent;
}


b,
strong {
	font-weight: bolder;
}


code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}


sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}


button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}


button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}


button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}


fieldset {
	padding: 0.35em 0.75em 0.625em;
}


legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}


progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}


[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}


[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}


[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}


details {
	display: block;
}


summary {
	display: list-item;
}


template {
	display: none;
}


[hidden] {
	display: none;
}

.skip-link.screen-reader-text {
    display: none;
}
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}


body,
button,
input,
select,
optgroup,
textarea {
	color: #333;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif;
    font-size: 14px;
	line-height: 1.5;
	text-decoration: none;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 10px;
	margin-top: 10px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #000;
	text-decoration: none;
}



/*a:hover
{
	color: var(--primary-color);
}*/


a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
	cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/* css header */
#primary-menu {
    margin: 0px;
    list-style: none;
    display: flex;
    padding: 0px;
}
.site-branding {
    width: 280px;
}
.center-menu {
    padding-block: 25px;
}
.right-menu {
    width: calc(100% - 280px);
    padding-left: 30px;
}
.flexf-80 {
    width: calc(100% - 280px);
    float: left;
}
.content-home-top-new {
    width: calc(100% - 295px);
    float: right;
    padding-top: 10px;
}
@media (min-width: 768px) {
	.menu-toggle {
		display: none;
	}

}
@media (max-width: 768px) {
	.menu-toggle {
		display: block;
	}
}
#primary-menu > li > a {
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
    color: #fff;
    height: 45px;
    line-height: 45px;
}
#primary-menu > li {
    margin-right: 40px;
    position: relative;
}
.site-header {
    border-bottom: 1px solid #eee;
}
input.search-field {
    height: 45px;
    padding-inline: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    width: 100%;
    outline: 0px;
}
form.search-form > label {
    width: calc(100% - 45px);
}
button.search-submit {
    background: var(--primary-color);
    border-width: 0px;
    height: 45px;
    width: 45px;
    border-radius: 5px;
    padding: 0px;
}
form.search-form {
    display: flex;
    align-items: center;
    gap: 5px;
    max-width: 30%;
    justify-content: space-between;
    width: 100%;
}
.header_hotline a {
    display: block;
    width: 100%;
    height: 100%;
}
.header_hotline a span {
    display: block;
    width: 100%;
    line-height: 14px;
    margin-bottom: 0;
    color: #000;
}
.header_hotline a span:nth-of-type(1) {
    font-size: 24px;
    line-height: 20px;
    font-weight: bold;
    color: red;
    margin-bottom: 8px;
}
.header_hotline {
    text-align: center;
}
div.header_icon_cart {
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
div.header_icon_cart {
    position: relative;
}
div.header_icon_cart img {
    display: inline-block;
    width: auto;
    height: 22px;
}
div.header_icon_cart>span {
    background-color: red;
    width: 16px;
    height: 16px;
    color: #fff;
    position: absolute;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    border-radius: 50%;
    left: calc(50% + 8px);
    top: -6px;
    display: inline-block;
}
div.header_icon_cart > div {
    text-align: center;
    display: block;
    width: 100%;
    line-height: 14px;
    margin-bottom: 0;
    color: #000;
    margin-top: 6px;
}
.header_safeoff_month a {
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #eb2329;
    border: 1px solid #eb2329;
    border-radius: 3px;
    font-weight: bold;
    height: 40px;
    padding-inline: 10px;
    gap: 10px;
}

.menuLeft {
    position: relative;
    width: 280px;
}
.titledmcp {
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    height: 45px;
    background-color: #14359e;
    font-size: 15px;
}
.titledmcp i {
    height: 1px;
    width: 18px;
    position: relative;
    background: #fff;
    margin-right: 15px;
}
.titledmcp i:before {
    content: "";
    display: inline-block;
    height: 1px;
    width: 18px;
    bottom: 6px;
    position: absolute;
    background: #fff;
}
.titledmcp i:after {
    content: "";
    display: inline-block;
    height: 1px;
    width: 18px;
    top: 6px;
    position: absolute;
    background: #fff;
}

.dmsp {
    font-weight: 600;
}
.menuLeft #dmsp-menu {
    position: absolute;
    width: 100%;
    z-index: 10;
    box-shadow: 0 0 5px #8888886b;
    border-radius: 0 0 10px 10px;
    background: #fff;
}
.menuLeft.menuLefthover:hover #menu-dm-container {
    display: block;
}
.wiget-post-product {
    width: calc(30% - 30px);
    float: right;
    margin-top: 15px;
}
.wiget-post-product img {
    border-radius: 5px;
}
#dmsp-menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-top: 1px solid #cdcdcd;
}
#dmsp-menu > li > a {
    display: block;
    position: relative;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
    border-bottom: 1px solid #dcdcdc;
}
#dmsp-menu > li:last-child > a {
    border-bottom: 0px;
}
.menuLeft #dmsp-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
/*#dmsp-menu > li > a:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    position: absolute;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 14px;
    top: 17px;
}*/
.bottom-menu {
    background: var(--primary-color);
}
.flexf-80 {
    border-radius: 10px;
    position: relative;
    -moz-box-shadow: 0 0 5px #8888886b;
    -webkit-box-shadow: 0 0 5px #8888886b;
    box-shadow: 0 0 5px #8888886b;
    overflow: hidden;
}
/* end css header */
/* css home */
.titleward {
    margin-bottom: 10px;
}
.single-products {
    position: relative;
    background: #ffffff;
    padding: 10px;
    -moz-box-shadow: 0 0 5px #8888886b;
    -webkit-box-shadow: 0 0 5px #8888886b;
    box-shadow: 0 0 5px #8888886b;
    border-radius: 10px;
}
.productinfo {
    position: relative;
}
.media-heading {
    color: #363432;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 2px solid #6D6E71;
    position: relative;
    display: block;
    margin-top: 0;
    overflow: hidden;
}
.media-heading:after {
    position: absolute;
    width: 20%;
    display: inline-block;
    height: 4px;
    left: 0px;
    bottom: -3px;
    content: "";
    background-color: #000000;
}
.sidebar-news {
    display: block;
    width: 100%;
}
.sidebar-news .item-news {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-bottom: 10px;
}
.sidebar-news .item-news .content {
    width: 75%;
}
.content {
    background: #fff;
    color: #676767;
}
.sidebar-news .item-news .content p.text {
    font-size: 13px;
    font-weight: 400;
    color: #696763;
    margin-bottom: 3px;
    margin-top: 0px;
}
.sidebar-news .item-news .content p.text a {
    height: 37px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
}
.sidebar-news .item-news .content {
    width: 75%;
}
.sidebar-news .item-news .image {
    width: calc(25% - 10px);
}
.sidebar-news .item-news a {
    color: #000;
}
.productinfo img {
    width: 100%;
    border-radius: 5px;
}
.sidebar-news .item-news .image img {
    height: 55px;
    object-fit: cover;
}
.sidebar-video {
    display: block;
    width: 100%;
    margin-bottom: 0px;
    margin: 0px;
    padding: 0px;
}
.sidebar-video p {
    margin: 0px;
}
.sidebar-video a {
    display: flex;
}
.sidebar-video img {
    border-radius: 10px;
    width: 100%;
}
.sidebar-video li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.sidebar-video li:last-of-type {
    margin-bottom: 0;
}
.sidebar-video li a {
    display: block;
    outline: none;
    border-radius: 10px;
}

.single-products {
    width: 265px;
    float: right;
}
.sidebar-news .item-news .content p.note {
    color: #696763;
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 400;
    margin-top: 5px;
}
#thumbs .item {
    background: #fff;
    color: #000;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    padding: 16px 10px;
    border-right: 1px solid #f1f1f1;
}
#thumbs .current .item {
    font-weight: bold;
}
.sidebar-video img {
    height: 147px;
    object-fit: cover;
    width: 100%;
}
.sliderspnb {
    margin: 0px;
    padding: 0px;
}
.topspnb {
    background-color: var(--primary-color);
    border-radius: 10px;
    overflow: hidden;
}
.topspnbslider {
    padding-inline: 10px;
    padding-top: 10px;
}
.ent-item-product {
    background: #fff;
    overflow: hidden;
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    padding: 10px;
    position: relative;
    transition: .5s;
}
.star__pro {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    display: flex;
    text-decoration: none;
}
.topspnb {
    padding-bottom: 10px;
}
.bottomspnb img {
    width: 100%;
    border-radius: 10px;
}
.bottomspnb {
    margin-top: 10px;
}
.star__pro ins {
    text-decoration: none;
}
.star__pro i {
    color: #ff8702;
}
.topspnb {
    margin-top: 15px;
    float: left;
    width: 100%;
}
.bottomspnb {
    margin-top: 15px;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.readct {
    color: #fff;
    overflow: hidden;
    text-align: center;
    border-radius: 8px;
    margin: auto;
    height: 36px;
    display: block;
    background: var(--primary-color);
    line-height: 36px;
    margin-top: 12px;
}
.bannernb {
    display: flex;
}
.owl-nav > div > span:before {
    border-top: 3px solid #666;
    border-right: 3px solid #666;
    content: '';
    height: 22px;
    position: absolute;
    top: 18px;
    width: 22px;
}
.owl-nav .owl-prev span::before {
    left: 10px;
    transform: rotate(-135deg);
}
.owl-nav .owl-next span::before {
    right: 10px;
    transform: rotate(-135deg);
}
.owl-nav > div > span {
    background: rgba(255, 255, 255, .9) !important;
    height: 60px;
    width: 30px;
    z-index: 2;
}
.owl-nav .owl-prev span{
    box-shadow: 6px 0 4px rgba(0, 0, 0, .05), 4px 0 4px rgba(0, 0, 0, .09);
    border-radius: 0 4px 4px 0;
}
.owl-nav .owl-next span{
    box-shadow: -6px 0 4px rgba(0, 0, 0, .05), -4px 0 4px rgba(0, 0, 0, .09);
    border-radius: 4px 0 0 4px;
}
.owl-nav .owl-next span::before {
    transform: rotate(45deg);
}
.owl-nav {
    margin: 0px;
    height: 0px;
}
.sliderspnb .owl-nav .owl-prev span {
    left: 0;
    position: absolute;
    top: calc(50% - 30px);
    transform: translateY(-50%);
}
.sliderspnb .owl-nav .owl-next span{
    right: 0;
    position: absolute;
    top: calc(50% - 30px);
    transform: translateY(-50%);
}
.listsp .owl-nav .owl-prev span {
    left: 0;
    position: absolute;
    top: calc(50% - 30px);
    transform: translateY(-50%);
}
.listsp .owl-nav .owl-next span{
    right: 0;
    position: absolute;
    top: calc(50% - 30px);
    transform: translateY(-50%);
}
.productsrelated2 .owl-nav .owl-prev span,
.productsrelated .owl-nav .owl-prev span {
    left: 0;
    position: absolute;
    top: calc(50% - 30px);
    transform: translateY(-50%);
}
.productsrelated2 .owl-nav .owl-next span,
.productsrelated .owl-nav .owl-next span{
    right: 0;
    position: absolute;
    top: calc(50% - 30px);
    transform: translateY(-50%);
}
ul.productsrelated2 {
    margin: 0px;
    padding: 0px;
}
.relatedmcung {
    margin-bottom: 30px;
}
.productsrelated2 li {
    background: #fff;
    overflow: hidden;
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    padding: 10px;
    position: relative;
    transition: .5s;
}
.title-block {
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1;
    text-transform: capitalize;
}
.xtcsp {
    border-radius: 20px;
    padding: 0px 16px;
    background-color: #fff;
    color: #515151;
    margin: 0 4px;
    display: inline-block;
    border: 1px solid #e0e0e0;
    height: 35px;
    line-height: 33px;
}
.list_product_home {
    background-color: #fff;
    border-radius: 12px;
    padding: 10px 16px;
    margin-top: 25px;
    display: inline-block;
    width: 100%;
}
.big-news {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
}
.big-news a:nth-child(1) {
    grid-column: 1 / span 1;
    grid-row: 1 / span 4;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.img-news-1 img {
    border-radius: 8px;
}
.img-news-1 h3 {
    background: unset;
    color: #333;
    margin-top: 10px;
    padding: 0;
    position: unset;
    display: block;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin:0px;
}
.img-news-1 span, .img-news-2 span {
    display: flex;
    overflow: hidden;
    color: #999;
    font-size: 12px;
    line-height: 18px;
    padding: 5px 0 0;
    align-items: center;
    gap: 8px;
}
.img-news-2 .img-news {
    float: left;
    margin-right: 8px;
}
.img-news-2 .img-news img {
    display: block;
    width: 100%;
    max-width: 142px;
    border-radius: 8px;
}
.img-news-2 .r-img-news {
    width: calc(100% - 150px);
    float: right;
}
.img-news-2 h3 {
    margin: 0;
    display: block;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    font-weight: 700;
    white-space: normal;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    margin-top: 0px;
}
.list_product_home_bottom {
    margin-bottom: 30px;
}
.sliderno {
    display: flex;
    flex-wrap: nowrap;
}
.sliderno a {
    min-width: 100%;
}
/* end css home */
/* css menu */
#primary-menu > li > .sub-menu {
	    display: none;
	    margin: 0px;
	    padding: 0px;
	    list-style: none;
}
@media (min-width: 768px) {
	#primary-menu > li > .sub-menu > li:last-child {
    	border-bottom: 0px;
	}
	#primary-menu > li:hover > .sub-menu {
		display: block;
	}
	#primary-menu > li > .sub-menu {
	    position: absolute;
	    top: 100px;
	    margin: 0px;
	    padding: 0px;
	    position: absolute;
	    background: #fff;
	    top: 80px;
	    z-index: 10;
	    left: 0px;
	    display: none;
	    box-shadow: 0 8px 14px 1px rgb(0 0 0 / 35%);
	    border-bottom-left-radius: 4px;
	    border-bottom-right-radius: 4px;
	    border-radius: 4px;
	    list-style: none;
	    width: 230px;
	}
	#primary-menu > li > .sub-menu:before {
	    content: "";
	    position: absolute;
	    width: 17px;
	    height: 17px;
	    background: #fff;
	    transform: rotate(45deg);
	    top: -6px;
	    left: 30%;
	}
	#primary-menu > li > .sub-menu > li {
	    height: 0;
	    transition: all .25s ease;
	    text-align: left;
	    height: auto;
	    padding: 5px 10px;
	    border-bottom: 1px dotted #dbdbdb;
	    display: block;
	    float: left;
	    width: 100%;
	}

}
@media (max-width: 768px) {
    .plussubto {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 36px;
        background: #eee;
        font-size: 25px;
        color: #333;
        cursor: pointer;
        margin-top: 0px;
    }
    #primary-menu > li {
    	margin-left: 0px;
	}
	#primary-menu > li > a {
	    height: 40px;
	    line-height: 40px;
	    border-top: 1px solid #eee;
	    display: block;
	}
	#primary-menu > li > .sub-menu > li > a {
	    height: 40px;
	    display: inline-block;
	    line-height: 40px;
	    background: #eee;
	    width: 100%;
	    padding-inline: 10px;
	    border-bottom: 1px solid #fff;
	}
}
/* end css menu */
/* css category */
.entry-content-cate {
    margin-top: 15px;
}
.entry-content-cate > h1 {
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 1;
    font-size: 25px;
}
.entry-content-right-cate {
    margin-top: 20px;
}
.post_item {
    display: flex;
    gap: 15px;
    border-bottom: 1px solid #cccccc69;
}
.info-ca-pt h2 {
    margin: 0px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.3;
}
.post_item img {
    border-radius: 5px;
    width: 230px;
    height: 150px
}

.quatrang {
    width: 100%;
    text-align: center;
    padding: 10px;
    background: #fff;
    font-size: 15px;
    float: left;
    margin-top: 25px;
    margin-bottom: 20px
}

span.page-numbers.current {
    color: #fff;
    background: #1e85bf
}

.quatrang .page-numbers {
    padding: 5px 10px;
    border: 1px solid #1e85bf;
    border-radius: 5px;
    font-weight: 600
}

a.page-numbers {
    background: #fff
}

.quatrang.quatrangtv .page-numbers {
    border-radius: 100%
}
/* end css category */
/* css home */

/* end css home */
/* css product */
.menuLefthover #menu-dm-container {
    display: none;
}
.ent-item-product {
    list-style: none;
}
.tab-content {
    display: none;
    width: 100%;
}
.tab-content.active {
    display: block;
}
.flex-control-nav.flex-control-thumbs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.flex-control-nav.flex-control-thumbs li img{
    border: 1px solid #eee;
    border-radius: 5px;
    cursor: pointer;
}
.callorder {
    text-align: center;
    font-size: 15px;
}
.callorder a {
    color: rgb(238 46 36);
    font-weight: 700;
}
.flex-control-nav.flex-control-thumbs li img.flex-active{
    border: 1px solid var(--primary-color);
}
.ent-custom-button button {
    width: 100%;
    background: var(--primary-color);
    border-width: 0px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    border-radius: 8px;
    padding: 10px 0px;
}
.ent-custom-button button span {
    font-size: 13px;
    line-height: 16px;
    display: block;
    text-transform: capitalize;
    margin-top: 5px;
    font-weight: 400;
}
.info > div {
    counter-reset: section;
}
.info > div p:before {
    counter-increment: section;
    content: counters(section, ".") " ";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: rgb(217 217 217);
    color: #000;
    text-align: center;
    border-radius: 50%;
    margin: 0;
    font-style: normal;
    border-top: 0;
    padding-bottom: 1px;
    font-size: 11px;
    margin-right: 10px;
    line-height: 20px;
}
.woocommerce-product-gallery {
    width: calc(50% - 20px);
    float: left;
}
.woocommerce-tabs.wc-tabs-wrapper {
    width: 70%;
    float: left;
    margin-top: 25px;
}
button.tab-btn {
    color: #a8acb3;
    background-color: #f3f2f2;
    padding-inline: 20px !important;
    border-radius: 5px 5px 0 0 !important;
    text-transform: uppercase;
    font-size: 14px !important;
    padding-block: 10px;
    border-bottom: 0px;
    padding-top: 13px;
    font-weight: 600;
    margin-right: 8px;
}
button.tab-btn.active {
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}
.tab-buttons {
    border-bottom: 1px solid #cccccc;
    width: 100%;
}
h1.name-tax {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
}
.woocommerce .products ul li, .woocommerce ul.products li {
    background: #fff;
    overflow: hidden;
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    padding: 10px;
    position: relative;
    transition: .5s;
}
h1.woocommerce-products-header__title.page-title {
    font-size: 25px;
    margin-top: 0px;
    text-transform: capitalize;
    font-weight: 700;
}
section.related.products > h2 {
    font-size: 22px;
    text-transform: capitalize;
}
.woocommerce-loop-product__title {
    font-size: 14px;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    color: #333;
    font-weight: 500;
    overflow: hidden;
}
.woocommerce-product-details__short-description ul {
    margin: 0px;
    padding: 0px;
    margin-left: 20px;
    color: #000;
    font-weight: 400;
    text-align: justify;
}
h1.product_title.entry-title {
    font-weight: 800;
    text-transform: capitalize;
    font-size: 20px;
    color: #333333;
    margin: 0px 0;
    display: block;
}
.inline-block {
    display: inline-block;
}
.wiget-post-product {
    position: sticky;
    top: 0px;
}
.summary.entry-summary {
    width: calc(50% - 20px);
    float: right;
}
.woocommerce-product-details__short-description {
    margin-bottom: 15px;
}
.info {
    background: var(--primary-color);
    padding-inline: 12px;
    border-radius: 10px;
    padding-bottom: 12px;
}
.info label {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    line-height: 1;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    padding-top: 12px;
    padding-bottom: 12px;
}
.info label:before {
    content: '';
    background-image: url('./assets/images/liqua.svg');
    display: inline-block;
    width: 24px;
    height: 24px;
}
.info > div {
    padding: 12px;
    background: #fff;
    border-radius: 12px;
}
.info strong {
    color: #ed1c24;
}
.woocommerce div.product form.cart {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}
.flex-viewport {
    margin-bottom: 10px;
    border-radius: 5px
}
p.cvt {
    margin-top: 0px;
    margin-bottom: 0px;
}
ul.tabs.wc-tabs {
    display: none;
    gap: 10px;
}
/*.related.products ul.products {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    gap: 15px;
}*/
ul.tabs.wc-tabs li a {
    color: #a8acb3 !important;
    background-color: #f3f2f2;
    padding-inline: 20px !important;
    border-radius: 5px 5px 0 0;
    text-transform: uppercase;
    font-size: 14px !important;
    padding-block: 10px !important;
}
ul.tabs.wc-tabs li.active a {
    background-color: #b81122;
    color: #fff !important;
}
.woocommerce-Price-amount.amount {
    color: #c70808;
    font-weight: bold;
    text-decoration: none;
    font-size: 24px;
}
.ptgg {
    order: 3;
    margin-left: 10px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px;
    white-space: nowrap;
    height: 24px;
    line-height: 24px;
    padding: 0px 5px;
    font-weight: 500;
    background: #c70808;
}
.summary.entry-summary .price {
    display: flex;
    align-items: flex-end;
    text-decoration: none;
    gap: 8px;
    color: #b81122;
    line-height: 1;
    margin-top: -5px;
}
del .woocommerce-Price-amount.amount {
    color: #a2a2a2 !important;
    font-size: 18px;
    font-weight: normal;
    text-decoration: line-through;
}
span.price del .woocommerce-Price-amount.amount {
    font-size: 16px;
}
.entry-content img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}
.btn-xemthem {
    text-align: center;
    margin-bottom: 40px;
    position: sticky;
}
.bg-article {
    background: linear-gradient(to bottom, rgba(255 255 255 / 0), rgb(255 255 255), rgba(255 255 255 / 1));
    bottom: -25px;
    height: 105px;
    left: 0;
    position: absolute;
    width: 100%;
}
.btn-parameter, .btn-content {
    color: var(--primary-color);
    line-height: 20px;
    cursor: pointer;
    position: relative;
    font-weight: 600;
}
.btn-content.xemthemct {
    padding: 10px 40px 10px 30px;
    top: 15px;
    border: 1px solid var(--primary-color);
    border-radius: 8px;
}
.btn-content.xemthemct:before {
    height: 8px;
    position: absolute;
    content: "";
    width: 0;
    border-top: 6px solid var(--primary-color);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    right: 20px;
    top: 18px;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    text-decoration: none;
}
.woocommerce div.product p.price del {
    order: 2;
    margin-left: 8px;
    margin-right: 0px;
    text-decoration: none;
    font-size: 14px;
}
.entry-content table {
  border-collapse: collapse;
  width: 100% !important;
}

.entry-content  table td, .entry-content  table th {
  border: 1px solid #ddd;
  padding: 8px;
}
.right_case_s .item_bvlq_full img {
    height: 180px;
    object-fit: cover;
}



.entry-content table tr:nth-child(even){background-color: #f2f2f2;}

.entry-content table tr:hover {background-color: #ddd;}

.entry-content table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}
table.variations .label {
    width: 70px;
    display: inline-block;
    text-align: left;
    padding: 4px 0px;
}
.variations .vi-wpvs-variation-style {
	display: table !important;
}
.variations .vi-wpvs-variation-wrap .vi-wpvs-option-wrap {
    margin-inline: 5px;
    margin-block: 0px;
}
.vi-wpvs-variation-style:last-child {
    margin-bottom: 0px;
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 0px !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    color: #b81122 !important;
    -webkit-box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #b81122) !important;
    box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #b81122) !important;
}
.woocommerce div.product .woocommerce-tabs .panel ul {
    margin: 0px;
    padding: 0px;
    margin-left: 20px;
}
.woocommerce ul.products > li > a .woocommerce-Price-amount.amount {
    font-size: 16px;
}
.woocommerce ul.products li.product a {
    padding-bottom: 10px;
}
span.lhtxt {
    color: #b81122;
    font-weight: 600;
    font-size: 20px;
}
.item_bvlq_full img {
    border-radius: 4px;
    width: 100%
}
.item_bvlq_full h3 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 15px
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 0px;
}

#ent-slider-woo {
    width: 50%;
    float: left;
}
.right_body_content {
    margin-bottom: 2em;
    width: calc(50% - 20px);
    float: right;
}
.breadcrumb {
    width: 100%;
}
.woo-product-e > .product.type-product nav.breadcrumb {
    padding-top: 0px;
    margin-top: 10px;
    float: left;
    margin-bottom: 10px;
}
.entry-content {
    text-align: justify;
    font-size: 15px;
}
.entry-xff-x {
    margin-bottom: 15px;
}
.entry-content-ct img {
	width: 100%;
	height: auto;
}
.entry-content-ct ul {
    margin: 0px;
    padding: 0px;
    margin-left: 20px;
}
.owl-theme .owl-nav .disabled {
    display: none !important;
}
#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}
#sync1.owl-theme .owl-prev {
    left: 10px;
}
#sync1.owl-theme .owl-next {
    right: 10px;
}
#sync2 .item {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding-block: 10px;
    width: calc(25% - 8px);
    cursor: pointer;
}
#sync2 .item img {
    max-width: 70%;
    margin: auto;
    display: block;
    height: auto;
}
#sync2 .item img, #sync2 img.item {
    border-radius: 6px;
}
#sync2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 0px;
    margin-bottom: 15px
}
#sync2 .item.active_slider {
    border: 1px solid #00a7de;
}
.nd_t2 {
    text-align: left;
    margin: 0px;
    padding-inline: 10px;
    font-size: 15px;
    color: #000;
}
.nd_t2 strong {
    display: inline-block !important;
}
span.price * {
    text-decoration: none;
    line-height: 1;
}
span.price ins span bdi {
    font-size: 17px;
}
span.price {
    display: flex;
    align-items: flex-end;
    gap: 8px;
}
span.price del {
    order: 1;
}
.ent-title-2 {
    position: relative;
    border-style: solid;
    border-width: 0px 0px 0px;
    width: 100%;
    float: left;
    padding-bottom: 8px;
    margin-top: 0px;
}
.related-products {
    margin-bottom: 15px;
}
.ent-title-2:before {
    content: " ";
    display: inline-block;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 150px;
    bottom: 0px;
    background: var(--primary-color);
}
.ent-title-2 span {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
}
.ent-title-2:after {
    content: " ";
    display: inline-block;
    position: absolute;
    z-index: 0;
    height: 1px;
    background: #ddd;
    left: 0px;
    width: 100%;
    bottom: 2px;
}
section.related.products {
    margin-bottom: 20px;
}
.table-detail tr:nth-child(odd) {
    background: #F2F4F7;
}
.table-detail td, .table-detail th {
    font-size: 14px;
    border: 0px solid #ddd;
    padding: 10px;
}
.table-detail tr td:nth-child(1) {
    font-weight: 600;
    border-right: 1px solid #fff;
}
.table-detail tr:nth-child(even) {
    background-color: #f2f2f200;
}
.table-detail {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #f2f4f7;
}
.entry-content h2 {
    font-size: 22px;
    line-height: 1.3;
}
.summary.entry-summary form {
    display: none;
}
/*end css product*/
/* css post */
.inter-new h2 {
    font-size: 15px;
}
.imgser {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
}
.content-single {
    text-align: justify;
}
.breadcrumb {
    width: 100%;
}
.content-single img {
    width: 100%;
    height: auto;
}
.left-post {
    width: calc(75% - 15px);
    float: left;
}
.wiget-post {
    width: calc(25% - 15px);
    float: right;
    position: sticky;
    top: 15px;
}
/* end css post */
/* css du an */
h1 {
    font-weight: 600;
}
.keyda {
    background: azure;
    border: 3px dotted #db0000;
    padding: 0px 15px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.content-single h2 {
    font-size: 22px;
}
.content-single h3 {
    font-size: 18px;
}
.content-single h4 {
    font-size: 16px;
}
.ent-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}
.ent-dots .btndot {
    border-width: 0px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 8px;
    background: #fff;
    height: 80px !important;
    width: 80px;
    padding: 4px !important;
    border: 1px solid transparent;
    position: relative;
    cursor: pointer;
}
.ent-dots .btndot.active {
    border: 1px solid #007200;
}
.ent-dots .btndot img {
    border-radius: 8px;
}
.ent-dots .btndot img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.inter-new h2 {
    margin: 0px;
    font-size: 18px;
    margin-top: 10px;
    font-weight: 600;
    line-height: 1.3;
}
.titlerow {
    margin-bottom: 30px;
}
.desda {
    margin-top: 25px;
    display: inline-block;
}
/*.slider-img-nb .owl-item, .slider-img-nb img {
    border-radius: 8px;
    overflow: hidden;
}*/
.project-item {
    color: #000;
    position: relative;
}
.project-item-img img {
    width: 100%;
    height: auto;
    display: block;
}
.project-item-img {
    border-radius: 8px;
    overflow: hidden;
}
.project-item-img {
    position: relative;
}
.title-area.title-area-sb {
    margin-bottom: 25px;
    border-bottom: 1px solid #999;
    padding-bottom: 5px;
}
.title {
    display: inline;
    border-bottom: 3px solid var(--primary-color);
    font-size: 22px;
    padding-bottom: 6px;
    font-weight: 500;
    text-transform: uppercase;
}
.title-area.title-area-sb {
    margin-top: 30px;
}
/* end css du an */
/* css footer */
#colophon {
    background: var(--primary-color);
    color: #fff;
    padding-top: 30px;
}
.efooter_cl {
    padding-right: 40px;
}
.footer_cl h4,
.footer_cl p:nth-child(1) {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    line-height: 1;
    display: block;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
.footer_cl h4:after,
.footer_cl p:nth-child(1):after {
    content: "";
    background: #ffffff;
    width: 60px;
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 2px;
}
.site-info {
    border-top: 1px solid #eeeeee47;
}
.site-info a {
	color: #fff;
}
.logo-footer .custom-logo-link {
    display: inline-block;
    margin-bottom: 10px;
}
.logo-footer-b img {
    width: 185px;
}
#colophon a {
    color: #fff;
}
.footer_cl iframe {
    border-radius: 5px;
}
.contact-us iframe {
    width: 100%;
    height: 150px;
    border-radius: 8px;
    overflow: hidden;
}
.contact-us a {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
}
.contact-us-item {
    color: var(--primary-color);
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    font-size: 15px;
}
.contact-us a span:nth-child(2) {
    width: calc(100% - 50px);
}
.footer-ab {
    line-height: 1.7;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
#footer-menu-id {
    margin-top: 25px;
}
#footer-menu-ul {
    display: flex;
    margin: 0px;
    padding: 0px;
    line-height: 1;
}
#footer-menu-ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-right: 10px;
    line-height: 1;
}
#footer-menu-ul li a {
    color: #fff;
    border-left: 2px solid #ccc;
    line-height: 1;
    display: inline-block;
    padding-left: 10px;
    font-weight: 600;
}
#footer-menu-ul li:nth-child(1) a {
    border-left: 0px solid #ccc;
    padding-left: 0px;
}
.site-info {
    padding-block: 10px;
}
/* end css footer */

/* css contact */
.maxlead {
    width: 60px;
    text-align: center;
    padding: 5px 0;
    line-height: 18px;
    border-radius: 0 10px 10px 0;
    box-shadow: 0.5px 0.5px 0.5px #eee;
    background: #fff;
    position: fixed;
    bottom: 90px;
    left: 0;
    z-index: 999;
}
.maxlead a {
    display: block;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}
.maxlead a img {
    width: 36px;
    height: auto;
}
.maxlead a span {
    display: block;
    color: #666;
    font-size: 10px;
}
.maxlead a:last-child {
    margin-bottom: 0px;
}
@media (max-width: 768px) {
    .maxlead {
        width: 100%;
        display: flex;
        bottom: 0px;
        justify-content: space-between;
        padding-inline: 10px;
        border-radius: 0px;
    }
    .maxlead a {
        width: auto;
        height: auto;
        margin-bottom: 0px;
        width: 20%;
        position: relative;
    }
    .maxlead a:nth-child(3) img {
        width: 45px;
        position: absolute;
        left: 18px;
        bottom: 29px;
    }
    .maxlead a:nth-child(3) span {
        bottom: 2px;
        position: absolute;
        width: 100%;
        background: #ea0000;
        color: #fff;
        border-radius: 15px;
        max-width: 80%;
        margin: auto;
        display: block;
        text-align: center;
        left: 0;
        right: 0;
    }
    .maxlead:after {
        content: "";
        position: absolute;
        pointer-events: none;
        background-image: url("./assets/images/mb-footer-bg.svg");
        background-color: unset;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 100%;
        box-shadow: unset;
        height: 65px;
        width: 100%;
        margin-left: 0;
        margin-bottom: 0;
        left: 0;
        bottom: 0;
        z-index: -1;
    }
    .maxlead {
        background: #fff0;
        padding-inline: 0px;
    }
    .maxlead a img {
        width: 30px;
        height: auto;
    }





}
/* end css conteact*/