/*--------------------------------------------------//
/$$$$$$   /$$$$$$   /$$$$$$   /$$$$$$
/$$__  $$ /$$__  $$ /$$__  $$ /$$__  $$
| $$  \ $$| $$  \__/| $$  \__/| $$  \__/
| $$$$$$$$| $$ /$$$$| $$      |  $$$$$$
| $$__  $$| $$|_  $$| $$       \____  $$
| $$  | $$| $$  \ $$| $$    $$ /$$  \ $$
| $$  | $$|  $$$$$$/|  $$$$$$/|  $$$$$$/
|__/  |__/ \______/  \______/  \______/
Developed with loving code by http://www.agcs.works
For questions and support email info@agcs.works
//--------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans');

#container {
    position: relative;
    margin: 0 auto;
    width: 1080px;
    overflow: hidden;
}
/* General styles */
* {
    margin: 0;
    padding: 0;
}
html,body {
    background-color: #000626;
    font-family: 'Noto Sans', sans-serif;
}
h1 {
    color: #ffffff;
    font-weight: bold;
    font-size: 32px;
}
h2 {
    font-size: 24px;
    font-weight: normal;
    color: #ffffff;
    margin: 10px 0px;
}
p,
ul > li {
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    text-align: left;
}
ul {
    margin-left: 20px;
}
.white {
    color: #ffffff;
}
.orange {
    color: #ff7704;
}
.blue {
    color: #061033;
}
.textalignRight {
    text-align: right;
}
.textalignLeft {
    text-align: left;
}
.textalignCenter {
    text-align: center;
}
.hide {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.orangeBlock {
    position: absolute;
    background-color: #ff7704;
    padding: 25px;
    color: #ffffff;
    font-size: 36px;
    right: 0px;
    top: 150px;
    padding: 25px 25px 25px 100px;
}
.orangeBlock > h1 {
    text-transform: uppercase;
}
.transparantBlock {
    position: absolute;
    padding: 25px;
    width: 400px;
    color: #ff7704;
    font-size: 36px;
}
.transparantBlock > img {
    width: 100%;
}
.right {
    right: -500px;
}
.left {
    left: -500px;
}
.tempRight {
    right: 50px;
}
.tempLeft {
    left: 50px;
}
.row,
.col {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0px;
}
.col {
    width: 25%;
    color: #ffffff;
    font-size:20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0px;
}
/* Hero section */
#hero {
    position: relative;
    width: 100%;
    height: 610px;
}
#hero > img {
    position: absolute;
    width: 100%;
    bottom: 0px;
}
#orangecut {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
#herotext {
    position: absolute;
    width: auto;
    bottom: 20px;
    right: 25px;
}
#herotext > h1 {
    color: #ffffff;
    font-size: 54px;
    font-weight: bold;
}
/* Nav section */
nav {
    z-index: 99999;
    background-color: #032446;
}
nav > ul {
    width: 100%;
    margin: 0;
    list-style: none;
    display: flex;
}
nav > ul > li {
    display: inline-flex;
    width: 33%;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    padding: 15px 0px;
    text-transform: uppercase;
}
nav a {
    color: #ffffff;
    text-decoration: none;
}
nav a:hover {
    color: #ff7704;
}
nav a:link {
    color: #ffffff;
}
nav #seperator {
    position: absolute;
    width: 100%;
    height: 30px;
    top: 41px;
}
/* Content blocks */
.content-hero,
.content-hero-big {
    position: absolute;
    width: 1080px;
    height: 608px;
}
.content-hero-big {
    height: 800px;
}
.content-hero > img ,
.content-hero-big > img{
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
}
.content {
    position: relative;
    width: 100%;
    background-image: url('../../imgs/20year/bg.jpg');
    background-size: cover;
    background-position: top;
    text-align: center;
}
#asian-pioneer {
    height: 2100px;
}
#content2 {
    height: 600px;
    background-image: none;
    background-color: #c7d6e3;
}
#content3 {
    height: 1050px;
}
#global-expansion {
    height: 5500px;
}
#diversified-investment {
    height: 1700px;
}
#content6 {
    height: 3080px;
}

