* {
margin:0;
padding:0;
border: none;
font-family: Arial;

}

body{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

#body-container{
    max-width: 1400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#head-container{
    height: 60px;
    width: 100%;
    background: #000;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#head-container-sub{
    height: 100%;
    width: 300px;
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#head-container-sub p{
    color:#fff;
    font-family: Arial;
    font-size: 1em;
    display: flex !important;
    flex-direction: column;
}

#head-play-button-container{
    height: 40%;
    margin-left: 10px;
    background: transparent;
    display: flex !important;
    flex-direction: column;
}

#head-play-button-img{
    height: 100%;
    background: transparent;
    display: flex !important;
    flex-direction: column;
}

#top-banner-container{
    width: 98%;
    height: 500px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#top-banner{
    width: 100%;
    height: 100%;
    border-radius: 13px;
    box-shadow: 0px 3px 10px #23232388;
    background: url(../assets/images/top-banner2.png?id=12333);
    background-position: right;
    background-repeat: no-repeat;
    object-fit: cover;
}

#top-menu-container{
    width: 100%;
    height: 70px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#top-menu-box{
    width: 98%;
    height: 100%;
    background: #7CAAA0;
    box-shadow: 0px 3px 10px #23232388;
    border-radius: 13px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

#menu-list-container{
    margin-left: 30px;
    height: 100%;
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#menu-list-container p{
    padding-top:25px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    font-size: 1.3em;
    font-weight: 700;
    transition: .4s;
    text-align: center;
    cursor: pointer;
}

#menu-list-container p:hover{
    background: #000;
    transition: .4s;

}


#menu-list-container_p_marked{
    background: #000;
}

#boxes-container{
    width: 100%;
    margin-top: 20px;
}

#_1_line-boxes-container{
    width: 100%;
    height: 500px;
    display: flex !important;
    flex-direction: column;

    align-items: center;
}

#_1_line-boxes-box{
    width: 98%;
    display: flex !important;
    flex-direction: row;
    justify-content: center;
}

#__1_box-container{
    width: 50%;
    height: 490px;
    background:#000;
    box-shadow: 0px 3px 10px #23232388;
    border-radius: 13px;
    position: relative;
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
#__1_box-container.top-banner{
    width: 98% !important;
}
.my-slides-show {
    width: 100%;
    height: 490px;
    background:#000;
    border-radius: 13px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: none
}

.my-slides-show img{
    width:100%;
    height: 490px;
    border-radius: 13px;

    object-fit: none;
}



