/*
Theme Name: Entho Theme
Theme URI: https://entho.net
Author: hatrungdung
Author URI: https://entho.net
Version: 1.0
Text Domain: entho
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --default-color: #666;
    --primary-color: #fa0908;
    --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: "Inter",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: 245px;
    display: flex;
    position: relative;
    height: 100px;
    align-items: center;
}
.center-menu {
    position: relative;
    height: 100px;
}


@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 */
        .center {
            text-align: center;
        }
        .main-nav {
            margin-top: 10px;
            text-align: center;
        }
.main-nav .nav-btn {
    background: #e5e5e5;
    color: #222;
    border: none;
    border-radius: 6px;
    margin-right: 5px;
    cursor: pointer;
    padding: 8px 15px;
}
.main-nav .nav-link {
    color: #222;
    margin: 0 10px;
    text-transform: uppercase;
}
.main-title {
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #333;
    margin: 0;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 20px;
}
        .section {
            width: 100%;
            margin: 0 auto;
        }
        .section-inner {
            margin: 0 auto;
        }
.projects-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
}
.project-card {
    width: calc(33.3333% - 20px);
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: none;
    margin-bottom: 10px;
}
        .project-card img {
            width: 100%;
            object-fit: cover;
            display: block;
        }
.project-card .desc {
    color: #222;
    padding: 8px 0 0 0;
    min-height: 32px;
    font-size: 18px;
    text-align: center;
}
.project-card .thumb {
    overflow: hidden;
    border-radius: 8px;
    display: block;
    border: 1px solid #efefef;
}
.project-card .thumb::after {
    content: "";
    background: var(--primary-color);
    display: block;
    height: 5px;
    width: 100%;
}
.pagination {
    text-align: center;
    margin: 20px 0 30px 0;
    background: #f4f3ee;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}
.pagination span {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    color: #333;
    padding-bottom: 1px;
    padding-top: 2px;
    border-bottom: 1px solid #999;
    outline: none;
    transition: all .4s 
ease;
    text-align: center;
}
.pagination span img {
    height: 20px;
    margin-left: 10px;
}

.section-title {
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #333;
    margin: 0;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 35px;
}
        .houses-grid {
            display: flex;
            justify-content: space-between;
            gap: 30px;
            margin-bottom: 30px;
        }
.house-card {
    width: calc(100% - 30px);
    background: #fffef8;
    overflow: hidden;
    box-shadow: none;
    border-bottom: 3px solid var(--primary-color);
    border-radius: 8px;
}
        .house-card img {
            width: 100%;
            object-fit: cover;
            display: block;
        }
        .house-card .desc {
            color: #222;
            text-align: center;
            font-weight: 500;
            padding: 15px 15px;
            font-size: 16px;
        }
.why-section {
    padding: 40px 0 40px 0;
    position: relative;
    background: #f9f9f9;
    box-shadow: 0px 0px 20px -5px #dcdcdc;
}
.why-title {
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #333;
    margin: 0;
    line-height: normal;
    text-transform: uppercase;
}
.why-subtitle {
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    color: #333;
    margin-top: 3px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.why-grid {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.why-card {
    width: calc(33.333% - 20px);
    overflow: hidden;
    box-shadow: none;
    text-align: left;
    padding: 20px 30px 15px 30px;
    position: relative;
    padding-top: 100px;
    padding-bottom: 30px;
    background: #fffef8;
    border-radius: 6px;
}
        .why-card .icon {
            position: absolute;
            left: 30px;
            top: 0;
        }
.why-card .icon > span {
    height: 84px;
    width: 66px;
    background-color: #f3ba19;
    display: block;
    background-position: center;
    background-size: 88% auto;
    background-repeat: no-repeat;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 0% 100%);
    transition: all .4s ease 0s;
}
.why-card .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #333;
    transition: all .4s ease 0s;
}
.why-card .desc {
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    text-align: justify;
    transition: all .4s ease 0s;
}
        .service-section {
            background: #fcfcfa;
            padding: 30px 0 0 0;
        }

.service-title {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #333;
    margin: 0;
    line-height: normal;
    text-transform: uppercase;
}
.service-header > div {
    display: flex;
    gap: 30px;
}
.service-header {
    margin-bottom: 40px;
}
.service-desc {
    color: #222;
    width: 600px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
}
.service-btn {
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    padding: 10px 15px 8px;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    align-items: center;
    letter-spacing: 1px;
    transition: all .4s ease 0s;
    border: 2px solid var(--primary-color);
}
.service-btn img {
    height: 22px;
    fill: #fff;
    margin-left: 5px;
}
.service-grid {
    margin: 0 auto;
    display: flex;
    margin-bottom: 30px;
    width: 100%;
}
        .service-card {
            width: 25%;
            background: #fff;
            overflow: hidden;
            box-shadow: none;
            text-align: left;
            position: relative;
        }
        .service-card img {
            width: 100%;
            height: 300px;
            object-fit: cover;
            display: block;
        }
        .service-card .desc {
            font-size: 12px;
            color: #fff;
            background: rgba(0,0,0,0.5);
            position: absolute;
            left: 0; right: 0; bottom: 0;
            padding: 10px 10px 10px 10px;
            font-weight: 500;
            width: 100%;
            box-sizing: border-box;
        }
        .customer-section {
            background: #fff;
            padding: 40px 0 30px 0;
            display: flex;
            justify-content: center;
            align-items: flex-start;
            gap: 40px;
            margin: 0 auto;
        }
        .customer-img {
            width: 320px;
            height: 220px;
            background: #ccc;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .customer-content {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
        }
.customer-title {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #333;
    margin: 0;
    line-height: normal;
    text-transform: uppercase;
    text-align: right;
}
.customer-subtitle {
    margin-bottom: 10px;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 3px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: right;
}

        .customer-desc {
            color: #222;
            margin-bottom: 20px;
            line-height: 1.5;
        }
        .customer-quote {
            font-size: 12px;
            color: #222;
            margin-bottom: 10px;
            font-style: italic;
        }
        .customer-list {
            color: #222;
            margin-bottom: 10px;
        }
.customer-dot {
    display: inline-block;
    height: 50px;
    width: 50px;
    background: #444;
    border-radius: 100%;
    left: 0;
    position: absolute;
    top: 5px;
}

.customer-dot-u {
    position: relative;
}
.customer-name {
    vertical-align: middle;
    position: relative;
    font-size: 25px;
    margin-bottom: 2px;
    text-transform: uppercase;
    font-weight: 600;
    color: #444;
    width: 100%;
    padding-left: 60px;
}
.customer-location {
    margin-left: 10px;
    vertical-align: middle;
    width: 100%;
    display: block;
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #444;
    padding-left: 50px;
}
        .customer-pagination {
            font-size: 10px;
            color: #bdbdbd;
            margin-left: 10px;
            vertical-align: middle;
        }
.cta-section {
    text-align: center;
    color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    position: relative;
}
.cta-section .cta-content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
}
/*        .cta-section:before {
            content: '';
            position: absolute;
            left: 0; top: 0; right: 0; bottom: 0;
            background: rgba(34,34,34,0.7);
            z-index: 1;
        }*/
