/**
* Updated: with Bootstrap v5.2.3
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
 /* font-family: Arial, 'New Microsoft JhengHei','Microsoft JhengHei', sans-serif;*/
  font-family: 'Noto Sans TC', '黑體-繁', 'Apple LiGothic Medium','PingFang', '微軟正黑體','Microsoft JhengHei', 'WenQuanYi Zen Hei', 'helvetica', 'Arial' ,'sans-serif';
  color: #000;
  font-size: 1.1em;
  /* background-color: #F4F5F9; */
}

a { color: #428bca; text-decoration: none;}

a:hover { color: #4B76A3; text-decoration: none;}
em { font-style: normal; color: #8A0903;}
.blog-details .title {
    font-size: 28px;
    font-weight: 700;
    padding: 0;
    margin: 20px 0 0 0;
    color: #52565e;
}
.blog-details {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 30px;
}
 .blog-details .meta-top {
    margin-top: 20px;
    color: #6c757d;
}
 .blog-details .meta-top ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}
 .blog-details .meta-top a {
    color: #feb900;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
    transition: 0.3s;
}
 .blog-details .content {
    margin-top: 20px;
}
.navbar .navbar-nav { flex-direction: row;}

dt {font-weight: 700; font-size:1.1em; padding: 0 5px;}

@media (min-width: 1200px){
.h3, h3 { font-size: 1.3rem;}
}

.b-r { border-right:2px solid #ffc107}
.b-f { border-left:2px solid #ffc107}
@media (min-width: 576px) {
.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
	} 
	.card-columns li {
    display: inline-block;
    width: 100%;
}
.card-columns li {
    margin-bottom: 0.75rem;
}
}
.card {
    background-clip: padding-box;
    box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.12);
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #d9dee3;
    border-radius: 0.5rem;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.5rem 1.5rem;
}



.pd_0{
  padding: 0;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #c37f00;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #e38621;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background:var(--bs-white);
  font-size: 1rem;
  height: 50px;
  padding: 4px 0;
  width: 100%;
}

#topbar .contact-info a {
  line-height: 0;
  color: #fff;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #5DFAFF;
}

#topbar .contact-info i {
  color: #428bca;
  line-height: 0;
  margin-right: 5px;
}

#topbar .contact-info .phone-icon {
  margin-left: 15px;
}

#topbar .social-links a {
  color: var(--bs-black);
  padding: 12px 12px 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #5DFAFF;
}

#topbar .social-links img{
  margin-top: -4px;

}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  top: 20px;
}

#header .header-container {
  background: #fff;
}

#header.header-scrolled {
  background:  var(--bs-primary);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  top: 0;
}

#header .logo {
  overflow: hidden;
}

#header .logo h1 {
  font-size: 26px;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}


@media (max-width: 992px) {
  #header {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    top: 0;
    background: var(--bs-primary)
  }

  #header.header-scrolled,
  #header .header-container {
    background: var(--bs-primary);
  }

  #header .logo {
    padding-left: 0;
  }

  #header .logo h1 {
    font-size: 24px;
  }
}


.top_menu{
  background-color: var(--bs-primary);
  border-radius: 30px;
  padding-right: 40px;
}


#header .logo .top-title {
  padding: 15px 0 0 0;
}

#header .logo img {
  padding: 0;
  margin: 0;
  width: 80px;
}
.page-header{
  margin-top: -60px;
}

@media (max-width:999px) {
.page-header{
  margin-top: -50px;
}
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "微軟正黑體", sans-serif;
  font-weight: bold;
  color: var(--bs-white);
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a:hover {
  color: var(--bs-white);
  background-color: #c37f00;
  transition: all 0.3s ease-in-out 0s;
}

.navbar>ul>li>ul>li>a{
  color: #000;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: var(--bs-yellow-light);
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
} 

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar .active,
.navbar .active:focus {
  color: #428bca;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  top: calc(100% + 30px);
  margin: 10px 0 0 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul li:hover {
  color: #FFF;
}

.navbar .dropdown ul .active:hover {
  color: #428bca;
}


.navbar .dropdown:hover>ul {
  opacity: 1;
  visibility: visible;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

#header .logo h2 {
  color: var(--bs-white);
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
}

@media (min-width:0px) {
#header .logo {
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .logo h2 {
  font-size: 1rem;
  letter-spacing: 1px;
  margin-left: 20px;
}
#header .logo .logo_img {
  margin: 0 auto 0 auto;
}

#header .logo .top-title p {
  font-size: 10px;
}
}

@media (min-width:500px) {
#header .logo img {
  width: 96px;
}
}

@media (min-width:600px) {
#header .logo h2 {
  font-size: 1rem;
  letter-spacing: 1px;
  
}
#header .logo .logo_img {
  margin: 5px 5px 0 0;
}
#header .logo .top-title p {
  font-size: 10px;
}
}

@media (min-width:700px) {
#header .logo h2 {
  font-size: 1.8rem;
  padding: 0 0 10px 0;
  letter-spacing: 1px;
}

}


