/* overview */
h1, #overview h1 {font-size:32px;} 
h2, #overview h2 {font-size:30px;}
h3, #overview h3 {font-size:28px;}
h4, #overview h4 {font-size:26px;}
h5, #overview h5 {font-size:24px;}
h6, #overview h6 {font-size:20px;}
p, #overview p {font-size:18px;}
.container.maxwid {max-width: 1320px !important;}
.bold{
	font-weight: bold;
}

/* Main Banner */
	.banner-section {
		position:relative;
		overflow:hidden;
		height:45vw;
		background:url('/sites/zyxel/files/library/assets/products/xgn100cv3/00_Header_banner.jpg');
		background-repeat:no-repeat;
		background-position:center;
		background-size:cover;
	}
	.banner-section .banner-text{
		color: #ffffff;
		position: absolute;
		left: 10%;
		top: 35%;
		width: 100%;
	}
	@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%;
		}
	}
	@media (max-width:991px){
		.banner-section .banner-text{
			position: absolute;
			left: 4%;
			top: 15%;
			width: 100%;
		}
	}
	@media screen and (max-width:767px){	
		.banner-section {
			position:relative;
			overflow:hidden;
			height: 90vw;
			background:url('/sites/zyxel/files/library/assets/products/xgn100cv3/00_Header_banner_mobile.jpg');
			background-repeat:no-repeat;
			background-position: left center;
			background-size: cover;
		}
		.banner-section .banner-text{
			position: absolute;
			left: 4%;
			top: 15%;
			width: 60%;
		}	
	}
	@media (max-width: 450px){
		.banner-section .banner-text{
			position: absolute;
			left: 4%;
			top: 5%;
			width: 80%;
		}
	}


/* highlights */
	.highlights-section {
		background-color:#000;
	}

	.higtlights p {
		color:#fff;
	}

	.higtlights .box {
		display: flex;
		flex-wrap: wrap;
		width: 80%;
		justify-content: center;
		margin: 0 auto;
		text-align: center;
	}

	.higtlights .box .area {
		width: calc(100% / 5);
	}

	.higtlights .box .area img {
		width: 45%!important;
		margin: 0 auto;
		text-align: center;
	}

	.higtlights .box .area p {
		padding: 0 10px;
	}

	.higtlights .box .area p span {
		font-weight: bold;
	}

	@media screen and (max-width: 991px) {
		.higtlights .box {
			width: 90%;
		}	
		.higtlights .box .area {
			width: calc(100% / 2);
		}
		.higtlights .box .area p{
			margin-bottom: 10px;
		}
	}

/* section 2, 5 */
	.p-two-col .frame {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 85%;
		gap: 10%;
		margin: 0 auto;
		padding: 5% 0;
	}
	.p-two-col.img-r .frame{
		flex-direction: row-reverse;
	}
	.p-two-col.img-l .frame{
		flex-direction: row;
	}
		
	.p-two-col .content {
	    width: 50%;
	}
		
	.p-two-col .image {
	    width: 50%;	
	}

	.p-two-col .image img {
		padding: 5%;
	}

	.p-two-col .content h3 {
		font-weight: bold;
		padding-bottom: 30px;
	}

	@media screen and (max-width: 1024px) {
		.p-two-col {
			/* padding: 8% 0; */
		}
	}

	@media screen and (max-width: 991px) {
		.p-two-col.img-r .frame,
		.p-two-col.img-l .frame {
			flex-direction: column;
			width: 90%;
			padding: 50px 0;
		}
		.p-two-col .content {
			width: 100%;
			padding: 0;
		}
		.p-two-col .image {
			width: 100%;
			margin-bottom: 50px;
		}
		.p-two-col .image img {
			padding: 0;	
		}	
	}
