/* oooyubk.ru media query */
@media (min-width: 320px){
	* {
		box-sizing: border-box;
		margin: 0;
		padding: 0;
	}
	
	.container {
		width: 100%;
		margin: 0;
		overflow: hidden;
	}
	
	nav {
		position: relative;
		width: 320px;
		background-color: transparent;
		display: none;
		visibility: hidden;
	}
	
	.logo {
		position: absolute;
		float: left;
		margin: 20px 0px 0px 20px;
		padding: 0;
		width: 70px;
		height: 50px;
	}
	
	ol {
		list-style-type: none;
		position: relative;
		float: right;
		width: 320px;
		height: 50px;
		visibility: visible;
		margin: 0;
	}
	
	.nav-item {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #0053A3;
		font-weight: 500;
		margin: 0;
		text-transform: uppercase;
		text-decoration: none;
	}
	
	.nav-item a {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #0053A3;
		font-weight: 500;
		text-transform: uppercase;
		text-decoration: none;
	}
	
	.nav-item a:hover {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #CC6600;
		font-weight: 500;
		text-decoration: underline;
	}
	
	.nav-item a:focus {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #CC6600;
		font-weight: 500;
		text-decoration: underline;
	}
	
	.nav-item a:active {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #CC6600;
		font-weight: 500;
		text-decoration: underline;
	}
	
	/* Style the button that is used to open and close the collapsible content */
	.collapsible {
		background-color: transparent;
		color: #444;
		cursor: pointer;
		width: 320px;
		border: none;
		outline: none;
		border: none;
		position: absolute;
		margin: 0;
		padding: 0;
		overflow: hidden;
		visibility: visible;
	}
	
	.collapsible i {
		float: right;
		padding: 0;
		font-size: 35px;
		margin: 15px 20px 0px 15px;
	}
	
	.collapsible:hover {
		background-color: transparent;
		color: #ccc;
	}
	
	/* Style the collapsible content. Note: hidden by default */
	.content {
		display: none;
		position: absolute;
		width: 320px;
		height: auto;
		margin: 0;
		padding: 20px 0;
		background-color: #fff;
	}
	
	.content i {
		font-size: 15px;
		font-weight: bold;
		color: #000;
		position: relative;
		float: right;
		margin: 10px;
		padding: 0;
		cursor: pointer;
	}
	
	.content ol {
		list-style-type: none;
		visibility: visible;
		margin: 0;
		width: 320px;
		height: 240px;
	}
	
	.nav-item {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #0053A3;
		font-weight: 500;
		margin: 0;
		text-transform: uppercase;
		text-decoration: none;
		margin: 0;
		padding: 5px 0px 5px 10px;
		display: list-item;
	}
	
	.nav-item a {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #0053A3;
		font-weight: 500;
		text-transform: uppercase;
		text-decoration: none;
		margin: 0;
		padding: 5px 0px 5px 10px;
		display: list-item;
	}
	
	.nav-item a:hover {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #CC6600;
		font-weight: 500;
		text-decoration: underline;
		margin: 0;
		padding: 5px 0px 5px 10px;
		display: list-item;
	}
	
	.nav-item a:focus {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #CC6600;
		font-weight: 500;
		text-decoration: underline;
		margin: 0;
		padding: 5px 0px 5px 10px;
		display: list-item;
	}
	
	.nav-item a:active {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #CC6600;
		font-weight: 500;
		text-decoration: underline;
		margin: 0;
		padding: 5px 0px 5px 10px;
		display: list-item;
	}
	
	.ref-banner {
		width: 100%;
		height: 430px;
		margin: 0;
		padding-top: 90px;
	}

	.ref-banner img {
		width: 100%;
		height: 430px;
		margin: 0;
	}
	
	.text-part {
		background-color: #0053A3;
		position: absolute;
		width: 160px;
		height: 40px;
		text-align: center;
		margin: 500px 0px 0px 20px;
	}

	.text-part h1 {
		color: #fff;
		font-weight: 400;
		font-family: sans-serif;
		font-size: 30px;
	}
	
	.text-content {
		width: auto;
		height: 200px;
		border: 0px;
		justify-items: center;
		align-items: center;
		position: relative;
		margin: 140px 0 0 0;
		padding: 0 15px 0 15px;
	}

	.text-content p {
		line-height: 1.6;
		font-size: 16px;
		font-weight: 400;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align: justify;
	}
	
	span {
		line-height: 2.1;
		font-size: 17px;
		font-weight: 400;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align: justify;
		margin: 0;
		padding: 0;
	}
	
	strong {
		color: #f00;
	}
	
	.investor-text-content {
		width: auto;
		height: 200px;
		border: 0px;
		justify-items: center;
		align-items: center;
		position: relative;
		margin: 140px 0 0 0;
		padding: 0 15px 0 15px;
	}
	
	.investor-text-content p {
		line-height: 1.6;
		font-size: 16px;
		font-weight: 400;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align: justify;
	}
	
	.career-text-content {
		width: 280px;
		height: 340px;
		border: 0px;
		justify-items: center;
		align-items: center;
		position: relative;
		margin: 175px 20px 0px 20px;
	}
	
	.career-text-content p {
		line-height: 1.6;
		font-size: 16px;
		font-weight: 400;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align: justify;
	}
	
	.about-text-content {
		width: 280px;
		height: 200px;
		border: 0px;
		justify-items: center;
		align-items: center;
		position: relative;
		margin: 175px 20px 0px 20px;
	}
	
	.about-text-content p {
		line-height: 1.6;
		font-size: 16px;
		font-weight: 400;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align: justify;
	}
	
	.about-part {
		width: 100%;
		height: 80%;
		border: 0;
		position: relative;
	}
	
	.about-part-left {
		position: relative;
		width: 300px;
		height: 925px;
		justify-content: center;
		align-items: center;
		margin: 10px 15px 0px 15px;
	}
	
	.about-part-left h3 {
		font-size: 21px;
		font-weight: 500;
		font-family: Arial;
		color: #0053A3;
		line-height: 1.5;
		text-align: center;
	}
	
	.about-part-left hr {
		color: #0053A3;
	}
	
	.about-part-left p {
		font-size: 14px;
		font-weight: 500;
		font-family: Arial;
		line-height: 1.5;
		padding: 30px 13px 0px 6px;
		text-align: justify;
	}
	
	.about-part-right {
		position: relative;
		width: 300px;
		height: 900px;
		justify-content: center;
		align-items: center;
		margin: 10px 15px 0px 15px;
		padding: 0;
	}
	
	.about-part-right p {
		font-size: 14px;
		font-weight: 500;
		font-family: Arial;
		line-height: 1.5;
		padding: 20px 10px 0px 10px;
		text-align: justify;
	}
	
	.ctn-invest-part {
		width: 100%;
		height: auto;
		border: 0;
		position: relative;
		justify-content: center;
		text-align: center;
		margin: 50px 0 50px 10px;
		padding: 0;
	}
	
	.ctn-invest-left {
		width: 300px;
		height: 450px;
		position: relative;
		border: 1px solid #666;
		border-radius: 10px;
		margin: 0 0 70px 0;
		padding: 20px;
		background-color: transparent;
	}
	
	.ctn-invest-left h3 {
		font-size: 18px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		text-align: left;
		margin: 10px 5px;
	}
	
	.ctn-invest-left p {
		font-size: 16px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 20px 0 10px 0;
	}
	
	.ctn-invest-left h1 {
		font-size: 25px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bolder;
		color: #0053A3;
		text-align: left;
		line-height: 30px;
		margin: 10px 0 40px 0;
	}
	
	.ctn-invest-left h1 span {
		font-size: 17px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		position: absolute;
		margin: 0;
		padding: 0;
	}
	
	.ctn-invest-left ul {
		list-style-type: none;
		width: auto;
		height: auto;
		position: relative;
		overflow: hidden;
		justify-content: inherit;
		align-items: left;
		text-align: left;
		margin: 10px 0;
		padding: 10px;
	}
	
	.ctn-invest-left ul li {
		display: inline-block;
		position: relative;
		font-size: 15px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 15px 0;
		padding: 0 5px;
	}
	
	.ctn-invest-left ul li i {
		font-size: 20px;
		font-weight: bold;
		color: #0053A3;
		margin: 0 7px 0 0;
	}
	
	.ctn-invest-left a {
		width: 170px;
		height: 40px;
		background-color: #000;
		border: 0;
		border-radius: 10px;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 500;
		text-decoration: none;
		margin: 0;
		padding: 10px;
	}

	.ctn-invest-center {
		width: 300px;
		height: 450px;
		position: relative;
		border: 1px solid #666;
		border-radius: 10px;
		margin: 0px 0px 70px 0px;
		padding: 20px;
		background-color: transparent;
	}
	
	.ctn-invest-center h3 {
		font-size: 18px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		text-align: left;
		margin: 10px 5px;
	}
	
	.ctn-invest-center p {
		font-size: 16px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 20px 0 10px 0;
	}
	
	.ctn-invest-center h1 {
		font-size: 25px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bolder;
		color: #0053A3;
		text-align: left;
		line-height: 30px;
		margin: 10px 0 40px 0;
	}
	
	.ctn-invest-center h1 span {
		font-size: 17px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		position: absolute;
		margin: 0;
		padding: 0;
	}
	
	.ctn-invest-center ul {
		list-style-type: none;
		width: auto;
		height: auto;
		position: relative;
		overflow: hidden;
		justify-content: inherit;
		align-items: left;
		text-align: left;
		margin: 10px 0;
		padding: 10px;
	}
	
	.ctn-invest-center ul li {
		display: inline-block;
		position: relative;
		font-size: 15px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 15px 0;
		padding: 0 5px;
	}
	
	.ctn-invest-center ul li i {
		font-size: 20px;
		font-weight: bold;
		color: #0053A3;
		margin: 0 7px 0 0;
	}
	
	.ctn-invest-center a {
		width: 170px;
		height: 40px;
		background-color: #000;
		border: 0;
		border-radius: 10px;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 500;
		text-decoration: none;
		margin: 0;
		padding: 10px;
	}
	
	.ctn-invest-right {
		width: 300px;
		height: 450px;
		position: relative;
		border: 1px solid #666;
		border-radius: 10px;
		margin: 0px 70px 0px 0px;
		padding: 20px;
		background-color: transparent;
	}
	
	.ctn-invest-right h3 {
		font-size: 18px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		text-align: left;
		margin-bottom: 5px;
	}
	
	.ctn-invest-right p {
		font-size: 16px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 20px 0 10px 0;
	}
	
	.ctn-invest-right h1 {
		font-size: 25px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bolder;
		color: #0053A3;
		text-align: left;
		line-height: 30px;
		margin: 10px 0 40px 0;
	}
	
	.ctn-invest-right h1 span {
		font-size: 17px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		position: absolute;
		margin: 0;
		padding: 0;
	}
	
	.ctn-invest-right ul {
		list-style-type: none;
		width: auto;
		height: auto;
		position: relative;
		overflow: hidden;
		justify-content: inherit;
		align-items: left;
		text-align: left;
		margin: 10px 0;
		padding: 10px;
	}
	
	.ctn-invest-right ul li {
		display: inline-block;
		position: relative;
		font-size: 15px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 15px 0;
		padding: 0 5px;
	}
	
	.ctn-invest-right ul li i {
		font-size: 20px;
		font-weight: bold;
		color: #0053A3;
		margin: 0 7px 0 0;
	}
	
	.ctn-invest-right a {
		width: 170px;
		height: 40px;
		background-color: #000;
		border: 0;
		border-radius: 10px;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 500;
		text-decoration: none;
		margin: 0;
		padding: 10px;
	}
	
	.ctn-invest-main {
		width: 100%;
		height: auto;
		border: 0;
		position: relative;
		justify-content: center;
		text-align: center;
		margin: 70px 0px 40px 10px;
		padding: 0;
	}
	
	.invest-main-left {
		width: 300px;
		height: auto;
		position: relative;
		border: 1px solid #666;
		border-radius: 10px;
		margin: 20px 0px 70px 0px;
		padding: 20px;
		background-color: transparent;
	}
	
	.invest-main-left h3 {
		font-size: 18px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		text-align: left;
		margin-bottom: 5px;
	}
	
	.invest-main-left p {
		font-size: 16px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 20px 0 10px 0;
	}
	
	.invest-main-left h1 {
		font-size: 25px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bolder;
		color: #0053A3;
		text-align: left;
		line-height: 30px;
		margin: 10px 0 40px 0;
	}
	
	.invest-main-left h1 span {
		font-size: 17px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		position: absolute;
		margin: 0;
		padding: 0;
	}
	
	.invest-main-left ul {
		list-style-type: none;
		width: auto;
		height: auto;
		position: relative;
		overflow: hidden;
		justify-content: inherit;
		align-items: left;
		text-align: left;
		margin: 10px 0;
		padding: 10px;
	}
	
	.invest-main-left ul li {
		display: inline-block;
		position: relative;
		font-size: 15px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 15px 0;
		padding: 0 5px;
	}
	
	.invest-main-left ul li i {
		font-size: 20px;
		font-weight: bold;
		color: #0053A3;
		margin: 0 7px 0 0;
	}
	
	.invest-main-left a {
		width: 170px;
		height: 40px;
		background-color: #000;
		border: 0;
		border-radius: 10px;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 500;
		text-decoration: none;
		margin: 0;
		padding: 10px;
	}
	
	.invest-main-center {
		width: 300px;
		height: auto;
		position: relative;
		border: 1px solid #666;
		border-radius: 10px;
		margin: 0px 0px 70px 0px;
		padding: 20px;
		background-color: transparent;
	}
	
	.invest-main-center h3 {
		font-size: 18px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		text-align: left;
		margin: 10px 5px;
	}
	
	.invest-main-center p {
		font-size: 16px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 20px 0 10px 0;
	}
	
	.invest-main-center h1 {
		font-size: 25px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bolder;
		color: #0053A3;
		text-align: left;
		line-height: 30px;
		margin: 10px 0 40px 0;
	}
	
	.invest-main-center h1 span {
		font-size: 17px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		position: absolute;
		margin: 0;
		padding: 0;
	}
	
	.invest-main-center ul {
		list-style-type: none;
		width: auto;
		height: auto;
		position: relative;
		overflow: hidden;
		justify-content: inherit;
		align-items: left;
		text-align: left;
		margin: 10px 0;
		padding: 10px;
	}
	
	.invest-main-center ul li {
		display: inline-block;
		position: relative;
		font-size: 15px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 15px 0;
		padding: 0 5px;
	}
	
	.invest-main-center ul li i {
		font-size: 20px;
		font-weight: bold;
		color: #0053A3;
		margin: 0 7px 0 0;
	}
	
	.invest-main-center a {
		width: 170px;
		height: 40px;
		background-color: #000;
		border: 0;
		border-radius: 10px;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 500;
		text-decoration: none;
		margin: 0;
		padding: 10px;
	}
	
	.invest-main-right {
		width: 300px;
		height: auto;
		position: relative;
		border: 1px solid #666;
		border-radius: 10px;
		margin: 0px 70px 0px 0px;
		padding: 20px;
		background-color: transparent;
	}
	
	.invest-main-right h3 {
		font-size: 18px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		text-align: left;
		margin: 10px 5px;
	}
	
	.invest-main-right p {
		font-size: 16px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 20px 0 10px 0;
	}
	
	.invest-main-right h1 {
		font-size: 25px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bolder;
		color: #0053A3;
		text-align: left;
		line-height: 30px;
		margin: 10px 0 40px 0;
	}
	
	.invest-main-right h1 span {
		font-size: 17px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		position: absolute;
		margin: 0;
		padding: 0;
	}
	
	.invest-main-right ul {
		list-style-type: none;
		width: auto;
		height: auto;
		position: relative;
		overflow: hidden;
		justify-content: inherit;
		align-items: left;
		text-align: left;
		margin: 10px 0;
		padding: 10px;
	}
	
	.invest-main-right ul li {
		display: inline-block;
		position: relative;
		font-size: 15px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 15px 0;
		padding: 0 5px;
	}
	
	.invest-main-right ul li i {
		font-size: 20px;
		font-weight: bold;
		color: #0053A3;
		margin: 0 7px 0 0;
	}
	
	.invest-main-right a {
		width: 170px;
		height: 40px;
		background-color: #000;
		border: 0;
		border-radius: 10px;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 500;
		text-decoration: none;
		margin: 0;
		padding: 10px;
	}
	
	.nas-part {
		width: 100%;
		height: 1050px;
		border: 0;
		position: relative;
	}
	
	.nas-part-left {
		position: relative;
		width: 300px;
		height: 750px;
		justify-content: center;
		align-items: center;
		margin: 10px 15px 0px 15px;
	}
	
	.nas-part-left h3 {
		font-size: 21px;
		font-weight: 500;
		font-family: Arial;
		color: #0053A3;
		line-height: 1.5;
		text-align: center;
		margin: 0;
		padding: 0;
	}
	
	.nas-part-left hr {
		color: #0053A3;
	}
	
	.nas-part-left p {
		font-size: 14px;
		font-weight: 500;
		font-family: Arial;
		line-height: 1.5;
		text-align: justify;
		padding: 0;
		margin: 20px 15px 0px 7px;
	}
	
	.nas-part-right {
		position: relative;
		width: 300px;
		height: 300px;
		justify-content: center;
		align-items: center;
		margin-left: 10px;
		padding: 0;
	}
	
	.nas-part-right img {
		width: 100%;
		height: 300px;
		margin: 0;
		padding: 0;
	}
	
	.nas-part-right p {
		font-size: 14px;
		font-weight: 500;
		font-family: Arial;
		line-height: 1.5;
		text-align: justify;
		padding: 0;
		margin: 0;
	}
	
	.ctn-operation-part {
		width: 100%;
		height: 320px;
		border: 0;
		position: relative;
		margin: 0;
		padding: 0;
		background-color: transparent;
	}
	
	.ctn-operation-part iframe {
		width: 100%;
		height: 300px;
		border: 0;
		padding: 0;
		margin: 5px 0px 0px 3px;
	}
	
	.ctn-career-part {
		width: 100%;
		height: 90%;
		border: 0;
		position: relative;
		margin: 0;
		padding: 0;
	}
	
	.career-part-left {
		position: relative;
		width: 300px;
		height: 310px;
		justify-content: center;
		align-items: center;
		padding: 0;
		margin: 20px 0px 0px 10px;
	}
	
	.career-part-left img {
		width: 300px;
		height: 300px;
		margin: 0;
	}
	
	.career-part-right {
		position: relative;
		width: 300px;
		height: 410px;
		justify-content: center;
		align-items: center;
		margin: 10px 15px 0px 15px;
	}
	
	.career-part-right h3 {
		font-size: 21px;
		font-weight: 500;
		font-family: Arial;
		color: #0053A3;
		line-height: 1.5;
		text-align: center;
	}
	
	.career-part-right hr {
		color: #0053A3;
	}
	
	.career-part-right p {
		font-size: 14px;
		font-weight: 500;
		font-family: Arial;
		line-height: 1.5;
		padding: 20px 10px 0px 16px;
		text-align: justify;
	}
	
	.content-part-left {
		position: relative;
		width: 300px;
		height: 520px;
		justify-content: center;
		align-items: center;
		margin-left: 20px;
	}
	
	.content-part-left h3 {
		font-size: 21px;
		font-weight: 500;
		font-family: Arial;
		color: #0053A3;
		line-height: 1.5;
		text-align: center;
		padding: 0;
		margin: 0;
	}
	
	.content-part-left hr {
		color: #0053A3;
	}
	
	.content-part-left p {
		font-size: 14px;
		font-weight: 500;
		font-family: Arial;
		line-height: 1.5;
		text-align: justify;
		padding: 0;
		margin: 10px 25px 0px 10px;
	}
	
	.content-part-right {
		position: relative;
		width: 300px;
		height: 310px;
		justify-content: center;
		align-items: center;
		margin-right: 10px;
		padding: 0;
	}
	
	.content-part-right img {
		width: 100%;
		height: 300px;
		margin: 0;
	}
	
	.contact-part {
		width: 100%;
		height: 900px;
		border: 0;
		position: relative;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin: 0;
		padding: 0;
	}
	
	.form-control {
		width: 310px;
		height: 900px;
		position: relative;
		border: 0;
		background-color: none;
		padding: 0;
		margin: 0;
	}
	
	.form-control td {
		width: 315px;
		height: 45px;
		position: relative;
		margin: 0;
		padding: 0;
	}
	
	label {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 17px;
		font-weight: 500;
		color: #000;
		position: relative;
	}
	
	input {
		width: 200px;
		height: 35px;
		border: 2px solid #0053A3;
		background-color: none;
		position: relative;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 17px;
		font-weight: 500;
		color: #000;
		text-indent: 5px;
		padding: 0;
		margin: 0;
	}
	
	textarea {
		border: 2px solid #0053A3;
		background-color: none;
		position: relative;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 17px;
		font-weight: 500;
		color: #000;
		text-indent: 5px;
		padding: 0;
		margin: 0;
	}
	
	sup {
		color: #f00;
	}
	
	.btn {
		width: 100px;
		height: 35px;
		background-color: #000;
		border: 0;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 17px;
		font-weight: 500;
		margin-top: 10px;
		padding: 5px;
	}
	
	.nas-footer-part {
		width: 100%;
		height: 100%;
		overflow: hidden;
		margin-bottom: 10px;
		background-color: #336699;
		text-align: center;
	}
	
	.nas-footer-part h3 {
		font-size: 21px;
		font-weight: 500;
		font-family: Arial;
		color: #fff;
		line-height: 2.0;
		text-align: center;
		margin: 15px 0px 20px 0px;
	}
	
	.benefit-part {
		list-style-type: none;
		width: 310px;
		height: 100%;
		border: 0;
		position: relative;
		margin-left: 50px;
		padding: 0;
	}
	
	.benefit-part li {
		width: 220px;
		height: 150px;
		position: relative;
		margin-bottom: 10px;
		padding: 0;
	}
	
	.benefit-part li img {
		width: 110px;
		height: 60px;
		position: relative;
	}
	
	.benefit-part li p {
		font-size: 14px;
		font-weight: 500;
		font-family: Arial;
		color: #fff;
		line-height: 1.5;
		text-align: center;
	}
	
	.ctn-vru {
		width: 100%;
		height: 370px;
		border: 0;
		position: relative;
		margin: 0;
		padding: 0;
	}
	
	.ctn-vru img {
		width: 100%;
		height: 350px;
		margin: 0;
		padding: 0;
	}
	
	.ctn-part {
		width: 100%;
		height: 90%;
		border: 0;
		position: relative;
		text-align: center;
	}
	
	.ctn-part-left {
		position: relative;
		width: 300px;
		height: 560px;
		justify-content: center;
		align-items: center;
		margin: 10px 15px 0px 15px;
	}
	
	.ctn-part-left h3 {
		font-size: 21px;
		font-weight: 500;
		font-family: Arial;
		color: #0053A3;
		line-height: 1.5;
		padding-left: 10px;
		text-align: center;
	}

	.ctn-part-left p {
		font-size: 14px;
		font-weight: 500;
		font-family: Arial;
		line-height: 1.5;
		padding: 18px 10px 0px 5px;
		text-align: justify;
}

	.ctn-part-left div {
		background-color: #0053A3;
		color: #fff;
		font-family: sans-serif;
		font-weight: 500;
		font-size: 14px;
		position: absolute;
		border-radius: 25px;
		width: 130px;
		height: 25px;
		box-shadow: none;
		outline-color: #0053A3;
		margin: 478px 0px 0px 95px;
		text-align: center;
		padding: 5px;
	}
	
	.ctn-part-right {
		position: relative;
		width: 310;
		height: 310px;
		margin: 10px 0px 10px 4px;
		float: left;
	}

	.ctn-part-right img {
		width: 310px;
		height: 310px;
		position: relative;
	}
	
	.info-ctn {
		width: 170px;
		height: 60px;
		background-color: #000;
		position: absolute;
		margin: 285px 0px 0px 20px;
		padding: 5px;
	}

	.info-ctn h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 21px;
		font-weight: 500;
		color: #fff;
		text-align: center;
	}
	
	.info-part {
		width: 100%;
		height: 90%;
		background: url('../images/cover-bg.jpg') no-repeat;
		background-size: cover;
		justify-content: center;
		align-items: center;
		margin: 0;
	}
	
	.partition1 {
		width: 200px;
		height: 50px;
		position: relative;
		margin: 40px 65px 0px 0px;
		float: right;
	}

	.partition1 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}

	.partition2 {
		width: 200px;
		height: 50px;
		position: relative;
		margin: 40px 65px 0px 0px;
		float: right;
	}

	.partition2 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}

	.partition3 {
		width: 200px;
		height: 50px;
		position: relative;
		margin: 40px 65px 0px 0px;
		float: right;
	}

	.partition3 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.address-part-left img {
		width: 320px;
		height: 310px;
		position: relative;
		margin: 30px 0px 0px 0px;
		padding: 0;
	}
	
	.address-part-right {
		width: 320px;
		height: 460px;
		position: relative;
		background-color: #fff;
		margin: 0px 0px 0px 0px;
		padding: 0;
	}
	
	.address-part-right h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 21px;
		font-weight: 400;
		text-align: center;
		color: #0053A3;
		padding: 10px;
	}
	
	.address-part-right hr {
		color: #0053A3;
	}
	
	.address-part-right p {
		font-size: 14px;
		font-weight: 500;
		font-family: Arial;
		line-height: 1.5;
		padding: 18px 15px 0px 15px;
		text-align: justify;
	}
	
	.group-ctn {
		width: 170px;
		height: 60px;
		background-color: #000;
		position: absolute;
		margin: 0px 0px 0px 20px;
		padding: 5px;
	}

	.group-ctn h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 21px;
		font-weight: 500;
		color: #fff;
		text-align: center;
	}
	
	.address-part-right div {
		background-color: #0053A3;
		color: #fff;
		font-family: sans-serif;
		font-weight: 500;
		font-size: 14px;
		position: absolute;
		border-radius: 25px;
		padding: 5px;
		width: 130px;
		height: 25px;
		box-shadow: none;
		outline-color: #0053A3;
		margin: 255px 0px 0px 15px;
		text-align: center;
	}
	
	.info-group1 {
		width: 200px;
		height: 50px;
		position: relative;
		margin: 40px 65px 0px 0px;
		float: right;
	}

	.info-group1 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}

	.info-group2 {
		width: 200px;
		height: 50px;
		position: relative;
		margin: 40px 65px 0px 0px;
		float: right;
	}

	.info-group2 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}

	.info-group3 {
		width: 200px;
		height: 50px;
		position: relative;
		margin: 40px 65px 0px 0px;
		float: right;
	}

	.info-group3 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}

	.ctn-envo {
		width: 100%;
		height: 1250px;
		border: 0;
		position: relative;
		align-items: center;
		justify-content: center;
	}
	
	.ctn-envo-left {
		position: relative;
		width: 310px;
		height: 560px;
		margin: 0px 5px 0px 5px;
		padding: 0px 13px 0px 13px;
	}
	
	.ctn-envo-left hr {
		color: #0053A3;
	}
	
	.ctn-envo-left h3 {
		font-size: 21px;
		font-weight: 500;
		font-family: Arial;
		color: #0053A3;
		line-height: 1.5;
		text-align: center;
	}
	
	.ctn-envo-left p {
		font-size: 14px;
		font-weight: 500;
		font-family: Arial;
		line-height: 1.5;
		margin: 0;
		padding: 10px 0px 0px 0px;
		text-align: justify;
	}
	
	.ctn-envo-left div {
		background-color: #0053A3;
		color: #fff;
		font-family: sans-serif;
		font-weight: 500;
		font-size: 14px;
		position: absolute;
		border-radius: 25px;
		padding: 5px;
		width: 130px;
		height: 25px;
		box-shadow: none;
		outline-color: #0053A3;
		margin: 202px 0px 0px 2px;
		text-align: center;
	}
	
	.ctn-envo-right {
		position: relative;
		width: 310px;
		height: 310px;
		margin: 290px 0px 0px 5px;
		padding: 0;
	}
	
	.ctn-envo-right img {
		width: 310px;
		height: 310px;
		position: relative;
	}
	
	.info-group1 {
		width: 200px;
		height: 50px;
		position: relative;
		margin: 80px 65px 0px 0px;
		float: right;
	}

	.info-group1 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 400px;
		color: #0053A3;
	}
	
	.info-group2 {
		width: 200px;
		height: 50px;
		position: relative;
		margin: 40px 65px 0px 0px;
		float: right;
	}
	
	.info-group2 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 400px;
		color: #0053A3;
	}
	
	.info-group3 {
		width: 200px;
		height: 50px;
		position: relative;
		margin: 40px 65px 0px 0px;
		float: right;
	}
	
	.info-group3 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 400px;
		color: #0053A3;
	}
	
	.pro-ctn {
		width: 170px;
		height: 60px;
		background-color: #000;
		position: absolute;
		margin: 3px 0px 0px 20px;
		padding: 5px;
	}
	
	.pro-ctn h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 21px;
		font-weight: 500;
		color: #fff;
		text-align: center;
	}
	
	.addition-ctn {
		width: 100%;
		height: 100%;
		overflow: hidden;
		margin: 0;
	}
	
	.info-group-ctn1 {
		width: 200px;
		height: 50px;
		position: relative;
		margin: 20px 65px 0px 0px;
		float: right;
	}
	
	.info-group-ctn1 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 400px;
		text-align: center;
		color: #0053A3;
	}
	
	.info-group-ctn2 {
		width: 200px;
		height: 50px;
		position: relative;
		margin: 40px 65px 0px 0px;
		float: right;
	}
	
	.info-group-ctn2 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 400px;
		text-align: center;
		color: #0053A3;
	}
	
	.info-group-ctn3 {
		width: 200px;
		height: 50px;
		position: relative;
		margin: 40px 65px 0px 0px;
		float: right;
	}
	
	.info-group-ctn3 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 400px;
		text-align: center;
		color: #0053A3;
	}
	
	.pro-part-left img {
		width: 310px;
		height: 310px;
		position: relative;
		margin: 15px 0px 0px 5px;
	}
	
	.pro-part-right {
		position: relative;
		width: 310px;
		height: 590px;
		float: right;
		margin-top: 10px;
		padding: 0;
	}
	
	.pro-part-right h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 21px;
		font-weight: 400;
		text-align: center;
		color: #0053A3;
		line-height: 1.5;
	}
	
	.pro-part-right hr {
		color: #0053A3;
	}
	
	.pro-part-right p {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: 400;
		text-align: justify;
		line-height: 1.5;
		padding-top: 10px;
		margin: 0px 20px 0px 10px;
	}
	
	.pro-part-right div {
		background-color: #0053A3;
		color: #fff;
		font-family: sans-serif;
		font-weight: 500;
		font-size: 14px;
		position: absolute;
		border-radius: 25px;
		padding: 5px;
		width: 140px;
		height: 28px;
		box-shadow: none;
		outline-color: #0053A3;
		margin: 203px 0px 0px 10px;
		text-align: center;
	}
	
	.accord-info-ctn {
		width: 170px;
		height: 60px;
		background-color: #000;
		position: absolute;
		margin: 590px 0px 0px 20px;
		padding: 5px;
	}
	
	.accord-info-ctn h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 21px;
		font-weight: 500;
		color: #fff;
		text-align: center;
	}
	
	.accord-ctn {
		width: 100%;
		height: 70%;
		overflow: hidden;
		background: url('../images/refinery-home.jpg') no-repeat;
		background-size: cover;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin: 0;
		padding: 0;
	}
	
	.accord-part1 {
		width: 200px;
		height: 50px;
		position: relative;
		margin: 80px 65px 0px 0px;
		float: right;
	}
	
	.accord-part1 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.accord-part2 {
		width: 200px;
		height: 50px;
		position: relative;
		margin: 40px 65px 0px 0px;
		float: right;
	}
	
	.accord-part2 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.accord-part3 {
		width: 200px;
		height: 50px;
		position: relative;
		margin: 40px 65px 0px 0px;
		float: right;
	}
	
	.accord-part3 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.accord-part-right img {
		width: 310px;
		height: 310px;
		position: relative;
		margin: 10px 6px 0px 5px;
	}
	
	.accord-part-left {
		width: 320px;
		height: 720px;
		position: relative;
		background-color: #fff;
		margin-top: 330px;
		padding: 0;		
	}
	
	.accord-part-left h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 21px;
		font-weight: 400;
		text-align: center;
		color: #0053A3;
		line-height: 1.5;
		margin: 0;
		padding-top: 10px;
	}
	
	.accord-part-left hr {
		color: #0053A3;
	}
	
	.accord-part-left p {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: 400;
		text-align: justify;
		line-height: 1.5;
		padding: 0;
		margin: 15px 15px 0px 15px;
	}
	
	.accord-part-left div {
		background-color: #0053A3;
		color: #fff;
		font-family: sans-serif;
		font-weight: 500;
		font-size: 14px;
		position: absolute;
		border-radius: 25px;
		padding: 5px;
		width: 130px;
		height: 25px;
		box-shadow: none;
		outline-color: #0053A3;
		margin: 300px 0px 0px 20px;
		text-align: center;
	}
	
	.folder1 {
		width: 200px;
		height: 50px;
		position: relative;
		margin: 80px 65px 0px 0px;
		float: right;
	}
	
	.folder1 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}

	.folder2 {
		width: 200px;
		height: 50px;
		position: relative;
		margin: 40px 65px 0px 0px;
		float: right;
	}
	
	.folder2 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.folder3 {
		width: 200px;
		height: 50px;
		position: relative;
		margin: 40px 65px 0px 0px;
		float: right;
	}
	
	.folder3 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.folder-ctn {
		width: 170px;
		height: 60px;
		background-color: #000;
		position: absolute;
		margin: 0px 0px 0px 20px;
		padding: 5px;
	}
	
	.folder-ctn h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 21px;
		font-weight: 500;
		color: #fff;
		text-align: center;
	}
	
	.transpart-ctn {
		width: 100%;
		height: 80%;
		overflow: hidden;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin: 0;
	}
	
	.transpart-right img {
		width: 310px;
		height: 310px;
		position: relative;
		margin: 305px 5px 0px 5px;
	}
	
	.transpart-left {
		width: 310px;
		height: 310px;
		position: relative;
		margin: 20px 5px 0px 5px;
		padding: 0;
	}
	
	.transpart-left h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 21px;
		font-weight: 400;
		text-align: center;
		color: #0053A3;
		line-height: 1.5;
	}
	
	.transpart-left hr {
		color: #0053A3;
	}
	
	.transpart-left p {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: 400;
		text-align: justify;
		line-height: 1.5;
		padding: 0px 10px 0px 10px;
		margin-top: 15px;
	}
	
	.transpart-left div {
		background-color: #0053A3;
		color: #fff;
		font-family: sans-serif;
		font-weight: 500;
		font-size: 14px;
		position: absolute;
		border-radius: 25px;
		padding: 5px;
		width: 130px;
		height: 25px;
		box-shadow: none;
		outline-color: #0053A3;
		margin: 500px 0px 0px 80px;
		text-align: center;
	}
	
	.capture-info-ctn {
		width: 170px;
		height: 60px;
		background-color: #000;
		position: absolute;
		margin: 0px 0px 0px 20px;
		padding: 5px;
	}
	
	.capture-info-ctn h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 21px;
		font-weight: 500;
		color: #fff;
		text-align: center;
	}
	
	.capture1 {
		width: 200px;
		height: 50px;
		position: relative;
		margin: 80px 65px 0px 0px;
		float: right;
	}

	.capture1 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 400px;
		text-align: center;
		color: #0053A3;
	}
	
	.capture2 {
		width: 200px;
		height: 50px;
		position: relative;
		margin: 40px 65px 0px 0px;
		float: right;
	}
	
	.capture2 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 400px;
		text-align: center;
		color: #0053A3;
	}
	
	.capture3 {
		width: 200px;
		height: 50px;
		position: relative;
		margin: 40px 65px 0px 0px;
		float: right;
	}
	
	.capture3 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 400px;
		text-align: center;
		color: #0053A3;
	}
	
	footer {
		width: 100%;
		height: 350px;
		overflow: hidden;
		background-color: #000000;
		margin: 20px 0 0 0;
		padding: 0;
	}

	.footer-ctn-left {
		width: 310px;
		height: 125px;
		background-color: transparent;
		float: left;
		position: relative;
		margin: 0;
	}
	
	.footer-ctn-left img {
		width: 100px;
		height: 60px;
		margin: 20px 0px 0px 100px;
	}
	
	.footer-ctn-left p {
		font-family: sans-serif;
		font-size: 15px;
		font-weight: 500;
		color: #fff;
		line-height: 2.0;
		text-align: center;
	}
	
	.footer-ctn-right {
		width: 310px;
		height: 280px;
		background-color: transparent;
		position: relative;
	}
	
	.footer-ctn-inner {
		width: 100%;
		height: inherit;
		overflow: hidden;
	}
	
	.footer-ctn-inner ul {
		list-style-type: none;
		margin-left: 70px;
	}
	
	.footer-ctn-inner li {
		display: block;
		padding-bottom: 10px;
	}
	
	.footer-ctn-inner li a {
		font-family: sans-serif;
		font-size: 14px;
		font-weight: 500;
		color: #fff;
		text-decoration: none;
		line-height: 1.5;
	}
	
	.footer-ctn-inner li a:hover {
		font-family: sans-serif;
		font-size: 14px;
		font-weight: 500;
		color: #CC6600;
		text-decoration: underline;
		line-height: 1.5;
	}
	
	.footer-ctn-inner li a:focus {
		font-family: sans-serif;
		font-size: 14px;
		font-weight: 500;
		color: #CC6600;
		text-decoration: underline;
		line-height: 1.5;
	}
	
	.footer-ctn-inner li a:active {
		font-family: sans-serif;
		font-size: 14px;
		font-weight: 500;
		color: #CC6600;
		text-decoration: underline;
		line-height: 1.5;
	}
	
	.footer-ctn-inner p {
		font-family: sans-serif;
		font-size: 15px;
		font-weight: 500;
		color: #fff;
		text-decoration: none;
		line-height: 1.5;
		position: relative;
		margin: 0;
		text-align: center;
	}
	
	.footer-icon {
		margin-left: 10px;
		position: relative;
	}
}

