@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Roboto+Condensed:wght@300&family=Noto+Sans+SC:wght@400;700&display=swap');



body, caption, span{

	color: #000;    

}



:lang(en) {

    font-family: 'Montserrat', sans-serif;

}



:lang(zh) {

    font-family: 'Noto Sans SC', sans-serif;

}



p:lang(en) {

    font-weight: 300;

}



p:lang(zh), li:lang(zh) {

    font-weight: 300;

    letter-spacing: 2px;

}

.condensed{
    font-family: 'Roboto Condensed', sans-serif!important;
}



h1:lang(zh) {

    font-size: 3em ;

}



h1 {

    text-transform: uppercase;

}



h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {

    margin: 0 0 25px 0;

    font-weight: 700;

    text-transform: uppercase;

    color: #000;

}





a {

    font-weight: 300;

    color: #000;

}



a, a:hover, a:focus {

    text-decoration: none;

    -webkit-transition: all 0.2s ease-out 0s;

    transition: all 0.2s ease-out 0s;

}



.site-logo{

        z-index: 3;

}



img.custom-logo {

    display: block;

    width: 100%;

    height: 100%;

    margin: auto auto;

    max-width: 200px;

}

.drop-block.lang {
    position: absolute;
    font-size: 2.5em;
    right: 1%;
    top: 50%;
    transform: translateY(-50%);
    z-index:10;
}

span.display-name {

    color: #fff;

}



.widget-title{

text-align:center;

text-transform:uppercase;

}



header {

    z-index: 5;

}



header .menu-top-menu-container {

    display: inline;

}



ul.menu {

    padding: 0;

}



header .top-bar{

    display: inline-flex;

}





.top-bar ul {

	padding-left: 0!important;

	margin-bottom: 0!important;

	list-style: none;

}



header .top-bar li a {
    color: #fff;
    font-size: x-large;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.mobile-menu ul {
    padding: 0;
}

.mobile-menu li.menu-item {
    padding: 1em 0;
}

.mobile-menu li a {
    color: #fff;
    font-size: x-large;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

li.menu-item {
    text-align: center;
}


.page-header-bg{

	width:100%;

      position:relative;

	overflow:hidden;

}



.page-header-bg img{

	object-fit: cover;

}

@media screen and ( min-width: 992px) {

.header-footage h2{

font-size: 4em;

}



.page-header-bg {

    aspect-ratio: 16 / 3;

}

}



@media screen and ( min-width: 576px ) and ( max-width: 991px ) {

.header-footage h2{

font-size: 2em;

}



.page-header-bg {

    aspect-ratio: 16 / 5;

}

.page-title h1 {

    font-size: 1.7em;

}

}



@media screen and ( min-width: 346px ) and ( max-width: 575px) {

.header-footage h2{

font-size: 1.5em;

}

.page-header-bg {

    aspect-ratio: 16 / 10;

}



.page-title h1 {

    font-size: 1.5em;

}

}



@media screen and ( max-width: 345px) {

.header-footage h2{

font-size: 1.5em;

}

.page-header-bg {

    aspect-ratio: 16 / 12;

}



.page-title h1 {

    font-size: 1.5em;

}

.page-title {

    top:60%;

 

}

}

@media screen and ( min-width: 576px ) {
aside {
    padding: 8em 0;
}
    }

@media screen and ( min-width: 346px ) and ( max-width: 575px) {
    aside {
        padding: 4em 0;
    }
    }

@media screen and ( max-width: 345px) {
    aside {
        padding: 2em 0;
    }
    }



#frontpage-sidebar1 a, #product-archive-sidebar a {

    font-size: medium;

    font-weight: 600;

}



header .container{

	justify-content: center;

	align-items: center;

}



header .top-bar li .sub-menu {

    display: none;

    position: absolute;

    z-index: 1;

    list-style-type: none;

    background: rgba(0, 0, 0, 0.9);

}



header .top-bar li .sub-menu a{

	color: #fff;

	padding: .25rem;

	text-align: left;

	display: block;

	text-decoration: none;

}



header .top-bar > .menu-item-has-children:hover > .sub-menu{

display: block;

}



header .top-bar .menu-item-has-children .sub-menu > .menu-item-has-children:hover .sub-menu {

	display: block;

}



header .top-bar .sub-menu li .sub-menu{

	top: 0;

	left: 100%;

}



ul#menu-header-menu{

margin-bottom:0;

list-style-type: none;

padding: 0em 2em 0em 4em;



}





