body, html {
    scroll-behavior: smooth;
    width: 100%;
}

/*PARALLAX*/

/*==1=====*/

.parallax {
    margin: 0;
    scroll-behavior: smooth;
    color: #ffffff;
    height: 100vh;
    perspective: 1px;
    transform-style: preserve-3d;
    overflow-x: hidden;
    overflow-y: auto;
}

.parallax-title {
    font-family: Oswald;
    position: absolute;
    text-shadow: 5px 10px 4px #000;
    top: 40%;
    left: 50%;
    z-index: 1;
    color: white;
    font-size: 80px;
    font-weight: 600;
    text-align: center;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}

.parallax-title:hover {
    color: #b0bec5;
    transition: 0.3s;
    cursor: pointer;
    text-shadow: 5px 10px 4px #000;
}

/*PARALLAX WRAPPED HOME*/

/*==1.1================*/

.parallax-wrapped-home {
    width: 100vw;
    height: 100vh;
    padding-top: 20vh;
    box-sizing: border-box;
    transform-style: preserve-3d;
}

.parallax-wrapped-home::before {
    content: "";
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(/image/GrowthSumatraIndustry.jpg);
    position: absolute;
    z-index: -1;
    transform: translateZ(-1px) scale(2);
}

/*==1.1================*/

/*PARALLAX WRAPPED ABOUT US*/

/*==1.2====================*/

.parallax-wrapped-aboutus {
    width: 100vw;
    height: 100vh;
    padding-top: 20vh;
    box-sizing: border-box;
    transform-style: preserve-3d;
}

.parallax-wrapped-aboutus::before {
    content: "";
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(/image/aboutus.jpg);
    position: absolute;
    z-index: -1;
    transform: translateZ(-1px) scale(2);
}

/*==1.2====================*/

/*PARALLAX WRAPPED PRODUCT*/

/*==1.3===================*/

.parallax-wrapped-product {
    width: 100vw;
    height: 100vh;
    padding-top: 20vh;
    box-sizing: border-box;
    transform-style: preserve-3d;
}

.parallax-wrapped-product::before {
    content: "";
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(/image/product.jpg);
    position: absolute;
    z-index: -1;
    transform: translateZ(-1px) scale(2);
}

.parallax-wrapped-product-2 {
    width: 100vw;
    height: 100vh;
    padding-top: 20vh;
    box-sizing: border-box;
    transform-style: preserve-3d;
}

.parallax-wrapped-product-2::before {
    content: "";
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(/image/product2.jpg);
    position: absolute;
    z-index: -1;
    transform: translateZ(-1px) scale(2);
}

/*==1.3===================*/

/*PARALLAX WRAPPED PRODUCT*/

/*==1.3===================*/

.parallax-wrapped-contactus {
    width: 100vw;
    height: 100vh;
    padding-top: 20vh;
    box-sizing: border-box;
    transform-style: preserve-3d;
}

.parallax-wrapped-contactus::before {
    content: "";
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(/image/contactus.jpg);
    position: absolute;
    z-index: -1;
    transform: translateZ(-1px) scale(2);
}

/*==1.3===================*/

/*REGULAR WRAPPED*/

/*==2.1==========*/

.regular-wrapped-mid {
    width: 100vw;
    height: 1000px;
    padding-top: 1px;
    z-index: 2;
    background-color: white;
    position: relative;
}

.regular-wrapped-last {
    width: 100vw;
    height: auto;
    padding-top: 1px;
    z-index: 2;
    background-color: white;
    position: relative;
}

/*==2.1==========*/

/*REGULAR WRAPPED SUB*/

/*==2.2==============*/

.content-regular-parallax-mid {
    margin-top: 200px;
    color: black;
}

.content-regular-parallax-last {
    color: black;
}

.title-regular-parallax::before {
    display: block;
    content: ' ';
    width: 50px;
    height: 2px;
    margin-top: 30px;
    background: black;
}

.title-regular-parallax {
    font-family: Oswald;
    font-size: 30px;
    color: #333;
}

.sub-title-regular-parallax {
    font-family: Oswald;
    font-size: 18px;
    margin-bottom: 20px;
    color: #333;
}

.sub-title-regular-parallax::before {
    display: block;
    content: ' ';
    width: 50px;
    height: 2px;
    margin-bottom: 10px;
    background: black;
}

