@media only screen and (max-width: 767px) {
    .hidden-xs-only {
        display: none !important
    }
}

@media only screen and (min-width: 768px) {
    .hidden-sm-and-up {
        display: none !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hidden-sm-only {
        display: none !important
    }
}

@media only screen and (max-width: 991px) {
    .hidden-sm-and-down {
        display: none !important
    }
}

@media only screen and (min-width: 992px) {
    .hidden-md-and-up {
        display: none !important
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hidden-md-only {
        display: none !important
    }
}

@media only screen and (max-width: 1199px) {
    .hidden-md-and-down {
        display: none !important
    }
}

@media only screen and (min-width: 1200px) {
    .hidden-lg-and-up {
        display: none !important
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1919px) {
    .hidden-lg-only {
        display: none !important
    }
}

@media only screen and (max-width: 1919px) {
    .hidden-lg-and-down {
        display: none !important
    }
}

@media only screen and (min-width: 1920px) {
    .hidden-xl-only {
        display: none !important
    }
}

.el-header[data-v-1683ddd4] {
    padding: 0;
    height: auto !important
}

.el-header .logo-box[data-v-1683ddd4] {
    overflow: hidden
}

.el-header .logo-box .el-image[data-v-1683ddd4] {
    height: 100px;
    float: left;
    margin-left: 4%
}

.el-header .logo-box .el-image[data-v-1683ddd4] img {
    width: auto !important;
    display: block;
    height: 100%
}

.el-header .logo-box ul[data-v-1683ddd4] {
    float: right;
    margin-right: 10%;
    list-style: none;
    display: flex;
    align-items: center;
    margin-top: 34px
}

.el-header .logo-box ul li[data-v-1683ddd4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 20px
}

.el-header .logo-box ul li .fa[data-v-1683ddd4] {
    display: block;
    background-color: rgb(40,196,69);
    color: white;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 14px
}



.el-header .logo-box ul li .text[data-v-1683ddd4] {
    margin-top: 4px;
    font-size: 12px
}

.el-header .el-menu[data-v-1683ddd4] {
    display: flex;
    justify-content: space-around
}

.el-menu-item.is-active[data-v-1683ddd4] {
    color: #fff !important;
    border-bottom: none
}

.el-header[data-v-43e856fa] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.el-header .logo[data-v-43e856fa] {
    height: 60px
}

.el-header .btn[data-v-43e856fa] {
    background-color: #57a8af;
    color: #fff
}

@media screen and (max-width: 768px) {
    .el-row div[data-v-2b827720] {
        margin-bottom: 10px
    }
}

.el-footer[data-v-2b827720] {
    padding: 0
}

.el-footer .el-row div[data-v-2b827720] {
    display: flex;
    justify-content: center
}

.el-footer .footer-top[data-v-2b827720] {
    padding: 20px 10px 10px
}

.el-footer .footer-top[data-v-2b827720] .el-descriptions-item__container {
    color: #08333c !important;
    font-weight: 700
}

.el-footer .footer-top .list[data-v-2b827720] {
    list-style: none
}

.el-footer .footer-top .list li[data-v-2b827720] {
    margin-bottom: 16px;
    font-weight: 700;
    color: #08333c
}

.el-footer .footer-top .img-box[data-v-2b827720] {
    display: flex;
    align-items: center;
    justify-content: space-around
}

.el-footer .footer-top .img-box div[data-v-2b827720] {
    display: flex;
    flex-direction: column;
    align-items: center
}

.el-footer .footer-top .img-box div img[data-v-2b827720] {
    width: 70%
}

.el-footer .footer-top .img-box div span[data-v-2b827720] {
    color: #073c44;
    font-weight: 700
}

.el-footer .footer-top .foot-logo[data-v-2b827720] {
    width: 60%;
    display: block
}

.el-footer .footer-bottom[data-v-2b827720] {
    background-color: #57a8af;
    color: #fff;
    padding: 2px 0
}

.el-footer .footer-bottom div[data-v-2b827720] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.el-footer .footer-bottom div img[data-v-2b827720] {
    width: 4%;
    display: block;
    margin-right: 8px
}

.el-footer .footer-bottom div span[data-v-2b827720] {
    display: block;
    font-size: 12px
}