@media (min-width: 480px){
	* {
		box-sizing: border-box;
		margin: 0;
		padding: 0;
	}
	
	.container {
		width: 100%;
		margin: 0;
		overflow: hidden;
	}
	
	.logo {
		position: absolute;
		float: left;
		margin: 15px 0px 20px 25px;
		padding: 0;
		width: 110px;
		height: 65px;
	}
	
	nav {
		position: relative;
		width: 400px;
		background-color: transparent;
		display: none;
		visibility: hidden;
	}
	
	ol {
		list-style-type: none;
		position: relative;
		float: right;
		width: 450px;
		height: 50px;
		visibility: visible;
		margin: 0;
	}
	
	.nav-item {
		font-size: 15px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #0053A3;
		font-weight: 500;
		margin: 0;
		text-transform: uppercase;
		text-decoration: none;
	}
	
	.nav-item a {
		font-size: 15px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #0053A3;
		font-weight: 500;
		text-transform: uppercase;
		text-decoration: none;
	}
	
	.nav-item a:hover {
		font-size: 15px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #CC6600;
		font-weight: 500;
		text-decoration: underline;
	}
	
	.nav-item a:focus {
		font-size: 15px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #CC6600;
		font-weight: 500;
		text-decoration: underline;
	}
	
	.nav-item a:active {
		font-size: 15px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #CC6600;
		font-weight: 500;
		text-decoration: underline;
	}
	
	/* Style the button that is used to open and close the collapsible content */
	.collapsible {
		background-color: transparent;
		color: #444;
		cursor: pointer;
		width: 100%;
		border: none;
		outline: none;
		border: none;
		position: absolute;
		margin: 0;
		padding: 0;
		overflow: hidden;
		visibility: visible;
	}
	
	.collapsible i {
		float: right;
		padding: 0;
		font-size: 40px;
		margin: 15px 20px 0px 15px;
	}
	
	.collapsible:hover {
		background-color: transparent;
		color: #ccc;
	}
	
	/* Style the collapsible content. Note: hidden by default */
	.content {
		display: none;
		position: absolute;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 20px 0;
		background-color: #fff;
	}
	
	.content i {
		font-size: 16px;
		font-weight: bold;
		color: #000;
		position: relative;
		float: right;
		margin: 10px;
		padding: 0;
		cursor: pointer;
	}
	
	.content ol {
		list-style-type: none;
		visibility: visible;
		margin: 0;
		width: 100%;
		height: 300px;
	}
	
	.nav-item {
		font-size: 15px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #0053A3;
		font-weight: 500;
		margin: 0;
		text-transform: uppercase;
		text-decoration: none;
		margin: 0;
		padding: 10px 0px 5px 15px;
		display: list-item;
	}
	
	.nav-item a {
		font-size: 15px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #0053A3;
		font-weight: 500;
		text-transform: uppercase;
		text-decoration: none;
		margin: 0;
		padding: 10px 0px 5px 15px;
		display: list-item;
	}
	
	.nav-item a:hover {
		font-size: 15px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #CC6600;
		font-weight: 500;
		text-decoration: underline;
		margin: 0;
		padding: 10px 0px 5px 15px;
		display: list-item;
	}
	
	.nav-item a:focus {
		font-size: 15px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #CC6600;
		font-weight: 500;
		text-decoration: underline;
		margin: 0;
		padding: 10px 0px 5px 15px;
		display: list-item;
	}
	
	.nav-item a:active {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #CC6600;
		font-weight: 500;
		text-decoration: underline;
		margin: 0;
		padding: 10px 0px 5px 15px;
		display: list-item;
	}
	
	.ref-banner {
		width: 100%;
		height: 500px;
		padding-top: 110px;
		margin: 0;
	}

	.ref-banner img {
		width: 100%;
		height: 500px;
		margin: 0;
		padding: 0;
	}
	
	.text-part {
		background-color: #0053A3;
		position: absolute;
		width: 180px;
		height: 50px;
		text-align: center;
		margin: 580px 0px 0px 20px;
		padding: 7px;
	}

	.text-part h1 {
		color: #fff;
		font-weight: 400;
		font-family: sans-serif;
		font-size: 32px;
	}
	
	.text-content {
		width: auto;
		height: auto;
		border: 0px;
		justify-items: center;
		align-items: center;
		position: relative;
		margin: 160px 0 30px 0;
		padding: 0 20px 0 20px;
	}

	.text-content p {
		line-height: 1.6;
		font-size: 18px;
		font-weight: 400;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align: justify;
	}
	
	.investor-text-content {
		width: auto;
		height: auto;
		border: 0px;
		justify-items: center;
		align-items: center;
		position: relative;
		margin: 160px 0 30px 0;
		padding: 0 20px 0 20px;
	}
	
	.investor-text-content p {
		line-height: 1.6;
		font-size: 18px;
		font-weight: 400;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align: justify;
	}
	
	.career-text-content {
		width: 360px;
		height: 340px;
		border: 0px;
		justify-items: center;
		align-items: center;
		position: relative;
		margin: 175px 0px 0px 65px;
	}
	
	.career-text-content p {
		line-height: 1.6;
		font-size: 18px;
		font-weight: 400;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align: justify;
	}
	
	.contact-part {
		width: 100%;
		height: 900px;
		border: 0;
		position: relative;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin: 0;
		padding: 0;
	}
	
	.form-control {
		width: 450px;
		height: 900px;
		position: relative;
		border: 0;
		background-color: none;
		padding: 0;
		margin: 0;
	}
	
	.form-control td {
		width: 450px;
		height: 50px;
		position: relative;
		margin: 0;
		padding: 0;
	}
	
	label {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: 500;
		color: #000;
		position: relative;
	}
	
	input {
		width: 230px;
		height: 40px;
		border: 2px solid #0053A3;
		background-color: none;
		position: relative;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: 500;
		color: #000;
		text-indent: 7px;
		padding: 0;
		margin: 0;
	}
	
	textarea {
		border: 2px solid #0053A3;
		background-color: none;
		position: relative;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: 500;
		color: #000;
		text-indent: 7px;
		padding: 0;
		margin: 0;
	}
	
	sup {
		color: #f00;
	}
	
	.btn {
		width: 110px;
		height: 35px;
		background-color: #000;
		border: 0;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: 500;
		margin-top: 10px;
		padding: 5px;
	}
	
	.ctn-career-part {
		width: 100%;
		height: 800px;
		border: 0;
		position: relative;
	}
	
	.career-part-left {
		position: relative;
		width: 450px;
		height: 400px;
		justify-content: center;
		align-items: center;
		margin-left: 15px;
		padding: 0;
	}
	
	.career-part-left img {
		width: 100%;
		height: 400px;
		margin: 0;
	}
	
	.career-part-right {
		position: relative;
		width: 450px;
		height: 370px;
		justify-content: center;
		align-items: center;
		margin-left: 15px;
		padding: 0;
	}
	
	.career-part-right h3 {
		font-size: 25px;
		font-weight: 500;
		font-family: Arial;
		color: #0053A3;
		line-height: 1.7;
		text-align: center;
		margin-top: 15px;
		padding: 0;
	}
	
	.career-part-right hr {
		color: #0053A3;
	}
	
	.career-part-right p {
		font-size: 15px;
		font-weight: 500;
		font-family: Arial;
		line-height: 1.7;
		text-align: justify;
		padding: 0;
		margin: 20px 10px 0px 10px;
	}
	
	.content-part-left {
		position: relative;
		width: 450px;
		height: 480px;
		justify-content: center;
		align-items: center;
		margin: 0;
		padding: 0;
	}
	
	.content-part-left h3 {
		font-size: 25px;
		font-weight: 500;
		font-family: Arial;
		color: #0053A3;
		line-height: 1.7;
		text-align: center;
		padding: 0;
		margin: 0;
	}
	
	.content-part-left hr {
		color: #0053A3;
	}
	
	.content-part-left p {
		font-size: 15px;
		font-weight: 500;
		font-family: Arial;
		line-height: 1.7;
		text-align: justify;
		padding: 0;
		margin: 20px 10px 0px 35px;
	}
	
	.content-part-right {
		position: relative;
		width: 450px;
		height: 400px;
		float: right;
		justify-content: center;
		align-items: center;
		margin: 0px 15px 20px 0px;
		padding: 0;
	}
	
	.content-part-right img {
		width: 100%;
		height: 400px;
		margin: 0;
	}
	
	.nas-part-right {
		position: relative;
		width: 450px;
		height: 400px;
		justify-content: center;
		align-items: center;
		margin-left: 15px;
		padding: 0;
	}
	
	.nas-part-right img {
		width: 100%;
		height: 400px;
		margin: 0;
		padding: 0;
	}
	
	.nas-part-right p {
		font-size: 14px;
		font-weight: 500;
		font-family: Arial;
		line-height: 1.7;
		text-align: justify;
		padding: 0;
		margin: 0;
	}
	
	.ctn-invest-part {
		width: 100%;
		height: auto;
		border: 0;
		position: relative;
		justify-content: center;
		text-align: center;
		margin: 0 0 20px 0;
		padding: 0;
	}
	
	.ctn-invest-left {
		width: auto;
		height: auto;
		position: relative;
		border: 1px solid #666;
		border-radius: 10px;
		margin: 10px 40px 40px 40px;
		padding: 40px;
		background-color: transparent;
	}
	
	.ctn-invest-left h3 {
		font-size: 18px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		text-align: left;
		margin: 10px 5px;
	}
	
	.ctn-invest-left p {
		font-size: 16px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 20px 0 10px 0;
	}
	
	.ctn-invest-left h1 {
		font-size: 25px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bolder;
		color: #0053A3;
		text-align: left;
		line-height: 30px;
		margin: 10px 0 40px 0;
	}
	
	.ctn-invest-left h1 span {
		font-size: 17px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		position: absolute;
		margin: 0;
		padding: 0;
	}
	
	.ctn-invest-left ul {
		list-style-type: none;
		width: auto;
		height: auto;
		position: relative;
		overflow: hidden;
		justify-content: inherit;
		align-items: left;
		text-align: left;
		margin: 10px 0;
		padding: 10px;
	}
	
	.ctn-invest-left ul li {
		display: inline-block;
		position: relative;
		font-size: 15px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 15px 0;
		padding: 0 5px;
	}
	
	.ctn-invest-left ul li i {
		font-size: 20px;
		font-weight: bold;
		color: #0053A3;
		margin: 0 7px 0 0;
	}
	
	.ctn-invest-left a {
		width: 170px;
		height: 40px;
		background-color: #000;
		border: 0;
		border-radius: 10px;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 500;
		text-decoration: none;
		margin: 0;
		padding: 10px;
	}
	
	.ctn-invest-center {
		width: auto;
		height: auto;
		position: relative;
		border: 1px solid #666;
		border-radius: 10px;
		margin: 20px 40px 40px 40px;
		padding: 40px;
		background-color: transparent;
	}
	
	.ctn-invest-center h3 {
		font-size: 18px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		text-align: left;
		margin: 10px 5px;
	}
	
	.ctn-invest-center p {
		font-size: 16px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 20px 0 10px 0;
	}
	
	.ctn-invest-center h1 {
		font-size: 25px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bolder;
		color: #0053A3;
		text-align: left;
		line-height: 30px;
		margin: 10px 0 40px 0;
	}
	
	.ctn-invest-center h1 span {
		font-size: 17px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		position: absolute;
		margin: 0;
		padding: 0;
	}
	
	.ctn-invest-center ul {
		list-style-type: none;
		width: auto;
		height: auto;
		position: relative;
		overflow: hidden;
		justify-content: inherit;
		align-items: left;
		text-align: left;
		margin: 10px 0;
		padding: 10px;
	}
	
	.ctn-invest-center ul li {
		display: inline-block;
		position: relative;
		font-size: 15px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 15px 0;
		padding: 0 5px;
	}
	
	.ctn-invest-center ul li i {
		font-size: 20px;
		font-weight: bold;
		color: #0053A3;
		margin: 0 7px 0 0;
	}
	
	.ctn-invest-center a {
		width: 170px;
		height: 40px;
		background-color: #000;
		border: 0;
		border-radius: 10px;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 500;
		text-decoration: none;
		margin: 0;
		padding: 10px;
	}
	
	.ctn-invest-right {
		width: auto;
		height: auto;
		position: relative;
		border: 1px solid #666;
		border-radius: 10px;
		margin: 30px 40px 40px 40px;
		padding: 40px;
		background-color: transparent;
	}
	
	.ctn-invest-right h3 {
		font-size: 18px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		text-align: left;
		margin: 10px 5px;
	}
	
	.ctn-invest-right p {
		font-size: 16px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 20px 0 10px 0;
	}
	
	.ctn-invest-right h1 {
		font-size: 25px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bolder;
		color: #0053A3;
		text-align: left;
		line-height: 30px;
		margin: 10px 0 40px 0;
	}
	
	.ctn-invest-right h1 span {
		font-size: 17px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		position: absolute;
		margin: 0;
		padding: 0;
	}
	
	.ctn-invest-right ul {
		list-style-type: none;
		width: auto;
		height: auto;
		position: relative;
		overflow: hidden;
		justify-content: inherit;
		align-items: left;
		text-align: left;
		margin: 10px 0;
		padding: 10px;
	}
	
	.ctn-invest-right ul li {
		display: inline-block;
		position: relative;
		font-size: 15px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 15px 0;
		padding: 0 5px;
	}
	
	.ctn-invest-right ul li i {
		font-size: 20px;
		font-weight: bold;
		color: #0053A3;
		margin: 0 7px 0 0;
	}
	
	.ctn-invest-right a {
		width: 170px;
		height: 40px;
		background-color: #000;
		border: 0;
		border-radius: 10px;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 500;
		text-decoration: none;
		margin: 0;
		padding: 10px;
	}
	
	.ctn-invest-main {
		width: 100%;
		height: auto;
		border: 0;
		position: relative;
		justify-content: center;
		text-align: center;
		margin: 0 0 20px 0;
		padding: 0;
	}
	
	.invest-main-left {
		width: auto;
		height: auto;
		position: relative;
		border: 1px solid #666;
		border-radius: 10px;
		margin: 20px 40px 40px 40px;
		padding: 40px;
		background-color: transparent;
	}
	
	.invest-main-left h3 {
		font-size: 18px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		text-align: left;
		margin: 10px 5px;
	}
	
	.invest-main-left p {
		font-size: 16px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 20px 0 10px 0;
	}
	
	.invest-main-left h1 {
		font-size: 25px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bolder;
		color: #0053A3;
		text-align: left;
		line-height: 30px;
		margin: 10px 0 40px 0;
	}
	
	.invest-main-left h1 span {
		font-size: 17px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		position: absolute;
		margin: 0;
		padding: 0;
	}
	
	.invest-main-left ul {
		list-style-type: none;
		width: auto;
		height: auto;
		position: relative;
		overflow: hidden;
		justify-content: inherit;
		align-items: left;
		text-align: left;
		margin: 10px 0;
		padding: 10px;
	}
	
	.invest-main-left ul li {
		display: inline-block;
		position: relative;
		font-size: 15px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 15px 0;
		padding: 0 5px;
	}
	
	.invest-main-left ul li i {
		font-size: 20px;
		font-weight: bold;
		color: #0053A3;
		margin: 0 7px 0 0;
	}
	
	.invest-main-left a {
		width: 170px;
		height: 40px;
		background-color: #000;
		border: 0;
		border-radius: 10px;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 500;
		text-decoration: none;
		margin: 0;
		padding: 10px;
	}
	
	.invest-main-center {
		width: auto;
		height: auto;
		position: relative;
		border: 1px solid #666;
		margin: 20px 40px 40px 40px;
		padding: 40px;
		background-color: transparent;
	}
	
	.invest-main-center h3 {
		font-size: 18px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		text-align: left;
		margin: 10px 5px;
	}
	
	.invest-main-center p {
		font-size: 16px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 20px 0 10px 0;
	}
	
	.invest-main-center h1 {
		font-size: 25px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bolder;
		color: #0053A3;
		text-align: left;
		line-height: 30px;
		margin: 10px 0 40px 0;
	}
	
	.invest-main-center h1 span {
		font-size: 17px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		position: absolute;
		margin: 0;
		padding: 0;
	}
	
	.invest-main-center ul {
		list-style-type: none;
		width: auto;
		height: auto;
		position: relative;
		overflow: hidden;
		justify-content: inherit;
		align-items: left;
		text-align: left;
		margin: 10px 0;
		padding: 10px;
	}
	
	.invest-main-center ul li {
		display: inline-block;
		position: relative;
		font-size: 15px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 15px 0;
		padding: 0 5px;
	}
	
	.invest-main-center ul li i {
		font-size: 20px;
		font-weight: bold;
		color: #0053A3;
		margin: 0 7px 0 0;
	}
	
	.invest-main-center a {
		width: 170px;
		height: 40px;
		background-color: #000;
		border: 0;
		border-radius: 10px;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 500;
		text-decoration: none;
		margin: 0;
		padding: 10px;
	}
	
	.invest-main-right {
		width: auto;
		height: auto;
		position: relative;
		border: 1px solid #666;
		border-radius: 10px;
		margin: 30px 40px 40px 40px;
		padding: 40px;
		background-color: transparent;
	}
	
	.invest-main-right h3 {
		font-size: 18px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		text-align: left;
		margin: 10px 5px;
	}
	
	.invest-main-right p {
		font-size: 16px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 20px 0 10px 0;
	}
	
	.invest-main-right h1 {
		font-size: 25px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bolder;
		color: #0053A3;
		text-align: left;
		line-height: 30px;
		margin: 10px 0 40px 0;
	}
	
	.invest-main-right h1 span {
		font-size: 17px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		position: absolute;
		margin: 0;
		padding: 0;
	}
	
	.invest-main-right ul {
		list-style-type: none;
		width: auto;
		height: auto;
		position: relative;
		overflow: hidden;
		justify-content: inherit;
		align-items: left;
		text-align: left;
		margin: 10px 0;
		padding: 10px;
	}
	
	.invest-main-right ul li {
		display: inline-block;
		position: relative;
		font-size: 15px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 15px 0;
		padding: 0 5px;
	}
	
	.invest-main-right ul li i {
		font-size: 20px;
		font-weight: bold;
		color: #0053A3;
		margin: 0 7px 0 0;
	}
	
	.invest-main-right a {
		width: 170px;
		height: 40px;
		background-color: #000;
		border: 0;
		border-radius: 10px;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 500;
		text-decoration: none;
		margin: 0;
		padding: 10px;
	}
	
	.nas-part {
		width: 100%;
		height: 1045px;
		border: 0;
		position: relative;
	}
	
	.nas-part-left {
		position: relative;
		width: 460px;
		height: 570px;
		justify-content: center;
		align-items: center;
		margin: 20px 20px 0px 0px;
		padding: 0;
	}
	
	.nas-part-left h3 {
		font-size: 25px;
		font-weight: 500;
		font-family: Arial;
		color: #0053A3;
		line-height: 1.7;
		text-align: center;
	}
	
	.nas-part-left hr {
		color: #0053A3;
	}
	
	.nas-part-left p {
		font-size: 15px;
		font-weight: 500;
		font-family: Arial;
		line-height: 1.7;
		padding:: 0;
		text-align: justify;
		margin: 0px 0px 0px 30px;
	}
	
	.nas-part-right {
		position: relative;
		width: 450px;
		height: 450px;
		justify-content: center;
		align-items: center;
		margin-right: 15px;
	}
	
	.nas-part-right img {
		width: 100%;
		height: 450px;
		margin: 0;
	}
	
	.nas-part-right p {
		font-size: 15px;
		font-weight: 500;
		font-family: Arial;
		line-height: 1.7;
		text-align: justify;
		padding: 0;
		margin: 10px 30px 0px 0px;
	}
	
	.ctn-operation-part {
		width: 100%;
		height: 400px;
		border: 0;
		position: relative;
		margin: 0;
		background-color: transparent;
		padding: 0;
		justify-content: center;
		align-items: center;
	}
	
	.ctn-operation-part iframe {
		width: 100%;
		height: 400px;
		border: 0;
		padding: 10px 10px 10px 10px;
		margin: 0;
	}
	
	.about-text-content {
		width: 350px;
		height: 270px;
		border: 0px;
		justify-items: center;
		align-items: center;
		position: relative;
		margin: 175px 0px 0px 65px;
	}
	
	.about-text-content p {
		line-height: 1.6;
		font-size: 18px;
		font-weight: 400;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align: justify;
	}
	
	.about-part {
		width: 100%;
		height: 90%;
		border: 0;
		position: relative;
	}
	
	.about-part-left {
		position: relative;
		width: 460px;
		height: 830px;
		justify-content: center;
		align-items: center;
		margin: 0px 0px 0px 10px;
		padding: 0;
	}
	
	.about-part-left h3 {
		font-size: 25px;
		font-weight: 500;
		font-family: Arial;
		color: #0053A3;
		line-height: 1.7;
		text-align: left;
	}
	
	.about-part-left hr {
		color: #0053A3;
	}
	
	.about-part-left p {
		font-size: 15px;
		font-weight: 500;
		font-family: Arial;
		line-height: 1.7;
		padding-left: 30px;
		text-align: justify;
		margin: 0px 10px 0px 0px;
	}
	
	.about-part-right {
		position: relative;
		width: 450px;
		height: 780px;
		justify-content: center;
		align-items: center;
		margin-left: 10px;
		padding: 0;
	}
	
	.about-part-right p {
		font-size: 15px;
		font-weight: 500;
		font-family: Arial;
		line-height: 1.7;
		margin: 0px 0px 0px 10px;
		text-align: justify;
	}
	
	.nas-footer-part {
		width: 100%;
		height: 1100px;
		overflow: hidden;
		margin-bottom: 10px;
		background-color: #336699;
		text-align: center;
	}
	
	.nas-footer-part h3 {
		font-size: 25px;
		font-weight: 500;
		font-family: Arial;
		color: #fff;
		line-height: 1.7;
		text-align: center;
		margin: 10px 0px 20px 0px;
	}
	
	.benefit-part {
		list-style-type: none;
		width: 95%;
		height: 1100px;
		border: 0;
		position: relative;
		margin: 0px;
	}
	
	.benefit-part li {
		width: 260px;
		height: 80px;
		position: relative;
		padding: 0;
		margin: 0px 0px 90px 100px;
	}
	
	.benefit-part li img {
		width: 150px;
		height: 70px;
		position: relative;
	}
	
	.benefit-part li p {
		font-size: 15px;
		font-weight: 500;
		font-family: Arial;
		color: #fff;
		line-height: 1.6;
		text-align: center;
	}
	
	.ctn-vru {
		width: 100%;
		height: 370px;
		border: 0;
		position: relative;
		margin: 0;
		padding: 0;
	}
	
	.ctn-vru img {
		width: 100%;
		height: 350px;
		margin: 0;
		padding: 0;
	}
	
	.ctn-part {
		width: 100%;
		height: 90%;
		border: 0;
		position: relative;
		text-align: center;
	}
	
	.ctn-part-left {
		position: relative;
		width: 450px;
		height: 510px;
		justify-content: center;
		align-items: center;
		margin: 0px 0px 0px 17px;
		padding: 0;
	}
	
	.ctn-part-left h3 {
		font-size: 25px;
		font-weight: 500;
		font-family: Arial;
		color: #0053A3;
		line-height: 1.7;
		text-align: center;
	}

	.ctn-part-left p {
		font-size: 15px;
		font-weight: 500;
		font-family: Arial;
		line-height: 1.7;
		text-align: justify;
		margin: 0px 15px 0px 15px;
}

	.ctn-part-left div {
		background-color: #0053A3;
		color: #fff;
		font-family: sans-serif;
		font-weight: 500;
		font-size: 14px;
		position: absolute;
		border-radius: 25px;
		width: 130px;
		height: 25px;
		box-shadow: none;
		outline-color: #0053A3;
		margin: 422px 0px 0px 20px;
		text-align: center;
	}
	
	.ctn-part-right {
		position: relative;
		width: 450px;
		height: 400px;
		margin: 0px 10px 10px 15px;
	}

	.ctn-part-right img {
		width: 450px;
		height: 400px;
		position: relative;
	}
	
	.info-ctn {
		width: 190px;
		height: 70px;
		background-color: #000;
		position: absolute;
		margin: 360px 0px 0px 20px;
		padding: 5px;
	}

	.info-ctn h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 25px;
		font-weight: 500;
		color: #fff;
		text-align: center;
	}
	
	.info-part {
		width: 100%;
		height: 90%;
		background: url('../images/cover-bg.jpg') no-repeat;
		background-size: cover;
		justify-content: center;
		align-items: center;
		margin: 0;
		padding-bottom: 10px
	}
	
	.partition1 {
		width: 250px;
		height: 60px;
		position: relative;
		margin: 50px 120px 0px 0px;
	}

	.partition1 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}

	.partition2 {
		width: 250px;
		height: 60px;
		position: relative;
		margin: 50px 120px 0px 0px;
	}

	.partition2 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}

	.partition3 {
		width: 250px;
		height: 60px;
		position: relative;
		margin: 50px 120px 0px 0px;
	}

	.partition3 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.address-part-left img {
		width: 450px;
		height: 400px;
		position: relative;
		margin: 20px 0px 0px 0px;
	}
	
	.address-part-right {
		width: 480px;
		height: 438px;
		position: relative;
		background-color: #fff;
		margin-top: 10px;
		padding: 0;
	}
	
	.address-part-right h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 25px;
		font-weight: 400;
		text-align: center;
		line-height: 1.7;
		color: #0053A3;
	}
	
	.address-part-right hr {
		color: #0053A3;
	}
	
	.address-part-right p {
		font-size: 15px;
		font-weight: 500;
		font-family: Arial;
		line-height: 1.7;
		padding: 15px 35px 0px 35px;
		text-align: justify;
	}
	
	.group-ctn {
		width: 190px;
		height: 70px;
		background-color: #000;
		position: absolute;
		margin: 0px 0px 0px 20px;
		padding: 5px;
	}

	.group-ctn h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 25px;
		font-weight: 500;
		color: #fff;
		text-align: center;
	}
	
	.address-part-right div {
		background-color: #0053A3;
		color: #fff;
		font-family: sans-serif;
		font-weight: 500;
		font-size: 14px;
		position: absolute;
		border-radius: 25px;
		padding: 5px;
		width: 130px;
		height: 25px;
		box-shadow: none;
		outline-color: #0053A3;
		margin: 220px 0px 0px 290px;
		text-align: center;
	}
	
	.info-group1 {
		width: 200px;
		height: 50px;
		position: relative;
		margin: 900px 0px 0px 100px;
	}
	
	.info-group1 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 400px;
		text-align: center;
		color: #0053A3;
	}
	
	.info-group2 {
		width: 200px;
		height: 50px;
		position: relative;
		margin: 850px 0px 0px 510px;
	}
	
	.info-group2 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 400px;
		text-align: center;
		color: #0053A3;
	}
	
	.info-group3 {
		width: 200px;
		height: 50px;
		position: relative;
		margin: 850px 30px 0px 900px;
	}
	
	.info-group3 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 400px;
		text-align: center;
		color: #0053A3;
	}
	
	.ctn-envo {
		width: 100%;
		height: 80%;
		border: 0;
		position: relative;
		align-items: center;
		justify-content: center;
	}
	
	.ctn-envo-left {
		position: relative;
		width: 480px;
		height: 550px;
		margin-top: 10px;
	}
	
	.ctn-envo-left hr {
		color: #0053A3;
	}
	
	.ctn-envo-left h3 {
		font-size: 25px;
		font-weight: 500;
		font-family: Arial;
		color: #0053A3;
		line-height: 1.7;
		text-align: center;
	}
	
	.ctn-envo-left p {
		font-size: 15px;
		font-weight: 500;
		font-family: Arial;
		line-height: 1.7;
		margin: 10px 15px 0px 15px;
		text-align: justify;
		padding: 0;
	}
	
	.ctn-envo-left div {
		background-color: #0053A3;
		color: #fff;
		font-family: sans-serif;
		font-weight: 500;
		font-size: 14px;
		position: absolute;
		border-radius: 25px;
		padding: 5px;
		width: 130px;
		height: 25px;
		box-shadow: none;
		outline-color: #0053A3;
		margin: 165px 0px 0px 173px;
		text-align: center;
	}
	
	.ctn-envo-right {
		position: relative;
		width: 450px;
		height: 400px;
		float: left;
		margin: 330px 0px 0px 15px;
	}
	
	.ctn-envo-right img {
		width: 450px;
		height: 400px;
		position: relative;
	}
	
	.info-group1 {
		width: 250px;
		height: 60px;
		position: relative;
		margin: 90px 120px 0px 0px;
	}

	.info-group1 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		color: #0053A3;
	}
	
	.info-group2 {
		width: 250px;
		height: 60px;
		position: relative;
		margin: 50px 120px 0px 0px;
	}
	
	.info-group2 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		color: #0053A3;
	}
	
	.info-group3 {
		width: 250px;
		height: 60px;
		position: relative;
		margin: 50px 120px 0px 0px;
	}
	
	.info-group3 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		color: #0053A3;
	}
	
	.pro-ctn {
		width: 190px;
		height: 70px;
		background-color: #000;
		position: absolute;
		margin: 690px 0px 0px 20px;
		padding: 5px;
	}
	
	.pro-ctn h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 25px;
		font-weight: 500;
		color: #fff;
		text-align: center;
	}
	
	.addition-ctn {
		width: 100%;
		height: 80%;
		overflow: hidden;
		margin: 0;
	}
	
	.info-group-ctn1 {
		width: 250px;
		height: 60px;
		position: relative;
		margin: 70px 120px 0px 0px;
	}
	
	.info-group-ctn1 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #0053A3;
	}
	
	.info-group-ctn2 {
		width: 250px;
		height: 60px;
		position: relative;
		margin: 50px 120px 0px 0px;
	}
	
	.info-group-ctn2 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #0053A3;
	}
	
	.info-group-ctn3 {
		width: 250px;
		height: 60px;
		position: relative;
		margin: 50px 120px 0px 0px;
	}
	
	.info-group-ctn3 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #0053A3;
	}
	
	.pro-part-left img {
		width: 450px;
		height: 400px;
		position: relative;
		margin-left: 15px;
	}
	
	.pro-part-right {
		position: relative;
		width: 450px;
		height: 500px;
		margin: 10px 10px 0px 0px;
		padding: 0;
	}
	
	.pro-part-right h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 25px;
		font-weight: 400;
		text-align: center;
		color: #0053A3;
		line-height: 1.7;
	}
	
	.pro-part-right hr {
		color: #0053A3;
	}
	
	.pro-part-right p {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: 400;
		text-align: justify;
		line-height: 1.7;
		padding: 10px 5px 0px 5px;
		margin: 10px 10px 0px 0px;
	}
	
	.pro-part-right div {
		background-color: #0053A3;
		color: #fff;
		font-family: sans-serif;
		font-weight: 500;
		font-size: 14px;
		position: absolute;
		border-radius: 25px;
		padding: 5px;
		width: 130px;
		height: 25px;
		box-shadow: none;
		outline-color: #0053A3;
		margin: 150px 0px 0px 287px;
		text-align: center;
	}
	
	.accord-info-ctn {
		width: 190px;
		height: 70px;
		background-color: #000;
		position: absolute;
		margin: 480px 0px 0px 30px;
		padding: 5px;
	}
	
	.accord-info-ctn h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 25px;
		font-weight: 500;
		color: #fff;
		text-align: center;
	}
	
	.accord-ctn {
		width: 100%;
		height: 80%;
		overflow: hidden;
		background: url('../images/refinery-home.jpg') no-repeat;
		background-size: cover;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin: 0;
	}
	
	.accord-part1 {
		width: 250px;
		height: 60px;
		position: relative;
		margin: 80px 120px 0px 0px;
	}
	
	.accord-part1 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.accord-part2 {
		width: 250px;
		height: 60px;
		position: relative;
		margin: 50px 120px 0px 0px;
	}
	
	.accord-part2 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.accord-part3 {
		width: 250px;
		height: 60px;
		position: relative;
		margin: 50px 120px 0px 0px;
	}
	
	.accord-part3 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.accord-part-right img {
		width: 450px;
		height: 400px;
		position: relative;
		margin: 10px 0px 0px 0px;
	}
	
	.accord-part-left {
		width: 480px;
		height: 660px;
		position: relative;
		background-color: #fff;
		margin: 370px 0px 0px 0px;
		padding: 0;
	}
	
	.accord-part-left h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 25px;
		font-weight: 400;
		text-align: center;
		color: #0053A3;
		line-height: 1.7;
	}
	
	.accord-part-left hr {
		color: #0053A3;
	}
	
	.accord-part-left p {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: 400;
		text-align: justify;
		line-height: 1.7;
		padding: 0;
		margin: 15px 30px 0px 30px;
	}
	
	.accord-part-left div {
		background-color: #0053A3;
		color: #fff;
		font-family: sans-serif;
		font-weight: 500;
		font-size: 14px;
		position: absolute;
		border-radius: 25px;
		padding: 5px;
		width: 130px;
		height: 25px;
		box-shadow: none;
		outline-color: #0053A3;
		margin: 300px 0px 0px 20px;
		text-align: center;
	}
	
	.folder1 {
		width: 250px;
		height: 60px;
		position: relative;
		margin: 100px 120px 0px 0px;
	}
	
	.folder1 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}

	.folder2 {
		width: 250px;
		height: 60px;
		position: relative;
		margin: 50px 120px 0px 0px;
	}
	
	.folder2 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.folder3 {
		width: 250px;
		height: 60px;
		position: relative;
		margin: 50px 120px 0px 0px;
	}
	
	.folder3 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.folder-ctn {
		width: 190px;
		height: 70px;
		background-color: #000;
		position: absolute;
		margin: 0px 0px 0px 20px;
		padding: 5px;
	}
	
	.folder-ctn h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 25px;
		font-weight: 500;
		color: #fff;
		text-align: center;
	}
	
	.transpart-ctn {
		width: 100%;
		height: 80%;
		overflow: hidden;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin: 0;
	}
	
	.transpart-right img {
		width: 450px;
		height: 400px;
		position: relative;
		margin: 15px 0px 0px 15px;
	}
	
	.transpart-left {
		width: 450px;
		height: 550px;
		position: relative;
		margin: 15px 5px 0px 15px;
		padding: 0;
	}
	
	.transpart-left h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 25px;
		font-weight: 400;
		text-align: center;
		color: #0053A3;
		line-height: 1.7;
	}
	
	.transpart-left hr {
		color: #0053A3;
	}
	
	.transpart-left p {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: 400;
		text-align: justify;
		line-height: 1.7;
		padding: 0;
		margin: 15px 15px 0px 15px;
	}
	
	.transpart-left div {
		background-color: #0053A3;
		color: #fff;
		font-family: sans-serif;
		font-weight: 500;
		font-size: 14px;
		position: absolute;
		border-radius: 25px;
		padding: 5px;
		width: 130px;
		height: 25px;
		box-shadow: none;
		outline-color: #0053A3;
		margin: 450px 0px 0px 195px;
		text-align: center;
	}
	
	.capture-info-ctn {
		width: 190px;
		height: 70px;
		background-color: #000;
		position: absolute;
		margin: 0px 0px 0px 30px;
		padding: 5px;
	}
	
	.capture-info-ctn h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 25px;
		font-weight: 500;
		color: #fff;
		text-align: center;
	}
	
	.capture1 {
		width: 250px;
		height: 60px;
		position: relative;
		margin: 100px 120px 0px 0px;
	}

	.capture1 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #0053A3;
	}
	
	.capture2 {
		width: 250px;
		height: 60px;
		position: relative;
		margin: 50px 120px 0px 0px;
	}
	
	.capture2 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #0053A3;
	}
	
	.capture3 {
		width: 250px;
		height: 60px;
		position: relative;
		margin: 50px 120px 0px 0px;
	}
	
	.capture3 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #0053A3;
	}
	
	footer {
		width: 100%;
		height: 420px;
		overflow: hidden;
		margin: 20px 0 0 0;
		background-color: #000000;
	}

	.footer-ctn-left {
		width: 450px;
		height: 135px;
		background-color: transparent;
		position: relative;
		margin-top: 20px;
		padding: 0;
	}
	
	.footer-ctn-left img {
		width: 130px;
		height: 70px;
		position: relative;
		margin: 15px 0px 0px 163px;
	}
	
	.footer-ctn-left p {
		font-family: sans-serif;
		font-size: 15px;
		font-weight: 500;
		color: #fff;
		line-height: 2.0;
		text-align: center;
	}
	
	.footer-ctn-right {
		width: 450px;
		height: 320px;
		background-color: transparent;
		position: relative;
		margin: 0;
		padding: 0;
	}
	
	.footer-ctn-inner {
		width: 100%;
		height: inherit;
		overflow: hidden;
	}
	
	.footer-ctn-inner ul {
		list-style-type: none;
		text-align: center;
		margin-right: 120px;
	}
	
	.footer-ctn-inner li {
		display: block;
		padding-bottom: 10px;
	}
	
	.footer-ctn-inner li a {
		font-family: sans-serif;
		font-size: 15px;
		font-weight: 500;
		color: #fff;
		text-decoration: none;
		line-height: 1.7;
	}
	
	.footer-ctn-inner li a:hover {
		font-family: sans-serif;
		font-size: 15px;
		font-weight: 500;
		color: #CC6600;
		text-decoration: underline;
		line-height: 1.7;
	}
	
	.footer-ctn-inner li a:focus {
		font-family: sans-serif;
		font-size: 15px;
		font-weight: 500;
		color: #CC6600;
		text-decoration: underline;
		line-height: 1.7;
	}
	
	.footer-ctn-inner li a:active {
		font-family: sans-serif;
		font-size: 15px;
		font-weight: 500;
		color: #CC6600;
		text-decoration: underline;
		line-height: 1.7;
	}
	
	.footer-ctn-inner p {
		font-family: sans-serif;
		font-size: 15px;
		font-weight: 500;
		color: #fff;
		text-decoration: none;
		line-height: 1.7;
		position: relative;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	
	.footer-icon {
		margin-left: 10px;
		position: relative;
	}
}

