@font-face {
    font-family: 'NotoSansThai';
    src: url('font-face/NotoSansThai-Regular.eot');
    src: url('font-face/NotoSansThai-Regular.eot?#iefix') format('embedded-opentype'),
        url('font-face/NotoSansThai-Regular.woff2') format('woff2'),
        url('font-face/NotoSansThai-Regular.woff') format('woff'),
        url('font-face/NotoSansThai-Regular.ttf') format('truetype'),
        url('font-face/NotoSansThai-Regular.svg#NotoSansThai-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #f9bf29;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #10adab;
    --bs-secondary: #f9bf29;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-active: #159e9c;
    --bs-primary-rgb: 77, 171, 171;
    --bs-secondary-rgb: 249, 191, 41;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
}
body, html {
    font-family: 'NotoSansThai';
    letter-spacing: 0.5px;
    line-height: normal !important;
    font-size: 16px;
}
body.home{
    background: rgb(29,194,193);
    background: linear-gradient(180deg, rgba(29,194,193,1) 0%, rgba(72,163,232,1) 100%);
}
body.inner{
    background: rgb(29,194,193);
    background: linear-gradient(180deg, rgba(29, 194, 193, 1) 0%, rgb(255 255 255) 20%);
}

a{
    text-decoration: none !important;
}
.text-primary {
    color: var(--bs-primary) !important;
}

.btn.btn-primary {
    background: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}
.btn.btn-primary:hover {
    background: var(--bs-primary-active) !important;
    border-color: var(--bs-primary-active) !important;
}

.navbar-brand img{
    height: 2.25rem;
}
/*** Navbar ***/
.navbar-light{
    background-color: #10adab;
}
.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 24px 0;
    color: rgba(255,255,255,.55);
    font-size: 17px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.navbar-light .navbar-nav .nav-item .nav-link {
    color: var(--bs-white);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-item .nav-link:hover,
.navbar-light .navbar-nav .nav-item .nav-link.active  {
    color: var(--bs-white);
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

.navbar.scroll-top{
    background-color: #1dc2c1;
}
.navbar.scrolling{
    background-color: #1dc2c1;
}

@media (max-width: 991.98px) {

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-white);
        color: var(--bs-white);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: rgba(255,255,255,.55);
    }

    .navbar-light .navbar-nav .nav-item .nav-link {
        color: var(--bs-dark);
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }

    .navbar.scroll-top{
        background-color: transparent;
    }

    .navbar-light {
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
        /*background: transparent;*/
    }

    /*    .navbar-light .navbar-nav .nav-link::before {
            position: absolute;
            content: "";
            width: 0;
            height: 2px;
            bottom: -1px;
            left: 50%;
            background: var(--bs-primary);
            transition: .5s;
        }
    
        .navbar-light .navbar-nav .nav-link:hover::before,
        .navbar-light .navbar-nav .nav-link.active::before {
            width: calc(100% - 2px);
            left: 1px;
        }
    
        .navbar-light .navbar-nav .nav-link::after {
            position: absolute;
            content: "";
            width: 0;
            height: 0;
            bottom: -1px;
            left: 50%;
            background: var(--bs-primary);
            transition: .5s;
        }
    
        .navbar-light .navbar-nav .nav-link:hover::after,
        .navbar-light .navbar-nav .nav-link.active::after {
            width: 2px;
            height: 12px;
        }*/
}

@media (min-width: 992px) {
    a.nav-item.nav-link:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 8px;
        background: #a3e500;
        height: 5px;
        opacity: 1;
        visibility: visible;
        width: 0;
        -webkit-transition: .15s all ease-out;
        -o-transition: .15s all ease-out;
        transition: .15s all ease-out;
    }
}
a.nav-item.nav-link:hover {
    opacity: 1;
}
a.nav-item.nav-link:hover:before {
    width: 100%;
}
a.nav-item.nav-link.active {
    opacity: 1;
}
a.nav-item.nav-link.active:before {
    width: 100%;
}
/*** Navbar End ***/
.hero.home {
    /*background-color: #1dc2c1;*/
    background-image: url(../images/home/bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 100vh;*/
    position: relative;
    padding-bottom: 50px;
}
.hero.home .hero-img-wrap img {
    position: relative;
    top: 0px;
    right: 0px;
    z-index: 2;
    max-width: 50%;
}

.hero.home::after {
    content: "";
    width: 100%;
    height: 105px;
    background-color: #ffffff;
    z-index: -1;
    position: absolute;
    bottom: 52px;
    opacity: 0.73;
}

@media (min-width: 992px) {

}
@media (min-width: 768px){

}

@media (min-width: 576px){

}

.footer-section {
    background: transparent;
}
body.inner .footer-section {
    background: var(--bs-primary);
}
.footer-section .footer-logo-wrap .footer-logo img{
    height: 3.5rem;
}
.footer-section .custom-social li a {
    color: var(--bs-primary);
}
.footer-section .custom-social li a:hover {
    background: var(--bs-primary);
    color: #ffffff;
}

.hero-slider.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: bottom;
    white-space: normal;
}

