.home-container {
    position: relative;
    display: block;
    padding-top: 106px;
}

.home-slide {
    position: relative;
    display: block;
    width: 100%;
    /* height: 580px; */
    height: calc(100vh - 115px);
    min-height: 300px;
    max-height: 580px;
    overflow: hidden;
    font-size: 0px;
}

.home-slide.mob {
    display: none;
}

.home-slide-group {
    position: absolute !important;
    display: block;
    /* width: calc((960px * 3) - (51px * 3) - (10px * 2)); */
    width: calc((292px * 2) + 961px + (10px * 2)) !important;
    height: 100%;
    /* left: -102px !important; */
    left: calc((100% - ((292px * 2) + 961px + (10px * 2))) / 2) !important;
    top: 0px;
    /* opacity: 0; */
}

.home-slide-group.active {
    /* opacity: 1; */
}

.home-slide-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 859px;
    height: 100%;
    margin-left: 10px;
    overflow: hidden;
    left: 200px;
    opacity: 0;

    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

.home-slide-item.hide {
    display: none;
}

.home-slide-item.left {
    z-index: 2;
    margin-left: 51px;
    width: 292px;
}

.rslides1_on .home-slide-item.left {
    left: 0px;
    opacity: 1;

    -webkit-transition: 0.7s left 0.1s, 0.7s opacity 0.1s;
    -moz-transition: 0.7s left 0.1s, 0.7s opacity 0.1s;
    -ms-transition: 0.7s left 0.1s, 0.7s opacity 0.1s;
    transition: 0.7s left 0.1s, 0.7s opacity 0.1s;
}

.rslides2_on .home-slide-item.left {
    left: 0px;
    opacity: 1;

    -webkit-transition: 0.7s left 0.1s, 0.7s opacity 0.1s;
    -moz-transition: 0.7s left 0.1s, 0.7s opacity 0.1s;
    -ms-transition: 0.7s left 0.1s, 0.7s opacity 0.1s;
    transition: 0.7s left 0.1s, 0.7s opacity 0.1s;
}

.home-slide-item.center {
    z-index: 1;
}

.rslides1_on .home-slide-item.center {
    left: 0px;
    opacity: 1;

    -webkit-transition: 0.7s left 0.2s, 0.7s opacity 0.2s;
    -moz-transition: 0.7s left 0.2s, 0.7s opacity 0.2s;
    -ms-transition: 0.7s left 0.2s, 0.7s opacity 0.2s;
    transition: 0.7s left 0.2s, 0.7s opacity 0.2s;
}

.rslides2_on .home-slide-item.center {
    left: 0px;
    opacity: 1;

    -webkit-transition: 0.7s left 0.2s, 0.7s opacity 0.2s;
    -moz-transition: 0.7s left 0.2s, 0.7s opacity 0.2s;
    -ms-transition: 0.7s left 0.2s, 0.7s opacity 0.2s;
    transition: 0.7s left 0.2s, 0.7s opacity 0.2s;
}

.home-slide-item.right {
    width: 292px;
}

.rslides1_on .home-slide-item.right {
    left: 0px;
    opacity: 1;

    -webkit-transition: 0.7s left 0.3s, 0.7s opacity 0.3s;
    -moz-transition: 0.7s left 0.3s, 0.7s opacity 0.3s;
    -ms-transition: 0.7s left 0.3s, 0.7s opacity 0.3s;
    transition: 0.7s left 0.3s, 0.7s opacity 0.3s;
}

.rslides2_on .home-slide-item.right {
    left: 0px;
    opacity: 1;

    -webkit-transition: 0.7s left 0.3s, 0.7s opacity 0.3s;
    -moz-transition: 0.7s left 0.3s, 0.7s opacity 0.3s;
    -ms-transition: 0.7s left 0.3s, 0.7s opacity 0.3s;
    transition: 0.7s left 0.3s, 0.7s opacity 0.3s;
}

.home-slide-item:last-child {
    margin-right: 0px;
}

