

/* health-page S  */
   /* reset css S  */
  .health-page * {
     font-family: "Poppins", sans-serif !important;
  }
   .health-page .header-main-01 {
        position: relative;
        background-color: #50C878;  
   }
   .health-page .cms p ,.health-page .cms li {
    font-size: 20px;
    color: #000;
    font-weight: 400;
  }
  .health-page p{
    font-size: 20px;
  }
  .health-page .cms li:hover {
    color: #000;
  }
  .health-page .cms li+li{
    margin-top: 0;
  }
   .health-page .display-1 {
    font-size: 50px;
  }
   /* reset css S  */
   /* event banner sec S  */
    .event-home-banner {
        position: relative;
        z-index: 1;
    }  
    .event-home-banner .container {
        max-width: 1640px;
    }  
    .event-home-banner .carousel-inner {
        z-index: 0;
    }  
    .event-home-banner .thumbnail-container {
        padding-bottom: 56.3%;
        position: relative;
    }    
    .event-home-banner .caption {
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        z-index: 3;
        padding: 20px 0px;
        text-shadow: none;
    }    
    .event-page .upper-text,
    .bottom-text {
        background: rgba(43, 46, 52, 0.5);
    }    
    .bottom-text {
        max-width: 650px;
        width: 100%;
        padding: 15px 50px;
        margin-left: 20px;
    }    
    .bottom-text * {
        color: white;
    }    
    .bottom-text .title {
        font-size: 30px;
        color: white;
    }
    .event-home-banner .caption .display-1 {
        font-size: 42px;
        color: #fff;
        max-width: 80%;
        width: 100%;
        padding: 15px;
        font-weight: 500;
        margin: auto;
        text-align: center;
    }
    
    .event-home-banner .indicators {
        z-index: 1;
        bottom: 20px;
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: end;
    }
    
    .event-home-banner .indicators li {
        width: 12px;
        height: 12px;
        background-color: #fff;
        border-radius: 100px;
        transition: all 0.3s ease;
        cursor: pointer;
        border: none;
    }
    
    .event-home-banner .indicators li + li {
        margin-left: 20px;
    }
    
    .event-home-banner .indicators .active {
        background-color: #5dbd75;
        width: 18px;
        height: 18px;
    }    
    .event-home-banner .control.left,
    .event-home-banner .control.right {
        position: absolute;
        top: calc(50% - 25px);
        width: 50px;
        height: 50px;
        border-radius: 50px;
        padding: 0;
    }    
    .event-home-banner .control.left {
        left: 40px;
    }    
    .event-home-banner .control.right {
        right: 40px;
    }
    /* event banner sec E  */
    /* health-education-sec S  */
    .health-education-sec .thumbnail-container{ 
        padding-bottom: 40%;
    }
    .education-title{
        color: #00A250;
    }
    
    /* health-education-sec E  */

    /* health-con-sec S  */
    .health-con-sec{
        background: linear-gradient(to right,#d9edb3,#bfe3a8,#9fd6a5,#6cc9a1);   
        border-top: 6px solid #00A250;
    }
    .health-con-sec .left-right-content{
        padding:0 30px 0 120px;
    }
    .health-con-sec .thumbnail-container{ 
        padding-bottom: 60%;
        margin-top: 10px;
    }
    .health-con-sec .conference-sec {
        /* clip-path: polygon(46% 0, 60% 48%, 68% 22%, 100% 22%, 100% 100%, 0 100%, 0 22%, 23% 22%, 32% 40%); */
        clip-path: polygon(50% 0%, 60% 36%, 75% 16%, 100% 15%, 100% 100%, 50% 100%, 0 100%, 0 10%, 100% -100%, 38% 26%);

    }
    .health-con-sec .conference-content{
        background: linear-gradient(90deg, rgba(139, 195, 74, 0.9), rgb(38 166 66 / 90%));
        position: absolute;
    }
    .health-con-sec .conference-content .conference-title{  
        font-size: 80px;
        font-weight: 500;        
    }
    .health-con-sec .conference-sec .thumbnail-container{ 
            padding-bottom: 55%;
    }
    /* health-con-sec E  */
   /* health-page S  */

   /* health-open-sec S  */
    .health-open-sec{
        background-color: #33bfd3;
    }
    .health-open-sec .benefit-menu{
        padding-left: 33px;
    }
     .health-open-sec .benefit-menu li{
        font-size: 32px;
        font-weight: 400;
        line-height: 120%;
     }
    .health-open-sec .benefit-menu li + li{
        margin-top: 10px;            
    }   

   /* health-open-sec E  */

   /* open-hour-sec S  */
    .open-hour-sec .open-hour-content{
        background: #33bfd3db;
    }
    .open-hour-sec .open-hour-content .open-hour-title{  
        font-size: 80px;
        font-weight: 500;        
    }
   .open-hour-sec .thumbnail-container{ 
            padding-bottom: 42%;
    }
   /* open-hour-sec S  */
   /* learn-more-sec S  */
    .learn-more-sec{
        background: linear-gradient(90deg, rgba(139, 195, 74, 0.9), rgb(38 166 66 / 90%));
    }
   /* learn-more-sec E  */
   .brief-thumb{
    padding-bottom: 124% !important;
   }
      @media (max-width: 1600px) {
         .health-con-sec .conference-sec {
            clip-path: none;
            padding-top: 50px;
        }
         .health-con-sec .conference-content .conference-title{  
            font-size: 60px;
        }
          .open-hour-sec .open-hour-content .open-hour-title{  
            font-size: 60px;
        }
          .health-con-sec .left-right-content{
            padding:0 20px 0 20px;
        }
      }
    @media (max-width: 1399px) {
     .health-con-sec .conference-content .conference-title{  
        font-size: 50px;
    }
    .health-con-sec .conference-content{
        position: relative;
    }
    .open-hour-sec .open-hour-content .open-hour-title{  
        font-size: 50px;
    }
     .health-con-sec .conference-sec .thumbnail-container{ 
            padding-bottom: 70%;
    }
     .open-hour-sec .thumbnail-container{ 
            padding-bottom: 70%;
    }
     .health-open-sec .benefit-menu li{
        font-size: 22px;        
     }
    }
     @media (max-width: 1199px) {
        .health-con-sec .thumbnail-container{
            padding-bottom: 50%;
            margin-top: 50px;
        }
           .brief-thumb{
                padding-bottom: 84% !important;
            }
     }
     @media (max-width: 991px) {
        .health-page .display-1 {
            font-size: 40px;
        }
         .health-con-sec .left-right-content{
            padding:0 20px 0 20px;
        }
     }
     @media (max-width: 767px) {
        /* .event-home-banner .thumbnail-container{
            padding-bottom: 80vh;
        } */
         .health-con-sec .conference-sec .thumbnail-container{ 
                padding-bottom: 80%;
        }
         .open-hour-sec .thumbnail-container{ 
            padding-bottom: 80%;
         }
        .health-con-sec .conference-content .conference-title{  
            font-size: 40px;
        }
         .open-hour-sec .open-hour-content .open-hour-title{  
            font-size: 40px;
        }
        .health-con-sec .thumbnail-container{
            padding-bottom: 70%;
            
        }
     }
     @media (max-width: 575px) {
        .health-page .display-1 {
            font-size: 30px;
        }
         .health-con-sec .conference-sec .thumbnail-container{ 
           padding-bottom: 100%;
        }
          .open-hour-sec .thumbnail-container{ 
            padding-bottom: 150%;
         }
     }
       @media (max-width: 440px) {
        .health-page .display-1 {
            font-size: 26px;
        }
     }