body {
    margin: 0;
    font-family: Open Sans;
}


/*move to top button*/
.box-up-button {
    background: #1FCCD9;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 8px;
    position: fixed;
    bottom: 0;
    right: 0;
    margin-bottom: 20px;
}

.icon-up-float {
    color: white;
    padding-top: 5px;
    font-size: 30px;
}
/*End top button*/

/*pop up message modal*/
.modal-con-msg {
    padding: 20px;
}

.none-border {
    border: none;
}
.modal-dialog {
    width: fit-content!important;
}

.message-title {
    font-family: Open Sans;
    font-size: 28px;
    font-weight: bold;
    color: black;
}

.message-sub {
    font-family: Open Sans;
    font-size: 15px;
}

.btn-back-modal {
    width: 20%;
}
/*End pop up message modal*/

/*navigation bar*/
nav {

}

.navbar {
    background-color: rgba(0,0,0,0.2);
    position: fixed;
    width: 100%;
    transition: all 0.5s;
    top: 0;
    z-index: 1;
}

.navbar-alt {
    background-color: white;
    position: fixed;
    width: 100%;
    transition: all 0.5s;
    top: 0;
    z-index: 2;
}

.navbar-right {
    margin: 5px 0px 15px 15px;
}

.navbar-right-alt {
    margin: 5px;
    float: right;
}

#myNavbar {
    margin-top: 10px;
}

#myNavbar-alt {
    margin-top: 0;
}

.top-link {
	color: white;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
}

.top-link:hover {
    color: white;
}

.top-link-alt {
    color: black;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #fff0;
}

.navbar-brand {
    padding: 10px 15px;
    height: auto;
}

.navbar-brand>img {
    display: inline-block;
}   

#top-logo {
    width: 55px;
    margin-right: 15px;
}

#top-logo-alt {
    width: 40px;
    margin-right: 15px;
}

.top-txt-logo {
    font-size: 34px;
    font-weight: bold;
    color: white;
}

.top-txt-logo:hover {
    color: white;
}

.top-txt-logo-alt {
    font-size: 25px;
    font-weight: bold;
    color: black;
}

.top-txt-logo-alt:hover {
    color: black;
}

/*END navigation bar css */

/*content1*/
.titleimg {
    position: absolute;
	color: white;
	text-align: center;
	font-size: 55px;
	/*background: #0000003d;*/
	width: 100%;
	top: 0;
}

.levelupplus-bg {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.lup-icon {
    width: 90px;
    margin-right: 20px;
}

.coming-soon {
    font-weight: 600;
}

.title-lup {
    font-size: 64px;
    font-weight: bold;
    padding-top: 20%;
    line-height: 87px;
}

.sm-title-lup {
    font-size: 34px;
    line-height: 46px;
}


@media only screen and (max-width: 1024px) {
    .title-lup {
        font-size: 54px;
    }
    .top-txt-logo {
        font-size: 30px;
    }
    
}  

@media only screen and (max-width: 950px) {
    .navbar-right {
        float: left!important;
    }
    
    .navbar-right-alt {
        float: left!important;
    }
}


@media only screen and (max-width: 768px) {
    .title-lup {
        font-size: 45px;
        padding-top: 25%;
    }
    
    .navbar-right {
        margin: 0px -15px 0px 0px;
        margin-right: -15px;
    }
    
}

@media only screen and (max-width: 700px) {
    nav {
        position: relative;
    }
    .navbar {
        position: relative;
        background-color: black;
        width: 100%;
        transition: all 0.5s;
    }

    .navbar-alt {
        position: relative;
    }
    
    #top-logo {
        width: 50px;
    }
    
    .title-lup {
        font-size: 20px;
    }
    .sm-title-lup {
        font-size: 15px;
    }
    
    .top-txt-logo {
        font-size: 18px;
    }
    
    .top-txt-logo-alt {
        font-size: 18px;
    }
    
    .top-link {
        color: white;
        font-size: 13px;
        line-height: 16px;
        font-weight: 600;
    }
    
    .top-txt-logo {
        font-size: 34px;
        font-weight: bold;
        color: white;
    }
    
    .center-text {
        top: 20%;
    }

    .levelupplus-bg {
        height: 400px;
    }
}