@media (min-width:1200px) {
#header .logo .top-title p {
  font-size: .7rem;
}
#header .logo h2 {
  font-size: 1.6rem;
}
.navbar a,
.navbar a:focus {
  padding: 10px 0 10px 15px;
  font-size: 1rem;
}
.navbar .dropdown ul li {
  min-width: 180px;
}
}

@media (min-width:1400px) {
.navbar a,
.navbar a:focus {
  padding: 10px 12px 10px 12px;
  font-size: 1.1rem;
}
.navbar .dropdown ul li {
  min-width: 180px;
}
}

@media (min-width:1600px) {
.navbar a,
.navbar a:focus {
  padding: 10px 15px 10px 15px;
  font-size: 1.1rem;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width:1400px) {

#header .logo .top-title p {
  font-size: .7rem;
}
#header .logo .logo_img {
  margin: 5px 5px 0 0;
}


}

@media (min-width:1600px) {
#header .logo {
  margin-right: auto;
}
#header .logo h2 {
  font-size: 1.4rem;
  margin-left: 40px;
}

#header .logo .top-title p {
  font-size: .8rem;
}
#header .logo .logo_img {
  margin: 5px 0 0 0;
}

}

@media (min-width:1700px) {

#header .logo h2 {
  font-size: 1.6rem;
  letter-spacing: 3px;
}

#header .logo .top-title p {
  font-size: 1.1rem;
}
}


@media (min-width:1900px) {

#header .logo h2 {
  font-size: 1.6rem;
  letter-spacing: 3px;
}

#header .logo .top-title p {
  font-size: 1.1rem;
}
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #1f3548;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  background: lightblue;
  border-radius: 10px;
  padding: 5px;	
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 1199px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(31, 53, 72, 0.9);
  transition: 0.3s;
  z-index: 998;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 18px;
  color: #1f3548;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #64def7;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #64def7;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  padding: 0;
  overflow: hidden;
  /* background: #6C8FB3; */
  position: relative;
  top: -40px;
}

#hero .carousel-item {
  width: 100%;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
}

#hero .carousel-item::before {
  content: "";
  background-color: rgba(13, 30, 45, 0.4);
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
@media (min-width: 0px) {

#hero .carousel-item::before {
  height: 280px;
}
}

@media (min-width: 600px) {

#hero .carousel-item::before {
  height: 280px;
}
}


@media (min-width: 1000px) {
#hero {
  height: 300px;
}
#hero .carousel-item {
  height: 300px;
}
#hero .carousel-item::before {
  height: 300px;
}
}

@media (min-width: 1200px) {
#hero {
  height: 360px;
}
#hero .carousel-item {
  height: 360px;
}
#hero .carousel-item::before {
  height: 360px;
}
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

#hero .carousel-content {
  text-align: left;
  width: 60%;
  margin: 0 auto;
}



@media (max-width: 992px) {

  #hero,
  #hero .carousel-item {
    height: 550px;
  }

  #hero .carousel-content.container {
    padding: 0 50px;
  }
  #hero .carousel-content {
  text-align: left;
  width: 60%;
  margin: -150px auto 0 auto;
}
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-weight: 900;
}

#hero .slide p {
  width: 80%;
  animation-delay: 0.4s;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
  height: 100px;
  margin-top: 12%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .carousel-indicators li {
  cursor: pointer;
}

#hero .btn-get-started {
 /* font-family: "Raleway", sans-serif;*/
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  animation-delay: 0.8s;
  border: 0;
  background: #428bca;
}

#hero .btn-get-started:hover {
  background: #1c5c93;
}

@media (max-width: 0) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (max-width: 700px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (max-width: 900px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #hero h2 {
    font-size: 30px;
  }
}

@media (min-width: 1100px) {
  #hero h2 {
    font-size: 36px;
  }
}


@media (min-width: 1600px) {
  #hero h2 {
    font-size: 48px;
  }
}


@media (min-width: 1024px) {
  #hero .slide p {
    width: 80%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (min-width: 1200px) {
  #hero .slide p {
    width: 70%;
  }

}

