@charset "utf-8";

/***************************************************************************
*
* index.css
*
***************************************************************************/



.area1{
	margin-top: 86px;
}
.area1 .row{
	overflow: hidden;
	margin-top: 65px;
}
.area1 .row .img{
	float: right;
	width: 50%;
}
.area1 .row .img img{
    width: 100%;
}
.area1 .row .text{
    float: left;
    width: 50%;
    padding: 29px 30px 0 52px;
}
.area1 .row .text .title{
    font-size: 27px;
    font-weight: 900;
    color: #211d71;
    text-transform: uppercase;
}
.area1 .row .text .subTitle{
    font-size: 21px;
    font-style: italic;
    color: #ea1e20;
    margin-top: 0px;
    font-weight: 900;
    letter-spacing: 2.7px;
}
.area1 .row .text .text1{
    font-size: 16px;
    font-weight: 400;
    margin-top: 22px;
    line-height: 1.7;
    text-align: justify;
    letter-spacing: 1px;

}
.area1 .row .text .btn{
	text-align: right;
	margin-top: 30px;
	margin-right: 40px;
}
.area1 .row .text .btn a{
	font-size: 14px;
	text-decoration: none;
	color: #a55727;
	border: 1px solid #a55727;
	padding: 10px 30px;
	display: inline-block;
    position: relative;
    transition: all 0.25s;
    font-weight: 500;
}
.area1 .row .text .btn a:hover{
    background: #a55727;
    color: #fff;

}


.area2{
    background: url(../img/index/area2-bg.jpg) no-repeat bottom center;
    background-size: cover;
    margin-top: 60px;
    padding: 80px 0;
    position: relative;
}
.area2:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 78, 68, 0.25);
}
.area2 .areaTitle.colWhite{
    color: #fff;
}
.area2 .areaTitle.colWhite span:before,
.area2 .areaTitle.colWhite span:after{
    background: #fff;
}
.area2 .row{
    padding: 10px 40px;
    margin-top: 63px;
    position: relative;
}
.area2 .row:after{
    content: "";
    display: table;
    clear: both;
}
.area2 .row .colImg{
    width: 543px;
}
.area2 .row .colText{
    width: 505px;
    background: rgba(255, 255, 255);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 30px;
    box-shadow: -6px 1px 9px 0px rgba(19, 18, 18, 0.3);
}
.area2 .row .colText.fr{
    box-shadow: 6px 1px 9px 0px rgba(19, 18, 18, 0.3);
}
.area2 .row .colText .colText_before{
    width: 0;
    position: absolute;
    height: 0;
    /*border-top: 244px solid transparent;*/
    border-bottom: 0px solid transparent;
    border-left: 0px solid rgb(255, 255, 255);
    top: 0;
    z-index: 1;
    transition: all 0.4s;
}

.area2 .row.animated .colText .colText_before{
    border-left: 118px solid rgb(255, 255, 255);
}
.area2 .row .colText .colText_before_fr{
    width: 0;
    position: absolute;
    height: 0;
    border-bottom: 0px solid transparent;
    border-right: 0px solid rgb(255, 255, 255);
    top: 0;
    z-index: 1;
    transition: all 0.4s;
}
.area2 .row.animated .colText .colText_before_fr{
    border-right: 118px solid rgb(255, 255, 255);
}
.area2 .row .colText.fl{
    left: 125px;
}
.area2 .row .colText.fr{
    right: 125px;
}
.area2 .row .colText .title a{
    text-align: left;
    display: block;
    font-weight: 900;
    text-decoration: none;
    color: #a55727;
    font-size: 24px;
}
.area2 .row .colText .text{
    margin-top: 25px;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    letter-spacing: 0px;
}
.area2 .row .colText .btn{
    text-align: right;
}
.area2 .row .colText .btn a{
    font-weight: bold;
    color: #a55727;
    text-decoration: none;
    margin-top: 30px;
    display: inline-block;
    position: relative;
}

.area2 .row .colText .btn a:before{
    content: "";
    position: absolute;
    bottom: 0px;
    width: 0%;
    border-bottom: 1px solid #a55727;
    height: 2px;
    left: 0;
    transition: all 0.25s;
    opacity: 1;
}
.area2 .row .colText .btn a:hover:before{
    width: 100%;
}


