ul {
	list-style-type: none;
}
.swiper {
	width: 100%;
	height: 470px;
}
#baner {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-top: 50px;
}
#baner > .slider {
	width: 70%;
	background-color: #fff;
	padding-block: 10px;
	padding-inline: 20px;
}
#baner > .slider .header {
	font-size: 16px;
	font-weight: bold;
	width: 150px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 4px solid #083a6b;
}
#baner > .slider .baner-left {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#baner > .slider .baner-left h1 {
	color: #fff;
	padding: 10px;
	font-size: 28px;
	letter-spacing: 1px;
	line-height: 35px;
}
#baner > .slider .baner-left .date {
	top: 10px;
	right: 10px;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
}
#baner .baner-right {
	background-color: #fff;
	padding: 20px;
	width: 30%;
}
#baner .baner-right ul {
	display: grid;
	grid-template-columns: 1fr;
}
#baner .baner-right li {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 4px;
	margin-block: 10px;
}
#baner .baner-right li h1 {
	font-size: 16px;
	color: #000;
}
#baner .baner-right-image img {
	position: relative;
	width: 150px;
	height: 100px;
}
.date {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 12px;
	color: #818181;
}
.mone-blog-see-1 {
	position: absolute;
	left: 4px;
	top: 4px;
	display: flex;
	align-items: center;
	background-color: #083a6b;
	color: #fff;
	border-radius: 6px;
	gap: 4px;
	padding: 4px;
	font-size: 14px;
}
#fiqsed {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-image: url(../img/icon-scroll-top.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 75% 75%;
	box-shadow: 0px 0px 8px #1b1b4a;
	right: 15px;
	bottom: 50px;
	position: fixed;
	color: red;
	z-index: 9999;
	opacity: 0;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.rand pre {
	font-size: 12px;
	position: absolute;
	bottom: 0px;
	left: 170px;
	color: #2e4f78;
}
.baner-right-body pre {
	font-size: 12px;
	position: absolute;
	bottom: 0px;
	left: 3px;
	color: #2e4f78;
}
.section-image img {
	display: block;
	width: 150px;
	height: 100px;
}
#section .section-image img {
	height: 150px;
}
.a {
	text-decoration: none;
	color: #da2127;
	font-size: 12px;
	position: absolute;
	bottom: 5px;
	right: 10px;
	font-family: "bpg_nino_medium_capsregular";
	font-weight: 700;
}
#section .section-image img {
	width: 100%;
}
#section-two > div,
#section > div,
#section-body > .section-body-left,
#section-body > .section-body-right ul,
#info-section-body > .info-section-body-left,
#info-section-body > .info-section-body-right ul {
	margin-top: 20px;
	background-color: #fff;
	padding-block: 10px;
	padding-inline: 20px;
}
#section ul {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 10px;
}
#section-two ul {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr;
	gap: 20px;
}

#section-two ul li {
	display: flex;
	gap: 10px;
}
#section ul li,
#section-two ul li {
	position: relative;
}
#section-two ul h1,
#section ul h1,
.section-body-left .rand h1 {
	color: #404040;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 30px;
}
#baner .baner-right li h1:hover,
#section ul h1:hover,
#section-two ul h1:hover,
.section-body-left .rand h1:hover,
.section-body-right ul li h1:hover,
.info-section-body-right ul li h1:hover {
	color: rgb(238, 0, 0);
}
.section-body-left .rand .text {
	font-size: 16px;
}
#section ul p,
.section-body-left .rand .text {
	line-height: 1.5;
	font-family: "dejavu_sans";
	margin-bottom: 5px;
	color: #4a4a4a;
}
#section-body,
#info-section-body {
	position: relative;
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 20px;
}
.section-body-left .rand {
	position: relative;
	display: flex;
	gap: 20px;
	width: 100%;
	margin-block: 20px;
}
.section-body-left .rand img {
	width: 300px;
	height: 250px;
}
.section-body-left .rand h1 {
	font-size: 20px;
	margin-bottom: 10px;
}
.section-body-left .rand > div {
	position: relative;
}
.section-body-left .detail {
	position: absolute;
	bottom: 0;
	left: 0;
	border: 1px solid #6f6f6fa6;
	padding: 4px 15px;
	font-family: "dejavu_sans";
	font-weight: bold;
	color: #4a4a4a;
	letter-spacing: 0.5px;
	font-size: 14px;
}
.section-body-left .detail:hover {
	background-color: #da2127;
	color: #fff;
	border: none;
}
.section-body {
	position: relative;
}
.section-body-right ul li,
.info-section-body-right ul li {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 20px;
}

