/*
Theme Name: Entho Theme
Theme URI: https://entho.net
Author: hatrungdung
Author URI: https://entho.net
Version: 1.0
Text Domain: entho
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --theme-color: #0c4da2;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #333;
	font-size: 15px;
	line-height: 1.5;
	text-decoration: none;
	font-family: "Roboto", sans-serif;
}

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: 0 0;
}

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

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



a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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;
}

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 container, full*/
.ent-full {
    width: 100%;
    float: left;
}
.ent-container {
    width: 100%;
    max-width: 1300px;
    margin: auto;
    clear: both;
}
.ent-container-1200 {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    clear: both;
}
#primary-menu > li > .sub-menu {
    padding-inline: calc((100% - 1300px) / 2);
}
/*@media screen and (max-width: 1920px) {
    .ent-container {
        max-width: 1580px;
    }
    #primary-menu > li > .sub-menu {
		padding-inline: calc((100% - 1580px) / 2);
	}
}
@media screen and (max-width: 1680px) {
    .ent-container {
        max-width: 1284px;
    }
    #primary-menu > li > .sub-menu {
		padding-inline: calc((100% - 1284px) / 2);
	}
}
@media screen and (max-width: 1366px) {
    .ent-container {
        max-width: 1200px;
    }
    #primary-menu > li > .sub-menu {
		padding-inline: calc((100% - 1200px) / 2);
	}
}*/
.ent-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ent-flex-item {
    width: calc((1 / var(--column)) * 100% - var(--gap));
}
.ent-grid {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
/*    grid-template-columns: repeat(5,minmax(0,1fr));
    grid-gap: var(--gap);*/
}
.vertical-center {
    align-items: center
}
/* end css colum */
.rightpro {
    width: 75%;
    order: 1;
}
.nd-dmsp {
    padding-left: 15px;
}
.leftpro-ct {
    box-shadow: 0 0 6px -2px #0000004d;
    padding: 15px;
    width: 100%;
}
.leftpro {
    width: calc(25% - 0px);
    order: 0;
}

.rightpro {
    width: calc(75% - 20px);
}
.leftpro h4 {
    margin: 0px;
    margin-bottom: 12px;
}
.nd-dmsp a {
    display: block;
    margin-bottom: 10px;
    position: relative;
}
.nd-dmsp a:before {
    content: "\f105";
    font-family: 'FontAwesome';
    margin-right: 10px;
}
.leftpro h4 {
    margin: 0px;
    margin-bottom: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    font-size: 17px;
}
/* css header */
.custom-logo-link img {
    max-width: 160px;
}
input.search-field {
    border: 1px solid #222;
    height: 38px;
    padding-inline: 10px;
    width: calC(100% - 40px);
    float: left;
}
.searh_form_full {
    background: #f6f6f6;
    padding-top: 50px;
    padding-bottom: 50px;
    position: absolute;
    z-index: 10;
    display: none;
}
.search-submit {
    width: 40px;
    height: 38px;
    padding: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px;
    border-radius: 0px;
    background: #222;
}
.site-header {
    box-shadow: 0 2px 12px rgba(0, 0, 0, .04);
        border-bottom: .5px solid #e5e5e5;
}
.menu > li > a {
    height: 68px;
    line-height: 68px;
    padding: 0 10px;
    color: #000;
    font-size: 18px;
    font-weight: 500
}
.menu > li > a:hover {
    background-color: rgba(0, 0, 0, .08);
}
.top-bg p, .top-bg p * {
    margin: 0px;
    text-align: center;
}
.top-bg {
    height: 45px;
    line-height: 44px;
}
.topmasthead {
    background: #0b4da2;
    color: #fff;
}
.right-cb a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 6px;
}
/* end css header */
/* css home */
.home-media {
    display: flex;
}
.blogslidernn {
    margin-bottom: 20px;
}
#introVideo {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: 100%;
    min-height: -webkit-fill-available;
    object-fit: cover;
}
.logoth img {
    margin: auto;
    border-radius: 10px;
}
.logothdt img {
    margin: auto;
    border-radius: 10px;
}
/*.home-logo {
    background: radial-gradient(ellipse 100% 200% at 50% 0%, #ffffff6b 73%, 94%, transparent 68%), conic-gradient(at 105% 85.3%, #9d38386b 0.235turn, #ffffff00 0.235turn 0.765turn, #e1e1e16b 0.765turn);
    border-bottom: 2px solid #c1c1c136;
    padding-top: 25px;
    padding-bottom: 25px;
}*/
.home-logo {
    background: #0b4da2;
    margin-bottom: 20px;
}
.home-log-ct {
    padding-inline: 20px;
    padding-block: 20px;
}

