/* ----------$Catalog--------
$Jumbotron
$Productcase
$Aboutarea
$Casearea
$Newsarea
$Prizearea
------------------------------ */


/* --------------------
/*      $Jumbotron
----------------------- */

.swiper-container {
    width: 100%;
    height: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.jumbotron__pic {
    width: 100%;
    height: 29.427vw;
    background-size: cover;
    background-position: 68%;
    background-repeat: no-repeat;
}

@media(max-width:1269px) {
    .jumbotron__pic {
        height: 29.427vw;
        background-size: cover;
        background-position: 68%;
        background-repeat: no-repeat;
    }
}


/* --------------------
/*    $Productcase
----------------------- */

.productcase {
    width: 100%;
    height: 812px;
    padding: 60px 0;
}

.productcase__context {
    width: 100%;
    padding: 0 21.604vw;
    line-height: 22px;
    margin: 4px 0;
}

.block-productcase {
    display: block;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    white-space: nowrap;
    margin-top: 48px;
    padding: 0px 20px 0 20px;
}

.block-productcase .productbox-A {
    display: block;
    padding-top: 12px;
    margin: 58px auto;
}

.productcase__slick {
    height: calc(100% + 40px);
    width: 100%;
}

.productcase__slick .slick-slide {
    min-height: 460px;
}

.productcase__slick .slick-slide:focus {
    outline: 0;
}

@media(min-width: 1270px) {
    .slick-current.slick-active .productbox {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }
}

@media(max-width: 1269px) {
    .productcase {
        height: auto;
        flex-direction: column;
    }
    .block-productcase {
        width: 100%;
        margin-top: -20px;
    }
    .productcase__slick {
        top: 0px;
    }
    .productcase__slick .slick-slide {
        min-height: 439px;
    }
}


/* customize slick Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots_custom {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots_custom li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 -1px;
    padding: 0;
    cursor: pointer;
}

.slick-dots_custom li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots_custom li button:hover,
.slick-dots_custom li button:focus {
    outline: none;
}

.slick-dots_custom li button:hover:before,
.slick-dots_custom li button:focus:before {
    opacity: 1;
}

.slick-dots_custom li button:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '\f111';
    font-weight: 400;
    text-align: center;
    opacity: 1;
    color: #0d6fb8;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}

.slick-dots_custom li.slick-active button:before {
    font-weight: 900;
    color: #0d6fb8;
}


/* --------------------
/*    $Aboutarea
----------------------- */

.aboutarea {
    min-height: 494px;
    background-color: #f7f8f6;
    overflow: hidden;
}

.aboutarea__left {
    height: 494px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.aboutarea__context {
    line-height: 22px;
}

.aboutarea__right {
    height: 494px;
    overflow: visible;
}

.aboutarea__bg {
    width: 1254px;
    height: 100%;
    overflow: hidden;
    margin-left: 24px;
    background-position: left;
    background-repeat: no-repeat;
    animation: aboutbgBreath 6s infinite alternate;
    -webkit-animation: aboutbgBreath 6s infinite alternate;
}
.aboutarea__bg a{
    display: block;
    width: 1254px;
    height: 100%;
}

@keyframes aboutbgBreath {
    0% {
        opacity: 1;
    }
    20% {
        opacity: 1;
    }
    40% {
        opacity: 0.7;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@media(max-width:1269px) {
    .aboutarea__left {
        height: auto;
        margin-top: 44px;
        margin-bottom: 30px;
    }
    .aboutarea__right {
        height: 219px;
        overflow: visible;
    }
    .aboutarea__bg {
        height: 219px;
        width: 100%;
        background-position: left;
        margin-left: 35px;
        background-size: cover ;
    }
    .aboutarea__bg a{
        height: 219px;
        width: 100%;
    }
}


/* --------------------
/*    $Casearea
----------------------- */

.casearea {
    width: 100%;
    height: 617px;
    background-repeat: repeat;
    background-position: center;
    background-size: initial;
    background-image: url('../images/casearea-bg.jpg');
    padding: 80px 0;
}

.caseslideshow {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 463px;
}

.caseslideshow__inputpic,
.caseslideshow__inputname {
    display: none;
}

.caseslideshow__left {
    width: 72%;
}

.caseslideshow__mainpic {
    width: 726px;
    box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.2);
}

.caseslideshow__mainpic-inner {
    width: 100%;
    padding-top: calc(100% * 463 / 726);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(98, 194, 122, 0.3);
    border-radius: 4px;
    transition: 0.6s all;
    -webkit-transition: 0.6s all;
    -moz-transition: 0.6s all;
    -ms-transition: 0.6s all;
    -o-transition: 0.6s all;
}

.caseslideshow__casename {
    position: absolute;
    left: 24px;
    bottom: 18px;
    color: #fff;
    letter-spacing: 1px;
}

.caseslideshow__context {
    height: 64px;
}

.caseslideshow__btn-group {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 70px;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.caseslideshow__btn {
    width: 75px;
    height: 60px;
    background-color: #62C27A;
    color: #fff;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.caseslideshow__btn-left {
    margin-right: 2px;
}

.caseslideshow__right {
    width: 28%;
    height: 100%;
    padding-top: 88px;
}

.caseslideshow__nextpic {
    width: 315px;
    display: block;
    margin: 0 auto;
    border-radius: 4px;
}

.caseslideshow__nextpic-shadow {
    position: absolute;
    border-radius: 4px;
}

.caseslideshow__nextpic-shadow--animated {
    animation: nextpicShadow 1.2s forwards;
    -webkit-animation: nextpicShadow 1.2s forwards;
}

.caseslideshow__nextpic-shadow .caseslideshow__nextpic-inner {
    right: -12px;
}

.caseslideshow__nextpic-inner {
    width: 100%;
    padding-top: calc(100% * 205 / 315);
    background-color: rgba(98, 194, 122, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 4px;
    transition: 0.6s all;
    -webkit-transition: 0.6s all;
    -moz-transition: 0.6s all;
    -ms-transition: 0.6s all;
    -o-transition: 0.6s all;
}

.caseslideshow__nextpic-inner::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.caseslideshow__nextpic-inner::after {
    content: "Next";
    display: block;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
}

.caseslideshow__nextpic-shadow .caseslideshow__nextpic-inner::after {
    display: none;
}

@media(max-width:1269px) {
    .casearea {
        height: auto;
    }
    .caseslideshow {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        height: auto;
    }
    .caseslideshow__left {
        width: 100%;
    }
    .caseslideshow__right {
        width: 100%;
        padding-top: 0;
    }
    .caseslideshow__mainpic {
        width: 90%;
        margin: 0 auto;
    }
    .caseslideshow__nextpic {
        display: none;
    }
    .caseslideshow__btn-group {
        position: relative;
        bottom: initial;
        right: initial;
        background-color: transparent;
        margin-top: 40px;
    }
    .caseslideshow__btn {
        margin: 0 16px;
        border-radius: 4px;
    }
}

@media(max-width:767px) {
    .caseslideshow__mainpic {
        width: 100%;
    }
}

@keyframes nextpicShadow {
    0% {
        right: 0px;
        opacity: 1;
    }
    25% {
        right: 90px;
        opacity: 0.8;
        transform: skewX(0deg) rotateX(0deg);
        -webkit-transform: skewX(0deg) rotateX(0deg);
        -moz-transform: skewX(0deg) rotateX(0deg);
        -ms-transform: skewX(0deg) rotateX(0deg);
        -o-transform: skewX(0deg) rotateX(0deg);
    }
    100% {
        right: 400px;
        opacity: 0;
        transform: skewX(20deg) rotateX(90deg);
        -webkit-transform: skewX(20deg) rotateX(90deg);
        -moz-transform: skewX(20deg) rotateX(90deg);
        -ms-transform: skewX(20deg) rotateX(90deg);
        -o-transform: skewX(20deg) rotateX(90deg);
    }
}


/* --------------------
/*    $Newsarea
----------------------- */

.newsarea {
    min-height: 648px;
    padding-top: 65px;
    padding-bottom: 70px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media(max-width:1269px) {
    .newsarea {
        padding-top: 36px;
        padding-bottom: 63px;
    }
}


/* --------------------
/*    $Prizearea
----------------------- */

.prizearea {
    height: 26.1458vw;
    background-image: url('../images/prizearea-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.prizearea__text {
    display: inline-block;
    font-size: 2.8vw;
    color: white;
    text-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.3);
    letter-spacing: 2px;
    white-space: nowrap;
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    overflow: hidden;
}

.prizearea__text::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 20%;
    height: 100%;
    width: 120px;
    background-image: linear-gradient(to right, rgba(165, 141, 69, 0.2), #f1f9ff, rgba(165, 141, 69, 0.1));
    opacity: 0.1;
    box-shadow: 2px 2px 50px 10px rgba(165, 141, 69, 0.6);
    transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    animation: shinelight 6s infinite both linear;
    -webkit-animation: shinelight 6s infinite both linear;
}

@media(max-width: 1269px) {
    .prizearea__text::before {
        animation: shinelight 6s infinite both linear;
        -webkit-animation: shinelight 6s infinite both linear;
    }
}

@keyframes shinelight {
    0% {
        left: 0;
        opacity: 0.3;
    }
    10% {
        left: 30%;
        opacity: 0.1;
    }
    40% {
        left: 60%;
        opacity: 0.3;
    }
    60% {
        left: 100%;
        opacity: 0;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

@media(max-width:767px) {
    .prizearea {
        min-height: 171px;
        height: auto;
        border-bottom: 3px solid white;
        padding-top: 1px;
    }
    .prizearea__text {
        display: block;
        width: 90%;
        margin: 48px auto 92px auto;
        font-size: 22px;
        text-align: center;
        white-space: initial;
        position: relative;
        top: initial;
        left: initial;
        transform: initial;
        -webkit-transform: initial;
        -moz-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
    }
}