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;}
.bold {
	font-weight: bold;
}

.text-green{
	color:#64be00;
}

.text-white{
	color:#fff;
}

.main-basic-content{
	max-width: none;
	margin: 0;
	padding: 0;
}

.section-features {
    padding: 62px 0 50px;
}

.container {
	padding-right: 0px;
    padding-left: 0px;
}

.container.maxwid {
    max-width: 1320px !important;
}

.basic-page-breadcrumb{
	display: none;
}

.title-display-center{
	display: none!important;
}

 /* start */

.Security_Portfolio-banner{
	 background:url('/sites/zyxel/files/library/assets/solutions/security-portfolio/Security_Portfolio_banner_1920x800.jpg') no-repeat 50% center;
	 height:800px;
	 background-size:cover;
	 position:relative;
}

.Security_Portfolio-banner .frame {
	height: 100%;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
	padding-left: 10%;
}

.Security_Portfolio-banner .frame .content h1{
	color:#fff;
}

@media screen and (max-width: 1440px) {
.Security_Portfolio-banner{
	 height:450px;
}
.Security_Portfolio-banner .frame {
    width: 50%;
	padding-left: 10%;
}
}

@media screen and (max-width: 1025px) {
.Security_Portfolio-banner{
	 height:350px;
}
}

@media screen and (max-width: 450px) {
.Security_Portfolio-banner .frame {
	height: 100%;
    align-items: flex-start;
    padding-top: 5%;
}
}

 /* start */

.Overview{
	 background:url('/sites/zyxel/files/library/assets/solutions/security-portfolio/Security_Portfolio_overview_1920x1380.jpg') no-repeat center bottom;
	 height:1380px;
	 background-size:cover;
	 position:relative;
}

.Overview .frame {
	height: 100%;
    width: 60%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding-top: 50px;
}

.Overview .frame .content h2{
	padding-bottom:30px;
	font-weight:bold;
}


@media screen and (max-width: 2000px) {
.Overview{
	 height:1200px;
}
}

@media screen and (max-width: 1601px) {
.Overview{
	 height:1000px;
}
}

@media screen and (max-width: 1440px) {
.Overview{
	 height:900px;
}
.Overview .frame {
    width: 70%;
}
}

@media screen and (max-width: 450px) {
.overviewBG {
	background-color:#000;
}
.Overview {
	 background:url('/sites/zyxel/files/library/assets/solutions/security-portfolio/Security_Portfolio_overview_1920x1380.jpg') no-repeat center bottom;
    height: 600px;
    background-size: contain;
    position: relative;
}
}