@media (min-width: 1300px) {
  #hero .slide p {
    width: 60%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

.banner_shape, .banner_shape2{
  position: relative;
  z-index: 8;
  text-align: center;
  width: 100%;
}
.banner_shape img, .banner_shape2 img{
  width: 100%;
}


.banner_shape{
  margin-top: -60px;
}

.banner_shape2{
  margin-top: -60px;
}


.carousel-indicators {
  display: none;
}

@media (min-width:500px) {

  .banner_shape2{
  margin-top: -64px;
}
}


@media (min-width:800px) {
.banner_shape{
  margin-top: -64px;
}

}

@media (min-width:1000px) {
.banner_shape{
  margin-top: -60px;
}

.banner_shape2{
  margin-top: -86px;
}
}

@media (min-width:1200px) {
.banner_shape{
  margin-top: -68px;
}

.banner_shape2{
  margin-top: -86px;
}
}

@media (min-width:1600px) {
.banner_shape{
  margin-top: -73px;
}
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0;
  overflow: hidden;
}

.section-bg {
  padding: 96px 20px;
  background-image: url(../img/main_event_bg.jpg);
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2, .info-title h2 {
  font-weight: 600;
  margin: 0 auto 56px auto;
  width: 200px;
}
.section-title h2 {
  color: #FFF;
  border-bottom: solid 6px #FFF;
}

@media (max-width: 768px) {
section {
  padding: 50px 0;
  overflow: hidden;
}	
 
}

@media (min-width:1000px) {
.section-title h2, .info-title h2 {
  font-size: 24px;
  padding-bottom: 12px;
}
.section-bg {
  padding: 96px 60px;
}
}

@media (min-width:1200px) {
.section-title h2, .info-title h2 {
  font-size: 26px;
}
.section-bg {
  padding: 96px 120px;
}
}

@media (min-width:1400px) {
.section-title h2, .info-title h2{
  font-size: 32px;
}
}

.section-title p {
  margin-bottom: 0;
}

.section-title h2 img{
  margin: -5px 5px 0 0;
}

.main{
  background-color: var(--bs-gray-400);
}

.main_bg, .main_bg2{
  background-image: url(../img/main_bg.png);
}
.main_bg{
  padding-bottom: 80px;
}
.main_bg2{
  padding-bottom: 220px;
}



/*--------------------------------------------------------------
# 首頁活動花絮
--------------------------------------------------------------*/
.main_news_container {
  margin: 0 auto;
}
.main_news_photo {
  width: 88%;
  height: 240px;
  margin: 0 auto;
}
.text-muted{
  width: 84%;
  margin: 0 auto;
  color: var(--black) !important;
  font-size: 20px !important;
  line-height: 36px;
  letter-spacing: 0.8px;
}

#kt_team_slider_prev i, #kt_team_slider_next i {
    font-size: 2.8rem !important;
    background-color: #FFF;
}




/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #212529; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #2d465e; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #116530; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #212529;  /* The default color of the main navmenu links */
  --nav-hover-color: #116530; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #212529; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #116530; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */



/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}



/*--------------------------------------------------------------
# 地政資訊
--------------------------------------------------------------*/
.land_Information .icon-box {
  width: 98%;
  text-align: center;
  padding: 60px 20px;
  background-color: var(--bs-white);
  transition: all ease-in-out 0.3s;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.land_Information .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: var(--bs-primary);
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}

.land_Information .icon-box .icon i {
  color: var(--bs-white);
  font-size: 28px;
}

.land_Information .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #ffe2a7;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}

.land_Information .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.land_Information .icon-box h4 a {
  color: #191919;
}

.land_Information .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.land_Information .icon-box:hover {
  background: var(--bs-primary);
  border-color: var(--bs-primary);
  padding: 50px 20px 70px 20px;
}

.land_Information .icon-box:hover .icon {
  background: var(--bs-white);
}

.land_Information .icon-box:hover .icon i {
  color: var(--bs-primary)
}

.land_Information .icon-box:hover .icon::before {
  background: #faba3b;
}

.land_Information .icon-box:hover h4 a,
.land_Information .icon-box:hover p {
  color: var(--bs-white);
}


/*--------------------------------------------------------------
# Services 2 Section
--------------------------------------------------------------*/
.services-2 {
  overflow: visible;
  margin-bottom: 60px;
}

.services-2 .section-title p {
  color: var(--contrast-color);
}

.services-2 .swiper-wrapper {
  height: auto;
}

.services-2 .service-item {
  position: relative;
  overflow: hidden;
}

.services-2 .service-item:before {
  content: "";

  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: 0.3s all ease;
}

.services-2 .service-item img {
  transition: 0.5s all ease;
  transform: scale(1);
}

.services-2 .service-item .service-item-contents {
  z-index: 9;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  transition: 0.3s all ease;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}

.services-2 .service-item .service-item-contents .service-item-category {
  color: #FFF;
  text-transform: uppercase;
}

.services-2 .service-item .service-item-contents .service-item-title {
  color: var(--contrast-color);
  margin-bottom: 0;
}

.services-2 .service-item:hover:before {
  opacity: 1;
  visibility: visible;
}

.services-2 .service-item:hover .service-item-contents {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}

.services-2 .service-item:hover img {
  transform: scale(1.2);
}

.services-2 .navigation-prev,
.services-2 .navigation-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  width: 46px;
  height: 46px;
  background: var(--contrast-color);
  background-color: none;
  border: none;
  transition: 0.3s all ease;
}

.services-2 .navigation-prev i,
.services-2 .navigation-next i {
  font-size: 2rem;
}