.feature .icon {
    color: var(--bs-white);
    margin-bottom: 0;
}
.feature .icon:before {
    right: -13px;
    bottom: 0px;
    z-index: -1;
    box-shadow: 1px 2px 7px 0 rgba(0, 0, 0, 0.2), -8px 9px 15px 0 rgba(0, 0, 0, 0.19) !important;
}

.feature .icon.one:before {
    background: #40a7de;

}
.feature .icon.two:before {
    background: #3fd1e0;

}
.feature .icon.three:before {
    background: #42d09f;

}
.feature .icon.four:before {
    background: #9ed242;

}

.product-section .product-item .product-thumbnail {
    border-radius: 15px;
}

.post-entry{
    background-color: #fff;
    padding: 10px;
    border-radius: 15px;
    height: 100%;
}
.blog-section .post-entry .post-content-entry {
    padding: 0 10px;
}

.hero p {
    color: rgba(255, 255, 255, 0.8);
}

.testimonial-slider-wrap .item .testimonial-block .author-info .author-pic img {
    max-width: 144px;
}

.service .service-icon {
    background: var(--bs-primary);
}

.before-footer-section {
    padding: 0 0 12rem 0 !important;
}

.sec-hearts{
    background-color: rgba(255, 255, 255, 0.73);
    margin-top: -52px;
}
.sec-hearts .sec-header{
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
    background-color: #ffffff;
    position: relative;
    padding: 30px 0 10px;
    text-align: center;
}

.sec-hearts .sec-body{
    background-color: #a9e0e2;
}
a .hearts-subject{
    position: relative;
    padding-bottom: 10px;
}
a .hearts-subject:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 10%);
    background: rgba(255,255,255,0.8);
    height: 5px;
    opacity: 1;
    visibility: visible;
    width: 20%;
    -webkit-transition: .15s all ease-out;
    -o-transition: .15s all ease-out;
    transition: .15s all ease-out;
}

