/* ===============================================================================
Top
=============================================================================== */
/* top-section
========================= */
/* top-sec-1 */
.top-sec-1 {
  margin-bottom: 60px;
}

.top-sec-1 .blks-1 {
  padding-bottom: 35px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}

.top-sec-1 .blks-1 .mv {
  margin-bottom: 35px;
}

.top-sec-1 .blks-1 .mv .swiper-slide {
  padding-top: 50%;
  position: relative;
}

.top-sec-1 .blks-1 .mv .swiper-slide img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.top-sec-1 .blks-1 .bnr a {
  display: block;
}

.top-sec-1 .blks-1 .bnr a:hover {
  opacity: 0.8;
}

.top-sec-1 .blks-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-sec-1 .blks-2__lt {
  width: 320px;
}

.top-sec-1 .blks-2__rt {
  width: 650px;
  background: #f3f6f7;
}

.top-sec-1 .blks-2 .facebook {
  margin-bottom: 30px;
}

.top-sec-1 .blks-2 .insta {
  margin-bottom: 30px;
}

.top-sec-1 .blks-2 .insta__btn a {
  display: inline-block;
}

.top-sec-1 .blks-2 .insta__btn a:hover {
  opacity: 0.8;
}

.top-sec-1 .blks-2 .insta__btn img {
  width: 320px;
}

.top-sec-1 .blks-2 .line {
  border: solid 1px #ccc;
  padding: 15px 10px 17px;
}

.top-sec-1 .blks-2 .line__txt {
  font-size: 1.125rem;
  font-weight: 500;
  color: #269c63;
  text-align: center;
  margin-bottom: 8px;
}

.top-sec-1 .blks-2 .line__txt-2 {
  text-align: center;
  margin-bottom: 23px;
}

.top-sec-1 .blks-2 .line__txt-2 img {
  width: 270px;
}

.top-sec-1 .blks-2 .line__btn {
  text-align: center;
  margin-bottom: 13px;
}

.top-sec-1 .blks-2 .line__btn a {
  display: inline-block;
}

.top-sec-1 .blks-2 .line__btn a:hover {
  opacity: 0.8;
}

.top-sec-1 .blks-2 .line__btn img {
  width: 138px;
}

.top-sec-1 .blks-2 .line__txt-3 {
  text-align: center;
  font-size: 1rem;
}

.top-sec-1 .blks-2 .news__heading {
  width: 432px;
  background: #269c63;
  padding: 14px 24px 15px;
  border-radius: 20px 20px 0 0;
}

.top-sec-1 .blks-2 .news__heading__wrap {
  background: #fff;
}

.top-sec-1 .blks-2 .news__heading__main {
  padding-left: 43px;
  font-size: 1.3125rem;
  color: #fff;
  position: relative;
}

.top-sec-1 .blks-2 .news__heading__main::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 24px;
  height: 31px;
  background: url("../images/top/top_ico01.png") no-repeat 0 0/100% 100%;
}

.top-sec-1 .blks-2 .news__body {
  padding: 16px 20px 50px;
}

.top-sec-1 .blks-2 .news__list {
  margin-bottom: 60px;
}

.top-sec-1 .blks-2 .news__list__item {
  font-size: 1rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-sec-1 .blks-2 .news__list__item:not(:last-child) {
  margin-bottom: 18px;
}

.top-sec-1 .blks-2 .news__list__item__date {
  color: #269c63;
  width: 100px;
}

.top-sec-1 .blks-2 .news__list__item__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.top-sec-1 .blks-2 .news__list__item__txt a {
  text-decoration: underline;
}

.top-sec-1 .blks-2 .news__list__item__txt a:hover {
  opacity: 0.8;
}

.news__btn {
  text-align: center;
}

.news__btn a {
  display: inline-block;
  width: 400px;
  position: relative;
}

.news__btn a:hover {
  opacity: 0.8;
}

.news__btn a::after {
  position: absolute;
  content: "";
  display: block;
  bottom: -5px;
  right: -7px;
  background: #bedfc3;
  width: 400px;
  height: 60px;
}

.news__btn a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  padding: 0 50px;
  height: 60px;
  box-sizing: border-box;
  border: solid 1px #ccc;
  background: #fff;
  position: relative;
  z-index: 1;
}