.services-2 .navigation-prev:hover,
.services-2 .navigation-next:hover {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.services-2 .navigation-prev {
  left: 10px;
}

.services-2 .navigation-next {
  right: 10px;
}

.services-2 .swiper {
  padding-bottom: 50px;
}

.services-2 .swiper-pagination {
  bottom: 0px;
}

.services-2 .swiper-pagination .swiper-pagination-bullet {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #D9D9D9;
  opacity: 1;
}

.services-2 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3CA9EA ;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumb {
  padding: 15px 0;
  min-height: 40px;
}

.breadcrumb-item  a { color: #fff;}
.breadcrumb-item +.breadcrumb-item::before { color: #fff;}
.breadcrumb-item.active { color: #fff;}


/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
#about {
  margin:  0;
  padding: 100px 0 280px 0;
  background-image: url(../img/BG01.jpg);
  background-position: 0 40px;
}

#about .about-content {
  padding: 0 0 100px 0;
}

#about .about-content .title h2 {
  font-weight: bold;
  color: #000;
  padding-bottom: 6px;
  margin: 0 auto 30px auto;
  border-bottom: solid 6px #1043B0;
}

#about .about-content h2 {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;

}
#about .about-content h1 {
  font-size: 1.6rem;
  line-height:2rem;
  font-weight: bold;
  padding-bottom: 12px;
  border-bottom: solid 2px var(--bs-primary);
}

.about_content_text h3 {
 color: #37517e;
 font-weight: bold;
 font-size: 1.2em;	
}

#about .sitemap{
  color: #000;
  font-size: 1rem;
  margin-bottom: 32px;
}

#about .sitemap span{
  color: #4B76A3;
  font-size: 1rem;
}

#about .menu_list{
  color: #000;
  background-color: #E9E9E9;
  padding-bottom: 50px;
  border-radius: 50px;	
}

#about .menu_title{
  color: #FFF;
  height: 60px;
  padding: 14px 0 0 55px;
  margin-bottom: 15px;
  font-size: 1.4rem;
  font-weight: bold;
  background-image: url('../img/svg/icon_about.svg');
  background-repeat: no-repeat;
  background-position: 15px 18px;
  background-color: #1043B0;
}

#about .menu_list ul {
  padding: 0 15px;
}

#about .menu_list ul li{
  list-style: none;
  font-size: 1.1rem;
  margin-bottom: 8px;
  padding: 0 0 8px 25px;
  border-bottom: dotted 2px #707070;
  background-image: url('../img/svg/icon_arrow2.svg');
  background-repeat: no-repeat;
  background-position: 0 3px;
}

#about .menu_list ul li a{
  color: #000;
   display: block;
}
#about .menu_list ul li a:hover{
  color: #428bca;
}

#about .about_content_text{
  color: #000;
  font-size: 20px;
  line-height: 44px;
 }

#about .about_content_text .text1{
  float: right;
  margin-right: 10%;
}

#about .about_content_text .text2{
  float: right;
  margin-top: 50px;
}
.about_content_text2{
  display: flex;
  gap: 40px;
  margin: 40px 0;
  flex-wrap: wrap;
}

.director_photo img{ width: 110px;}

.director_bg{
  padding: 15px 20px;
  border-radius: 15px;
  background:linear-gradient(#d5e4f2, #ebf1f6);
}
.bd-highlight ul { 
  margin: 0; 
  padding: 15px 15px 0 0;
}

.bd-highlight .director_ul{ 
  padding: 15px 15px 0 15px;
}

.director_photo img{ 
  height: 140px;
  max-height: 140px;
  overflow: hidden;
}

.bd-highlight ul li{ list-style: none;}

.bd-highlight h3{
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.8rem;
  color: #317dbc;
  padding-bottom: 5px;
  border-bottom: solid 1px #666; 
}

.bd-highlight p{
  font-size: 1rem;
  color: #000;
}


@media (min-width:0px) {
#about .menu_list{
  display: none;
}

}

@media (min-width:700px) {
.bd-highlight ul { 
  padding: 15px 15px 0 15px;
}

}

@media (min-width:1000px) {
#about .menu_list{
  display: block;
}
.about_left{
  width: 62%;
}
}

@media (min-width:1200px) {
#about .menu_list{
  width: 250px;
  display: block;
}
#about .menu_list ul li{
  font-size: 1rem;
}
}


@media (min-width:1400px) {
#about .menu_list{
  width: 300px;
}
#about .menu_list ul li{
  font-size: 16px;
}
}

@media (min-width:1900px) {
#about .menu_list{
  width: 350px;
}
}
#sir-tabContent {height: auto; background: none; }
#nav-tab1 .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
	border-top-right-radius: 20px;	border-top-left-radius: 20px;

}
#nav-tab1 .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
#nav-tab1 .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.table thead tr {background: #adb5bd; color: #fff;}
@media (max-width: 767px) {
#nav-tab1 {  display: flex; }
}
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-bottom: 30px;
}

.counts .count-box {
  box-shadow: 0px 0 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  background: #fff;
  margin-bottom: 30px;
}

.counts .count-box i {
  display: block;
  font-size: 64px;
  margin-bottom: 15px;
}

