/*
 * ChangYun WebSite Main Css Style
 * 2026-01-25
 */

/* Basic Reset */
*,
*::before,
*::after { margin:0; padding:0; box-sizing:border-box; }

ul { list-style: none; margin: 0; padding: 0; }
a { text-decoration:none; color:#212529; transition:all .2s ease; }

:root {
	--bs-body-font-family:"Inter",system-ui,-apple-system,"Segoe UI", Roboto,"Helvetica Neue",Arial,sans-serif;
	--bs-body-font-size: 1rem;
	--bs-body-line-height: 1.6;
	--bs-card-border-color:#e9ecef;
	--bs-border-color:#e9ecef;
	--bs-border-color-translucent:var(--bs-gray-200);
}

body {
	background-color: #657084;
	color: #212529;
	font-size: 16px;
}

h1,h2,h3,h4,h5,h6 { font-weight:600; line-height:1.3; letter-spacing:-0.01em; }

p { margin-bottom:1rem; }
.card-title { color: var(--bs-body-color); }
.lead { font-size: 1.05rem; line-height: 1.6; }
.btn { font-weight: 500; letter-spacing: 0.02em; }
.pt-lg-6 { padding-top: 120px !important; }
.icon-link { font-size: 14px; }
.font-serif {
	font-family: Arizona, ArizonaFallback, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
	/* font-family: "Rubik", sans-serif; */
}

/* Wrapper */
.page-wrapper-inner { position: relative; background-color: #FFF; -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .15); box-shadow: 0 0 12px rgba(0, 0, 0, .15); }

/* Top Header */
.main-header { display: flex; align-items: center; padding: 0 20px; background-color: #FFF; }
.main-navbar { flex-grow: 1; }
.website-url .logo { max-width: 90px; }
.navbar-expand-lg .navbar-nav .nav-link { color: #061627; font-size: 16px; }
.navbar-expand-lg .navbar-nav .nav-link:hover { color: #0d6efd; }
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show { color: #0d6efd; }
.nav-top-tool { display: flex; }
.top-language { position: relative; border: 1px solid #e9ecef; border-radius: 4px; }
.top-language .btn { padding: 2px 4px; }

/* Home Large Slide */
.home-large-slide { position: relative; height: 520px; overflow: hidden; background: #FFF; }
.home-large-slide-item { height: 520px; }
.home-large-slide-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: rgba(0, 0, 0, .24);
	/*
	background: var(--bs-black);
	opacity: 0.2;
	background: linear-gradient(180deg, #000, 30%, transparent);
	*/
}
.home-large-slide-item .carousel-item-info {
	position: relative;
	width: 85%;
	height: 100%;
	margin: 0 auto;
	padding: 25px 0;
	z-index: 200;
	align-content: center;
	color: #FFF;
	text-align: center;
}
.home-large-slide .slide .carousel-indicators { margin-bottom: 0; bottom: 20px; z-index: 300; }

/* Universal style component for the whole site */
.section-layout { padding: 45px 20px;background-color: #FFF; }
.section-heading { margin-bottom: 45px; text-align: center; }
.section-subtitle { margin-bottom: 10px; }
.section-subtitle .badge { padding: 6px 10px; background-color: rgb(245 246 255); color: #1b2bb8; font-size: 14px; }
.section-title { position: relative; margin-bottom: 15px; display: flex; flex-direction: column; align-items: center; color: #000; font-size: 32px; font-weight: 600; text-align: center; }
.section-heading p { margin-bottom: 0; color: #6c757d; font-size: 16px; }

/* Our Product Line */
.product-line-card { position: relative; height: 100%; display: flex; flex-direction: column; border: 1px solid var(--bs-gray-200); border-radius: 6px; overflow: hidden; }
.product-line-card .basic-info-card { display: flex; flex: 1; border-bottom: 1px solid var(--bs-gray-200); }
.product-line-card .card-picture { display: flex; flex-shrink: 0; align-items: center; justify-content: center; width: 224px; padding: 15px; }
.product-line-card .card-picture img { max-width: 100%; height: auto; }
.product-line-card .card-info { flex: 1; padding: 20px 15px; border-left: 1px solid var(--bs-gray-200); display: flex; flex-direction: column; }
.product-line-card .card-info .card-title { margin-bottom: 15px; font-size: 20px; font-weight: 600; }
.product-line-card .card-info .card-text { color: #6c757d; font-size: 14px; flex: 1; }
.product-line-card .card-info .learn-more { margin-top: 15px; }
.product-line-card .specs-card { margin: 0; padding: 10px 20px; background-color: #f3f8ff; }
.product-line-card .specs-card .spec-item { display: flex; justify-content: space-between; margin-bottom: 0; padding: 10px 0; border-bottom: 1px solid var(--bs-gray-200); font-size: 13px; }
.product-line-card .specs-card .spec-item dt, .product-line-card .specs-card .spec-item dd { margin: 0; padding: 0; }
.product-line-card .specs-card .spec-item dt { padding-right: 10px; color: #6c757d; font-weight: 500; }
.product-line-card .specs-card .spec-item dd { color: #000; }
.product-line-card .specs-card .spec-item:last-child { border-bottom: 0; }
.product-line-card:hover { box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px; }

/* Our Strengths */
.home-strengths-box { display: flex; flex-direction: column; gap: 1rem; height: 100%;  }
.home-strengths-box .card { height: 100%; padding: 15px 5px; background-color: #f3f8ff; }
.home-strengths-box .card .card-body .card-icon { display: inline-flex; align-items: center; justify-content: center; width: 55px; height: 55px; margin-bottom: 25px; border-radius: 6px; background-color: #0d6efd; color: #FFF; text-align: center; }
.home-strengths-box .card .card-body .card-icon img { width: 30px; height: 30px; margin: 0 auto; }
.home-strengths-box .card .card-body .card-title { margin-bottom: 15px; font-size: 20px; font-weight: 600; letter-spacing: -.03em; }
.home-strengths-box .card .card-body .card-text { color: #6c757d; font-size: 14px; }
.home-strengths-center-card {
	position: relative;
	padding: 45px 20px 20px;
	height: 100%;
	background: rgb(0, 114, 255) url(../images/home_strengths_bg.webp) no-repeat;
	background-position: left 100%;
	background-size: 100%;
	border-radius: 6px;
	color: #fff;
	text-align: center;
}
.home-strengths-center-card .center-card-title { margin-bottom: 25px; font-size: 28px; font-weight: 600; line-height: 1.3; }
.home-strengths-center-card .center-card-txt { font-size: 16px; line-height: 1.75; }
.home-strengths-box .card:hover { box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px; background-color: #FFF; }

/* Home News */
.news-item-card { position: relative; overflow: hidden; }
.news-item-card .thumb { transition: transform .6s cubic-bezier(.4,0,.2,1); will-change: transform; }
.news-item-card .card-body .card-date { margin-bottom: 10px; }
.news-item-card .card-body .card-title { margin-bottom: 20px; font-size: 16px; line-height: 1.5; }
.news-item-card:hover .thumb { transform: scale(1.1); }

/* home bottom contact */
.home-bottom-contact-layout { padding-top: 0!important; }
.home-bottom-contact {
	position: relative;
	padding: 40px 20px;
	border-radius: 8px;
	background: #0d6efd url("../images/banner/home_bottom_quote.webp") no-repeat center center;
	background-size: cover;
	text-align: center;
}
.home-bottom-contact:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 8px;
	background-color: #13305b;
	opacity: 0.75;
	z-index: 1;
}
.home-bottom-contact-box { position: relative; width: 65%; margin: 0 auto; z-index: 100; color: #FFF; }
.home-bottom-contact-box .tit { margin-bottom: 20px; }
.home-bottom-contact-box .text { color: #FFF; }
.home-bottom-contact-box .more { margin-bottom: 0; }

/* Our Partners */
.our-partners-card { padding: 15px; }
.our-partners-card img { border-radius: 6px; }
.our-partners-card:hover { box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px; }

/* Pages */
.current-page-info { position: relative; height: 360px; overflow: hidden; z-index: 1; color: #fff; }
.current-page-info::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
	background: url('../images/banner/page_banner_svg_bg.svg') no-repeat;
	background-position: center bottom;
	background-size: contain;
}
.current-page-info .current-info { position: relative; top: 120px; z-index: 200; padding: 0 25px; }
.current-page-info .current-info .row { align-items: center; }
.current-page-title { font-size: 32px; font-weight: bold; }
.current-page-info .breadcrumb { margin: 0; padding-left: 2px; color: #FFF; }
.current-page-info .breadcrumb li, .current-page-info .breadcrumb li a { color: #FFF; font-size: 14px; }
.current-page-info .breadcrumb .breadcrumb-item+.breadcrumb-item::before { color: #FFF; }
.product-current-info { top: 0 !important; }
.card-badge { display: inline-block; padding: 5px 8px; background-color: #0d6efd; border-radius: 6px; color: #FFF; font-size: 12px; line-height: 1; text-align: center; white-space: nowrap; vertical-align: baseline; }

/* Page About Us */
.countup-item {
	padding: 15px 10px;
	height: 100%;
	border: 1px solid #e9ecef;
	border-radius: 6px;
	text-align: center;
}
.countup-item .name {
	margin-bottom: 0;
	color: #343a40;
	font-size: 16px;
	font-weight: 500;
}
.countup-item .data {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	border-bottom: 1px solid #e9ecef;
	color: #0d6efd;
	font-size: 28px;
	font-weight: 600;
}
.countup-item .data span {
	margin-left: 5px;
	font-size: 14px;
	font-weight: normal;
}

/* Page Certifications */
.certifications-card {
	padding: 10px;
	border: 1px solid #e9ecef;
	border-radius: 6px;
	background-color: #fff;
}

.certifications-card .photo {
	position: relative;
	margin-bottom: 0;
	overflow: hidden;
	border-radius: 6px;
}

.certifications-card .photo img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 6px;
}
.certifications-card .photo .cert-badge {
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	display: inline-block;
	padding: 2px 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .5px;
	text-transform: uppercase;
	color: #fff;
	background: var(--bs-orange);
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 13px;
	white-space: nowrap;
	opacity: 1;
	transition: opacity .35s ease;
	pointer-events: none;
}
.certifications-card .photo .caption {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 75px 15px 15px;
	margin: 0;
	background: rgba(0, 0, 0, 0.55);
	border-radius: 6px;
	color: #fff;
	font-size: 17px;
	line-height: 1.35;
	font-weight: 500;
	text-align: center;
	opacity: 1;
	transition: opacity .35s ease;
	pointer-events: none;
}
.certifications-card:hover .photo .cert-badge,
.certifications-card:hover .photo .caption {
	opacity: 0;
}

/* Page About Us Content */
.about-us-content header { margin-bottom: 35px; padding-bottom: 25px; border-bottom: 1px solid #e9ecef; }
.about-us-content header h2 { margin-bottom: 0; }
.page-content h3 { font-size: 22px;}
.page-content img { display: block; max-width: 100%; height: auto; }
.page-content { font-size: 16px; line-height: 1.6; }

/* Page Corporate Culture */
.our-name-card { background: url('../images/card_bg_1.jpg') no-repeat center center; background-size: cover; }
.core-values-card .card-head { margin-bottom: 15px; border-bottom: 1px solid #e9ecef; }
.core-values-card .card-head .card-icons { width: 60px; height: 60px; margin-bottom: 15px; background-color: #0d6efd; border-radius: 15%; display: flex; align-items: center; justify-content: center; }
.core-values-card .card-head .card-icons img { width: 36px; height: 36px; }

/* Page Facilities */
.facility-header { display: flex; flex-flow: column; align-items: center; justify-content: center; }
.facility-photos { margin-top: 35px; }

/* Page Certificates */
.cert-category { margin-bottom: 25px; }
.cert-category-title { position: relative; display: inline-block; margin-bottom: 0; padding-bottom: 10px; }
.cert-category-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 3px;
	background-color: var(--bs-blue);
}

/* Page Privacy Statement */
.privacy-statement ul { padding: 15px 30px; list-style: disc; }


/* list Products */
.product-filter-results .product-card { background: linear-gradient(180deg, #e6f0ff 0%, #fff 47%); }
.product-category-title { position: relative; margin: 45px auto; padding-bottom: 20px; text-align: center; }
.product-category-title::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 100px;
	height: 3px;
	background-color: var(--bs-blue);
	border-radius: 2px;
}
.product-list-item { margin-bottom: 20px; }
.product-list-card { display: flex; width: 100%; border: 1px solid #e9ecef; border-radius: 6px; background: #FFF; box-sizing: border-box; }
.product-card-image { flex: 0 0 220px; display: flex; align-items: center; padding: 15px 15px; }
.product-card-body { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; justify-content: space-between; border-left: 1px solid #e9ecef; }
.product-card-info { padding: 20px; }
.product-card-meta { color: #6c757d; font-size: 14px; }
.product-card-details { padding: 10px 20px; border-top: 1px solid #e9ecef; align-content: end; text-align: right; }
.product-card-body .product-card-specs { margin-bottom: 0; padding: 10px 20px; border-top: 1px solid #e9ecef; background-color: #f3f8ff; }
.product-card-body .product-card-specs .spec-item { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--bs-gray-200); font-size: 13px; }
.product-card-body .product-card-specs .spec-item dt, .product-card-body .product-card-specs .spec-item dd { margin: 0; padding: 0; }
.product-card-body .product-card-specs .spec-item dt { padding-right: 10px; font-weight: 500; }
.product-card-body .product-card-specs .spec-item dd { color: #000; }
.product-card-body .product-card-specs .spec-item:last-child { border-bottom: 0; }
.product-list-card:hover { border: 1px solid #0d6efd; }

.list-product-info-illustration { position: relative; }
.list-product-info-illustration .illustration {}
.list-product-info-illustration .product-video-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background-color: rgb(33 37 41 / 15%);
	background-blend-mode: multiply;
	text-align: center;
}
.list-product-info-illustration .player-icon { display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; border-radius: 30px; background-color: var(--bs-yellow); }
.list-product-info-illustration .player-icon .bi-play-btn-fill { color: #FFF; }
.list-product-info-illustration .product-video-link:hover { background-color: rgb(33 37 41 / 0) !important; }
.list-product-info-illustration .product-video-link:hover .player-icon { background-color: #F00; }
.list-product-benefits-card .card-body p { margin-bottom: 0; font-size: 14px; }

/* Products List Sidebar Nav */
.page-sidebar-nav { border: 1px solid #e9ecef; border-radius: 6px; }
.page-sidebar-nav h3 { margin-bottom: 0; padding: 12px 15px; border-radius: 6px 6px 0 0; background-color: #0d6efd; color: #FFF; font-size: 18px; }
.page-sidebar-nav-ul .nav-item { border-bottom: 1px solid #e9ecef; }
.page-sidebar-nav-ul .nav-item a { display: flex; justify-content: space-between; align-items: center; padding: 12px 15px; }
.page-sidebar-nav-ul .nav-item a:hover { background-color: #f8f9fa; color: #0d6efd; }
.page-sidebar-nav-ul .nav-item:last-child { border-bottom: none; border-radius: 0 0 6px 6px; }
.page-sidebar-nav-ul .nav-item:last-child a { border-radius: 0 0 6px 6px; }
.page-sidebar-nav-ul .nav-item.active a { background-color: #f8f9fa; color: #0d6efd; }

/* Product Selection Filter */
.product-selection-filter { background: #FFF; }
.product-selection-filter .filter-options { display: grid; grid-template-columns: repeat(auto-fit, minmax(86px, 1fr)); gap: 12px; padding: 15px 16px; }
.product-selection-filter .filter-options a {
    box-sizing: border-box;
    min-width: 0;
    min-height: 32px;
    padding: 5px 6px;
    background-color: #f0f2f3;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    color: #000;

    display: flex;
    align-items: center;
    justify-content: center;

    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}
.product-selection-filter .filter-options a.active, .product-selection-filter .filter-options a:hover { color: #ff5b57; font-weight: bold; }
.product-selection-filter .accordion-button:focus { box-shadow: none; }
.product-selection-filter .accordion-button:focus-visible { outline: 2px solid #86b7fe; outline-offset: 2px; }
.product-selection-filter .accordion-button:not(.collapsed) { background-color: #0d6efd; color: #fff; }
.product-selection-filter .accordion-button:not(.collapsed)::after { -webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1); }
.product-filtered-results { margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid #e9ecef; }
.product-filters-current {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 6px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9ecef;
}

.product-filters-current .current-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: auto;
    padding: 3px 6px;
    border: 1px dotted #da6e14;
    background-color: var(--bs-warning-border-subtle);
    font-size: 12px;
    line-height: 1.4;
    white-space: nowrap;
}

/* Product List Content */
.product-card .card-title { margin-bottom: 0; font-size: 16px; line-height: 24px; }
.product-card .product-specifications { margin-bottom: 0; padding: 10px 16px; border-top: 1px solid #e9ecef; }

.product-card .product-specifications .specifications-data {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid var(--bs-gray-200);
    font-size: 13px;
}

.product-card .product-specifications .specifications-data dt {
    width: 156px;
    flex-shrink: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #6c757d;
    font-weight: 500;
}

.product-card .product-specifications .specifications-data dt,
.product-card .product-specifications .specifications-data dd {
    margin: 0;
    padding: 0;
}

.product-card .product-specifications .specifications-data dd {
    flex: 1;
    min-width: 0;
    color: #000;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-pages { margin-top: 30px; }

/* Product Show */
.show-breadcrumb { margin-bottom: 0; padding: 15px 20px; background: linear-gradient(180deg, var(--bs-primary) 10%, var(--bs-cyan) 100%); }
.show-breadcrumb .breadcrumb { margin-bottom: 0; }
.show-breadcrumb .breadcrumb .breadcrumb-item, .show-breadcrumb .breadcrumb .breadcrumb-item a { color: #FFF; }
.show-breadcrumb .breadcrumb .breadcrumb-item::before { color: #FFF; }

.product-photo-slide { border: 1px solid #e9ecef; }
.product-photo-slide .carousel-inner { border-bottom: 1px solid #e9ecef; }
.product-photo-slide .carousel-indicators { position: relative; justify-content: left; margin: 0; }
.product-photo-slide .carousel-indicators button {
	flex: 1;
	position: relative;
	min-height: fit-content;
	margin: 0;
	border: 0;
	text-indent: initial;
}
.product-photo-slide .carousel-indicators .active::after {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fd7e14;
}
.product-photo-slide .carousel-control-prev-icon,
.product-photo-slide .carousel-control-next-icon { background-color: #000; }
.product-photo-slide .carousel-control-prev { justify-content: flex-start; }
.product-photo-slide .carousel-control-next { justify-content: flex-end; }
.product-show-slide-video { position: relative; }
.product-show-slide-video .product-video-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgb(33 37 41 / 3%);
	background-blend-mode: multiply;
	text-align: center;
}
.product-show-slide-video .player-icon { display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; border-radius: 30px; background-color: var(--bs-yellow); }
.product-show-slide-video .player-icon .bi-play-btn-fill { color: #FFF; }
.product-show-slide-video .product-video-link:hover { background-color: rgb(33 37 41 / 0) !important; }
.product-show-slide-video .product-video-link:hover .player-icon { background-color: #F00; }

.product-basic-info .product-title { margin-bottom: 20px; font-size: 24px; font-weight: 600; }
.product-model-badge { display:inline-flex; padding: 0; border-radius: 4px; background-color: #0d6efd; vertical-align: top; color: #FFF; font-size: 12px; text-align: center; }
.product-model-badge .model-label { padding: 0 4px; border-radius: 3px 0 0 3px; background-color: #fd7e14; }
.product-model-badge .model-value { padding: 0 4px; }
.product-core-specs .specs-item { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; margin: 0; padding: 10px 0; border-top: 1px solid #e9ecef; }
.product-core-specs .specs-item dt { width: 212px; flex: 0 0 auto; letter-spacing: 0.02em; word-break: break-word; font-weight: 400; }
.product-core-specs .specs-item dd { flex: 1 1 auto; margin: 0 0 0 auto; text-align: right; }
.product-contact-group { padding-top: 15px; border-top: 1px solid #e9ecef; }
.product-content .nav-tabs { border: 0 !important; background-color: aliceblue; }
.product-content .nav-tabs .nav-item .nav-link { padding: 10px 15px;  border-radius: 0; color: #495057; }
.product-content .nav-tabs .nav-item .nav-link.active {  color: #0d6efd; }

.product-tab-content { padding: 25px 15px; border: 1px solid #e9ecef; }
.product-features-benefits .card { border: 0; background-color: var(--bs-gray-100); }

.product-downloads li { padding: 10px 0; border-bottom: 1px solid #e9ecef; }
.product-downloads li a { display: flex; }
.product-downloads li a span { display: block; }
.product-downloads li a .icon { margin-right: 10px; }
.product-downloads li a .icon .bi { color: #0d6efd; }
.product-downloads li a .pdf-title { margin-bottom: 0; font-size: 14px; line-height: 1.5; }
.product-downloads li a .pdf-href { margin-left: auto; color: #0d6efd; }
.product-downloads li:last-child { border-bottom: 0; }
.product-downloads li a:hover { color: #0d6efd !important; }

.product-details h3, .product-details h4, .product-details h5, .product-details h6 { margin-bottom: 15px; }
.product-details p { margin-bottom: 10px; }

.product-all-models { padding: 20px 15px 15px; }
.product-all-models .table { min-width:720px; }
.product-all-models .table caption { padding: 0 0 15px; border-bottom: 1px solid #e9ecef; color: #212529; font-size: 18px; font-weight: 600; }
.product-all-models .table thead th, .product-specifications .table th { white-space: nowrap; }
.product-all-models .table td, .product-specifications .table td { white-space: nowrap; }
.block-name { margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid #e9ecef; font-size: 18px; font-weight: 600; }

.product-request-quote { padding: 25px 20px 25px; background: #0d6efd; }
.product-request-quote .head-info { color: #FFF; text-align: center; }
.product-request-quote-form { padding: 15px; border-radius: 6px; background-color: #FFF; }

/* Page sidebar media */
.page-sidebar-media { margin-top: 20px; }

/* Applications */
.applications-video-card { display: block; position: relative; }
.applications-video-card .thumbnail { position: relative; z-index: 10; }
.applications-video-card .thumbnail img { width: 100%; max-height: 318px; margin: 0 auto; object-fit: cover; }
.applications-video-card .body {
	inset: 0;
	top: 0;
	left: 0;
	z-index: 100;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
	color: #FFF;
	font-size: 14px;
}
.applications-video-card .info { padding: 20px 15px; }
.applications-video-card .info .model { display:inline-flex; margin-bottom: 10px; padding: 0; border-radius: 4px; background-color: #0d6efd; vertical-align: top; color: #FFF; font-size: 12px; text-align: center; }
.applications-video-card .info .model .model-label { padding: 0 4px; border-radius: 3px 0 0 3px; background-color: #fd7e14; }
.applications-video-card .info .model .model-value { padding: 0 4px; }
.applications-video-card .info .card-title { color: #FFF; font-size: 14px; font-weight: 500; }

.applications-video-card .player-icon { margin: auto 0;  }
.applications-video-card .player-icon .icon-box { display: none; justify-content: center; }
.applications-video-card .player-icon .icon-box img { width: 58px; height: 58px; }
.applications-video-card:hover { transform: scale(1.02); }
.applications-video-card:hover .icon-box { display: flex; animation: fadeInUp 0.3s ease forwards; }
@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(15px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Video Show */
.video-info { padding: 20px 15px; }
.video-title { margin-bottom: 20px; font-size: 18px; font-weight: 600; }
.video-meta { display: flex; gap: 20px; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #e9ecef; }
.video-meta .bi { color: #0d6efd; }
.video-related-products { position: relative; }
.video-related-products .thumbnail { padding: 15px; height: 100%; }
.video-related-products .thumbnail img{ height: 100%; object-fit: cover; }
.video-related-products .info { height: 100%; padding: 15px; border-left: 1px solid #e9ecef; }
.video-related-products .info .specs { margin-bottom: 0; }
.video-related-products .info .specs .spec-item { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--bs-gray-200); font-size: 13px; }
.video-related-products .info .specs .spec-item dt, .video-related-products .info .specs .spec-item dd { margin: 0; padding: 0; }
.video-related-products .info .specs .spec-item dt { padding-right: 10px; color: #6c757d; font-weight: 500; }
.video-related-products .info .specs .spec-item dd { color: #000; }
.video-related-products .info .specs .spec-item:last-child { border-bottom: 0; }
.video-related-products .info .alink { padding-top: 15px; border-top: 1px solid #e9ecef; text-align: right; }

.related-info { padding: 15px 15px; border: 1px solid #e9ecef; }

.aside-box { padding: 0 15px; border: 1px solid #e9ecef; }
.aside-box .block-name { margin-bottom: 0; padding: 12px 0; border-bottom: 1px solid #e9ecef; color: var(--bs-primary); }
.aside-video-list-item { padding: 15px 0; border-bottom: 1px solid #e9ecef; }
.aside-video-info { display: flex; align-items: center; }
.aside-video-info .thumbnail { flex-shrink: 0; }
.aside-video-info .thumbnail img { width: 118px; max-height: 160px; object-fit: cover; }
.aside-video-info .meta { flex-grow: 1; margin-left: 15px; }
.aside-video-info .meta .model { margin-bottom: 5px; font-size:14px; }
.aside-video-info .meta .model span { color: var(--bs-blue); }
.aside-video-info .meta .meta-title { font-size:14px; font-weight: 500; }
.aside-video-list-item:last-child { border-bottom: 0; }

/* News Show */
.news-header { padding: 0 0 20px; border-bottom: 1px solid #e9ecef; }
.news-header .news-title { margin-bottom: 15px; font-size: 24px; line-height: 32px; }
.news-header .meta { display: flex; gap: 20px; }
.news-header .meta .bi { color: #0d6efd; }
.news-content { padding: 15px 0; line-height: 26px; }
.news-content p img, .news-content img { display: block; max-width: 100%; height: auto; margin: 10px auto; }
.aside-news li { padding: 10px 0; border-bottom: 1px solid #e9ecef; }
.aside-news li:last-child { border-bottom: 0; }
.aside-news li a:hover { color: #0d6efd !important; }

/* Services */
.service-categories .service-category { margin-bottom: 15px; }
.service-categories .service-category:last-child { margin-bottom: 0!important; }
.service-category-header {display: flex; padding: 15px; border-bottom: 1px solid #e9ecef; }
.service-category-header h5 { width: 100%; margin-bottom: 0; }
.service-category-header .service-category-more { flex-shrink: 1; }
.service-category-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 15px 15px;
    gap: 16px;
    border-bottom: 1px solid #e9ecef;
}

.service-category-item a {
    display: block;
    flex: 1 1 auto;
    width: auto;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.service-category-item span {
    display: block;
    flex: 0 0 auto;
    width: auto;
    margin-left: auto;
    text-align: right;
    white-space: nowrap;
    color: #000;
}
.service-category-item a:hover { color: red!important; }
.service-category-item:last-child { border-bottom: 0; }


/* Contact Us */
.contact-information { margin-bottom: 0; padding: 15px; height: 100%; }
.contact-information dt { padding-bottom: 10px; border-bottom: 1px solid #e9ecef; }
.contact-information dt h4 { margin-bottom: 0; font-size: 24px; }
.contact-information dd { display: flex; margin: 0; padding: 15px 0; gap: 8px; border-bottom: 1px solid #e9ecef; }
.contact-information dd:last-child { border-bottom: 0; }
.contact-information dd b { flex-shrink: 0; width: 130px; }
.contact-us-form { padding: 15px; height: 100%; background-color: #f8f9fa; }
.contact-us-form h4 { margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px solid #e9ecef; font-size: 24px; }

/* Floating Service */
#floatingService.is-hidden {
    display: none;
}

.floating-service {
    position: fixed;
    right: 12px;
    bottom: 120px;
    z-index: 9999;
}

.service-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    background-color: var(--bs-warning-bg-subtle);
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
}

.service-item,
.service-collapse,
.service-toggle {
    padding: 0;
    border-bottom: 1px solid #ece5d2;
    background: var(--bs-warning-bg-subtle);
    cursor: pointer;
    text-decoration: none;
}

.service-item {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-item img {
    max-width: 36px;
    max-height: 36px;
    display: block;
}

.service-collapse {
    width: 42px;
    height: 42px;
    background-color: var(--bs-warning-border-subtle);
}

.service-top span {
    width: 30px;
    height: 30px;
    display: block;
    overflow: hidden;
}

.service-toggle {
    position: absolute;
    right: -12px;
    top: 50%;
    width: 22px;
    height: 88px;
    border: 0;
    border-radius: 6px 0 0 6px;
    background: #ffa400;
    transform: translateY(-50%);
    display: none;
}

.service-toggle span {
    display: block;
    width: 13px;
    height: 13px;
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
    transform: rotate(45deg);
    margin-left: 7px;
}

.service-panel .service-top,
.service-panel .service-collapse {
    border: 0;
}

.service-panel .service-top {
    border-bottom: 1px solid #e9ecef;
}

/* 关闭后：父容器不再遮挡页面点击 */
.floating-service.is-closed {
    pointer-events: none;
}

.floating-service.is-closed .service-panel {
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
    pointer-events: none;
}

.floating-service.is-closed .service-toggle {
    display: block;
    pointer-events: auto;
}

/* Footer */
.footer { padding: 35px 20px 25px; background: #0a58ca url('../images/footer.png') center center / contain no-repeat; }
.footer-follow-us { display: flex; gap: 5px; padding-top: 15px; padding-bottom: 15px; }
.footer-follow-us .btn-social { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; border: 1px solid rgb(255 255 255 / 49%); border-radius: 32px; color: #F7FAFF; }
.footer-follow-us .btn-social .bi { font-size: 18px; line-height: 1.5; }
.footer-follow-us .btn-social .bi::before {  }
.footer-follow-us a:hover .bi { color: #0d6efd; }
.footer-column .footer-toggle { width: 100%; margin-bottom: 15px; padding: 5px 5px 5px 0; border-bottom: 1px solid #598edb; border-radius: 0; text-align: left; color: #FFF; font-size: 17px; }
.footer-links[hidden] { display: none; }
.footer-links li a { display: inline-block; padding: 8px 0; color: #e6f1ff; font-size: 14px; }
.footer-links li a:hover { color: #ffc107; }
.footer-links .contact-item { padding-top: 5px; padding-bottom: 5px; color: #e6f1ff; font-size: 14px; }
.footer-links .contact-item i { margin-right: 6px; }
.footer-info { display: flex; align-items: center; justify-content: space-between; margin-top: 25px; padding-top: 20px; border-top: 1px solid #598edb; color: #e6f1ff; font-size: 12px; }
.footer-info .footer-logo img { display: block; width: 80px; height: auto; margin: 0 auto; }
.footer-info .footer-privacy { text-align: end; }
.footer-info .footer-privacy a { display: inline-block; color: #e6f1ff; }
.footer-info .website-copy, .footer-info .footer-privacy { width: 332px; }



