@charset "UTF-8";
@import "animate.css";

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v37/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

html {
    font-size: 1rem;
}
body {
    font-family: "微軟正黑體", "Alef Hebrew", "Noto Sans TC", "cwTeXHei", "Arial", "新細明體", sans-serif;
    /*background-color: #f6f4f1;*/
    background-color: #fff;
    font-size: 1rem;
    color: #262626;
    /*opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;*/
}

img {
	max-width: 100%;
}
img.member_photo {
    width: 100px;
    max-width: none;
}
table {
    width: 100% !important;
}
table th {
    white-space: nowrap;
}
table th.name {
    width: 100px;
}
.table > thead > tr > td {
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
}
.table > tfoot > tr > td {
    border-color: transparent;
}
.table.active_table>tbody>tr.active>th {
    background-color: #2472AD;
    color: #fff;
}
.table-striped.active_table>tbody>tr:nth-of-type(even) {
    background-color: #F5F5F5;
}
.table-striped.active_table>tbody>tr:nth-of-type(odd) {
    background-color: #E0EAF3;
}
.table > tbody > tr > td .label {
    white-space: nowrap;
}

.mt_0 {
    margin-top: 0;
}
.pt_20 {
	padding-top: 20px;
}
.pt_40 {
	padding-top: 40px;
}
.pb_40 {
	padding-bottom: 40px;
}

.mb_0 {
	margin-bottom: 0;
}
.mb_10 {
    margin-bottom: 10px;
}
.mb_15 {
    margin-bottom: 15px;
}
.mt_20 {
    margin-top: 20px;
}

.inline-block {
	display: inline-block;
}

.nowrap {
	white-space: nowrap;
}

.va_top {
	vertical-align: top;
}

.dp_table {
	display: table;
	width: 100%;
}
.dp_table > span {
	display: table-cell;
	float: none;
}

.fc-event .fc-bg {
    border: 1px solid;
}

.gray_light {
	background-color: #e4e4e4;
}
.gray_dark {
	background-color: #dedede;
}

.page-header {
    margin-top: 10px;
    font-size: 24px;
}
.section_title {
	text-align: center;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 20px;
}
.section_title.white {
	color: #fff;
}
.tab-content>.tab-pane {
    padding-top: 20px;
    padding-bottom: 20px;
}
/* .table [class*=col-] {
    width: auto !important;
} */
.table .info .col-md-1 {
    width: 8.333333%;
}
.table .info .col-md-2 {
    width: 16.666667%;
}
.table .info .col-md-3 {
    width: 25%;
}
.table .info .col-md-4 {
    width: 33.333333%;
}
.table .info .col-md-5 {
    width: 41.666667%;
}
.table .info .col-md-6 {
    width: 50%;
}
.table .info .col-md-7 {
    width: 58.333333%;
}
.table .info .col-md-8 {
    width: 66.666667%;
}
.table .info .col-md-9 {
    width: 75%;
}
.table .info .col-md-10 {
    width: 83.333333%;
}
.table .info .col-md-11 {
    width: 91.666667%;
}


/* page */
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.glyphicon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-calendar:before {
    content: "\f073";
}
.page_content {
	min-height: 70vh;
	margin-bottom: 3rem;
	display: flex;
    flex-direction: column;
}
.page_content img {
    margin-bottom: 1rem;
}
#rndbox_body {
    margin: 0px 10px;
    padding: 10px 0px 20px 0px;
}
#rndbox_body p {
    color: #333333;
    letter-spacing: 0.1em;
    font-size: 1em;
    line-height: 1.4em;
    margin-bottom: 10px;
    padding: 10px 0px;
    background-color: transparent;
}
#header_03 {
    order: 1;
    margin: -7px 0px 0px 0px;
    padding: 10px 10px 30px 10px;
    background-color: #FFFFE1;
    background-repeat: no-repeat;
    background-position: 12px 12px;
    min-height: 50px;
    height: auto;
}
#header_03 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#header_03 ul li {
    padding: 2px 0;
}
#header_03 ul li h5 {
    font-size: 16px;
    font-weight: bold;
}
#article {
    order: 0;
    margin: 0px 7px 0px 7px;
    padding: 10px 0px 10px 0px;
    font-size: 1.1em;
    line-height: 1.4em;
}
#attachment {
    order: 2;
    margin: auto 10px 0;
}
#attachment p {
    margin: 10px 0;
    padding: 0;
    border-bottom: #969599 1px dotted;
    color: #669999;
}
.article_block {
    margin-bottom: 40px;
}


/* album */
.entry-content span[itemprop='title'],
.entry-content span[itemprop='description'] {
    display: none;
}
.entry-content img {
    margin-bottom: 0 !important;
}
.entry-content a {
    font-size: 0.875rem;
}



/* ==============================
   Page loader
   ============================== */

.page-loader{
    display:block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fefefe;
    z-index: 100000;    
}

