.z-boxes-1 .row-box {
    margin: 0 -27px;
}

.z-boxes-1 .col-box {
    padding: 0 27px;
    float: left;
    width: 25%;
}

.z-box-1 {
    padding: 20px;
    border: 1px solid #ededed;
}

.z-box-1 .txt-1 {
    color: #ffae00;
    font-size: 16px;
    font-weight: bold;
    height: 52px;
    padding: 0 10px;
    padding-top: 2px;
    line-height: 1.2;
    text-align: center;
    justify-content: center;
    background: #20293f;
    display: flex;
    align-items: center;
}

.z-box-1 figure figure {
    height: 178px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.z-box-1 {
    margin-bottom: 20px;
}

.z-box-1 .description {
    height: 255px;
    margin-top: 20px;
    padding-right: 10px;
    overflow: auto;
}

.z-box-1 ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 12px;
}

.z-box-1 li {
    margin-top: 5px;
}

.z-box-1 ul li:first-child {
    margin-top: 0;
}

.z-box-1 li a {
    color: #20293f;
}

.z-box-1 li a:hover {
    color: #ffae00;
}

.z-box-1 figure img {
    display: block;
}

.z-box-1 {
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
    position: relative;
}

.z-box-1:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 0;
    height: 8px;
    display: block;
    content: "";
    opacity: 0;
    background: #ffae00;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.z-box-1:hover:after {
    opacity: 1;
}

.z-box-1:hover {
    border-color: #ffae00;
}

@media (max-width: 1199px){
    .z-boxes-1 .col-box {
        padding: 0 10px;
        width: 33.3333%;
    }
    .z-boxes-1 .row-box {
        margin: 0 -10px;
    }
}

@media (max-width: 992px){
    .z-boxes-1 .col-box {
        width: 50%;
    }
    .z-box-1 figure img {
        width: 100%;
    }
}

@media (max-width: 574px){
    .z-boxes-1 .col-box {
        width: 100%;
    }
    .z-box-1 .description {
        height: auto;
        max-height: 255px;
    }
}

.z-sidebar {
    float: left;
    width: 375px;
    padding-right: 25px;
}

.z-main {
    overflow: hidden;
}

.z-menu-1 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.z-menu-1 li {
    border-bottom: 1px solid #20293f;
}

.z-menu-1 ul li:last-child {
    border-bottom: none;
}

.z-menu-1 a {
    position: relative;
    padding: 12px 0 10px 0;
    display: block;
    padding-left: 32px;
    color: #20293f;
    font-size: 12px;
    font-weight: bold;
}

.z-menu-1 a:after {
    width: 21px;
    height: 21px;
    border: 1px solid #20293f;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10.5px;
}

.z-menu-1 a:hover {
    color: #ffae00;
}

.z-menu-1 ul ul li {
    border-color: #eaeaea;
}

.z-menu-1 ul ul li a {
    font-weight: normal;
}

.z-menu-1 ul ul li a:after {
    width: 5px;
    height: 21px;
    background: #ffae00;
    border-color: #ffae00;
    opacity: 0;
}

.z-menu-1 ul ul li a {
    position: relative;
}

.z-menu-1 ul ul li a:hover:after {
        width: 5px;
    height: 21px;
    display: block;
    content: "";
    opacity: 1;
    background: #fff;
    border: 1px solid #20293f;
}

.z-menu-1 ul ul li a:hover {
    color: #20293f !important;
}

.z-menu-1 > ul > li.current > a{
    background: #20293f;
    color: #ffae00;
    padding-left: 41px;
}

.z-menu-1 > ul > li.current > a:after {
    border-color: #ffae00;
    background: #ffae00;
    left: 10px;
}

.z-menu-1 > ul ul {
    display: none;
}

.z-menu-1 > ul .current ul {
    display: block;
}

.z-menu-1 ul ul li.current a:after {
    opacity: 1;
}

.z-menu-1 ul ul li a {
    padding-left: 20px;
}

.boxes-6a .row-box .col-box {
    width: 33.333%;
}

@media only screen and (max-width: 1199px) {
    .z-sidebar {
        width: 30%;
    }
}

@media only screen and (max-width: 992px) {
    .boxes-6a .row-box .col-box {
        width: 50%;
    }
    .boxes-6b .row-box .col-box:nth-child(3n+1) {
        clear: none;
    }
}

@media only screen and (max-width: 767px) {
    .z-sidebar {
        display: none;
    }
    .z-sidebar {
        width: 100%;
        padding-right: 0;
    }
    .z-main {
        padding-top: 40px;
        width: 100%;
    }
}

@media only screen and (max-width: 574px) {
    .boxes-6a .row-box .col-box {
        width: 100%;
    }
}

.boxes-6b .box-6 .txt-2 {
    height: 72px;
    margin-bottom: 0;
}

@media only screen and (max-width: 574px) {
    .boxes-6b .box-6 .txt-2 {
        margin-bottom: -10px;
        height: auto;
    }
}