f@font-face{
	font-family: 'Std-Book';
	src: url(../fonts/62682_ITCFranklinGothicStd-Book.otf);
}

@font-face{
	font-family: 'Calibri';
	src: url(../fonts/Calibri.ttf);
}

body.en{
	/*font-family: 'Std-Book';*/
	font-family: 'Calibri';
}

body.th{
	font-family: 'Prompt', sans-serif;
}

body.th #about .grayBackground > div > div:first-child{
	letter-spacing: 0.2px;
}

*{
	box-sizing: border-box;
}

#uFileName{
	color: red;
}

.error{
	text-align: center;
	color: red;
}

.grayTxt{
	color: #b2b2b2;
}

textarea{
	resize: none;
}
.imgRef{
	padding-left: 2vw;
	padding-top: 1vw;
}

.imgRef,
.imgRef > div > div{
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.imgRef > div{
	flex: 1;
}

.imgRef iframe{
	width: 30vw;
	height: 20vw;
	min-height: 250px;
}
.overlay{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 5000;
}
#popImg{
	display: flex;
	justify-content: center;
	align-items: center;
}
#popImg > .content{
	position: relative;
	max-width: 90%;
	height: 90%;
	background-color: #fff;
	display: flex;
	padding: 3vw 1vw;
	border-radius: 3px;
}
#popImg > .content > img{
	height: 100%;
	width: auto;
	margin: auto;
	object-fit: contain;
}
.closeIcon{
	position: absolute;
	top: 1vw;
	right: 1vw;
	cursor: pointer;
}
#loader {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5000;
	margin: -60px 0 0 -60px;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid rgba(84, 198, 255, 1);
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.slideImg{
	min-height: 32vw;
}
.slideImg2,
.slideImg,
#slideshow{
	width: 100%;
	z-index: 0;
}
.slideDataNodeX{
	padding-top: 1vw;
}
#slideshowMon{
	z-index: 0;
	width: 75%;
	margin-left: 0;
	float: left;
}

.swiper-button-prev{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23cccccc'%2F%3E%3C%2Fsvg%3E") !important;
	top: 40% !important;
}
.swiper-button-next{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23cccccc'%2F%3E%3C%2Fsvg%3E") !important;
	top: 40% !important;
}
#slideNodeX2{
	z-index: 0;
}
#slideNodeX{
	width: 70%;
	background-color: #fff;
}
#slideNodeX2 > .swiper-wrapper,
#slideNodeX > .swiper-wrapper{
	display: flex;
	align-items: center;
}
.slideDataNodeX > .text{
	font-size: 1.4vw;
}

.mt-2{
	margin-top: 2vw;
}
.captchaDiv{
	margin-top: 20px;
	margin-bottom: 20px;
}

.captchaInput{
	margin-bottom: 0 !important;
	z-index: 0 !important;
}

.captchaDiv .glyphicon{
	font-size: 1.5vw;
}

.captchaDiv .input-group-btn:last-child>.btn{
	height: 3vw;
	z-index: 0;
}

.contactForm .captchaDiv{
	position: absolute;
	bottom: 0;
	margin-bottom: 1vw;
	width: 100%;
}

.fbIcon{
	font-size: 1.3vw;
	font-weight: 1000;
	color: #007fbd;
	border: 0.1vw solid;
	border-radius: 50%;
	width: 2vw;
	height: 2vw;
	text-align: center;
}

.ytIcon{
	width: 2vw;
	height: 1.5vw;
	background-color: red;
	border-radius: 0.4vw;
	position: relative;
}

.ytIcon > span{
	position: absolute;
	color: #fff;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 0.5vw;
}

#contactSym{
	float: right;
}

#contactSym > div > a > span:not(.mailIcon){
	color: #878787;
}
#contactSym > div{
 	padding-left: 1vw;
}
#contactSym div{
	display: inline-block;
	vertical-align: middle;
}
#copyright{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.mailIcon{
	font-size: 2vw;
	color: #007fbd;
	vertical-align: middle;
}

.ytDiv a:focus,
.ytDiv a:hover,
.mailDiv a:focus,
.mailDiv a:hover,
.fbDiv a:focus,
.fbDiv a:hover{
	text-decoration: none;
}
#dotNavigate2,
#dotNavigate{
	padding: 30px 20px;
	position: relative;
	text-align: left;
}
#jobContent #dotNavigate{
	position: absolute;
	bottom: 0;
}

#jobContent #slideshow{
	padding-bottom: 80px;
}

#subMenuData .img,
#about .img{
	min-height: 35vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.chklist{
	width: 80%;
	margin: auto;
}
.chklist ul{
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.chklist ul li{
	width: 20%;
	padding: 0 1vw;
	position: relative;
	margin-top: 5vw;
}
.chklist ul li:before{
	content: "\2713\0020";
	position: absolute;
	top: -5vw;
	left: 50%;
	transform: translateX(-50%);
	border: 0.3vw solid #fff;
	padding: 0.7vw 1.2vw;
	border-radius: 50%;
	font-weight: bold;
}

#about > .row:first-child img{
	width: 100%;
}

#aboutTitle{
	font-size: 2.5vw;
	position: absolute;
	top: 2vw;
	left: 3vw;
	color: #006ca0;
	font-weight: bold;
}

#about ul{
	font-size: 1.4vw;
	margin-top: 2vw;
}

#about > .row:not(:first-child){
	padding: 2vw 4vw;
}

