
.medium-font {
    font-family: 'Roboto Medium';
}

.navbar {
    height: 72px;
    margin-bottom: 0;

    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.10);
    padding-left: 15%;

    display: flex;
    flex-direction: row;
    align-items: center;
}

.navbar-logo {
    background: url(../Common/img/logo-with-name.png) no-repeat;
    background-size: cover;
    width: 80px;
    height: 80px;
}

.navbar-menu {
    margin-left: 60px;
    display: flex; 
}

.navbar-item {
    color: #222222;
    font-size: 14px;
    white-space: nowrap;
    line-height: 1;
    list-style-type:none; 
    padding: 10px 20px;
    position: relative;
    transition: 0.2s all linear;
    cursor: pointer;
}

.navbar-item-before::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 5%;
    width: 90%;
    height: 100%;
    border-bottom: 3px solid #4090FF;
    border-radius: 2px;
}



.container-home12 {
    width: auto;
    height: 300px; 
}

/* .text-in-image {
    width: 405px;
    height: 192px;

    font-family: LucidaGrande-Bold;
    font-size: 48px;
    color: #002456;

    margin-top: -40px;
    margin-left: 140px;
} */


.navbar-bottom {
    width: 100%;
    height: 360px;
    background: #384558;
}

.link-area {
    display: flex;
    flex-direction: row;
    height: 70%;

    padding-left: 24.5%;
    padding-top: 28px;
}

.link-area .wording-part {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; 
}

.link-area .left {
    width: 250px;
}

.link-area .middle {
    width: 300px;
}

.link-area .right {
    
}

.wording-part a {
    color: #FFFFFF;
}

.big-link-wording {
    font-size: 14px; 
    line-height: 36px;
    margin-bottom: 23px;

    cursor: pointer;
}

.big-link-wording-s {
    margin-bottom: 5px;
}

.small-link-wording {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 36px;
    opacity: 0.8;
}

.policy-bottom {
    color: #ffffff;
    font-size: 12px;
    text-align: center;

    margin-top: 56px; 
}

.policy-bottom span {
    margin-right: 15px;
}

.policy-bottom a {
    margin-right: 15px;
    color: #ffffff; 
}

.row-layout {
    display: flex;
    flex-direction: row;
} 

.row-layout-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
} 

.column-layout-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
} 

.small-margin {
    margin-left: 20px;
}

.common-btn {
    background-color: #4090FF;
    color: #ffffff;
    font-size: 18px;
    height: 36px;
    border-radius: 0px;
    cursor: pointer;

    display: flex;
    justify-content: center;
    align-items: center;
}

.common-btn-width {
    width: 360px;
    height: 40px !important;
    margin: 0 auto;
}

.text-key {
    font-size: 12px;
    color: #666666;
}

.text-value {
    font-size: 14px;
    color: #222222;
}

.text-key-middle {
    font-size: 14px;
    color: #666666;
}

.text-value-middle {
    font-size: 18px;
    color: #222222;
}

.contact-us {
    height: 521px;
    width: 1000px;
    margin: 0 auto;
}

#contact-us-form {
    margin-left: 50px;
}

.contact-us .title {
    font-size: 36px;
    color: #222222;
    line-height: 40px;

    padding-top: 80px;
    padding-bottom: 40px;
    margin-left: -45px;
}

.contact-us .contact-icon {
    position: relative;
    height: 80px;
    width: 80px;
    left: 40px;
    top: -20px;
    z-index: -1; 
}

.contact-us .left-part {
    height: 260px;
}

.contact-us .right-part {
    height: 600px;
    margin-left: 41px;

    display: flex;
    flex-direction: column;
}

.contact-us .text-input {
    width: 259px;
    height: 28px;
    background: #F9FDFF;
    border: 1px solid #DBE6EB;
    border-radius: 0px;
    box-shadow: none;
}

.contact-us .contact-input {
    margin: 10px 0;
}

.contact-us .nonEmpty {
    color: #E22829;
}

.contact-us .message-input {
    width: 600px;
    height: 172px;
    background: #F9FDFF;
    border: 1px solid #DBE6EB;
    border-radius: 0px;
    box-shadow: none;
    max-width: 100%;
    resize:none;
}

.contact-us .send-message {
    width: 200px;
    height: 32px;
    font-size: 16px;
}

.contact-us .subscribe-icon {
    height: 24px;
    width: 24px;
    cursor: pointer;
    margin-right: 10px;
}

.contact-us .sub-line {
    margin-top: 16px;
    justify-content: space-between;
    align-items: flex-end;
}

.horizontal-input-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
}

.horizontal-input-group .horizontal-input {
    width: 47%;
}

.normal-input {
    border-radius: 0px;
    max-width: 100%;
    box-shadow: none;
}

.input-area-title {
    margin-bottom: 15px;
}

form .top-sparate-area {
    padding-top: 25px;
}

form .bottom-sparate-area {
    padding-bottom: 15px;
}

.checkbox-line {
    margin-top: 10px;
    margin-bottom: 10px;
}

input[type=checkbox] {
    margin: 0 10px;
    margin-right: 10px;
    cursor: pointer;
    color: #666666;
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #c3c3c3;
}

.right-margin-30 {
    margin-right: 30px;
}

.bottom-margin-30 {
    margin-bottom: 30px;
}
 
.title-bar {
    height: 64px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.title-bar .title-bar-img {
    height: 60px;
    width: 60px;
    margin-left: 22px;
    margin-right: 18px;
    background-size: cover;
}

.title-bar .sign-out {
    margin-left: 40px;
    margin-right: 40px;
    cursor: pointer;
} 

.title-bar .select-language {
    cursor: pointer;
    border: none;
}

.home-title-bar {
    height: 64px;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
    margin-bottom: 2px;
}

.home-title-bar .title-content {
    width: 1000px;
    height: 64px;
    margin: 0 auto;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.home-title-bar .title-name {
    font-size: 18px;
    color: #222222;
}

.home-title-bar .title-bar-img {
    height: 60px;
    width: 85px;
    margin-left: 22px;
    margin-right: 18px;
    background-size: cover;
}

.home-title-bar .sign-out {
    margin-left: 40px;
    margin-right: 40px;
    cursor: pointer;
} 

.home-title-bar .select-language {
    font-size: 14px;
    cursor: pointer;
    border: none;
}