h3 {font-size:30px;}h4 {font-size:28px;}h5 {font-size:26px;}h6 {font-size:20px;}p {font-size:18px;}


/* Star */ 
	#overview h1 {
		font-size:36px;	
	}
	#overview h2 {
		font-size:36px;	
		padding-bottom: 30px;
	}
	/* #overview p,
	#photo-gallery p{
		font-size:18px;
	} */
	#photo-gallery h4{
		font-size: 28px;
	}
	.bold {
		font-weight: bold;
	}
	.imgCenter {
		display:block;
		margin:0 auto;
	}
	.btn.btn-lg{
		padding: 0 20px;
	}
	.noPadding {
		padding:0;
	} 
	.section#photo-gallery .container{
		max-width: 1320px;
	}
	.maxwid{
		max-width: 1320px !important;
		margin: 0 auto;
		padding: 0 15px;
	}
	#note, .support, #features>.container, #notice {max-width: 1320px; margin: auto;}
	img{
		max-width: 100%;
	}
/* End */

/* gs1200v3 series */
	#overview .section{
		padding:60px 0;
		text-align: center;
	}
	.speedy-section{
		text-align: center;
	}
	#overview .section .content .text,
	.speedy-section .content .text{
		width: 85%;
		margin: 0 auto 50px auto;
	}
	.application-section .content .text{
		margin: 0 auto !important;
	}
	#overview .section .content .image{
		width: 88%;
		margin: 0 auto;
	}
	.advanced-features .text h2{
		padding-bottom: 40px;
	}
	.speedy-section{
		padding: 60px 0 0 0;
	}
	.smart-poe-section,
	.advanced-section {
	    background: #f4f4f4;
	}


/* Main Banner */
	.banner-section {
		position:relative;
		overflow:hidden;
		height:45vw;
		background:url('/sites/zyxel/files/library/assets/products/gs1200v3-series/00_Header_banner.jpg');
		background-repeat:no-repeat;
		background-position:center;
		background-size:cover;
	}
	.banner-section .banner-text{
		position: absolute;
		left: 10%;
		top: 35%;
		width: 100%;
	}


/* Speedy Gigabit */
	/* .speedy-section .image{
		display: flex;
		justify-content: center;
		position: relative;
		flex-direction: row;
		align-items: center;
	} */
	/* .speedy-section .image img{
		display: block;
		width: 100%;
		height: auto;
	} */
	.speedy-section .section-tabs ul.nav-tabs{
		padding-left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 22px;
		flex-wrap: nowrap;
	}
	.speedy-section .section-tabs .nav-tabs > li{
		flex: 1;
		max-width: 180px;
		margin: 0 15px;
	}
	.speedy-section .section-tabs .nav-tabs > li > a{
	    font-size: 18px;
	    border: 1px solid #000000;
	    border-radius: 5px;
	    padding: 5px 15px;
	}
	.speedy-section .section-tabs .nav-tabs > li.active > a, 
	.speedy-section .section-tabs .nav-tabs > li > a:focus, 
	.speedy-section .section-tabs .nav-tabs > li > a:hover{
		color: #fff;
		background-color: #288618;
		border: 1px solid #288618;
	}
	.speedy-section .section-tabs .tab-content .video{
		text-align: center;
		border: none;
		overflow: hidden;
		width: 100%;
		overflow: hidden;
	}

	.speedy-section .section-tabs .tab-content .video video{
		width: 100%;
		object-fit: cover;
	}

 /* advanced features */
 	.section-advanced{
 		padding: 30px 0 60px !important;
 	}

	.advanced-features{
		position:relative;
	}

	.advanced-features .frame {
		width:88%;
		margin:0 auto;
	}

	.advanced-features .text {
		width:80%;
		margin: 0 auto;
		text-align:center;
	}


	.advanced-features .advanced-features-image{
		width: 50%;
		margin-left: 50px;
	}

	.advanced-features .content {
		display: flex;
	    flex-direction: row-reverse;
		width: 100%;
	    align-items: center;
	}

	.advanced-features-image img.advancedfeatures02, img.advancedfeatures03, img.advancedfeatures04{
		display:none;
	}

	.advanced-features .panel-group{
	    float: left;
	    width: 50%;
	    border-bottom: 0;
	    min-height: 500px;
	}

	.advanced-features .panel{
	    border:none;
	    border-top:1px solid #c1c1c1;
	    padding:10px 0;
	}

	.advanced-features .panel-default>.panel-heading{
	    background:transparent !important;
	}

	.advanced-features .panel-default .panel-body a:hover {
	    color: #64be00;
	}

	.advanced-features .panel-default{
	    border-top : 1px solid #64be00 !important;
		color: #000; 
	}

	.advanced-features .panel-default .panel-title{
	    padding: 15px 25px 15px 30px !important;
	}

	.advanced-features .panel-default .panel-title:after {
	    border-color: #64be00;
	}

	.advanced-features .panel-default .panel-body {
	    padding: 20px 40px 20px 30px !important;
	}

	.advanced-features .panel-default > .panel-heading + .panel-collapse > .panel-body {
	    border-top: none!important;
	}




