/**************** TYPOGRAPHY *****************/

body, .body2, .caption{
    color: rgba(0, 0, 0, 0.8);
    font-family: KingPowerText-Regular;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
    color: rgba(0, 0, 0, 0.8);
    font-family: KingPowerHeadline-Bold;
}
.tag1, .tag2{
    color: rgba(0, 0, 0, 0.8);
    font-family: KingPowerText-Bold;
}
body{font-size: 14px;line-height: 20px;}
h1{font-size: 39px;line-height: 54px;}
h2{font-size: 31px;line-height: 44px;}
h3{font-size: 25px;line-height: 36px;}
h4{font-size: 20px;line-height: 28px;}
h5{font-size: 18px;line-height: 26px;}
h6{font-size: 16px;line-height: 24px;}
.body2{font-size: 12px;line-height: 18px;}
.caption{font-size: 10px;line-height: 16px;}
.tag1{font-size: 10px;line-height: 16px;}
.tag2{font-size: 8px;line-height: 12px;} 

/***** tablet *****/
@media only screen and (min-width:768px){
    body{font-size: 13px;line-height: 20px;}
    h1{font-size: 32px;line-height: 44px;}
    h2{font-size: 26px;line-height: 36px;}
    h3{font-size: 21px;line-height: 30px;}
    h4{font-size: 17px;line-height: 24px;}
    h5{font-size: 15px;line-height: 22px;}
    h6{font-size: 14px;line-height: 20px;}
    .body2{font-size: 11px;line-height: 18px;}
}
/***** END tablet ****/

/***** mobile *****/
@media only screen and (max-width:480px){
    body{font-size: 12px;line-height: 18px;}
    h1{font-size: 27px;line-height: 38px;}
    h2{font-size: 22px;line-height: 32px;}
    h3{font-size: 17px;height: 24px;line-height: 24px;}
    h4{font-size: 14px;line-height: 20px;}
    h5{font-size: 13px;line-height: 20px;}
    h6{font-size: 12px;line-height: 18px;}
    .body2{font-size: 10px;line-height: 16px;}
}
/***** END mobile *****/


* {box-sizing: border-box;}
html, body{margin:0; padding:0;}

/************* Clearfix ***************/
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

.fl{float: left;}
.fr{float: right;}
.hideme{opacity: 0;}
.alignC {text-align: center;}
.alignR {text-align: right;}
.trans03s{transition: all 0.3s;}
.space{width:5px;}

img {max-width: 100%; height: auto; margin: 0 auto;}
hr {border-bottom:none; margin: 50px 0 30px 0; box-shadow: none;}

