.top_banner{
	width:1680px; height:591px;
	margin:0 auto;
}

.top_section ._501_graphic{
	margin:0 auto;
	margin-top:30px;
	margin-bottom:20px;
	width:241px; height:87px;
	background:url("../images/501_graphic.png") center center no-repeat;
	background-size:100%;
}
.top_section ._501_graphic_2{
	margin:0 auto;
	margin-top:30px;
	margin-bottom:20px;
	width:244px; height:89px;
	background:url("../images/501_graphic_2.png") center center no-repeat;
	background-size:100%;
}
.top_section .stxt{
	width:100%; text-align:center;
	font-size:16px; font-weight:bold;
	margin-top:10px; margin-bottom:20px;
	color:#0c1b3a;
}

.banner_section{
	width:1070px; height:auto;
	margin:0 auto;
	margin-bottom:30px;
}
.banner_section img{
	width:100%;
}
.banner_section.offset_top{
	margin-top:-180px
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display: block;
	min-width: 100%;
	width: 100%;
	max-width: 100%;
	line-height: 1;
}
.carousel-indicators {
    bottom: 5px !important;
}
.carousel-indicators {
    left: 81% !important;;
}
._501_yt{
	width:665px; height:373px;
	float:left;
}
._501_yt iframe{
	width:665px; height:373px;
}
.carousel_txt{
	width:calc(100% - 665px);
	height:373px;
	background-color:#f5f5f5;
	float: right;
}
.carousel_txt .ltxt{
	width:100%; text-align:left;
	font-size:22px; font-weight:bold;
	margin-top:25px; margin-left:40px;
	color:#000;
}
.carousel_txt .stxt{
	width:82%; text-align:left;
	font-size:14px; font-weight:bold;
	margin-top:10px; margin-left:40px;
	color:#000;
	line-height:22px;
}

hr.grey{
	width:1070px;
	background-color:#d5d5d5;
	margin:0 auto;
	margin-top:30px; margin-bottom:30px;
}

._501_container{
	width:1070px;
	margin:0 auto;
}
._501_container::after{
	content:"";
	clear:both;
	display: block;
}
._501_container .left{
	width:50%;
	float:left;
}
._501_container .left .graphic{
	margin:0 auto;
	margin-top: 45px;
    margin-bottom: 80px;
}
._501_container .left .graphic.img_3{
	width:374px; height:219px;
}
._501_container .left .graphic.img_6{
	width:269px; height:221px;
}
._501_container .left .graphic.img_9{
	width:223px; height:222px;
}
._501_container .left .graphic.img_14{
	width:381px; height:223px;
}
._501_container .left .ltxt{
	width:100%; text-align:left;
	font-size:26px; font-weight:bold;
	margin-top:30px; margin-left:0px;
	color:#000;
}
._501_container .left .stxt{
	width:90%; text-align:left;
	font-size:16px; font-weight:bold;
	margin-top:20px; margin-left:0px;
	color:#000;
	line-height:26px;
}
._501_container .left .img{
	width:520px; height:245px;
}
._501_container .left .img.img_1{
	margin-top:38px;
}
._501_container .left .img.img_7{
	margin-top:88px;
}
._501_container .left .img.img_16{
	margin-top:88px;
}
._501_container .right{
	width:50%;
	float:right;
	text-align: right;
}

.block_container{
	width:1070px;
	margin:0 auto;
	text-align: justify;
	clear:both;
}
.block_container .block{
	display:inline-block;
	width:245px; height:245px;
	margin-top:25px;
	position:relative;
	text-align:center;
	background-size:100%;
	
	transition: all 0.3s ease-in-out;
  	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-ms-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
}
.block_container:after {
  content: '';
  width: 100%; /* Ensures there are at least 2 lines of text, so justification works */
  display: inline-block;
  clear:both;
}
.block_container .block_1{
	background:url("../images/501_11.jpg") center center no-repeat;
	background-size:100%;
}
.block_container .block_2{
	background:url("../images/501_12.jpg") center center no-repeat;
	background-size:100%;
}
.block_container .block_3{
	background:url("../images/501_13.jpg") center center no-repeat;
	background-size:100%;
}
.block_container .block_4{
	background:url("../images/501_14.jpg") center center no-repeat;
	background-size:100%;
}

.footer_margin{
	clear:both;
	display: block;
	height:40px;
}

.flexContainer{
	width:700px;
	margin:0 auto;
	display:flex;
	align-content: center;
	justify-content: space-around; 
}
.btn_men, .btn_women{
	width:336px;
	height:109px;
	background-color:#000;
	color:#fff;
	font-family: Arial;
	font-size:18px;
	text-align: center;
	line-height: 109px;
	cursor:pointer;
	
	transition: all 0.3s ease-in-out;
  	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-ms-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
}
.btn_men:hover, .btn_women:hover{
	font-size:22px;
}