.news__btn a span::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  width: 24px;
  height: 24px;
  background: url("../images/cmn_arr01.svg") no-repeat 0 0/100% 100%;
}

@media screen and (max-width: 768px) {
  .top-sec-1 {
    margin-bottom: 5.33vw;
  }
  .top-sec-1 .blks-1 {
    padding-bottom: 5.33vw;
    border-bottom: 0.27vw solid #ccc;
    margin-bottom: 6vw;
  }
  .top-sec-1 .blks-1 .mv {
    margin: 0 -2.67vw 4.67vw;
  }
  .top-sec-1 .blks-2 {
    display: block;
  }
  .top-sec-1 .blks-2__rt {
    width: auto;
  }
  .top-sec-1 .blks-2 .news__heading {
    width: 58.67vw;
    padding: 1.87vw 3.2vw;
    border-radius: 2.67vw 2.67vw 0 0;
  }
  .top-sec-1 .blks-2 .news__heading__main {
    padding-left: 5.73vw;
    font-size: 2.8vw;
  }
  .top-sec-1 .blks-2 .news__heading__main::after {
    width: 3.2vw;
    height: 4.13vw;
  }
  .top-sec-1 .blks-2 .news__body {
    padding: 2vw 2vw 6.67vw;
  }
  .top-sec-1 .blks-2 .news__list {
    margin-bottom: 4.67vw;
  }
  .top-sec-1 .blks-2 .news__list__item {
    font-size: 2.8vw;
    line-height: 1.81;
    display: block;
  }
  .top-sec-1 .blks-2 .news__list__item:not(:last-child) {
    margin-bottom: 0;
  }
  .top-sec-1 .blks-2 .news__list__item__date {
    width: auto;
  }
  .top-sec-1 .blks-2 .news__btn a {
    width: 53.33vw;
  }
  .top-sec-1 .blks-2 .news__btn a::after {
    bottom: -0.67vw;
    right: -0.93vw;
    width: 53.33vw;
    height: 8vw;
  }
  .top-sec-1 .blks-2 .news__btn a span {
    font-size: 3.2vw;
    padding: 0 6.67vw;
    height: 8vw;
    border: solid 0.27vw #ccc;
  }
  .top-sec-1 .blks-2 .news__btn a span::after {
    right: 2.67vw;
    width: 3.2vw;
    height: 3.2vw;
  }
	
	
  .top-sec-4 .blks-1 .news__btn a {
    width: 63.33vw;
  }
  .top-sec-4 .blks-1 .news__btn a::after {
    bottom: -0.67vw;
    right: -0.93vw;
    width: 63.33vw;
    height: 8vw;
  }
  .top-sec-4 .blks-1 .news__btn a span {
    font-size: 3.2vw;
    padding: 0 6.67vw;
    height: 8vw;
    border: solid 0.27vw #ccc;
  }
  .top-sec-4 .blks-1 .news__btn a span::after {
    right: 2.67vw;
    width: 3.2vw;
    height: 3.2vw;
  }	
	
	
}

/* top-sec-2 */
.top-sec-2 .blks-1 {
  margin-bottom: 16px;
}

.top-sec-2 .blks-1 .heading {
  font-size: 2.375rem;
  font-weight: 500;
  padding-top: 77px;
  background: url("../images/top/top_ico02.png") no-repeat center top/40px auto;
  text-align: center;
}

.top-sec-2 .blks-2 {
  background: #f7eecb;
  padding: 50px 0 68px;
}

.top-sec-2 .blks-2 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-sec-2 .blks-2 .list__item {
  width: 480px;
  margin: 40px 40px 0 0;
}

.top-sec-2 .blks-2 .list__item:nth-child(2n) {
  margin-right: 0;
}

.top-sec-2 .blks-2 .list__item:nth-child(-n+2) {
  margin-top: 0;
}

.top-sec-2 .blks-2 .box {
  display: block;
  position: relative;
}

.top-sec-2 .blks-2 .box:hover {
  opacity: 0.8;
}

.top-sec-2 .blks-2 .box::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 100%;
  background: #e9eaeb;
  border-radius: 20px;
}

