@charset "UTF-8";

body, section, h1, h2, h3, h4, h5, h6, p, a{
    font-family: 'Muli', '微软雅黑', 'SimSun', 'Muli', 'tahoma', 'Arial', "Microsoft YaHei", "STXihei", "华文细黑", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei" !important;;
    /* font-family: 'Muli', 'SimSun','Muli','Arial' !important; */
}

body, html{
    width: 100%;
    overflow-x: hidden;
}

a:focus, a:hover{
    outline: none;
}

/*================================ Pre Loader ====================================*/
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ffffff;
	z-index: 13000;
	height: 100%;
}

.preloader_logo{
    background: url(../img/MENUbar-LOGO.png) no-repeat center center;
    width: 230px;
    height: auto;
    position: absolute;
}

.preloader_image {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../img/loader.gif) no-repeat;
    background-size: contain;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.img-center {
	margin: 0 auto;
}

section {
    position: relative;
}

.section-heading {
    font-size: 40pt;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    align-self: flex-end;
    margin-left: 50px;
    /* z-index: 10; */
}

.section-lead {
    margin: 30px 0;
}

@media screen and (min-width:480px) and (max-width:800px) {
    section {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .section-heading {
        font-size: 18pt;
    }
}

@media screen and (max-width:480px) {
    section {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .section-heading {
        text-align: center !important;
        margin-left: 0px !important;
        font-size: 16pt;
        width: 100%;
    }
}

.btn-more{
    cursor: pointer;
    padding: 5px;
    border: 1px solid #fff; 
    color: #fff;
    background: #6DC3EA;
    min-width: 170px;
    z-index: 100;
    text-decoration: none;
}

 .btn-more:hover{
    background: #172EA1;
} 

.btn-submit a{
    text-decoration: none;
    color: #fff;
}

.btn-submit a:hover{
    background: #172EA1;
}

.read_more_text{
    overflow-y: scroll;
    background: #E5E2E1;
    padding: 15px;
    border: 1px solid #6DC3EA;
    z-index: 99;
    align-self: flex-end;
    /* margin-bottom: 5px; */
}

.section-divider {
    background: url('../img/WhiteBar140.jpg');
    background-repeat: no-repeat;
    background-size: cover;  
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    display: flex;
}

@media screen and (min-width: 480px){ 
    .section-divider {
        min-height: 280px;
    }
}

@media screen and (max-width: 480px){ 
    .section-divider {
        min-height: 140px;
    } 
}

/* Navigator BAR  */
.navbar {
    position: fixed;
     /* background: rgba(167,169,172,0.5);       */
     background: #fff;        
    padding: 30px 5px;  
}

.navbar-brand {
    position: absolute;
    top: -10px;
    left: 50%; 
    display: block;
}

.navbar-menu-icon, .navbar-menu-icon-chi{
    color: rgba(167,169,172,1);
}

@media screen and (min-width: 480px){
    .navbar-brand img{
        padding: 5px 0;
        width: 250px;
        height: auto;
    }
    .navbar-brand {
        margin-left: -125px;  /* 50% of your logo width */
    }
     .navbar-menu-icon:after{         
        margin-left: 20px;
        font-family: "Futura-Medium";
        font-size: 12pt;
        content: "MENU";
    }
    .navbar-menu-icon-chi:after{         
        margin-left: 20px;
        font-family: "Futura-Medium";
        font-size: 12pt;
        content: "选单";
    }
}

@media screen and (max-width: 480px){
    .navbar-brand img{
        padding: 20px 0;
        width: 150px;
        height: auto;
    }
    .navbar-brand {
        margin-left: -75px;  /* 50% of your logo width */
    }
}

.navbar-toggler, .navbar-toggler:focus {
     border: 0px !important; 
     border-color: transparent !important;
     border-style: none !important;
     outline: 0px;
}

.navbar-menu-icon:hover{
    cursor: pointer;
}

.navbar-nav{
    line-height: 35px;
    font-size: 15pt;
    margin: 20px 0;     
}

.navbar-nav li a{
    color: rgba(167,169,172,1);
    text-decoration: none;
    margin-left: 50px;
    font-family: "Muli";
    font-size: 17px;
}

.navbar-nav li a:hover{
    color: #0067B1;
}

.navbar-menu-lang{
    position: absolute;
    right: 25px;
    top: 30px;
}

@media screen and (max-width: 480px) {
    .navbar-menu-lang{
        right: 10px;
        top: 15px;
        width: 60px;
    }  
}



.navbar-menu-lang a:first-child{
    margin-right: 20px;
}

.navbar-menu-lang a{
    color: rgba(167,169,172,1);
    text-decoration: none;
    /* margin-left: 50px; */
    /* font-family: "Muli"; */
    font-size: 17px;
    font-weight: 200;
}

/* END Navigator BAR  */

/* ABOUT US  */
.banner,
.section-divider,
.technology {
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.banner {
    background: url('../img/wwwCover01_slogan.jpg');
    background-repeat: no-repeat;
    background-size: cover;    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    /* background-attachment: fixed; */
    /* background-position: center; */
    width: auto;
}

@media screen and (min-width: 800px){
    .banner {
        height: 100vh;
        height: 100%;
        margin-top: 80px;
    }    
}

@media screen and (min-width: 480px) and (max-width: 800px){
    .banner {
        height: 60vh;
        height: 60%;
        margin-top: 80px;
    }   
}

@media screen and (max-width: 480px){
    .banner {
        height: 50vh;
        margin-top: 80px;
    }   
}

.banner .container-fluid, .banner .row{
    height: 100%;
}

.banner .animated-text{
    position: absolute;
    left: 5%;
    bottom: 20%;
    width: 25%;
    text-align: left;
}

.banner .animated-text p{
    color: #fff;
}
.banner .animated-text h1{
    color: #fff;
}
.banner .animated-text h3{
    color: #fff;
}

.three-buttons{
    margin-top: 50px;
}

.three-buttons ul{
    list-style: none;
}

.three-buttons li{
    width: 33.333333%;
    float: left;
}

.three-buttons img {
    border: 0 none;
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
}

.three-buttons img{
    width: 50%;
}

.three-buttons img:hover{
    cursor: pointer;
    width: 45%;
} 

.bottom-text{
    text-transform: uppercase;
    color: #A7A9AC;
    font-size: 10pt;
    margin: 15px 0;
    height: 40px;
    vertical-align: middle;
}

.bottom-highlight{
    text-transform: uppercase;
    color: #6DC3EA;
    font-size: 20pt;
     margin: 20px 0; 
}

.technology {
	background: url('../img/wwwAboutUs.jpg');
    background-repeat: no-repeat;   
    position: relative;     
    background-size: cover;   
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
}

.technology .read_more_text{
    position: absolute;
    text-align: justify; 
    opacity: 0.9; 
    /* bottom: 1%; */
    top: 40%;
    overflow: auto;
    height: auto;
    left: 0;
}

@media screen and (min-width: 1080px){
    .technology .read_more_text{
        position: absolute;
        font-size: 1.2vw !important;     
    }
}

@media screen and (max-width: 480px){
    .technology{
        height: 90vh;
    }
    .technology .read_more_text{
        font-size: 10pt;       
        /* max-height: 300px;   */
    }
    .about{
        font-size: 20pt;
    }
    .technology .btn-more{
        font-size: 10pt;
    }
}

@media screen and (min-width: 480px) and (max-width: 800px){
    .technology{
        height: 80vh;
    }
}

@media screen and (min-width: 480px){
    .technology .read_more_text{
        font-size: 10pt;     
        /* max-height: 1000px;     */
    }
    .about{
        font-size: 30pt;
    }
    .technology .btn-more{
        font-size: 12pt;
    }
}

.about{
    color: #fff;
    width: 100%;
    text-align: right;
    font-weight: 400;
    position: absolute;
    right: 50px;
    top: 25%;
}

@media screen and (max-width: 480px){
    .about{
        right: 0px;
    }
}

.about_img{
    width: 250px;
    height: auto;
}

/* Team Section  */

.team {
	background: url('../img/wwwExecutive.jpg');
    background-repeat: no-repeat;
    background-size: cover;    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
    /* height: 90vh; */
}

#team-des{
    padding: 30px;
}

@media screen and (min-width:800px){
    #team-des{
        font-size: 1.2vw !important;
    }   
}

@media screen and (min-width:480px){
    #team-des{
        font-size: 20pt;
    }   
}

