/*
Theme Name: Entho Theme
Theme URI: https://entho.net
Author: hatrungdung
Author URI: https://entho.net
Version: 1.0
Text Domain: entho
*/
@font-face {
  font-family: "SVN-Darleston";
  src: url("./assets/fonts/SVN-Darleston.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Viglacera";
  src: url("./assets/fonts/Viglacera-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Viglacera";
  src: url("./assets/fonts/Viglacera-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Viglacera";
  src: url("./assets/fonts/Viglacera-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Viglacera";
  src: url("./assets/fonts/Viglacera-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

: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: "Viglacera",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: #454545;
	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 */
.bottom-menu {
    background: #f0f0f0;
}

#primary-menu {
    margin: 0px;
    list-style: none;
    display: flex;
    padding: 0px;
}
.site-branding {
    width: 200px;
    display: flex;
    position: relative;
    height: 100px;
    align-items: center;
}
.center-menu {
    position: relative;
    height: 100px;
}
.right-header {
    width: 65%;
    height: 100px;
    background-image: url('./assets/images/banner-right.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    position: absolute;
    right: 0px;
    top: 0px;
}
.left-header {
    width: 35%;
    height: 100px;
    background-image: url('./assets/images/banner-left.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    position: absolute;
    left: 0px;
    top: 0px;
}
@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;
    height: 60px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    color: #454545;
}
#primary-menu > li {
    margin-right: 25px;
    position: relative;
}
.site-header {
    border-bottom: 1px solid #eee;
}
.boxic {
    border: 2px solid #6d0606;
    width: 54px;
    height: 37px;
    padding: 0px;
    border-radius: 8px;
    line-height: 33px;
    font-size: 18px;
    font-weight: 600;
    color: #454545;
}
.boxic.icon-search {
    background-image: url('./assets/images/icon-seach.png');
        background-repeat: no-repeat;
    padding: 0px;
    background-size: 20px 20px;
    background-position: center;
    cursor: pointer;
}
.right-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.main-navigation {
    position: relative;
}
.search-sld-header {
    position: absolute;
    right: 0px;
    top: 65px;
    display: none;
    z-index: 100;
}
/* end css header */
/* css home */
/*.homeslider {
    margin-top: 10px;
}*/
.hometext {
    text-align: center;
    padding-inline: 0px;
    font-size: 19px;
    font-weight: 500;
    color: #454545;
    max-width: 90%;
    margin: auto;
    margin-top: 20px;
}
.hometext a {
    background: #454545;
    color: #fff;
    font-size: 17px;
    padding: 11px 60px 11px 30px;
    display: inline-block;
    position: relative;
    border-radius: 12px;
    margin-top: 10px;
    transition: all 0.2s ease-in-out;
}
.hometext a:hover {
    background: #c91723;
}
.hometext a:after {
    content: '';
    background-image: url('./assets/images/next.png');
    width: 31px;
    height: 16px;
    position: absolute;
    top: 16px;
    right: 20px;
    background-repeat: no-repeat;
}
.right-spnb .owl-stage {
    margin-left: 0px;
}
.item-spnb span {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 168px;
    height: 42px;
    line-height: 47px;
    background-image: url('./assets/images/ic-xt.png');
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 35px;
    color: #fff;
}
.item-spnb span:after {
    content: '';
    background-image: url('./assets/images/next.png');
    width: 31px;
    height: 16px;
    position: absolute;
    top: 14px;
    right: 20px;
    background-repeat: no-repeat;
}
.item-spnb h2 {
    font-size: 25pt;
    color: #c91824;
    font-weight: 900;
    margin: 0px;
    margin-top: 20px;
    padding-left: 20px;
    padding-bottom: 15px;
}
.leftimgd {
    position: relative;
}
.mtax {
    position: absolute;
    height: 50%;
    top: 25%;
    background: #f6f6f6;
    width: 100%;
}
.mtax {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mtaxhome span {
    display: block;
}
.mtaxhome {
    width: 70%;
}
span.mtax1 {
    font-family: 'SVN-Darleston', sans-serif;
    font-size: 80px;
    line-height: 1;
    color: #454545;
}
span.mtax2 {
    font-size: 33px;
    line-height: 1;
    color: #454545;
    text-align: right;
    margin-top: -12px;
}
span.mtax3 {
    color: #c91824;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 50px;
    line-height: 1;
    margin-top: 15px;
    margin-bottom: 5px;
}
span.mtax4 {
    color: #c91824;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 35px;
    line-height: 1;
}
.item-spnb {
    position: relative;
    display: inline-block;
    box-shadow: 0 0 5px #88888899;
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-bottom: 10px;
    height: 100%;
    padding-left: 25px;
}
.item-spnb:before {
	left: 0px;
    content: "";
    background-image: url('./assets/images/line4.png');
        background-size: auto;
    display: inline-block;
    height: 7px;
    width: 100%;
    position: absolute;
    top: 0px;
}
.spnbc {
    background: #fefdfa;
    margin-top: 30px;
    position: relative;
}
.rightspnb {
    position: initial !important;
}
#customDots button {
    width: 9px;
    height: 9px;
    padding: 0px !important;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 100%;
    border-width: 0px;
    background: #454545;
    cursor: pointer;
}
#customDots button.active {
    background: #c91824;
}
.naxtpr {
    display: flex;
    justify-content: center;
}
.naxtpr-ci {
    display: flex;
    background: #fff;
    padding: 8px 20px 6px 20px;
    border-radius: 40px;
}
.prev-btn, .next-btn {
    background: rgba(255, 255, 255, 0);
    position: relative;
    border-width: 0px;
    cursor: pointer;
}
.prev-btn:before, .next-btn:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    position: absolute;
    border: solid #454545;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    right: 5px;
    top: 3px;
}
.next-btn:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 0px;
    top: 3px;
    left: 1px;
}
.naxtpr {
    text-align: center;
    margin-top: 12px;
}
.fullx {
    background: #833621;
}
.ct-fullx {
    padding-block: 80px;
    background-image: url('./assets/images/bgtd.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}
.tidex {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.tidex h2 {
    font-size: 25pt;
    margin: 0px;
    font-weight: 500;
    line-height: 1;
}
.tidex h3{
    font-size: 40pt;
    margin: 0px;
    font-weight: 700;
}
.icon img {
    height: 65px;
    width: auto;
    margin: auto;
    display: block;
}
.item-s {
    color: #fff;
    text-align: center;
}
.item-s p {
	font-size: 9pt;
	margin: 0px;
	font-weight: 500;
}
.icon {
    margin-bottom: 22px;
}
.tidex {
    margin-bottom: 45px;
}
.item-s h4 {
	font-size: 15pt;
	margin: 0px;
	font-weight: 900;
}
.item-ctctflex {
    width: 25%;
    position: relative;
}
.item-ctctflex-center {
    width: 50%;
    text-align: center;
}
.ctctflex {
    align-items: center;
}
.mta-img {
    display: flex;
}
.meta-ct {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #821810CC;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.item-ctctflex:hover .meta-ct {
    opacity: 1;
}
.ihover .meta-ct {
    opacity: 1;
}
.ctri {
    margin-top: 45px;
}
.meta-ct p {
    margin: 0px;
    width: 100%;
    text-align: center;
    font-size: 15pt;
}
.meta-ct-c h3 {
    margin: 0px;
    font-size: 25px;
    text-align: center;
}
.item-ctctflex-center h2 {
    font-size: 35px;
    font-weight: 500;
    margin: 0px;
}
.item-ctctflex-center h3 {
    font-size: 50px;
    margin: 0px;
    color: #c91723;
    line-height: 1;
}
.item-ctctflex-center a {
    background: #454545;
    color: #fff;
    font-size: 17px;
    padding: 11px 60px 11px 30px;
    display: inline-block;
    position: relative;
    border-radius: 12px;
    margin-top: 10px;
        transition: all 0.2s ease-in-out;
}
.item-ctctflex-center a:hover {
    background: #c91723;
}
.item-ctctflex-center a:after {
    content: '';
    background-image: url('./assets/images/next.png');
    width: 31px;
    height: 16px;
    position: absolute;
    top: 16px;
    right: 20px;
    background-repeat: no-repeat;
}
.h2blog {
    max-width: 33%;
    display: block;
}
.h21 {
    display: block;
    font-size: 52pt;
    font-family: 'SVN-Darleston', sans-serif;
    font-weight: normal;
    color: #113d64;
    line-height: 1;
}
.h22 {
    display: block;
    text-align: right;
    color: #C91826;
    font-size: 41pt;
    text-transform: uppercase;
    line-height: 1;
}
.h23 {
    font-weight: 100;
    font-size: 23px;
}
.item-lastpost img {
    height: 253px;
    object-fit: cover;
}
.item-lastpost {
    box-shadow: 0 0 5px #88888899;
    display: inline-block;
    padding: 12px;
    border-radius: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    background: #f6f6f6;
}
.item-lastpost img {
    height: 253px;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.item-lastpost span {
    display: inline-block;
    border: 1px solid;
    font-size: 13pt;
    line-height: 1;
    padding: 12px 15px 8px 15px;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
}
.item-lastpost span:hover {
    background: #c91723;
    color: #fff;
    border: 1px solid #c91723;
}
.xtbv {
    text-align: center;
    margin-top: 35px;
    position: relative;
    margin-bottom: 35px;
}
.xtbv a {
    background: #454545;
    color: #fff;
    font-size: 17px;
    padding: 11px 60px 11px 30px;
    display: inline-block;
    position: relative;
    border-radius: 12px;
    z-index: 2;
    transition: all 0.2s ease-in-out;
}
.xtbv a:hover {
    background: #c91723;
}
.xtbv a:after {
    content: '';
    background-image: url('./assets/images/next.png');
    width: 31px;
    height: 16px;
    position: absolute;
    top: 16px;
    right: 20px;
    background-repeat: no-repeat;
}
.xtbv hr {
    margin: 0px;
    position: absolute;
    width: 100%;
    top: 50%;
    z-index: 1;
    background-color: #454545;
}
.cstcg {
    background-image: url('./assets/images/bgtt.png');
    background-repeat: no-repeat;
    background-size: 100% 50%;
    background-color: #fff;
    background-position: bottom;
}
.ccct {
    position: relative;
}
.ccct:after {
    content: '';
    background-image: url('./assets/images/Group7.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 665px;
    height: 270px;
}
/* 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: 60px;
        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;
        z-index: 10;
    }
    #primary-menu > li > .sub-menu:before {
        content: "";
        position: absolute;
        width: 17px;
        height: 17px;
        background: #fff;
        transform: rotate(45deg);
        top: -6px;
        left: 35px;
        z-index: 0;
    }
    #primary-menu > li > .sub-menu > li {
        height: 0;
        transition: all .25s ease;
        text-align: left;
        height: auto;
        padding: 13px 10px 9px 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: 40px;
        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 > 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;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.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
}
.info-ca-pt {
    width: calc(100% - 245px);
}
.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%
}
.ent-post-home, .ent-post-home * {
    z-index: 10000;
    position: relative;
}
/* end css category */
/* css home */

/* end css home */
/* css product */
header.woocommerce-products-header {
    width: 100%;
    display: none;
}
h1.woocommerce-products-header__title.page-title {
    margin-top: 15px;
    margin-bottom: 15px;
}
.mahieu__pro {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    font-size: 13px;
    background: #842e18;
    border-radius: 5px;
    padding: 3px 5px;
    display: none;
}
.woocommerce-loop-product__title {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 16px;
    padding-inline: 10px;
    height: 40px;
}
.woocommerce ul.products li.product a img {
    margin-bottom: 0px;
}
.wpf-search-container [data-slug="bo_loc_san_pham"],
.wpf-search-container {
    display: inline-block;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.right-cat-product {
    position: sticky;
    top: 15px;
    padding-top: 20px;
}
.left-cat-product {
    width: calc(75% - 20px);
    float: left;
    margin-top: 20px;
}
.right-cat-product {
    width: calc(25% - 0px);
    float: right;
}
.wpf_reset_btn {
    padding-left: 35px !important;
    margin-bottom: 10px;
}
.wpf_reset_btn:after, .wpf_reset_btn:before {
    left: 15px !important;
    top: 45% !important;
}
.wpf_level_2 {
    display: none;
}
.wpf_submenu.submenu-open {
    display: block;
}
.wpf_items_wrapper.wpf_layout_vertical {
    width: 100%;
}
.woocommerce .products ul li, .woocommerce ul.products li {
    border: 2px solid #842e18;
    border-radius: 12px;
    overflow: hidden;
    background: #842e18;
    color: #fff;
    text-align: center;
    position: relative;
}
.woocommerce .products ul li a, .woocommerce ul.products li a {
    color: #fff;
}
.wpf_item .wpf_item_name {
    margin: 0px !important;
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
    height: 52px;
    line-height: 52px;
    padding-inline: 15px;
    background-image: url('./assets/images/line7.png');
    font-size: 17px !important;
    color: #fff;
}
.search-submit {
    background-image: url('./../enthotheme/assets/images/line7.png');
    border-width: 0px;
    width: 130px;
    color: #fff;
    height: 40px;
}
form.search-form label input {
    width: 100%;
    height: 40px;
    border-width: 0px;
    padding: 0px;
    padding-inline: 12px;
    outline: 0px;
}

form.search-form {
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    border: 2px solid #ef3023;
    overflow: hidden;
}
form.search-form label {
    width: 100%;
}
.wpf_form .wpf_items_wrapper .wpf_item .wpf_hierachy {
    padding-inline: 15px;
    padding-top: 15px;
}
.wpf_item {
    padding: 0px !important;
    margin-top: 20px;
    border-radius: 10px;
    border: 2px solid #ef3023;
    overflow: hidden;
}
.wpf_items_wrapper .wpf_item ul li {
    margin-right: 0px !important;
    margin-bottom: 15px;
    position: relative;
}
.wpf_form .wpf_items_wrapper .wpf_item .wpf_hierachy > li > label {
    color: #650000;
}
.wpf_item label {
    font-size: 16px;
    margin-left: 5px !important;
    margin-top: -3px !important;
}
.plusfilto {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 7px;
    top: 0px;
    cursor: pointer;
}
.plusfilto:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    position: absolute;
    border: solid #C91826;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    left: 4px;
}
.maspp {
    color: #842e18;
    font-size: 30px;
    margin-bottom: 15px;
}
.left_thtskt i {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: center;
}
section.related.products {
    margin-top: 10px;
    float: left;
    margin-bottom: 25px;
    width: 100%;
}
section.related.products > h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 30px;
    color: #842e18;
}
.thtskt_item {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: flex-start;
}
.left_thtskt {
    width: 40px;
}
.thtskt {
    color: #842e18;
    font-size: 20px;
    line-height: 1;
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.thtskt_item {
    width: calc(50% - 10px);
}
.thtskt_1 i {
    background-image: url('./assets/images/kt.png');
}
.thtskt_2 i {
    background-image: url('./assets/images/kg.png');
}
.thtskt_3 i {
    background-image: url('./assets/images/hutnc.png');
}
.thtskt_4 i {
    background-image: url('./assets/images/xnc.png');
}
.thtskt_5 i {
    background-image: url('./assets/images/slgsd.png');
}

.ttxxtf {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
}
.view360ct {
    display: none;
}
.view360 {
    border-width: 0px;
    background: #ffffff00;
    padding: 0px;
    cursor: pointer;
}
.view360ct {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background: #fff;
    z-index: 99999;
}
#image-reel img {
    height: 100% !important;
    object-fit: contain;
}
#image-reel,
.view_360_main {
    height: 100%;
}
.view360 i {
    background-image: url('./assets/images/360.png');
    width: 40px;
    height: 40px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: center;
}
.view360 {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: flex-start;
    font-size: 20px;
    font-weight: 600;
    color: #842e18;
}
.gh360 {
    margin-top: 20px;
}
#close-popup {
    background: #000;
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 38px;
    font-size: 32px;
    right: 10px;
    top: 10px;
    z-index: 100;
}
/*end css product*/
/* css post */
.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-content.xemthemct {
    padding: 10px 40px 10px 30px;
    top: 15px;
    font-size: 17px;
}
.btn-parameter, .btn-content {
    color: #842e18;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    font-weight: 600;
}
.btn-content.xemthemct:before {
    height: 8px;
    position: absolute;
    content: "";
    width: 0;
    border-top: 6px solid #842e18;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    right: 20px;
    top: 17px;
}
.breadcrumb {
    margin-top: 15px;
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.breadcrumb * {
    font-size: 15px;
}
/* end css post */
/* css footer */
.footer-ab a {
    color: #fff;
}
#colophon {
    color: #fff;
    padding-top: 50px;
    padding-bottom: 35px;
    position: relative;
    z-index: 2;
}
#colophon .ent-container {
    position: relative;
    z-index: 3;
}
#colophon:before {
    content: '';
    background-image: url('./assets/images/bgfooter.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: absolute;
    left: 0px;
    top: 0px;
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#colophon:after {
    background-color: #60251c;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 87%;
}
.left-footer h2 {
    margin: 0px;
    font-size: 25pt;
}
.foxt {
    font-size: 20px;
}
.diachi {
    margin-bottom: 5px;
}
.email {
    margin-top: 5px;
}
.bottomfooter {
    margin-top: 60px;
}
.right-footer h4 {
    margin: 0px;
    margin-bottom: 10px;
    font-size: 16px;
}
.mxhfooter {
    display: flex;
    gap: 35px;
    margin-top: 35px;
    margin-bottom: 35px;
}
.mxhfootercs p {
    margin: 0px;
}
.right-footer strong {
    margin-top: 20px;
    display: inline-block;
}
.right-footer p {
    line-height: 1.7;
}
.bctx {
    content: '';
    background-image: url('./assets/images/bct.png');
        width: 160px;
    height: 60px;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
}
.right-mxhfooter a i {
    content: '';
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
}
.right-mxhfooter p {
    margin: 0px;
    margin-bottom: 10px;
}
.left-mxhfooter a {
    display: inline-block;
}
.right-mxhfooter .ent-flex {
    gap: 10px;
}
.facebook {
    background-image: url('./assets/images/icon-facebook.png');
}
.zalo {
    background-image: url('./assets/images/icon-zalo.png');
}
.tiktok {
    background-image: url('./assets/images/icon-tiktok.png');
}
.mxhfootercs a {
    color: #fff;
}
/* end css footer */

/* css contact */
.maxlead {
    position: fixed;
    bottom: 100px;
    z-index: 10;
    width: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    right: 20px;
}
.maxlead a {
    width: 55px;
    height: 55px;
    background: #ed1d24;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.maxlead a img {
    width: 30px;
}
/* end css contact*/
/* css khac */
.list-cnt {
    padding-top: 30px;
    padding-bottom: 30px;
}
.tong-quan-chinhanh {
    background: #eee;
    padding-inline: 25px;
}
.tong-quan-chinhanh h2 {
    border-bottom: 2px solid #6d0606;
    margin-bottom: 5px;
    padding-bottom: 5px;
    color: #6d0606;
    text-transform: capitalize;
    font-size: 25px;
}
.tong-quan-chinhanh h3 i, .tong-quan-chinhanh p i {
    margin-right: 8px;
}
.right-ttch.anh-chinhanh img {
    width: 100%;
    height: auto;
}
.fight-kpp3 a {
    box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
}
.ndfff {
    padding: 15px;
}
.ndfff h3 {
    margin: 0px;
    margin-bottom: 5px;
}
ul.kpp-taxonomy-list {
    margin: 0px;
    padding: 0px;
}
.left-kpp-sp ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
ul.kpp-taxonomy-list ul.children {
    display: none;
    border-top: 1px solid #eee;
    margin-top: 8px;
}
.thhh p:nth-child(1) {
    margin: 0px;
    padding: 0px;
}
.thhh {
    background: #eee;
    padding-bottom: 1px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.thhh p {
    padding-inline: 15px;
}
.left-kpp-sp h4 {
    margin: 0px;
    margin-bottom: 0px;
    background: #6d0606;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    padding-inline: 10px;
    line-height: 1;
    padding-block: 15px;
    font-weight: 400;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.left-kpp-sp ul.kpp-taxonomy-list {
    padding-inline: 15px;
    border: 1px solid #6d0606;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.left-kpp-sp ul.kpp-taxonomy-list > li {
    border-top: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}
.left-kpp-sp ul.kpp-taxonomy-list > li a{
    font-weight: 700;
}
.left-kpp-sp {
    width: calc(25% - 10px);
    float: left;
    position: sticky;
    top: 20px;
}
.fight-kpp {
    width: calc(75% - 10px);
    float: right;
}
.rowcn {
    width: 100%;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
}
.rowcn {
    display: inline-block;
}
.fight-kpp > h1 {
    margin-top: 0px;
}
.fight-kpp .breadcrumb {
    margin-top: 0px;
    margin-bottom: 10px;
}
.current-cat > a {
    color: #6d0606;
}
ul.kpp-taxonomy-list ul.children li {
    padding-top: 12px;
}
.plusx {
    position: absolute;
    right: 0px;
    background: #eee;
    height: 30px;
    width: 30px;
    line-height: 35px;
    text-align: center;
    top: 5px;
    font-size: 20px;
    cursor: pointer;
}
.fight-kpp.fight-kpp-page p:nth-child(1) {
    margin-top: 0px;
}
.fight-kpp.fight-kpp-page img {
    border-radius: 5px;
}
.left-kpp-sp.left-kpp-spsidebar {
    width: 100%;
}
.desda {
    display: inline-block;
    width: 100%;
}
.content-single img {
    width: 100%;
    height: auto;
}
.wiget-post {
    width: calc(25% - 10px);
    float: right;
    margin-top: 20px;
    margin-bottom: 20px;
    position: sticky;
    top: 15px;
}
.thhhvn iframe {
    height: 160px;
}
.left-post {
    width: calc(75% - 10px);
    float: left;
}
.title-area.title-area-sb h5.title {
    font-size: 25px;
    margin: 0px;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #6d0606;
}
#primary-menu > li.current-menu-item > a {
    color: #6d0606;
}
/* end css khac */
/* css trang about us */
.sliderspnb .owl-nav .owl-prev span {
    box-shadow: -3px 0 4px rgba(0, 0, 0, .05), 4px 0 4px rgba(0, 0, 0, .09);
    border-radius: 4px;
}
.sliderspnb .owl-nav > div > span {
    background: rgba(255, 255, 255, .9) !important;
    height: 60px;
    width: 30px;
    z-index: 2;
}
.sliderspnb .owl-nav .owl-prev span {
    left: 0;
    position: absolute;
    top: calc(50% - 30px);
    transform: translateY(-50%);
}
.sliderspnb .owl-nav > div > span:before {
    border-top: 3px solid #666;
    border-right: 3px solid #666;
    content: '';
    height: 22px;
    position: absolute;
    top: 18px;
    width: 22px;
}
.sliderspnb .owl-nav .owl-prev span::before {
    left: 10px;
    transform: rotate(-135deg);
}
.sliderspnb .owl-nav .owl-next span {
    right: 0;
    position: absolute;
    top: calc(50% - 30px);
    transform: translateY(-50%);
}
.sliderspnb .owl-nav .owl-next span::before {
    transform: rotate(45deg);
}
.sliderspnb .owl-nav .owl-next span::before {
    right: 10px;
}
.sliderspnb .owl-nav .owl-next span {
    box-shadow: 0px 0 4px rgba(0, 0, 0, .05), -4px 0 4px rgba(0, 0, 0, .09);
    border-radius: 4px 0 0 4px;
}

.item-list-gt {
    position: relative;
    float: left;
}
.item-list-gt.item-list-gt-2 .left-list-gt {
    float: right;
}
.right-list-gt {
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .1);
    padding: 30px 30px 30px 30px;
    position: absolute;
    z-index: 1;
    background: #fff;
    width: 50%;
    right: 0px;
    top: 50%;
    transform: translate(0%, -50%);
}
.left-list-gt {
    max-width: 70%;
}
.item-list-gt.item-list-gt-2 .right-list-gt {
    right: auto;
    top: 50%;
    transform: translate(0%, -50%);
}
.item-list-gt {
    margin-top: 30px;
    margin-bottom: 30px;
}
.item-ttsx {
    text-align: center;
}
.of-list-gh {
    width: 100%;
    text-align: center;
    max-width: 70%;
    margin: auto;
}
.nam {
    font-weight: 600;
    font-size: 18px;
}
.namnoi {
    margin-top: 5px;
    margin-bottom: 5px;
}
.tendh {
    font-weight: 600;
    font-size: 16px;
}
.list-gh {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}
.content-gt {
    text-align: center;
    max-width: 80%;
    margin: auto;
    padding-top: 30px;
}
.content-gt p {
    font-size: 16px;
}
.left-list-gt img {
    height: 500px;
    object-fit: cover;
}
.of-list-gh p {
    font-size: 16px;
}
.of-list-gh h2 {
    font-size: 30px;
}
.item-ttsx img {
    height: 280px;
    object-fit: contain;
}
.contact_phieu.contact_page {
    margin-bottom: 35px;
}
/** end css about us */