.header-main {
    height: 90px;
    background: #BD0312;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.05);
}

.header-second {
    height: 60px;
    background: #E01222;
}

.header-third {
    height: 60px;
    background: #eeeeee;
}

.header-search {
    color: #CDCED2;
}

.nav-left, .nav-right {
    display: flex;
    align-items: center;
}

.logo-box {
    display: flex;
    align-items: center;
}

.logo-box-img {
    width: 353px;
    height: 41px
}

.logo-box-info {
    font-size: 28px;
    font-family: OPPOSans-B;
    font-weight: normal;
    text-align: left;
    color: #ffffff;
    margin-left: 10px;
}

.header-select {
    display: block;
    border: none;
    font-size: 14px;
    font-family: "OPPOSans-R";
    text-align: left;
    color: #8e8e92;
    line-height: 31px;
    letter-spacing: 0.7px;
    margin-left: 15px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn {
    /*color: #8e8e92;*/
    font-size: 16px;
    font-family: OPPOSans-R;
    font-weight: normal;
    text-align: left;
    letter-spacing: 0.8px;
}

.header-select:hover, .header-select {
    color: #8e8e92;
}

.header-select:focus {
    outline: 0;
    box-shadow: none;
}

.search-group {
    width: 62px;
    height: 26px;
    /*background: #efefef;*/
    margin-right: 30px;
    border-radius: 25px;
    transition: all 400ms ease-in-out;
}
.search-group-select{
    background: #efefef;
    width: 172px;
}

.search-group-icon-cancel{
    color: rgba(205, 206, 210) !important;
}

.search-group-input, .search-group-input:focus {
    border: none;
    webkit-box-shadow: none;
    box-shadow: none;
    background: none;
}

.search-group-icon {
    display: flex;
    align-items: center;
    padding: 0 0.75rem;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #FEFEFE;
    text-align: center;
    border: none;
    cursor: pointer;
}

.form-control {
    padding: 0 0.75rem;
}

.form-control {
    padding: 0 0.75rem;
}

.header-login {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    color: #FEFEFE;
    line-height: 31px;
}

.navbar-main {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    align-items: center;
}

.navbar-main .nav-item {
    margin-right: 60px;
    height: 60px;
}

.navbar-main .nav-link {
    color: #FEFEFE;
    padding: 20px 0px 5px 0px;
}

.navbar-main .nav-item .nav-link.active, .navbar-main .nav-item .nav-link:hover {
    /*color: #ffffff;*/
    border-bottom: 2px solid #FEFEFE;
}

.navbar-other {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-other .nav-item {
    margin-right: 60px;
}

.navbar-other .nav-link {
    color: #555555;
    padding: 0px;
}

.navbar-other .nav-item .nav-link.active, .navbar-other .nav-item .nav-link:hover {
    color: #555555;
}

.nav-line {
    width: 1px;
    height: 20px;
    border-left: 3px #FEFEFE dotted;
    margin: auto 0;
    margin-right: 60px;
}

.navbar-other .nav-link {
    padding: 20px 0 12px 0;
    font-weight: normal;
    background-color: transparent;
    border-bottom: 3px solid transparent;
    width: auto;
}

.navbar-other .nav-link:hover,
.navbar-other .nav-link:focus {
    border-bottom-color: #303032;
}

.navbar-other .active {
    border-bottom-color: #303032;
}

.header-third .dropdown:hover > .dropdown-menu {
    display: block;
}

.header-third-1 .dropdown-menu {
    top: 80%;
    left: -140px;
    margin: 0;
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0rem;
    margin: 0;
    font-size: 1rem;
    background: none;
    border: none;
}

.dropdown-box {
    padding: 40px 0;
    color: #555555;
    margin-top: 25px;
    text-align: center;
    background-color: #eeeeee;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
}

.header-third-1 .dropdown-toggle::after {
    border: none;
}

.dropdown-box {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.dropdown-box .nav-item {
    margin-bottom: 30px;
}

.dropdown-box .nav-link {
    height: 24px;
    line-height: 24px;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
}

.dropdown-box .nav-link {
    color: #555555;
}

.dropdown-box .nav-item .nav-link.active, .dropdown-box .nav-item .nav-link:hover {
    color: #303032;
    border-left: 3px #303032 solid;
}

.dropdown-box .nav-item:last-child {
    margin-bottom: 0px;
}

.clear-pointer {
    cursor: default;
    color: #E01222 !important;
}