.section-body-right ul img,
.info-section-body-right ul img {
	width: 150px;
	height: 100px;
}
.section-body-right ul h1,
.info-section-body-right ul h1 {
	font-size: 16px;
	color: #000;
}
.youtube {
	width: 760px;
	height: 400px;
	margin: 5px;
	box-shadow: 0px 0px 5px #a9b6c2;
	border-radius: 5px;
	overflow: hidden;
}
.section-body-right-baner {
	width: 318px;
	height: 250px;
	box-shadow: 0px 0px 5px #a9b6c2;
	border-radius: 5px;
	margin: 5px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.section-body-right-baner-ask {
	width: 318px;
	box-shadow: 0px 0px 5px #a9b6c2;
	border-radius: 5px;
	margin: 5px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.section-body-right-calendar {
	width: 318px;
	box-shadow: 0px 0px 5px #a9b6c2;
	border-radius: 5px;
	margin: 5px;
	overflow: hidden;
}
.baner-right-body {
	width: 318px;
	height: 230px;
	border-radius: 5px;
	margin: 5px;
	box-shadow: 0px 0px 5px #a9b6c2;
	overflow: hidden;
	position: relative;
}
.baner-right-body-image {
	width: 100%;
	height: 150px;
	background-size: cover;
	background-position: center center;
}
.baner-right-body h1 {
	font-size: 16px;
	padding: 3px;
	line-height: 16px;
	color: #2e4f78;
	text-align: left;
	position: relative;
	margin-top: -70px;
	width: 300px;
	font-family: "dejavu_sans";
}
.baner-right-body h1 a {
	position: relative;
	font-size: 16px;
	padding: 3px;
	line-height: 16px;
	color: #2e4f78;
	text-align: left;
	font-weight: bold;
}
.baner-right-body a {
	text-decoration: none;
	color: #000;
	position: absolute;
	bottom: 5px;
	right: 10px;
	font-size: 12px;
	font-family: "dejavu_sans";
	font-weight: bold;
	font-weight: 700;
}
.baner-right-text {
	margin-bottom: 20px;
}
.baner-right-body a:hover {
	text-decoration: underline;
}

#info-section-body .info-section-body-left h1 {
	font-size: 40px;
	color: #083a6b;
	line-height: 1.2;
	margin-top: 20px;
}
.pimgfsdfsd img {
	width: 450px;
	height: 300px;
	float: left;
	padding: 10px 15px;
	background-size: cover;
	background-position: center center;
}
p {
	color: #090909;
	font-size: 16px;
	line-height: 23px;
}
div {
	color: #090909;
	font-size: 15px;
}
.fb-window {
	width: 318px;
	height: 400px;
	box-shadow: 0px 0px 5px #a9b6c2;
	margin-top: 0;
	border-radius: 5px;
	margin: 5px;
}
.contacts-for {
	margin-left: 25px;
	height: 50px;
	width: 260px;
	z-index: 999;
	position: relative;
}
.tex {
	width: 180px;
	height: 35px;
	background-color: transparent;
	background: none repeat scroll 0 center rgba(0, 0, 0, 0);
	border-color: -moz-use-text-color -moz-use-text-color #ddd;
	border-radius: 0;
	border-style: none none solid;
	border-width: medium medium 1px;
	border-color: #083a6b;
	outline: none;
	color: #000;
	font-size: 16px;
	position: absolute;
	bottom: 5px;
	left: 5px;
}
.aBookin {
	width: 50px;
	height: 30px;
	position: absolute;
	color: #fff;
	background-color: #083a6b;
	border: none;
	outline: none;
	font-size: 14px;
	border-radius: 5px;
	cursor: pointer;
	right: 5px;
	bottom: 5px;
}
#search {
	width: 810px;
	height: 150px;
	overflow: hidden;
	margin: auto;
	border-radius: 5px;
	background-color: #fff;
	margin-top: 10px;
	position: relative;
	box-shadow: 0px 0px 5px #a9b6c2;
}


ul.pagination {
	margin-top: 30px;
}

ul.pagination li {
	display: inline-block;
	margin: 0 2px;
}

ul.pagination a {
	display: inline-block;
	padding: 8px 12px;
	border: 1px solid #eee;
	text-decoration: none;
	color: #083a6b;
}

ul.pagination a:hover,
ul.pagination a.current  {
	font-weight: bold;
	background-color: #083a6b;
	color: #fff;
}