.content-view {
    min-height: 100vh;
}

.brand-logo img {
    height: 45px;
}

nav {
    background-color: white;
}

nav.nav-main a {
    color: #3d3d3d;
}

.nav-category {
    height: 45px;
    background-color: #00adb4;
    padding: 0px 80px;
    margin-bottom: 2px;
}

.nav-category li {
    line-height: 45px;
}

.nav-category .nav-wrapper i {
    height: 45px;
    line-height: 48px;
}

.nav-category ul a {
    font-size: 14px;
}

.header-search-wrapper {
    margin: 10px auto 0px 240px;
    width: calc(100% - 600px);
    height: 40px;
    display: inline-block;
    position: relative;
}

.header-search-wrapper i {
    color: #828282;
    padding-left: 10px;
    position: absolute;
    font-size: 24px;
    top: 4px;
    line-height: 32px !important;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
}

input.header-search-input {
    padding-left: 40px !important;
    border: none !important;
    border-radius: 4px !important;
    background: rgb(245, 245, 245) !important;
    color: #828282 !important;
    height: 40px !important;
    font-size: 14px !important;
    display: block;
    width: 100%;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    appearance: textfield;
    font-weight: 400;
    outline: none;
}

input.header-search-input::placeholder {
    color: #b7b7b7;
    opacity: 1;
}

.page-footer {
    padding-top: 20px;
    color: #3d3d3d;
    background-color: #f3f3f3;
}

.page-footer .footer-copyright {
    background: #048086;
}

.myx-base img {
    width: 100%;
}

.text-banner-title {
    letter-spacing: 0.15em;
    font-size: 1.8em;
    margin-bottom: 0px;
}

.text-banner-subtitle {
    color: #7E818C;
    font-weight: 400;
    font-size: 12px;
    margin-top: 5px;
}

.column-base ul {
    margin: 3px 0px;
}

.navi-noLine a {
    font-weight: 400;
    color: #3d3d3d;
}

.navi-light a {
    margin: 0px 10px;
    font-weight: 200;
    font-size: 12px;
    color: #3d3d3d;
}

a:hover, a:focus {
    color: #e0e0e0;
}

.chat-window-input {
    border: 0 !important;
    margin: 0 !important;;
    font-size: 14px !important;;
}

.chat-window-input:focus {
    border: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.direct-chat-msg.right {
    float: none !important;
}

.carousel {
    height: auto !important;
}