#team-des p{
    margin-top:10px;
}

#team .section-heading{
    text-align: left;
    width: 100%;
    margin-left: 50px;
}

#team .heading-left{
    color: #172EA1;
}

#team .heading-right{
    color: #172EA1;
    font-weight: 400;
}

.ex-team{
    margin-top: 90%;
    cursor: pointer;
}

.ex-team h3 a, .medical-team h3 a{
    color: #6DC3EA;
    text-transform: uppercase;
    text-decoration: none;
}

.ex-team ul, .medical-team ul{
    display: inline-table;
    list-style: none;
}

.ex-team ul li, .medical-team ul li{
    color: #A7A9AC;
    font-style: italic;
    font-size: 10pt;
    margin-left: -35px;
}

.ex-team ul li{
    min-width: 250px;
}

.team .owl-carousel .owl-item img {
     width: auto !important;
     height: 170px !important; 
}

.medical-team ul li{
    min-width: 350px;
}

.ex-team-title{
      float: right;  
      text-align: left; 
}

.medical-team{
    cursor: pointer;
    margin-top: 60%;
}

/* NEWS */
.news {
	background: url('../img/wwwNetwork.jpg');
    background-repeat: no-repeat;
    background-size: cover;    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 90vh;
}

.news-bg{
    background: rgba(255,255,255,0.8);    
    height: 75vh;
}