@media only screen and (max-width: 450px) {
    
    
    .navbar-brand {
        padding: 15px 15px;
    }
    
    .title-lup {
        font-size: 20px;
        padding-top: 60%;
        line-height: 20px;
    }
    .sm-title-lup {
        font-size: 15px;
    }
    
    
    .top-txt-logo {
        font-size: 18px;
    }
    
    .top-txt-logo-alt {
        font-size: 18px;
    }
}

/*END Content 1 css*/

/*Content 2*/
.p1 {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
}

.boxes-content2 {
    padding: 50px;
}


/*END Content 2 CSS*/

/*Content 3*/
.intro-bg1 {
    background: url("../images/intro.jpg");
    width: 100%;
    height: 422px;
    background-repeat: no-repeat;
}

.intro-bg2 {
    background: url("../images/intro.jpg");
    width: 100%;
    height: 422px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 133px;
    z-index: -1;
    padding-left: 7%;
}

.zero-padding {
    padding: 0!important;
}

.intro-boxes {
    width: 90%;
    background: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 60px;
    float: right;
    margin-top: 10%;
    margin-right: -10%;
    z-index: 2;
}

.minus-index {
    z-index: -1;
}

.intro-p-text {
    font-size: 15px;    
    font-weight: 300;   
    line-height: 20px;
    text-align: justify;
    padding-bottom: 10px;
}

.intro-link {
    font-size: 20px;    
    font-weight: bold;  
    line-height: 27px;
    color: #1FCCD9;
    /*text-decoration: underline;*/
}

.underline {
  border-bottom: 1px solid #1FCCD9;
  display: inline-block;
  line-height: 0.88;
}

.intro-img-text {
    font-family: Open Sans;
    font-size: 100px;   
    font-weight: 800!important;   
    line-height: 100px; 
    text-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    color: white;
    text-align: left;
    margin: 0;
}

.minus-right {
    padding-right: 0;
}

.minus-left {
    padding-left: 0;
}

.add-top {
    margin-top: 8.5%;
}



@media only screen and (max-width: 1320px) {
    .intro-img-text {
        font-size: 96px;
    }
}

@media only screen and (max-width: 1272px) {
    .intro-img-text {
        font-size: 87px;
    }
}

@media only screen and (max-width: 1152px) {
    .intro-img-text {
        font-size: 80px;
    }
}

@media only screen and (max-width: 1060px) {
    .intro-img-text {
        font-size: 78px;
    }
}

@media only screen and (max-width: 995px) {
    .intro-img-text {
        font-size: 75px;
    }
}

@media only screen and (max-width: 955px) {
    .intro-img-text {
        font-size: 70px;
        line-height: 60px;
    }
    .intro-bg2 {
        padding-top: 230px;
    }
}

@media only screen and (max-width: 900px) {
    .intro-img-text {
        font-size: 65px;
    }
}

@media only screen and (max-width: 838px) {
    .intro-img-text {
        font-size: 60px;
    }
}

@media only screen and (max-width: 1025px) {

    .intro-boxes {
        margin-right: -6%;
    }
    
    .intro-img-text {
        font-size: 70px;  
        line-height: 70px;
    }
    
    .intro-bg2 {
        padding-top: 193px;
        padding-left: 5%;
    }
}


@media only screen and (max-width: 930px) {

    .intro-boxes {
        float: none;
        margin-right: -8%;
        padding: 45px;
    }

    .intro-img-text {
        font-size: 50px;  
        line-height: 50px;
    }
    
    
    .intro-bg2 {
        padding-top: 278px;
    }
}

@media only screen and (max-width: 801px) {
    .intro-boxes {
        width: 100%;
        margin-top: 20%;
    }
    
}



