h1 {
    font-size: 36px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 26px;
}

h6 {
    font-size: 20px;
}

p {
    font-size: 18px;
}

.container.maxwid {
    max-width: 1320px !important;
}

.imgCenter{
	margin:0 auto;
	display:block;
}

.detail, .detail:focus, .detail:hover{
	padding:5px 20px;
	background:#000;
	color:#fff;
	border-radius:6px;
	font-size:14px;
}

@media only screen and (max-width: 800px){
	.detail{
		width: 50%;
		margin: 0 auto;
		display: block;
	}
}

.intro-action{
	font-size:16px;
	margin-top:30px !important;
}

.ultimateColor{
	color:#ff2837;
}

.superiorColor{
	color:#ff8900;
}

.advancedColor{
	color:#00b2ff;
}

.connectColor{
	color:#ffc800;
}

i.fa-arrow-circle-right{
	font-size:31px;
	float:left;
}

.icon-other-links{
	line-height:30px;
	margin-left:10px;
}


.Antenna-series-section .nav-tabs{
	border-bottom:none;
	padding-bottom:50px;
	padding-top:20px;
	margin:0 auto;
	display:block;
	width:100%;
	text-align: center;
}

.Antenna-series-section .nav>li>a {
    position: relative;
    display: block;
    padding: 5px 15px;
}

.Antenna-series-section .nav-tabs li{
    float: none;
    display: inline-block;
    border-radius: 5px;
margin-bottom: 10px;
}

.Antenna-series-section .nav-tabs>li>a{
	color:#000;
	font-size:18px!important;
}

.Antenna-series-section .nav-tabs>li>a:hover{
	color:#64be00;
	background-color: transparent;
    text-decoration: none;
    border-color: transparent;
}

.Antenna-series-section .nav-tabs>li.active>a, 
.Antenna-series-section .nav-tabs>li.active>a:focus, 
.Antenna-series-section .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){
.Antenna-series-section .nav-tabs{
	width:100%;
	text-align:center;
}
}

@media only screen and (max-width: 991px){
.Antenna-series-section .nav-tabs li {
    margin-bottom: 10px;
}
}


.text-color{
	color:#64be00;
}

.btn.btn-lg {padding: 0 20px;}


.Antenna-Cable-banner{
	 background:url('/sites/zyxel/files/library/assets/products/antennas-and-cables/banner_Antenna_1920x450.jpg') no-repeat 50% center;
	 height:450px;
	 background-size:cover;
	 position:relative;
}

.Antenna-Cable-box {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 40%;
	height: 100%;
	padding-left: 10%;
}

.Antenna-Cable-box h1{
	font-weight:bold;
}


@media screen and (max-width: 1440px) {
.Antenna-Cable-box {
    width: 50%;
}
}

@media screen and (max-width: 1025px) {
.Antenna-Cable-banner{
	height:350px;
}
.Antenna-Cable-box {
	padding-left: 5%;
	 width: 45%;
}
}

@media screen and (max-width: 800px) {
.Antenna-Cable-banner{
	background:url('/sites/zyxel/files/library/assets/products/antennas-and-cables/banner_Antenna_1920x765.jpg') no-repeat center right; 
	height:600px; 
	background-size:cover; 
	position:relative;
}

.Antenna-Cable-box {
    width: 100%;
    padding: 5%;
    justify-content: center;
    align-items: center;
}
.Antenna-Cable-box h1 {
    font-weight: bold;
    color: #fff;
}
}


@media screen and (max-width: 450px) {
.Antenna-Cable-banner{
	height:320px;
}
.Antenna-Cable-box h1{
	font-size: 20px;
}
}

@media screen and (max-width: 380px) {
.Antenna-Cable-box {
	padding:10px;
}
}


.intro-area{
	display: flex;
    flex-direction: row-reverse;
}


.intro-area .text{
	width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5% 10%;
}

.intro-area .text h3{
	font-weight:bold;
	padding-bottom:30px;
}

.intro-area ul{
    list-style: none;
}

.intro-area ul li{
	text-indent: -10px;
    padding-left: 20px;
}

.intro-area ul li .fa-check{
    color: #64be00;
}

.intro-area img{
	width: 45%!important;
}

.intro-area .text p{
    font-size: 16px!important;
}


@media screen and (max-width: 1601px) {
.intro-area{
	width: 90%;
	margin:0 auto;
}
}

@media screen and (max-width: 991px) {
.intro-section{
    padding: 20px;
}
.intro-area {
    display: flex;
    flex-direction: column;
}
.intro-area .text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0px;
}
.intro-area img {
    width: 100%!important;
}
}