@-webkit-keyframes raised-out {
    0% {
        width: 0;
        opacity: .4;
    }

    100% {
        width: 100%;
        opacity: 0;
    }
}

@keyframes raised-out {
    0% {
        width: 0;
        opacity: .4;
    }

    100% {
        width: 100%;
        opacity: 0;
    }
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@-webkit-keyframes fadeIn {
    from {
        margin-top: 10px;
        opacity: 0;
    }

    to {
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        margin-top: 10px;
        opacity: 0;
    }

    to {
        margin-top: 0;
        opacity: 1;
    }
}

body {
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
}

body.no-scroll {
    overflow: hidden;
}

body>* {
    font-size: 0.876rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: inherit;
    text-decoration: none;
}

a,
a:focus,
input,
input:focus,
button,
button:focus,
textarea,
textarea:focus,
select,
select:focus {
    outline: 0;
}

img {
    max-width: 100%;
}

button,
label {
    cursor: pointer;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.m-last-0:last-child {
    margin: 0 !important;
}

.p-last-0:last-child {
    padding: 0 !important;
}

.text {
    color: inherit;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.text:hover {
    color: inherit;
    text-decoration: none;
}

.text--hoverblue:hover {
    color: #0c9112;
}

.text-underline {
    text-decoration: underline !important;
}

.text-underline:hover {
    text-decoration: underline !important;
}

.text-red {
    color: #ed1d25 !important;
}

.text-blue {
    color: #0c9112 !important;
}

.text-12 {
    font-size: 12px !important;
}

.text-14 {
    font-size: 14px !important;
}

.text-16 {
    font-size: 16px !important;
}

.limit-line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-height: 1.5em;
    line-height: 1.5;
}

.limit-line--2 {
    -webkit-line-clamp: 2;
    max-height: 3em;
}

.limit-line--3 {
    -webkit-line-clamp: 3;
    max-height: 4.5em;
}

.limit-line--4 {
    -webkit-line-clamp: 4;
    max-height: 6em;
}

.limit-line--5 {
    -webkit-line-clamp: 5;
    max-height: 7.5em;
}

.limit-line--6 {
    -webkit-line-clamp: 6;
    max-height: 9em;
}

.over-hidden {
    overflow: hidden;
}

.cursor-pointer {
    cursor: pointer;
}

.img-wrap-67 {
    display: block;
    position: relative;
}

.img-wrap-67::before {
    content: '';
    display: block;
    padding-bottom: 66.67%;
}

.img-wrap-67 img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50%;
    object-position: 50%;
}

.img-wrap-100 {
    display: block;
    position: relative;
}

.img-wrap-100::before {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.img-wrap-100 img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50%;
    object-position: 50%;
}

.gutter-0 {
    margin: 0;
}

.gutter-0>[class^='col'] {
    padding: 0;
}

.gutter-4 {
    margin: 0 -2px;
}

.gutter-4>[class^='col'] {
    padding: 0 2px;
}

.gutter-8 {
    margin: 0 -4px;
}

.gutter-8>[class^='col'] {
    padding: 0 4px;
}

.gutter-16 {
    margin: 0 -8px;
}

.gutter-16>[class^='col'] {
    padding: 0 8px;
}

.gutter-20 {
    margin: 0 -10px;
}

.gutter-20>[class^='col'] {
    padding: 0 10px;
}

.detail-title,
.detail-sapo {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
}

.detail-content p {
    margin-bottom: 4px;
}

.detail-content img {
    display: block;
    margin: 4px auto;
    max-width: 100%;
}

.detail-social a {
    display: inline-block;
    margin-right: 10px;
    font-size: 24px;
    color: #999999;
}

.detail-social a .fa-facebook-square {
    color: #29629f;
}

.detail-social a .fa-twitter-square {
    color: #00aced;
}

.detail-social a .fa-google-plus-square {
    color: #db412d;
}

.ps__rail-x {
    z-index: 3;
}

.ps__rail-x:hover,
.ps__rail-x:focus {
    height: 9px !important;
}

.ps:hover .ps__rail-x,
.ps:focus .ps__rail-x {
    height: 9px !important;
}

.ps:hover>.ps__thumb-x,
.ps:focus>.ps__thumb-x {
    height: 5px !important;
}

.ps__rail-x:hover>.ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x {
    height: 5px !important;
}

.news-desc {
    margin-bottom: 16px;
}

.news-desc__title {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 0 8px;
    line-height: 28px;
    background-color: #0c9112;
    position: relative;
}

.news-desc__title::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(#fff));
    background: linear-gradient(to top, #000, #fff);
    opacity: 0.2;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.news-desc__body {
    max-height: 167px;
    overflow: auto;
    border-bottom: 1px solid #000;
    padding: 20px;
    border: 1px solid #dee2e6;
}

.page-nav {
    display: block;
    white-space: nowrap;
    margin-bottom: 8px;
    overflow: auto;
}

.page-list {
    display: inline-block;
}

.page-list .nav {
    display: block;
    white-space: nowrap;
}

.page-list .nav-item {
    display: inline-block;
    margin-left: 1px;
}

.page-list .nav-link {
    font-size: 14px;
    color: #000;
    padding: 0 4px;
    line-height: 28px;
    background-color: #e7e7e7;
}

.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main__aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    max-width: 220px;
}

.main__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 228px);
    flex: 0 0 calc(100% - 228px);
    max-width: calc(100% - 228px);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media (max-width: 991px) {
    .main {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .main__aside {
        display: none;
    }

    .main__body {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}

.partner-slider {
    margin-bottom: 35px;
}

.partner-slider__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
}

.partner-slider__title::after {
    content: '';
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px solid #dee2e6;
    margin-left: 15px;
    margin-right: 60px;
}

.partner-slider__slider {
    position: relative;
    width: 100%;
}

.partner-slider__slider .swiper-slide {
    -ms-flex-item-align: center;
    align-self: center;
}

.partner-slider__prev,
.partner-slider__next {
    position: absolute;
    color: #0c9112;
    z-index: 20;
    top: -34px;
    margin-top: 0;
    background: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.partner-slider__prev {
    right: 30px;
}

.partner-slider__next {
    right: 0;
}

.partner-slider__iwrap {
    display: block;
    width: 100%;
}

.partner-slider__iwrap img {
    width: 100%;
}

@media (max-width: 575px) {
    .partner-slider {
        margin-top: 8px;
    }

    .partner-slider__title {
        font-size: 14px;
        white-space: nowrap;
    }

    .partner-slider__title::after {
        display: none;
    }
}

.description {
    border-top: 1px solid #dee2e6;
    padding: 8px 0;
    text-align: justify;
}

.description__link {
    display: none;
    font-weight: bold;
    color: #0c9112;
    font-size: 16px;
}

.description__link span:first-child {
    display: none;
}

.description.is-collapse .description__content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    line-height: 1.5;
    max-height: 7.5em;
}

.description.min .description__link {
    display: inline-block;
}

.description.is-collapse .description__link span:first-child {
    display: inline;
}

.description.is-collapse .description__link span:nth-child(2) {
    display: none;
}

.modal-dialog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}

.constract-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 16px;
}

