﻿/*font-family: 'Inter', sans-serif;

font-family: 'Lora', serif;*/

img {
    max-width: 100%;
    height: auto;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mt-20 {
    margin-top: 20px;
}

.mt-auto {
    margin-top: auto;
}

.not-login .content {
    padding: 0;
}

.section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

    .section-title h3 {
        font-weight: 700;
        font-family: 'Lora', serif;
        font-size: 34px;
        color: #000;
        line-height: normal;
        font-style: normal;
    }

    .section-title > a {
        font-weight: 600;
        font-family: 'Inter', sans-serif;
        font-size: 20px;
        color: #0e7029;
        line-height: normal;
        font-style: normal;
        display: block;
    }

.bg-full {
    background: url(../images/home-bg.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

    .bg-full:before, .bg-full::after {
        content: "";
        background: #0000003b;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

.qlts-162 .bg-full .content-wrapper, .qlts-162 .bg-full .right-side {
    background-color: transparent !important;
}

.skin-blue-light .bg-full .content-wrapper {
    border: none;
    position: relative;
    z-index: 2;
}

.not-login .bg-full .content-header {
    padding: 0;
    background: #fff;
    margin: 0 0 30px;
}

    .not-login .bg-full .content-header .breadcrumb {
        border-radius: 0;
        border: none;
        margin: 0;
    }

.p-title {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: bold;
    color: #222;
    position: relative;
    display: block;
    text-transform: uppercase;
}

    .p-title:after {
        content: "";
        width: 100px;
        height: 2px;
        background: #ff0000;
        display: block;
        margin-top: 5px;
    }

#footer_VT {
    position: relative;
    z-index: 2;
    background-color: #51700e;
    color: #fff;
    padding: 40px 0px;
    text-align: center;
}

    #footer_VT > strong {
        font-style: normal;
        font-weight: 700;
        font-family: 'Lora', serif;
        font-size: 26px;
        margin-bottom: 15px;
        display: block;
    }

    #footer_VT > p {
        font-style: normal;
        font-weight: 400;
        font-family: 'Lora', serif;
        font-size: 18px;
        margin-bottom: 15px;
    }

    #footer_VT p:last-child {
        margin-bottom: 0;
    }

.public-header {
    background: rgb(81, 112, 14);
    position: relative;
    z-index: 99999;
}

.top-header {
    padding: 15px 0;
    position: relative;
}

    .top-header .logo {
        width: 60px;
        margin-right: 15px;
    }


.logo-block {
    display: flex;
    align-items: center;
}

.name-box h1 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

.public-header h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 6px 0 0;
    line-height: normal;
    font-family: 'Lora', serif;
}

.name-box h3 {
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    text-align: center;
    margin: 0 0 5px;
    font-family: 'Inter', sans-serif;
}

.login-button {
    position: relative;
    display: block;
    text-align: center;
}

    .login-button .btn-p-login {
        background: rgba(190,162,1,1);
        color: #fff;
        padding: 6px 20px;
        border-radius: 50px;
        transition: all 0.3s ease 0s;
        font-weight: 500;
        font-size: 12px;
        font-family: 'Inter', sans-serif;
        margin-top: 15px;
        display: inline-block;
    }

        .login-button .btn-p-login:hover {
            box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
            transition: all 0.3s ease 0s;
            /*transform: scale(1.1);*/
        }

.bottom-header .navbar-default {
    background: rgba(190,162,1,1);
    border: none;
    margin: 0;
    border-radius: 0;
}

    .bottom-header .navbar-default .navbar-nav > li > a {
        font-family: 'Times New Roman';
        font-weight: bold;
        text-transform: uppercase;
        color: #fff;
        font-size: 15px;
        letter-spacing: 1px;
    }

        .bottom-header .navbar-default .navbar-nav > li > a:focus, .bottom-header .navbar-default .navbar-nav > li > a:hover {
            background: rgba(81,112,14,1);
            color: #fff;
        }

    .bottom-header .navbar-default .navbar-nav > .open > a,
    .bottom-header .navbar-default .navbar-nav > .open > a:focus,
    .bottom-header .navbar-default .navbar-nav > .open > a:hover {
        background: rgba(81,112,14,1);
        color: #fff;
    }