.new-heading {
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 0px;
    color: #0b4da2;
    margin-bottom: 15px;
}
.new-heading:after {
    margin-top: 10px;
    background-color: #0b4da2;
    content: '';
    display: block;
    height: 5px;
    width: 85px;
}
.about-text {
    width: 48%;
    font-size: 20px;
    text-align: justify;
}
.about-content {
    align-items: center;
    margin-top: 40px
}
.about-facts {
    font-size: 22px;
    font-weight: 600;
    display: flex;
    gap: 3%;
    align-items: baseline;
    justify-content: space-between;
    margin-top: 35px;
    margin-bottom: 35px;
}
.fact {
    font-size: 22px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.3333%;
}
.fact > div {
    justify-content: flex-end;
    text-align: left;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #ccc;
    line-height: 1.3;
    font-size: 17px;
}
.counter, .about-facts span {
    font-size: 40px;
    display: inline;
    font-weight: 600;
    color: #0c4da2;
}
.about-text a {
    text-align: center;
    padding: 1% 2%;
    background-color: #0c4da2;
    border-radius: 50px;
    width: 50%;
    margin: auto;
    color: #fff;
    font-weight: 600;
    border: 2px solid #0c4da2;
}
.about-img {
    width: 48%;
}
.about-img img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 5px 5px 10px #8d8d8d33;
    animation: fadeIn 5s;
    height: auto;
}
.card {
    position: relative;
    overflow: hidden;
/*    box-shadow: 0 4px 8px rgb(0 0 0 / .1);*/
    transition: transform 0.3s ease-in-out;
/*    border: 2px solid #fff;*/
    margin-top: 3px;
    margin-bottom: 3px;
    min-height: 400px
}
.card:hover .card-button {
    display: block;
}
.card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    transition: filter 0.3s ease-in-out;
}
.card-bg:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(to bottom, rgb(0 0 0 / 85%) 0%, #fff0 40%);
}
.card:hover .card-bg:after {
    background: linear-gradient(45deg, black, #00000063);
}
.card:hover .card-bg {
    filter: blur(13px);
    transform: scale(1.5);
    transition: transform 0.5s ease-in-out;
}
.item_conff,
.item_tophowwl {
	height: 100%;
}
.rightNextPro {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    position: absolute;
    border: solid #333;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 20px;
    top: 19px;
}
.leftPrePro {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    position: absolute;
    border: solid #333;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    right: 14px;
    top: 18px;
}
.bgblackiowl .rightNextPro {
        border-color: #fff;
        padding: 10px;
}
.bgblackiowl .leftPrePro {
        border-color: #fff;
        padding: 10px;
}
.bgblackiowl .owl-prev {
    position: absolute;
    left: 0px;
    top: 40%;
}
.bgblackiowl .owl-next {
    position: absolute;
    right: -50px;
    top: 40%;
}
.sliderpro .owl-prev {
    position: absolute;
    left: 0px;
    top: 40%;
}
.sliderpro .owl-next {
    position: absolute;
    right: 0px;
    top: 40%;
}
.tophowwl .owl-prev {
    position: absolute;
    left: 0px;
    top: 35%;
}
.tophowwl .owl-next {
    position: absolute;
    right: 0px;
    top: 35%;
} 
.relatedxpost .owl-prev {
    position: absolute;
    left: 0px;
    top: 35%;
}
.relatedxpost .owl-next {
    position: absolute;
    right: 0px;
    top: 35%;
} 
.relatedx .owl-prev {
    position: absolute;
    left: 0px;
    top: 35%;
}
.relatedx .owl-next {
    position: absolute;
    right: 0px;
    top: 35%;
} 
.relatedxpost.owl-theme .owl-nav .owl-prev, .relatedxpost.owl-theme .owl-nav .owl-next,
.relatedx.owl-theme .owl-nav .owl-prev, .relatedx.owl-theme .owl-nav .owl-next,
.tophowwl.owl-theme .owl-nav .owl-prev, .tophowwl.owl-theme .owl-nav .owl-next,
.sliderpro.owl-theme .owl-nav .owl-prev, .sliderpro.owl-theme .owl-nav .owl-next {
    border-radius: 50%;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    height: 50px;
    width: 50px;
    background: #fff !important;
    border-radius: 100% !important;
    margin: 0px !important;
        display: flex;
    align-items: center;
    justify-content: center;
}
.owl-item,
.owl-stage {
	height: 100%;
}
.owl-theme.blogslider .owl-nav svg,
.owl-theme.wrapper .owl-nav svg {
	width: 35px;
}

.wrapper .owl-prev, .wrapper .owl-next {
    position: absolute;
    top: 40%;
}
.wrapper .owl-prev {
    left: -60px;
}
.wrapper .owl-next {
    right: -60px;
}
.blogslider .owl-next {
	right: -60px;
}
.blogslider .owl-prev {
	left: -60px;
}
.owl-theme .owl-nav [class*=owl-] {
    font-size: 14px;
    margin: 0px !important;
    padding: 0px !important;
    background: #d6d6d600 !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px !important;
    color: var(--theme-color) !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #86979100;
    color: var(--theme-color);
    text-decoration: none;
}
.owl-theme.blogslider .owl-prev, .owl-theme.blogslider .owl-next{
    background: #ddebff !important;
    height: 35px;
    width: 35px;
    border-radius: 100% !important;
    line-height: 35px;
    margin-right: 5px !important;
    margin-left: 5px !important;
    margin-top: 15px !important;
}
.card-body {
    background: #fff;
    width: 100%;
    vertical-align: top;
}
.card-content {
    position: relative;
    z-index: 1;
    padding: 20px;
    color: #fff;
    text-shadow: 0 2px 4px rgb(0 0 0 / .5);
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.card-title {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}
.card-title:after {
    margin-top: 6px;
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    background-repeat: no-repeat;
    position: absolute;
    border: solid white;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 12px;
    top: 22px;
}
.card-bg img {
    height: 400px;
    object-fit: cover;
}
.card-description {
    font-size: 1em;
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    margin-top: 15px
}
.card:hover .card-description {
    opacity: 1;
    transform: translateX(0);
}
/*.card:hover {
    transform: scale(1.03);
    border: 2px solid var(--theme-color);
}*/
/*.card-description p {
    font-size: 1.2rem;
}*/
.card-button {
    align-self: center;
    margin-top: auto;
    padding: 10px 20px;
    background-color: #ff6f61;
    border: none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 1.2rem;
    transition: background-color 0.3s ease-in-out;
}
.card-button a {
    color: #fff;
}
.wrapper {
    margin-bottom: 40px;
}
.left-text {
    width: 50%;
    color: #fff;
    padding-top: 35px;
    padding-bottom: 35px;
}
.left-text h2 {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 0%;
    margin-top: 100px;
}
.left-text h2:after {
    margin-top: 10px;
    background-color: var(--theme-color);
    content: '';
    display: block;
    height: 8px;
    width: 20%;
}
.left-text p {
    font-size: 1.2rem;
}
.left-text a {
    font-size: 1.5rem;
    background-color: #fff;
    padding: 2% 4%;
    color: var(--theme-color);
    font-weight: 600;
    border-radius: 50px;
}
.right-sus {
    width: 40%;
    display: flex;
    justify-content: center;
}
.right-sus img {
    position: relative;
    right: 150px;
    height: 100vh;
}
.sustainability-section {
    width: 100%;
    align-items: center;
    background-color: #1c1b1b;
    justify-content: space-between;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    overflow: hidden;
    margin: 2% 0 5% 0;
}
.happening-grid {
    display: grid;
    width: 100%;
    padding: 0;
    list-style-type: none;
    padding-top: 2%;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 2rem;
}
.grid__item:first-child {
    grid-column: span 2;
    grid-row: span 2;
}
@media screen and (min-width: 768px) {
    .grid__item:first-child {
        grid-column: span 2;
        grid-row: span 2;
    }
}
.happening-card {
    text-decoration: none;
    color: #444;
    transition: transform 0.1s ease-in;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
.card__image iframe {
    width: 100%;
    height: 50vh;
    border-width: 0px;
    border-radius: 30px;
}
.card__content {
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.card__footer {
    text-transform: uppercase;
    font-size: .9rem;
    color: var(--theme-color);
    font-weight: 600;
}
.card__title {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
}
.card__body {
    flex: 1;
    color: #343434;
}
.card__image img {
    width: 100%;
    height: 20vh;
    object-fit: cover;
    object-position: top;
    border-radius: 30px;
}
.first-grid .card__image img {
    height: 52vh;
}
.happening-card:hover .card__image img {
    filter: drop-shadow(2px 4px 6px #c9c9c9);
}
.happening-grid {
    margin: 0px;
    padding: 0px;
}
.blogslide {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    height: 100%
}
.blogslide .category {
    text-transform: uppercase;
    color: var(--theme-color);
    font-weight: 800;
    position: absolute;
    top: 5%;
    left: 5%;
    z-index: 3;
    display: none;
}
/*.blogslide figure:before, .blogslide figure:after {
    content: "";
    position: absolute;
    top: 10%;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / .25);
    background: -moz-linear-gradient(top, #fff0 0%, rgb(0 0 0 / .7) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #fff0), color-stop(100%, rgb(0 0 0 / .7)));
    background: -webkit-linear-gradient(top, #fff0 0%, rgb(0 0 0 / .7) 100%);
    background: -o-linear-gradient(top, #fff0 0%, rgb(0 0 0 / .7) 100%);
    background: -ms-linear-gradient(top, #fff0 0%, rgb(0 0 0 / .7) 100%);
    background: linear-gradient(to bottom, #fff0 0%, rgb(0 0 0 / .7) 100%);
}
.blogslide figure:before {
    top: 0;
    background: #fff0;
    z-index: 1;
    -webkit-transition: background-color .4s ease 0s;
    transition: background-color .4s ease 0s;
}*/
.blogslide img {
    transition: all 1s ease-out;
    opacity: 1;
}
.blogslide img {
    width: 100%;
    position: relative;
    transition: all 1s ease-out;
    object-fit: cover;
}
.blogslide figure img {
/*    border-radius: 20px;
    border: 2px solid var(--theme-color);
    height: 300px;*/
}
.blogslide figure img {
    transition: all 1s ease-out;
    opacity: 1;
}
/*.blogslide:hover figure img {
    filter: blur(10px);
}*/
.blogslide img {
    display: block;
}
.blogslide img {
    width: 100%;
}
.blogslide .text {
    z-index: 5;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    margin-top: 15px;
    padding-inline: 20px;
}
.post-card__date {
    display: inline-block;
    background: #ddecff;
    padding: 6px 12px;
    border-radius: 5px;
    color: #3590ce;
    font-size: 14px;
    line-height: 16.75px;
    text-align: center;
    margin-top: 10px
}
.blogslide .title {
    line-height: 1.5;
    margin: 0px;
    -webkit-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    font-weight: 600;
}
.blogslide .title {
    font-size: 17px;
    -webkit-transition: all .4s ease .2s;
    transition: all .4s ease .2s;
    margin-bottom: 8px;
}
/*.blogslide:hover figure:before, .blogslide:focus figure:before {
    background: rgb(39 37 30 / .6);
}*/
.blogslide .summary {
    top: 5px;
    -webkit-transition: all .4s ease .2s;
    transition: all .4s ease .2s;
    color: #686868;
}
/*.blogslide:hover .summary {
    display: block;
    transition: visibility 0s, opacity 0.5s linear;
}*/
.contact-right {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
h2.contact-heading.new-heading.longer-heading {
    line-height: 1.1;
    color: #fff
}
h2.contact-heading.new-heading.longer-heading:after {
    background-color: #fff;
}
.gf_browser_chrome.gform_wrapper.gravity-theme input.wpcf7-form-control {
    width: 100%;
    border-width: 0px;
    outline: 0px;
    height: 40px;
    padding: 0px;
    color: #383838;
    background: #fff;
    padding-inline: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
}
.gf_browser_chrome.gform_wrapper.gravity-theme textarea.wpcf7-form-control.wpcf7-textarea {
    height: 100px;
    border-width: 0px;
    outline: 0px;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}
.gf_browser_chrome.gform_wrapper.gravity-theme input.wpcf7-form-control::placeholder, .gf_browser_chrome.gform_wrapper.gravity-theme textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
	color: #383838;
	font-size: 16px;
}
.gf_browser_chrome.gform_wrapper.gravity-theme input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: var(--theme-color);
    color: #fff;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    border: 0;
    outline: 0;
    transition: all 0.25s;
    border-width: 0px !important;
    border-radius: 8px;
    max-width: 40%;
    height: 40px;
    font-weight: 600;
    cursor: pointer;
    justify-content: center;
    text-align: center;
}
.contact {
    display: flex;
    justify-content: space-between;
    padding: 0;
    height: auto;
    background-size: cover;
    background-color: #1c1b1b;
    background-position: center;
    background-blend-mode: overlay;
    overflow: hidden;
    margin: 2% 0 0 0;
    padding-top: 80px;
    padding-bottom: 40px;
}
.contact-lefft {
    width: 50%;
    color: #fff;
    text-align: justify;
}
.contact-lefft > h2 {
    margin-top: 0px;
    margin-bottom: 25px;
}
.a-blogslidernn {
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
}
.a-blogslidernn h3 {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    top: 0px;
}
.a-blogslidernn:after {
    content: "";
    background: #00000057;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.nganh-group .a-blogslidernn:last-child {
    margin-bottom: 0px;
}
/* css phan trang */
.quatrang {
    width: 100%;
    text-align: center;
    padding: 10px;
    background: #fff;
    font-size: 15px;
    float: left;
    margin-bottom: 20px;
}
span.page-numbers.current {
    color: #fff;
    background: #0b4da2;
}
.quatrang .page-numbers {
    padding: 5px 10px;
    border: 1px solid #0b4da2;
    border-radius: 5px;
    font-weight: 600;
}
a.page-numbers {
    background: #fff;
}
/* end css phan trang */

/* end css home */

/* css footer */
.site-footer {
    background: #e8f1f6;
    float: left;
    width: 100%;
}
.footer_cl {
    width: 16%;
    border-left: 1px solid #ffffff30;
    padding-top: 80px;
    padding-bottom: 60px;
    padding-left: 30px;
}
.footer_cl.footer2 {
    width: 25%;
}
.footer_cl.footer3 {
    width: 25%;
}
.footer_cl.footer1 {
    padding-left: 0px;
    border: 0px;
    width: 30%;
    padding-right: 0px;
}
ul.footer-links {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
ul.footer-links a {
    font-size: 20px;
    color: #ffffff8f;
    margin-bottom: 15px;
    display: inline-block;
}
.site-info {
    text-align: center;
    padding-top: 13px;
    padding-bottom: 9px;
    background: #0b4da2;
    color: #ffffff8f;
}
.site-info a {
	color: #ffffff8f;

}
.footer_cl > h4 {
    font-size: 24px;
    margin-top: 0px;
}
.footer-vision {
    margin-top: 15px;
}
.logo-footer {
    width: 25%;
    margin-bottom: 20px;
}
.contact-btn.mobile-hide {
    color: #fff;
    background: #0b4da2;
    display: inline-flex;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    width: 8.8888vw;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 40px;
    margin-bottom: 1.33vw;
}
.footer_cl.footer1 ul {
    color: #ffffff8f;
    margin: 0px;
    padding: 0px;
    margin-left: 0px;
    list-style: none;
}
.footer_cl.footer1 ul li {
    margin-bottom: 10px;
}
.footer_cl.footer1 ul a {
    color: #ffffff8f;
}
.right_xdf_bt a {
    background: #0b4da2;
    width: 35px;
    display: inline-block;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 100%;
    color: #fff;
    margin-right: 10px;
}
#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;
}
h3.h3news.h3news_blck {
	color: #000;
}
.bgwighte {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #fff;
}
.bgwighteff {
	    background-color: #ecf2f7;
    border-radius: .375rem;
    width: 100%;
    padding: 3.5rem 5rem 2rem;
    float: left;
}
.bgwighteff_left {
    width: 30%;
    float: left;
}
.bgwighteff_right {
    float: right;
    width: 65%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

h3.h3news.h3news_blue {
    color: #005198;
}
.newsaffnewsf {
    border-top: 4px solid #ffffff;
    display: inline-block;
    width: calc(50% - 10px);
    color: #000;
    font-size: 17px;
}
.newsaffnewsf h4 {
    margin-bottom: 0px;
    font-size: 20px;
}
.newsaffnews img {
    border-radius: 10px;
}

.maxlead {
    width: 60px;
    text-align: center;
    line-height: 18px;
    position: fixed;
    bottom: 84px;
    right: 20px;
    z-index: 999;
}
.maxlead a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.maxlead a img {
    width: 100%;
}
/* end css footer */
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
/*.main-navigation {
    display: block;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
/*.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}*/
#primary-menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#primary-menu > li > .sub-menu > li > a {
    background: #ccc;
    color: #0070d3;
    background-color: #eee;
    font-weight: 600;
    padding: 10px 10px;
    width: 100%;
    display: block;
    border-radius: 5px;
}
#primary-menu > li > .sub-menu > li > ul.sub-menu,
#primary-menu > li > .sub-menu {
	list-style: none;
	margin: 0px;
}
#primary-menu > li > .sub-menu > li > ul > li > a {
	color: #000;
}
@media screen and (min-width: 1024px) {
	#primary-menu {
	    display: flex;
	}
	.menu-toggle {
		display: none;
	}
	#primary-menu > li > .sub-menu {
        display: none;
        position: absolute;
        margin: 0px;
        list-style: none;
        z-index: 100;
        background: #fff;
        left: 0px;
        width: 100%;
        columns: 4;
        padding-block: 35px;
        border-top: 1px solid #eee;
    }
	#primary-menu > li:hover > .sub-menu {
    	display: flex;
    	gap: 15px;
	}
	#primary-menu > li:hover .sub-menu > li {
    width: 25%;
	}
	#primary-menu > li:hover .sub-menu > li > ul.sub-menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-top: 15px;
	}
	#primary-menu > li > a {
    height: 100px;
    line-height: 100px;
	}
	#primary-menu > li:hover .sub-menu > li > ul > li {
    margin-bottom: 12px;
    display: block;
    width: 100%;
	}
	#primary-menu > li:hover .sub-menu > li > ul > li > a {
    	color: #000;
	}
	.menu > li > a {
	    width: 100%;
	    display: block;
	}
}
@media screen and (max-width: 1024px) {
	.menu-toggle {
		display: block;
	}
	#primary-menu > li > .sub-menu {
		padding-inline: 0px;
	}
	#primary-menu > li > .sub-menu > li > ul > li > a {
    color: #000;
    width: 100%;
    display: block;
    padding-block: 10px;
	}
	.menu > li > a {
		padding-block: 10px;
	}
	#primary-menu > li > .sub-menu > li > ul.sub-menu,
	#primary-menu > li > .sub-menu {
	padding: 0px;
	}
	#primary-menu {
		display: none;
	}
}