@media only screen and (max-width: 768px) {
    .intro-bg1 {
        display: none;
    }

    .intro-boxes {
        padding: 30px;
        width: 90%;
        margin-bottom: -200px;
        margin: auto;
    }
    
}

@media only screen and (max-width: 768px) {
    .intro-boxes {
        margin-bottom: -200px;
        width: 95%;
        padding: 50px;
        z-index: 1;
    }
}

@media only screen and (max-width: 500px) {
    .intro-boxes {
        padding: 40px;
    }
}

@media only screen and (max-width: 400px) {
    .intro-boxes {
        padding: 30px;
    }
}
/*END Content 3 CSS */

/*Content 4*/
#content4 {
    margin-top: 50px;
}

.boxes1-content4 {
    background: url("../images/bg-4-01.jpg");
    width: 100%;
    height: 270px;
    background-size: cover;
}

.boxes2-content4 {
    background: url("../images/bg-4-02.jpg");
    width: 100%;
    height: 270px;
    background-size: cover;
}

.boxes3-content4 {
    background: url("../images/bg-4-03.jpg");
    width: 100%;
    height: 270px;
    background-size: cover;
}

.container-box {
    margin: auto;
    width: 100%;
}

.h2-content4 {
    color: white;
    font-size: 24px;  
    font-weight: bold;  
    line-height: 33px;
    padding-left: 60px;
    padding-top: 50px;
}

/*.boxes1-content4:before {
    position: absolute;
    width: 100%;
    font-family: 'FontAwesome';
    top: 0;
    content: "\f0eb";
    font-size: 250px;
    color: rgba(0,0,0,0.1);
    clip: rect(0px,270px,270px,0px);
}

.boxes2-content4:before {
    position: absolute;
    width: 100%;
    font-family: 'FontAwesome';
    top: 0;
    content: "\f085";
    font-size: 240px;   
    color: rgba(0,0,0,0.1);
    clip: rect(0px,270px,270px,0px);
}

.boxes3-content4:before {
    position: absolute;
    width: 100%;
    font-family: 'FontAwesome';
    top: 0;  
    content: "\f7d9";
    font-size: 240px;   
    color: rgba(0,0,0,0.1);
    clip: rect(0px,270px,270px,0px);
}*/

.list-content4 {
    color: white;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
}

.ul-content4 {
    padding-left: 80px;
}

.container-box {
    position: absolute;
    top: 0;
}

@media only screen and (max-width: 768px) {
    .h2-content4 {
        padding-left: 20px;
        padding-top: 20px;
    }
    .ul-content4 {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 425px) {
    .h2-content4 {
        padding-left: 50px;
        padding-top: 50px;
    }
    .ul-content4 {
        padding-left: 70px;
    }
}
/*End Content 4 CSS*/ 

/*Content 5 */
.container-content5 {
    margin: 60px 30px 30px 30px;
}

.icon-content5 {
    font-size: 32px;
    color: #1FCCD9;
    padding-right: 24px;
    vertical-align: middle;
}

.title-content5 {
    font-size: 17px;
    font-family: Open Sans;
    font-weight: 800;
    line-height: 23px;
}

.bottom-margin {
    margin-bottom: 39px;
}

.detail-content5 {
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
}

/*END Content 5 CSS*/

/*Content 6*/
#content6 {
    margin-top: 60px;
}

.content6-bg2 {
    background: url("../images/parallax.jpg");
    width: 100%;
    height: 199px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 79px;
    z-index: -1;
}

.content6-img-text {
    font-family: Open Sans;
    font-size: 30px;    
    font-weight: 800;   
    line-height: 41px;  
    text-align: center;
    color: white;
}
/*END Content 6 CSS*/

/*Content 7 */
#content7 {
    margin-top: 20px;
}

.title-7 {
    font-size: 30px;    
    font-weight: bold;  
    line-height: 41px;  
    text-align: center;
    margin-bottom: 5px;
}

.rectangle {    
    height: 4px;    
    width: 60px;    
    background-color: #1FCCD9;
    margin: auto;
}