.cta-title {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: 1px;
}
.cta-desc {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: 1px;
}
.cta-btn {
    border: none;
    display: inline-flex;
    padding: 10px 30px 8px;
    background: var(--primary-color);
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    align-items: center;
    letter-spacing: 1px;
    gap: 10px;
}
.cta-btn img {
    height: 25px;
}
.brand-section {
    position: relative;
    background: #f9f9f9;
    padding: 50px 0;
}
        .brand-logos {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 60px;
        }
.brand-logos img {
    height: 60px;
    width: 20%;
    object-fit: contain;
    margin: auto;
    display: block;
}
        .news-section {
            background: #fff;
            padding: 30px 0 30px 0;
            margin: 0 auto;
        }
        .news-title {
            font-size: 14px;
            font-weight: 600;
            color: #222;
            margin-bottom: 10px;
        }
        .news-grid {
            display: flex;
            gap: 30px;
        }
        .news-main {
            flex: 2;
        }
        .news-main-item {
            display: flex;
            gap: 15px;
            margin-bottom: 20px;
        }
        .news-main-item img {
            width: 160px;
            object-fit: cover;
            border-radius: 4px;
        }
        .news-main-content {
            flex: 1;
        }
        .news-main-title {
            font-size: 13px;
            font-weight: 600;
            color: #222;
            margin-bottom: 5px;
        }
        .news-main-meta {
            font-size: 10px;
            color: #bdbdbd;
            margin-bottom: 5px;
        }
        .news-main-desc {
            color: #222;
            line-height: 1.5;
        }
        .news-list {
            flex: 1;
        }
        .news-list-item {
            display: flex;
            gap: 10px;
            margin-bottom: 15px;
        }
        .news-list-item img {
            width: 70px;
            height: 50px;
            object-fit: cover;
            border-radius: 4px;
        }
        .news-list-content {
            flex: 1;
        }
        .news-list-title {
            font-weight: 600;
            color: #222;
            margin-bottom: 2px;
        }
        .news-list-meta {
            font-size: 9px;
            color: #bdbdbd;
        }
        .news-btn {
            background: #f7b731;
            color: #fff;
            border: none;
            font-size: 10px;
            padding: 5px 18px;
            border-radius: 2px;
            font-family: 'Montserrat', Arial, sans-serif;
            cursor: pointer;
            margin-bottom: 15px;
            float: right;
        }
        .footer {
            background: #fcfcfa;
            padding: 30px 0 10px 0;
            color: #222;
        }
        .footer-inner {
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            gap: 30px;
        }
        .footer-col {
            flex: 1;
        }