/*.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}*/
/* css post */
.list-page > h1 {
    margin: 0px;
}
.nd-news {
    width: 300px;
    float: left;
    position: sticky;
    top: 0px;
}
.right-news {
    position: sticky;
    top: 0px;
}
.left_hkk {
    width: 20%;
    float: left;
    margin-right: 2%;
    position: sticky;
    top: 0px;
    margin-top: 15px;
}
.bgblack {
    background-color: #333;
    padding-block: 40px;
    margin-top: 40px;
}
h3.h3news {
    color: #fafafa;
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 32px;
    position: relative;
}
.h3news:before {
    content: " ";
    display: flex;
    padding-top: .7rem;
    width: 75px;
    border-top: 2px solid #fa6900;
}
.bgblacki {
    width: 100%;
    border-radius: 8px;
    background-color: #fafafa;
    cursor: grab;
    display: inline-block;
    overflow: hidden;
}
.ctnted h4 {
    margin: 0px;
    padding: 15px 15px;
        font-size: 18px;
}
.right-news {
    width: 22%;
    float: right;
}
.content-news {
    width: 53%;
    float: left;
    margin-left: 0px;
    position: relative;
}
.left_hkk .toctx {
    padding: 10px;
    background: #eee;
    border-radius: 8px;
    border: 1px solid #000;
    padding-left: 30px;
    margin-top: 10px;
}
ol.toc-list {
    margin: 0px;
    padding: 0px;
}
.content-nh-news.content-page-news #ez-toc-container {
    position: absolute;
    left: 0px;
    top: 15px;
    width: 330px;
}
.content-nh-news.content-page-news {
    text-align: justify;
}
.right-news a {
    margin-bottom: 15px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    align-items: center;
}