.container-list-7 {
    width: 80%;
    margin-top: 20px;
}

.unorder-list-7 {
    list-style: none;
    box-shadow: 6px 7px 15px 5px rgba(0, 0, 0, 0.2), -15px 14px 34px 7px rgba(0, 0, 0, 0.19);
    padding-left: 0;
}

.list-7 {
    padding: 15px;
    border-bottom: 1px solid #d8d8d8;
    text-align: left;
}

.list-7 a {
    font-size: 17px;   
    line-height: 23px;
    color: #979797;
    text-decoration: none;
    cursor: pointer;
}

.icon-7 {
    font-size: 32px;
    color: #979797;
    vertical-align: middle;
    padding-right: 18px;
}

.title-detail-7 {
    font-size: 20px;
    font-weight: bold;  
    line-height: 27px;
}

.p-detail-7 {
    font-size: 15px;
    font-weight: 300; 
    line-height: 20px;
    height: 60px;
}

#cnt-txt {
    text-align: justify;
}

#tna-txt {
    text-align: justify;
}

#cnc-txt {
    text-align: justify;
}

#fnc-txt {
    text-align: justify;
}

#sne-txt {
    text-align: justify;
}

.unorder-list-7 a:hover {
    text-decoration: none;
    cursor: pointer;
}

.unorder-list-7 a {
    color: #979797;
}

.img-7 {
    margin-top: 10px;
    width: 97%;
}

.hide-class {
    display: none;
}

.active {
    background-color: #1FCCD9!important;
    color: white!important;
}

.right-padding {
    padding: 0px 5px 0px 0px!important;
}

.left-padding {
    padding: 0px 0px 0px 5px!important;
}
@media only screen and (max-width: 991px) { 
    .right-padding {
        padding: 0!important;
    }
    
    .left-padding {
        padding: 0!important;
    }
}

@media only screen and (max-width: 570px) { 
    .p-detail-7 {
        height: 120px;
    }
}

@media only screen and (max-width: 420px) { 
    .container-list-7 {
        width: 100%;
    }
}

@media only screen and (max-width: 320px) { 
    .p-detail-7 {
        height: 150px;
    }
}
/*END Content 7 CSS*/

/*Content 8*/
#content8 {
    margin-top: 30px;
}

.title-8 {
    font-size: 30px;    
    font-weight: bold;  
    line-height: 41px;  
    text-align: center;
    margin-bottom: 5px;
}

.bg2-content8 {
    z-index: -1;
    height: 300px;
    background-color: #1FCCD9;
    padding: 135px 50px 130px 30px;
}

.bg-content8 {
    background-image: url("../images/process1.jpg");
    background-size: cover;
    height: 360px;
}

.img8 {
    width: 100%;
    z-index: -1;
}

.content-holder-8 {
    height: 320px;
    background-color: white;
    z-index: 0;
    margin-left: -50px;
    margin-right: 50px;
}

.move-middle-8 {
    margin-top: 1.2%;
}

.minus-left {
    margin-left: -360px;
}

.num-content8 {
    font-family: Open Sans;    
    font-size: 150px;
    font-weight: 700;
    color: #1FCCD9;
    padding: 0;
    margin-top: 30px;
}

.title-content8 {
    font-family: Open Sans; 
    margin-top: 20px;
    padding-left: 110px;
    font-size: 20px;   
    font-weight: 700;  
    line-height: 27px;
}


/*
.content-holder-8 {
    width: 800px;
    margin-top: 7%;
    margin-left: -165%;
}
.bg2-content8 {   
    width: 100%;
    height: 320px;
    margin-top: 45%;
    padding: 135px 50px 130px 50px;
}
.num-content8 {
    padding: 40px 35px 30px 35px;
}

.margin-con8-1 {
    margin-top: 90px;
}
*/

.margin-con8-1 {
    margin-top: 80px;
}

.margin-con8-2 {
    margin-top: 80px;
}

.margin-con8-3 {
    margin-top: 60px;
}

.margin-con8-4 {
    margin-top: 30px;
}

