/*------------------------------------------------------------------
Theme Name: uthinkgroup.com Style
Author: UThink Group Limited
Version: 5.0
-------------------------------------------------------------------*/

@media all and (min-width: 1051px) and (max-width: 1350px) {

.about li {
    margin-right: 7.5%;
}

#header2 .navbar-collapse {
    width: 85%;
    float: right;
    overflow: hidden;
}

#header2 .nav > li > a {
    font-size: 15px;
    padding: 0 25px;
    white-space: nowrap;
}

}

@media all and (min-width: 992px) and (max-width: 1050px) {

#header2 .navbar-collapse {
    width: 82%;
    float: right;
    overflow: hidden;
}

#header2 .nav > li > a {
    font-size: 14px;
    padding: 0 18px;
    white-space: nowrap;
}

}

@media all and (min-width: 768px) and (max-width: 991px) {

#home-slider-wrap {
	background: linear-gradient(135deg, #2b2a2a 0%, #3a3939 50%, #2b2a2a 100%);
	height: 600px;
	overflow: hidden;
}

#home-slider .item {
	height: 600px;
	max-height: 600px;
}

#home-slider .item img {
	height: 600px;
}

#home-slider .hs-inner h5 {
	position: relative;
	display: inline-block;
}

.jobs .accordion-header {
	padding: 15px 50px 15px 10px;
	font-size: 16px;
	color: #000;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.jobs .accordion-header::before {
	display: none !important;
	content: none !important;
}

.jobs .accordion-header::after {
	content: "\f107";
	font-family: "FontAwesome";
	font-size: 22px;
	color: #000;
	flex-shrink: 0;
	transition: transform 0.3s ease;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.jobs .accordion-header.active-header::after {
	transform: translateY(-50%) rotate(180deg);
}

.jobs .accordion-header:hover,
.jobs .accordion-header.active-header {
	background: rgba(0, 0, 0, 0.03);
}

.jobs .accordion-content {
    display: none;
    padding: 15px 20px 30px;
    border-top: 0px none;
    width: 100% !important;
    height: auto;
    max-height: 400px;
    overflow-y: auto;
    background: #fafafa;
    border-radius: 0 0 8px 8px;
    margin: 0 -10px 15px;
}

.jobs .accordion-content::-webkit-scrollbar {
	width: 0;
	display: none;
}

.jobs .accordion-content p {
	font-size: 13px;
	line-height: 1.7;
	color: #333;
}

.jobs .accordion-content h3 {
	font-size: 14px;
	margin: 15px 0 10px;
	color: #000;
}

.jobs .accordion-content a {
	padding: 10px 25px;
	font-size: 13px;
	margin-top: 20px;
}

.about li {
    font-size: 12px;
    margin-right: 4%;
}


#capital .col-md-8 {
    width: 100%;
}

.navbar-collapse {
    width: 78%;
    float: right;
    overflow: hidden;
}

#header2 .nav > li > a {
    font-size: 13px;
    padding: 0px 8px;
    white-space: nowrap;
}

.content-head p {
    padding: 0px 10%;
}

.video-divider {
    height: 100vh;
    min-height: 400px;
    padding: 80px 0;
}

.video-wrapper {
    width: 100%;
    left: 0;
}

.jobapp .container {
    padding: 0px 0px;
}

#partners .col-md-8 {
	width: 100%;
}

.social-bar span {
    font-size: 11px;
}

.news-content h4 {
    font-size: 14px;
}

.news-list .news-content img{
	width: 100%;
}

}

@media all and (max-width: 767px) {

#home-slider-wrap {
	background: linear-gradient(135deg, #2b2a2a 0%, #3a3939 50%, #2b2a2a 100%);
	height: 500px;
	overflow: hidden;
}

#home-slider .item {
	height: 500px;
	max-height: 500px;
}

#home-slider .item img {
	height: 500px;
}

#home-slider .hs-inner h5 {
	position: relative;
	display: inline-block;
}

#home-slider .hs-inner h5::before,
#home-slider .hs-inner h5::after {
	width: 30px;
	height: 1px;
}

.footer .col-md-6 p{
	width: 100%;
}

.footer .col-md-4 p{
	width: 100%;
}

.footer .col-md-4{
	margin-bottom: 30px;
}

.footer .col-md-2.group-spacing{
	margin-left: 15px;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.footer .col-md-2.group-spacing{
		margin-left: 0;
	}
}

.news-list .news-content img{
	width: 100%;
}

.header-active3 {
	padding: 0px 0px 20px !important;
}

.navbar-nav {
/*  border-bottom: 1px solid #e2e2e2; */
	box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.2);
}

