div 
{
	border:0px solid #FF0000;
}

html, body
{
	background-color: white;
	height:100%;
}

table, td, tr, th {
	padding: 0;
}

body.home
{
	font-family: Segoe UI, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.5em;
}

a:link, a:visited
{
	text-decoration:none;
}

a, a:hover{
	color: #000;
}

a img
{
	border:none;
}

p{
	font-size: 18px;
	line-height: 1.5em;
	margin: 0px;
}

ul, ol, li{
	font-size: 18px;
	padding: 0;
	line-height: 2em;
}

.header
{
    background: black;
    flex: 0 1 auto;
    z-index: 2;
}
#container
{

    overflow:visible;
    margin-left:auto;
    margin-right:auto;
    margin-top:0;
    margin-bottom:0px;
    background:#fff;
    min-height:100vh;
    position: relative;
    display: flex;
    flex-flow: column;
}

#header-table{
	background: linear-gradient(to right, #000, #20262a);
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.bannerlogo{
	text-align:center;
	vertical-align: middle;
	padding: 10px;
}

.bannerlogo .logo{
	width: 130px;
}


#bannerwords-right {
	font-family:Segoe UI, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: white;
	text-align:center;
	vertical-align: middle;
}

#header-right{
	background: linear-gradient(120deg, transparent 0%, transparent 60px, #000 60px);
	vertical-align: middle;
	text-align: center;
	letter-spacing: 20px;
	/*padding-right: 30px;*/
	padding-left: 30px;
	min-width: 115px;
}

#right-menu{
	position: fixed;
	width: 400px;
	height: 100%;
	right: 0;
	top: 0;
	text-align: right;
	background: #000;
	z-index: 151;
	max-width: 0px;
	transition: 1s ease;
	max-width: 0px;
	}

	#right-menu > a:first-child{
		margin: 50px;
		display: inline-block;
	}

	#right-menu ul li{
		text-align: left;
		font-size: 18px;
		padding: 10px;
		padding-left: 50px;
		width: calc(100% - 70px);
		cursor: pointer;
		display: block;

	}

	#right-menu ul li:hover{
		background: #5B6770;
		border-right: 10px solid #00AEEF;
	}

	#right-menu ul li a{
		white-space: nowrap;
		color: #FFF;
		display: flex;
		align-items: center;
	}

	#right-menu hr{
		height: 2px;
		background: #FFF;
	}

#menu-overlay{
	background: rgba(0, 0, 0, 0.5);
	z-index: 150;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	transition: 1s ease;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

footer a, footer a:hover{
	color: #FFF
}

#footer-container {
	overflow: hidden;
	background: black;
	width: 100%;
	position: relative;
	bottom: 0;
	color: white;
	}

	#footer-table{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		height:100%;
		background: black;
		color: white
	}

	.footer-heading{
		padding: 50px 30px;
		font-size: 50px;
		line-height: 1.5em;
		font-family: Garamond, Sarabun, Segoe UI, Arial;
	}

	.footer-company{
		padding-top: 80px;
		position: relative;
		background: linear-gradient(120deg, #060708 0%, #060708 16%, #1d1d1d 16%);
		font-size: 14px;
		color: #f7f7f7;
	}

	.footer-company > div{
		background: transparent;
	}

#header-search
{
	width:400px;
	float:right;
	text-align:right;
	margin:20px 20px 0px 0px;
}

#headerinfo
{
	width:100%;
	height:10px;
	font-weight:bold;
	padding:20px 0px 20px 0px;
}

#headerinfo a
{
	color:#000000;
}

#headerinfo-menu
{
	width:400px;
	float:left;	
}

#headerinfo-login
{
	width:400px;
	float:right;
	text-align:right;
}

#main-div{
	flex: 1 1 auto;
}

#topbar {
	width: 100%;
	margin:0;
	float:left;
}

div.block{
	padding: 100px;
	}

	div.block ol{
		list-style: decimal;
		margin-left: 1.5em;
		counter-reset: none;
	}

	div.block ol li ol{
		list-style: lower-alpha;
	}

#main-banner{
	height: 662px;
}

.gap-banner{
	background: #000;
	color: #FFF;
	padding: 0px 5%;
	font-weight: bold;
}

.inner-gap-banner{
	padding: 5%;
	width: 40%;
	margin-top: auto;
	margin-bottom: auto;
}

.col-4{
	width: 23%;
	padding: 0 10px;
	min-width: 250px;
	}
	.col-4 h4{
		margin: 0;
	}

.trans-btn{
	border: 1px #000 solid;
	background: transparent;
	font-size:  1em;
	color: #000;
	padding: 0px 10px;
	display: inline-block;
	/*width: max-content;*/
}

.trans-btn:hover{
	background: black;
	color: #FFF;
}

