header{
    position: relative;
}
header .container{
    position: relative;
}
header .nav-link{
    color: rgb(193, 199, 0);
}
header h2{
    padding: 0;
    line-height: 1.1;
    font-size: 4em;
    color: rgba(212, 224, 173, 1);
    font-weight: normal;
}
header p{
    font-family: Calibri,'Noto Serif HK',sans-serif;
    padding: 0;
    line-height: 1.1;
    font-size: 1.6em;
    color: rgba(212, 224, 173, 1);
    font-weight: normal;
}
header .row{
    padding: 150px 0 20px 0;
}
.bg-size--cover {
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-cover {
    position: relative;
}
header .navbar-nav{
    position: absolute;
    left: 0;
    top: 15px;
}
.site-nav li{
    width:150px;
}

.lessons-grid {
    display: grid;
    grid-gap: 20px 20px;
}

.bl-vcustom-lessonfront {
    padding: 1em 0 2em;
}

.lesson-circle {
    padding: 2em 0;
    position: relative;
}

.lesson-circle:nth-child(odd) {
    background: url('/assets/images/lessbg.png') no-repeat center rgba(212,224,173,0.4);
    background-size: 100% 100%;
    border-top: 1px solid rgba(59,87,25,0.2);
    border-bottom: 1px solid rgba(59,87,25,0.2);
}

.lesson-circle .field[data-fn="number"] {
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    font-weight: bold;
    color: rgba(59,87,25,1);
    font-size: 1.75em;
    line-height: 1.5;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background: #f9f2e8;
}

.lesson-circle .field[data-fn="number"]::before {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    border: 1px solid;
    border-color: transparent transparent rgba(59,87,25,0.2) rgba(59,87,25,0.2);
    border-radius: 50%;
    transform: rotate(-45deg);
}

.lesson-circle:nth-child(even) .field[data-fn="number"]::before {
    transform: rotate(135deg);
}

.lesson-circle-info {
    position: relative;
    padding: 0.35em 0;
    min-height: 2.5em;
    margin-bottom: 1em;
}

.lesson-circle-info .field[data-fn="number_chinese"] {
    pointer-events: none;
    user-select: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1;
    font-size: 2.5em;
    opacity: 0.2;
}

.lesson-circle-info .field[data-fn="description"] {
    position: relative;
    z-index: 1;
    text-align: center;

}

@media screen and (min-width: 480px) {
    .lessons-grid {
        grid-template-columns:1fr 1fr;
    }
}

@media screen and (min-width: 1000px) {
    .lessons-grid {
        grid-template-columns:repeat(auto-fill,minmax(300px,1fr));
    }
}
.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.h_nav .nav-link {
     color: rgba(59,87,25,1);
}
.h_nav .nav-link.active{
    background: url('/assets/images/nav_act_bg.png') center no-repeat transparent;
    background-size: 100% 100%;
    color: rgba(59,87,25,1);
}
#search {
    width: 460px;
    height: 50px;
    display: flex;
    margin: 20px auto;
}

#search-wrap {
    position: absolute;
    /* margin-top: -10px; */
    width: 460px;
    height: 36px;
    margin-left: 16px;
    border-radius: 18px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .14);
    background-color: #FFF;

}

#search-wrap .search-content {
    box-shadow: none;
    border: 0 none;
    outline: none;
    font-family: "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", Arial, Helvetica, sans-serif;
    margin-top: 3px;
    margin-left: 18px;
    width: 298px;
    height: 30px;
}

#search-wrap .search-btn {
    border: 0px;
    float: right;
    /* margin: 4px 4px 4px 0; */
    width: 66px;
    outline: none;
    height: 36px;
    border-radius: 0px 18px 18px 0px;
    background-color: #49AF4F;
    color: #FFF;
    text-align: center;
    line-height: 28px;
}
.c_img_div img{
    cursor: pointer;
}
.ware_table td{
    width: 20%;
}