.right-news {
    background-color: #eee;
    padding: 16px;
    border-radius: .25rem;
}
.item_bvlq_right img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
h3.title-food-r {
    width: calc(100% - 120px);
    margin-top: 0px;
    font-weight: 700;
    color: #006ece;
    font-size: 15px;
}
.widget-title2 {
    border-bottom: 1px solid #ccc;
    font-weight: 600;
    position: relative;
    font-size: 25px;
    text-transform: uppercase;
    color: #000;
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.widget-title2:before {
    background: #0c4da2;
    content: '';
    width: 70px;
    height: 3px;
    position: absolute;
    left: 0px;
    bottom: -2px;
}
.right-news .widget-title2 {
    margin-top: 0px;
    font-size: 18px;
    margin-bottom: 20px;
}
.nd-news ul {
    margin: 0px;
}
.content-news > h1 {
    margin: 0px;
}
.nd-news-ciii .widgettitle {
    margin: 0px;
    font-size: 15px;
}
.nd-news-ciii {
    display: inline-block;
}
.right-news a:last-child {
    margin-bottom: 0px;
}
.content-nh.content-page.content-page-ev iframe {
    margin: auto;
    display: block;
    max-width: 100%;
}
.wrapperlast {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
}
.idx {
    position: relative;
}
.newsa {
    background: #fff;
}
.bvlq_full_sanpham_news {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(8, 1fr);
    gap: 25px;
}
.newsa1, .newsa3 {
  position: relative;
}
.newsa.newsa1 .textnewsaxx {
    position: absolute;
    bottom: 0px;
}
.newsa1 figure, .newsa6 figure {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.newsa1 figure img, .newsa6 figure img {
    height: 100%;
    object-fit: cover;
}
.newsa.newsa1 .textnewsaxx, .newsa.newsa6 .textnewsaxx {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    padding: 15px 20px;
    background: #00000052;
}
.newsa1, .newsa6 {
    position: relative;
    float: left;
    border-radius: 5px;
    overflow: hidden;
    height: 420px;
}
.newsa1 {
    grid-row: span 4 / span 4;
}

.newsa2 {
    grid-row: span 2 / span 2;
}

.newsa3 {
   grid-row: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 3;
}

.newsa4 {
     grid-row: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 5;
}

.newsa5 {
    grid-row: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 7;
}
.newsa6 {
    grid-row: span 4 / span 4;
    grid-column-start: 1;
    grid-row-start: 5;
}
.newsa2 .textnewsaxx, .newsa3 .textnewsaxx, .newsa4 .textnewsaxx, .newsa5 .textnewsaxx {
  padding-top: 10px;
    padding-right: 10px;
}
h2.titlesf {
    font-size: 20px;
    color: #fff;
}
.newsa2 h2.titlesf, .newsa3 h2.titlesf, .newsa4 h2.titlesf, .newsa5 h2.titlesf {
    font-size: 18px;
    line-height: 1.4;
    color: #000;
}
.newsa2 p.summarydff, .newsa3 p.summarydff, .newsa4 p.summarydff, .newsa5 p.summarydff {
    font-size: 15px;
}

.newsa2, .newsa3, .newsa4, .newsa5 {
    display: flex;
    gap: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 4px #0000000d;
    overflow: hidden;
}   
.newsa2 figure, .newsa3 figure, .newsa4 figure, .newsa5 figure {
  min-width: 40%;
  width: 40%;
  min-width: 40%;
  display: flex;
}
.newsa2 figure img, .newsa3 figure img, .newsa4 figure img, .newsa5 figure img{
  max-width: 100%;
  width: 100%;
}
.textnewsaxx h2 {
    margin: 0px;
}
.gridvideo {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}
/* end css post */
/* css case study */
.left_case_s {
    width: calc(33% - 15px);
    float: left;
}
.right_case_s {
    width: calc(67% - 15px);
    float: right;
}
.title-des-post.case {
    display: inline-block;
    width: 100%;
}
.content_search > span {
    display: flex;
    align-items: center;
    position: relative;
    line-height: 1;
    margin-bottom: 15px;
    width: 100%;
    cursor: pointer;
}
.item_search > span {
    margin-left: 10px;
    position: relative;
    top: 1px;
    color: #000;
}
.content_search > span:last-child {
    margin-bottom: 0px;
}
.left_case_s {
    border: 1px solid #ccc;
}
.fdd-header {
    padding: 10px;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}
.content_search {
    padding: 0px;
}
.flexfg a:hover {
    background: #0b4da2;
    color: #fff;
}
.item_search {
    display: block;
    border-top: 1px solid #ccc;
    padding-block: 8px;
    text-transform: uppercase;
    padding-inline: 10px;
}
.flexfg a {
    border: 1px solid #0b4da2;
    width: calc(20% - 5px);
    text-align: center;
    padding-block: 15px;
    font-weight: 600;
    border-radius: 8px;
}
.flexfg {
    margin-top: 30px;
    margin-bottom: 30px;
}
.right_case_s > h1 {
    margin: 0px;
    line-height: 1;
    margin-bottom: 20px;
}
.item_search input {
    display: none;
}
.content_search > span:before {
    content: "✓";
    color: #fff;
    font-size: 1.5em;
    border: 1px solid #666;
    margin-right: 5px;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 24px;
    background: #fff;
}
.content_search > span.check_id_attr:before {
    color: teal;
}
.bvlq_full_cs {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px;
}
.left-tb {
    width: 250px;
}
.item_bvlq_full_case {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.right-tb {
    width: calc(100% - 265px);
}
.item_bvlq_full_case h3.title-food {
    margin-top: 0px;
}
.date-case i {
    margin-right: 5px;
}
.bvlq_full_cs a h3 {
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 16px;
}
/* end css case study */
/*css product */
svg.svg__fa {
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: middle;
}
.gallery_img_sp img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}
.gale_ct {
    width: 48%;
    float: left;
}
.mt_sp {
    float: right;
    width: 48%;
    text-align: justify;
}
.ct_sp {
    width: 100%;
    float: left;
    text-align: justify;
    border-top: 1px solid #ddd;
    font-size: 16px;
}
.ct_sp h2 {
    font-size: 22px;
}
.gallery_img_sp .owl-nav .owl-next, .gallery_img_sp .owl-nav .owl-prev {
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px!important;
    padding: 8px 11px!important;
    background: #0c4da2 !important;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%!important;
    position: absolute;
    outline: none;
    margin: 0px!important;
}
.gallery_img_sp .owl-nav svg {
    fill: #fff !important;
}
.ct_sp ul {
    margin: 0px;
	}
.title-des-post {
    width: 70%;
    float: left;
}
.fullcontent_des {
    display: inline-block;
    justify-content: space-between;
    width: 100%;
}
.mt_sp > h1 {
    font-size: 25px;
    margin-top: 0px;
    line-height: 1.2;
}
.gallery_img_sp .owl-nav .owl-prev {
    left: 0px;
}
.gallery_img_sp .owl-nav .owl-next {
    right: 0px;
}
.product_sum {
    font-size: 16px;
}
.dmsp {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}
.fullcontent_taxo {
    margin-bottom: 30px;
}
.item-product img {
    width: 100%;
    height: auto;
}
.item-product {
    border: 1px solid transparent;
    background: #fff;
    padding: 8px 8px 8px 8px;
    border: 1px solid #eee;
    display: block;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
    margin-right: 2px;
}
.product-description h3 {
    font-size: 14px;
    line-height: 16px;
    padding: 0;
    margin: 0;
    min-height: auto;
    height: 32px;
    overflow: hidden;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
}
.item-product .product-description {
    padding-left: 0px;
    padding-right: 0px;
        text-align: center;
        margin-top: 12px;
}
.item-product .product-description .price {
    font-size: 15px;
}
.price {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 5px;
}
nav.breadcrumb {
    margin-top: 10px;
    margin-bottom: 10px;
}
.product-v1css .price {
    text-align: center;
}
.km_gia {
    color: #ff0000;
}
.currencySymbol {
    font-size: .75em;
    vertical-align: top;
    display: inline-block;
    margin-top: 0.05em;
    margin-left: 5px;
}
.goc_gia {
    color: #000;
    font-size: 16px;
    margin-left: 10px;
    text-decoration: line-through;
}
.goc_gia {
    opacity: 0.5;
}
.km_gia {
    color: #ff0000;
}
.spnb_in_post {
    float: left;
    width: 100%;
}
.product-v1css .product-description h3 {
    color: #333; 
    font-size: 15px;
}
.title_content span {
    text-align: left;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    gap: 10px;
    align-items: center;
    line-height: 1;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    background: #0c4da2;
    margin-bottom: 0px;
    padding: 13px 15px;
    border-radius: 5px 5px 0px 0px;
}
h2.home_h2 span {
    text-align: left;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    gap: 10px;
    align-items: center;
    line-height: 1;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    background: #0c4da2;
    margin-bottom: 0px;
    padding: 13px 15px;
    border-radius: 0px;
    border-radius: 5px 5px 0px 0px;
}
h2.home_h2 {
    border-bottom: 1px solid #0c4da2;
    margin-bottom: 15px;
}
.product_sum p:before {
    content: '●';
    margin-right: 8px;
    font-size: 13px;
    position: relative;
    top: -1px;
}
.mt_sp img {
    width: 100%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 10px;
}
.kk-star-ratings .kksr-legend {
    position: relative;
    top: 2px;
}
.title_content {
    border-bottom: solid 1px #0c4da2;
    width: 100%;
    float: left;
    margin-top: 15px;
}
.bvlq_full_sanpham {
	grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 35px;
}
.item_bvlq_full_sp {
    background-color: #fff;
    border-radius: .125rem;
    display: flex;
    flex-direction: column;
    align-items: left;
    box-shadow: 0 0 6px -2px #0000004d;
    text-align: left;
    position: relative;
    padding: 0;
}
.item_bvlq_full_sp h3 {
    padding-inline: 15px;
}
.item_bvlq_full_sp > img {
    object-fit: cover;
    width: 100%;
    height: auto;
}
.youtube-embed iframe {
    max-width: 100%;
    width: 60%;
    margin: auto;
    display: block;
    height: 540px;
}
.term-description ul {
    margin: 0px;
    padding: 0px;
    margin-left: 20px;
}
.term-description {
    margin-bottom: 15px;
}
h1.arr_titkle {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #0c4da2;
}
/*end css product */

/* css product */
.product-img {
    position: relative;
}
.product-container {
    position: absolute;
    z-index: 10;
    background: linear-gradient(-135deg, transparent 1.5rem, rgba(255, 255, 255, 0.85) 1.5rem);
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    padding: 25px 2rem;
    max-width: 1136px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.toph1 a {
    background: #fa6900;
    border-radius: .4rem;
    border: none;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 0 6px -2px rgba(0, 0, 0, .3);
    padding: 8px 1rem;
    font-size: 16px;
    line-height: 1;
    float: right;
}
h1.entry-title-product {
    color: #333;
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: bold;
    text-transform: uppercase;
    background: initial;
    line-height: inherit;
    flex: 1 1 100%;
    position: relative;
    padding-top: 10px;
}
h1.entry-title-product:after {
    content: "";
    height: 10px;
    display: flex;
    padding-top: 1rem;
    width: 75px;
    border-top: 8px solid #fa6900;
    margin-top: 12px;
}
.product-container p {
    color: #555;
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    background: initial;
    line-height: inherit;
    font-size: 20px;
    font-weight: 500;
}
.single.single-product nav.breadcrumb {
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.product-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.product-img {
    height: calc(100vh - 170px);
}
.entry-tab {
    width: 100%;
    background-color: #444;
    color: #fafafa;
    z-index: 3;
    text-align: center;
    overflow: hidden;
    display: flex;
}
ul.tabsproduct li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
ul.tabsproduct {
    padding: 0px;
    display: flex;
    margin: auto;
}
ul.tabsproduct li a {
    text-transform: uppercase;
    color: #999;
    margin-bottom: 0;
    margin-top: 0;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    padding: 25px 10px;
    font-weight: 700;
    display: inline-block;
}
.left_texttf {
    width: calc(50% - 30px);
    color: #fff;
}
.right_texttf img {
    width: 100%;
}
.right_texttf {
    width: calc(50% - 30px);
}
.fullctr {
    background-color: #333;
    padding-top: 60px;
    padding-bottom: 60px;
}
.left_texttf h2 {
    color: #fff;
    display: block;
    margin-bottom: .5rem;
    margin-top: 0;
    font-weight: bold;
    text-transform: uppercase;
    background: initial;
    line-height: inherit;
    font-size: 42.9981696px;
    position: relative;
}
.left_texttf h2:before {
    content: " ";
    display: flex;
    padding-top: .7rem;
    width: 75px;
    border-top: 8px solid #fa6900;
}
.left_texttf_adv {
    width: 70%;
}
.right_texttf_adv {
    width: 25%;
}
.left_texttf_adv ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    line-height: 2;
    font-size: 18px;
}
.left_texttf_adv ul li {
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAARCAYAAAA2cze9AAAABHNCSVQICAgIfAhkiAAAALJJREFUOE+t02ENwkAMhuF3DpCAAyyAEjYHSMABSAAnc4AFpJCSu6Rpdr1e1ib7t3u+XddO5NcMfIF1SrZfwLWYl0xcw+IvWbiF38CcgW/C8ul78Sa8F3dhjR8AeWSEItWFK34EPgVfADnoVQiu+A14KM0LCMMVl3aswKkTMATbnnsBw7CdltYNzmql5cx/QSJ/3c75VoB2wnBrzlsBQ7C3RDZgGO5tqAQ8y2LdIz227/wArJQqshixgf4AAAAASUVORK5CYII=);
        padding-left: 15px;
    margin-left: 27px;
}
h2.entry-title-h2-black {
    display: block;
    margin-bottom: .5rem;
    margin-top: 0;
    font-weight: bold;
    text-transform: uppercase;
    background: initial;
    line-height: inherit;
    font-size: 42.9981696px;
    position: relative;
}
h2.entry-title-h2-black:before {
    content: " ";
    display: flex;
    padding-top: .7rem;
    width: 75px;
    border-top: 8px solid #fa6900;
}
.configmta h2 {
    display: block;
    margin-bottom: .5rem;
    margin-top: 0;
    font-weight: bold;
    text-transform: uppercase;
    background: initial;
    line-height: inherit;
    font-size: 42.9981696px;
    position: relative;
}
.configmta h2:before {
    content: " ";
    display: flex;
    padding-top: .7rem;
    width: 75px;
    border-top: 8px solid #fa6900;
}
.fullctr-w {
    padding-top: 60px;
    padding-bottom: 60px;
}
.fullctr-e {
    background-color: #eee;
    padding-top: 60px;
    padding-bottom: 60px;
}
.item_tophowwl {
    width: 100%;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
    cursor: grab;
    overflow: hidden;
}
.figbox {
    padding: 24px;
}
.figbox h3 {
    margin-top: 0px;
    color: #fa6900;
}
.figbox p {
    margin-bottom: 0px;
    font-size: 17px;
}
.gallery_top button {
    background: #ffffff00;
    color: #fff;
    text-transform: uppercase;
    border-radius: 25px;
    border: 1px solid #fafafa;
    height: 38px;
    padding-inline: 32px;
    position: relative;
    margin-right: 30px;
    cursor: pointer;
}
.gallery_top button.active_glle {
    color: #333;
    background-color: #fcfcfc;
}
span.gallery-badge {
    color: #333;
    position: absolute;
    top: -12px;
    background: #fff;
    right: -15px;
    display: inline-block;
    width: 38px;
    height: 24px;
    line-height: 24px;
    border-radius: 16px;
    font-weight: 600;
    font-size: 15px;
}
.gallery_top button.active_glle span.gallery-badge {
	background: #e76e26;
	color: #fff;
}
h2.entry-title-h2-w {
    color: #fff;
    display: block;
    margin-bottom: 25px;
    margin-top: 0;
    font-weight: bold;
    text-transform: uppercase;
    background: initial;
    line-height: inherit;
    font-size: 42.9981696px;
    position: relative;
}
h2.entry-title-h2-w:after {
    content: " ";
    display: flex;
    padding-top: .7rem;
    width: 75px;
    border-top: 8px solid #fa6900;
}
.gallery_ha {
    display: flex;
    overflow-y: hidden;
    overflow-x: scroll;
    margin-top: 35px;
}
.item_gallert_ha {
    text-align: center;
    border-radius: 8px;
    margin-bottom: 0;
    margin-right: 8px;
    min-width: 146px;
}
.item_gallert_ha img {
	height: 146px;
	object-fit: cover;
	border-radius: 10px;
	cursor: pointer;
}
.gallery_ha::-webkit-scrollbar {
  height: 8px;
  border-radius: 8px;
}
.gallery_ha::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 8px;
}
.gallery_ha::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 8px;
}
.gallery_ha::-webkit-scrollbar-thumb:hover {
  background: #555;
  border-radius: 8px;
}
.gallery_halon {
    margin-top: 35px;
}
.gallery_halon > img {
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
    height: 80vh;
}
.gallery-media-button {
    border: 0;
    background-color: #fa6900;
    height: 3.5rem;
    width: 3.5rem;
    border-radius: 2rem;
    outline: none;
    cursor: pointer;
    transition: all .4s ease;
    margin: -2rem auto 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 11px rgba(0, 0, 0, .4);
    position: relative;
    float: none;
}
.gallery-media-button img{
	width: 80%;
	height: auto;
	position: relative;
}
.gallery_halon p {
    color: #fff;
    text-align: center;
}
.itemtesti {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
    margin: 0;
    text-align: center;
    padding: 0 32px 8px;
}
.testimonials {
    background-color: #fafafa;
    padding-top: 60px;
    padding-bottom: 60px;
}
.img-testi {
    max-width: 50%;
    margin: auto;
}
span.testimonials-item-icon {
    color: #ccc;
    display: block;
    margin-top: 0;
    font-weight: bold;
    background: initial;
    line-height: 1;
    font-size: 60px;
}
.footer-test {
    border-top: 1px solid #eee;
    padding: 24px 0;
    margin-top: 20px;
}
.cv_dg {
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 5px;
}
.itemtesti p {
    line-height: 1.6;
}
.case_studies {
    background-color: #333;
    padding-top: 60px;
    padding-bottom: 60px;
}
.case_studie_item_left {
    width: calc(50% - 20px);
    color: #fff;
}
.case_studie_item_right {
    width: calc(50% - 20px);
}
.case_studie_item_left h4, .case_studie_item_left h3 {
    color: #fa6900;
    display: block;
    margin-bottom: 1rem;
    margin-top: 0;
    font-weight: 700;
    background: initial;
    line-height: inherit;
    font-size: 22px;
}
.case_configurations {
    background-color: #eee;
    padding-top: 60px;
    padding-bottom: 60px;
}
.item_conff {
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 2px 4px #0000000d;
    cursor: grab;
    overflow: hidden;
}
.padf {
    padding: 24px;
    padding-bottom: 16px;
    padding-top: 0px;
}
.padf > h3 {
    color: #ff9549;
    margin-top: 10px;
    margin-bottom: 0px;
}
.palletxf {
    padding-top: 60px;
    padding-bottom: 60px;
}
.itemconff img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    box-shadow: 0 0 6px -2px #0000004d;
    background: #fff
}
.itemconff {
    margin-top: 5px;
}
.padfhk > h3 {
    color: #000;
    display: block;
    font-weight: 700;
    background: initial;
    line-height: inherit;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 0px;
    position: relative;
}
.padfhk > h3:before {
    content: " ";
    display: flex;
    padding-top: .7rem;
    width: 40px;
    border-top: 4px solid #fa6900;
}
.palletxfdownload {
    background-color: #eee;
    padding-top: 60px;
    padding-bottom: 60px;
}
.item_cate {
    width: calc(50% - 13px);
    height: 100%;
    background-color: #fff;
    border-radius: 6px;
    padding: 32px;
}
.item_cate {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rightimgdf p {
    color: #000;
    display: block;
    margin-bottom: 15px;
    margin-top: 0;
    background: initial;
    line-height: inherit;
}
.rightimgdf {
    width: calc(100% - 170px);
}
.rightimgdf h3 {
    color: #fa6900;
    display: block;
    margin-bottom: 1rem;
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
    background: initial;
    line-height: inherit;
}
.rightimgdf a {
    background: #005198;
    border-radius: .5rem;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 10px 26px;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
}
.catalo {
    gap: 25px;
}
.imgdf {
    width: 150px;
    box-shadow: 0 4px 12px #0000001a;
    border: 1px solid rgb(238.425, 238.425, 238.425);
    border-radius: 5px;
    overflow: hidden;
}
.ent-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #eee;
    border-radius: 8px;
    padding: 24px 32px;
    cursor: pointer;
}
.ent-accordion {
    margin-bottom: 15px;
}
.tdsm {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
}
.pallfaqs {
    padding-top: 60px;
    padding-bottom: 60px;
}
.ent-panel {
    border-left: 2px solid #fa6900;
    padding-left: 32px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.icon.sch-plus-2x {
    position: relative;
}
.icon.sch-plus-2x:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    position: absolute;
    border: solid #006ece;
    border-width: 0 3px 3px 0;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    right: 10px;
    top: -7px;
}
.ent-section-header.active .icon.sch-plus-2x:before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: -3px;
}
.relatedpro {
    background-color: #eee;
    padding-top: 60px;
    padding-bottom: 60px;
}
.padfhk p {
    color: #333;
}
.relatedpropost {
    padding-top: 60px;
    padding-bottom: 60px;
}
.relatedx_itemp {
    background-color: #f5f5f5;
    display: inline-block;
    border-radius: 6px;
    overflow: hidden;
}
.padfhk_post {
    padding: 24px 16px 16px;
    color: #333;
}
.padfhk_post h3 {
    margin: 0px;
    position: relative;
}
.padfhk_post h3:before {
	content: " ";
    display: flex;
    padding-top: .7rem;
    width: 40px;
    border-top: 4px solid #fa6900;
}
.corporate-quote-info-container {
    text-align: center;
    background: #0070d3;
}
.corporate--quote-info--item-link {
	background: #f56d24;
    border-radius: .4rem;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 1.75rem;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
}
.horizontal--arrows--top {
    width: 100%;
    height: 20px;
    background-color: #005198;
    position: relative;
    opacity: .2;
    top: -20px;
    display: block;
}
.horizontal--arrows--top:before {
    content: " ";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #005198;
    top: -20px;
    left: 50%;
    position: absolute;
    margin-left: -20px;
}
.horizontal--arrows--bottom {
    width: 100%;
    height: 20px;
    background-color: #005198;
    position: relative;
    top: -20px;
    margin-bottom: -20px;
    display: block;
}
.horizontal--arrows--bottom:before {
    content: " ";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #005198;
    left: 50%;
    position: absolute;
    top: -20px;
    margin-left: -20px;
}
.corporate-quote-info {
    padding-top: 80px;
    padding-bottom: 100px;
}
.relatedxpost {
    margin-top: 30px;
}
.corporate-quote-info > p {
    color: #fff;
    display: block;
    margin-bottom: 1rem;
    margin-top: 0;
    font-weight: 700;
    background: initial;
    line-height: inherit;
    font-size: 25px;
}
/* end css product */
.bannertt {
    margin: auto;
    display: block;
}
/* Posts and pages
--------------------------------------------- */
h1.entry-title {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Comments
--------------------------------------------- */


/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: flex;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

table {
  border-collapse: collapse;
  width: 100%;
}

table td, table th {
  border: 1px solid #ddd;
  padding: 8px;
}
.right_case_s .item_bvlq_full img {
    height: 180px;
    object-fit: cover;
}
table tr:nth-child(even){background-color: #f2f2f2;}

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

table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}


/* adf */

.sliderproduct {
    margin-bottom: 40px;
}
.ccdctexx {
    margin-bottom: 20px;
    position: relative;
}
.ccdctexx:before {
    content: "";
    background: #ebebeb;
    width: 100%;
    position: absolute;
    height: 2px;
    z-index: 1;
}
.ccdctexx h2 {
    margin: 0px;
    position: relative;
    z-index: 10;
    background: #fff;
    padding-right: 15px;
    font-size: 20px;
    text-transform: capitalize;
}
.block-header__arrows-list {
    position: relative;
    background: #fff;
    z-index: 10;
    padding-left: 15px;
}
.block-header__arrow {
    border-radius: 1.5px;
    background: #f2f2f2;
    border-width: 0px;
    width: 27px;
    display: inline-block;
    height: 27px;
    position: relative;
    cursor: pointer;
}
.block-header__arrow--left:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    position: absolute;
    border: solid #333;
    border-width: 0 1px 1px 0;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    right: 7px;
    top: 9px;
}
.block-header__arrow--right:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    position: absolute;
    border: solid #333;
    border-width: 0 1px 1px 0;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 13px;
    top: 9px;
}
.ccdctexx a {
    display: none;
}
.leftcontentsp.leftcontentsp_265 {
    width: 265px;
}
.leftcontentsp.leftcontentsp_265 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.rightcontentsp.rightcontentsp_265 {
    width: calc(100% - 280px);
}
.rightcontentsplg, .rightcontentsplg .owl-stage-outer, .rightcontentsplg .owl-stage, .rightcontentsplg .owl-item {
    height: 100%;
}
.product-card {
    width: 100%;
    border: 1px solid #e5e7eb;
    position: relative;
    transition: .5s;
    background: #fff;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    height: 100%;
}
.product-card h3 {
    margin: 0px;
    padding-inline: 10px;
    font-size: 16px;
    text-align: center;
    color: #3d464d;
    line-height: 1.3;
    margin-top: 10px;
    height: 65px;
    overflow: hidden;
}
.xctff {
    background: #0b4da2;
    text-align: center;
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #0b4da2;
    height: 36px;
    line-height: 36px;
    font-weight: 500;
    border-radius: 5px;
    background: #ddecff;
}