.footer-title {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0px;
    font-weight: 600;
    position: relative;
    color: #333;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
        .footer-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .footer-list li {
            margin-bottom: 5px;
        }
.footer-contact {
    color: #222;
    margin-bottom: 8px;
    font-size: 14px;
    position: relative;
    line-height: 1.2;
    text-align: justify;
    display: flex;
    align-items: flex-start;
    gap: 5px;
}
.footer-contact2 {
    color: #222;
    margin-bottom: 8px;
    font-size: 14px;
    position: relative;
    line-height: 1.55;
    text-align: justify;
}
.footer-contact i {
    color: #fff;
    font-size: 12px;
}
.icon {
    height: 24px;
    width: 24px;
    border-radius: 7px;
    padding: 6px;
    align-items: center;
    justify-content: center;
    background: #2c2c2c;
    transition: all .4s ease 0s;
    display: inline-flex;
    text-align: center;
    margin-right: 5px;
    position: relative;
    top: 2px;
}
.footer-copyright {
    display: inline-block;
    font-size: 14px;
    color: #999;
}
.footer-social a {
    color: #fff;
    margin-right: 8px;
    font-size: 15px;
    background: #ea412c;
    height: 30px;
    width: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.footer-bottom {
    margin: 0 auto;
    text-align: left;
    font-size: 10px;
    color: #bdbdbd;
    margin-top: 10px;
    border-top: 1px solid #ccc;
    padding-top: 15px;
}
        .footer-btn {
            background: #f7b731;
            color: #fff;
            border: none;
            font-size: 10px;
            padding: 5px 18px;
            border-radius: 2px;
            font-family: 'Montserrat', Arial, sans-serif;
            cursor: pointer;
            margin-top: 10px;
        }

/* 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;
    object-fit: cover;
}
.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;
}

.subcategory-block .products {
    display: block !important;
    gap: 0px !important;
}
.subcategory-block .products .product {
    max-width: 25%;
}
.subcategory-block .products.owl-carousel.owl-theme.columns-4.owl-loaded.owl-drag .product {
    max-width: 100%;
}
.owl-prev, .owl-next {
    width: 34px;
    height: 34px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: rgb(255 255 255 / 90%);
    border: 1px solid rgb(132 46 24);
    color: rgb(94, 94, 94) !important;
    border-radius: 4px;
    position: absolute;
    top: calc(50% - 17px);
}
.owl-prev svg, .owl-next svg {
    width: 9px;
    height: 15px;
}
.owl-prev {
    left: 5px;
}
.owl-next {
    right: 5px;
}
/*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 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;
}
.cctci img {
    width: 100%;
    height: auto;
}
/** end css about us */
/* css cat product */
.section-title-main {
    display: inline-block;
    font-weight: bold;
    padding: 5px 40px 0 40px;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    background: #842e18;
    font-size: 14px !important;
    height: 30px;
    border: none !important;
    margin-bottom: 0 !important;
    line-height: 22px;
    left: 80px;
}
.section-title-main:before {
    border-left: 35px solid transparent;
    border-top: 30px solid #842e18;
    content: "";
    display: inline-block;
    height: 0;
    position: absolute;
    left: -35px;
    top: 0;
    width: 0;
}
.section-title-main:after {
    background: #842e1875;
    height: 33px;
    content: "";
    margin-left: -80px;
    display: inline-block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: calc(100% + 80px);
    padding-right: 50px !important;
}
.view-all {
    font-size: 15px;
    line-height: 1;
}
.subcategory-header {
    margin-bottom: 35px;
    margin-top: 35px;
}
/* end css cat product */