.section-slides{
    padding: 0;
    /* background-image: url('img/map.jpg');
    background-size: cover;
    background-position: center center;     */
}
.section-slides .description{
    /* text-indent: 3em; */
    /* text-align: justify; */
}
/* carousel height, as percentage of width */
.main-carousel{
    height: 600px;
}
.flickity-page-dots{
    bottom: 70px
}
.carousel {
    padding-bottom: 33.3%;
}

/* viewport inherit size from carousel */
.carousel .flickity-viewport {
    position: absolute;
    width: 100%;
}

/* cell inherit height from carousel */
.carousel-cell {
    height: 100%;
    padding: 100px 0;
    width: 100%;
}
.carousel-cell:first-child{
    background-image: url('img/map.jpg');
    background-size: cover;
    background-position: center center;
    background-color: #d3feff;
    background-repeat: no-repeat;
}
.carousel-cell:nth-child(2){
    background-image: url('img/slider-2.png');
    background-size: initial;
    background-position: center center;
    background-color: #d3feff;
    background-repeat: no-repeat;
}
.graph{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    width: 413px;
    height: 220px;
}
.graph-desc{
    color: #008593;
    font-size: 20px;
    position: absolute;
}
.graphItem{
    flex: 1;
}
.graphItemBar{
    height: 100%;
    width: 75px;
    margin: 0 auto;
    position: relative;
}
.graphItemBarInner{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0%;
    background-color: #00C8DC;
    transition: height 0.3s ease-in-out;
}
.graphItemBarPercentage{
    margin: 0;
    position: absolute;
    bottom: 120px;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: opacity .6s ease-in-out;
}
.graphItemBarRegion{
    margin: 0;
    position: absolute;
    bottom: -30px;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: opacity .6s ease-in-out;
    font-size: 10px;
}
#sea.triggered .graphItemBarInner{
    height: 10%;
}
#sea.triggered .graphItemBarPercentage{
    bottom: 25px;
    opacity: 1;
}
#sea.triggered .graphItemBarRegion{
    opacity: 1;
}
#eu.triggered .graphItemBarInner{
    height: 25%;
}
#eu.triggered .graphItemBarPercentage{
    bottom: 60px;
    opacity: 1;
}
#eu.triggered .graphItemBarRegion{
    opacity: 1;
}
#na.triggered .graphItemBarInner{
    height: 30%;
}
#na.triggered .graphItemBarPercentage{
    bottom: 70px;
    opacity: 1;
}
#na.triggered .graphItemBarRegion{
    opacity: 1;
}
#asean.triggered .graphItemBarInner{
    height: 90%;
}
#asean.triggered .graphItemBarPercentage{
    bottom: 200px;
    opacity: 1;
}
#asean.triggered .graphItemBarRegion{
    opacity: 1;
}