.home-slide-background {
    position: absolute;
    display: block;
    /* left: -51; */
    left: calc((100% - 961px) / 2);
    top: 0px;
    width: 961px;
    height: 100%;
    background-size: cover !important;
    background-position: 50% !important;

    -webkit-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    transform: skewX(10deg);
}

.home-slide-nav-group {
    position: relative;
    display: block;
    font-size: 0px;
    margin: 0px;
    margin-top: -112px;
    margin-bottom: 185px;
    padding: 0px;
    z-index: 3;
    width: calc((220px * 4) + (3px * 3) + 20px);
    left: calc((100% - ((220px * 4) + (3px * 3) + 20px)) / 2);
}

.home-slide-nav-group.mob {
    display: none;
}

.home-slide-nav-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 220px;
    height: 115px;
    background: #222;
    margin-right: 3px;
    cursor: pointer;
    
    right: 200px;
    opacity: 0;

    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);

    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -ms-transition: background 0.4s;
    transition: background 0.4s;
}

.home-slide-nav-item:first-child {
    margin-left: 10px;
}

.home-slide-nav-item:hover {
    background: #fff;

    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -ms-transition: background 0.4s;
    transition: background 0.4s;
}

.home-slide-nav-item.rslides_here {
    background: #fff !important;
}

.home-slide-nav-item-after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 5px;
    bottom: -5px;
    left: 0px;

    box-shadow: 0px 2px 7px #222;
}
/* 
.home-slide-nav-item:nth-child(1):after {
    background: #ed1c24;
}

.home-slide-nav-item:nth-child(2):after {
    background: #594889;
}

.home-slide-nav-item:nth-child(3):after {
    background: #6fd831;
}

.home-slide-nav-item:nth-child(4):after {
    background: #edb31d;
} */

.home-slide-nav-see {
    position: absolute;
    left: 100px;
    /* top: 0px; */
    top: -47px;
    opacity: 0;
    width: 100%;
    height: 47px;
    
    /* -webkit-transition: left 0.6s, opacity 0.6s; */
    /* -moz-transition: left 0.6s, opacity 0.6s; */
    /* -ms-transition: left 0.6s, opacity 0.6s; */
    /* transition: left 0.6s, opacity 0.6s; */

    -webkit-animation: navsee 0.8s;
    -moz-animation: navsee 0.8s;
    -ms-animation: navsee 0.8s;
    animation: navsee 0.8s;
}

@-webkit-keyframes navsee {
    0% {
        left: 0px;
        opacity: 1;
    }
    100% {
        left: -100px;
        opacity: 0;
    }
}

@-moz-keyframes navsee {
    0% {
        left: 0px;
        opacity: 1;
    }
    100% {
        left: -100px;
        opacity: 0;
    }
}

@-ms-keyframes navsee {
    0% {
        left: 0px;
        opacity: 1;
    }
    100% {
        left: -100px;
        opacity: 0;
    }
}

@keyframes navsee {
    0% {
        left: 0px;
        opacity: 1;
    }
    100% {
        left: -100px;
        opacity: 0;
    }
}

.home-slide-nav-see span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: eurocaps;
    color: #fff;
    line-height: 47px;
    text-align: center;

    -webkit-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    transform: skewX(10deg);
}

.home-slide-nav-see span:after {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 11px;
    height: 100%;
    background: url('../../img/front/home/right_arrow_icon.png') no-repeat;
    background-size: contain !important;
    background-position: 50% !important;
}

/* .home-slide-nav-item:nth-child(1) .home-slide-nav-see {
    background: #ed1c24;
}

.home-slide-nav-item:nth-child(2) .home-slide-nav-see {
    background: #594889;
}

.home-slide-nav-item:nth-child(3) .home-slide-nav-see {
    background: #6fd831;
}

.home-slide-nav-item:nth-child(4) .home-slide-nav-see {
    background: #edb31d;
} */

.home-slide-nav-item:last-child {
    margin-right: 0px;
}