#about > .grayBackground{
	font-size: 1.5vw;
}

#about > .grayBackground > div > div{
	padding: 1vw;
}
#about > .grayBackground > div > div:nth-child(odd){
	color: #082663;
}
#about > .grayBackground > div > div:nth-child(even){
	color: #007fbd;
}
#jobHeaderTxt .data{
	font-size: 1.3vw;
	line-height: 1.5vw;
}
.mynav{
	background-color: #fff;
	border-bottom: 2px solid #e2e3e3;
	padding: 5px 10px;
	margin-bottom: 0;
}

.mynav .navbar-toggle{
	padding-top: 15px;
}

.mynav .navbar-toggle .icon-bar{
	background-color: #082663;
}

.navbar-brand > img{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#navbar > div{
	float: right;
	margin-right: 15px;
	position: relative;
}

#menu1 li a{
	font-size: 15px;
	color: #007fbd;
	padding: 25px 0px 10px 0px;
}

#menu1 li a:focus,
#menu1 li a:hover{
	color: #082663;
	background-color: #fff;
}

#menu1{
	position: absolute;
	top: 0;
	right: 0;
}

#menu2{
	margin-top: 50px;
}

#menu2 li a{
	font-size: 16px;
	color: #082663;
}

.m1d + .m1d{
	padding-left: 30px;
}

.dropdown-header{
	font-size: 16px;
	font-weight: bold;
}

.dropdown-item{
	margin-left: 15px;
}

li + .dropdown,
.inline-list,
.inline-list + .dropdown,
.dropdown + .dropdown{
	padding-left: 40px;
}

#menu2 > li > a{
	padding: 12px 0px 15px 0px;
}

.dropdown.open > a:hover,
.dropdown.open > a:focus{
	border-bottom: 3px solid gray;
}

.dropdown > a{
	border-bottom: 3px solid #fff;
}

#menu2 li a:link{
	background-color: initial;
}
#menu2 li a:hover{
	color: #007fbd;
	background-color: initial;
}

.dropdown-menu{
	background-color: #fafafa;
}

#language.en > a.en,
#language.th > a.th{
	color: #007fbd;
}

#language.en > a.th,
#language.th > a.en{
	color: gray;
}

li.lang img{
	width: 21px;
	padding-bottom: 5px;
}

li.lang > ul{
	list-style-type: none;
	padding: 0px 10px 0px 0px;
}

li.lang a,
li.lang ul,
li.lang li{
	display: inline-block;
}

.footer{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #f2f2f2;
	color: #878787;
	padding: 7px 25px;
	font-size: 1vw;
}

.fixedTop{
	margin-top: 100px;
}

.fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

#siteMapDiv{
	margin: 0 auto;
	float: none;
}
#siteMap{
	padding-top: 3vw;
	padding-bottom: calc( 3vw + 30px );
}

#siteMap .name{
	color: #007fbd;
	font-size: 2.5vw;
	font-weight: bold;
}

#siteMapData{
	display: flex;
	margin-top: 1.5vw;
	color: #082663;
}

#siteMapData > div:first-child{
	padding-left: 0;
}
#siteMapData > div:last-child{
	padding-right: 0;
}
#siteMapData > div{
	padding-left: 1.5vw;
	padding-right: 1vw;
	flex: 1;
	font-weight: 550;
	font-size: 1.2vw;
}
#siteMapData a:not(.shUpperCase){
	color: #082663;
}
#siteMapData a:hover{
	text-decoration: none;
	color: #007fbd;
}
#siteMapData a.shUpperCase:hover{
	text-decoration: none;
	color: #082663;
}
#siteMapData > div + div{
	border-left: 0.1vw solid #ccc;
}

#siteMapData a:not(:first-child){
	display: block;
	padding-top: 2vw;
}
.shUpperCase{
	color: #007fbd;
	text-transform: uppercase;
}
#main > .row{
	min-height: 100px;
	position: relative;
}

.whiteBackground{
	background-color: #fff;
}

.blueBackground{
	background-color: #007fbd;
}

.grayBackground{
	background-color: #fafafa;
}

.halfImgTxt > .img{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#dataBlock > .halfImgTxt:nth-child(even){
	flex-direction: row-reverse;
}

.halfImgTxt{
	display: flex;
	background-color: #fafafa;
	-webkit-flex-direction: row;
	flex-direction: row;
}

.halfImgTxt > div{
	position: relative;
	width: 50%;
	padding: 0;
}

.halfImgTxt > .img > img{
	width: 100%;
}

.halfImgTxt > .text{
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 2vw;
}

.halfImgTxt > .text > div{
	width: 100%;
	font-size: 2vw;
	font-weight: bold;
	margin-bottom: 0.5vw;
}

.halfImgTxt > .text > ul{
	font-size: 1.5vw;
	margin-bottom: 0;
}

#subMenuData .list li,
.halfImgTxt > .text > ul > li{
	padding: 0.5vw;
}

#warrantyHeader{
	padding: 3vw 5vw;
}

#warrantyHeader .wHead{
	font-size: 2.5vw;
	margin-bottom: 2vw;
	font-weight: bold;
}

#warrantyHeader .wBody{
	font-size: 1.7vw;
}

.mb-2,
#warrantyHeader .wBody > div{
	margin-bottom: 2vw !important;
}

#warrantyBody > div{
	margin-bottom: 20px;
}

#warrantyBody *{
	font-size: 1.5vw;
}