.counts .count-box span {
  font-size: 42px;
  display: block;
  font-weight: 700;
  color: #1c5c93;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/
.nav-tabs .tabs-b-line > .active , .tabs-b-line:hover { border-top: 5px solid #ccc;}

.tab-content ul, .news_list ul{
  padding: 8px 0 8px 5px;
  margin: 8px 0;
  overflow: hidden;	
}


.tab-content ul:nth-child(even){
  background-color: #faf6e8;
}
.news_list ul:nth-child(odd){
  background-color: #faf6e8;
}

.news dl{
  border: 1px solid transparent;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}


.tab-content ul li, .news_list ul li{
  list-style: none;
  display: inline-block;
  height: 2em;
  line-height: 2em;	
}

.mainnews-img img{
  width: 100%;
}


.tab-content > div >.link ul{
position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
	border: none;
}
.tab-content > div >.link > ul > li {
    position: relative;
    width: calc(25% - 1rem);
    line-height: 1.25rem;
    padding-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
}



.tab-content > div > .link > ul > li a:hover {

	border-bottom:1px solid #000;
}

@media (min-width:0px) {
.tab-content .main_notice , .news .main_notice{
  font-size: 16px;
  margin-bottom: 5px;
}
.tab-content .main_date,  .news_date{
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
}
.tab-content .main_text, .news_title {
  font-size: 16px;
  margin-right: 5px;
}


.tab-content ul:last-child, .news ul:last-child {
  margin-bottom: 50px;
}

.tab-content > div >.link > ul > li {
    position: relative;
    width: 100%;
    line-height: 1.25rem;
    padding-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
}
.tab-content > div >.link > ul > li:last-child{
  display: block;
}
}

@media (min-width:600px) {
.tab-content ul:last-child, .news ul:last-child{
  margin-bottom: 50px;
}
}


@media (min-width:700px) {
.tab-content .main_text, .news_title{
  font-size: 16px;
  margin-right: 5px;
  max-width: 450px;
}
}


@media (min-width:1000px) {
.tab-content .main_notice, .news .main_notice{
  font-size: 16px;
  margin-bottom: 5px;
}
.tab-content .main_date,  .news_date{
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
}
.tab-content .main_text, .news_title{
  font-size: 16px;
  margin-right: 5px;
  max-width: 450px;
}

.tab-content ul:last-child,.news ul:last-child {
  margin-bottom: 0;
}


.tab-content > div >.link > ul > li {
    position: relative;
    width: calc(25% - 1rem);
    line-height: 1.25rem;
    padding-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
}


}
.tab-content .main_text a, .news_title a{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

@media (min-width:1200px) {

.tab-content .main_notice, .news .main_notice{
  font-size: 16px;
  margin-bottom: 10px;
}
.tab-content .main_date, .news_list .main_date, .news_date{
  width: 125px;
  font-size: 16px;
    text-align: center;
}
.tab-content .main_text, .news_title {
  font-size: 16px;
  margin-right: 5px;
  max-width: 580px;
}

}


@media (min-width:1400px) {
.news .main_notice{ font-size: 18px; margin-bottom: 0px;}	
.tab-content .main_notice{
  font-size: 18px;
  margin-bottom: 10px;
}
	
.tab-content .main_date, .news_list .main_date, .news_date{
  width: 120px;
  font-size: 18px;
}

.tab-content .main_text, .news_title{
  font-size: 18px;
  padding-left: 10px;
  margin-right: 5px;
  max-width: 1000px;
}

}

@media (min-width:1600px) {
.tab-content .main_notice , .news .main_notice{
  font-size: 1.1rem;
  margin-right: 5px;
  margin-bottom: 10px;
}
.tab-content .main_date, .news_list .main_date, .news_date{
  width: 120px;
}
.tab-content .main_text, .news_title{
  margin-right: 5px;
  max-width: 800px;
}

}

@media (min-width:1700px) {
.tab-content .main_notice, .news .main_notice{
  margin-right: 15px;
  margin-bottom: 10px;
}
.tab-content .main_date, .news_list .main_date,  .news_date{
  margin-right: 15px;
  width: 120px;
}
.tab-content .main_text, .news_title {
  margin-right: 15px;
  max-width: 750px;
}

}

@media (min-width:1900px) {

.tab-content .main_text, .news_title {
  margin-right: 15px;
  max-width: 960px;
}

}

.tab-content .main_date, .news_list .main_date{
  padding: 0 10px;
  color: #1043B0;
}

.tab-content .main_text a, .news_list .main_text a{
   color: #000;
}

.news_card{
  background-color: var(--bs-white);
  padding: 20px ;
  border-radius: 28px;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
}

.news_list{
  padding: 20px;
  background-color: var(--bs-white);
}

.news_list ul:first-child{
  background-color: #dceaf1;
  font-weight: 800;
}



/*--------------------------------------------------------------
# Left Menu
--------------------------------------------------------------*/

.LeftMenu {
  width: 96%;
  padding: 0;
  margin-bottom: 60px;
}

.LeftMenu  ul {
  padding: 0;
  list-style: none;
}

.LeftMenu ul li { 
  margin: 8px 0;
  border: 1px solid #b3a280;
  background-color:var(--bs-white)
}

.LeftMenu ul li>a {
  display: block;
  position: relative;
  font-family: #106eea;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding: 20px 18px 20px 24px;
  cursor: pointer;
  color: black;
  transition: 0.3s;
}

.LeftMenu ul li a:hover {color: #FFF; background-color: #948059;}
.LeftMenu ul li.active a {color: #FFF; background-color: #b3a280;}

.LeftMenu  p {
  margin-bottom: 0;
  padding: 10px 0 0 40px;
}

.LeftMenu .faq-list .icon-show {
  display: none;
}

/* .LeftMenu .faq-list .collapsed {
  color: black;
} */

.LeftMenu .faq-list .collapsed:hover {
  color: #106eea;
}

.LeftMenu .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.LeftMenu .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

.LeftMenu .LeftMenu-title {
  font-size: 24px;
  font-weight: 700;
  padding: 0.9rem 1.25rem 0.4rem 1.25rem;
  background-color: var(--bs-gray-600);
  color: #fff;
  border-radius: 0;
}

.LeftMenu .LeftMenu_active{
  background-color: #5d7ea0;
  color: #FFF !important;
}
.LeftMenu .faq-list .collapsed:hover {
  color: #FFF;
  background-color: #948059;
}
.actives h3 {border-left:5px solid #428bca; padding-left:8px; margin:5px;}
.actives dl { margin: 0; padding: 0; padding-left:20px; }
.actives dt { margin: 0; padding: 0;font-size:.9em;}
.actives dd { margin: 0; padding: 0;font-size:.9em; }


/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
#information{
  background-size: cover;
}

.information {
  padding-bottom: 0;
}

.information .information-item {
  margin-bottom: 40px;
}

.information .information-item h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1f3548;
}

.information-item ul{
  margin: 0;
  padding: 0;
}

.information-item ul li{
  list-style: none;
  text-align: center;
  color: #FFF;  
  display: inline-block;
  vertical-align: top;
}


.information .Main_Magazine_content{
  padding: 0;
}

.Magazine_list{
   margin: -10px auto 0;
   width: 100%;
   padding: 0 65px 0 25px;
   background: url('/assets/img/Main/img_Magazines.png') repeat-y;
}

.information .Main_Magazine_content{ position: relative;}
.information .Main_Magazine_content::before{content: url('/assets/img/Main/img_Magazines_head.png');}		
	
.information .Main_Magazine_content::after{content: url('/assets/img/Main/img_Magazines_foot.png');}		

.Magazine_bg { top:40px; right:150px;color:#fff;}

.information .Main_Magazine_content ul li{
 font-size: 1rem;
 line-height: 1.3rem;  
 padding: 8px 8px;
 margin-bottom: 8px;
}

.information .Main_Magazine_content ul  {
    display: flex;
            flex-wrap: wrap;
	list-style: none;
	
}
.information .Main_Magazine_content ul li {
      flex: 1 0 20%;
	 border-radius: 10px;
  color: #FFF;

}

.information .Main_Magazine_content ul li a{
  color: #FFF;
}

.information .Main_Magazine_content ul li:nth-child(odd){
  background-color: #4B76A3;
  margin: 5px;
}

.information .Main_Magazine_content ul li:nth-child(even){
  background-color: #BB5E86;
 margin:5px;
}

.Magazine_bg img{
  width: 100%;
}

@media screen and (min-device-width: 0px) and (max-device-width: 374px)  {
.LeftMenu {display: none;}
.information {
  padding-top: 30px;
}

.information-item ul li{
  width: 46%;
  font-size: 1.1rem;
  margin-right: 5px;
  margin-bottom: 10px;  
  padding: 30px 20px 0 20px;
  height: 160px;
}


.information-item ul li:last-child{
  margin-right: 0;
}
.information-item ul li img{
  max-height: 42px;
  margin-bottom: 10px;  
}
.information-item ul li p{
  font-size: .9rem;
}


.Magazine_bg img{
  display: none;
}

.information .Main_Magazine_content{
  margin-bottom: 20px;
  background-image: url('/assets/img/Main/img_Magazines2.png');
  background-repeat: no-repeat; 
  background-size: 102%; 
}


.information .Main_Magazine_content ul li{
 font-size: .8rem;
 line-height: 1.2rem;  
 padding: 6px 8px;
 margin-bottom: 8px;
}

.magazine_left{
  width: 310px;
  margin-left: 0;
  margin-top: 30px;
}
.magazine_right{
  width: 290px;
  margin-left: 20px;
  margin-bottom: 50px;
}
.magazine_left ul{
  margin: 0;
  padding-right: 0;
}
.magazine_right ul{
  margin: 0;
  padding-left: 10px;
}
}

 @media (min-width:375px)  and (max-device-width: 574px)  {
.LeftMenu {display: none;}

.information-item ul li{
  width: 46%;
  font-size: 1.1rem;
  margin-right: 5px;
  margin-bottom: 10px;  
  padding: 20px 20px 0 20px;
  height: 150px;
}

.information-item ul li p{
  font-size: .9rem;
}

.information .Main_Magazine_content ul li{
 flex: 1 0 50%;	
 font-size: 1.1rem;
 line-height: 1.4rem;  
 padding: 6px 8px;
 margin-bottom: 12px;
}


.Magazine_list{
   margin: -10px auto 0;
   width: 100%;
   padding: 0 25px 0 25px;
   background: url('/assets/img/Main/img_Magazines.png') repeat-y;
}
} 

 @media (min-width:575px)  and (max-device-width: 767px) {



.magazine_left{
  width: 480px;
  margin-left: 0;
  margin-top: 30px;
}
.magazine_right{
  width: 460px;
  margin-left: 20px;
}
.magazine_left ul{
  margin: 0;
  padding-right: 0;
}
.magazine_right ul{
  margin: 0;
  padding-left: 10px;
}
}


@media (min-width:768px) {
.information-item ul li{
  width: 31%;
  font-size: 1rem;
  margin-right: 10px;
  margin-bottom: 15px;  
  padding: 15px 20px 0 20px;
  height: 150px;
}

.information-item ul li:last-child{
  margin-right: 0;
}

.information-item ul li img{
  max-height: 42px;
  margin-bottom: 10px;  
}
.information-item ul li p{
  font-size: 1rem;
}

.info-button1, .info-button2 {
  margin-bottom:  25px;
}

.information .Main_Magazine_content{
  margin-bottom: 0;
}

.information .Main_Magazine_content ul li{
 font-size: .8rem;
 line-height: 1rem;  
 padding: 4px 8px;
 margin-bottom: 4px;
}

.magazine_left{
  width: 230px;
  margin-left: 0px;
}
.magazine_right{
  width: 220px;

}
.magazine_left ul{
  margin: 0;
  padding-right: 0;
}
.magazine_right ul{
  margin: 0;
  padding-left: 10px;
}
}

@media (min-width:1000px) {
.information-item ul li{
  width: 15.3%;
  font-size: .9rem;
}
}

@media (min-width:1200px) {
.information-item ul li{
  width: 15.5%;
  font-size: .9rem;
}

.information-item ul li img{
  max-height: 42px;
  margin-bottom: 10px;  
}
.information .Main_Magazine_content ul li{
 font-size: .9rem;
 line-height: 1.1rem;
}

.magazine_left{
  width: 250px;
  margin-left: 20px;
}
.magazine_right{
  width: 250px;
}

}

@media (min-width:1400px) {

.information-item ul li img{
  min-height: 46px  
}
.information .Main_Magazine_content ul li{
 font-size: 1rem;
 line-height: 1.3rem;
 margin-bottom: 10px;
 padding: 6px 8px;
}

.magazine_left{
  width: 300px;
  margin-left: 20px;
}
.magazine_right{
  width: 300px;
}
.Magazine_bg img{
  width: auto;
}

}

@media (min-width:1600px) {
.magazine_left{
  width: 310px;
  margin-left: 15px;
}
.magazine_right{
  width: 310px;
}
.Magazine_bg img{
  width: auto;
}
.information-item ul li{
  width: 15.8%;
  font-size: 1.2rem;
}

}


.information-item ul li a{
  color: #FFF;  
}

.info-title h2 {
  color: #000;
  border-bottom: solid 6px var(--bs-primary);
}

.info-title {
  text-align: center;
}

.info-title p {
  margin-bottom: 0;
}

.info-title img{
  margin-right: 10px;
  margin-top: -8px;
}

.info-button1 {
  background-color: #597896;
}

.info-button2 {
  background-color: #D57D9D;
}

.info-button3 {
  background-color: #ECAB65;
  margin-right: 10px;
  font-size: 1.2rem;
}

.info-button4 {
  background-color: #4B76A3;
}

.info-button5 {
  background-color: #4D929B;
}

.info-button6 {
  background-color: #C1B786;
}

/*--------------------------------------------------------------
# Main LINKS
--------------------------------------------------------------*/
/* .Main_links{
  background-color: #F4F4F4;
} */

.Main_links .links-title h2{
  font-size: 32px;
  font-weight: 600;
  margin: 0 auto 20px auto;
  padding-bottom: 0;
  color: #000;
  width: 200px;
  border-bottom: solid 6px #1043B0;
}

.Main_links .links-title img{
  margin-right: 10px;
  margin-top: -8px;
}



/*--------------------------------------------------------------
# Recent Photos
--------------------------------------------------------------*/
.recent-photos {
  overflow: hidden;
}

.recent-photos .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.recent-photos .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #006fbe;
}

.recent-photos .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #006fbe;
}

.recent-photos .owl-nav,
.recent-photos .owl-dots {
  margin-top: 25px;
  text-align: center;
}

.recent-photos .owl-item {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.recent-photos .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #95d3ff !important;
}

.recent-photos .owl-dot.active {
  background-color: #006fbe !important;
}

.recent-photos .gallery-carousel .owl-stage-outer {
  overflow: visible;
}

.recent-photos .gallery-carousel .center {
  border: 6px solid #006fbe;
  margin: -10px;
  box-sizing: content-box;
  padding: 4px;
  background: #fff;
  z-index: 1;
}

/*--------------------------------------------------------------
# inside
--------------------------------------------------------------*/
#inside{
  padding: 0;
  margin: 0;
}


#inside .inside_banner img{
  width: 100%;
}

#inside .inside_banner{
 position: relative; 
}

