/**
* Theme Name: Pixel+
* Theme URI: https://pixelplus.vn
* Description: Giao diện website được thiết kế và lập trình bởi Công ty Cổ phần Công Nghệ và Truyền Thông Pixel Plus.
* Author: Pixel+
* Author URI: https://pixelplus.vn
* Version: 7.0.8
* Tags: giao diện hiện đại, phong cách thời thượng, tương thích mọi loại trình duyệt, tốc độ load trang tối đa, tối ưu SEO.
* Text Domain: pixelplus
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/******************/

/*** Main CSS ***/

/******************/
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;700&display=swap');

:root {
	--main-color: #771a13;
	--secondary-color: #ffb533;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

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

img.aligncenter {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

button {
	cursor: pointer;
}

.aligncenter {
	display: table;
	margin: 0 auto;
}

.alignright {
	display: table;
	margin-left: auto;
}

.alignleft {
	display: table;
	margin-right: auto;
}

.wp-block-image .aligncenter {
	margin-left: auto !important;
	margin-right: auto !important;
}

.backtotop {
	width: 40px;
	height: 40px;
	background-color: #222;
	text-align: center;
	padding: 10px;
	line-height: 20px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	color: #fff;
	font-size: 20px;
	z-index: 99;
	border-radius: 50%;
	transition: all .3s ease-in-out;
	align-items: center;
	justify-content: center;
	display: flex;
	opacity: 0;
	visibility: hidden;
}

.backtotop.active {
	opacity: 1;
	visibility: visible;
}

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

/* Woocommerce */

/* woocommerce grid product */

ul.products {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0;
}

/* Single Product */
h1.product_title.entry-title {
	line-height: 1.4;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-top: 0;
}

.price ins {
	font-size: 18px;
	text-decoration: none;
	color: red;
	margin-left: 10px;
}

.woocommerce div.product form.cart {
	display: flex;
	margin: 20px 0;
}

.woocommerce div.product form.cart input {
	border: 1px solid #eee;
	padding: 11px 10px;
	outline: none;
	width: 53px;
}

.woocommerce div.product form.cart .button {
	background: var(--secondary-color);
	color: #fff;
	border: none;
	font-size: 14px;
	padding: 10px 20px;
	margin-left: 20px;
	transition: all .3s ease-out;
}

.woocommerce div.product form.cart .button:hover {
	background: var(--main-color);
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #555;
	font-size: 14px;
}

.section-product-summary>div.product {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 30px;
	position: relative;
}

.section-product-summary>div.product>div {
	float: none !important;
	width: 100% !important;
}

.section-product-summary>div.product .onsale {
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	padding: 5px 10px;
	color: #fff;
	z-index: 999;
	background: var(--secondary-color);
	border-radius: 3px;
	min-height: unset;
	line-height: 1.4;
	font-size: 13px;
	font-weight: normal;
}

.woocommerce-product-gallery {
	overflow: hidden;
	position: relative;
}

.woocommerce div.product div.images .flex-control-thumbs {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 10px !important;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	display: flex;
}

.woocommerce div.product div.images .flex-control-thumbs li:not(:first-child) {
	margin-left: 5px !important;
}

.woocommerce-product-gallery__wrapper {
	margin: 0px;
}

.woocommerce-product-gallery__wrapper a {
	display: flex;
}

.woocommerce-product-gallery__trigger {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 99;
	color: #fff;
	font-size: 16px;
}

/* woocommerce-pagination */
ul.page-numbers {
	list-style: none;
	padding-left: 0;
	margin: 0;
	display: flex;
	justify-content: center;
}

ul.page-numbers .page-numbers {
	padding: 5px 10px !important;
	border: 1px solid #cecece;
	color: #333 !important;
	margin: 0 5px !important;
	transition: all .3s ease;
}

ul.page-numbers .page-numbers:hover,
ul.page-numbers .page-numbers.current {
	background: #2e3553 !important;
	color: #fff !important;
	border-color: #2e3553 !important;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
	border: none !important;
}

/* woocommerce-mini-cart-item */
ul.woocommerce-mini-cart.cart_list.product_list_widget {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.woocommerce-mini-cart-item {
	display: grid;
	grid-template-columns: 100px auto;
}

/* before-shop-loop */
.pixelplus-before-shop-loop {
	display: grid;
	align-items: center;
	justify-content: space-between;
	grid-template-columns: auto auto;
	grid-template-rows: auto auto;
	margin-bottom: 10px;
}

.pixelplus-before-shop-loop .woocommerce-notices-wrapper {
	grid-column-start: 1;
	grid-column-end: 3;
}

.pixelplus-before-shop-loop .woocommerce-result-count {
	margin-top: 0;
	margin-bottom: 0;
}

.pixelplus-before-shop-loop select.orderby {
	padding: 6px 10px;
	display: block;
	height: 30px;
	border: 1px solid #cecece;
	outline: none;
}

/* Woocommerce checkout style */
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background: var(--e-global-color-primary);
	transition: all .3s ease;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background: var(--e-global-color-primary);
	border-color: var(--e-global-color-primary);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	padding: 10px;
	border: 1px solid #cecece;
}

#customer_details {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

#customer_details .col-1,
#customer_details .col-2 {
	flex: 0 0 calc(50% - 10px);
	max-width: calc(50% - 10px);
}

#customer_details .form-row>label,
#customer_details .form-row>span {
	display: block;
}

#customer_details .form-row>label {
	margin-bottom: 5px;
}

#customer_details .form-row input,
#customer_details .form-row textarea,
#customer_details .form-row select {
	width: 100%;
	outline: none;
}

#order_review .shop_table {
	border-collapse: collapse;
	text-align: right;
	display: table;
	margin-left: auto;
}

#order_review .shop_table tr td,
#order_review .shop_table tr th {
	padding: 10px;
}

.wc_payment_methods {
	list-style: none;
	padding-left: 0;
}

#place_order {
	padding: 10px 20px;
	font-size: 18px;
	text-transform: uppercase;
	border: 1px solid var(--e-global-color-primary);
	color: #fff;
	margin-top: 10px;
}

#payment {
	padding: 20px 30px;
	background: var(--e-global-color-primary);
	border-radius: 5px;
	margin-top: 20px;
}