.toggle-nav {

    display: none !important;

}



@media screen and ( max-width: 767px) {

.toggle-nav {

    display: inline-block !important;

    color: #fff;

    transition: color linear 0.15s;

    z-index: 3;

    position: absolute;

    font-size: 2em;

    font-family: 'Montserrat', sans-serif !important;

}



.toggle-nav:hover, .toggle-nav.active {

    text-decoration: none;

    color: #fff;

}  

}



.main-nav {

    position: absolute;

    top: 80px;

    left: 0;

    width: 100%;

    z-index: 2;

}



.main-nav ul {

    display: none;

    text-align: center;

    padding-left: 0;

}



.main-nav li {

    display: block;

    float: none;

    padding: 1em 0em;

}



.main-nav li:first-child {

    margin-top: 2em;

}



.main-nav li a {

color: #fff;

}



footer {

    background-color: #f7f8fa;

}



@media only screen and (max-width: 767px){

footer {

margin:4em 0;

text-align: center;

}

}



#footer-sidebar ul {

    list-style: none;

    padding-left: 0rem;

    line-height: 2;

}





.theme-btn, .more-link, button, .button, input[type="button"], input[type="reset"], input[type="submit"] {

    display: inline-block;

    font-size: 16px;

    line-height: inherit;

    background-color: #2d3142;

    color: #ffffff;

    border: 1px solid;

    border-color: #2d3142;

    font-weight: normal;

    border-radius: 2px;

    padding-top: 5px;

    padding-right: 10px;

    padding-bottom: 5px;

    padding-left: 10px;

    letter-spacing: 2px;

    -webkit-transition: all .6s ease-in-out;

    transition: all .6s ease-in-out;

}



/* Search Bar Style */



.search-form {

    position: relative;

    float: right;



}



.search-form input {

    width: 100px;

    border: 0;

    float: right;

    padding: 0.5em 1em;

    padding-right: 3.5em;

    font-size: 12px;

    border-radius: 0.5em;

    outline: none !important;

    -webkit-transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;

    -moz-transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;

    -o-transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;

    transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;

}



.search-form button {

    text-align: right;

    position: absolute;

    height: 100%;

    right: 0;

    top: 0;

    border: none;

    width: 2em;

    color: #b7b7b7;

    background-color: transparent;

    cursor: pointer;

    -webkit-transform: rotateY(180deg);

            transform: rotateY(180deg);

}



@media screen and ( min-width: 1024px) {



.search-form input:hover{

    width: 200px;

}

}



.fa-solid span {

    margin-left: 0.5em;

}



.product-spec span{

-webkit-font-smoothing: antialiased;

    display: var(--fa-display, inline-block);

    font-style: normal;

    font-variant: normal;

     line-height: 1.5;

    text-rendering: auto; font-weight:900;

}



.dot {

  height: 25px;

  width: 25px;

  border-radius: 50%;

  display: inline-block;

}



.page-numbers {

    margin: 0 0.5em;

    height: 2em;

    padding: 0.3em 0.8em;

    text-align: center;

    color:#9c1b30;

    font-weight: bold;

    font-size: 1.2em;

}



.current {

    background-color: #9c1b30;

    color:#fff;

    border-radius: 50%;

}



.tags-list a {

    border-radius: 0.2em;

    background-color: #9c1b30;

    float: left;

    position: relative;

    border-right: none;

    padding: 0.2em 1em;

    height: 2em;

    font-weight: bold;

    color: #fff;

    margin-right: 1.5em;

}



.tags-list a::after {

    content: "";

    position: absolute;

    top: 12%;

    left: 80%;

    -webkit-transform: rotate(45deg);

    -moz-transform: rotate(45deg);

    transform: rotate(45deg);

    width: 1.5em;

    height: 1.5em;

    background-color: #9c1b30;

    border-radius: 0.2em;

    z-index: -1;

}



.gradient-bg-vertical {

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background: rgb(0,0,0);

    background: linear-gradient(0deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,1) 95%);

    z-index: 1;

}





.btn-expand:after {

    content: " ";

    position: absolute;

    display: block;

    width: 100%;

    height: 100%;

    top: 0;

    left: -28px;

    z-index: -1;

    transform-origin: bottom left;

    -ms-transform: skew(-30deg, 0deg);

    -webkit-transform: skew(-30deg, 0deg);

    transform: skew(-30deg, 0deg);

    border-radius: 0.25rem 0 0 0;

}