#warrantyRes > div{
	border-top: 1px solid #aaa;
	padding: 2vw;
}

#warrantyRes > div > .row{
	margin-bottom: 0.5vw;
}

.wBody{
	text-align: left;
}

.suggest > div:first-child{
	font-weight: bold;
	text-decoration: underline;
}

.ex{
	font-size: 10vw;
	text-align: center;
}

.divCenter{
	margin: auto;
	float: none;
}

.center-text{
	text-align: center;
}

.alignR{
	text-align: right;
}

.hideObj{
	display: none !important;
}

#toTop{
	display: none;
	position: fixed;
	right: 20px;
	bottom: 70px;
}

.swiper-pagination-bullet{
	margin: 0 10px !important;
	width: 15px !important;
	height: 15px !important;
	background-color: #fff !important;
	border: 2px solid #bbb;
	border-radius: 50% !important;
	transition: background-color 0.6s ease;
	opacity: 1 !important;
}

.swiper-pagination-bullet-active{
	background-color: #bbb !important;
	border: 2px solid #bbb;
}

.swiper-pagination-bullet:hover{
	border: 2px solid #717171;
}

#subMenuData img{
	width: 100%;
}

#subMenuData .head{
	font-size: 2vw;
	margin-bottom: 0.5vw;
}

.alignC{
	text-align: center;
}

#subMenuData .list{
	font-size: 1.5vw;
}

#subMenuData .list ul{
	margin: auto;
	padding-left: 2vw;
}

#subMenuData .list > ul{
	list-style: none;
}

ul.subUL{
	padding-left: 4vw !important;
}
ul.subUL > li{
	padding: 0 !important;
}
ul.subUL{
	list-style: disc;
}
.pl-2{
	padding-left: 2vw;
}
#subMenuData .list > ul > li:before{
	content:"\2713\0020";
	position: absolute;
}

#subMenuData .list > ul li > div{
	margin-left: 2vw;
}

#subMenuData > #part_1 > .head{
	margin-top: 2vw;
	text-align: center;
}
.flex,
.menuNodeX > .list.listFlex{
	display: flex;
}
.flexCenter{
	display: flex;
	align-items: center;
}
#subMenuData #part_3 .menuNodeX > .list > div{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	z-index: 0;
}
#subMenuData #part_3 .menuNodeX > .list > div:last-child,
#subMenuData #part_2 .menuNodeX > .list > ul{
	width: 70%;
}
#subMenuData #part_3 .menuNodeX > .list > div:first-child,
#subMenuData #part_2 .menuNodeX > .list > div{
	width: 30%;
}
.listFlex iframe{
	height: 19vw;
	width: 100%;
	border: none;
}
.menuNodeX > .list > div + div{
	padding-left: 2vw;
}
#subMenuData #part_2 .menuNodeX,
#subMenuData #part_4 .menuTD,
#subMenuData #part_2 .menuTD{
	color: #fff;
	padding: 3vw;
}
#subMenuData #part_4 .menuNodeX,
#subMenuData #part_5 .menuNodeX,
#subMenuData #part_3 .menuNodeX,
#subMenuData #part_5 .menuTD,
#subMenuData #part_3 .menuTD{
	color: #082663;
	padding: 3vw;
}

#main,
#slides{
	position: relative;
	overflow: hidden;
}

.slide > img{
	width: 100%;
}

.slide{
	display: inline;
	float: left;
	position: relative;
	background-color: #fafafa;
}

.slideData{
	position: absolute;
	top: 50%;
	left: 5vw;
	transform: translateY(-50%);
	font-size: 2vw;
	text-align: right;
}
.slideData > span{
	font-weight: bold;
}
.slideData > div{
	margin-top: 5px;
}

#map{
	padding: 50px;
	height: 45vw;
}

#mapTitle{
	text-align: center;
	font-size: 2.5vw;
	font-weight: bold;
}

#mTitle1{
	color: #082663;
}

#mTitle2{
	color: #007fbd;
}

#world-map{
	padding-top: 3vh;
	height: 80%;
}

.jvectormap-tip{
	padding: 5px;
	background-color: #007fbd !important;
}

.jvectormap-tip > span{
	margin: 2px 5px;
	font-size: 1vw;
}

.jvectormap-tip > .pv{
	width: 2vw;
	margin: 2px;
	min-width: 14px;
}

.jvectormap-tip > .batt{
	width: 0.8vw;
	margin: 2px;
	min-width: 7px;
}

.dropdown-menu_L{
	right: auto !important;
}

.dropdown-menu_R{
	right: 0 !important;
}

.dlContainer{
	border-bottom: 0.4vw solid #e3e3e3;
	padding: 2vw 0 1vw 0;
	font-size: 1.25vw;
}

.dlContainer:last-child{
	border: none;
}

.dlRow{
	display: flex;
	align-items: center;
	min-height: 12vw;
}

#support .dlImg{
	display: none;
}

.dlImg{
	width: 16.7vw;
	height: 11.3vw;
	background-color: #fafafa;
	position: absolute;
	right: 15px;
	display: flex;
}

.dlImg > img{
	width: 100%;
}

.dlHead{
	font-size: 2.2vw;
	line-height: 2.6vw;
}

.dlTitle{
	color: #082663;
}

.dlSubTitle{
	color: #007fbd;
}

#product .dlGrp{
	width: 70%;
}

.dlGrp{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

#support .dlList{
	padding-bottom: 6vw;
	padding-left: 1.7vw;
}