#inside .inside_title {
  color: #FFF;
  font-weight: bold;
  position: absolute;
}

@media (min-width:1600px) {
#inside .inside_title {
  font-size: 2.2rem;
  top: 150px;
  left: 6%;
}
}


@media (min-width:2000px) {
#inside .inside_title {
  top: 180px;
  left: 12%;
}
}


.membership_form ul{
  padding: 6px 0 10px 0;
  margin: 5px 0;
  border-bottom-style: dotted;
  border-bottom-width: 2px;
}


.membership_form ul li{
  display: inline-block;
  width: 16%;
}


/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info-box {
  color: #444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  margin-bottom: 30px;
  width: 100%;
}

.contact .info-box i {
  font-size: 32px;
  color: #428bca;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #9eccf4;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #666;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
  background-color: #428bca;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #428bca;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
  background: #629fd3;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#footer {
  padding: 0;
  margin-top: -190px;
  font-size: 1rem;
}

#footer .footer-top {
  color: #000;
  padding: 214px 0 62px 0;
  background-image: url(../img/footer_bg.png);
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}



#footer .footer-top .footer-info ul  {
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 0;
}

#footer .footer-top .footer-info ul li {
  list-style: none;
}



#footer .footer-top .footer-info h1 {
  font-size: 1.5rem;
  color: #000;
  padding: 5px 0 0 0;
  font-weight: bold;
  text-transform: uppercase;

}