#together .col-md-3 {
	padding: 10px;
}

/* 导航按钮图标样式 */
.navbar-toggle {
	border: none;
	background: transparent !important;
	outline: none;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.navbar-toggle .menu-icon,
.navbar-toggle .close-icon {
	font-size: 22px;
	color: #000;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	margin: 0;
	padding: 0;
	line-height: 1;
	will-change: transform, opacity;
}

/* 菜单图标：默认显示（汉堡图标，菜单关闭） */
.navbar-toggle .menu-icon {
	opacity: 1;
	transform: translate(-50%, -50%) rotate(0deg) scale(1);
}

/* 关闭图标：默认隐藏（X 图标，菜单关闭） */
.navbar-toggle .close-icon {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(90deg) scale(0.8);
}

/* 菜单图标：菜单打开时隐藏 */
.navbar-toggle:not(.collapsed) .menu-icon {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(-90deg) scale(0.8);
}

/* 关闭图标：菜单打开时显示 */
.navbar-toggle:not(.collapsed) .close-icon {
	opacity: 1;
	transform: translate(-50%, -50%) rotate(0deg) scale(1);
}

.navbar-toggle:hover .menu-icon,
.navbar-toggle:hover .close-icon {
	color: #bbb;
}

#header2 .nav > li > a {
    line-height: 42px;
}

.navbar-nav {
    background: #fff;
}

#header2 .navbar-brand {
	margin-left: 15px !important;
}

.content-head h2, .culture .sr-inner h2{
    font-size: 32px;
	font-weight: 700;
}

.together .photo{
    padding: 70px 5%;
}

.home-products {
    padding: 140px 0px 105px;
}

.video-divider {
    height: 100vh;
    min-height: 500px;
    padding: 20px 0;
    display: flex;
    align-items: center;
}

.video-wrapper {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    overflow: hidden;
}

.video-wrapper video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.video-text {
    position: relative;
    z-index: 1;
    max-height: 100%;
    overflow: hidden;
    width: 100%;
}

.video-text i {
    color: #b7b7b7;
    font-size: 36px;
    text-align: center;
    display: block;
    margin-bottom: 25px;
}

.video-text p {
    line-height: 2em;
    font-size: 24px;
    padding: 0 3%;
    margin: 10px 0 0;
    text-align: left;
    max-height: 88vh;
    overflow-y: auto;
    scrollbar-width: none;
    word-spacing: 0.1em;
    letter-spacing: 0.05em;
}

.video-text p::-webkit-scrollbar {
    display: none;
}

.jobapp {
    height: auto;
    padding: 50px 0;
}

.jobapp .container {
    padding: 0 20px;
    text-align: center;
}

.jobapp h4 {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 15px;
}

.jobapp .btn-1 {
	float: none !important;
	margin-top: 15px;
	padding: 12px 30px;
	font-size: 13px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 2px solid #000;
	color: #000;
}

.jobapp .btn-1:hover {
	background: #000;
	color: #fff !important;
}

.partners-row {
    overflow: hidden;
    position: relative;
}

.partners-row ul {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    height: 140px;
    padding: 10px 0;
    margin: 0;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

.partners-row ul:active {
    cursor: grabbing;
}

.partners-row ul::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

.partners-row ul li {
    flex: 0 0 auto;
    width: 33.33%;
    border-right: 1px solid #e6e6e7 !important;
    border-left: none !important;
    border-bottom: none !important;
    padding: 0 5px;
    box-sizing: border-box;
}

.partners-row ul li:first-child {
    margin-left: 5%;
}

.partners-row ul li:last-child {
    border-right: none !important;
    margin-right: 5%;
}

.partners-row a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 2;
    text-decoration: none;
    border-bottom: none;
    outline: none;
}

.partners-row a:hover,
.partners-row a:focus {
    text-decoration: none;
    border-bottom: none;
    outline: none;
}

.partners-row img {
    max-width: 100%;
    max-height: 100px;
    width: auto;
    height: auto;
    display: block;
    border: none;
    outline: none;
    text-decoration: none;
}

.contact-form .row input {
	margin-bottom: -2px;
}

.contact-form .row .col-md-6:nth-child(1) input { 
	border: 2px solid #000;
}

.contact-form .row .col-md-6:nth-child(2) input { 
	border: 2px solid #000;
}

.contact-form button {
    height: 57px;
    line-height: 53px;
    padding: 0 30px;
    width: 100%;
}

.hs-inner {
    height: 304px;
    margin-top: -152px;
}

.about ul {
    margin: 0px -15px;
    padding: 0 30px;
}

