/*
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: #2b76a7;
    --secondary-color: #001233;
    --woo-color: #b81122;
}
.img_zoom {
    overflow: hidden;
}
.img_zoom img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.img_zoom:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

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;
        transition: 0.4s;
}


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;
        transition: 0.4s;
}


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: 16px;
	line-height: 1.5;
	text-decoration: none;
    font-weight: normal;
}

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

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

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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



/*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: 220px;
    display: flex;
    position: relative;
    height: auto;
    align-items: center;
    padding: 10px 0;
}
.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: 95px;
    line-height: 95px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}
#primary-menu > li {
    margin-right: 55px;
    position: relative;
}
.site-header {
    border-bottom: 1px solid #eee;
}
.boxic {
    border: 0px solid #333;
    width: 37px;
    height: 37px;
    padding: 0px;
    border-radius: 8px;
    line-height: 33px;
    font-size: 18px;
    font-weight: 600;
    color: #454545;
    background: #eeeeee00;
}
.boxic.icon-search {
    background-image: url('./assets/images/icon-seach.png');
        background-repeat: no-repeat;
    padding: 0px;
    background-size: 20px 20px;
    background-position: right;
    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: 75px;
    display: none;
    z-index: 100;
}
.center-menu {
    border-bottom: 1px solid #f1f1f1;
}
/* end css header */
/* css home */
.sect4 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 0px;
    overflow: hidden;
}
#counter {
    padding-top: 50px;
    padding-bottom: 50px;
}
.sect4 {
    display: flex;
    align-items: center;
    gap: 15px;
}
.item-dmspd a.thumb {
    width: 100%;
}
.sect4 h4 {
    font-size: 19px;
    font-weight: 700;
    margin: 0;
    color: var(--primary-color);
    text-transform: uppercase;
    margin-bottom: 2px;
    margin-top: 0px;
    line-height: 1.3;
}
.item-dmspd a.thumb img {
    height: 200px;
    width: auto;
    display: block;
    margin: auto;
    object-fit: cover;
}
.sect4 p {
    margin: 0px;
}
.img-sect4 {
    width: 61px;
    height: 61px;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.img-sect4 img {
    height: 35px;
    width: auto;
    position: relative;
    top: -2px;
}
.left-contacthome,
.right-contacthome,
.right-gt,
.left-gt {
    width: calc(50% - 40px);
}
.gtflex {
    gap: 30px;
    margin-top: 35px;
    float: left;
    width: 100%;
}
.left-gt {
    text-align: justify;
}
.left-gt > h2 {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 20px;
    margin-top: 0px;
    text-align: left;
}

.left-gt > h3 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 800;
    text-transform: capitalize;
}
.left-gt a {
    background: var(--primary-color);
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 10px;
    text-transform: uppercase;
    border-radius: 100px;
}
.left-sxfct {
    width: calc(58% - 15px);
    display: inline-flex;
}
.right-sxfct {
    width: calc(42% - 15px);
}
.sxff {
    background: var(--primary-color);
    margin-top: 35px;
}
.right-sxfct {
    text-align: center;
    color: #fff;
}
.right-sxfct h2 {
    font-size: 36px;
    font-weight: 800;
    margin-top: 0px;
    margin-bottom: 20px;
}
.right-sxfct p {
    font-style: italic;
    color: #f1f1f1;
    font-weight: 400;
}
.right-sxfct a {
    display: inline-block;
    background: #ffcc00;
    padding: 13px 50px 14px;
    font-weight: 700;
    border-radius: 5px;
    text-align: center;
    font-style: normal;
    margin-top: 10px;
    line-height: 1;
        -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.right-gt img {
    width: 100%;
    height: auto;
}
.sect2 {
    width: 100%;
    max-width: 100%;
    background: var(--primary-color);
    border-radius: 10px;
    padding: 22px;
    position: relative;
}

.real-border {
    position: absolute;
    background-color: #fff;
    z-index: 10;
    transition: all 0.5s;
}
.real-border.type-top {
    top: 10px;
    left: 10px;
    height: 1px;
    width: 0;
}
.real-border.type-left {
    bottom: 10px;
    left: 10px;
    height: 0;
    width: 1px;
}
.real-border.type-bottom {
    bottom: 10px;
    right: 10px;
    height: 1px;
    width: 0;
}
.real-border.type-right {
    top: 10px;
    right: 10px;
    height: 0;
    width: 1px;
}
.sect2 h3 {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    margin-top: 5px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.img-sect2 {
    /*height: 140px;*/
    display: flex;
    justify-content: center;
    align-items: end;
    margin-bottom: 20px;
}
.sect2 a.thumb {
    overflow: unset;
}
a.thumb img {
    display: block;
    width: 100%;
}
.thumb img {
    height: auto;
    object-fit: cover;
}
.sect2 a.viewall {
    display: inline-block;
    background: #ffcc00;
    padding: 13px 35px 13px;
    font-weight: 700;
    border-radius: 5px;
    width: 100%;
    text-align: center;
}
.sect2:hover .real-border.type-top, .sect2:hover .real-border.type-bottom {
    width: calc(100% - 20px);
}
.sect2:hover .real-border.type-left, .sect2:hover .real-border.type-right {
    height: calc(100% - 20px);
}
.sect2:hover a.thumb img {
    transform: scale(1.05);
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.right-sxfct a:hover {
    background: #fff;
    color: var(--primary-color);
}
.spnbgg {
    font-size: 38px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 50px;
    text-align: center;
    margin-top: 30px;
}
#section3 {
    position: relative;
    margin-top: 55px;
}
#section3:before {
    content: "";
    width: 100%;
    height: 64px;
    display: block;
    background: url('./assets/images/bgvideo1.png') no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
#section3 a {
    display: block;
    overflow: hidden;
    position: relative;
}
#section3 a:after {
    content: "";
    display: block;
    width: 128px;
    height: 128px;
    background: url('./assets/images/icon-play.png') no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -65px;
    margin-top: -40px;
    transition: 0.4s;
}
#windownpopup_wrapper {
    visibility: visible;
    position: fixed;
    inset: 0px;
    transition: all 0.3s ease 0s;
    background: rgba(0, 0, 0, .5);
    z-index: 100000;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.windownpopup {
    width: 100%;
    max-width: 750px;
    background: #0c4da2;
    padding: 8px;
    border-radius: 8px;
    position: relative;
}
.content_windownpopup iframe {
    width: 100%;
    border-width: 0px;
    height: 450px;
}
.windownpopup_close {
    position: relative;
    display: flex;
    width: 25px;
    float: right;
    height: 25px;
    position: absolute;
    right: 0px;
    background: #fff;
    border-bottom-left-radius: 50%;
    top: 0px;
    right: 0px;
    align-items: center;
    justify-content: center;
    line-height: 24px;
    border-top-right-radius: 8px;
}
.windownpopup_close:before {
    top: 0px;
    right: 0px;
    z-index: 2;
    content: "✕";
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    font-size: 14px;
    cursor: pointer;
    color: #000;
}
#animated-thumbnails-gallery a {
    position: relative;
}
#animated-thumbnails-gallery a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    background: rgba(34, 33, 32, 0.5);
    z-index: 2;
    transition: 0.4s;
    opacity: 0;
}
#animated-thumbnails-gallery a div {
    overflow: hidden;
}
#animated-thumbnails-gallery a:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 3;
    transition: 0.4s;
    transform: scale(0.85);
    opacity: 0;
}
#animated-thumbnails-gallery a span.texts5 {
    position: absolute;
    bottom: 28%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    color: #fff;
    z-index: 4;
    transition: 0.4s;
    opacity: 0;
    width: 100%;
    text-align: center;
}
#animated-thumbnails-gallery a span.icons5 {
    position: absolute;
    top: 28%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
    color: #fff;
    z-index: 5;
    transition: 0.4s;
    opacity: 0;
}
#animated-thumbnails-gallery a img {
    transform: scale(1.1);
}
#animated-thumbnails-gallery a:hover:before {
    opacity: 1;
}
#animated-thumbnails-gallery a:hover img {
    transform: scale(1);
}
#animated-thumbnails-gallery a:hover span.icons5 {
    top: 36%;
    opacity: 1;
}
#animated-thumbnails-gallery a:hover span.texts5 {
    bottom: 25%;
    opacity: 1;
}
#animated-thumbnails-gallery a:hover:after {
    transform: scale(1);
    opacity: 1;
}
#animated-thumbnails-gallery {
    margin-top: 60px;
    width: 100%;
    float: left;
    padding-bottom: 60px;
}
.cstcg {
    padding: 80px 0;
    background: #f2f2f2;
}
.h2blog {
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 60px;
    text-align: center;
}
.sect-news {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
    -webkit-box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
    width: 100%;
    max-width: 100%;
    margin-bottom: 6px;
    display: inline-block;
}
.sect-news h3 {
    color: var(--primary-color);;
}
.sect-news h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin: 25px 0 20px;
    padding: 0 15px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    text-transform: capitalize;
    overflow: hidden;
    height: 52px;
    display: -webkit-box;
}
.view-all {
    font-size: 15px;
    font-weight: 500;
}
.sect-news p {
    text-align: justify;
    margin-bottom: 25px;
    padding: 0 15px;
}
.sect-news .readmore {
    display: block;
    text-align: right;
    padding: 0 0 15px;
    margin: 0 15px 25px;
    border-bottom: 1px solid #ffcc00;
    font-weight: 600;
}
.sect-news h3:hover {
    color: #cc6600;
}
.right-contacthome {
    background-color: var(--primary-color);
    padding: 30px;
    border-radius: 20px;
}