.top-sec-2 .blks-2 .box__inner {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 20px;
  padding: 10px 18px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-sec-2 .blks-2 .box__inner::after {
  position: absolute;
  content: "";
  display: block;
  right: 20px;
  bottom: 10px;
  width: 24px;
  height: 24px;
  background: url("../images/cmn_arr01.svg") no-repeat 0 0/100% 100%;
}

.top-sec-2 .blks-2 .box__image {
  width: 230px;
  margin-right: 10px;
}

.top-sec-2 .blks-2 .box__inner-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 35px;
}

.top-sec-2 .blks-2 .box__heading {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  color: #333;
  padding-bottom: 7px;
  border-bottom: 2px solid #269c63;
  margin: -4px 0 4px;
}

.top-sec-2 .blks-2 .box__txt {
  font-size: 1rem;
  line-height: 1.5;
}

.top-sec-2 .blks-2 .box._type-2 .box__inner::after {
  background: url("../images/cmn_ico03.png") no-repeat 0 0/100% 100%;
}

@media screen and (max-width: 768px) {
  .top-sec-2 .blks-1 {
    margin-bottom: 2.67vw;
  }
  .top-sec-2 .blks-1 .heading {
    font-size: 5.07vw;
    padding-top: 10.27vw;
    background: url("../images/top/top_ico02.png") no-repeat center top/5.33vw auto;
  }
  .top-sec-2 .blks-2 {
    padding: 5.6vw 0 6.67vw;
  }
  .top-sec-2 .blks-2 .list {
    display: block;
  }
  .top-sec-2 .blks-2 .list__item {
    width: auto;
    margin: 0;
  }
  .top-sec-2 .blks-2 .list__item:not(:last-child) {
    margin-bottom: 5.33vw;
  }
  .top-sec-2 .blks-2 .box::after {
    bottom: -1.33vw;
    border-radius: 2.67vw;
  }
  .top-sec-2 .blks-2 .box__inner {
    border-radius: 2.67vw;
    padding: 1.33vw 2.4vw 1.33vw 1.33vw;
  }
  .top-sec-2 .blks-2 .box__inner::after {
    right: 2vw;
    bottom: 1.6vw;
    width: 5.33vw;
    height: 5.33vw;
  }
  .top-sec-2 .blks-2 .box__image {
    width: 30.67vw;
    margin-right: 2vw;
  }
  .top-sec-2 .blks-2 .box__inner-2 {
    padding-bottom: 7.33vw;
  }
  .top-sec-2 .blks-2 .box__heading {
    font-size: 3.2vw;
    line-height: 1.583;
    padding-bottom: 0.8vw;
    border-bottom: 0.4vw solid #269c63;
    margin: -0.53vw 0 0.67vw;
  }
  .top-sec-2 .blks-2 .box__txt {
    font-size: 2.8vw;
    line-height: 1.81;
  }
}

/* top-sec-3 */
.top-sec-3 .blks-1 {
  background: #f1f1f1;
  padding: 47px 0;
}

.top-sec-3 .blks-1 .bnr-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-sec-3 .blks-1 .bnr-list__item {
  width: 23.4%;
  margin: 25px 2.13% 0 0;
}

.top-sec-3 .blks-1 .bnr-list__item:nth-child(4n) {
  margin-right: 0;
}

.top-sec-3 .blks-1 .bnr-list__item:nth-child(-n+4) {
  margin-top: 0;
}

