@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');

.zoomWraper * {
	padding:0;
	margin:0;
}
.zoomWraper {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 26px;
	padding: 0;
	color: #4a494f;
}
body {
	padding:0;
	margin:0;
}
td, a{font-family: 'Lato', sans-serif;}

/*-- Inner Pages --*/
.zoomWraper .zoomHeader.subHeader {
	background: #0d2a4c;
	min-height: 383px;
	color: #fff;
    position: relative;
}
.zoomWraper .zoomHeader .headerImg{
    position: absolute; top: 0; right: 0;
    height: 383px; overflow: hidden;
}
.zoomWraper .zoomHeader .headerImg .img-cover{position: absolute;}

.zoomWraper .flexWrap {
	max-width:1465px;
	padding:0 10px;
	margin:0 auto;
    width: 90%;
}
/*Top Bar*/
.topSection{background: #f1f3f6; padding: 20px 0;}
.zoomWraper .breadcrumb ul {
	list-style-type:none;
	display:flex;
	justify-content:left;
    padding-top: 20px;
    margin-bottom: 56px;
}
.zoomWraper .breadcrumb ul li {
	margin-right: 18px;
	position:relative;
	font-size: 16px;
	font-weight:300;
	color:#fff;
}
.zoomWraper .breadcrumb ul li a {
	color:#9cdae9;
    text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}
.zoomWraper .breadcrumb ul li a:hover {
	opacity: 0.6;
}
.zoomWraper .breadcrumb ul li:before {
	content:'/';
	display:block;
	width: 10px;
	height: 20px;
	top:0;
	left: -12px;
	position:absolute;
	color:#fff;
}
.zoomWraper .breadcrumb ul li:first-child:before {
	display:none;
}
.zoomWraper .breadcrumb ul li:last-child:before {
	color:#fff;
}

.zoomWraper .headerfullwidth {
	width: calc(100% - 643px);
}
.zoomWraper .headerfullwidth p{
    font-size: 26px;
    line-height: 34px;
    font-weight: 300;
    margin: 36px 0 0;
}
.zoomWraper .headerfullwidth h2{font-size: 30px; line-height: 32px;}
.zoomWraper .titlebar{
    padding: 70px 0 60px;
	margin: 0 auto;
    text-align: center;
}
.zoomWraper .titlebar h2 {
    font-weight: 700;
    color: #232333;
    margin: 0 0 30px;
    font-size: 40px;
    line-height: 42px;
}
.zoomWraper .titlebar p{
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    max-width: 1046px;
    margin: 0 auto;
}

/*-- Content --*/
.zoomWraper .overviewList {
	list-style-type:none;
	display:flex;
	flex-wrap:wrap;
    justify-content: center;
}
.zoomWraper .overviewList li {
	flex-basis:31.3%;
	margin-bottom:40px;
	display:flex;
	flex-wrap:wrap;
	box-sizing:border-box;
	align-content: flex-start;
	margin-left:1%;
	margin-right:1%;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px;
	position:relative;
    border-radius: 10px;
    background: #fff;
}
/*.zoomWraper .overviewList li:nth-last-child(3n+1){
    margin-right: 0;
}*/
.zoomWraper .overviewList li .imageSection {
	width:100%;
	border-radius: 10px 10px 0 0; 
    background: #f7f7f7;
    min-height: 201px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zoomWraper .overviewList li .imageSection img {
	max-width:100%;
}
.zoomWraper .overviewList li .sectionContent {
	padding: 27px 22px 54px;
	box-sizing:border-box;
}
.zoomWraper .overviewList li .sectionContent p {
	font-size: 20px;
    line-height: 26px;
}

/*-- Footer --*/
.zoomWraper .zoomfooter {
	margin-top: 70px;
    padding: 50px 0;
	background:#e4e4ed;
}

.zoomWraper .zoomfooter .footerRight {
	width: calc(100% - 219px);
}
.zoomWraper .zoomfooter .footerLogo {
	width: 219px;
}
.zoomWraper .zoomfooter .footerLogo img{
    border-right: #bababa 1px solid;
    padding: 6px 24px 14px 0;
    margin-right: 48px;
}

.zoomWraper .d-flex{display: flex;}
.zoomWraper .zoomfooter h2{
    color:#232333; 
    font-size: 40px; 
    font-weight:700; 
    margin-bottom: 20px;
}
.zoomWraper .zoomfooter p{
    color: #4a494f;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 28px;
}
.zoomWraper .zoomfooter .btn{
    background: #f26d21;
    color: #fff;
    text-decoration: none;
    padding: 14px 47px;
    font-size: 24px;
    line-height: 24px;
    border-radius: 10px;
    display: inline-block;
	font-weight: normal;
}
.zoomWraper .zoomfooter .btn:hover{opacity: 0.8;}

/*-- Pattern --*/
.pagepattern{
    background: url(/sw/swchannel/images/users/221230/zoom_wcs/page_pattern.png) no-repeat 100% 60px;
}

/*-- Overview --*/
.zoomWraper .zoomHeader.overviewHead .flexWrap{
    position: relative; padding-top: 56px;
}
.zoomWraper .zoomHeader.overviewHead .headerImg{
    min-height: 357px; width: 338px;
}
.zoomWraper .zoomHeader.overviewHead .headerImg img{border-radius: 10px;}
.zoomWraper .zoomHeader.overviewHead{
    background: #f6f7f9 url(/sw/swchannel/images/users/221230/zoom_wcs/overview-header-pattern.png) no-repeat 0 0; min-height: 357px;
}
.zoomWraper .zoomHeader.overviewHead .headerfullwidth p{
    font-size: 26px; line-height: 34px; color: #232333; font-weight: 400; margin: 0 0 20px;
}
.zoomWraper .zoomHeader.overviewHead .headerfullwidth{width: calc(100% - 345px);}
.zoomWraper .zoomHeader.overviewHead .headerfullwidth .logoSection{
    display: flex; align-items: center; margin-bottom: 20px;
}
.zoomWraper .zoomHeader.overviewHead .headerfullwidth .logoSection img:nth-child(1){
    border-right: #bababa 1px solid;
    padding: 14px 25px 16px 0;
    margin-right: 25px;
}
.zoomWraper .titlebar ul{
    list-style-type: none; display: flex; 
    justify-content: center; margin: 78px 0 0;
}
.zoomWraper .titlebar ul li{
    flex-basis: 31.3%; flex-wrap: wrap;
    display: flex; justify-content: center;
    border-right: #e4e4e4 1px solid; padding: 0 88px;
}
.zoomWraper .titlebar ul li:nth-last-child(1){border: none;}
.zoomWraper .titlebar .connect{
    border: #bbbbbb 1px solid; width: 128px; height: 128px; border-radius: 50%;
    display: flex; justify-content: center; align-items: center; margin: 20px auto 25px;
}
.zoomWraper .titlebar li p{margin-bottom: 25px;}
.zoomWraper .contentPart h2 {
    font-weight: 700;
    color: #232333;
    margin: 0 0 30px;
    font-size: 40px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 48px;
}
.zoomWraper .overviewList.main li{
    border-radius: 20px; box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 9px;
    position: relative;
}
.zoomWraper .overviewList.main li .imageSection{
    border-radius: 20px 20px 0 0; overflow: hidden; 
    display: block; background: none; min-height: auto;
}
.zoomWraper .overviewList.main li .imageSection img{width: 100%;}
.zoomWraper .overviewList.main li h3{
    font-size: 30px; color: #0c63ce; line-height: 32px; margin-bottom: 24px; font-weight: bold;
}
.zoomWraper .overviewList.main li h3 a{
    font-size: 30px; color: #0c63ce; line-height: 32px; font-weight: bold;
	display: inline-block; text-decoration: none;
}
.zoomWraper .overviewList.main li p{
    color: #4a494f; font-size: 18px; line-height: 26px; margin-bottom: 22px;
}
.zoomWraper .overviewList.main li .sectionContent .more{
    font-size: 16px; color: #0c63ce; padding-right: 28px;
    background: url(/sw/swchannel/images/users/221230/zoom_wcs/more-icon.png) no-repeat 100% 6px;
    font-weight: bold; text-decoration: none;
    position: absolute; bottom: 40px; left: 22px;
}
.zoomWraper .overviewList.main li .sectionContent .more:hover{opacity: 0.8;}


/* ============================= Light box ============================== */
.wholeWrap .clear {
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
}
.cen {
	margin:0 auto 20px;
	display:block;
}

.dropBox {
	z-index:99999999;
	width:90%;
	max-width:600px;
	position:fixed;
	top:8%;
	left:50%;
	margin:0 auto auto -300px;
	height:400px;
	background:#fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.dropBox.videoArea {
	height:500px;
	max-width:800px;
	margin:0 auto auto -400px;
}
.dropInner {
	position:relative;
	padding:20px;
	box-sizing:border-box;
	height:auto!important;
}
.closeBtn, .closeBtnF, a.closeBtn, a.closeBtnF {
	position:absolute;
	top:-10px;
	right:-10px;
	font-size:20px;
	line-height:26px;
	color:#fff;
	font-weight:600;
	text-decoration:none;
	display:block;
	background:#000;
	border:2px solid #ccc;
	border-radius:50%;
	moz-border-radius:50%;
	text-align:center;
	height:28px;
	width:28px;
}
.closeBtn:hover, .closeBtnF:hover, a.closeBtn:hover, a.closeBtnF:hover {
	color:#FF0000;
}
.scrollContent {
	overflow:auto;
	height:350px;
}
.dropBox {
	display:none;
}
.overlay {
	background:rgba(0, 0, 0, .7);
	position:fixed;
	z-index:9999999;
	width:100%
}
.dropBoxFrom, .dropBoxFrom1, .dropBoxFrom2 {
	z-index:99999999;
	width:90%;
	max-width:500px;
	position:fixed;
	top:15%;
	left:50%;
	margin:0 auto auto -265px;
	height:auto!important;
	background:#fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display:none;
}
.dropInner {
	position:relative;
	padding:20px 20px 15px;
	height:inherit;
}
.closeBtn {
	position:absolute;
	top:0px;
	right:10px;
	font-size:25px;
	line-height:31px;
	color:#000;
	font-weight:normal;
	
}
.closeBtn:hover {
	color:#FF0000;
}
.dropInner h3 {
	
    color: #3b6caa;
    font-size: 17px;
    line-height: 24px;
    font-weight: normal;
	padding:0 0 10px 0;
	margin:0;   
}
.dropInner p, .normal_text {
	
	font-size: 16px;
	line-height:18px;
	padding:0 0 15px;
	margin:0;
	font-family: 'Lato', sans-serif;
}
.normal_text b{color: #0c63ce; font-size: 18px; line-height: 20px;}
.dropInner h4 {
	font-size:14px;
	text-transform:uppercase;
	line-height:20px;
}
.dropInner ul {
	padding:15px 0 0
}
.dropInner ul li {
	padding:3px 0;
	border-top:1px solid #dcdcdc;
}
.dropInner ul li:hover {
	background:#f5f5f5
}
.dropInner ul l:first-child {
	border-top:0px solid #fff;
}
.dropInner ul li a {
	
	font-size:14px;
	line-height:18px;
	font-weight:normal;
}
.dropInner ul li a:hover {
	color:#000;
}
.scrollContent {/*overflow:auto;*/
	height:auto;
}
.scrollContent table {
	width:100%;
	height:30px;
	box-sizing: border-box;
}
/*.globeIcon{display:block;}*/


/* Form style */
.FormTextBox,
.FormTextBoxFocus,
.FormTextAreaBox,
.FormTextAreaBoxFocus,
input[type=text].requiredField,
input[type=email].requiredField,
input[type=tel].requiredField,
input[type=text],
input[type=email],
input[type=tel],
input[type=text].FormPhoneBox,
input.requiredField {
 width:98%;
 height: 36px;
padding: 0 1%;
 border:1px solid #0c63ce;
 margin:0 0 5px 0;
box-sizing: border-box;
font-size:12px;
line-height: 36px;
font-family: 'Lato', sans-serif;
width: calc(100% - 15px);
}
.FormTextBox:focus,
.FormTextBoxFocus:focus,
.FormTextAreaBox:focus,
.FormTextAreaBoxFocus:focus,
input[type=text].requiredField:focus,
input[type=email].requiredField:focus,
input[type=tel].requiredField:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=text].FormPhoneBox:focus,
input.requiredField:focus{outline: none;}

.dropInner br {display:none;}
#SubmitButtonDiv{float: right; margin-right: 15px;}

.FormTextAreaBox, .FormTextAreaBoxFocus, textarea.requiredField {
 height:80px;
}
.FormCheckBox{
	margin:0 10px 10px 0;
}
p.pvText {
	font-size:14px;
	}
 p.pvText {
	font-size:14px;
	padding:5px 0;
}
p.pvText a {
	font-size:14px;
	color:#ec0045;
	font-weight:normal;
}
p.pvText a:hover {
	text-decoration:none;
}
.normal_text table{width: 100%;}
.normal_text table .normal_bold_text{
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	display: none;
}


/*-- Media Query --*/
@media (max-width: 992px){
    .zoomWraper .overviewList{justify-content: space-between;}
    .zoomWraper .overviewList li{
        flex-basis:47%;
        margin-bottom:40px;
        display:flex;
        flex-wrap:wrap;
        box-sizing:border-box;
        align-content: flex-start;
        margin-right:5%;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px;
        position:relative;
        border-radius: 10px;
        background: #fff;
    }
    /* .zoomWraper .overviewList li:nth-child(2n+2){margin-right: 0;} */
    .zoomWraper .overviewList li{margin-right: 0!important;}
    .zoomWraper .overviewList li .imageSection{max-width: 100%;}
    .zoomWraper .titlebar ul li{padding: 0 30px;}
}
@media (max-width: 1024px){
    .zoomWraper .zoomHeader .headerImg,
    .zoomWraper .headerfullwidth{width: 50%;}
}
@media (max-width: 992px){
    .zoomWraper .headerfullwidth p{padding-bottom: 36px;}
}
@media (max-width: 768px){
    .zoomWraper .zoomHeader .headerImg{
        position: inherit; margin: 20px 0; height: auto;
    }
    .zoomWraper .zoomHeader .headerImg,
    .zoomWraper .headerfullwidth,
    .zoomWraper .zoomHeader.overviewHead .headerImg,
    .zoomWraper .zoomHeader.overviewHead .headerfullwidth{width: 100%;}
    .zoomWraper .zoomHeader .headerImg .img-cover{display: none;}
    .zoomWraper .zoomHeader .headerImg img{width: 100%;}
    .zoomWraper .breadcrumb ul{margin-bottom: 20px;}
    .zoomWraper .topSection{text-align: center;}
    .zoomWraper .topSection a{display: inline-block;}
    .zoomWraper .topSection img{max-width: 80%;}
    .zoomWraper .zoomHeader.overviewHead .headerImg{text-align: center;}
    .zoomWraper .zoomHeader.overviewHead .headerImg img{max-width: 100%; width: auto;}
    .zoomWraper .zoomHeader.overviewHead .headerfullwidth .logoSection{justify-content: center;}
    .zoomWraper .zoomfooter{margin-top: 0;}
    .zoomWraper .titlebar ul{display: block; margin: 25px 0 0 0;}
    .zoomWraper .titlebar ul li{
        flex-basis: 100%; padding: 0;
        border-right: none; border-bottom: #e4e4e4 1px solid;
    }
    .zoomWraper .zoomHeader.overviewHead .flexWrap{padding-top: 20px;}
	.zoomWraper .overviewList.main li h3, .zoomWraper .overviewList.main li h3 a{font-size: 24px; line-height: 28px;}
	.zoomWraper .zoomHeader.overviewHead{
		background: #f6f7f9;
	}
	.pagepattern{
		background: none
	}
}
@media screen and (max-width:640px) {
	.scrollContent {
		height:400px!important;
		overflow:auto!important;
   	}
	.dropBoxFrom, .dropBoxFrom1, .dropBoxFrom2 {
		height: 430px !important;
		top:10px!important;
   	}
}
   @media screen and (max-width:600px) {
   	.dropBox {
		top:15px;
	}
}

@media (max-width: 574px){
    .zoomWraper .overviewList li{flex-basis: 100%; margin-right: 0;}
    .zoomWraper .zoomfooter .footerLogo img {
        border-bottom: #bababa 1px solid;
        padding: 6px 10px 20px 0;
        margin-right: 0;
        border-right: none;
        margin-bottom: 30px;
    }
    .zoomWraper .zoomfooter{text-align: center;}
    .zoomWraper .zoomfooter .footerLogo{margin: 0 auto;}
    .zoomWraper .overviewList.main li .imageSection img{height: auto; width: 100%;}
	.zoomWraper .contentPart h2,
	.zoomWraper .titlebar h2,
	.zoomWraper .zoomfooter h2{font-size: 32px; line-height: 34px;}
}
   
@media screen and (max-width:560px) {
   .dropBoxFrom, .dropBoxFrom1, .dropBoxFrom2 {
		width:90%;
		left:0;
		margin:0 5% auto;
		top:15%;
   }
   .dropInner h3 {
	font-size:18px;
	line-height:22px;
   }
   .dropInner h4 {
	font-size:13px;
	line-height:17px;
   }
}

@media screen and (max-width : 500px) {
	.dropBox {
		height:300px;
	}
	.scrollContent {
		height:250px;
	}
	.dropInner{padding: 15px;}
}

@media (max-width: 480px){
    .zoomWraper .headerfullwidth .subLogo{width: 80%;}
    .zoomWraper .headerfullwidth p,
    .zoomWraper .zoomHeader.overviewHead .headerfullwidth p{
        font-size: 18px; line-height: 24px; 
        margin: 0; padding-bottom: 20px;
    }
    .zoomWraper .zoomHeader.overviewHead .headerfullwidth .logoSection img{max-width: 100px;}
} 
	
/* 480 break point End*/
@media screen and (max-width:400px) {
	.dropBox {
		height:400px;
	}
}
@media screen and (max-width:360px) {
	a.globeIcon {
		margin-right:5px;
	}
}

/*overlay form*/