#section7 {
    padding: 50px 0;
}
.right-contacthome input {
    border: none;
    background: #fff;
    padding: 12px 20px;
    margin-bottom: 0px;
    display: block;
    width: 100%;
    -webkit-appearance: none;
    border-radius: 5px;
}
.ycbgg {
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
}
.right-contacthome input.wpcf7-form-control.wpcf7-submit.has-spinner {
    display: inline-block;
    background: #ffcc00;
    border: none;
    padding: 12px 40px;
    font-weight: 800;
    font-size: 17px;
    transition: 0.4s;
    color: #111;
    cursor: pointer;
    -webkit-appearance: none;
    width: auto;
    margin-top: 15px;
}
.right-contacthome textarea {
    padding: 12px 20px;
    height: 100px;
    border-radius: 5px;
}
/* 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: 95px;
        margin: 0px;
        padding: 0px;
        position: absolute;
        background: #fff;
        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 {
    border-bottom: 1px solid #cccccc69;
    margin-bottom: 15px;
    padding-bottom: 15px;
    width: calc(50% - 20px);
}
.entry-xff img {
    width: 100%;
    height: auto;
}
.post_item.post_item_full {
    width: 100%;
}
.info-ca-pt {
    margin-top: 10px;
}
.info-ca-pt h2 {
    margin: 0px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.3;
}
.info-ca-pt h2 {
    color: var(--primary-color);
}
.info-ca-pt span {
    font-size: 15px;
    display: block;
    text-align: right;
    margin: 0 0px 0px;
    font-weight: 600;
}

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

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

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

a.page-numbers {
    background: #fff
}

.quatrang.quatrangtv .page-numbers {
    border-radius: 100%
}

/* end css category */
/* css home */