.dlList{
	width: 20%;
	margin: 2vw 0;
	padding-left: 1vw;
	padding-bottom: 8vw;
	border-right: 0.2vw solid #e3e3e3;
	position: relative;
}

#support .dlList:nth-child(5n+1),
.dlList:nth-child(5n+1){
	padding-left: 0;
}

.dlList:last-child,
.dlList:nth-child(5n+5){
	border: none;
}

.dlBodyA a,
.dlDownload a{
	text-decoration: underline;
}
#product .dlDownload{
	left: 1vw;
	right: 2vw;
}

.dlList:nth-child(5n+1) .dlDownload{
	left: 0 !important;
}

.dlDownload{
	position: absolute;
	bottom: 0;
	left: 1.7vw;
	right: 1vw;
}

.dlDownload > div{
	color: #b2b2b2;
}

.dlDownload > img{
	width: 2vw;
	cursor: pointer;
}

#monLink{
	cursor: pointer;
}

.dlDownload > a + a,
.dlDownload > img + img{
	margin-left: 0.5vw;
}

.grayHeader{
	background-color: #f2f2f2;
	text-align: center;
	height: 35vw;
	margin-bottom: 5vw;
}

.contactContent > div{
	margin: 0 auto;
	float: none;
	display: flex;
	margin-bottom: 2vw;
}
#downloadPDF > div,
.grayHeader > div{
	margin: 0 auto;
	float: none;
	height: 100%;
}

.grayHeader .title{
	display: flex;
	justify-content: center;
	text-align: left;
	height: 100%;
	color: #082663;
	font-size: 4.5vw;
	font-weight: bold;
	flex-direction: column;
	line-height: 5vw;
}

.grayHeader .subtitle{
	color: #007fbd;
}

.grayHeader .data{
	max-width: 55%;
	font-weight: normal;
	color: #082663;
	font-size: 1.7vw;
	margin-top: 2vw;
	line-height: 2.5vw;
}

#jobContent > .blueBackground > div{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 105%;
	width: 100%;
}

#jobFormDiv{
	width: 100%;
	height: 100%;
	padding: 0.5vw 3vw;
	font-size: 1.3vw;
}

#jobFormDiv > div{
	margin-bottom: 1vw;
}
#jobFormDiv > div:first-child{
	font-size: 2vw;
	color: #007fbd;
}

#jobContent .grayBackground{
	background-color: #f2f2f2;
}

#jobContent{
	display: flex;
}

#jobContent > div{
	width: 50%;
	padding: 1vw;
}

#jobHeader{
	margin-bottom: 1.5vw;
}

#jobHeaderImg,
#contactHeaderImg{
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 35%;
	height: auto;
}

.custom-form textarea:focus,
.custom-form input[type=text]:focus,
.custom-form input[type=number]:focus,
.contactContent textarea:focus,
.contactContent input[type=text]:focus{
	border: 2px solid #8ebbdc !important;
	background-color: #e6e6e6;
}

.custom-form textarea:-ms-input-placeholder,
.custom-form iput[type=text]:-ms-input-placeholder, /* Internet Explorer 10-11 */
.custom-form iput[type=number]:-ms-input-placeholder, /* Internet Explorer 10-11 */
.contactContent textarea:-ms-input-placeholder,
.contactContent input[type=text]:-ms-input-placeholder{ /* Internet Explorer 10-11 */
	color: #b1b1b2;
}

.custom-form textarea::-ms-input-placeholder,
.custom-form input[type=text]::-ms-input-placeholder,  /* Microsoft Edge */
.custom-form input[type=number]::-ms-input-placeholder,  /* Microsoft Edge */
.contactContent textarea::-ms-input-placeholder,
.contactContent input[type=text]::-ms-input-placeholder{  /* Microsoft Edge */
	color: #b1b1b2;
}

.custom-form textarea::placeholder,
.custom-form input[type=text]::placeholder,
.custom-form input[type=number]::placeholder,
.contactContent textarea::placeholder,
.contactContent input[type=text]::placeholder{
	color: #b1b1b2;
	opacity: 1; /* Firefox */
}

.custom-form textarea,
.contactContent textarea{
	height: auto !important;
}

.contactFormDiv .btn{
	margin-top: 0;
}

.flexDiv,
.contactForm{
	display: flex;
	width: 100%;
}

.custom-form textarea,
.custom-form input[type=text],
.custom-form input[type=number]{
	background-color: #fff !important;
}
.custom-form textarea,
.custom-form input[type=text],
.custom-form input[type=number],
.contactContent textarea,
.contactContent input[type=text]{
	font-size: 1.5vw;
	margin-bottom: 1vw;
	background-color: #f2f2f2;
	border: 2px solid #f2f2f2;
	border-radius: 2px;
	padding: 1.5vw;
	box-shadow: none !important;
	height: 3vw;
}

.custom-form input.halfTxt:nth-child(odd){
	margin-left: 2%;
}
.custom-form input.halfTxt{
	width: 49%;
	float: left;
}

.contactAddr,
.contactFormDiv{
	flex: 1;
	display: flex;
	flex-direction: column;
}
.contactSubHeader{
	margin-bottom: 0 !important;
}
.contactSubHeader > div:last-child{
	flex: 1;
	color: #000;
}
.contactSubHeader > div:last-child > div{
	margin-left: 6vw;
}
.contactSubHeader > div:first-child{
	flex: 1;
	font-size: 2.3vw;
}
.contactSubHeader > div:first-child{
	margin-bottom: 2vw;
	line-height: 3vw;
}
.contactSubHeader .title{
	color: #082663;
}
.contactSubHeader .subTitle{
	color: #007fbd;
}
.contactAddr > div{
	margin-left: 6vw;
	font-size: 1.5vw;
	flex: 1;
	position: relative;
}