.constract-description .form-control {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (min-width: 1200px) {
    .constract-description {
        position: relative;
        left: -11px;
    }
}

.constract-submit-btn {
    text-align: right;
    margin-bottom: 16px;
}

@media (min-width: 1200px) {
    .constract-submit-btn {
        position: relative;
        left: -11px;
    }
}

.display-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    white-space: nowrap;
}

.display-items__label {
    font-size: 14px;
    margin-right: 16px;
    margin-bottom: 0;
}

.display-items .form-control {
    width: auto;
}

@media (min-width: 768px) {
    .display-items {
        position: absolute;
        top: 0;
        right: 0;
    }
}

.file-input {
    display: block;
    width: 100%;
    height: 30px;
    border: 1px solid #dee2e6;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
}

.file-input__input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.card {
    border-radius: 0;
}

.card-header {
    padding: 0;
    position: relative;
    z-index: 1;
}

.card-header::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(#fff));
    background: linear-gradient(to top, #000, #fff);
    opacity: 0.15;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.card-header h2,
.card-header h3 {
    display: inline;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0;
}

.card-header h2 a,
.card-header h3 a {
    display: block;
    white-space: nowrap;
    padding: 0 8px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-header h2 {
    background-color: #0c9112;
    position: relative;
    z-index: 1;
    font-weight: bold;
    height: 28px;
    color: #fff;
}

.card-header h2::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(#fff));
    background: linear-gradient(to top, #000, #fff);
    opacity: 0.2;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.card-header h3 {
    position: relative;
}

.card-header h3::after {
    content: '';
    height: 21px;
    border-right: 1px solid #ccc;
    position: absolute;
    top: 3px;
    right: 0;
}

.card-header h3:last-child::after {
    display: none;
}

.card-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    height: 28px;
    overflow: hidden;
}

.card-title {
    background-color: #0c9112;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
    padding: 0 8px;
    line-height: 28px;
    height: 28px;
    color: #fff;
}

.card-title::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(#fff));
    background: linear-gradient(to top, #000, #fff);
    opacity: 0.2;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.card-body {
    padding: 8px;
}

.form-control {
    height: 28px;
    line-height: 21px;
    font-size: 14px;
    border-radius: 0;
    padding: 4px 8px 3px;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
}

.form-control::-ms-input-placeholder {
    color: #999999;
}

.form-control::placeholder {
    color: #999999;
}

.form-control:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.form-control+.error {
    font-size: 12px;
    color: #ed1d25;
}

textarea.form-control {
    resize: none;
}

.col-form-label {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 28px;
}

.btn {
    border-radius: 0;
    font-size: 14px;
    font-weight: bold;
    padding: 0 16px;
    line-height: 28px;
    border: 0 !important;
    outline: 0 !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    position: relative;
    z-index: 1;
}

.btn::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-box-shadow: inset 3px 3px 4px rgba(255, 255, 255, 0.3), inset -3px -3px 4px rgba(0, 0, 0, 0.2);
    box-shadow: inset 3px 3px 4px rgba(255, 255, 255, 0.3), inset -3px -3px 4px rgba(0, 0, 0, 0.2);
}

.btn-primary {
    color: #fff !important;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:visited,
.btn-primary:active,
.btn-primary:focus {
    color: #fff !important;
    text-decoration: none;
    background-color: #0c9112 !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    border: 0 !important;
}

.post-list {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.post-list li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
}

.post-list li:last-child {
    margin-bottom: 0;
}

.post-list li::before {
    content: '';
    border: 3px solid #0c9112;
    position: absolute;
    top: 8px;
    left: 0;
}

.post-list a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-height: 1.5em;
    line-height: 1.5;
    color: #333333;
}

.post-list a:hover {
    color: #0c9112;
    text-decoration: none;
}

.post {
    text-align: justify;
}

.post__iwrap {
    width: 135px;
}

.post__title {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 8px;
}

.post__title:hover {
    color: #0c9112;
    text-decoration: none;
}

.comment .fa-thumbs-up {
    color: #b9275b;
}

.comment__btn {
    display: none;
    text-align: center;
    color: #0c9112;
}

.comment__btn:hover {
    color: #0c9112;
    font-weight: bold;
    text-decoration: none;
}

.comment__btn span:first-child {
    display: none;
}

.comment.is-collapse .comment__text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 45;
    overflow: hidden;
    line-height: 1.5;
    max-height: 6em;
}

.comment.min .comment__btn {
    display: inline-block;
}

.comment.is-collapse .comment__btn span:first-child {
    display: inline;
}

.comment.is-collapse .comment__btn span:nth-child(2) {
    display: none;
}

.home-intro {
    padding: 8px 0;
}

.home-intro p {
    margin-bottom: 4px;
}

.home-intro p strong {
    color: #0c9112;
}

.home-intro ul {
    margin-bottom: 0;
    padding-left: 14px;
    list-style: none;
}

.home-intro li {
    padding-left: 26px;
    line-height: 26px;
    position: relative;
}

.home-intro li::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: url("../images/icon-check-blue.png") center/contain no-repeat;
    position: absolute;
    top: 1px;
    left: 0;
}

.home-intro li strong {
    color: #0c9112;
}

.home-intro h6 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 4px;
}

.video {
    font-size: 14px;
    line-height: 1.2;
    color: #999999;
    border-bottom: 1px solid #dee2e6;
}

.video p:last-child {
    margin-bottom: 0;
}

.m-card {
    border: 1px solid #dee2e6;
    padding: 8px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.m-card__iwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 150px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-right: 1px solid #dee2e6;
    margin-right: 12px;
    padding: 8px;
}

.m-card__iwrap img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50%;
    object-position: 50%;
}

.m-card__title {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    -webkit-transition: .3s;
    transition: .3s;
}

.m-card__title:hover {
    color: #0c9112;
    text-decoration: none;
}

.m-card__item {
    padding: 3px 0;
}

.m-card__item a {
    font-weight: bold;
    color: #0c9112;
}

.m-card__item a:hover {
    text-decoration: none;
}

.m-card__stars .active {
    color: #ed1d25;
}

.m-card__point {
    font-weight: bold;
    color: #ed1d25;
    display: inline-block;
    padding: 0 4px;
    background-color: #add6eb;
}

.m-card__collapse {
    display: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: calc(100%);
}

@media (max-width: 575px) {
    .m-card__iwrap {
        border-right: 0;
        margin-right: 0;
        max-width: 100%;
    }

    .m-card .media-body {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 8px;
    }
}

.card-2 {
    border: 1px solid #dee2e6;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 12px;
    padding: 8px 0;
}

.card-2__info {
    padding: 0 16px;
}

.card-2__desc {
    padding: 0 16px;
    border-left: 1px solid #dee2e6;
}

.card-2__desc p {
    margin-bottom: 8px;
}

.card-2__desc p:last-child {
    margin-bottom: 0;
}

.card-2__desc-link {
    display: none;
    font-weight: bold;
    color: #0c9112;
    position: relative;
    top: 4px;
}

.card-2__desc-link span:first-child {
    display: none;
}

.card-2__desc.min .card-2__desc-link {
    display: inline-block;
}

.card-2__desc.is-collapse .card-2__desc-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    max-height: 7.5em;
    line-height: 1.5;
}

