
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}


.home-menu .navbar-nav .active a {
    padding: 10px 24px;
    margin-top: 0px;
}

.home-menu .navbar-nav .active ul li a {
    color: #444444 !important;
    padding: 10px 24px;
    text-align: center;
    line-height: 40px;
    /* margin-top: 4px; */
    border-top: unset;
}


.home-menu .navbar-nav a:hover {
    margin-top: 0px;
}


.home-menu-white .navbar-nav a {
    padding: 10px 24px;
    text-align: left;
    line-height: 40px;
    /* margin-top: 4px; */
}

.home-menu-white .navbar-nav .active a {
    padding: 10px 24px;
    margin-top: 0px;
}

.home-menu-white .navbar-nav .active ul li a {
    padding: 10px 24px;
    text-align: left;
    line-height: 40px;
    /* margin-top: 4px; */
    border-top: unset;
}

.color-white {
    color: white !important;
}

.color-black {
    color: black !important;
}

.home-menu .navbar-nav a:hover {
    margin-top: 0px;
}


.home-menu .navbar-nav a {
    padding: 10px 24px;
    text-align: center;
    line-height: 40px;
    /* margin-top: 4px; */
}


.header-icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 82px;
    margin: auto;
}

.header {
    position: absolute;
    top: 0;
    z-index: 100;
    padding: 32px 10px;
}

.home-menu .collapse {
    margin-left: 50px;
}
/* 
.home-menu .collapsing .active a {
    border-top: 0;
}

.home-menu .collapsing {
    border: 1px solid #8080808c;
    border-radius: 5px;
    background-color: white;
    margin-top: 10px;
}

.home-menu .show {
    border: 1px solid #8080808c;
    border-radius: 5px;
    background-color: white;
    margin-top: 10px;
    margin-left: 0px;
}

.home-menu .show .active a {
    border-top: 0;
}



.home-menu .show a:hover {
    border-top: none;
} */

.home-menu .nav-item {
    margin-left: 10px
}

@media(max-width: 1200px) {
    .hwh-logo {
        width: 235px;
    }
}

.sidenav-open {
    transform: translateX(-250px);
}

.sideProfileContainer {
    background-color: #DBDBDB;
    min-height: 230px;
}

.sideProfileIcon {
    font-size: 3em; 
    color:  rgb(225, 108, 58);
}

.sideProfile {
    bottom: 10px;
}

.login {
    font-size: 34px;
    color: #6d6d6d;
    font-weight: 200;
}

.sidenav {
    height: 100%;
    width: 250;
    position: fixed;
    z-index: 1;
    top: 0;
    right: -250px;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
  }
  
  .sidenav a {
    padding: 10px 0px;
    text-decoration: none;
    font-size: 25px;
    /* color: #818181 !important; */
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    /* color: #f1f1f1; */
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 36px;
    z-index: 1;
    background: white;
    border: 1px solid #808080;
    border-radius: 10px;
    padding: 0;
    width: 58px;
    height: 58px;
    text-align: center;
  }

.submenu {
    list-style-type: none;
    margin: auto;
}


.sidenav .item {
    margin-top: 10px;
    font-weight: 300;
}

.sidenav .active {
    color:  rgb(225, 108, 58) !important;
    
}

.line {
    height: 1px;
    width: 100%;
    background-color: #888888;
}

.languageIcon {
    width: 40px;
    height: 40px;
    cursor: pointer;
}


.footer {
  position: fixed;
  bottom: 0;
  height: 42px;
  width: 100%;
  background-color: white;
  z-index: 1000;
}

.footer-div {
    justify-content: center;
    align-items: center;
    height: 100%;
}

.content {
    padding-top: 159px;
}


.font-open {
    font-family: 'Open Sans', sans-serif !important;
}

.font-arial {
    font-family: 'Arial, Helvetica', sans-serif !important;
}

.font-helvetica {
    font-family: 'helvetica-w01-light, helvetica-w02-light', sans-serif !important;
}

.font-libre {
    font-family: 'Libre Baskerville', serif !important;
}

.font-forum {
    font-family: 'Forum', serif !important;
}

@font-face {
    font-family: 'font-hev';
    src: url(/template_files/604/fonts/Helvetica\ Neue\ LT\ Std\ 75\ Bold.otf);
}

@font-face {
    font-family: 'font-rob';
    src: url(/template_files/604/fonts/Roboto-Regular.ttf);
}

