body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

.wrapper {
	width:100%;
	height:100%
}

#left-sign-in-sign-up-link {
	position: fixed;
	right: 0;
	margin: 10px;
	padding: 5px 10px;
	border-radius: 10px;
	cursor: pointer;
	background-color: #ffffff;
	z-index: 999;
}

#btn-close-right-panel {
	float: right; 
	font-size: 18px;
	margin: 0 10px 0 20px;
	cursor: pointer;
}

#search-keyword-wrapper {
	display: none;
}

#search-keyword-arrow {
	display: inline-flex;
    width: 30px;
    height: 30px;
	cursor: pointer;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.landing{
	position: relative;
	font-size:calc(25px + 7 * ((100vw - 375px) / 1065));
	color:#FFFFFF;
	font-weight: bold;
	clear: both;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.landing1 {
	background-image: url("/Tpl/default/Home/Index/assets/iStock-848290086.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 768px;
	font-weight: bold;
}
.landing2 {
	background-image: url("/Tpl/default/Home/Index/assets/iStock-921674532.jpg");
}
.landing3 {
	background-image: url("/Tpl/default/Home/Index/assets/iStock-674146848.jpg");
}
.landing4 {
	background-image: url("/Tpl/default/Home/Index/assets/iStock-682180238.jpg");
}
.landing5 {
	background-image: url("/Tpl/default/Home/Index/assets/iStock-813999540.jpg");
}

.color1{
	color:#262626;
}

.color2{
	color:#707070;
}

.downloadicon{
	padding-top:5%;
	padding-right:20px;
}

.top-left img{
	width:180px;
}

.bottom-left {
	position: absolute;
	bottom: 8px;
	left: 16px;
	padding-left:64px;
	padding-bottom:5%;
}

.top-left {
	position: absolute;
	top: 15%;
	left: 16px;
	padding-left:64px;
}

.top-right {
	position: absolute;
	top: 35%;
	right: 16px;
	padding-right:64px;
	text-align:right;
}

.column{
	display: table-cell;
}

input:focus {
	outline: none;
}

.left_box_inside {
	margin-left: 0%;
	padding-top: 5%;
}

.left_box_div {
	max-width: 700px;
	width: 90%;
	margin: 150px auto 0 auto;
	color: #ffffff;
	margin-bottom:30px;
	background-color: rgba(100%, 100%, 100%, 0.8);
	padding: 10px 20px;
	overflow-y: auto;
	overflow-x: hidden;
}

.left_box {
	position: relative;
	float: left;
	width: 60%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.left_box_inside .slogan {
	max-width: 700px;
	width: 90%;
	margin: 100px auto 0 auto;
	font-size: 34px;
	color: #FFFFFF;
}

.right_box_inside {
	padding: 10px 5%;
	height: 100%;
	display: none;
	overflow: hidden;
	background-color: #fafafa;
}

.right_box {
	position: fixed;
	float: right;
	width: 40%;
	height:100%;
	overflow: hidden;
	z-index: 1000;
	right: 0;
	top: 0;
}

.title_1 {
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 0.8em;
}

.white_input_box {
	display: inline-block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 3px;
	border: 1px solid #E4E4E4;
	-webkit-border-radius: 3px;
	border-radius: 5px;
	color: #484848;
	background-color: #ffffff;
	height: 35px;
	padding: 4px 10px;
	font-size:14px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.white_input_box:focus{
	border: 1px solid #29abe2;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #E4E4E4;
}

a.lang {
	color: #4D4D4D;
}

a.lang:Link {
	text-decoration: none
}

input:-webkit-autofill{
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

.register{
	margin:10px 0;
	width:100%;
}
.register .white_input_box{
	width:100%;
}
#column{
	display: table-cell;
}
#lastname{
	//width:48.5%;
}
#firstname{
	//width:48.5%;
}

#login_username .white_input_box{
   display: inline-block;
   -webkit-box-sizing: content-box;
   -moz-box-sizing: content-box;
   box-sizing: content-box;
   padding: 3px;
   border: 1px solid #b3b3b3;
   -webkit-border-radius: 3px;
   border-radius: 0px;
   color: #000000;
   background-color: #ffffff;
   height: 30px;
   text-indent: 8px;
   font-size: 13px;
   border-radius: 2px;
}

.register .white_input_box::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-family: 'Open Sans', sans-serif;
}
.register .white_input_box::-moz-placeholder { /* Firefox 19+ */
	font-family: 'Open Sans', sans-serif;
}
.register .white_input_box:-ms-input-placeholder { /* IE 10+ */
	font-family: 'Open Sans', sans-serif;
}
.register .white_input_box:-moz-placeholder { /* Firefox 18- */
	font-family: 'Open Sans', sans-serif;
}

.ul-keyword-list {
	clear: both;
	list-style-type: none;	
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 0.8em;
}

.ul-keyword-list > li{
	display: inline-block;
	padding: 0 10px 10px 0;
}

.ul-keyword-list > li:first-child {			
	font-weight: bold;
	color: black;
}

.ul-keyword-list a {			
	text-decoration: none;
	word-break: break-all;
	color: #0018CF;
}

.btn-search {
	height: 38px;
	background-color: #29ABE2;
	font-size: 0.875rem;
	line-height: 1.25;
	padding: .5rem 1.25rem;
	border-radius: .2rem;
	vertical-align: middle;
	border: 1px solid transparent;
	font-style: semibold;
	color: white;
}

.search-input-box {

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 10px;
	font-size: 15px;
	color: #ffffff;
	-o-text-overflow: clip;
	text-overflow: clip;
	background: rgba(229,57,57,0);
	width: calc(95% - 50px);
	height: 16px;
	color: black;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;
	
}

.search-box-keyword {
	display: inline-block;
	max-width: 700px;
	width: 100%;
}

#left-sign-in-sign-up-link {
	display: none;
}

#btn-close-right-panel {
	display: none;
}

@media only screen and (max-width: 768px) {
	
	#left-sign-in-sign-up-link {
		display: block;
	}
	
	#btn-close-right-panel {
		display: block;
	}

	.left_box{
		width:100%;
		background-image: url("/Tpl/default/Home/Index/assets/iStock-848290086.jpg");
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		min-height: 768px;
	}

	.right_box{
		width:100%;
		display: none;
	}
	
	.left_box_div{
		margin-top: 100px;
		width: 80%;
	}
	
	.btn-search {
		margin-top: 5px;
		width: 100%;
	}
	.search-box-keyword {
		width: 100%;
	}
	
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #a3a3a3;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #a3a3a3;
  }

::-ms-input-placeholder { /* Microsoft Edge */
	color: #a3a3a3;
}
