@import "font-awesome.css";
body {
    margin: 0;
    padding: 0;
    font-size: 11px;
}

.content {
    margin: 0px 50px;
}

.venus-menu {
    margin: 0 auto;
}

.venus-menu {
    width: 100%;
    padding: 0;
    position: relative;
    list-style: none;
    background: #ffffff;
    display: block!important;
}

.venus-menu li {
    display: inline-block;
    margin: 0;
    padding: 0;
    float: left;
    line-height: 60px;
    position: relative;
    text-transform: none;
}
.venus-menu > li {
    height: 50px;
}
.venus-menu>li:nth-child(2)>a {
    padding: 0 15px!important;
}

.venus-menu > li > a {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    display: block;
    line-height: 60px;
    height: 60px;
    /* -webkit-transition:color 0.2s linear, background 0.2s linear;
	-moz-transition:color 0.2s linear, background 0.2s linear;
	-o-transition:color 0.2s linear, background 0.2s linear;
	transition:color 0.2s linear, background 0.2s linear; */
    font-weight: 400;
    font-family: WorkSansMedium;
}
    .venus-menu > .right_icon > a {
        padding-left: 10px;
        padding-right: 20px;
        font-family: WorkSansSemiBold;
    }
.venus-menu > ul li {
    -webkit-transition: color 0.2s linear, background 0.2s linear, border 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear, border 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear, border 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear, border 0.2s linear;
}
@media (max-width: 1200px) {
    .venus-menu > li > a {
        padding: 0 30px;
    }
}

.venus-menu li.active > a {
    color: #000000;
    background-color: rgba(0, 0, 0, .2);
}

.venus-menu > li > a i {
    line-height: 60px;
}



.venus-menu ul,
.venus-menu ul li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 99;
}

.venus-menu > li > ul {
    width: auto;
    min-width: 120px;
    white-space: nowrap;
    border: 1px solid #0659fb;
}

.venus-menu ul li ul {
    width: auto;
    white-space: nowrap;
    border:1px solid #0659fb;
}

.venus-menu ul {
    top: 50;
    left: 0;
    padding-top: 0;
}

.venus-menu ul li ul {
    top: -1px;
    left: 100%;

}

.venus-menu ul li ul li ul li ul {
    top: -1px;
    right: 100%;
    left: auto;
}

.venus-menu ul li ul li {
    background-color: #ffffff;
}

.venus-menu ul li ul li ul li {
    background-color: #ffffff;
}

.venus-menu ul li ul li ul li ul li {
    background-color: #ffffff;
}

.venus-menu ul li {
    clear: both;
    width: 100%;
    border: none;
}

.venus-menu a {
    cursor: pointer;
}

.venus-menu ul li a {
    padding: 14px 20px;
    width: 100%;
    color: #000000;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    float: left;
    clear: both;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /* -webkit-transition:background 0.2s linear;
	-moz-transition:background 0.2s linear;
	-o-transition:background 0.2s linear;
	transition:background 0.2s linear; */
}

.venus-menu li ul li {
    /* height: 27px; */
    border-top: 1px solid #fff;
   /*  line-height: 27px; */
}

.venus-menu li ul li a {
    height: 26px;
    line-height: 26px;
    padding: 0 20px;
    font-family: WorkSans;
    font-size: 14px;
    font-weight: 400;
}

.venus-menu > li .indicator {
    position: absolute;
    color: #000000;
    top: 0;
    right: 4px;
    font-size: 14px;
    line-height: 60px;
    /* -webkit-transition:color 0.2s linear;
	-moz-transition:color 0.2s linear;
	-o-transition:color 0.2s linear;
	transition:color 0.2s linear; */
}

.venus-menu > li:hover > .indicator {
    color: #0659fb;
}

.venus-menu ul > li .indicator {
    top: 0;
    right: 4px;
    color: #000000;
    line-height: 26px!important;
}
.venus-menu ul > li:hover> .indicator {
    color: #0659fb;
}
.venus-menu ul > li .indicator:before {
    content: "\f105";
}

.venus-menu i {
    font-size: 20px;
    float: left;
}

.venus-menu > li.showhide {
    display: none;
    width: 100%;
    height: 40px;
    cursor: pointer;
    color: #000000;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.venus-menu > li.showhide span.title {
    margin: 0 0 0 20px;
    float: left;
}

.venus-menu > li.showhide span.icon {
    margin: 11px 20px;
    float: right;
}

