.wh-top {
    position: relative;
    display: block;
    font-size: 0px;
    padding-top: 260px;
    width: calc(100% - 100px);
    max-width: 1096px;
    margin: 0px auto 150px;
    color: #131922;
}

.wh-top > * {
    font-size: 16px;
}

.wh-top-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 57px;
    padding-bottom: 20px;
    letter-spacing: 2px;
    margin: 0px;
    line-height: 45px;
    text-transform: capitalize;
    color: #ed1c24;
    /* color: #131922; */
}

.wh-top-title-after {
    position: absolute;
    display: block;
    width: 120px;
    height: 2px;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
}

.wh-top-title.ch .wh-top-title-after {
    width: 235px;
}

.wh-top-title-after:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #ed1c24;
    /* background: #131922; */
    bottom: 0px;
    left: -100%;
}

.shown .wh-top-title-after:before {
    animation: slideRight 3s infinite;
    animation-delay: 1s;
}

@keyframes slideRight {
    0%
    {
        left: -100%;
    }
    25%
    {
        left: 0%;
    }
    75%
    {
        left: 0%;
    }
    100%
    {
        left: 110%;
    }
}

.wh-top-pattern {
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    background: url('../../img/front/home/wood_pattern2.svg') no-repeat;
    background-size: contain !important;
    background-position: 50% !important;
    top: auto !important;
    bottom: -50px;
    left: -80px;
}

.wh-top-content {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    line-height: 26px;
    letter-spacing: 1px;
}

.wh-top-img {
    position: relative;
    display: block;
    margin: 0px auto 55px;
    width: 424px;
}

.wh-vid {
    position: relative;
    display: block;
    width: calc(100% - 100px);
    max-width: 1096px;
    margin: 0px auto 160px;
}

.wh-vid-pattern {
    position: absolute;
    display: block;
    width: 200px;
    height: 200px;
    background: url('../../img/front/home/wood_pattern1.svg') no-repeat;
    background-position: 50% !important;
    background-size: contain !important;
    left: -100px;
    top: 100px;
}

.wh-vid-video {
    position: relative;
    display: block;
    width: 100%;
}

.wh-warehouse {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px auto 0px;
}

.wh-image-content {
    position: relative;
    display: block;
    width: calc(100% - 100px);
    max-width: 1320px;
    margin: 0px auto 50px;
    padding-top: 100px;
}

.image-pattern {
    position: absolute;
    display: block;
    width: 200px;
    height: 200px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    top: 150px !important;
    background: url('../../img/front/home/wood_pattern1.svg') no-repeat;
    background-size: contain !important;
    background-position: 50% !important;
}

.image-pattern2 {
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    top: auto !important;
    bottom: 0px;
    right: 0px;
    background: url('../../img/front/home/wood_pattern1.svg') no-repeat;
    background-size: contain !important;
    background-position: 50% !important;
}

.wh-image1 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.wh-image2 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: calc(0% + ((50% - 424px) / 2));
    /* margin-left: calc(50% + ((50% - 424px) / 2)); */
    margin-top: 100px;
}

.wh-world-video {
    position: relative;
    display: block;
    width: 424px;
    height: 355px;
    margin: 0px auto 100px;
}

.wh-world {
    position: relative;
    display: block;
    font-size: 0px;
    width: calc(100% - 100px);
    max-width: 1096px;
    margin: 0px auto 160px;
    color: #131922;
}

.wh-world > * {
    font-size: 16px;
}

.wh-world-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 0px;
    font-size: 41px;
    letter-spacing: 2px;
}

.wh-world-content {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    line-height: 26px;
    letter-spacing: 1px;
}

.wh-next {
    position: relative;
    display: block;
    width: 100%;
    /* height: 497px; */
    height: 300px;
    background: url('../../img/front/who_we_are/how_we_work_image_link.jpg') no-repeat;
    background-size: cover !important;
    background-position: 50% !important;
    font-size: 38px;
    line-height: 46px;
    text-align: center;
    color: #fff !important;
    letter-spacing: 2px;
}