/** PAGE CUSTOMISE **/
body {background: #0B56A4; font-size: 16px; line-height: 24px; font-weight: 300;}
body, p, a, a:hover, h1, h2, h3{color:#fff;}

.divWrapper{display:block; position:relative; width:100%; max-width: 1175px; margin: 0 auto;}

section {display: block; position: relative;}
.divider{background: #EBA317; height: 4px; width: 80%; margin: 20px auto;}

#stickBtn {display:none; position: fixed; bottom: 10%; right: 0; width: 180px; height: 132px; background: #000; text-align: center; z-index: 10; box-shadow: 0px 12px 34px rgba(14,18,64,0.5); overflow:hidden;}
#stickBtn .bg {position: absolute; top:0; opacity: 0.5; z-index: -1;}
#stickBtn .bg img{height: 132px; width: auto;}
#stickBtn:hover .bg {opacity: 0.8;}
#stickBtn i{color:#fff; padding: 50px 0 40px;}
#stickBtn p{color:#fff;text-shadow:0px 3px 5px rgba(14,18,64,0.5);}

footer {background: #000; width:100%; padding:15px 0;}
footer i{font-size: 21px; padding: 0 3px; margin: 0 5px;}
footer a:hover{text-decoration: none;}

/*#headWrap{min-height: 100%; background: url('../images/top-bg.jpg') center center; background-size: cover; padding-top: 140px;}*/
#headWrap{position: relative; padding:400px 0 150px 0; height: 100%; overflow: hidden;text-shadow:0px 6px 20px rgba(14,18,64,0.5); z-index:2;}
#headWrap .headInner{position: absolute; width:800px; top:45%; left:50%; margin-left: -400px;}
#headWrap h1{font-size: 48px; line-height: 48px;}
#headWrap h2{font-size: 32px; line-height: 36px; font-family: KingPowerHeadline-Regular; font-weight:400; margin-top: 30px;}
#headWrap video{position: fixed;   left: 50%;   top: 50%;
  min-height: 100%; min-width: 100%; z-index: -100;
    max-width: 160%; max-height: 160%; overflow: hidden;
  position: absolute; transform: translate(-50%, -50%);}
#headWrap .iconScroll{display: block; position: absolute; width: 100%; bottom: 30px; text-align: center; color: #fff; font-size: 10px; font-family: KingPowerHeadline-Regular;}
#headWrap .iconScroll img{display: block; width:auto; height: 32px; padding-bottom: 2px;}

.slide-fwd-top {
	-webkit-animation: slide-fwd-top 0.8s ease-in-out infinite alternate both;
	        animation: slide-fwd-top 0.8s ease-in-out infinite alternate both;
}

@-webkit-keyframes slide-fwd-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
30% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
    100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slide-fwd-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
    30% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
    100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}


/* VDO Section */
#videoWrap{padding:0px;}
#videoWrap img{box-shadow: 0px 12px 34px rgba(14,18,64,0.5);}
/*#videoWrap iframe{width:100%; height:auto; display: block; position: relative;}*/
#videoWrap .modal-dialog {width: 1290px;margin: 30px auto;}
#videoWrap .modal-body{padding: 5px;}
#videoWrap .modal-body iframe{width:1280px; height: 720px;}
#videoWrap i{font-size: 36px; position: absolute; z-index: 1; top:50%; left: 50%; margin-top: -16px; margin-left:-16px; color:#fff;}

/*#videoWrap .poster.desktop {background: url('../images/vdo_D.jpg') fixed center center;background-size: cover;-webkit-background-size: cover;}
#videoWrap .poster.mobile {background: url('../images/VDO_m.jpg') fixed center center;background-size: cover;-webkit-background-size: cover;}
#videoWrap .poster{width:100%; height:100%; z-index:-999;}

#videoWrap .poster:after {height: 100vh; -webkit-background-size: cover;}*/
#videoWrap .poster{width:100%; height: 100%;}
#videoWrap .poster.desktop:after{
    content:"";
      position:fixed; /* stretch a fixed position to the whole screen */
      top:0;
      height:100vh; /* fix for mobile browser address bar appearing disappearing */
      left:0;
      right:0;
      z-index:-1; /* needed to keep in the background */
      background: url('../images/vdo_D.jpg') center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
#videoWrap .poster.mobile:after{
    content:"";
      position:fixed; /* stretch a fixed position to the whole screen */
      top:0;
      height:100vh; /* fix for mobile browser address bar appearing disappearing */
      left:0;
      right:0;
      z-index:-1; /* needed to keep in the background */
      background: url('../images/VDO_m.jpg') center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}

@media only screen and (max-width:1290px){
    #videoWrap .modal-dialog {width: 970px; height: 550px;}
    #videoWrap .modal-body iframe{width:960px; height:540px;}
}
@media only screen and (max-width:970px){
    #videoWrap .modal-dialog {width: 730px; height: 415px;}
    #videoWrap .modal-body iframe{width:720px; height:405px;}
}
@media only screen and (max-width:720px){
    #videoWrap .modal-dialog {width: 490px; height: 280px;}
    #videoWrap .modal-body iframe{width:480px; height:270px;}
}
@media only screen and (max-width:480px){
    #videoWrap .modal-dialog {width: 330px; height: 190px;}
    #videoWrap .modal-body iframe{width:320px; height:180px;}
}

/*
.videoWrapper {position: relative; padding-bottom: 56.25%;height: 0;}
.videoWrapper iframe {display:none;position: absolute; top: 0; left: 0; width: 100%; height: 100%;}*/


/* Intro Section */
#introWrap{ background: #0B56A4; margin: 0 auto; text-align: center; padding: 80px 0 20px; z-index: 2;}
#introWrap .caption{font-family: KingPowerHeadline-Regular; color: #fff; font-size: 16px; line-height: 36px; margin: 30px auto 0 auto; max-width: 800px;}

/* Business Section */
#businessWrap{background: #0B56A4; padding:20px 0 100px 0; z-index:2;}
#businessWrap .item{font-family: KingPowerText-Regular; font-size: 16px; margin: 0 auto;  padding: 40px 0; max-width: 600px;}
#businessWrap .item .divWrapper{width:90%; margin: 0 auto;}
#businessWrap .item img{display: block; box-shadow: 0px 12px 34px rgba(14,18,64,0.5);}
#businessWrap .item h2, #businessWrap .item h3{text-transform: uppercase;}
#businessWrap .item h2{ font-size:30px; line-height: 36px; margin-top: 30px;}
#businessWrap .item h3 {font-family: KingPowerHeadline-Regular; font-weight: 400; font-size: 18px; margin-top:0;}
#businessWrap .item .divider {width: 83px; height: 2px; background: #EBA317; margin: 30px auto;}
#businessWrap .item h4{color:#fff;font-family: KingPowerHeadline-Regular; font-weight: 400; font-size:18px; line-height: 24px; padding-bottom: 10px;}
#businessWrap .item p{min-height: 70px;}
#businessWrap .item button {display:inline-block; border:1px solid #fff; border-radius: 3px; background: #0B56A4;font-family: KingPowerHeadline-Regular; padding:8px 25px; margin-top: 30px;
transition: all 0.3s;}
#businessWrap .item button:hover{background: #fff; color:#0B56A4;}