@media screen and (min-width: 480px){
    .news-row{
        max-height: 60vh;
        overflow: scroll;
    }
    .news_details span:nth-child(1){
        margin: 10px 0px;
        width: 25%;
        float: left;
    }
    .news_details span:nth-child(2){
        margin: 10px 0px;
        width: 75%;
        float: left;
    }
}

@media screen and (max-width: 480px){
    .news-row{
        max-height: 100px;
        overflow: scroll;
        font-size: 10pt;
    }
    .news_details span:nth-child(1){
        margin: 5px 0px;
        width: 100%;      
        float: left;  
    }
    .news_details span:nth-child(2){
        margin: 5px 0px;
        width: 100%;
        float: left;        
    }
}

#news .heading-left{
    color: #172EA1;
    font-weight: 900;
}

#news .heading-right{
    color: #172EA1;
    font-weight: 400;
}

.news h6{
    font-style: italic;
    font-weight: 900;
    background: #fff;
    /* text-align: right; */
    margin-top: 10px;
    padding: 5px;
    color: #0067B1;
    display: inline-flex;
}

.news_details{
    list-style-type: none;
    cursor: pointer;
}

.news_details:hover{
    color: #172EA1;
}

/* .news_details span:nth-child(1){
    width: 25%;
    float: left;
}

.news_details span:nth-child(2){
    width: 75%;
    float: left;
} */

.intro-video{
    margin-top: 5vh;
}

#owl-carousel-video video{
    width: 450px;
    height: 300px;
}

@media screen and (min-width: 480px){
    .videos-row{
        height: 50vh;
    }
    .video-des{
          height: 40vh; 
         overflow: hidden; 
    }
}

@media screen and (max-width: 480px){
    .videos-row{
        height: 50vh;
        margin-top: 15%;
    }
    .video-des{
          height: 50vh;  
         overflow: hidden;
    }
}

.video-des{
    overflow-y: hidden;
}

.videos-col{
    align-self: flex-end;
}

.video-text{
    display: none;
}

.video-text .container{
    justify-content: center;
    align-items: center;
    align-content: center;
}

.video-detail{
    display: inline-table;
    color: #717073;
    text-align: justify;
    font-size: 1.1vw;
}

.video-detail video{
    width: 100%
}

.video-detail a img{
    width: 100%;
    height: auto;
}

#video-des h4{
    color: #0067B1;      
    border-bottom: 2px solid #0067B1;
    line-height: 25pt;
    padding-bottom: 10px;
    text-align: justify;
}

#video-des .event-date{
    text-align: right;
}

#video-des .event-date, #video-des .event-place{
    width: 50%;
    float: left;
    font-style: italic;
    margin: 10px 0px;
    padding: 0px 25px;
}

@media screen and (max-width: 1024px){
    #video-des h4{
        font-size: 10pt;
        line-height: 15pt;
    }
    #video-des .event-date, #video-des .event-place{
        padding: 0px 5px;
    }
    .video-detail{
        font-size: 10pt;
    }
    #video-des .event-date, #video-des .event-place{
        /* float: none; */
    }        
}

#video-des .fa{
    padding: 0px 5px;
}

#video-des-xs{
    background: rgba(255, 255, 255, 0.5);
    padding: 15px;
}

#video-des-xs h4{
    color: #0067B1;      
    border-bottom: 2px solid #0067B1;
    line-height: 20pt;
    font-size: 14pt;
    padding-bottom: 10px;
    text-align: justify;
}