/* section 7 */
	.rock-solid {
	    background: #f7f7f7 url(/sites/zyxel/files/library/assets/products/xgn100cv3/XGN100Cv3_GFX2_3024x1410.png) no-repeat;
	    background-position:  left bottom;
    	height: 700px;
    	background-size: 100%;
    	position: relative;
	}

	.rock-solid .content {
		position: absolute;
	    right: 7.5%;
	    width: 40%;
	    height: 100%;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	}

	.rock-solid .content h3 {
		padding-bottom: 30px;
	    font-weight: bold;
	}

	.rock-solid .content .btn-call-to-action {
		background-color: #c71a13;
	}

	.rock-solid .content .btn-call-to-action:hover {
	    background-color: #006e18;
	}
		
	@media screen and (max-width: 1601px) {
		.rock-solid {
			/* height: 700px; */
		}
	}
	@media screen and (max-width: 1200px) {
		.rock-solid {
			/* height: 800px; */
		}
	}

	@media screen and (max-width: 991px) {
	  .rock-solid {
	    background: #f7f7f7;
	    height: auto;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	  }

	  .rock-solid::after {
		content: "";
		display: block;
		width: 100%;
		aspect-ratio: 16/10;
		background: url(/sites/zyxel/files/library/assets/products/xgn100cv3/XGN100Cv3_GFX2_3024x1410.png) no-repeat;
		background-size: 145% auto;
		background-position: left bottom;
		}

	  .rock-solid .content {
	    position: static;
	    width: 90%;
	    padding: 40px 0px;
	  }
	}	

/* related links */
	.related-links {
		background-color: #fff;
	}

	.related-links h3 {
		font-weight:bold;
		/* padding-bottom:40px; */
		text-align: center;
	}

	.links-section {
		display: flex;
	    flex-direction: row;
	    justify-content: center;
	    width: 100%;
	}

	.links-area ul {
		list-style: none;
	    display: flex;
	    justify-content: space-around;
	}

	.links-area ul li {
		width:30%;
	}

	.links-area .zoom a {
	  display: block;
	  overflow: hidden;
	}

	.links-area .zoom img {
	  display: block;
	  transition: transform 0.3s ease;
	}

	.links-area .zoom:hover img {
	  transform: scale(1.1);
	}

	.links-area h5 a div {
	    color: #010101;
		/* margin-top: 30px; */
		font-size: 20px;
	}

	.links-area h5 a div:hover {
	    color: #288719;
	}

	@media screen and (max-width: 769px) {
		.links-area ul {
		    flex-direction: column;
			padding: 20px 20px 0;
		}
		.links-area ul li {
		    width: 100%;
		    margin-bottom: 30px;
		}
		.links-area .link-text{
			margin-top: -5%;
			z-index: 2;
		}
	}


/* specification */
	.xmg2230-series-section-spec .nav-tabs{
		border-bottom:none;
		padding-bottom:50px;
		padding-top:20px;
		margin:0 auto;
		display:block;
		width:100%;
		text-align: center;
	}

	.xmg2230-series-section-spec .nav>li>a {
	    position: relative;
	    display: block;
	    padding: 5px 15px;
	}

	.xmg2230-series-section-spec .nav-tabs li{
	    float: none;
	    display: inline-block;
	    border-radius: 5px;
	    margin-bottom: 10px;
	}

	.xmg2230-series-section-spec .nav-tabs>li>a{
		color:#000;
		font-size:18px!important;
	}

	.xmg2230-series-section-spec .nav-tabs>li>a:hover{
		color:#64be00;
		background-color: transparent;
	    text-decoration: none;
	    border-color: transparent;
	}

	.xmg2230-series-section-spec .nav-tabs>li.active>a, 
	.xmg2230-series-section-spec .nav-tabs>li.active>a:focus, 
	.xmg2230-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){
	.xmg2230-series-section-spec .nav-tabs{
		width:100%;
		text-align:center;
	}
	}

	@media only screen and (max-width: 991px){
	.xmg2230-series-section-spec .nav-tabs li {
	    margin-bottom: 10px;
	}
	}

/* spec */
	.spec-note ol {
		list-style: none;
	}