.title2{
	font-size: 35px;
	margin: 0;
}

.inline-box{
	height: 350px;
	margin: 130px 0 50px 30px;
	padding: 3.5%;
	color: #FFF;
	background: #000;
	width: 400px;
	line-height: 2.5em;
	}

	.inline-box a, .inline-box a:hover{
		color: #FFF
	}

.map{
	height: 400px;
	min-width: 65%;
}

.black-box{
	height: 340px;
	width: 90%;
	padding: 30px 5%;
	background: #000;
	color: #FFF;

}

.inline-box .title{
	color: #FFF;
	font-size: 40px;
	font-family: Garamond, Sarabun, Segoe UI, Arial;

}

.video-container{
	width: 30%;
	background: transparent;
	padding: 0;
	margin: 130px 0 0 0;
}

.video-container > .video-frame{
	width: 100%;
	height: 50%;
}

.achievement-meta{
	width: 11%;
	padding: 10px 20px;
}

.achievement-logo{
	width: 80px;
	height: 80px;
}

.footer-icons{
	max-width: 80%;
	margin: 0 0 0 auto;
}

.footer-icons h4, .footer-icons h5{
	color: #FFF;
	font-size: 20px;
}

.icon{
	width: 25px;
	height: 25px;
	fill: #FFF;
}

.icon:hover{
	fill: #01bee5;
}

.menu-icon.icon{
	width: 35px;
	height: 35px;
	margin: auto;
}

.inline-block{
	display: inline-block;
    max-width: 25%;
    min-width: 145px;
    padding: 16px;

}

.social-icons{
	display: flex;
}

.social-icons li:not(:last-child){
	border-right: 2px solid #FFF;
	padding-right: 10px;
	margin-right: 10px;
}

.flex-parent{
	display: flex;
	flex-direction: row;
	/*flex-wrap: wrap;*/
}

.flex-parent.align-item-center {
	align-items: center;
}
.flex-parent.align-item-top {
	align-items: flex-start;
}

.flex-space-evenly{
	justify-content: space-evenly;
}

.big-button{
	font-size: 30px;
	padding: 10px 30px;
}

.footer-link{
	text-align: right;
}

.footer-link ul{
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 50px;
	background: linear-gradient(120deg, transparent 0%, transparent 43px, #01bee5 43px);
	display: inline-block;
}

.footer-link li{
	border-right: 1px solid #FFF;
	display: inline-block;
}

.footer-link li a{
	padding: 25px 30px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 1.5em;
	display: inline-block;
}

.footer-coptright{

}

.footer-copyright > div{
	padding: 10px 30px;
	border-bottom: 0.2px solid;
	font-size: 12px;
	color: #9b9b9b;
	line-height: 1.5em;
}

.footer-copyright div a{
	padding: 0 30px 0 0;
	font-size: 12px;
	color: #9b9b9b;

}

.page-title{
	background: #414a51;
	padding: 2% 7%;
	color: #FFF;
}

.cookies-table{
	font-size: 18px;
	width: 100%;
	}
	.cookies-table th, .cookies-table td{
		padding: 10px;
		border: 1px solid #000;
		word-break: break-word;
	}
	.cookies-table a, .cookies-table a{
		word-break: break-word;
	}

#accordion{
	font-family: Segoe UI, Arial, Helvetica, sans-serif;
	}
	#accordion h3{
		padding: 15px 20px;
	}
	#accordion .ui-state-default{
		background: #E6E6E6;
	}
	#accordion .ui-state-active{
		background: #414a51;
		color: #FFF;
	}

	#accordion .ui-accordion-content{
		background: #FFF;
	}


/************************************Override lockton style*************************************/


#header-table #topmenu .has-dropdown .sub-menu.single-column{
	left: -20px;
	padding: 0px 50px;
}













/**************************************screen size***************************************/

@media only screen and (max-width: 850px){
	#topmenu{
		display: none;
	}

	.bannerlogo .logo{
		width: 90px;
	}

	#right-menu{
		width: 100%;
	}

	.title{
		font-size: 30px;
	}

	.title2{
		font-size: 30px;
	}

	.flex-parent{
		flex-wrap: wrap;
	}

	.inline-box{
		width: 100%;
		margin: 0;
	}

	.map{
		width: 100%
	}

	.video-container{
		width: 100%;
		margin: 0;
	}

	.video-container > .video-frame {
		height: 56vw;
	}

	.achievement-meta{
		width: 100%;
		padding: 0;
	}

	.inline-block{
		max-width: 80%;
	}

	.footer-copyright div a{
		padding: 0 10px 0 0;
	}


}

@media only screen and (max-width:1023px){
	.inner-gap-banner {
		font-size: 12px;
	}

	div.block {
		padding: 50px 10px;
	}
}