.loader{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 1px solid rgba(0,0,0, 0.08);
    border-right: 1px solid rgba(0,0,0, 0.08);
    border-bottom: 1px solid rgba(0,0,0, 0.08);
    border-left: 1px solid rgba(0,0,0, 0.5);
  
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  
    -webkit-animation: spinner 700ms infinite linear;
    -moz-animation: spinner 700ms infinite linear;
    -ms-animation: spinner 700ms infinite linear;
    -o-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
  
    z-index: 100001;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*index*/
.index_section {
	padding-top: 60px;
	padding-bottom: 60px;
}
.index_title {
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 25px;
}
.title_tw {
	padding-right: 0.2em;
}
.title_en {
	font-family: Helvetica Neue, Arial Helvetica;
	font-weight: normal;
	margin-right: 30px;
	display: inline-block;
	font-size: 1.125rem;
}
.iframe_layout {
    width: 100%;
    height: 350px;
    margin-bottom: 60px;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}
.iframe_layout > iframe {
    border-width: 0;
    width: 100%;
    height: 100%;
}
.calendar {
    border-width: 0;
    width: 100%;
    height: 350px;
    margin-bottom: 60px;
}


/*header*/
.header_top	{
	font-size: 0.75rem;
	color: #fff;
	background-color: #000;
	position: relative;
	z-index: 1030;
}
.contact {
	margin-top: 15px;
	margin-bottom: 15px;
	display: flex;
	flex-wrap: nowrap;
}
.contact > div {
	display: inline-flex;
	-ms-flex-item-align: center;
    align-self: center;
    flex-wrap: wrap;
}
.contact img,
.contact span {
	margin-right: 15px;
}
.search_bar {
	display: flex;
	-ms-flex-pack: end;
    justify-content: flex-end;
}
#search {
	display: inline-flex;
	-ms-flex-item-align: center;
    align-self: center;
	width: 350px;
	max-width: 100%;
	margin-top: 14px;
	margin-bottom: 14px;
	margin-right: 20px;
}
#search .form-control {
	font-size: 0.75rem;
	border: none;
	color: #fff;
	background-color: #363636;
}
#search .form-control:focus {
	box-shadow: none;
}
#search .form-control::-webkit-input-placeholder {
    color: #fff;
}
#search .form-control:-moz-placeholder {
    color: #fff;
}
#search .form-control::-moz-placeholder {
    color: #fff;
}
#search .form-control:-ms-input-placeholder {
    color: #fff;
}
#search .search_btn {
	font-size: 0.75rem;
	background-color: #5c5c5c;
	border-radius: 0;
	margin-left: 4px;
}
#search .search_btn:focus {
	box-shadow: none;
}
#search .search_btn i {
	font-size: 0.875rem;
	-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#search .search_btn:hover {
	background-color: #3c3c3c;
}
#search .search_btn:hover i {
	color: #fff;
}
.more_link {
	display: inline-flex;
	-ms-flex-item-align: center;
    align-self: center;
    flex-wrap: nowrap;
}
.more_link .more_link_btn {
	color: #fff;
	font-size: 0.875rem;
	white-space: nowrap;
}
.more_link .more_link_btn:hover {
	text-decoration: none;
}
.more_link .more_link_btn button {
    border: none;
    background-color: #fff;
    outline: none;
    width: 28px;
    height: 28px;
    position: relative;
    cursor: pointer;
    color: #fff;
    font-size: 0.875rem;
    border-radius: 3px;
}
.more_link .more_link_btn button:before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 3px;
    background-color: #293f55;
    top: 6px;
    left: 50%;
    margin-left: -10px;
    -webkit-box-shadow: 0 6.5px 0 #293f55;
    box-shadow: 0 6.5px 0 #293f55;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.more_link .more_link_btn button:after {
    content: '';
    display: block;
    position: absolute;
    top: 19px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 3px;
    background-color: #293f55;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: none;
}
.more_link .more_link_btn span {
	padding-left: 0.5em;
}
.more_link .show .more_link_btn button:before {
	top: 4.5px;
	width: 22.6px;
	margin-left: -7px;
	-webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.more_link .show .more_link_btn button:after {
	top: 20.5px;
	width: 22.6px;
	margin-left: -7px;
	-webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.more_link .dropdown-menu {
	border-radius: 0;
	border-bottom: 5px solid #0056b3;
	margin-top: 14px;
}
.more_link .dropdown-menu ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.more_link .dropdown-item {
	font-size: 0.875rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.more_link .dropdown-item:hover {
	background-color: #eee;
}
.lang {
    margin-right: 15px;
    font-size: .75rem;
    color: rgba(255,255,255,1);
    line-height: 12px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.lang:hover {
    color: rgba(255,255,255,.7);
    text-decoration: none;
}
.lang i {
    font-size: 1.25em;
}


/*header_bottom*/
.header_bottom {
	border-bottom: 9px solid #e31725;
	/*padding-top: 9px;*/
	background-color: #fff;
}
.header_line {
    position: absolute;
    bottom: -9px;
    height: 9px;
    background-color: #0056b3;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    opacity: 0;
}
.header_bottom .navbar {
    padding-left: 15px;
    padding-right: 15px;
}
.header_bottom .navbar-brand {
    max-width: calc(100% - 60px);
}
.header_bottom .navbar-brand img {
	max-height: 40px;
}
.header_bottom .navbar-toggler {
    padding: 0.1rem;
    font-size: 1rem;
}
.navbar-toggler-icon {
    
}
#mainMenu .navbar-nav .nav-link {
	font-size: 1rem;
	white-space: nowrap;
	color: #000;
	text-align: center;
}
#mainMenu .navbar-nav .nav-link:hover,
#mainMenu .navbar-nav .active > .nav-link {
	color: #0056b3;
}
#mainMenu .menu_tw {
	display: block;
	font-weight: bold;
}
#mainMenu .menu_en {
	display: block;
	font-size: 0.875em;
	font-family: Helvetica Neue, Arial Helvetica;
	
}
#mainMenu .dropdown-toggle::after {
	display: none;
}
/*.dropdown:hover > .dropdown-menu {
	display: block;
}*/
#mainMenu .dropdown-menu {
	margin: 0;
	border: none;
	border-radius: 0;
	border-top: 9px solid #0056b3;
	background-color: transparent;
	/*-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;*/
}
#mainMenu .dropdown-item {
	font-size: 0.875rem;
	padding: 0;
	line-height: 30px;
	background-color: #eee;
	margin-bottom: 5px;
}
#mainMenu .dropdown-item .dropdown-item {
	background-color: transparent;
	margin-bottom: 0;
}
#mainMenu .dropdown-item a {
	display: block;
	color: #444;
	padding: .25rem 1.5rem;
	-webkit-transition: padding .2s ease-in-out;
	transition: padding .2s ease-in-out;
}
#mainMenu .dropdown-item a:hover {
	color: #fff;
	background-color: #6fb2e4;
	text-decoration: none;
	padding: .25rem 1rem .25rem 2rem;
}
/*#mainMenu .dropdown-submenu:hover > ul.dropdown-menu {
    display: block;
}*/
#mainMenu .dropdown-submenu {
    position: relative;
}
#mainMenu .dropdown-submenu > .dropdown-menu {
	border-top-width: 0;
    top: 0;
    left: 100%;
}

