@charset "utf-8";
/*
@import (reference) "custom-variables.less";
@import (reference) "custom-mixins.less";*/
/* need to add bootstrap matching class */
/*
@layout-max-w: 1680px;

@downSize-dsk-small: 0.75;
@downSize-tablet: 0.4;
@downSize-mobile: 0.4;


@mainContent_width: 1580px;

@maxW_padding: 30px;
*/
/*
// chart colors ======================

colors:


blue
#00bbce

pink
#de777d

orange
#f9a749

purple
#6a6eb3

green
#97cb59

brown
#a16d47


#51bf9d
#a970af
#f47a5c

*/
/*
.layoutPaddingL(){
    padding-left: @layout-padding-LR;

    @media @desktop-small{
        padding-left: @layout-padding-LR*@downSize-dsk-small;
    }
    @media @mobile{
        padding-left: @layout-padding-LR-m;
    }

}

.layoutPaddingR(){
    padding-right: @layout-padding-LR;

    @media @desktop-small{
        padding-right: @layout-padding-LR*@downSize-dsk-small;
    }
    @media @mobile{
        padding-right: @layout-padding-LR-m;
    }
}

.limitMaxW(){
    position: relative;

    max-width: @layout-max-w;
    margin: auto;
    .layoutPaddingL();
    .layoutPaddingR();

    height: 100%;
}

*/
/*
.flexCenterV_parent(){

    @media @desktop, @tablet{
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


.relativeCenterY(){
    position: relative;
    top: 50%;
    .translateY(-50%);
}

.relativeCenterY_dsktp(){
    position: relative;
    top: 50%;
    .translateY(-50%);

    @media @tablet, @mobile{
        top: 0;
        .translateY(0%);
    }
}
*/
.value-box_wrap {
  margin-bottom: 30px;
}
.value-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  height: 100%;
  padding: 20px;
  position: relative;
  background: #fff;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .value-box {
    padding: 20px 10px;
  }
}
.value-box .col-md + .col-md {
  border-left: 1px solid rgba(204, 204, 204, 0.5);
}
@media (max-width:  767px ) {
  .value-box .col-md + .col-md {
    border-left: none;
  }
  .value-box .col-md + .col-md::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    height: 1px;
    background: rgba(204, 204, 204, 0.5);
  }
}
.value-box .box-title {
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 700;
}
.value-box .box-bottom-right {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: right;
}
@media (max-width:  767px ) {
  .value-box .box-bottom-right {
    position: relative;
    bottom: 0;
    right: 0;
  }
}
.value-box .box-vCenter {
  position: absolute;
  padding: 20px 0;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width:  767px ) {
  .value-box .box-vCenter {
    position: relative;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.value-box .value-title {
  margin-bottom: 10px;
}
.value-box .currency {
  font-size: 16px;
}
.value-box .number {
  font-weight: bold;
  font-size: 78px;
}
.value-box .number--small {
  font-size: 30px;
}
.value-box .unit {
  font-size: 18px;
}
.value-box .value-of {
  margin-top: 1em;
  color: #999999;
}
.value-box .chart-title {
  font-weight: bold;
  text-transform: uppercase;
}
.value-box sup {
  font-size: 0.5em;
  top: -0.9em;
}
.content-box {
  padding: 20px 0;
}
#figures_wrap .box-title {
  color: #005aaa;
}
#figures_wrap .inRatio_wrap {
  position: relative;
  width: 100%;
  padding-top: 60%;
}
@media (min-width:  768px ) and (max-width:  1023px ) {
  #figures_wrap .inRatio_wrap {
    padding-top: 65%;
  }
}
@media (min-width:  460px ) and (max-width:  767px ) {
  #figures_wrap .inRatio_wrap {
    padding-top: 90%;
  }
}
@media (max-width:  459px ) {
  #figures_wrap .inRatio_wrap {
    padding-top: 80%;
  }
}
#figures_wrap .chart_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#figures_wrap #earningsPieChart {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#figures_wrap #earningsPieChart .amcharts-chart-div {
  width: 100% !important;
  height: 100%;
}
#figures_wrap #earningsPieChart .amcharts-chart-div svg {
  width: 100% !important;
  height: 100%;
}
#figures_wrap .chart_title {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  /*
    //no working?
    &-lessMargin{
        margin-bottom: @heading_lessMarginBtm;
    }
    */
  font-size: 20px;
  text-align: center;
  color: #666666;
  margin-bottom: 0.5em;
}
@media (max-width:  767px ) {
  #figures_wrap .chart_title {
    font-size: 18px;
  }
}
/*
#section-nav-holder {
	height: @sectionNav_height;
	position: relative;
	z-index: 101;
	margin-bottom: -@sectionNav_shiftedHeight;
}
.section-nav {

	@color_stickyBar: #e3fafa;
	@color_stickyBar_shadow: #b8dada;


	width: 100%;
	position: relative;
	z-index: 5;
	height: @sectionNav_height;



	&.sticky-mode {
		position: fixed;
		z-index: 101;
		top: @mainNav_height;// - 10px;
		left: 50%;
		transform: translateX(-50%);

	    max-width: @maxW;
	    margin: auto;
	    .maxWPaddingLR();

		height: @sectionNav_height;

		@media @tablet, @mobile {
			top: @topNav_height_mb;
		}

	}

	.nav_wrap{		
		.flex(row, center, center);
		height: 100%;
		background-color: @color_stickyBar;
		.boxShadow_solid( @color_stickyBar_shadow );
	    border-radius: @btn_borderRadius;		
	}

	.nav-item {
		position: relative;
		z-index: 1;
	}
	.nav-link {
		.flex(row, center, center);
		padding: 5px 15px;
		//height: @sectionNav_height;
		//.flex(column, center, center);
		cursor: pointer;
	    pointer-events: auto;
	    text-align: center;
	    line-height: 1.1em;
	    text-transform: uppercase;
	    border-radius: @btn_borderRadius;

	    &.nav-active {
	    	color: @color_btnActive;
	    	pointer-events: none;

    	    &:hover {
    	    	//text-decoration: underline;
    	    }

	    	&[data-section=section-1] {
	    		background-color: @color_sectionHK;
	    	}
	    	&[data-section=section-2] {
	    		background-color: @color_sectionChina;
	    	}
	    	&[data-section=section-3] {
	    		background-color: @color_sectionIndia;
	    	}
	    	&[data-section=section-4] {
	    		background-color: @color_sectionSEAsia;
	    	}
	    	&[data-section=section-5] {
	    		background-color: @color_sectionAustralia;
	    	}
	    }

	    @media @tablet, @mobile {
	    	height: @sectionNav_height_mb; 
	    }
	    @media @tablet {
	    	padding: 0 10px;
	    	font-size: 14px;
	    }
	    @media @mobile {
	    	font-size: 11px;
	    }


		&.nav-active {
			position: relative;
			&:after {
				position: absolute;
				top: 100%;
				left: 50%;
				.translate(-50%, 0);
				z-index: 1;
			}
		}

	}
}
*/
.sections_wrap {
  background: #eef5f5;
}
body.stickyBtmpage .sections_wrap {
  padding-top: 74px;
}
@media (min-width:  768px ) and (max-width:  1023px ) {
  body.stickyBtmpage .sections_wrap {
    padding-top: 74px;
  }
}
@media (max-width:  767px ) {
  body.stickyBtmpage .sections_wrap {
    padding-top: 74px;
  }
}
.sections_wrap .section:last-child {
  padding-bottom: 100px;
  margin-bottom: 0;
}
.section {
  padding-top: 60px;
}
@media (max-width:  767px ) {
  .section {
    padding-top: 30px;
  }
}
.section .section-content {
  max-width: 1140px;
  margin: auto;
  /*
    @media @mobile{
        max-width: @maxW + 2*@layout_padding_LR_m;
    }
    */
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 60px;
}
@media (max-width:  767px ) {
  .section .section-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width:  767px ) {
  .section .section-content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
  }
}
.section .subsectionTitle {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0.5em;
  /*
    //no working?
    &-lessMargin{
        margin-bottom: @heading_lessMarginBtm;
    }
    */
  font-size: 24px;
}
#section-1.section .section-heading,
#section-1.section .subsectionTitle {
  color: #00afe6;
}
#section-2.section .section-heading,
#section-2.section .subsectionTitle {
  color: #db515f;
}
#section-3.section .section-heading,
#section-3.section .subsectionTitle {
  color: #f5990d;
}
#section-4.section .section-heading,
#section-4.section .subsectionTitle {
  color: #7766af;
}
#section-5.section .section-heading,
#section-5.section .subsectionTitle {
  color: #5db001;
}
.section .subsection {
  margin-top: 45px;
}
@media (max-width:  767px ) {
  .section .subsection {
    margin-top: 30px;
  }
}
#section-1.section .swiper-pagination-bullet-active {
  background: #00afe6;
}
#section-2.section .swiper-pagination-bullet-active {
  background: #db515f;
}
#section-3.section .swiper-pagination-bullet-active {
  background: #f5990d;
}
#section-4.section .swiper-pagination-bullet-active {
  background: #7766af;
}
#section-5.section .swiper-pagination-bullet-active {
  background: #5db001;
}
.section .dividor_wrap {
  width: 100%;
  text-align: center;
  margin-top: 60px;
}
.gallery-img {
  border-radius: 5px;
}
@media (max-width:  767px ) {
  .gallery-img {
    border-radius: 0;
  }
}
.caption {
  font-style: italic;
  font-size: 14px;
  color: #666666;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.site-footer {
  background: #eef5f5;
}
.scroller_wrap {
  margin: 0 auto;
  /*&.release-sticky {
		position: relative !important;
	}
*/
}
.scroller_wrap.sticky-mode {
  position: fixed;
  top: 80px;
  width: 100%;
  z-index: 99;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .scroller_wrap.sticky-mode {
    top: 60px;
  }
}
.scroller {
  /*height: @sectionNav_height;

	@media @tablet, @mobile {
		height: @sectionNav_height_mb;
	}*/
  position: relative;
  padding: 0 30px;
  background-color: #e3fafa;
  -webkit-box-shadow: 0px 2px 0px 1px #b8dada;
          box-shadow: 0px 2px 0px 1px #b8dada;
  border-radius: 5px;
  height: 74px;
  overflow: hidden;
}
@media (max-width:  767px ) {
  .scroller {
    height: 45px;
    border-radius: 0;
  }
}
.scroll-nav-container.sticky-mode .scroller {
  /*
		position: fixed;
		top: @mainNav_height;
		//left: 0;
		width: 100%;
		z-index: @z_navMb;
		//height: @sectionNav_height;
		padding: 0 30px;

		@media @mobile {//@tablet, 
			top: @topNav_height_mb;
			//height: @sectionNav_height_mb;
		}
		*/
}
.scroll-nav-container.sticky-mode .scroller:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 70px;
  background: #a6a6a6;
  background: -o-linear-gradient(306deg, #a6a6a6 0%, #c2c2c2 50%, #a6a6a6 100%);
  background: linear-gradient(144deg, #a6a6a6 0%, #c2c2c2 50%, #a6a6a6 100%);
  z-index: -1;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .scroll-nav-container.sticky-mode .scroller:after {
    height: 45px;
  }
}
.scroll-nav {
  width: 100%;
  position: relative;
  height: 100%;
}
.scroll-nav .scroll-content {
  white-space: nowrap;
  position: absolute;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
  height: 100%;
  text-align: center;
  min-width: 100%;
}
.scroll-nav .scroll-content::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.scroll-nav .nav-item {
  margin: 0 10px;
  /*
		&.nav-active {
			.nav-link {
				color: @color_btnActive;
				background-color: @color_btnBg;
		    	//pointer-events: none;

				//position: relative;
			}
		}
		*/
}
@media (max-width:  767px ) {
  .scroll-nav .nav-item {
    margin: 0 5px;
  }
}
.scroll-nav .nav-link {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 20px;
  cursor: pointer;
  text-align: center;
  line-height: 1.1em;
  text-transform: uppercase;
  border-radius: 5px;
}
@media (max-width:  767px ) {
  .scroll-nav .nav-link {
    text-transform: none;
    font-size: 12px;
    padding: 5px 10px;
  }
}
.scroll-nav .nav-link.nav-active {
  color: #fff;
}
.scroll-nav .nav-link.nav-active[data-section=section-1] {
  background-color: #00afe6;
}
.scroll-nav .nav-link.nav-active[data-section=section-2] {
  background-color: #db515f;
}
.scroll-nav .nav-link.nav-active[data-section=section-3] {
  background-color: #f5990d;
}
.scroll-nav .nav-link.nav-active[data-section=section-4] {
  background-color: #7766af;
}
.scroll-nav .nav-link.nav-active[data-section=section-5] {
  background-color: #5db001;
}
.scroll-nav .nav-link .text {
  display: inline-block;
  vertical-align: middle;
}
.btn-scroll {
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 10;
  background: #e3fafa;
}
.btn-scroll:hover {
  background: #b8dada;
  opacity: 1;
}
.btn-scroll .icon {
  color: #a6a6a6;
  font-size: 1.5em;
  margin-right: -3px;
}
.btn-scroll.btn-scroll-left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.btn-scroll.btn-scroll-right {
  right: 0;
}
.button-container {
  text-align: center;
}
.inner-nav-container {
  position: relative;
}
.sectionBg {
  background: #eef5f5;
  height: 45px;
  margin-top: -45px;
}