.area3{
    overflow: hidden;
    margin-top: 120px;
}
.area3 .slider .sub_slider{
    margin-top: 40px;
    padding: 0 30px;

}
.area3 .slider .sub_slider .slick-track{
/*    display: flex;
    justify-content: center;
    flex-wrap: wrap;*/
    padding-bottom: 10px;
}
.area3 .slider .sub_slider .item{
    float: left;
    width: 270px;
    margin-right: 30px;
    border: 1px solid #a55727;
    text-align: center;
    padding: 0 20px 30px;
    box-shadow: 5px 5px 0px rgba(165, 87, 39, 0.48);
    position: relative;
    margin-bottom: 10px;
}
.area3 .slider .sub_slider .item .read_more{
    position: absolute;
    bottom: -5%;
    left: 0;
    width: 100%;
    background: rgba(165, 87, 39, 0.48);
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.6s;
}
.area3 .slider .sub_slider .item:hover .read_more{
    opacity: 1;
    bottom: 0;
}
.area3 .slider .sub_slider .item .read_more a{
    position: absolute;
    top: 50%;
    display: block;
    left: 50%;
    text-align: center;
    box-shadow: inset 0 0 0 1px #fff;
    font-size: 14px;
    padding: 10px 25px;
    transform: translate(-50%, -50%);
    text-decoration: none;
    color: #fff;
    transition: all 0.3s;
    font-weight: normal;
}
.area3 .slider .sub_slider .item .read_more a:hover{
    box-shadow: inset 0 0 0 3px #fff;
}
.area3 .slick-slide{
    margin: 0 15px;
}
.area3 .slick-list {
    margin: 0 -15px;
    overflow: visible;
}

