body, html {
        padding: 0;
        margin: 0;
        font-family: "Niramit", sans-serif;
    }

    .row {
        display: flex;
        flex-flow: row wrap;
        width: 100%;
        margin: 0 auto;
        max-width: 1600px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    header{
        padding: 20px 0;
        background: #fff;
    }
    header .row{
        justify-content: space-between;
    }
    header img{
        max-height: 40px;
    }
    #hmft1 h1{
        margin: 0 auto;
        padding: 0;
        color:#fff;
        text-align: center;
        font-weight: 500;
        font-size: 50px;
        max-width: 900px;
        background: rgba(0,0,0,0.01);
    }
    #hmft1 > div{
        position: relative;
        z-index: 10;
        text-align: center;
    }
    #hmft1 p{
        font-size: 16px;
        color:#fafafa;
        line-height:1.6em;
        max-width: 1000px;
        margin:25px auto 0 auto;
        padding: 0 10px;
        box-sizing: border-box;
        background: rgba(0,0,0,0.01);
    }
    #hmft1 {
        width: 100%;
        height: calc(100vh - 80px);
        background: url(/img/slider.jpg) center no-repeat;
        background-size: cover;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #hmft1:before{
        content: '';
        width: 100%;
        height: 100%;
        background:rgba(0,0,0, 0.45);
        top: 0;
        left: 0;
        position: absolute;
    }
    #hmft2{
        margin: 80px auto;
        max-width: 1200px;
    }
    #hmft2 h2{
        font-size: 30px;
        font-weight: 600;
        margin: 40px 0 30px 0;
    }
    #hmft2 p{
        margin: 0;
        padding: 0;
        line-height: 1.6em;
    }
    #hmft2 > div{
        flex: 0 0 50%;
        width: 50%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    #hmft2 .hmft21c{
        max-width: 500px;
        width: 80%;
        padding: 0 0 90px 90px;
        position: relative;
    }
    #hmft2 .hmft21cc{
        position: relative;
    }
    #hmft2 .hmft21cc:before{
        content: '';
        width: 100%;
        padding-bottom: 120%;
        position: absolute;
        transform: translate(-60px, 70px);
        z-index: 1;
        background: #658620;
    }
    #hmft2 .hmft21ccc{
        border: 8px solid #f1f3f5;
        /*background: url(/img/kiwi-hmft1-2.jpg) no-repeat center;*/
        background:#fff url(/img/kiwi.png) no-repeat center;
        background-size: contain;
        width: 100%;
        padding-bottom: 120%;
        position: relative;
        z-index: 2;
    }
    #hmft2 h3{
        margin:55px 0 0 0;
        padding: 0;
        font-weight: 500;
    }

    #hmft2 ul{
        list-style: none;
        padding: 0;
        margin: 28px 0 30px 0;
    }
    #hmft2 ul li{
        margin:0 0 16px 0;
        padding: 0 0 0 30px;
        box-sizing: border-box;
        position: relative;
    }
    #hmft2 ul li:before{
        content: '';
        width: 5px;
        height: 12px;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        position: absolute;
        top: 5px;
        left: 5px;
        transform: rotate(45deg);
    }
    #hmft3{
        background: rgba(101,134,32,0.1);
        padding: 15px 0;
        margin: 30px 0;
    }
    #hmft3 .row{
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    #hmft3 .row > div{
        flex: 0 0 auto;
        box-sizing: border-box;
        max-width: 480px;
        width: calc(100% - 10px);
    }
    #hmft3 .box1 .box1c{
        width: 100%;
        box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05);
        transform: translateY(50px);
        border: 8px solid #ffff;
        box-sizing: border-box;
    }
    #hmft3 .box1 .box1cc{
        width: 100%;
        padding-bottom: 100%;
        background: url(/img/frproject.jpg) center no-repeat;
        background-size: cover;
        box-sizing: border-box;
    }
    #hmft3 .box2 .box2c{
        width: 100%;
        box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05);
        transform: translateY(-50px);
        border: 8px solid #ffff;
        box-sizing: border-box;
    }
    #hmft3 .box2 .box2cc{
        width: 100%;
        padding-bottom: 100%;
        background: url(/img/photo-cold-storage.jpg) center no-repeat;
        background-size: cover;
        box-sizing: border-box;
    }
    #hmft3 .txt{
        background: #fff;
        padding: 20px 10px;
        width: 100%;
        box-sizing: border-box;
    }
    #hmft3 .txt h3{
        font-weight: 600;
        font-size: 17px;
        margin: 0 0 8px 0;
        padding: 0;
    }
    #hmft3 .txt p{
        padding: 0;
        margin: 0;
    }
    #hmft4{
        width: 100%;
        overflow: hidden;
        margin: 130px 0 100px 0;
    }
    #hmft4 .row{
        align-items: center;
        max-width: 1300px;
    }
    #hmft4 .row > div:first-of-type{
        flex: 0 0 60%;
    }
    #hmft4 .row > div:last-of-type{
        flex: 0 0 40%;
        text-align: center;
    }
    #hmft4 ul{
        list-style: none;
        padding: 0;
        margin:58px 0 30px 0;
    }
    #hmft4 ul li{
        margin:0 0 16px 0;
        padding: 0 0 0 30px;
        box-sizing: border-box;
        position: relative;
    }
    #hmft4 ul li:before{
        content: '';
        width: 5px;
        height: 12px;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        position: absolute;
        top: 5px;
        left: 5px;
        transform: rotate(45deg);
    }
    #hmft4 img{
        width: 90%;
        max-width: 370px;
    }
    #hmft4 h3{
        font-weight: 600;
        font-size: 35px;
        margin: 0 0 30px 0;
        padding: 0;
        max-width: 600px;
        line-height: 1.16em;
    }
    #hmft4 p{
        font-size: 17px;
        line-height: 1.46em;
    }
    #hmft5 {
        width: 100%;
        padding: 75px 0 100px 0;
        position: relative;
        min-height: 300px;
        background: #65862019;
    }
    #hmft5 .hmft5{
        position: relative;
        z-index: 9;
        padding-left: 49%;
        box-sizing: border-box;
    }
    #hmft5::before {
        content: '';
        background: url(/img/kiwi-main.jpg) bottom left no-repeat;
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: contain;
    }
    #hmft5::after {
        content: '';
        background-image: linear-gradient(-120deg, #eff3e8 60%, rgba(194, 233, 251, 0) 100%);
        z-index: 2;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
    }
    #hmft5 .hmft5 h3{
        font-weight: 600;
        font-size: 35px;
        margin: 0 0 30px 0;
        padding: 0;
        max-width: 600px;
        line-height: 1.16em;
    }
    #hmft5 .hmft5 p{
        line-height: 1.6em;
    }
    @media screen and (max-width: 768px) {
        #hmft2 .hmft21c{

            padding-left: 60px;
        }
    }
    @media only screen and (max-width: 640px) {
        header .row{justify-content: center}
        #hmft1 h1{font-size: 30px;}
        #hmft1 p{font-size: 15px;}
        #hmft2 > div{flex: 0 0 100%; width: 100%;}
        #hmft3 .box1 .box1c, #hmft3 .box2 .box2c{transform: none;}
        #hmft4 .row > div:first-of-type{flex: 0 0 100%;}
        #hmft4 .row > div:last-of-type{display: none;}
        #hmft5 .hmft5{padding: 0 30px; box-sizing: border-box; width: 100%;}
    }