.text-regular-parallax {
    margin-bottom: 50px;
    font-family: OpenSans;
    font-size: 14px;
    color: #333;
}

/*==2.2==============*/

/*==1=====*/

/*HEADER NAVIGATION*/

/*==2==============*/

.header-navigation {
    top: 0;
    position: fixed;
    padding-left: 10%;
    padding-right: 10%;
    width: 100%;
    z-index: 1;
    padding-top: 10px;
    padding-bottom: 30px;
    background-color: white;
    box-shadow: 0 10px 16px 0;
}

.header-navigation .image {
    display: inline;
    margin-right: 20px;
    cursor: pointer;
}

.header-navigation > .navigation {
    position: fixed;
    right: 0px;
    top: 0px;
    margin-top: 110px;
    margin-right: 10%;
    display: table;
}

.header-navigation > .navigation >.button-nav {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline;
    color: #455a64;
    cursor: pointer;
    transition: .5s;
    font-size: 12px;
    font-family: Oswald;
    
}

.header-navigation > .navigation > .button-nav:hover {
    background-color: #bbdefb;
    transition: .5s;
}

.header-navigation > .navigation > .combobox-nav {
    display: inline;
    margin-left: 20px;
    color: #455a64;
    font-family: Oswald;
    font-size: 12px;
}

.header-navigation > .navigation > .combobox-nav > .select-nav {
    background-color: #37474f;
    color: white;
    cursor: pointer;
}

.button-active {
    background-color: #bbdefb;
}

.header-navigation ul {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
}

/*TIGA GARIS MOBILE VERSION*/

/*==2.1====================*/

/*CLOSE NAVIGATION*/

/*==2.1.1=========*/

.threeline-close {
    position: fixed;
    display: none;
    top: 10px;
    right: 10px;
    z-index: 3;
    cursor: pointer;
}

.threeline-close div {
    height: 4px;
    background-color: black;
    margin-top: 10px;
}

.threeline-close .one {
    width: 30px;
    transition: 0.5s;
}

.threeline-close .two {
    width: 30px;
    transition: 0.5s;
}

.threeline-close .three {
    width: 30px;
    transition: 0.5s;
}

/*==2.1.1=========*/

/*OPEN NAVIGATION*/

/*==2.1.2========*/

.threeline-open {
    position: fixed;
    display: none;
    top: 10px;
    right: 10px;
    z-index: 3;
    cursor: pointer;
}

.threeline-open div {
    height: 4px;
    background-color: black;
    margin-top: 10px;
}

.threeline-open .one {
    width: 40px;
    margin-top: 30px;
    transform: rotate(60deg);
    transition: 0.5s;
}

.threeline-open .two {
    width: 30px;
    opacity: 0;
    margin-top: 0;
    transition: 0.5s;
}

.threeline-open .three {
    width: 40px;
    margin-top: -7px;
    transform: rotate(-60deg);
    transition: 0.5s;
}

/*==2.1.2========*/

/*==2.1====================*/

/*==2==============*/

/*SIDE NAVIGATION*/

/*==3============*/

.side-navigation-open {
    position: fixed;
    display: block;
    right: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: white;
    transition: 0.5s;
}

.side-navigation-close {
    position: fixed;
    display: block;
    right: 0;
    top: 0;
    z-index: 2;
    width: 0px;
    height: 100%;
    opacity: 0;
    background-color: white;
    transition: 0.5s;
}

.side-navigation-button {
    text-align: center;
    list-style-type: none;
    font-size: 23px;
    font-family: Oswald;
}

.side-navigation-button-hide {
    display: none;
}

.side-navigation-button:hover {
    font-weight: bold;
    color: #1976d2;
}

.side-button-active {
    font-weight: bold;
    color: #1976d2;
}

.side-navigation-content {
    margin-top: 150px;
    margin-left: 70px;
    margin-right: 70px;
}

.side-navigation-language {
    left: 0;
    top: 0;
    margin-top: 25px;
    margin-left: 15px;
    font-size: 23px;
    font-family: Oswald;
}

.side-navigation-language .combobox {
    margin-left: 10px;
    background-color: #37474f;
    color: white;
    cursor: pointer;
}

/*==3============*/