/* end css home */
/* css product */
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;
    line-height: 1.3;
    font-size: 18px;
    padding-inline: 10px;
    height: 40px;
    margin-bottom: 25px;
}
.productsrelated img {
    padding: 20px;
}
.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% - 30px);
    float: right;
    margin-top: 20px;
}
.right-cat-product {
    width: calc(25% - 0px);
    float: left;
}
.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: 1px solid var(--primary-color);
    overflow: hidden;
    text-align: center;
    position: relative;
}
.woocommerce .products ul li a, .woocommerce ul.products li a {
    color: var(--primary-color);
}
.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-color: var(--primary-color);
    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 var(--primary-color);
    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 {
    margin-bottom: 20px;
    padding-block: 10px;
    border-bottom: 0px;
    border-top: 0px;
    position: relative;
    width: 100%;
    text-align: center;
    background: var(--primary-color);
    color: #fff;
    font-size: 17px;
}
#banner-cat {
    width: 100%;
    float: left;
    background-size: cover;
    position: relative;
}
.banner-cat {
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    color: #fff;
}
.banner-cat .breadcrumb a {
    color: #fff;
}
.tit-post-cat h1 {
    margin: 0px;
}
.banner-cat nav.breadcrumb {
    margin-bottom: 0px;
}
#banner-cat:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.5);
    position: absolute;
    left: 0;
    top: 0;
}
.woocommerce-product-gallery__wrapper {
    border: 1px solid #c9c9c9;
}
.woocommerce-product-gallery {
    margin-top: 30px;
    margin-bottom: 30px;
}
.hotline {
    margin-top: 15px;
    float: left;
    width: 100%;
}
.hotline a {
    display: block;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    padding: 10px 0px;
    border: 1px solid transparent;
    color: #fff;
    width: calc(50% - 5px);

}
.ent-contact-btn {
    background: #c70808;
    float: left;
}
.ent-zalo-btn {
    float: right;
    background: #2b76a7;
}
/*.hotline a:hover {
    color: var(--primary-color);
    background: #fff;
    border: 1px solid var(--primary-color);
}*/
/*.hotline {
    margin-top: 30px;
}*/
.ctactg {
    background: var(--primary-color);
    padding: 10px 15px;
    margin-top: 15px;
    float: left;
    width: 100%;
}
.ctactg p {
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    overflow: hidden;
}
.ctactg input {
    height: 45px;
    padding-inline: 15px;
    border-width: 0px;
    outline: 0px;
}
.ctactg .wpcf7-spinner {
    display: none;
}
.ctactg .wpcf7-form-control-wrap, .ctactg .wpcf7-form-control-wrap input {
    width: 100%;
    display: block;
}
.ctactg input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 110px;
    font-weight: 600;
    background: #d5580b;
    color: #fff;
}
.ctactgflex {
    color: #fff;
    gap: 15px;
}
.ctactgflex i {
    font-size: 40px;
}
.table-detail tr:nth-child(odd) {
    background: #F2F4F7;
}
.table-detail td, .table-detail th {
    font-size: 14px;
    border: 0px solid #ddd;
    padding: 10px;
}
.table-detail tr td:nth-child(1) {
    font-weight: 600;
    border-right: 1px solid #fff;
}
.table-detail tr:nth-child(even) {
    background-color: #f2f2f200;
}
.table-detail {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #f2f4f7;
}
/*end css product*/
/* css post */
.post_item .img_zoom {
    border-radius: 10px;
}
.info-ca-pt h2:hover {
    color: #cc6600;
}
.left-post {
    width: 66%;
    float: left;
}
.ent-post-home {
    background: #f2f2f2;
    padding: 30px 25px;
}
.title-area.title-area-sb h5 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: var(--primary-color);
    margin-bottom: 20px;
    position: relative;
    position: relative;
    text-transform: uppercase;
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 20px;
    padding-top: 5px;
}
.thumb {
    width: 100px;
    display: flex;
}
.rightthumb {
    width: calc(100% - 110px);
}
.rightthumb h3 {
    margin-top: 0px;
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 5px;
    color: var(--primary-color);
}
.rightthumb span {
    font-size: 13px;
    font-weight: 500;
}
.item-lastpost {
    margin-bottom: 15px;
}
.ent-post-home {
    width: 30%;
    float: right;
    margin-top: 30px;
    position: sticky;
    top: 0px;
}
.content-single ul {
    margin: 0px;
    padding-left: 0px;
    margin-left: 20px;
}
.content-single {
    text-align: justify;
}
.content-single img {
    width: 100%;
    height: auto;
}
.left-post h1 {
    margin-top: 0px;
    font-size: 25px;
}
.desda {
    display: inline-block;
}
.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: var(--primary-color);
    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 var(--primary-color);
    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: 70px;
    position: relative;
    z-index: 2;
}
#colophon .ent-container {
    position: relative;
    z-index: 3;
}
.topfooter.left-footer {
    padding-bottom: 50px;
}
.logo_footer ul li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.logo_footer ul {
    margin: 0px;
    list-style: none;
    padding: 0px;
    display: flex;
    gap: 10px;
}
.logo_footer ul li a {
    color: #fff;
    font-size: 18px;
}
.footer-ab h4 {
    margin: 0px;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 18px;
}
.footer-ab h4:before {
    content: "";
    width: 50px;
    height: 2px;
    background: #fff;
    display: inline-block;
    position: absolute;
    bottom: -10px;
}
.footer-bottom {
    text-align: center;
    background: rgb(1, 57, 110);
    padding: 15px 0px;
    color: #ffff;
    font-size: 14px;
}
.footer-bottom a {
    color: #fff;
}
/*#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 {
    background-color: rgb(1, 57, 110);
}
.footer-bottom {
    border-top: 1px solid #eeeeee4a;
}
.left-footer h2 {
    margin: 0px;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
}
.left-footer h2:before {
    content: "";
    width: 50px;
    height: 2px;
    background: #fff;
    display: inline-block;
    position: absolute;
    bottom: -10px;
}
.left-footer h2 {
    margin: 0px;
    font-size: 18px;
    margin-bottom: 20px;
}
.foxt {
    margin-top: 15px;
}
.foxt i {
    width: 25px;
    text-align: left;
}

/*.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 */