.area3 .slider .sub_slider .item .title a{
    text-decoration: none;
    color: #211d71;
    font-weight: 900;
    font-size: 16px;
    line-height: 1.5;
    transition: all 0.25s;
    display: block;
    min-height: 48px;	
}
.area3 .slider .sub_slider .item .title a:hover{
    color: #2e3192;
}
.area3 .slider .sub_slider .item .text{
    text-align: left;
    font-weight: 200;
    margin-top: 3px;
}
.area3 .slider .sub_slider .prev,
.area3 .slider .sub_slider .next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    width: 50px;
    cursor: pointer;

}
.area3 .slider .sub_slider .prev{
    left: 0;
}
.area3 .slider .sub_slider .next{
    right: 0;
}
.area4{
    margin: 50px 0 100px;
}
.area4 .row{
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.area4 .row .col{
    width: 23%;
    position: relative;
    border: 1px solid #a55727;
    margin-bottom: 20px;
}
.area4 .row .col .img{
    width: 100%;
    overflow: hidden;
    /*height: 216px;*/
    
}
.area4 .row .col .img a img{
    transition: all 0.25s;
    width: 100%;
}
.area4 .row .col .img a:hover img{
    transform: scale(1.2);
}
.area4 .row .col .text{
    width: 100%;
    padding: 20px 10px;
    position: relative;
    text-align: justify;
}
.area4 .row .col .text .title a{
    text-decoration: none;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 1px;
    color: #a55727;
    transition: all 0.25s;
}
.area4 .row .col .text .title a:hover{
    color: #2e3192;
}
.area4 .row .col .text .text2{
    font-size: 14px;
    margin-top: 10px;
}

.area4 .row .col:nth-child(3) .img,
.area4 .row .col:last-child .img{
    float: right;
}

.area4 .row .col:nth-child(3) .text,
.area4 .row .col:last-child .text{
    float: left;
    left: 0;
}
.area4 .row .col .date{
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    text-align: center;
}
.area4 .row .col .date:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    transform: rotate(45deg);
    background: #a55727;
    z-index: -1;
}
.area4 .row .col .date span{
    display: block;
    color: #fff;
    line-height: 1;
}
.area4 .row .col .date span.day{
    font-size: 18px;
    margin-bottom: 3px;
    margin-top: 2px;
    font-weight: bold;
}
@media(max-width: 768px){
    .banner{
        background-size: cover;
    }
    .area1{
        margin-top: 30px;
    }
    .area1 .row{
        margin-top: 20px;
    }
    .area1 .row .text{
        padding: 0 20px 0 0;
    }
    .area1 .row .text .title{
        font-size: 18px;
        letter-spacing: 0;
    }

    .area1 .row .text .subTitle{
        font-size: 14px;
        margin-top: 0;
    }
    .area1 .row .text .text1{
        font-size: 12px;
        letter-spacing: 1px;
        margin-top: 10px;
        line-height: 1.5;
    }
    .area1 .row .text .btn{
        margin-right: 0;
        margin-top: 15px;
    }
    .area1 .row .text .btn a{
        padding: 3px 15px;
    }

    .area2{
        margin-top: 30px;
        padding: 30px 0;
        background: url(../img/index/area2-bg-sp.png) no-repeat top center;
        background-size: 100% 100%;

    }
    .area2 .row{
        padding: 10px 0;
        text-align: center;
        margin-top: 25px;
    }
    .area2 .row + .row{
        margin-top: 20px;
    }
    .area2 .row .colImg{
        width: 60%;
    }
    .area2 .row .colText{
        width: 50%;
        padding: 15px;
        display: inline-block;
        vertical-align: top;
    }
    .area2 .row .colText .title a{
        font-size: 16px;
    }
    .area2 .row .colText .text{
        font-size: 12px;
        margin-top: 5px;
    }
    .area2 .row .colText .btn a{
        margin-top: 0;
    }
    .area2 .row .colText.fl{
        left: 0;
    }
    .area2 .row .colText.fr{
        right: 0;
    }
    .area3 .slider .sub_slider{
        padding: 0;
    }
    .area3 .slider .sub_slider .item{
        width: 30%;
        padding: 0 10px 10px;
    }
    .area3 .slider .sub_slider .item .title a{
        font-size: 14px;
    }
    .area3 .slider .sub_slider .item .text{
        font-size: 12px;
        text-align: left;
        margin-top: 5px;
        min-height: 54px;
    }
    .area4 .row .col{
        width: 49%;
        margin-bottom: 40px;
        margin-right: 2%;
    }
    .area4 .row .col:nth-child(2n){
        margin-right: 0
    }
    .area4 .row .col .text .title a{
        font-size: 16px;
    }
    .area4 .row .col .img{
        width: 100%;
    }
    .area4 .row .col .text{
        width: 100%;
        position: static;
    }
    .area4 .row .col .text .text2{
        text-align: justify;
    }
    .area4 .row .col .text:before,
    .area4 .row .col:nth-child(3) .text:before,
    .area4 .row .col:last-child .text:before{
        background: url(../img/index/before-area4.png) no-repeat top center;
        transform: translateX(-50%) rotate(90deg);
        left: 50%;
        top: -64px;

    }
    .area2 .row .colText .colText_before,
    .area2 .row .colText .colText_before_fr{
        display: none;
    }
}
@media(max-width: 414px){
    .area1 .row .img{
        width: 100%;
        float: none;
    }
    .area1 .row .text{
        padding: 0;
        width: 100%;
        margin-top: 20px;
    }
    .area1 .row .text .title{
        font-size: 20px;
    }

    .area1 .row .text .subTitle{
        font-size: 16px;
    }
    .area1 .row .text .text1{
        font-size: 14px;
        line-height: 1.6;
    }

    .area2 .row{
        padding: 10px 0;
        overflow: inherit;
        text-align: center;
        margin-top: 25px;
        position: static;
    }
    .area2 .row + .row{
        margin-top: 20px;
    }
    .area2 .row .colImg{
        width: 100%;
        float: none;
    }
    .area2 .row .colText{
        transform: none;
        width: 90%;
        padding: 20px;
        position: static;
        display: inline-block;
        vertical-align: top;
        float: none;
        margin-top: -100px;
    }
    .area2 .row .colText .title a{
        font-size: 18px;
    }
    .area2 .row .colText .text{
        font-size: 14px;
        margin-top: 10px;
    }
    .area2 .row .colText .btn a{
        margin-top: 0;
    }
    .area3 .slider .sub_slider{
        padding: 0 20%;
    }
    .area3 .slider .sub_slider .item{
        width: 100%;
    }
    .area4 .row .col{
        width: 100%;
        margin-right: 0;
    }
    .area4{
    	margin-bottom: 30px;
    }
}