.margin-con8-5 {
    margin-top: 80px;
}

.margin-con8-6 {
    margin-top: 80px;
}

.margin-con8-7 {
    margin-top: 60px;
}

.detail-content8 {
    font-size: 18px;
    font-weight: 320;
    line-height: 25px;
    padding-left: 110px;
    padding-right: 10px;
    width: 540px;
}

.right-content-8 {
    vertical-align: middle;
    font-size: 40px;
    color: white;
}

.left-content-8 {
    vertical-align: middle;
    font-size: 40px;
    color: white;
}

.next-btn-content8 {
    z-index: 1;
    border: none;
    background: transparent;
}

.prev-btn-content8 {
    z-index: 1;
    border: none;
    background: transparent;
    margin-top: 25%;
    margin-left: 2%;
}

.hide-class-8 {
    display: none;
}

.container-dot-8 {
    margin-top: 10px;
}

.dot-8 {
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active-dot8, .dot-8:hover {
  background-color: #1FCCD9;
}

@media only screen and (max-width: 1440px) { 
    .content-holder-8 {
        margin-left: -80px;
        margin-right: 80px;
    }
    
    .bg2-content8 {
        padding: 135px 0px 130px 15px;
    }
}

@media only screen and (max-width: 1400px) { 
    .margin-con8-2 {
        margin-top: 80px;
    }
    
    .margin-con8-3 {
        margin-top: 60px;
    }
    
    .margin-con8-4 {
        margin-top: 20px;
    }
    
    .margin-con8-5 {
        margin-top: 80px;
    }
    
    .margin-con8-6 {
        margin-top: 80px;
    }
    
    .margin-con8-7 {
        margin-top: 60px;
    }
   
}


@media only screen and (max-width: 1200px) { 
    .content-holder-8 {
        margin-left: 0;
        margin-top: 0;
        margin-right: 0;
    }
    .bg2-content8 { 
        margin-top: 0;
    }
    .move-middle-8 {
        margin-top: -10px;
    }
}

/*@media only screen and (max-width: 1170px) { 
    .content-holder-8 {
        margin-left: -200%;
    }
}

@media only screen and (max-width: 1130px) { 
    .content-holder-8 {
        margin-left: -210%;
    }
}*/

@media only screen and (max-width: 992px) { 
    .content-holder-8 {
        margin-left: 0;
        margin-top: -5%;
    }
    .bg2-content8 { 
        margin-top: -30%;
    }
}   

    
@media only screen and (max-width: 768px) { 
    .content-holder-8 {
        width: 83.3%;
    }
    
    .num-content8 {
        padding: 40px 35px 30px 3px;
        margin-top :0;
    }
    
    .container-dot-8 {
        margin-top: 50px;
    }
    
    .detail-content8 {
        width: auto;
    }
    
}

@media only screen and (max-width: 430px) { 
    .container-dot-8 {
        margin-top: 20px;
    }
    
    .content-holder-8 {
        height: auto;
        width: 80%;
        margin-left: 0;
        margin-top: 7%;
    }
    
    .flt-right-content-8 {
        float: right;
    }

    
    .num-content8 {
        font-size: 70px;
        padding: 0;
    }
    
    .margin-con8-1 {
        margin-top: 25px;
    }
    .margin-con8-2 {
        margin-top: 25px;
    }
    .margin-con8-3 {
        margin-top: 25px;
    }
    .margin-con8-4 {
        margin-top: 25px;
    }
    .margin-con8-5 {
        margin-top: 25px;
    }
    .margin-con8-6 {
        margin-top: 25px;
    }
    .margin-con8-7 {
        margin-top: 25px;
    }
    
    
    .detail-content8 {
        margin-left: -40px;
        padding-left: 0;
        padding-right: 0;
        margin-top: 15%;
    }
    
    .bg2-content8 {
        width: auto;
        height: auto;
        margin-top: 80%;
        padding: 20px;
    }
    
    .bg-content8 {
        height: 250px;
    }
    
    .title-content8 {
        padding-left: 45px;
    }
    
    .container-list-7 {
        width: 100%;
    }
}
/*END Content 8 CSS*/

/*Content 9*/
.title-9 {
    font-size: 30px;    
    font-weight: bold;  
    line-height: 41px;  
    text-align: center;
    margin-bottom: 5px;
    margin-top: 50px;
}

.content-9 {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}

.bg-content9 {
    /*background-color: #1FCCD9;*/
    margin-top: 30px;
    padding-bottom: 30px;
    border-top: 0px;
    border-right: none;
    border-bottom: none;
    border-left: none;
    width: 100%;
    cursor: pointer;
}

.bg-content9:hover .img-title-9 {
    background: #167880!important;
}

.img9 {
    width: 100%;
    overflow: hidden;
}

.img9:hover .img-title-9 {
    background: #005655; 
}

.img-title-9 {
    color: white;
    font-size: 20px;    
    font-weight: bold;
    line-height: 30px;
    background: #1fccd9; 
    text-align: center;
    padding: 7px;
    /*margin-top: 200px;*/
}


/*Modal Pop Up CSS*/
.modal-dialog {
    padding: 50px;
}

.img-modal-9 {
    width: 100%;
}


.modal-con-9 {
    width: 80%;
    margin: auto;
}

.service-title {
    font-size: 28px;
    font-weight: bold;
    color: black;
    margin-left: 25px;
}

.box-modal-9 {
    margin: 30px;
}

.ul-content9 {
    list-style: none;
}

.ul-content9 li::before {
    font-size:5px;
    content: "\2022";font-weight: bold;
    display: inline-block; 
    width: 1em;
    font-size: 10px;
    margin-left: -1em;
}

.list-content9 {
    font-size: 17px;
    font-weight: lighter;
    color: black;
}
/*END Content 9 CSS*/

/*Content 16*/
.title-16 {
    font-size: 30px;    
    font-weight: bold;  
    line-height: 41px;  
    text-align: center;
    margin-bottom: 5px;
    margin-top: 50px;
}

.bg-content16 {
    width: 100%;
    height: 280px;  
    background-color: white;
    margin-top: 30px;
    padding-bottom: 20px;
    border-top: 0px;
    border-right: none;
    border-bottom: none;
    border-left: none;
}

.img16 {
    display: inline-block;
    width: 100%;
    height: 250px;
  transition: all 0.3s ease;
}

.img-title-16 {
    font-size: 20px;    
    font-weight: bold;  
    line-height: 27px;  
    text-align: center;
}

.hide-16 {
    display: none;
}

.round-prev-16 {
    padding: 4px 18.78px 7px 18.78px;
    background: #1fccd9;
    color: white;
    font-size: 25px;
    border-radius: 50%;
    float: right;
    margin-top: 150%;
    margin-right: -50px;
    cursor: pointer;
}

.round-next-16 {
    padding: 4px 18.78px 7px 18.78px;
    background: #1fccd9;
    color: white;
    font-size: 25px;
    border-radius: 50%;
    float: left;
    margin-top: 150%;
    margin-left: -50px;
    cursor: pointer;
}

.move-index-16 {
    z-index: 1;
}

.container-dot-16 {
    margin-top: 10px;
}

.dot-16 {
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active-dot16, .dot-16:hover {
  background-color: #1FCCD9;
}

#dot2-16 {
    display: none;
}
#dot3-16 {
    display: none;
}
#dot5-16 {
    display: none;
}
#dot6-16 {
    display: none;
}
#dot8-16 {
    display: none;
}
#dot9-16 {
    display: none;
}