@media (min-width: 750px){
	* {
		box-sizing: border-box;
		margin: 0;
		padding: 0;
	}
	
	.container {
		width: 100%;
		margin: 0;
		overflow: hidden;
	}
	
	nav {
		position: relative;
		width: 570px;
		height: 70px;
		background-color: transparent;
		margin: 20px 0px 0px 10px;
		float: right;
		visibility: visible;
		padding: 0;
		display: block;
	}
	
	ol {
		list-style-type: none;
		position: relative;
		width: 570px;
		height: 70px;
		margin: 0;
		padding: 0;
		visibility: visible;
	}
	
	.nav-item {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		display: inline-block;
		color: #0053A3;
		font-weight: 500;
		text-transform: uppercase;
		text-decoration: none;
		margin: 0;
		padding-left: 10px;
	}
	
	.nav-item a {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		display: inline-block;
		color: #0053A3;
		font-weight: 500;
		text-transform: uppercase;
		text-decoration: none;
		margin: 0;
		padding-left: 10px;
	}
	
	.nav-item a:hover {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		display: inline-block;
		color: #CC6600;
		font-weight: 500;
		text-decoration: underline;
		margin: 0;
		padding-left: 10px;
	}
	
	.nav-item a:focus {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		display: inline-block;
		color: #CC6600;
		font-weight: 500;
		text-decoration: underline;
		margin: 0;
		padding-left: 10px;
	}
	
	.nav-item a:active {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		display: inline-block;
		color: #CC6600;
		font-weight: 500;
		text-decoration: underline;
		margin: 0;
		padding-left: 10px;
	}
	
	.logo {
		position: relative;
		float: left;
		margin: 30px 0px 20px 30px;
		width: 90px;
		height: 60px;
		padding: 0;
	}
	
	/* Style the button that is used to open and close the collapsible content */
	.collapsible {
		background-color: transparent;
		color: #444;
		cursor: pointer;
		width: 100%;
		border: none;
		outline: none;
		border: none;
		position: absolute;
		margin: 0;
		padding: 0;
		overflow: hidden;
		visibility: hidden;
		display: none;
	}
	
	.collapsible i {
		float: right;
		padding: 0;
		font-size: 40px;
		margin: 15px 20px 0px 15px;
	}
	
	.collapsible:hover {
		background-color: transparent;
		color: #ccc;
	}
	
	/* Style the collapsible content. Note: hidden by default */
	.content {
		display: none;
		position: absolute;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 20px 0;
		background-color: #fff;
	}
	
	.content i {
		font-size: 16px;
		font-weight: bold;
		color: #000;
		position: relative;
		float: right;
		margin: 10px;
		padding: 0;
		cursor: pointer;
	}
	
	.content ol {
		list-style-type: none;
		display: none;
		visibility: visible;
		margin: 0;
		width: 100%;
		height: 300px;
	}
	
	.nav-item {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #0053A3;
		font-weight: 500;
		margin: 0;
		text-transform: uppercase;
		text-decoration: none;
		margin: 0;
		padding-left: 10px;
		display: inline-block;
	}
	
	.nav-item a {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #0053A3;
		font-weight: 500;
		text-transform: uppercase;
		text-decoration: none;
		margin: 0;
		padding-left: 10px;
		display: inline-block;
	}
	
	.nav-item a:hover {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #CC6600;
		font-weight: 500;
		text-decoration: underline;
		margin: 0;
		padding-left: 10px;
		display: inline-block;
	}
	
	.nav-item a:focus {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #CC6600;
		font-weight: 500;
		text-decoration: underline;
		margin: 0;
		padding-left: 10px;
		display: inline-block;
	}
	
	.nav-item a:active {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #CC6600;
		font-weight: 500;
		text-decoration: underline;
		margin: 0;
		padding-left: 10px;
		display: inline-block;
	}
	
	.ref-banner {
		width: 100%;
		height: 500px;
		margin: 0;
		padding: 0;
	}
	
	.ref-banner img {
		width: 100%;
		height: 500px;
		margin: 0;
		padding: 0;
	}
	
	.text-part {
		background-color: #0053A3;
		position: absolute;
		width: 215px;
		height: 50px;
		text-align: center;
		margin: 585px 0px 0px 90px;
		padding: 3px;
	}
	
	.text-part h1 {
		color: #fff;
		font-weight: 400;
		font-family: sans-serif;
		font-size: 40px;
	}
	
	.text-content {
		width: auto;
		height: auto;
		border: 0px;
		justify-items: center;
		align-items: center;
		position: relative;
		margin: 150px 0 20px 0;
		padding: 0 50px 0 50px;
	}
	
	.text-content p {
		line-height: 1.6;
		font-size: 19px;
		font-weight: 400;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align: justify;
	}
	
	.about-text-content {
		width: 500px;
		height: 200px;
		border: 0px;
		justify-items: center;
		align-items: center;
		position: relative;
		margin: 150px 0px 20px 140px;
	}
	
	.about-text-content p {
		line-height: 1.6;
		font-size: 19px;
		font-weight: 400;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align: justify;
	}
	
	.investor-text-content {
		width: auto;
		height: auto;
		border: 0px;
		justify-items: center;
		align-items: center;
		position: relative;
		margin: 150px 0 20px 0;
		padding: 0 50px 0 50px
	}
	
	.investor-text-content p {
		line-height: 1.6;
		font-size: 19px;
		font-weight: 400;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align: justify;
	}
	
	.career-text-content {
		width: 500px;
		height: 230px;
		border: 0px;
		justify-items: center;
		align-items: center;
		position: relative;
		margin: 150px 0px 20px 140px;
	}
	
	.career-text-content p {
		line-height: 1.6;
		font-size: 19px;
		font-weight: 400;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align: justify;
	}
	
	.contact-part {
		width: 100%;
		height: 950px;
		border: 0;
		position: relative;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin-left: 130px;
		padding: 0;
	}
	
	.form-control {
		width: 450px;
		height: 950px;
		position: relative;
		border: 0;
		background-color: none;
		padding: 0;
		margin: 0;
	}
	
	.form-control td {
		width: 400px;
		height: 40px;
		position: relative;
		margin: 0;
		padding: 0;
	}
	
	label {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 17px;
		font-weight: 500;
		color: #000;
		position: relative;
	}
	
	input {
		width: 250px;
		height: 45px;
		border: 2px solid #0053A3;
		background-color: none;
		position: relative;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 17px;
		font-weight: 500;
		color: #000;
		text-indent: 10px;
		padding: 0;
		margin: 0;
	}
	
	textarea {
		border: 2px solid #0053A3;
		background-color: none;
		position: relative;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 17px;
		font-weight: 500;
		color: #000;
		text-indent: 10px;
		padding: 0;
		margin: 0;
	}
	
	sup {
		color: #f00;
	}
	
	.btn {
		width: 110px;
		height: 35px;
		background-color: #000;
		border: 0;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 17px;
		font-weight: 500;
		margin-top: 15px;
		padding: 5px;
	}
	
	.ctn-invest-part {
		width: 100%;
		height: 450px;
		border: 0;
		position: relative;
		justify-content: center;
		text-align: center;
		margin: 10px 0px 20px 0px;
	}
	
	.ctn-invest-left {
		width: 215px;
		height: auto;
		position: relative;
		float: left;
		border: 1px solid #666;
		border-radius: 10px;
		margin: 10px 0 20px 20px;
		padding: 15px 10px 30px 10px;
		background-color: transparent;
	}
	
	.ctn-invest-left h3 {
		font-size: 17px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		text-align: left;
		margin: 10px 5px;
	}
	
	.ctn-invest-left p {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 10px 0;
	}
	
	.ctn-invest-left h1 {
		font-size: 22px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bolder;
		color: #0053A3;
		text-align: left;
		line-height: 30px;
		margin: 10px 0 20px 0;
	}
	
	.ctn-invest-left h1 span {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		position: absolute;
		margin: 0;
		padding: 0;
	}
	
	.ctn-invest-left ul {
		list-style-type: none;
		width: auto;
		height: auto;
		position: relative;
		overflow: hidden;
		justify-content: inherit;
		align-items: left;
		text-align: left;
		margin: 10px 0;
		padding: 10px;
	}
	
	.ctn-invest-left ul li {
		display: inline-block;
		position: relative;
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 10px 0;
		padding: 0;
	}
	
	.ctn-invest-left ul li i {
		font-size: 20px;
		font-weight: bold;
		color: #0053A3;
		margin: 0 7px 0 0;
	}
	
	.ctn-invest-left a {
		width: 170px;
		height: 40px;
		background-color: #000;
		border: 0;
		border-radius: 10px;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: 500;
		text-decoration: none;
		margin: 0;
		padding: 10px;
	}
	
	.ctn-invest-center {
		width: 215px;
		height: auto;
		position: absolute;
		border: 1px solid #666;
		border-radius: 10px;
		margin: 10px 0px 20px 266px;
		padding: 15px 10px 30px 10px;
		background-color: transparent;
	}
	
	.ctn-invest-center h3 {
		font-size: 18px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		text-align: left;
		margin: 10px 5px;
	}
	
	.ctn-invest-center p {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 10px 0;
	}
	
	.ctn-invest-center h1 {
		font-size: 22px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bolder;
		color: #0053A3;
		text-align: left;
		line-height: 30px;
		margin: 10px 0 20px 0;
	}
	
	.ctn-invest-center h1 span {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		position: absolute;
		margin: 0;
		padding: 0;
	}
	
	.ctn-invest-center ul {
		list-style-type: none;
		width: auto;
		height: auto;
		position: relative;
		overflow: hidden;
		justify-content: inherit;
		align-items: left;
		text-align: left;
		margin: 10px 0;
		padding: 10px;
	}
	
	.ctn-invest-center ul li {
		display: inline-block;
		position: relative;
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 10px 0;
		padding: 0;
	}
	
	.ctn-invest-center ul li i {
		font-size: 20px;
		font-weight: bold;
		color: #0053A3;
		margin: 0 7px 0 0;
	}
	
	.ctn-invest-center a {
		width: 170px;
		height: 40px;
		background-color: #000;
		border: 0;
		border-radius: 10px;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: 500;
		text-decoration: none;
		margin: 0;
		padding: 10px;
	}
	
	.ctn-invest-right {
		width: 215px;
		height: auto;
		position: relative;
		float: right;
		border: 1px solid #666;
		border-radius: 100x;
		margin: 10px 30px 20px 0px;
		padding: 15px 10px 30px 10px;
		background-color: transparent;
	}
	
	.ctn-invest-right h3 {
		font-size: 18px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		text-align: left;
		margin: 10px 5px;
	}
	
	.ctn-invest-right p {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 10px 0;
	}
	
	.ctn-invest-right h1 {
		font-size: 22px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bolder;
		color: #0053A3;
		text-align: left;
		line-height: 30px;
		margin: 10px 0 20px 0;
	}
	
	.ctn-invest-right h1 span {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		position: absolute;
		margin: 0;
		padding: 0;
	}
	
	.ctn-invest-right ul {
		list-style-type: none;
		width: auto;
		height: auto;
		position: relative;
		overflow: hidden;
		justify-content: inherit;
		align-items: left;
		text-align: left;
		margin: 10px 0;
		padding: 10px;
	}
	
	.ctn-invest-right ul li {
		display: inline-block;
		position: relative;
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 15px 0;
		padding: 0;
	}
	
	.ctn-invest-right ul li i {
		font-size: 20px;
		font-weight: bold;
		color: #0053A3;
		margin: 0 7px 0 0;
	}
	
	.ctn-invest-right a {
		width: 170px;
		height: 40px;
		background-color: #000;
		border: 0;
		border-radius: 10px;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: 500;
		text-decoration: none;
		margin: 0;
		padding: 10px;
	}
	
	.ctn-invest-main {
		width: 100%;
		height: 450px;
		border: 0;
		position: relative;
		justify-content: center;
		text-align: center;
		margin: 5px 0px 20px 0px;
	}
	
	.invest-main-left {
		width: 215px;
		height: auto;
		position: relative;
		float: left;
		border: 1px solid #666;
		border-radius: 10px;
		margin: 10px 0px 20px 20px;
		padding: 15px 10px 30px 10px;
		background-color: transparent;
	}
	
	.invest-main-left h3 {
		font-size: 18px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		text-align: left;
		margin: 10px 5px;
	}
	
	.invest-main-left p {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 10px 0;
	}
	
	.invest-main-left h1 {
		font-size: 22px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bolder;
		color: #0053A3;
		text-align: left;
		line-height: 30px;
		margin: 10px 0 20px 0;
	}
	
	.invest-main-left h1 span {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		position: absolute;
		margin: 0;
		padding: 0;
	}
	
	.invest-main-left ul {
		list-style-type: none;
		width: auto;
		height: auto;
		position: relative;
		overflow: hidden;
		justify-content: inherit;
		align-items: left;
		text-align: left;
		margin: 10px 0;
		padding: 10px;
	}
	
	.invest-main-left ul li {
		display: inline-block;
		position: relative;
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 15px 0;
		padding: 0;
	}
	
	.invest-main-left ul li i {
		font-size: 20px;
		font-weight: bold;
		color: #0053A3;
		margin: 0 7px 0 0;
	}
	
	.invest-main-left a {
		width: 170px;
		height: 40px;
		background-color: #000;
		border: 0;
		border-radius: 10px;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: 500;
		text-decoration: none;
		margin: 0;
		padding: 10px;
	}
	
	.invest-main-center {
		width: 215px;
		height: auto;
		position: absolute;
		border: 1px solid #666;
		margin: 10px 0px 20px 266px;
		padding: 15px 10px 30px 10px;
		background-color: transparent;
	}
	
	.invest-main-center h3 {
		font-size: 18px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		text-align: left;
		margin: 10px 5px;
	}
	
	.invest-main-center p {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 10px 0;
	}
	
	.invest-main-center h1 {
		font-size: 22px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bolder;
		color: #0053A3;
		text-align: left;
		line-height: 30px;
		margin: 10px 0 20px 0;
	}
	
	.invest-main-center h1 span {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		position: absolute;
		margin: 0;
		padding: 0;
	}
	
	.invest-main-center ul {
		list-style-type: none;
		width: auto;
		height: auto;
		position: relative;
		overflow: hidden;
		justify-content: inherit;
		align-items: left;
		text-align: left;
		margin: 10px 0;
		padding: 10px;
	}
	
	.invest-main-center ul li {
		display: inline-block;
		position: relative;
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 15px 0;
		padding: 0;
	}
	
	.invest-main-center ul li i {
		font-size: 20px;
		font-weight: bold;
		color: #0053A3;
		margin: 0 7px 0 0;
	}
	
	.invest-main-center a {
		width: 170px;
		height: 40px;
		background-color: #000;
		border: 0;
		border-radius: 10px;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: 500;
		text-decoration: none;
		margin: 0;
		padding: 10px;
	}
	
	.invest-main-right {
		width: 215px;
		height: auto;
		position: relative;
		float: right;
		border: 1px solid #666;
		margin: 10px 20px 20px 0px;
		padding: 15px 10px 30px 10px;
		background-color: transparent;
	}
	
	.invest-main-right h3 {
		font-size: 18px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		text-align: left;
		margin: 10px 5px;
	}
	
	.invest-main-right p {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 10px 0;
	}
	
	.invest-main-right h1 {
		font-size: 22px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bolder;
		color: #0053A3;
		text-align: left;
		line-height: 30px;
		margin: 10px 0 20px 0;
	}
	
	.invest-main-right h1 span {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		position: absolute;
		margin: 0;
		padding: 0;
	}
	
	.invest-main-right ul {
		list-style-type: none;
		width: auto;
		height: auto;
		position: relative;
		overflow: hidden;
		justify-content: inherit;
		align-items: left;
		text-align: left;
		margin: 10px 0;
		padding: 10px;
	}
	
	.invest-main-right ul li {
		display: inline-block;
		position: relative;
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 15px 0;
		padding: 0;
	}
	
	.invest-main-right ul li i {
		font-size: 20px;
		font-weight: bold;
		color: #0053A3;
		margin: 0 7px 0 0;
	}
	
	.invest-main-right a {
		width: 170px;
		height: 40px;
		background-color: #000;
		border: 0;
		border-radius: 10px;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: 500;
		text-decoration: none;
		margin: 0;
		padding: 10px;
	}
	
	.ctn-career-part {
		width: 100%;
		height: 350px;
		border: 0;
		position: relative;
		padding: 0;
		margin: 20px 0px 0px 0px;
	}
	
	.career-part-left {
		position: relative;
		width: 350px;
		height: 350px;
		float: left;
		justify-content: center;
		align-items: center;
		margin-left: 20px;
		padding: 0;
	}
	
	.career-part-left img {
		width: 100%;
		height: 300px;
		margin: 0;
		padding: 0;
	}
	
	.career-part-right {
		position: relative;
		width: 350px;
		height: 550px;
		float: right;
		justify-content: center;
		align-items: center;
		margin-right: 15px;
	}
	
	.career-part-right h3 {
		font-size: 22px;
		font-weight: 500;
		font-family: Arial;
		color: #0053A3;
		line-height: 1.5;
		text-align: center;
		padding: 0;
		margin: 0;
	}
	
	.career-part-right hr {
		color: #0053A3;
	}
	
	.career-part-right p {
		font-size: 14px;
		font-weight: 500;
		font-family: Arial;
		line-height: 1.5;
		text-align: justify;
		margin: 20px 20px 0px 10px;
		padding: 0;
	}
	
	.content-part-left {
		position: relative;
		width: 350px;
		height: 400px;
		float: left;
		justify-content: center;
		align-items: center;
		margin-left: 20px;
		padding: 0;
	}
	
	.content-part-left h3 {
		font-size: 30px;
		font-weight: 500;
		font-family: Arial;
		color: #0053A3;
		line-height: 1.5;
		text-align: center;
		padding: 0;
		margin: 0;
	}
	
	.content-part-left hr {
		color: #0053A3;
	}
	
	.content-part-left p {
		font-size: 14px;
		font-weight: 500;
		font-family: Arial;
		line-height: 1.6;
		text-align: justify;
		margin: 20px 10px 0px 20px;
		padding: 0;
	}
	
	.content-part-right {
		position: relative;
		width: 350px;
		height: 350px;
		float: right;
		justify-content: center;
		align-items: center;
		padding: 0;
		margin: 0px 20px 0px 0px;
		
	}
	
	.content-part-right img {
		width: 100%;
		height: 300px;
		margin: 0;
		padding: 0;
	}
	
	.nas-part {
		width: 100%;
		height: 670px;
		border: 0;
		position: relative;
		text-align: center;
		padding: 0;
		margin: 0;
	}
	
	.nas-part-left {
		position: relative;
		width: 350px;
		height: 650px;
		float: left;
		justify-content: center;
		align-items: center;
		margin: 0px 0px 0px 10px;
		padding: 0;
	}
	
	.nas-part-left h3 {
		font-size: 30px;
		font-weight: 500;
		font-family: Arial;
		color: #0053A3;
		line-height: 1.5;
		margin-left: 30px;
		text-align: left;
	}
	
	.nas-part-left hr {
		color: #0053A3;
	}
	
	.nas-part-left p {
		font-size: 14px;
		font-weight: 500;
		font-family: Arial;
		line-height: 1.5;
		text-align: justify;
		margin: 20px 0px 0px 30px;
		padding: 0;
	}
	
	.nas-part-right {
		position: relative;
		width: 350px;
		height: 350px;
		float: right;
		justify-content: center;
		align-items: center;
		margin: 30px 25px 0px 0px;
		padding: 0;
	}
	
	.nas-part-right img {
		width: 100%;
		height: 300px;
		margin: 0;
		padding: 0;
	}
	
	.nas-part-right p {
		font-size: 14px;
		font-weight: 500;
		font-family: Arial;
		line-height: 1.5;
		padding-right: 30px;
		text-align: justify;
	}
	
	.ctn-part {
		width: 100%;
		height: 80%;
		border: 0;
		position: relative;
		text-align: center;
		margin-top: 25px;
		padding: 0;
	}
	
	.ctn-part-left {
		position: relative;
		width: 350px;
		height: 520px;
		float: left;
		justify-content: center;
		align-items: center;
		margin-left: 15px;
		padding: 0;
	}
	
	.ctn-part-left hr {
		color: #0053A3;
	}
	
	.ctn-part-left h3 {
		font-size: 22px;
		font-weight: 500;
		font-family: Arial;
		color: #0053A3;
		line-height: 1.5;
		text-align: right;
	}
	
	.ctn-part-left p {
		font-size: 14px;
		font-weight: 500;
		font-family: Arial;
		line-height: 1.5;
		margin: 0;
		padding: 20px 0px 0px 10px;
		text-align: justify;
	}
	
	.ctn-part-left div {
		background-color: #0053A3;
		color: #fff;
		font-family: sans-serif;
		font-weight: 500;
		font-size: 14px;
		position: absolute;
		border-radius: 25px;
		padding: 5px;
		width: 130px;
		height: 27px;
		box-shadow: none;
		outline-color: #0053A3;
		margin: 376px 0px 0px 170px;
		text-align: center;
	}
	
	.ctn-part-right {
		position: relative;
		width: 350px;
		height: 350px;
		float: right;
		margin: 35px 20px 0px 0px;
		padding: 0;
	}
	
	.ctn-part-right img {
		width: 350px;
		height: 350px;
		position: relative;
	}
	
	.about-part {
		width: 100%;
		height: 780px;
		border: 0;
		position: relative;
		text-align: center;
		margin: 15px 10px 0px 10px;
		padding: 0;
	}
	
	.about-part-left {
		position: relative;
		width: 350px;
		float: left;
		height: 700px;
		justify-content: center;
		align-items: center;
		margin: 0px 15px 0px 0px;
	}
	
	.about-part-left h3 {
		font-size: 22px;
		font-weight: 500;
		font-family: Arial;
		color: #0053A3;
		line-height: 1.5;
		padding: 0;
		margin: 0;
		text-align: left;
	}
	
	.about-part-left hr {
		color: #0053A3;
	}
	
	.about-part-left p {
		font-size: 14px;
		font-weight: 500;
		font-family: Arial;
		line-height: 1.5;
		padding: 0;
		text-align: justify;
		margin: 0px 0px 0px 20px;
	}
	
	.about-part-right {
		position: relative;
		width: 350px;
		height: 700px;
		float: right;
		justify-content: center;
		align-items: center;
		margin: 0px 15px 0px 0px;
	}
	
	.about-part-right p {
		font-size: 14px;
		font-weight: 500;
		font-family: Arial;
		line-height: 1.5;
		margin: 0px 20px 0px 0px;
		padding: 0;
		text-align: justify;
	}
	
	.ctn-operation-part {
		width: 100%;
		height: 250px;
		border: 0;
		position: relative;
		margin: 0;
		background-color: transparent;
		margin: 0;
		padding: 0;
	}
	
	.ctn-operation-part iframe {
		width: 100%;
		height: 250px;
		border: 0;
		padding: 10px 10px 10px 10px;
		margin: 0;
	}
	
	.nas-footer-part {
		width: 100%;
		height: 290px;
		overflow: hidden;
		margin-bottom: 10px;
		background-color: #336699;
		text-align: center;
	}
	
	.nas-footer-part h3 {
		font-size: 22px;
		font-weight: 500;
		font-family: Arial;
		color: #fff;
		line-height: 1.5;
		text-align: center;
		margin: 20px 0px 20px 0px;
	}
	
	.benefit-part {
		list-style-type: none;
		width: 100%;
		height: 230px;
		border: 0;
		position: relative;
		margin: 0;
		padding: 0;
	}

	.benefit-part li {
		width: 120px;
		height: 150px;
		display: inline-block;
		position: relative;
		padding: 0;
		margin: 0;
	}
	
	.benefit-part li img {
		width: 70px;
		height: 50px;
		position: relative;
	}
	
	.benefit-part li p {
		font-size: 14px;
		font-weight: 500;
		font-family: Arial;
		color: #fff;
		line-height: 1.5;
		text-align: center;
	}
	
	.info-ctn {
		width: 210px;
		height: 60px;
		background-color: #000;
		position: absolute;
		margin: 360px 0px 0px 440px;
		padding: 5px;
	}
	
	.info-ctn h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 500;
		color: #fff;
		text-align: center;
	}
	
	.info-part {
		width: 100%;
		height: 800px;
		overflow: hidden;
		background: url('../images/cover-bg.jpg') no-repeat;
		background-size: cover;
		justify-content: center;
		align-items: center;
		margin: 0;
		padding: 0;
	}
	
	.partition1 {
		width: 200px;
		height: 60px;
		position: relative;
		margin: 70px 50px 0px 20px;
		float: left;
	}
	
	.partition1 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.partition2 {
		width: 200px;
		height: 60px;
		position: absolute;
		margin: 70px 0px 0px 270px;
	}
	
	.partition2 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 21px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.partition3 {
		width: 200px;
		height: 60px;
		position: absolute;
		margin: 70px 0px 0px 525px;
	}
	
	.partition3 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 21px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.address-part-left img {
		width: 350px;
		height: 350px;
		position: relative;
		float: right;
		margin: 170px 20px 0px 0px;
	}
	
	.address-part-right {
		width: 350px;
		height: 450px;
		position: relative;
		float: left;
		background-color: #fff;
		margin: 60px 0px 0px 20px;
		padding: 0;
	}
	
	.address-part-right h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400;
		text-align: right;
		color: #0053A3;
		line-height: 1.5;
	}
	
	.address-part-right hr {
		color: #0053A3;
	}
	
	.address-part-right p {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: 400;
		text-align: justify;
		line-height: 1.5;
		padding: 20px 15px 0px 15px;
	}
	
	.address-part-right div {
		background-color: #0053A3;
		color: #fff;
		font-family: sans-serif;
		font-weight: 500;
		font-size: 14px;
		position: absolute;
		border-radius: 25px;
		padding: 5px;
		width: 130px;
		height: 27px;
		box-shadow: none;
		outline-color: #0053A3;
		margin: 232px 0px 0px 95px;
		text-align: center;
	}
	
	.group-ctn {
		width: 210px;
		height: 60px;
		background-color: #000;
		position: absolute;
		margin: 480px 0px 0px 440px;
		padding: 5px;
	}
	
	.group-ctn h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 500;
		color: #fff;
		text-align: center;
	}
	
	.info-group1 {
		width: 200px;
		height: 50px;
		position: absolute;
		margin: 670px 0px 0px 25px;
	}
	
	.info-group1 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.info-group2 {
		width: 200px;
		height: 80px;
		position: absolute;
		margin: 670px 0px 0px 255px;
	}
	
	.info-group2 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.info-group3 {
		width: 200px;
		height: 50px;
		position: absolute;
		margin: 670px 30px 0px 510px;
	}
	
	.info-group3 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.ctn-envo {
		width: 100%;
		height: 50%;
		border: 0;
		position: relative;
		text-align: center;
	}
	
	.ctn-envo-left {
		position: relative;
		width: 350px;
		height: 480px;
		float: left;
		justify-content: center;
		align-items: center;
		margin: 20px 0px 0px 10px;
	}
	
	.ctn-envo-left hr {
		color: #0053A3;
	}
	
	.ctn-envo-left h3 {
		font-size: 22px;
		font-weight: 500;
		font-family: Arial;
		color: #0053A3;
		line-height: 1.5;
		text-align: right;
	}
	
	.ctn-envo-left p {
		font-size: 14px;
		font-weight: 500;
		font-family: Arial;
		line-height: 1.5;
		margin: 15px 0px 0px 10px;
		text-align: justify;
	}
	
	.ctn-envo-left div {
		background-color: #0053A3;
		color: #fff;
		font-family: sans-serif;
		font-weight: 500;
		font-size: 14px;
		position: absolute;
		border-radius: 25px;
		padding: 5px;
		width: 130px;
		height: 27px;
		box-shadow: none;
		outline-color: #0053A3;
		margin: 185px 0px 0px 156px;
		text-align: center;
	}
	
	.ctn-envo-right {
		position: relative;
		width: 350px;
		height: 360px;
		float: right;
		margin: 30px 30px 0px 0px;
	}
	
	.ctn-envo-right img {
		width: 350px;
		height: 350px;
		position: relative;
		margin: 0;
		padding: 0;
	}
	
	.pro-ctn {
		width: 210px;
		height: 60px;
		background-color: #000;
		position: absolute;
		margin: 345px 0px 0px 445px;
		padding: 5px;
	}
	
	.pro-ctn h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 500;
		color: #fff;
		text-align: center;
	}
	
	.addition-ctn {
		width: 100%;
		height: 100%;
		overflow: hidden;
		position: relative;
		padding: 0;
		margin: 0;
	}
	
	.info-group-ctn1 {
		width: 200px;
		height: 80px;
		position: absolute;
		margin: 90px 0px 0px 30px;
	}	
	
	.info-group-ctn1 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #0053A3;
	}
	
	.info-group-ctn2 {
		width: 200px;
		height: 80px;
		position: absolute;
		margin: 90px 0px 0px 270px;
	}
	
	.info-group-ctn2 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #0053A3;
	}
	
	.info-group-ctn3 {
		width: 200px;
		height: 80px;
		position: absolute;
		margin: 90px 30px 0px 505px;
	}
	
	.info-group-ctn3 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #0053A3;
	}
	
	.pro-part-left img {
		width: 350px;
		height: 350px;
		position: relative;
		float: left;
		margin: 200px 0px 0px 20px;
	}
	
	.pro-part-right {
		width: 350px;
		height: 610px;
		position: relative;
		float: right;
		background-color: #fff;
		margin: 180px 20px 0px 10px;
		padding: 0;
	}
	
	.pro-part-right h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400;
		text-align: left;
		color: #0053A3;
		line-height: 1.5;
	}
	
	.pro-part-right hr {
		color: #0053A3;
	}
	
	.pro-part-right p {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: 400;
		text-align: justify;
		line-height: 1.5;
		margin: 10px 20px 0px 20px;	
	}
	
	.pro-part-right div {
		background-color: #0053A3;
		color: #fff;
		font-family: sans-serif;
		font-weight: 500;
		font-size: 14px;
		position: absolute;
		border-radius: 25px;
		padding: 5px;
		width: 130px;
		height: 27px;
		box-shadow: none;
		outline-color: #0053A3;
		margin: 168px 0px 0px 151px;
		text-align: center;
	}
	
	.accord-ctn {
		width: 100%;
		height: 925px;
		overflow: hidden;
		background: url('../images/refinery-home.jpg') no-repeat;
		background-size: cover;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin: 0;
		padding: 0;
	}
	
	.accord-part1 {
		width: 200px;
		height: 80px;
		position: absolute;
		margin: 50px 30px 0px 35px;
	}
	
	.accord-part1 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.accord-part2 {
		width: 200px;
		height: 80px;
		position: absolute;
		margin: 50px 30px 0px 275px;
	}
	
	.accord-part2 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.accord-part3 {
		width: 200px;
		height: 80px;
		position: absolute;
		margin: 50px 30px 0px 510px;
	}
	
	.accord-part3 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.accord-info-ctn {
		width: 210px;
		height: 70px;
		background-color: #000;
		position: absolute;
		margin: 515px 0px 0px 85px;
		padding: 5px;
	}
	
	.accord-info-ctn h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 25px;
		font-weight: 500;
		color: #fff;
		text-align: center;
	}
	
	.accord-part-right img {
		width: 350px;
		height: 350px;
		position: relative;
		float: right;
		margin: 190px 20px 0px 0px;
	}
	
	.accord-part-left {
		width: 360px;
		height: 620px;
		position: relative;
		float: left;
		background-color: #fff;
		margin: 190px 0px 100px 15px;
	}
	
	.accord-part-left h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400;
		text-align: right;
		color: #0053A3;
		line-height: 1.5;
	}
	
	.accord-part-left hr {
		color: #0053A3;
	}
	
	.accord-part-left p {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: 400;
		text-align: justify;
		line-height: 1.5;
		margin: 10px 15px 0px 15px;
	}
	
	.accord-part-left div {
		background-color: #0053A3;
		color: #fff;
		font-family: sans-serif;
		font-weight: 500;
		font-size: 14px;
		position: absolute;
		border-radius: 25px;
		padding: 5px;
		width: 130px;
		height: 27px;
		box-shadow: none;
		outline-color: #0053A3;
		margin: 300px 0px 0px 450px;
		text-align: center;
	}
	
	.folder-ctn {
		width: 210px;
		height: 60px;
		background-color: #000;
		position: absolute;
		margin: 520px 0px 0px 460px;
		padding: 5px;
	}
	
	.folder-ctn h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 500;
		color: #fff;
		text-align: center;
	}
	
	.folder1 {
		width: 200px;
		height: 80px;
		position: absolute;
		margin: 830px 50px 0px 25px;
	}
	
	.folder1 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.folder2 {
		width: 200px;
		height: 80px;
		position: absolute;
		margin: 830px 0px 0px 265px;
	}
	
	.folder2 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.folder3 {
		width: 200px;
		height: 80px;
		position: absolute;
		margin: 830px 30px 0px 505px;
	}
	
	.folder3 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.transpart-ctn {
		width: 100%;
		height: 700px;
		overflow: hidden;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin: 0;
	}
	
	.transpart-right img {
		width: 350px;
		height: 350px;
		position: relative;
		float: left;
		margin: 50px 10px 0px 20px;
	}
	
	.transpart-left {
		width: 350px;
		height: 450px;
		position: relative;
		float: right;
		margin: 30px 15px 0px 0px;	
	}
	
	.transpart-left h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400;
		text-align: left;
		color: #0053A3;
		line-height: 1.5;
	}
	
	.transpart-left hr {
		color: #0053A3;
	}
	
	.transpart-left p {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: 400;
		text-align: justify;
		line-height: 1.5;
		margin: 10px 20px 0px 20px;
	}
	
	.transpart-left div {
		background-color: #0053A3;
		color: #fff;
		font-family: sans-serif;
		font-weight: 500;
		font-size: 14px;
		position: absolute;
		border-radius: 25px;
		padding: 5px;
		width: 130px;
		height: 27px;
		box-shadow: none;
		outline-color: #0053A3;
		margin: 473px 0px 0px 185px;
		text-align: center;
	}
	
	.capture-info-ctn {
		width: 200px;
		height: 60px;
		background-color: #000;
		position: absolute;
		margin: 375px 0px 0px 70px;
		padding: 5px;
	}
	
	.capture-info-ctn h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 500;
		color: #fff;
		text-align: center;
	}
	
	.capture1 {
		width: 200px;
		height: 80px;
		position: absolute;
		margin: 590px 50px 0px 30px;
	}
	
	.capture1 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #0053A3;
	}
	
	.capture2 {
		width: 200px;
		height: 80px;
		position: absolute;
		margin: 590px 0px 0px 265px;
	}
	
	.capture2 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #0053A3;
	}
	
	.capture3 {
		width: 200px;
		height: 80px;
		position: absolute;
		margin: 590px 30px 0px 510px;
	}
	
	.capture3 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #0053A3;
	}
	
	footer {
		width: 100%;
		height: 150px;
		overflow: hidden;
		margin: 20px 0 0 0;
		background-color: #000000;
		padding: 0;
	}
	
	.footer-ctn-left {
		width: 250px;
		height: 150px;
		background-color: transparent;
		float: left;
		position: relative;
		border: 0;
	}
	
	.footer-ctn-left img {
		width: 80px;
		height: 50px;
		margin: 10px 0px 5px 50px;
	}
	
	.footer-ctn-left p {
		font-family: sans-serif;
		font-size: 14px;
		font-weight: 500;
		color: #fff;
		text-align: left;
		margin-left: 10px;
	}
	
	.footer-ctn-right {
		width: 500px;
		height: 150px;
		background-color: transparent;
		float: right;
		position: relative;
	}
	
	.footer-ctn-inner {
		width: 100%;
		height: 100px;
		overflow: hidden;
		margin-top: 25px;
		padding: 0;
		
	}
	
	.footer-ctn-inner ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	.footer-ctn-inner li {
		display: inline-block;
		padding-left: 10px;
	}
	
	.footer-ctn-inner li a {
		font-family: sans-serif;
		font-size: 14px;
		font-weight: 500;
		color: #fff;
		text-decoration: none;
		line-height: 1.5;
	}
	
	.footer-ctn-inner li a:hover {

		font-family: sans-serif;
		font-size: 14px;
		font-weight: 500;
		color: #CC6600;
		text-decoration: underline;
		line-height: 1.5;
	}
	
	.footer-ctn-inner li a:focus {
		font-family: sans-serif;
		font-size: 48px;
		font-weight: 500;
		color: #CC6600;
		text-decoration: underline;
		line-height: 1.5;
	}
	
	.footer-ctn-inner li a:active {
		font-family: sans-serif;
		font-size: 14px;
		font-weight: 500;
		color: #CC6600;
		text-decoration: underline;
		line-height: 1.5;
	}
	
	.footer-ctn-inner p {
		font-family: sans-serif;
		font-size: 15px;
		font-weight: 500;
		color: #fff;
		text-decoration: none;
		line-height: 1.5;
		position: relative;
		margin: 5px 0px 0px 20px;
	}
	
	.footer-icon {
		margin-left: 10px;
		position: relative;
	}
	
	.capture-info-ctn {
		width: 200px;
		height: 60px;
		background-color: #000;
		position: absolute;
		margin: 365px 0px 0px 80px;
		padding: 5px;
	}
	
	.capture-info-ctn h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 500;
		color: #fff;
		text-align: center;
	}
}

