/*
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=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
:root {
    --default-color: #666;
    --primary-color: #007200;
    --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: -apple-system, BlinkMacSystemFont, "Figtree", Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	text-decoration: none;
}

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: #1c1c4e;
	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 */
.topbar {
    background-color: #161616;
    font-size: 14px;
}
.left-bar i {
    font-size: 16px;
    color: var(--primary-color);
}
.left-bar > div {
    line-height: 1;
}
.left-bar {
	color: rgb(155, 155, 155);
}
.social-icons a {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #fff;
    border-radius: 100%;
    font-size: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.location-bar {
	color: var(--primary-color);
}

.location-bar, .location-bar * {
    color: var(--primary-color);
}
.location-bar a {
    font-size: 14px;
}
.location-bar i {
    font-size: 16px;
}
#primary-menu {
    margin: 0px;
    list-style: none;
    display: flex;
    padding: 0px;
}
.site-branding {
    width: 150px;
}
.topbar a:hover {
    color: var(--primary-color);
}
@media (min-width: 768px) {
	.menu-toggle {
		display: none;
	}

}
@media (max-width: 768px) {
	.menu-toggle {
		display: block;
	}
}
#primary-menu > li > a {
    line-height: 110px;
    text-decoration: none;
    letter-spacing: .5px;
    font-weight: 700;
    height: 110px;
    display: inline-block;
    font-size: 18px;
}
#primary-menu > li {
    margin-left: 25px;
    position: relative;
}
.site-header {
    border-bottom: 1px solid #eee;
}
.woo-product-e {
    margin-top: 25px;
    display: inline-block;
    width: 100%
}
input.search-field {
    height: 45px;
    padding-inline: 10px;
    border-radius: 8px;
    border: 1px solid #858585;
}
button.search-submit {
    background: #b81122;
    border-width: 0px;
    height: 45px;
    width: 45px;
    border-radius: 5px;
    padding: 0px;
}
form.search-form {
    display: flex;
    align-items: center;
    gap: 5px;
}
.rts-btn {
    padding: 19px 40px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    border-radius: 100px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    min-width: max-content;
}
.actions-area a.rts-btn {
    padding: 13px 15px;
}
.actions-area a.rts-btn span {
    width: 25px;
    height: 25px;
    line-height: 20px;
    background: #fff;
    border-radius: 100%;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    margin-left: 8px;
}
.rts-btn.btn-primary {
    border-radius: 6px;
}
.rts-btn.btn-primary {
    color: #fff;
    background: #1f1f25;
}
.rts-btn.btn-primary::before {
    background: var(--primary-color);;
}
.rts-btn.btn-primary::before {
    border-radius: 4px;
}
.rts-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 100px;
}

