@font-face {
    font-family: CantataOneRegular;
    src: url(../assets/fonts/CantataOne-Regular.ttf);
}

@font-face {
    font-family: Coldiac;
    src: url(../assets/fonts/Coldiac.ttf);
}

@font-face {
    font-family: NowRegular;
    src: url(../assets/fonts/Now-Regular.otf);
}


body {
    background: #fff;
}


@media (min-width: 1300px) {
    .container {
        max-width: 1500px;
    }
}

@media (max-width: 968px) {
    .container {
        max-width: 1280px;
    }
}

a {
    outline: none;
    border: 0;
}

h2 {
    font-size: 72px;
    letter-spacing: -1px;
    font-weight: 400;
    font-family: CantataOneRegular;
}

h3 {
    font-size: 60px;
    letter-spacing: -1px;
    font-weight: 400;
    font-family: CantataOneRegular;
}

h4 {
    font-size: 50px;
    letter-spacing: -1px;
    font-weight: 400;
    font-family: CantataOneRegular;
}

p {
    font-size: 30px;
    letter-spacing: -1px;
    font-family: NowRegular;
}

header {
    background: #d6e6bd url("../assets/img/header-bg.jpg") no-repeat left center;
    background-size: 55%;
    min-height: 700px;
    margin-bottom: 50px;
}

.section-right {
    background: rgba(111, 139, 69, .5);
    width: 63%;
    padding: 65px 25px;
    float: right;
}

.section-right h1 {
    letter-spacing: -1px;
    color: #ffffff;
    font-weight: 400;
    font-size: 60px;
    font-family: CantataOneRegular;
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 50px 0;
    position: relative;
}

.section-right h1::after {
    content: url("../assets/img/konopia.png");
    height: 52px;
    width: 52px;
    display: block;
    position: absolute;
    margin: 13px auto 0;
    left: 0;
    right: 0;
}

.section-right p {
    font-family: Coldiac;
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin-top: 25px;
    letter-spacing: -1px;
}


section.our-mission {
    background: #d6e6bd url("../assets/img/bg-our-mission.jpg") no-repeat left top;
    background-size: 40%;
    min-height: 690px;
    margin-bottom: 50px;
    position: relative;
    padding: 50px 0;
}


section.our-mission::after {
    content: url("../assets/img/img-circle.png");
    height: 276px;
    width: 278px;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 30%;
}

section.our-mission h3 {
    color: #597264;
    padding: 0 0 50px;
    position: relative;
    text-align: center;
}

section.our-mission p {
    color: #597264;
    position: relative;
    margin-bottom: 30px;
}

section.our-mission p::before {
    content: url("../assets/img/line.png");
    position: absolute;
    left: -150px;
    top: 10px;
    transform: rotate(180deg);
}

section.our-mission p:nth-child(4)::before, section.our-mission p:nth-child(5)::before {
    display: none;
}

section.our-mission-second {
    background: #d6e6bd url("../assets/img/bg-our-mission-second.jpg") no-repeat right bottom;
    background-size: 40%;
    min-height: 700px;
    margin-bottom: 50px;
    position: relative;
}

section.our-mission-second p {
    color: #597264;
    position: relative;
    text-align: right;
    margin-bottom: 30px;
}

section.our-mission-second p::after {
    content: url("../assets/img/line.png");
    position: absolute;
    right: -150px;
    top: 10px;
}

section.our-values {
    background: url("../assets/img/bg-our-values.jpg") no-repeat center;
    background-size: cover;
    width: 100%;
    padding: 60px;
    min-height: 700px;
    margin-bottom: 50px;
    position: relative;
}

section.our-values .container {
    background: rgb(113, 150, 56);
    background: linear-gradient(90deg, rgba(113, 150, 56, 0.46262254901960786) 0%, rgba(113, 150, 56, 1) 26%);
    padding: 30px;
    position: relative;
}

section.our-values h2 {
    color: #fffefe;
    text-align: center;
    margin-bottom: 30px;
}

section.our-values .box {
    text-align: center;
    width: 20%;
    position: relative;
}


section.our-values .box .line {
    height: 63px;
    width: 10px;
    margin: 25px auto;
}

section.our-values .box p {
    color: #fffefe;
    text-align: center;
}

section.our-values .box:nth-child(1) {
    margin-top: 60px;
}

section.our-values .box:nth-child(2) {
    margin-top: 10px;
}

section.our-values .box:nth-child(3) {
    margin-top: 90px;
}

section.our-values .box:nth-child(4) {
    margin-top: 10px;
}

section.our-values .box:nth-child(5) {
    margin-top: 60px;
}


section.our-brand {
    background: url("../assets/img/bg-our-brand.png") no-repeat center center;
    background-size: cover;
    width: 100%;
    min-height: 690px;
    margin-bottom: 50px;
    position: relative;
    padding: 50px 0 0;
}