/* rotate caret on hover */
/*#mainMenu .dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} */


/*index_slider*/
#index_slider .owl_img_block {
	padding-top: 33.77%;
	min-height: 200px;
}
#index_slider .owl_img_block .owl_img {
	background-color: transparent;
}
#index_slider .owl_text {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	-webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    padding: 20px 15px;
    font-size: 1rem;
}
#index_slider .owl_title {
	display: inline-block;
	font-size: 2em;
	color: #fff;
	font-weight: bold;
	text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
	padding-bottom: .625em;
	margin-bottom: .625em;
	position: relative;
}
#index_slider .owl_title:before {
	content: '';
	display: block;
	width: 80px;
	height: 4px;
	background-color: #9ac9ec;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
}
#index_slider .owl_more {
	display: inline-block;
	position: relative;
	width: 10em;
	height: 3.125em;
	line-height: 3.125em;
    -webkit-transition: background-color 1.2s ease-in;
    -o-transition: background-color 1.2s ease-in;
    transition: background-color 1.2s ease-in;
    background-color: #9ac9ec;
    margin-top: 1.25em;
    font-size: 1em;
}
#index_slider .owl_more:hover {
	background-color: #3f444e;
}
#index_slider .owl_more:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #000;
    opacity: 0.2;
}
#index_slider .owl_more a {
	display: block;
	color: #fff;
	font-weight: bold;
	background: none;
}
#index_slider .owl_more a:hover {
	text-decoration: none;
}
#index_slider .owl-theme .owl-nav {
	position: absolute;
	top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
	left: 0;
}
#index_slider .owl-theme .owl-dots {
	position: absolute;
	bottom: 30%;
	width: 100%;
}
#index_slider .owl-theme .owl-dots .owl-dot:focus {
	outline: none;
}
#index_slider .owl-theme .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	background-color: #fff;
	opacity: 0.5;
	margin: 5px;
}
#index_slider .owl-theme .owl-dots .owl-dot:hover span,
#index_slider .owl-theme .owl-dots .owl-dot.active span {
	background-color: #fff;
	opacity: 1;
}
.owl_animate {
	-webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transition-delay: .3s;
}
.owl_slideInDown {
	-webkit-transform: translate3d(0,-250px,0);
    transform: translate3d(0,-250px,0);
}
.owl_slideInUp {
	-webkit-transform: translate3d(0,250px,0);
    transform: translate3d(0,250px,0);
}
.active .owl_animate {
	-webkit-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
}
.delay_1 {
	-moz-transition-delay: .1s;
	-webkit-transition-delay: .1s;
	-o-transition-delay: .1s;
}
.delay_2 {
	-moz-transition-delay: .3s;
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
}
.delay_3 {
	-moz-transition-delay: .5s;
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
}
.delay_4 {
	-moz-transition-delay: .7s;
	-webkit-transition-delay: .7s;
	-o-transition-delay: .7s;
}


