@media (min-width: 760px){
    @font-face {
        font-family: 'Lato';
        src: url('fonts/Lato.eot');
        src: url('fonts/Lato.eot?#iefix') format('embedded-opentype'), url('fonts/Lato.woff') format('woff'), url('fonts/Lato.woff2') format('woff2'), url('fonts/Lato.ttf') format('truetype'), url('fonts/Lato.svg#Lato') format('svg');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }
    @font-face {
        font-family: 'B612';
        src: url('fonts/B612.eot');
        src: url('fonts/B612.eot?#iefix') format('embedded-opentype'), url('fonts/B612.woff') format('woff'), url('fonts/B612.woff2') format('woff2'), url('fonts/B612.ttf') format('truetype'), url('fonts/B612.svg#B612') format('svg');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }
    body{
        font-family:Arial, sans-serif, serif;
    }
    h1, h2, h3, h4, .h1, .h2, .h3, .h4,.headline,.big-title,.small-title,.title-name{
        font-family: "B612", sans-serif;
    }
}

@media (min-width: 1200px) {
    body{
        font-size: 16px;
    }
}
@media (max-width: 1200px){
    body{
        font-size: 15px;
    }
}
body{
    line-height: 1.65em;
    font-weight: normal;
    color: #262627;
    margin:0;
    font-family:'Arial','Helvetica', sans-serif, serif;
    overflow-x: hidden;
}
html {
    font-size: 10px;
}
a,a:hover,a:focus{
    text-decoration: none;
    transition: all ease .2s;
}
a{
    color: #075cb8;
}
a:hover,a:focus{
    color: #3885d8;
    text-decoration: none
}
p{
    margin-bottom: 20px;
}
ul, ol{
    padding-left: 18px;
}
.noul{
    list-style: none;
    padding-left: 0;
}
ul li,ol li{
    margin-bottom: 10px;
}
.modal-open{
    overflow: visible;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4,.headline,.big-title,.small-title{
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 1.35em;
}
h1,.h1,.headline{
    font-size: 2.9rem;
}
h2, .h2,.big-title{
    font-size: 2.3rem;
    font-weight: bold;
    margin-top: 0;
    color: #82ab28;
}
h3,.small-title{
    font-size: 1.92rem;
    margin-top: 0;
    color: #3c6a36;
}
h4{
    font-size: 1.72rem;
}
.service-box h2 {
    margin-top: 60px;
    margin-bottom: 30px;
}

.service-box .container > h2:first-child {
    margin-top: 0;
}
label{
    padding-left: 10px;
    font-size: .94em;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}
@media(min-width:768px) {
    .container {
        width: 750px
    }
}
@media(min-width:992px) {
    .container {
        width: 100%;
    }
}
@media(min-width:1200px) {
    .container {
        min-width: 1170px;
        width: 96%;
    }
    .careers-container{
        max-width: 1170px;
        width: 95%;
    }
}
@media(min-width:1400px) {
    .container{
        width: 90%;
        max-width:1320px;
        margin: 0 auto;
    }
    .careers-container{
        width: 80%;
        margin: 0 auto;
        max-width: 1200px;
    }
}
@media (min-width: 1600px){
    .container{
        max-width:1520px;
        padding: 0 30px;
    }
    .head-nav .navbar-default .navbar-nav>li>a{
        font-size: 1.03em;
    }
}
@media (min-width: 1400px){
    .logo-part{
        width: 280px;
    }

}
@media (min-width: 1200px) and (max-width: 1400px){
    .logo-part{
        width: 230px;
    }

}
@media (min-width: 1200px){
    .logo-part{
        display: inline-block;
        height: 58px;
        background-size: 100%;
    }
    .head-nav .navbar-default .navbar-nav>li>a{
        padding: 26px 28px;
    }

}

@media (min-width: 1000px) and (max-width: 1200px){
    .head-nav .navbar-default .navbar-nav>li>a{
        padding: 26px 22px;
        font-size: .94em;
    }
    .logo-part{
        display: inline-block;
        width: 200px;
        height: 38px;
        background-size: 100%;
    }
}
@media (min-width: 760px) and (max-width: 1000px){
    .head-nav .navbar-default .navbar-nav>li>a{
        padding: 20px 15px;
    }
    .logo-part{
        display: none;
    }

}
@media(min-width: 992px) {
    .head-nav .navbar-nav>li:nth-child(2){
        position: static;
    }
    .head-nav .navbar-nav>li:nth-child(2)>.dropdown-menu{
        width: 100%
    }
    .head-nav .navbar-nav>li:nth-child(2)>.dropdown-menu>li{
        width: 25%;
        float: left;
        padding: 10px;
    }
    .head-nav .navbar-nav>li:nth-child(2)>.dropdown-menu>li>.dropdown-menu{
        position: static;
        display: block;
        box-shadow: none;
        border: none;
    }
}
@media (min-width: 760px){

    .head-nav .navbar-default{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .head-nav .navbar-default:before,.head-nav .navbar-default:after{
        display: none;
    }
    .head-nav .navbar-default>div:last-child{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .head-nav .navbar-nav>li{
        margin-bottom: 0;
    }
    .head-nav .navbar-nav>li>.dropdown-menu{
        width: 100%;
        margin: 0;
        position: absolute;
    }
    .head-nav .dropdown-menu .dropdown>a>.caret{
        position: absolute;
        top:6px;
        right: 15px;
        color: #ddd;
        border: none;
    }
    .head-nav .dropdown-menu .dropdown>a>.caret:before{
        content: "\e991";
        font-family: 'icomoon';
        color: #82ab28;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li>a>.caret:before{
        content: "\e932";
        font-family: 'icomoon';
        top:10px;
        right: 20px;
    }
    .head-nav .navbar-default .navbar-nav>li>a{
        color: #394427;
        margin-bottom: 0;
    }
    .head-nav .navbar-default .navbar-nav>li>a:hover, .head-nav .navbar-default .navbar-nav>li>a:active{
        color: #fff;
        background: #82ab28;
    }
    .head-nav .navbar-default .navbar-nav>li>a>.caret{
        display: none;
    }
    .head-nav .navbar-default .navbar-nav>li>a>.caret:before{
        font-family: 'icomoon';
        position: absolute;
        right: 0;
        top: 0;
    }
    .head-nav .navbar-nav>li>.dropdown-menu>li>.dropdown-menu{
        min-height: 100%;
        width: 100%;
    }
    .head-nav .navbar-nav>li>.dropdown-menu>li>a{
        border-bottom: 1px solid #ddd;
    }


    .head-nav .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a{
        position: relative;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul{
        left: 100%;
        top: 0;
        padding-left: 0;
        list-style: none;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li{
        margin-bottom: 0;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li>a{
        transition: all ease 1s;
        display: block;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li>a:hover{
        background: #f4f4f4;
        transition: all ease 1s;
        color: #82ab28;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li>ul.dropdown-menu{
        position: absolute;
        left: 90px;
        top:30px;
        width: 300px;
        border-radius: 0;
        padding: 10px 0;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li>ul.dropdown-menu>li>a{
        padding: 5px 10px;
    }
}
@media (max-width: 760px){
    .logo-part{
        display: inline-block;
        margin-top: 10px;
        margin-left: 0;
        width: 200px;
        height: 30px;
        background-size: 100%;
    }
    .head-nav .dropdown-menu{
        position:inherit;
        float: none;
        padding-left: 0;
        box-shadow: none;
        border: none;
    }
    .navbar-default .navbar-nav>li>a{
        color: #222;
    }
    .head-nav .caret{
        border: none;
    }
    .head-nav .dropdown>a>.caret:after{
        position: absolute;
        top:0;
        right: 15px;
        content: '+';
        font-size: 1.1em;
        font-weight: bold;
    }
    .head-nav .navbar-nav>li.dropdown>a>.caret:after, .head-nav .navbar-nav>li.dropdown.on>a>.caret:after{
        top: 15px;
        right: 15px;
    }
    .head-nav .col-md-3.dropdown>a>.caret:after{
        content: '';
    }
    .head-nav .dropdown.on>a>.caret:after{
        position: absolute;
        top:0;
        right: 15px;
        content: "-";
    }
    .head-nav .navbar-nav{
        margin: 0;
    }
    .head-nav .dropdown-menu>.active>a,.head-nav .dropdown-menu>.active>a:hover,.head-nav .dropdown-menu>.active>a:focus{
        background: none;
    }
    .head-nav .navbar-default .navbar-nav>li>a{
        padding: 15px 10px;
        border-top: 1px solid #ddd;
    }
    .head-nav .navbar-nav>li>.dropdown-menu>li ul{
        margin-top: 0;
        padding-left: 0;
        list-style: none;
    }
    .head-nav .navbar-nav>li>.dropdown-menu .dropdown-menu>li>a{
        padding: 7px 10px;
    }
    .head-nav .navbar-nav>li:nth-child(2)>.dropdown-menu>li>.dropdown-menu>li>a,.head-nav .navbar-nav>li:nth-child(3)>.dropdown-menu>li>.dropdown-menu>li>a{
        font-weight: bold;
    }
    .head-nav .navbar-nav>li:nth-child(2)>.dropdown-menu>li>.dropdown-menu>li>a>span,.head-nav .navbar-nav>li:nth-child(3)>.dropdown-menu>li>.dropdown-menu>li>a>span{
        display: none;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li>ul.dropdown-menu{
        margin: 10px 0 0 0;
        padding-bottom: 0;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li>ul.dropdown-menu>li{
        line-height: 2.7rem;
    }
    .head-nav .navbar-collapse{
        background: #fff;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li>a{
        width: 90%;
        overflow: hidden;
        display: inline-block;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li{
        line-height:1em;
        margin-bottom: 0;
    }
}
.logo-part{
    background: url(../images/logo.svg) no-repeat;
}
.head-one {
    z-index: 199;
    width: 100%;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background: none;
}
.head-nav:hover .navbar-default .navbar-toggle .icon-bar,.navbar-default .navbar-toggle .icon-bar{
    background: #888;
}
.head-nav:hover .navbar-default .navbar-toggle,.navbar-default .navbar-toggle{
    border-color: #888;
}

.search-btn{
    display: block;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    border: none;
    line-height: 50px;
    background: #82ab28;
    width: 100%;
}
.search-btn:hover,.search-btn:focus{
    color: #fff;
    background: #82ab28;
}
.search-select,.search-select:hover,.search-select:focus{
    position: absolute;
    left: 15px;
    top: 0;
    height: 42px;
    background: none;
    border-top: none;
    border-left: none;
    border-bottom: none;
    font-size: .9em;
    border-right: 1px solid #ddd;
    outline: none;
    border-radius: 0;
}
.head-nav .navbar-nav>li{
    margin-bottom: 0;
}
.head-nav{
    z-index: 90;
    width: 100%;
    background: #fff;
    padding: 10px 0;
}
.head-nav.isStuck{
    background: #fff;
    position: fixed;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    padding: 0;
}
.head-nav.isStuck .navbar-default{
    margin-top: 0;
}
.head-nav.isStuck .navbar-default .navbar-nav>li>a{
    color:#222;
}
.head-nav.isStuck .navbar-default .navbar-nav>li>a:hover{
    color:#fff;
}
.head-nav.isStuck .navbar-default .navbar-nav>.active>a, .head-nav.isStuck .navbar-default .navbar-nav>.active>a:hover, .head-nav.isStuck .navbar-default .navbar-nav>.active>a:focus{
    color: #82ab28;
}
.head-nav .navbar-nav>li>.dropdown-menu{
    background: #fff;
    font-size: .94em;
}
.head-nav.isStuck .navbar-nav>li>.dropdown-menu{
    background: #fff;
}
.head-nav .dropdown-menu>li{
    margin-bottom: 0;
}
.head-nav .navbar-nav>li>.dropdown-menu>li>a{
    position: relative;
    font-weight: bold;
}
.head-nav.isStuck .dropdown-menu>li>a:hover{
    color: #82ab28;
}
.head-nav .dropdown-menu>li>a:hover,.head-nav .dropdown-menu>li>a:hover{
    background: none;
    color: #82ab28;
}
.head-nav li.open>a,.head-nav li.open>a:hover,.head-nav li.open>a:focus{
    background: #f9f9f9;
    color: #82ab28;
}
.head-nav .dropdown-menu li.open>a:hover,.head-nav .dropdown-menu li.open>a:focus{
    color: #82ab28;
}
.head-nav a:hover{
    color: #82ab28;
}
.head-nav .navbar-default{
    background: none;
    border-radius: 0;
    border: none;
    margin-bottom:0;
}
.head-nav .navbar-default .navbar-nav>li>a{
    position: relative;
    font-weight: bold;
}
.head-nav .navbar-default .navbar-nav>li>a>span.icon-search-1{
    font-size: 1.2em;
}
.head-nav .navbar-default .navbar-nav>.active>a:before{
    content: '';
}
.head-nav .navbar-default .navbar-nav>.open>a,.head-nav .navbar-default .navbar-nav>.open>a:hover,.head-nav .navbar-default .navbar-nav>.open>a:focus{
    color: #82ab28;
    background: none;
}
.head-nav.isStuck .navbar-default .navbar-nav>.open>a,.head-nav.isStuck .navbar-default .navbar-nav>.open>a:hover,.head-nav.isStuck .navbar-default .navbar-nav>.open>a:focus{
    background: none;
    color: #82ab28;
}
.head-nav .navbar-default .navbar-nav>.active>a, .head-nav .navbar-default .navbar-nav>.active>a:hover, .head-nav .navbar-default .navbar-nav>.active>a:focus{
    color: #82ab28;
    background: none;
    border-top: 4px solid #82ab28;
}
.head-nav .navbar-collapse{
    padding: 0;
}
.head-nav .navbar-default{
    position: relative;
}
.head-nav .dropdown-menu>.active>a{
    background: none;
}
.head-nav .dropdown-menu>.active>a:focus,.head-nav .dropdown-menu>.active>a:active{
    color: #82ab28;
}
@media (max-width: 768px) {
    .search-xs a{
        display: inline-block;
        color: #666;
        padding: 15px;
        font-size: 17px;
        margin-left: 10px;
    }
    .search-modal .form-control{
        margin-bottom: 20px;
    }
}


.top-search,.top-search:focus{
    background: #82ab28;
    color: #fff;
    font-size: 16px;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #82ab28;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

.top-search:hover{
     color: #fff !important;
     background: transparent;
}
.top-search:after{
    position: absolute;
    content: "";
    background-color: #82ab28;
    height: 100%;
    width: 100%;
    border-radius: 30px;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transition: all ease 0.5s;
    z-index: -1;
}
.top-search:hover:after{
     transform: scaleX(1);
 }

@media (min-width: 760px){
    .banner-title{
        font-size: 3.4em;
        margin-bottom: 30px;
        line-height: 1.25em;
        font-family: "B612", sans-serif;
    }
    .index-slide .carousel-inner a{
        padding-left: 8%;
    }
}
@media (max-width: 760px){
    .banner-title{
        font-size: 2.2em;
        margin-bottom: 20px;
        line-height: 1.3em;
    }

}
.index-slide{
    background-size: cover;
    color: #222;
    position: relative;
}
.index-slide .carousel-caption p{
    font-size: 1.1em;
    margin-bottom: 25px;
}


.index-slide .carousel-indicators li{
    display: inline-flex;
    align-items: center;
    padding:0 20px;
    height: 60px;
    font-size: 1.1em;
    font-family: "B612", sans-serif;
    color: #394427;
    transition: all ease .3s;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
}

.index-slide .carousel-indicators li.active{
    border-bottom: 3px solid #82ab28;
    font-size: 1.3em;
    color: #82ab28;
}
.index-slide .carousel-indicators li:hover{
    background: rgba(255,255,255,.5);
}
.banner-more{
    display: inline-block;
    padding: 10px 30px;
    position: relative;
    z-index: 0;
    background: #82ab28;
    color: #fff;
    transition: background .4s, border-color .4s, color .4s;
}
.banner-more:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 101%;
    height: 101%;
    background: #eda407;
    z-index: -1;
    opacity: 0;
    transform: scale3d(0.7, 1, 1);
    transition: transform 0.42s, opacity 0.42s;
    border-radius: inherit;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.banner-more:hover{
    transition: background .4s .4s, border-color .4s 0s, color .2s 0s;
}
.banner-more:hover:before{
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
.banner-title{
    font-weight: bold;
    margin-top: 0;
    padding-top: 0;
    color: #3c6a36;
}
.index-slide .carousel-inner a{
    display: flex;
    align-items: center;
    min-height: 480px;
    height: calc(100vh - 98px);
    max-height: 640px;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center;
}
.index-slide .carousel-inner a>.container{
    overflow: hidden;
}
.banner-one{
    background-image: url(../images/banner-1.jpg);
}
.banner-two{
    background-image: url(../images/banner-2.jpg);
}
.banner-three{
    background-image: url(../images/banner-3.jpg);
}
.carousel-control.left,.carousel-control.right{
    background: none;
    text-shadow: none;
    width: 5%;
    z-index: 8;
    font-size: 80px;
    color: rgba(0, 0, 0, 0.3);
}

.search-modal.in{
  display: flex!important;
    align-items: center;
    justify-content: center;
}
@media (min-width: 768px) {
    .search-modal .modal-lg {
        margin-bottom: 200px;
    }
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity ;
    -moz-transition-property: opacity ;
    -ms-transition-property: opacity ;
    -o-transition-property: opacity ;
    transition-property: opacity ;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
}

.carousel-fade .carousel-inner .next.left,.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.animated{
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both
}

@-webkit-keyframes slideInDown{
    0%{
        -webkit-transform:translate3d(0,-140%,0);
        transform:translate3d(0,-140%,0);
        visibility:visible
    }
    to{
        -webkit-transform:translateZ(0);
        transform:translateZ(0)
    }
}
@keyframes slideInDown{
    0%{
        -webkit-transform:translate3d(0,-140%,0);
        transform:translate3d(0,-140%,0);
        visibility:visible
    }
    to{
        -webkit-transform:translateZ(0);
        transform:translateZ(0)
    }
}
.slideInDown{
    -webkit-animation-name:slideInDown;
    animation-name:slideInDown;
    animation-delay: 900ms;
}
@-webkit-keyframes slideInDown-1{
    0%{
        -webkit-transform:translate3d(0,-240%,0);
        transform:translate3d(0,-240%,0);
        visibility:visible
    }
    to{
        -webkit-transform:translateZ(0);
        transform:translateZ(0)
    }
}
@keyframes slideInDown-1{
    0%{
        -webkit-transform:translate3d(0,-240%,0);
        transform:translate3d(0,-240%,0);
        visibility:visible
    }
    to{
        -webkit-transform:translateZ(0);
        transform:translateZ(0)
    }
}
.slideInDown-1{
    -webkit-animation-name:slideInDown-1;
    animation-name:slideInDown-1;
    animation-delay: 900ms;
}
@-webkit-keyframes slideInLeft{
    0%{
        -webkit-transform:translate3d(-120%,0,0);
        transform:translate3d(-120%,0,0);
        visibility:visible
    }
    to{
        -webkit-transform:translateZ(0);
        transform:translateZ(0)
    }
}
@keyframes slideInLeft{
    0%{
        -webkit-transform:translate3d(-120%,0,0);
        transform:translate3d(-120%,0,0);
        visibility:visible
    }
    to{
        -webkit-transform:translateZ(0);
        transform:translateZ(0)
    }
}
.slideInLeft{
    -webkit-animation-name:slideInLeft;
    animation-name:slideInLeft;
    animation-delay: 1300ms;
}

.index-search {
    position: relative;
    margin-top: -50px;
}

.index-search .form-control {
    height: 110px;
    border-radius: 0;
    box-shadow: 0 0 10px #ddd;
    background: #fff;
    border: none;
}

.index-search .small-title {
    position: absolute;
    top: 42px;
    font-size: 2rem;
    left: 20px;
}

.index-search button {
    background: #82ab28;
    color: #fff;
    border: none;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 30px;
}

@media (min-width: 768px) {
    .index-search .form-control {
        padding-left: 25%;
    }

    .index-search button {
        width: 150px;
    }
}


.topad_pic {
    background: linear-gradient(to right,#f1f1f1,rgba(229,246,228,0.7));
    transition: all ease .4s;
    font-size: .9em;
}

.top-read {
    display: inline-block;
    padding: 5px 15px;
    background: #fff;
    color: #ec9e40;
    border-radius: 30px;
    line-height: 1.45em;
    border: 1px solid #ec9e40;
    transition: all ease .4s;
    font-size: .98em;
}

.topad_pic a {
    color: #333;
    line-height: 1.4em;
    display: grid;
    grid-gap: 15px;
    height: 100%;
}

.topad_pic .container {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 10px;
    align-items: center;
    justify-content: center;
}

.topad_pic .container:before,.topad_pic .container:after {
    display: none;
}

@media(min-width: 992px) {
    .topad_pic {
        padding:5px 0;
    }

    .topad_pic a {
        grid-template-columns: auto auto 108px;
        justify-content: center;
        align-items: center;
        background: rgba(255,255,255,.8);
        height: 100%;
        padding: 3px 10px;
    }

    .topad_pic a:hover {
        background: linear-gradient(to right,#f4ede7,#ffffff);
    }

    .top-text {
        transition: all ease .4s;
    }

    .topad_pic a:hover .top-text {
        transform: scale(1.02);
    }

    .top-learn {
        text-align: right;
    }

    .topad_pic:hover,.topad_pic:focus {
        background: #eee
    }

    .topad_pic a:hover .top-read {
        color: #fff;
        background: #82ab28;
        border: 1px solid #82ab28;
    }

    .topad_pic .ad_close {
        width: 50px;
        height: 40px;
        top: 5px;
        right: 5px;
    }
}

@media(max-width: 992px) {
    .topad_pic {
        padding:5px 0;
        font-size: .8em;
    }

    .top-pic {
        display: none;
    }

    .topad_pic a {
        display: grid;
        background: rgba(255,255,255,.7);
        padding: 3px;
        margin-bottom: 5px;
        align-items: center;
    }

    .top-learn {
        display: none;
    }

    .topad_pic .ad_close {
        width: 35px;
        height: 25px;
        top: 0;
        right: 0;
    }
}

.topad_pic .ad_close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666 !important;
    z-index: 10000;
    text-align: center;
}

.topad_pic .ad_close:hover {
    color: #82ab28 !important;
    cursor: pointer;
}