.home-slide-nav-item:hover .home-slide-nav-see {
    left: 0px;
    opacity: 1;

    /* -webkit-transition: left 0.6s, opacity 0.6s; */
    /* -moz-transition: left 0.6s, opacity 0.6s; */
    /* -ms-transition: left 0.6s, opacity 0.6s; */
    /* transition: left 0.6s, opacity 0.6s; */

    -webkit-animation: navseehov 0.8s;
    -moz-animation: navseehov 0.8s;
    -ms-animation: navseehov 0.8s;
    animation: navseehov 0.8s;
}

@-webkit-keyframes navseehov {
    0% {
        left: 100px;
        opacity: 0;
    }
    100% {
        left: 0px;
        opacity: 1;
    }
}

@-moz-keyframes navseehov {
    0% {
        left: 100px;
        opacity: 0;
    }
    100% {
        left: 0px;
        opacity: 1;
    }
}

@-ms-keyframes navseehov {
    0% {
        left: 100px;
        opacity: 0;
    }
    100% {
        left: 0px;
        opacity: 1;
    }
}

@keyframes navseehov {
    0% {
        left: 100px;
        opacity: 0;
    }
    100% {
        left: 0px;
        opacity: 1;
    }
}

.home-slide-nav-item.rslides_here .home-slide-nav-see {
    /* top: -47px !important; */
    left: 0px !important;
    opacity: 1 !important;

    -webkit-animation: navseeactive 0.8s;
    -moz-animation: navseeactive 0.8s;
    -ms-animation: navseeactive 0.8s;
    animation: navseeactive 0.8s;
}


@-webkit-keyframes navseeactive {
    0% {
        left: 100px;
        opacity: 0;
    }
    100% {
        left: 0px;
        opacity: 1;
    }
}

@-moz-keyframes navseeactive {
    0% {
        left: 100px;
        opacity: 0;
    }
    100% {
        left: 0px;
        opacity: 1;
    }
}

@-ms-keyframes navseeactive {
    0% {
        left: 100px;
        opacity: 0;
    }
    100% {
        left: 0px;
        opacity: 1;
    }
}

@keyframes navseeactive {
    0% {
        left: 100px;
        opacity: 0;
    }
    100% {
        left: 0px;
        opacity: 1;
    }
}

.home-slide-nav-image {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    overflow: hidden;
}

.home-slide-nav-background {
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;

    -webkit-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    transform: skewX(10deg);
}