/* Shapes */
.circle {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #ff7704;
    border-radius: 20px;
    left: 50%;
    margin-left: -20px;
    -webkit-transform: scale(0,0);
            transform: scale(0,0);
    z-index: 99998;
}
.arrow {
    position: absolute;
    width: 720px;
    height: auto;
    bottom: 0px;
    left: -720px;
}
.line {
    position: absolute;
    left: 50%;
    display: block;
    margin-left: -1.5px;
    width: 3px;
    height: 0px;
    background-color: #ffffff;
    z-index: 99997;
}
#arrow1,
#arrow2 {
    left: -720px;
}
#line1,
#line2 {
    top: 512px;
}
#line3 {
    top: 707px;
}
#line4 {
    top: 905px;
}
#circle1,
#circle4 {
    top: 770px;
}
#circle2,
#circle5 {
    top: 1123px;
}
#circle3,
#circle6 {
    top: 1523px;
}
#circle7 {
    top: 990px;
}
#circle8 {
    top: 1120px;
}
#circle9 {
    top: 1340px;
}
#circle10 {
    top: 1710px;
}
#circle11 {
    top: 1926px;
}
#circle12 {
    top: 2186px;
}
/* --- Content 1 / Blocks --- */
#c1-block2,
#c1-block3 {
    top: 600px;
}
#c1-block4,
#c1-block5 {
    top: 1040px;
}
#c1-block6,
#c1-block7 {
    top: 1440px;
}
/* --- Content 2 / Blocks --- */
#c2-block2 {
    width: 100%;
    position: relative;
}
/* --- Content 3 / Blocks--- */
#c3-block2,
#c3-block3,
#c3-block4 {
    position: absolute;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 170px;
    top: 200px;
    left:-1080px;
    background-color: #ff7704;
}
#c3-block2 ul,
#c3-block3 ul,
#c3-block4 ul  {
    margin-right: 30px;
    list-style: none;
}
#c3-block2 ul > li,
#c3-block3 ul > li,
#c3-block4 ul > li {
    margin-bottom: 15px;
    font-size: 19px;
}
#c3-block2 ul > li:last-child,
#c3-block3 ul > li:last-child,
#c3-block4 ul > li:last-child {
    margin-bottom: 0px;
}
#c3-block3 {
    top: 500px;
    background-color: #345f8a;
    left: 1080px;
}
#c3-block4 {
    top: 780px;
    background-color: #9c95a3;
}
/* --- Content 4 / Blocks --- */
#c4-block1 {
    top: 150px;
}
#c4-block2 {
    position: relative;
    top: 760px;
    width: 100%;
    text-align: center;
}
/* --- Content 5 / Blocks --- */
#c5-block2,
#c5-block3 {
    top: 650px;
}
#c5-block4 {
    top: 950px;
}
#c5-block5 {
    top: 980px;
}
#c5-block6,
#c5-block7 {
    top: 1350px;
}
/* --- Content 6 / Blocks --- */
#c6-block1 {
    position: absolute;
    right: 25px;
    top: 75px;
}
#c6-block1 > h1 {
    font-size: 66px;
}
#c6-features {
    position: absolute;
    width: 1080px;
    top: 280px;
}
#c6-features > div {
    position: relative;
    width: 360px;
    height: 300px;
    float: left;
}
#c6-features > div:nth-child(1) {
    background-color: rgba(6, 16, 51, 0.8);
}
#c6-features > div:nth-child(2) {
    background-color: rgba(52, 95, 138, 0.8);
}
#c6-features > div:nth-child(3) {
    background-color: rgba(6, 16, 51, 0.6);
}
#c6-features > div > h2 {
    color: #ffffff;
    font-size: 20.5px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: -0.1px;
    margin: 20px 0;
}
#c6-features > div > p,
#c6-features > div > ul > li {
    text-align: left;
    color: #ffffff;
    font-size: 17px;
    font-weight: normal;
    padding: 0px 30px 0px 5px;
    margin-top: 15px;
    margin-left: 15px;
}
#c6-block2,
#c6-block13 {
    position: absolute;
    width: 100%;
    height: auto;
    top: 840px;
    text-align: center;
}
#c6-block2 {
    transform: scale(0,0);
}
#c6-block2 h1,
#c6-block13 h1 {
    font-weight: bold;
    color: #ff7704;
    font-size: 36px;
}
#c6-block3 {
    top: 930px;
}
#c6-block4 {
    top: 840px;
}
#c6-block4 img {
    display: block;
    width: 85%;
    margin-top: 15px;
    margin-left: auto;
}
#c6-block5 {
    top: 1090px;
}
#c6-block6 {
    top: 1208px;
}
#c6-block5 img {
    display: block;
    width: 280px;
    margin: 20px auto 0px 0px;;
}
#c6-block6 img {
    display: block;
    width: 100px;
    margin: 20px 20px 0px auto;;
}
#c6-block7 {
    top: 1340px;
}
#c6-block8 {
    top: 1444px;
}
#c6-block9 {
    top: 1750px;
}
#c6-block10 {
    top: 1800px
}
#c6-block11 {
    top: 2160px;
}
#c6-block12 {
    top: 2218px;
}
#c6-block7 img,
#c6-block8 img,
#c6-block9 img,
#c6-block10 img,
#c6-block13 img,
#c6-block13 p {
    margin-top: 20px;
}
#c6-block13 {
    top: 2500px;
}
#c6-block13 p {
    padding: 0px 100px;
}
#c6-block13 > ul {
    width: 1080px;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 10px;
}
#c6-block13 > ul > li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 150px;
    font-size: 26px;
    position: relative;
}
#c6-block13 > ul > li:nth-child(1) {
    left: -10px;
}
#c6-block13 > ul > li:nth-child(2),
#c6-block13 > ul > li:nth-child(3),
#c6-block13 > ul > li:nth-child(5),
#c6-block13 > ul > li:nth-child(6) {
    left: -40px;
}
#c6-block13 > ul > li:nth-child(4) {
    left: -50px;
}
#c6-block13 > ul > li:nth-child(7) {
    position: relative;
    right: 45px;
}
#c6-block14 {
    position: absolute;
    width: 100%;
    top: 2880px;
    text-align: center;
}
#cta {
    text-align: center;
    width: 590px;
    height: 122px;
    background-image: url('../../imgs/20year/cta.png');
    margin: 0 auto;
    cursor: pointer;
    transform: scale(0,0);
}
#cta h1 {
    font-size: 38px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 25px;
}
/* Spinning globe */
#globe {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -225px;
    width: 450px;
    height: 450px;
    overflow: hidden;
    border-radius: 300px;
    -webkit-transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
#map {
    position: absolute;
    left: -480px;
    top: -20px;
    height: 500px;
}
#globe > img,
#map > img {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
}
.poi {
    position: relative;
    top: 470px;
    width: 800px;
    height: 110px;
    display: block;
    margin: 0 auto;
    background-color: #ff7704;
    padding: 10px;
}
.poiText {
    position: absolute;
    text-align: center;
    width: 100%;
}
.poiText h1 {
    font-size: 24px;
}
.poiText p {
    font-size: 18px;
    text-align: left;
    padding: 5px 15px 5px 5px;
}
