/* NR2301 */
.paragraph--type--product-content h1 {font-size:34px;} 
.paragraph--type--product-content h2 {font-size:32px;}
.paragraph--type--product-content h3 {font-size:30px;}
.paragraph--type--product-content h4 {font-size:28px;}
.paragraph--type--product-content h5 {font-size:26px;}
.paragraph--type--product-content h6 {font-size:20px;}
.paragraph--type--product-content p {font-size:18px;}
.paragraph--type--product-content .bold {font-weight: bold;}
.paragraph--type--product-content .container.maxwid {max-width: 1320px !important;}
.paragraph--type--product-content .btn.btn-lg {padding: 0 20px;}

/* banner */
.kv .banner-image {
	display: flex;
    justify-content: center;
    align-items: center;
}	
	
.kv .banner-image img {
    max-width: 100%;
    max-height: 100%;;
}

/* 5g nr portable router */
.introduction {
	display: flex;
    flex-direction: row-reverse;
	width: 90%;
    margin: 0 auto;
}

.introduction .text {
	width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 60px;
}

.introduction .text h2 {
	font-weight:bold;
	padding-bottom:30px;
}

.introduction img {
	width: 50%!important;
}

@media screen and (max-width: 991px) {
.introduction {
    display: flex;
    flex-direction: column;
}
.introduction .text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0px;
	padding-bottom: 10px;
}
.introduction img {
    width: 100%!important;
}
}

/* benefits */
.benefits {
	width: 90%;
	margin: 0 auto;
}

.benefits .text {
	margin:0 auto;
    text-align: center;
}

.benefits .text h2 {
	font-weight:bold;
	padding-bottom:30px;
}

.benefits .area {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /* justify-content: center; */
    margin: 0 auto;
    text-align: center;
}

.benefits .area .box {
	width: calc(100% / 3);
	padding:15px;
    display: flex;
}

.benefits .area .box .icon {
    width: 20%;
    padding: unset!important;
    display: flex;
    align-items: center;	
}

.benefits .area .box .name {
	width: 80%;
    display: flex;
    align-items: center;
    padding-left: 30px;
    margin-top: -5px;	
    text-align: left;
}

.benefits .area .box .name p {
	margin-bottom: 0!important;
}

@media screen and (max-width: 991px) {
	.benefits .area .box {
	width: calc(100% / 2);
}
}	

@media screen and (max-width: 768px) {
	.benefits .area .box {
	width: calc(100% / 1);
}
}

/* 2nd banner */
.second-banner .banner-image {
	display: flex;
    justify-content: center;
    align-items: center;
}	
	
.second-banner .banner-image img {
    max-width: 100%;
    max-height: 100%;;
}

/* feature */
.feature {
	width: 90%;
	margin: 0 auto;
}

.feature .area {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}

/* .feature .area .box {
	width: calc(100% / 3);
	padding:15px;
}
 */
 
 .feature .area .box {
    width: calc(100% / 2);
    padding: 30px;
}

.feature .area .box:nth-child(3) {
    display: none;
}

.feature .area .box .text {
	text-align:left;
	padding-top:30px;
}

.feature .remark {
	padding: 30px 30px 0;
}

@media screen and (max-width: 991px) {
.feature .area .box {
    width: calc(100% / 1);
	padding: 15px;	
}
.feature .remark {
    padding: 30px 15px 0;
}
}

@media screen and (min-width: 991px) {
.feature .area .box .text h5 {
    min-height: 80px;
}
}

/* Zyxel air */
.network {
	display: flex;
    flex-direction: row-reverse;
	width: 90%;
    margin: 0 auto;
}

.network .text {
	width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 60px;
}

.network .text h2 {
	font-weight:bold;
	padding-bottom:30px;
}

.network img {
	width: 50%!important;
}

@media screen and (max-width: 991px) {
.network {
    display: flex;
    flex-direction: column;
}
.network .text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0px;
	padding-bottom: 10px;
}
.network img {
    width: 100%!important;
}
.network #image-map {
	display:none;
}
}

/* diagram */
.diagram {
	width:85%;
	margin:0 auto;
    text-align: center;
}

.diagram h2 {
	font-weight:bold;
	padding-bottom:30px;
}

.diagram img{
	padding-top:20px;
}

/* snote */
div#note {
    padding-bottom: 20px;
}

/* spec */
.text-color {
    color: #ff8900 !important;
}

.spec-note{
	padding-top:20px;
}

.spec-note ol{
	list-style: none;
}

.spec-note ol li{
  text-indent: -20px;
  padding-left: 18px;
}

.product-page .deck-wrapper .table.table-specification, .product-page .deck-wrapper .table.table-specification tr th, .product-page .deck-wrapper .table.table-specification tr.border {
    border-bottom: 1px solid #000!important;
}

#specifications .panel-group .panel-body {
	padding: 30px 20px!important;
}

.spec-note .remark {
    font-size:15px;
}