.about li {
    float: none;
    margin-right: 0;
    width: 100%;
    display: table;
    margin-bottom: 15px;
}

.culture .sr-inner h2, .products .sr-inner h4 {
    margin: 40px 0px;
}

.products .sr-inner h4 {
	background: url(../images/sep.png) no-repeat center bottom;
	background-size: 160px 1px;
}

.news-content {
	margin-bottom: 30px;
}

.jobs .accordion-header {
	padding: 12px 45px 12px 8px;
	font-size: 15px;
	color: #000;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.jobs .accordion-header::before {
	display: none !important;
	content: none !important;
}

.jobs .accordion-header::after {
	content: "\f107";
	font-family: "FontAwesome";
	font-size: 20px;
	color: #000;
	flex-shrink: 0;
	transition: transform 0.3s ease;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
}

.jobs .accordion-header.active-header::after {
	transform: translateY(-50%) rotate(180deg);
}

.jobs .accordion-header:hover,
.jobs .accordion-header.active-header {
	background: rgba(0, 0, 0, 0.03);
}

.jobs .accordion-content {
    display: none;
    padding: 12px 15px 25px;
    border-top: 0px none;
    height: auto;
    max-height: 350px;
    overflow-y: auto;
    background: #fafafa;
    border-radius: 0 0 6px 6px;
    margin: 0 -5px 10px;
}

.jobs .accordion-content::-webkit-scrollbar {
	width: 0;
	display: none;
}

.jobs .accordion-content p {
	font-size: 12px;
	line-height: 1.6;
	color: #333;
}

.jobs .accordion-content h3 {
	font-size: 13px;
	margin: 12px 0 8px;
	color: #000;
}

.jobs .accordion-content a {
	padding: 8px 20px;
	font-size: 12px;
	margin-top: 15px;
	background: linear-gradient(135deg, #333 0%, #000 100%);
	color: #fff;
}

.navbar-nav {
    position: fixed;
	height: 100vh;
    width: 80%;
    max-width: 300px;
    right: -300px;
	left: auto;
    margin: 0;
    padding: 0;
	text-align: center;
	background: #fff;
	box-shadow: -2px 0 10px rgba(0,0,0,0.1);
	transition: right 0.3s ease-in-out;
	overflow-y: auto;
	z-index: 1000;
}

.navbar-nav.in {
	right: 0;
}

/* 遮罩层 - 完全透明 */
.navbar-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0); /* 透明白色，完全看不见 */
	z-index: 999;
}

.navbar-overlay.in {
	display: block;
}

#header2 .nav > li > a {
    padding: 0px 35px 20px 35px;
	line-height: 350%;
}

/* 移动端 Mega Menu 链接垂直居中 */
#header2 .nav > li.mega-menu > a {
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px !important;
	vertical-align: middle !important;
}

#header2 .nav > li.mega-menu > a i {
	font-size: 12px !important;
	margin: 0 !important;
	vertical-align: middle !important;
}

}

@media all and (min-width: 501px) and (max-width: 767px) {

.logo-section {
    height: 160px;
    padding: 47px 0;
}

.footer .container div{
	margin-bottom: 40px;
}


}

@media all and (min-width: 100px) and (max-width: 767px) {

.logo-section {
    height: 160px;
    padding: 47px 0;
}

.together .content-intro p, .home-products .content-intro p, .about p, .culture .inline-img-wrapper, .culture .sr-inner{
	padding: 0 5%;
}

.culture .container{
	padding-left: 15px;
	padding-right: 15px;
}

.partners{
	padding: 160px 5%;
}

.banner {
    height: 400px;
}

.banner h3{
	font-size: 3rem;
    line-height: 40px;
}

.banner h5 {
    font-size: 1.5rem;
    line-height: 25px;
}

footer{
	padding: 20px 0;
	text-align: center;
}

.copyright, .footer-links{
/* 	display: none; */
	padding: 0;
	float: none;
}

.products .inline-img-wrapper{
	text-align: center;
}

.products .inline-img-wrapper img{
	width: 60%;
}

.products h4{
	text-align: center;
}

.contact .info-box-break{
	border-right: none;
}

}


@media all and (min-width: 100px) and (max-width: 767px) {

footer .copyright{
	text-align: center;
}

.footer h5 {
	margin: 0 0 25px;
	font-weight: 700;
}

.partners-head{
	font-size: 32px;
	font-weight: 700;
}

.logo-section {
    height: 160px;
    padding: 47px 0;
}

.footer .container div{
	margin-bottom: 40px;
}

.driving-cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.driving-cta a {
    width: 100%;
    max-width: 220px;
    box-sizing: border-box;
}

}