header
{
	padding-top:200px;
	padding-bottom:70px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-image:url('<?=userimg($article->bg->data)?>');
	margin-bottom:100px;
	@media(max-width:1199px)
	{
		padding-top:100px;
	}
	.breadcrumb
	{
		li
		{
			color:rgba(255,255,255,.6);
			a
			{
				color:rgba(255,255,255,.6);
				&:hover
				{
					color:#fff;
				}
			}
			&:last-child
			{
				a
				{
					color:#fff;
				}
				
			}
		}
	}
	.data
	{
		
		h1
		{
			font-size: 48px;
			font-weight: 700;
			line-height: 72px; /* 150% */
			letter-spacing: 4.32px;
			margin-bottom:20px;
			color:#fff;
		}
		p
		{
			color:#fff;
			font-size: 16px;
			font-weight: 400;
			line-height: 24px; /* 150% */
			letter-spacing: 1.44px;
		}
		picture
		{
			display: block;
			img
			{
				display: block;
				width: 100%;
				
			}
		}
	}
	
	@media(min-width:768px)
	{
		.data
		{
			display: flex;
			>div
			{
				flex:1;
				padding-right:10px;
			}
			picture
			{
				width: 60%;
			}
		}
	}
	@media(min-width:1199px)
	{
		.data
		{
			>div
			{
				padding-right:10%;
			}
		}
	}
	@media(max-width:767px)
	{
		.data
		{
			h1
			{
				font-size: 22px;
				font-weight: 700;
				line-height: 32px;
				letter-spacing: 1.98px;
			}
			p
			{
				margin-bottom:20px;
			}
		}
	}
}