.desktop{display: block;}
    .mobile{display: none;}

@media(max-width:1200px){
    .divWrapper{width: 100%; padding: 0 20px;}
    #businessWrap .item .divWrapper{width:100%;}
}

@media only screen and (max-width:800px){
    body {font-size: 14px; }
    
    #headWrap  .desktop {display:none;}
    #headWrap  .mobile{display: block;}
    
#headWrap{padding:360px 0 0 0; height: 100%;}
#headWrap .headInner{position:relative; margin:0 auto; padding:0; width:80%;top:0; left:0;}
#headWrap h1{font-size: 30px; margin-top:-10px;}
#headWrap h2{font-size: 18px;margin-top:20px;}
#headWrap video{position: absolute;   left: 50%;   top: 50%;
  min-height: 100%; min-width: 100%; z-index: -100;
    max-width: 250%; max-height: 250%; overflow: hidden;
 transform: translate(-50%, -50%);}


    #introWrap .caption{font-size: 14px; line-height: 24px;}
    
    /* Business Section */

#businessWrap .item{
    font-size: 12px; max-width: 500px;}
    #businessWrap .item p{min-height: 0;}
#businessWrap .item h2{ 
    font-size:30px; line-height: 36px; margin-top: 30px;}
#businessWrap .item h3 {
    font-family: KingPowerHeadline-Regular; font-weight: 400; font-size: 18px; margin-top:0;}
#businessWrap .item h4{
    font-size:14px; line-height: 24px; padding-bottom: 10px;}
    
    #stickBtn {width: 120px; height: 80px; font-size: 12px;}
#stickBtn .bg {position: absolute; top:0;}
#stickBtn .bg img{height: 80px; width: auto;}
#stickBtn i{padding: 25px 0 20px;}

}

@media only screen and (max-width:480px){
    .desktop {display:none;}
    .mobile{display: block;}
    .divWrapper{width: 100%; padding:0 16px;}
    #businessWrap .item .divWrapper{width:95%;}
    #businessWrap .item h2{font-size: 27px;}
    body, h1, h2, h3, h4, h5, h6 {font-stretch: initial; letter-spacing: normal;}
    body, #businessWrap .item h2{-webkit-text-size-adjust: 100%;font-stretch: initial;}
    #headWrap .headInner{position: relative; width:90%; top:0; left:0; margin-left: 0; margin:0 auto;}
}
@media only screen and (max-height:600px){
    #headWrap {padding: 250px 0 0 0;}
}