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


body, caption{
font-style: normal;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.05em;
}

:lang(en) {
    font-family: 'Montserrat', sans-serif;
}

:lang(zh) {
    font-family: 'Noto Sans SC', sans-serif;
    letter-spacing: 0.1em; 
}

:lang(zh-tw) {
    font-family: 'Noto Sans TC', sans-serif;
    letter-spacing: 0.1em; 
}

p:lang(en) {
    font-weight: 300;
}

p:lang(zh), li:lang(zh) {
    font-weight: 300;
    letter-spacing: 2px;
    letter-spacing: 0.1em; 
}

h1:lang(zh) {
    font-size: 3em ;
}

h1 {
    text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-weight: 600;
font-style: normal;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

p {
font-size: medium;
}

strong, b, span{
font-weight: 600;
font-style: normal;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.05em;
}

.sub-title {
    letter-spacing: 0.08em;
    font-size: small;
}

a, a:hover, a:focus {
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

aside table th, aside table td, aside table caption {
    color: #fff;
}

.caption{
    font-size: small;
}

.bottom-border {
    position: relative;
    display: block;
    margin-bottom: 1em;
}

.bottom-border:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: 10px auto;
    width: 10%;
    height: 6px;
    background: #8D8480;
}


img.custom-logo {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 190px;
    margin: auto auto;
}

span.display-name {
    color: #fff;
}

#wp-admin-bar-search{
    display: none;
}

#wp-admin-bar-bluehost-support{
    display: none;
}

header {
    z-index: 10;
}

header .menu-top-menu-container {
    display: inline;
}

header .top-bar{
    display: inline-flex;
}

ul#menu-top-bar {
    margin-bottom: 0!important;
}

ul#menu-top-menu {
    padding-left: 0!important;
    margin-bottom: 0!important;
}

header .desktop-menu li {
    list-style-type: none;
    position: relative;
}



header .top-bar a {
color:#fff;
font-weight: 600;
font-style: normal;
text-transform: uppercase;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.05em;
    margin:0 1em;
}

header .container{
	justify-content: center;
	align-items: center;
	height: 100%;
}

header .top-bar li .sub-menu {
	display: none;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    background:#212529;
    margin: 3.25em 0 0 0;
    padding: 0;
    list-style-type: none;
    width: 15em;
}

header .top-bar li .sub-menu a{
	color: #fff;
	padding: .25rem;
	text-align: center;
	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%;
}

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

.desktop-menu {
    display: inline;
}

header .desktop-menu li {
    margin: 0.2em 1em;
}


.main-nav{
    display: none;
}
}


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

header .desktop-menu li {
    margin: 0.2em;
}

header .top-bar li a {
    padding: 0.5em 0.3em;
}
}



@media only screen and (max-width: 767px){
.desktop-menu {
        display: none;

}
}

.toggle-nav {
    display: none !important;
}

@media screen and ( max-width: 767px) {
.toggle-nav {
    display: inline-block !important;
    color: #EC1940;
    color: #fff;
    transition: color linear 0.15s;
    z-index: 50;
    position: absolute;
    top: 0;
    left: 0;
    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: 70px;
    width: 100%;
    padding: 1em;
    z-index: 9999;
    background-color: #8D8480;
}

.main-nav ul {
    display: none;
    text-align: center;
    padding-left: 0;
}

.main-nav li {
    display: block;
    float: none;
    padding: 1em 0em;
}

.main-nav li a {
color: #fff;
}

.header-banner{
    position:relative;
    width:100%;
    height:100vh;
    overflow: hidden;
}

.header-banner .bgimg {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.header-banner .clouds{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:hidden;
}

.header-banner .clouds img {
    position: absolute;
    bottom: 0;
    max-width: 100%;
    animation: animate calc(8s * var(--i)) linear infinite;
    /* Other styles for .header-banner .clouds img */
}
@keyframes animate{
    0%
    {
        transform:translateX(-100%);
    }
    100%
    {
            transform:translateX(100%);
    }
}

.main-article {
    position: relative;
    padding: 3rem 0;
}

footer {
    background-color: #f7f8fa;
}

#footer-sidebar ul {
    list-style: none;
    padding-left: 0rem;
    line-height: 2;
}


.widget-title{
    text-transform: uppercase;
    text-align: center;
}

.widget-title:after {
    content: "";
    width: 100px;
    height: 3px;
    display: block;
    bottom: 0;
    left: 50%;
    margin: 10px auto 0 auto;
}

@media only screen and (min-width: 768px){
    
.gallery-widget-title{
    text-align: left;
}

.gallery-widget-title:after{
    margin: unset !important;
}
}

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

form.wpcf7-form p {
    margin-bottom: 0;
}

input.wpcf7-form-control.wpcf7-text, select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    border: 0;
    background: #F8F8F8;
    padding: 0.5em;
}

input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date{
    border: 0;
    background: #F8F8F8;
    padding: 0.5em;
    margin-left:1em;
}


select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    font-size: 1.1em;
    font-weight: normal;
}


input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 100%;
    border-radius: 0;
}


.location-point{
    width: 100%;
    position:absolute;
    z-index: 1;
}

.number-point, .location-name{
    width: fit-content;
    margin: auto;
}

.location-point .location-tag{
    color:#fff;
    position:relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index:2;
    width: max-content;
}

.location-name{
    padding:0;
}

.location-name p {
    line-height: 1.3;
    margin-bottom:0;
}

.location-tag{
padding: 0.5%;
}

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


.location-name p {
    font-size: smaller;

}


}

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

.location-name{
    display: none;
}

.number-point {
    padding: 0.7em;
}

}

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

.widget_layouts_widget li::after {
  content: ", ";
}

.widget_layouts_widget li:last-child::after {
    content: "";
}

.widget_layouts_widget tr:last-child th, .widget_layouts_widget tr:last-child td {
    border-bottom-width:0!important;
}

.widget_layouts_widget th, .widget_layouts_widget td{
border-style: dotted;
}

.fade-appear{
    transition: transform .2s;
    opacity:0.5;
}

.fade-appear:hover{
    opacity:1;
}

.layout-title {
    color: #fff;
    position: relative;
    padding: 20px 0 10px 0;
}

.layout-title:before {
    content: "";
    background: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    transform: rotate(45deg)translateX(-50%);
    top: -13px;
    left: 50%;
    border-radius: 0.25em;
}

.zoom:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5); 
}

.zoom {
  transition: transform .2s;
}

#top-button {
    width:60px;
    height:60px;
  position: fixed;
  bottom: 80px;
  right: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 60px;
}


.drone-image{
    transform:translateX(50%);
}

aside#strategy_location_widget-2 {
    padding: 3rem 0 0 0!important;
}