/* Styles that set in conf */
#pageHeader {
    min-height: 45px;
    background-image: linear-gradient(to right, #bbb, #eee);
}
#pageHeader ul, #pageFooter ul, .templatePreview ul {
    z-index: 10;
    width: var(--footer-width);
    top: 0;
    float: left;
    display: flex;
    list-style-type: none;
    padding-inline-start: 0;
}
#pageHeader ul {
    position: absolute;
}
#pageFooter ul {
    position: relative;
}
#pageFooter ul .H-select {
    width: 120px;
    border-radius: 15px;
    margin-top: -5px;
}
#pageFooter ul .H-select-current {
    min-height: 28px;
}
#pageFooter ul .H-select-input-text {
    padding: 4px 15px;
}
#pageFooter ul.H-select-list {
    display: inline-block;
}
#pageHeader li, #pageFooter li, .templatePreview li {
    margin-bottom: 10px;
    float: left;
    min-width: -webkit-fill-available;
}
#pageHeader a, #pageFooter a, #pageFooter a:hover, .templatePreview a, .templatePreview a:hover {
    gap: 5px;
    margin: auto;
    color: unset;
    display: flex;
    cursor: pointer;
    font-size: unset;
    width: fit-content; 
    text-align: center;
    font-weight: unset;
    align-items: center;
    text-decoration: unset;
}
#pageHeader a:hover, #pageFooter a:hover, .templatePreview a:hover {
    opacity: .8;
    transition: all 0.3s ease;
}
#pageHeader a span, #pageFooter a span, .templatePreview a span {
    min-width: fit-content;
}
#pageHeader li a:nth-child(1), .templatePreview li a:nth-child(1) {
    min-width: fit-content;
}
#pageFooter canvas, .templatePreview canvas {
    top: 0px;
    left: 0;
    z-index: 1;
    position: absolute;
    background-color: #000;
    overflow: hidden;
    max-height: 100%;
    max-width: 100%;
}
#pageFooter .H-select-list {
    position: absolute;
}
#pageContent {
    position: relative;
}
.wm-language-menu li.top-menu {
    flex: unset;
    margin: -8px 0 0 0;
    min-width: auto;
}
.wm-language-menu li.top-menu:last-child:after {
    width: unset !important;
}
.wm-language-menu a.menu-item-link {
    margin: -8px 0 0;
}
.wm-language-menu .sub-menu {
    padding-left: 0;
    width: fit-content;
}
.wm-language-menu .sub-menu-item {
    margin-bottom: 0 !important;
}
.wm-language-menu .sub-menu-item .menu-option-link {
    font-size: 16px;
    cursor: pointer;
    width: 80px !important;
    min-width: 80px !important;
    max-width: 100px !important;
}
.wm-language-menu .sub-menu-item .menu-option-link:hover {
    color: #fff;
}

.pageContentContainer {
    width: 100%;
    position: relative;
    height: fit-content;
    padding-bottom: 40px;
}
.templatePreview {
    margin-top: 10px;
    margin-bottom: 100px;
}
.header-container {
    display: flex;
    position: relative;
}
.header-logo {
    height: 100%;
    float: left;
    max-height: 30px;
}
.page-component-operate {
    display: none;
    opacity: 0;
    visibility: hidden;
    z-index: -1000;
    right: 10px;
    position: absolute;
}
.text-logo {
    color: #ddd;
    font-size: 28px;
    line-height: 28px;
    align-items: center;
}
#pageHeader ul {
    margin-top: 16px;
}
#pageHeader ul .wm-sub-menu, .templatePreview ul .wm-sub-menu {
    opacity: 0;
    font-size: 1rem;
    display: inline;
    position: relative;
    padding: 10px 15px;
    line-height: 2rem;
    width: max-content;
    visibility: hidden;
    margin-top: 1rem;
    margin-left: -5px;
    margin-bottom: 20px;
    border-radius: 5px;
    background: var(--header-background);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 5px 2px;
}
#pageHeader ul .wm-sub-menu .wm-sub-menu, .templatePreview ul .wm-sub-menu .wm-sub-menu {
    display: flex;
    margin-top: unset;
    box-shadow: none;
    font-size: 0.9rem;
    padding: 5px 6px;
    line-height: 1.2rem;
    background: unset;
}
#pageHeader .wm-submenu .wm-submenu-item, .templatePreview .wm-submenu .wm-submenu-item {
    margin-top: 15px;
}
#pageHeader ul li:hover .wm-sub-menu,
#pageHeader ul li:hover .mega-box,
.templatePreview ul li:hover .wm-sub-menu {
    transition: all 0.3s ease;
    opacity: 1;
    visibility: visible;
}
.H-search-input {
    outline: none;
    border: none;
    font-size: 16px;
}
.H-extend-holder {
    width: 0;
    height: 0;
    display: none;
}
.H-extend-wrapper {
    margin: 2px;
    left: unset;
    top: unset;
    border: none;
    position: relative;
    display: inline-block;
}
.H-extend {
    position: absolute;
    background-color: var(--bg-color);
    min-width: 350px;
    box-shadow: 0 2px 5px 2px var(--line-color);
    -webkit-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.05);
}
body {
    margin: 0;
}
a {
    color: var(--content-color);
    text-decoration: none;
    cursor: pointer;
}
.wm-sub-menu li a {
    width: 100%;
    display: block;
    font-weight: 400;
    border-radius: 0px;
}
.wm-menu-mobile .wm-menu-item {
    margin-bottom: 10px;
}
.form-button {
    z-index: 9999;
    cursor: pointer;
    position: fixed;
    background-color: var(--bg-color);
}
/* Header Effects */
.laser {
    display: flex;
    align-items: start;
    list-style-type: none;
}
.laser li a {
    position: relative;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s;
}
.laser li a::after {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--header-effect-color);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s;
}
.laser li a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}
.expandLine li {
    position: relative;
}
.expandLine li a {
    margin: 0 auto;
}
.expandLine a:hover::after {
    width: 100%;
    height: 2px;
    left: 0;
}
.expandLine li a::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 0px;
    background-color: var(--header-effect-color);
    left: 50%;
    bottom: -5px;
    transition: all 0.4s ease-in-out;
}
.shadow li a {
    color: #f2f2f2;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    padding: 9px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.shadow li a:hover{
    background: var(--header-effect-color);
}