.top-sec-3 .blks-1 .bnr-list__item a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .top-sec-3 {
    margin-bottom: 8.67vw;
  }
  .top-sec-3 .blks-1 {
    padding: 4.67vw 0;
    margin-bottom: 2.67vw;
  }
  .top-sec-3 .blks-1 .bnr-list__item {
    width: 47.88%;
    margin: 2.67vw 4.24% 0 0;
  }
  .top-sec-3 .blks-1 .bnr-list__item:nth-child(4n) {
    margin-right: 4.24%;
  }
  .top-sec-3 .blks-1 .bnr-list__item:nth-child(-n+4) {
    margin-top: 2.67vw;
  }
  .top-sec-3 .blks-1 .bnr-list__item:nth-child(2n) {
    margin-right: 0;
  }
  .top-sec-3 .blks-1 .bnr-list__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .top-sec-3 .blks-1 .bnr-list__item img {
    width: 100%;
  }
  .top-sec-3 .blks-2 .facebook {
    height: 118.4vw;
    position: relative;
    margin-bottom: 6.67vw;
  }
  .top-sec-3 .blks-2 .facebook iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 500px;
    right: 0;
    margin: 0 auto;
  }

  .top-sec-3 .blks-2 .insta {
/*
    width: 100%;
*/
    margin: 0 auto 6.67vw;
  }
  .top-sec-3 .blks-2 .insta__btn {
    text-align: center;
/*
    margin-bottom: 2.8vw;
*/
  }
  .top-sec-3 .blks-2 .insta__btn img {
    width: 90%;
  }



  .top-sec-3 .blks-2 .line {
    width: 64vw;
    box-sizing: border-box;
    margin: 0 auto;
    border: solid 0.27vw #ccc;
    padding: 2.67vw 1.33vw 3.47vw;
  }
  .top-sec-3 .blks-2 .line__txt {
    text-align: center;
    font-size: 3.6vw;
    font-weight: 500;
    color: #269c63;
    margin-bottom: 1.6vw;
  }
  .top-sec-3 .blks-2 .line__txt-2 {
    text-align: center;
    margin-bottom: 4.4vw;
  }
  .top-sec-3 .blks-2 .line__txt-2 img {
    width: 54vw;
  }
  .top-sec-3 .blks-2 .line__btn {
    text-align: center;
    margin-bottom: 2.8vw;
  }
  .top-sec-3 .blks-2 .line__btn img {
    width: 27.47vw;
  }
  .top-sec-3 .blks-2 .line__txt-3 {
    text-align: center;
    font-size: 3.2vw;
  }
}

/* top-sec-4 */
.top-sec-4 .blks-1 {
  margin-bottom: 16px;
}

.top-sec-4 .blks-1 .heading {
  font-size: 2.375rem;
  font-weight: 500;
  padding-top: 77px;
  background: url("../images/top/top_ico03.png") no-repeat center top/66px auto;
  text-align: center;
}

.top-sec-4 .blks-1 .blks-2{
	margin: 30px auto 100px;
	padding: 45px;
	background: url("../images/top/top-sec-4_bg.png") no-repeat center;
} 

.top-sec-4 .blks-1 .blks-2 .top_video iframe{
	width: 560px;
	height: 315px;
	margin: auto;
	text-align: center;
} 






@media screen and (max-width: 768px) {
  .top-sec-4 .blks-1 {
    margin-bottom: 2.67vw;
  }
  .top-sec-4 .blks-1 .heading {
    font-size: 5.07vw;
    padding-top: 10.27vw;
    background: url("../images/top/top_ico03.png") no-repeat center top/7vw auto;
  }

	.top-sec-4 .blks-1 .blks-2 .top_video{
		position: relative;
		overflow: hidden;
		padding-top: 56.25%;
	} 
	
	.top-sec-4 .blks-1 .blks-2 .top_video iframe{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	} 	

}


/* ===============================================================================
contents shared
=============================================================================== */
/* sec-1 */
.sec-1 {
  padding-top: 0;
  margin-bottom: 75px;
}

.sec-1 .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sec-1 .col2__lt {
  width: 320px;
}

.sec-1 .col2__rt {
  width: 650px;
  margin-top: -4px;
}

.sec-1 .col2 + .col2 {
  margin-top: 37px;
}


@media screen and (max-width: 768px) {
  .sec-1 {
    padding-top: 4.93vw;
    margin-bottom: 12.13vw;
  }
  .sec-1 .col2__lt {
    width: 30%;
  }
  .sec-1 .col2__rt {
    width: 66%;
    margin-top: -0.53vw;
  }
  .sec-1 .col2 + .col2 {
    margin-top: 4.93vw;
  }  
  
}