.blueFont{
	color: #007fbd;
}

.addrHeader{
	color: #007fbd;
	font-size: 2vw !important;
	margin-bottom: 2vw;
}

.contactContent{
	color: #b1b1b2;
	font-size: 1.3vw;
}

.sexSel > span{
	padding-top: 0.75vw;
	float: left;
}

.sexSel{
	padding-left: 1.7vw;
	text-align: right;
}

.radioContainer{
	padding-top: 0.75vw;
	position: relative;
	cursor: pointer;
	display: inline-block;
	min-width: 3vw;
	height: 4vw;
	padding-right: 4vw;
	font-weight: normal;
}

.radioContainer input{
	position: absolute;
	opacity: 0;
}

.radioContainer input:checked ~ .checkmark:after{
	display: block;
}

.radioContainer .checkmark:after{
	top: 0.5vw;
	left: 0.5vw;
	width: 2vw;
	height: 2vw;
	background-color: #007fbd;
	border-radius: 50%;
}

.checkmark:after{
	content: "";
	position: absolute;
	display: none;
}

.checkmark{
	position: absolute;
	top: 0;
	right: 0;
	width: 3vw;
	height: 3vw;
	background-color: #eee;
	border-radius: 50%;
}

.radioContainer + .radioContainer{
	margin-left: 2vw;
}

.submitBtn:focus,
.submitBtn:hover{
	color: #fff;
}

.submitBtn:hover{
	box-shadow: 1px 1px 5px 1px #ccc;
}

.submitBtn{
	background-color: #007fbd;
	color: #fff;
	border-radius: 2px;
	border: 1px solid #007fbd;
	padding: 0.5vw 3vw;
	font-size: 1.3vw;	
}

#loginDiv{
	background-color: #fff;
	height: 100%;
	padding: 0 1.5vw;
	float: left;
	width: 25%;
}

#loginDiv > form{
	height: 32vw;
	border: 1px solid #ccc;
	border-radius: 1vw;
	box-shadow: 0px 2px 5px #ccc, 0px -2px 5px #ccc;
	padding: 2vw;
	position: relative;
}

#loginForm > div:first-child{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ccc;
	width: 100%;
	padding: 10px;
	font-size: 16px;
}

#loginForm > div:last-child{
	margin-top: 4vw;
}

#loginForm input{
	margin-bottom: 1vw;
	font-size: 16px;
}

#loginForm > div:last-child > div{
	margin-top: 10vw;
}

#contM{
	display: flex;
	justify-content: center;
	margin-bottom: 4vw;
}

#contM > div{
	width: 45%;
	float: left;
	padding: 0.5vw;
	margin: 1vw 2vw;
	border: 1px solid #ccc;
	border-radius: 1.5vw;
	position: relative;
	box-shadow: 0px 2px 5px #ccc, 0px -2px 5px #ccc;
	min-height: 28.7vw;
}
#contM img{
	width: 100%;
	border-radius: 1.5vw;
}
.linkTxt{
	position: absolute;
	right: 1vw;
	bottom: 1vw;
	background-color: #fafafa;
	color: #007fbd;
	padding: 1vw 2vw;
	border-radius: 1.5vw;
	font-size: 2vw;
}
.linkTxt > a{
	text-decoration: none;
}

#cont2{
	padding: 1vw 2vw 3vw 2vw;
}

#cont2 > div{
	display: inline-block;
	float: left;
	color: #082663;
	font-size: 2vw;
	position: relative;
}

#cont2 > div:first-child{
	font-size: 2vw;
	width: 45%;
}

#cont2 > div:last-child{
	font-size: 2.5vw;
	width: 55%;
	padding-left: 5%;
}

.cont2Head{
	position: absolute;
	width: 50%;
}

.cont2Head + img{
	margin-top: 2vw;
	width: 100%;
}

.cont2Op > div:first-child{
	color: #007fbd;
}

.cont2Op > div:not(:first-child){
	border-top: 0.15vw solid #9cdbff;
}

.cont2Op + .cont2Op{
	margin-top: 2vw;
}

#cont3{
	color: #fff;
	padding: 3vw;
	font-size: 2vw;
}

#about > .blueBackground > div{
	color: #fff;
}

#about > .blueBackground > div > .subTitle{
	color: #002c7d;
}

#about > .blueBackground > div,
#cont3Title{
	font-size: 2.5vw;
	text-align: center;
	margin-bottom: 1vw;
}

#cont3Data{
	padding: 2vw 1vw;
	text-align: center;
}

#cont3Descript{
	width: 80%;
	margin: auto;
}

.divGrid > .val{
	font-size: 3vw;
}

.divGrid > .unit,
#cont3Title > div:last-child{
	color: #002c7d;
}

.divGrid{
	display: inline-block;
	padding: 1.5vw;
	width: 16.66%;
	float: left;
}

.divGrid + .divGrid{
	border-left: 0.3vw solid #fff;
}

#table-submenu{
	width: calc( 100% + 30px );
	margin-left: -15px;
	margin-right: -15px;
}