.fillRight, .fillLeft {
    display: flex;
    list-style: none;
}
.fillRight li a, .fillLeft li a {
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}
.fillRight li a::before, .fillLeft li a::before {
    transition: 0.3s;
    content: attr(data-item);
    color: var(--header-effect-color);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    overflow: hidden;
}
.fillRight li a:hover::before, .fillLeft li a:hover::before {
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.fillLeft li a::before {
    width: 100%;
}
.fillLeft li a:hover::before {
    width: 0;
}
.slope a {
    padding-right: 10px;
}
.slope a:hover {
	transform: skew(10deg);
}
.slope a::before {
	content: attr(data-item);
	position: absolute;
	top: 0;
	left: -1rem;
	height: 1rem;
	overflow: hidden;
	transition: all 300ms ease;
	padding-left: 0.5rem;
    background: var(--header-effect-background);
}
.slope a:hover::before {
	top: -3px;
	left: 0px;
	color: var(--header-effect-color);
}
.slope a::after {
	content: "";
	height: 4px;
	width: 0;
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	background: var(--header-effect-color);
	transition: all 300ms ease;
}
.slope a:hover::after {
	width: 120%;
}

.footer-container {
    position: relative;
}
.footer-image {
    width: 60%;
    max-width: 60%;
    margin: 20px 10%;
}
.footer-video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    border: none;
}
.footer-license-container {
    margin: 15px auto;
    width: fit-content;
    padding-bottom: 15px;
}
.footer-license {
    z-index: 9;
    font-size: 14px; 
    font-weight: 200;
    position: relative;
}
.footer-line {
    gap: 5px;
    display: flex;
    min-width: 100%;
    align-items: center;
    vertical-align: middle;
}
.footer-line:first-child {
    margin-top: 25px;
}
.footer-gongan {
    margin: 0 5px;
    vertical-align: middle;
}
.footer-column-leaf {
    text-indent: 15px;
}

/* Footer Effects */
.footer-waves .wave {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 60px;
    background-size: 1000px 100px;
}
.footer-waves .wave1 {
    z-index: 1000;
    opacity: 1;
    bottom: 0;
    animation: animateWaves 4s linear infinite;
}
.footer-waves .wave2 {
    z-index: 999;
    opacity: 0.5;
    bottom: 10px;
    animation: animate 4s linear infinite !important;
}
.footer-waves .wave3 {
    z-index: 1000;
    opacity: 0.2;
    bottom: 15px;
    animation: animateWaves 3s linear infinite;
}
.footer-waves .wave4 {
    z-index: 999;
    opacity: 0.7;
    bottom: 20px;
    animation: animate 3s linear infinite;
}
@keyframes animateWaves {
    0% {
        background-position-x: 1000px;
    }
    100% {
        background-positon-x: 0px;
    }
}
@keyframes animate {
    0% {
        background-position-x: -1000px;
    }
    100% {
        background-positon-x: 0px;
    }
}
.background-text-gradient {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/** Components CSS */
.page-carousel-placeholder {
    min-height: 350px;
    background-color: #dedede;
    border-radius: var(--border-radius);
}

.page-search {
    color: var(--content-color);
    height: 28px;
    margin: 10px;
    display: flex;
    padding: 5px 14px;
    border-radius: 50px;
    align-items: center;
    border: 1px solid #dcdcdc;
    background-color: var(--bg-color);
    box-shadow: inset 0 -1px 5px 2px #f1f1f1;
    -webkit-box-shadow: 0 -1px 5px 2px rgb(0 0 0 / 5%) inset;
    -moz-box-shadow: 0 -1px 5px 2px rgba(0, 0, 0, 0.05) inset;
}
.page-component-section {
    padding: 2px 0;
    position: relative;
    min-height: 20px;
}
.section-center {
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.shooting-star {
    top: 0;
    left: 10%;
    opacity: .8;
    color: #fff;
    z-index: 900;
    display: none;
    position: absolute;
}
.page-maintenance {
    margin: auto;
    width: 40%;
    height: 50%;
    padding: 5%;
    margin-top: 25%;
    text-align: center;
    border-radius: 5px;
    transform: translate(0, -50%);
    background-color: var(--bg-color);
    box-shadow: 0 2px 5px 2px #f1f1f1;
    -webkit-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.05);
}
.page-maintenance-logo {
    width: 80%;
}
.page-maintenance-title {
    margin: auto;
    display: flex;
    margin-top: 20px;
    width: fit-content;
    align-items: center;
    text-align: center;
    vertical-align: middle;
}
.page-maintenance-loading {
    width: 30px;
    height: 30px;
    margin: 5px;
    opacity: .5;
    position: relative;
}
:root {
    --footer-width: 100%;
    --header-effect-color: #3498db;
    --header-effect-background: #ffffff;
    --header-background: #ffffff;
}

@media only screen and (max-width: 760px) {
    .header-container {
        height: max-content;
    }
    .page-maintenance {
        height: 100%;
        margin-top: 50%;
    }
}