/*TABLE*/

/*==4==*/

.table-sashimi {
    border-collapse: collapse;
    width: 100%;
    font-family: OpenSans;
}

.table-sashimi td, .table-sashimi th {
    border: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.table-sashimi tr:nth-child(even) {
    background-color: #f2f2f2;
}

.table-sashimi tr:hover {
    background-color: #ddd;
}

.table-sashimi th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: #333;
}

/*==4==*/

.container-sashimi {}

/*IMAGE*/

/*==1==*/

.image-home-1 {
    width: 100%;
    height: 370px;
}

.image-home-2 {
    width: 100%;
    height: 500px;
}

.image-home-3 {
    width: 100%;
    height: 470px;
}

.image-product-1 {
    width: 100%;
    height: 400px;
}

.image-product-2 {
    width: 100%;
    height: 845px;
}

/*==1==*/

/*TEXT*/

/*==2=*/

.text-home-1 {
    color: black;
    font-size: 34px;
    margin-top: 170px;
    text-align: center;
}

/*==2=*/

/*SETTING ROW*/

/*==3/=======*/

.row-sashimi:after {
    content: "";
    display: table;
    clear: both;
}

.row-sashimi-insine {
    margin-top: 50px;
    margin-bottom: 50px;
}

.row-sashimi-insine:after {
    content: "";
    display: table;
    clear: both;
}

/*==3/=======*/

/*COLUMN*/

/*==4===*/

.column-home-left-1 {
    float: left;
    width: 35%;
    margin-left: 10%;
    margin-right: 5%;
}

.column-home-right-1 {
    float: left;
    width: 40%;
    margin-right: 10%;
}

.column-home-left-2 {
    float: left;
    width: 50%;
}

.column-home-right-2 {
    float: left;
    width: 50%;
}

.column-product-left-1 {
    float: left;
    width: 40%;
    margin-left: 10%;
}

.column-product-right-1 {
    float: left;
    width: 35%;
    margin-left: 5%;
    margin-right: 10%;
}

.column-contactus-left-1 {
    float: left;
    width: 55%;
    margin-left: 10%;
}

.column-contactus-right-1 {
    float: left;
    width: 20%;
    margin-left: 5%;
    margin-right: 10%;
}