section.our-brand h3 {
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
}

section.our-brand .box {
    position: relative;
}

section.our-brand .box img.logo {
    width: auto;
}

section.our-brand .box img.certificate {
    float: right;
    width: auto;
}

section.our-brand .box:nth-child(3) {
    display: grid;
    align-items: end;
}

section.our-brand .box .btn {
    background: #ecf0f3;
    border-radius: 100px;
    padding: 30px 50px;
    color: #000;
    font-size: 50px;
    letter-spacing: -1px;
    color: #000000;
    font-weight: 400;
    font-family: CantataOneRegular;
    text-align: center;
    -webkit-box-shadow: inset 10px 10px 13px 0px rgba(215, 218, 227, 1);
    -moz-box-shadow: inset 10px 10px 13px 0px rgba(215, 218, 227, 1);
    box-shadow: inset 10px 10px 13px 0px rgba(215, 218, 227, 1);
}

section.our-brand .box .btn:hover {
    color: #6f8b45;
}


section.konopia {
    background: #c2ccc2 url("../assets/img/bg-konopia.jpg") no-repeat top center;
    background-size: contain;
    width: 100%;
    min-height: 690px;
    margin-bottom: 50px;
    position: relative;
    padding: 50px 0 0;
}

section.konopia h2 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
}

section.konopia .box-left p {
    font-size: 36px;
    letter-spacing: -1px;
    color: #000000;
    font-family: NowRegular;
    text-align: right;
    position: relative;
    margin-bottom: 50px;
    padding-right: 115px;
}

section.konopia .box-left p:last-child {
    margin-bottom: 100px;
}

section.konopia .box-left p::after {
    content: url("../assets/img/line.png");
    position: absolute;
    right: 0;
    top: -10px;
}

section.konopia .box-right p {
    font-size: 36px;
    letter-spacing: -1px;
    color: #000000;
    font-family: NowRegular;
    text-align: left;
    position: relative;
    margin-bottom: 20px;
    padding-left: 120px;
}

section.konopia .box-right p::before {
    content: url("../assets/img/line.png");
    position: absolute;
    left: 0;
    top: 6px;
    transform: rotate(180deg);
}

section.news {
    background: url("../assets/img/bg-news.jpg") no-repeat center center;
    background-size: cover;
    width: 100%;
    min-height: 690px;
    margin-bottom: 50px;
    position: relative;
    padding: 50px 0 50px;
}

section.news h3 {
    color: #ffffff;
    text-align: center;
}


section.about {
    background: url("../assets/img/bg-about.jpg") no-repeat center center;
    background-size: cover;
    width: 100%;
    min-height: 690px;
    margin-bottom: 50px;
    position: relative;
    padding: 50px 0 0;
}

section.about .box-left {
    background: #6f8b45;
    color: #fff;
    padding: 40px 80px;
    position: relative;
    margin-bottom: 50px;
}

section.about .box-left h4 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 50px;
}

section.about .box-left p {
    color: #ffffff;
    text-align: right;
    margin-bottom: 40px;
}

section.about .box-right {
    background: #e3ead6;
    color: #fff;
    padding: 40px;
    margin: 25px 0 50px;
    position: relative;
}

/*section.about .box-right::after {
    content: url("../assets/img/about-img.png");
    position: absolute;
    top: -43px;
    right: -130px;
}*/

section.about .box-right h4 {
    color: #5a8617;
    text-align: center;
    margin-bottom: 50px;
}

section.about .box-right p {
    color: #000000;
    text-align: center;
    padding-left: 90px;
    margin-bottom: 40px;
    position: relative;
}
section.about .box-right p::before {
    content: url("../assets/img/line.png");
    position: absolute;
    margin-left: -135px;
    top: 1px;
    transform: rotate(180deg);
}

footer {
    background: url("../assets/img/bg-footer.jpg") no-repeat center right;
    background-size: 50%;
    width: 100%;
    min-height: 690px;
    position: relative;
}

footer h3 {
    color: #6f8b45;
    padding: 100px 0;
}

footer .bg-footer {
    background: rgba(111, 139, 69, .7);
    padding: 20px 0;
}

footer .bg-footer p {
    font-size: 36px;
    letter-spacing: -1px;
    color: #ffffff;
    font-family: NowRegular;
    margin-bottom: 0px;
}
footer .bg-footer a {
    font-size: 36px;
    letter-spacing: -1px;
    color: #ffffff;
    font-family: NowRegular;
    margin-bottom: 0px;
    text-decoration: none;
}