.venus-menu > li.showhide .icon em {
    margin-bottom: 3px;
    display: block;
    width: 20px;
    height: 2px;
    background: #ccc;
}

.venus-menu li.search {
    float: right;
}

.venus-menu li.search form {
    margin: 13px 20px 0 0;
}

.venus-menu li.search form input.search {
    height: 26px;
    float: right;
    padding-left: 5px;
    padding-right: 5px;
    color: #777;
    outline: none;
    border: solid 1px #dedede;
    /* -o-transition:border .3s linear;
	-moz-transition:border .3s linear;
	-webkit-transition:border .3s linear;
	transition:border .3s linear; */
}

.venus-menu li.search form input.search:focus {
    border-color: #8ECB8D;
}

.zoom-out {
    /* -webkit-animation:zoomOut 600ms ease both;
	-moz-animation:zoomOut 600ms ease both;
	-o-animation:zoomOut 600ms ease both;
	animation:zoomOut 600ms ease both; */
    
    background-color: #527da9!important;
}


@media (min-width: 1200px) {
    .venus-menu>li {
        display: block!important;
    }
    .venus-menu > li:hover > a i,
.venus-menu li.active a i {
    color: #0659fb;
}
.venus-menu li:hover > a {
    color: #0659fb;
}
.venus-menu>li:hover > a {
    color: #0659fb;
    border-top: 2px solid #0659fb;
}
    .venus-menu li:hover>ul {
        display: block!important;
    }
    .venus-menu .showhide {
        display: none!important;
    }
}

.venus-menu ul {
    background-color: #ffffff;
}
.venus-menu i.icon-user {
    width: 20px;
    height: 20px;
    background: url(../NewImages/Profile.svg?ver=2020101301);
    background-repeat: no-repeat;
    vertical-align: middle;
    position: relative;
    margin-right: 8px;
    margin-top: 20px;
    cursor: pointer;
}

.venus-menu i.icon-search {
    width: 20px;
    height: 20px;
    background: url(../NewImages/Search.svg?ver=2020101301);
    background-repeat: no-repeat;
    margin-top: 20px;
    cursor: pointer;
}

@media only screen and (max-width: 1200px) {
    .venus-menu>li {
        display: none;
        height: auto;
    }
    .venus-menu>li.showhide {
        display: block!important;
    }
    .venus-menu>#ctl00_imgLogo1 {
        display: none;
    }
    .venus-menu li {
        width: 100%;
    }
    .venus-menu>li {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .venus-menu li ul li {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .venus-menu > li > a {
        padding: 0 15px;
        line-height: 40px;
        height: 40px;
    }
    .venus-menu > li.brand {
        display: none !important;
    }
    .venus-menu a {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .venus-menu ul,
    .venus-menu ul li ul {
        width: 100%!important;
        padding: 0;
        left: 0;
        border: none;
        position: static;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .venus-menu > li > ul > li:first-child a:before,
    .venus-menu > li > ul > li ul li:first-child a:before {
        border: none;
    }
    .venus-menu > li > a i {
        line-height: 40px;
    }
    .venus-menu ul li {
        border-left: none;
        border-right: none;
        background-color: #ffffff;
        /*float: none;*/
    }
    .venus-menu ul li ul li {
        border-left: none;
        border-right: none;
        background-color: #ffffff;
        /*float: none;*/
    }
    .venus-menu ul li ul li ul li {
        background-color: #ffffff;
    }
    .venus-menu ul > li > a {
        padding-left: 40px !important;
    }

    .venus-menu > li .indicator {
        top: 0;
        right: 20px;
        font-size: 20px;
        line-height: 40px;
    }
    .venus-menu ul > li .indicator {
        top: 0;
        right: 20px;
    }
    .venus-menu li.search form {
        margin: 12px 18px 0 18px;
    }
    .venus-menu li.search form input.search {
        width: 100%;
        margin-bottom: 12px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .venus-menu > li > ul > li ul li>a {
        padding-left: 60px!important;
    }
    .venus-menu > li > ul > li > ul > li ul li>a {
        padding-left: 80px!important;
    }
    .venus-menu > li > ul > li > ul > li > ul > li ul li>a {
        padding-left: 100px!important;
    }
    .venus-menu i.icon-user {
        margin-top: 10px !important;
    }

    .venus-menu i.icon-search {
        margin-top: 10px !important;
    }
}
.down_icon:after{
	content: "\f107";
}
.hide{display: none;}