.sec-fairbiz{
    background-color: rgba(255, 255, 255, 0.73);
    position: relative;
}
.sec-fairbiz .sec-body{
    position: relative;
    background-color: #a9e0e2;
}
.fairbiz{
    position: relative;
    z-index: 99;
}
.fairbiz .note{
    position: relative;
    left: 0;
    z-index: 2;
    height: 29rem;
}
.fairbiz .fairbiz-circle{
    position: absolute;
    top: 10%;
    right: 1%;
}
.fairbiz .fairbiz-text{
    position: absolute;
    bottom: 13%;
    right: 3%;
    z-index: 3;
}
.fairbiz-bg-1,.fairbiz-bg-2,.fairbiz-bg-3{
    background-color: transparent;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
}
.fairbiz-bg-1{
    background-image: url('../images/home/fairbiz/bg-tower.png');
    z-index: 1;
    background-size: 82%;
    background-position: -230% 0%;
}
.fairbiz-bg-2{
    background-image: url('../images/home/fairbiz/graph.png');
    z-index: 2;
    background-position: right center;
    background-size: contain;
    opacity: 1;
}
.fairbiz-bg-3{
    background-image: url('../images/home/fairbiz/bg.png');
    z-index: 3;
    background-size: contain;
    background-position: right top;
}
.fairbiz .arrow{
    position: absolute;
    z-index: 3
}
.fairbiz .arrow img{
    max-width: 37%;
}
.fairbiz .arrow-1{
    top: 4%;
    right: -20%;
}
.fairbiz .arrow-2{
    top: 43%;
    left: -17px;
}
.fairbiz .arrow-3{
    bottom: 21%;
    left: 12%;
}
@media (min-width: 576px){
    .fairbiz .note{
        left: 5%;
        height: 34rem;
    }
    .fairbiz .fairbiz-circle{
        top: 43px;
        right: 5%;
    }
    .fairbiz .fairbiz-text{
        bottom: 14%;
        right: 5%;
    }
    .fairbiz .arrow img{
        max-width: 37%;
    }
    .fairbiz .arrow-1{
        right: -9%;
    }
    .fairbiz .arrow-2{
        top: 43%;
        left: -2%;
    }
    .fairbiz .arrow-3{
        bottom: 21%;
        left: 14%;
    }
}
@media (min-width: 768px){
    .fairbiz .note{
        left: 9%;
        height: 41rem;
    }
    .fairbiz .fairbiz-circle{
        top: 0;
        right: 15%;
    }
    .fairbiz .fairbiz-text{
        bottom: 22%;
        right: 15%;
    }
    .fairbiz .arrow img{
        max-width: 37%;
    }
    .fairbiz .arrow-1{
        top: 4%;
        right: 0%;
    }
    .fairbiz .arrow-2{
        top: 43%;
        left: 6%;
    }
    .fairbiz .arrow-3{
        bottom: 21%;
        left: 14%;
    }

    .fairbiz .arrow img{
        max-width: 60%;
    }

    .fairbiz-bg-1{
        background-size: contain;
        background-position: left bottom;
    }
    .fairbiz-bg-2{
        background-size: 63%;
        background-position: right top;
        opacity: 0.6;
    }
}
@media (min-width: 992px) {
    .fairbiz .note{
        left: 19%;
        height: 41rem;
    }
    .fairbiz .fairbiz-circle{
        top: 0;
        right: 24%;
    }
    .fairbiz .fairbiz-text{
        position: absolute;
        bottom: 22%;
        right: 24%;
    }
    .fairbiz .arrow-1{
        top: 4%;
        right: 16%;
    }
    .fairbiz .arrow-2{
        top: 43%;
        left: 6%;
    }
    .fairbiz .arrow-3{
        bottom: 21%;
        left: 14%;
    }
}




.sec-product{
    background-color: rgba(255, 255, 255, 0.73);
    position: relative;
}
.sec-product .sec-body{
    position: relative;
    background-color: #a9e0e2;
}

.sec-product .lab{
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
    background-image: url(../images/home/product/bg-lab.png);
    background-color: #ffffff;
    /*padding: 30px 0 0;*/
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    position: relative;
    /* overflow: hidden; */
    height: 21rem;
}

.sec-product .lab .right{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
}
.lab img.eve{
    height: 24rem;
}

.sec-product .lab .left{
    position: absolute;
    left: 1%;
    top: 35%;
    z-index: 10;
}
@media (min-width: 576px){
    .sec-product .lab{
        height: 24rem;
    }
    .sec-product .lab .right{
        right: 0;
        bottom: 0;
    }
    .sec-product .lab .left{
        left: 8%;
        top: 35%;
    }
    .lab img.eve {
        height: 28rem;
    }
}
@media (min-width: 768px){
    .sec-product .lab{
        height: 26rem;
    }
    .sec-product .lab .right{
        right: 0;
        bottom: 0;
    }
    .sec-product .lab .left{
        left: 10%;
        top: 35%;
    }
    .lab img.eve {
        height: 29rem;
    }
}
@media (min-width: 992px) {
    .sec-product .lab{
        height: 35rem;
    }
    .sec-product .lab .right{
        right: 0;
        bottom: 0;
    }
    .sec-product .lab .left{
        left: 24%;
        top: 35%;
    }
    .lab img.eve {
        height: 32rem;
    }
}

