﻿body {
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif; 
	color: #222;
    font-size: 1rem;
    margin:0;
}

body:lang(zh)  {
	font-family:  'Noto Sans TC', sans-serif; 
	color: #222;
	font-weight: 400;

}

body:lang(zh) .InnerGIGABYTEContent h4 {
    font-weight: 500 !important;
}

@media (max-width: 600px) {
	.container {
		padding-left: 0;
		padding-right:0;
		overflow-x: hidden;
	}
}
.InnerGIGABYTEContent .bg-black {
	background-color: #000000;
}
.InnerGIGABYTEContent .container {
	max-width: 1536px !important;
	padding-bottom: 1px;
}

.InnerGIGABYTEContent h2 {
	margin-bottom: 1.65rem; 
}

.InnerGIGABYTEContent h4 {
	font-weight: 600 !important;
	margin-bottom: 0.75rem; 
	line-height: 1.5;
}
.InnerGIGABYTEContent .fa-ul {
	margin-left: 2rem !important;
}

.row img {
	display: block;
	margin: 5px auto;
}

hr {
	margin: 45px 0;
}
hr:last-child{
	margin-bottom: 0;
}

.docs-section {
    margin-bottom: 50px;
	line-height: 1.6;
	padding-bottom: 50px;
	border-bottom: 1px solid #ddd;
}

.docs-section h2 {
    margin-top: 0;
    font-weight: 700;
    font-size: 2.15rem;
    letter-spacing: 0;
}


.hidden {
	display: none;
}


#WhyChoose .card-img-top, #intro-GSM .card-img-top, #WhyChoose-Liquid .card-img-top {
	max-width: 300px;
}

#WhyChoose .card-text b, #intro-GSM .card-text b, #WhyChoose-Liquid .card-text b {
	font-weight: 600; 
	border-top: 1px solid rgba(0, 0, 0, 0.125); 
	padding-top: 0.8rem;
	margin-bottom: 0.7rem;
	color: #008CD6;
	display: block;
	text-align: center; 
}

#WhyChoose .card-text, #WhyChoose-Liquid .card-text {
	font-size: 85% !important;
	line-height: 1.65 !important;
	display: inline-block;
	text-align: center;
}

.InnerGIGABYTEContent .text-primary {
	color: #008CD6 !important;
}
.InnerGIGABYTEContent .text-warning {
	color: #f8ad3b !important;
}


.InnerGIGABYTEContent .text-info {
	color: #008cd6 !important;
}


.InnerGIGABYTEContent #CPU .card-title { 
	font-weight: 600; 
	font-size:125%; 
	color:#344154; 
	line-height: 1.2;
}
.InnerGIGABYTEContent #CPU .card-title b {
	display: block; 
	font-size: 225%; 
	font-weight: 700; 
	color: #22D4FD;
}

.InnerGIGABYTEContent #CPU .card-text {
	font-size: 85%;
}
.InnerGIGABYTEContent #CPU .div-note p {
	margin-bottom: 0 !important;
	margin-top: 1rem !important;
	color: #777;
	line-height: 1.35;
}
#Xeon-W .table {
	font-size: 90%;
}
#Xeon-W .table thead th, #Xeon-W .table tbody td {
	text-align: center;
}
#Xeon-W .table tbody th {
	font-weight: 600;
	text-align: right;
}
#Xeon-W .table thead th {
	vertical-align: text-top;
	font-size: 110%;
}
#Xeon-W .table thead th small {
	display: block;
}
#Xeon-W .table thead th sup {
	font-size: 45%;
}
#Xeon-W .table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 104, 181, 0.06);
}



#KV {
	background: #030303 url("../innergigabyteimages/bg-kv.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.85), 0 0 0.85rem rgba(38, 71, 140, 1); 
}
#KV  h2 {
	margin-top: 0px;
	margin-bottom: 0.75rem;
	font-size: 3rem;
}
#KV .div-content h4 {
	line-height: 1.3;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 500 !important;
	color: #ffdd00;
	font-size: 1.15rem;
	letter-spacing: 0.02rem;
	
}
#KV .div-logo .img-fluid {
		max-width: 95px;
}
@media (min-width: 992px) {
	#KV  h2 {
		font-size: 4.2rem;
		margin-top: -40px;
	}
	#KV .div-content h4 {
		font-size: 1.5rem;
		letter-spacing: 0.08rem;
	}
}
@media (max-width: 600px) {
	#KV h2 {
		margin-top: 0;
	}
	#KV .div-logo .img-fluid {
		max-width: 75px;
	}
}