@media (min-width: 768px){
	* {
		box-sizing: border-box;
		margin: 0;
		padding: 0;
	}
	
	.container {
		width: 100%;
		margin: 0;
		overflow: hidden;
	}
	
	nav {
		position: relative;
		width: 570px;
		height: 70px;
		background-color: transparent;
		margin: 20px 0px 0px 10px;
		float: right;
		visibility: visible;
		padding: 0;
		display: block;
	}
	
	ol {
		list-style-type: none;
		position: relative;
		width: 570px;
		height: 70px;
		margin: 0;
		padding: 0;
		visibility: visible;
	}
	
	.nav-item {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		display: inline-block;
		color: #0053A3;
		font-weight: 500;
		text-transform: uppercase;
		text-decoration: none;
		margin: 0;
		padding-left: 10px;
	}
	
	.nav-item a {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		display: inline-block;
		color: #0053A3;
		font-weight: 500;
		text-transform: uppercase;
		text-decoration: none;
		margin: 0;
		padding-left: 10px;
	}
	
	.nav-item a:hover {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		display: inline-block;
		color: #CC6600;
		font-weight: 500;
		text-decoration: underline;
		margin: 0;
		padding-left: 10px;
	}
	
	.nav-item a:focus {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		display: inline-block;
		color: #CC6600;
		font-weight: 500;
		text-decoration: underline;
		margin: 0;
		padding-left: 10px;
	}
	
	.nav-item a:active {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		display: inline-block;
		color: #CC6600;
		font-weight: 500;
		text-decoration: underline;
		margin: 0;
		padding-left: 10px;
	}
	
	.logo {
		position: relative;
		float: left;
		margin: 30px 0px 20px 30px;
		width: 90px;
		height: 60px;
		padding: 0;
	}
	
	/* Style the button that is used to open and close the collapsible content */
	.collapsible {
		background-color: transparent;
		color: #444;
		cursor: pointer;
		width: 100%;
		border: none;
		outline: none;
		border: none;
		position: absolute;
		margin: 0;
		padding: 0;
		overflow: hidden;
		visibility: hidden;
		display: none;
	}
	
	.collapsible i {
		float: right;
		padding: 0;
		font-size: 40px;
		margin: 15px 20px 0px 15px;
	}
	
	.collapsible:hover {
		background-color: transparent;
		color: #ccc;
	}
	
	/* Style the collapsible content. Note: hidden by default */
	.content {
		display: none;
		position: absolute;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 20px 0;
		background-color: #fff;
	}
	
	.content i {
		font-size: 16px;
		font-weight: bold;
		color: #000;
		position: relative;
		float: right;
		margin: 10px;
		padding: 0;
		cursor: pointer;
	}
	
	.content ol {
		list-style-type: none;
		display: none;
		visibility: visible;
		margin: 0;
		width: 100%;
		height: 300px;
	}
	
	.nav-item {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #0053A3;
		font-weight: 500;
		margin: 0;
		text-transform: uppercase;
		text-decoration: none;
		margin: 0;
		padding-left: 10px;
		display: inline-block;
	}
	
	.nav-item a {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #0053A3;
		font-weight: 500;
		text-transform: uppercase;
		text-decoration: none;
		margin: 0;
		padding-left: 10px;
		display: inline-block;
	}
	
	.nav-item a:hover {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #CC6600;
		font-weight: 500;
		text-decoration: underline;
		margin: 0;
		padding-left: 10px;
		display: inline-block;
	}
	
	.nav-item a:focus {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #CC6600;
		font-weight: 500;
		text-decoration: underline;
		margin: 0;
		padding-left: 10px;
		display: inline-block;
	}
	
	.nav-item a:active {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #CC6600;
		font-weight: 500;
		text-decoration: underline;
		margin: 0;
		padding-left: 10px;
		display: inline-block;
	}
	
	.ref-banner {
		width: 100%;
		height: 500px;
		margin: 0;
		padding: 0;
	}
	
	.ref-banner img {
		width: 100%;
		height: 500px;
		margin: 0;
		padding: 0;
	}
	
	.text-part {
		background-color: #0053A3;
		position: absolute;
		width: 215px;
		height: 50px;
		text-align: center;
		margin: 585px 0px 0px 90px;
		padding: 3px;
	}
	
	.text-part h1 {
		color: #fff;
		font-weight: 400;
		font-family: sans-serif;
		font-size: 40px;
	}
	
	.text-content {
		width: auto;
		height: auto;
		border: 0px;
		justify-items: center;
		align-items: center;
		position: relative;
		margin: 160px 0 20px 0;
		padding: 0 30px 0 30px;
	}
	
	.text-content p {
		line-height: 1.6;
		font-size: 19px;
		font-weight: 400;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align: justify;
	}
	
	.about-text-content {
		width: 500px;
		height: 200px;
		border: 0px;
		justify-items: center;
		align-items: center;
		position: relative;
		margin: 150px 0px 20px 140px;
	}
	
	.about-text-content p {
		line-height: 1.6;
		font-size: 19px;
		font-weight: 400;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align: justify;
	}
	
	.investor-text-content {
		width: auto;
		height: auto;
		border: 0px;
		justify-items: center;
		align-items: center;
		position: relative;
		margin: 160px 0 20px 0;
		padding: 0 30px 0 30px;
	}
	
	.investor-text-content p {
		line-height: 1.6;
		font-size: 19px;
		font-weight: 400;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align: justify;
	}
	
	.career-text-content {
		width: 500px;
		height: 230px;
		border: 0px;
		justify-items: center;
		align-items: center;
		position: relative;
		margin: 150px 0px 20px 140px;
	}
	
	.career-text-content p {
		line-height: 1.6;
		font-size: 19px;
		font-weight: 400;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align: justify;
	}
	
	.contact-part {
		width: 100%;
		height: 950px;
		border: 0;
		position: relative;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin-left: 130px;
		padding: 0;
	}
	
	.form-control {
		width: 450px;
		height: 950px;
		position: relative;
		border: 0;
		background-color: none;
		padding: 0;
		margin: 0;
	}
	
	.form-control td {
		width: 400px;
		height: 40px;
		position: relative;
		margin: 0;
		padding: 0;
	}
	
	label {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 17px;
		font-weight: 500;
		color: #000;
		position: relative;
	}
	
	input {
		width: 250px;
		height: 45px;
		border: 2px solid #0053A3;
		background-color: none;
		position: relative;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 17px;
		font-weight: 500;
		color: #000;
		text-indent: 10px;
		padding: 0;
		margin: 0;
	}
	
	textarea {
		border: 2px solid #0053A3;
		background-color: none;
		position: relative;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 17px;
		font-weight: 500;
		color: #000;
		text-indent: 10px;
		padding: 0;
		margin: 0;
	}
	
	sup {
		color: #f00;
	}
	
	.btn {
		width: 110px;
		height: 30px;
		background-color: #000;
		border: 0;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 17px;
		font-weight: 500;
		margin-top: 15px;
		padding: 5px;
	}
	
	.ctn-invest-part {
		width: 100%;
		height: 470px;
		border: 0;
		position: relative;
		justify-content: center;
		text-align: center;
		margin: 10px 0px 20px 0px;
	}
	
	.ctn-invest-left {
		width: 220px;
		height: auto;
		position: relative;
		float: left;
		border: 1px solid #666;
		border-radius: 10px;
		margin: 10px 0px 20px 20px;
		padding: 10px 10px 30px 10px;
		background-color: transparent;
	}
	
	.ctn-invest-left h3 {
		font-size: 18px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		text-align: left;
		margin: 10px 5px;
	}
	
	.ctn-invest-left p {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 10px 0;
	}
	
	.ctn-invest-left h1 {
		font-size: 22px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bolder;
		color: #0053A3;
		text-align: left;
		line-height: 30px;
		margin: 10px 0 20px 0;
	}
	
	.ctn-invest-left h1 span {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		position: absolute;
		margin: 0;
		padding: 0;
	}
	
	.ctn-invest-left ul {
		list-style-type: none;
		width: auto;
		height: auto;
		position: relative;
		overflow: hidden;
		justify-content: inherit;
		align-items: left;
		text-align: left;
		margin: 10px 0;
		padding: 10px;
	}
	
	.ctn-invest-left ul li {
		display: inline-block;
		position: relative;
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 15px 0;
		padding: 0;
	}
	
	.ctn-invest-left ul li i {
		font-size: 20px;
		font-weight: bold;
		color: #0053A3;
		margin: 0 7px 0 0;
	}
	
	.ctn-invest-left a {
		width: 170px;
		height: 40px;
		background-color: #000;
		border: 0;
		border-radius: 10px;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: 500;
		text-decoration: none;
		margin: 0;
		padding: 10px;
	}
	
	.ctn-invest-center {
		width: 220px;
		height: auto;
		position: absolute;
		border: 1px solid #666;
		border-radius: 10px;
		margin: 10px 0px 20px 276px;
		padding: 10px 10px 30px 10px;
		background-color: transparent;
	}
	
	.ctn-invest-center h3 {
		font-size: 18px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		text-align: left;
		margin: 10px 5px;
	}
	
	.ctn-invest-center p {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 10px 0;
	}
	
	.ctn-invest-center h1 {
		font-size: 22px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bolder;
		color: #0053A3;
		text-align: left;
		line-height: 30px;
		margin: 10px 0 20px 0;
	}
	
	.ctn-invest-center h1 span {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		position: absolute;
		margin: 0;
		padding: 0;
	}
	
	.ctn-invest-center ul {
		list-style-type: none;
		width: auto;
		height: auto;
		position: relative;
		overflow: hidden;
		justify-content: inherit;
		align-items: left;
		text-align: left;
		margin: 10px 0;
		padding: 10px;
	}
	
	.ctn-invest-center ul li {
		display: inline-block;
		position: relative;
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 15px 0;
		padding: 0;
	}
	
	.ctn-invest-center ul li i {
		font-size: 20px;
		font-weight: bold;
		color: #0053A3;
		margin: 0 7px 0 0;
	}
	
	.ctn-invest-center a {
		width: 170px;
		height: 40px;
		background-color: #000;
		border: 0;
		border-radius: 10px;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: 500;
		text-decoration: none;
		margin: 0;
		padding: 10px;
	}
	
	.ctn-invest-right {
		width: 220px;
		height: auto;
		position: relative;
		float: right;
		border: 1px solid #666;
		border-radius: 10px;
		margin: 10px 20px 20px 0px;
		padding: 10px 10px 30px 10px;
		background-color: transparent;
	}
	
	.ctn-invest-right h3 {
		font-size: 18px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		text-align: left;
		margin: 10px 5px;
	}
	
	.ctn-invest-right p {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 10px 0;
	}
	
	.ctn-invest-right h1 {
		font-size: 22px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bolder;
		color: #0053A3;
		text-align: left;
		line-height: 30px;
		margin: 10px 0 20px 0;
	}
	
	.ctn-invest-right h1 span {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		position: absolute;
		margin: 0;
		padding: 0;
	}
	
	.ctn-invest-right ul {
		list-style-type: none;
		width: auto;
		height: auto;
		position: relative;
		overflow: hidden;
		justify-content: inherit;
		align-items: left;
		text-align: left;
		margin: 10px 0;
		padding: 10px;
	}
	
	.ctn-invest-right ul li {
		display: inline-block;
		position: relative;
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 15px 0;
		padding: 0;
	}
	
	.ctn-invest-right ul li i {
		font-size: 20px;
		font-weight: bold;
		color: #0053A3;
		margin: 0 7px 0 0;
	}
	
	.ctn-invest-center a {
		width: 170px;
		height: 40px;
		background-color: #000;
		border: 0;
		border-radius: 10px;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: 500;
		text-decoration: none;
		margin: 0;
		padding: 10px;
	}
	
	.ctn-invest-main {
		width: 100%;
		height: 470px;
		border: 0;
		position: relative;
		justify-content: center;
		text-align: center;
		margin: 5px 0px 20px 0px;
	}
	
	.invest-main-left {
		width: 220px;
		height: auto;
		position: relative;
		float: left;
		border: 1px solid #666;
		border-radius: 10px;
		margin: 10px 0px 20px 20px;
		padding: 10px 10px 30px 10px;
		background-color: transparent;
	}
	
	.invest-main-left h3 {
		font-size: 18px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		text-align: left;
		margin: 10px 5px;
	}
	
	.invest-main-left p {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 10px 0;
	}
	
	.invest-main-left h1 {
		font-size: 22px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bolder;
		color: #0053A3;
		text-align: left;
		line-height: 30px;
		margin: 10px 0 20px 0;
	}
	
	.invest-main-left h1 span {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		position: absolute;
		margin: 0;
		padding: 0;
	}
	
	.invest-main-left ul {
		list-style-type: none;
		width: auto;
		height: auto;
		position: relative;
		overflow: hidden;
		justify-content: inherit;
		align-items: left;
		text-align: left;
		margin: 10px 0;
		padding: 10px;
	}
	
	.invest-main-left ul li {
		display: inline-block;
		position: relative;
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 15px 0;
		padding: 0;
	}
	
	.invest-main-left ul li i {
		font-size: 20px;
		font-weight: bold;
		color: #0053A3;
		margin: 0 7px 0 0;
	}
	
	.invest-main-left a {
		width: 170px;
		height: 40px;
		background-color: #000;
		border: 0;
		border-radius: 10px;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: 500;
		text-decoration: none;
		margin: 0;
		padding: 10px;
	}
	
	.invest-main-center {
		width: 220px;
		height: auto;
		position: absolute;
		border: 1px solid #666;
		border-radius: 10px;
		margin: 10px 0px 20px 276px;
		padding: 10px 10px 30px 10px;
		background-color: transparent;
	}
	
	.invest-main-center h3 {
		font-size: 18px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		text-align: left;
		margin: 10px 5px;
	}
	
	.invest-main-center p {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 10px 0;
	}
	
	.invest-main-center h1 {
		font-size: 22px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bolder;
		color: #0053A3;
		text-align: left;
		line-height: 30px;
		margin: 10px 0 20px 0;
	}
	
	.invest-main-center h1 span {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		position: absolute;
		margin: 0;
		padding: 0;
	}
	
	.invest-main-center ul {
		list-style-type: none;
		width: auto;
		height: auto;
		position: relative;
		overflow: hidden;
		justify-content: inherit;
		align-items: left;
		text-align: left;
		margin: 10px 0;
		padding: 10px;
	}
	
	.invest-main-center ul li {
		display: inline-block;
		position: relative;
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 15px 0;
		padding: 0;
	}
	
	.invest-main-center ul li i {
		font-size: 20px;
		font-weight: bold;
		color: #0053A3;
		margin: 0 7px 0 0;
	}
	
	.invest-main-center a {
		width: 170px;
		height: 40px;
		background-color: #000;
		border: 0;
		border-radius: 10px;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: 500;
		text-decoration: none;
		margin: 0;
		padding: 10px;
	}
	
	.invest-main-right {
		width: 220px;
		height: auto;
		position: relative;
		float: right;
		border: 1px solid #666;
		border-radius: 10px;
		margin: 10px 20px 20px 0px;
		padding: 10px 10px 30px 10px;
		background-color: transparent;
	}
	
	.invest-main-right h3 {
		font-size: 18px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		text-align: left;
		margin: 10px 5px;
	}
	
	.invest-main-right p {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 10px 0;
	}
	
	.invest-main-right h1 {
		font-size: 22px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bolder;
		color: #0053A3;
		text-align: left;
		line-height: 30px;
		margin: 10px 0 20px 0;
	}
	
	.invest-main-right h1 span {
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		position: absolute;
		margin: 0;
		padding: 0;
	}
	
	.invest-main-right ul {
		list-style-type: none;
		width: auto;
		height: auto;
		position: relative;
		overflow: hidden;
		justify-content: inherit;
		align-items: left;
		text-align: left;
		margin: 10px 0;
		padding: 10px;
	}
	
	.invest-main-right ul li {
		display: inline-block;
		position: relative;
		font-size: 14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 15px 0;
		padding: 0;
	}
	
	.invest-main-right ul li i {
		font-size: 20px;
		font-weight: bold;
		color: #0053A3;
		margin: 0 7px 0 0;
	}
	
	.invest-main-right a {
		width: 170px;
		height: 40px;
		background-color: #000;
		border: 0;
		border-radius: 10px;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: 500;
		text-decoration: none;
		margin: 0;
		padding: 10px;
	}
	
	.ctn-career-part {
		width: 100%;
		height: 390px;
		border: 0;
		position: relative;
		padding: 0;
		margin: 20px 0px 0px 0px;
	}
	
	.career-part-left {
		position: relative;
		width: 350px;
		height: 350px;
		float: left;
		justify-content: center;
		align-items: center;
		margin-left: 30px;
		padding: 0;
	}
	
	.career-part-left img {
		width: 100%;
		height: 300px;
		margin: 0;
		padding: 0;
	}
	
	.career-part-right {
		position: relative;
		width: 350px;
		height: 550px;
		float: right;
		justify-content: center;
		align-items: center;
		margin-right: 20px;
	}
	
	.career-part-right h3 {
		font-size: 22px;
		font-weight: 500;
		font-family: Arial;
		color: #0053A3;
		line-height: 1.5;
		text-align: center;
		padding: 0;
		margin: 0;
	}
	
	.career-part-right hr {
		color: #0053A3;
	}
	
	.career-part-right p {
		font-size: 14px;
		font-weight: 500;
		font-family: Arial;
		line-height: 1.5;
		text-align: justify;
		margin: 20px 20px 0px 10px;
		padding: 0;
	}
	
	.content-part-left {
		position: relative;
		width: 350px;
		height: 400px;
		float: left;
		justify-content: center;
		align-items: center;
		margin-left: 30px;
		padding: 0;
	}
	
	.content-part-left h3 {
		font-size: 30px;
		font-weight: 500;
		font-family: Arial;
		color: #0053A3;
		line-height: 1.5;
		text-align: center;
		padding: 0;
		margin: 0;
	}
	
	.content-part-left hr {
		color: #0053A3;
	}
	
	.content-part-left p {
		font-size: 14px;
		font-weight: 500;
		font-family: Arial;
		line-height: 1.6;
		text-align: justify;
		margin: 20px 10px 0px 20px;
		padding: 0;
	}
	
	.content-part-right {
		position: relative;
		width: 350px;
		height: 350px;
		float: right;
		justify-content: center;
		align-items: center;
		padding: 0;
		margin: 0px 30px 0px 0px;
		
	}
	
	.content-part-right img {
		width: 100%;
		height: 300px;
		margin: 0;
		padding: 0;
	}
	
	.nas-part {
		width: 100%;
		height: 670px;
		border: 0;
		position: relative;
		text-align: center;
		padding: 0;
		margin: 0;
	}
	
	.nas-part-left {
		position: relative;
		width: 340px;
		height: 650px;
		float: left;
		justify-content: center;
		align-items: center;
		margin: 0px 5px 0px 20px;
		padding: 0;
	}
	
	.nas-part-left h3 {
		font-size: 30px;
		font-weight: 500;
		font-family: Arial;
		color: #0053A3;
		line-height: 1.5;
		margin-left: 30px;
		text-align: left;
	}
	
	.nas-part-left hr {
		color: #0053A3;
	}
	
	.nas-part-left p {
		font-size: 14px;
		font-weight: 500;
		font-family: Arial;
		line-height: 1.5;
		text-align: justify;
		margin: 20px 0px 0px 30px;
		padding: 0;
	}
	
	.nas-part-right {
		position: relative;
		width: 350px;
		height: 350px;
		float: right;
		justify-content: center;
		align-items: center;
		margin: 30px 35px 0px 0px;
		padding: 0;
	}
	
	.nas-part-right img {
		width: 100%;
		height: 300px;
		margin: 0;
		padding: 0;
	}
	
	.nas-part-right p {
		font-size: 14px;
		font-weight: 500;
		font-family: Arial;
		line-height: 1.5;
		padding-right: 30px;
		text-align: justify;
	}
	
	.ctn-part {
		width: 100%;
		height: 50%;
		border: 0;
		position: relative;
		text-align: center;
	}
	
	.ctn-part-left {
		position: relative;
		width: 350px;
		height: 520px;
		float: left;
		justify-content: center;
		align-items: center;
		margin-left: 20px;
	}
	
	.ctn-part-left hr {
		color: #0053A3;
	}
	
	.ctn-part-left h3 {
		font-size: 22px;
		font-weight: 500;
		font-family: Arial;
		color: #0053A3;
		line-height: 1.5;
		text-align: right;
	}
	
	.ctn-part-left p {
		font-size: 14px;
		font-weight: 500;
		font-family: Arial;
		line-height: 1.5;
		padding: 20px 0px 0px 20px;
		text-align: justify;
	}
	
	.ctn-part-left div {
		background-color: #0053A3;
		color: #fff;
		font-family: sans-serif;
		font-weight: 500;
		font-size: 14px;
		position: absolute;
		border-radius: 25px;
		padding: 5px;
		width: 130px;
		height: 27px;
		box-shadow: none;
		outline-color: #0053A3;
		margin: 400px 0px 0px 20px;
		text-align: center;
	}
	
	.ctn-part-right {
		position: relative;
		width: auto;
		height: 350px;
		float: right;
		margin: 0;
		padding: 0;
	}
	
	.ctn-part-right img {
		width: 360px;
		height: 360px;
		position: relative;
		margin: 30px 20px 0px 0px;
	}
	
	.about-part {
		width: 100%;
		height: 780px;
		border: 0;
		position: relative;
		text-align: center;
		margin: 15px 10px 0px 20px;
		padding: 0;
	}
	
	.about-part-left {
		position: relative;
		width: 353px;
		float: left;
		height: 700px;
		justify-content: center;
		align-items: center;
		margin: 0px 25px 0px 0px;
	}
	
	.about-part-left h3 {
		font-size: 22px;
		font-weight: 500;
		font-family: Arial;
		color: #0053A3;
		line-height: 1.5;
		padding: 0;
		margin: 0;
		text-align: left;
	}
	
	.about-part-left hr {
		color: #0053A3;
	}
	
	.about-part-left p {
		font-size: 14px;
		font-weight: 500;
		font-family: Arial;
		line-height: 1.5;
		padding: 0;
		text-align: justify;
		margin: 0px 0px 0px 20px;
	}
	
	.about-part-right {
		position: relative;
		width: 353px;
		height: 700px;
		float: right;
		justify-content: center;
		align-items: center;
		margin: 0px 25px 0px 0px;
	}
	
	.about-part-right p {
		font-size: 14px;
		font-weight: 500;
		font-family: Arial;
		line-height: 1.5;
		margin: 0px 20px 0px 0px;
		padding: 0;
		text-align: justify;
	}
	
	.ctn-operation-part {
		width: 100%;
		height: 250px;
		border: 0;
		position: relative;
		margin: 0;
		background-color: transparent;
		margin: 0;
		padding: 0;
	}
	
	.ctn-operation-part iframe {
		width: 100%;
		height: 250px;
		border: 0;
		padding: 10px 10px 10px 10px;
		margin: 0;
	}
	
	.nas-footer-part {
		width: 100%;
		height: 290px;
		overflow: hidden;
		margin-bottom: 10px;
		background-color: #336699;
		text-align: center;
	}
	
	.nas-footer-part h3 {
		font-size: 22px;
		font-weight: 500;
		font-family: Arial;
		color: #fff;
		line-height: 1.5;
		text-align: center;
		margin: 20px 0px 20px 0px;
	}
	
	.benefit-part {
		list-style-type: none;
		width: 100%;
		height: 230px;
		border: 0;
		position: relative;
		margin: 0;
		padding: 0;
	}

	.benefit-part li {
		width: 120px;
		height: 150px;
		display: inline-block;
		position: relative;
		padding: 0;
		margin: 0;
	}
	
	.benefit-part li img {
		width: 70px;
		height: 50px;
		position: relative;
	}
	
	.benefit-part li p {
		font-size: 14px;
		font-weight: 500;
		font-family: Arial;
		color: #fff;
		line-height: 1.5;
		text-align: center;
	}
	
	.info-ctn {
		width: 210px;
		height: 60px;
		background-color: #000;
		position: absolute;
		margin: 360px 0px 0px 460px;
		padding: 5px;
	}
	
	.info-ctn h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 500;
		color: #fff;
		text-align: center;
	}
	
	.info-part {
		width: 100%;
		height: 800px;
		overflow: hidden;
		background: url('../images/cover-bg.jpg') no-repeat;
		background-size: cover;
		justify-content: center;
		align-items: center;
		margin: 0;
	}
	
	.partition1 {
		width: 200px;
		height: 60px;
		position: relative;
		margin: 70px 50px 0px 20px;
		float: left;
	}
	
	.partition1 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.partition2 {
		width: 200px;
		height: 60px;
		position: absolute;
		margin: 70px 0px 0px 270px;
	}
	
	.partition2 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 21px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.partition3 {
		width: 200px;
		height: 60px;
		position: absolute;
		margin: 70px 0px 0px 540px;
	}
	
	.partition3 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 21px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.address-part-left img {
		width: 360px;
		height: 360px;
		position: relative;
		float: right;
		margin: 170px 10px 0px 10px;
	}
	
	.address-part-right {
		width: 380px;
		height: 430px;
		position: relative;
		float: left;
		background-color: #fff;
		margin: 60px 0px 0px 5px;
		padding: 0;
	}
	
	.address-part-right h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400;
		text-align: right;
		color: #0053A3;
		line-height: 1.5;
	}
	
	.address-part-right hr {
		color: #0053A3;
	}
	
	.address-part-right p {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: 400;
		text-align: justify;
		line-height: 1.5;
		padding: 20px 20px 0px 20px;
	}
	
	.address-part-right div {
		background-color: #0053A3;
		color: #fff;
		font-family: sans-serif;
		font-weight: 500;
		font-size: 14px;
		position: absolute;
		border-radius: 25px;
		padding: 5px;
		width: 130px;
		height: 27px;
		box-shadow: none;
		outline-color: #0053A3;
		margin: 210px 0px 0px 170px;
		text-align: center;
	}
	
	.group-ctn {
		width: 210px;
		height: 60px;
		background-color: #000;
		position: absolute;
		margin: 500px 0px 0px 460px;
		padding: 5px;
	}
	
	.group-ctn h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 500;
		color: #fff;
		text-align: center;
	}
	
	.info-group1 {
		width: 200px;
		height: 50px;
		position: absolute;
		margin: 670px 0px 0px 30px;
	}
	
	.info-group1 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.info-group2 {
		width: 200px;
		height: 80px;
		position: absolute;
		margin: 670px 0px 0px 260px;
	}
	
	.info-group2 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.info-group3 {
		width: 200px;
		height: 50px;
		position: absolute;
		margin: 670px 30px 0px 530px;
	}
	
	.info-group3 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.ctn-envo {
		width: 100%;
		height: 50%;
		border: 0;
		position: relative;
		text-align: center;
	}
	
	.ctn-envo-left {
		position: relative;
		width: 360px;
		height: 480px;
		float: left;
		justify-content: center;
		align-items: center;
		margin: 20px 0px 0px 10px;
	}
	
	.ctn-envo-left hr {
		color: #0053A3;
	}
	
	.ctn-envo-left h3 {
		font-size: 22px;
		font-weight: 500;
		font-family: Arial;
		color: #0053A3;
		line-height: 1.5;
		text-align: right;
	}
	
	.ctn-envo-left p {
		font-size: 14px;
		font-weight: 500;
		font-family: Arial;
		line-height: 1.5;
		margin: 0px 10px 0px 0px;
		text-align: justify;
	}
	
	.ctn-envo-left div {
		background-color: #0053A3;
		color: #fff;
		font-family: sans-serif;
		font-weight: 500;
		font-size: 14px;
		position: absolute;
		border-radius: 25px;
		padding: 5px;
		width: 130px;
		height: 27px;
		box-shadow: none;
		outline-color: #0053A3;
		margin: 172px 0px 0px 146px;
		text-align: center;
	}
	
	.ctn-envo-right {
		position: relative;
		width: 360px;
		height: 360px;
		float: right;
		margin: 30px 25px 0px 0px;
	}
	
	.ctn-envo-right img {
		width: 370px;
		height: 360px;
		position: relative;
		margin: 0;
	}
	
	.pro-ctn {
		width: 210px;
		height: 60px;
		background-color: #000;
		position: absolute;
		margin: 360px 0px 0px 460px;
		padding: 5px;
	}
	
	.pro-ctn h3 {
		font-family: 2"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 500;
		color: #fff;
		text-align: center;
	}
	
	.addition-ctn {
		width: 100%;
		height: 100%;
		overflow: hidden;
		position: relative;
		padding: 0;
		margin: 0;
	}
	
	.info-group-ctn1 {
		width: 200px;
		height: 80px;
		position: absolute;
		margin: 90px 0px 0px 40px;
	}	
	
	.info-group-ctn1 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #0053A3;
	}
	
	.info-group-ctn2 {
		width: 200px;
		height: 80px;
		position: absolute;
		margin: 90px 0px 0px 270px;
	}
	
	.info-group-ctn2 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #0053A3;
	}
	
	.info-group-ctn3 {
		width: 200px;
		height: 80px;
		position: absolute;
		margin: 90px 30px 0px 510px;
	}
	
	.info-group-ctn3 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #0053A3;
	}
	
	.pro-part-left img {
		width: 360px;
		height: 360px;
		position: relative;
		float: left;
		margin-top: 210px;
	}
	
	.pro-part-right {
		width: 350px;
		height: 610px;
		position: relative;
		float: right;
		background-color: #fff;
		margin: 200px 20px 0px 10px;
		padding: 0;
	}
	
	.pro-part-right h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400;
		text-align: left;
		color: #0053A3;
		line-height: 1.5;
	}
	
	.pro-part-right hr {
		color: #0053A3;
	}
	
	.pro-part-right p {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: 400;
		text-align: justify;
		line-height: 1.5;
		margin: 10px 20px 0px 20px;	
	}
	
	.pro-part-right div {
		background-color: #0053A3;
		color: #fff;
		font-family: sans-serif;
		font-weight: 500;
		font-size: 14px;
		position: absolute;
		border-radius: 25px;
		padding: 5px;
		width: 130px;
		height: 27px;
		box-shadow: none;
		outline-color: #0053A3;
		margin: 167px 0px 0px 150px;
		text-align: center;
	}
	
	.accord-ctn {
		width: 100%;
		height: 100%;
		overflow: hidden;
		background: url('../images/refinery-home.jpg') no-repeat;
		background-size: cover;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin: 0;
	}
	
	.accord-part1 {
		width: 200px;
		height: 80px;
		position: absolute;
		margin: 60px 30px 0px 35px;
	}
	
	.accord-part1 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.accord-part2 {
		width: 200px;
		height: 80px;
		position: absolute;
		margin: 60px 30px 0px 275px;
	}
	
	.accord-part2 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.accord-part3 {
		width: 200px;
		height: 80px;
		position: absolute;
		margin: 60px 30px 0px 510px;
	}
	
	.accord-part3 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.accord-part-right img {
		width: 360px;
		height: 360px;
		position: relative;
		float: right;
		margin-top: 190px;
	}
	
	.accord-part-left {
		width: 375px;
		height: 620px;
		position: relative;
		float: left;
		background-color: #fff;
		margin: 190px 0px 100px 10px;
	}
	
	.accord-part-left h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400;
		text-align: right;
		color: #0053A3;
		line-height: 1.5;
	}
	
	.accord-part-left hr {
		color: #0053A3;
	}
	
	.accord-part-left p {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: 400;
		text-align: justify;
		line-height: 1.5;
		margin: 10px 15px 0px 15px;
	}
	
	.accord-part-left div {
		background-color: #0053A3;
		color: #fff;
		font-family: sans-serif;
		font-weight: 500;
		font-size: 14px;
		position: absolute;
		border-radius: 25px;
		padding: 5px;
		width: 130px;
		height: 27px;
		box-shadow: none;
		outline-color: #0053A3;
		margin: 300px 0px 0px 450px;
		text-align: center;
	}
	
	.folder-ctn {
		width: 210px;
		height: 60px;
		background-color: #000;
		position: absolute;
		margin: 520px 0px 0px 460px;
		padding: 5px;
	}
	
	.folder-ctn h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 500;
		color: #fff;
		text-align: center;
	}
	
	.folder1 {
		width: 200px;
		height: 80px;
		position: absolute;
		margin: 830px 50px 0px 35px;
	}
	
	.folder1 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.folder2 {
		width: 200px;
		height: 80px;
		position: absolute;
		margin: 830px 0px 0px 270px;
	}
	
	.folder2 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.folder3 {
		width: 200px;
		height: 80px;
		position: absolute;
		margin: 830px 30px 0px 510px;
	}
	
	.folder3 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.transpart-ctn {
		width: 100%;
		height: 720px;
		overflow: hidden;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin: 0;
	}
	
	.transpart-right img {
		width: 360px;
		height: 360px;
		position: relative;
		float: left;
		margin: 50px 10px 0px 20px;
	}
	
	.transpart-left {
		width: 360px;
		height: 450px;
		position: relative;
		float: right;
		margin: 30px 15px 0px 0px;	
	}
	
	.transpart-left h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400;
		text-align: left;
		color: #0053A3;
		line-height: 1.5;
	}
	
	.transpart-left hr {
		color: #0053A3;
	}
	
	.transpart-left p {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: 400;
		text-align: justify;
		line-height: 1.5;
		margin: 10px 20px 0px 20px;
	}
	
	.transpart-left div {
		background-color: #0053A3;
		color: #fff;
		font-family: sans-serif;
		font-weight: 500;
		font-size: 14px;
		position: absolute;
		border-radius: 25px;
		padding: 5px;
		width: 130px;
		height: 27px;
		box-shadow: none;
		outline-color: #0053A3;
		margin: 474px 0px 0px 187px;
		text-align: center;
	}
	
	.capture-info-ctn {
		width: 200px;
		height: 60px;
		background-color: #000;
		position: absolute;
		margin: 375px 0px 0px 70px;
		padding: 5px;
	}
	
	.capture-info-ctn h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 500;
		color: #fff;
		text-align: center;
	}
	
	.capture1 {
		width: 200px;
		height: 80px;
		position: absolute;
		margin: 590px 50px 0px 35px;
	}
	
	.capture1 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #0053A3;
	}
	
	.capture2 {
		width: 200px;
		height: 80px;
		position: absolute;
		margin: 590px 0px 0px 270px;
	}
	
	.capture2 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #0053A3;
	}
	
	.capture3 {
		width: 200px;
		height: 80px;
		position: absolute;
		margin: 590px 30px 0px 520px;
	}
	
	.capture3 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400px;
		text-align: center;
		color: #0053A3;
	}
	
	footer {
		width: 100%;
		height: 150px;
		overflow: hidden;
		margin: 20px 0 0 0;
		background-color: #000000;
	}
	
	.footer-ctn-left {
		width: 263px;
		height: 150px;
		background-color: transparent;
		float: left;
		position: relative;
		border: 0;
	}
	
	.footer-ctn-left img {
		width: 100px;
		height: 60px;
		margin: 25px 0px 10px 80px;
	}
	
	.footer-ctn-left p {
		font-family: sans-serif;
		font-size: 14px;
		font-weight: 500;
		color: #fff;
		line-height: 1.7;
		text-align: left;
		margin-left: 20px;
	}
	
	.footer-ctn-right {
		width: 505px;
		height: 150px;
		background-color: transparent;
		float: right;
		position: relative;
	}
	
	.footer-ctn-inner {
		width: 100%;
		height: 100px;
		overflow: hidden;
		margin-top: 30px;
	}
	
	.footer-ctn-inner ul {
		list-style-type: none;
		margin: 0;
	}

	.footer-ctn-inner li {
		display: inline-block;
		padding-left: 5px;
	}
	
	.footer-ctn-inner li a {
		font-family: sans-serif;
		font-size: 14px;
		font-weight: 500;
		color: #fff;
		text-decoration: none;
		line-height: 1.6;
	}
	
	.footer-ctn-inner li a:hover {

		font-family: sans-serif;
		font-size: 14px;
		font-weight: 500;
		color: #CC6600;
		text-decoration: underline;
		line-height: 1.6;
	}
	
	.footer-ctn-inner li a:focus {
		font-family: sans-serif;
		font-size: 48px;
		font-weight: 500;
		color: #CC6600;
		text-decoration: underline;
		line-height: 1.6;
	}
	
	.footer-ctn-inner li a:active {
		font-family: sans-serif;
		font-size: 14px;
		font-weight: 500;
		color: #CC6600;
		text-decoration: underline;
		line-height: 1.6;
	}
	
	.footer-ctn-inner p {
		font-family: sans-serif;
		font-size: 15px;
		font-weight: 500;
		color: #fff;
		text-decoration: none;
		line-height: 1.6;
		position: relative;
		margin: 5px 0px 0px 20px;
	}
	
	.footer-icon {
		margin-left: 10px;
		position: relative;
	}
	
	.capture-info-ctn {
		width: 200px;
		height: 60px;
		background-color: #000;
		position: absolute;
		margin: 375px 0px 0px 70px;
		padding: 5px;
	}
	
	.capture-info-ctn h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 500;
		color: #fff;
		text-align: center;
	}
}