.footer_content{
  display: flex;
  gap: 40px;
}

.footer_logo img{
  width: 92px;
}


#footer .footer-links ul li a:before {  content: '\F285';
  font-family: "bootstrap-icons";
  margin: 0 10px 0 0px;	  
}

@media (min-width:0px) {
#footer .footer-top .footer-info h1 {
  font-size: 1.4rem;
  letter-spacing: 1px;
}

#footer .footer-top .footer-info h3 {
  font-size: .9rem;
}
#footer .footer-top .footer-info p {
  font-size: 1rem;
}
#footer .footer-top h4 {
  font-size: 1rem;
}

#footer .footer-top .footer-links{
  display: none;
}

#footer .footer-top .footer-links ul li {
  padding: 5px 0;
}

#footer .footer-top .footer-info .footer_logo img{
  max-width: 90%;
}
}


@media (min-width:600px) {
#footer .footer-top .footer-info .footer_logo img{
  max-width: 70%;
}
}

@media (min-width:800px) {
#footer .footer-top .footer-info .footer_logo img{
  max-width: 400px;
}
}

@media (min-width:1000px) {
#footer .footer-top .footer-links{
  margin-bottom: 0;
  display: block;
}
#footer .footer-top .footer-links ul a {
  font-size: .8rem;
}

}