/* end css contact*/
/* css about us */
#section1-abu {
    padding: 150px 0 50px;
}
.info-sect1-abs {
    width: 900px;
    background: var(--primary-color);
    margin: -95px auto 0;
    position: relative;
    padding: 35px 45px;
    min-height: 340px;
    max-width: 100%;
    color: #fff;
    text-align: justify;
}
.info-sect1-abs img {
    margin: auto;
    display: block;
}
.titpostcatcc h1 {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    color: #fff;
    margin-top: 0;
    position: relative;
    text-align: center;
}
.titpostcatcc h1:after {
    content: "";
    display: block;
    width: 100px;
    height: 8px;
    background: var(--primary-color);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.sect2-abu {
    max-width: 100%;
/*    margin-top: 55px;
    padding-right: 50px;*/
    /*text-align: justify;*/
}

#section3-abu {
    padding: 80px 0;
}
#section4-abu {
    background: var(--primary-color);
    padding: 60px 0 70px;
    color: #fff;
}
#section4-abu p {
    margin-bottom: 0;
    font-size: 14px;
    text-align: justify;
}
#section5-abu {
    padding: 80px 0;
}
.right-abu-5, .left-abu-5 {
    width: calc(50% - 20px);
}
.left-abu-5 {
    text-align: justify;
}
.left-abu-5 h2 {
    margin-top: 0px;
    font-size: 20px;
}
#section4-abu h2 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 35px;
    margin-top: 0;
}
.sect4-abu {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}
#section4-abu p {
    margin-bottom: 0;
    font-size: 14px;
    text-align: justify;
}
/*#section4-abu .item-sect4-abu:nth-child(2n+1) {
    padding-right: 115px;
}*/
/*#section4-abu .item-sect4-abu:nth-child(2n) {
    padding-left: 115px;
}*/
.sect4-abu h4 {
    font-size: 18px;
    font-weight: 700;
    float: left;
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 0;
}
.sect4-abu-img {
    width: 52px;
    height: 50px;
    float: left;
    display: flex;
    justify-content: left;
    align-items: end;
}
.sect2-abu h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary-color);
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--primary-color);
}
.info-sect1-abs h2 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
}
.info-sect1-abs h2:after {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.wrapperlast {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fffc;
    border-radius: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: calc(50% - 20px);
    border: 1px solid #bc090b;
    z-index: 1;
}
.wrapperlast:after {
    content: "";
    width: 0;
    height: 0;
    border-right: 12px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 20.60254px solid #bc090b;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-150deg);
    position: relative;
    top: 3px;
    left: -2px;
}
/** end css about us */
/* css gallery */
.tab-buttons {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0px;
    background-color: var(--primary-color);
}
.tab-btn {
    padding: 15px 10px;
    cursor: pointer;
    border-radius: 0px;
    color: #fff;
}
.tab-btn.active {
  background: #106298;
  color: white;
}
.tab-panel {
    display: none;
}
.tab-panel.active {
  display: block;
}
#section-hahd {
    padding: 80px 0 50px;
}

/* end css gallery */

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