.table-caption{

	caption-side: top;

	padding: 1em 1em;

	color: #fff;

	text-transform: uppercase;

	font-weight: 600;

	width: auto;

	border-radius: 1em 1em 0 0;

}


.row-content:nth-child(2n) {

    background:#eee;

}



/*-------Form Style--------------*/



form.wpcf7-form.init {

    margin: 0;

}



input.wpcf7-form-control.wpcf7-text, select.wpcf7-form-control.wpcf7-select {

    width: 100%;

    border: 0;

    padding: 0.5em;

}



input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {

    border: 0;

    padding: 0.5em;

    margin-left: 1em;

}



input.wpcf7-form-control.has-spinner.wpcf7-submit {

    width: 100%;

    border-radius: 0;

}



input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {

    width: 100%;

    margin-left: 0;

    border: 0;

    padding: 0.5em;

}



textarea.wpcf7-form-control.wpcf7-textarea {

    width: 100%;

    border: 0;

}

/* Bootstrap rowspan layout */
.no-gutters {
    margin-right: 0;
    margin-left: 0;
  
    > .col,
    > [class*="col-"] {
      padding-right: 0;
      padding-left: 0;
    }
  }
  
  .cell {
    min-height: 100px;
    border: 2px solid green;
    margin: 1rem;
  }
  .cell__big {
    border-color: red;
    height: auto;
    display: flex;
    height: calc(100% - 2rem);
  }

/* Style the button that is used to open and close the collapsible content */
.collapsible {
    background-color: #fff;
    padding: 5% 35px 5% 5%;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    position: relative;
}
  
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  .active, .collapsible:hover {
  }
  
  /* Style the collapsible content. Note: hidden by default */
  .content {
    padding: 5%;
    display: none;
    overflow: hidden;
  }

  .collapsible:after {
    content: '\02795';
    font-size: 13px;
    position: absolute;
    right: 2%;
    top: 50%;
    transform:translateY(-50%);
}
  
  .active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
  }

  .resume{
    display: none;
    }


/*Profile Editor Custom Style*/    

    #overlay {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.5);
        z-index: 10;
        cursor: pointer;
        overflow: scroll;
    }
    
    .overlay-content{
        position: relative;
        transform: translate(-50%, 10%);
        left: 50%;
        padding: 2em;
        background: #fff;
    }
    
    
    @media only screen and (min-width: 768px){
        .overlay-content{
            width: 75%;
        }
    }
    
    @media only screen and (max-width: 767px){
        .overlay-content{
            width: 100%;
        }
    }
    
    
    .profile-container {
        margin-top: -6em;
    }
    
    .profile_form {
        max-width: 700px;
        width: 100%;
        position: relative;
        transform: translate(-50%, 20%);
        left: 50%;
        padding: 2em;
        background: #fff;
        color:#000;
    }
    
    .profile_form .acf-form-fields{
    --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(var(--bs-gutter-y) * -1);
        margin-right: calc(var(--bs-gutter-x) * -.5);
        margin-left: calc(var(--bs-gutter-x) * -.5);
    }
    
    .profile_form .acf-field-image {
        text-align: center;
        width: 100%;
    }
    
    
    .profile_form .acf-form-submit {
        text-align: center;
        margin: 1em 0;
    }

    .profile_form .acf-fields>.acf-field {
        width: 100%;
        border-top-width: 0;
    }

    .profile_form .acf-field-group > .acf-label {
        border-bottom: 1px solid #000;
    }

    .profile_form .-border {
        border: unset!important;
    }


    .acf-field input[type=text], .acf-field input[type=password], .acf-field input[type=date], .acf-field input[type=datetime], .acf-field input[type=datetime-local], .acf-field input[type=email], .acf-field input[type=month], .acf-field input[type=number], .acf-field input[type=search], .acf-field input[type=tel], .acf-field input[type=time], .acf-field input[type=url], .acf-field input[type=week], .acf-field textarea, .acf-field select {
        font-size:13px!important;
    }

    .user-role li { 
        color: #696969;
        background: none;
    }

    #breadcrumbs {
        font-size: 14px;
        color: #333;
        padding: 1em 0;
        background-color: #e6e6e6;
        text-align: center;
    }
    
    #breadcrumbs a {
        text-decoration: none;
        color: #333;
    }