/* ===============================================================================
letter（会報誌）
=============================================================================== */
/* tmp_letter
========================= */
/* letter_box */
.letter_box,
.letter_list{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	
	justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-mozflex-wrap: wrap;
}

	.letter_box__lt {
	  width: 320px;
	  margin-top: 50px;
	}
	
		.letter_box__lt img{
		  width: 320px;
		  height: auto;
		}
	
	.letter_box__rt {
	  width: 650px;
	}


/* letter_list */
.letter_list dl{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-mozflex-wrap: nowrap;
	
	width: 50%;
	margin-bottom: 10px;
}

	.letter_list dt{
		background: #269c63;
		color: #fff;
		
		padding: 0 5px;
		margin-right: 10px;
	}
	
	.letter_list dd a{
		color: #269c63;
		text-decoration: underline;
	}
	
	.letter_list dd a:hover{
		text-decoration: none;
	}

	

	@media screen and (max-width: 768px) {
	/* letter_box */
	.letter_box,
	.letter_list {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		flex-direction: column;
		justify-content: center;	
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		
	}
	  .letter_box__lt {
	  	width: 100%;
		height: auto;
		text-align: center;
		margin: 0 auto;
	  }
	  
		.letter_box__lt img{
			width: 50%;
			height: auto;
		  
		}
		
	.letter_box__rt {
	  width: 100%;
	}

	  
	  
	/* letter_list */
	.letter_list dl{
		width: 100%;
	}
		  
	}
	
	
	
/* ===============================================================================
tekone（てこね）
=============================================================================== */
/* tekone
========================= */
/* pt_tekone_list */
.pt_tekone_list ul {
	width: 1040px;
	margin: 0;
	padding: 0;
	list-style: none;
	
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-justify-content: space-between;
	
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-mozflex-wrap: wrap;
}

	.pt_tekone_list ul li {
		width: 20%;
		margin: 0 auto 20px;
		padding: 0;
		list-style: none;
	}
	
		.pt_tekone_list ul li img {
			display: block;
		}
		
		.pt_tekone_list ul li p {
			display: table-cell;
			text-align: center;
		}
	
		
	
	@media screen and (max-width: 768px) {
	/* pt_tekone_list */
	.pt_tekone_list ul {
		width: 100%;
		
	}
		.pt_tekone_list ul li {
			width: 30%;
			margin: 0 0 20px;
			text-align: center;

		}
		
		.pt_tekone_list ul li pafter {
			display: table-cell;
		}
		
	}
	

/* ===============================================================================
News
=============================================================================== */
/* tmp_news-section
========================= */
/* tmp_news-sec-1 */
.tmp_news-sec-1 {
  padding-top: 54px;
  margin-bottom: 75px;
}

.tmp_news-sec-1 .blks-1 .list__item {
  background: #f3f6f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px;
  font-size: 1rem;
}

.tmp_news-sec-1 .blks-1 .list__item:nth-child(2n) {
  background: #fff;
}

.tmp_news-sec-1 .blks-1 .list__item__date {
  width: 104px;
  color: #269c63;
}

.tmp_news-sec-1 .blks-1 .list__item__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tmp_news-sec-1 .blks-1 .list__item__txt a {
  text-decoration: underline;
}

.tmp_news-sec-1 .blks-1 .list__item__txt a:hover {
  opacity: 0.8;
}

.tmp_news-sec-1 .blks-1 .list #infscr-loading {
  display: none !important;
}


/* NEWS list フェイドイン　追加分　2020.12.26 */
.blks-1 .fadein {
	opacity: 0;
	transition: opacity .6s;
}

.blks-1 .fadein.scrollin {
	opacity: 1;
}


@media screen and (max-width: 768px) {
  .tmp_news-sec-1 {
    padding-top: 4.93vw;
    margin-bottom: 12.13vw;
  }
  .tmp_news-sec-1 .blks-1 .list__item {
    padding: 2.4vw;
    font-size: 2.8vw;
    line-height: 1.81;
  }
  .tmp_news-sec-1 .blks-1 .list__item__date {
    width: 18vw;
    color: #269c63;
  }
}

/* tmp_news-sec-2 */
.tmp_news-sec-2 {
  padding-top: 54px;
  margin-bottom: 80px;
}

.tmp_news-sec-2 .blks-1 {
  margin-bottom: 93px;
}