/*sub_menu*/
.bg_cloud {
	background-image: url(../images/bg_cloud.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px 0;
}
.sub_menu {
	margin-top: -9.5%;
}
.sub_menu_list {
	position: relative;
	z-index: 9;
	/*margin-top: -15%;*/
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	/*overflow: hidden;*/
}
.sub_menu_list .item {
	flex: 0 0 20%;
}
.sub_menu_list .list_img {
	position: relative;
	overflow: hidden;
	padding-top: 87.55%;
}
.sub_menu_list .list_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    max-width: 150%;
    max-height: 150%;
    -moz-transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
 }
.sub_menu_list .list_img:hover img {
	-moz-transform: translate3d(-50%,-50%,0) perspective(2000px) rotateY(-5deg) translate(0,-8px);
    -webkit-transform: translate3d(-50%,-50%,0) perspective(2000px) rotateY(-5deg) translate(0,-8px);
    -o-transform: translate3d(-50%,-50%,0) perspective(2000px) rotateY(-5deg) translate(0,-8px);
    -ms-transform: translate3d(-50%,-50%,0) perspective(2000px) rotateY(-5deg) translate(0,-8px);
    transform: translate3d(-50%,-50%,0) perspective(2000px) rotateY(-5deg) translate(0,-8px);
    transition-delay: 0.1s;
}
.sub_menu_list .list_img:hover .over_img {
	opacity: 1;
    box-shadow: 0 0 0 8px #9ac9ec inset;
}
.sub_menu_list .list_text {
	position: relative;
	padding-top: 87.55%;
}
.sub_menu_list .list_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #000;
	font-size: 0.75rem;
	padding: 30px 15px;
	background-color: #fff;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.sub_menu_list .list_text.arrow_up:before {
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    border-width: 8px 8px;
    left: 50%;
    top: -15px;
    z-index: 99;
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.sub_menu_list .item .list_text.arrow_down:before {
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 8px 8px;
    left: 50%;
    bottom: -15px;
    z-index: 99;
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.sub_menu_list .item .list_content h2 {
	font-size: 1.375rem;
	padding-bottom: 10px;
	position: relative;
}
.sub_menu_list .item .list_content h2:before {
	content: "";
    height: 2px;
    width: 45px;
    background-color: #ccc;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.sub_menu_list .item .list_content h2 a {
	color: #000;
	font-weight: bold;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.sub_menu_list .item .list_content h2 a:hover {
	text-decoration: none;
}
.sub_menu_list .item .list_content:hover {
	color: #fff;
	background-color: #9ac9ec;
}
.sub_menu_list .item .list_content:hover h2 a {
	color: #fff;
}
.sub_menu_list .item .list_content:hover h2:before {
	width: 100%;
	background-color: #fff;
}
.sub_menu_list .item .list_text.arrow_up:hover:before {
	border-color: transparent transparent #9ac9ec transparent;
}
.sub_menu_list .item .list_text.arrow_down:hover:before {
	border-color: #9ac9ec transparent transparent transparent;
}
.over_img {
	height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    opacity: 0.5;
    top: 0;
    left: 0;
    pointer-events: none; 
    box-shadow: 0 0 0 0 #9ac9ec inset;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.sub_menu_list .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 0;
}
.sub_menu_list .owl-theme .owl-nav [class*='owl-'] {
    margin: 0;
    padding: 0;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    position: absolute;
    left: 0;
    opacity: 0.5;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #223e40;
}
.sub_menu_list .owl-theme .owl-nav [class*='owl-']:focus {
	outline: none;
}
.sub_menu_list .owl-theme .owl-nav [class*='owl-']:before {
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transform-origin:left center;
    transform-origin:left center;
    -webkit-transform: translate3d(-50%,-50%,0) rotate(-40deg);
    transform: translate3d(-50%,-50%,0) rotate(-40deg);
}
.sub_menu_list .owl-theme .owl-nav [class*='owl-']:after {
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transform-origin:left center;
    transform-origin:left center;
    -webkit-transform: translate3d(-50%,-50%,0) rotate(40deg);
    transform: translate3d(-50%,-50%,0) rotate(40deg);
}
.sub_menu_list .owl-theme .owl-nav [class*='owl-']:hover:before {
    -webkit-transform: translate3d(-50%,-50%,0) rotate(-25deg);
    transform: translate3d(-50%,-50%,0) rotate(-25deg);
}
.sub_menu_list .owl-theme .owl-nav [class*='owl-']:hover:after {
    -webkit-transform: translate3d(-50%,-50%,0) rotate(25deg);
    transform: translate3d(-50%,-50%,0) rotate(25deg);
}
.sub_menu_list .owl-theme .owl-nav .owl-next {
    left: auto;
    right: 0;
    -webkit-transform: translate3d(50%,-50%,0);
    transform: translate3d(50%,-50%,0);
}
.sub_menu_list .owl-theme .owl-nav .owl-next:before {
    -webkit-transform-origin:right center;
    transform-origin:right center;
    -webkit-transform: translate3d(-50%,-50%,0) rotate(40deg);
    transform: translate3d(-50%,-50%,0) rotate(40deg);
}
.sub_menu_list .owl-theme .owl-nav .owl-next:after {
    -webkit-transform-origin:right center;
    transform-origin:right center;
    -webkit-transform: translate3d(-50%,-50%,0) rotate(-40deg);
    transform: translate3d(-50%,-50%,0) rotate(-40deg);
}
.sub_menu_list .owl-theme .owl-nav .owl-next:hover:before {
    -webkit-transform: translate3d(-50%,-50%,0) rotate(25deg);
    transform: translate3d(-50%,-50%,0) rotate(25deg);
}
.sub_menu_list .owl-theme .owl-nav .owl-next:hover:after {
    -webkit-transform: translate3d(-50%,-50%,0) rotate(-25deg);
    transform: translate3d(-50%,-50%,0) rotate(-25deg);
}
.sub_menu_list .owl-theme .owl-nav .disabled {
    opacity: 0.5;
}



/*topic_slider*/
.owl_img_block {
	position: relative;
	width: 100%;
	padding-top: 66.5%;
	overflow: hidden;
	background-color: #000;
}
.owl_img_block .owl_img {
	position: absolute;
	left: 50%;
	top: 50%;
	min-width: calc(100% + 1px);
	min-height: calc(100% + 1px);
	max-width: 150% !important;
	max-height: 150%;
	width: auto !important;
	-webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.owl_text {
	padding: 20px 1px;
}
.owl_text h3 {
	font-size: 1rem;
	font-weight: bold;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.owl_text p {
	font-size: 0.75rem;
	margin-bottom: 0.5em;
	font-weight: bold;
}
.topic_slider {
	margin-bottom: 60px;
}
.topic_slider .owl-theme .owl-nav {
    position: absolute;
    top: -50px;
    right: 0;
    margin: 0;
}
.topic_slider .owl-theme .owl-nav [class*='owl-'] {
    background: #fff;
    color: #444;
    font-size: 0.875rem;
    width: 16px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    text-align: center;
    margin: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.topic_slider .owl-theme .owl-nav [class*='owl-']:hover {
	color: #9ac9ec;
}
.topic_slider .owl-theme .owl-nav [class*='owl-']:focus {
	outline: none;
}
.read_more {
	display: inline-flex;
	margin-top: 20px;
	font-size: 0.75rem;
	color: #000;
}
.read_more:hover {
	text-decoration: none;
}
.read_more i {
	display: flex;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	text-align: center;
	border: 1px solid #ddd;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.read_more span {
	display: flex;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
	text-align: center;
	border: 1px solid #ddd;
	border-left: none;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    font-weight: bold;
}
.read_more:hover i,
.read_more:hover span {
	color: #9ac9ec;
	border-color: #9ac9ec;
}
.topic_slider .item:hover .owl_img_block .owl_img {
	opacity: 0.8;
	-webkit-transform: translate3d(-50%,-50%,0) scale(1.05);
    transform: translate3d(-50%,-50%,0) scale(1.05);
}
.topic_slider .item:hover .owl_text h3 {
	color: #0056b3;
}


/*single_slider*/
.single_slider {
	margin-bottom: 60px;
}
.single_slider .owl_img_block {
	padding-top: 138.9%;
}
.single_slider .owl-theme .owl-nav {
    position: absolute;
    top: -50px;
    right: 0;
    margin: 0;
}
.single_slider .owl-theme .owl-nav [class*='owl-'] {
    background: #fff;
    color: #444;
    font-size: 0.875rem;
    width: 16px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    text-align: center;
    margin: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.single_slider .owl-theme .owl-nav [class*='owl-']:hover {
	color: #9ac9ec;
}
.single_slider .owl-theme .owl-nav [class*='owl-']:focus {
	outline: none;
}
.single_slider .item:hover .owl_img_block .owl_img {
	opacity: 0.8;
	-webkit-transform: translate3d(-50%,-50%,0) scale(1.05);
    transform: translate3d(-50%,-50%,0) scale(1.05);
}
.single_slider .item:hover .owl_text h3 {
	color: #0056b3;
}


/*photostack*/
.sj-sg-gallery .sg-photostack .buttom-click {
    transition: all 0.5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 999;
}
.sj-sg-gallery .sg-photostack .buttom-click span {
    padding: 20px 30px;
    text-transform: uppercase;
    border: 3px solid #fff;
    opacity: 1;
    box-shadow: 0 0 0 0 #fff;
}
.sj-sg-gallery .sg-photostack.photostack-perspective .buttom-click span {
    transition: all 0.5s ease-in-out;
    opacity: 0;
    box-shadow: 0 0 10px 30px #fff;
}
.sj-sg-gallery .sg-photostack .sg-container figure img {
    box-shadow: 0 0 0 0 #9ac9ec;
    transition: all 0.3s ease-in-out;
}
.sj-sg-gallery .sg-photostack .sg-container figure img:hover {
    opacity: 1;
    box-shadow: 0 0 1px 8px #9ac9ec;
    transition: all 0.3s ease-in-out;
}
.sj-sg-gallery .sg-photostack .sg-container figure figcaption .sg-title a:hover {
    color: #9ac9ec;
    text-decoration: none;
}
.sj-sg-gallery nav span:after {
    content: "\f0e2";
    font-family: "fontawesome";
    font-size: 14px;
}


/*breadcrumb*/
.section_breadcrumb {
	background-color: #e5e5e5;
	margin-bottom: 30px;
}
.section_breadcrumb .breadcrumb {
	background-color: transparent;
	margin-bottom: 0;
	font-size: 0.875rem;
}
.section_breadcrumb .breadcrumb a {
	color: #666;
}
.section_breadcrumb .breadcrumb a:hover {
	color: #9ac9ec;
	text-decoration: none;
}
.section_breadcrumb .breadcrumb-item.active {
	color: #007bff;
}
.section_breadcrumb .pull-right {
    margin-left: auto;
    padding: .75rem 1rem;
    font-size: 0.875rem;
}
.section_breadcrumb .pull-right i {
    padding-right: 5px;
}


/*sidebar*/
#sidebar {
	border: 1px solid #ddd;
	margin-bottom: 20px;
}
.sidebar_header {
	padding: 16px 20px;
	font-size: 1.125rem;
	font-weight: bold;
}
.sideMenu {
	padding: 15px;
}
.sideMenu ul {
	padding: 0 10px 0 28px;
	list-style: circle;
}
.sideMenu li {
	font-size: 0.75rem;
}
.sideMenu li:last-child {
	margin-bottom: 10px;
}
.sideMenu li a {
	display: block;
	padding: 5px 20px 5px 0;
	font-size: 0.875rem;
	color: #4a505c;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.sideMenu li a:hover {
	color: #9ac9ec;
	text-decoration: none;
}
.sideMenu li.active > a {
	color: #9ac9ec;
}
.sideMenu > li {
	border-bottom: 1px solid #ddd;
}
.sideMenu > li > a {
	/*font-size: 0.875rem;*/
	padding: 10px 20px 10px 10px;
}
.sideMenu > li > a:hover {
	color: #fff;
	background-color: #9ac9ec;
}
.sideMenu .dropdown-toggle::after {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f067";
    -webkit-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    border: none;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}
.sideMenu .dropdown-toggle[aria-expanded="true"] {
	color: #9ac9ec;
}
.sideMenu .dropdown-toggle[aria-expanded="true"]:hover {
	color: #9ac9ec;
	background-color: #fff;
}
.sideMenu .dropdown-toggle[aria-expanded="true"]::after {
	-webkit-transform: translate3d(0,-50%,0) rotate(45deg);
    -o-transform: translate3d(0,-50%,0) rotate45deg);
    -ms-transform: translate3d(0,-50%,0) rotate(45deg);
    transform: translate3d(0,-50%,0) rotate(45deg);
}



/*footer*/
footer {
	font-size: 0.75rem;
	color: rgba(255,255,255,.5);
}
.footer {
	background-color: #17191e;
	padding: 40px 0 10px;
}
.footer p {
	margin-bottom: 0.5rem;
}
.scu_logo {
	margin-bottom: 3rem;
}
.scu_logo img {
	width: 145px;
}
.footer_title {
	font-size: 0.875rem;
	color: #fff;
	font-weight: bold;
	padding-top: 15px;
	margin-bottom: 15px;
	position: relative;
}
.footer_title:before {
	content: '';
	display: block;
	width: 30px;
	height: 3px;
	background-color: #9ac9ec;
	position: absolute;
	top: 0;
	left: 0;
}
.footer_sub_title {
	font-size: 0.75rem;
	color: #fff;
}
.quick_link {
	list-style: none;
	padding-left: 0;
}
.quick_link li {
	margin-bottom: 0.25rem;
}
.quick_link li a {
	color: rgba(255,255,255,.5);
}
.quick_link li a:hover,
.quick_link li a:focus {
	color: rgba(255,255,255,.9);
}
.copyright {
	text-align: center;
	padding: 20px 0;
	background-color: #0d0e11;
}
.copyright p {
	margin-bottom: 0;
}
.copyright a {
	color: #41a5ec;
	display: inline-block;
}


/*tree*/
.sitemap {
    float: left
}

.tree, .tree ul {
    margin:0;
    padding:0;
    list-style:none
}
.tree ul {
    margin-left:1em;
    position:relative
}
.tree ul ul {
    margin-left:.5em
}
.tree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid
}
.tree li {
    margin:0;
    padding:0 1em;
    line-height:2em;
    color:#369;
    font-weight:700;
    position:relative
}
.tree ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0
}
.tree ul li:last-child:before {
    background:#fff;
    height:auto;
    top:1em;
    bottom:0
}
.indicator {
    margin-right:5px;
}
.tree li a {
    text-decoration: none;
    color:#369;
}
.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color:#369;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}

/* pagination */
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    margin-top: .5rem;
    margin-bottom: .5rem;
    flex-wrap: wrap;
}
.pagination li a,
.pagination li span {
    position: relative;
    display: block;
    padding: .25rem .75rem;
    line-height: 1.25;
    color: #212529;
    background-color: #fff;
    border-bottom: 1px solid transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.pagination li a:not(:disabled):not(.disabled) {
    cursor: pointer; 
}
.pagination li.disabled a,
.pagination li.disabled span {
    color: #cdcdcd;
    pointer-events: none;
    cursor: auto;
}
.pagination li a:hover,
.pagination li span:hover {
    text-decoration: none;
}
.pagination li a:hover,
.pagination li.active a {
    color: #41a5ec;
}
.pagination li.active a ,
.pagination li.active span {
    color: #41a5ec;
    border-bottom-color: #41a5ec;
}


@media only screen and (max-width: 1199px) {
	#index_slider .owl-theme .owl-dots {
		bottom: 25%;
	}
	.owl_slideInDown {
		-webkit-transform: translate3d(0,-200px,0);
	    transform: translate3d(0,-200px,0);
	}
	.owl_slideInUp {
		-webkit-transform: translate3d(0,200px,0);
	    transform: translate3d(0,200px,0);
	}
}

@media only screen and (max-width: 991px) {
	.header_line {
		display: none;
	}
	#index_slider .owl_text {
		font-size: 0.9rem;
	}
	#index_slider .owl_more {
		width: 120px;
		height: 40px;
		line-height: 40px;
	}
	#index_slider .owl-theme .owl-dots {
		bottom: 22%;
	}
	.owl_slideInDown {
		-webkit-transform: translate3d(0,-150px,0);
	    transform: translate3d(0,-150px,0);
	}
	.owl_slideInUp {
		-webkit-transform: translate3d(0,150px,0);
	    transform: translate3d(0,150px,0);
	}
	.sub_menu_list {
		padding-left: 20px;
		padding-right: 20px;
	}
	.sub_menu_list li {
		flex: 0 0 33.33%;
	}
}
@media only screen and (max-width: 767px) {
	#index_slider .owl_text {
		top: 50%;
		font-size: 0.75rem;
	}
	#index_slider .owl-theme .owl-dots {
		bottom: 0;
	}
	#index_slider .owl-theme .owl-dots .owl-dot span {
		width: 12px;
		height: 12px;
	}
	.sub_menu {
		margin-top: 0;
	}
	.sub_menu_list li {
		flex: 0 0 50%;
	}
	/*.sub_menu_list .owl-theme .owl-nav [class*='owl-'] {
        width: 40px;
        height: 40px;
    }*/
	.scu_logo {
		text-align: center;
	}
}
@media only screen and (max-width: 575px) {
	#index_slider .owl_text {
		font-size: 0.6rem;
	}
	#index_slider .owl-theme .owl-dots {
		bottom: 0px;
	}
	.header_bottom .navbar-brand {
		display: block;
		width: 100%;
		margin: 0;
		text-align: center;
	}
	.header_bottom .navbar-toggler {
		margin: 10px 0 10px auto;
	}
}

