/* default settings */

.c-form {
    text-align: left;
}

.c-form dl {
    /* margin-bottom: 1.25rem; */
    display: block;
    width: 100%;
}

.c-form dl dt {
    margin-bottom: 5px;
}

.c-form dl dt span {
    color: #ff0909;
}

.c-form input,
.c-form textarea,
.c-form .file-control,
.c-form select {
    font-family: SVN-Gilroy, sans-serif;
    font-style: normal;
    background-color: #fff;
    border: 1px solid #a7a7a7;
    padding: 0.3125rem 0.875rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.875rem;
    outline: none;
}

.c-form input::-webkit-input-placeholder,
.c-form textarea::-webkit-input-placeholder,
.c-form .file-control::-webkit-input-placeholder,
.c-form select::-webkit-input-placeholder {
    color: #aeabab;
}

.c-form input::-moz-placeholder,
.c-form textarea::-moz-placeholder,
.c-form .file-control::-moz-placeholder,
.c-form select::-moz-placeholder {
    color: #aeabab;
}

.c-form input:-ms-input-placeholder,
.c-form textarea:-ms-input-placeholder,
.c-form .file-control:-ms-input-placeholder,
.c-form select:-ms-input-placeholder {
    color: #aeabab;
}

.c-form input::-ms-input-placeholder,
.c-form textarea::-ms-input-placeholder,
.c-form .file-control::-ms-input-placeholder,
.c-form select::-ms-input-placeholder {
    color: #aeabab;
}

.c-form input::placeholder,
.c-form textarea::placeholder,
.c-form .file-control::placeholder,
.c-form select::placeholder {
    color: #aeabab;
}

.c-form select {
    /* width: 12.625rem; */
    height: 2.1875rem;
}

.c-form input {
    width: 100%;
    height: 2.1875rem;
}

.c-form textarea {
    display: block;
    width: 100%;
    height: 11.25rem;
    padding: 0.625rem 0.875rem;
    resize: none;
}

.c-form label.error {
    display: block;
    margin-top: 0.3125rem;
    font-size: 0.875rem;
    line-height: 1.5;
    font-style: italic;
    color: red;
}

.c-form .file-control {
    font-family: SVN-GilroySemiBold, sans-serif;
    font-style: normal;
    display: block;
    border-radius: 0;
    cursor: pointer;
    padding: 0.625rem 1.25rem 1.0625rem;
    text-align: center;
}

.c-form .file-control small {
    font-family: SVN-Gilroy, sans-serif;
    font-style: normal;
    color: #aeabab;
    font-size: 0.75rem;
    line-height: 0.8125rem;
    display: block;
}

.c-form .btn-send {
    background-color: #10623a;
    font-family: SVN-GilroyBold, sans-serif;
    font-style: normal;
    border-radius: 0.625rem;
    margin-left: auto;
    margin-top: 1.5625rem;
    padding-top: 0.1875rem;
    width: 8.9375rem;
    height: 2.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1.875rem;
    font-size: 1.25rem;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #fff;
}

.c-form .btn-send:hover {
    opacity: 0.8;
}

@media (max-width: 767px) {
    .c-form input,
    .c-form textarea,
    .c-form .file-control {
        padding: 0.3125rem 0.875rem;
    }
    .c-form textarea {
        height: 6.25rem;
    }
    .c-form .file-control {
        height: auto;
    }
    .c-form .c-btn {
        margin-top: 0.625rem;
    }
}

.c-tabs__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid;
    color: #1e427e;
}

