	.container-fluid {
		padding: 1% 0;
		width: 1200px;
	}
	
	.container-fluid img {
		width: 100%;
		height: 100%;
		margin-top: 0%;
	}
	
	#navtion {
		margin: 0 auto;
		background-color: #840a15;
	}
	
	#navbarColor02 {
		margin-left: 10%;
		overflow: hidden;
		position: relative;
	}
	
	#navbarColor02 ul li {
		width: 110px;
		font-size: 17px;
		color: white;
		margin-bottom: 0.5%;
	}
	
	.currents::before{
		content: '';
		background-color: white;
		width: 70px;
		height: 4px;
		opacity: 1;
		margin: 0 auto;
		position: absolute;
		top: 80%;
		z-index: 1;
		transition: all 0.4s ease;
		border-radius: 5px;
	}
	.currentss::before{
		content: '';
		background-color: white;
		width: 35px;
		height: 2px;
		opacity: 1;
		margin: 4px auto;
		position: absolute;
		top: 80%;
		z-index: 1;
		transition: all 0.4s ease;
		border-radius: 5px;
	}
	
	.banner {
		max-width: 1920px;
		margin: 0 auto;
	}
	
	#banner-box {
		margin-top: 5%;
		/*background-image: url('../../img/folder/common/banner-2.jpg');*/
		overflow: hidden;
		position: relative;
	}
	
	#banner-box img {
		margin: 0 auto;
	}
	
	#banner-box .banner-box-text {
		color: white;
		text-align: center;
		width: 100%;
		padding: 0 30px;
		opacity: 1;
		transform: translateX(-50%);
		position: absolute;
		top: 35%;
		left: 37%;
		z-index: 1;
		transition: all 0.4s ease;
		padding: 2%;
	}
	
	.banner-box-text h1 {
		font-size: 72px;
	}
	
	.banner-box-text h2 {
		font-size: 72px;
	}
	
	.banner-box-text h5 {
		line-height: 56px;
		font-size: 32px;
	}
	
	#Menu li a {
		text-decoration: none;
		color: white;
	}
	
	.details {
		width: 8%;
		height: auto;
		background-color: #840a15;
		position: absolute;
		top: 85%;
		left: 45%;
		z-index: 1;
		padding: 0.3% 0.7%;
		border-radius: 25px;
	}
	
	.details a {
		font-size: 22px;
		text-decoration: none;
		color: white;
	}
	@media screen and (max-width: 1680px) {
			.currents::before{
		content: '';
		background-color: white;
		width: 7.5%;
		height: 2px;
		opacity: 1;
		margin: 4px auto;
		position: absolute;
		top: 80%;
		z-index: 1;
		transition: all 0.4s ease;
		border-radius: 5px;
	}
	.currentss::before{
		content: '';
		background-color: white;
		width: 5%;
		height: 2px;
		opacity: 1;
		margin: 4px auto;
		position: absolute;
		top: 80%;
		z-index: 1;
		transition: all 0.4s ease;
		border-radius: 5px;
	}
	
	}
	@media screen and (max-width: 1440px) {
		.container-fluid {
			padding: 1% auto;
		}
		.container-fluid img {
			width: 100%;
			height: 100%;
			margin-top: 0%;
		}
		#navtion {
			margin: 0 auto;
			
		}
		#navbarColor02 {
			margin-left: 10%;
		}
		#navbarColor02 ul li {
			width: 110px;
			font-size: 17px;
			color: white;
		}
		#navbarColor02 ul li a:hover {
			color: white;
			font-size: 17px;
		}
		#banner {}
		#banner-box {
			margin-top: 5%;
			/*background-image: url('../../img/folder/common/banner-2.jpg');*/
			overflow: hidden;
			position: relative;
		}
		#banner-box .banner-box-text {
			color: white;
			text-align: center;
			width: 100%;
			padding: 0 30px;
			opacity: 1;
			transform: translateX(-50%);
			position: absolute;
			top: 32%;
			left: 35%;
			z-index: 1;
			transition: all 0.4s ease;
			padding: 2%;
		}
		.banner-box-text h1 {
			font-size: 60px;
		}
		.banner-box-text h2 {
			font-size: 70px;
		}
		.banner-box-text h5 {
			line-height: 56px;
			font-size: 32px;
		}
		.details {
			width: 13%;
			height: auto;
			background-color: #840a15;
			position: absolute;
			top: 85%;
			left: 45%;
			z-index: 1;
			padding: 0.3% 0.7%;
			border-radius: 25px;
		}
		.details a {
			font-size: 22px;
			text-decoration: none;
			color: white;
		}
		.currents::before {
				content: '';
				background-color: white;
				width: 8%;
				height: 2px;
				opacity: 1;
				margin: 4px auto;
				position: absolute;
				top: 75%;
				z-index: 1;
				transition: all 0.4s ease;
				border-radius: 5px;
			}
				.currentss::before {
				content: '';
				background-color: white;
				width: 5%;
				height: 2px;
				opacity: 1;
				margin: 4px auto;
				position: absolute;
				top: 75%;
				z-index: 1;
				transition: all 0.4s ease;
				border-radius: 5px;
			}
	}
	
	@media screen and (max-width: 1280px) {
		.container-fluid {
			padding: 1% 5%;
		}
		.container-fluid img {
			width: 100%;
			height: 100%;
			margin-top: 0%;
		}
		#navtion {
			margin: 0 auto;
			
		}
		#navbarColor02 {
			margin-left: 12%;
		}
		#navbarColor02 ul li {
			width: 100px;
			font-size: 12px;
			color: white;
		}
		#navbarColor02 ul li a:hover {
			color: white;
			font-size: 14px;
		}
		#banner {}
		#banner-box {
			margin-top: 5%;
			/*background-image: url('../../img/folder/common/banner-2.jpg');*/
			overflow: hidden;
			position: relative;
		}
		#banner-box .banner-box-text {
			color: white;
			text-align: center;
			width: 100%;
			padding: 0 30px;
			opacity: 1;
			transform: translateX(-50%);
			position: absolute;
			top: 32%;
			left: 38%;
			z-index: 1;
			transition: all 0.4s ease;
			padding: 2%;
		}
		.banner-box-text h1 {
			font-size: 48px;
		}
		.banner-box-text h2 {
			font-size: 48px;
		}
		.banner-box-text h5 {
			line-height: 34px;
			font-size: 20px;
		}
		.details {
			width: 12%;
			height: auto;
			background-color: #840a15;
			position: absolute;
			top: 85%;
			left: 44%;
			z-index: 1;
			padding: 0.3% 0.7%;
			border-radius: 18px;
		}
		.details a {
			font-size: 18px;
			text-decoration: none;
			color: white;
		}
			.currents::before {
				content: '';
				background-color: white;
				width: 5.5%;
				height: 4px;
				opacity: 1;
				margin: 0 auto;
				position: absolute;
				top: 75%;
				z-index: 1;
				transition: all 0.4s ease;
				border-radius: 5px;
			}
			.currentss::before {
				content: '';
				background-color: white;
				width: 3.5%;
				height: 4px;
				opacity: 1;
				margin: 0 auto;
				position: absolute;
				top: 75%;
				z-index: 1;
				transition: all 0.4s ease;
				border-radius: 5px;
			}
	}
	
	@media screen and (max-width: 1024px) {
		.container-fluid {
			padding: 1% 5%;
		}
		.container-fluid img {
			width: 100%;
			height: 100%;
			margin-top: 0%;
		}
		#navtion {
			margin: 0 auto;
			background-color: #840a15;
		}
		#navbarColor02 {
			margin-left: 12%;
		}
		#navbarColor02 ul li a:hover {
			color: white;
			font-size: 14px;
		}
		#navbarColor02 ul li {
			width: 100px;
			font-size: 12px;
			color: white;
			line-height: 25px;
		}
		
		#banner {}
		#banner-box {
			margin-top: 5%;
			/*background-image: url('../../img/folder/common/banner-2.jpg');*/
			overflow: hidden;
			position: relative;
		}
		#banner-box .banner-box-text {
			color: white;
			text-align: center;
			width: 100%;
			padding: 0 30px;
			opacity: 1;
			transform: translateX(-50%);
			position: absolute;
			top: 35%;
			left: 35%;
			z-index: 1;
			transition: all 0.4s ease;
			padding: 2%;
		}
		.banner-box-text h1 {
			font-size: 38px;
		}
		.banner-box-text h2 {
			font-size: 38px;
		}
		.banner-box-text h5 {
			line-height: 32px;
			font-size: 18px;
		}
		.details {
			width: 15%;
			height: auto;
			background-color: #840a15;
			position: absolute;
			top: 85%;
			left: 41%;
			z-index: 1;
			padding: 0.3% 0.7%;
			border-radius: 18px;
		}
		.details a {
			font-size: 18px;
			text-decoration: none;
			color: white;
		}
		.currents::before {
				content: '';
				background-color: white;
				width: 7%;
				height: 5px;
				opacity: 1;
				margin: 0 auto;
				position: absolute;
				top: 75%;
				z-index: 1;
				transition: all 0.4s ease;
				border-radius: 5px;
			}
	}
	@media screen and (max-width: 991px) {
		.banner-box-text h1 {
			font-size: 32px;
		}
		.banner-box-text h2 {
			font-size: 28px;
		}
		.banner-box-text h5 {
			line-height: 26px;
			font-size: 14px;
		}
		.currents::before {
				content: '';
				background-color: white;
				width: 7%;
				height: 6px;
				opacity: 0;
				margin: 0 auto;
				position: absolute;
				top: 75%;
				z-index: 1;
				transition: all 0.4s ease;
				border-radius: 5px;
			}
			.currentss::before {
				content: '';
				background-color: white;
				width: 4%;
				height: 6px;
				opacity: 0;
				margin: 0 auto;
				position: absolute;
				top: 75%;
				z-index: 1;
				transition: all 0.4s ease;
				border-radius: 5px;
			}
			#navbarColor02 ul li {
			width: 120px;
			font-size: 18px;
			color: white;
			line-height: 40px;
		}
	}
	
	@media screen and (max-width: 600px) {
		.container-fluid {
			padding: 1% 5%;
		}
		.container-fluid img {
			width: 100%;
			height: 100%;
			margin-top: 0%;
		}
		#navtion {
			margin: 0 auto;
			background-color: #840a15;
		}
		#navbarColor02 {
			margin-left: 22%;
		}
		#navbarColor02 ul li {
			width: 120px;
			font-size: 18px;
			color: white;
		}
		#navbarColor02 ul li a:hover {
			color: white;
			font-size: 20px;
		}
		#banner {}
		#banner-box {
			margin-top: 10.5%;
			/*background-image: url('../../img/folder/common/banner-2.jpg');*/
			overflow: hidden;
			position: relative;
		}
		#banner-box .banner-box-text {
			color: white;
			text-align: center;
			width: 100%;
			padding: 0 30px;
			opacity: 1;
			transform: translateX(-50%);
			position: absolute;
			top: 23%;
			left: 36%;
			z-index: 1;
			transition: all 0.4s ease;
			padding: 2%;
		}
		.banner-box-text h1 {
			font-size: 18px;
		}
		.banner-box-text h2 {
			font-size: 18px;
		}
		.banner-box-text h5 {
			line-height: 20px;
			font-size: 10px;
		}
		.details {
			width: 15%;
			height: auto;
			background-color: #840a15;
			position: absolute;
			top: 85%;
			left: 44%;
			z-index: 1;
			border-radius: 15px;
		}
		.details a {
			font-size: 10px;
			text-decoration: none;
			color: white;
		}
	}
	
	@media screen and (max-width: 380px) {
		#banner-box .banner-box-text {
			color: white;
			text-align: center;
			width: 100%;
			padding: 0 30px;
			opacity: 1;
			transform: translateX(-50%);
			position: absolute;
			top: 23%;
			left: 32%;
			z-index: 1;
			transition: all 0.4s ease;
			padding: 2%;
		}
		.banner-box-text h1 {
			font-size: 16px;
		}
		.banner-box-text h2 {
			font-size: 16px;
		}
		.banner-box-text h5 {
			line-height: 10px;
			font-size: 8px;
		}
		#banner-box {
			margin-top: 15%;
			/*background-image: url('../../img/folder/common/banner-2.jpg');*/
			overflow: hidden;
			position: relative;
		}
		.details {
			width: 16%;
			height: auto;
			background-color: #840a15;
			position: absolute;
			top: 83%;
			left: 40%;
			z-index: 1;
			border-radius: 8px;
		}
		.details a {
			font-size: 8px;
			text-decoration: none;
			color: white;
		}
	}