a,a:hover,a:focus{
    text-decoration: none;
    transition: all ease .2s;
}
a{
    color: #366caf
}
a:hover,a:focus{
    color: #4890e8;
}
p{
    margin-bottom: 25px;
}
ul ul{
    margin-bottom: 10px;
}
ul, ol{
    padding-left: 18px;
    margin-bottom: 25px;
}
.noul{
    list-style: none;
    padding-left: 0;
}
ul li,ol li{
    margin-bottom: 10px;
}
img{
    max-width: 100%;
    height: auto;
}
.red{
    color: red;
}
.orange{
    color: #fa8b15;
}
.gray{
    color: #777;
}
.green{
    color: #3c6a36;
}
.mtop0,.mt-0{
    margin-top: 0px !important;
}
.mtop10,.mt-10{
    margin-top: 10px !important;
}
.mtop15,.mt-15{
    margin-top: 15px !important;
}
.mtop20,.mt-20{
    margin-top: 20px !important;
}
.mtop30,.mt-30{
    margin-top: 30px !important;
}
.mtop40,.mt-40{
    margin-top: 40px !important;
}
.mtop50,.mt-50{
    margin-top: 50px !important;
}
.mbottom0,.mb-0{
    margin-bottom: 0 !important;
}
.mbottom10,.mb-10{
    margin-bottom: 10px !important;
}
.mbottom15,.mb-15{
    margin-bottom: 15px !important;
}
.mbottom20,.mb-20{
    margin-bottom: 20px !important;
}
.mbottom30,.mb-30{
    margin-bottom: 30px !important;
}
.mbottom40,.mb-40{
    margin-bottom: 40px !important;
}
.mbottom50,.mb-50{
    margin-bottom: 50px !important;
}
.modal-open{
    overflow: visible;
}
@media (min-width: 992px){
    @font-face {
        font-family: 'poppins';
        src: url('fonts/poppins.woff2') format('woff2'), url('fonts/poppins.woff') format('woff'), url('fonts/poppins.eot?#iefix') format('embedded-opentype'), url('fonts/poppins.ttf') format('truetype'), url('fonts/poppins.svg#poppins') format('svg');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }
    body{
        font-family:'poppins',Arial, sans-serif, serif;
    }
}
h1, h3, h4, .h1, .h2, .h3, .h4,.big-title,.small-title,.side-title{
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 1.5em;
}
h2,.h2,.headline,.huge-title{
    font-size: 2.3rem;
    margin-top: 60px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.5em;
}
h3, h3,.big-title,.side-title{
    font-size: 1.85rem;
    font-weight: bold;
    margin-top: 0;
}
h4,.small-title{
    font-size: 1.7rem;
    margin-top: 0;
}
label{
    padding-left: 10px;
}
body{
    font-weight: normal;
    color: #222;
    margin:0;
    background: #f8fafa;
    line-height: 1.6;
}
@media (min-width: 1600px){
    .container{
        max-width: 1500px;
    }
}
@media (min-width: 1400px){
    .container{
        width: 85%;
        margin-right: auto;
        margin-left: auto;
    }
    body{
        font-size: 15px;
    }
}
@media (max-width: 1400px){
    body{
        font-size: 14px;
    }
}
.form-control{
    background: none;
    border: 1px solid #d1d1d1;
}
input.form-control,select.form-control{
    height: 50px;
}
.input-group .input-group-addon:hover{
    cursor: pointer;
}
.form-control:hover,.form-control:focus{
    border: 1px solid #ccc;
    outline: none;
}
.form-control::-webkit-input-placeholder {
    color: #888;
}
.form-control:-moz-placeholder {
    color: #888;
}
.form-control::-moz-placeholder {
    color: #888;
}
.form-control:-ms-input-placeholder {
    color: #888;
!important;
}
.form-control::-ms-input-placeholder {
    color: #888;
}
.form-control::placeholder {
    color: #888;
}
.head-bg{
    padding-top: 15px;
    position: absolute;
    width: 100%;
    z-index: 122;
}
.head-nav.isStuck{
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 111;
}
.head-search .form-control:hover,.head-search .form-control:focus{
    border: 1px solid rgba(255,255,255,.6);
    background: rgba(255,255,255,.4);
    backdrop-filter: blur(10px);
}
.head-search{
    position: relative;
}
.head-search input.form-control{
    border-radius: 0;
    background: rgba(255,255,255,.2);
    border: 1px solid #ccdda6;
    color: #222;
    transition: all ease .4s;
    padding-left: 20px;
}
.head-search input.form-control::placeholder{
    color: #222;
    font-size: .9em;
}
.head-search select{
    position: absolute;
    left: 0;
    top: 5px;
    border: none;
    height: 48px;
    background: none;
    color: #fff;
    padding: 0 10px;
    font-size: .9em;
}
.head-search select:hover,.head-search select:focus{
    background: none;
    border: none;
    outline: none;
}
.head-search select option{
    color: #222;
}
.search-btn{
    display: flex;
    align-items: center;
    border: none;
    height: 50px;
    color: #222;
    font-size: 22px;
    outline: none;
    background: none;
    position: absolute;
    padding: 0 13px;
    right:0;
    top: 0;
}
.head-nav{
    position: relative;
    font-size: 16px;
}
.navbar-nav:before,.navbar-nav:after{
    display: none;
}
.head-nav .navbar-default .navbar-toggle,.head-nav .navbar-default .navbar-toggle:focus, .head-nav .navbar-default .navbar-toggle:hover{
    border-color: #999;
    background: none;
}
.head-nav .navbar-default .navbar-toggle .icon-bar{
    background-color: #999;
}
.head-nav ul{
    list-style: none;
    padding-left: 0;
}
.head-nav ul>li{
    margin-bottom: 0;
}
.head-nav .navbar-default .navbar-nav>.open>a,.head-nav .navbar-default .navbar-nav>.open>a:focus,.head-nav .navbar-default .navbar-nav>.open>a:hover {
    background-color: #fff;
    color: #82ab28
}
.head-nav.isStuck .navbar-default .navbar-nav>.open>a,.head-nav.isStuck .navbar-default .navbar-nav>.open>a:focus,.head-nav.isStuck .navbar-default .navbar-nav>.open>a:hover {
    background-color: #82ab28;
    color: #fff;
}
.head-nav .navbar-nav>li>.dropdown-menu{
    width: 100%;
    border: none;
    border-radius: 0;
    font-size: .94em;
    padding: 20px 0;
}
.head-nav .dropdown-menu li>a{
    white-space:normal;
    position: relative;
}
.head-nav .dropdown-menu li>a:focus,.head-nav .dropdown-menu li>a:hover {
    text-decoration: none;
}
.caret{
    border: none;
}
@media (min-width: 1600px){
    .head-nav .navbar-default .navbar-nav>li>a{
        padding: 20px 30px;
    }
    .head-nav .navbar-nav>li:nth-child(8)>.dropdown-menu{
        min-width: 240px;
    }
}
@media (min-width: 1300px) and (max-width:1600px){
    .head-nav .navbar-default .navbar-nav>li>a{
        padding: 20px;
    }
    .head-nav .navbar-nav>li:nth-child(8)>.dropdown-menu{
        min-width: 220px;
    }
}
@media (min-width: 992px) and (max-width:1300px){
    .head-nav .navbar-default .navbar-nav>li>a{
        padding: 20px 15px;
    }
    .head-nav .navbar-nav>li:nth-child(8)>.dropdown-menu{
        min-width: 140px;
    }
}
@media (min-width: 768px) and (max-width:992px){
    .head-nav .navbar-default .navbar-nav>li>a{
        padding: 20px 5px;
    }
}
@media (min-width: 768px){
    .head-nav>.container,.head-nav .navbar, .head-nav .navbar-nav,.head-nav .navbar-default .navbar-collapse{
        margin-bottom: 0;
        position: static;
    }
    .head-nav .navbar-nav{
        justify-content: space-between;
    }
    .head-nav .navbar-nav>li{
        min-width: 11%;
        justify-content: center;
    }
    .head-nav .navbar-nav,.head-nav .navbar-nav>li{
        display: flex;
        align-items: center;
    }
    .head-nav .navbar-nav>li:hover{
        background: #fff;
    }
    .head-nav .nav>li:nth-child(2)>ul{
        grid-gap: 20px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .head-nav .nav>li:nth-child(2)>ul>li{
        width: 25%;
        float: left;
        padding: 0 10px;
    }
    .head-nav .nav>li:nth-child(2)>ul .dropdown-menu{
        display: block;
        position: static;
        float: none;
        border-radius: 0;
        border: none;
        box-shadow: none;
        padding-left: 30px;
        list-style: disc;
        margin: 0;
    }
    .head-nav .nav>li:nth-child(3)>ul .dropdown-menu, .head-nav .nav>li:nth-child(5)>ul .dropdown-menu{
        left: 100%;
        top: -2px;
        border-radius: 0;
        height: 100%;
        border: none;
        padding: 20px 0;
    }
    .head-nav .nav>li:nth-child(3)>ul a, .head-nav .nav>li:nth-child(5)>ul a{
        border-bottom: 1px solid #ddd;
    }
    .head-nav .nav>li:nth-child(2),.head-nav .nav>li:nth-child(6),.head-nav .nav>li:nth-child(3)>ul>li, .head-nav .nav>li:nth-child(5)>ul>li{
        position: static;
    }
    .head-nav .navbar-nav>li:nth-child(6)>.dropdown-menu li>.dropdown-menu>li {
        width: 100%;
        display: block;
        page-break-inside: avoid;
        break-inside: avoid;
    }
    .head-nav .navbar-nav>li:nth-child(6)>.dropdown-menu>li{
        position: static;
    }
    .head-nav .navbar-nav>li:nth-child(6)>.dropdown-menu>li>ul{
        left: 28%;
        width: 62%;
        top: 0;
        border: none;
        background: #fff;
        box-shadow: none;
        column-count: 3;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        border-left: 1px solid #ddd;
        min-height: 100%;
        border-radius: 0;
        margin: 20px 0;
    }
    .head-nav .navbar-nav>li>.dropdown-menu>li.open>a{
        color: #82ab28;
        background: #f8f8f8;
        font-weight: bold;
    }
    .head-nav .navbar-nav>li:nth-child(6)>.dropdown-menu {
        max-height: 500px;
        overflow-y: scroll;
        padding-left: 5%;
        padding-right: 5%;
    }
    .head-nav .navbar-nav>li:nth-child(6)>.dropdown-menu>li>a {
        padding: 10px 30px 10px 10px;
        position: relative;
        width: 25%;
    }
    .head-nav .navbar-nav>li:nth-child(6)>.dropdown-menu>li>a .caret, .head-nav .navbar-nav>li:nth-child(3)>.dropdown-menu>li>a .caret,.head-nav .navbar-nav>li:nth-child(5)>.dropdown-menu>li>a .caret {
        right: 20px;
        transform: rotate(-90deg);
        top: 25px;
    }
    .head-nav .navbar-nav{
        width: 100%;
    }
    .head-nav .nav .open>a{
        background: none;
    }
    .head-nav .navbar-default .navbar-nav>li>a{
        width: 100%;
        text-align: center;
        font-weight: bold;
        color: #222;
    }
    .head-nav.isStuck .navbar-default .navbar-nav>li>a{
        color: #10302c;
    }
    .head-nav .navbar-default .navbar-nav>li>a:hover,.head-nav .navbar-default .navbar-nav>li>a:focus{
        background: #fff;
        color: #10302c;
    }
    .caret:before{
        content: "\e908";
        font-family: 'icomoon';
    }
    .dropdown-menu .caret{
        position: absolute;
        right: 10px;
        top: 7px;
        color: #c6d1ad;
    }
    .head-nav .navbar-default .navbar-nav>li>a> .caret{
        position: absolute;
        top: 20px;
        right: 10px;
        font-size: .93em;
        color: #3c6a36;
    }
    .head-nav .dropdown-menu li>a{
        padding: 7px 10px;
        color: #444;
    }
    .head-nav .nav>li>.dropdown-menu>li>a{
        color: #10302c;
        font-weight: bold;
        border-bottom: 1px solid #ddd;
    }
    .head-nav .dropdown-menu li>a:focus,.head-nav .dropdown-menu li>a:hover,.head-nav .nav>li>.dropdown-menu>li>a:hover,.head-nav .nav>li>.dropdown-menu>li>a:focus {
        color: #82ab28;
        background-color: #f8f8f8;
        font-weight: bold;
    }
}
@media (max-width: 768px){
    .head-nav.isStuck{
        background: #fff;
    }
    .head-nav .navbar-default .navbar-collapse{
        background: #fff;
        margin-left: -15px;
        margin-right: -15px;
        padding: 0 15px;
    }
    .head-nav .navbar-nav>li:nth-child(5)>.dropdown-menu>ul>li>a>.caret{
        display: none;
    }
    .head-nav .navbar-default .navbar-nav>li>a{
        padding: 15px;
        color: #222;
    }
    .caret:after{
        font-family: 'icomoon';
        content: '\e972';
        position: absolute;
        right: 15px;
        top: 13px;
        font-size: .98em;
        color: #666;
    }
    .nav>li .dropdown-menu{
        position: static;
        float: none;
        background: none;
        color: #fff;
        border: none;
        box-shadow: none;
        margin-top: -5px;
    }
    .head-nav .dropdown-menu li>a{
        padding: 7px 20px;
    }
    .dropdown-menu .container{
        padding-right: 0;
    }
    .head-nav ul>li.col-md-4{
        padding-right: 0;
    }
    .head-nav ul>li.col-md-4>a>.caret{
        display: none;
    }
    .dropdown.on>a>.caret:after{
        content: '\e961';
    }
    .head-nav .dropdown-menu li>a:focus,.head-nav .dropdown-menu li>a:hover {
        background: none
    }
    .head-nav .navbar-nav>li>.dropdown-menu>ul>li>a{
        padding-left: 10px;
    }
}
.head-nav .navbar-nav>li>.dropdown-menu>ul>li>ul{
    padding-left: 10px;
    font-size: .96em;
}
.head-nav .navbar-nav>li>.dropdown-menu>ul>li>ul>li>a{
    color: #1797e8;
    padding: 5px 10px;
}
.head-nav .navbar-nav>li>.dropdown-menu>ul>li>ul>li>a:hover{
    color: #82ab28;
}
.head-nav ul>li.nav-hot>a {
    position: relative;
}
.head-nav ul>li.nav-hot>a:after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 17px;
    background: url(../images/nav-hot.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px 17px;
    margin-left: 5px;
    z-index: 2;
}
.foot-box{
    color: #1c1e41;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-top: 70px;
    margin-bottom: 20px;
    padding-top: 80px;
    padding-bottom: 40px;
    font-size: 14px;
}
.foot-box h4{
    color: #1c1e41;
}
.foot-box ul{
    list-style: none;
    padding:0;
    margin-bottom: 30px;
}
.foot-box ul>li{
    margin-bottom: 10px;
}
.foot-box ul>li>a{
    color: #1c1e41;
}
.foot-box ul>li>a:hover,.foot-box ul>li>a:focus{
    color: #82ab28;
}
.foot-copy{
    margin-bottom: 10px;
    text-align: center;
    font-size: .9em;
}
.foot-box ul.share-box>li{
    margin-bottom: 20px;
}
.top-grid {
    row-gap: 15px;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.top-contact {
    font-size: .9em;
    line-height: 1.8em;
    color: #777;
}
.top-contact>span[class*='icon-']{
    color: #82ab28;
}
.top-contact a{
    color: #777;
}
@media(min-width: 760px) {
    .top-grid {
        display: grid;
        grid-template-columns: 250px calc(100% - 570px) 220px;
    }
}
@media(max-width: 760px){
    .top-grid>a{
        display: none;
    }
}
.backtop {
    position: fixed;
    right: 15px;
    bottom: 150px;
    cursor: pointer;
    color: #82ab28;
    z-index: 20;
    background:none;
    text-align: center;
    width: 50px;
    height: 50px;
    font-weight: bold;
    line-height: 50px;
    border: 2px solid #82ab28;
    border-radius: 50px;
    font-size: 22px;
}
.share-box a{
    display: block;
}
.share-box a>img{
    margin-right: 60px;
}
.grecaptcha-badge {
    opacity: 0;
}
.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: .95em;
}
.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;
    }
    .topad_pic a {
        display: grid;
        background: rgba(255,255,255,.7);
        grid-template-columns: 100px calc(100% - 110px);
        padding: 3px 10px;
        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;
}
