.mod a {
    color: inherit;
}

#newsDetailTit {
    margin-bottom: 10px !important;
}

#newsDetailTit h1 {
    text-align: left;
}

.layout {
    overflow: hidden;
}

.layout-current {
    margin-top: 135px !important;
}

.layout-bg {
    box-sizing: border-box;
    width: 1400px;
    max-width: 100%;
    margin: auto;
    overflow: visible;
 
}

.addfleftright{
   display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.clear {
    display: none;
}

.page-layout .mod {
    display: none !important;
}

.page-layout .layout-bg {
    flex-direction: inherit !important;
    align-items: inherit !important;
}

.layout-sys2 .left,
.layout-sys2 .right,
.layout-sys3 .left,
.layout-sys3 .center,
.layout-sys3 .right,
.layout-sys4 .left,
.layout-sys4 .centerleft,
.layout-sys4 .centerright,
.layout-sys4 .right,
.layout-sys4-1 .left,
.layout-sys4-1 .right,
.layout-sys4-1 .right .right-top,
.layout-sys4-1 .right .right-bottom,
.layout-sys4-1 .right .right-bottom-left,
.layout-sys4-1 .right .right-bottom-right,
.layout-sys4-2 .left,
.layout-sys4-2 .right,
.layout-sys4-1 .right .right-top,
.layout-sys4-1 .right .right-bottom,
.layout-sys4-2 .right .right-top-left,
.layout-sys4-2 .right .right-top-right,
.layout-sys4-3 .left,
.layout-sys4-1 .left .left-top,
.layout-sys4-1 .left .left-bottom,
.layout-sys4-3 .left .left-top-left,
.layout-sys4-3 .left .left-top-right,
.layout-sys4-3 .right,
.layout-sys4-4 .left,
.layout-sys4-1 .left .left-top,
.layout-sys4-1 .left .left-bottom,
.layout-sys4-4 .left .left-bottom-left,
.layout-sys4-4 .left .left-bottom-right,
.layout-sys4-4 .right {
    width: auto;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
    -webkit-appearance: none;
    font-family: inherit;
}

input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

.mod h1,
.mod h2,
.mod h3,
.mod h4 {
    font-size: inherit;
    font-weight: inherit;
}

.mod-content .content-bg {
    overflow: hidden;
}

button:hover {
    opacity: 1 !important;
}

.mod a {
    display: inline-block;
    color: #333;
    transition: All 0.3s ease-in-out;
}

.mod {
    color: #333;
    font-size: calc(0.2vw + 12px);
    line-height: calc(0.25vw + 20px);
    font-family: 'Poppins', 'Arial', sans-serif;
    font-weight: 400;
}

.mod .mod-title {
    overflow: hidden;
    font-weight: inherit;
}

.mod .title-bg {
    overflow: hidden;
}

.mod .title-right {
    font-weight: inherit;
}

.mod a {
    color: #333;
}

.mod-color .mod-content img {
    display: block;
    max-width: 100%;
    margin: auto;
    transition: All 0.3s ease-in-out;
}

*:disabled {
    cursor: not-allowed !important;
}

.disabled {
    cursor: not-allowed !important;
}

.layout-page {
    padding: calc(2% + 20px) 0;
}

.layout-page .left {
    width: calc(77.5% - 1vw - 10px);
}

.layout-page .right {
    width: 22.5%;
}

.layout-page .mod-color+.mod-color {
    margin-top: calc(1vw + 20px);
}

.layout-page .mod-color .mod-title {
    padding-bottom: calc(0.5vw + 10px);
}

.layout-page .mod-color .title-left {
    font-size: calc(0.3vw + 16px);
    line-height: calc(0.35vw + 20px);
    color: #000;
    font-weight: 600;
}

.layout-pagecontact {
    padding: calc(2% + 20px) 0;
}

.layout-pagecontact .layout-bg {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: start;
}

.layout-pagecontact .left,
.layout-pagecontact .right {
    width: calc(50% - 1vw - 10px);
}

.layout-pagecontact .mod-color .mod-title {
    padding-bottom: calc(0.5vw + 10px);
}

.layout-pagecontact .mod-color .title-left {
    font-size: calc(0.3vw + 16px);
    line-height: calc(0.35vw + 20px);
    color: #000;
    font-weight: 600;
}

.layout-nav {
    transition: All 0.3s ease-in-out;
    overflow: visible;
    position: relative;
    z-index: 9;
    background: #fff;
    /*box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);*/
}

.layout-nav .layout-bg {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.layout-share {
    padding: calc(1% + 10px) 0;
    background: var(--main);
    overflow: visible;
}

.layout-share .layout-bg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.layout-foot {
    padding: calc(2% + 20px) 0 calc(1% + 10px);
    background: var(--main);
}

.layout-foot .layout-bg {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.layout-custSev {
    padding: calc(1% + 20px) 0;
    background: url(https://icdn.tradew.com/stylefile/20605/custSev-bg.jpg) center/cover fixed no-repeat;
}

.layout-custSev .layout-bg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media(max-width:1600px) {
    .layout-bg {
        width: calc(100% - 4vw - 40px);
    }
}

@media(max-width:1024px) {
    .layout-bg {
        width: calc(100% - 2vw - 20px);
        display: block;
    }
}

@media(min-width:769px) {

    .layout-nav .center {
        flex: auto;
    }

    .layout-nav.fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }

    .layout-nav.fixed .layout {
        margin-top: 90px;
    }

    .page-layout .layout-top {
        position: static !important;
    }

    .page-layout .layout-nav {
        position: static !important;
    }

    .page-layout .layout-nav.fixed+.layout {
        margin-top: inherit;
    }

    .layout-share .center {
        flex: 1 2 0;
        padding: 0 2vw;
    }

    .layout-foot .left {
        width: calc(75% - 3vw - 10px);
    }

    .layout-foot .right {
        width: calc(25% - 1vw - 10px);
    }

    .layout-custSev .layout-bg>div {
        width: calc(50% - 0.5vw - 5px);
    }
}

@media(max-width:768px) {
    .mod-othercontent01 .mod-content img {
        max-width: inherit;
        width: 100%;
    }

    .layout {
        min-width: 320px;
    }

    .layout-pagecontact .layout-bg>div {
        width: 100%;
        padding: 10px 0;
    }

    .layout-page .layout-bg>.left {
        width: 100%;
    }

    .layout-page .layout-bg>.right {
        width: 100%;
        padding-top: 20px;
    }

    .layout-top {
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9;
    }

    .layout-nav {
        height: 50px;
        position: fixed;
        top: 40px;
        left: 0;
        right: 0;
        z-index: 8;
        padding: 10px 0;
    }

    .layout-nav .left {
        order: 2;
    }

    .layout-nav .center {
        order: 1;
    }

    .layout-nav .right {
        order: 3;
    }

    .layout-nav+.layout {
        margin-top: 110px;
    }

    .layout-share .layout-bg>div {
        width: 100%;
        padding: 10px 0;
    }

    .layout-foot .layout-bg>div {
        width: 100%;
        padding: 10px 0;
    }

    .layout-custSev .layout-bg>div {
        width: 100%;
        padding: 10px 0;
    }
}

@media(max-width:480px) {}

.mod .pagination {
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mod .pagination .pagination-nav li {
    float: left;
    margin: 2px;
}

.mod .pagination .pagination-nav li a {
    text-align: center;
    background: #f0f0f0;
    display: block;
    line-height: 30px;
    overflow: hidden;
    color: #333;
    border-radius: 3px;
    font-size: 14px;
    padding: 0 5px;
    min-width: 20px;
    cursor: pointer;
    text-transform: uppercase;
}

.mod .pagination .pagination-link:hover {
    background: var(--main);
    color: #fff;
}

.mod .pagination .pagination-nav .pagination-active .pagination-link {
    cursor: not-allowed;
    color: #aaa;
    background: transparent;
}

.mod .pagination .pagination-nav .pagination-disabled a {
    cursor: not-allowed;
    background: transparent;
    color: #ccc !important;
}

.mod .pagination .page-goto {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mod .pagination .page-goto>* {
    margin: 2px;
}

.mod .pagination .page-goto .pager-label {
    line-height: 30px;
    padding: 0 5px;
    color: #fff;
}

.mod .pagination .page-goto .textfield-normal {
    height: 20px;
    min-width: 40px;
    line-height: 20px;
    background: #f0f0f0;
    color: #333;
    font-size: 14px;
    padding: 5px;
    border-radius: 50vw;
    margin: 0 5px;
    border: none;
    text-align: center;
}

.mod .pagination .page-goto .pager-button {
    background: #f0f0f0;
    display: block;
    padding: 1px 10px;
    line-height: 30px;
    color: #333;
    font-size: 14px;
    border-radius: 3px;
}

.mod .pagination .page-goto .pager-button:hover {
    background: var(--main);
    color: #fff;
}

@media(max-width:480px) {
    .mod .pagination .pagination-nav li {
        display: none;
    }

    .mod .pagination .pagination-nav li:first-of-type,
    .mod .pagination .pagination-nav li:last-of-type {
        display: block;
    }
}

.mod-detail .bottom-bg {
    line-height: 20px;
    color: #333;
}

.mod-detail .bottom-bg>div {
    display: flex;
    align-items: center;
}

.mod-detail .bottom-bg a {
    flex: 1 2 0;
    display: block;
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden;
    color: #333;
}

.mod-detail .mod-bottom span:after {
    content: ":";
    padding: 0 3px;
}

.mod-detail .mod-bottom a {
    color: var(--main);
}

.mod-detail .mod-bottom a:hover {
    text-decoration: underline;
}

.flag {
    margin: 9px 5px;
}

.mod-header01 {
    overflow: visible;
}

.mod-header01 .mod-content {
    display: flex;
}

.mod-header01 .content-bg {
    overflow: visible;
    display: flex;
}

.mod-header01 .language-title {
    font-size: 14px;
    color: #a1c379;
    line-height: 20px;
    padding: 5px;
    text-transform: uppercase;
    display: none;
}

.mod-header01 .flag {
    margin: 9px 0px;
    float: left;
    display: none;
}

.mod-header01 .language-content {
    position: relative;
}

.mod-header01 .language-content a {
    display: block;
    padding: 5px;
    overflow: hidden;
}

.mod-header01 .language-box {
    display: flex;
}

.mod-header01 .language-content .caret {
    display: none;
}

.mod-header01 .language-content .text {
    color: #a1c379;
    line-height: 20px;
    display: inline-block;
    padding: 5px;
    white-space: pre;
}

.mod-header01 .language-content .language-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    color: #a1c379;
}

/* .mod-header01 .language-content .language-link:before {
    content: "\f0ac";
    font: 20px/1 FontAwesome;
    line-height: 20px;
} */

.mod-header01 .language-content .language-link:after {
    content: "\f106";
    font: 16px/1 FontAwesome;
    line-height: 20px;
    transition: All 0.3s ease-in-out;
}

.mod-header01 .language-content .language-tabs {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background: #333;
    border: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 99;
    min-width: 100px;
    max-height: 100px;
    overflow-y: auto;
}

.mod-header01 .language-content .language-tabs a {
    padding: 0 5px;
    overflow: hidden;
    font-size: 12px;
}

.mod-header01 .language-content .language-tabs .text {
    color: #fff;
}

.mod-header01 .language-content .language-tabs a:hover {
    background: #222;
}

.mod-header01 .language-content:hover .language-tabs {
    display: block;
}

.layout-top {
    background: var(--main);
    overflow: visible;
}

.mod-header01 {
    color: #fff;
    line-height: 20px;
}

.mod-header01 .mod-bg {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mod-header01 .mod-title {
    flex: 1 2 0;
}

.mod-header01 .title-left {
    float: none;
}

.mod-header01 .title-left * {
    display: block;
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mod-top01 .mod-bg {
    display: flex;
    align-items: center;
}

.mod-top01 .top-logo a {
    display: block;
}

.mod-top01 .top-logo img {
    max-width: 100%;
    height: auto;
    display: block;
}

.mod-top01 .mod-bottom {
    display: flex;
    align-items: center;
    padding: 5px 10px;
}

.mod-top01 .bottom-left {
    font-size: calc(0.4vw + 14px);
    line-height: calc(0.3vw + 20px);
    color: #1c562d;
    font-weight: 600;
}

@media(max-width:768px) {
    .mod-top01 .mod-bg {
        justify-content: center;
    }

    .mod-top01 .mod-bottom {
        display: none;
    }

    .mod-top01 .top-logo img {
        max-height: 50px;
        width: auto;
        max-width: 100%;
    }
}

.layout-foot .mod-nav01 .nav-tabs .nav-tab {
    padding: 5px 0;
}

.layout-foot .mod-nav01 .nav-tabs .nav-tab-link {
    font-size: 14px;
    color: #333;
    line-height: 25px;
}

.layout-foot .mod-nav01 .nav-tabs .nav-tab-link:hover {
    color: #1c562d;
}

.layout-foot .mod-nav01 .nav-dropdown {
    display: none !important;
}

@media (min-width:769px) {
    .mod-nav01 .nav-tabs {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        padding: 0px calc(0.5vw + 5px);
    }

    .mod-nav01 .nav-tabs .nav-tab {
        padding: 0 5px;
    }

    .mod-nav01 .nav-tabs .nav-tab-link {
        font-size: 17px;
        color: #000;
        line-height: 35px;
        padding: 30px calc(0.25vw + 5px);
        font-weight: 500;
        text-transform: capitalize;
        display: flex;
        position: relative;
    }

    .mod-nav01 .nav-tabs .nav-tab-link i {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 4px;
        background: #75b61f;
        width: 0;
        transition: All 0.3s ease-in-out;
    }

    .mod-nav01 .nav-tabs .nav-tab-child .nav-tab-link:after {
        content: "\f107";
        font-family: FontAwesome;
        padding: 0 5px;
    }

    .mod-nav01 .nav-tabs .on .nav-tab-link,
    .mod-nav01 .nav-tabs .hover .nav-tab-link {
        color: #75b61f;
    }

    .mod-nav01 .nav-tabs .on .nav-tab-link i,
    .mod-nav01 .nav-tabs .hover .nav-tab-link i {
        width: 100%;
    }


    .mod-nav01 .nav-dropdown {
        position: absolute;
        z-index: 9;
        display: none;
        text-align: initial;
    }

    .mod-nav01 .nav-dropdown-content {
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
        background: #fff;
        max-height: calc(70vh - 2vw - 40px);
        overflow-y: auto;
    }

    .mod-nav01 .dropdown-tabs li {
        display: block;
        position: relative;
    }

    .mod-nav01 .dropdown-tabs .dropdown-tab+.dropdown-tab {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    /* .mod-nav01 .dropdown-tabs li a {
        display: block;
        line-height: 25px;
        text-transform: capitalize;
        font-size: 14px;
        color: #000;
        min-width: 100px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: pre;
    } */

    .mod-nav01 .dropdown-tabs .dropdown-tab a {
        padding: 10px;
    }

    /* .mod-nav01 .dropdown-tabs li a:hover {
        color: #75b61f;
    } */

    .mod-nav01 .nav-dropdown-max-third .nav-dropdown {
        left: 0;
        right: 0;
    }

    .mod-nav01 .nav-dropdown-max-third .nav-dropdown-content {
        width: 1420px;
        margin: auto;
    }

    .mod-nav01 .nav-dropdown-max-third .dropdown-tabs {
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
        padding: 10px 5px 20px;
    }

    .mod-nav01 .nav-dropdown-max-third .dropdown-tab-first {
        width: calc(25% - 2vw);
        padding: 0.25vw 1vw;
    }

    .mod-nav01 .nav-dropdown-max-third .dropdown-tab-link {
        padding: 5px 0;
        font-size: 16px;
        line-height: 25px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        font-weight: 600;
    }

    .mod-nav01 .nav-dropdown-max-third .dropdown-tab-second-link {
        font-size: 14px;
    }

    .mod-nav01 .nav-dropdown-max-third .dropdown-tabs-second {
        overflow: hidden;
        align-items: stretch;
        flex-wrap: wrap;
        padding: 5px 0;
    }

    .mod-nav01 .nav-dropdown-max-third .dropdown-tabs-third li a {
        font-size: 12px;
        padding: 0px 5px;
    }
}

@media(max-width:768px) {
    .mod-nav01 .nav-btn {
        text-align: center;
        color: #333;
        cursor: pointer;
        transition: All 0.2s ease-in-out;
        z-index: 1000;
    }

    .mod-nav01 .nav-btn:before {
        content: "\f0c9";
        font: 20px/1 FontAwesome;
        display: block;
        width: 50px;
        line-height: 50px;
        transition: All 0.2s ease-in-out;
    }

    .mod-nav01 .nav-btn.active:before {
        content: "\f00d";
    }

    .mod-nav01 .mod-content {
        position: fixed;
        top: 110px;
        left: 0px;
        right: 0;
        z-index: 999;
        background: #fff;
        transform: rotateX(90deg);
        transform-origin: top center;
        transition: All 0.3s ease-in-out;
    }

    .mod-nav01 .mod-content.nav-show {
        transform: rotateX(0);
    }

    .mod-nav01 .mod-content .nav-tabs {
        padding: 20px 50px 50px;
        height: calc(100vh - 110px);
        overflow-y: auto;
        box-sizing: border-box;
        display: none;
    }

    .mod-nav01 .mod-content.nav-show .nav-tabs {
        display: block;
    }

    .mod-nav01 .nav-tabs a {
        font-size: 14px;
        line-height: 50px;
        color: #333;
        overflow: hidden;
        padding: 0;
        display: block;
    }

    .mod-nav01 .nav-tabs .nav-tab-link {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        display: flex;
        justify-content: space-between;
    }

    .mod-nav01 .nav-tabs .caret:before {
        content: "\f107";
        font: 20px/1 FontAwesome;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        transition: All 0.3s ease-in-out;
        display: block;
        color: #333;
    }

    .mod-nav01 .nav-tabs .nav-tab:last-of-type .nav-tab-link {
        border: none;
    }

    .mod-nav01 .nav-dropdown {
        display: none;
    }

    .mod-nav01 .nav-tab-child-show .nav-dropdown {
        display: block;
    }

    .mod-nav01 .nav-tabs .nav-tab-child-show .caret:before {
        transform: rotate(180deg);
    }

    .mod-nav01 .nav-dropdown a {
        line-height: 20px;
        padding: 10px;
    }

    .mod-nav01 .nav-tabs .dropdown-tabs-second {
        padding: 0 10px;
        background: #f2f2f2;
    }
}

.mod-search01 .mod-content {
    position: relative;
    margin: 0 5px;
}

.mod-search01 .mod-content:before {
    content: "\f002";
    font: 20px/1 FontAwesome;
    display: block;
    color: #333;
    text-align: center;
    width: 40px;
    line-height: 40px;
    transition: All 0.2s ease-in-out;
}

.mod-search01 .content-bg-search {
    display: flex;
    overflow: hidden;
    width: 0;
    transition: All 0.2s ease-in-out;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 111;
    background: #fff;
}

.mod-search01 .search-text {
    flex: 1 2 0;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    height: 20px;
    padding: 10px;
    border: none;
    background: transparent;
    width: 150px;
}

.mod-search01 .search-submit {
    height: 40px;
    width: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #333;
    transition: All 0.2s ease-in-out;
}

.mod-search01 .search-submit:before {
    content: "\f002";
    font: 20px/1 FontAwesome;
    display: block;
    text-align: center;
}

.mod-search01 .search-submit:hover {
    color: #53ad32;
    opacity: 1;
}

.mod-search01 .mod-content:hover:before {
    color: #75b61f;
}

.mod-search01 .mod-content:hover .content-bg-search {
    border: 2px solid #75b61f;
    width: 240px;
}

.mod-search01 .mod-bg {
    display: flex;
    align-items: center;
}

.mod-search01 .bottom-left {
    display: flex;
    align-items: center;
}

.mod-search01 .bottom-left a {
    font-size: calc(0.2vw + 12px);
    color: #fff;
    line-height: 30px;
    display: block;
    border-radius: 0 20vw 20vw 20vw;
    padding: calc(0.25vw + 5px) calc(0.5vw + 10px);
    background: #75b61f;
}

.mod-search01 .bottom-left a:hover {
    background: var(--main);
}

@media(max-width:768px) {
    .mod-search01 .mod-content {
        margin: 0;
    }

    .mod-search01 .mod-bottom {
        display: none;
    }
}

.layout-current {
    padding: 15px 0px !important;
    background: #f2f2f2;
}

.mod-current01 .mod-content .content-bg {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.mod-current01 .mod-content span {
    display: block;
    padding: 0 5px;
}

.mod-current01 .mod-content .present {
    color: #000;
    display: block;
}

.mod-current01 .mod-content .present h2 {
    display: block;
    font-size: 14px;
    line-height: 20px;
}

.mod-current01 .mod-content a {
    color: #333;
    font-size: 14px;
    line-height: 20px;
    display: block;
}

.mod-current01 .mod-content a:hover {
    text-decoration: underline;
}

.mod-detail .detail-time {
    overflow: hidden;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mod-detail .detail-time>span {
    line-height: 20px;
    width: 100%;
    display: block;
}

.mod-detail .detail-time>span>div {
    margin: 2px 0px;
}

.mod-detail .detail-content {
    padding: calc(0.5vw + 10px) 0px;
}

.mod-group .group-tabs {
    overflow: hidden;
}

.mod-group .group-tab {
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
}

.mod-group .group-tab a {
    color: #444;
    font-size: 16px;
    display: block;
    line-height: 25px;
    overflow: hidden;
}

.mod-group .group-tab a:hover {
    color: var(--main);
}

.mod-group .group-link span {
    overflow: hidden;
    display: block;
}

.mod-group .group-link span:before {
    content: ">";
    font-family: FontAwesome;
    padding: 0 5px;
    transform: rotate(90deg) scaleY(1.3);
    color: #949494;
}

.mod-products01 .scroll-content {
    overflow: hidden;
}

.mod-products01 .scroll-box {
    position: relative;
}

.mod-products01 .scroll-box>div>a {
    display: block;
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    transform: translate(0%, -50%);
    background: #333;
    color: #fff;
    z-index: 3;
}

.mod-products01 .scroll-box>div>a:before {
    font: 14px/1 FontAwesome;
    line-height: 40px;
    display: block;
    text-align: center;
}

.mod-products01 .scroll-box .scroll-prev a {
    left: 0%;
}

.mod-products01 .scroll-box .scroll-next a {
    right: 0%;
}

.mod-products01 .scroll-box .scroll-next a:before {
    content: "\f054";
}

.mod-products01 .scroll-box .scroll-prev a:before {
    content: "\f053";
}

.mod-products01 .scroll-box>div>a:hover {
    background: var(--main);
}

.mod-products01 .scroll-box .scroll-prev-no a {
    cursor: not-allowed;
    background: #ccc;
}

.mod-products01 .scroll-box .scroll-next-no a {
    cursor: not-allowed;
    background: #ccc;
}

.mod-products01 .scroll-box .scroll-prev-no a:hover {
    cursor: not-allowed;
    background: #ccc;
}

.mod-products01 .scroll-box .scroll-next-no a:hover {
    cursor: not-allowed;
    background: #ccc;
}

.mod-products01 .show-type-noscroll .scroll-prev {
    display: none;
}

.mod-products01 .show-type-noscroll .scroll-next {
    display: none;
}

.mod-products01 .show-type-noscroll ul {
    display: flex;
    flex-wrap: wrap;
}

.mod-products01 li a {
    display: block;
    overflow: hidden;
}

.mod-products01 .show-type-noscroll .product-image img {
    max-width: 100%;
    height: auto !important;
}

.mod-products01 .show-type-noscroll .product-name {
    width: auto !important;
}

.mod-products01 .show-type-noscroll li:hover .product-image img {
    transform: scale(1.05);
}

.layout-page .left .mod-products01 .show-type-noscroll ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.layout-page .left .mod-products01 li {
    margin: 5px;
}

.layout-page .left .mod-products01 .show-type-noscroll .product-image a {
    border: 1px solid #eee;
}

.layout-page .left .mod-products01 .scroll-box .product-name a {
    font-size: 14px;
    color: #000;
    line-height: 20px;
    display: block;
    overflow: hidden;
    padding-top: 10px;
}

.layout-page .left .mod-products01 .scroll-box .product-name a:hover {
    text-decoration: underline;
}

@media (min-width:769px) {
    .layout-page .left .mod-products01 .show-type-noscroll li {
        width: calc(100%/6 - 10px) !important;
    }
}

@media (max-width:768px) {
    .layout-page .left .mod-products01 .show-type-noscroll li {
        width: calc(100%/3 - 10px) !important;
    }
}

@media (max-width:480px) {
    .layout-page .left .mod-products01 .show-type-noscroll li {
        width: calc(50% - 10px) !important;
    }
}

.layout-page .right .mod-products01 .scroll-box .product-name {
    padding: calc(1vw + 10px);
    background: #f2f2f2;
}

.layout-page .right .mod-products01 .scroll-box .product-name a {
    font-size: calc(0.3vw + 14px);
    line-height: calc(0.35vw + 20px);
    color: #000;
    font-weight: 600;
    overflow: hidden;
}

.layout-page .right .mod-products01 .scroll-box .product-name a:hover {
    color: #c4ad97;
}

.layout-page .right .mod-products01 li+li {
    margin-top: calc(1vw + 20px);
}

.layout-page .right .mod-products01 .show-type-noscroll li {
    width: 100% !important;
}

.layout-page .right .mod-products01 .mod-bottom {
    padding: calc(1.5vw + 10px) calc(0.5vw + 10px) calc(1vw + 10px);
    border-radius: 5px;
    background: var(--main);
    margin-top: calc(1vw + 10px);
}

.layout-page .right .mod-products01 .bottom-left {
    font-size: calc(0.2vw + 12px);
    line-height: calc(0.25vw + 20px);
    color: #fff;
    padding-bottom: calc(1vw + 20px);
    font-weight: 400;
}

.layout-page .right .mod-products01 .bottom-left h3 {
    font-size: calc(0.5vw + 14px);
    line-height: calc(0.75vw + 20px);
    color: #fff;
    font-weight: 600;
    padding-bottom: calc(0.5vw + 5px);
}

.layout-page .right .mod-products01 .bottom-right a {
    font-size: calc(0.2vw + 12px);
    line-height: calc(0.5vw + 20px);
    color: #fff;
    background: #75b61f;
    padding: 5px calc(1vw + 10px);
    border-radius: 3px;
    display: inline-block;
}

.layout-page .right .mod-products01 .bottom-right a:hover {
    background: var(--main);
}

@media(max-width:768px) and (min-width:481px) {
    .layout-page .right .mod-products01 .show-type-noscroll li {
        width: calc(50% - 20px) !important;
        margin: 10px;
    }

    .layout-page .right .mod-products01 li+li {
        margin: auto;
    }
}

.mod-footerhtml01 .content-bg {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mod-footerhtml01 .item {
    flex: 1 0 1;
    padding: 0 calc(0.5vw + 10px);
}

.mod-footerhtml01 .item h3 {
    font-size: calc(0.2vw + 14px);
    color: #fff;
    font-weight: 500;
    padding-bottom: calc(0.5vw + 5px);
}

.mod-footerhtml01 .item li a {
    color: #a8c87e;
    padding: 5px 0;
    font-weight: 300;
}

.mod-footerhtml01 .item li a:hover {
    color: #fff;
}

@media(max-width:480px) {
    .mod-footerhtml01 .item {
        width: 100%;
        padding: 10px 0;
        flex: inherit;
    }
}

.mod-contact01 .title-left {
    float: none;
    font-size: calc(0.2vw + 14px);
    color: #fff;
    font-weight: 500;
    padding-bottom: calc(0.5vw + 5px);
}

.mod-contact01 .contact-images-left {
    display: none;
}

.mod-contact01 dl {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    line-height: 25px;
    overflow: hidden;
    font-size: 14px;
    color: #a8c87e;
    padding: 5px 0;
}

.mod-contact01 dt {
    font-size: 0;
    width: 30px;
    line-height: 0;
    text-align: center;
    flex: 0 0 30px;
}

.mod-contact01 dt:before {
    font-family: FontAwesome;
    line-height: 25px;
    font-size: 16px;
    display: block;
}

.mod-contact01 dd {
    width: calc(100% - 35px);
}

.mod-contact01 dd a {
    color: #a8c87e;
}

.mod-contact01 a:hover {
    color: #fff;
}

.mod-contact01 .contact-name dt:before {
    content: "\f2be";
}

.mod-contact01 .contact-email dt:before {
    content: "\f0e0";
}

.mod-contact01 .contact-phone dt:before {
    content: "\f095";
}

.mod-contact01 .contact-fax dt:before {
    content: "\f02f";
}

.mod-contact01 .contact-postcode dt:before {
    content: "\f029";
}

.mod-contact01 .contact-address dt:before {
    content: "\f277";
}

.mod-contact01 .contact-qq dt:before {
    content: "\f1d7";
}

.mod-contact01 .contact-skype dt:before {
    content: "\f17e";
}

.mod-contact01 .contact-facebook dt:before {
    content: "\f082";
}

.mod-contact01 .contact-linkedin dt:before {
    content: "\f08c";
}

.mod-contact01 .contact-twitter dt:before {
    content: "\f081";
}

.mod-contact01 .contact-whatsapp dt:before {
    content: "\f232";
}

.mod-contact01 .contact-wechat dt:before {
    content: "\f1d7";
}

.mod-share01 {
    overflow: hidden;
}

.mod-share01 .mod-share-bg {
    display: flex;
    align-items: center;
}

.mod-share01 .title-left {
    float: none;
    font-size: 14px;
    line-height: 25px;
    color: #75b61f;
    text-transform: uppercase;
}

.mod-share01 .content-bg {
    display: flex;
    padding: 0 5px;
}

.mod-share01 a {
    text-align: center;
    display: block;
    line-height: 40px;
    width: 40px;
    overflow: hidden;
    font: 20px/1 FontAwesome;
    margin: 0 5px;
    color: #75b61f;
    border-radius: 5px;
}

.mod-share01 a:before {
    line-height: 40px;
    display: block;
}

.mod-share01 .fackbook:before {
    content: "\f09a";
}

.mod-share01 .linkedin:before {
    content: "\f0e1";
}

.mod-share01 .twitter:before {
    content: "\f099";
}

.mod-share01 .google:before {
    content: "\f0d5";
}

.mod-share01 .youtube:before {
    content: "\f167";
}

.mod-share01 .instagram:before {
    content: "\f16d";
}

.mod-share01 .tiktok:before {
    content: "\f260";
}

.mod-share01 a:hover {
    background: #1c562d;
}

.mod-subscription01 {
    overflow: hidden;
}

.mod-subscription01 .mod-subscription-bg {
    display: flex;
    align-items: center;
}

.mod-subscription01 .title-left {
    float: none;
    font-size: 14px;
    line-height: 25px;
    color: #75b61f;
    text-transform: uppercase;
}

.mod-subscription01 .content-bg {
    margin: 0 calc(0.5vw + 5px);
    border-radius: 5px;
    display: flex;
    overflow: hidden;
    background: #75b61f;
}

.mod-subscription01 .text {
    height: 20px;
    line-height: 20px;
    color: #1c562d;
    font-size: 14px;
    padding: 10px;
    margin: 0px;
    border: none;
    width: calc(5vw + 150px);
    background: transparent;
    flex: 1 2 0;
}

.mod-subscription01 .subscription {
    width: 50px;
    height: 40px;
    text-align: center;
    color: #1c562d;
    border: none;
    cursor: pointer;
    background: transparent;
    transition: All 0.2s ease-in-out;
}

.mod-subscription01 .subscription:before {
    content: "\f1d8";
    font: 20px/1 FontAwesome;
    display: block;
    text-align: center;
}

.layout-bottom {
    padding: 15px 0;
    background: #1c562d;
}

.mod-footer01 {
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    overflow: hidden;
    color: #a8c87e;
}

.mod-footer01 a {
    color: #a8c87e;
    padding: 0 5px;
    text-decoration: none;
    display: inline-block;
    line-height: 20px;
}

.mod-footer01 a:hover {
    color: #fff;
    text-decoration: underline;
}

#nextItem{
    margin-top:24px;
}

@media (max-width:767px) {
    .mod-footer01 .footer-nav {
        display: none;
    }
}