#table-submenu .menuTD{
	width: 1%;
	white-space: nowrap;
}
#nodexMenu{
	width: 6vw;
	cursor: pointer;
	margin-bottom: 0.3vw;
}
#menu2 > li:first-child > a{
	margin-left: 0;
}
@media screen and (max-width: 1024px){
	.footer{
		font-size: 12px;
	}
	#map{
		height: 450px;
		padding: 20px 10px;
	}
	#menu1 li a{
		font-size: 13px;
	}
	#menu2 li a{
		font-size: 15px;
	}
	#nodexMenu{
		width: 6.5vw;
	}
	#RExCharge-Menu{
		width: 8vw;
	}
}

@media screen and (min-width: 768px) and (max-width: 1100px){
	#loginForm > div:last-child > div{
		margin-top: 5vw;
	}
	li + .dropdown,
	.inline-list,
	.inline-list + .dropdown,
	.dropdown + .dropdown{
		padding-left: 20px;
	}
}
@media screen and (max-width: 960px){
	.navbar-brand > img{
		z-index: 1;
		top: 40%;
	}
	#menu2{
		z-index: 0;
		margin-top: 0px;
	}
	#menu2 > li > a{
		padding: 80px 0px 10px 0px;
	}
	#menu1{
		top: 10px;
	}
	#nodexMenu{
		width: 6.7vw;
	}
	#RExCharge-Menu{
		width: 8.5vw;
	}
}
@media screen and (min-width: 641px) and (max-width: 767px){
	#warrantyRes .row:not(.error) > .col-xs-12{
		width: 50%;
	}
	#warrantyBody .row > .col-xs-12{
		width: 33.33%;
	}
	.contactForm .captchaDiv > .col-xs-12{
		width: 60%;
	}
	
}
@media screen and (min-width: 641px) and (max-width: 950px){
	#RExCharge-Menu{
		width: 8.5vw;
	}

	#nodexMenu{
		width: 6.5vw;
	}
	.imgRef iframe{
		width: 40vw;
		height: 25vw;
		min-height: 200px;
	}
	.captchaDiv .input-group-btn:last-child>.btn{
		height: auto;
		font-size: 1.5vw;
	}
	.captchaDiv .glyphicon{
		font-size: 1.5vw;
	}
	.captchaInput{
		font-size: 1.5vw !important;
		padding: 5px !important;
		height: auto !important;
	}
}
@media screen and (max-width: 800px){
	#RExCharge-Menu{
		width: 10.5vw;
	}

	#nodexMenu{
		width: 8vw;
	}
}
@media screen and (max-width: 767px){
	#RExCharge-Menu{
		left: 10vw;
		width: auto;
		height: 13px;
		margin-top: 5px;
		margin-bottom: 10px;
	}

	#nodexMenu{
		
		width: auto;
		height: 13px;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.dlDownload > a + a,
	.dlDownload > img + img{
		margin-left: 1vw;
	}
	#loginForm > div:last-child{
		margin-top: 6vw;
	}
	#loginForm > div:last-child > div{
		margin-top: 1.5vw;
	}
	.fixedTop{
		margin-top: 50px;
	}
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		height: 100vh;
		overflow-y: auto !important;
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		display:block !important;
	}
	.footer{
		padding: 1vw 3vw;
	}
	.jvectormap-tip > span{
		font-size: 12px;
	}
	.navbar-brand > img{
		position: relative;
		top: -5px;
		transform: none;
	}
	#navbar > div{
		float: none;
	}
	.inline-list > a{
		border-bottom: 3px solid #fff;
	}
	.dropdown,
	.inline-list,
	.m1d{
		padding-left: 0px !important;
	}
	.m1d{
		width: 50%;
		float: left;
	}
	li.lang{
		width: 100%;
	}
	ul#lang{
		display: inline-block !important;
	}
	li.lang > a{
		float: left;
		padding-right: 15px !important;
	}
	#menu1 li a{
		padding-top: 15px;
		padding-bottom: 0px;
	}
	.dropdown-menu{
		background-color: #f2f2f2;
		display: block;
		position: relative;
		box-shadow: none;
		border: none;
		margin-bottom: 15px;
		float: none;
		margin-left: 5vw;
	}
	#menu1 li a:focus,
	#menu1 li a:hover{
		background-color: #f2f2f2;
	}
	#menu1{
		text-transform: uppercase;
		position: relative;
		margin-bottom: 150px;
	}
	#menu2{
		margin-top: 0px;
	}
	#menu2 > li{
		background-color: #f2f2f2 !important;
	}

	#menu2 > li > a{
		background-color: #f2f2f2 !important;
		padding-bottom: 0px;
		padding-top: 0px;
	}
	.dropdown-menu > li > a{
		white-space: normal;
	}
	.dropdown-item,
	.dropdown-header{
		padding: 0 !important;
	}
	#navHeader{
		padding: 0;
	}
	#navbar{
		padding-right: 0;
	}
}