.rts-btn.btn-primary:hover::before {
    background: var(--primary-color);;
    transform: scaleX(0);
}
/* end css header */
/* 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;
    margin-bottom: 15px;
    border-bottom: 1px solid #cccccc69;
    padding-bottom: 15px;
}
.info-ca-pt h2 {
    margin: 0px;
    margin-bottom: 10px;
    font-size: 20px;
}
.post_item img {
    border-radius: 5px;
    min-width: 230px;
    height: 153px
}

.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 */
.experience-section {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}
.experience-section .img-small {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
  overflow: hidden;
}
.experience-box {
    position: absolute;
    top: 60px;
    border-radius: 10px;
    right: 0px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.experience-box span {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
    max-width: 127px;
}
/*.left-experience-section {
	padding-top: 160px;
}*/
.experience-section .img-large {
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    float: right;
    position: relative;
    z-index: 1;
}
.experience-section .img-large img {
    width: 100%;
    height: auto;
    position: relative;
    border-style: solid;
    border-color: #fff;
    border-radius: 40px 40px 40px 40px;
}
.experience-box h2 {
    margin: 0;
    color: var(--primary-color);
    font-size: 55px;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1;
}
.experience-box {
    gap: 20px;
}
.image-anime {
	position: relative;
	z-index: 1;
}
.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear !important;
    background-color: transparent;
}
.right-experience-section h2 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 0.2em;
    position: relative;
    padding-left: 26px;
}
.right-experience-section h2::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    transform: translateY(-50%);
    background: url('./assets/images/icon-sub-heading.svg') no-repeat left center;
    width: 16px;
    height: 16px;
    background-size: cover;
}
.right-experience-section h3 b {
    display: block;
    font-size: 50px;
    font-weight: 700;
}
.right-experience-section p {
    margin-bottom: 30px;
    margin-top: 30px;
    color: #81848A;
    font-size: 16px;
    line-height: 1.7em;
}
.right-experience-section li {
    color: #222222;
    transition: color 0.3s;
    font-size: 16px;
    list-style: none;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
}
.right-experience-section ul {
    margin: 0px;
    padding: 0px;
    margin-bottom: 40px;
}
.right-experience-section h3 {
    font-size: 50px;
    font-weight: 300;
}
.right-experience-section li:before {
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    transform: translateY(-50%);
    background: url('./assets/images/li.svg') no-repeat left center;
    width: 24px;
    height: 24px;
    background-size: cover;
}
.btn-button-link {
    background-color: var(--primary-color);
    color: #222222;
    border-radius: 10px 10px 10px 10px;
    padding: 2px 8px 2px 2px;
}
.btn-button-link::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    border-radius: 8px;
    background: #222222;
    transition: all 0.4s ease-in-out;
    z-index: 0;
}
.btn-button-link:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}
.btn-button-link {
    padding-right: 8px;
}
.btn-button-link {
    position: relative;
    display: inline-flex;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

.btn-content-wrapper {
    gap: 8px;
}
.btn-content-wrapper {
    flex-direction: row-reverse;
}
.btn-content-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.btn-content-wrapper {
    text-decoration: inherit;
}
.btn-button-icon {
    align-items: center;
    display: flex;
}
.btn-button-icon svg {
    font-size: 24px;
    transition: all 0.4s ease-in-out;
}
.btn-button-icon svg {
    height: auto;
    width: 1em;
}
.btn-button-text {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 15px 20px;
    overflow: hidden;
    z-index: 1;
}
.btn-button-text:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    border-radius: 8px;
    background: var(--primary-color);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.btn-button-link:hover .btn-button-text:after {
    width: 100%;
    left: 0;
    right: auto;
}
.btn-button-link:hover {
    color: #fff;
}
.box-counter {
    background-color: #F5F5F5;
    width: calc(50% - 15px);
    border-radius: 40px 40px 40px 40px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
}
.box-widget-container span {
    color: #FFFFFF00;
    font-size: 90px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.01em;
}
.box-widget-container {
    /*background-image: url('http://localhost/toanooh/wp-content/uploads/2025/08/about-img-1.jpg');*/
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: text;
    height: 100%;
    margin-bottom: 10px;
    background-color: var(--primary-color);
}
.text-rv {
    color: #81848A;
    margin-top: 20px;
}
.star-x i {
    color: var(--primary-color);
    font-size: 18px;
}
.right-es h1 {
    margin: 0px;
    font-weight: 700;
}
.right-es {
    position: relative;
}
.box-counter {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.item-last-project {
    transition: all 300ms ease-in-out;
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
    border-radius: 8px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    height: 100%;
}
.item-last-project img {
    height: 250px;
    object-fit: cover;
}
 .item-last-project:hover .meta-project{
    background-color: var(--primary-color);
    color: #fff;
}
.meta-project {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 15px;
    float: left;
    display: inline-block;
    height: 100%;
}
.meta-project span {
    background: var(--primary-color);
    padding: 4px 10px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    position: absolute;
    top: 20px;
}
.meta-project h3 {
    font-size: 22px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.testimonial-main-slider {
    position: relative;
    z-index: 1;
    border-radius: 16px;
    border: 1px solid rgba(0, 114, 0, 0.1);
    background: #fff;
    padding: 30px;
}
.testimonial-main-slider .quoto {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: -1;
}
.testimonial-main-slider ul li {
    display: inline-block;
    color: var(--primary-color);
    transition: all 0.4s;
    font-size: 20px;
}
.testimonial-main-slider .pera {
    color: #676B74;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    transition: all 0.4s;
    padding-bottom: 6px;
}
.testimonial-main-slider .images {
    display: flex;
    align-items: center;
    padding: 16px 0 0 0;
    border-top: 1px solid #EAEAEA;
}
.testimonial-main-slider .images img {
    border-radius: 100%;
    max-width: 60px;
}
.testimonial-main-slider .images .text {
    padding-left: 16px;
}
.testimonial-main-slider .images .text .ebonyswihart {
    color: #001233;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}
.testimonial-main-slider .images .text p {
    color: #676B74;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    transition: all 0.4s;
}
.dgkhdg {
    background: #F6F8FA;
    padding: 100px 0 100px;
    margin-top: 70px;
}
.space24 {
    height: 24px;
}
.space16 {
    height: 16px;
}
.testimonial-main-slider ul {
    margin: 0px;
    padding: 0px;
}
.title-dg h2 {
    color: var(--secondary-color);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    display: block;
    transition: all 0.4s;
    margin-top: 10px;
    margin-bottom: 0px;
}
.title-dg {
    margin-bottom: 25px;
}
.item_dv img {
    height: 250px;
    object-fit: cover;
}
.title-dg h5 {
    color: var(--primary-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    border-radius: 4px;
    border: 1px solid rgba(0, 114, 0, 0.1);
    background: rgba(0, 114, 0, 0.1);
    display: inline-flex;
    padding: 10px 12px;
    gap: 8px;
}
.cms-btn-content {
    color: rgb(27, 26, 26);
    background: transparent;
    border-color: #eaeaea;
    padding: 8px 17px;
    outline: none;
    cursor: pointer;
    text-transform: capitalize;
    vertical-align: top;
    border: 2px solid #eaeaea;
    border-radius: 6px;
    transition: all 300ms ease-in-out;
    display: inline-block;
}
.cms-btn-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.cms-btn-icon {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
}
.btn-sf {
    position: relative;
    display: inline-block;
}
.btn-sf:after {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 0px;
    left: 18px;
    right: 18px;
    background-color: var(--primary-color);
    transition: all 300ms ease-in-out;
}
.meta_item_dv {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.meta_item_dv h3 {
    margin-top: 0px;
    margin-bottom: 15px;
    color: var(--secondary-color);
    font-size: 23px;
    font-weight: 600;
}
.meta_item_dv p {
    font-size: 16px;
    margin-bottom: 15px;
}
.item_dv_a {
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    overflow: hidden;
    display: inline-block;
    height: 100%;
}
.tvdvmdds {
    padding: 100px 0 100px;
}
.item_dv_a:hover .cms-btn-content {
    color: #fff;
    border-color: var(--primary-color);
    background-color: var(--primary-color);
}
.item_dv_a:hover .btn-sf:after {
    display: none;
}
.item_dv_a:hover {
    color: #1c1c4e;
}
.logobrand .owl-item img {
    background: #fff;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
}
.logobrand .owl-item img:last-child {
    margin-bottom: 0px;
}
.blogsfa {
    position: relative;
    z-index: 1;
    border-radius: 16px;
    border: 1px solid rgba(0, 114, 0, 0.1);
    background: #fff;
    padding: 20px;
    transition: all 0.4s;
    display: inline-block;
    margin-bottom: 0px;
    height: 100%;
}
.latestblog .owl-item, .latestblog owl-stage, .latestblog .owl-stage {
    height: 100%;
}
.vl-blog-1-thumb img {
    border-radius: 16px;
}
.blogsfa h3 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 16px;
    line-height: 1.3;
}
.vl-blog-meta ul li {
    display: inline-flex;
    margin: 0 16px 0 0;
    color: #676B74;
    font-size: 18px;
    font-weight: 400;
    align-items: center;
    gap: 8px;
    line-height: 1;
}
.vl-blog-meta ul {
    margin: 0px;
    padding: 0px;
    margin-top: 28px;
}
.vl-btn6 {
    position: relative;
    display: inline-block;
    padding: 18px 24px;
    border-radius: 8px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    transition: all 0.4s;
    z-index: 1;
    background: #fff;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}
.vl-blog-1-icon {
    margin-top: 32px;
}
.vl-btn6:hover {
    background: var(--secondary-color);
    color: #fff;
}
.vl-btn6 i {
    margin-left: 4px;
    transform: rotate(-45deg);
    transition: all 0.4s;
}
.vl-btn6:hover i {
    transform: rotate(0);
    transition: all 0.4s;
}
/* end css home */
/* css product */
.tab-content {
    display: none;
    width: 100%;
}
.tab-content.active {
    display: block;
}
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;
}
.woo-product-e > .product.type-product {
    width: 75%;
    float: right;
}
.woocommerce .products ul li, .woocommerce ul.products li {
    border: 1px solid #ccc;
    text-align: center;
}
h1.woocommerce-products-header__title.page-title {
    font-size: 25px;
    margin-top: 0px;
    text-transform: capitalize;
    color: #000066;
}
section.related.products > h2 {
    font-size: 22px;
    text-transform: capitalize;
}
.woocommerce-loop-product__title {
    font-size: 17px;
    line-height: 1.4;
    padding-inline: 10px;
}
.woocommerce-product-details__short-description ul {
    margin: 0px;
    padding: 0px;
    margin-left: 20px;
    color: #000;
    font-weight: 400;
}
h1.product_title.entry-title {
    font-weight: 800;
    text-transform: capitalize;
    font-size: 20px;
    color: #333333;
    margin: 0px 0;
    margin-bottom: 22px;
    display: block;
}
.summary.entry-summary {
    background: #fafafa;
    padding: 10px;
}
.woocommerce-product-details__short-description {
    margin-bottom: 15px;
}
.info {
    background: #f5f5f5;
    padding: 15px;
    border: 1px dashed red;
    border-radius: 10px;
}
.info label {
    font-weight: bold;
    font-size: 18px;
    color: #f0a100;
    display: block;
    line-height: 1;
}
.info strong {
    color: #ed1c24;
}
.woocommerce div.product form.cart {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}
.flex-viewport {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 5px
}
p.cvt {
    margin-top: 0px;
    margin-bottom: 0px;
}
ul.tabs.wc-tabs {
    display: flex;
    gap: 10px;
}
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: #ed1c24;
    font-weight: bold;
    text-decoration: none;
    font-size: 24px;
}
.summary.entry-summary .price {
    display: flex;
    align-items: baseline;
    text-decoration: none;
    gap: 8px;
    color: #b81122;
}
del .woocommerce-Price-amount.amount {
    color: #a2a2a2 !important;
    font-size: 14px;
    font-weight: normal;
    text-decoration: line-through;
}
.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;
}
.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;
}
.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: 19px;
}
span.price {
    display: flex;
    justify-content: center;
    align-items: center;
    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;
}
/*end css product*/
/* css post */
.imgser {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
}
/* 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;
}
.content-single iframe {
    width: 100%;
    height: 500px;
}
.content-single ul {
    margin: 0px;
    padding: 0px;
    margin-left: 20px;
}
.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;
}
.titlerow {
    margin-bottom: 30px;
}
.desda {
    margin-top: 25px;
}
/*.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: 5px;
    font-weight: 500;
    text-transform: uppercase;
}
.title-area.title-area-sb {
    margin-top: 30px;
}
/* end css du an */
/* css footer */
.wp-caption {
    max-width: 100%;
}
#colophon {
    background: #2b2b35;
    color: #fff;
}
.footer_cl h4,
.footer_cl p:nth-child(1) {
    color: #fff;
    font-size: 24px;
    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: 180px;
    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: #1f1f25;
    background: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    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;
    border-bottom: 1px solid #eeeeee38;
    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;
    display: none;
}
.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;
}
.bottomlienhe {
	display: none;
}
.maxlead.maxleadflex {
    display: block;
}
@media (max-width: 768px) {
	.bottomlienhe {
	    position: fixed;
	    bottom: 0px;
	    width: 100%;
	    display: flex;
	    flex-wrap: wrap;
	    height: 50px;
	    z-index: 10000;
	}
	.goimphi.show-popup-call-center {
    background: #1e85bf;
    width: 50%;
    text-align: center;
    padding-top: 5px;
}
.bottomlienhe .button-alt {
    width: 50%;
    border-radius: 0px;
    height: auto;
    font-weight: 500;
}
.goimphi.show-popup-call-center span {
    text-transform: uppercase;
    display: block;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

.tada {
    animation-name: tada;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

	.maxlead {
	    width: 100%;
	    bottom: 0px;
	    justify-content: space-between;
	    border-radius: 0px
	    padding: 4px 0;
	        box-shadow: 0px 0px 0px #eee;
	}
	.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: #fff;
	    padding-inline: 0px;
	}
	.maxlead a img {
	    width: 30px;
	    height: auto;
	}
}
/* end css conteact*/