/*resolution 1200px*/	
@media (min-width:1200px) {
     .gpu-container {
         width: 1180px;
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
		 -webkit-box-orient: horizontal;
		 -webkit-box-direction: normal;
		     -ms-flex-direction: row;
		         flex-direction: row;
         margin: 10px auto;
    }
	
     .content-header-gray1 {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         width: 100%;
         height: 167px;
         background-image: url(https://cdn.adlinktech.com/EPM/EGX/IMG/content-header-gray1.png);
         background-size:cover;
         background-repeat: no-repeat;
    }
     .content-footer-gray1 {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         width: 100%;
         height: 167px;
         background-image: url(https://cdn.adlinktech.com/EPM/EGX/IMG/content-footer-gray1.png);
         background-size:cover;
         background-repeat: no-repeat;
    }
	.content-footer-gray-blue1 {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         width: 100%;
         height: 167px;
         background-image: url(https://cdn.adlinktech.com/EPM/EGX/IMG/content-footer-gray-blue1.png);
         background-size:cover;
         background-repeat: no-repeat;
    }
     .gpu-space1 {
         content: '';
         width: 100%;
         height: 50px;
    }
	
     .section-gpu-computing-pd-bg4 {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         background-image: url(https://cdn.adlinktech.com/EPM/EGX/IMG/bg-gpu_in-verticals_medical_1200.jpg);
         background-size: cover;
         width: 100%;
         height: 630px;
         background-repeat: no-repeat;
    }
	
	.gpu-computing-pd-content1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 50%;
		margin: 160px 0 0 5%;
		text-shadow: 0px 0px 3px #000000;
	}
	
    .gpu-computing-pd-content1 h2,
	.gpu-computing-pd-content h2 {
         text-align: center;
         font-size: 2em;
         color: #d0343a;
         font-weight: 700;
    }
    .gpu-computing-pd-content h3 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		text-align: center;
		font-size: 1.563em;
		color: #222;
		font-weight: 100;
    }
	
     .gpu-computing-pd-content1 p {
         color: #fff;
    }
     .gpu-computing-pd-img1 {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-pack: center;
             -ms-flex-pack: center;
                 justify-content: center;
         -webkit-box-align: center;
             -ms-flex-align: center;
                 align-items: center;
         width: 100%;
         height: auto;
         text-align: center;
         margin: 30px auto;
         padding: 0;
    }
     .gpu-computing-pd-img1 img {
         width: 100%;
         height: auto;
         margin: 0;
         padding: 0;
    }
	
	.gpu-computing-pd-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 100%;
		margin-top: 50px;
	}
	
     .section-gpu-computing-pd-bg3 {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-align: center;
             -ms-flex-align: center;
                 align-items: center;
         background-color: #f1f1f1;
         width: 100%;
         height: auto;
    }
     .gpu-computing-pd-content2 {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
             -ms-flex-direction: column;
                 flex-direction: column;
         -webkit-box-pack: center;
             -ms-flex-pack: center;
                 justify-content: center;
         width: 60%;
         margin-right: 50px;
    }
     .gpu-computing-pd-content2-img {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
             -ms-flex-direction: column;
                 flex-direction: column;
         -webkit-box-pack: center;
             -ms-flex-pack: center;
                 justify-content: center;
         width: 40%;
         height: auto;
    }
     .gpu-computing-pd-content2-img img {
         width: 100%;
         height: auto;
    }
    /*recommend product link*/
     .pd-container {
         width: 100%;
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-pack: start;
             -ms-flex-pack: start;
                 justify-content: flex-start;
         -ms-flex-wrap: wrap;
             flex-wrap: wrap;
         padding: 0;
         margin: 0;
    }
     .recommend-pd-n {
         position: relative;
         margin: 10px;
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
             -ms-flex-flow: column;
                 flex-flow: column;
         -webkit-box-pack: start;
             -ms-flex-pack: start;
                 justify-content: flex-start;
         background: #fff;
         -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.1);
                 box-shadow: 0 5px 5px rgba(0,0,0,.1);
         border: 1px solid #ccc;
         padding-bottom: 10px;
         overflow: hidden;
         -webkit-transition: .3s;
         -o-transition: .3s;
         transition: .3s;
         padding: 0 15px;
    }
     .recommend-pd {
         position: relative;
         margin: 10px;
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
             -ms-flex-flow: column;
                 flex-flow: column;
         -webkit-box-pack: start;
             -ms-flex-pack: start;
                 justify-content: flex-start;
         background: #fff;
         -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.1);
                 box-shadow: 0 5px 5px rgba(0,0,0,.1);
         cursor: pointer;
         border: 1px solid #ccc;
         padding-bottom: 10px;
         overflow: hidden;
         -webkit-transition: .3s;
         -o-transition: .3s;
         transition: .3s;
         padding: 0 15px;
    }
     .recommend-pd:hover {
         -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
                 box-shadow: 0 0 0 rgba(0,0,0,0);
    }
     .recommend-pd:hover .pd-img img {
         -webkit-transform: scale(.9);
             -ms-transform: scale(.9);
                 transform: scale(.9);
         opacity: .8;
    }
     .pd-header-line {
         position: absolute;
         right: 0;
         width: 100%;
         height: 5px;
         background: #7fbc03;
         -webkit-transition: .3s linear;
         -o-transition: .3s linear;
         transition: .3s linear;
    }
     .recommend-pd-c4:hover .pd-header-line, .recommend-pd-c4s:hover .pd-header-line, .recommend-pd-c5:hover .pd-header-line {
         width: 0;
    }
     .pd-model {
         width: 100%;
         padding-top: 20px;
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-pack: center;
             -ms-flex-pack: center;
                 justify-content: center;
         font-size: 1.125em;
         font-weight: 700;
         color: #222;
         text-align: center;
    }
     .pd-img {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-pack: center;
             -ms-flex-pack: center;
                 justify-content: center;
         -webkit-box-align: center;
             -ms-flex-align: center;
                 align-items: center;
         width: 100%;
         height: 180px;
    }
     .pd-img img {
         width: 100%;
         height: auto;
         -webkit-transition: .3s;
         -o-transition: .3s;
         transition: .3s;
    }
     .pd-description {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         width: 100%;
         -webkit-box-pack: center;
             -ms-flex-pack: center;
                 justify-content: center;
         -webkit-box-align: center;
             -ms-flex-align: center;
                 align-items: center;
         font-size: 1em;
         line-height: 20px;
         color: #5a5858;
         text-align: center;
    }
     .recommend-pd-link {
         text-decoration: none;
    }
    /*recommend 4 column product*/
     .recommend-pd-c4s-n {
         width: 20%;
         height: 370px;
    }
     .recommend-pd-c4s {
         width: 20%;
         height: 370px;
    }
    /*recommend 4 column product*/
     .recommend-pd-c4 {
         width: 20%;
         height: 320px;
    }
    /*recommend 5 column product*/
     .recommend-pd-c5 {
         width: 15%;
         height: 370px;
    }
	
	
	.gpu-computing-medical {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		margin: 0;
		padding: 0;
		width: 95%;
		height: auto;
		margin: 10px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	
	.gpu-computing-medical-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 25%;
		height: 300px;
		margin: 10px 15px;
		padding: 20px;
		background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#fff));
		background: -o-linear-gradient(top, #f1f1f1, #fff);
		background: linear-gradient(180deg, #f1f1f1, #fff);
	}
	
	.gpu-computing-medical-content p {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}
	
	.gpu-computing-medical-img {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 150px;
	}
	
	.gpu-computing-medical-img img {
		height: 150px;
		width: auto;
	}
	
	.gpu-computing-medical-content h4 {
		text-align: center;
		font-size: 1.313em;
		font-weight: 400;
	}	
	
	.gpu-computing-medical-content p {
		text-align: center;
	}
	
	.section-gpu-computing-bg3 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column wrap;
		        flex-flow: column wrap;
		background-color: #f1f1f1;
		width: 100%;
		height: auto;
	}
	
	
	.gpu-computing-medical {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		margin: 0;
		padding: 0;
		width: 95%;
		height: auto;
		margin: 10px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	
	.gpu-computing-medical-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 30%;
		height: 300px;
		margin: 10px 15px;
		padding: 20px;
		background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#fff));
		background: -o-linear-gradient(top, #f1f1f1, #fff);
		background: linear-gradient(180deg, #f1f1f1, #fff);
	}
	
	.gpu-computing-medical-content p {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}
	
	.gpu-computing-medical-img {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 150px;
	}
	
	.gpu-computing-medical-img img {
		height: 150px;
		width: auto;
	}
	
	.gpu-computing-medical-content h4 {
		text-align: center;
		font-size: 1.313em;
		font-weight: 400;
	}	
	
	.gpu-computing-medical-content p {
		text-align: center;
	}	

	
}