@media (min-width:1200px) {
#footer .footer-top .footer-info h1 {
  font-size: 1.3rem;
  letter-spacing: 1px;
}

#footer .footer-top .footer-info h3 {
  font-size: .8rem;
}
#footer .footer-top .footer-info p {
  font-size: .9rem;
}
#footer .footer-top h4 {
  font-size: 1rem;
}
#footer .footer-top .footer-links ul a {
  font-size: .8rem;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
}

}

@media (min-width:1400px) {

#footer .footer-top .footer-info p {
  font-size: 1rem;
}
#footer .footer-top h4 {
  font-size: 1.2rem;
}
#footer .footer-top .footer-links ul a {
  font-size: 1rem;
}

}

@media (min-width:1700px) {
#footer .footer-top .footer-info h1 {
  font-size: 1.5rem;
  letter-spacing: 2px;
}

#footer .footer-top .footer-info h3 {
  font-size: .9rem;
}

}

#footer .footer-top .footer-info h3 {
  line-height: 1;
}

#footer .footer-top .footer-info p {
  line-height: 24px;
  margin-bottom: 0;
  color: #000;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #768fa6;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #428bca;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-weight: 600;
  color: #000;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #4B76A3;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #373737;
  transition: 0.3s;
  display: inline-block;
  line-height: 1.2;
}

#footer .footer-top .footer-links ul a:hover {
  color: #4B76A3;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #428bca;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #5295ce;
}

#footer .copyright {
  text-align: center;
  padding: 20px 0;
  color: #fff;
  background: var(--bs-primary);
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #9eccf4;
}