.home-slide-nav-background-before {
    content: '';
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    /* background-position: 50% !important; */
    /* background-size: auto 24px !important; */

    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.home-slide-nav-background-before img {
    max-width: 80%;
    max-height: 70%;
}

.home-slide-nav-background-after {
    content: '';
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    /* background-position: 50% !important; */
    /* background-size: auto 24px !important; */

    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.home-slide-nav-background-after img {
    max-width: 80%;
    max-height: 70%;
}


.home-slide-nav-item:hover .home-slide-nav-background-before {
    opacity: 1;

    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.home-slide-nav-item:hover .home-slide-nav-background-after {
    opacity: 0;

    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.home-slide-nav-item.rslides_here .home-slide-nav-background-before {
    opacity: 1 !important;
}

.home-slide-nav-item.rslides_here .home-slide-nav-background-after {
    opacity: 0 !important;
}

.home-about {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1270px;
    border: 20px solid #f2f2f2;
    font-size: 0px;
    margin: 0px auto 170px;
    padding-left: 90px;
}

.home-about-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.home-about-slide {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible !important;
}

.home-about-slide-image {
    position: relative !important;
    display: block !important;
    width: auto !important;
    margin: 0px auto !important;
    float: none !important;
}

.home-about-item:first-child {
    width: calc(100% - 615px);
    background: url('../../img/front/home/lock_device_image.png') no-repeat;
    background-size: 180px auto !important;
    background-position: 50% !important;
}

.home-about-item:first-child:before {
    content: "";
    z-index: 10;
    position: absolute;
    display: block;
    left: -92px;
    top: -2px;
    width: 214px;
    height: 217px;
    background: url('../../img/front/home/premium_quality_icon.png') no-repeat;
    background-size: contain !important;
    background-position: 50% !important;

    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.home-about-item:last-child {
    width: 615px;
    padding: 0px 0px 0px 78px;
}

.home-about-list {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 30px;
    font-size: 16px;
    color: #222;
    font-style: italic;
    font-family: roboto;
}

.home-about-list:first-child {
    margin-top: 61px;
}

.home-about-list:nth-child(4) {
    margin-bottom: 35px;
}

.home-about-list strong {
    font-size: 30px;
    font-style: normal !important;
}

.home-about-list:before {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    left: -69px;
}

.home-about-list.quality:before {
    background: url('../../img/front/home/quality_icon.png') no-repeat;
    background-position: 50% !important;
    background-size: contain !important;
}

.home-about-list.warranty:before {
    background: url('../../img/front/home/warranty_icon.png') no-repeat;
    background-position: 50% !important;
    background-size: contain !important;
}

.home-about-list.affordable:before {
    background: url('../../img/front/home/affordable_icon.png') no-repeat;
    background-position: 50% !important;
    background-size: contain !important;
}

.home-about-list.design:before {
    background: url('../../img/front/home/design_icon.png') no-repeat;
    background-position: 50% !important;
    background-size: contain !important;
}

.home-about-link {
    position: relative;
    display: block;
    width: calc(100% - (78px * 2));
    max-width: 360px;
    height: 50px;
    background: #ed1c24;
    color: #fff;
    line-height: 52px;
    text-align: center;
    margin-bottom: 65px;
    font-size: 16px;
    font-family: eurocaps;
    color: #fff;
    overflow: hidden;
    padding-left: 0px;

    -webkit-transition: padding-left 0.6s, background 0.6s;
    -moz-transition: padding-left 0.6s, background 0.6s;
    -ms-transition: padding-left 0.6s, background 0.6s;
    transition: padding-left 0.6s, background 0.6s;
}


.home-about-link:hover {
    /* padding-left: 50px; */
    background: #222;

    -webkit-transition: padding-left 0.6s, background 0.6s;
    -moz-transition: padding-left 0.6s, background 0.6s;
    -ms-transition: padding-left 0.6s, background 0.6s;
    transition: padding-left 0.6s, background 0.6s;
}
/* 
.home-about-link:before {
    content: '';
    position: absolute;
    display: block;
    left: -200px;
    top: 0px;
    width: 50px;
    height: 100%;
    border-left: 60px solid #fff;
    border-right: 60px solid #fff;

    -webkit-transition: left 0.6s, width 0.6s, border 0.6s;
    -moz-transition: left 0.6s, width 0.6s, border 0.6s;
    -ms-transition: left 0.6s, width 0.6s, border 0.6s;
    transition: left 0.6s, width 0.6s, border 0.6s;
}

.home-about-link:hover:before {
    left: 20px;
    width: 10px;
    border-left: 15px solid #fff;
    border-right: 5px solid #fff;

    -webkit-transition: left 0.6s, width 0.6s, border 0.6s;
    -moz-transition: left 0.6s, width 0.6s, border 0.6s;
    -ms-transition: left 0.6s, width 0.6s, border 0.6s;
    transition: left 0.6s, width 0.6s, border 0.6s;
} */

.home-about-link:after {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    width: 15px;
    height: 11px;
    top: calc((100% - 11px) / 2);
    background: url('../../img/front/home/right_arrow_icon.png') no-repeat;
    background-size: contain !important;
    background-position: 50% !important;
}

.home-tes {
    position: relative;
    display: block;
    padding: 0px 20px 200px;
    /* height: 822px; */
    background: url('../../img/front/home/indonesia_maps.png') no-repeat;
    background-size: contain !important;
    background-position: left 0px bottom 63px !important;
}

.home-tes-title {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 70px;
    font-size: 24px;
    color: #222;
    font-family: eurocaps;
}

.home-tes-people-group {
    position: relative;
    display: block;
    font-size: 0px;
    text-align: center;
    margin-bottom: 180px;
}

.home-tes-people-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 280px;
    height: 200px;
    padding: 24px 40px 0px;
    border: 1px solid #222;
    margin: 0px 7px 40px;
    font-size: 14px;
    font-family: roboto;
    color: #222;
    line-height: 23px;
    text-align: left;
    background: #fff;
}

.home-tes-people-item:last-child {
    padding: 0px;
    background: #ed1c24;
    color: #fff;
    border: 1px solid #ed1c24;
}

.home-tes-people-box {
    width: 140px;
    height: 100px;
    border: 1px solid #fff;
    font-size: 16px;
    font-family: eurocaps;
    line-height: 20px;
    text-align: center;
}

.home-tes-people-box .link:after {
    content: '';
    position: relative;
    display: block;
    width: 15px;
    height: 11px;
    margin: 5px auto 0px;

    background: url('../../img/front/home/right_arrow_icon.png') no-repeat;
    background-size: contain !important;
    background-position: 50% !important;
}

.home-tes-people-item:nth-child(even) {
    margin-top: 20px;
}

.home-tes-people-item:before {
    content: "";
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    bottom: -20px;
    left: 0px;
    
    border-left: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #222;
}

.home-tes-people-item:last-child:before {
    border-right: 20px solid #ed1d25;
}

.home-tes-people-item:after {
    content: "";
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    bottom: -18px;
    left: 3px;

    border-left: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 18px solid #fff;
}

.home-tes-people-item:last-child:after {
    display: none;
}

.home-tes-people-item span {
    padding-top: 5px;
    position: relative;
    width: 100%;
    
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.home-tes-people-item strong {
    padding-top: 5px;
    position: relative;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.home-tes-agent {
    position: relative;
    display: block;
    width: 445px;
    height: 100px;
    background: #ed1c24;
    color: #fff;
    margin: 0px auto;
    text-align: center;
    box-shadow: 0px 3px 5px #222;
    padding-left: 0px;
    overflow: hidden;
    
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);

    -webkit-transition: padding-left 0.6s, background 0.6s;
    -moz-transition: padding-left 0.6s, background 0.6s;
    -ms-transition: padding-left 0.6s, background 0.6s;
    transition: padding-left 0.6s, background 0.6s;
}

.home-tes-agent:hover {
    /* padding-left: 50px; */
    background: #222;

    -webkit-transition: padding-left 0.6s, background 0.6s;
    -moz-transition: padding-left 0.6s, background 0.6s;
    -ms-transition: padding-left 0.6s, background 0.6s;
    transition: padding-left 0.6s, background 0.6s;
}
/* 
.home-tes-agent:before {
    content: '';
    position: absolute;
    display: block;
    left: -200px;
    top: 0px;
    width: 50px;
    height: 100%;
    border-left: 60px solid #fff;
    border-right: 60px solid #fff;

    -webkit-transition: left 0.6s, width 0.6s, border 0.6s;
    -moz-transition: left 0.6s, width 0.6s, border 0.6s;
    -ms-transition: left 0.6s, width 0.6s, border 0.6s;
    transition: left 0.6s, width 0.6s, border 0.6s;
}

.home-tes-agent:hover:before {
    left: 20px;
    width: 10px;
    border-left: 15px solid #fff;
    border-right: 5px solid #fff;

    -webkit-transition: left 0.6s, width 0.6s, border 0.6s;
    -moz-transition: left 0.6s, width 0.6s, border 0.6s;
    -ms-transition: left 0.6s, width 0.6s, border 0.6s;
    transition: left 0.6s, width 0.6s, border 0.6s;
} */

.home-tes-agent:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 10px;
    background: #222;
    bottom: 0px;
    left: 0px;
    box-shadow: 0px 3px 5px #b8b8b8;
}

.home-tes-agent span {
    position: relative;
    display: block;
}

.home-tes-agent span span:first-child {
    font-size: 30px;
    font-family: eurocaps;
    letter-spacing: 2px;
    line-height: 17px;
    margin-bottom: 5px;
    padding-top: -3px;
    font-style: normal !important;
}

.home-tes-agent span span:first-child:after {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 11px;
    top: 2px;
    background: url('../../img/front/home/right_arrow_icon.png') no-repeat;
    background-position: 50% !important;
    background-size: contain !important;
}

.home-tes-agent span span:last-child {
    font-size: 14px;
    font-family: roboto;
    font-style: italic;
    line-height: 24px;
}

.home-bottom-group {
    background: #f2f2f2;
    position: relative;
    display: block;
    padding: 70px 20px;
    margin-bottom: 90px;
}

.home-article {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 100px;
    /* padding: 65px 20px 140px; */
}

.home-article:last-child {
    margin-bottom: 0px;
}

.home-article-title {
    position: relative;
    display: block;
    text-align: center;
    font-size: 24px;
    font-family: eurocaps;
    color: #222;
    margin-bottom: 45px;
}

.home-article-group {
    position: relative;
    display: block;
    font-size: 0px;
    margin: 0px auto 50px;
}

.home-article-list {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 314px;
    min-height: 413px;
    margin: 0px 15px 30px;
    box-shadow: 0px 3px 10px #929292;
    background: #fff;
    text-align: left;
}

.home-article-list.video {
    min-height: 280px;
}

.home-article-list:first-child {
    margin-left: 0px;
}

.home-article-list:last-child {
    margin-right: 0px;
}

.home-article-image {
    position: relative;
    display: block;
    width: 100%;
}

.home-article-image img {
    opacity: 0;
}

.home-article-image iframe {
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.home-article-text {
    position: relative;
    display: block;
    padding: 15px 30px 30px;
}

.home-article-text.video {
    min-height: 83px;
    padding: 15px 30px;
}

.home-article-text.video * {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.home-article-list-title {
    position: relative;
    display: block;
    font-size: 20px;
    font-family: eurocaps;
    color: #222;
    line-height: 24px;
    margin-bottom: 5px;
}

.home-article-desc {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    font-family: roboto;
    color: #222;
    
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.home-article-link {
    position: relative;
    display: block;
    width: 100%;
    max-width: 315px;
    height: 50px;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    /* border: 1px solid #ed1c24; */
    background: #ed1c24;
    overflow: hidden;
    margin: 0px auto;
    padding-left: 0px;

    -webkit-transition: padding-left 0.6s, background 0.6s;
    -moz-transition: padding-left 0.6s, background 0.6s;
    -ms-transition: padding-left 0.6s, background 0.6s;
    transition: padding-left 0.6s, background 0.6s;
}

.home-article-link:hover {
    /* padding-left: 50px; */
    background: #222;

    -webkit-transition: padding-left 0.6s, background 0.6s;
    -moz-transition: padding-left 0.6s, background 0.6s;
    -ms-transition: padding-left 0.6s, background 0.6s;
    transition: padding-left 0.6s, background 0.6s;
}
/* 
.home-article-link:before {
    content: '';
    position: absolute;
    display: block;
    left: -200px;
    top: 0px;
    width: 50px;
    height: 100%;
    border-left: 60px solid #fff;
    border-right: 60px solid #fff;

    -webkit-transition: left 0.6s, width 0.6s, border 0.6s;
    -moz-transition: left 0.6s, width 0.6s, border 0.6s;
    -ms-transition: left 0.6s, width 0.6s, border 0.6s;
    transition: left 0.6s, width 0.6s, border 0.6s;
}

.home-article-link:hover:before {
    left: 20px;
    width: 10px;
    border-left: 15px solid #fff;
    border-right: 5px solid #fff;

    -webkit-transition: left 0.6s, width 0.6s, border 0.6s;
    -moz-transition: left 0.6s, width 0.6s, border 0.6s;
    -ms-transition: left 0.6s, width 0.6s, border 0.6s;
    transition: left 0.6s, width 0.6s, border 0.6s;
} */

.home-article-link:after {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 11px;
    top: calc((100% - 11px) / 2);
    margin-left: 5px;

    background: url('../../img/front/home/right_arrow_icon.png') no-repeat;
    background-size: contain !important;
    background-position: 50% !important;
}


@media screen and (min-width : 1367px) {
    .home-slide-group {
        width: calc((380px * 2) + 961px + (10px * 2)) !important;
        left: calc((100% - ((380px * 2) + 961px + (10px * 2))) / 2) !important;
    }

    .home-slide-item.left {
        width: 380px;
    }

    .home-slide-item.right {
        width: 380px;
    }

    .home-slide-nav-group {
        margin-top: -60px;
    }
}

@media screen and (max-width : 1050px) {
    .home-about-item:first-child {
        width: calc(100% - 520px)
    }
    
    .home-about-item:last-child {
        width: 520px;
    }

    .home-article-list:nth-child(2) {
        margin-right: 0px;
    }

    .home-article-list:last-child {
        margin-left: 0px;
    }
}

@media screen and (max-width : 940px) {
    .home-slide-nav-group {
        width: calc((170px * 4) + (3px * 3) + 20px);
        left: calc((100% - ((170px * 4) + (3px * 3) + 20px)) / 2);
    }

    .home-slide-nav-item {
        width: 170px;
        height: 100px;
    }

    .home-slide-nav-see span {
        font-size: 12px;
        letter-spacing: 0.3px;
    }

    .home-slide-nav-background.vintage:before {
        background-size: auto 17px !important;
    }

    .home-slide-nav-background.vintage:after {
        background-size: auto 17px !important;
    }

    .home-slide-nav-background.aomori:before {
        background-size: 66px auto !important;
    }

    .home-slide-nav-background.aomori:after {
        background-size: 66px auto !important;
    }

    .home-slide-nav-background.d_xplore:before {
        background-size: 66px auto !important;
    }

    .home-slide-nav-background.d_xplore:after {
        background-size: 66px auto !important;
    }

    .home-slide-nav-background.blossom:before {
        background-size: 144px auto !important;
    }

    .home-slide-nav-background.blossom:after {
        background-size: 144px auto !important;
    }
}

@media screen and (max-width : 870px) {
    .home-about-item:first-child {
        width: calc(100% - 460px);
    }

    .home-about-item:last-child {
        width: 460px;
    }

    .home-about-list {
        font-size: 14px;
    }

    .home-about-list strong {
        font-size: 26px;
    }
}

@media screen and (max-width : 768px) {
    .home-container {
        padding-top: 65px;
    }

    .home-slide.mob {
        display: block;
    }

    .home-slide.desc {
        display: none;
    }

    .home-slide-nav-group.mob {
        display: block;
    }

    .home-slide-nav-group.desc {
        display: none;
    }

    .home-slide-nav-group {
        margin-bottom: 100px;
        width: calc((135px * 4) + (3px * 3) + 20px);
        left: calc((100% - ((135px * 4) + (3px * 3) + 20px)) / 2);
        margin-top: -68px;
    }

    .home-slide-nav-item {
        width: 135px;
        height: 70px;
    }

    .home-slide-nav-background.vintage:before {
        background-size: auto 14px !important;
    }

    .home-slide-nav-background.vintage:after {
        background-size: auto 14px !important;
    }

    .home-slide-nav-background.aomori:before {
        background-size: 50px auto !important;
    }

    .home-slide-nav-background.aomori:after {
        background-size: 50px auto !important;
    }

    .home-slide-nav-background.d_xplore:before {
        background-size: 50px auto !important;
    }

    .home-slide-nav-background.d_xplore:after {
        background-size: 50px auto !important;
    }

    .home-slide-nav-background.blossom:before {
        background-size: 114px auto !important;
    }

    .home-slide-nav-background.blossom:after {
        background-size: 114px auto !important;
    }

    .home-slide-nav-see {
        top: -35px !important;
        height: 35px;
    }
    
    .home-slide-nav-see span {
        line-height: 35px;
        font-size: 10px;
    }

    .home-slide-nav-item:hover .home-slide-nav-see {
        top: -35px !important;
    }
    
    .home-slide-nav-item.rslides_here .home-slide-nav-see {
        top: -35px !important;
    }

    .home-about {
        padding-left: 0px;
        margin: 0px auto 90px;
    }

    .home-about-item {
        display: block;
        margin: 0px auto;
    }

    .home-about-slide li {
        height: 100% !important;
    }

    .home-about-slide li img {
        max-height: 80% !important;
        max-width: 80% !important;
    }

    .home-about-item:first-child:before {
        left: -2px;
    }
    
    .home-about-item:first-child {
        width: 100% !important;
        height: 340px !important;
        background-size: auto 300px !important;
    }
    
    .home-about-item:last-child {
        /* padding-left: 0px; */
        width: 450px;
    }

    .home-about-list:first-child {
        margin-top: 30px;
    }

    .home-about-link {
        margin-left: calc(((100% - 78px) - (100% - (78px * 2))) / 2);
    }

    .home-tes-people-group {
        margin-bottom: 70px;
    }

    .home-tes {
        padding: 0px 20px 100px;
    }

    .home-tes-agent {
        width: 380px;
        height: 70px;
    }

    .home-tes-agent span span:first-child {
        font-size: 24px;
        margin-bottom: 0px;
    }

    .home-tes-agent span span:last-child {
        font-size: 12px;
    }
}

@media screen and (max-width : 700px) {
    .home-article-list {
        width: calc(50% - 15px);
    }

    .home-about-item:first-child {
        height: 260px;
        background-size: auto 200px !important;
    }

    .home-about-item:first-child:before {
        top: 7px;
        width: 134px;
        height: 110px;
    }
    
    .home-about-list {
        height: 30px;
        line-height: 30px;
        margin-bottom: 20px;
        font-size: 12px;
    }

    .home-about-list:first-child {
        margin-top: 0px;
    }

    .home-about-list strong {
        font-size: 22px;
    }

    .home-about-list:before {
        width: 30px;
        height: 30px;
        left: -50px;
    }

    .home-about-item:last-child {
        width: 390px;
    }

    .home-about-link {
        width: 230px;
        margin-left: calc(((100% - 78px) - 230px) / 2)
    }

    .home-about {
        margin: 0px auto 50px;
    }

    .home-tes-title {
        margin-bottom: 50px;
    }

    .home-tes-people-item {
        width: calc(50% - 15px);
    }
}

@media screen and (max-width : 500px) {
    .home-slide-nav-group {
        margin-bottom: 100px;
        width: calc((145px * 2) + (3px * 3) + 20px);
        left: calc((100% - ((145px * 2) + (3px * 3) + 20px)) / 2);
        margin-top: -147px;
    }

    .home-slide-nav-item {
        width: 145px;
        height: 70px;
    }

    .home-slide-nav-background.vintage:before {
        background-size: auto 14px !important;
    }

    .home-slide-nav-background.vintage:after {
        background-size: auto 14px !important;
    }

    .home-slide-nav-background.aomori:before {
        background-size: 50px auto !important;
    }

    .home-slide-nav-background.aomori:after {
        background-size: 50px auto !important;
    }

    .home-slide-nav-background.d_xplore:before {
        background-size: 50px auto !important;
    }

    .home-slide-nav-background.d_xplore:after {
        background-size: 50px auto !important;
    }

    .home-slide-nav-background.blossom:before {
        background-size: 114px auto !important;
    }

    .home-slide-nav-background.blossom:after {
        background-size: 114px auto !important;
    }

    .home-slide-nav-item:nth-child(1), .home-slide-nav-item:nth-child(2) {
        margin-bottom: 8px;
    }

    .home-slide-nav-item:first-child {
        margin-left: 19px;
    }

    .home-slide-nav-item:nth-child(3) {
        margin-left: 5px;
    }

    .home-about-list {
        height: 50px;
        line-height: 20px;
    }

    .home-about-list strong {
        position: relative;
        display: block;
        line-height: 30px;
    }

    .home-about-item:last-child {
        width: 100%;
    }

    .home-tes {
        padding: 0px 20px 50px;
    }

    .home-tes-people-item {
        width: 100%;
        margin: 0px 0px 40px !important;
    }

    .home-tes-agent {
        width: 320px;
    }

    .home-tes-agent span span:first-child {
        font-size: 20px;
    }

    .home-tes-agent span span:last-child {
        font-size: 10px;
    }

    .home-article-list {
        width: 100%;
        margin: 0px 0px 30px !important;
    }
}