.bottom-header .navbar-nav > li > .dropdown-menu {
    background: rgba(81,112,14,1);
    border: none;
    border-radius: 0;
    min-width: 100%;
    padding: 0;
}

.bottom-header .dropdown-menu > li > a {
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

    .bottom-header .dropdown-menu > li > a:focus, .bottom-header .dropdown-menu > li > a:hover {
        background: rgba(190,162,1,1);
    }

.banner {
    background: url(../images/b-banner.png) no-repeat top center;
    position: relative;
    width: 100%;
    height: 420px;
    display: flex;
    align-items: end;
}

    .banner:after {
        content: "";
        width: 100%;
        height: 100%;
        background: url(../images/rectangle-20.svg) no-repeat top center;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }

    .banner h1 {
        color: #fff;
        font-family: 'Lora', serif;
        font-size: 128px;
        font-weight: 600;
        margin: 0;
        line-height: normal;
        z-index: 9;
        position: relative;
    }

.row-custom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.block-item {
    border: 1px solid #cdcdcd;
    margin-bottom: 30px;
    border-radius: 7px;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.thumb {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    height: 200px;
}

    .thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.item-content {
    padding: 10px 10px 10px 15px;
    position: relative;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

    .item-content i {
        color: #046ed4;
        margin-right: 5px;
    }

    .item-content p {
        color: #444;
    }

    .item-content h3 {
        color: #046ed4;
        font-weight: 600;
        line-height: normal;
        font-size: 18px;
        margin: 0 0 20px;
    }

.item-content-dif {
    padding: 10px 10px 10px 15px;
    position: relative;
    -ms-flex: 0 0 98%;
    flex: 0 0 98%;
    max-width: 98%;
}

    .item-content-dif i {
        color: #046ed4;
        margin-right: 5px;
    }

    .item-content-dif p {
        color: #444;
    }

    .item-content-dif h3 {
        color: #046ed4;
        font-weight: 600;
        line-height: normal;
        font-size: 18px;
        margin: 0 0 20px;
    }

.p-description {
    padding: 15px;
    border: 1px solid #cdcdcd;
    border-radius: 7px;
    margin-bottom: 10px;
    background: #fff;
}

    .p-description h4 {
        color: #046ed4;
        font-weight: 600;
        line-height: normal;
        font-size: 15px;
        margin: 0 0 20px;
    }

.p-img {
    padding: 15px;
    border: 1px solid #cdcdcd;
    border-radius: 7px;
    background: #fff;
}

.bg-full-r {
    background: #fff;
}

.bg-full-r {
    background: #fff;
}

.news-area {
    padding: 60px 0;
    position: relative;
    background: #51700e26;
}

    .news-area .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 15px;
        padding-left: 15px;
        position: relative;
    }

.news-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}

.news-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .news-item .news-thumb {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .news-item .news-content {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        padding-left: 30px;
    }

.news-thumb > a {
    width: 100%;
    height: 160px;
    display: block;
    border-radius: 15px;
    overflow: hidden;
}

    .news-thumb > a > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.news-content > h3 {
    color: #000;
    font-family: 'Lora', serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 10px;
    max-height: 50px;
}

    .news-content > h3 > a {
        color: #000;
        font-family: 'Lora', serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        margin: 0 0 10px;
        max-height: 46px;
        line-height: normal;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.news-content .times {
    line-height: normal;
    font-style: normal;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    color: #51700e;
    font-size: 16px;
}

.news-content .description {
    max-height: 80px;
    line-height: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #000;
    font-family: 'Lora', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.doccument-area {
    padding: 60px 0;
    position: relative;
}

.doccument-content .table > thead > tr > th,
.doccument-content .table > tbody > tr > th,
.doccument-content .table > tfoot > tr > th,
.doccument-content .table > thead > tr > td,
.doccument-content .table > tbody > tr > td,
.doccument-content .table > tfoot > tr > td {
    border: none;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}

    .doccument-content .table > thead > tr > th:nth-child(2),
    .doccument-content .table > tbody > tr > th:nth-child(2),
    .doccument-content .table > tfoot > tr > th:nth-child(2),
    .doccument-content .table > thead > tr > td:nth-child(2),
    .doccument-content .table > tbody > tr > td:nth-child(2),
    .doccument-content .table > tfoot > tr > td:nth-child(2) {
        color: #51700e;
    }

    .doccument-content .table > thead > tr > th:nth-child(4),
    .doccument-content .table > tbody > tr > th:nth-child(4),
    .doccument-content .table > tfoot > tr > th:nth-child(4),
    .doccument-content .table > thead > tr > td:nth-child(4),
    .doccument-content .table > tbody > tr > td:nth-child(4),
    .doccument-content .table > tfoot > tr > td:nth-child(4) {
        color: #51700e;
    }

.doccument-content .table > caption + thead > tr:first-child > td,
.doccument-content .table > caption + thead > tr:first-child > th,
.doccument-content .table > colgroup + thead > tr:first-child > td,
.doccument-content .table > colgroup + thead > tr:first-child > th,
.doccument-content .table > thead:first-child > tr:first-child > td,
.doccument-content .table > thead:first-child > tr:first-child > th {
    color: #4f4949;
}

.doccument-content .table-hover > tbody > tr:hover {
    background: #b59a07;
    color: #fff;
}

    .doccument-content .table-hover > tbody > tr:hover > td {
        color: #fff !important;
    }
/*font-family: 'Inter', sans-serif;

font-family: 'Lora', serif;*/
@media only screen and (max-width: 767px) {
    .cate-list {
        column-count: 1;
    }

    .news-area .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.bb-img-masonry {
    margin-right: -7px;
    margin-left: -7px;
}

.masonry-image-grid {
    display: flex;
    flex-flow: column wrap;
    max-width: 100%;
    clear: both;
}

.masonry-container {
    flex: 1 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    height: 300px;
}

    .masonry-container .inner {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

        .masonry-container .inner a {
            position: absolute;
            color: #fff;
            text-align: center;
            display: flex;
            flex-direction: column;
            padding: 30px;
            align-items: center;
        }

        .masonry-container .inner h3 {
            font-family: 'Lora', serif;
            font-weight: 700;
            font-size: 24px;
        }

    .masonry-container .inner {
        background: #51700e;
    }

    .masonry-container:nth-child(2) .inner {
        background: #8d492b;
    }

    .masonry-container:nth-child(3) .inner {
        background: #b59a07;
    }

    .masonry-container:nth-child(4) .inner {
        background: #0e7029;
    }

    .masonry-container:nth-child(5) .inner {
        background: #8d602c;
    }

    .masonry-container:nth-child(6) .inner {
        background: #add8e6;
    }

    .masonry-container:nth-child(7) .inner {
        background: #a9a9a9;
    }

    .masonry-container:nth-child(8) .inner {
        background: #66cdaa;
    }

    .masonry-container:nth-child(9) .inner {
        background: #228b22;
    }

    .masonry-container:nth-child(10) .inner {
        background: #5f9ea0;
    }

.narrow-gutter .masonry-container {
    padding: 7px;
}

@media screen and (max-width: 599px) {
    .masonry-container {
        flex: none;
    }
}

@media screen and (min-width: 600px) {
    .masonry-image-grid {
        clear: left; 
    }

    div#masonry-image-grid.mobile-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        height: unset !important;
    }

        div#masonry-image-grid.mobile-grid .masonry-container {
            min-height: 100%;
        }
}

@media screen and (min-width: 1024px) {
    .masonry-image-grid {
        clear: right; 
    }

    div#masonry-image-grid.mobile-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        height: unset !important;
    }
}