@media screen and (max-width: 640px){
	.imgRef{
		flex-direction: column;
	}
	.imgRef iframe{
		width: 80vw;
		height: 50vw;
		min-height: 320px;
	}
	.imgRef > div.alignR{
		width: 100%;
		text-align: center;
		margin-top: 15px;
	}
	ul.subUL{
		padding-left: 10vw !important;
	}
	#jobContent #slideshow{
		padding-bottom: 40px;
	}
	#jobContent #dotNavigate{
		bottom: 5px;
		padding-bottom: 0;
	}
	#warrantyRes .row:not(.error) > .col-xs-12{
		width: 50%;
	}
	#warrantyHeader .wHead{
		font-size: 7vw;
	}
	#warrantyHeader .wBody{
		font-size: 5vw;
	}
	#warrantyBody img{
		width: 90%;
	}
	#warrantyBody *{
		font-size: 4.5vw;
	}
	#warrantyBody div.alignR{
		text-align: left;
	}
	.contactForm .captchaDiv{
		position: relative;
		text-align: center;
	}
	.contactForm .captchaDiv .input-group{
		margin-bottom: 20px;
	}
	.contactForm{
		display: block;
	}
	.contactAddr{
		flex-direction: column-reverse;
	}
	.captchaDiv .glyphicon{
		font-size: 16px;
	}
	#jobBtn.pull-right{
		float: none !important;
	}
	#loginForm > div:last-child{
		margin-top: 10vw;
	}
	#loginForm > div:last-child > div{
		margin-top: 5vw;
	}
	#slideshowMon{
		float: none;
		width: 100%;
	}
	#loginDiv > form{
		height: auto;
	}
	#loginDiv{
		float: none;
		width: 100%;
		position: relative;
		padding: 2vw 5vw;
	}
	#contM{
		margin: 0 -15px;
		display: block;
		padding: 3vw 5vw;
	}
	#contM > div{
		width: 100%;
		margin: 3vw 0;
		padding: 1.5vw;
	}
	.linkTxt{
		right: 3vw;
		bottom: 3vw;
		font-size: 4vw;
		padding: 2vw 3vw;
		border-radius: 2.5vw;
	}
	#jobHeader{
		margin-bottom: 0;
	}
	.custom-form{
		padding: 0 !important;
	}
	#jobFormDiv > div{
		margin-bottom: 3vw;
	}
	#jobContent{
		flex-direction: column;
	}
	#jobContent > div{
		width: 100%;
		padding: 4vw;
	}
	.contactContent > div{
		display: block;
	}
	#jobFormDiv > div:first-child,
	.contactSubHeader > div:first-child{
		font-size: 4vw;
		line-height: 5vw;
	}
	#jobFormDiv,
	.contactSubHeader > div:last-child{
		font-size: 3vw;
	}
	.contactSubHeader > div:last-child > div{
		margin-left: 0;
		margin-bottom: 5vw;
	}
	.addrHeader{
		font-size: 4vw !important;
		margin-top: 2vw;
	}
	.contactAddr > div{
		margin-left: 0;
		font-size: 3vw;
	}
	.mailIcon{
		font-size: 3.8vw;
	}
	.ytIcon{
		width: 4vw;
		height: 3.5vw;
		bottom: -1px;
	}
	.ytIcon > span{
		font-size: 2vw;
	}
	#copyright{
		position: relative;
		top: 0;
		transform: none;
	}
	#contactSym{
		float: none;
	}
	.fbIcon{
		font-size: 2.8vw;
		width: 4vw;
		height: 4vw;
		border-width: 0.2vw;
	}

	#siteMapData{
		flex-direction: column;
	}
	#siteMapData > div + div{
		border-left: none;
		border-top: 0.2vw solid #ccc;
	}
	#siteMapData > div{
		padding: 3vw 0;
		font-size: 2.5vw;
	}
	#siteMap{
		padding-bottom: calc( 3vw + 50px );
	}
	#siteMap .name{
		font-size: 4.5vw;
	}
	#about > .row:not(:first-child){
		padding: 3vw;
	}
	#aboutTitle{
		font-size: 5vw;
		top: 0.5vw;
	}
	#about ul{
		margin-top: 0;
	}
	.chklist ul li{
		width: 100%;
		margin-top: 20vw;
	}
	.chklist ul li:before{
		top: -14vw;
		padding: 1vw 3vw;
		border-width: 0.7vw;
	}
	.grayHeader .title{
		font-size: 7vw;
		line-height: 8vw;
	}
	.grayHeader .data{
		font-size: 3vw !important;
		line-height: 4vw !important;
		max-width: 100%;
	}
	.dlHead{
		font-size: 4vw;
		line-height: 4.5vw;
	}
	.dlContainer{
		font-size: 3vw;
		border-bottom: 1vw solid #e3e3e3;
		padding-top: 5vw;
	}
	.dlList{
		width: 100%;
		border-right: none;
		padding-bottom: 15vw !important;
		padding-left: 0 !important;
	}
	#product .dlGrp{
		width: 100%;
	}
	.dlImg{
		display: none;
	}
	.dlRow + .dlRow{
		border-top: 0.4vw solid #e3e3e3;
		margin-top: 2vw;
		padding-top: 2vw;
	}
	#support .dlList:nth-child(5n+1),
	.dlList:nth-child(5n+1){
		margin-top: 1.3vw;
	}
	.dlList + .dlList{
		padding-top: 3vw;
		border-top: 0.4vw solid #e3e3e3;
	}
	.dlDownload{
		left: 0 !important;
	}
	.dlDownload > img{
		width: 5vw;
		margin-left: 3vw !important;
		margin-top: 1vw;
	}
	#subMenuData .list ul li > div{
		margin-left: 5vw;
	}
	.submitBtn{
		font-size: 16px;
		width: 100%;
		margin-top: 5px;
		margin-bottom: 10px;
		padding: 5px;
	}

	.captchaDiv .input-group-btn:last-child>.btn{
		height: auto;
		font-size: 16px;
	}
	.custom-form,
	.custom-form textarea,
	.custom-form input[type=text],
	.custom-form input[type=number],
	.contactContent,
	.contactContent textarea,
	.contactContent input[type=text]{
		-webkit-appearance: none;
		font-size: 16px;
		margin-bottom: 10px;
		padding: 5px;
		height: auto;
	}

	.grayHeader{
		height: auto;
		padding: 15px;
	}

	#jobHeaderImg,
	#contactHeaderImg{
		position: relative;
		top: 0;
		right: 0;
		transform: none;
		width: 100%;
	}

	.checkmark{
		width: 30px;
		height: 30px;
	}

	.radioContainer{
		padding-right: 40px;
		height: 35px;
	}

	.radioContainer .checkmark:after{
		top: 5px;
		left: 5px;
		width: 20px;
		height: 20px;
	}

	.halfImgTxt{
		display: block;
		padding: 5vw 5vw 3vw 5vw;
	}

	.halfImgTxt + .halfImgTxt{
		padding-top: 0;
	}

	.halfImgTxt > div{
		width: 100%;
	}

	#about ul,
	#subMenuData .head{
		font-size: 5.5vw;
	}

	#about > .grayBackground,
	#mapTitle{
		font-size: 4.5vw;
	}

	.divGrid > .val{
		font-size: 10vw;
	}

	#about > .blueBackground > div,
	#cont2 > div:first-child,
	#cont3Title,
	.halfImgTxt > .text > div{
		font-size: 6.5vw;
	}

	#subMenuData .list{
		font-size: 4vw;
	}
	#cont2 > div:last-child,
	#cont3,
	.halfImgTxt > .text > ul{
		font-size: 4.5vw;
	}

	#cont3Descript{
		width: 90%;
	}
	#cont2 > div{
		width: 100% !important;
	}
	#cont2 > div:first-child > img{
		width: 80%;
	}
	#cont2 > div:first-child{
		text-align: center;
	}
	#cont2 > div:last-child{
		padding-right: 5%;
		padding-bottom: 5%;
	}
	.cont2Head{
		width: 90%;
		position: relative;
		margin: auto;
	}
	.divGrid{
		width: 70%;
		float: none;
		padding: 4vw;
	}
	.divGrid + .divGrid{
		border-top: 1vw solid #fff;
		border-left: none;
	}
	.halfImgTxt > .text,
	.menuID{
		padding: 7vw 3vw !important;
	}

	#table-submenu .menuTD{
		width: 100%;
		white-space: normal;
	}
}