@media (max-width: 1300px) {
    h2 {
        font-size: 52px;
    }

    h3 {
        font-size: 44px;
    }

    h4 {
        font-size: 38px;
    }

    p {
        font-size: 22px;
    }

    header {
        min-height: 555px;
    }

    .section-right {
        width: 70%;
    }

    .section-right h1 {
        font-size: 50px;
    }

    section.our-mission {
        min-height: 555px;
        background-size: 43%;
    }

    section.our-mission p {
        font-size: 22px;
        position: relative;
    }

    section.our-mission::after {
        left: 27%;
    }

    section.our-mission-second {
        min-height: 555px;
        background-size: 44%;
    }

    section.our-mission-second p {
        font-size: 22px;
    }

    section.our-values {
        min-height: 555px;
    }

    section.our-values .box p {
        font-size: 22px;
    }

    section.our-brand {
        min-height: 555px;
    }

    section.our-brand .box img.logo {
        width: 80%;
    }

    section.our-brand .box img.certificate {
        float: right;
        width: 170%;
    }

    section.our-brand .box .btn {
        font-size: 34px;
        padding: 20px 40px;
    }

    section.konopia .box-left p {
        font-size: 26px;
    }

    section.konopia .box-right p {
        font-size: 26px;
    }

    footer {
        min-height: 555px;
        background-size: contain;
    }

    footer .bg-footer p {
        font-size: 26px;
    }

    footer .bg-footer a {
        font-size: 26px;
    }

    footer .bg-footer img {
        height: 203px;
    }
}

@media (max-width: 1140px) {
    header {
        background-size: 100%;
    }

    .section-right {
        width: 100%;
    }

    .section-right h1 {
        font-size: 40px;
    }

    section.our-mission {
        min-height: 555px;
        background: #d6e6bd;
    }

    section.our-mission p {
        text-align: center;
    }

    section.our-mission::after {
        position: relative;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    section.our-mission-second {
        background: #d6e6bd;
    }

    section.our-mission-second p {
        text-align: center;
    }

    section.our-mission-second p::after {
        display: none;
    }

    section.our-values .box {
        width: 50%;
    }

    section.our-values .box:nth-child(1), section.our-values .box:nth-child(2), section.our-values .box:nth-child(3), section.our-values .box:nth-child(4), section.our-values .box:nth-child(5) {
        margin-top: 10px;
    }

    section.our-brand .box {
        text-align: center;
        margin-bottom: 30px;
    }

    section.our-brand .box img.logo {
        width: auto;
    }

    section.our-brand .box img.certificate {
        float: right;
        width: auto;
    }

    section.our-brand .box .btn {
        font-size: 34px;
        padding: 20px 40px;
    }

    section.konopia .box-left p {
        text-align: center;
        padding-right: 0;
        margin-bottom: 20px;
    }

    section.konopia .box-left p:last-child {
        margin-bottom: 20px;
    }

    section.konopia .box-left p::after {
        display: none;
    }

    section.konopia .box-right p {
        text-align: center;
        padding-left: 0;
    }

    section.konopia .box-right p::before {
        display: none;
    }

    section.about .box-left p {
        text-align: center;
    }

    section.about .box-right p {
        text-align: center;
        padding-left: 0;
    }

    section.about .box-right p::before {
        display: none;
    }

    section.about .box-right::before {
        display: none;
    }

    footer {
        background-size: cover;
    }

    footer h3 {
        text-align: center;
        color: #000;
    }

    footer .bg-footer p {
        font-size: 26px;
        text-align: center;
    }

    footer .bg-footer a {
        font-size: 26px;
        text-align: center;
    }

    footer .bg-footer img {
        height: 203px;
        margin-top: 20px;
    }
}

@media (max-width: 720px) {
    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 28px;
    }

    p {
        font-size: 20px;
    }

    header {
        background-size: cover;
    }

    .section-right {
        width: 100%;
        float: none;
    }

    .section-right h1 {
        font-size: 28px;
        margin-top: 50px;
    }

    .section-right p {
        font-size: 22px;
    }

    section.our-mission p {
        font-size: 20px;
    }

    section.our-values {
        padding: 20px;
    }

    section.our-values .box {
        width: 100%;
    }

    section.our-values .box p {
        font-size: 20px;
    }

    section.our-brand .box .btn {
        font-size: 28px;
    }

    section.our-brand .box img.logo {
        width: 100%;
    }

    section.our-brand .box img.certificate {
        float: right;
        width: 100%;
    }

    section.konopia {
        background: #c2ccc2;
    }

    section.konopia .box-left p {
        font-size: 20px;
    }

    section.konopia .box-right p {
        font-size: 20px;
    }

    section.about .box-left, section.about .box-right {
        padding: 40px 20px;
    }

    section.news {
        min-height: auto;
        margin-bottom: 0;
    }


    footer h3 {
        font-size: 28px;
    }

    footer .bg-footer p {
        font-size: 20px;
    }

    footer .bg-footer a {
        font-size: 20px;
    }

}
