/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 03 2025 | 03:04:52 */
/** about us page **/
.ct-custom.elementor-widget-image-box,
.ct-custom .elementor-widget-container {
	height: 100%;
}

.ct-custom .elementor-widget-container {
	overflow: hidden;
}

.ct-custom .elementor-image-box-content {
	padding: 0 30px;
}

#block-2 h2{
	line-height:1.2em;
}

.ct-header-text{
	position:relative;
}

.ct-header-text h1{
	  font-weight: 300;
    text-align: center;
    line-height: 1.2em;
    letter-spacing: 15px;
    text-transform: uppercase;
    font-size: 26px;
	}

.ct-header-text::before{
	content:"";
	display:block;
	width:25%;
	height:1px;
	background:#097889;
	position:absolute;
	left:0;
}
.ct-header-text::after{
	content:"";
	display:block;
	width:25%;
	height:1px;
	background:#097889;
	position:absolute;
	right:0;
}


#block-5 article{
	margin-bottom:0;
}


/* —— 基础按钮样式 —— */
.custom-subcat-list {
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
    flex-wrap: wrap;
}

.custom-subcat-list a {
    padding: 6px 14px;
    border-radius: 20px;
    background: #fff;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    white-space: nowrap;
    transition: all .25s ease;
}

.custom-subcat-list a:hover {
    background: #222;
    color: #fff;
}

.custom-subcat-list a.active {
    background: #222;
    color: #fff;
    font-weight: bold;
}

/* —— 小屏优化 —— */
@media (max-width: 768px) {
    .custom-subcat-nav {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; /* 提升滑动体验 */
        padding-bottom: 6px;
    }

    .custom-subcat-list {
        flex-wrap: nowrap;         /* 让按钮排成横向一排 */
        gap: 8px;
    }

    .custom-subcat-list li {
        flex: 0 0 auto;            /* 元素可横向滑动 */
    }

    .custom-subcat-list a {
        font-size: 13px;
        padding: 6px 12px;
        border-radius: 18px;
    }

    /* 移动端的阴影／分界线，让滑动看起来更自然 */
    .custom-subcat-nav::-webkit-scrollbar {
        display: none;             /* 隐藏滚动条 */
    }
	.ct-header-text h1{
    text-align: left;
	 letter-spacing: 12px;
	}
	.ct-header-text p{
    text-align: left !important;
	}
	
	.ct-header-text::before{
		display:none;
	}
	.ct-header-text::after{
		display:none;
	}
}

@media (max-width: 431px) {
	.ct-header-text h1{
    font-size:20px;
	 letter-spacing: 8px;
	}
	
	.ct-trending-block.ct-hidden-md{
		display:none;
	}
	
}