@media (max-width: 1679px) {
	.top_banner{
		width:100%; height:auto;
		margin:0 auto;
	}
	.top_banner img{
		width:100%; 
	}
	
	.top_section ._501_graphic{
		margin-bottom:20px;
	}
	.top_section ._501_graphic_2{
		margin-bottom:20px;
	}
	.top_section .stxt{
		font-size:16px;
	}
	
	.banner_section{
		width:970px;
	}
	.banner_section.offset_top{
		margin-top:-165px
	}
	
	.carousel-indicators {
    	left: 78% !important;;
	}
	._501_yt{
		width:550px; height:308px;
		float:left;
	}
	._501_yt iframe{
		width:550px; height:308px;
	}
	.carousel_txt{
		width:calc(100% - 550px);
		height:308px;
		background-color:#f5f5f5;
		float: right;
	}
	.carousel_txt .ltxt{
		width:100%; text-align:left;
		font-size:20px; font-weight:bold;
		margin-top:25px; margin-left:40px;
		color:#000;
	}
	.carousel_txt .stxt{
		width:82%; text-align:left;
		font-size:12px; font-weight:bold;
		margin-top:10px; margin-left:40px;
		color:#000;
		line-height:18px;
	}
	
	hr.grey{
		width:970px;
	}
	
	._501_container{
		width:970px;
	}
	._501_container .left .graphic{
		margin-top: 35px;
		margin-bottom: 60px;
	}
	._501_container .left .graphic.img_3{
		width:374px; height:219px;
	}
	._501_container .left .graphic.img_6{
		width:269px; height:221px;
	}
	._501_container .left .graphic.img_9{
		width:223px; height:222px;
	}
	._501_container .left .graphic.img_14{
		width:381px; height:223px;
	}
	._501_container .left .ltxt{
		font-size:24px;
	}
	._501_container .left .stxt{
		font-size:14px;
		line-height:24px;
	}
	._501_container .left .img{
		width:474px; height:223px;
	}
	._501_container .left .img.img_1{
		margin-top:31px;
	}
	._501_container .left .img.img_7{
		margin-top:79px;
	}
	._501_container .left .img.img_16{
		margin-top:77px;
	}
	._501_container .left .img.img_1 img{
		width:474px; height:223px;
	}
	._501_container .left .img.img_7 img{
		width:474px; height:223px;
	}
	._501_container .left .img.img_16 img{
		width:474px; height:223px;
	}
	._501_container .right img{
		width:474px; height:720px;
	}
	._501_container .right.img_10 img{
		width:474px; height:474px;
	}


	.block_container{
		width:970px;
		margin-top:15px;
	}
	.block_container .block{
		width:225px; height:225px;
		margin-top:10px;
	}
	
	.btn_men, .btn_women{
		width:220px;
		height:71px;
		font-size:16px;
		line-height: 71px;
	}
	.btn_men:hover, .btn_women:hover{
		font-size:20px;
	}
}
@media (max-width: 1023px) {
	.top_section ._501_graphic{
		width:200px; height:72px;
		margin-bottom:20px;
	}
	.top_section ._501_graphic_2{
		width:200px; height:72px;
		margin-bottom:20px;
	}
	.top_section .stxt{
		font-size:14px;
	}
	
	.banner_section{
		width:750px;
	}
	.banner_section.offset_top{
		margin-top:-130px
	}
	
	.carousel-indicators {
    	left: 77% !important;;
	}
	._501_yt{
		width:400px; height:224px;
		float:left;
	}
	._501_yt iframe{
		width:400px; height:224px;
	}
	.carousel_txt{
		width:calc(100% - 400px);
		height:224px;
		background-color:#f5f5f5;
		float: right;
	}
	.carousel_txt .ltxt{
		width: 100%;
		text-align: left;
		font-size: 16px;
		font-weight: bold;
		margin-top: 10px;
		margin-left: 15px;
		color: #000;
	}
	.carousel_txt .stxt{
		width: 90%;
		text-align: left;
		font-size: 12px;
		font-weight: bold;
		margin-top: 5px;
		margin-left: 15px;
		color: #000;
		line-height: 15px;
	}
	
	hr.grey{
		width:750px;
	}
	
	._501_container{
		width:750px;
	}
	._501_container .left .graphic{
		margin-top: 20px;
		margin-bottom: 40px;
	}
	._501_container .left .graphic.img_3, ._501_container .left .img_3{
		width:270px; height:auto;
	}
	._501_container .left .graphic.img_6, ._501_container .left .img_6{
		width:200px; height:auto;
	}
	._501_container .left .graphic.img_9, ._501_container .left .img_9{
		width:170px; height:auto;
	}
	._501_container .left .graphic.img_14, ._501_container .left .img_14{
		width:320px; height:auto;
	}
	._501_container .left .ltxt{
		font-size:20px;
	}
	._501_container .left .stxt{
		font-size:12px;
		line-height:20px;
	}
	._501_container .left .img{
		width:366px; height:172px;
	}
	._501_container .left .img.img_1{
		margin-top:28px;
	}
	._501_container .left .img.img_7{
		margin-top:72px;
	}
	._501_container .left .img.img_16{
		margin-top:67px;
	}
	._501_container .left .img.img_1 img{
		width:366px; height:172px;
	}
	._501_container .left .img.img_7 img{
		width:366px; height:172px;
	}
	._501_container .left .img.img_16 img{
		width:366px; height:172px;
	}
	._501_container .right img{
		width:366px; height:556px;
	}
	._501_container .right.img_10 img{
		width:366px; height:366px;
	}
	
	.block_container{
		width:750px;
		margin-top:15px;
	}
	.block_container .block{
		width:175px; height:175px;
		margin-top:10px;
	}
}
@media (max-width: 767px) {
	.top_section ._501_graphic{
		width:200px; height:72px;
		margin-bottom:20px;
	}
	.top_section ._501_graphic_2{
		width:200px; height:72px;
		margin-bottom:20px;
	}
	.top_section .stxt{
		width:300px; margin:0 auto;
		font-size:12px;
		margin-bottom:20px;
	}
	
	.banner_section{
		width:100%;
	}
	.banner_section.offset_top{
		margin-top:-40px
	}
	
	.carousel-indicators {
    	left: 50% !important;
	}
	._501_yt{
		width:100%; height:auto;
		float:none;
	}
	._501_yt iframe{
		width:100%; height:auto;
	}
	.carousel_txt{
		width:100%;
		height:280px;
		float: none;
		margin-top: -5px;
	}
	.carousel_txt .ltxt{
		width: 100%;
		text-align: left;
		font-size: 16px;
		font-weight: bold;
		margin-top: 0px;
		margin-left: 15px;
		color: #000;
		padding-top:20px;
	}
	.carousel_txt .stxt{
		width: 90%;
		text-align: left;
		font-size: 12px;
		font-weight: bold;
		margin-top: 10px;
		margin-left: 15px;
		color: #000;
		line-height: 18px;
	}
	
	hr.grey{
		width:320px;
	}
	
	._501_container{
		width:100%;
		margin:0 auto;
	}
	._501_container .left{
		width:100%;
		float:none;
	}
	._501_container .left .graphic{
		margin-top: 20px;
		margin-bottom: 40px;
	}
	._501_container .left .graphic.img_3, ._501_container .left .img_3{
		width:270px; height:auto;
	}
	._501_container .left .graphic.img_6, ._501_container .left .img_6{
		width:200px; height:auto;
	}
	._501_container .left .graphic.img_9, ._501_container .left .img_9{
		width:170px; height:auto;
	}
	._501_container .left .graphic.img_14, ._501_container .left .img_14{
		width:300px; height:auto;
	}
	._501_container .left .ltxt{
		font-size:18px;
		margin-left: 20px;
		width:90%;
	}
	._501_container .left .stxt{
		font-size:12px;
		line-height:20px;
		margin-left: 20px;
		width:90%;
	}
	._501_container .left .img{
		width:100%; height:auto;
		margin-bottom: 20px;
	}
	._501_container .left .img.img_1{
		margin-top:20px;
	}
	._501_container .left .img.img_7{
		margin-top:20px;
	}
	._501_container .left .img.img_16{
		margin-top:20px;
	}
	._501_container .left .img.img_1 img{
		width:100%; height:auto;
	}
	._501_container .left .img.img_7 img{
		width:100%; height:auto;
	}
	._501_container .left .img.img_16 img{
		width:100%; height:auto;
	}
	._501_container .right{
		width:100%;
		float:none;
		text-align: left;
	}
	._501_container .right img{
		width:100%; height:auto;
	}
	._501_container .right.img_10{
		margin-top:20px;
	}
	._501_container .right.img_10 img{
		width:100%; height:auto;
	}
	
	
	.block_container{
		width:100%;
		margin-top:10px;
	}
	.block_container .block{
		width:180px; height:180px;
		margin-top:5px;
	}
	
	.flexContainer{
		width:220px;
		margin:0 auto;
		display:flex;
		align-content: center;
		justify-content: space-around;
		flex-direction: column;
	}
	.btn_women{
		margin-top:20px;
	}
}