/* RWD */
	@media (max-width:1700px){
		.advanced-features .panel-default .panel-title{
		    padding: 15px 25px 15px 10px !important;
		}
		.advanced-features .panel-default .panel-body {
		    padding: 20px 40px 20px 10px !important;
		}
	}

	@media (max-width:1601px){
		.advanced-features .frame {
			width: 88%;
		}
		.advanced-features-image{
			width:45%;
		}
		.advanced-features .panel-group{
			min-height: 450px;
		}
		.speedy-section .section-tabs .tab-content .video{
			
		}

	}

	@media (max-width:1440px){
		#overview .section .content .text,
		.speedy-section .content .text{
			width: 78%;
		}
		#overview .section .content .image,
		.advanced-features .frame {
			width:80%;
		}
		.advanced-features .panel-default .panel-title{
		    padding: 15px 25px 15px 10px !important;
		}
		.advanced-features .description {
		    width: 90%;
		}
	}

	@media screen and (max-width:1366px){
		.banner-section {
			height:37.5vw;
		}	
	}
		
	@media screen and (max-width:1300px){
		.banner-section {
			height:45vw;	
		}	
	}

	@media (max-width:1025px){
		.banner-section .banner-text{
			position: absolute;
			left: 8%;
			top: 25%;
			width: 35%;
		}
		#overview .section .content .text,
		.speedy-section .content .text{
			width: 85%;
		}
		#overview .section .content .image,
		.advanced-features .frame {
			width:90%;
		}
		.advanced-features-image{
			width:45%;
			right: 0%;
		}
		.advanced-features .panel-group{
		    margin-left: 0px;
			min-height: 300px;
		}
	}

	@media (max-width:991px){
		.banner-section .banner-text{
			position: absolute;
			left: 4%;
			top: 15%;
			width: 100%;
		}
		.advanced-features .content {
		    flex-direction: column-reverse;
		}
		.advanced-features-image{
			width:100%;
			padding-bottom:30px;	
			position: relative;
		}
		.advanced-features .panel-group{
			width:100%;
			/* padding-right:15px; */
			/* padding-left:15px; */
			/* padding-top: 50px; */
			min-height: auto;
		}
		.advanced-features .advanced-features-image{
			width: 85%;
			margin-left: 0px;
		}
	}
	@media screen and (max-width:767px){	
		#overview h1,
		#overview h2{
			font-size:28px;
		}
		#overview .section{
			padding: 50px 0;
			text-align: left;
		}
		.speedy-section{
			padding: 50px 0 0 0;
			text-align: left;
		}
		.section-advanced{
			padding: 20px 0 50px !important;
		}
		.banner-section {
			position:relative;
			overflow:hidden;
			height:90vw;
			background:url('/sites/zyxel/files/library/assets/products/gs1200v3-series/00_Header_banner_mobile.jpg');
			background-repeat:no-repeat;	
			background-position:center;	
			background-size:cover;
		}
		.banner-section .banner-text{
			position: absolute;
			left: 4%;
			top: 15%;
			width: 100%;
		}	
		/* .speedy-section .image{
			flex-direction: column;
		} */

	}

	@media (max-width: 450px){
		#overview h1,
		#overview h2{
			font-size:20px;
		}
		.banner-section .banner-text{
			position: absolute;
			left: 4%;
			top: 5%;
			width: 90%;
		}
		.speedy-section .section-tabs ul.nav-tabs{
			margin-bottom: 22px;
			flex-wrap: wrap;
		}
		.speedy-section .section-tabs .nav-tabs > li{
			flex: auto;
			max-width: 150px;
			margin: 0 5px;
		}
		.advanced-features .frame{
			width: 100%;
		}
		.advanced-features .panel-group{
			padding-right:0px;
			padding-left:0px;
		}
		.advanced-features .description .btn-lg{
			padding: 0px 16px;
		}
		.advanced-features .panel-default .panel-title{
		    padding: 15px 30px 15px 5px !important;
		}

		.advanced-features .panel-default .panel-body {
		    padding: 30px 20px 30px 5px !important;
		}
	}
	@media screen and (min-width: 1600px) {
		.speedy-section .content{
			max-width: 1320px;
		}
	}
	