.font-hev {
    font-family: 'font-hev';
}

.font-rob {
    font-family: 'font-rob';
}

.font-bold {
    font-weight: bold;
}


.cursor-pointer {
    cursor: pointer;
}

.app-content {
    width: 50vw;
}

.product-content {
    width: 30vw;
}

.health-content {
    height: 50vh;
    width: 50vw;
}

@media(max-width: 576px) {
    .hidden-xs {
        display:none !important;
    }
}

.show-xs {
    display:none !important;
}

@media(max-width: 576px) {
    .show-xs {
        display:block !important;
    }
}

#videoPlayer {
    display: block;
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: 0 none;
    box-sizing: border-box;
}

.video-overlay {
    position: absolute;
    top: 20%;
    left: 10%;
    z-index: 1;
}

.video-overlay h1 {
    color: white;
    font-family: 'helvetica-w01-light, helvetica-w02-light', sans-serif !important;
    font-size: 90px;
}

.video-overlay a {
    margin-top: 30px;
    background-color: #e16c3a;
    color: white;
    font-size: 20px;
    padding: 15px 45px;
    font-style: italic;
}

.video-overlay p {
    margin-top: 100px;
    color: #474747;
    font-size: 20px;
    font-style: italic;
}

@media(max-width: 1280px) {
    .video-overlay h1 {
        font-size: 80px;
    }

    .video-overlay p {
        margin-top: 100px;
        font-size: 20px;
    }

    .video-overlay a {
        margin-top: 30px;
        font-size: 20px;
        padding: 15px 45px;
        font-style: italic;
        cursor: pointer;
    }
}

.bottom-video-height {
    height: 60vh;
}

@media(max-width: 1280px) {
    .bottom-video-height {
        height: 70vh;
    }
}

@media(max-width: 576px) {
    .bottom-video-height {
        height: 70vh;
    }
}

.mission-content {
    padding-left: 30vw;
    padding-right: 30vw;
}

.content-margin {
    margin-top: 5vh;
}

.app_image_size {
    width: 100%;
    height: 100%;
}

.video-mt {
    margin-top: 120px !important;
}

.content-container {
    margin-left: 25vw;
    margin-right: 25vw;
}

.comment-container {
    margin-left: 25vw;
    margin-right: 25vw;
}

.straign-title-container {
    margin-left:20vw;
}

.news-container {
    margin-left: 10vw;
    margin-right: 20vw;
}

.book-container{
    margin-left: 5vw;
    margin-right: 5vw;
}

.home-banner {
    width: 100%;
    height: 800px;
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center bottom;
}
.home-header-container {
    margin-top:80px;
}
.home-sub-header-container {
    margin-top:120px;
}

.home-span-header {
    font-size: 36px;
}

.home-span-sub-header {
    font-size: 16px; 
}
.header-height {
    height: 150%;
}

.home-top-container {
    margin-left: 15vw;
    margin-right: 15vw;
}

.aami-sub-header-container {
    margin-left: 17vw;
    margin-right: 17vw;
}

.aami-home-span-header {
    font-size: 26px;
}
.aami-home-span-sub-header {
    font-size: 16px;
}


@media(min-width: 1400px) and (max-width: 1880px) {
    .home-banner {
        width: 100%;
        height: 800px;
        background-repeat: no-repeat; 
        background-size: cover; 
        background-position: center center;
    }
    .home-header-container {
        margin-top:120px !important;
    }
    .home-sub-header-container {
        margin-top:200px !important;
    }
    .home-span-header {
        font-size: 28px !important;
    }
    .home-span-sub-header {
        font-size: 16px !important; 
    }
}

@media(min-width: 768px) and (max-width: 1400px) {
    .home-banner {
        width: 100%;
        height: 600px;
        background-repeat: no-repeat; 
        background-size: cover; 
        background-position: center center;
    }
    .home-header-container {
        margin-top:50px !important;
    }
    .home-sub-header-container {
        margin-top:60px !important;
    }
    .home-span-header {
        font-size: 28px !important;
    }
    .home-span-sub-header {
        font-size: 16px !important; 
    }
}

