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%;
	}
	@media only screen and (max-width: 1600px){
		
	}
/* End */

/* video banner */
	.header-video .banner {
	    position: relative;
	    height: 765px;	
	    background-size: cover;	
		overflow: hidden;
	}

	.header-video #scenarios-video {
	    position: absolute;
	    object-fit: cover;
	    transform: translateY(1px);
	    width: 100%;
	    min-width: 100%;
	    height: calc(100% + 1px);	
	    left: 0;
	    right: 0;
	    bottom: 0;
	}

	.header-video video {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}

	.header-video .banner .area {
		position: relative;		
	    display: flex;		
	    width: 100%;
	    height: 100%;	
	}
		
	.header-video .banner .area .box {
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: flex-start;
		padding: 0 8vw;
	    color: #ffffff;
	}

	.header-video .banner .area .box h1 {
		font-weight:bold;
	}

	@media screen and (max-width: 1601px) {
		.header-video .banner {
			 height:550px;
		}
	}

	@media screen and (max-width: 1025px) {
		.header-video .banner {
		 height:450px;
		}
	}

	@media screen and (max-width: 450px) {
		.header-video .banner {
			 height:350px;
		}
		.header-video .banner .area .box h1 {
			font-size: 20px;
		}
	}

/* Main Banner */
	/* .banner-section {
		position:relative;
		overflow:hidden;
		height:45vw;
		background:url('/sites/zyxel/files/library/assets/products/xmg2230-series/00_banner.jpg');
		background-repeat:no-repeat;
		background-position:center;
		background-size:cover;
	}
	.banner-section .banner-text{
		position: absolute;
		left: 10%;
		top: 35%;
		width: 100%;
		color: #ffffff;
	} */

/* Flexible Multi-Gig */
	.flexible-section{
		text-align: center;
		padding: 60px 0 0 0;
	}
	/* #overview .section .content .text, */
	.flexible-section .content .text{
		margin: 0 auto 50px auto;
	    text-align: center;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	}
	.flexible-section .content .text h2{
		width: 85%;
	}
	.flexible-section .content .text p{
		width: 65%;
	}
	.flexible-section .section-tabs ul.nav-tabs{
		padding-left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 22px;
		flex-wrap: nowrap;
	}
	.flexible-section .section-tabs .nav-tabs > li{
		flex: 1;
		max-width: 260px;
		margin: 0 15px;
	}
	.flexible-section .section-tabs .nav-tabs > li > a{
	    font-size: 18px;
	    border: 1px solid #000000;
	    border-radius: 5px;
	    padding: 5px 15px;
	}
	.flexible-section .section-tabs .nav-tabs > li.active > a, 
	.flexible-section .section-tabs .nav-tabs > li > a:focus, 
	.flexible-section .section-tabs .nav-tabs > li > a:hover{
		color: #fff;
		background-color: #d34400;
		border: 1px solid #d34400;
	}
	.flexible-section .section-tabs .tab-content .image{
		display: flex;
		justify-content: center;
		position: relative;
		flex-direction: row;
		align-items: center;
	}
	.flexible-section .section-tabs .tab-content .image img{
		display: block;
		width: 55%;
		height: auto;
	}
	@media only screen and (max-width: 1200px){
		.flexible-section .content .text h2{
			width: 90%;
		}
		.flexible-section .content .text p{
			width:85%;
		}
		.flexible-section .section-tabs .tab-content .image img{
			width: 90%;
		}
	}
	@media only screen and (max-width: 991px){
		.flexible-section .content .text{
			text-align: left;
		}
		.flexible-section .content .text p,
		.flexible-section .content .text h2	{
			width: 80%;
		}
		.flexible-section .section-tabs .tab-content .image img{
			width: 100%;
		}
	}
	@media only screen and (max-width: 640px){
		.flexible-section .content .text{
			margin: 0 auto 30px auto;
		}
	}

/* feature 1 */
	.power-business {
		padding: 60px 0;
	}
	.power-business .frame {
		display: flex;
		flex-direction: row-reverse;
	    justify-content: center;
	    align-items: center;
		width: 85%;
		gap: 10%;
	    margin: 0 auto;
	}
		
	.power-business .content {
	    width: 50%;
	}
		
	.power-business .image {
	    width: 50%;	
	}

	/* .power-business .image img {
		padding: 10%;	
	} */

	.power-business .content h2 {
		font-weight: bold;
		padding-bottom: 30px;
	}

	@media screen and (max-width: 1400px) {
		.power-business {
			padding-bottom: 40px;
		}
	}

	@media screen and (max-width: 991px) {
		.power-business{
			padding-top: 50px;
			padding-bottom: 30px;
		}
		.power-business .frame {
			flex-direction: column-reverse;
			width: 80%;
			/* padding: 0 15px; */
		}
		.power-business .content {
			width: 100%;
			padding: 0;
		}
		.power-business .image {
			width: 110%;
			margin-top: 30px;
		}
		.power-business .image img {
			padding: 0;	
		}	
	}

