/**
Theme Name: MT-Toys  
Theme URI: https://mt-toys.com
Description: 基于 Bootstrap 框架创建英文企业主题。 
Version: v1.0  
Author: zhijian  
Author URI: https://mt-toys.com
Tags: HTML5,自适应,Bootstrap,CMS,杂志
**/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
:root {
    --bs-blue: #0d6efd;
    --bs-orange: #fd7e14;
    --bs-green: #198754;
    --bs-black: #000000;
    --bs-white: #ffffff;
    --bs-gray: #6c757d;
    --bs-mu-orange: #e95108;
    --bs-black-100: #e5e5e5;
    --bs-black-200: #cccccc;
    --bs-black-300: #b2b2b2;
    --bs-black-400: #999999;
    --bs-black-500: #7f7f7f;
    --bs-black-600: #666666;
    --bs-black-700: #4c4c4c;
    --bs-black-800: #333333;
    --bs-white-600: #e8e8e8;
    --bs-white-700: #e1e1e1;
    --bs-white-800: #f8f8f8;
    --bs-orange-300: #feb272;
    --bs-orange-500: #fd7e14;
    --bs-green-400: #479f76;
    --bs-border-color: #dee2e6;
}
/*
@media (prefers-color-scheme: dark) {}
*/
*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
body, html {
    min-height: 100vh;
}
@font-face {
  font-family: 'Poppins';
  font-style: "normal";
  font-weight: 400;
  font-display: "swap";
  src: url('https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2') format('woff2');
  unicode-range: "U+0000-00FF", "U+0131", "U+0152-0153", "U+02BB-02BC", "U+02C6", "U+02DA", "U+02DC", "U+2000-206F", "U+2074", "U+20AC", "U+2122", "U+2191", "U+2193", "U+2212", "U+2215", "U+FEFF", "U+FFFD";
}
body,
button,
input,
select,
textarea {
    /*font-size: 16px;*/
    line-height: 1.42857143;
    color: var(--bs-black-800);
    background-color: var(--bs-white);
    font-family: "-apple-system","BlinkMacSystemFont","Poppins","Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue","sans-serif";
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol,ul {
	list-style: none;
}
dl {
    margin-bottom: 1.6em;
}
dt {
    font-weight: bold;
}
dd {
    margin-bottom: 1.6em;
}
table,
th,
td {
	border: 1px solid var(--bs-border-color);
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 10px;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}
td {border-width: 0 1px 1px 0;}

th, td {
    padding: 5px;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote,
q {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	quotes: none;
}
blockquote {
	clear: both;
	width: 100%;
	color: var(--bs-black-500);
	padding: 10px;
	margin: 0 auto;
	background: var(--bs-white-800);
	border: 1px dashed var(--bs-border-color);
}
pre {
	color: var(--bs-black-800);
	white-space: pre-wrap;
	word-wrap: break-word;
	background:var(--bs-white-700);
	padding: 10px 20px;
	border: 1px dashed var(--bs-border-color);
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}
a {
    color: var(--bs-black-500);
    cursor: pointer;
	text-decoration: none;
}
a:visited{
	color: var(--bs-black-500);
}
a:hover {
	color: var(--bs-mu-orange);
}
:focus {
    outline: 0
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: none;
}
a, button, input {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
hr {
	border: 0;
    opacity: 0.25;
	margin-top: 1rem;
	margin-bottom: 1rem;
	border-top: 1px solid var(--bs-border-color);
}
hr:not([size]) {
    height: 1px;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}
h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 2.5rem;
    }
}
h2, .h2 {
    font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
    h2, .h2 {
        font-size: 2rem;
    }
}
h3, .h3 {
    font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
    h3, .h3 {
        font-size: 1.75rem;
    }
}
h4, .h4 {
    font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
    h4, .h4 {
        font-size: 1.5rem;
    }
}
h5, .h5 {
    font-size: 1.25rem;
}
h6, .h6 {
    font-size: 1rem;
}
.unvisible {
	visibility: hidden;
}
.overflow {
    overflow: hidden;
}
.thumbnail {
    width: auto;
	height: auto;
	padding: 4px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 4px;
	display: inline-block;
	line-height: 1.42857143;
	border: 1px solid var(--bs-border-color);
	background-color: var(--bs-white);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.thumbnail-full,
.wp-figure-full > img,
figure.size-full > img {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.is-style-stripes table,
.is-style-stripes th,
.is-style-stripes td {
	border: 0;
}
.button {
    clear: both;
    cursor: pointer;
    color: var(--bs-white);
    line-height: 1.5;
    padding: 5px 10px;
    border-radius: 6px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    display: inline-block;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    background-image: none;
    border: 1px solid transparent;
}
.bs-input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.bs-textarea {
	display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.bs-option {
    padding: 3px 5px;
    margin-right: 10px;
    border-radius: 4px;
    border-color: var(--bs-black-200);
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.form-group {
    padding: 10px 20px;
}
.form-group label {
	max-width: 100%;
	font-weight: 700;
    margin-bottom: 5px;
    display: inline-block;
}
.bg-white {
    background: var(--bs-white);
}
.bg-black {
    background: var(--bs-black);
}
.bg-orange {
    background: var(--bs-orange);
}
.bg-mask {
    top: 0;
    left: 0;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
    background: var(--bs-black);
}
.bs-white-link {
    color: var(--bs-white)!important;
}
.b-link-hover:hover {
    background: var(--bs-black-800);
}
.b-border-bottom-1 {
	border-bottom: 1px solid var(--bs-black-600);
}
.mu-left-20 {
    margin-left: 20px;
}
.margin-bt-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.mu-top-20 {
    margin-top: 20px;
}
.mu-bottom-20 {
    margin-bottom: 20px;
}
.mu-top-30 {
    margin-top: 30px;
}
.mu-bottom-30 {
    margin-bottom: 30px;
}
.mu-top-40 {
    margin-top: 40px;
}
.mu-bottom-40 {
    margin-bottom: 40px;
}
.negative-bottom-10 {
    margin-bottom: -10px;
}
.pd-bottom-10 {
    padding-bottom: 10px;
}
.pd-top-20 {
    padding-top: 20px;
}
.pd-bottom-20 {
    padding-bottom: 20px;
}
.mu-pd-lr5 {
    padding-left: 5px;
    padding-right: 5px;
}
.mu-pd-lr10 {
    padding-left: 10px;
    padding-right: 10px;
}
.mu-pd-lr20 {
    padding-left: 20px;
    padding-right: 20px;
}
.mu-pd-bt20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.mu-padding-20 {
    padding: 20px;
}
.bp-nospace {
    border: 0;
    padding: 0;
    aspect-ratio: 91 / 56;
}
.bs-noborder {
    border-width: 0px;
}
.border-radius-30 {
    border-radius: 30px;
}
.text-center {
    text-align: center;
}
.bs-text-orange {
    color: var(--bs-mu-orange);
}
.bs-mu-orange-title {
    line-height: 1.2;
    padding-bottom: 10px;
    color: var(--bs-mu-orange);
}
.align-items-center {
    align-items: center;
}
.skiptranslate, .goog-te-banner-frame {
    display: none;
}
.menu-item-gtranslate .notranslate {
    padding: 5px;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
.more-link {
    color: var(--bs-white);
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 15px;
    background: var(--bs-mu-orange);
}
.vh-container {
    min-height: calc(100vh - 36px);
}
.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.container-full {
    width: 100%;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
@media (min-width: 1400px) {
	.container {
		width: 1360px;
	}
}
.header {
    width: 100%;
    height: auto;
    z-index: 997;
}
/* navBar */
.sr-only {
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    position: absolute;
}
.navbar-toggler-icon {
	width: 1.5em;
	height: 1.5em;
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.bs-light-toggler-icon {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
.bs-dark-toggler-icon {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
.custom-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 991.99px) {
    .custom-navbar {
        flex-wrap: wrap;
    }
}
.custom-navbar > * {
	width: 100%;
	max-width: 100%;
	flex-shrink: 0;
	box-sizing: border-box;
}
@media (min-width: 992px) {
    .container.custom-navbar {
        margin-top: -10px;
        margin-bottom: -10px;
    }
}
.navbar-header {
    width: 100%;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (min-width: 992px) {
    .navbar-header {
        width: 25%;
    }
}
.navbar-collapse {
    width: 100%;
    flex: 0 0 auto;
}
@media (min-width: 992px) {
    .navbar-collapse {
        width: 75%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
.navbar-brand {
    min-height: 50px;
    font-size: 18px;
    line-height: 1.5;
}
.navbar-header a.navbar-brand {
	color: #f1f1f1;
}
.navbar-header .navbar-brand .logo {
    max-width: 100%;
    max-height: 60px;
    aspect-ratio: 159 / 65;
}
.navbar-toggle {
    position: relative;
    padding: 9px 10px;
    margin-top: 4px;
    margin-bottom: 4px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
@media (min-width: 992px) {
	.navbar-toggle {
		display: none;
	}
}
.custom-navbar .navbar-toggle {
    border-color: var(--bs-black);
}
.primary-navbar {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
@media (min-width: 992px) {
    .primary-navbar {
        flex-direction: row;
    }
}
.primary-navbar > li {
    display: block;
    width: auto;
    height: 100%;
    position: relative;
    white-space: nowrap;
}
.primary-navbar > li > a {
    float: left;
    display: block;
    padding: 10px;
    position: relative;
}
.primary-navbar > li > .navbar-dropdown-icon {
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}
.primary-navbar > li.current-menu-item > a {
    color: var(--bs-mu-orange);
}
@media (max-width: 991.99px) {
    .primary-navbar > li {
        width: 100%;
        white-space: unset;
    }
    .primary-navbar > li > a {
        width: calc(100% - 40px);
    }
    .primary-navbar > li > .navbar-dropdown-icon {
        width: 40px;
    }
    .primary-navbar > li > .navbar-dropdown-icon > .bs-arrow-icon {
        margin-right: unset;
        width: 14px;
        height: 14px;
    }
}
@media (min-width: 992px) {
    .primary-navbar > li > a {
        padding: 30px 10px;
    }
    .primary-navbar > li > .navbar-dropdown-icon {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-left: -10px;
        margin-right: 10px;
    }
}
@media (min-width: 1120px) {
    .primary-navbar > li > a {
        padding: 40px 20px;
    }
    .primary-navbar > li > .navbar-dropdown-icon {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-left: -10px;
        margin-right: 10px;
    }
}
.navbar-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 991.98px) {
    .navbar-right {
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
    }
}
@media (min-width: 992px) {
    .navbar-right {
        flex: 0 1 25%;
        justify-content: flex-end;
    }
}
@media (min-width: 992px) and (max-width: 1359.98px) {
    .navbar-right > .notranslate {
        display: none;
    }
}
.navbar-right > .notranslate {
    margin-left: 10px;
    padding: 5px 10px;
}
.navbar-right > .cu-select {
    border: 0;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 10px;
}
.navbar-right > .navbar-form > .cu-search {
    border: none;
    cursor: pointer;
    background: none;
    padding: 5px 10px;
    margin-left: 10px;
    margin-right: 10px;
}
.navbar-right > select.cu-select {
    background: none;
}
.navbar-right > .cu-select > option {
    color: var(--bs-black);
}
@media (max-width: 991.99px) {
    .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
        overflow-x: visible;
        border-top: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
        box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
        -webkit-overflow-scrolling: touch;
    }
    .navbar-collapse.in {
        overflow-y: auto;
        max-height: 100vh;
    }
    .navbar-collapse.collapse {
        display: none;
    }
    .collapse.in {
        display: block;
    }
}
.navbar-dropdown-icon {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
}
.primary-navbar > li > .navbar-dropdown-icon > .bs-arrow-icon {
    border-color: var(--bs-black);
}
.primary-navbar > li.current-menu-item > .navbar-dropdown-icon > .bs-arrow-icon {
    border-color: var(--bs-mu-orange);
}
@media (min-width: 992px) {
    .primary-navbar > li:hover > .navbar-dropdown-icon > .bs-arrow-icon {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        border-color: var(--bs-mu-orange);
    }
}
.dropdown {
    position: relative;
}
.primary-navbar > li.navbar-dropdown-full {
    position: unset!important;
}
@media (max-width: 991.99px) {
    .dropdown-menu {
        clear: both;
        height: 0;
        margin: 0;
        padding: 0;
        opacity: 0;
        border: none;
        outline: none;
        display: none;
        visibility: hidden;
        animation-duration: 0.5s;
        -webkit-animation-duration: 0.5s;
        animation-delay: 0.1s;
        -webkit-animation-delay: 0.1s;
    }
    .dropdown-menu.in {
        opacity: 1;
        height: auto;
        padding-top: 10px;
        display: block;
        visibility: visible;
    }
}
@media (min-width: 992px) {
    .dropdown-menu {
        clear: both;
        top: 100%;
        left: 0;
        margin: 0;
        padding: 0;
        opacity: 0;
        border: none;
        outline: none;
        display: none;
        position: absolute;
        visibility: hidden;
        border-radius: 4px;
        background: #f5f5f5;
        animation-duration: 0.5s;
        -webkit-animation-duration: 0.5s;
        animation-delay: 0.1s;
        -webkit-animation-delay: 0.1s;
    }
    .dropdown:hover > .dropdown-menu {
        opacity: 1;
        z-index: 99;
        display: block;
        visibility: visible;
    }
    .dropdown:hover > .dropdown-menu-item.dropdown-menu {
        top: 10px;
        left: 100%;
        background: transparent;
    }
    .dropdown:hover.navbar-dropdown-full > .dropdown-menu {
        width: 100%;
        display: flex!important;
        justify-content: center;
        margin-top: -10px;
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 40px;
    }
    .dropdown-menu > li {
        border-bottom: 1px solid var(--bs-white-600);
    }
    .dropdown-menu > li:last-child {
        border-bottom: 0;
    }
}
.dropdown-menu > li {
    width: auto;
    white-space: nowrap;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}
.dropdown-menu > li > .navbar-dropdown-icon > .bs-arrow-icon {
    border-color: var(--bs-black);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.dropdown-menu > li:hover > .navbar-dropdown-icon > .bs-arrow-icon {
    border-color: var(--bs-mu-orange);
}
@media (min-width: 992px) {
    .dropdown-menu-item.dropdown-menu > li {
        margin-top: -10px;
        background: var(--bs-white);
    }
}
.dropdown-menu > li.menu-item > a {
    display: inline-block;
    padding: 10px auto;
    letter-spacing: 1px;
}
.navbar-dropdown-full > .dropdown-menu > li.menu-item > a {
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}
.dropdown-menu-item > li {
    margin: 10px auto;
}
.dropdown-menu-item > li > a {
    font-size: 16px;
}
.dropdown-menu > li.dropdown {
    display: block;
    height: 100%;
    position: relative;
    padding-right: 20px;
}
.dropdown-menu > li.dropdown > a {
    float: left;
    display: block;
    padding-right: 10px;
    position: relative;
}
.dropdown-menu > li.dropdown > .navbar-dropdown-icon {
    width: 10%;
    height: 100%;
    position: relative;
}
@media (max-width: 991.99px) {
    .dropdown-menu > li.dropdown {
        padding-right: 0;
        overflow: hidden;
    }
    .dropdown-menu-item > li {
        padding-left: 0;
        padding-right: 0;
    }
    .dropdown-menu > li.dropdown > a {
        width: 80%;
    }
    .dropdown-menu > li.dropdown > .navbar-dropdown-icon {
        float: right;
    }
}
header.home {
    top: 0;
    position: absolute;
}
header.fixed {
    position: fixed;
    padding-top: 0;
    padding-bottom: 0;
    background-color: var(--bs-black-800);
	box-shadow: 0 3px 7px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,.15);
	transition: background-color 1s cubic-bezier(.31, 1, .34, 1);
    -webkit-transition: background-color 1s cubic-bezier(.31, 1, .34, 1);
}
header.home > .custom-navbar > .navbar-collapse > .primary-navbar > li > a,
header.fixed > .custom-navbar > .navbar-collapse > .primary-navbar > li > a {
    color: var(--bs-white);
}
header.home > .custom-navbar > .navbar-collapse > .primary-navbar > li > .navbar-dropdown-icon > .bs-arrow-icon,
header.fixed > .custom-navbar > .navbar-collapse > .primary-navbar > li > .navbar-dropdown-icon > .bs-arrow-icon {
    border-color: var(--bs-white);
}
header.home > .custom-navbar > .navbar-collapse > .primary-navbar > li > a:hover,
header.fixed > .custom-navbar > .navbar-collapse > .primary-navbar > li > a:hover,
header.fixed > .custom-navbar > .navbar-collapse > .primary-navbar > li.current-menu-item > a {
    color: var(--bs-mu-orange);
}
header.home > .custom-navbar > .navbar-collapse > .primary-navbar > li:hover > .navbar-dropdown-icon > .bs-arrow-icon,
header.fixed > .custom-navbar > .navbar-collapse > .primary-navbar > li:hover > .navbar-dropdown-icon > .bs-arrow-icon,
header.fixed > .custom-navbar > .navbar-collapse > .primary-navbar > li.current-menu-item > .navbar-dropdown-icon > .bs-arrow-icon {
    border-color: var(--bs-mu-orange);
}
header.home > .custom-navbar > .navbar-collapse > .navbar-right > .cu-select,
header.fixed > .custom-navbar > .navbar-collapse > .navbar-right > .cu-select {
    color: var(--bs-white);
}
header.home > .custom-navbar > .navbar-collapse > .navbar-right > .navbar-form > .cu-search,
header.fixed > .custom-navbar > .navbar-collapse > .navbar-right > .navbar-form > .cu-search {
    color: var(--bs-white);
}
header.fixed .custom-navbar .navbar-toggle {
    border-color: var(--bs-white-600);
}
header.header .custom-navbar .navbar-toggle .navbar-toggler-icon {
    background-size: cover;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="black" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z"/></svg>');
}
header.fixed .custom-navbar .navbar-toggle.collapsed .navbar-toggler-icon {
    background-size: cover;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="gray" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z"/></svg>');
}
header.fixed .custom-navbar .navbar-toggle .navbar-toggler-icon {
    background-size: cover;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" viewBox="0 0 16 16"><path d="M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854Z"/></svg>');
}
.header-form {
    clear: both;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    border: none;
    outline: none;
    display: none;
    position: absolute;
    visibility: hidden;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
}
.header-form.open {
    opacity: 1;
    z-index: 99;
    width: 100%;
    display: block;
    visibility: visible;
    padding-top: 20px;
    /*padding-left: 10px;
    padding-right: 10px;*/
    margin-top: -10px;
    padding-bottom: 20px;
}
.header-navbar-form {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.header-navbar-form > .search-btn {
    margin-left: 10px;
    background: var(--bs-black);
}
.primary-navbar > li.menu-item-gtranslate {
    padding: 10px;
}
header.fixed .header-navbar-form > .search-btn {
    color: var(--bs-black);
    background: var(--bs-white);
}
@media (max-width: 991.99px) {
    header.fixed > .custom-navbar > .navbar-collapse > .primary-navbar > .dropdown > .dropdown-menu {
        background: var(--bs-white-800);
    }
    .navbar-right > .navbar-form {
        display: none;
    }
    .header-form {
        top: unset;
        left: unset;
        opacity: 1;
        display: block;
        position: unset;
        visibility: visible;
        background: transparent;
    }
    .header-form.bg-white {
        background: transparent;
    }
    .header-form > .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .navbar-right > .navbar-form > .cu-search > .gg-search {
        border: 0;
        width: auto;
        height: auto;
        border-radius: 0;
        margin-left: -10px;
        margin-right: -10px;
    }
    .navbar-right > .navbar-form > .cu-search > .gg-search:after {
        content: "Search Product";
        width: auto;
        height: auto;
        top: unset;
        left: unset;
        border-radius: 0;
        position: unset;
        transform: unset;
        background: transparent;
    }
}
@media (min-width: 992px) {
    .navbar-dropdown-full > .dropdown-menu > li {
        padding-left: 20px;
        padding-right: 20px;
    }
    .navbar-dropdown-full > .dropdown-menu > li > .dropdown-menu-item {
        border-top: 1px solid var(--bs-black-300);
    }
    .navbar-dropdown-full > .dropdown-menu > li {
        border-bottom: 0;
    }
    .dropdown-menu-item > li > a,
    .navbar-dropdown-full > .dropdown-menu > li.menu-item > a {
        font-size: 14px;
    }
    .fixed .header-form {
        background: var(--bs-black-800);
    }
    .header-navbar-form {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.bs-arrow-icon {
    width: 8px;
    height: 8px;
    margin-right: 10px;
    border-style: solid;
    display: inline-block;
    border-color: transparent;
    border-top-width: 2px;
    border-right-width: 2px;
    transform: translate(0, -25%) rotate(135deg);
    -webkit-transform: translate(0, -25%) rotate(135deg);
    transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
}
.bs-arrow-icon:after {
    clear: both;
}
.jumbotron {
    width: 100%;
    height: auto;
	overflow: hidden;
    position: relative;
}
.content-text > p {
    hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    line-height: 1.8;
    margin-bottom: 10px;
}
.content-text-break > p {
    word-wrap: break-word;
}

/* Grid Style */
.row {
    display: flex;
    flex-wrap: wrap;
    --bs-gutter-y: 0;
    --bs-gutter-x: 1.5rem;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row > * {
	width: 100%;
	max-width: 100%;
	flex-shrink: 0;
	box-sizing: border-box;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y);
}
@media (max-width: 575.98px) {
    .row {
        margin-left: auto;
        margin-right: auto;
    }
    .row > * {
        margin-left: auto;
        margin-right: auto;
    }
}
.col-sm-2 {
    flex: 0 0 auto;
    width: 50%;
}
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-6,
.col-md-8,
.col-lg-2,
.col-lg-3,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-10 {
    flex: 0 0 auto;
    width: 100%;
}
@media (min-width: 768px) {
    .col-sm-2 {
        width: 33.333333%;
    }
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-6,
    .col-md-8 {
        width: 50%;
    }
    .col-lg-2 {
        width: 20%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-10 {
        width: 80%;
    }
}
@media (min-width: 992px) {
    .col-sm-2,
    .col-md-2 {
        width: 16.66666666%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-8 {
        width: 66.66666666%;
    }
    .col-lg-3 {
        width: 33.33333333%;
    }
    .col-lg-5,
    .col-lg-7 {
        width: 50%;
    }
}
@media (min-width: 1200px) {
    .col-lg-5 {
        width: 41.66666666%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
}
.fancybox-slide--iframe .fancybox-content {
	max-width: 80%;
	max-height: 80%;
}
.gg-play-button {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    width: 22px;
    height: 22px
}
.gg-play-button:before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid;
    top: 6px;
    left: 9px
} 
.gg-play-button-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(4);
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 20px
}
.gg-play-button-o:before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid;
    top: 4px;
    left: 7px
}
.gg-search {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    width: 16px;
    height: 16px;
    border: 2px solid;
    border-radius: 100%;
}
.gg-search:after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 2px;
    height: 8px;
    background: currentColor;
    transform: rotate(-45deg);
    top: 10px;
    left: 12px
}
.gg-close {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1);
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 40px
}
.gg-close:after,
.gg-close:before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 16px;
    height: 2px;
    background: currentColor;
    transform: rotate(45deg);
    border-radius: 5px;
    top: 8px;
    left: 1px
} 
.gg-close:after {
    transform: rotate(-45deg)
}
.gg-chevron-double-up {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 22px
}
.gg-chevron-double-up:after,
.gg-chevron-double-up:before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    left: 7px;
    bottom: 3px
}   
.gg-chevron-double-up:after {
    bottom: 8px
}
.footer {
    position: relative;
    padding-top: 80px;
    padding-bottom: 20px;
    background: var(--bs-black-800);
}
@media (max-width: 767px) {
    .footer {
        padding-top: 20px;
        padding-bottom: 100px;
    }
    .mb-footer {
        padding-top: 100px;
    }
}
.footer .footer-column > img {
    max-width: 100%;
}
.footer .footer-column > .title {
    font-size: 21px;
    padding-top: 30px;
    padding-bottom: 10px;
    color: var(--bs-white);
}
.footer .footer-column > .line {
    clear: both;
    display: block;
    width: 60px;
    height: 5px;
    margin-top: 10px;
    background: var(--bs-mu-orange);
}
.quick-link {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.quick-link > li {
    flex: 0 0 auto;
    width: 50%;
    padding-top: 5px;
    padding-bottom: 5px;
}
.quick-link > li > a {
    color: var(--bs-white);
}
.quick-link > li > a:hover {
    color: var(--bs-mu-orange);
}
.copyright {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    color: var(--bs-black-300);
    border-top: 1px solid var(--bs-black-600);
}
.footer .col-md-4 > .slogan {
    font-size: 16px;
    margin-top: 40px;
    padding-left: 5px;
    padding-right: 40px;
    letter-spacing: 1px;
    color: var(--bs-white-800);
}
.footer .col-md-4 > .social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer .col-md-4 > .social > a {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 5px;
    padding: 5px 10px;
    border-radius: 5px;
    color: var(--bs-white);
    border: 1px solid var(--bs-white-600);
}
.footer .col-md-4 > .social > a:hover {
    background: var(--bs-mu-orange);
    border: 1px solid var(--bs-mu-orange);
}
.footer .col-md-4 > .social > a > img.icon {
    display: inline-block;
    max-width: 24px;
    height: auto;
    margin-right: 5px;
    filter: invert(100%);
}
.footer .col-md-3 > .navigation > li {
    padding-top: 5px;
    padding-bottom: 5px;
}
.footer .col-md-3 > .navigation > li > a {
    color: var(--bs-white);
}
.footer .col-md-3 > .navigation > li > a:hover {
    color: var(--bs-mu-orange);
}
.footer .col-md-2 > .certifications > .thumbnail {
    border: 0;
    filter: invert(100%);
    background: transparent;
}
.footer > .contact {
    top: -50px;
    left: 50%;
    margin: 0;
    z-index: 10;
    padding-top: 25px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 25px;
    position: absolute;
    border-radius: 10px;
    transform: translate(-50%,0);
    background: var(--bs-mu-orange);
}
.footer > .contact > .row {
    color: var(--bs-white);
    align-items: center;
    justify-content: space-between;
}
.footer > .contact > .row > .col-lg-10 > .title {
    font-size: 24px;
    font-weight: 600;
}
.footer > .contact > .row > .col-lg-2 > a.button {
    float: right;
    color: var(--bs-green);
}
.footer-bank {
    clear: both;
    width: 100%;
    margin-bottom: 80px;
}
.footer-form {
    bottom: 0;
    right: 65px;
    z-index: 999;
    width: 100%;
    max-width: 500px;
    position: fixed;
    transform: translateY(92%);/*translateY(90%);*/
    transition: all .5s ease;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.footer-form.open {
    transform: translateY(0);
}
@media (max-width: 575px) {
    .footer-form {
        right: 0;
        display: none;
    }
    .footer-form.in {
        display: block!important;
    }
    .footer-form.in {
        top: 0;
        z-index: 9999;
        max-width: 100%;
    }
}
.form-container {
    flex: 0 0 45.5%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 2px solid var(--bs-black);
}
.form-container .form-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--bs-black);
    color: var(--bs-white);
    padding: 12px 26px;
    font-size: 20px;
    cursor: pointer;
}
.form-container .form-box {
    padding-top: 10px;
    background-color: var(--bs-white);
}
.form-container .form-header .bs-arrow-icon {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.form-container .form-group .bs-input {
    height: auto;
    padding: 10px 12px;
}
.form-container .form-box .contact-btn {
    padding-bottom: 40px;
}
.form-container .form-group .button {
    width: 50%;
}
.form-container .form-group.form-recaptcha,
.page-form-container .form-group.form-recaptcha {
    min-height: 96px;
}
/* Mobile Contact Button*/
.openChatBar {
    width: 50px;
    right: 10px;
    bottom: 160px;
    z-index: 999;
    position: fixed;
    border-radius: 2px;
    background-color: var(--bs-orange);
}
@media (min-width: 576px) {
    .openChatBar {
        opacity: 0;
        display: none;
    }
}
.openChatBar > .openChat {
    width: 50px;
    height: 50px;
    display: block;
    cursor: pointer;
    line-height: 1.8;
    text-align: center;
    position: relative;
    color: var(--bs-white);
}
.openChatBar > .openChat > .icon-chat-text-fill {
    display: block;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    position: absolute;
    transform: translate(-50%,-50%);
    background-size: cover;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-chat-square-text-fill" viewBox="0 0 16 16"><path d="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.5a1 1 0 0 0-.8.4l-1.9 2.533a1 1 0 0 1-1.6 0L5.3 12.4a1 1 0 0 0-.8-.4H2a2 2 0 0 1-2-2V2zm3.5 1a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9zm0 2.5a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9zm0 2.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5z"/></svg>');
}
/* Go To Bar */
.goTopBar {
    width: 50px;
    right: 10px;
    bottom: 100px;
    z-index: 99;
    position: fixed;
    border-radius: 2px;
    background-color: var(--bs-black);
}
.goTopBar > .goTop {
    width: 50px;
    height: 50px;
    display: block;
    cursor: pointer;
    line-height: 1.8;
    text-align: center;
    position: relative;
    color: var(--bs-white);
}
.goTopBar > .goTop:hover {
    background-color: var(--bs-mu-orange);
}
.goTopBar > .goTop > .gg-play-button {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(2) rotate(-90deg);
}
/* Mobile Nav && Sidebar */
.mobile-menu {
	right: 10px;
	bottom: 50%;
	width: 50px;
	height: auto;
	z-index: 1000;
	position: fixed;
	border-radius: 25px;
    background-color: var(--bs-orange);
}
.mobile-menu > .mobile-navbar > li > a {
    color: var(--bs-white);
    width: 48px;
    height: 48px;
    padding: 6px;
    display: block;
    cursor: pointer;
    line-height: 1.8;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.mobile-menu > .mobile-navbar > li.icon-whatsapp > a:hover {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
.mobile-menu > .mobile-navbar > li.icon-share > a:hover {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
@media screen and (min-width: 576px) {
    .mobile-menu > .mobile-navbar > li > a:hover {
        background-color: var(--bs-mu-orange);
    }
}
@media screen and (max-width: 575.98px) {
    .mobile-menu {
        left: 0;
        bottom: 0;
        width: 100%;
        height: 75px;
        border-radius: 0;
        background-color: var(--bs-black-600);
    }
    .mobile-menu > .mobile-navbar {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .mobile-menu > .mobile-navbar > li > a {
        border-bottom-width: 0;
    }
}
.mobile-menu > .mobile-navbar > li:last-child > a {
    border-bottom-width: 0;
}
.mobile-menu > .mobile-navbar > li > a > span {
    display: none;
    width: 100%;
    height: 100%;
}
.mobile-menu > .mobile-navbar > li > a:before {
    display: block;
    content: '';
    top: 50%;
    left: 50%;
    width: 28px;
    height: 28px;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 575.98px) {
    .mobile-menu > .mobile-navbar > li > a {
        width: 100%;
    }
    .mobile-menu > .mobile-navbar > li > a > span {
        display: block;
        margin-top: 32px;
    }
}
.mobile-menu > .mobile-navbar > li.icon-house > a:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="white" class="bi bi-house" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M8.707 1.5a1 1 0 0 0-1.414 0L.646 8.146a.5.5 0 0 0 .708.708L2 8.207V13.5A1.5 1.5 0 0 0 3.5 15h9a1.5 1.5 0 0 0 1.5-1.5V8.207l.646.647a.5.5 0 0 0 .708-.708L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.707 1.5ZM13 7.207l-5-5-5 5V13.5a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5V7.207Z"/></svg>');
}
.mobile-menu > .mobile-navbar > li.icon-whatsapp > a:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="white" class="bi bi-whatsapp" viewBox="0 0 16 16"><path d="M13.601 2.326A7.854 7.854 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.933 7.933 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.898 7.898 0 0 0 13.6 2.326zM7.994 14.521a6.573 6.573 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.557 6.557 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592zm3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.729.729 0 0 0-.529.247c-.182.198-.691.677-.691 1.654 0 .977.71 1.916.81 2.049.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232z"/></svg>');
}
.mobile-menu > .mobile-navbar > li.icon-envelope > a:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="white" class="bi bi-envelope" viewBox="0 0 16 16"><path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4Zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1H2Zm13 2.383-4.708 2.825L15 11.105V5.383Zm-.034 6.876-5.64-3.471L8 9.583l-1.326-.795-5.64 3.47A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.741ZM1 11.105l4.708-2.897L1 5.383v5.722Z"/></svg>');
}
.mobile-menu > .mobile-navbar > li.icon-telephone > a:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="white" class="bi bi-telephone" viewBox="0 0 16 16"><path d="M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z"/></svg>');
}
.mobile-menu > .mobile-navbar > li.icon-chat > a:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="white" class="bi bi-chat-dots" viewBox="0 0 16 16"><path d="M5 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"/><path d="m2.165 15.803.02-.004c1.83-.363 2.948-.842 3.468-1.105A9.06 9.06 0 0 0 8 15c4.418 0 8-3.134 8-7s-3.582-7-8-7-8 3.134-8 7c0 1.76.743 3.37 1.97 4.6a10.437 10.437 0 0 1-.524 2.318l-.003.011a10.722 10.722 0 0 1-.244.637c-.079.186.074.394.273.362a21.673 21.673 0 0 0 .693-.125zm.8-3.108a1 1 0 0 0-.287-.801C1.618 10.83 1 9.468 1 8c0-3.192 3.004-6 7-6s7 2.808 7 6c0 3.193-3.004 6-7 6a8.06 8.06 0 0 1-2.088-.272 1 1 0 0 0-.711.074c-.387.196-1.24.57-2.634.893a10.97 10.97 0 0 0 .398-2z"/></svg>');
}
.mobile-menu > .mobile-navbar > li.icon-share > a:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="white" class="bi bi-share" viewBox="0 0 16 16"><path d="M13.5 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM11 2.5a2.5 2.5 0 1 1 .603 1.628l-6.718 3.12a2.499 2.499 0 0 1 0 1.504l6.718 3.12a2.5 2.5 0 1 1-.488.876l-6.718-3.12a2.5 2.5 0 1 1 0-3.256l6.718-3.12A2.5 2.5 0 0 1 11 2.5zm-8.5 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm11 5.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z"/></svg>');
}
@media screen and (max-width: 575.98px) {
    .mobile-menu > .mobile-navbar > li.icon-chat,
    .mobile-menu > .mobile-navbar > li.icon-share {
        display: none;
    }
}
@media screen and (min-width: 576px) {
    .mobile-menu > .mobile-navbar > li.icon-house,
    .mobile-menu > .mobile-navbar > li.icon-telephone {
        display: none;
    }
}
.mobile-menu > .mobile-navbar > li > a > .menu-item-content {
    top: 0;
    right: 120px;
    opacity: 0;
    z-index: 1009;
    width: auto;
    height: auto;
    font-size: 16px;
    color: var(--bs-black-600);
    text-align: center;
    white-space: nowrap;
    padding: 10px 20px;
    visibility: hidden;
    position: absolute;
    background-color: var(--bs-white);
    border-radius: 5px;
    border: 2px solid var(--bs-mu-orange);
    -webkit-transition: right .3s ease-in-out .1s,opacity .3s ease-in-out .1s,visibility .3s;
    -o-transition: right .3s ease-in-out .1s,opacity .3s ease-in-out .1s,visibility .3s;
    transition: right .3s ease-in-out .1s,opacity .3s ease-in-out .1s,visibility .3s;
}
.mobile-menu > .mobile-navbar > li > a > .menu-item-content:after {
    top: 20px;
    right: -6px;
    width: 0;
    height: 0;
    content: "";
    z-index: 1009;
    position: absolute;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid var(--bs-mu-orange);
}
@media screen and (min-width: 576px) {
    .mobile-menu > .mobile-navbar > li > a:hover > .menu-item-content {
        visibility: visible;
        right: 60px;
        opacity: 1;
    }
}
.mobile-menu > .mobile-navbar > li > a > .menu-item-content > button {
    display: inline-block;
    border: 0;
    width: 32px;
    height: 32px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 50%;
    background: var(--bs-white);
}
.mobile-menu > .mobile-navbar > li > a > .menu-item-content > button > i {
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    transform: scale(2);
}
.mobile-menu > .mobile-navbar > li > a > .menu-item-content > .descript {
    font-size: 14px;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid var(--bs-orange-500);
}
.mobile-menu > .mobile-navbar > li > a > .menu-item-content > img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.mobile-menu > .mobile-navbar > li > a > .menu-item-content > button > i.icon-facebook {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-facebook" viewBox="0 0 16 16"><path d="M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951z"/></svg>');
}
.mobile-menu > .mobile-navbar > li > a > .menu-item-content > button > i.icon-pinterest {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-pinterest" viewBox="0 0 16 16"><path d="M8 0a8 8 0 0 0-2.915 15.452c-.07-.633-.134-1.606.027-2.297.146-.625.938-3.977.938-3.977s-.239-.479-.239-1.187c0-1.113.645-1.943 1.448-1.943.682 0 1.012.512 1.012 1.127 0 .686-.437 1.712-.663 2.663-.188.796.4 1.446 1.185 1.446 1.422 0 2.515-1.5 2.515-3.664 0-1.915-1.377-3.254-3.342-3.254-2.276 0-3.612 1.707-3.612 3.471 0 .688.265 1.425.595 1.826a.24.24 0 0 1 .056.23c-.061.252-.196.796-.222.907-.035.146-.116.177-.268.107-1-.465-1.624-1.926-1.624-3.1 0-2.523 1.834-4.84 5.286-4.84 2.775 0 4.932 1.977 4.932 4.62 0 2.757-1.739 4.976-4.151 4.976-.811 0-1.573-.421-1.834-.919l-.498 1.902c-.181.695-.669 1.566-.995 2.097A8 8 0 1 0 8 0z"/></svg>');
}
.mobile-menu > .mobile-navbar > li > a > .menu-item-content > button > i.icon-twitter {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-twitter" viewBox="0 0 16 16"><path d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z"/></svg>');
}
.mobile-menu > .mobile-navbar > li > a > .menu-item-content > button > i.icon-linkedin {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-linkedin" viewBox="0 0 16 16"><path d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z"/></svg>');
}
/* Post Thumbnail List */
.post-thumbnail {
    display: block;
    overflow: hidden;
    position: relative;
}
.post-thumbnail > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.post-container > .more-link {
    padding-left: 5px;
    padding-right: 5px;
    color: var(--bs-mu-orange);
    background: transparent;
}
.post-thumbnail > a > .thumbnail {
    border: 0;
    padding: 0;
    display: block;
    transition: 0.25s;
    min-width: 320px;
    aspect-ratio: 91 / 56;
}
@media (min-width: 576px) {
    .post-thumbnail > a > .thumbnail {
        min-width: 220px;
    }
}
@media (min-width: 768px) {
    .post-thumbnail > a > .thumbnail {
        min-width: 300px;
    }
}
@media (min-width: 1400px) {
    .post-thumbnail > a > .thumbnail {
        min-width: 420px;
    }
}
.post-thumbnail:hover > a > .thumbnail {
    transform: scale(1.05);
}
.post-thumbnail:hover > a > .border-radius-30 {
    border-radius: 0px;
}
.post-container > a > h2 {
    font-size: 1.25rem;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    color: var(--bs-orange);
    overflow: hidden;
    hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    word-break: keep-all;
    word-wrap: break-word;
}
.post-container > a:hover > h2 {
    color: var(--bs-mu-orange);
}
.post-container > p {
    letter-spacing: 1px;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
    hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}