@media only screen and (max-width: 991px) { 
    .active3 {
        display: none;
    }
    
    #dot3-16 {
        display: inline-block;
    }
    #dot4-16 {
        display: none;
    }
    #dot5-16 {
        display: inline-block;
    }
    #dot9-16 {
        display: inline-block;
    }
    
    
    .round-next-16 {
        float: right;
        margin-top: 18%;
    }
    .round-prev-16 {
        float: left;
        margin-top: 18%;
    }
}

@media only screen and (max-width: 766px) {
    .active2 {
        display: none;
    }
    
    #dot2-16 {
        display: inline-block;
    }
    #dot4-16 {
        display: inline-block;
    }
    #dot6-16 {
        display: inline-block;
    }
    #dot8-16 {
        display: inline-block;
    }
    
    .round-next-16 {
        float: right;
        margin-top: 32%;
    }
    .round-prev-16 {
        float: left;
        margin-top: 32%;
    }
}

@media only screen and (max-width: 768px) { 
    .container-dot-16 {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 430px) { 
    .container-dot-16 {
        margin-top: 20px;
    }
}
/*END Content 16*/

/*Content 10*/
.title-10 {
    font-size: 30px;    
    font-weight: bold;  
    line-height: 41px;  
    text-align: center;
    margin-bottom: 5px;
    margin-top: 50px;
}

.bg-content10 {
    width: 350px;
    height: 280px;  
    background-color: white;
    margin-top: 30px;
    padding-bottom: 20px;
    border-top: 0px;
    border-right: none;
    border-bottom: none;
    border-left: none;
}

.img10 {
    width: 350px;
    height: 250px;
}

.img-title-10 {
    font-size: 20px; 
    font-weight: bold;  
    line-height: 27px;  
    text-align: center;
}
/*END Content 10 CSS*/

/*Content 11*/
.rectangle-white { 
    height: 4px;    
    width: 60px;    
    background-color: white;
    margin: auto;
}


.title-11 {
    font-size: 30px;    
    font-weight: bold; 
    line-height: 41px;  
    text-align: center;
    color: white;    
    margin: 5px;
}

.bg-content11 {
    margin-top: 50px;
    padding: 30px 30px 40px 30px;;
    background-color: #1FCCD9;
    width: 100%;
}

.img11 {
    width: 100%;
}

 #dark-bg1-11 {
    position: absolute;
    display: none;
    top: 0%;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
}

 #dark-bg2-11 {
    position: absolute;
    display: none;
    top: 0%;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
}

 #dark-bg3-11 {
    position: absolute;
    display: none;
    top: 0%;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
}

 #dark-bg4-11 {
    position: absolute;
    display: none;
    top: 0%;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
}