.c-tabs__btn li {
    position: relative;
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 1.4;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.c-tabs__btn li:after {
    content: "";
    position: absolute;
    bottom: -0.125rem;
    left: 0;
    right: 0;
    height: 0.1875rem;
    background-color: #ff9122;
    border-radius: 0.1875rem;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
}

.c-tabs__btn li:hover,
.c-tabs__btn li.active {
    color: #ff9122;
}

.c-tabs__btn li:hover:after,
.c-tabs__btn li.active:after {
    opacity: 1;
}

.c-tabs__btn li a {
    display: block;
    padding: 0.75rem 0.75rem;
    color: inherit;
}

.c-tabs__main .item {
    display: none;
}

.c-tabs--style02 .c-tabs__btn {
    border-bottom: none;
    color: #1e427e;
}

.c-tabs--style02 .c-tabs__btn li {
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    border-radius: 1.25rem 1.25rem 0 0;
    text-transform: none;
    font-size: 1.25rem;
    line-height: 1.4;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.c-tabs--style02 .c-tabs__btn li:after {
    display: none;
}

.c-tabs--style02 .c-tabs__btn li:hover,
.c-tabs--style02 .c-tabs__btn li.active {
    background-color: #ff9122;
    color: #fff;
}

.c-tabs--style02 .c-tabs__btn li a {
    display: block;
    padding: 0.9375rem;
    color: inherit;
}

@media (max-width: 767px) {
    .c-tabs__btn li {
        font-size: 0.875rem;
    }
    .c-tabs__btn li a {
        padding: 0.625rem;
    }
    .c-tabs--style02 .c-tabs__btn {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .c-tabs--style02 .c-tabs__btn li {
        width: 33.33%;
        font-size: 0.8125rem;
    }
    .c-tabs--style02 .c-tabs__btn li a {
        padding: 0.625rem;
    }
}

.news-related .c-card .photo {
    padding-bottom: 65.7%;
}

.news-related .c-card .group .title {
    margin-top: 1rem;
    font-size: 1rem;
}

.c-card-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-card {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    display: block;
    text-align: left;
}

.c-card .photo {
    display: block;
    position: relative;
    padding-bottom: 62%;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    overflow: hidden;
}

.c-card .photo:hover {
    opacity: 0.7;
}

.c-card .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.c-card .group {
    position: relative;
}

.c-card .group .title {
    font-family: SVN-GilroySemiBold, sans-serif;
    font-style: normal;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin-top: 1.875rem;
    font-size: 1rem;
    line-height: 1.375rem;
    color: #10623a;
}

.c-card .group .title:hover {
    opacity: 0.8;
}

.c-card .group .date {
    font-family: SVN-Gilroy, sans-serif;
    font-style: normal;
    margin-top: 0.9375rem;
}

.c-card .group .extra {
    font-size: 0.875rem;
    margin-top: 0.625rem;
}

@media (max-width: 767px) {
    .c-card .group .title {
        font-size: 0.875rem;
    }
    .c-card .group .date {
        font-size: 0.875rem;
    }
}

.section-contact {
    padding: 7.3125rem 0 6.375rem;
}

.section-contact .form {
    width: 42.0625rem;
    background-color: #efefef;
    padding: 2.75rem 3.125rem 2.75rem 2.5rem;
}

.section-contact .info {
    padding-top: 2.25rem;
    width: 25.625rem;
}

.section-contact .info .note {
    margin-top: 1.25rem;
    font-size: 1.25rem;
    color: #807653;
}

.section-contact .info dl {
    margin-top: 2.5rem;
    color: #10623a;
}

.section-contact .info dl dt {
    text-transform: uppercase;
    font-family: SVN-GilroySemiBold, sans-serif;
    font-style: normal;
}

.section-contact .info dl dd:nth-of-type(2) {
    font-family: SVN-Gilroy, sans-serif;
    font-style: normal;
    margin-top: 1.25rem;
}

@media (max-width: 767px) {
    .section-contact {
        padding: 3.125rem 0;
    }
    .section-contact .form {
        padding: 1.25rem 1.25rem;
        width: 100%;
    }
    .section-contact .info {
        width: 100%;
    }
    .section-contact .info .note {
        margin-top: 0.9375rem;
        font-size: 1rem;
    }
}

.c-form-02 {
    text-align: left;
}

.c-form-02 dl {
    margin-bottom: 0.625rem;
    display: block;
    width: 100%;
}

.c-form-02 dl.w50 {
    width: 49%;
}

.c-form-02 dl dt {
    margin-bottom: 0.3125rem;
}

.c-form-02 dl dt span {
    color: #ff0909;
}

.c-form-02 input,
.c-form-02 textarea,
.c-form-02 .file-control,
.c-form-02 select {
    font-family: SVN-Gilroy, sans-serif;
    font-style: normal;
    background-color: #fff;
    border: none;
    padding: 0.3125rem 0.875rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.875rem;
    outline: none;
}

.c-form-02 input::-webkit-input-placeholder,
.c-form-02 textarea::-webkit-input-placeholder,
.c-form-02 .file-control::-webkit-input-placeholder,
.c-form-02 select::-webkit-input-placeholder {
    color: #aeabab;
}

.c-form-02 input::-moz-placeholder,
.c-form-02 textarea::-moz-placeholder,
.c-form-02 .file-control::-moz-placeholder,
.c-form-02 select::-moz-placeholder {
    color: #aeabab;
}

.c-form-02 input:-ms-input-placeholder,
.c-form-02 textarea:-ms-input-placeholder,
.c-form-02 .file-control:-ms-input-placeholder,
.c-form-02 select:-ms-input-placeholder {
    color: #aeabab;
}

.c-form-02 input::-ms-input-placeholder,
.c-form-02 textarea::-ms-input-placeholder,
.c-form-02 .file-control::-ms-input-placeholder,
.c-form-02 select::-ms-input-placeholder {
    color: #aeabab;
}

.c-form-02 input::placeholder,
.c-form-02 textarea::placeholder,
.c-form-02 .file-control::placeholder,
.c-form-02 select::placeholder {
    color: #aeabab;
}

.c-form-02 select {
    /* width: 12.625rem; */
    height: 3.25rem;
}

.c-form-02 input {
    width: 100%;
    height: 3.25rem;
}

.c-form-02 textarea {
    display: block;
    width: 100%;
    height: 11.6875rem;
    padding: 0.625rem 0.875rem;
    resize: none;
}

.c-form-02 label.error {
    display: block;
    margin-top: 0.3125rem;
    font-size: 0.875rem;
    line-height: 1.5;
    font-style: italic;
    color: red;
}

.c-form-02 .btn-send {
    background-color: #10623a;
    font-family: SVN-GilroyBold, sans-serif;
    font-style: normal;
    margin-left: auto;
    margin-top: 3.125rem;
    padding-top: 0.1875rem;
    width: 100%;
    height: 3.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1.875rem;
    font-size: 1.25rem;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #fff;
}

.c-form-02 .btn-send:hover {
    opacity: 0.8;
}

@media (max-width: 767px) {
    .c-form-02 input,
    .c-form-02 textarea,
    .c-form-02 .file-control {
        padding: 0.3125rem 0.875rem;
    }
    .c-form-02 textarea {
        height: 6.25rem;
    }
    .c-form-02 .btn-send {
        margin-top: 1.875rem;
    }
}

.bg-tree-small:before {
    background-image: url(../img/index/second_img1.jpg);
}

.bg-hand:before {
    background-image: url(../img/index/second_img2.jpg);
}

.bg-tree-big:before {
    background-image: url(../img/index/second_img3.jpg);
}

.keyvisual {
    position: relative;
    color: #fff;
}

.keyvisual .slick-list {
    overflow: inherit;
}

.keyvisual .item {
    padding-top: calc(500 / 1366 * 100%);
    position: relative;
    height: auto !important;
}

.keyvisual .item img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
}

.keyvisual .slick-arrow {
    border-radius: 0;
    width: 2.25rem;
    height: 4.375rem;
    margin-top: -2.1875rem;
    background-image: url(../img/common/arrow-slider.png);
}

.keyvisual .slick-arrow:hover {
    background-image: url(../img/common/arrow-slider-on.png);
}

@media (max-width: 767px) {
    .keyvisual {
        height: auto;
    }
    .keyvisual .item {
        height: 21.875rem;
        max-height: inherit;
    }
    .keyvisual .slick-arrow {
        width: 1.25rem;
        height: 2.5rem;
        margin-top: -1.25rem;
    }
}

.bg-green {
    background-color: #10623a;
}

.bg-born {
    background-color: #807653;
}

.section-first .row-first {
    width: 85.375rem;
    padding: 4.25rem 5.5rem 6.9375rem 6.75rem;
    margin: 0 auto;
    background: url("../img/about/about-bg1.jpg") no-repeat center bottom;
}

.section-first .row-first .c-title {
    width: 28.6875rem;
    text-transform: none;
}

.section-first .row-first .group-text {
    width: 35.75rem;
}

.section-first .row-first .group-text p~p {
    margin-top: 1.5rem;
}

@media (max-width: 767px) {
    .section-first .row-first .group-text p~p {
        margin-top: 0.75rem;
    }
}

@media (max-width: 767px) {
    .section-first .row-first {
        width: 100%;
        padding: 3.125rem 1.25rem;
    }
    .section-first .row-first .c-title {
        margin-bottom: 1.25rem;
    }
    .section-first .row-first .group-text {
        text-align: justify;
    }
}

.section-first .row-second .box {
    width: 49.2%;
}

.section-first .row-second .box .group {
    padding: 2.75rem 5.625rem 2.875rem 5.5rem;
    max-height: 17.125rem;
    color: #fff;
}

.section-first .row-second .box .group .c-title {
    margin-bottom: 2.6875rem;
    color: #fff;
}

.section-first .photo img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section-first .photo {
    position: relative;
    padding-top: calc(270 / 670 * 100%);
}

.section-first .row-second .box1 .group {
    padding-bottom: 4.3125rem;
}

@media (min-width: 768px) {
    .section-first .row-second .box1 .group {
        min-height: 17.125rem;
    }
}

.section-first .row-second .box2 .photo {
    height: 17.125rem;
}

@media (min-width: 768px) {
    .section-first .row-second .box2 .group {
        min-height: 15.6875rem;
    }
}

@media (max-width: 767px) {
    .section-first .row-second .box {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .section-first .row-second .box .group {
        padding: 1.875rem 1.25rem;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .section-first .row-second .box .group .c-title {
        margin-bottom: 0.9375rem;
    }
    .section-first .row-second .box.box2 {
        margin-top: 1.25rem;
    }
    .section-first .row-second .box2 .photo {
        height: unset;
    }
}

.section-second {
    background: url(../img/about/second_deco.png) no-repeat center top 15.375rem;
    background-size: 100%;
    padding-top: 7.5625rem;
}

.section-second .list-cricle {
    margin-top: 5.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-second .list-cricle .item {
    width: 21.4375rem;
}

.section-second .list-cricle .item:nth-child(2) {
    margin: 0 4.625rem;
}

.section-second .list-cricle .item .photo {
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.section-second .list-cricle .item .photo img {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.section-second .list-cricle .item dl dt {
    margin: 2.5625rem 0 1.0625rem;
    text-align: center;
    color: #807653;
    font-family: SVN-GilroyBold, sans-serif;
    font-style: normal;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 1.25rem;
    line-height: 1.6875rem;
}

@media (min-width: 768px) {
    .section-second .list-cricle .item:hover .photo img {
        -webkit-transform: scale(1.11);
        transform: scale(1.11);
    }
    .section-second .list-cricle .item:hover dl dt {
        color: #10623a;
        line-height: 2rem;
    }
}

@media (max-width: 767px) {
    .section-second {
        padding-top: 3.75rem;
        background-size: 350%;
        background-position: center top 9.375rem;
    }
    .section-second .list-cricle {
        display: block;
        margin-top: 2.5rem;
        padding: 0 1.25rem;
    }
    .section-second .list-cricle .item {
        width: 100%;
    }
    .section-second .list-cricle .item:nth-child(2) {
        margin: 2.5rem 0;
    }
}

.section-third {
    padding-top: 10.9375rem;
}

.section-third .group-develop {
    margin-top: 3.375rem;
}

@media (max-width: 767px) {
    .section-third {
        padding-top: 5.625rem;
    }
    .section-third .group-develop {
        margin-top: 2.5rem;
    }
}

.section-four {
    max-width: 85.375rem;
    margin: 0 auto;
}

.section-four .photo {
    width: 45.6%;
    padding-top: 11.1875rem;
}

.section-four .group {
    width: 53.75%;
    background: url("../img/about/about-bg3.jpg") no-repeat left top/cover;
    padding: 16.875rem 6.875rem 3.125rem 4.75rem;
}

.section-four .group h3 {
    font-family: SVN-GilroySemiBold, sans-serif;
    font-style: normal;
    color: #807653;
    font-size: 1.25rem;
    line-height: 1.6875rem;
    margin: 0.8125rem 0 1.25rem;
}

.section-four .group .link-more {
    margin-top: 3.125rem;
}

.section-four .group .link-more a {
    background: url(../img/news/icon-viewmore.png) no-repeat center right/1rem;
    font-family: SVN-GilroyBold, sans-serif;
    font-style: normal;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    display: inline-block;
    padding-right: 1.2rem;
    font-size: 1rem;
    line-height: 1.3125rem;
    color: #807653;
}

.section-four .group .link-more a:hover {
    opacity: 0.8;
}

@media (min-width: 768px) {
    .section-four .group {
        min-height: 45.9375rem;
    }
}

@media (max-width: 767px) {
    .section-four .photo {
        padding: 3.125rem 1.25rem 0;
        width: 100%;
    }
    .section-four .group {
        padding: 2.5rem 1.25rem 1.875rem;
        width: 100%;
    }
    .section-four .group .c-title {
        font-size: 1.375rem;
    }
    .section-four .group .text {
        text-align: justify;
    }
    .section-four .group .link-more {
        margin-top: 1.25rem;
    }
}

.section-fifth {
    background: url(../img/about/fifth_deco.png) no-repeat center top 15.375rem;
    text-align: center;
    padding-top: 9.375rem;
}

.section-fifth h3 {
    font-family: SVN-GilroySemiBold, sans-serif;
    font-style: normal;
    color: #807653;
    font-size: 1.25rem;
    line-height: 2.0625rem;
    margin: 1.6875rem 0 3.625rem;
    color: #807653;
    text-transform: uppercase;
}

.section-fifth .photo {
    margin-bottom: 15rem;
}

.section-fifth .slider .slick-list {
    overflow: inherit;
}

.section-fifth .slider .item {
    margin: 0 6.875rem;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    width: 29.25rem;
}

.section-fifth .slider .item.slick-current {
    -webkit-transform: scale(1.59);
    transform: scale(1.59);
}

.section-fifth .slider .slick-arrow.slick-prev {
    left: 6.25rem;
}

.section-fifth .slider .slick-arrow.slick-next {
    right: 6.25rem;
}

@media (max-width: 767px) {
    .section-fifth {
        padding: 3.75rem 1.25rem 0;
    }
    .section-fifth .c-title {
        max-width: 90%;
        margin: 0 auto;
    }
    .section-fifth h3 {
        margin: 0.875rem 0 1.75rem;
        font-size: 1rem;
    }
    .section-fifth .photo {
        margin-bottom: 4.0625rem;
    }
    .section-fifth .slider .item {
        margin: 0 1.25rem;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        width: 15.625rem;
    }
    .section-fifth .slider .item.slick-current {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    .section-fifth .slider .slick-arrow.slick-prev {
        left: -0.3125rem;
    }
    .section-fifth .slider .slick-arrow.slick-next {
        right: -0.3125rem;
    }
}

.section-six {
    padding: 7.25rem 0 5.75rem;
}

.section-six .c-title {
    margin-bottom: 3.625rem;
}


/* .section-six .slider {
  width: 26.5625rem;
}
.section-six .slider .item {
  width: 26.5625rem;
} */

.section-six .slider .item .photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px;
}

.section-six .slider .item .photo img {
    width: 100%;
    display: inherit;
}

.section-six .slider .slick-arrow {
    border-radius: 0;
    width: 1.25rem;
    height: 2.375rem;
    margin-top: -1.1875rem;
    background-image: url(../img/common/arrow-slider-black.png);
}

.section-six .slider .slick-arrow:hover {
    background-image: url(../img/common/arrow-slider-on.png);
}

.section-six .slider .slick-arrow.slick-prev {
    left: -2.75rem;
}

.section-six .slider .slick-arrow.slick-next {
    right: -2.75rem;
}

.section-six .group {
    max-width: 1000px;
    margin: auto;
}

.section-six .group b {
    font-family: SVN-GilroySemiBold, sans-serif;
    font-style: normal;
    display: block;
    margin-bottom: 1.25rem;
}

.product-list {
    margin-top: 3.5rem;
}

.product-list .slider .item {
    width: 100%;
}

.product-list .slider .item a {
    width: calc(100% - 20px);
}

.section-add-new .item .c-card {
    position: relative;
}

.section-add-new .item .c-card:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    content: "";
    z-index: 1;
    transition: all 0.3s;
}

.section-add-new .item .c-card:hover:before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.section-add-new .item .group {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    text-align: center;
    color: #fff;
    padding: 16px;
}

.section-add-new .item .group h3 {
    font-family: SVN-GilroySemiBold, sans-serif;
    font-style: normal;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.6875rem;
    margin-top: 0;
}

.section-add-new .c-card .photo {
    padding-bottom: 100%;
}

.section-add-new .item .group .btn-more {
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    padding: 0 24px;
    line-height: 32px;
    margin-top: 16px;
    display: inline-block;
    transition: all 0.3s;
}

.section-add-new .item:hover .btn-more {
    background-color: #10623a;
    color: #fff;
    border-color: #10623a;
}

.section-add-new1 {
    padding: 40px 0;
    background: url(../img/about/about-bg1.jpg) no-repeat center bottom;
}

.section-add-new1 .text-content {
    text-align: center;
}

.section-add-new1 .wrap1180 {
    align-items: center;
    gap: 32px 0;
}

.section-add-new1 .photo,
.section-add-new1 .group {
    padding: 0;
    min-height: auto;
    background: none;
}

.section-add-new1 .photo {
    padding-right: 3rem;
}

.section-add-new {
    padding-bottom: 40px;
}

.section-add-new1 h4 {
    letter-spacing: 0;
    font-size: 1.85rem;
    margin-bottom: 1.5rem;
    line-height: 2rem;
}

.section-add-new1 .c-title-sub {
    font-weight: normal;
}

@media (max-width: 767px) {
    .section-add-new1 h4,
    .section-add-new1 .photo,
    .section-add-new1 .text-content {
        margin-bottom: 1rem;
    }
    .section-six {
        padding: 3.25rem 0 3.75rem;
    }
    .section-six .c-title {
        margin-bottom: 1.875rem;
    }
    .section-six .slider {
        width: 100%;
    }
    .section-six .slider .item {
        width: 20.9375rem;
    }
    .section-six .slider .item .photo {
        padding: 0 0.625rem;
    }
    .section-six .slider .item .photo img {
        width: 47%;
        display: inherit;
        margin: auto;
    }
    .section-six .slider .slick-arrow.slick-prev {
        left: -0.625rem;
    }
    .section-six .slider .slick-arrow.slick-next {
        right: -0.625rem;
    }
    .section-six .group {
        width: 100%;
        margin-top: 1.25rem;
        text-align: justify;
    }
    .section-add-new1 .photo {
        padding-right: 0;
    }
    .product-list .slider .item a {
        margin: auto;
    }
}

.section-add-new1 h2 {
    text-align: center;
}

.w-full {
    width: 100%;
    height: auto;
}

.section-add-new1 .text-content {
    margin: 32px auto 40;
}

@media (min-width: 991px) {
    .section-add-new1 {
        padding: 80px 0;
    }
    .section-add-new {
        padding-bottom: 80px;
    }
    .section-add-new1 .text-content {
        max-width: 80%;
        margin: 32px auto 80px;
    }
    .product-list .slick-arrow.slick-next {
        right: -12px;
        transform: translateX(100%) rotate(180deg);
    }
    .product-list .slick-arrow.slick-prev {
        left: -12px;
        transform: translateX(-100%);
    }
}