#box-1
{
	margin-bottom:100px;
	.header
	{
		padding-bottom:40px;
		h2
		{
			color:$main-color;
			font-size: 24px;
			font-weight: 700;
			line-height: 36px; /* 150% */
			letter-spacing: 2.16px;
			margin-bottom:24px;
		}
		p
		{
			color:#002D5E;
			font-size: 16px;
			font-weight: 400;
			line-height: 24px; /* 150% */
			letter-spacing: 1.44px;
		}
	}
	picture
	{
		display: flex;
		align-items:center;
		img
		{
			display: block;
			width: 100%;
		}
	}
	.list
	{
		>div
		{
			display: flex;
			align-items:center;
			margin-bottom:30px;
			i
			{
				width: 90px;
				height:90px;
				background-color: $main-color;
				border-radius: 100%;
				color:#fff;
				font-size:40px;
				text-align: center;
				line-height: 90px;
				position: relative;
				z-index: 1;
			}
			>div
			{

				flex:1;
				padding-top:30px;
				padding-left:40px;
				padding-bottom:30px;
				background-color: #F5F7F9;
				position: relative;
				border-radius: 100px 0 0 100px;
				&::before
				{
					content: ' ';
					width: 100%;
					height:100%;
					position: absolute;
					top:0px;
					left:-45px;
					border-radius: 100px 0 0 100px;
					background-color: #F5F7F9;
				}
				h3
				{
					position: relative;
					z-index: 1;
					color:#002D5E;
					font-size: 20px;
					font-weight: 700;
					line-height: 30px; /* 150% */
					letter-spacing: 1.8px;
				}
				p
				{
					position: relative;
					z-index: 1;
					color:#002D5E;
					font-size: 16px;
					font-weight: 400;
					line-height: 24px; /* 150% */
					letter-spacing: 1.44px;
				}
			}
		}
	}
	@media(min-width:1420px)
	{

		picture
		{
			padding-left:calc(100% - 560px);
			padding-right:150px;
			img
			{
				width: 100%;
			}
		}
		.header
		{
			padding-right:calc(100% - 840px);
		}
		.list
		{
			>div
			{
				
				>div
				{
					padding-right:calc(100% - 840px);
				}
			}
		}
	}
	@media(max-width:1419px)
	{
		picture
		{
			padding-left:10px;
			padding-right:10%;
		}
		.header
		{
			padding-right:10px;
		}
		.list
		{
			>div
			{
				>div
				{
					padding-right:10px;
				}
			}
		}
	}
	@media(min-width:768px)
	{
		display: grid;
		grid-template-columns:40% 60%;
		grid-template-areas:
    "B A"
    "B C";
		.header
		{
			grid-area: A;
		}
		picture
		{
			grid-area: B;
		}
		.list
		{
			grid-area: C;
		}
	}
	@media(max-width:769px)
	{
		padding:0 10px;
		.header
		{
			h2
			{
				font-size: 20px;
				font-weight: 700;
				line-height: 30px; /* 150% */
				letter-spacing: 1.8px;
			}
		}
		picture
		{
			margin-bottom:20px;
		}
		.list
		{
			>div
			{
				>div
				{
					h3
					{
						font-size: 20px;
						font-weight: 700;
						line-height: 30px; /* 150% */
						letter-spacing: 1.8px;
					}
					p
					{

					}
				}
			}

		}
	}
}
#box-2
{
	padding-top:60px;
	padding-bottom:40px;
	background-color: $main-color;
	margin-bottom:80px;
	h2
	{
		color:#fff;
		font-size: 24px;
		font-weight: 700;
		line-height: 36px; /* 150% */
		letter-spacing: 2.16px;
		margin-bottom:40px;
	}
	.article-list
	{
		>div
		{
			margin-bottom:30px;
			padding:60px 30px;
			position: relative;
			background-color: #fff;
			border-radius: 0 10px 10px 10px;
			span
			{
				position: absolute;
				top:0px;
				left:0px;
				background:#002D5E;
				color:#fff;
				font-size: 16px;
				font-weight: 700;
				line-height: 24px; /* 150% */
				letter-spacing: 1.44px;
				padding:7px 60px 7px 20px;
				overflow: hidden;
				&::after
				{
					transform:rotate(40deg);
					position: absolute;
					left:calc(100% - 60px);
					top:0px;
					content:' ';
					padding-top:100%;
					width: 100%;
					background-color: #fff;
				}
			}
			i
			{
				color:$main-color;
				font-size:80px;
				text-align: center;
				display: flex;
				justify-content:center;
				margin-bottom:30px;
			}
			h3
			{
				color:#002D5E;
				text-align: center;
				margin-bottom:30px;
				font-size: 20px;
				font-weight: 700;
				line-height: 30px; /* 150% */
				letter-spacing: 1.8px;
			}
			p
			{
				font-size: 16px;
				font-weight: 400;
				line-height: 24px; /* 150% */
				letter-spacing: 1.44px;
			}
		}
	}
	@media(min-width:1200px)
	{
		.article-list
		{
			padding-left:20%;
		}
	}
	@media(min-width:768px)
	{
		.article-list
		{
			display: flex;
			
			>div
			{
				margin:0 pxp(1400,25);
				flex:1;
				&:nth-child(3n)
				{
					margin-right:0px;
				}
				&:nth-child(3n + 1)
				{
					margin-left:0px;
				}
			}
		}
	}
}

#box-3
{
	max-width:920px;
	margin:0 auto;
	padding-bottom:100px;
	h2
	{
		text-align: center;
		color:$main-color;
		font-size: 24px;
		font-weight: 700;
		line-height: 36px; /* 150% */
		letter-spacing: 2.16px;
		margin-bottom: 20px;
	}
	>p
	{
		text-align: center;
		color:#002D5E;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px; /* 150% */
		letter-spacing: 1.44px;
		margin-bottom:40px;
	}
	.article-list
	{
		.article
		{
			display: flex;
			margin-bottom:40px;
			
			.icon
			{
				width: 90px;
				text-align: center;
				position: relative;
				&::after
				{
					position: absolute;
					display: block;
					content:' ';
					width: 2px;
					height: 20px;
					left:44px;
					top:calc(100% + 10px);
					background-color: $main-color;
				}
				span
				{
					display: block;
					font-size: 16px;
					font-weight: 700;
					line-height: 24px; /* 150% */
					letter-spacing: 1.44px;		
					color:$main-color;
					margin-bottom:5px;
				}
				i
				{
					display: block;
					width: 100%;
					height: 90px;
					line-height: 90px;
					background-color: $main-color;
					color:#fff;
					border-radius: 100%;
					font-size:40px;
				}
			}
			.info
			{
				flex:1;
				padding-left:5%;
				h3
				{
					color:#002D5E;
					font-size: 24px;
					font-weight: 700;
					line-height: 36px; /* 150% */
					letter-spacing: 2.16px;
					margin-bottom:10px;
				}
				p
				{
					padding:20px 25px;
					background-color:#F5F7F9;
					color:#002D5E;
					font-size: 16px;
					font-weight: 400;
					line-height: 24px; /* 150% */
					letter-spacing: 1.44px;
					border-radius: 10px;
				}
			}
			&:last-child
			{
				.icon
				{
					&::after
					{
						display: none;
					}
				}
			}
		}
	}
	@media(max-width:940px)
	{
		padding-left:10px;
		padding-right:10px;
	}
}