.bg2-content11:hover #dark-bg1-11 {
    display: block;
    cursor: pointer;
}

.bg2-content11:hover #dark-bg2-11 {
    display: block;
    cursor: pointer;
}

.bg2-content11:hover #dark-bg3-11 {
    display: block;
    cursor: pointer;
}

.bg2-content11:hover #dark-bg4-11 {
    display: block;
    cursor: pointer;
}

.blue-border-11 {
    margin: 4.7%;
    border: 4px solid #1FCCD9;
}

.hover-txt-11 {
    margin-top: 18%;
    margin-bottom: 10%;
    padding-bottom: 6%;
    color: white;
    font-size: 20px;    
    font-weight: bold;  
    line-height: 27px;  
}

@media only screen and (max-width: 425px) { 
    .hover-txt-11 {
        margin-bottom: 0;
    }
}

/*END Content 11 CSS*/

/*Content 12*/
.img-desc-12 {
    font-size: 15px;    
    font-weight: 300;   
    line-height: 20px;
    text-align: justify;
}

.img-title-12 {
    font-size: 17px;    
    font-weight: bold;  
    line-height: 23px;
    text-align: left;
    padding-bottom: 16px;
    margin-top: 20px;
}

.bg-content12 {
    margin-bottom: 50px;
}

.img12 {
    width: 100%;
}

.bottom-margin-30 {
    margin-bottom: 30px;
}

/*END Content 12 CSS*/

/*Content 13*/
#content13 {
    margin-top: 60px;
}

.title-13 {
    font-size: 30px;    
    font-weight: bold; 
    line-height: 41px;  
    text-align: center;
}