.card-2__desc.is-collapse .card-2__desc-link span:first-child {
    display: inline;
}

.card-2__desc.is-collapse .card-2__desc-link span:nth-child(2) {
    display: none;
}

@media (max-width: 991px) {
    .card-2__desc {
        border-left: 0;
    }
}

.m-paging .pagination {
    margin-bottom: 8px;
    margin-bottom: 20px;
}

.m-paging .page-item {
    margin-right: 7px;
}

.m-paging .page-item:last-child {
    margin-right: 0;
}

.m-paging .page-link {
    display: block;
    font-size: 14px;
    line-height: 28px;
    padding: 0 12px;
    border: 1px solid #dee2e6;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px !important;
    font-weight: 600;
    color: #555555;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.m-paging .page-link::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(#fff));
    background: linear-gradient(to top, #000, #fff);
    opacity: 0.03;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.m-paging .page-link,
.m-paging .page-link:hover {
    color: #333333;
}

.m-paging .page-item.active>.page-link {
    background-color: #0c9112;
    border-color: transparent;
}

.m-paging .page-item.active>.page-link:hover {
    color: #fff;
}

@media (min-width: 768px) {
    .m-paging .pagination {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.m-paging-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-weight: 600;
    font-size: 16px;
}

.m-paging-2 .pagination {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 8px;
}

.m-paging-2 .page-item {
    margin-right: 7px;
}

.m-paging-2 .page-item:last-child {
    margin-right: 0;
}

.m-paging-2 .page-link {
    border: 0;
    padding: 0;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
}

.m-paging-2 .page-link:hover {
    background: 0;
}

.m-paging-2 .page-link:active,
.m-paging-2 .page-link:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    outline: 0;
}

.m-paging-2 .page-item.active>.page-link {
    background: 0;
    color: #0c9112;
}

.m-breadcrumb {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 28px;
    margin-bottom: 8px;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.m-breadcrumb::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(#fff));
    background: linear-gradient(to top, #000, #fff);
    opacity: 0.2;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.m-breadcrumb__wrapper {
    background-color: #0c9112;
    position: relative;
    z-index: 1;
}

.m-breadcrumb__wrapper::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(#fff));
    background: linear-gradient(to top, #000, #fff);
    opacity: 0.2;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.m-breadcrumb .breadcrumb {
    display: block;
    white-space: nowrap;
    overflow: auto;
    padding: 0 8px;
    border-radius: 0;
    background: 0;
    margin-bottom: 0;
    background: 0;
}

.m-breadcrumb .breadcrumb-item {
    display: inline-block;
    color: #fff;
}

.m-breadcrumb .breadcrumb-item.active h1 {
    display: inline;
    font-size: 14px;
    font-weight: bold;
}

.m-breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-left: 2px;
}

.m-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: '\f105';
    font-family: 'fontawesome';
    color: #fff;
    padding-right: 2px;
}

.m-breadcrumb a {
    color: #fff;
}

.m-breadcrumb a:hover {
    color: #fff;
}

@media (min-width: 575px) {
    .modal-sm {
        max-width: 350px;
    }
}

.md-alert__header {
    text-align: center;
    background-color: #0c9112;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
    padding: 0 8px;
    line-height: 28px;
    height: 28px;
    color: #fff;
}

.md-alert__header::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(#fff));
    background: linear-gradient(to top, #000, #fff);
    opacity: 0.2;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.md-alert__body {
    font-size: 14px;
    line-height: 26px;
    padding: 10px 20px;
    text-align: center;
}

.md-alert__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    padding: 0;
    position: absolute;
    top: 3px;
    right: 3px;
    -webkit-box-shadow: inset -1px -2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: inset -1px -2px 5px rgba(0, 0, 0, 0.2);
}

.md-alert__close::before,
.md-alert__close::after {
    content: '';
    width: 20px;
    height: 1px;
    background-color: #333333;
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.md-alert__close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.md-form {
    background-color: #e8e1e1;
}

.md-form__header {
    background-color: #0c9112;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
    padding: 0 8px;
    line-height: 28px;
    height: 28px;
    color: #fff;
}

.md-form__header::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(#fff));
    background: linear-gradient(to top, #000, #fff);
    opacity: 0.2;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.md-form__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    padding: 0;
    position: absolute;
    top: 3px;
    right: 3px;
    -webkit-box-shadow: inset -1px -2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: inset -1px -2px 5px rgba(0, 0, 0, 0.2);
}

.md-form__close::before,
.md-form__close::after {
    content: '';
    width: 20px;
    height: 1px;
    background-color: #333333;
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.md-form__close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.md-form__body {
    padding: 12px;
}

.md-form__body .form-group {
    margin-bottom: 12px;
}

.md-form__footer {
    border-top: 1px solid #cccccc;
    text-align: center;
    padding: 5px;
}

.md-form__footer a {
    color: #0c9112;
    font-weight: bold;
}

.md-form .btn-refresh {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    background-color: #fff;
    color: #333;
    border: 1px solid #ccc !important;
    height: 28px;
}

.md-form .btn-refresh:hover {
    color: #333;
}

.md-form .btn-refresh::before {
    display: none;
}

.header {
    width: 100%;
    /*background: url("../images/blue-pattern-bg.jpg");*/
    color: #fff;
    padding-top: 25px;
    margin-bottom: 8px;
}

.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 120px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.header__logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    
}

.header__logo img {
    height: 90px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.header__title {
    font-size: 33px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
    text-align: center;
}

.header__login {
    display: none;
}

@media (max-width: 1199px) {
    .header {
        border-bottom: 6px solid #156185;
        padding-top: 0;
    }

    .header__wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: auto;
        padding: 20px 0;
    }

    .header__wrapper .media-body {
        display: none;
    }

    .header__logo {
        margin: 0;
    }

    .header__logo img {
        height: 35px;
    }

    .header__title {
        display: none;
    }

    .header__btn {
        padding: 0;
        color: #fff;
        font-size: 26px;
        border: 0;
        background: 0;
        cursor: pointer;
        margin-left: 16px;
    }

    .header__login {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .header__login .dropdown-toggle {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 28px;
        height: 28px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 50%;
        background-color: #fff;
        color: #000;
    }

    .header__login .dropdown-toggle:hover {
        color: #000;
        text-decoration: none;
    }

    .header__login .dropdown-toggle::after {
        display: none;
    }

    .header__login .dropdown-menu {
        padding: 0;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    }

    .header__login .dropdown-item {
        font-size: 14px;
        padding: 0 16px;
        line-height: 40px;
    }

    .header__login .dropdown-item:not(:last-child) {
        border-bottom: 1px solid #dee2e6;
    }
}

.mb-filter {
    display: none;
}

@media (max-width: 1199px) {
    .mb-filter {
        display: block;
        width: 100vw;
        max-width: 100%;
        height: 100vh;
        background-color: black;
        opacity: 0;
        position: fixed;
        z-index: 999;
        top: 0;
        left: -100%;
        -webkit-transition: left 0s 0.3s, opacity 0.3s;
        transition: left 0s 0.3s, opacity 0.3s;
    }

    .mb-filter.is-show {
        left: 0;
        opacity: 0.5;
        -webkit-transition: left 0s, opacity 0.3s;
        transition: left 0s, opacity 0.3s;
    }
}

.mb-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1199px) {
    .mb-menu {
        display: block;
        padding-bottom: 28px;
        background-color: #fff;
        position: fixed;
        z-index: 1010;
        top: 0;
        left: -100%;
        width: 300px;
        height: 100vh;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .mb-menu.is-show {
        left: 0;
    }

    .mb-menu__inner {
        height: calc(100% - 28px);
        width: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .mb-menu__close {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        text-align: right;
    }
}

.navigation {
    background-color: #fff;
    border-bottom: 3px solid #0c9112;
    position: relative;
    z-index: 100;
    border-top: 1px solid #4c3f3f;
}

.toppage {
    width: 100%;
    height: 26px;
    position: absolute;
    left: 0;
    top: -145px;
    background-color: #0c9112;
    border-bottom: 1px solid #fff;
}

.toppage__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.toppage__dropdown {
    margin-left: auto;
}

.toppage__dropdown .dropdown-toggle {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
}

.toppage__dropdown .dropdown-toggle.no-caret:after {
    display: none;
}

.toppage__dropdown .dropdown-toggle:hover {
    text-decoration: none;
}

.toppage__dropdown .dropdown-menu {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    margin-top: 4px;
    padding: 0;
}

.toppage__dropdown .dropdown-item {
    font-size: 14px;
    padding: 0 16px;
    line-height: 40px;
}

.toppage__dropdown .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #dee2e6;
}

@media (max-width: 1199px) {
    .toppage {
        position: static;
        background: transparent;
        height: auto;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .toppage__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .toppage__dropdown {
        display: none;
        width: 100%;
        margin-left: 0;
        padding: 20px 20px 0;
    }

    .toppage__dropdown .dropdown-toggle {
        display: block;
        width: 100%;
        color: #333333;
        text-align: center;
    }

    .toppage__dropdown .dropdown-menu {
        width: 100%;
        position: static !important;
        -webkit-transform: unset !important;
        transform: unset !important;
        -webkit-box-shadow: unset !important;
        box-shadow: unset !important;
    }

    .toppage .container {
        padding: 0;
    }
}

.main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.main-nav a {
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    padding: 0 24px;
}

.main-nav a:hover {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 1199px) {
    .main-nav {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        width: 100%;
        position: static;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .main-nav a {
        color: #000;
        padding: 0 20px;
        line-height: 30px;
        font-size: 14px;
    }

    .main-nav a:hover {
        color: #0c9112;
    }

    .main-nav a:not(:last-child) {
        border-bottom: 1px solid #dee2e6;
    }
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.menu__item {
    position: relative;
    color: #000;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.menu__item:hover,
.menu__item.active {
    color: #0c9112;
}

.menu__item:not(:last-child)::after {
    content: '';
    display: block;
    height: 22px;
    border-right: 1px solid #000;
    position: absolute;
    top: 4px;
    right: 0;
}

.menu__item:last-child::after {
    display: none;
}

.menu__item.active .menu__link {
    font-weight: 700;
}

.menu__link {
    display: block;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    padding: 0 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    color: inherit;
}

.menu__link:hover {
    text-decoration: none;
    color: inherit;
}

@media (max-width: 1199px) {
    .menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .menu__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        color: #333333;
    }

    .menu__item:hover,
    .menu__item.active {
        background: 0;
        color: #0c9112;
    }

    .menu__item::after {
        display: none !important;
    }

    .menu__item:not(:last-child) {
        border-bottom: 1px solid #dee2e6;
    }

    .menu__link {
        padding: 0 20px;
        line-height: 30px;
        text-align: left;
        text-transform: none;
        font-size: 14px;
    }

    .menu__link.active {
        font-weight: 700;
        color: #000;
        background-color: #51b9c9;
    }

    .menu__item:first-child .menu__link {
        padding: 0 20px;
    }

    .menu__item.active .menu__link {
        color: #000;
        background-color: #51b9c9;
    }
}

.h-dropdown {
    position: relative;
}

.h-dropdown__menu {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;
    min-width: 207px;
    background-color: #fff;
    border: 1px solid #dee2e6;
    -webkit-box-shadow: inset -2px -2px 4px rgba(0, 0, 0, 0.05);
    box-shadow: inset -2px -2px 4px rgba(0, 0, 0, 0.05);
}

.h-dropdown__item {
    display: block;
    font-size: 15px;
    line-height: 30px;
    border-bottom: 1px solid #dee2e6;
    position: relative;
    z-index: 1;
    color: #333333;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 0 10px;
}

.h-dropdown__item:hover,
.h-dropdown__item.active {
    color: #fff;
    text-decoration: none;
    background-color: #0c9112;
}

.h-dropdown__item:active {
    background-color: #2979a2;
}

.h-dropdown__item:last-child {
    border-bottom: 0;
}

@media (min-width: 1200px) {
    .h-dropdown:hover>.h-dropdown__menu {
        display: block;
        -webkit-animation: fadeIn 0.3s ease-out;
        animation: fadeIn 0.3s ease-out;
    }

    .h-dropdown__menu .h-dropdown__menu {
        position: absolute;
        top: 0;
        left: 100%;
    }
}

@media (max-width: 1199px) {
    .h-dropdown__menu {
        position: static;
        background-color: #c5e8ed;
        border: 0;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        padding-left: 0;
    }

    .h-dropdown__menu .h-dropdown__menu {
        background-color: #9ed9e1;
    }

    .h-dropdown__item {
        color: #333333;
        border-bottom: 0;
        font-size: 14px;
        padding-left: 40px;
    }

    .h-dropdown__menu .h-dropdown__menu .h-dropdown__item {
        padding-left: 60px;
    }

    .h-dropdown__toggle {
        display: inline-block;
        width: 26px;
        height: 26px;
        position: absolute;
        z-index: 100;
        top: 2px;
        right: 6px;
        background-color: rgba(0, 0, 0, 0.1);
        cursor: pointer;
    }

    .h-dropdown__toggle::before,
    .h-dropdown__toggle::after {
        content: '';
        display: block;
        width: 10px;
        height: 2px;
        border-radius: 1px;
        background-color: white;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .h-dropdown__toggle::after {
        width: 2px;
        height: 10px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .h-dropdown__toggle.active::after {
        -webkit-transform: translate(-50%, -50%) rotateX(90deg);
        transform: translate(-50%, -50%) rotateX(90deg);
    }
}

.search {
    width: 163px;
    background-color: #fff;
    height: 19px;
    margin-right: 20px;
}

.search .form-control {
    height: 19px;
    font-size: 12px;
}

.search .input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25px;
    height: 19px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    font-size: 12px;
    line-height: 14px;
}

.search .form-control:focus~.input-group-append .input-group-text {
    border-color: rgba(51, 152, 203, 0.5);
}

@media (max-width: 1199px) {
    .search {
        width: 100%;
        height: auto;
        padding: 16px 20px;
        margin-right: 0;
        margin-bottom: 0;
    }

    .search .form-control {
        height: 35px;
        font-size: 14px;
        padding: 0 12px;
    }

    .search .input-group-text {
        height: 35px;
    }
}

.btn-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 33px;
    text-align: center;
    border: 0;
    background: 0;
    font-size: 20px;
    color: #fff;
}

.footer {
    background: url("../images/blue-pattern-bg.jpg");
    color: #fff;
    font-size: 15px;
}

.f-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 180px;
}

@media (max-width: 575px) {
    .f-logo {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.f-contact {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 2px;
}

.f-nav {
    width: 170px;
}

.f-nav .nav-link {
    color: #fff;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 16px;
    line-height: 25px;
}

.f-nav .nav-link:hover {
    color: #fff;
    text-decoration: underline;
    padding-left: 8px;
}

.f-confirm {
    margin-top: 7px;
}

.f-map {
    width: 210px;
    height: 200px;
    border: 1px solid #000;
    margin-left: auto;
}

@media (max-width: 991px) {
    .f-map {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .f-map {
        display: none;
    }
}

.filter-toggle {
    border: 1px solid #dee2e6;
    position: relative;
    padding: 0 12px;
    height: 28px;
    line-height: 26px;
    cursor: pointer;
    position: relative;
}

.filter-toggle::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 6px;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    border-width: 6px 3px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #333333;
}

.filter-toggle::before {
    content: '';
    display: block;
    height: 5px;
    background-color: #0c9112;
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    margin-top: 1px;
}

.filter-advance {
    margin-top: -3px;
}

.filter-advance__col {
    padding: 0 16px !important;
    border-right: 1px solid #dee2e6;
}

.filter-advance__col:last-child {
    border-right: 0;
}

.filter-advance__title {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin: 0 0 6px;
    padding-top: 4px;
}

.filter-advance__item {
    display: block;
    margin-bottom: 0;
    padding: 0 0 0 15px;
    margin-bottom: 6px;
}

.filter-advance__item input {
    margin-right: 10px;
    position: relative;
    top: 1px;
}

.filter-advance__divider {
    border-top: 1px solid #dee2e6;
    margin: 0 0 8px 15px;
}

@media (max-width: 1199px) {
    .filter-advance__col {
        padding: 0 10px !important;
    }

    .filter-advance__item {
        padding-left: 0;
    }

    .filter-advance__item input {
        margin-right: 4px;
    }

    .filter-advance__divider {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .filter-advance__col:nth-child(even) {
        border-right: 0;
    }
}

@media (max-width: 575px) {
    .filter-advance__col {
        border-right: 0;
    }
}

/*# sourceMappingURL=style.css.map */