@media (min-width: 992px){
	* {
		box-sizing: border-box;
		margin: 0;
		padding: 0;
	}
	
	.container {
		width: 100%;
		margin: 0;
		overflow: hidden;
	}
	
	nav {
		position: relative;
		width: 750px;
		background-color: transparent;
		visibility: visible;
		margin: 25px 10px 0px 10px;
	}
	
	ol {
		list-style-type: none;
		position: relative;
		float: right;
		width: auto;
		height: 60px;
		margin: 8px 20px 0 0;
		visibility: visible;
	}
	
	.nav-item {
		font-size: 15px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		display: inline-block;
		color: #0053A3;
		font-weight: 500;
		padding-left: 15px;
		margin-top: 15px;
		text-transform: uppercase;
		text-decoration: none;
		line-height: 1.8;
	}
	
	.nav-item a {
		font-size: 15px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		display: inline-block;
		color: #0053A3;
		font-weight: 500;
		text-transform: uppercase;
		text-decoration: none;
		line-height: 1.8;
	}
	
	.nav-item a:hover {
		font-size: 15px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		display: inline-block;
		color: #CC6600;
		font-weight: 500;
		text-transform: uppercase;
		text-decoration: underline;
		line-height: 1.8;
	}
	
	.nav-item a:focus {
		font-size: 15px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		display: inline-block;
		color: #CC6600;
		font-weight: 500;
		text-transform: uppercase;
		text-decoration: underline;
		line-height: 1.8;
	}
	
	.nav-item a:active {
		font-size: 15px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		display: inline-block;
		color: #CC6600;
		font-weight: 500;
		text-transform: uppercase;
		text-decoration: underline;
		line-height: 1.8;
	}
	
	.logo {
		position: relative;
		float: left;
		margin: 30px 0px 20px 60px;
		width: 120px;
		height: 70px;
	}
	
	.ref-banner {
		width: 100%;
		height: 500px;
		margin-top: 40px;
	}
	
	.ref-banner img {
		width: 100%;
		height: 500px;
		margin: 0;
	}
	
	.text-part {
		background-color: #0053A3;
		position: absolute;
		width: 240px;
		height: 60px;
		text-align: center;
		margin: 600px 0px 0px 90px;
		padding: 4px;
	}
	
	.text-part h1 {
		color: #fff;
		font-weight: 400;
		font-family: sans-serif;
		font-size: 45px;
	}
	
	.text-content {
		width: auto;
		height: auto;
		border: 0px;
		justify-items: center;
		align-items: center;
		position: relative;
		margin: 140px 0 10px 0;
		padding: 0 30px 0 30px;
	}
	
	.text-content p {
		line-height: 2.0;
		font-size: 19px;
		font-weight: 400;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align: justify;
	}
	
	.about-text-content {
		width: 550px;
		height: 210px;
		border: 0px;
		justify-items: center;
		align-items: center;
		position: relative;
		margin: 140px 0px 10px 220px;
	}
	
	.about-text-content p {
		line-height: 2.0;
		font-size: 19px;
		font-weight: 400;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align: justify;
	}
	
	.investor-text-content {
		width: auto;
		height: auto;
		border: 0px;
		justify-items: center;
		align-items: center;
		position: relative;
		margin: 140px 0 10px 0;
		padding: 0 30px 0 30px;
	}
	
	.investor-text-content p {
		line-height: 2.0;
		font-size: 19px;
		font-weight: 400;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align: justify;
	}
	
	.career-text-content {
		width: 550px;
		height: 250px;
		border: 0px;
		justify-items: center;
		align-items: center;
		position: relative;
		margin: 140px 0px 10px 220px;
	}
	
	.career-text-content p {
		line-height: 2.0;
		font-size: 19px;
		font-weight: 400;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align: justify;
	}
	
	.ctn-invest-part {
		width: 100%;
		height: 500px;
		border: 0;
		position: relative;
		justify-content: center;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.ctn-invest-left {
		width: 300px;
		height: auto;
		position: relative;
		float: left;
		border: 1px solid #666;
		border-radius: 10px;
		margin: 10px 0px 20px 15px;
		padding: 10px 20px 30px 20px;
		background-color: transparent;
	}
	
	.ctn-invest-left h3 {
		font-size: 19px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		text-align: left;
		margin: 10px 5px;
	}
	
	.ctn-invest-left p {
		font-size: 16px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 20px 0 10px 0;
	}
	
	.ctn-invest-left h1 {
		font-size: 25px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bolder;
		color: #0053A3;
		text-align: left;
		line-height: 30px;
		margin: 10px 0 40px 0;
	}
	
	.ctn-invest-left h1 span {
		font-size: 17px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		position: absolute;
		margin: 0;
		padding: 0;
	}
	
	.ctn-invest-left ul {
		list-style-type: none;
		width: auto;
		height: auto;
		position: relative;
		overflow: hidden;
		justify-content: inherit;
		align-items: left;
		text-align: left;
		margin: 10px 0;
		padding: 10px;
	}
	
	.ctn-invest-left ul li {
		display: inline-block;
		position: relative;
		font-size: 15px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 15px 0;
		padding: 0 5px;
	}
	
	.ctn-invest-left ul li i {
		font-size: 20px;
		font-weight: bold;
		color: #0053A3;
		margin: 0 7px 0 0;
	}
	
	.ctn-invest-left a {
		width: 170px;
		height: 40px;
		background-color: #000;
		border: 0;
		border-radius: 10px;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 500;
		text-decoration: none;
		margin: 0;
		padding: 10px;
	}
	
	.ctn-invest-center {
		width: 300px;
		height: auto;
		position: absolute;
		border: 1px solid #666;
		border-radius: 10px;
		margin: 10px 0px 20px 346px;
		padding: 10px 20px 30px 20px;
		background-color: transparent;
	}
	
	.ctn-invest-center h3 {
		font-size: 19px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		text-align: left;
		margin: 10px 5px;
	}
	
	.ctn-invest-center p {
		font-size: 16px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 20px 0 10px 0;
	}
	
	.ctn-invest-center h1 {
		font-size: 25px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bolder;
		color: #0053A3;
		text-align: left;
		line-height: 30px;
		margin: 10px 0 40px 0;
	}
	
	.ctn-invest-center h1 span {
		font-size: 17px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		position: absolute;
		margin: 0;
		padding: 0;
	}
	
	.ctn-invest-center ul {
		list-style-type: none;
		width: auto;
		height: auto;
		position: relative;
		overflow: hidden;
		justify-content: inherit;
		align-items: left;
		text-align: left;
		margin: 10px 0;
		padding: 10px;
	}
	
	.ctn-invest-center ul li {
		display: inline-block;
		position: relative;
		font-size: 15px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 15px 0;
		padding: 0 5px;
	}
	
	.ctn-invest-center ul li i {
		font-size: 20px;
		font-weight: bold;
		color: #0053A3;
		margin: 0 7px 0 0;
	}
	
	.ctn-invest-center a {
		width: 170px;
		height: 40px;
		background-color: #000;
		border: 0;
		border-radius: 10px;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 500;
		text-decoration: none;
		margin: 0;
		padding: 10px;
	}
	
	.ctn-invest-right {
		width: 300px;
		height: auto;
		position: relative;
		float: right;
		border: 1px solid #666;
		border-radius: 10px;
		margin: 10px 15px 20px 0px;
		padding: 10px 20px 30px 20px;
		background-color: transparent;
	}
	
	.ctn-invest-right h3 {
		font-size: 19px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		text-align: left;
		margin: 10px 5px;
	}
	
	.ctn-invest-right p {
		font-size: 16px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 20px 0 10px 0;
	}
	
	.ctn-invest-right h1 {
		font-size: 25px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bolder;
		color: #0053A3;
		text-align: left;
		line-height: 30px;
		margin: 10px 0 40px 0;
	}
	
	.ctn-invest-right h1 span {
		font-size: 17px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		position: absolute;
		margin: 0;
		padding: 0;
	}
	
	.ctn-invest-right ul {
		list-style-type: none;
		width: auto;
		height: auto;
		position: relative;
		overflow: hidden;
		justify-content: inherit;
		align-items: left;
		text-align: left;
		margin: 10px 0;
		padding: 10px;
	}
	
	.ctn-invest-right ul li {
		display: inline-block;
		position: relative;
		font-size: 15px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 15px 0;
		padding: 0 5px;
	}
	
	.ctn-invest-right ul li i {
		font-size: 20px;
		font-weight: bold;
		color: #0053A3;
		margin: 0 7px 0 0;
	}
	
	.ctn-invest-right a {
		width: 170px;
		height: 40px;
		background-color: #000;
		border: 0;
		border-radius: 10px;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 500;
		text-decoration: none;
		margin: 0;
		padding: 10px;
	}
	
	.ctn-invest-main {
		width: 100%;
		height: 500px;
		border: 0;
		position: relative;
		justify-content: center;
		text-align: center;
		margin: 0 0 20px 0;
	}
	
	.invest-main-left {
		width: 300px;
		height: auto;
		position: relative;
		float: left;
		border: 1px solid #666;
		border-radius: 10px;
		margin: 0px 0px 20px 15px;
		padding: 10px 20px 30px 20px;
		background-color: transparent;
	}
	
	.invest-main-left h3 {
		font-size: 19px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		text-align: left;
		margin: 10px 5px;
	}
	
	.invest-main-left p {
		font-size: 16px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 20px 0 10px 0;
	}
	
	.invest-main-left h1 {
		font-size: 25px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bolder;
		color: #0053A3;
		text-align: left;
		line-height: 30px;
		margin: 10px 0 40px 0;
	}
	
	.invest-main-left h1 span {
		font-size: 17px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		position: absolute;
		margin: 0;
		padding: 0;
	}
	
	.invest-main-left ul {
		list-style-type: none;
		width: auto;
		height: auto;
		position: relative;
		overflow: hidden;
		justify-content: inherit;
		align-items: left;
		text-align: left;
		margin: 10px 0;
		padding: 10px;
	}
	
	.invest-main-left ul li {
		display: inline-block;
		position: relative;
		font-size: 15px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 15px 0;
		padding: 0 5px;
	}
	
	.invest-main-left ul li i {
		font-size: 20px;
		font-weight: bold;
		color: #0053A3;
		margin: 0 7px 0 0;
	}
	
	.invest-main-left a {
		width: 170px;
		height: 40px;
		background-color: #000;
		border: 0;
		border-radius: 10px;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 500;
		text-decoration: none;
		margin: 0;
		padding: 10px;
	}
	
	.invest-main-center {
		width: 300px;
		height: auto;
		position: absolute;
		border: 1px solid #666;
		border-radius: 10px;
		margin: 0px 0px 20px 346px;
		padding: 10px 20px 30px 20px;
		background-color: transparent;
	}
	
	.invest-main-center h3 {
		font-size: 19px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		text-align: left;
		margin: 10px 5px;
	}
	
	.invest-main-center p {
		font-size: 16px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 20px 0 10px 0;
	}
	
	.invest-main-center h1 {
		font-size: 25px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bolder;
		color: #0053A3;
		text-align: left;
		line-height: 30px;
		margin: 10px 0 40px 0;
	}
	
	.invest-main-center h1 span {
		font-size: 17px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		position: absolute;
		margin: 0;
		padding: 0;
	}
	
	.invest-main-center ul {
		list-style-type: none;
		width: auto;
		height: auto;
		position: relative;
		overflow: hidden;
		justify-content: inherit;
		align-items: left;
		text-align: left;
		margin: 10px 0;
		padding: 10px;
	}
	
	.invest-main-center ul li {
		display: inline-block;
		position: relative;
		font-size: 15px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 15px 0;
		padding: 0 5px;
	}
	
	.invest-main-center ul li i {
		font-size: 20px;
		font-weight: bold;
		color: #0053A3;
		margin: 0 7px 0 0;
	}
	
	.invest-main-center a {
		width: 170px;
		height: 40px;
		background-color: #000;
		border: 0;
		border-radius: 10px;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 500;
		text-decoration: none;
		margin: 0;
		padding: 10px;
	}
	
	.invest-main-right {
		width: 300px;
		height: auto;
		position: relative;
		float: right;
		border: 1px solid #666;
		border-radius: 10px;
		margin: 0px 15px 20px 0px;
		padding: 10px 20px 30px 20px;
		background-color: transparent;
	}
	
	.invest-main-right h3 {
		font-size: 19px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		text-align: left;
		margin: 10px 5px;
	}
	
	.invest-main-right p {
		font-size: 16px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 20px 0 10px 0;
	}
	
	.invest-main-right h1 {
		font-size: 25px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bolder;
		color: #0053A3;
		text-align: left;
		line-height: 30px;
		margin: 10px 0 40px 0;
	}
	
	.invest-main-right h1 span {
		font-size: 17px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		position: absolute;
		margin: 0;
		padding: 0;
	}
	
	.invest-main-right ul {
		list-style-type: none;
		width: auto;
		height: auto;
		position: relative;
		overflow: hidden;
		justify-content: inherit;
		align-items: left;
		text-align: left;
		margin: 10px 0;
		padding: 10px;
	}
	
	.invest-main-right ul li {
		display: inline-block;
		position: relative;
		font-size: 15px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 15px 0;
		padding: 0 5px;
	}
	
	.invest-main-right ul li i {
		font-size: 20px;
		font-weight: bold;
		color: #0053A3;
		margin: 0 7px 0 0;
	}
	
	.invest-main-right a {
		width: 170px;
		height: 40px;
		background-color: #000;
		border: 0;
		border-radius: 10px;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 500;
		text-decoration: none;
		margin: 0;
		padding: 10px;
	}
	
	.nas-part {
		width: 100%;
		height: 550px;
		border: 0;
		position: relative;
		padding: 0;
		margin: 0;
	}
	
	.nas-part-left {
		position: relative;
		width: 450px;
		height: 550px;
		float: left;
		justify-content: center;
		align-items: center;
		margin-left: 20px;
		padding: 0;
	}
	
	.nas-part-left h3 {
		font-size: 30px;
		font-weight: 500;
		font-family: Arial;
		color: #0053A3;
		line-height: 2.0;
		padding-left: 30px;
		text-align: left;
	}
	
	.nas-part-left hr {
		color: #0053A3;
	}
	
	.nas-part-left p {
		font-size: 14px;
		font-weight: 500;
		font-family: Arial;
		line-height: 1.6;
		text-align: justify;
		margin: 20px 0px 0px 30px;
		padding: 0;
	}
	
	.nas-part-right {
		position: relative;
		width: 460px;
		height: 400px;
		float: right;
		justify-content: center;
		align-items: center;
		margin-right: 35px;
		padding: 0;
	}
	
	.nas-part-right img {
		width: 100%;
		height: 450px;
		margin: 0;
		padding: 0;
	}
	
	.nas-part-right p {
		font-size: 14px;
		font-weight: 500;
		font-family: Arial;
		line-height: 1.6;
		margin-right: 30px;
		padding: 0;
		text-align: justify;
	}
	
	.contact-part {
		width: 100%;
		height: 950px;
		border: 0;
		position: relative;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin-left: 220px;
		padding: 0;
	}
	
	.nas-footer-part {
		width: 100%;
		height: 300px;
		overflow: hidden;
		background-color: #336699;
		text-align: center;
		margin-bottom: 10px;
		padding: 0;
	}
	
	.nas-footer-part h3 {
		font-size: 30px;
		font-weight: 500;
		font-family: Arial;
		color: #fff;
		line-height: 1.5;
		text-align: center;
		margin: 15px 0px 15px 0px;
	}
	
	.benefit-part {
		list-style-type: none;
		width: 100%;
		height: 250px;
		border: 0;
		position: relative;
		margin: 0;
		padding: 0;
	}
	
	.benefit-part li {
		display: inline-block;
		width: 160px;
		height: 160px;
		position: relative;
		padding: 0;
		margin: 0;
	}
	
	.benefit-part li img {
		width: 120px;
		height: 50px;
		position: relative;
	}
	
	.benefit-part li p {
		font-size: 14px;
		font-weight: 500;
		font-family: Arial;
		color: #fff;
		line-height: 1.5;
		text-align: center;
	}
	
	.ctn-vru {
		width: 100%;
		height: 370px;
		border: 0;
		position: relative;
	}
	
	.ctn-vru img {
		width: 100%;
		height: 350px;
	}
	
	.ctn-operation-part {
		width: 100%;
		height: 350px;
		border: 0;
		position: relative;
		margin: 0;
		background-color: transparent;
		padding: 0;
	}

	.ctn-operation-part iframe {
		width: 100%;
		height: 350px;
		border: 0;
		padding: 10px 10px 10px 10px;
		margin: 0;
	}
	
	.form-control {
		width: 450px;
		height: 950px;
		position: relative;
		border: 0;
		background-color: none;
		padding: 0;
		margin: 0;
	}
	
	.form-control td {
		width: 450px;
		height: 40px;
		position: relative;
		margin: 0;
		padding: 0;
	}
	
	label {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 17px;
		font-weight: 500;
		color: #000;
		position: relative;
	}
	
	input {
		width: 300px;
		height: 40px;
		border: 2px solid #0053A3;
		background-color: none;
		position: relative;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 17px;
		font-weight: 500;
		color: #000;
		text-indent: 10px;
		padding: 0;
		margin: 0;
	}
	
	textarea {
		border: 2px solid #0053A3;
		background-color: none;
		position: relative;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 17px;
		font-weight: 500;
		color: #000;
		text-indent: 10px;
		padding: 0;
		margin: 0;
	}
	
	sup {
		color: #f00;
	}
	
	.btn {
		width: 120px;
		height: 32px;
		background-color: #000;
		border: 0;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 17px;
		font-weight: 500;
		margin-top: 15px;
		padding: 5px;
	}
	
	.about-part {
		width: 100%;
		height: 780px;
		border: 0;
		position: relative;
		padding: 0;
		margin: 20px 10px 0px 0px;
	}
	
	.about-part-left {
		position: relative;
		width: 450px;
		height: 620px;
		float: left;
		justify-content: center;
		align-items: center;
		margin-left: 30px;
		padding: 0;
	}
	
	.about-part-left h3 {
		font-size: 30px;
		font-weight: 500;
		font-family: Arial;
		color: #0053A3;
		line-height: 1.7;
		padding-left: 30px;
		text-align: left;
	}
	
	.about-part-left hr {
		color: #0053A3;
	}
	
	.about-part-left p {
		font-size: 14px;
		font-weight: 500;
		font-family: Arial;
		line-height: 2.0;
		text-align: justify;
		margin: 0px 0px 0px 20px;
		padding: 0;
	}
	
	.about-part-right {
		position: relative;
		width: 450px;
		height: 620px;
		float: right;
		justify-content: center;
		align-items: center;
		margin-right: 30px;
		padding: 0;
	}
	
	.about-part-right p {
		font-size: 14px;
		font-weight: 500;
		font-family: Arial;
		line-height: 1.7;
		text-align: justify;
		margin: 0px 20px 0px 0px;
		padding: 0;
	}
	
	.ctn-part {
		width: 100%;
		height: 50%;
		border: 0;
		position: relative;
		text-align: center;
	}
	
	.ctn-part-left {
		position: relative;
		width: 450px;
		height: 530px;
		float: left;
		justify-content: center;
		align-items: center;
		margin-left: 30px;
	}
	
	.ctn-part-left hr {
		color: #0053A3;
	}
	
	.ctn-part-left h3 {
		font-size: 25px;
		font-weight: 500;
		font-family: Arial;
		color: #0053A3;
		line-height: 1.7;
		text-align: right;
	}
	
	.ctn-part-left p {
		font-size: 15px;
		font-weight: 500;
		font-family: Arial;
		line-height: 1.7;
		padding: 20px 0px 0px 20px;
		text-align: justify;
	}
	
	.ctn-part-left div {
		background-color: #0053A3;
		color: #fff;
		font-family: sans-serif;
		font-weight: 500;
		font-size: 14px;
		position: absolute;
		border-radius: 25px;
		padding: 5px;
		width: 130px;
		height: 27px;
		box-shadow: none;
		outline-color: #0053A3;
		margin: 375px 0px 0px 305px;
		text-align: center;
	}
	
	.ctn-part-right {
		position: relative;
		width: 450px;
		height: 400px;
		float: right;
		margin: 10px 40px 0px 0px;
		padding: 0;
	}
	
	.ctn-part-right img {
		width: 450px;
		height: 400px;
		position: relative;
	}
	
	.ctn-career-part {
		width: 100%;
		height: 475px;
		border: 0;
		position: relative;
		padding: 0;
		margin: 20px 0px 0px 0px;
	}
	
	.career-part-left {
		position: relative;
		width: 450px;
		height: 400px;
		float: left;
		justify-content: center;
		align-items: center;
		margin-left: 30px;
		padding: 0;
	}
	
	.career-part-left img {
		width: 100%;
		height: 400px;
		margin: 0;
		padding: 0;
	}
	
	.career-part-right {
		position: relative;
		width: 450px;
		height: 550px;
		float: right;
		justify-content: center;
		align-items: center;
		margin-right: 30px;
	}
	
	.career-part-right h3 {
		font-size: 25px;
		font-weight: 500;
		font-family: Arial;
		color: #0053A3;
		line-height: 1.5;
		text-align: left;
		padding: 0;
		margin: 0;
	}
	
	.career-part-right hr {
		color: #0053A3;
	}
	
	.career-part-right p {
		font-size: 14px;
		font-weight: 500;
		font-family: Arial;
		line-height: 1.5;
		text-align: justify;
		margin: 20px 20px 0px 0px;
		padding: 0;
	}
	
	.content-part-left {
		position: relative;
		width: 450px;
		height: 420px;
		float: left;
		justify-content: center;
		align-items: center;
		margin-left: 30px;
		padding: 0;
	}
	
	.content-part-left h3 {
		font-size: 25px;
		font-weight: 500;
		font-family: Arial;
		color: #0053A3;
		line-height: 1.5;
		text-align: right;
		padding: 0;
		margin: 0;
	}
	
	.content-part-left hr {
		color: #0053A3;
	}
	
	.content-part-left p {
		font-size: 14px;
		font-weight: 500;
		font-family: Arial;
		line-height: 1.5;
		text-align: justify;
		margin: 20px 0px 0px 20px;
		padding: 0;
	}
	
	.content-part-right {
		position: relative;
		width: 450px;
		height: 400px;
		float: right;
		justify-content: center;
		align-items: center;
		padding: 0;
		margin: 0px 30px 0px 0px;
		
	}
	
	.content-part-right img {
		width: 100%;
		height: 400px;
		margin: 0;
		padding: 0;
	}
	
	.info-ctn {
		width: 210px;
		height: 60px;
		background-color: #000;
		position: absolute;
		margin: 405px 0px 0px 610px;
		padding: 5px;
	}
	
	.info-ctn h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 500;
		color: #fff;
		text-align: center;
	}
	
	.info-part {
		width: 100%;
		height: 800px;
		overflow: hidden;
		background: url('../images/cover-bg.jpg') no-repeat;
		background-size: cover;
		justify-content: center;
		align-items: center;
		margin: 0;
	}
	
	.partition1 {
		width: 220px;
		height: 65px;
		position: relative;
		margin: 70px 50px 0px 45px;
		float: left;
	}
	
	.partition1 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 24px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.partition2 {
		width: 220px;
		height: 65px;
		position: absolute;
		margin: 70px 0px 0px 390px;
	}
	
	.partition2 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 24px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.partition3 {
		width: 220px;
		height: 65px;
		position: absolute;
		margin: 70px 0px 0px 710px;
	}
	
	.partition3 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 24px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.address-part-left img {
		width: 450px;
		height: 400px;
		position: relative;
		float: right;
		margin: 160px 20px 0px 0px;
	}
	
	.address-part-right {
		width: 500px;
		height: 470px;
		position: relative;
		float: left;
		background-color: #fff;
		margin: 45px 0px 0px 20px;
		padding: 0;
	}
	
	.address-part-right h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 25px;
		font-weight: 400;
		text-align: right;
		color: #0053A3;
		line-height: 1.7;
	}
	
	.address-part-right hr {
		color: #0053A3;
	}
	
	.address-part-right p {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: 400;
		text-align: justify;
		line-height: 1.7;
		margin: 0px 0px 0px 30px;
	}
	
	.address-part-right div {
		background-color: #0053A3;
		color: #fff;
		font-family: sans-serif;
		font-weight: 500;
		font-size: 14px;
		position: absolute;
		border-radius: 25px;
		padding: 5px;
		width: 130px;
		height: 27px;
		box-shadow: none;
		outline-color: #0053A3;
		margin: 227px 0px 0px 50px;
		text-align: center;
	}
	
	.group-ctn {
		width: 210px;
		height: 60px;
		background-color: #000;
		position: absolute;
		margin: 530px 0px 0px 640px;
		padding: 5px;
	}
	
	.group-ctn h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 500;
		color: #fff;
		text-align: center;
	}
	
	.info-group1 {
		width: 220px;
		height: 65px;
		position: absolute;
		margin: 670px 0px 0px 45px;
	}
	
	.info-group1 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 24px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.info-group2 {
		width: 220px;
		height: 65px;
		position: absolute;
		margin: 670px 0px 0px 390px;
	}
	
	.info-group2 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 24px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.info-group3 {
		width: 220px;
		height: 65px;
		position: absolute;
		margin: 670px 30px 0px 710px;
	}
	
	.info-group3 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 24px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.ctn-envo {
		width: 100%;
		height: 50%;
		border: 0;
		position: relative;
		text-align: center;
		margin: 0;
		padding: 0;
	}
	
	.ctn-envo-left {
		position: relative;
		width: 450px;
		height: 520px;
		float: left;
		justify-content: center;
		align-items: center;
		margin: 0px 0px 0px 20px;
	}
	
	.ctn-envo-left hr {
		color: #0053A3;
	}
	
	.ctn-envo-left h3 {
		font-size: 25px;
		font-weight: 500;
		font-family: Arial;
		color: #0053A3;
		line-height: 1.7;
		text-align: right;
	}
	
	.ctn-envo-left p {
		font-size: 15px;
		font-weight: 500;
		font-family: Arial;
		line-height: 1.7;
		margin: 0px 0px 0px 30px;
		text-align: justify;
	}
	
	.ctn-envo-left div {
		background-color: #0053A3;
		color: #fff;
		font-family: sans-serif;
		font-weight: 500;
		font-size: 14px;
		position: absolute;
		border-radius: 25px;
		padding: 5px;
		width: 130px;
		height: 27px;
		box-shadow: none;
		outline-color: #0053A3;
		margin: 180px 0px 0px 30px;
		text-align: center;
	}
	
	.ctn-envo-right {
		position: relative;
		width: 450px;
		height: 450px;
		float: right;
		margin: 0px 30px 0px 0px;
	}
	
	.ctn-envo-right img {
		width: 450px;
		height: 400px;
		position: relative;
		margin: 0;
		padding: 0;
	}
	
	.pro-ctn {
		width: 210px;
		height: 60px;
		background-color: #000;
		position: absolute;
		margin: 398px 0px 0px 635px;
		padding: 5px;
	}
	
	.pro-ctn h3 {
		font-family: 2"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 500;
		color: #fff;
		text-align: center;
	}
	
	.addition-ctn {
		width: 100%;
		height: 100%;
		overflow: hidden;
		position: relative;
		padding: 0;
		margin: 0;
	}
	
	.info-group-ctn1 {
		width: 220px;
		height: 65px;
		position: absolute;
		margin: 95px 0px 0px 45px;
	}	
	
	.info-group-ctn1 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 24px;
		font-weight: 400px;
		text-align: center;
		color: #0053A3;
	}
	
	.info-group-ctn2 {
		width: 220px;
		height: 65px;
		position: absolute;
		margin: 95px 0px 0px 390px;
	}
	
	.info-group-ctn2 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 24px;
		font-weight: 400px;
		text-align: center;
		color: #0053A3;
	}
	
	.info-group-ctn3 {
		width: 220px;
		height: 65px;
		position: absolute;
		margin: 95px 0px 0px 710px;
	}
	
	.info-group-ctn3 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 24px;
		font-weight: 400px;
		text-align: center;
		color: #0053A3;
	}
	
	.pro-part-left img {
		width: 450px;
		height: 400px;
		position: relative;
		float: left;
		margin: 220px 0px 0px 40px;
	}
	
	.pro-part-right {
		width: 450px;
		height: 580px;
		position: relative;
		float: right;
		background-color: #fff;
		margin: 190px 30px 0px 0px;
		padding: 0;
	}
	
	.pro-part-right h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 25px;
		font-weight: 400;
		text-align: left;
		color: #0053A3;
		line-height: 1.7;
	}
	
	.pro-part-right hr {
		color: #0053A3;
	}
	
	.pro-part-right p {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: 400;
		text-align: justify;
		line-height: 1.7;
		margin: 10px 30px 0px 0px;	
	}
	
	.pro-part-right div {
		background-color: #0053A3;
		color: #fff;
		font-family: sans-serif;
		font-weight: 500;
		font-size: 14px;
		position: absolute;
		border-radius: 25px;
		padding: 5px;
		width: 130px;
		height: 27px;
		box-shadow: none;
		outline-color: #0053A3;
		margin: 150px 0px 0px 288px;
		text-align: center;
	}
	
	.accord-ctn {
		width: 100%;
		height: 100%;
		overflow: hidden;
		background: url('../images/refinery-home.jpg') no-repeat;
		background-size: cover;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin: 0;
	}
	
	.accord-part1 {
		width: 220px;
		height: 65px;
		position: absolute;
		margin: 60px 30px 0px 45px;
	}
	
	.accord-part1 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 24px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.accord-part2 {
		width: 220px;
		height: 65px;
		position: absolute;
		margin: 60px 0px 0px 390px;
	}
	
	.accord-part2 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 24px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.accord-part3 {
		width: 220px;
		height: 65px;
		position: absolute;
		margin: 60px 30px 0px 710px;
	}
	
	.accord-part3 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 24px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.accord-part-right img {
		width: 450px;
		height: 400px;
		position: relative;
		float: right;
		margin: 190px 30px 0px 0px;
	}
	
	.accord-part-left {
		width: 470px;
		height: 620px;
		position: relative;
		float: left;
		background-color: #fff;
		margin: 190px 0px 130px 30px;
	}
	
	.accord-part-left h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 25px;
		font-weight: 400;
		text-align: right;
		color: #0053A3;
		line-height: 1.7;
	}
	
	.accord-part-left hr {
		color: #0053A3;
	}
	
	.accord-part-left p {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: 400;
		text-align: justify;
		line-height: 1.7;
		margin: 10px 20px 0px 20px;
	}
	
	.accord-part-left div {
		background-color: #0053A3;
		color: #fff;
		font-family: sans-serif;
		font-weight: 500;
		font-size: 14px;
		position: absolute;
		border-radius: 25px;
		padding: 5px;
		width: 130px;
		height: 27px;
		box-shadow: none;
		outline-color: #0053A3;
		margin: 300px 0px 0px 450px;
		text-align: center;
	}
	
	.accord-info-ctn {
		width: 210px;
		height: 60px;
		background-color: #000;
		position: absolute;
		margin: 590px 0px 0px 150px;
		padding: 5px;
	}
	
	.accord-info-ctn h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 500;
		color: #fff;
		text-align: center;
	}
	
	.folder-ctn {
		width: 210px;
		height: 60px;
		background-color: #000;
		position: absolute;
		margin: 560px 0px 0px 630px;
		padding: 5px;
	}
	
	.folder-ctn h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 500;
		color: #fff;
		text-align: center;
	}
	
	.folder1 {
		width: 220px;
		height: 65px;
		position: absolute;
		margin: 830px 50px 0px 45px;
	}
	
	.folder1 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 24px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.folder2 {
		width: 220px;
		height: 65px;
		position: absolute;
		margin: 830px 0px 0px 390px;
	}
	
	.folder2 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 24px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.folder3 {
		width: 220px;
		height: 65px;
		position: absolute;
		margin: 830px 30px 0px 710px;
	}
	
	.folder3 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 24px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.transpart-ctn {
		width: 100%;
		height: 670px;
		overflow: hidden;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin: 0;
	}
	
	.transpart-right img {
		width: 450px;
		height: 400px;
		position: relative;
		float: left;
		margin: 40px 0px 0px 35px;
	}
	
	.transpart-left {
		width: 450px;
		height: 500px;
		position: relative;
		float: right;
		margin: 20px 30px 0px 0px;	
	}
	
	.transpart-left h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 25px;
		font-weight: 400;
		text-align: left;
		color: #0053A3;
		line-height: 1.7;
	}
	
	.transpart-left hr {
		color: #0053A3;
	}
	
	.transpart-left p {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: 400;
		text-align: justify;
		line-height: 1.7;
		margin: 10px 30px 0px 0px;
	}
	
	.transpart-left div {
		background-color: #0053A3;
		color: #fff;
		font-family: sans-serif;
		font-weight: 500;
		font-size: 14px;
		position: absolute;
		border-radius: 25px;
		padding: 5px;
		width: 130px;
		height: 27px;
		box-shadow: none;
		outline-color: #0053A3;
		margin: 445px 0px 0px 182px;
		text-align: center;
	}
	
	.capture-info-ctn {
		width: 200px;
		height: 60px;
		background-color: #000;
		position: absolute;
		margin: 400px 0px 0px 100px;
		padding: 5px;
	}
	
	.capture-info-ctn h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 500;
		color: #fff;
		text-align: center;
	}
	
	.capture1 {
		width: 220px;
		height: 65px;
		position: absolute;
		margin: 550px 50px 0px 45px;
	}
	
	.capture1 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 24px;
		font-weight: 400px;
		text-align: center;
		color: #0053A3;
	}
	
	.capture2 {
		width: 220px;
		height: 65px;
		position: absolute;
		margin: 550px 0px 0px 390px;
	}
	
	.capture2 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 24px;
		font-weight: 400px;
		text-align: center;
		color: #0053A3;
	}
	
	.capture3 {
		width: 220px;
		height: 65px;
		position: absolute;
		margin: 550px 30px 0px 710px;
	}
	
	.capture3 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 24px;
		font-weight: 400px;
		text-align: center;
		color: #0053A3;
	}
	
	footer {
		width: 100%;
		height: 150px;
		overflow: hidden;
		margin: 20px 0 0 0;
		background-color: #000000;
	}
	
	.footer-ctn-left {
		width: 300px;
		height: 150px;
		background-color: transparent;
		float: left;
		position: relative;
		border: 0;
	}
	
	.footer-ctn-left img {
		width: 120px;
		height: 70px;
		margin: 10px 0px 10px 90px;
	}
	
	.footer-ctn-left p {
		font-family: sans-serif;
		font-size: 15px;
		font-weight: 500;
		color: #fff;
		line-height: 1.7;
		text-align: left;
		margin-left: 30px;
	}
	
	.footer-ctn-right {
		width: 600px;
		height: 150px;
		background-color: transparent;
		float: right;
		position: relative;
	}
	
	.footer-ctn-inner {
		width: 100%;
		height: 150px;
		overflow: hidden;
		margin-top: 30px;
	}
	
	.footer-ctn-inner ul {
		list-style-type: none;
		margin: 0;
	}

	.footer-ctn-inner li {
		display: inline-block;
		padding-left: 5px;
	}
	
	.footer-ctn-inner li a {
		font-family: sans-serif;
		font-size: 15px;
		font-weight: 500;
		color: #fff;
		text-decoration: none;
		line-height: 1.7;
	}
	
	.footer-ctn-inner li a:hover {

		font-family: sans-serif;
		font-size: 15px;
		font-weight: 500;
		color: #CC6600;
		text-decoration: underline;
		line-height: 1.7;
	}
	
	.footer-ctn-inner li a:focus {
		font-family: sans-serif;
		font-size: 48px;
		font-weight: 500;
		color: #CC6600;
		text-decoration: underline;
		line-height: 1.7;
	}
	
	.footer-ctn-inner li a:active {
		font-family: sans-serif;
		font-size: 14px;
		font-weight: 500;
		color: #CC6600;
		text-decoration: underline;
		line-height: 1.7;
	}
	
	.footer-ctn-inner p {
		font-family: sans-serif;
		font-size: 15px;
		font-weight: 500;
		color: #fff;
		text-decoration: none;
		line-height: 1.7;
		position: relative;
		margin: 5px 0px 0px 20px;
	}
	
	.footer-icon {
		margin-left: 10px;
		position: relative;
	}
	
	.capture-info-ctn {
		width: 200px;
		height: 60px;
		background-color: #000;
		position: absolute;
		margin: 405px 0px 0px 145px;
		padding: 5px;
	}
	
	.capture-info-ctn h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 500;
		color: #fff;
		text-align: center;
	}
}