@media(min-width: 768px) and (max-width: 1280px) {
    .home-banner {
        width: 100%;
        height: 700px;
        background-repeat: no-repeat; 
        background-size: cover; 
        background-position: center center;
    }
    .home-header-container {
        margin-top:50px !important;
    }
    .home-sub-header-container {
        margin-top:60px !important;
    }
    .home-span-header {
        font-size: 24px !important;
    }
    .home-span-sub-header {
        font-size: 16px !important; 
    }
}

@media(min-width: 584px) and (max-width: 768px) {
    .home-banner {
        width: 100%;
        height: 650px;
        background-repeat: no-repeat; 
        background-size: cover; 
        background-position: center center;
    }
    .home-header-container {
        margin-top:50px;
    }
    .home-sub-header-container {
        margin-top:50px;
    }
    .home-span-header {
        font-size: 26px !important;
    }
    .home-span-sub-header {
        font-size: 14px !important; 
    }
}

@media(max-width: 584px) {
    .home-banner {
        width: 100%;
        height: 650px;
        background-repeat: no-repeat; 
        background-size: cover; 
        background-position: center center;
    }
    .home-header-container {
        margin-top:30px;
    }
    .home-sub-header-container {
        margin-top:60px;
    }
    .home-span-header {
        font-size: 18px !important;
    }
    .home-span-sub-header {
        font-size: 14px !important; 
    }
}

@media(max-width: 584px) {
    .home-banner {
        height: 700px;
    }
}

@media(min-width: 580px) and (max-width: 1280px) {
    .app-content {
        width: 70vw;
    }
    .product-content {
        width: 80vw;
    }
    .mission-content {
        padding-left: 20vw;
        padding-right: 20vw;
    }
    .health-content {
        height: 70vh;
        width: 70vw;
    }
    .content-margin {
        margin-top: 25vh;
    }
    .app_image_size {
        width: 100%;
        height: 100%;
    }
    .video-mt {
        margin-top: 70px !important;   
    }
    .content-container {
        margin-left: 15vw;
        margin-right: 15vw;
    }
    .comment-container {
        margin-left: 15vw;
        margin-right: 15vw;
    }
    .straign-title-container {
        margin-left:10vw;
    }
    .news-container {
        margin-left: 10vw;
        margin-right: 10vw;
    }
    .book-container{
        margin-left: 0vw;
        margin-right: 0vw;
    }
    .header-height {
        height: 100%;
    }
    .home-top-container {
        margin-left: 5vw;
        margin-right: 5vw;
    }
    .aami-sub-header-container {
        margin-left: 0vw;
        margin-right: 0vw;
    }
    .aami-home-span-header {
        font-size: 20px;
    }
    .aami-home-span-sub-header {
        font-size: 14px;
    }
}

@media(max-width: 576px) {
    .app-content {
        width: 100vw;
    }
    .product-content {
        width: 100vw;
    }
    .mission-content {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    .health-content {
        height: 50vh;
        width: 100%;
    }
    .content-margin {
        margin-top: 10vh;
    }
    .app_image_size {
        width: 100%;
        height: 100%;
    }
    .video-mt {
        margin-top: 150px !important;   
    }
    .video-section {
        width: 100% !important;
        height: 200px !important;
    }
    
    .content-container {
        margin-left: 5vw;
        margin-right: 5vw;
    }
    .comment-container {
        margin-left: 5vw;
        margin-right: 5vw;
    }
    .straign-title-container {
        margin-left:0vw;
    }
    .news-container {
        margin-left: 10vw;
        margin-right: 10vw;
    }
    .book-container{
        margin-left: 0vw;
        margin-right: 0vw;
    }
    
    .header-height {
        height: 100%;
    }
    .home-top-container {
        margin-left: 0vw;
        margin-right: 0vw;
    }
    .aami-sub-header-container {
        margin-left: 0vw;
        margin-right: 0vw;
    }
    .aami-home-span-header {
        font-size: 16px;
    }
    .aami-home-span-sub-header {
        font-size: 14px;
    }
}

.mapouter {
    position: relative;
    text-align: right;
    height: 500px;
    width: 600px;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 500px;
    width: 600px;
}

.position-relative {
    position: relative !important; }
  
.position-absolute {
    position: absolute !important; 
}

.opportunity_option_play {
    top: 0;
    color: white;
    bottom: 0;
    left: 0;
    right: 0;
    display: grid;
    font-size: 86px;
    cursor: pointer;
    width: 95% !important;
}

.opportunity_option_play:hover {
    background-color: rgba(72, 72, 72, 0.75);
}

#videoThumb {
    width: 95% !important;
}