/* Easy Web Management */
	.easy-section{
		padding: 60px 15px;
	}
	.easy-section .text{
		text-align: center;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.easy-section .text h2{
		width: 100%;
	}
	.easy-section .text p{
		width: 65%;
	}
	.easy-section .content .image.mobile{
		display: none;
	}
	.easy-section .content .image.desktop{
		display: block;
	}
	.easy-section .content .image{
		width: 88%;
		margin: 40px auto 0 auto;
		text-align: center;
	}
	@media screen and (max-width: 1200px) {
		.easy-section .text h2{
			width: 90%;
		}
		.easy-section .text p{
			width: 85%;
		}
	}
	@media screen and (max-width: 991px) {
		.easy-section{
			padding: 50px 10%;
		}
		.easy-section .text{
			text-align: left;
		}
		.easy-section .text h2{
			width: 100%;
		}
		.easy-section .text p{
			width: 100%;
		}
		.easy-section .content .image.mobile{
			display: block;
			width: 100%;
		}
		.easy-section .content .image.desktop{
			display: none;
		}
		.easy-section .content .image{
			margin: 30px auto 0 auto;
		}
	}

/* feature 5 */
	.nebula-app .frame {
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
		align-items: center;
		width: 85%;
		gap: 10%;
		margin: 0 auto;
		/* padding: 0 15px; */
	}
		
	.nebula-app .content {
	    width: 50%;
	}
		
	.nebula-app .image {
	    width: 50%;	
	}

	.nebula-app .content h2 {
		padding-bottom: 30px;
	}

	.nebula-app .app_icon {
	    width: 70%;
	    margin-left: -2.5%;
	}

	.nebula-app .app_icon img {
	    cursor: pointer;
	}

	@media screen and (max-width: 1400px) {
		.nebula-app {
			padding-top: 60px;
			/* padding-bottom: 40px; */
		}
	}

	@media screen and (max-width: 991px) {
		.nebula-app .frame {
			flex-direction: column;
			width: 80%;
		}
		.nebula-app .content {
			width: 100%;
			padding: 0;
		}
		.nebula-app .image {
			width: 100%;
			margin-top: 10px;
		}
	}

	@media screen and (max-width: 501px) {
		.nebula-app .app_icon {
			width: 100%;
		}
	}


/* feature 6 */
	.one-platform {
	    background: #f6f6f6 url('/sites/zyxel/files/library/assets/products/nwa210axv2/NWA210AXv2_GFX6_3024x1410.jpg') no-repeat right center;
	    height: 900px;
	    background-size: contain;
    	position: relative;
	}

	.one-platform .content {
		position: absolute;
	    left: 7.5%;
	    width: 40%;
	    height: 100%;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	}

	.one-platform .content h2 {
		padding-bottom: 30px;
	    font-weight: bold;
	}
	.one-platform .content a.btn{
		background-color: #298719;
		color: #ffffff;
	}


	@media screen and (max-width: 1601px) {
		.one-platform {
			height: 700px;
		}
	}

	@media screen and (max-width: 991px) {
	  .one-platform {
	    background: none;
	    height: auto;
	    display: flex;
	    flex-direction: column-reverse;
	    align-items: center;
	  }

	  .one-platform::before {
		content: "";
		display: block;
		width: 100%;
		aspect-ratio: 1/0.85;
		background: #f6f6f6 url('/sites/zyxel/files/library/assets/products/nwa210axv2/NWA210AXv2_GFX6_3024x1410.jpg') no-repeat right;
		background-size: 200% auto;
		}

	  .one-platform .content {
	    position: static;
        width: 100%;
        padding: 50px 10% 0 10%;
        background-color: #f6f6f6 !important;
	  }
	}

/* feature 7 */
	.dedicated-section {
	    background: url('/sites/zyxel/files/library/assets/products/xmg2230-series/07_Dedicated_networkedAV_1920x900.jpg') no-repeat center;
	    height: 900px;
	    background-size: cover;
	    position: relative;
	}

	.dedicated-section .content {
		display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: flex-start;
	    position: absolute;
	    width: 50%;
	    height: 100%;
	    left: 53.5%;
	    padding-right: 10%;
	    color: #ffffff;
	}

	.dedicated-section .content h2 {
		padding-bottom: 30px;
	    font-weight: bold;
	}
		
	@media screen and (max-width: 1601px) {
		.dedicated-section {
			height: 800px;
		}
	}

	@media screen and (max-width: 991px) {
	  .dedicated-section {
	    background:none;
	    height: auto;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    background-color: #000000;
	  }

	  .dedicated-section::after {
		content: "";
		display: block;
		width: 100%;
		aspect-ratio: 1/0.8;
		background:url('/sites/zyxel/files/library/assets/products/xmg2230-series/07_Dedicated_networkedAV_mobile.jpg') no-repeat center;
		background-size: 100% auto;
		}

	  .dedicated-section .content {
	    position: static;
	    width: 80%;
	    padding: 50px 0 0;
	  }
	}

/* diagram */
	.application-diagram{
		width: 85%;
	    text-align: center;
	    margin: 0 auto;
	}

	.application-diagram h2{
		font-weight: bold;
	    padding-bottom: 30px;
	}

	.application-diagram-area{
		display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
		width: 100%;
	}

	.application-diagram-area img{
	    width: 75%!important;
	    padding-top: 20px;
	    margin: 0 auto;	
	}
	.main-content-content .paragraph--type--product-content ul{
		padding: 0;
	}

	.application-diagram-section .nav-tabs>li.active>a, 
	.application-diagram-section .nav-tabs>li.active>a:focus, 
	.application-diagram-section .nav-tabs>li.active>a:hover{
	    color: #fff;
	    background-color: #d34400;
	    border: solid 1px #d34400;
	}

	.application-diagram-section .nav-tabs{
		border-bottom:none;
		padding-bottom:50px;
		padding-top:20px;
		margin:0 auto;
		display:block;
		width:80%;
		text-align: center;
	}

	.application-diagram-section .nav>li>a {
	    position: relative;
	    display: block;
	    padding: 5px 15px;
	}

	.application-diagram-section .nav-tabs li{
	    float: none;
	    display: inline-block;
	    border-radius: 5px;
	    margin: 0 15px;
	}

	.application-diagram-section .nav-tabs>li>a{
		color:#758f86;
		font-size:18px;
		border: 1px solid #758f86;
		border-radius: 5px;
	}

	.application-diagram-section .nav-tabs>li>a:hover{
		color:#758f86;
		background-color:#d34400;
		text-decoration: none;
		color: #fff;
	}

	@media only screen and (max-width: 1025px){
	.application-diagram-section .nav-tabs{
		width:100%;
		text-align:center;
	}
	.application-diagram {
		width: 80%;
		text-align: center;
		margin: 0 auto;
	}
	}

	@media only screen and (max-width: 991px){
	.section-features{
		padding: 50px 0 !important;
	}
	.application-diagram-area {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	    width: 100%;
	    margin: 0 auto;
	}
	.application-diagram-area img{
		width: 100%!important;
	}
	.application-diagram-section .nav-tabs li {
	    margin-bottom: 10px;
	}
	}

/* RWD */
	@media (max-width:1601px){}
	@media (max-width:1440px){
		.section .easy-section .content .image{
			width:80%;
		}

	}
	@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){
		#overview h1,
		#overview h2{
			font-size:28px;
		}
		.banner-section {
			position:relative;
			overflow:hidden;
			height:90vw;
			background:url('/sites/zyxel/files/library/assets/products/xmg2230-series/00_Banner_750x732.jpg');
			background-repeat:no-repeat;	
			background-position:center;	
			background-size:cover;
		}
		.banner-section .banner-text{
			position: absolute;
			left: 4%;
			top: 15%;
			width: 100%;
		}	
		.flexible-section .image{
			flex-direction: column;
		}
		.flexible-section{
			padding: 50px 0 0 0;
			text-align: left;
		}
		.section .easy-section{
			padding: 50px 0;
			text-align: left;
		}

		
	}
	@media (max-width: 450px){
		.banner-section .banner-text{
			position: absolute;
			left: 4%;
			top: 10%;
			width: 60%;
		}
		.flexible-section .section-tabs ul.nav-tabs{
			margin-bottom: 22px;
			flex-wrap: wrap;
		}
		.flexible-section .section-tabs .nav-tabs > li{
			flex: auto;
			max-width: 70%;
			margin: 0 15%;
		}
	}
	@media screen and (min-width: 1600px) {
		/* .flexible-section .content{
			max-width: 1320px;
		} */
	}

/* 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;
	}
	}

/* 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;
	}