@media (min-width: 1200px){
	/* oooyubk style */
	* {
		box-sizing: border-box;
		margin: 0;
		padding: 0;
	}
	
	.container {
		width: 100%;
		margin: 0;
		overflow: hidden;
	}
	
	.logo {
		position: relative;
		float: left;
		margin: 20px 0px 20px 80px;
		width: 100px;
		height: 60px;
	}
	
	nav {
		position: relative;
		width: 825px;
		background-color: transparent;
		margin: 0;
		padding: 0;
	}
	
	ol {
		list-style-type: none;
		position: relative;
		float: right;
		width: auto;
		height: 60px;
		margin: 0 80px 0 0;
		padding: 0;
	}
	
	.nav-item {
		font-size: 16px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		display: inline-block;
		color: #0053A3;
		font-weight: 500;
		padding-left: 20px;
		margin-top: 15px;
		text-transform: uppercase;
		text-decoration: none;
	}
	
	.nav-item a {
		font-size: 16px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		display: inline-block;
		color: #0053A3;
		font-weight: 500;
		text-transform: uppercase;
		text-decoration: none;
	}
	
	.nav-item a:hover {
		font-size: 16px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		display: inline-block;
		color: #CC6600;
		font-weight: 500;
		text-decoration: underline;
	}
	
	.nav-item a:focus {
		font-size: 16px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		display: inline-block;
		color: #CC6600;
		font-weight: 500;
		text-decoration: underline;
	}
	
	.nav-item a:active {
		font-size: 16px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		display: inline-block;
		color: #CC6600;
		font-weight: 500;
		text-decoration: underline;
	}
	
	.ctn-inner {
		width: 100%;
		position: relative;
		margin: 0;
	}
	
	.ref-banner {
		width: 100%;
		height: 450px;
		margin-top: 40px;
	}
	
	.ref-banner img {
		width: 100%;
		height: 450px;
		margin: 0;
	}
	
	.info_ctn {
		width: 100%;
		position: relative;
		margin: 0;
	}
	
	.text-part {
		background-color: #0053A3;
		position: absolute;
		width: 263px;
		height: 60px;
		text-align: center;
		margin: 520px 0px 0px 200px;
	}
	
	.text-part h1 {
		color: #fff;
		font-weight: 400;
		font-family: sans-serif;
		font-size: 50px;
	}
	
	.text-content {
		width: auto;
		height: auto;
		border: 0px;
		justify-items: center;
		align-items: center;
		position: relative;
		margin: 100px 0 10px 0;
		padding: 0 70px 0 70px;
	}
	
	.text-content p {
		line-height: 2.1;
		font-size: 21px;
		font-weight: 400;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align: justify;
	}
	
	.about-text-content {
		width: 700px;
		height: 250px;
		border: 0px;
		justify-items: center;
		align-items: center;
		position: relative;
		margin: 100px 0px 0px 270px;
	}
	
	.about-text-content p {
		line-height: 2.1;
		font-size: 21px;
		font-weight: 400;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align: justify;
	}
	
	.investor-text-content {
		width: auto;
		height: auto;
		border: 0px;
		justify-items: center;
		align-items: center;
		position: relative;
		margin: 100px 0 10px 0;
		padding: 0 70px 0 70px;
	}
	
	.investor-text-content p {
		line-height: 2.1;
		font-size: 21px;
		font-weight: 400;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align: justify;
	}
	
	.career-text-content {
		width: 700px;
		height: 270px;
		border: 0px;
		justify-items: center;
		align-items: center;
		position: relative;
		margin: 100px 0px 10px 270px;
	}
	
	.career-text-content p {
		line-height: 2.1;
		font-size: 21px;
		font-weight: 400;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align: justify;
	}
	
	span {
		line-height: 2.1;
		font-size: 21px;
		font-weight: 400;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align: justify;
		margin-left: 150px;
	}
	
	strong {
		color: #f00;
	}
	
	.ctn-part {
		width: 100%;
		border: 0;
		position: relative;
		text-align: center;
	}
	
	.ctn-part-left {
		position: relative;
		width: 550px;
		height: 550px;
		float: left;
		justify-content: center;
		align-items: center;
		margin-left: 30px;
	}
	
	.ctn-part-left hr {
		color: #0053A3;
	}
	
	.ctn-part-left h3 {
		font-size: 30px;
		font-weight: 500;
		font-family: Arial;
		color: #0053A3;
		line-height: 2.0;
		margin-left: 30px;
		text-align: right;
	}
	
	.ctn-part-left p {
		font-size: 15px;
		font-weight: 500;
		font-family: Arial;
		line-height: 2.0;
		margin: 20px 0px 0px 30px;
		text-align: justify;
	}
	
	.ctn-part-left div {
		background-color: #0053A3;
		color: #fff;
		font-family: sans-serif;
		font-weight: 500;
		font-size: 14px;
		position: absolute;
		border-radius: 25px;
		padding: 5px;
		width: 140px;
		height: 28px;
		box-shadow: none;
		outline-color: #0053A3;
		margin: 220px 0px 0px 370px;
		text-align: center;
	}
	
	.ctn-part-right {
		position: relative;
		width: 550px;
		height: 500px;
		float: right;
		margin-right: 40px;
	}
	
	.ctn-part-right img {
		width: 550px;
		height: 500px;
		position: relative;
	}
	
	.ctn-career-part {
		width: 100%;
		height: 450px;
		border: 0;
		position: relative;
		padding: 0;
		margin-top: 20px;
	}
	
	.career-part-left {
		position: relative;
		width: 550px;
		height: 400px;
		float: left;
		justify-content: center;
		align-items: center;
		margin: 0;
		padding: 0;
	}
	
	.career-part-left img {
		width: 450px;
		height: 400px;
		float: right;
		margin: 0;
		padding: 0;
	}
	
	.career-part-right {
		position: relative;
		width: 550px;
		height: 500px;
		float: right;
		justify-content: center;
		align-items: center;
		margin-right: 50px;
		padding: 0;
	}
	
	.career-part-right h3 {
		font-size: 30px;
		font-weight: 500;
		font-family: Arial;
		color: #0053A3;
		line-height: 1.5;
		text-align: left;
		padding: 0;
		margin: 0;
	}
	
	.career-part-right hr {
		color: #0053A3;
	}
	
	.career-part-right p {
		font-size: 14px;
		font-weight: 500;
		font-family: Arial;
		line-height: 2.0;
		text-align: justify;
		margin: 20px 30px 0px 0px;
		padding: 0;
	}
	
	.content-part-left {
		position: relative;
		width: 550px;
		height: 400px;
		float: left;
		justify-content: center;
		align-items: center;
		margin-left: 30px;
		padding: 0;
	}
	
	.content-part-left h3 {
		font-size: 30px;
		font-weight: 500;
		font-family: Arial;
		color: #0053A3;
		line-height: 2.0;
		text-align: right;
		padding: 0;
		margin: 0;
	}
	
	.content-part-left hr {
		color: #0053A3;
	}
	
	.content-part-left p {
		font-size: 14px;
		font-weight: 500;
		font-family: Arial;
		line-height: 2.0;
		text-align: justify;
		margin: 20px 0px 0px 30px;
		padding: 0;
	}
	
	.content-part-right {
		position: relative;
		width: 550px;
		height: 410px;
		float: right;
		justify-content: center;
		align-items: center;
		padding: 0;
		margin: 0px 30px 0px 0px;
		
	}
	
	.content-part-right img {
		width: 450px;
		height: 400px;
		margin: 0;
		padding: 0;
	}
	
	.about-part {
		width: 100%;
		height: 640px;
		border: 0;
		position: relative;
		padding: 0;
		margin: 0;
	}
	
	.about-part-left {
		position: relative;
		width: 560px;
		height: 610px;
		float: left;
		justify-content: center;
		align-items: center;
		margin-left: 20px;
		padding: 0;
	}
	
	.about-part-left h3 {
		font-size: 30px;
		font-weight: 500;
		font-family: Arial;
		color: #0053A3;
		line-height: 2.0;
		padding-left: 30px;
		text-align: left;
	}
	
	.about-part-left hr {
		color: #0053A3;
	}
	
	.about-part-left p {
		font-size: 14px;
		font-weight: 500;
		font-family: Arial;
		line-height: 2.0;
		text-align: justify;
		margin-left: 30px;
		padding: 0;
	}
	
	.about-part-right {
		position: relative;
		width: 560px;
		height: 610px;
		float: right;
		justify-content: center;
		align-items: center;
		margin-right: 20px;
		padding: 0;
	}
	
	.about-part-right p {
		font-size: 14px;
		font-weight: 500;
		font-family: Arial;
		line-height: 2.0;
		margin-right: 30px;
		text-align: justify;
		padding: 0;
	}
	
	.nas-part {
		width: 100%;
		height: 580px;
		border: 0;
		position: relative;
		padding: 0;
		margin: 0;
	}
	
	.nas-part-left {
		position: relative;
		width: 560px;
		height: 510px;
		float: left;
		justify-content: center;
		align-items: center;
		margin-left: 20px;
		padding: 0;
	}
	
	.nas-part-left h3 {
		font-size: 30px;
		font-weight: 500;
		font-family: Arial;
		color: #0053A3;
		line-height: 2.0;
		padding-left: 30px;
		text-align: left;
	}
	
	.nas-part-left hr {
		color: #0053A3;
	}
	
	.nas-part-left p {
		font-size: 14px;
		font-weight: 500;
		font-family: Arial;
		line-height: 2.0;
		text-align: justify;
		margin: 20px 0px 0px 30px;
		padding: 0;
	}
	
	.nas-part-right {
		position: relative;
		width: 560px;
		height: 500px;
		float: right;
		justify-content: center;
		align-items: center;
		margin-right: 30px;
		padding: 0;
	}
	
	.nas-part-right img {
		width: 100%;
		height: 450px;
		margin: 0;
		padding: 0;
	}
	
	.nas-part-right p {
		font-size: 14px;
		font-weight: 500;
		font-family: Arial;
		line-height: 2.0;
		padding-right: 30px;
		text-align: justify;
	}
	
	.nas-footer-part {
		width: 100%;
		height: 350px;
		overflow: hidden;
		background-color: #336699;
		text-align: center;
		margin-bottom: 10px;
		padding: 0;
	}
	
	.nas-footer-part h3 {
		font-size: 30px;
		font-weight: 500;
		font-family: Arial;
		color: #fff;
		line-height: 1.6;
		text-align: center;
		margin: 15px 0px 20px 0px;
	}
	
	.benefit-part {
		list-style-type: none;
		width: 100%;
		height: 300px;
		border: 0;
		position: relative;
		margin: 0;
		padding: 0;
	}
	
	.benefit-part li {
		display: inline-block;
		width: 180px;
		height: 200px;
		position: relative;
		padding: 0;
		margin: 0;
	}
	
	.benefit-part li img {
		width: 100px;
		height: 60px;
		position: relative;
	}
	
	.benefit-part li p {
		font-size: 14px;
		font-weight: 500;
		font-family: Arial;
		color: #fff;
		line-height: 1.6;
		text-align: center;
	}
	
	.ctn-vru {
		width: 100%;
		height: 370px;
		border: 0;
		position: relative;
	}
	
	.ctn-vru img {
		width: 100%;
		height: 350px;
	}

	/* css code body contact_us.php page */
	
	.contact-part {
		width: 100%;
		height: 950px;
		border: 0;
		position: relative;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin: 0;
	}
	
	.form-control {
		width: 450px;
		height: 850px;
		position: relative;
		margin-left: 350px;
		border: 0;
		background-color: none;
	}
	
	.form-control td {
		width: 300px;
		height: 50px;
		position: relative;
	}

	label {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
		font-size: 20px;
		font-weight: 500;
		text-align: left;
		color: #000;
		position: relative;
	}
	
	input {
		width: 300px;
		height: 40px;
		border: 2px solid #0053A3;
		background-color: none;
		position: relative;
		float: left;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 500;
		text-align: left;
		color: #000;
		text-indent: 10px;
	}
	
	textarea {
		border: 2px solid #0053A3;
		background-color: none;
		position: relative;
		float: left;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 500;
		text-align: left;
		color: #000;
		text-indent: 10px;
	}

	sup {
		color: #f00;
	}
	
	.btn {
		width: 120px;
		height: 40px;
		background-color: #000;
		border: 0;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 500;
		margin-top: 20px;
		padding: 5px;
	}
	
	.ctn-invest-part {
		width: 100%;
		height: 500px;
		border: 0;
		position: relative;
		justify-content: center;
		text-align: center;
		margin: 0 0 50px 0;
		padding: 20px 0;
	}
	
	.ctn-invest-left {
		width: 310px;
		height: 450px;
		position: relative;
		float: left;
		border: 1px solid #666;
		border-radius: 10px;
		margin: 10px 0px 20px 75px;
		padding: 20px;
		background-color: transparent;
	}
	
	.ctn-invest-left h3 {
		font-size: 19px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		text-align: left;
		margin: 10px 5px;
	}
	
	.ctn-invest-left p {
		font-size: 16px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 20px 0 10px 0;
	}
	
	.ctn-invest-left h1 {
		font-size: 25px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bolder;
		color: #0053A3;
		text-align: left;
		line-height: 30px;
		margin: 10px 0 40px 0;
	}
	
	.ctn-invest-left h1 span {
		font-size: 17px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		position: absolute;
		margin: 0;
		padding: 0;
	}
	
	.ctn-invest-left ul {
		list-style-type: none;
		width: auto;
		height: auto;
		position: relative;
		overflow: hidden;
		justify-content: inherit;
		align-items: left;
		text-align: left;
		margin: 10px 0;
		padding: 10px;
	}
	
	.ctn-invest-left ul li {
		display: inline-block;
		position: relative;
		font-size: 15px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 15px 0;
		padding: 0 5px;
	}
	
	.ctn-invest-left ul li i {
		font-size: 20px;
		font-weight: bold;
		color: #0053A3;
		margin: 0 7px 0 0;
	}
	
	.ctn-invest-left a {
		width: 170px;
		height: 40px;
		background-color: #000;
		border: 0;
		border-radius: 10px;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 500;
		text-decoration: none;
		margin: 0;
		padding: 10px;
	}
	
	.ctn-invest-center {
		width: 310px;
		height: 450px;
		position: relative;
		float: left;
		border: 1px solid #666;
		border-radius: 10px;
		margin: 10px 0px 20px 75px;
		padding: 20px;
		background-color: transparent;
	}
	
	.ctn-invest-center h3 {
		font-size: 19px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		text-align: left;
		margin: 10px 5px;
	}
	
	.ctn-invest-center p {
		font-size: 16px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 20px 0 10px 0;
	}
	
	.ctn-invest-center h1 {
		font-size: 25px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bolder;
		color: #0053A3;
		text-align: left;
		line-height: 30px;
		margin: 10px 0 30px 0;
	}
	
	.ctn-invest-center h1 span {
		font-size: 17px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		position: absolute;
		margin: 0;
		padding: 0;
	}
	
	.ctn-invest-center ul {
		list-style-type: none;
		width: auto;
		height: auto;
		position: relative;
		overflow: hidden;
		justify-content: inherit;
		align-items: left;
		text-align: left;
		margin: 10px 0;
		padding: 10px;
	}
	
	.ctn-invest-center ul li {
		display: inline-block;
		position: relative;
		font-size: 15px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 15px 0;
		padding: 0 5px;
	}
	
	.ctn-invest-center ul li i {
		font-size: 20px;
		font-weight: bold;
		color: #0053A3;
		margin: 0 7px 0 0;
	}
	
	.ctn-invest-center a {
		width: 170px;
		height: 40px;
		background-color: #000;
		border: 0;
		border-radius: 10px;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 500;
		text-decoration: none;
		margin: 0;
		padding: 10px;
	}
	
	.ctn-invest-right {
		width: 310px;
		height: 450px;
		position: relative;
		float: left;
		border: 1px solid #666;
		border-radius: 10px;
		margin: 10px 0px 20px 75px;
		padding: 20px;
		background-color: transparent;
	}
	
	.ctn-invest-right h3 {
		font-size: 19px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		text-align: left;
		margin: 10px 5px;
	}
	
	.ctn-invest-right p {
		font-size: 16px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 20px 0 10px 0;
	}
	
	.ctn-invest-right h1 {
		font-size: 25px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bolder;
		color: #0053A3;
		text-align: left;
		line-height: 30px;
		margin: 10px 0 30px 0;
	}
	
	.ctn-invest-right h1 span {
		font-size: 17px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		position: absolute;
		margin: 0;
		padding: 0;
	}
	
	.ctn-invest-right ul {
		list-style-type: none;
		width: auto;
		height: auto;
		position: relative;
		overflow: hidden;
		justify-content: inherit;
		align-items: left;
		text-align: left;
		margin: 10px 0;
		padding: 10px;
	}
	
	.ctn-invest-right ul li {
		display: inline-block;
		position: relative;
		font-size: 15px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 15px 0;
		padding: 0 5px;
	}
	
	.ctn-invest-right ul li i {
		font-size: 20px;
		font-weight: bold;
		color: #0053A3;
		margin: 0 7px 0 0;
	}
	
	.ctn-invest-right a {
		width: 170px;
		height: 40px;
		background-color: #000;
		border: 0;
		border-radius: 10px;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 500;
		text-decoration: none;
		margin: 0;
		padding: 10px;
	}
	
	.ctn-operation-part {
		width: 100%;
		height: auto;
		border: 0;
		position: relative;
		margin: 0;
		background-color: transparent;
		padding: 0;
	}

	.ctn-operation-part iframe {
		width: 100%;
		height: 400px;
		border: 0;
		padding: 10px 10px 10px 10px;
		margin: 0;
	}

/* css code body investor.php page */

	
	.ctn-invest-main {
		width: 100%;
		height: 500px;
		border: 0;
		position: relative;
		justify-content: center;
		text-align: center;
		margin: 0 0 20px 0;
	}
	
	.invest-main-left {
		width: 310px;
		height: 450px;
		position: relative;
		float: left;
		border: 1px solid #666;
		border-radius: 10px;
		margin: 10px 0px 20px 75px;
		padding: 20px;
		background-color: transparent;
	}
	
	.invest-main-left h3 {
		font-size: 19px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		text-align: left;
		margin: 10px 5px;
	}
	
	.invest-main-left p {
		font-size: 16px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 20px 0 10px 0;
	}
	
	.invest-main-left h1 {
		font-size: 25px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bolder;
		color: #0053A3;
		text-align: left;
		line-height: 30px;
		margin: 10px 0 30px 0;
	}
	
	.invest-main-left h1 span {
		font-size: 17px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		position: absolute;
		margin: 0;
		padding: 0;
	}
	
	.invest-main-left ul {
		list-style-type: none;
		width: auto;
		height: auto;
		position: relative;
		overflow: hidden;
		justify-content: inherit;
		align-items: left;
		text-align: left;
		margin: 10px 0;
		padding: 10px;
	}
	
	.invest-main-left ul li {
		display: inline-block;
		position: relative;
		font-size: 15px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 15px 0;
		padding: 0 5px;
	}
	
	.invest-main-left ul li i {
		font-size: 20px;
		font-weight: bold;
		color: #0053A3;
		margin: 0 7px 0 0;
	}
	
	.invest-main-left a {
		width: 170px;
		height: 40px;
		background-color: #000;
		border: 0;
		border-radius: 10px;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 500;
		text-decoration: none;
		margin: 0;
		padding: 10px;
	}
	
	.invest-main-center {
		width: 310px;
		height: 450px;
		position: relative;
		float: left;
		border: 1px solid #666;
		border-radius: 10px;
		margin: 10px 0px 20px 75px;
		padding: 20px;
		background-color: transparent;
	}
	
	.invest-main-center h3 {
		font-size: 19px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		text-align: left;
		margin: 10px 5px;
	}
	
	.invest-main-center p {
		font-size: 16px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 20px 0 10px 0;
	}
	
	.invest-main-center h1 {
		font-size: 25px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bolder;
		color: #0053A3;
		text-align: left;
		line-height: 30px;
		margin: 10px 0 30px 0;
	}
	
	.invest-main-center h1 span {
		font-size: 17px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		position: absolute;
		margin: 0;
		padding: 0;
	}
	
	.invest-main-center ul {
		list-style-type: none;
		width: auto;
		height: auto;
		position: relative;
		overflow: hidden;
		justify-content: inherit;
		align-items: left;
		text-align: left;
		margin: 10px 0;
		padding: 10px;
	}
	
	.invest-main-center ul li {
		display: inline-block;
		position: relative;
		font-size: 15px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 15px 0;
		padding: 0 5px;
	}
	
	.invest-main-center ul li i {
		font-size: 20px;
		font-weight: bold;
		color: #0053A3;
		margin: 0 7px 0 0;
	}
	
	.invest-main-center a {
		width: 170px;
		height: 40px;
		background-color: #000;
		border: 0;
		border-radius: 10px;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 500;
		text-decoration: none;
		margin: 0;
		padding: 10px;
	}
	
	.invest-main-right {
		width: 310px;
		height: 450px;
		position: relative;
		float: left;
		border: 1px solid #666;
		border-radius: 10px;
		margin: 10px 0px 20px 75px;
		padding: 20px;
		background-color: transparent;
	}
	
	.invest-main-right h3 {
		font-size: 19px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		text-align: left;
		margin: 10px 5px;
	}
	
	.invest-main-right p {
		font-size: 16px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 20px 0 10px 0;
	}
	
	.invest-main-right h1 {
		font-size: 25px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bolder;
		color: #0053A3;
		text-align: left;
		line-height: 30px;
		margin: 10px 0 30px 0;
	}
	
	.invest-main-right h1 span {
		font-size: 17px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #666;
		position: absolute;
		margin: 0;
		padding: 0;
	}
	
	.invest-main-right ul {
		list-style-type: none;
		width: auto;
		height: auto;
		position: relative;
		overflow: hidden;
		justify-content: inherit;
		align-items: left;
		text-align: left;
		margin: 10px 0;
		padding: 10px;
	}
	
	.invest-main-right ul li {
		display: inline-block;
		position: relative;
		font-size: 15px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 500;
		color: #000;
		line-height: 1.5;
		text-align: justify;
		margin: 15px 0;
		padding: 0 5px;
	}
	
	.invest-main-right ul li i {
		font-size: 20px;
		font-weight: bold;
		color: #0053A3;
		margin: 0 7px 0 0;
	}
	
	.invest-main-right a {
		width: 170px;
		height: 40px;
		background-color: #000;
		border: 0;
		border-radius: 10px;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 500;
		text-decoration: none;
		margin: 0;
		padding: 10px;
	}
	
	.ctn-about {
		width: 230px;
		height: 110px;
		background-color: #000;
		position: absolute;
		text-align: center;
		margin: 450px 0px 0px 100px;
	}
	
	.ctn-about h3 {
		color: #2A2B25;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 40px;
		font-weight: 500;
	}
	
	.info-part {
		width: 100%;
		height: 1024px;
		overflow: hidden;
		background: url('../images/cover-bg.jpg') no-repeat;
		background-size: cover;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin: 0;
	}
	
	.partition1 {
		width: 280px;
		height: 80px;
		position: absolute;
		margin: 70px 50px 0px 60px;
	}
	
	.partition1 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 30px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.partition2 {
		width: 280px;
		height: 80px;
		position: absolute;
		margin: 70px 0px 0px 470px;
	}
	
	.partition2 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 30px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.partition3 {
		width: 280px;
		height: 80px;
		position: absolute;
		margin: 70px 30px 0px 860px;
	}
	
	.partition3 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 30px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.info-ctn {
		width: 270px;
		height: 95px;
		background-color: #000;
		position: absolute;
		margin: 480px 0px 0px 750px;
		padding: 5px;
	}
	
	.info-ctn h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 35px;
		font-weight: 500;
		color: #fff;
		text-align: center;
	}
	
	.address-part-left img {
		width: 550px;
		height: 500px;
		position: relative;
		float: left;
		margin: 210px 0px 0px 45px;
	}
	
	.address-part-right {
		width: 555px;
		height: 500px;
		position: relative;
		float: right;
		background-color: #fff;
		margin: 210px 50px 0px 0px;	
	}
	
	.address-part-right h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 30px;
		font-weight: 400;
		text-align: left;
		color: #0053A3;
	}
	
	.address-part-right hr {
		color: #0053A3;
	}
	
	.address-part-right p {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: 400;
		text-align: justify;
		line-height: 2.0;
		margin: 10px 20px 0px 0px;
	}
	
	.address-part-right div {
		background-color: #0053A3;
		color: #fff;
		font-family: sans-serif;
		font-weight: 500;
		font-size: 14px;
		position: absolute;
		border-radius: 25px;
		padding: 5px;
		width: 140px;
		height: 28px;
		box-shadow: none;
		outline-color: #0053A3;
		margin: 241px 0px 0px 107px;
		text-align: center;
	}
	
	.info-group1 {
		width: 280px;
		height: 80px;
		position: absolute;
		margin: 850px 0px 0px 60px;
	}
	
	.info-group1 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 30px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.info-group2 {
		width: 280px;
		height: 80px;
		position: absolute;
		margin: 850px 0px 0px 460px;
	}
	
	.info-group2 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 30px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.info-group3 {
		width: 280px;
		height: 80px;
		position: absolute;
		margin: 850px 30px 0px 850px;
	}
	
	.info-group3 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 30px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.group-ctn {
		width: 270px;
		height: 95px;
		background-color: #000;
		position: absolute;
		margin: 660px 0px 0px 160px;
		justify-content: center;
		align-items: center;
		padding: 10px;
	}
	
	.group-ctn h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 35px;
		font-weight: 500;
		color: #fff;
		text-align: center;
	}
	
	.ctn-envo {
		width: 100%;
		border: 0;
		position: relative;
		text-align: center;
	}
	
	.ctn-envo-left {
		position: relative;
		width: 500px;
		height: 450px;
		float: left;
		justify-content: center;
		align-items: center;
		margin: 20px 0px 0px 60px;
		padding: 0;
	}
	
	.ctn-envo-left hr {
		color: #0053A3;
	}
	
	.ctn-envo-left h3 {
		font-size: 30px;
		font-weight: 500;
		font-family: Arial;
		color: #0053A3;
		line-height: 2.0;
		text-align: right;
	}
	
	.ctn-envo-left p {
		font-size: 15px;
		font-weight: 500;
		font-family: Arial;
		line-height: 2.0;
		margin: 10px 0px 0px 30px;
		text-align: justify;
		padding: 0;
	}
	
	.ctn-envo-left div {
		background-color: #0053A3;
		color: #fff;
		font-family: sans-serif;
		font-weight: 500;
		font-size: 14px;
		position: absolute;
		border-radius: 25px;
		padding: 5px;
		width: 140px;
		height: 28px;
		box-shadow: none;
		outline-color: #0053A3;
		margin: 193px 0px 0px 30px;
		text-align: center;
	}
	
	.ctn-envo-right {
		position: relative;
		width: 500px;
		height: 450px;
		float: right;
		margin: 30px 80px 0px 0px;
		padding: 0;
	}
	
	.ctn-envo-right img {
		width: 500px;
		height: 450px;
		position: relative;
	}
	
	.pro-ctn {
		width: 270px;
		height: 95px;
		background-color: #000;
		position: absolute;
		margin: 430px 0px 0px 740px;
		justify-content: center;
		align-items: center;
		padding: 10px;
	}
	
	.pro-ctn h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 35px;
		font-weight: 500;
		color: #fff;
		text-align: center;
	}
	
	.addition-ctn {
		width: 100%;
		height: 100%;
		overflow: hidden;
		margin: 0;
	}
	
	.info-group-ctn1 {
		width: 280px;
		height: 80px;
		position: absolute;
		margin: 120px 0px 0px 60px;
	}
	
	.info-group-ctn1 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 30px;
		font-weight: 400px;
		text-align: center;
		color: #0053A3;
	}
	
	.info-group-ctn2 {
		width: 280px;
		height: 80px;
		position: absolute;
		margin: 120px 0px 0px 460px;
	}
	
	.info-group-ctn2 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 30px;
		font-weight: 400px;
		text-align: center;
		color: #0053A3;
	}
	
	.info-group-ctn3 {
		width: 280px;
		height: 80px;
		position: absolute;
		margin: 120px 30px 0px 850px;
	}
	
	.info-group-ctn3 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 30px;
		font-weight: 400px;
		text-align: center;
		color: #0053A3;
	}
	
	.pro-part-left img {
		width: 500px;
		height: 450px;
		position: relative;
		float: left;
		margin: 300px 0px 0px 70px;
	}
	
	.pro-part-right {
		width: 500px;
		height: 630px;
		position: relative;
		float: right;
		background-color: #fff;
		margin: 250px 70px 0px 0px;
	}
	
	.pro-part-right h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 30px;
		font-weight: 400;
		text-align: left;
		color: #0053A3;
	}
	
	.pro-part-right hr {
		color: #0053A3;
	}
	
	.pro-part-right p {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: 400;
		text-align: justify;
		line-height: 2.0;
		margin: 10px 30px 0px 0px;
	}
	
	.pro-part-right div {
		background-color: #0053A3;
		color: #fff;
		font-family: sans-serif;
		font-weight: 500;
		font-size: 14px;
		position: absolute;
		border-radius: 25px;
		padding: 5px;
		width: 140px;
		height: 28px;
		box-shadow: none;
		outline-color: #0053A3;
		margin: 172px 0px 0px 5px;
		text-align: center;
	}
	
	.accord-ctn {
		width: 100%;
		height: 1050px;
		overflow: hidden;
		background: url('../images/refinery-home.jpg') no-repeat;
		background-size: cover;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin: 0;
	}
	
	.accord-part1 {
		width: 280px;
		height: 80px;
		position: absolute;
		margin: 80px 50px 0px 60px;
	}
	
	.accord-part1 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 30px;
			font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.accord-part2 {
		width: 280px;
		height: 80px;
		position: absolute;
		margin: 80px 0px 0px 460px;
	}
	
	.accord-part2 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 30px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.accord-part3 {
		width: 280px;
		height: 80px;
		position: absolute;
		margin: 80px 30px 0px 850px;
	}
	
	.accord-part3 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 30px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.accord-part-right img {
		width: 500px;
		height: 450px;
		position: relative;
		float: right;
		margin: 250px 59px 0px 0px;
	}
	
	.accord-part-left {
		width: 600px;
		height: 610px;
		position: relative;
		float: left;
		background-color: #fff;
		margin: 250px 0px 0px 40px;
	}
	
	.accord-part-left h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 30px;
		font-weight: 400;
		text-align: right;
		color: #0053A3;
	}
	
	.accord-part-left hr {
		color: #0053A3;
	}
	
	.accord-part-left p {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: 400;
		text-align: justify;
		line-height: 2.0;
		margin: 10px 20px 0px 30px;
	}
	
	.accord-part-left div {
		background-color: #0053A3;
		color: #fff;
		font-family: sans-serif;
		font-weight: 500;
		font-size: 14px;
		position: absolute;
		border-radius: 25px;
		padding: 5px;
		width: 140px;
		height: 28px;
		box-shadow: none;
		outline-color: #0053A3;
		margin: 300px 0px 0px 450px;
		text-align: center;
	}
	
	.accord-info-ctn {
		width: 270px;
		height: 95px;
		background-color: #000;
		position: absolute;
		margin: 700px 0px 0px 170px;
		justify-content: center;
		align-items: center;
		padding: 10px;
	}
	
	.accord-info-ctn h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 35px;
		font-weight: 500;
		color: #fff;
		text-align: center;
	}
	
	.folder1 {
		width: 280px;
		height: 80px;
		position: absolute;
		margin: 930px 50px 0px 60px;
	}
	
	.folder1 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 30px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.folder2 {
		width: 280px;
		height: 80px;
		position: absolute;
		margin: 930px 0px 0px 450px;
	}
	
	.folder2 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 30px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.folder3 {
		width: 280px;
		height: 80px;
		position: absolute;
		margin: 930px 30px 0px 850px;
	}
	
	.folder3 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 30px;
		font-weight: 400px;
		text-align: center;
		color: #fff;
	}
	
	.folder-ctn {
		width: 270px;
		height: 95px;
		background-color: #000;
		position: absolute;
		margin: 650px 0px 0px 760px;
		padding: 5px;
	}
	
	.folder-ctn h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 35px;
		font-weight: 500;
		color: #fff;
		text-align: center;
	}
	
	.transpart-ctn {
		width: 100%;
		height: 720px;
		overflow: hidden;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin: 0;
	}
	
	.transpart-right img {
		width: 500px;
		height: 450px;
		position: relative;
		float: left;
		margin: 50px 0px 0px 70px;
	}
	
	.transpart-left {
		width: 500px;
		height: 500px;
		position: relative;
		float: right;
		margin: 30px 80px 0px 0px;	
	}
	
	.transpart-left h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 30px;
		font-weight: 400;
		text-align: left;
		color: #0053A3;
	}
	
	.transpart-left hr {
		color: #0053A3;
	}
	
	.transpart-left p {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: 400;
		text-align: justify;
		line-height: 2.0;
		margin: 10px 0px 0px 10px;
	}
	
	.transpart-left div {
		background-color: #0053A3;
		color: #fff;
		font-family: sans-serif;
		font-weight: 500;
		font-size: 14px;
		position: absolute;
		border-radius: 25px;
		padding: 5px;
		width: 140px;
		height: 28px;
		box-shadow: none;
		outline-color: #0053A3;
		margin: 433px 0px 0px 391px;
		text-align: center;
	}
	
	.capture1 {
		width: 280px;
		height: 80px;
		position: absolute;
		margin: 580px 50px 0px 60px;
	}
	
	.capture1 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 30px;
		font-weight: 400px;
		text-align: center;
		color: #0053A3;
	}
	
	.capture2 {
		width: 280px;
		height: 80px;
		position: absolute;
		margin: 580px 0px 0px 450px;
	}
	
	.capture2 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 30px;
		font-weight: 400px;
		text-align: center;
		color: #0053A3;
	}
	
	.capture3 {
		width: 280px;
		height: 80px;
		position: absolute;
		margin: 580px 30px 0px 850px;
	}
	
	.capture3 h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 30px;
		font-weight: 400px;
		text-align: center;
		color: #0053A3;
	}
	
	footer {
		width: 100%;
		height: 150px;
		overflow: hidden;
		margin: 20px 0 0 0;
		background-color: #000000;
	}
	
	.footer-ctn-left {
		width: 370px;
		height: 150px;
		background-color: transparent;
		float: left;
		position: relative;
	}
	
	.footer-ctn-left img {
		width: 150px;
		height: 80px;
		margin: 20px 0px 0px 90px;
	}
	
	.footer-ctn-left p {
		font-family: sans-serif;
		font-size: 17px;
		font-weight: 500;
		color: #fff;
		line-height: 2.0;
		text-align: center;
	}
	
	.footer-ctn-right {
		width: 750px;
		height: 150px;
		background-color: transparent;
		float: right;
		position: relative;
	}
	
	.footer-ctn-inner {
		width: 100%;
		height: 150px;
		overflow: hidden;
		margin: 0;
	}
	
	.footer-ctn-inner ul {
		list-style-type: none;
		margin-top: 15px;
	}
	
	.footer-ctn-inner li {
		display: inline-block;
		padding-left: 15px;
		margin: 10px;
	}
	
	.footer-ctn-inner li a {
		font-family: sans-serif;
		font-size: 18px;
		font-weight: 500;
		color: #fff;
		text-decoration: none;
		line-height: 2.0;
	}
	
	.footer-ctn-inner li a:hover {
		font-family: sans-serif;
		font-size: 18px;
		font-weight: 500;
		color: #CC6600;
		text-decoration: underline;
		line-height: 2.0;
	}
	
	.footer-ctn-inner li a:focus {
		font-family: sans-serif;
		font-size: 18px;
		font-weight: 500;
		color: #CC6600;
		text-decoration: underline;
		line-height: 2.0;
	}
	
	.footer-ctn-inner li a:active {
		font-family: sans-serif;
		font-size: 18px;
		font-weight: 500;
		color: #CC6600;
		text-decoration: underline;
		line-height: 2.0;
	}
	
	.footer-ctn-inner p {
		font-family: sans-serif;
		font-size: 18px;
		font-weight: 500;
		color: #fff;
		text-decoration: none;
		line-height: 2.0;
		position: relative;
		margin: 10px 0px 0px 30px;
	}
	
	.footer-icon {
		margin-left: 10px;
		position: relative;
	}
	
	.capture-info-ctn {
		width: 270px;
		height: 95px;
		background-color: #000;
		position: absolute;
		margin: 445px 0px 0px 150px;
		justify-content: center;
		align-items: center;
		padding: 5px;
	}
	
	.capture-info-ctn h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 35px;
		font-weight: 500;
		color: #fff;
		text-align: center;
	}
}