.icon-content13 {
    font-size: 48px;
    color: #1FCCD9;
    padding-right: 24px;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
}

.subtitle-13 {
    font-size: 17px;    
    font-weight: bold;  
    line-height: 23px;
}

.detail-13 {
    font-size: 15px;   
    font-weight: 300;   
    line-height: 20px;
    text-align: justify;
}
/*END Content 13 CSS*/

/*Content 14*/
#content14 {
    margin-bottom: 10px
}

.rectangle-14 {
    width: 100%;
    height: 420px;
    background: url(../images/bg14-new.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.title-14 {
    color: #005555;
    font-size: 30px;    
    font-weight: bold; 
    line-height: 41px;
}

.rectangle-blk {
    height: 4px;    
    width: 60px;    
    background-color: #005555;
    margin-top: -5px;
    margin-bottom: 30px;
}

.subtitle-14 {
    margin: 0;
}

.subtitle-14-1 {
    color: #005555;
    font-size: 15px;    
    font-weight: bold;  
    line-height: 20px;
}

.subtitle-14-2 {
    color: #005555;
    font-size: 12px;    
    font-weight: bold;  
    line-height: 17px;
}

.detail-14 {
    font-size: 15px;    
    line-height: 20px;
    margin-bottom: 20px;
}

.icon-a-14 {
    text-decoration: none!important;
    cursor: pointer;
}

.icon-14 {
    width: 20px;
    margin-top: 10px;
}

.border-14 {   
    background-color: #005555;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 8px;
}

.top-margin {
    margin-top: 30px;
}

.top-margin-icon {
    margin-top: 30px;
}

input.empty {
    font-family: FontAwesome, Open Sans;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.input-14 {
    margin-bottom: 10px;
}

.form-control {
    border-radius: 0!important;
}

.textarea-14 {
    height: 120px!important;
    resize: none;
}

.btn-14 {
    border-radius: 0;
    color: white;
    background-color: #005555;
    font-size: 13px;   
    font-weight: bold;  
    line-height: 18px;
    margin-top: 11px;
    height: 40px;
    width: 140px;
    float: right;
}

.add-margin-top-14 {
    margin-top: 11px;
}

@media only screen and (max-width: 1200px) { 
    .rectangle-14 {
        height: 470px;
    }
    
    .btn-14 {
        float: left;
    }
}

@media only screen and (max-width: 991px) { 
    .rectangle-14 {
        height: 380px;
    }
}

@media only screen and (max-width: 646px) { 
    .rectangle-14 {
        height: 420px;
    }
}

@media only screen and (max-width: 344px) { 
   .top-margin-icon {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 334px) { 
   .top-margin-icon {
        margin-top: 0;
    }
}

/*END Content 14 CSS*/

/*Content 15*/
#content15 {
    margin-top: 22px;
    margin-bottom: 30px;
}

.footer-copyright {
    text-align: center;
    padding: 10px;
}

/*END Content 15 CSS*/

/*Modal Css*/
.modal-dialog { 
    width: 100%;
    margin: auto;
    padding: 50px 15px 50px 15px;
}

.modal-img-a-11 {
    width: 95%;
}

.modal-img-b-11 {
    width: 95%;
}

.modal-img-c-11 {
    width: 95%;
}

.modal-img-d-11 {
    width: 95%;
}

.modal-img-e-11 {
    width: 95%;
}

.modal-img-f-11 {
    width: 95%;
}

.modal-img-g-11 {
    width: 95%;
}

.modal-img-h-11 {
    width: 95%;
}

.modal-img-i-11 {
    width: 95%;
}

.modal-img-j-11 {
    width: 95%;
}

.middle-img-11 {
    text-align: center;
}

.icon-modal-left {
    margin-top: 120%;
    color: white;
    font-size: 40px;
    float: left;
}

.icon-modal-right {  
    margin-top: 120%;  
    color: white;
    font-size: 40px;
    float: right;
}

.btn-modal-img-11 {
    cursor: pointer;
}

.close {
    color: white!important;
    opacity: 0.8;
}