/* Pixelplus woocommerce product thumb-left */
.pixelplus-product-thumb-left .product-item__desc {
	line-height: 1.4;
}

.pixelplus-product-thumb-left .product-item__title {
	margin-bottom: 10px;
}

.pixelplus-product-thumb-left .product-item__title a {
	transition: all .3s ease;
}

.pixelplus-product-thumb-left .product-item-thumb-left:hover .product-item__title a {
	color: var(--secondary-color);
}

/* woocommerce-variations */
.woocommerce div.product form.cart {
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.woocommerce div.product form.cart .variations {
	margin-bottom: 0;
}

.woocommerce div.product.elementor form.cart table.variations td.value select {
	outline: none;
	border: 1px solid #ccc !important;
}

.single_variation_wrap {
	margin-top: 20px;
}

.woocommerce div.product.elementor form.cart table.variations td.label {
	width: 50px !important;
}

.woocommerce div.product.elementor form.cart table.variations td.value {
	width: calc(100% - 50px) !important;
}

/*------------------------------------------------------------------
01. Reset CSS
normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css
-------------------------------------------------------------------*/
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

body {
	margin: 0;
	padding: 0;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 14px;
	color: #555555;
	font-weight: 300;
}

p {
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 14px;
	color: #555;
	font-weight: 400;
	line-height: 24px;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	color: #333333;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

a {
	background-color: transparent;
	color: inherit;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

a:focus,
button:focus {
	outline: 0;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

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

ul,
dl {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ol {
	padding-left: 25px;
	margin-bottom: 40px;
}

ol li {
	margin-bottom: 6px;
}

ol li a {
	margin-left: 10px;
	display: inline-block;
	border-bottom: 1px solid #333333;
	color: #333 !important;
}

ol li::marker {
	text-align: left;
	margin-right: 10px;
	display: inline-block;
	color: #771a12;
	font-weight: 700;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	-o-text-overflow: "";
	text-overflow: "";
	border: solid 1px #ededed;
}

a:hover,
a:focus {
	color: #771a12;
	text-decoration: none;
	outline: none;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

button,
input {

	/* 1 */
	overflow: visible;
}

button,
select {

	/* 1 */
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	outline: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

s button:focus {
	outline: none;
}

input[type="number"] {
	padding-right: 20px;
	border: solid 1px #ededed;
	height: 42px;
	line-height: 42px;
	width: 60px;
	text-align: center;
	border-radius: 2px;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

input[type="text"]:focus::-webkit-input-placeholder,
input[type="text"]:focus,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="email"]:focus,
input[type="password"]:focus::-webkit-input-placeholder,
input[type="password"]:focus,
textarea:focus,
textarea:focus::-webkit-input-placeholder {
	color: #555 !important;
	opacity: 1 !important;
	border-color: #771a12 !important;
	outline: none;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

input[type="text"]:focus:-ms-input-placeholder,
input[type="text"]:focus,
input[type="email"]:focus:-ms-input-placeholder,
input[type="email"]:focus,
input[type="password"]:focus:-ms-input-placeholder,
input[type="password"]:focus,
textarea:focus,
textarea:focus:-ms-input-placeholder {
	color: #555 !important;
	opacity: 1 !important;
	border-color: #771a12 !important;
	outline: none;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

input[type="text"]:focus::-ms-input-placeholder,
input[type="text"]:focus,
input[type="email"]:focus::-ms-input-placeholder,
input[type="email"]:focus,
input[type="password"]:focus::-ms-input-placeholder,
input[type="password"]:focus,
textarea:focus,
textarea:focus::-ms-input-placeholder {
	color: #555 !important;
	opacity: 1 !important;
	border-color: #771a12 !important;
	outline: none;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.form-control {
	padding-left: 15px !important;
}

.form-control:focus::placeholder,
.form-control:focus,
input[type="text"]:focus::placeholder,
input[type="text"]:focus,
input[type="number"]:focus::placeholder,
input[type="number"]:focus,
input[type="email"]:focus::placeholder,
input[type="email"]:focus,
input[type="password"]:focus::placeholder,
input[type="password"]:focus,
textarea:focus,
textarea:focus::placeholder {
	color: #555 !important;
	opacity: 1 !important;
	border-color: #771a12 !important;
	outline: none;
	box-shadow: none;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
	border: 1px solid #ededed;
	border-radius: 3px;
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/* For Firefox */
input[type="number"] {
	-moz-appearance: textfield;
}

/* Webkit browsers like Safari and Chrome */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

label {
	font-size: 15px;
	font-weight: 400;
	color: #111;
	margin-bottom: 10px;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

ins,
del {
	text-decoration: none;
	position: relative;
	margin: 0px 10px;
}

del:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 1px;
	width: 100%;
	background-color: #cee7c8;
}

[hidden] {
	display: none;
}

#wrapper {
	overflow: hidden;
}

.field-grid {
	margin: 0px -15px;
}

.field-grid:after {
	content: "";
	display: block;
	clear: both;
}

.field-grid .text-field {
	width: 50%;
	padding: 0px 15px;
	float: left;
}

.text-field {
	margin-bottom: 15px;
}

.text-field input {
	height: 40px;
}

.select-field select,
.text-field input,
.textarea-field textarea {
	width: 100%;
	border-radius: 3px;
	border: solid 1px #ededed;
	font-size: 14px;
	color: #999;
	padding-left: 22px;
}

.textarea-field textarea {
	padding-top: 16px;
	height: 140px;
}

.radio-field {
	text-align: left;
	position: relative;
}

.radio-field .circle,
.checkbox-field .square {
	width: 12px;
	height: 12px;
	border: solid 1px #ededed;
	padding: 3px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.radio-field .circle {
	width: 12px;
	height: 12px;
	top: 5px;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.radio-field .circle:after,
.checkbox-field .square:after {
	content: "";
	position: absolute;
	left: 2px;
	top: 2px;
	right: 2px;
	bottom: 2px;
}

.radio-field .circle,
.radio-field .circle:after {
	border-radius: 50%;
}

.contact-page {
	margin-top: -100px;
}

.contact-form p {
	color: #555;
	margin-bottom: 30px;
}

.contact-form .field-input {
	margin-bottom: 20px;
}

.select-field select {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #555;
}

.radio-field input[type="radio"],
.checkbox-field input[type="checkbox"] {
	display: inline-block;
	width: auto;
	line-height: 1;
	height: auto;
	position: absolute;
	left: 0;
	top: 5px;
	opacity: 0;
	z-index: 9;
}

.radio-field input[type="radio"]:checked ~ .circle:after,
.checkbox-field input[type="checkbox"]:checked ~ .square:after {
	background-color: #6bad44;
}

.radio-field input[type="radio"]:checked ~ .circle,
.checkbox-field input[type="checkbox"]:checked ~ .square {
	border-color: #6bad44;
}

.radio-field label,
.checkbox-field label {
	display: inline-block;
}

input[type="submit"] {
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	border: none;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	background-color: #771a12;
	text-transform: uppercase;
	padding: 0px 68px;
	cursor: pointer;
}

.comment-form-author #author,
.comment-form-email #email,
textarea#comment {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/*------------------------------------------------------------------
 02. Basic Css
 -------------------------------------------------------------------*/

/* Width Css */
.max-width {
	max-width: 660px;
}

.max-width-830 {
	max-width: 830px;
}

/* Colors */
.text-black {
	color: #000000 !important;
}

.text-primary {
	color: #771a12 !important;
}

.text-secondary {
	color: #ff8800 !important;
}

.text-tertiary {
	color: #333 !important;
}

.text-tertiary:hover {
	color: #771a12 !important;
}

/* Opacity */
.opacity-05 {
	opacity: 0.5;
}

.opacity-08 {
	opacity: 0.8;
}

.opacity-1 {
	opacity: 1;
}

/* Padding */
.pd-30 {
	padding: 30px;
}

.pd-25 {
	padding: 25px;
}

.pd-0-5 {
	padding: 0px 5px;
}

.pd-0-15 {
	padding: 0px 15px;
}

.pd-0-20 {
	padding: 0px 20px;
}

.pd-0-30 {
	padding: 0px 30px;
}

.pd-0-50 {
	padding: 0px 50px;
}

.pd-0-100 {
	padding: 0px 100px;
}

.pd-25-0 {
	padding: 25px 0px;
}

.pd-50-0 {
	padding: 50px 0px;
}

.pd-100-0 {
	padding: 100px 0px;
}

.pd-60-0 {
	padding: 60px 0px;
}

.pd-30-0 {
	padding: 30px 0px;
}

.pd-110 {
	padding: 110px 0px;
}

.pd-120 {
	padding: 120px 0px;
}

.pd-15 {
	padding: 15px;
}

.pd-t-0 {
	padding-top: 0px !important;
}

.pd-t-20 {
	padding-top: 20px !important;
}

.pd-t-30 {
	padding-top: 30px !important;
}

.pd-t-40 {
	padding-top: 40px !important;
}

.pd-t-70 {
	padding-top: 70px !important;
}

.pd-t-110 {
	padding-top: 110px !important;
}

.pd-t-120 {
	padding-top: 120px !important;
}

.pd-bt-0 {
	padding-bottom: 0px !important;
}

.pd-bt-20 {
	padding-bottom: 20px !important;
}

.pd-bt-60 {
	padding-bottom: 60px !important;
}

.pd-bt-90 {
	padding-bottom: 90px !important;
}

.pd-bt-114 {
	padding-bottom: 114px !important;
}

.pd-bt-120 {
	padding-bottom: 120px !important;
}

.pd-l-15 {
	padding-left: 15px !important;
}

.pd-r-40 {
	padding-right: 40px !important;
}

/* Margin */
.reset-mg {
	margin: 0px;
}

.mg--15 {
	margin: 0px -15px;
}

.mg--5 {
	margin: 0px -5px;
}

.mg-5-0 {
	margin: 5px 0px;
}

.mg-t-5 {
	margin-top: 5px;
}

.mg-t-10 {
	margin-top: 10px;
}

.mg-t-15 {
	margin-top: 15px;
}

.mg-t-20 {
	margin-top: 20px;
}

.mg-t-25 {
	margin-top: 25px;
}

.mg-t-30 {
	margin-top: 30px;
}

.mg-t-40 {
	margin-top: 40px;
}

.mg-t-50 {
	margin-top: 50px;
}

.mg-t-60 {
	margin-top: 60px;
}

.mg-t-100 {
	margin-top: 100px;
}

.mg-bt-0 {
	margin-bottom: 0px !important;
}

.mg-bt-5 {
	margin-bottom: 5px !important;
}

.mg-bt-10 {
	margin-bottom: 10px !important;
}

.mg-bt-15 {
	margin-bottom: 15px !important;
}

.mg-bt-20 {
	margin-bottom: 20px !important;
}

.mg-bt-25 {
	margin-bottom: 25px !important;
}

.mg-bt-30 {
	margin-bottom: 30px !important;
}

.mg-bt-35 {
	margin-bottom: 35px !important;
}

.mg-bt-40 {
	margin-bottom: 40px !important;
}

.mg-bt-45 {
	margin-bottom: 45px !important;
}

.mg-bt-50 {
	margin-bottom: 50px !important;
}

.mg-bt-60 {
	margin-bottom: 60px !important;
}

.mg-bt-65 {
	margin-bottom: 65px !important;
}

.mg-bt-70 {
	margin-bottom: 70px !important;
}

.mg-bt-80 {
	margin-bottom: 80px !important;
}

.mg-bt-100 {
	margin-bottom: 100px !important;
}

.mg-bt-110 {
	margin-bottom: 110px !important;
}

.mg-bt-120 {
	margin-bottom: 120px !important;
}

.mg-bt-150 {
	margin-bottom: 150px !important;
}

.mg-r-50 {
	margin-right: 50px;
}

.mg-r-25 {
	margin-right: 25px;
}

.mg-r-20 {
	margin-right: 20px;
}

.mg-r-15 {
	margin-right: 15px;
}

.mg-r-10 {
	margin-right: 10px;
}

.mg-l-5 {
	margin-left: 5px;
}

.mg-0-15 {
	margin: 0px -15px;
}

/* Border */
.border-radius-3 {
	border-radius: 3px;
}

.border-radius-5 {
	border-radius: 5px;
}

.border-radius-50 {
	border-radius: 50%;
}

.border-main {
	border: 1px solid #ededed;
}

.border-right {
	border-color: #ededed;
}

/* FontSize */
.fs-60 {
	font-size: 60px;
}

.fs-54 {
	font-size: 54px;
}

.fs-48 {
	font-size: 48px;
}

.fs-36 {
	font-size: 36px;
}

.fs-32 {
	font-size: 32px;
}

.fs-28 {
	font-size: 28px !important;
}

.fs-26 {
	font-size: 26px;
}

.fs-22 {
	font-size: 22px;
}

.fs-20 {
	font-size: 20px;
}

.fs-18 {
	font-size: 18px;
}

.fs-16 {
	font-size: 16px;
}

.fs-15 {
	font-size: 15px;
}

.fs-14 {
	font-size: 14px;
}

.fs-12 {
	font-size: 12px;
}

/* Font Weight */
.fw-300 {
	font-weight: 300;
}

.fw-400 {
	font-weight: 400;
}

.fw-500 {
	font-weight: 500;
}

.fw-700 {
	font-weight: 700;
}

/* Font Famyly */
.font-philosopher {
	font-family: "Philosopher";
}

.font-inherit {
	font-family: inherit;
}

/* background */
.bg-main-color {
	background-color: #6aac44;
}

.bg-black {
	background-color: #333;
}

.bg-green {
	background-color: #771a12;
}

.bg-white {
	background-color: #fff;
}

.bg-gray {
	background-color: #f4f5f6;
}

.section-bg {
	background-color: #fcfcfc;
}

.border-top {
	border-top: 1px solid #ebebeb;
}

.border-bottom {
	border-bottom: 1px solid #ebebeb;
}

.border {
	border: 1px solid #ebebeb;
}

/*------------------------------------------------------------------
04. Main title
-------------------------------------------------------------------*/
.main-title {
	margin-bottom: 20px;
	color: #fdb34a;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 700;
}

.second-title {
	margin-bottom: 20px;
	color: #771a12;
	font-size: 30px;
	font-weight: 700;
}

/*------------------------------------------------------------------
05. Button
-------------------------------------------------------------------*/
.button {
	color: #ffffff;
	font-weight: 700;
	height: 50px;
	line-height: 50px;
	padding: 0px 35px;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.button-primary {
	display: inline-block;
	border-radius: 25px;
	background-color: #ff8800;
	color: #ffffff;
}

.button-second {
	color: #ff8800 !important;
	display: inline-block;
	border: 1px solid #ff8800;
	height: 50px;
	line-height: 50px;
	padding: 0px 17px;
	font-size: 16px;
	text-transform: uppercase;
}

.button-third {
	border-radius: 25px;
	border: 2px solid #ff8800;
	background-color: transparent;
	color: #ff8800;
}

.button-primary:hover {
	background-color: #fff;
	color: #ff8800;
}

.button-second:hover {
	background-color: #ff8800;
	color: #fff !important;
	border-color: #ff8800;
}

.button-primary:focus {
	color: #fff;
}

a.text-primary:focus,
a.text-primary:hover {
	color: #ff8800 !important;
}

.text-underline {
	text-decoration: underline;
}

.button-third:focus {
	color: #ff8800;
}

.button-x-large {
	padding: 16px 44px;
	border-radius: 2px;
}

.button-large {
	padding: 12px 30px;
}

.button-medium {
	padding: 10px 25px;
}

.button-small {
	padding: 8px 25px;
}

/*------------------------------------------------------------------
07. Carousel Slider
-------------------------------------------------------------------*/
.owl-dots {
	height: 17px;
	text-align: center;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
}

.owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	margin: 0px 4px;
	display: inline-block;
	border-radius: 50%;
	background-color: #fdb34a;
}

.owl-dots .owl-dot.active {
	background-color: #751912;
}

.owl-nav {
	overflow: hidden;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
	width: 62px;
	text-align: center;
	line-height: 60px;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
	height: 62px;
	background-color: transparent;
	cursor: pointer;
	font-size: 40px;
	line-height: 55px;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.owl-nav .owl-prev {
	float: left;
}

.owl-nav .owl-next {
	float: right;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
	background-color: #771a12;
	color: #fff;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

/*------------------------------------------------------------------
08. Breadcrumbs
-------------------------------------------------------------------*/
.breadcrumbs li {
	display: inline-block;
	margin-right: 1px;
}

.breadcrumbs a {
	font-family: "Philosopher";
	font-size: 15px;
	font-weight: 700;
	color: #555;
	display: block;
}

.breadcrumbs a:hover {
	color: initial;
}

.breadcrumbs li:not(:last-child) a:after {
	content: "/";
	color: #555;
	display: inline-block;
	margin-left: 4px;
}

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: rgba(204, 204, 204, 1);
}

.z-index-1 {
	z-index: 1;
}

/*------------------------------------------------------------------
09. Socials
-------------------------------------------------------------------*/
.socials {
	margin-top: 5px;
}

.socials li {
	display: inline-block;
	margin-right: 7px;
}

.socials li a {
	color: #fff;
	font-size: 25px;
	margin-right: 25px;
}

.socials ul li:last-child a {
	margin-right: 0px;
}

.site-header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9;
}

.admin-bar .site-header {
	top: 32px;
}

.header-top {
	background-color: #771a12;
	padding: 2px 0px;
}

.header-top p {
	color: #fff;
	padding: 8px 15px;
	margin: 0px 15px 0px 0px;
}

.header-top p.welcome {
}

.header-top p i {
	margin-right: 5px;
}

.header-language ul li {
	display: inline-block;
	margin-left: 5px;
}

.header-main .main-menu {
	padding-left: 60px;
	background-color: #fff;
	transform: translateX(0px);
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.header-main .main-menu:before {
	content: '';
	height: 35px;
	width: 1px;
	background-color: #ebebeb;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.header-main .main-menu ul li {
	display: inline-block;
	margin-right: 35px;
}

.header-main .main-menu ul li a {
	display: block;
	color: #333333;
}

.header-main .main-menu ul li a:hover,
.header-main .main-menu ul li.mega-current-menu-item > a,
.header-main .main-menu ul li.current-menu-item a {
	color: #771a12!important;
}

.header-main .main-menu ul li p a {
	display: inline-block;
	color: #771a12;
}

.header-main .main-menu .search-header {
	width: 45px;
	height: 80px;
	background-color: #ca9637;
	color: #fff;
	text-align: right;
	line-height: 80px;
	font-size: 24px;
	cursor: pointer;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.header-main .main-menu .search-header:after {
	content: '';
	display: block;
	width: 28px;
	position: absolute;
	top: 28px;
	background: #ca9637;
	z-index: 98;
	left: 100%;
	bottom: 0;
	cursor: pointer;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.header-main .main-menu .search-header:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 28px 0 0 28px;
	border-color: transparent transparent transparent #ca9637;
	position: absolute;
	top: 0px;
	z-index: 98;
	left: 100%;
	cursor: pointer;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.header-main .main-menu .search-header:hover:after,
.header-main .main-menu .search-header:hover {
	background-color: #771a12;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.header-main .main-menu .search-header:hover:before {
	border-color: transparent transparent transparent #771a12;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.header-main .search-wrapper {
	position: absolute;
	left: 0;
	right: -28px;
	top: 100%;
	display: none;
}

.header-main .search-wrapper.open {
	display: block;
}

.header-main .search-wrapper .search-form {
	width: 70%;
	margin: 100px auto;
}

.header-main .search-form input[type="text"] {
	display: block;
	font-size: 40px;
	margin-bottom: 20px;
	padding: 20px;
	width: 100%;
	background: none;
	border: 0px;
	border-bottom: 1px #ca9637 solid;
	text-align: left;
	text-transform: normal;
	color: #ca9637;
}

.header-main .search-form input[type="text"]::placeholder {
	opacity: 1;
}

.header-main .search-form input[type="submit"] {
	width: 50px;
	height: 50px;
	background-color: #f0f0f0;
	background-image: url(assets/images/icon-nav-search.png);
	display: block;
	position: absolute;
	border: 0px;
	top: 27px;
	right: 0px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent !important;
	padding: 0 !important;
}

.header-main .main-menu .search-header,
.header-main .site-brand {
	height: 80px;
}

.header-main .site-brand {
	padding: 0px 60px 0px 15px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 999;
}

.header-main .site-brand img {
	max-width: 100%;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.header-main .site-brand.logo-small img {
	max-width: 80%;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.header-main .show-menu {
	cursor: pointer;
	width: 80px;
	height: 80px;
	background-color: #ca9637;
	display: none;
}

.site-header.hide .main-menu {
	transform: translateX(calc(-100% - 500px)) !important;
}

.site-header.hide .show-menu {
	display: block;
}

.button-line {
	background-color: #fff;
	display: inline-block;
	height: 3px;
	left: 50%;
	margin-left: -15px;
	margin-top: -1.5px;
	position: absolute;
	top: 50%;
	transition: all 0.2s ease-in-out;
	width: 30px;
}

.button-line:before,
.button-line:after {
	transform-origin: 50% 50%;
}

.button-line:before,
.button-line:after {
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 3px;
	left: 0;
	position: absolute;
	transition: all 0.2s ease-in-out;
	width: 30px;
}

.button-line:after {
	bottom: -10px;
}

.button-line:before {
	top: -10px;
}

@media (min-width: 768px) {
	.header-main .site-brand a {
		min-width: 154px;
	}
}

/*Menu Mobile*/
.menu-mobile {
	margin-right: 50px;
	cursor: pointer;
	display: none;
	width: 30px;
	height: 25px;
	padding: 0px !important;
	position: relative;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	cursor: pointer;
}

.menu-mobile span {
	display: block;
	position: absolute;
	height: 2px;
	width: 50%;
	background: #333333;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.menu-mobile span:nth-child(even) {
	left: 50%;
	border-radius: 0 9px 9px 0;
}

.menu-mobile span:nth-child(odd) {
	left: 0px;
	border-radius: 9px 0 0 9px;
}

.menu-mobile span:nth-child(1),
.menu-mobile span:nth-child(2) {
	top: 0px;
}

.menu-mobile span:nth-child(3),
.menu-mobile span:nth-child(4) {
	top: 10px;
}

.menu-mobile span:nth-child(5),
.menu-mobile span:nth-child(6) {
	top: 20px;
}

.menu-mobile.open span {
	background-color: #6bad44;
}

.menu-mobile.open span:nth-child(1),
.menu-mobile.open span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu-mobile.open span:nth-child(2),
.menu-mobile.open span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu-mobile.open span:nth-child(1) {
	left: 5px;
	top: 7px;
}

.menu-mobile.open span:nth-child(2) {
	left: calc(50% - 5px);
	top: 7px;
}

.menu-mobile.open span:nth-child(3) {
	left: -50%;
	opacity: 0;
}

.menu-mobile.open span:nth-child(4) {
	left: 100%;
	opacity: 0;
}

.menu-mobile.open span:nth-child(5) {
	left: 5px;
	top: 12px;
}

.menu-mobile.open span:nth-child(6) {
	left: calc(50% - 5px);
	top: 12px;
}

.main-slider {
	position: relative;
}

.main-slider .item {
	position: relative;
	height: 0;
	padding-bottom: 35%;
}

.main-slider .item:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.8);
}

.main-slider .owl-item img,
.main-slider .owl-item iframe {
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.main-slider:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.9);
}

.main-slider .slider-actions {
	z-index: 1;
	position: absolute;
	right: 0;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.main-slider .slider-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 60%;
	z-index: 99;
	transform: translateY(-50%);
}

.main-slider .slider-content h2 {
	max-width: 64%;
	margin: 0px auto 30px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.main-slider .slider-content h2 span {
	color: #fdb34a;
}

.main-slider .slider-content p {
	max-width: 59%;
	color: #fff;
	margin: 0px auto 40px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.menu-tab {
	text-align: center;
}

.menu-tab {
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #fdb34a;
}

.menu-tab ul li,
.menu-tab-2 ul li {
	display: inline-block;
	padding: 0px 32px;
}

.menu-tab ul li a,
.menu-tab-2 ul li a {
	display: block;
	font-size: 20px;
	color: #333333;
	text-transform: uppercase;
}

.menu-tab-2 ul li a i {
	display: none;
}

.menu-tab ul li.active>a,
.menu-tab-2 ul li.active>a,
.menu-tab ul li:hover>a,
.menu-tab-2 ul li:hover>a {
	color: #771a12;
	position: relative;
}

.menu-tab ul li.active>a:after,
.menu-tab-2 ul li.active>a:after,
.menu-tab ul li:hover>a:after,
.menu-tab-2 ul li:hover>a:after {
	content: '';
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -7px;
	background-color: #771a12;
}

.menu-tab-2 {
	text-align: center;
	margin-bottom: 40px;
}

.menu-tab-2 ul li {
	padding: 0px 19px;
	position: relative;
}

.menu-tab-2 ul li a {
	text-transform: inherit;
}

.menu-tab-2 .sub-menu li {
	display: block;
	padding: 0px;
}

.menu-tab-2 .sub-menu {
	top: calc(100% + 40px);
	text-align: left;
	border-radius: 20px;
	z-index: 99;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	transform: translateX(-50%);
	left: 50%;
	min-width: 400px;
	padding: 25px 30px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.25);
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.menu-tab-2 .sub-menu li a:hover {
	color: #771a12;
}

.menu-tab-2 li:hover .sub-menu {
	top: calc(100% + 30px);
	visibility: visible;
	opacity: 1;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.menu-tab-2 .sub-menu:before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
}

.menu-tab-2 .sub-menu li a {
	font-size: 14px;
	color: #333333;
	display: block;
	margin-bottom: 10px;
}

.post-page {
	margin-top: -85px;
}

.article .thumbnail img {
	width: 100%;
}

.article.big-article .info {
	padding: 25px 30px;
	background-color: #f5f5f5;
}

.article.big-article .info p {
	margin-bottom: 0px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.article.small-article {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ebebeb;
}

.article.small-article p {
	margin-bottom: 0px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.list-article .article:last-child {
	padding-bottom: 0px;
	border-bottom: none;
}

.tab-content {
	display: none;
}

.tab-content.active {
	display: block;
}

.partner-area {
	padding: 100px 0px 80px;
	position: relative;
	background-image: url(assets/images/partner-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.partner-area .img-box {
	height: 225px;
	background-color: #f2f2f2;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}

.partner-area .img-box img {
	max-width: 100%;
	width: auto;
}

.partner-area  h3 {
	margin-bottom: 5px;
}

.site-footer {
	background-color: #771a12;
	color: #fff;
}

.site-footer .widget {
	margin-bottom: 30px;
}

.site-footer ul li a {
	display: block;
	margin-bottom: 6px;
}

.site-footer .footer-main {
	padding: 50px 0px;
}

.site-footer a,
.site-footer p {
	color: #fff;
}

.site-footer p {
	margin-bottom: 8px;
}

.site-footer .widget_image {
	margin-bottom: 55px;
}

.site-footer .menu-bottom ul li {
	display: inline-block;
}

.site-footer .menu-bottom ul li a {
	color: #000000;
	font-size: 14px;
	margin: 0px 15px 0px 0px;
}

.site-footer .footer-bottom {
	padding: 18px 0px;
	background-color: #cc9738;
}

.site-footer .copyright {
	margin-bottom: 0px;
}

.menu-translate {
	list-style-type: none;
}

.menu-translate a {
	font-size: 14px;
	color: #771a12;
	border: 1px solid #771a12;
	border-radius: 5px;
	display: inline-block;
	padding: 3px 9px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.menu-translate a:hover,
.menu-translate a.active {
	background-color: #771a12;
	color: #fff;
}

.entry-content p {
	color: #333;
}

.entry-content img {
	width: 100%;
}

.entry-content a {
	color: #771a12;
}

.company-info {
	background-color: #fbf9ef;
	padding: 8px 15px;
	margin-top: 8px;
}

.company-info p {
	margin-bottom: 5px;
	color: #333;
}

.box-shadow {
	padding: 30px;
	box-shadow: 7px -6px 9px 0px rgba(0, 0, 0, 0.21);
	-webkit-box-shadow: 7px -6px 9px 0px rgba(0, 0, 0, 0.21);
	-moz-box-shadow: 7px -6px 9px 0px rgba(0, 0, 0, 0.21);
}

.video-item .thumbnail {
	position: relative;
}

.video-item .info {
	margin-top: 10px;
}

.video-item .thumbnail img {
	width: 100%;
}

.video-item .info h3 {
	margin-bottom: 5px;
}

.video-item.video-small {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.video-item.video-small .thumbnail {
	width: 110px;
	margin: 0px 15px 0px 0px;
}

.video-item.video-small h3 {
	margin-bottom: 0px;
}

.video-wrapper {
	padding: 30px;
	margin-top: 10px;
	background-color: #f5f5f5;
}

.play-video {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	color: #fff;
}

.play-video i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin-left: 2px;
}

.play-video:not(.play-video-active):before {
	content: '';
	display: block;
	width: 80px;
	height: 80px;
	text-align: center;
	border: 5px solid #fff;
	border-radius: 50%;
	color: #fff;
	line-height: 75px;
	font-size: 25px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.play-video:not(.play-video-small) i {
	font-size: 38px;
	margin-left: 5px;
}

.play-video-small:not(.play-video-active):before {
	width: 30px;
	height: 30px;
	line-height: 26px;
	font-size: 14px;
	border-width: 2px;
}

.play-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.list-videos {
	height: 100%;
	overflow-y: scroll;
	max-height: 455px;
}

.collapse-content li a {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #333333;
	padding: 0px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	position: relative;
}

.collapse-content li a:after {
	content: "\f107";
	font-family: "FontAwesome";
	position: absolute;
	right: 15px;
	top: 2px;
}

.collapse-content li.active a {
	color: #771a12;
}

.collapse-content li.active a:after {
	transform: rotate(180deg);
}

.collapse-content .collapse-entry-content {
	padding: 10px 15px;
	display: none;
}

.collapse-content li.active .collapse-entry-content {
	display: block;
}

.collapse-content .collapse-entry-content p:last-child {
	margin-bottom: 0px;
}

.collapse-content-2 li a {
	padding-left: 40px;
	background: rgb(251, 249, 240);
	border-bottom: none;
	border-top-color: #e6e4d8;
	background: linear-gradient(180deg, rgba(251, 249, 240, 1) 0%, rgba(254, 249, 230, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.collapse-content-2 li a:after {
	content: "\f067";
	font-family: "FontAwesome";
	position: absolute;
	left: 15px;
	right: auto;
	top: 0px;
}

.collapse-content-2 li.active a:after {
	content: "\f068";
}

.about-content img {
	width: 100%;
}

.user-item {
	margin-bottom: 30px;
	padding: 10px 15px;
	position: relative;
	background-color: #f5f5f5;
	border: 1px solid #ebebeb;
	cursor: pointer;
}

.user-item p {
	margin: -7px 0px 12px;
}

.user-item .socials {
	margin-top: -5px;
}

.user-item .socials li a {
	font-size: 12px;
	margin-right: 9px;
	color: #484848;
}

.user-item  img {
	position: absolute;
	bottom: -12px;
	max-width: 130px;
	right: 50px;
}

.bottom-box-shadow:after {
	content: '';
	background-image: url("assets/images/layer-7-copy.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	left: 0;
	top: 0px;
	bottom: -12px;
	right: -12px;
	position: absolute;
	z-index: -1;
}

.bottom-box-shadow:before {
	content: '';
	background-image: url("assets/images/layer-6-copy.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	top: 0px;
	right: 0;
	bottom: -12px;
	left: -12px;
	position: absolute;
	z-index: -1;
}

.top-box-shadow:after {
	content: '';
	background-image: url("assets/images/layer-7.png");
	background-repeat: no-repeat;
	background-position: top right;
	left: 0;
	top: -12px;
	bottom: 0px;
	right: -12px;
	position: absolute;
	z-index: -1;
}

.top-box-shadow:before {
	content: '';
	background-image: url("assets/images/layer-6-1.png");
	background-repeat: no-repeat;
	background-position: top left;
	top: -12px;
	right: 0;
	bottom: 0px;
	left: -12px;
	position: absolute;
	z-index: -1;
}

.top-box-shadow-small:before {
	content: '';
	background-image: url("assets/images/layer-8-1.png");
	background-repeat: no-repeat;
	background-position: top right;
	left: -35px;
	top: -12px;
	bottom: 0px;
	right: -8px;
	position: absolute;
	z-index: 1;
}

.top-box-shadow-big:before {
	content: '';
	background-image: url("assets/images/layer-6-2.png");
	background-repeat: no-repeat;
	background-position: top;
	left: 0;
	top: 0;
	bottom: 0px;
	right: 0;
	position: absolute;
	z-index: -1;
}

.list-services>li>a {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 10px;
	display: flex !important;
	justify-content: space-between;
}

.list-services>li>a:after {
	content: '\f107';
	font-family: 'FontAwesome';
	display: inline-block;
}

.list-services>li>a.active:after {
	content: '\f106';
}

.list-article li a,
.list-services li ul li a,
ul.list-services2 li a {
	display: inline-block;
	font-size: 14px;
	color: #771a12;
	position: relative;
	border-bottom: 1px solid #771a12;
	padding-left: 8px;
	margin-bottom: 18px;
}

.list-article li:before,
.list-services li ul li a:before,
ul.list-services2 li a:before {
	content: '';
	width: 4px;
	height: 4px;
	left: 0;
	border-radius: 50%;
	background-color: #771a12;
	position: absolute;
	top: 50%;
	display: block;
	transform: translateY(-50%);
}

.list-services-2 li ul li a {
	padding-left: 20px;
	border-bottom: none;
	color: #333;
	margin-bottom: 12px;
}

.list-services-2 li ul li a:before {
	content: '>>';
	background-color: transparent;
	width: auto;
	height: auto;
	font-size: 10px;
	color: #771a12;
}

.list-services-2 li ul li a:hover {
	color: #771a12;
}

.list-article li {
	display: inline-block;
	width: 49%;
}

.list-article li a {
	margin-left: 5px;
	padding-left: 0px;
	text-transform: uppercase;
}

.list-article li:before {
	position: unset;
	display: inline-block;
	background-color: #333333;
}

#map {
	height: 600px;
	width: 100%;
}

#map iframe {
	width: 100%;
	height: 100%;
}

.position-center {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.main-banner {
	height: 375px;
}

.main-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.main-banner:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	background-color: rgb(0, 0, 0, 0.8);
}

.main-banner .content {
	top: 63%;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	color: #fff;
	grid-gap: 30px;
}

.beadcrumb-custom-text {
	color: #fff;
	font-size: 24px;
}

.beadcrumb-right {
	border-left: 1px solid #fff;
	padding-left: 30px;
}

.breadcrumbs a,
.breadcrumbs>span>span {
	display: inline-block;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: normal;
}

.breadcrumbs a::after {
	content: "\f105";
	font-family: 'FontAwesome';
	display: inline-block;
	color: #fff;
	margin: 0px 10px 0px 14px;
}

.post-area {
	padding: 0 30px;
	margin-top: -50px;
	background: #fff;
	position: relative;
	z-index: 1;
}

.post-title {
	margin-bottom: 25px;
	margin-top: 20px;
	position: relative;
}

.post-title:before {
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #ebebeb;
}

.list-post .post {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.list-post .post:last-child:before {
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #ebebeb;
}

.list-post .post .time-area {
	width: 65px;
	height: 65px;
	overflow: hidden;
	border-radius: 10px;
	margin-right: 15px;
}

.time-area .month {
	font-size: 14px;
	color: #fff;
	text-align: center;
	background: #56130d;
	margin-bottom: 0;
	height: 20px;
}

.time-area .day {
	font-size: 30px;
	color: #fff;
	background: #771a12;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
	height: 45px;
}

.list-post .post .desc {
	font-size: 16px;
	width: calc(100% - 85px);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.load-more {
	color: #771a12;
	font-size: 16px;
}

.helper-popup {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 9999;
}

.small-popup {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	background-color: #fff;
	width: 600px;
	height: 500px;
	max-width: 90%;
	max-height: 90%;
	padding: 20px 10px;
	-moz-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.25);
	overflow: hidden scroll;
	border: 3px solid #696969;
}

.helper-popup.active {
	display: block;
}

.helper-popup .overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
}

ul.tabs-title {
	display: flex;
}

.tab-title {
	display: inline-block;
	margin-right: 20px;
	cursor: pointer;
}

.tab-title {
	color: #333333;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	padding: 0 0px 2px;
	border-bottom: 2px solid transparent;
}

.tab-title.active {
	color: #771a12;
	font-weight: 700;
	border-color: #771a12;
}

.small-popup .tab-content {
	border: 1px solid #ebebeb;
	padding: 10px;
}

.collapse-content-3 li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
}

.collapse-content-3 li a {
	color: #771a12;
	border: none;
	height: auto;
	line-height: initial;
	padding: 0px 30px 0px 0px;
	background: transparent;
}

.collapse-content-3 ul li:last-child {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.collapse-content-3 .collapse-entry-content {
	padding-left: 0px;
	padding-right: 0px;
}

li.page-item {
	display: inline-block;
}

a.page-link {
	color: #771a12;
}

.page-item.active .page-link {
	background-color: #771a12;
	border-color: #771a12;
}

.pixelplus-pagination {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 20px;
}

.tnp-subscription {
	display: none;
	margin: 30px 0px 0px !important;
}

.tnp-subscription label {
	color: #fff !important;
}

.tnp-field input[type="submit"] {
	position: inherit !important;
	background-color: #ff8800 !important;
	color: #fff !important;
	line-height: 50px !important;
	padding: 0px 20px !important;
}

.tnp-subscription form {
	position: relative;
}

.tnp-field.tnp-field-button {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 50px;
	margin: 0 0px 0px !important;
	width: 150px;
}

.tnp-subscription input[type=text],
.tnp-subscription input[type=email],
.tnp-subscription input[type=submit],
.tnp-subscription select {
	border-radius: 25px;
	width: 100% !important;
}

.helper-popup-point {
	text-decoration: underline;
}

.related-services {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px 20px;
	font-size: 16px;
	color: #771a12;
	text-transform: uppercase;
	text-decoration: underline;
}

.related-services li:before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	background: #000;
	border-radius: 50%;
	margin-right: 10px;
}

.partner-area .item p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.partner-area .owl-item.center .item p {
	-webkit-line-clamp: 4;
}

/* .partner-area .owl-item:not(.center) {
	margin: 20px 0;
} */

.nav-sticky {
	position: fixed;
	top: 44px;
	left: 0;
	right: 0;
	z-index: 9;
	background: #fff;
	padding: 25px;
}

.admin-bar .nav-sticky {
	top: 76px;
}

.mega-sub-menu ul:after {
	content: '';
	display: block;
	clear: both;
}

.mega-sub-menu .textwidget > ul >li,
.mega-sub-menu .menu>li {
	display: block;
	width: 50%;
	float: left;
	margin: 0px 0px 5px !important;
}

.header-main .main-menu,
#mega-menu-wrap-primary,
#mega-menu-wrap-primary #mega-menu-primary {
	position: unset;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
	width: auto;
	right: -28px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {
	left: -229px;
	border-top: 1px solid #ebebeb !important;
}

@media (max-width:480px) {
	.header-main .search-wrapper .search-form {
		margin: 15px auto;
	}

	.header-main .search-wrapper .search-form {
		width: 90%;
		margin: 15px auto;
	}

	.header-main .search-form input[type="text"] {
		font-size: 16px;
		padding: 10px;
		width: 100%;
	}

	.header-main .search-form input[type="submit"] {
		width: 40px;
		height: 40px;
		top: 0;
	}

	.related-services {
		grid-template-columns: 1fr;
	}

}

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
	overflow: hidden !important;
	padding: 0 !important;
	position: relative;
}

.scroll-wrapper > .scroll-content {
	border: none !important;
	box-sizing: content-box !important;
	height: auto;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none !important;
	overflow: scroll !important;
	padding: 0;
	position: relative !important;
	top: 0;
	width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
	height: 0;
	width: 0;
}

.scroll-element {
	display: none;
}

.scroll-element,
.scroll-element div {
	box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
	display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
	cursor: default;
}

.scroll-textarea {
	border: 1px solid #cccccc;
	border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
	overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
	border: none !important;
	box-sizing: border-box;
	height: 100% !important;
	margin: 0;
	max-height: none !important;
	max-width: none !important;
	overflow: scroll !important;
	outline: none;
	padding: 2px;
	position: relative !important;
	top: 0;
	width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
	height: 0;
	width: 0;
}

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
	display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
	background-color: #6C6E71;
	display: block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
	bottom: 0px;
	height: 0px;
	left: 0;
	min-width: 100%;
	overflow: visible;
	width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	right: 0px;
	top: 0;
	width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
	height: 7px;
	min-width: 10px;
	top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
	left: -9px;
	min-height: 10px;
	width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
	left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
	left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
	top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
	top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -11px;
}

.small-popup-inner {
	padding: 20px;
}

/* Sticky Socials */
ul.socials-sticky {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}

ul.socials-sticky svg {
	width: 20px;
}

ul.socials-sticky a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--main-color);
	color: #fff;
	transition: all .3s ease-in-out;
}

ul.socials-sticky a:not(:first-child) {
	border-top: 1px solid #fff;
}

@media (max-width:768px) {
	ul.socials-sticky a {
		width: 30px;
		height: 30px;
	}

	ul.socials-sticky svg {
		width: 15px;
	}

}

.archive-description .accordions .accordions-head {
	border-bottom: 1px solid #ccc !important;
	border-radius: 0 !important;
	margin: 0 !important;
}

.accordions-head,
.accordion-content {
	background: #ebebeb !important;
	color: #454545;
}

.accordions-head .accordions-head-title,
.accordion-icons {
	color: #454545 !important;
}

.accordions-head.ui-state-active {
	background: #ebebeb !important;
}

.post-read-more {
	font-size: 14px;
	margin-top: 10px;
	display: inline-block;
	font-weight: bold;
}

.data-post-content-frame-wrapper {
	position: relative;
	height: 0;
	padding-bottom: 100%;
}

.data-post-content-frame-wrapper > iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

@media (max-width:768px) {
	.main-banner .content {
		grid-template-columns: 1fr;
		grid-gap: 20px;
	}

	.beadcrumb-right {
		border-left: 0;
		padding-left: 0;
	}

}
