@charset "UTF-8";
.navigation {
    height: 90px;
}

.brand {
    display: none;
}

/* .brand {
  position: absolute;
  float: left;
  line-height: 90px;
  text-transform: uppercase;
  font-size: 1.4em;
}
.brand a img {
	width: 70% !important;
}
.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}  */

.nav-container {
    /* max-width: 1000px; */
    /* margin: 0 auto; */
}

.nav-container nav {
    /* float: right; */
    float: left;
    width: 1140px;
}

@media (max-width: 1200px) {
    .nav-container nav {
        width: 950px;
    }
}

@media (max-width: 992px) {
    .nav-container nav {
        width: 720px;
    }
}

.nav-container nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-container nav ul li {
    float: left;
    position: relative;
}

.nav-container nav ul li a, .nav-container nav ul li a:visited {
    display: block;
    padding: 0 20px;
    line-height: 90px;
    /*background: #262626; */
    /* color: #ffffff;*/
    color: #444 !important;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.035rem;
    font-weight: 400;
}

/*.nav-container nav ul li a:hover,
.nav-container nav ul li a:visited:hover {
 background: #2581dc;
  color: #ffffff;
}*/

.nav-container nav ul li a:not(:only-child):after, .nav-container nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: " ▾";
}

.nav-container nav ul li ul li {
    min-width: 190px;
}

.nav-container nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}

.nav-container .nav-dropdown {
    position: absolute;
    display: none;
    z-index: 9999 !important;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    padding: 5px;
    background: #fff;
    margin-top: -20px;
}

.nav-container ul.nav-dropdown li a {
    font-size: 12px !important;
    letter-spacing: 0.035rem !important;
    font-weight: 400 !important;
    padding: 5px 15px !important;
    margin-top: -25px;
    margin-left: 5px;
}

.nav-container nav ul li ul li, .sub2 {
    list-style-type: none;
}

.nav-container nav ul li ul li::before {
    content: '';
    display: inline-block;
    height: 10px;
    width: 10px;
    background-size: 5px;
    background-image: url("../images/arrow-right.png") !important;
    background-repeat: no-repeat;
    margin-right: 10px;
    background-position: center center;
    vertical-align: middle;
    margin-left: 5px;
}

.nav-container nav ul li ul li.sub2::before {
    content: '';
    display: inline-block;
    height: 10px;
    width: 10px;
    background-size: 5px;
    background-image: url("../images/right.png") !important;
    background-repeat: no-repeat;
    margin-right: 10px;
    background-position: center center;
    vertical-align: middle;
    margin-left: 5px;
}

.nav-container .sub2top {
    /*border-top: 2px solid #eb6406;*/
}

.nav-dropdown .menu-group {
    border-top: 2px solid #eb6406;
    width: 100%
}

.nav-dropdown .menu-group .lead-menu {
    color: #eb6406 !important;
    font-weight: 600 !important;
}

.nav-container .sub2 {
    margin-left: 15px !important;
    margin-right: 15px;
    background: #eeeeee60;
    border-bottom: 2px solid #ffffff;
}

.t-icon {
    font-size: 9px;
    text-align: center;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: -5px;
}

#icon_link img:hover, #icon_link_main2 img:hover {
    cursor: pointer;
}

#xxxxx {
    display: none !important;
}

/* Mobile navigation */

.nav-container .nav-mobile {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    /*background: #262626;*/
    height: 70px;
    width: 70px;
}

@media only screen and (max-width: 798px) {
    #icon_link {
        display: none !important;
    }
    #xxxxx {
        display: block !important;
        text-align: center;
    }
    .brand a img {
        width: 70% !important;
        padding: 30px 25px !important;
    }
    .nav-container nav ul li a:not(:only-child):after, .nav-container nav ul li a:visited:not(:only-child):after {
        padding-left: 4px;
        content: "";
    }
    .nav-container nav ul li a:not(:only-child):before, .nav-container nav ul li a:visited:not(:only-child):before {
        content: " ● ";
    }
    .nav-container nav ul li#home a:before, .nav-container nav ul li#home a:visited:before {
        content: " ● " !important;
    }
    .nav-container .nav-mobile {
        display: block;
    }
    .nav-container nav {
        width: 100%;
        padding: 0 15px 15px 15px;
    }
    .nav-container nav ul {
        display: none;
    }
    .nav-container nav ul li {
        float: none;
    }
    .nav-container nav ul li a {
        padding: 10px;
        line-height: 20px;
        font-size: 14px;
        border-bottom: 1px #f0f0f0 dotted;
    }
    .nav-container nav ul li ul li a {
        padding-left: 30px;
    }
    .nav-container .nav-dropdown {
        position: static;
        margin-top: 0px;
    }
}

@media screen and (min-width: 799px) {
    .brand a img {
        width: 70% !important;
        /*padding: 30px 25px !important;*/
        padding: 5px 15px !important;
    }
    .nav-container .nav-list {
        display: block !important;
    }
}

.nav-container #nav-toggle {
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

.nav-container #nav-toggle span, .nav-container #nav-toggle span:before, .nav-container #nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #63320e;
    position: absolute;
    display: block;
    content: "";
    transition: all 300ms ease-in-out;
}

.nav-container #nav-toggle span:before {
    top: -10px;
}

.nav-container #nav-toggle span:after {
    bottom: -10px;
}

.nav-container #nav-toggle.active span {
    background-color: transparent;
}

.nav-container #nav-toggle.active span:before, .nav-container #nav-toggle.active span:after {
    top: 0;
}

.nav-container #nav-toggle.active span:before {
    transform: rotate(45deg);
}

.nav-container #nav-toggle.active span:after {
    transform: rotate(-45deg);
}


.row-menu-1 .nav-list, .row-menu-2 .nav-list {
    margin: 0 auto;
}
.row-menu-1, .row-menu-2 {
    display: flex;
}
.row-menu-2 {
    border-top: 1px solid #efefef;
    margin-bottom: 20px;
}
.row-menu-2 ul li {
    padding: 0 5px;
    height: 95px;
}