@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
/***************************
Basic
***************************/
body {
		overflow-x: hidden;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		min-height: 100vh;
}
main {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
}
.page main {
		padding-top: 100px;
}
footer {
		-ms-flex-negative: 0;
		flex-shrink: 0;
}
body {
		font-family: 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', 'Microsoft YaHei', Helvetica, Arial, sans-serif;
		background-color: #ffffff;
		color: #000000;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
}
a, a:link, a:visited, a:hover, a:active {
		text-decoration: none;
		outline: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
}
input:focus, button:focus, select:focus {
		outline: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
}
.text-justify {
		text-align: justify;
}
.fakeLoader {
		background-color: transparent !important;
}
body.homepage .fakeLoader {
		background-color: #36b2d1 !important;
}
body:not(.homepage) .fl-spinner {
		display: none !important;
}
.loadin {
		opacity: 0;
}
.loadin.open {
		opacity: 1;
}
.loadin, .loadin.open {
		-webkit-transition: opacity .3s linear;
		-o-transition: opacity .3s linear;
		transition: opacity .3s linear;
}
.badge.bg-official {
		background-color: #D4355F;
}
.badge.bg-student {
		background-color: #8759b3;
}
.badge.bg-post {
		background-color: #942279;
}
.fancybox-slide--iframe .fancybox-content {
		aspect-ratio: 16 / 9;
		width: calc(100% - 2rem);
		max-width: calc(100% - 2rem);
		height: auto !important;
		background: transparent;
}
.fancybox-iframe {
		background: transparent;
		width: 100%;
		height: 100%;
		-o-object-fit: contain;
		object-fit: contain;
}
.bi-file-earmark-pdf-fill {
		color: #b30b00;
}
.bi-file-earmark-word-fill {
		color: #185abd;
}
.bi-file-earmark-excel-fill {
		color: #107c41;
}
.bi-file-earmark-ppt-fill {
		color: #d35230;
}
.bi-file-earmark-ppt-fill {
		color: #d35230;
}
.rule-list .table-bordered td, .bi-file-earmark-text-fill {
		color: #aaaaaa;
}
.rule-list .table-bordered th:first-child {
		min-width: 150px;
}
.rule-list .table-bordered th:last-child {
		min-width: 150px;
}
.val-none {
		border-top: 1px solid #36b2d1;
		color: #066aa8;
		border-bottom: 1px solid #36b2d1;
		max-width: 250px;
		margin: auto;
		padding: 1rem !important;
		background-color: #f0fcff;
}
/***************************
COntent Style
***************************/
/* BASIC */
.is_detail table {
		width: 100%;
}
.is_detail table > tbody > tr > td:first-child {
		background-color: #f0fcff;
		width: 166px;
		vertical-align: baseline;
}
.is_detail table tr, .is_detail table td {
		border-bottom: 1px solid #36b2d1;
}
.is_detail table td {
		text-wrap: wrap;
		word-break: break-word;
		padding: 1rem;
}
/* HAS MOBILE */
.is_detail_m table {
		width: 100%;
		/*table-layout: fixed !important;*/
}
.is_detail_m table th {
		background-color: #f0fcff;
		padding: .5rem 1rem;
}
.is_detail_m table tr, .is_detail_m table th, .is_detail_m table td {
		border-color: #36b2d1;
		border-bottom: 1px solid #36b2d1;
}
.is_detail_m table td {
		text-wrap: wrap;
		word-break: break-word;
		padding: 1rem;
}
.is_detail_m table th.email {
		text-wrap: nowrap;
}
@media (max-width: 991px) {
		.is_detail table td {
				padding: .75rem;
		}
		.is_detail_m table th, .is_detail_m table td {
				padding: .75rem;
		}
}
@media (max-width: 480px) {
		.is_detail table > tbody > tr {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
				border-bottom: 0;
		}
		.is_detail table > tbody > tr > td:first-child {
				width: 100%;
		}
		.is_detail_m table tr {
				display: block;
				margin-bottom: 1rem;
		}
		.is_detail_m table tr.detail-row tr {
				margin-bottom: 0;
		}
		.is_detail_m table thead {
				display: none;
		}
		.is_detail_m table td {
				display: block;
				text-align: left;
				padding-left: 30%;
				position: relative;
				z-index: 1;
		}
		.is_detail_m table td::after {
				content: '';
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				max-width: calc(30% - .75rem);
				background-color: #f0fcff;
				z-index: -1;
		}
		.is_detail_m table td:before {
				content: attr(data-title);
				position: absolute;
				left: 0.75rem;
				font-weight: bold;
		}
		.is_detail_m table tr, .is_detail_m table td {
				border-color: #36b2d1 !important;
		}
		.is_detail_m table th, .is_detail_m table td {
				text-wrap: wrap;
				word-break: break-word;
		}
		.is_detail_m table td i {
				font-size: 150%;
		}
}
@media (min-width: 576px) {
		.container-xl.wide:not(.ad-block) {
				padding-left: 0 !important;
				padding-right: 0 !important;
		}
}
@media (min-width: 1200px) {
		.fancybox-slide--iframe .fancybox-content, .container-xl.wide {
				max-width: 1920px;
		}
		.container-xl.wide > .container-xl {
				max-width: 90%;
				margin: auto;
		}
		.container.mini {
				max-width: 1050px;
		}
		.container {
				max-width: calc(100% - 3.5rem);
		}
		.navbar-expand-lg .offcanvas {
				margin-bottom: .5rem;
		}
}
@media (min-width: 1366px) {
		.container {
				max-width: 1320px;
		}
		.container.mini {
				max-width: 1150px;
		}
}
@media (min-width: 1920px) {
		.fancybox-slide--iframe .fancybox-content {
				width: calc(1920px - 3rem);
				max-width: calc(1920px - 3rem);
		}
		.container-xl.wide {
				max-width: 2560px;
		}
}
@media (max-width: 1199px) {
		.container-xl.wide:not(.ad-block) {
				padding-left: 1.5rem !important;
				padding-right: 1.5rem !important;
				overflow: hidden;
		}
		nav.navbar .container-xl.wide {
				overflow: visible;
		}
}
@media (max-width: 991px) {
		nav.navbar .container {
				max-width: 100%;
		}
}
@media (max-width: 767px) {
		.container, .container.mini {
				max-width: 100%;
		}
}
@media (max-width: 480px) {
		.container-xl.wide:not(.ad-block) {
				padding-left: .5rem !important;
				padding-right: .5rem !important;
		}
		.page-board.container-xl.wide, .homepage .video-block.container-xl.wide, .page .video-block.container-xl.wide {
				padding-left: 1.25rem !important;
				padding-right: 1.25rem !important;
		}
}
/***************************
Fixed AD
***************************/
.quicklink {
		left: 0;
		right: 0;
		margin: auto;
		pointer-events: none;
		text-align: end;
		max-width: 100%;
		bottom: 4rem;
		overflow: hidden;
}
.quicklink .fixed-ad {
		width: 80px;
		pointer-events: auto;
}
.quicklink img {
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
}
.quicklink.show img {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
}
.quicklink img, .quicklink.show img {
		-webkit-transition: -webkit-transform .75s ease;
		transition: -webkit-transform .75s ease;
		-o-transition: transform .75s ease;
		transition: transform .75s ease;
		transition: transform .75s ease, -webkit-transform .75s ease;
}
/***************************
Go to Top
***************************/
.gotop {
		left: 0;
		right: 0;
		margin: auto;
		pointer-events: none;
		text-align: end;
		max-width: 100%;
		padding: .5rem .75rem;
}
.gotop .goto-btn {
		width: 45px;
		height: 45px;
		color: #666;
		pointer-events: auto;
		opacity: 1;
}
.gotop .goto-btn:focus, .gotop .goto-btn:hover {
		opacity: 1;
}
.gotop .goto-btn i {
		font-size: 2rem;
}
footer .under-links {
		margin-right: 1rem;
}
@media (min-width: 1200px) {
		.quicklink, .gotop {
				max-width: 2560px;
		}
}
@media (min-width: 1366px) {
		.quicklink .fixed-ad {
				width: 110px;
		}
		footer .under-links {
				margin-right: 0;
		}
}
@media (max-width: 1199px) {
		footer .under-links {
				margin-right: 0;
		}
		.gotop .goto-btn i {
				font-size: 1.5rem;
		}
		.gotop {
				padding: 0 .5rem;
		}
}
@media (max-width: 991px) {
		footer .under-links {
				margin-right: .5rem;
		}
}
@media (max-width: 767px) {
		.gotop {
				padding: 1.75rem 2rem 1rem 2rem;
		}
}
@media (max-width: 480px) {
		.gotop {
				padding: 1rem;
		}
}
/***************************
Slider
***************************/
.slick-prev:before, .slick-next:before {
		font-family: "bootstrap-icons";
		font-size: 2.75rem;
		color: #36b2d1;
		opacity: 0.5;
}
.slick-prev:before {
		content: '\F284';
}
.slick-next:before {
		content: '\F285';
}
.slick-prev:hover::before, .slick-next:hover::before {
		opacity: 1;
}
.slick-prev:before, .slick-next:before, .slick-prev:hover::before, .slick-next:hover::before {
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
}
/***************************
NAV
***************************/
nav.navbar, nav.navbar.on-top {
		-webkit-transition: all .1s linear;
		-o-transition: all .1s linear;
		transition: all .1s linear;
}
.homepage nav.navbar {
		background-color: RGBA(255, 255, 255, 0);
}
nav.navbar {
		background-color: RGBA(255, 255, 255, 1);
}
nav.navbar.on-top {
		background-color: RGBA(255, 255, 255, 1);
}
nav.navbar.on-top::after {
		content: '';
		width: 100%;
		height: 100%;
		/*max-width: 1920px;*/
		margin: auto;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		-webkit-box-shadow: 0 .125rem .5rem RGBA(0, 0, 0, .125);
		box-shadow: 0 .125rem .5rem RGBA(0, 0, 0, .125);
}
nav.navbar.on-top .navbar-nav .dropdown-menu-end, nav.navbar.on-top .navbar-nav .dropdown-menu.dropdown-menu-end, nav.navbar.on-top .dropdown-menu {
		padding-top: 30px;
}
.page nav.navbar .navbar-nav .dropdown-menu-end, .page nav.navbar .navbar-nav .dropdown-menu.dropdown-menu-end, .page nav.navbar .dropdown-menu {
		padding-top: 40px;
}
.page nav.navbar.on-top .navbar-nav .dropdown-menu-end, .page nav.navbar.on-top .navbar-nav .dropdown-menu.dropdown-menu-end, .page nav.navbar.on-top .dropdown-menu {
		padding-top: 30px;
}
.homepage nav.navbar .dropdown-menu {
		padding-top: 15px;
}
.homepage nav.navbar.on-top .dropdown-menu {
		padding-top: 25px;
}
nav.navbar .dropdown-menu {
		padding-top: 30px;
}
nav.navbar .navbar-nav {
		background-color: #ffffff;
		border-radius: 5rem;
		margin-right: 1rem;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
}
nav.navbar .navbar-nav .nav-item:last-child > .nav-link, nav.navbar .navbar-nav .nav-item:first-child > .nav-link {
		padding: .5rem .75rem;
}
nav.navbar .navbar-nav .nav-item:last-child .nav-link, nav.navbar .navbar-nav .nav-item:first-child .nav-link {
		margin: 0;
}
nav.navbar .navbar-nav .dropdown-menu-end, nav.navbar .navbar-nav .dropdown-menu.dropdown-menu-end {
		left: auto !important;
		right: 0 !important;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
		padding-top: 30px;
}
.homepage nav.navbar .navbar-nav .dropdown-menu-end, .homepage nav.navbar .navbar-nav .dropdown-menu.dropdown-menu-end {
		left: auto !important;
		right: 0 !important;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
		padding-top: 15px;
}
nav.navbar .dropdown-menu {
		background-color: transparent !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		border: 0 !important;
}
nav.navbar .dropdown-menu .dropdown-menu-inner {
		border-radius: .75rem;
		background-color: RGBA(54, 178, 209, .65);
		-webkit-box-shadow: 0 .5rem 1rem RGBA(0, 0, 0, .125);
		box-shadow: 0 .5rem 1rem RGBA(0, 0, 0, .125);
		padding: 0;
		-webkit-backdrop-filter: blur(.5rem);
		backdrop-filter: blur(.5rem);
		border: 0;
		position: relative;
}
nav.navbar .dropdown-menu .dropdown-menu-inner::before {
		content: "";
		position: absolute;
		top: -12px;
		left: 20px;
		border-bottom: 12px solid RGBA(54, 178, 209, .65);
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
}
nav.navbar .dropdown-menu.dropdown-menu-end .dropdown-menu-inner::before {
		right: 20px;
		left: auto;
		margin: auto;
}
nav.navbar .dropdown-menu .dropdown-menu-inner li .dropdown-item {
		color: #ffffff;
}
nav.navbar .dropdown-menu .dropdown-menu-inner li .dropdown-item.active, nav.navbar .dropdown-menu .dropdown-menu-inner li .dropdown-item:hover {
		color: #ffffff;
		background-color: #066aa8;
}
nav.navbar .dropdown-menu .dropdown-menu-inner li:first-child .dropdown-item {
		border-radius: .75rem .75rem 0 0;
		padding-top: .75rem;
}
nav.navbar .dropdown-menu .dropdown-menu-inner li:last-child .dropdown-item {
		border-radius: 0 0 .75rem .75rem;
		padding-bottom: .75rem;
}
nav.navbar .dropdown-menu .dropdown-menu-inner li.onlyone:last-child .dropdown-item {
		border-radius: .75rem;
		padding-bottom: .75rem;
}
nav.navbar .dropdown-item {
		padding: .5rem 1rem;
}
.navbar-toggler:focus {
		outline: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
}
nav.navbar .nav-brand {
		max-width: 400px;
}
nav.navbar .nav-brand .logo {
		width: 55px;
		margin-right: .75rem;
}
nav.navbar.on-top .nav-brand .logo {
		width: 45px;
}
nav.navbar .nav-brand .h4, nav.navbar .nav-brand .h4 small {
		color: #000000;
}
nav.navbar .nav-brand .h4 small {
		margin-bottom: .25rem;
}
nav.navbar .nav-brand, nav.navbar.on-top .nav-brand, nav.navbar .nav-brand .logo, nav.navbar .nav-brand .h4, nav.navbar .nav-brand .h4 small, nav.navbar.on-top .nav-brand .logo, nav.navbar.on-top .nav-brand .h4, nav.navbar.on-top .nav-brand .h4 small {
		-webkit-transition: all .2s linear;
		-o-transition: all .2s linear;
		transition: all .2s linear;
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
}
nav.navbar .navbar-brand, nav.navbar .navbar-nav .nav-link {
		color: #000000;
		position: relative;
}
nav.navbar .navbar-nav .nav-link {
		background-color: #ffffff;
		border-radius: 5rem;
}
nav.navbar .navbar-nav .nav-link.active {
		background-color: #8759b3;
		color: #ffffff !important;
}
nav.navbar .nav-item .dropdown-toggle::after {
		display: none;
}
nav.navbar .navbar-nav .nav-link:not(.active):hover, nav.navbar .nav-item .dropdown-toggle[aria-expanded="true"] {
		color: #8759b3;
}
nav.navbar .nav-item .dropdown-toggle[aria-expanded="true"]::after {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
}
@media (min-width: 1200px) {
		nav.navbar {
				min-height: 100px;
		}
		nav.navbar.on-top {
				min-height: 70px;
		}
}
@media (min-width: 1366px) {
		nav.navbar .nav-brand .logo {
				width: 60px;
				margin-right: .75rem;
		}
		nav.navbar.on-top .nav-brand .logo {
				width: 55px;
		}
		nav.navbar.on-top .nav-brand {
				-webkit-transform: translateX(.125rem);
				-ms-transform: translateX(.125rem);
				transform: translateX(.125rem);
		}
		nav.navbar .nav-brand .h4 small {
				margin-bottom: .25rem;
		}
}
@media (max-width: 1199px) {
		nav.navbar .nav-brand .logo {
				width: 45px;
		}
		nav.navbar.on-top .nav-brand .logo {
				width: 35px;
		}
		nav.navbar {
				min-height: 85px;
		}
		nav.navbar.on-top {
				min-height: 70px;
		}
}
@media (max-width: 991px) {
		main {
				overflow: hidden;
		}
		nav.navbar .navbar-nav {
				margin-right: 0;
				-webkit-box-align: normal;
				-ms-flex-align: normal;
				align-items: normal;
		}
		nav.navbar .dropdown-menu .dropdown-menu-inner li:first-child .dropdown-item {
				border-radius: .5rem .5rem 0 0;
		}
		nav.navbar .dropdown-menu .dropdown-menu-inner li:last-child .dropdown-item {
				border-radius: 0 0 .5rem .5rem;
		}
		nav.navbar .navbar-nav .nav-link:not(.active):hover, nav.navbar .nav-item .dropdown-toggle[aria-expanded="true"] {
				color: #ffffff;
		}
		nav.navbar .dropdown-menu .dropdown-menu-inner li .dropdown-item {
				color: #066aa8;
				padding: .25rem 1rem;
		}
		nav.navbar .dropdown-menu, .homepage nav.navbar .dropdown-menu {
				padding: 0 !important;
		}
		nav.navbar .navbar-nav .dropdown-menu-end, nav.navbar .navbar-nav .dropdown-menu.dropdown-menu-end, nav.navbar.on-top .navbar-nav .dropdown-menu-end, nav.navbar.on-top .navbar-nav .dropdown-menu.dropdown-menu-end, nav.navbar.on-top .dropdown-menu {
				padding: 0 !important;
		}
		nav.navbar .dropdown-menu .dropdown-menu-inner {
				border-radius: .5rem;
				background-color: RGBA(255, 255, 255, 1);
				margin-bottom: 1rem;
				top: 0;
				-webkit-box-shadow: none;
				box-shadow: none;
		}
		nav.navbar {
				z-index: 1080;
		}
		nav.navbar .dropdown-menu .dropdown-menu-inner::before {
				display: none;
		}
		nav.navbar .navbar-nav, nav.navbar .navbar-nav .nav-link {
				background-color: transparent;
				border-radius: 0;
		}
		nav.navbar .navbar-block, nav.navbar .navbar-nav {
				margin-left: 0 !important;
				margin-right: auto;
				position: relative;
				z-index: 2;
				width: 100%;
		}
		.homepage nav.navbar {
				background: -o-linear-gradient(bottom, RGBA(255, 255, 255, 0)0%, RGBA(255, 255, 255, .85)40%);
				background: -webkit-gradient(linear, left bottom, left top, from(RGBA(255, 255, 255, 0)), color-stop(40%, RGBA(255, 255, 255, .85)));
				background: linear-gradient(to top, RGBA(255, 255, 255, 0)0%, RGBA(255, 255, 255, .85)40%);
		}
		nav.navbar.on-top, .menu-open.homepage nav.navbar {
				background: none;
				background-color: RGBA(255, 255, 255, 1);
		}
		nav.navbar .offcanvas {
				position: fixed;
				top: 85px;
				bottom: 0;
				left: 100%;
				width: 100%;
				max-width: 40%;
				padding: 2rem;
				overflow-y: auto;
				visibility: hidden;
				background-color: #36b2d1;
				transition: transform .3s linear, visibility .3s linear, -webkit-transform .3s linear;
		}
		nav.navbar .offcanvas.show {
				visibility: visible;
				-webkit-transform: translateX(-100%) !important;
				-ms-transform: translateX(-100%) !important;
				transform: translateX(-100%) !important;
		}
		nav.navbar .navbar-nav .nav-link:not(.active):focus, nav.navbar .navbar-nav .nav-link:not(.active):hover {
				color: RGBA(255, 255, 255, .75);
		}
		nav.navbar .navbar-nav .nav-link.active {
				color: #ffffff;
				border-radius: .5rem;
		}
		nav.navbar .offcanvas-backdrop {
				height: calc(100vh - 90px) !important;
				top: 85px !important;
				bottom: auto !important;
		}
		nav.navbar .navbar-toggler {
				border: none;
				background: transparent;
				padding: 10px;
				cursor: pointer;
				outline: none;
				top: 2px;
				position: relative;
		}
		nav.navbar .navbar-toggler:focus {
				-webkit-box-shadow: none;
				box-shadow: none;
				outline: none;
		}
		nav.navbar .hamburger-icon {
				position: relative;
				width: 30px;
				height: 20px;
				margin-right: .5rem;
		}
		nav.navbar .hamburger-icon .line {
				display: block;
				position: absolute;
				height: 2px;
				width: 100%;
				background-color: #000000;
				opacity: 1;
				left: 0;
				-webkit-transform: rotate(0deg);
				-ms-transform: rotate(0deg);
				transform: rotate(0deg);
				-webkit-transition: all 0.25s ease-in-out;
				-o-transition: all 0.25s ease-in-out;
				transition: all 0.25s ease-in-out;
		}
		nav.navbar.on-top .hamburger-icon .line {
				background-color: #36b2d1;
		}
		nav.navbar .hamburger-icon .line-1 {
				top: 0;
		}
		nav.navbar .hamburger-icon .line-2 {
				top: 8px;
		}
		nav.navbar .hamburger-icon .line-3 {
				top: 16px;
		}
		body.menu-open .hamburger-icon .line-1 {
				top: 10px;
				-webkit-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
				transform: rotate(45deg);
		}
		body.menu-open nav.navbar .hamburger-icon .line-2 {
				opacity: 0;
		}
		body.menu-open nav.navbar .hamburger-icon .line-3 {
				top: 10px;
				-webkit-transform: rotate(-45deg);
				-ms-transform: rotate(-45deg);
				transform: rotate(-45deg);
		}
		body.menu-open {
				overflow: hidden;
		}
		nav.navbar .navbar-nav .nav-item:last-child .nav-link.active::after, nav.navbar .navbar-nav .nav-item .nav-link.active::after {
				width: 100%;
				background-color: #ffffff;
				left: 0;
		}
		nav.navbar .navbar-nav .nav-item:last-child .nav-link:not(.active):hover::after, nav.navbar .navbar-nav .nav-link:not(.active):hover::after {
				width: 100%;
				background-color: RGBA(255, 255, 255, .75);
				left: 0;
		}
}
@media (max-width: 767px) {
		nav.navbar .offcanvas-backdrop {
				height: calc(100vh - 70px) !important;
				top: 70px !important;
		}
		nav.navbar {
				min-height: 70px;
		}
		nav.navbar .offcanvas {
				top: 70px;
		}
		nav.navbar .offcanvas {
				max-width: 40%;
		}
}
@media (max-width: 480px) {
		nav.navbar .offcanvas {
				max-width: 60%;
				padding: 1rem;
		}
		nav.navbar {
				min-height: 70px;
		}
		nav.navbar.on-top .nav-brand .logo, nav.navbar .nav-brand .logo {
				width: 40px;
		}
}
/***************************
Button
***************************/
.btn-lang {
		width: 35px;
		height: 35px;
		border-radius: 1rem;
		background-color: #066aa8;
		color: #ffffff;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		overflow: hidden;
		margin-left: .5rem;
		margin-top: .125rem;
}
.btn-lang:hover {
		color: #ffffff;
		background-color: #8759b3;
}
.btn-text {
		color: #000000;
}
.btn-text:hover {
		color: #ffffff;
}
.btn-basic {
		border: 0;
		border-radius: 5rem;
		height: 35px;
		position: relative;
		/*min-width: 100px;
	 font-size: 1rem;
		padding: 0 1.5rem 0 1.5rem;*/
		color: #ffffff !important;
		line-height: 1.5;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		overflow: hidden;
		background-color: #066aa8;
}
.event-item:hover a .btn-basic, .btn-basic:hover {
		background-color: #8759b3;
}
.btn-basic.light {
		background-color: #766fff;
}
.btn-basic.light:hover {
		background-color: #766fff;
}
/***************************
Footer
***************************/
.footer-block {
		background-color: #36b2d1;
		padding-top: 3rem;
		padding-bottom: 2rem;
}
.footer-brand a:hover, .footer-brand a {
		color: #ffffff;
}
.social-links, .footer-brand {
		height: 35px;
}
.social-links {
		text-align: end;
}
.social-links ul {
		background-color: #36b2d1;
		position: relative;
		z-index: 2;
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
		padding-left: 2rem;
}
.footer-brand a {
		padding-right: 2rem;
		background-color: #36b2d1;
		position: relative;
		z-index: 2;
}
.footer-brand .logo img {
		width: 60px;
}
.social-links::after, .footer-brand::after {
		content: '';
		width: 100%;
		height: 1px;
		display: block;
		background-color: RGBA(255, 255, 255, .8);
		left: auto;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		position: absolute;
}
.footer-links {
		color: #ffffff;
		letter-spacing: 1px;
}
.footer-links a {
		color: #ffffff;
		display: block;
}
.footer-links a:hover {
		color: #000000;
}
.footer-links .head-icon {
		text-align: center;
		min-width: 100px;
		width: 100px;
		margin-right: 1.5rem;
		padding: .5rem .25rem;
		border: 1px solid RGBA(255, 255, 255, .4);
		border-radius: .5rem;
}
.footer-links .head-icon img {
		width: 60px;
		margin-bottom: .125rem;
}
.footer-links .head-icon .text {
		color: #ffffff;
}
.footer-links.official {
		background-color: RGBA(6, 106, 168, .45);
		border-radius: 1rem 1rem 0 0;
		color: #ffffff;
}
.footer-links .badge {
		background-color: #066aa8;
		padding: .25rem .5rem .25rem .5rem;
		line-height: 1.25;
		margin-right: .5rem;
}
.footer-links.official a {
		color: #ffffff;
}
.footer-links.official a:hover {
		color: #a0ecff;
}
.footer-map {
		border-radius: 0 0 1rem 1rem;
		overflow: hidden;
		width: 100%;
		height: 350px;
}
.footer-map iframe {
		width: 100%;
		height: 100%;
}
footer .social-links li a {
		padding: .125rem;
		width: 40px;
		height: 40px;
		line-height: 40px;
		background-color: #ffffff;
		color: #36b2d1;
		border-radius: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 130%;
		border: 1px solid #ffffff;
}
footer .social-links li a:hover {
		color: #ffffff;
		background-color: transparent;
}
footer .social-links li {
		display: block;
		margin-right: .75rem;
}
footer .social-links li:last-child {
		margin-right: 0;
}
.under-links a, .copyright {
		color: #ffffff;
}
.under-links a:hover {
		color: #a0ecff;
}
.under-links li {
		margin-left: 1rem;
}
.under-links li:first-child {
		margin-left: 0;
}
.under-block {
		background-color: #333333;
		padding-top: 1rem;
		padding-bottom: 1rem;
}
/***************************
Page Tab Content
***************************/
.page .page-tabs.nav-tabs {
		border-bottom: 2px solid #36b2d1;
}
.page .page-tabs.nav-tabs .nav-link {
		background-color: #36b2d1;
		color: #ffffff;
		margin-right: .75rem;
		border: 2px solid transparent;
		text-align: center;
}
.page .page-tabs.nav-tabs .nav-item:last-child .nav-link {
		margin-right: 0;
}
.page .page-tabs.nav-tabs .nav-link.active {
		background-color: #ffffff;
		color: #36b2d1;
		border-color: #36b2d1;
		border-bottom-color: #ffffff;
		position: relative;
		bottom: -2px;
		font-weight: 700;
}
.page .page-tabs.nav-tabs .nav-link:not(.active):hover {
		color: #36b2d1;
		background-color: #f0fcff;
		border-color: #36b2d1;
		position: relative;
		bottom: -1px;
}
.page .responsive-container {
		width: 100%;
}
.page .vertical-tab-list .nav-link {
		text-align: start;
		margin-bottom: 0.5rem;
		border-radius: 0;
		background-color: #f0fcff;
		color: #36b2d1;
		border-left: 6px solid #36b2d1;
		width: calc(100% - 6px);
		margin-left: auto;
}
.page .vertical-tab-list .nav-link:not(.active):hover {
		color: #066aa8;
		width: 100%;
		border-left-color: #066aa8;
		padding-right: calc(1rem + 6px);
}
.page .vertical-tab-list .nav-link, .page .vertical-tab-list .nav-link:hover {
		-webkit-transition: all .1s linear;
		-o-transition: all .1s linear;
		transition: all .1s linear;
}
.page .vertical-tab-list .nav-link.active {
		background-color: #36b2d1;
		color: #ffffff;
		border-left-color: #fcee21;
		width: 100%;
}
.page .accordion-body article a {
		color: #066aa8;
}
.page .accordion-body article a:hover {
		color: #8759b3;
}
@media (min-width: 768px) {
		.page .vertical-tab-list {
				display: block;
				position: relative;
				z-index: 1;
				height: 100%;
				background-color: #ffffff;
		}
		.page .vertical-tab-list::after {
				content: '';
				width: 10px;
				height: 100%;
				z-index: 1;
				display: block;
				position: absolute;
				right: 0;
				top: 0;
				background: -o-linear-gradient(left, RGBA(0, 0, 0, 0)10%, RGBA(0, 0, 0, .125)100%);
				background: -webkit-gradient(linear, left top, right top, color-stop(10%, RGBA(0, 0, 0, 0)), to(RGBA(0, 0, 0, .125)));
				background: linear-gradient(to right, RGBA(0, 0, 0, 0)10%, RGBA(0, 0, 0, .125)100%)
		}
		.page .vertical-tab-list::after {
				content: '';
				width: 10px;
				height: 100%;
				z-index: 1;
				display: block;
				position: absolute;
				right: 0;
				top: 0;
				background: -o-linear-gradient(left, RGBA(0, 0, 0, 0)10%, RGBA(0, 0, 0, .125)100%);
				background: -webkit-gradient(linear, left top, right top, color-stop(10%, RGBA(0, 0, 0, 0)), to(RGBA(0, 0, 0, .125)));
				background: linear-gradient(to right, RGBA(0, 0, 0, 0)10%, RGBA(0, 0, 0, .125)100%)
		}
		.page .accordion-header {
				display: none;
		}
		.page .accordion-collapse {
				display: none !important;
				height: auto !important;
				visibility: visible;
		}
		.page .accordion-collapse.desktop-active {
				display: block !important;
		}
		.page .accordion-item {
				border: none;
				margin-bottom: 0;
		}
		.page .accordion-body {
				padding: 0;
				line-height: 1.75;
		}
}
@media (max-width: 767.98px) {
		.page .vertical-tab-list {
				display: none;
		}
		.page .accordion-item {
				border-color: #36b2d1;
		}
		.page .accordion-header {
				display: block;
		}
		.page .accordion-header .accordion-button {
				background-color: #36b2d1;
				color: #ffffff;
				-webkit-box-shadow: none;
				box-shadow: none;
		}
		.page .accordion-header .accordion-button.collapsed {
				background-color: #f0fcff;
				color: #36b2d1;
		}
		.page .accordion-collapse {
				height: 0;
		}
		.page .accordion-collapse.show {
				height: auto;
		}
		.page .accordion-body {
				padding: 1rem;
		}
		.page .page-tabs.nav-tabs {
				-ms-flex-wrap: nowrap;
				flex-wrap: nowrap;
				overflow-x: auto;
				scroll-behavior: smooth;
				scrollbar-width: none; /* Firefox */
				-ms-overflow-style: none; /* IE and Edge */
				-webkit-box-pack: start !important;
				-ms-flex-pack: start !important;
				justify-content: flex-start !important;
				margin-bottom: 1rem !important;
		}
}
@media (max-width: 767px) {
		.page .accordion-button::after {
				width: 20px;
				background-size: contain;
		}
}
@media (max-width: 480px) {
		.page .accordion-button::after {
				width: 15px;
		}
}
/***************************
Breadcrumb
***************************/
.breadcrumb {
		margin-top: 1rem;
}
.breadcrumb-item {
		font-size: 1rem;
}
.breadcrumb-item + .breadcrumb-item::before, .breadcrumb-item, .breadcrumb-item a {
		color: #a0ecff;
}
.breadcrumb-item.active {
		color: #ffffff;
}
/***************************
Page Title
***************************/
.pagetitle-block {
		background-image: url("../../image/page_head.jpg");
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 2560px auto;
		background-attachment: fixed;
		height: 150px;
}
.pagetitle-block .title {
		color: #a0ecff;
}
.pagetitle-block small {
		color: #a0ecff;
		font-size: 70%;
		font-weight: normal;
}
/***************************
Pagination Block
***************************/
.pagination-block .page-link {
		border: 1px solid #36b2d1;
		border-radius: .25rem;
		color: #36b2d1;
		font-size: 1rem;
		font-weight: 600;
		background-color: #f0fcff;
		margin: 0 .5rem;
		padding: .5rem;
		width: 40px;
		height: 40px;
		line-height: 1.35;
}
.pagination-block .page-item.disabled .page-link {
		opacity: .5;
}
.pagination-block .page-item:hover:not(.disabled) .page-link {
		color: #ffffff;
		background-color: #36b2d1;
}
.pagination-block .page-item.active .page-link {
		color: #ffffff;
		background-color: #066aa8;
}
/***************************
News List
***************************/
.page .news-list .news-item {
		border-bottom: 1px solid #C9C9C9;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
}
.page .has-more .news-list .news-item {
		display: block !important;
}
.page .news-list .news-item:last-child {
		border-bottom: 0 !important;
}
.page .news-list .news-item.show {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
}
.page .news-tabs .nav-link {
		color: #5E5E5E;
		background-color: #F3F3F3;
		border-radius: 0;
		margin: 0 .5rem;
		text-align: center;
}
.page .news-tabs .nav-link.active {
		color: #ffffff !important;
		background-color: #D4355F;
}
.page .news-list {
		width: 100%;
		margin: auto;
		border-radius: 0;
}
/***************************
Event List
***************************/
.page-board {
		padding-top: 4rem;
		padding-bottom: 4rem;
		position: relative;
}
.page-board > div {
		position: relative;
		z-index: 2;
}
/***************************
Index Main AD
***************************/
.ad-block {
		background-color: #f1f3f2;
}
.ad-block .content {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		z-index: 2;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
}
.ad-block .content .text {
		max-width: 35%;
}
.ad-block.slick-dotted.slick-slider {
		margin-bottom: 0;
}
.ad-block .slick-dots {
		bottom: 1rem;
}
.ad-block .bg {
		overflow: hidden;
}
.ad-block .bg img {
		position: absolute;
		left: 50%;
		right: 0;
		top: 0;
		bottom: auto;
		margin: auto;
		width: 2320px;
		max-width: 2320px;
		height: 580px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		-o-object-fit: contain;
		object-fit: contain;
		-moz-object-fit: contain;
		-webkit-object-fit: contain;
		-o-object-position: center top;
		object-position: center top;
}
.slick-dots li, .ad-block .slick-dots li button {
		width: 40px;
		height: 30px;
		overflow: hidden;
}
.ad-block .slick-dots li button:hover:before, .ad-block .slick-dots li.slick-active button:before {
		opacity: .95;
}
.ad-block .slick-dots li button:before {
		content: '';
		margin-top: 20px;
		width: 40px;
		height: 4px;
		background-color: #ffffff;
		border-radius: 10px;
		opacity: .5;
}
.ad-block .slick-prev, .ad-block .slick-next {
		width: 40px;
		height: 70px;
		z-index: 2;
}
.ad-block .slick-prev {
		left: 20px;
}
.ad-block .slick-next {
		right: 20px;
}
.ad-block .content {
		opacity: 0;
		top: 0;
		left: 0;
		right: 0;
		z-index: 2;
		margin: auto;
}
.ad-block:not(.full) .bg {
		max-width: 60%;
		margin-left: auto;
}
/***************************
Index Event Block / News Block
***************************/
.media-block {
		padding-top: 0;
		padding-bottom: 3rem;
		background-color: #36b2d1;
		position: relative;
		z-index: 1;
}
.media-block::after {
		content: '';
		width: 100%;
		height: 28%;
		position: absolute;
		left: 0;
		right: 0;
		top: auto;
		bottom: 0;
		margin: auto;
		background-color: #f1f3f2;
		z-index: -1;
		/*-webkit-clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);*/
}
.media-block > div {
		position: relative;
		z-index: 2;
}
/***************************
Index Title V
***************************/
.title_v {
		max-width: 65px;
}
.title_v .text {
		max-width: 50px;
		position: relative;
}
.title_v .bg-item {
		max-width: 50px;
		left: -1.5rem;
		top: -2rem;
		position: absolute;
}
/***************************
Index Title H
***************************/
.title_h {
		font-weight: 600;
		padding-bottom: .5rem;
}
.title_h.mini {
		font-weight: 600;
		padding-bottom: 0;
		border-bottom: 0;
		margin-bottom: 1rem;
		position: relative;
		padding-left: 35px;
}
.title_h.mini::after {
		content: '';
		width: 25px;
		height: 3px;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		background: -o-linear-gradient(left, #D4355F 0%, #942279 100%);
		background: -webkit-gradient(linear, left top, right top, from(#D4355F), to(#942279));
		background: linear-gradient(to right, #D4355F 0%, #942279 100%);
}
.title_h img {
		max-width: 180px;
		position: relative;
		top: -10px;
}
.news-list .title_h {
		margin-bottom: 0;
		position: relative;
		padding: 1rem 3rem .5rem 3rem;
		color: #ffffff;
		z-index: 1;
		display: inline-block;
		line-height: 1;
}
.news-list .title_h small {
		margin-left: .5rem;
		font-size: 80%;
}
.news-list .title_h::before {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background-color: #8759b3;
		z-index: -1;
		-webkit-transform: skewX(-30deg);
		-ms-transform: skewX(-30deg);
		transform: skewX(-30deg);
		border-radius: .5rem;
}
.homepage .event-item {
		width: calc(100% - 9rem);
		margin: auto;
}
.page .title_h.page_title {
		font-weight: 600;
		color: #36b2d1;
		padding: .75rem 0;
		border-top: 1px solid #36b2d1;
		border-bottom: 1px solid #36b2d1;
		background-color: #f0fcff;
		text-align: center;
}
.page .title_h.page_title.has_info .title {
		margin-bottom: 1rem;
}
.page .title_h.page_title.has_info .detail {
		font-weight: normal;
		text-align: start;
		color: #000000;
}
.page .title_h.page_title.has_info .detail .ex-list span.head {
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		text-align: center;
		color: #ffffff;
		display: inline-block;
		margin-right: 15px;
		border-radius: .25rem;
		background-color: #428bca;
		padding: .25rem;
}
.page .title_h.page_title.has_info .detail .contact-list i, .page .title_h.page_title.has_info .detail .contact-list a {
		color: #428bca
}
.page .title_h.page_title.has_info .detail .contact-list a:hover {
		color: #000000;
}
.page .title_h.page_title.has_info .title small {
		color: #666666;
		padding-top: 0;
		padding-bottom: .25rem;
}
.page .content iframe .container {
		max-width: 100%;
}
.page .title_h.page_title.has_info .faculty-list .item {
		min-width: 260px;
		width: 260px;
		max-width: 260px;
}
.page .title_h.page_title.has_info {
		color: #36b2d1;
		padding: 2rem;
		border-top: 0;
		border-bottom: 1px dashed #36b2d1;
		background-color: #f0fcff;
		text-align: center;
		margin-bottom: 0 !important;
}
.page .title_h.page_title .date_block {
		padding: .25rem;
		line-height: 1.75;
		background: -o-linear-gradient(top, #36b2d1 50%, #dc3545 51%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #36b2d1), color-stop(51%, #dc3545));
		background: linear-gradient(to bottom, #36b2d1 50%, #dc3545 51%);
		border-radius: .5rem;
		color: #ffffff;
		width: 75px;
		margin-right: 1rem;
}
.page .title_h.page_title .title {
		text-align: start;
		color: #000000;
}
.page .title_h.page_title .title small {
		color: #666666;
		padding-top: .25rem;
}
.page .event-item {
		max-width: 100%;
		margin: auto;
}
.page .event-item .content img {
		max-width: 100%;
}
.page .event-item .content.sp {
		max-width: 1050px;
		overflow: hidden;
		margin: auto;
		background-color: #ffffff;
		border: 20px solid #f0fcff;
}
.page .event-item .content iframe {
		margin: 2rem auto !important;
		height: 100vh;
		border: none;
		width: 100%;
		overflow: auto;
		max-height: 600px;
}
.page .event-item iframe {
		background-color: transparent;
}
.page .event-item .info-block .title {
		font-weight: 800;
		margin-bottom: 3rem;
		max-width: calc(100% - 220px);
}
.page .event-item .info-block .head {
		font-weight: 800;
		margin-bottom: 1.5rem;
}
.page .event-item .info-block .name {
		font-weight: 800;
		margin-bottom: 3rem;
}
.page .event-item .info-block .name small {
		font-size: 50%;
		color: #D4D4D4;
		position: relative;
		bottom: -2px;
}
.page .event-item .info-block .date {
		font-weight: 600;
		margin-bottom: .5rem;
		color: #FF3E71;
}
.page .event-item .info-block .place {
		font-weight: 600;
}
.page .event-item .info-block .info ul {
		list-style: none;
		margin-left: 0;
		padding-left: .25rem;
}
.page .event-item .info-block .info ul li {
		position: relative;
		padding-left: 1.25rem;
		margin-bottom: .25rem;
		line-height: 1.75;
}
.page .event-item .info-block .info ul li::before {
		content: '';
		position: absolute;
		left: 0;
		top: 10px;
		width: 8px;
		height: 8px;
		background-color: #D4355F;
}
/***************************
Index News Block
***************************/
.news-block + .btn-basic {
		position: absolute;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		bottom: 2rem;
		right: 0;
		left: 0;
		margin: auto;
		z-index: 2;
}
.news-list {
		background-color: #ffffff;
		border-radius: 3rem;
		width: 100%;
		top: -3rem;
		overflow: hidden;
}
.homepage .news-list {
		min-height: 350px;
}
.news-list .content {
		padding: 1.35rem 35% 1.5rem 3rem;
}
.student-block {
		max-width: 420px;
		right: 0;
		bottom: 0;
		padding-right: .5rem;
		z-index: 2;
		height: 100%;
}
.student-block::after {
		content: '';
		height: 100%;
		width: 110%;
		position: absolute;
		left: auto;
		right: -30%;
		top: 0;
		background-color: #8759b3;
		z-index: -1;
		-webkit-transform: skewX(-30deg);
		-ms-transform: skewX(-30deg);
		transform: skewX(-30deg);
}
.news-list .list-group-item, .news-list .list-group {
		background-color: transparent;
		border: 0;
}
.news-list .list-group-item {
		font-weight: 500;
		padding: 0;
		border-bottom: 1px solid #e9f7fa;
}
.news-list .list-group-item .date {
		min-width: 95px;
}
.news-list .list-group-item a {
		padding: .65rem 0;
}
.page .news-list .list-group-item a {
		padding: .75rem 0;
}
.news-list .list-group-item:last-child {
		border-bottom: 0 !important;
}
.news-list .badge {
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		padding: .5rem .5rem;
		position: relative;
		border-radius: .5rem 0 .5rem 0;
		font-weight: 400;
}
.news-list .list-group-item a {
		color: #066aa8;
}
.news-list .list-group-item a:hover {
		color: #8759b3;
}
.news-list .list-group-item .text {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
}
/***************************
Index About us Block
***************************/
.about-block .title_h {
		margin-bottom: .75rem;
		color: #ffffff;
		display: block;
		line-height: 1.25;
}
.about-block .content {
		display: block;
		line-height: 1.55;
}
.about-block .content .btn-text {
		text-decoration: underline;
}
.about-block .photo {
		border-radius: 3rem;
		overflow: hidden;
		aspect-ratio: 16 / 10.5;
}
.about-block .photo img {
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 100%;
		height: 100%;
		max-width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-moz-object-fit: cover;
		-webkit-object-fit: cover;
		-o-object-position: center top;
		object-position: center top;
		z-index: 2;
}
.icon-group .col-sm {
		position: relative;
}
.icon-group .col-sm::after {
		content: '';
		width: 1px;
		height: 60%;
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		background-color: RGBA(255, 255, 255, .4);
}
.icon-group .col-sm:last-child::after {
		display: none;
}
.icon-group .icon {
		width: 96px;
		margin-right: .5rem;
		position: relative;
		bottom: .25rem;
}
.icon-group .text {
		color: #ffffff;
		line-height: 1.35;
}
.icon-group .text small {
		font-size: 70%;
}
.icon-group .icon, .icon-group .text span {
		opacity: .5
}
.icon-group a:hover .icon, .icon-group a:hover .text span {
		opacity: 1
}
.icon-group .text img {
		width: 30px;
		margin-left: .25rem;
		position: relative;
		bottom: .2125rem;
}
.icon-group a .icon, .icon-group a.text span, .icon-group a:hover .icon, .icon-group a:hover .text span {
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
}
/***************************
Index Laws Block
***************************/
.laws-block .title_h {
		margin-bottom: 0;
		color: #36b2d1;
		display: block;
		line-height: 1.25;
}
.laws-list {
		background-color: #ffffff;
		border-radius: 3rem;
		width: 100%;
		overflow: hidden;
		z-index: 1;
}
.laws-list::after {
		content: '';
		position: absolute;
		left: auto;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		background-color: #f0fcff;
		border-radius: 3rem;
		width: 100%;
		height: 100%;
		max-width: calc(70% + 3rem);
		z-index: -1;
}
.laws-list .title_h {
		padding: 4rem 3rem;
		max-width: 30%;
		line-height: 1.25;
}
.laws-list .title_h .btn-basic {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
}
.laws-list .content {
		padding: 4rem 0 4rem 3rem;
		max-width: 70%;
}
.laws-list .list-group-item, .laws-list .list-group {
		background-color: transparent;
		border: 0;
}
.laws-list .list-group-item {
		font-weight: 500;
		padding: 0;
		border-bottom: 1px solid RGBA(54, 178, 209, .6);
}
.laws-list .list-group-item .date {
		min-width: 95px;
		color: #36b2d1;
}
.laws-list .list-group-item a {
		padding: .65rem 0;
}
.laws-list .list-group-item:last-child {
		border-bottom: 0 !important;
}
.laws-list .badge {
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		padding: .5rem .5rem;
		position: relative;
		border-radius: .5rem 0 .5rem 0;
		font-weight: 400;
}
.laws-list .list-group-item a {
		color: #066aa8;
		padding-right: 3rem;
		position: relative;
		width: 100%;
}
.laws-list .list-group-item a:hover {
		color: #000000;
}
.laws-list .list-group-item .text {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		max-width: calc(100% - 1rem);
}
.laws-list .list-group-item a .icon {
		right: 0;
		top: .25rem;
		font-size: 150%;
}
/***************************
Index Photos Block
***************************/
.photo-block {
		padding-top: 1rem;
		padding-bottom: 1rem;
}
.photo-block .title_h {
		color: #066aa8;
}
.photo-block .title_h small {
		margin-left: .5rem;
		font-size: 80%;
}
.photo-list a .text {
		color: #066aa8;
		padding-left: .5rem;
		padding-right: .5rem;
}
.photo-list a:hover .text {
		color: #000000;
}
.photo-list a {
		background-color: #ffffff;
		border-radius: 0 0 .5rem .5rem;
		-webkit-box-shadow: 0 .25rem .5rem RGBA(0, 0, 0, .125) !important;
		box-shadow: 0 .25rem .5rem RGBA(0, 0, 0, .125) !important;
		height: 100%;
}
.photo-list a:hover .text {
		color: #000000;
}
.photo-list .item {
		position: relative;
		aspect-ratio: 16 / 9;
		overflow: hidden;
		border-radius: .5rem .5rem 0 0;
}
.photo-list.detail .item {
		position: relative;
		aspect-ratio: 6 / 4;
		overflow: hidden;
		border-radius: .5rem;
		-webkit-box-shadow: 0 .25rem .5rem RGBA(0, 0, 0, .25);
		box-shadow: 0 .25rem .5rem RGBA(0, 0, 0, .25);
}
.photo-list a:hover .item::before {
		opacity: 1;
}
.photo-list a .text, .photo-list a:hover .text, .photo-list .item img, .photo-list a:hover .item img {
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
}
.photo-list .item img {
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 100%;
		height: 100%;
		max-width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-moz-object-fit: cover;
		-webkit-object-fit: cover;
		-o-object-position: center center;
		object-position: center center;
}
.photo-list a:hover .item img {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
}
/***************************
Index Video Block
***************************/
.video-block {
		background-color: #333333;
		padding-top: 3rem;
		padding-bottom: 3rem;
}
.video-block .title_h {
		color: #36b2d1;
}
.video-block .title_h small {
		margin-left: .5rem;
		font-size: 80%;
}
.video-list a .text {
		color: RGBA(241, 243, 242, .6);
		word-break: break-word;
}
.video-list a:hover .text {
		color: #a0ecff;
}
.page .video-list.gride a .text {
		text-align: center;
		color: #066aa8;
		word-break: break-word;
}
.page .video-list a .text {
		text-align: start;
		color: #066aa8;
}
.page .video-block .video-list a .text {
		text-align: center;
		color: RGBA(241, 243, 242, .6);
		word-break: break-word;
}
.page .video-block .video-list a:hover .text {
		color: #36b2d1;
}
.page .video-block .video-list .text .title::before {
		display: none;
}
.page .video-block .video-list .text .title {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0;
}
.page .video-block .video-list a .text .date {
		font-size: .85rem;
		border-top: 1px solid #5c5c5c;
		margin-top: .5rem;
		padding-top: .5rem;
}
.page .video-list a .text .date {
		color: #999999;
		margin-top: 1rem;
}
.page .video-list .text .title {
		min-height: 50px;
		padding-left: 1.25rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative;
}
.page .video-list .text .title::before {
		content: '';
		display: block;
		width: 4px;
		height: 100%;
		max-height: calc(100% - 6px);
		position: absolute;
		top: 0;
		bottom: 0;
		left: 1px;
		margin: auto;
		border-radius: 4px;
		background-color: #a0ecff;
}
.page .video-list .text .title::before {
		content: '';
		display: block;
		width: 4px;
		height: 100%;
		max-height: calc(100% - 6px);
		position: absolute;
		top: 0;
		bottom: 0;
		left: 1px;
		margin: auto;
		border-radius: 4px;
		background-color: #a0ecff;
}
.page .video-list a:hover .text, .page .video-list.gride a:hover .text {
		color: #000000;
}
.video-list .item::after {
		content: '';
		display: block;
		width: 30px;
		height: 30px;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		background-image: url("../../image/video_play_w.svg");
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		z-index: 2;
}
.video-list .item {
		position: relative;
		aspect-ratio: 16 / 8.125;
		overflow: hidden;
		border-radius: .5rem;
		-webkit-box-shadow: 0 .25rem .5rem RGBA(0, 0, 0, .35);
		box-shadow: 0 .25rem .5rem RGBA(0, 0, 0, .35);
}
.page .video-list.gride .item::after {
		content: '';
		display: block;
		width: 30px;
		height: 30px;
		position: absolute;
		left: auto;
		right: 1rem;
		top: auto;
		bottom: 1rem;
		margin: auto;
		background-image: url("../../image/video_play_w.svg");
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		z-index: 2;
}
.page .video-list.gride .item::before {
		content: '';
		display: block;
		width: 30px;
		height: 30px;
		position: absolute;
		left: auto;
		right: 1rem;
		top: auto;
		bottom: 1rem;
		margin: auto;
		background-color: #36b2d1;
		z-index: 2;
		opacity: .65;
}
.page .video-list.gride .item {
		position: relative;
		aspect-ratio: 9 / 11.5;
		overflow: hidden;
		border-radius: .5rem;
		background-color: #000000;
		-webkit-box-shadow: 0 .25rem .5rem RGBA(0, 0, 0, .35);
		box-shadow: 0 .25rem .5rem RGBA(0, 0, 0, .35);
}
.page .video-list.gride .item img {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 100%;
		height: auto;
		max-width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-moz-object-fit: cover;
		-webkit-object-fit: cover;
		-o-object-position: center center;
		object-position: center center;
}
.video-list .item::before {
		content: '';
		display: block;
		width: 40px;
		height: 40px;
		border-radius: 100%;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		background-color: #36b2d1;
		z-index: 2;
		opacity: .65;
}
.video-list a:hover .item::before {
		opacity: 1;
}
.video-list a .text, .video-list a:hover .text, .video-list .item img, .video-list a:hover .item img, .video-list .item::before, .video-list a:hover .item::before {
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
}
.video-list .item img {
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 100%;
		height: 100%;
		max-width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-moz-object-fit: cover;
		-webkit-object-fit: cover;
		-o-object-position: center center;
		object-position: center center;
}
.video-list a:hover .item img {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
}
.video-list .col-md {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%;
}
/***************************
Video Detail
***************************/
.video-detail iframe {
		width: 100% !important;
		margin: auto !important;
}
/***************************
Rule List
***************************/
.rule-list .table-bordered th {
		background-color: #d4f2fa;
		color: #36b2d1;
}
.rule-list .table-bordered tr, .rule-list .table-bordered td {
		border-color: #f0fcff !important;
		color: #066aa8;
}
.rule-list .table-bordered td a {
		color: #066aa8;
		word-break: break-word;
}
.rule-list .table-bordered td a:hover {
		color: #000000;
}
.rule-list .table-bordered th {
		border-color: #ffffff !important;
}
.rule-list .table-bordered td i {
		font-size: 120%;
}
/***************************
faculty List
***************************/
.faculty-list a .text {
		color: #000000;
}
.faculty-list a .text small {
		color: #666666;
		margin-bottom: .25rem;
}
.faculty-list a:hover .text {
		color: #066aa8;
}
.faculty-list .item {
		position: relative;
		aspect-ratio: 5 / 5.5;
		overflow: hidden;
		border-radius: .5rem;
		-webkit-box-shadow: 0 .25rem .5rem RGBA(0, 0, 0, .25);
		box-shadow: 0 .25rem .5rem RGBA(0, 0, 0, .25);
}
.faculty-list.detail .item {
		position: relative;
		aspect-ratio: 5 / 7;
		overflow: hidden;
		border-radius: .5rem;
}
.faculty-list a:hover .item::before {
		opacity: 1;
}
.faculty-list a .text, .faculty-list a:hover .text, .faculty-list .item img, .faculty-list a:hover .item img {
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
}
.faculty-list .item img {
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 100%;
		height: 100%;
		max-width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-moz-object-fit: cover;
		-webkit-object-fit: cover;
		-o-object-position: center top;
		object-position: center top;
}
.faculty-list a:hover .item img {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
}
/***************************
Links List
***************************/
.links-list .card {
		padding-right: 2.5rem;
		background-color: #f0fcff;
		border-color: #36b2d1;
		border-radius: 1rem;
}
.links-list a:hover .card {
		background-color: #066aa8;
		border-color: #066aa8;
}
.links-list a .icon, .links-list a .card-title {
		color: #36b2d1;
}
.links-list a:hover .icon, .links-list a:hover .card-title {
		color: #ffffff;
}
.links-list .card .card-body {
		padding: 2rem 2rem 2rem 2rem;
		position: relative;
}
.links-list .card .card-title {
		line-height: 1.5;
}
.links-list .card .card-body .icon {
		right: -1.5rem;
		top: 1.125rem;
		font-size: 1.5rem;
		height: 50px;
		width: 50px;
		line-height: 50px;
		display: inline-block;
		border-radius: 100%;
		text-align: center;
		position: relative;
		overflow: hidden;
		z-index: 1;
}
.links-list .card .card-body .icon::after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		background-color: transparent;
		display: block;
		z-index: -1;
}
.links-list a:hover .card .card-body .icon::after {
		background-color: #36b2d1;
}
.links-list a .card, .links-list a:hover .card, .inks-list a .icon, .links-list a .card-title, .links-list a:hover .icon, .links-list a:hover .card-title {
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
}
@media (min-width: 1366px) {
		.student-block {
				max-width: 460px;
		}
		.student-block::after {
				right: -20%;
		}
		.page .event-item .content.sp {
				max-width: 1150px;
		}
		.social-links, .footer-brand {
				height: 55px;
		}
		.ad-block .bg img {
				width: 2560px;
				max-width: 2560px;
				height: 640px;
		}
		.footer-brand .logo img {
				width: 70px;
		}
}
@media (min-width: 1600px) {
		.page .event-item .info-block .head {
				margin-bottom: 2rem;
		}
		.title_h.mini {
				margin-bottom: 1rem;
				padding-left: 40px;
		}
		.page .event-item .info-block .head {
				font-size: 2.25rem;
				margin-bottom: 3rem;
		}
		.page .event-item .info-block .info ul li {
				font-size: 1.125rem;
		}
		.page .event-item .info-block .head {
				font-size: 2.125rem;
				margin-bottom: 2rem;
		}
		.page .event-item .info-block .date {
				font-size: 2rem;
		}
		.page .event-item .info-block .place {
				font-size: 1.25rem;
		}
		.page .news-tabs .nav-link {
				font-size: 1.35rem;
				min-width: 150px;
		}
		.title_h.mini {
				font-size: 2.25rem;
		}
		.title_h.mini::after {
				width: 30px;
				height: 3px;
		}
		.btn-basic .icon {
				max-width: 35px;
		}
		.title_v {
				max-width: 65px;
		}
		.title_v .bg-item, .title_v .text {
				max-width: 57px;
		}
		.news-list .list-group-item a {
				padding: .65rem 0;
		}
		.page .news-list .list-group-item a {
				padding: 1rem 0;
		}
}
@media (min-width: 1366px) {
		.page .event-item .content iframe {
				margin: 3.5rem auto;
		}
}
@media (min-width: 1920px) {
		.logos-block, .video-block, .news-list {
				max-width: 100%;
				margin-left: auto;
		}
}
@media (max-width: 1199px) {
		.page .page-tabs.nav-tabs .nav-link {
				min-width: inherit;
		}
		.about-block .content {
				line-height: 1.5;
		}
		.about-block .content .btn-text {
				padding: 0 !important;
		}
		.page .event-item .info-block .name {
				font-size: 3rem;
				margin-bottom: 1rem;
		}
		.info-table td {
				padding: .5rem 0 .5rem;
		}
		.btn-basic {
				height: 30px;
				min-width: 80px;
				width: -webkit-fit-content;
				width: -moz-fit-content;
				width: fit-content;
		}
		.about-block .content, .about-block .title_h {
				padding-left: 1.25rem;
		}
		.homepage .about-block {
				margin-top: 3rem;
		}
		.btn-lang {
				width: 30px;
				height: 30px;
				font-size: .85rem;
		}
		.student-block::after {
				right: -30%;
		}
		.homepage .news-list {
				border-radius: 2rem;
				top: 0;
				margin: 3rem auto 0 auto;
				min-height: 280px;
		}
		.homepage .news-list .list-group-item a {
				padding: .5rem 0;
		}
		.homepage .news-block + .btn-basic {
				bottom: -1rem;
		}
		.homepage .news-list .content {
				padding: 1.35rem 38% 1.5rem 2rem;
		}
		.icon-group .icon {
				width: 75px;
		}
		.icon-group .text img {
				width: 25px;
		}
		.student-block {
				max-width: 380px;
				position: relative;
				right: -2rem;
		}
		.ad-block .bg img {
				width: 1820px;
				max-width: 1820px;
				height: 455px;
		}
		.title_v .text {
				max-width: 35px;
				position: relative;
				left: 1rem;
		}
		.title_v .bg-item {
				max-width: 40px;
				left: 0;
				top: -1.25rem;
		}
		.title_h img {
				max-width: 150px;
				top: -8px;
		}
		.homepage .laws-block, .homepage .news-list, .homepage .about-block {
				width: calc(100% - 7rem);
				margin-left: auto;
				margin-right: auto;
		}
		.homepage .photo-block, .homepage .video-block {
				padding-left: 1rem;
				padding-right: 1rem;
		}
		.homepage .video-block .container {
				padding: 0;
		}
		.laws-list, .about-block .photo {
				border-radius: 2rem;
		}
		.homepage .laws-list .content {
				padding: 2rem 0 2rem 2rem;
				max-width: 70%;
		}
		.homepage .laws-list .title_h {
				padding: 2.5rem 2rem 1rem 2rem;
		}
		.homepage .event-item {
				width: calc(100% - 6rem);
		}
		.pagetitle-block {
				height: 120px;
				background-size: cover;
				background-attachment: scroll;
		}
		.pagetitle-block .container.mini {
				max-width: calc(960px - 2rem);
		}
		.page-board {
				padding-top: 2rem;
				padding-bottom: 2rem;
		}
		.footer-brand .logo img {
				width: 7vw;
		}
		footer .social-links li a {
				width: 32px;
				height: 32px;
				line-height: 32px;
				font-size: 100%;
		}
		.footer-links, .footer-links a {
				line-height: 1.65;
		}
		.footer-links .head-icon {
				min-width: 90px;
				width: 90px;
		}
		.footer-map {
				height: 320px;
		}
		.footer-links i {
				font-size: .8125rem;
		}
		.footer-links.official {
				padding: 1rem;
		}
		.pagination-block .page-link {
				font-size: .8125rem;
				width: 30px;
				height: 30px;
				line-height: 1;
		}
		.page .event-item .content {
				padding: 1rem;
		}
		.page .event-item .info-block .head {
				margin-bottom: 1rem;
		}
		.footer-links .head-icon img {
				width: 40px;
		}
		.footer-links .badge {
				padding: .25rem .5rem .25rem .5rem;
		}
		.page main {
				padding-top: 85px;
		}
}
@media (max-width: 991px) {
		.footer-map {
				height: 290px;
		}
		.breadcrumb {
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
		}
		.page .title_h.page_title {
				margin-bottom: 1rem !important;
		}
		.video-list .col-md {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 20%;
		}
		.page .vertical-tab-list .nav-link {
				padding: .5rem .125rem .25rem .5rem;
		}
		.video-block .container {
				padding: 0;
		}
		.pagetitle-block .container.mini {
				max-width: calc(100% - 2rem);
		}
		.homepage .news-list .content {
				padding: 1.35rem 2rem 1.5rem 2rem;
		}
		.news-list .title_h {
				padding: .5rem 3rem .5rem 3rem;
		}
		.news-list .list-group-item .date {
				min-width: 75px;
		}
		.laws-list::after {
				max-width: calc(70% + .5rem);
				border-radius: 2rem;
		}
		.homepage .laws-list .title_h {
				padding: 2rem 1rem 1rem 1.5rem;
		}
		.laws-list .list-group-item a {
				padding: .35rem 1rem .35rem .35rem;
		}
		.laws-list .list-group-item .date {
				min-width: 70px;
		}
		.laws-list .list-group-item a .icon {
				right: 0;
				top: .25rem;
				font-size: 120%;
		}
		.laws-list .list-group-item {
				margin-bottom: .25rem;
		}
		.laws-list .badge {
				padding: .25rem .5rem .35rem .5rem;
		}
		.laws-list {
				border-radius: 2rem;
		}
		.homepage .laws-list .content {
				padding: 1rem 1.5rem 1rem 1rem;
		}
		.media-block {
				padding-top: 2rem;
				padding-bottom: 2rem;
		}
		.quicklink .fixed-ad {
				width: 60px;
				pointer-events: auto;
		}
		.student-block::after {
				right: -18%;
		}
		.icon-group {
				position: absolute;
				width: 250px;
				bottom: .25rem;
				left: 4rem;
		}
		.icon-group .item {
				-webkit-box-orient: vertical !important;
				-webkit-box-direction: normal !important;
				-ms-flex-direction: column !important;
				flex-direction: column !important;
		}
		.icon-group .icon {
				width: 40px;
				text-align: center;
				margin: auto;
		}
		.icon-group .text img {
				width: 15px;
		}
		.icon-group .text {
				text-align: center;
		}
		.about-block .photo {
				border-radius: 2rem;
				aspect-ratio: 16 / 11;
		}
		.icon-group .col-sm::after {
				height: 70%;
		}
		.about-block .content, .about-block .title_h {
				padding-left: 2rem;
		}
		.about-block .title_h {
				margin-bottom: 0;
		}
		.about-block .col-md-7 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 40%;
		}
		.about-block .col-md-5 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 60%;
		}
		.student-block {
				max-width: 100px;
				right: 0;
				top: 0;
				bottom: auto;
				height: auto;
		}
		.homepage .news-list .list-group-item a {
				padding: .275rem 0;
		}
		.homepage .photo-block {
				padding: 0;
		}
		.homepage .news-list {
				border-radius: 2rem;
				top: 0;
				margin: 0 auto;
				min-height: inherit;
		}
		.homepage .about-block .title_h small {
				display: inline-block !important;
				margin-left: 1rem;
		}
		.btn-lang {
				width: 25px;
				height: 25px;
				font-size: .85rem;
				border-radius: .25rem;
				background-color: transparent;
				border: 1px solid #000;
				color: #000000;
		}
		.ad-block .bg img {
				width: 1340px;
				max-width: 1340px;
				height: 335px;
		}
		.page .event-item .info-block .name {
				margin-bottom: 1rem;
		}
		.slick-prev:before, .slick-next:before {
				font-size: 1.5rem;
		}
		.homepage .event-item {
				width: calc(100% - 4rem);
				margin-left: auto;
				margin-right: 0;
		}
		.title_v .text {
				max-width: 25px;
				position: relative;
				left: 1rem;
		}
		.title_v .bg-item {
				max-width: 30px;
				left: 0;
				top: -1rem;
		}
		.title_h {
				margin-bottom: 2rem;
		}
		.title_h img {
				max-width: 120px;
				top: -8px;
		}
		.news-list .list-group-item a {
				padding: 1rem 0;
		}
		.news-list .badge {
				padding: .35rem .5rem;
		}
		.btn-basic .icon {
				top: -3px;
				max-width: 25px;
				margin-right: .5rem;
		}
		.video-list .slick-prev {
				left: -30px;
		}
		.video-list .slick-next {
				right: -30px;
		}
		.video-list .slick-prev, .video-list .slick-next {
				width: 30px;
				height: 50px;
		}
		.event-item:hover a .btn-basic, .btn-basic:hover {
				padding-right: 3rem;
				padding-left: 0;
		}
		.event-item:hover a .btn-basic .icon, .btn-basic:hover .icon {
				-webkit-transform: translateX(450%);
				-ms-transform: translateX(450%);
				transform: translateX(450%);
		}
		.video-block {
				padding-top: 2rem;
				padding-bottom: 2rem;
		}
		.footer-brand .logo img {
				width: 7vw;
		}
		.footer-block {
				padding-top: 3rem;
				padding-bottom: 1rem;
		}
		.footer-block .mb-sm-5 {
				margin-bottom: 1.5rem !important;
		}
		.under-links a {
				line-height: 1.5;
		}
		.copyright {
				font-size: 1.25vw;
				line-height: 2;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
		}
		.footer-block .col-md-7, .footer-block .col-md-5 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 50%;
		}
		.homepage .btn-basic {
				height: 25px;
				min-width: 70px;
		}
		.footer-links.official {
				padding: .5rem 1rem;
		}
		.footer-links .head-icon {
				min-width: 90px;
				width: 90px;
				margin-right: .5rem;
		}
		.footer-links small {
				display: block;
		}
		.footer-links, .footer-links a {
				line-height: 1.5;
		}
		.page .news-list .badge {
				margin: 0 .5rem !important;
		}
		.news-list .list-group-item .date {
				opacity: .75;
		}
		.page .event-item .info-block .info ul li {
				line-height: 1.5;
				padding-left: 1.125rem;
		}
		.page .event-item .info-block .info ul li::before {
				top: 8px;
				width: 6px;
				height: 6px;
		}
}
@media (max-width: 991px) and (orientation:landscape) {
		.ad-block .bg img {
				width: 1720px;
				max-width: 1720px;
				height: 430px;
		}
		.pagetitle-block .container.mini {
				max-width: calc(720px - 2rem);
		}
}
@media (max-width: 767px) {
		.page .title_h.page_title.has_info .faculty-list .item {
				min-width: 200px;
				width: 200px;
				max-width: 200px;
		}
		.breadcrumb {
				margin-top: .125rem;
		}
		.page .page-tabs.nav-tabs {
				border-bottom: 0;
				position: relative;
				z-index: 1;
		}
		.page .page-tabs.nav-tabs::after {
				content: '';
				width: 100%;
				height: 2px;
				display: block;
				background-color: #36b2d1;
				position: absolute;
				left: 0;
				bottom: 0;
				right: 0;
				margin: auto;
				z-index: -1;
		}
		.page .event-item .content iframe {
				margin: 1rem auto !important;
		}
		.page .page-tabs.nav-tabs .nav-link {
				padding: .25rem .75rem;
				margin-right: .5rem;
				text-wrap: nowrap;
		}
		.video-block .container {
				padding: 0;
				max-width: 100%;
		}
		.video-list {
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
		}
		.video-list .col-md {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 33.3%;
		}
		.page main {
				padding-top: 70px;
		}
		.pagetitle-block .container.mini {
				height: -webkit-fit-content;
				height: -moz-fit-content;
				height: fit-content;
		}
		.pagetitle-block {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				height: 100px;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
		}
		.icon-group .text img {
				width: 20px;
		}
		.ad-block .bg img {
				width: 1120px;
				max-width: 1120px;
				height: 280px;
		}
		.page .event-item .info-block .name {
				margin-bottom: 1rem;
		}
		.info-table td {
				font-size: .875rem;
		}
		.homepage .news-list .list-group-item a {
				display: block !important;
				padding: .5rem 0;
		}
		.news-list .title_h {
				margin-bottom: .5rem;
		}
		.page .event-item .content {
				padding: 0;
		}
		.pagination-block .page-link {
				font-size: .825rem;
				margin: 0 .5rem;
				padding: 0 .25rem;
				width: 30px;
				height: 30px;
				line-height: 30px;
		}
		.news-list .list-group-item .date {
				-webkit-box-ordinal-group: 2;
				-ms-flex-order: 1;
				order: 1;
				opacity: .75;
		}
		.page .news-list .badge, .news-list .badge {
				-webkit-box-ordinal-group: 1;
				-ms-flex-order: 0;
				order: 0;
				margin: 0 .5rem 0 0 !important;
		}
		.page-board {
				padding-top: 2rem;
				padding-bottom: 2rem;
		}
		.page .news-tabs .nav-link {
				min-width: 120px;
		}
		.news-list .list-group-item a {
				display: block !important;
				padding: 1rem 0;
		}
		.about-block .content, .about-block .title_h {
				padding-left: 0;
		}
		.about-block .content {
				margin-bottom: 2rem;
		}
		.footer-block {
				padding-top: 2rem;
				padding-bottom: 1rem;
		}
		.pagetitle-block .title {
				margin-bottom: .25rem;
		}
		footer .social-links li a {
				width: 27px;
				height: 27px;
				line-height: 27px;
				font-size: 95%;
		}
		footer .social-links li {
				margin-right: .5rem;
		}
		.about-block .col-md-5, .about-block .col-md-7 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 100%;
		}
		.icon-group {
				position: relative;
				width: calc(100% - 7rem);
				margin-left: auto;
				margin-right: auto;
				bottom: 0;
				left: 0;
		}
		.icon-group .item {
				-webkit-box-orient: horizontal !important;
				-webkit-box-direction: normal !important;
				-ms-flex-direction: row !important;
				flex-direction: row !important;
		}
		.icon-group .icon {
				width: 60px;
				text-align: start;
				margin: 0 .5rem 0 0;
		}
		.icon-group .text {
				text-align: start;
		}
		.laws-list {
				-webkit-box-orient: vertical !important;
				-webkit-box-direction: normal !important;
				-ms-flex-direction: column !important;
				flex-direction: column !important;
		}
		.homepage .laws-list .title_h {
				padding: 2rem 1rem 1rem 1.5rem;
				max-width: 100%;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
		}
		.homepage .laws-list .title_h br {
				display: none !important;
		}
		.homepage .laws-list .title_h small {
				margin: 0 0 0 .5rem !important;
		}
		.homepage .laws-list .content {
				padding: 1.5rem;
				max-width: 100%;
		}
		.homepage .laws-list {
				overflow: visible;
		}
		.laws-list .list-group-item .date {
				min-width: 90px;
		}
		.homepage .laws-list .btn-basic {
				position: absolute !important;
				margin: auto;
				bottom: -.5rem;
				left: 0;
				right: 0;
		}
		.homepage .laws-list .title_h {
				padding: 2rem 1rem 0 1.5rem;
		}
		.footer-links li {
				/*-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;*/
		}
		.footer-links.official {
				padding: 1rem 1rem;
		}
		.laws-list::after {
				max-width: 100%;
		}
		.footer-links .head-icon {
				min-width: 120px;
				width: 120px;
				margin-right: 1rem;
		}
		.under-block .container, .footer-block .container, .homepage .video-block .container {
				max-width: 100%;
		}
		.footer-block .col-md-7, .footer-block .col-md-5 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 100%;
		}
		.footer-block .col-md-5 .footer-links > ul {
				background-color: #2192bf;
				padding: 2rem 1rem;
				border-radius: 1rem;
		}
}
@media (max-width: 568px) and (orientation:landscape) {
		.footer-block .col-sm-6 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 50%;
		}
		.social-links > ul {
				-webkit-box-pack: end !important;
				-ms-flex-pack: end !important;
				justify-content: flex-end !important;
		}
		.page .event-item .content .col-sm-5 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 41.66666667% !important;
		}
		.page .event-item .content .col-sm-7 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 58.33333333% !important;
		}
		.btn-basic {
				min-width: 100px;
				padding: .5rem 2rem .5rem 1rem;
		}
		.btn-basic .icon {
				top: -2px;
				max-width: 20px;
				margin-right: .5rem;
		}
		.event-item:hover a .btn-basic .icon, .btn-basic:hover .icon {
				-webkit-transform: translateX(500%);
				-ms-transform: translateX(500%);
				transform: translateX(500%);
		}
		.event-item:hover a .btn-basic, .btn-basic:hover {
				padding-right: 3rem;
				padding-left: 0;
		}
}
@media (max-width: 480px) {
		.faculty-list .item {
				width: 100%;
		}
		.video-list .col-md {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 50%;
		}
		.footer-block .col-md-5 .footer-links > ul {
				background-color: transparent;
				padding: 0;
				border-radius: 0;
		}
		.footer-links .head-icon {
				min-width: 75px;
				width: 75px;
				margin-right: .75rem;
		}
		.footer-links li {
				-webkit-box-pack: start;
				-ms-flex-pack: start;
				justify-content: flex-start;
		}
		.homepage .laws-list .title_h {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
		}
		.homepage .laws-list .title_h small {
				margin: 0 !important;
		}
		.news-list .news-item {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
				-webkit-box-align: start !important;
				-ms-flex-align: start !important;
				align-items: flex-start !important;
		}
		.icon-group .item {
				-webkit-box-orient: vertical !important;
				-webkit-box-direction: normal !important;
				-ms-flex-direction: column !important;
				flex-direction: column !important;
		}
		.icon-group {
				width: calc(100% - 1rem);
		}
		.homepage .laws-block, .homepage .news-list, .homepage .about-block {
				width: calc(100% - 2rem);
		}
		.homepage .photo-block, .homepage .video-block {
				padding-left: 1rem;
				padding-right: 1rem;
		}
		.footer-links .head-icon {
				margin-right: .5rem;
				padding: .5rem .125rem;
		}
		.icon-group .icon {
				width: 45px;
				text-align: center;
				margin: auto;
		}
		.icon-group .text {
				text-align: center;
		}
		.icon-group .text img {
				width: 20px;
		}
		.homepage .laws-list .title_h {
				padding: 1rem 1rem 1rem 1rem;
				line-height: 1.75;
		}
		.laws-list {
				border-radius: 2rem;
				overflow: visible;
		}
		.laws-list .title_h {
				padding: 4rem 3rem;
				max-width: 100%;
				line-height: 1.25;
		}
		.laws-list .badge {
				padding: .25rem .5rem;
		}
		.media-block::after {
				height: 24%;
				/*-webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
				clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);*/
		}
		.homepage .laws-list .content {
				padding: 0 1rem 2rem 1rem;
				max-width: 100%;
		}
		.homepage .laws-list .list-group-item {
				margin-bottom: .5rem;
		}
		.homepage .laws-list .btn-basic {
				position: absolute;
				left: 0;
				right: 0;
				top: auto;
				bottom: -1rem;
				margin: auto !important;
		}
		.laws-list::after {
				max-width: 100%;
				border-radius: 1rem;
		}
		.laws-list .list-group-item .text {
				max-width: calc(100% - 1.5rem);
		}
		.laws-list .list-group-item a .icon {
				right: 0;
				top: .25rem;
				font-size: 120%;
		}
		.homepage .laws-list .list-group-item a {
				padding: .25rem 0;
		}
		.news-list .title_h {
				padding: .5rem 2rem .5rem 2rem;
		}
		.homepage .news-list .content {
				padding: .75rem 1rem 2rem 1rem;
		}
		.homepage .news-list {
				overflow: visible;
		}
		.news-list .title_h::before {
				-webkit-transform: skewX(0);
				-ms-transform: skewX(0);
				transform: skewX(0);
				border-radius: 1rem;
		}
		.news-list .title_h {
				position: relative;
				top: -.25rem;
		}
		.homepage .news-list .list-group-item a {
				display: block !important;
				padding: .25rem 0;
		}
		.student-block {
				max-width: 30%;
				right: 1rem;
				left: auto;
				top: -2rem;
				bottom: auto;
				padding-right: 0;
				z-index: 2;
				height: auto;
				margin: auto;
		}
		.student-block::after {
				height: 100%;
				width: 100%;
				right: 0;
				-webkit-transform: skewX(0);
				-ms-transform: skewX(0);
				transform: skewX(0);
				display: none;
		}
		.ad-block .bg img {
				width: 1120px;
				max-width: 1120px;
				height: 280px;
		}
		.title_h img {
				max-width: 90px;
				top: -8px;
		}
		.ad-block .content {
				max-width: 70%;
		}
		.ad-block .bg img {
				left: -32%;
				right: 0;
				-webkit-transform: translateX(-32%);
				-ms-transform: translateX(-32%);
				transform: translateX(-32%);
		}
		.ad-block .slick-next {
				right: 0;
		}
		.ad-block .slick-dots {
				bottom: 0;
		}
		.ad-block .slick-prev {
				left: 0;
		}
		.page .event-item .info-block .head {
				margin-top: 1rem;
		}
		.page .event-item .info-block .place {
				margin-bottom: 1rem;
		}
		.title_h.mini {
				padding-left: 30px;
		}
		.title_h.mini::after {
				content: '';
				width: 20px;
				height: 3px;
		}
		.btn-basic {
				position: relative;
				width: -webkit-fit-content;
				width: -moz-fit-content;
				width: fit-content;
		}
		.homepage .btn-basic {
				min-width: inherit;
		}
		.btn-basic .icon {
				top: -2px;
				max-width: 20px;
				margin-right: .5rem;
		}
		.event-item:hover a .btn-basic .icon, .btn-basic:hover .icon {
				-webkit-transform: translateX(450%);
				-ms-transform: translateX(450%);
				transform: translateX(450%);
		}
		.event-item:hover a .btn-basic, .btn-basic:hover {
				padding-right: 2.125rem;
		}
		.page .event-item .content {
				padding: 0;
		}
		.pagination-block .page-link {
				font-size: .825rem;
				margin: 0 .5rem;
				padding: 0 .25rem;
				width: 30px;
				height: 30px;
		}
		.news-list .list-group-item .date {
				-webkit-box-ordinal-group: 2;
				-ms-flex-order: 1;
				order: 1;
				opacity: .75;
		}
		.page .news-list .badge, .news-list .badge {
				-webkit-box-ordinal-group: 1;
				-ms-flex-order: 0;
				order: 0;
				margin: 0 .5rem 0 0 !important;
		}
		.page-board {
				padding-top: 2rem;
				padding-bottom: 2rem;
		}
		.news-list .list-group-item {
				margin-top: .5rem;
		}
		.news-list .list-group-item a {
				display: block !important;
				padding: .75rem 0;
		}
		.page .news-tabs .nav-link {
				margin: 0 .25rem;
				min-width: inherit;
				padding: .25rem .75rem;
		}
		.social-links, .footer-brand {
				text-align: center;
		}
		.social-links {
				margin: 1rem auto;
				padding-left: 0;
		}
		.footer-block .mb-sm-5 {
				margin-bottom: .5rem !important;
		}
		.social-links ul {
				padding-left: 0;
		}
		.social-links::after {
				max-width: 30%;
				left: 0;
				right: auto;
				top: 0;
				bottom: 0;
		}
		.social-links::before {
				content: '';
				width: 100%;
				max-width: 30%;
				height: 1px;
				display: block;
				background-color: RGBA(255, 255, 255, .8);
				left: auto;
				right: 0;
				top: 0;
				bottom: 0;
				margin: auto;
				position: absolute;
		}
		.copyright {
				display: block;
				line-height: 1.5;
				max-width: calc(100% - 6rem);
				margin: .25rem 0;
		}
		.footer-brand::after {
				display: none;
		}
		.footer-brand a {
				padding-right: 0;
		}
		.footer-brand .logo img {
				width: 15vw;
		}
		.ad-block .bg {
				aspect-ratio: 6 / 4;
		}
		.ad-block .bg img {
				-o-object-position: 40% top;
				object-position: 40% center;
		}
		.media-block {
				padding-top: 2rem;
				padding-bottom: 2.5rem;
		}
		.about-block .content, .about-block .title_h {
				padding-left: 1rem;
				padding-right: 1rem;
		}
		.about-block .content {
				margin-bottom: 1rem;
		}
		.about-block .photo {
				border-radius: 2rem;
		}
		.title_v {
				max-width: inherit;
				-webkit-transform-origin: left top;
				-ms-transform-origin: left top;
				transform-origin: left top;
				-webkit-transform: rotate(-90deg);
				-ms-transform: rotate(-90deg);
				transform: rotate(-90deg);
				position: absolute !important;
				left: 1rem;
				top: 2rem;
		}
		.logos-block, .video-block, .news-list, .homepage .event-item {
				width: 100%;
		}
		.title_v .text {
				max-width: 20px;
				left: 1rem;
		}
		.logos-block .title_h, .homepage .event-item .title_h, .video-block .title_h, .news-list .title_h {
				text-align: end;
		}
		.video-block .title_h img {
				max-width: 65px;
				top: -25px;
				position: absolute;
		}
		.rule-list .table-bordered tr {
				display: block;
				margin-bottom: 1rem;
		}
		.rule-list .table-bordered tr.detail-row tr {
				margin-bottom: 0;
		}
		.rule-list .table-bordered.is_point tr.detail-row tr, .dw-list.table-bordered.is_card tr.detail-row tr {
				margin-bottom: 1rem;
		}
		.rule-list .table-bordered thead {
				display: none;
		}
		.rule-list .table-bordered .detail-row {
				display: none;
		}
		.rule-list .table-bordered .detail-row.show {
				display: block;
		}
		.rule-list .table-bordered td {
				display: block;
				text-align: left;
				padding-left: 45%;
				position: relative;
				z-index: 1;
		}
		.rule-list .table-bordered td::after {
				content: '';
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				max-width: calc(45% - .75rem);
				background-color: #f0fcff;
				z-index: -1;
		}
		.rule-list .table-bordered td:before {
				content: attr(data-title);
				position: absolute;
				left: 0.75rem;
				font-weight: bold;
		}
		.rule-list .table-bordered tr, .rule-list .table-bordered td {
				border-color: #36b2d1 !important;
		}
		.rule-list .table-bordered th, .rule-list .table-bordered td {
				text-wrap: wrap;
				word-break: break-word;
		}
		.rule-list .table-bordered td i {
				font-size: 150%;
		}
		.page .title_h.page_title.has_info > .d-flex {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
		}
		.page .title_h.page_title.has_info > .d-flex .faculty-list {
				margin: 0 0 2rem 0 !important;
		}
}
@media (max-width: 320px) {
		.footer-links li {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
		}
		.footer-links .head-icon {
				min-width: inherit;
				width: auto;
				margin-right: 0;
				border: 0;
		}
		.footer-links li.mb-4 {
				margin-bottom: .5rem !important;
		}
		.footer-links.official li:last-child {
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				-ms-flex-direction: row;
				flex-direction: row;
		}
		.footer-links .head-icon {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
		}
		.footer-links .head-icon img {
				margin-right: .25rem;
		}
}