#contact-box
{
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-image:url('<?=userimg($contactBox->bg->data)?>');
	text-align: center;
	padding-top:170px;
	padding-bottom:170px;
	h2
	{
		color:#fff;
		font-size: 48px;
		font-weight: 700;
		line-height: 72px; /* 150% */
		letter-spacing: 4.32px;
		margin-bottom:50px;
	}
	.more
	{
		a
		{
			display: inline-block;
			padding:15px 66px;
			background-color: #fff;
			border-radius: 50px;
			color:#002D5E;
			transition-duration:0.5s;
			&:hover
			{
				background-color: #002D5E;
				color:#fff;
			}
		}
	}
}

#gallery
{
	text-align: center;
	padding-top:150px;
	padding-bottom:150px;
	h2
	{
		position: relative;
		margin-bottom:25px;
		&::after
		{
			content: ' ';
			width: 100%;
			height: 1px;
			position: absolute;
			top:50%;
			left:0px;
			background-color: #8DABC5;
		}
		span
		{
			background-color: #fff;
			padding:0 30px;
			color:$main-color;
			font-size: 24px;
			font-weight: 700;
			line-height: 36px; /* 150% */
			letter-spacing: 2.16px;
			position: relative;
			z-index: 1;
		}
	}
	p
	{
		color:$text-color;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px; /* 150% */
		letter-spacing: 1.44px;
		margin-bottom:50px;
	}
	ul
	{
		margin-bottom:50px;
		li
		{
			a
			{
				display: block;
				picture
				{
					display: block;
					width: 100%;
					margin-bottom:50px;
					transition-duration:0.5s;
					img
					{
						display: block;
						width: 100%;
						border-radius: 10px;
					}
					&:hover
					{
						opacity: .5;
					}
				}
				span
				{
					color:$text-color;
					transition-duration:0.5s;
					display: block;

					&:hover
					{
						color:$main-color;
					}
				}
			}
		}
	}
	.more
	{
		display: flex;
		justify-content:center;
		a
		{
			display: flex;
			align-items:center;
			padding:11px 48px;
			border:1px solid $main-color;
			color:#fff;
			background-color: $main-color;
			border-radius: 50px;
			transition-duration:0.5s;
			i
			{
				transition-duration:0.5s;
				margin-left: 5px;
				color:$main-color;
				width:22px;
				height:22px;
				background-color: #fff;
				border-radius: 100%;
				line-height: 22px;
				font-size:12px;
			}
			&:hover
			{
				background-color: #fff;
				color:$main-color;
				i
				{
					background-color: $main-color;
					color:#fff;
				}
			}
		}
	}
	@media(min-width:768px)
	{
		ul
		{
			display: flex;
			li
			{
				margin:0 pxp(1400,40);
				flex:1;
				&:nth-child(3n)
				{
					margin-right: 0px;
				}
				&:nth-child(3n + 1)
				{
					margin-left:0px;
				}
			}
		}
	}
	@media(max-width:767px)
	{
		ul
		{
			li
			{
				margin-bottom:30px;
				a
				{
					picture
					{
						margin-bottom:30px;
					}
				}
			}
		}
	}
}