@media screen and (max-width: 515px){
	.imgRef iframe{
		min-height: 250px;
	}
	.custom-form input.halfTxt{
		width: 100%;
		float: none;
	}
	.custom-form input.halfTxt:nth-child(odd){
		margin-left: 0;
	}
	.grayHeader .data{
		font-size: 4vw !important;
		line-height: 5vw !important;
	}
	#jobFormDiv > div:first-child,
	.dlHead,
	.contactSubHeader > div:first-child{
		font-size: 5vw;
		line-height: 6vw;
	}
	.dlContainer{
		font-size: 3.5vw;
	}
	#jobFormDiv,
	.contactSubHeader > div:last-child{
		font-size: 4vw;
	}
	.contactSubHeader > div:last-child > div{
		margin-left: 0;
		margin-bottom: 5vw;
	}
	.addrHeader{
		font-size: 5vw !important;
		margin-top: 2vw;
	}
	.contactAddr > div{
		margin-left: 0;
		font-size: 4vw;
	}	
	#siteMap .name{
		font-size: 6.5vw;
	}
	#siteMapData > div{
		font-size: 3.5vw;
		padding: 7vw 0;
	}
	#map{
		height: 350px;
	}
	.halfImgTxt{
		padding: 0;
	}
}

@media screen and (max-width: 415px){
	.imgRef iframe{
		min-height: 200px;
	}
	.dlDownload > a + a,
	.dlDownload > img + img{
		margin-left: 2vw;
	}
	#loginForm > div:last-child{
		margin-top: 15vw;
	}
	.grayHeader .data{
		line-height: 6vw !important;
	}
	.mailDiv > a > span:last-child,
	.ytDiv > a > span:last-child{
		display: none;
	}
	/*#contactSym > span{
		display: block;
	}
	#contactSym > div{
		padding-left: 3vw;
	}*/
	.fbIcon{
		font-size: 4.2vw;
		width: 6vw;
		height: 6vw;
	}
	.ytIcon{
		width: 5vw;
		height: 4.5vw;
	}
	#jobFormDiv,
	.contactAddr > div,
	.contactSubHeader > div:last-child,
	.mailIcon,
	.dlContainer,
	.grayHeader .data{
		font-size: 5vw !important;
	}
	#jobFormDiv > div:first-child,
	.contactSubHeader > div:first-child,
	.dlHead{
		font-size: 6vw !important;
		line-height: 7vw !important;
	}
	.dlDownload > img{
		width: 10vw;
	}
	.dlList{
		padding-bottom: 25vw !important;
		border-width: 1vw;
	}
	.dlContainer{
		border-width: 2vw;
	}
	#map{
		height: 280px;
	}
	.slideData{
		font-size: 10px;
		width: 25%;
		left: 2vw;
	}
	#siteMapData > div{
		font-size: 4vw;
	}
}