.wh-link {
    position: relative;
    display: block;
    text-align: center;
}

.wh-next .wh-link:after {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 26px;
    height: 55px;
    background: url('../../img/front/who_we_are/right_arrow.svg') no-repeat;
    background-size: contain !important;
    background-position: 50% !important;
    margin-left: 10px;

    -webkit-transition: margin-left 0.4s;
    -moz-transition: margin-left 0.4s;
    -ms-transition: margin-left 0.4s;
    transition: margin-left 0.4s;
}

.wh-next .wh-link:hover:after {
    margin-left: 25px;

    -webkit-transition: margin-left 0.4s;
    -moz-transition: margin-left 0.4s;
    -ms-transition: margin-left 0.4s;
    transition: margin-left 0.4s;
}


@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1200px) {

}

/* Tablet */
@media screen and (max-width: 1024px) {
    .wh-top {
        margin: 0px auto 100px;
        padding-top: 200px;
    }

    .wh-top-title {
        /* display: block; */
        /* width: 100%; */
        font-size: 50px;
        /* margin: 0px auto 80px; */
    }

    .wh-top-title-after {
        width: 105px;
    }

    .wh-top-title.ch .wh-top-title-after {
        width: 210px;
    }

    .wh-image-content {
        margin: 0px auto 100px;
    }

    .wh-vid {
        margin: 0px auto 100px;
    }

    .wh-world {
        margin: 0px auto 100px;
    }

    .wh-next {
        height: 390px;
    }
}

/* Mobile */
@media screen and (max-width: 768px) {
    .wh-top {
        width: calc(100% - 60px);
    }

    .wh-top-title {
        display: block;
        width: 100%;
        /* font-size: 50px; */
        margin: 0px auto 80px;
    }

    .wh-top-content {
        width: 100%;
        display: block;
    }

    .wh-vid-video {
        height: 400px;
    }

    .wh-image1 {
        width: calc(50% - 5px);
        margin-right: 5px;
    }

    .wh-image2 {
        width: calc(50% - 5px);
        margin-left: 5px;
    }

    .image-pattern {
        left: calc(50% - 150px);
        right: auto;
        top: 250px !important;
    }

    .wh-vid {
        width: calc(100% - 60px);
    }

    .wh-image-content {
        width: calc(100% - 60px);
    }

    .wh-world {
        width: calc(100% - 60px);
    }
}

@media screen and (max-width : 500px) {
    .wh-top {
        padding-top: 150px;
        margin: 0px auto 80px;
        width: calc(100% - 40px);
    }

    .wh-top-title {
        font-size: 40px;
        padding-bottom: 10px;
        margin-bottom: 80px;
    }

    .wh-top-title-after {
        width: 85px;
    }

    .wh-top-title.ch .wh-top-title-after {
        width: 165px;
    }

    .wh-top-img {
        width: 100%;
    }

    .wh-top-pattern {
        bottom: -90px;
    }

    .wh-vid {
        margin: 0px auto 80px;
        width: calc(100% - 40px);
    }

    .wh-warehouse {
        max-width: unset;
        width: 200%;
        left: -50% !important;
    }

    .wh-image-content {
        margin: 0px auto 100px;
        width: calc(100% - 40px);
        padding-top: 80px;
    }

    .wh-image1 {
        width: 100%;
        margin: 0px 0px 20px;
    }

    .wh-image2 {
        width: 100%;
        margin: 0px;
    }

    .wh-world-video {
        width: calc(100% - 75px);
        height: 295px;
        margin-bottom: 80px;
    }

    .wh-vid-video {
        height: 225px;
    }

    .wh-world {
        width: calc(100% - 40px);
        height: 320px;
    }

    .wh-world-title {
        width: 100%;
        display: block;
        font-size: 30px;
        margin-bottom: 30px;
    }

    .wh-world-content {
        width: 100%;
    }

    .wh-next {
        height: 200px;
        font-size: 27px;
        line-height: 48px;
    }

    .wh-next .wh-link:after {
        width: 20px;
    }
}