/* End RWD */


/* specification */
	.gs1200v3-series-section-spec .nav-tabs{
		border-bottom:none;
		padding-bottom:50px;
		padding-top:20px;
		margin:0 auto;
		display:block;
		width:100%;
		text-align: center;
	}

	.gs1200v3-series-section-spec .nav>li>a {
	    position: relative;
	    display: block;
	    padding: 5px 15px;
	}

	.gs1200v3-series-section-spec .nav-tabs li{
	    float: none;
	    display: inline-block;
	    border-radius: 5px;
	margin-bottom: 10px;
	}

	.gs1200v3-series-section-spec .nav-tabs>li>a{
		color:#000;
		font-size:18px!important;
	}

	.gs1200v3-series-section-spec .nav-tabs>li>a:hover{
		color:#64be00;
		background-color: transparent;
	    text-decoration: none;
	    border-color: transparent;
	}

	.gs1200v3-series-section-spec .nav-tabs>li.active>a, 
	.gs1200v3-series-section-spec .nav-tabs>li.active>a:focus, 
	.gs1200v3-series-section-spec .nav-tabs>li.active>a:hover{
	    color: #64be00;
	    border-bottom: 2px solid #64be00;
	    border-top: transparent;
	    border-right: transparent;
	    border-left: transparent;
		font-weight:bold;
	}

	@media only screen and (max-width: 1025px){
	.gs1200v3-series-section-spec .nav-tabs{
		width:100%;
		text-align:center;
	}
	}

	@media only screen and (max-width: 991px){
	.gs1200v3-series-section-spec .nav-tabs li {
	    margin-bottom: 10px;
	}
	}

/* features */
	#features .main-basic-content ul{
		margin-left: 20px;
	}
	.features-note {
		padding-top:20px;
	}

	.features-note ul{
		list-style:none;
	}

	.features-note li {
		text-indent: -25px;
	    padding-left: 15px;
	}

	.features-note li:nth-child(1):before {
	    content: "*";
	    margin-right: 0.5em;
	    position: relative;
		padding-right: 11px;
	}

	.features-note li:nth-child(2):before {
	    content: "**";
	    margin-right: 0.4em;
	    position: relative;  
		padding-right: 5px;
	}

	.features-note li:nth-child(3):before {
	    content: "***";
	    margin-right: 0.3em;
	    position: relative;
	}