#select {    
    padding: 12px 19px;
    border: 2px solid #ffffff;
    background-color: #eeeeee6e;
    border-radius: 11px;
}

#select img {
    width: 20px;
    height: 20px;
}

#selectbox {    
    position: absolute;
    padding: 12px 19px;
    border: 2px solid #ffffff;
    background-color: #eeeeee6e;
    border-radius: 11px;
}

#selectbox img {
    width: 20px;
    height: 20px;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.up-border {
    border: 2px solid #ffffff !important;
    border-radius: 11px 11px 0px 0px !important;
    background-color: rgb(50, 50, 50) !important;
}

.down-border {
    border: 2px solid #ffffff !important;
    border-radius: 0px 0px 11px 11px !important;
}

#languageSelect option[value="en"] { 
    background-image: url(/template_files/604/img/usa.svg);
    padding: 12px 19px;
    border: 2px solid #ffffff;
    background-color: #eeeeee6e;
    border-radius: 11px;
    background-size: auto;
    background-position: top left;
    background-repeat: no-repeat;
    background-origin: content-box;
}
#languageSelect option[value="ko"] { 
    background-image: url(/template_files/604/img/kor.svg);
    padding: 12px 19px;
    border: 2px solid #ffffff;
    background-color: #eeeeee6e;
    border-radius: 11px;
    background-size: auto;
    background-position: top left;
    background-repeat: no-repeat;
    background-origin: content-box;
}

.dropdown-menu {
    top: unset;
    margin: unset;
}

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

.remove-margin {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.subscribe {
    margin-right: 100px;
}

.subscribe input {
    width: 50%;
}

@media(max-width: 1680px) {
    .subscribe {
        margin-right: 50px;
    }
}

@media(max-width: 1200px) {
    .subscribe {
        margin-right: 0px;
    }
}

@media(max-width: 992px) {
    .subscribe {
        width: 50%;
    }
}

@media(max-width: 640px) {
    .subscribe {
        width: 70%;
    }
}

@media(max-width: 420px) {
    .subscribe {
        width: 100%;
    }
}




.mt-5-5{
    margin-top: 3.75rem!important;
}

.mt-6 {
    margin-top: 4.5rem!important;
}

.mt-7 {
    margin-top: 5.8rem!important;
}
.wrapper {
    width: 400px;
    height: 150px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  
.icon {
    height: 50px;
    width: 56px;
}
  
.new-bg {
    background:#F9F9F9;
    background: 
        radial-gradient(black 0px, transparent 0px) 0px 0px,            
        radial-gradient(#EBEBEB 0px, transparent 3px) 0 0,            
        #F9F9F9;
    background-size:10px 10px,10px 10px;
}

.round-button {
    border: none;
    padding: 7px 35px;
    text-align: center;
    text-decoration: none;
    display: inline-block;    
    border-radius: 20px 20px 20px 20px;
}

.round-button-black {
    border: black solid 2px;
    padding: 7px 35px;
    text-align: center;
    text-decoration: none;
    display: inline-block;    
    border-radius: 30px 30px 30px 30px;
    font-size: 25px !important;
}

.pre-line {
    white-space: pre;
}

.image-size-cover {
    background-size: cover;
    background-repeat: no-repeat;
}

.icon-center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.img-auto-resize {
    max-width: 100%;
    height: auto;
}

.linear-blue {
    background-image: linear-gradient(#009BDB, #0E37ED);
}
    
@media (min-width: 992px) {
    .modal-lg {
      max-width: 1000px !important;
    }
}

.nav-item-selected {
    font-size: 20px !important;
    color: #0e37bd !important;
}

.nav-item-unselect {
    font-size: 20px !important;
    color: black !important;
}

.sub-menu-margin {
    margin-left: 270px;
    top: 0px;
}

.color-blue {
    color: #0e37bd !important;
}

.padding-r {
    padding-right: 5px;
}

.padding-l {
    padding-left: 5px;
}

@media(max-width: 768px) {
    .padding-r {
        padding-right: 0px;
    }
    
    .padding-l {
        padding-left: 0px;
    }
}

.icon-1p5 {
    font-size: 2.5em;
}

.section-title {
    font-size: 14pt;
    border-bottom: 2px solid #DDDDDD;
    text-transform: uppercase;
}