/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 1.2em;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: #717171;
  }

  /* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }

  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  .prev{
      left: 0;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }

#_1_5_line-boxes-container{
    width: 50%;
    display: flex !important;
    flex-direction: column;
    align-items: flex-end;
}

#__2_box-container{
    width: 95%;
    min-height: 225px;
    background:#fff;
    box-shadow: 0px 3px 10px #23232388;
    border-radius: 13px;
    margin-left: 20px;
    position: relative;
    display: flex !important;
    flex-direction: column;
    overflow: hidden;
}

#__2_box-container #title-box-container{
    background: #7CAAA0;
    height: 50px;
    width: 100%;
    border-radius: 13px 13px 0px 0px;
    display: flex !important;
    flex-direction: row;
    align-items: center;
}

#__2_box-container #title-box-container p{
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    color: #fff;
    font-size: 1.3em;
    font-weight: 700;
    transition: .4s;
    text-align: center;
}

#__2_box-container #content-box-container{
    background:#fff;
    padding-left: 15px;
    padding-top: 15px;
    border-radius: 13px;
    position: relative;
    display: flex !important;
    flex-direction: row;
    align-items: center;

}

#__2_box-container #content-box-container div{
    background:#fff;
    border-radius: 13px;
    height: 100px;
    margin-left: 10px;
    position: relative;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

#__2_box-container #content-box-container div p{
    padding-bottom: 10px;
    color: #000;
    font-size: 1.1em;
    font-weight: 400;
    transition: .4s;
}

#__2_box-container #content-box-container img{
    width: 120px;
    height: 120px;
    position: relative;
    display: flex !important;
    flex-direction: row;
    align-items: center;
}

#__3_box-container{
    width: 95%;
    min-height: 700px;
    background:#fff;
    box-shadow: 0px 3px 10px #23232388;
    border-radius: 13px;
    margin-left: 20px;
    margin-top: 20px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

#__3_box-container #title-box-container{
    background: #7CAAA0;
    height: 50px;
    width: 100%;
    border-radius: 13px 13px 0px 0px;
    display: flex !important;
    flex-direction: row;
    align-items: center;
}

#__3_box-container #title-box-container p{
    padding-left: 15px;
    color: #fff;
    font-size: 1.3em;
    font-weight: 700;
    transition: .4s;
    text-align: center;
}

#__3_box-container #content-box-container{
    background:#fff;
    padding-left: 15px;
    padding-top: 15px;
    border-radius: 13px;
    position: relative;
    display: flex !important;
    flex-direction: row;
    align-items: center;

}

#__3_box-container iframe{
    border-radius: 0px 0px 13px 13px;

}

#_2_line-boxes-container{
    width: 100%;
    height: 430px;
    display: flex !important;
    flex-direction: column;
}

#_2_5_line-boxes-container{
    width: 67%;
    display: flex !important;
    flex-direction: row;
}

#_2_line-boxes-box{
    width: 98%;
    display: flex !important;
    flex-direction: row;
    margin-top: 15px;
}

#_4_box-container{
    width: 95%;
    height: 400px;
    background:#fff;
    box-shadow: 0px 3px 10px #23232388;
    border-radius: 13px;
    margin-left: 20px;
    position: relative;
    display: flex !important;
    flex-direction: column;
    overflow: hidden;

}

#_4_box-container img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 0px 0px 13px 13px;
}

#_4_box-container #title-box-container{
    background: #7CAAA0;
    height: 50px;
    width: 100%;
    border-radius: 13px 13px 0px 0px;
    display: flex !important;
    flex-direction: row;
    align-items: center;
}

#_4_box-container #title-box-container p{
    padding-left: 15px;
    color: #fff;
    font-size: 1.3em;
    font-weight: 700;
    transition: .4s;
    text-align: center;
}

#_4_box-container #content-box-container{
    background:#fff;
    padding-left: 15px;
    padding-top: 15px;
    border-radius: 13px;
    position: relative;
    display: flex !important;
    flex-direction: row;
    align-items: center;

}

#_5_box-container{
    width: 95%;
    height: 400px;
    background:#fff;
    box-shadow: 0px 3px 10px #23232388;
    border-radius: 13px;
    margin-left: 20px;
    position: relative;
    display: flex !important;
    flex-direction: column;
    overflow: hidden;
}

#_5_box-container article{
    min-height: 100vh;
}

#_5_box-container div{
    max-height: 340px;
}

#_5_box-container #title-box-container{
    background: #7CAAA0;
    height: 50px;
    width: 100%;
    border-radius: 13px 13px 0px 0px;
    display: flex !important;
    flex-direction: row;
    align-items: center;
}

#_5_box-container #title-box-container p{
    padding-left: 15px;
    color: #fff;
    font-size: 1.3em;
    font-weight: 700;
    transition: .4s;
    text-align: center;
}

#_5_box-container #content-box-container{
    background:#fff;
    padding-left: 15px;
    padding-top: 15px;
    border-radius: 13px;
    position: relative;
    display: flex !important;
    flex-direction: row;
    align-items: center;

}

#_3_line-boxes-box{
    width: 98%;
    display: flex !important;
    flex-direction: row;
    margin-top: 20px;
}

#_6_box-container{
    width: 66%;
    height: 524px;
    background:#fff;
    box-shadow: 0px 3px 10px #23232388;
    border-radius: 13px;
    margin-left: 20px;
    position: relative;
    display: flex !important;
    flex-direction: column;
    overflow: hidden;

}

#_6_box-container div{
    max-height: 340px;
}

#_6_box-container #title-box-container{
    background: #7CAAA0;
    height: 50px;
    width: 100%;
    border-radius: 13px 13px 0px 0px;
    display: flex !important;
    flex-direction: row;
    align-items: center;
}

#_6_box-container #title-box-container p{
    padding-left: 15px;
    color: #fff;
    font-size: 1.3em;
    font-weight: 700;
    transition: .4s;
    text-align: center;
}

#_6_box-container #content-box-container{
    background:#fff;
    padding-left: 15px;
    padding-top: 15px;
    border-radius: 13px;
    position: relative;
    display: flex !important;
    flex-direction: row;
    align-items: center;

}

#_6_box-container .content{
    padding-left: 15px;
    padding-right: 15px;
    max-height: 440px !important;
    overflow: hidden;
}

#_6_box-container .content p{
    padding-top: 15px;
    font-size: 1.3em;
    font-weight: 300;
    transition: .4s;
}

#__7_box-container{
    width: 95%;
    height: 400px;
    background:#fff;
    box-shadow: 0px 3px 10px #23232388;
    border-radius: 13px;
    margin-left: 20px;
    margin-top: 20px;
    position: relative;
    display: flex !important;
    flex-direction: column;
}

#__7_box-container img{
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 13px;

}

.article{
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer{
    background: #000;
    width: 100%;
    height: 200px;
    margin-top: 20px;
}

#_1_footer_top-infomation-container{
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}

#_1_footer_top-infomation-container p{
    color: #fff;
    font-size: 1.4em;
    font-weight: 400;
    transition: .4s;
}

#_1_footer_top-infomation-container .h2{
    font-size: 1.7em;
}

#_1_footer_top-infomation-container .h3{
    margin-top: 5px;
}

#_1_5_footer_top-infomation-container{

}

#_1_7__footer_top-infomation-container{
    margin-left: 20px;
}

#_2_footer_top-infomation-container{
    text-align: center;
}

#_2_footer_top-infomation-container p{
    color: #fffa;
    font-size: .9em;
    font-weight: 400;
    transition: .4s;
    text-align: center;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
  
@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
  
  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 300px) {
    .prev, .next,.text {font-size: 11px}
  }

button:focus { outline: none !important; box-shadow: none !important; }

a, u {
    text-decoration: none;
}

a, u:visited {
    color: #fff;
}

a, u {
    color: #fff;
}