﻿a
{
    text-decoration:none;
    color:#ee7700;
}

img
{
    border:none;
}

h3
{
    margin:0;
    padding-top:12px;
    padding-bottom:2px;
    color:#e70;
    font-size:16px;
}

h4
{
    margin:0;
    padding:0;
    font-size:20px;
    font-weight:normal;
}

h5
{
	font-size:15px;
	font-weight:normal;
	padding:0;
	margin-top:16px;
	margin-bottom:8px;
}

#mainContent
{
    overflow-x:hidden;
    width:100%;
    min-width:320px;
}

#langList
{
    left:-8px;
    right:-8px;
    text-align:center;
    top:35px;
    display:none;
    position:absolute;
    z-index:100;
    background-color:#fff;
    opacity:0.9;
	box-shadow:0px 2px 2px #ccc;
}

.langListItem
{
	padding:6px;
	border-top:1px solid #ccc;
    text-align:left;
}

.langListItem img
{
	vertical-align:middle;
}

#headerSearch
{
    border-bottom:1px solid #ccc;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    height:36px;
}

.txbSearch
{
    padding:8px;
    width:192px;
    border:none;
}

.imgSearch
{
    width:24px;
}

.grayText
{
    color:#343434;
}

input
{
	-webkit-appearance: none;
}

.button input
{
    padding:8px 24px;
    border-radius:20px;
    text-align:center;
    margin-top:48px;
    font-size:16px;
    cursor:pointer;
    white-space:normal;
}

.orange input
{
    background-color:#e70;
    color:#fff;
    border:2px solid #e70;
    white-space:normal;
}

.orange input:hover
{
    color:#e70;
    background-color:transparent;
    border:2px solid #e70;
}

.orangeText
{
    color:#e70;
}

.mainTitle
{
    text-align:center;
    font-size:40px;
    color:#343434;
    padding:32px;
}

.bigQuote
{
    font-size:128px;
    font-family:'Times New Roman';
    font-style:normal;
    line-height:0.2;
    margin-top:32px;
}

.detail
{
    border-bottom:1px solid #343434;
    float:left;
    padding-bottom:4px;
}

.arrow
{
    font-size:30px;
    float:left;
    margin-top:-13px;
    padding-left:8px;
    font-weight:normal;
}

/***************PAGE***********/

#breadcrumb
{
	display: none;
    width:100%;
    max-width:1440px;
    margin:auto;
    font-size:14px;
}

#breadcrumb li
{
    display:inline-block;
    list-style:none;
    padding:20px 24px 20px 0;
    color:#7c858c;
    font-weight:bold;
}

#breadcrumb li a
{
    color:#7c858c;
}

#pageImage
{
    position:relative;
    overflow:hidden;
    width:100%;
    max-height:350px;
    
}

#pageImage img
{
    width:100%;
    min-width:1920px;
    margin-left:50%;
    transform:translateX(-50%);
}

#pageImageOverlay
{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background-color:#0002;
}

.pageMainTitle
{
    font-size:24px;
    color:#343434;
    padding-bottom:24px;
}

.pageTitle
{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    color:#fff;
    font-size:40px;
    transition:all 1s;
    opacity:0;
    height:auto;
}

.pageTitleContent
{
    position:relative;
    width:100%;
    max-width:1440px;
    margin:auto;
}

.pageTitleContent div
{
    max-width:640px;
}

.pageTitleContent > div > span > span {
	position: absolute;
	opacity: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity 500ms;
}
.pageTitleContent > div > span > span.show {
	opacity: 1;
}

.circle
{
    position:absolute;
    min-width:600px;
    min-height:600px;
	width:100vw;
	height:100vw;
    background-color:rgba(250, 124, 0, 0.2);
    border-radius:100vw;
    top:-600px;
    right:100vw;
    opacity:0;
}

.circleNo1
{   
    transition:all 2s;
}

.circleNo2
{
    transition:all 1.6s;
}

.stop-scrolling 
{
  height: 100%;
  overflow: hidden;
}

#searchResult
{
    margin:auto;
    width:92%;
    max-width:1140px;
    padding:0 4%;
}

.searchItem
{
    padding:16px 0 48px 0;
}

.searchItemImage
{
    float:left;
    width:12%;
    padding-right:4%;

}

.searchItemImage img
{
    width:100%;
}

.searchItemText
{
    width:84%;
    float:left;
}

.searchItemTitle
{
    font-family:"RobotoBold";
    font-size:18px;
    padding-bottom:8px;
}

.searchItemTitle a
{
    color:#666;
    font-weight:bold;
}

.searchItemAbstract a
{
    color:#888;
    line-height:1.6;
}

.pageCareer
{
    width:92%;
    max-width:1140px;
    margin:auto;
}

.cookiesPopup
{
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:10000;
	background-color:rgba(0, 0, 0, 0.8);
	-webkit-touch-callout: none;
    -webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select:none;
}

.cookiesPopupContent
{
    position:absolute;
	top:50%;
	left:50%;
    width:75%;
	max-width:480px;
	min-width:300px;
	transform:translate(-50%, -50%);
    z-index:10000;
    background-color:#fff;
    color:#666;
    padding:2% 3%;
    text-align:center;
	font-size:14px;
	line-height:1.6;
}

.cookiesCheck input
{
	-webkit-appearance: checkbox;
	margin-left:24px;
}

.cookiesCheck2
{
	margin-top:16px;
	padding:16px;
	overflow-y:scroll;
	max-height:200px;
	background-color:#eee;
	color:#343434;
}

.cookiesCheck2 input
{
	-webkit-appearance: checkbox;
	margin-bottom:12px;
	margin-right:8px;
}

.chkCookie
{
	font-size:15px;
    font-weight:bold;
	color:#e70;
}

.cookiesButton
{
    background-color:#fff;
    color:#343434;
    border:1px solid #343434;
    border-radius:24px;
    padding:8px 24px;
    margin:16px 8px;
    font-size:14px;
    cursor:pointer;
}

.cookiesButton2
{
	background-color:#fff;
    color:#343434;
    border:1px solid #343434;
    border-radius:24px;
    padding:8px 40px;
    margin:8px;
    font-size:14px;
    cursor:pointer;
}

.pnlSettings
{
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:rgba(0, 0, 0, 0.8);
	z-index:10000;
	transition:all 0.5s;
	display:none;
}

.cookieSettingsTitle
{
	position:absolute;
	top:30%;
	left:-72px;
	background-color:#000;
	opacity:0.8;
	transform:rotate(90deg);
	height:22px;
	width:200px;
	text-align:center;
	font-size:14px;
	padding:8px 1px;
	cursor:pointer;
	
	-webkit-touch-callout: none;
    -webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select:none;
}

.cookieSettings
{
	font-size:12px;
	position:absolute;
	max-width:480px;
	min-width:300px;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	background-color:#fff;
	padding:2%;
}

.cookieAbout
{
	/*padding-bottom:16px;*/
	border-bottom:1px solid #ddd;
	margin-bottom:16px;
	height:0;
	overflow:hidden;
	transition:all 1s;
}

.cookieArrow
{
	transition:all 0.5s;
	cursor:pointer;
}

.cookie2Buttons, .cookieButtons
{
	margin-top:16px;
	text-align:center;
}

.cookieButtons
{
	/*padding-bottom:16px;*/
}

.orangeButton
{
	background-color:#e70;
	color:#fff;
	border-color:#e70;
	font-weight:bold;
}

.cleaner
{
    clear:both;
}