.product-section {
    padding: 3rem 0;
    background-color: #ffffff;
}
.testimonial-slider-wrap #testimonial-nav > span {

    color: var(--bs-primary);
}
.testimonial-slider-wrap #testimonial-nav > span:hover {
    background: var(--bs-primary);
    color: #ffffff;
}

.review-section{
    background-color: #ffffff;
}

.inner-section {
    padding: 7rem 0;
    background-color: #eff2f1;
}

.testimonial-slider-wrap .tns-nav {
    bottom: -20px;
}

.hero.about .container{
    background-image: url(../images/about/bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.our-mission-sec{
    margin-top: -59px;
}
.our-mission{
    background-color: #3ad2d2;
    border-top-right-radius: 4rem;
    border-bottom-left-radius: 4rem;
    position: relative;
    padding: 43px 49px;
}
.our-mission .quote{
    position: absolute;
    opacity: 0.6;
}
.our-mission .quote img{
    width: 50%
}
.our-mission .quote.open-quote{
    top: -13px;
    left: 10px;
}
.our-mission .quote.close-quote{
    bottom: -13px;
    right: -44px;
}
.possible-hr{
    position: relative;
}
.possible-hr:before{
    content: "";
    position: absolute;
    bottom: -16px;
    left: calc(50% - 10%);
    background: var(--bs-primary);
    height: 3px;
    opacity: 1;
    visibility: visible;
    width: 20%;
    -webkit-transition: .15s all ease-out;
    -o-transition: .15s all ease-out;
    transition: .15s all ease-out;
}

.wellveness-sec{
    padding: 2rem 0 3rem;
}

.owner-sec{
    padding: 2rem 0 3rem;
    background-color: #d9f7fa;
}

.owner{
    position: relative;
}
.owner>img{
    z-index: 9;
    position: relative;
}
.owner .fairbiz-circle{
    z-index: 11;
    position: absolute;
    bottom: 0;
    right: 7%;
}

.owner .arrow{
    position: absolute;
    z-index: 10;
}
.owner .arrow img{
    max-width: 50%;
}
.owner .arrow-1{
    top: 29%;
    right: 4%;
}
.owner .arrow-2{
    top: 48%;
    left: -3%;
}
.owner .arrow-3{
    bottom: 15%;
    left: 11%;
    z-index: 8;
}
.owner-bg-1,.owner-bg-2,.owner-bg-3,.owner-bg-4{
    background-color: transparent;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
}
.owner-bg-1{
    background-image: url('../images/home/fairbiz/bg-tower.png');
    z-index: 2;
    background-size: 82%;
    background-position: -230% 0%;
}
.owner-bg-2{
    background-image: url('../images/home/fairbiz/graph.png');
    z-index: 3;
    background-position: right center;
    background-size: contain;
    opacity: 1;
}
.owner-bg-3{
    width: 80%;
    left: calc(50% - 40%);
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
    z-index: 1;
    background: linear-gradient(180deg, rgba(29, 194, 193, 1) 0%, rgba(255, 255, 255,0) 50%);
}

.owner-bg-4{
    background-image: url('../images/about/bg-lab.png');
    z-index: 3;
    background-position: right center;
    background-size: contain;
    opacity: 1;
}
@media (min-width: 992px) {
    .hero.about .container{
        background-position: center top;
        background-size: 50%;
    }

    .wellveness-sec{
        padding: 7rem 0;
    }
}
@media (min-width: 768px){

}
@media (min-width: 576px){

}

.culture-sec{
    padding: 3rem 0 0;
}
.culture-sec .colture{
    position: relative;
    overflow: hidden;
    background: linear-gradient(0deg, rgba(29, 201, 205, 1) 0%, rgba(255, 255, 255,0) 80%);
}
.culture-sec .colture.plan{
    position: relative;
    overflow: hidden;
    background: #ffffff;
}
.culture-sec .good-system{
    position: relative;
    height: 100%;
    padding-bottom: 80px;
    padding-top: 10px;
}
.culture-sec .good-system .mlm{
    position: absolute;
    top: -10%;
    left: 7%;
}

.culture-sec .good-system .mlm img{
    width: 52%;
}

.good-system>img{
    position: relative;
    z-index: 9;
}

.plan-bg-1{
    background-color: transparent;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
}
.plan-bg-1{
    background-image: url('../images/about/bg-good-system.png');
    z-index: 1;
    background-position: bottom;
    background-size: contain;
    opacity: 1;
}

.income-system{
    position: relative;
    background-color: #20c5c8;
    padding: 20px 17px;
}
.income-system .income-topic{
    width: 60%;
    background-color: #20c5c8;
    border-radius: 3rem;
    position: absolute;
    padding: 15px;
    top: -42px;
    left: calc(50% - 30%);
    text-align: center;
    line-height: 1;
    z-index: 99;
}
.income-system .income-boby{
    background-color: #dff5f5;
    border-radius: 3rem;
    box-shadow: 5px 6px 11px 1px rgba(0, 0, 0, 0.2);
    padding: 20px 15px;
}

.income-system .income-boby .income-list{
    border-radius: 2rem;
    background: linear-gradient(-90deg, rgba(92, 214, 210, 1) 0%, rgba(255, 255, 255,1) 80%);
    padding: 10px;
    display: flex;
    align-content: center;
    margin-bottom: 10px;
}

.income-system .income-boby .income-list .ic{
    margin-right: 15px;
}
.income-system .income-boby .income-list .ic img{
    height: 74px;
}
.income-system .income-boby .income-list .txt{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.culture-sec .colture.earth{
    position: relative;
    overflow: hidden;
    background-color: #e6fdfd;
    background-image: url(../images/about/earth-bg.png);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom: 46px;
    background-size: 58px;
}

.earth .earth-left{
    position: relative;
    padding: 0px;
    padding-right: 12px;
    width: 50%;
}
.earth .earth-right{
    position: relative;
    padding: 0;
    padding-left: 12px;
    width: 50%;
}
.earth .earth-right .earth-02{
    position: absolute;
    top: -8%;
    width: 98%;
}
.earth .earth-right .earth-02 img{
    max-width: 100%
}
.earth .earth-right .earth-03{
    position: absolute;
    bottom: 0;
    width: 93.7%;
}

@media (min-width: 576px){
    .income-system{
        padding: 20px 17px;
    }
    .culture-sec .good-system .mlm img{
        width: 67%;
    }
    .culture-sec .good-system{
        padding-bottom: 100px;
    }

    .earth .earth-left{
        padding-right: 14px;
    }
    .earth .earth-right{
        padding-left: 14px;
    }
}
@media (min-width: 768px){
    .income-system{
        padding: 20px 50px;
    }
    .culture-sec .good-system .mlm img{
        width: 88%;
    }
    .culture-sec .good-system{
        padding-bottom: 148px;
        padding-top: 50px;
    }

    .earth .earth-left{
        padding-right: 18px;
    }
    .earth .earth-right{
        padding-left: 18px;
    }
}
@media (min-width: 992px) {
    .income-system{
        padding: 20px 52px;
    }
    .culture-sec .good-system .mlm {
        top: -6%;
        left: 7%;
    }
    .culture-sec .good-system .mlm img{
        width: 84%;
    }
    .income-system{
        background-color: transparent;
    }

    .culture-sec .good-system{
        padding-bottom: 0;
        padding-top: 50px;
    }

    .earth .earth-left{
        padding-right: 28px;
    }
    .earth .earth-right{
        padding-left: 28px;
    }
}


