html{margin: 0px; padding: 0px;}
body{margin: 0px; padding: 0px; background-color: #fff;}

.relative{position: relative;}
.absolute{position: absolute;}

.box{display: -webkit-flex; display: flex;}
.flex-direction-row{flex-direction: row;}
.flex-direction-row-r{flex-direction: row-reverse;}
.flex-direction-column{flex-direction: column;}
.flex-direction-column-r{flex-direction: column-reverse;}
.flex-wrap-now{flex-wrap: nowrap}
.flex-wrap-wrap{flex-wrap: wrap}
.flex-wrap-wrap-r{flex-wrap: wrap-reverse}
.justify-content-start{justify-content: flex-start}
.justify-content-end{justify-content: flex-end}
.justify-content-center{justify-content: center}
.justify-content-between{justify-content: space-between}
.justify-content-around{justify-content: space-around}
.align-items-start{align-items: flex-start}
.align-items-end{align-items: flex-end}
.align-items-center{align-items: center}
.align-items-baseline{align-items: baseline}
.align-items-stretch{align-items: stretch}
.align-content-start{align-content: flex-start}
.align-content-end{align-content: flex-end}
.align-content-center{align-content: center}
.align-content-between{align-content: space-between}
.align-content-around{align-content: space-around}
.align-content-stretch{align-content: stretch}

.w1920{max-width: 1600px; width: 100%; margin: 0px auto;}
.w1218{max-width: 990px; width: 100%; margin: 0px auto;}

.block01{height: 1146px; background: url(../images/img01.jpg) center no-repeat; background-size: cover;}
.block02{height: 821px; background: url(../images/img02.jpg) center no-repeat; background-size: cover;}
.block03{height: 674px; background: url(../images/img03.jpg) center no-repeat; background-size: cover;}
.block04{height: 848px; background: url(../images/img04.jpg) center no-repeat; background-size: cover;}
.block05{height: 698px; background: url(../images/img05.jpg) center no-repeat; background-size: cover;}
.block06{height: 669px; background: url(../images/img06.jpg) center no-repeat; background-size: cover;}
.block07{height: 671px; background: url(../images/img07.jpg) center no-repeat; background-size: cover;}
.block08{height: 714px; background: url(../images/img08.jpg) center no-repeat; background-size: cover;}
.block09{height: 694px; background: url(../images/img09.jpg) center no-repeat; background-size: cover;}
.block10{height: 696px; background: url(../images/img10.jpg) center no-repeat; background-size: cover;}
.block11{height: 567px; background: url(../images/img11.jpg) center no-repeat; background-size: cover;}
.block12{height: 1306px; background: url(../images/img12.jpg) center no-repeat; background-size: cover;}
.block13{height: 1413px; background: url(../images/img13.jpg) center no-repeat; background-size: cover;}

.w1280{width: 1280px; margin: 0px auto;}

.swiper-pagination{bottom: -100px !important;}