#video-des-xs .event-date, #video-des-xs .event-place{
    width: 100%;
    float: left;
    font-style: italic;
    margin: 10px 0px;
    padding: 0px 10px;
    font-size: 9pt;
    text-align: center;

}

#video-des-xs .fa{
    padding: 0px 5px;
}

.event-detail{
    margin: 15px 0px;
}

#video-des-xs .event-detail{
    font-size: 10pt;
}

#video-des-xs .video-detail{
    font-size: 10pt;
}

.pipeline{
    height: auto;
    background: #fff;
    padding: 5%;
}

.pipeline img{
    width: 100%;
}

.pipeline .accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-weight: 900;
}
  
.pipeline p{
    margin: 20px 0px;
}

button.accordion.active:after {
    content: "\2212";
}

button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.pipeline .active, .pipeline .accordion:hover {
    background-color: #ccc;
}

.pipeline .panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

#pipeline .section-heading{
    margin-top: -50px;
    margin-left: 50px;
    color: #172EA1;
}

.pipeline_modal{
    cursor: pointer;
    color: #26add1;
}

.modal-content iframe{
    width: 100%;
    /* height: 100%; */
    height: 100%;
}

/* Collaborative Partners */

#col_partners, #investor{
     background: #E5E2E1;     
     height: 100px;
     min-height: 80px;
} 

#col_partners .section-heading, #investor .section-heading{     
    width: 100%;
    z-index: 10;    
}

#col_partners .heading-left, #investor .heading-left{
    color: #0067B1;
}

#col_partners .heading-right, #investor .heading-left{
    color: #6DC3EA;
}

.col_partners{
    height: 80vh;
}

@media screen and (max-width: 480px){
    .col_partners{
        display: inline;
    }
}

.col_partners_divider{
    /* height: 70px; */
    width: 100%;
    position: relative;
}
.col_partners_divider_bg{
    position: absolute;
    left: 0; 
    top: 0; 
    right: 0; 
    bottom: 0;
}
.col_partners_divider_left{
    background: #87C1D9;
    width: 10%;
    height: 100%;
    float: left;
}
.col_partners_divider_right{
    background: #AFB1B3;
    height: 100%;
    width: 90%;
    float: left;
}

#investor .heading-left{
    color: #0067B1;
}

#investor .heading-right{
    color: #6DC3EA;
}

.investor-input{
      margin-top: 10px;  
}

#investorModal .input-group{
    margin-top: 15px;
}

.input-group input[type="text"], .input-group textarea{
    border: 1px solid #bdbdbd;
    margin-top: 0px;
    padding-left: 5px;
}

.input-group textarea{
    height: 100px;
}

.subscribe-panel .btn{
    font-size: 1em;
    padding: 15px 20px;
}

.partners{
    height: 80vh;
}

.partners ul{
    list-style: none;
    padding-left: 0px;
    text-align: center;
}

.partners ul li{
    width: 100%;
}

.partners ul li img{
    width: auto;
    margin: 1% 0px;
    height: 10%;    
}

/* @media screen and (min-width:800px) {
    .partners ul li img{
        height: 10%;
    }
}

@media screen and (min-width:480px) and (max-width:800px) {
    .partners ul li img{
        height: 20px;
    }
} */

@media screen and (max-width:480px) {
    .partners ul li img{
        height: 20px;
    }
}

.partners ul li img:hover{
    cursor: pointer;
}

#owl-carousel-col_partner{
    margin-top: 15px;
}

#owl-carousel-col_partner img{
    padding: 0 45px;
}

.partners_bg{    
    background: url('../img/wwwPartners.jpg');
    background-repeat: no-repeat;
    background-size: cover;   
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
    background-position: 100% 80%;
}

@media screen and (min-width: 480px){
    .partners_bg{
        height: 100%;
    }
}

@media screen and (max-width: 480px){
    .partners_bg{
        height: 40%;
        padding-top: 30px;        
    }
}

#partner_text{
    position: absolute;
    color: #fff;
    background: rgba(0,0,0,0.5);
    width: 90%;
    margin-left: 5%;    
    opacity: 0;
    overflow-y: auto;
}

@media screen and (min-width:800px) {
    #partner_text {
        max-height: 60vh;
        font-size: 1em;
        bottom: 5%;
    }
    #partner_text .read_more_name{
        font-size: 2em;
    }
}

@media screen and (min-width:480px) and (max-width:800px) {
    #partner_text {
        max-height: 60vh;
        font-size: 0.8em;
        bottom: 5%;
    }
    #partner_text .read_more_name{
        font-size: 1.3em;
    }
}