.Overview-icon {
	background: linear-gradient(to bottom, #000 0%, #3e454d 30%, #bbbfc2 80% , #ffffff 100%);
	width:100%;
	height:100%;
}

.Overview-icon .frame{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
	justify-content: center;
    align-items: flex-start;
}

.Overview-icon .frame .box {
	width: calc(100% /3);
	display: flex;
    flex-direction: column;
    justify-content: end;
	padding: 20px;
    color: #fff;
    text-align: center;
}

.Overview-icon .frame .box:nth-last-child(1),.Overview-icon .frame .box:nth-last-child(2){
	color: #000;
}

.Overview-icon .frame .box h6{
	font-weight: bold;
}

.Overview-icon .frame .box a, a:hover {
    color: #fff;
    text-decoration: underline;
}

.Overview-icon .frame .box .link {
    color: #000;
    text-decoration: underline;
}

@media screen and (max-width: 991px) {
.Overview-icon .frame .box {
	width: calc(100% /2);
}
/* .Overview-icon .frame .box:last-child{
	color:#000;
} */
}

@media screen and (max-width: 450px) {
.Overview-icon .frame .box {
	width: 100%;
}
}

 /* start */
 
.Security-Service-Portfolio h2{
    text-align: center;
    padding-bottom: 30px;
}

.Security-Service-Portfolio .frame{
	display: flex;
    flex-direction: row;
    align-items: center;
	width: 95%;
    justify-content: center;
}

.Security-Service-Portfolio .nav-tabs{
	display:block;
    text-align: left;
    width: calc(100% /2);
}

.Security-Service-Portfolio .nav>li>a {
    position: relative;
    display: block;
    padding: 5px 15px;
}

.Security-Service-Portfolio .nav-tabs li{
    float: none;
    display: inline-block;
    border-radius: 5px;
	margin-bottom: 15px;
	color:#888888;
	background-color: transparent;
    border: 1px solid #888888;
    border-radius: 6px;
	width: 35%;
	padding: 0px;
}

.Security-Service-Portfolio .nav-tabs>li>a{
	color:#000;
	font-size:18px!important;
}

.Security-Service-Portfolio .nav-tabs>li>a:hover{
    color: #fff;
    text-decoration: none;
    border-color: transparent;
    background-color: #64be00;
}

.Security-Service-Portfolio .nav-tabs>li.active>a, 
.Security-Service-Portfolio .nav-tabs>li.active>a:focus, 
.Security-Service-Portfolio .nav-tabs>li.active>a:hover{
	color: #fff;
	font-weight: 400;
    background-color: #64be00;
}


.Security-Service-Portfolio .tab-content{
	width:40%;
	padding: 30px;
}

@media only screen and (max-width: 1025px){
.Security-Service-Portfolio .nav-tabs{
	width:100%;
	text-align:center;
}
.Security-Service-Portfolio .tab-content {
   width: 70%;
    padding: 30px;
}
}

@media only screen and (max-width: 991px){
.Security-Service-Portfolio .frame {
    flex-direction: column;
    width: 100%;
}
.Security-Service-Portfolio .nav-tabs li {
    margin-bottom: 10px;
}
.Security-Service-Portfolio .tab-content {
    width: 70%;
}
}

@media only screen and (max-width: 450px){
.Security-Service-Portfolio .nav-tabs li {
    width: 80%;
}
.Security-Service-Portfolio .tab-content {
    width: 100%;
}	
}
 /* start */
 
#license-and-service .renewlicense .btn-lg{
	background-color:#64be00;
	color:#fff;
}

#license-and-service .content{
	text-align: center;
}

.license-pack{
    border: 1px solid #ccc;
    width: 85%;
    margin: 0 auto;
}

.license-pack .pack{
    color: #000;
}

.license-pack th{
	padding: 10px 20px!important;
	font-size: 18px;
    border: 1px solid #ccc;
	text-align: center;
	width: 25%;

}

.license-pack tr td{
	padding: 10px 20px!important;
    border: 1px solid #ccc!important;
}

.license-pack tr .fa-orange {
    color: #ff8900!important;
}

.License-note{
	padding-top: 10px;
    width: 85%;
    margin: 0 auto;
}

.License-note ol{
	list-style: none;	
}

.License-note ol li{
    text-indent: -10px;
    padding-left: 10px;
}

 /* start */
 
.contentframe {
    background-color: #f9f9f9;
    width: 80%!important;
}

.contentframe .area{
    display: flex;
    flex-direction: row-reverse;
}

.contentframe .area .text{
	padding: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contentframe .area .text h3{
	padding-bottom: 20px;
    font-weight: bold;
}

.contentframe .area img{
	width:50%!important;
}

.contentframe .area2{
    display: flex;
    flex-direction: row;
}
.contentframe .area2 .text{
	padding: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contentframe .area2 .text h3{
	padding-bottom: 20px;
    font-weight: bold;
}

.contentframe .area2 img{
	width:50%!important;
}

@media screen and (max-width: 1025px) {
.contentframe {
    width: 100%!important;
}
}

@media screen and (max-width: 991px) {
.contentframe .area, .contentframe .area2{
    flex-direction: column;
}
.contentframe .area img, .contentframe .area2 img{
	width:100%!important;
}
}

@media screen and (max-width: 450px) {
#license-and-service .renewlicense .btn-lg{
    padding: 0px 16px;
}
}