.column-full {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.column-full-image {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.column-2cm {
    float: left;
    width: 50%;
}

/*==4===*/

/*POSITION*/

/*==5=====*/

.position-home-1 {
    display: flex;
    margin-top: 20px;
    justify-content: center;
}

/*==5=====*/

/*MOBILE*/

/*==6===*/

.mobile-image-1 {
    display: block;
}

.mobile-image-2 {
    display: none;
}

.mobile-text-1 {
    display: none;
}

.mobile-text-2 {
    display: block;
}

/*==6===*/

/*TEXTBOX*/
/*==7====*/

.textbox {
    width: 300px;
    padding: 10px 15px 10px 15px;
    margin-right: 30px;
}

.textbox-long {
    width: 630px;
    padding: 10px 15px 10px 15px;
    margin-right: 30px;
}

.textbox-area {
    width: 100%;
    padding: 10px 15px 10px 15px;
}

.required {
    color: red;
}
/*==7====*/

/*LINE*/

/*==1=*/

.sashimi-line {
    width: 100%;
    height: 1px;
    background-color: black;
    color: black;
}

/*==1=*/

.footer-sashimi {
    height: 120px;
    padding-top: 50px;
    padding-bottom: 10px;
}

.footer-sashimi > .navigation-footer {
    display: table;
    text-align: center;
    font-family: Oswald;
    font-size: 12px;
    color: black;
    margin: auto;
}

.footer-sashimi > .navigation-footer > .nav {
    float: left;
    margin-left: 10px;
    cursor: pointer;
    color: black;
}

.footer-sashimi > .navigation-footer > .nav:hover {
    color: #b0bec5;
}

.footer-sashimi > .navigation-footer > .seperator {
    float: left;
    margin-left: 10px;
}

.footer-sashimi > .copyright {
    margin-top: 10px;
    text-align: center;
    color: black;
    font-size: 14px;
    font-family: OpenSans;
}

/*BUTTON*/

/*==2===*/

.button-primary {
    background-color: black;
    border-style: solid;
    color: white;
    text-align: center;
    width: 120px;
    padding: 10px 0px 10px 0px;
    cursor: pointer;
    transition: 0.3s;
    font-family: Oswald;
}

.button-primary:hover {
    background-color: white;
    color: black;
    transition: 0.3s;
}

.button-scrollup {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 150;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #18428f;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 5px;
    transition: .5s;
    opacity: 1;
  }
  
  .button-scrollup:hover {
    background-color: #5e92f3;
  }

/*==2===*/

/*MESSAGE BOX*/
/*==========*/
.messagebox {
    opacity: 0;
    width: 100%; 
    position: fixed; 
    color: white; 
    z-index: 2; 
    background-color: #ff9800; 
    padding: 10px 10px 10px 10px;
    margin-top: 150px;
    font-size: 16px;
    font-family: OpenSans;
    transition: 0.3s;
}

.messagebox .body {
    float: left;
    width: 80%;
}

.messagebox .closebutton{
    text-align: right;
    float: right;
    width: 20%;
    cursor: pointer;
}

.messagebox .closebutton:hover {
    color: black;
}
/*==========*/

.video {
    width: 100%;
    height: 440px;
}

::-webkit-scrollbar {
    display: none;
}

@font-face {
    font-family: Oswald;
    src: url(/font/Oswald-Regular.woff);
}

@font-face {
    font-family: OpenSans;
    src: url(/font/OpenSans.woff);
}

@media screen and (max-width: 1200px) {
    .parallax-wrapped-home::before {
        background-image: url(/image/mobile.jpg);
    }
    .parallax-wrapped-contactus::before {
        background-image: url(/image/mobilecontactus.jpg);
    }
    .button-navigation {
        display: block;
        position: fixed;
        top: 10px;
        right: 10px;
        font-size: 30px;
        z-index: 3;
    }
    .threeline-close {
        display: block;
        position: fixed;
    }
    .threeline-open {
        display: block;
        position: fixed;
    }
    .header-navigation {
        padding-left: 0;
        padding-bottom: 20px;
    }
    .header-navigation .image img {
        width: 60%;
    }
    .header-navigation .image {
        margin-right: 0;
        padding-left: 20px;
    }
    .header-navigation .navigation {
        display: none;
    }
    .parallax-title {
        font-size: 27px;
    }
    .image-home-1 {
        height: 300px;
        margin-top: 0px;
    }
    .image-home-2 {
        height: 300px;
    }
    .image-home-3 {
        height: 300px;
    }
    .image-product-1 {
        height: 300px;
    }
    .image-product-2 {
        height: 300px;
    }
    .text-home-1 {
        margin-top: 20px;
    }
    .regular-wrapped-mid {
        height: auto;
    }
    .footer-sashimi {
        height: 80px;
    }
    .column-home-left-1 {
        float: none;
        width: 90%;
        margin-left: 20px;
    }
    .column-home-right-1 {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .column-home-left-2 {
        float: none;
        width: 100%;
        margin-left: 0px;
    }
    .column-home-right-2 {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .column-product-left-1 {
        float: none;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
    .column-product-left-2 {
        float: none;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
    .column-product-right-1 {
        float: none;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
    .column-contactus-left-1 {
        float: none;
        width: 90%;
        margin-left: 20px;
    }
    .column-contactus-right-1 {
        float: none;
        width: 90%;
        margin-left: 20px;
    }
    .column-full {
        width: 90%;
        margin-left: 20px;
    }
    .column-full-image {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
    .position-home-1 {
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }
    .video {
        height: 300px;
    }
    .content-regular-parallax-mid {
        margin-top: 0px;
    }
    /*MOBILE*/
    /*==6===*/
    .mobile-image-1 {
        display: none;
    }
    .mobile-image-2 {
        display: block;
    }
    .mobile-text-1 {
        display: block;
    }
    .mobile-text-2 {
        display: none;
    }
    /*==6===*/

    /*TEXTBOX*/
    /*==7====*/
    .textbox {
        width: 100%;
        margin-top: 10px;
    }
    .textbox-long {
        width: 100%;
    }
    .textbox-area {
        width: 100%;
    }
    /*==7====*/

    .messagebox{
        margin-top: 100px;
        font-size: 12px;
    }
}