@media screen and (max-width:480px) {
    #partner_text {
        font-size: 0.8em;       
    }
    #partner_text .read_more_name{
       font-size: 1em;
    }
}

.investor_bg {
    height: 40vh !important;
    min-height: 0px;
    background-image: url(../img/wwwCover01.jpg); 
}

@media (min-width: 480px) and (max-width: 800px) {
    .investor_bg {
        height: 40vh !important;
    }
}

@media (max-width: 480px) {
    .investor_bg {
        height: 30vh !important;
    }
}


/* Contact US  */

.section-divider#contactus{
    background: #87C1D9;
}

.contactus {
	background: url('../img/Contact_us.jpg');
    background-repeat: no-repeat;
    background-position-x: 10%;
    background-size: cover;   
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;    
}

@media screen and (min-width: 480px){
    .contactus{
        height: 50vh;        
    }
    #contactus .section-heading{
        margin-right: 50px;
    }
}

@media screen and (max-width: 480px){
    .contactus{
        height: 50vh;
    }
    #contactus .section-heading{
        margin-right: 0px;
    }
}

#contactus .section-heading{
    color: #fff;
    text-transform: uppercase;
    text-align: right;   
    width: 100%;
}

.contactus .container{
    /* height: 100%; */
    justify-content: center;
    align-items: center;
    align-self: center;
}

.contactus .row{
    height: 100%;
}

.contactus .content{
    /* align-self: center; */
    display: inline-table;
}

@media screen and (max-width: 480px){
    .contactus .content{
        transform: translateX(18vw);
    }    
}

.contactus .company{
    color: #000;
    margin: 30px 30px 20px 30px;
    font-weight: 400;
}

.contactus .address{
    color: #717073;
    margin: 5px 30px;
    font-weight: 100;
}

.contactus .contact{
    color: #717073;
    margin: 5px 30px;
    font-weight: 100;
}

.contactus .contact a{
    color: #717073;
    font-weight: 100;
    text-decoration: none;
}

.contactus .website{
    color: #6DC3EA;
    margin: 5px 30px;
    font-weight: 400;
}

.contactus .website:hover{
    text-decoration: none;
    cursor: pointer;
}

@media screen and (min-width:800px) {
    .contactus .company{        
        font-size: 1.5vw;
    }
    .contactus .address{
        font-size: 1.3vw;
    }
    .contactus .contact{
        font-size: 1.3vw;
    }
    .contactus .website{
        font-size: 1.3vw;
    }
}

@media screen and (min-width:480px) and (max-width:800px) {
    .contactus .company{
        margin: 10px 30px 10px 30px;
        font-size: 1.3vw;
    }
    .contactus .address{
        font-size: 1.1vw;
    }
    .contactus .contact{
        font-size: 1.1vw;
    }
    .contactus .website{
        font-size: 1.1vw;
    }
}

@media screen and (max-width:480px) {
    .contactus .company{
        margin: 5px 30px 20px 30px;
        font-size: 12pt;
        text-align: center;
    }
    .contactus .address{
        margin: 5px 30px;
        font-size: 8pt;
        text-align: center;
    }
    .contactus .contact{
        margin: 5px 30px;
        font-size: 8pt;
        text-align: center;
    }
    .contactus .website{
        margin: 5px 30px;
        font-size: 8pt;
        text-align: center;
    }
     .contactus .website a{
        text-align: center;
    }
}

footer{
    position: relative;
    height: 50px;
    width: 100%;
    background: rgba(0,103,177,0.9);
}

.company_footer{
    position: relative;
    left: 25px;
    color: #fff;
    font-size: 11pt;
    vertical-align: middle;
    top: 15px;
}

.eng_company_footer{
    font-style: italic;
    font-weight: 400;
}

.eng_company_footer a{
    color: #fff;
}

.eng_company_footer a:hover{
    color: #fff;
}

@media screen and (min-width: 480px){
    .company_footer{        
        font-size: 12pt;
    }
}

@media screen and (max-width: 480px){
    .company_footer{        
        font-size: 7pt;
    }
}

.copy-right{
    width: 100%;
    text-align: center;
    /* margin-top: -40px; */
}

@media screen and (min-width: 480px){
    .copy-right{        
        margin-top: -40px;
    }
}

@media screen and (max-width: 480px){
    .copy-right{        
        margin-top: -20px;
        font-size: 6pt;
    }
}

@media screen and (min-width: 480px){
    section {
        height: 80vh;
    }    
}