.tmp_news-sec-2 .blks-1 .heading {
  font-size: 1.3125rem;
  line-height: 1.75;
  font-weight: 500;
  color: #333;
  background: #fcc;
  padding: 12px 19px;
  margin-bottom: 33px;
}

.tmp_news-sec-2 .blks-1 .news-detail {
  margin-bottom: 58px;
  font-size: 1rem;
  line-height: 1.5;
}

.tmp_news-sec-2 .blks-1 .news-detail a {
  color: #269c63;
  text-decoration: underline;
}

.tmp_news-sec-2 .blks-1 .news-detail a:hover {
  opacity: 0.8;
}

.tmp_news-sec-2 .blks-1 .news-detail strong, .tmp_news-sec-2 .blks-1 .news-detail em {
  font-weight: 500;
}

.tmp_news-sec-2 .blks-1 .slider .swiper-slide img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}

.tmp_news-sec-2 .blks-2 {
  margin-bottom: 66px;
}

.tmp_news-sec-2 .blks-2 .heading {
  margin-bottom: 11px;
}

.tmp_news-sec-2 .blks-3 .heading {
  margin-bottom: 11px;
}

@media screen and (min-width: 769px) {
  .tmp_news-sec-2 .blks-1 .slider .swiper-container {
    margin: -12px -10px;
  }
  .tmp_news-sec-2 .blks-1 .slider .swiper-wrapper {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tmp_news-sec-2 .blks-1 .slider .swiper-slide-duplicate {
    display: none !important;
  }
  .tmp_news-sec-2 .blks-1 .slider .swiper-slide {
    margin: 12px 10px;
    width: 320px !important;
    height: 240px !important;
    position: relative;
  }
  .tmp_news-sec-2 .blks-1 .slider .swiper-slide:hover {
    opacity: 0.8;
  }
  .tmp_news-sec-2 .blks-1 .slider .swiper-slide a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .tmp_news-sec-2 .blks-1 .slider .swiper-button-next, .tmp_news-sec-2 .blks-1 .slider .swiper-button-prev {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .tmp_news-sec-2 {
    padding-top: 4.93vw;
    margin-bottom: 12.13vw;
  }
  .tmp_news-sec-2 .blks-1 {
    margin-bottom: 12.4vw;
  }
  .tmp_news-sec-2 .blks-1 .heading {
    font-size: 3.6vw;
    line-height: 1.6;
    padding: 1.6vw 2.53vw;
    margin-bottom: 4.4vw;
  }
  .tmp_news-sec-2 .blks-1 .news-detail {
    margin-bottom: 7.73vw;
    font-size: 2.8vw;
    line-height: 1.81;
  }
  .tmp_news-sec-2 .blks-1 .slider {
    width: 66.67vw;
    margin: 0 auto;
    position: relative;
  }
  .tmp_news-sec-2 .blks-1 .slider .swiper-slide {
    width: 100%;
    padding-top: 75%;
  }
  .tmp_news-sec-2 .blks-1 .slider .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .tmp_news-sec-2 .blks-1 .slider .swiper-button-next, .tmp_news-sec-2 .blks-1 .slider .swiper-button-prev {
    display: block;
    width: 5.33vw;
    height: 5.33vw;
    background: url("../images/cmn_arr01.svg") no-repeat 0 0/100% 100%;
    margin-top: -2.67vw;
  }
  .tmp_news-sec-2 .blks-1 .slider .swiper-button-prev {
    left: -8vw;
    -webkit-transform: scale(-1, -1);
        -ms-transform: scale(-1, -1);
            transform: scale(-1, -1);
  }
  .tmp_news-sec-2 .blks-1 .slider .swiper-button-next {
    right: -8vw;
  }
  .tmp_news-sec-2 .blks-2 {
    margin-bottom: 8.8vw;
  }
  .tmp_news-sec-2 .blks-2 .heading {
    margin-bottom: 1.47vw;
  }
  .tmp_news-sec-2 .blks-3 .heading {
    margin-bottom: 1.47vw;
  }
}




/* ===============================================================================
Plugin CSS
=============================================================================== */
/* Magnific Popup */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
         * Remove all paddings around the image on small screen
         */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* Swiper */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
