.item-info a.color-04:hover {
	color: #c78547 !important;
}
.section-01 {
	background: #fff;
}
.section-01.p-05 {
	padding: 1rem 5rem;
	margin-top: 1.5rem;
}
.section-01 .img-box {
	margin-top: 73px;
}
.section-01 .img-box > img {
	display: block;
	width: 100%;
}
.section-02, .section-03 {
	background: #fff;
	padding-bottom: 0 !important;
}
.section-02 .rows:first-child {
	align-items: center;
}
.form-group {
	margin-bottom: 0;
}
.section-02.p-05 {
	padding: 2rem 5rem;
}
.section-02 input {
	background: #f2f2f2 !important;
}
.section-02 .rows.p-05 {
	padding: 0 5rem;
}
.section-02 .rows:first-child .column:nth-of-type(2) {
	margin-left: auto;
}
.section-02 .rows > .column.width-50 .rows .column.width-35 {
	display: flex;
    flex-direction: column;
    align-items: flex-end;
    align-self: center;
    padding-right: 1rem;
}
.section-02 .rows .column:nth-of-type(2) label {
	font-size: 0.8rem;
	margin-bottom: 0 !important;
	font-family: EuclidSquare-Regular;
}
.section-02 .rows.mb-01:nth-of-type(3) {
	margin-bottom: 0.5rem !important;
}
.section-02 .rows:nth-of-type(2) .column:first-child.width-33 .col-container, .section-02 .rows:nth-of-type(3) .column:first-child .col-container {
	display: inline-flex;
}
.section-02 option {
	text-transform: capitalize;
	font-family: EuclidSquare-Regular;
	padding: 0.5rem 1rem;
}
.section-02 .select-form:first-child {
	width: 50%;
	padding-right: 0.25rem;
}
.section-02 .select-form:last-child {
	width: 50%;
	padding-left: 0.25rem;
}
.section-02 .select-01.form-control {
  	-webkit-appearance: none;
  	-moz-appearance: none;
  	background-color: #e2e2e2;
  	background-image: url("data:image/svg+xml;utf8,<svg fill='green' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  	background-repeat: no-repeat;
  	background-position-x: 100%;
  	background-position-y: 45%;
  	width: 100%;
  	padding: 0.5rem 1rem;
  	border-radius: 0.5rem;
  	text-transform: capitalize;
}
.section-02 .rows:nth-of-type(2) .select-01:first-child {
	margin-right: 0.5rem;
}
.section-02 .btn-01 {
	border: 0;
}
.section-02 .rows:nth-of-type(2) .column:first-child li:first-child {
	margin-right: 0.25rem;
}
.section-02 .rows:nth-of-type(2) .column:first-child li:nth-of-type(2) {
	margin-left: 0.25rem;
}
.section-02 .rows:nth-of-type(2) .column:last-child.width-33, .section-02 .rows:nth-of-type(4) .column:last-child.width-40 {
	margin-left: auto;
}
.section-02 .rows:nth-of-type(4) .column:last-child.width-40 > div {
	align-items: center;
}
.section-02 .rows:nth-of-type(2) .column:last-child.width-33 nav, .section-02 .rows:nth-of-type(4) .column:last-child.width-40 nav {
	float: right;
}

.section-02 .rows:nth-of-type(3) .column {
	background: #fff;
}
.section-02 .item-box {
	text-align: center;
	background: #fff;
	border-radius: 0.5rem;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.15);
	transition: 0.15s ease;
}
.section-02 .item-info a {
	display: block;
}
.section-02 .item-info a:first-child, .section-02 .item-info p {
	line-height: 1 !important;
}
.section-02 .item-info {
	padding-bottom: 1rem;
}
.section-02 .item-info > div {
	margin: 0.5rem 0;
}
.section-02 .item-box a > svg {
	margin-left: 10px;
}
.section-02 .item-box .img-box {
	overflow: hidden;
	border-radius: 0.5rem;
}
.section-02 .item-box .img-box > a > img {
	display: block;
	width: 100%;
}
.mt-100 {
	margin-top: 50px;
}
.notif {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	padding: 2rem;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.notif > .content {
	padding-right: 3rem;
}
.notif > .content > a {
	position: absolute;
	top: 1rem;
	right: 1rem;
	color: #000 !important;
	padding: 1rem;
	display: inline-block;
}
.color-10 {
	color: #336699 !important;
}


@media only screen and (max-width: 768px) {
	.section-01.p-05 {
		padding: 1rem;
	}
	.section-01 .img-box {
		margin-top: 52px;
	}
	.section-02.p-05 {
		padding: 1rem;
	}
	.section-02 .column.width-50 {
		width: 100%;
	}
	.section-02 .column.width-33 {
		width: 100%;
		display: flex;
	}
	.section-02 .rows:first-child {
		margin-bottom: 1rem !important;
		text-align: center;
	}
	.section-02 .rows:nth-of-type(2) {
		margin-bottom: 1rem !important;
	}
	.section-02 .rows:nth-of-type(2) .column:first-child {
		margin-bottom: 1rem;
	}
	.section-02 .rows > .column.width-50 .rows .column.width-35 {
		padding-right: 0;
		display: block;
	}
	.section-02 .rows:nth-of-type(2) .column .col-container {
		margin: 0 auto;
	}
	.section-02 .rows:nth-of-type(4) .column .col-container {
		margin: 0 auto;
	}
	.section-02 .rows:nth-of-type(2) .column:nth-of-type(2) .col-container {
		text-align: center;
	}
	.section-02 .rows:nth-of-type(2) .column.width-40 {
		width: 100%;
	}
	.section-02 .rows:nth-of-type(2) .column.width-40 form {
		width: 100%;
	}
	.section-02 .rows:nth-of-type(3) .column:first-child li {
		width: 50%;
		text-align: center;
		margin-bottom: 1rem;
	}
	.section-02 .column li > a {
		display: block;
	}
	.section-02 .rows:nth-of-type(3) .column:last-child .col-container, .section-02 .rows:nth-of-type(5) .column:last-child .col-container {
		justify-content: center;
		display: flex;
	}
	.section-02 .rows:nth-of-type(3) .column:last-child.width-33 nav, .section-02 .rows:nth-of-type(5) .column:last-child.width-33 nav {
		float: unset;
	}
	.section-02 .column.width-20 {
		width: 100%;
		padding: 1rem 0;
	}
	.section-02 .btn-06.mb-04 {
		margin-bottom: 1rem !important;
	}
	.btn-01, .btn-02, .btn-03, .btn-04, .btn-05, .btn-06, .btn-07 {
		padding: 0.5rem;
	}
	.section-02 form .column.width-35, .section-02 form .column.width-65 {
		width: 100%;
	}
	.notif {
		padding: 1rem;
	}
	.notif .title-03 {
		font-size: 1.5rem;
	}
	.notif .text-06 {
		font-size: 0.8rem;
	}
	.notif > .content > a {
		top: 0;
		right: 0.5rem;
	}
	.section-02 .rows:nth-of-type(4) .column:last-child.width-40 {
		width: 100%;
	}
	.section-02 .rows:nth-of-type(4) .column:last-child.width-40 > div {
		float: unset !important;
		justify-content: center !important;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1199px) {
	.section-01 > .img-box {
		margin-top: 69px;
	}
	.section-01.p-05 {
		padding: 2rem;
	}
	.section-02.p-05 {
		padding: 0 2rem;
	}
	.section-02 .column.width-33 {
		width: 45%;
	}
	.section-02 .rows:nth-of-type(4) .column:last-child.width-40 {
		width: 60%;
	}
	.section-02 .rows:nth-of-type(3) .column:first-child li {
		width: 50%;
		text-align: center;
		margin-bottom: 1rem;
	}
	.section-02 .column li > a {
		display: block;
	}
	.section-02 .column.width-20 {
		width: 33.333333%;
	}
	.section-02 .rows > .column.width-50 .rows .column.width-35 {
		width: 40%;
	}
	.section-02 .rows > .column.width-50 .rows .column.width-65 {
		width: 60%
	}
}

@media only screen and (min-width: 992px) {
	.section-02 .item-box:hover {
		background: #e7e7e7;
		box-shadow: none;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1346px) {
	.section-02 .btn-06 {
		padding: 0.5rem !important;
	}
	.section-02 .text-05 {
		font-size: 0.75rem !important;
	}
}