@media screen and (max-width: 480px){
    section {
        height: 50vh;
    }   
}

.owl-carousel-team-sm{
    width: 100%;
    margin-top: 5% 0px;;
    /* align-self: center; */
    background: rgba(255,255,255,0.5);

}

h6.description{
	font-weight: bold;
	letter-spacing: 2px;
	color: #999;
	/* border-bottom: 1px solid rgba(0, 0, 0,0.1); */
	padding-bottom: 5px;
}
.profile{
	margin-top: 25px;
}
.profile h1{
	font-weight: 500;
	font-size: 20px;
    margin:10px 0 0 0;
    text-align: center;
}
.profile h2{
	font-size: 16px;
	font-weight: 400;
    margin-top: 5px;
    text-align: center;
}
.profile .img-box{
	opacity: 1;
	display: block;
	position: relative;
}

.profile .img-box img{
	cursor: pointer;
}

.profile .img-box:after{
	content:"";
	opacity: 0;
	/* background-color: rgba(92,136,181, 0.75); */
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
    bottom: 0;
    cursor: pointer;
}
.img-box ul{
	position: absolute;
	z-index: 2;
	bottom: 50px;
	text-align: center;
	width: 100%;
	padding-left: 0px;
	height: 0px;
	margin:0px;
	opacity: 0;
}
.profile .img-box:after, .img-box ul, .img-box ul li{
	-webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.img-box ul i{
	font-size: 20px;
	letter-spacing: 10px;
}
.img-box ul li{
	width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #88C425;
    margin: 2px;
    padding: 5px;
	display: inline-block;
}
.img-box a{
	color:#fff;
}
.img-box:hover:after{
	opacity: 1;
}
.img-box:hover ul{
	opacity: 1;
}
.img-box ul a{
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.img-box a:hover li{
	border-color: #fff;
	color: #88C425;
}

.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.modal-header{
    border-bottom: 0px;
}

.modal-content{
     background: #fff;     
}

.modal-content p{
    margin: 35px 0
}

.modal-title{
    width: 100%;
    text-align: center;
    z-index: 9999;
}

.modal-title img{
    width: 40%;
    text-align: center;
}

.modal-background{
    background:  url(../img/LOGOstar18cm_grey.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: right 0px top;
    width: 300px;
    height: 300px;
    position: absolute;
    right: 0px;
}

@media screen and (max-width: 800px){
    .modal-background{
        display: none;
    }
}

@media screen and (max-width: 480px){
    .modal-lg{
        max-width: 90vw;
    }
    
    .modal-body p{
        font-size: 10pt;
    }
}

.one-button{
    width: 33.3333%;
    height: 40px;
    float: left;
    margin-bottom: 50px;
}

.success_message{
    color: #717073;
}

.err_message{
    color: red;
}

.vls_container{
    position: relative;
}

.vls_container h4{
    position: absolute;
    /* text-align: center; */
    top: 100%;
    left: 40%;
    width: 100%;
    bottom: -20%;
}

.vls1_1_img{
    width: 50%;
    margin: 0 auto;
}

#vls1_1_desc{
    top: -10px;
    left: 0px;
}

#vls1_2_desc{
    top: -10px;
    right: 0px;
}

#vls1_3_desc{
    left: 0px;
    bottom: -10px;
}

#vls1_4_desc{
    bottom: -10px;
    right: 0px;
}

.vls_desc{
    position: absolute;
    padding: 10px 5px;
    border: 1px solid black;
    border-radius: 15px;
    background: #fff;
    color: #000;
    width: 30%;
    min-width: 100px;
    text-align: center;
    font-size: 9pt;
}

@media screen and (max-width: 480px){
    .modal-content h1, .modal-content h2{
        font-size: 20pt;
    }
    .vls_desc{
        font-size: 8pt;   
    }
    .modal-body{
        font-size: 10pt;
        /* list-style: none; */
    }
}

#vls2Modal .modal-content p {
    margin: 0 0;
    margin-top: 15px;
    font-size: 12px;
}

#vls2Modal h6{
    margin-left: 15px;
    margin-bottom: 15px;
}

@media screen and (max-width: 480px){
    #vls1Modal ul, #vls2Modal ul{
        padding: 0px;
    }
}

video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}

/* @media screen and (max-width:480px){
    .gc-reset{
        transform:scale(0.95) !important;
        -webkit-transform:scale(0.95) !important;
        transform-origin:0 0 !important;
        -webkit-transform-origin:0 0 !important;
    }
} */