@media (min-width:992px) {
	.header_bottom .navbar {
		padding-top: 0;
		padding-bottom: 0;
	}
	#mainMenu .navbar-nav .nav-link {
		padding-top: 17.5px;
		padding-bottom: 17.5px;
	}
	#mainMenu .navbar-nav .nav-link:focus {
		outline: none;
	}
	#mainMenu .dropdown-menu {
		border-radius: 0;
		border: none;
		border-top: 9px solid #0056b3;
		margin: 0;
	    background-color: transparent;
	    padding: 0;
	}
	#mainMenu .dropdown-submenu > .dropdown-menu {
		border-top-width: 2px;
	}
	#mainMenu .dropdown-item {
		display: block;
		background-color: #fff;
		-webkit-transform: perspective(100px) rotateX(-90deg);
		-ms-transform: perspective(100px) rotateX(-90deg);
		transform: perspective(100px) rotateX(-90deg);
		-webkit-transform-origin: center top 0;
		-ms-transform-origin: center top 0;
		transform-origin: center top 0;
		margin-bottom: 0;
		background-color: #fff !important;
		/*border: 1px solid #6fb2e4;
		border-top: none;*/
	}
	#mainMenu .show > .dropdown-item {
		opacity: 1;
		-webkit-transform: perspective(100px) rotateX(0deg);
		-ms-transform: perspective(100px) rotateX(0deg);
		transform: perspective(100px) rotateX(0deg);
	}
	#mainMenu .show > .dropdown-item:nth-child(1),
	#mainMenu .dropdown-item:nth-last-child(1) {
		-webkit-transition: transform .4s ease;
		transition: transform .4s ease;
	}
	#mainMenu .show > .dropdown-item:nth-child(2),
	#mainMenu .dropdown-item:nth-last-child(2) {
		-webkit-transition: transform .4s ease .1s;
		transition: transform .4s ease .1s;
	}
	#mainMenu .show > .dropdown-item:nth-child(3),
	#mainMenu .dropdown-item:nth-last-child(3) {
		-webkit-transition: transform .4s ease .2s;
		transition: transform .4s ease .2s;
	}
	#mainMenu .show > .dropdown-item:nth-child(4),
	#mainMenu .dropdown-item:nth-last-child(4) {
		-webkit-transition: transform .4s ease .3s;
		transition: transform .4s ease .3s;
	}
	#mainMenu .show > .dropdown-item:nth-child(5),
	#mainMenu .dropdown-item:nth-last-child(5) {
		-webkit-transition: transform .4s ease .4s;
		transition: transform .4s ease .4s;
	}
	#mainMenu .show > .dropdown-item:nth-child(6),
	#mainMenu .dropdown-item:nth-last-child(6) {
		-webkit-transition: transform .4s ease .5s;
		transition: transform .4s ease .5s;
	}
	#mainMenu .show > .dropdown-item:nth-child(7),
	#mainMenu .dropdown-item:nth-last-child(7) {
		-webkit-transition: transform .4s ease .6s;
		transition: transform .4s ease .6s;
	}
	#mainMenu .show > .dropdown-item:nth-child(8),
	#mainMenu .dropdown-item:nth-last-child(8) {
		-webkit-transition: transform .4s ease .7s;
		transition: transform .4s ease .7s;
	}
	#mainMenu .show > .dropdown-item:nth-child(9),
	#mainMenu .dropdown-item:nth-last-child(9) {
		-webkit-transition: transform .4s ease .8s;
		transition: transform .4s ease .8s;
	}
	#mainMenu .show > .dropdown-item:nth-child(10),
	#mainMenu .dropdown-item:nth-last-child(10) {
		-webkit-transition: transform .4s ease .9s;
		transition: transform .4s ease .9s;
	}
	#mainMenu .show > .dropdown-item:nth-child(11),
	#mainMenu .dropdown-item:nth-last-child(11) {
		-webkit-transition: transform .4s ease 1s;
		transition: transform .4s ease 1s;
	}
	#mainMenu .show > .dropdown-item:nth-child(12),
	#mainMenu .dropdown-item:nth-last-child(12) {
		-webkit-transition: transform .4s ease 1.1s;
		transition: transform .4s ease 1.1s;
	}
	#mainMenu .show > .dropdown-item:nth-child(13),
	#mainMenu .dropdown-item:nth-last-child(13) {
		-webkit-transition: transform .4s ease 1.2s;
		transition: transform .4s ease 1.2s;
	}
	#mainMenu .show > .dropdown-item:nth-child(14),
	#mainMenu .dropdown-item:nth-last-child(14) {
		-webkit-transition: transform .4s ease 1.3s;
		transition: transform .4s ease 1.3s;
	}
	#mainMenu .show > .dropdown-item:nth-child(15),
	#mainMenu .dropdown-item:nth-last-child(15) {
		-webkit-transition: transform .4s ease 1.4s;
		transition: transform .4s ease 1.4s;
	}
	#mainMenu .show > .dropdown-item:nth-child(16),
	#mainMenu .dropdown-item:nth-last-child(16) {
		-webkit-transition: transform .4s ease 1.5s;
		transition: transform .4s ease 1.5s;
	}
	#mainMenu .show > .dropdown-item:nth-child(17),
	#mainMenu .dropdown-item:nth-last-child(17) {
		-webkit-transition: transform .4s ease 1.6s;
		transition: transform .4s ease 1.6s;
	}
	#mainMenu .show > .dropdown-item:nth-child(18),
	#mainMenu .dropdown-item:nth-last-child(18) {
		-webkit-transition: transform .4s ease 1.7s;
		transition: transform .4s ease 1.7s;
	}
	#mainMenu .show > .dropdown-item:nth-child(19),
	#mainMenu .dropdown-item:nth-last-child(19) {
		-webkit-transition: transform .4s ease 1.8s;
		transition: transform .4s ease 1.8s;
	}
	#mainMenu .show > .dropdown-item:nth-child(20),
	#mainMenu .dropdown-item:nth-last-child(20) {
		-webkit-transition: transform .4s ease 1.9s;
		transition: transform .4s ease 1.9s;
	}
}