﻿body {
    margin:0;
}
.InnerGIGABYTEContent  {
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif; 
	color: #222;
	/*font-size: 0.9375vw;*/
    /*line-height: 1.5625vw;*/
    font-size: 1rem !important;
}

.InnerGIGABYTEContent .bg-black {
	background-color: #000000;
}
.InnerGIGABYTEContent .container {
	max-width: 1600px !important;
}

.InnerGIGABYTEContent h2 {
	margin-bottom: 1.65rem; 
}

.InnerGIGABYTEContent h4 {
	font-weight: 600 !important;
	margin-bottom: 0.75rem; 
	line-height: 1.5;
}

.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: 200%; 
	font-weight: 700; 
	color: #22D4FD;
}

.InnerGIGABYTEContent #CPU .card-text {
	font-size: 75%;
	line-height: 1.35;
}
.InnerGIGABYTEContent .docs-section {
	line-height: 1.6;
	/*border-bottom: 1px solid #ddd;*/
}
.row img {
    display: block;
    margin: 5px auto;
}
.InnerGIGABYTEContent .docs-section h2 {
    margin-top: 0;
    font-weight: 700;
    font-size: 2.25rem;
    letter-spacing: 0;
}

.InnerGIGABYTEContent ul ul {
	list-style-type: circle;
}
.InnerGIGABYTEContent .hidden {
	display: none;
}
.InnerGIGABYTEContent .text-primary {
	color: #008CD6 !important;
}
.InnerGIGABYTEContent .bg-primary {
	background-color: #008CD6 !important;
}


#WhyChoose .card-img-top {
	max-width: 300px;
}

#WhyChoose .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 {
	font-size: 85% !important;
	line-height: 1.65 !important;
	display: inline-block;
	text-align: center;
}


.InnerGIGABYTEContent .square-number {
	background: #333F52; 
	color: #fff;
	font-weight: 600;
	display: inline-block;
	padding: 3px 7px;
	line-height: 1;
	font-style: normal;
	margin-right: 10px
}
.InnerGIGABYTEContent .accordion .card, #Features-of-Tank .container {
	overflow: visible;
}
.InnerGIGABYTEContent .accordion .card-header {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	background: #fff;
}
.InnerGIGABYTEContent .accordion .card-header h2{
    font-weight: 600;
    font-size: 1.1rem !important;
    padding: 24px 0 24px 40px;
    position: relative;
}
.InnerGIGABYTEContent .accordion .card-header h2 > span {
    text-align: center;
    width: 46px;
    height: 46px;
    line-height: 44px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.125);
    vertical-align: middle;
    border-radius: 100%;
    position: absolute;
    left: -23px;
    top: 10px;
    background: #fff;
    color: #008CD6
}
.InnerGIGABYTEContent .accordion .card-body {
	font-size: 95%;
	padding-bottom: 1.75rem;
}
.InnerGIGABYTEContent .accordion .card-body p {
	padding-left: 5px;
}
 .InnerGIGABYTEContent .accordion .card-body ul {
 	padding-inline-start: 20px;
} 

.InnerGIGABYTEContent .accordion .btn:focus, .InnerGIGABYTEContent .accordion .btn.focus {
	box-shadow: none;
}
.InnerGIGABYTEContent .accordion .card-header:hover {
	color:#008CD6;
}
.InnerGIGABYTEContent .accordion .card-header[aria-expanded="true"] {
	color:#fff;
	background: #008CD6;
}
.InnerGIGABYTEContent .accordion .card-header[aria-expanded="true"] h2 > span{
	border: 2px solid #fff;
	background: #008CD6;
	color: #fff;
	box-shadow: 0 0 0.35rem rgba(0, 0, 0, 0.4); 
	width: 48px;
    height: 48px;
    font-weight: 400;
}

.InnerGIGABYTEContent .img-fluid {
	margin-left: auto;
	margin-right: auto;
}
.InnerGIGABYTEContent .accordion .card-body {
	border: 1px solid #008CD6;
}
.InnerGIGABYTEContent .accordion .card:last-child {
	border-bottom-left-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}
.InnerGIGABYTEContent .accordion .card:last-child .card-header{
	border-bottom-left-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
}
.InnerGIGABYTEContent .accordion .card:last-child .card-header[aria-expanded="true"] {
	border-bottom-left-radius: 0rem !important;
	border-bottom-right-radius: 0rem !important;
}


#Key-Components .h6 {
	font-weight: 600;
	font-size: 90%;
}
@media (max-width: 1000px) {
	#Immersion-Ready-Server {
		padding-top: 40%;
	}
}
@media (max-width: 768px) {
	#Immersion-Ready-Server {
		padding-top: 60%;
		background-size:220%;
	}
}
@media (max-width: 600px) {
	.InnerGIGABYTEContent  {
		font-size: 0.9rem
	}
	.InnerGIGABYTEContent .docs-section h2 {
		font-size: 2rem
	}
}
.InnerGIGABYTEContent .div-icons .img-fluid {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 110px;
}
.InnerGIGABYTEContent .div-icons b {
	font-weight: 600;
	font-size: 95%;
}

#AmpereOne {
	background: #030303 url("../innergigabyteimages/bg_AmpereOne.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); 
}
#AmpereOne  h2 {
	margin-bottom: 0.75rem;
	font-size: 2.75rem;
}
#AmpereOne .div-content h4 {
	line-height: 1.3;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 500 !important;
	color: #00ffff;
	font-size: 1.2rem;
	letter-spacing: 0.03rem;
	
}
#AmpereOne .div-AmpereOne-logo .img-fluid {
		max-width: 160px;
}
@media (min-width: 992px) {
	body:lang(zh) #AmpereOne  h2 {
		letter-spacing: 0.3rem;
	}
	body:lang(zh) #AAmpereOne .div-content h4 {
		letter-spacing: 0.08rem;
	}
	#AmpereOne  h2 {
		font-size: 4.5rem;
		margin-top: 1rem;
	}
	#AmpereOne .div-content h4 {
		font-size: 2.05rem;
		letter-spacing: 0.05rem;
	}
	#AmpereOne .div-AmpereOne-logo .img-fluid {
		max-width: 210px;
	}
}

#AmpereOne .docs-section {
	border: none !important;
	margin-bottom: 0;
}