/**
* 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;
}

.text_center{
  text-align: center !important;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #804242;
  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: #c89191;
  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: auto;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#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{
  position: absolute;
  bottom: 36px;
  z-index: 9;
  right: 8px;
}
#topbar .social-links i{
  font-size: 22px;
  color: var(--bs-white);
}

#topbar .social-links a {
  color: var(--bs-white);
  padding: 12px 12px 4px 12px;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: var(--bs-primary);
}

#topbar .social-links img{
  margin-top: -4px;

}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  z-index: 99;
  padding: 0;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #1c5c93;
  text-decoration: none;
}
#header .logo h2 {
  color: var(--bs-white);
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
}

.top_menu{
  background-color: var(--bs-primary);
  padding-right: 40px;
  height: 96px;
}

#header .logo  {
  width: 400px;
  height: 100px;
  background:linear-gradient(-50deg, transparent 65px, #ededed, #d4d4d4 0);

  background-repeat: no-repeat;
}

#header .logo img {
  padding: 0;
  margin: 0;
  width: 80%;
}


/*--------------------------------------------------------------
# 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: var(--bs-primary2);
  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: #560e0e;
  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;
}




@media (min-width:1200px) {

.navbar a,
.navbar a:focus {
  padding: 10px 0 10px 15px;
  font-size: 1rem;
}
.navbar .dropdown ul li {
  min-width: 180px;
}
.navbar ul {
  gap: 30px;
}
}

@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;
}
.navbar ul {
  gap: 50px;
}
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}



/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #1f3548;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  background: #DEC2C2;
  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(128, 66, 66, 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: #DEC2C2;
}

.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: #DEC2C2;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  padding: 0;
  overflow: hidden;
  /* background: #6C8FB3; */

}

#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;
}


#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;
}



#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-weight: 500;
}

#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;
}


.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;
}



/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 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.jpg);
}
.main_bg{
  padding-bottom: 80px;
}
.main_bg2{
  padding-bottom: 220px;
}

.main_button{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -50px;
  z-index: 9;
}


.button_download, .button_valuation, .button_consult{
  height: 92px;
  color: var(--bs-white);
  align-content: center;
}
.button_download{
  background-color: #804242;
}
.button_valuation{
  background-color: #B46C3F;
}
.button_consult{
  background-color: #9E6D6D;
}

.main_button img{
  padding: 8px;
  margin-right: 24px;
}

.button_download img{
  background-color: #9E6D6D;
}

.button_valuation img{
  background-color: #B58B71;
}

.button_consult img{
  background-color: #CD9797;
}


/*--------------------------------------------------------------
# 首頁最新消息
--------------------------------------------------------------*/
.main_news_content{
  margin: 0 0 60px 0;
}
.main_news h2{
  font-size: 52px;
  margin-bottom: 40px;
}

.news_list{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0 0 20px 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #D9D9D9;
}

.news_list .main_date{
  color: var(--bs-gray-600);
}


.news_list i{
  font-size: 44px;
  color: #C49E9E;
}
.main_news_s_bt{
  width: 92px;
  color: var(--bs-gray-500);
  border: solid 1px #888;
  border-radius: 20px;
  padding: 4px 8px;
  margin-bottom: 20px;
  text-align: center;
}

.more_bt_con{
  margin-top: 40px;
}
.bt_move{
  color: var(--bs-gray-500);
  width: 200px;
  padding: 4px 12px 4px 24px;
  background-color: transparent;
  border: solid 1px var(--bs-gray-500);
  border-radius: 50px;
  display: flex;
  gap: 40px;
}

.bt_move i{
  font-size: 20px;
  color: var(--bs-gray-500);
  
}

/*--------------------------------------------------------------
# 首頁活動花絮
--------------------------------------------------------------*/

#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: #DEF2FE;
  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: #1676DD;
  border-color: #1676DD;
  padding: 50px 20px 70px 20px;
}

.land_Information .icon-box:hover .icon {
  background: var(--bs-white);
}

.land_Information .icon-box:hover .icon i {
  color: #1676DD;
}

.land_Information .icon-box:hover .icon::before {
  background: #428dde;
}

.land_Information .icon-box:hover h4 a,
.land_Information .icon-box:hover p {
  color: var(--bs-white);
}


/*--------------------------------------------------------------
# Services 2 Section
--------------------------------------------------------------*/
.services-2 {
  overflow: visible;
}

.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);
  overflow: hidden;
 
}

.services-2 .service-item .service-item-contents {
  z-index: 9;
  bottom: 0;
  max-width: 440px;
  height: 200px;
  padding: 12px 20px;
  background-color: rgba(0, 0, 0, 0.4);
}

.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;
  font-size: 20px;
}

.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;
  overflow: hidden;
}



.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: #C49E9E ;
}


/*--------------------------------------------------------------
# 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/main_bg.jpg);
}

#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 6px 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;
}

.about_photo_con{
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}

 .about_photo1 img, .about_photo2 img{
  width: 94%;
} 

.about_photo2{
  margin-top: 40px;
}


.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;
}


#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{
  display: flex;
  gap: 8px;
  padding: 8px 0 8px 5px;
  margin-bottom: 8px;
  overflow: hidden;	
  align-items: center;
}

.main_date, .main_text, .main_apply, .main_deadline{
  padding: 16px 0;
  margin-bottom: 0;
}


.main_apply{
  color: #F17D34;
}

.main_deadline{
  color: #FFF;
  background-color: #666;
}

.news dl{border: 1px solid transparent;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);}


.tab-content ul li, .news ul li {
  margin: 0;
  list-style: none;
  line-height: 24px;	
  background-color: #F3F3F3;
  display: inline-block;
}


.mainnews-img img{
  width: 100%;
}

.tab-content .main_notice, .news .main_notice{
  padding: 0 10px;
  background-color: #1043B0;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;

}

.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:before {
    position:absolute;
    content:"";
    top:0.5rem;
    margin-left:-0.9rem;
    width:0.5rem;
    height:0.5rem;
    background-color:#008940;
    transition:left 0.3s ease;
}
.tab-content > div > .link > ul > li a:focus:before,
.tab-content > div > .link > ul > li a:hover:before {
    margin-left:-0.75rem;
    border-radius: 1rem;
    background-color: #1d4ceb;
}

.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{
  font-size: 16px;
  text-align: left;
}
.tab-content .main_text {
  font-size: 16px;
  padding: 4px 20px 0 20px;
  vertical-align: middle;
  height: 84px;
}


.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;
}
.tab-content .main_date{
  width: 110px;
  height: 84px;
  font-size: 16px;
  text-align: center;
}
.main_deadline{
  height: 84px;
}
}


@media (min-width:700px) {
.tab-content .main_text, .news .main_text{
  font-size: 16px;
}
.tab-content .main_text {
  padding: 14px 20px 0 20px;
   height: 55px;
}
.main_deadline{
  height: auto;
}
.tab-content .main_date{
  height: auto;
}
}


@media (min-width:1000px) {
.tab-content .main_notice, .news .main_notice{
  font-size: 16px;
  margin-bottom: 5px;
}
.tab-content .main_date{
  width: 128px;
}

.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{
  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{
  width: 128px;
  
}

}


@media (min-width:1400px) {
.news .main_notice{ font-size: 18px; margin-bottom: 0px;}	
.tab-content .main_notice{
  font-size: 18px;
  margin-bottom: 10px;
}
 .news .main_date{font-size: 18px; margin-bottom: 0px;}	
.tab-content .main_date{
  width: 120px;
  font-size: 18px;
}
.news .main_text{ 
  font-size: 18px; 
  margin-bottom: 0px;
}	

.tab-content .main_text{
  font-size: 18px;
}


}

@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 {
  width: 120px;
}

}

@media (min-width:1700px) {
.tab-content .main_notice, .news .main_notice{
  margin-right: 15px;
  margin-bottom: 10px;
}
.tab-content .main_date{
  width: 120px;
}
}

.news .main_date{
   color: #7F4242;
}

.tab-content .main_date{
  color: #7F4242;
}


.tab-content .main_text , .news .main_text{
  color: #000;
}


.tab-content .main_text a , .news .main_text a{ color: #000;}


/*--------------------------------------------------------------
# Left Menu
--------------------------------------------------------------*/

.LeftMenu {
  width: 96%;
  padding: 0;
  margin-bottom: 60px;
}

.LeftMenu  ul {
  padding: 0;
  list-style: none;
}

.LeftMenu ul li { 
  margin: 8px 0;
}

.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: var(--bs-black) ;
  background-color: #DEC2C2;
}
.LeftMenu ul li.active a {
  color: var(--bs-black); 
  background-color: #DEC2C2;}


.LeftMenu  p {
  margin-bottom: 0;
  padding: 10px 0 0 40px;
}

.leftmenu_bg{
  border-radius: 20px;
  background-color: var(--bs-white);
   box-shadow: 0 0 24px rgba(67, 67, 67, 0.1);
}

.LeftMenu .faq-list .icon-show {
  display: none;
}


.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: #804242;
  color: var(--bs-white);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.LeftMenu .LeftMenu_active{
  background-color: #DEC2C2;
  color: var(--bs-white) !important;
}
.LeftMenu .faq-list .collapsed:hover {
  color: var(--bs-black);

}
.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
--------------------------------------------------------------*/

@media screen and (min-device-width: 0px) and (max-device-width: 374px)  {
.LeftMenu {display: none;}

}

 @media (min-width:375px)  and (max-device-width: 574px)  {
.LeftMenu {display: none;}
} 

@media (min-width:768px) {

.info-button1, .info-button2 {
  margin-bottom:  25px;
}

}

.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;
}

.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
--------------------------------------------------------------*/

#footer {
  padding: 0;
  font-size: 1rem;
}

.footer_content{
  display: flex;
  gap: 40px;
}


#footer .copyright {
  text-align: center;
  padding: 20px 0;
  color: #fff;
  background: #9E6D6D;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #FFF;
}

/*--------------------------------------------------------------
# RWD
--------------------------------------------------------------*/

@media (min-width:0px) {
#header .logo {
  width: 100%;
  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 0 0 6%;
}

#hero .carousel-item::before {
  height: 550px;
}
#hero h2 {
    font-size: 28px;
}
.button_download, .button_valuation, .button_consult{
  width: 100%;
   padding-left: 60px;
}
.news_list .main_date{
  width: 100%;
}

.news_list .main_title{
  width: 74%;
}

.news_list .main_icon{
  width: 2%;
}

.tab-content ul li:nth-child(2){
  width: 60%;
}
.tab-content ul li:nth-child(3){
  width: 15%;
   height: 84px;
}
#about .menu_list{
  display: none;
}
}

@media (min-width:500px) {

.banner_shape2{
  margin-top: -64px;
}

}


@media (min-width:600px) {
#header .logo h2 {
  font-size: 1rem;
  letter-spacing: 1px;
  
}
#header .logo .logo_img {
  margin: 5px 5px 0 0;
}
#hero .carousel-item::before {
  height: 550px;
}
.news_list{
  gap: 30px;
}
.news_list .main_date{
  width: 20%;
}

.news_list .main_title{
  width: 58%;
}

.news_list .main_icon{
  width: 2%;
}
.main_date, .main_apply, .main_deadline{
  text-align: center;
}
.tab-content ul li:nth-child(2){
  width: 60%;
}
.tab-content ul li:nth-child(3){
  width: 15%;
   height: 84px;
}
}


@media (min-width:700px) {
#header .logo  {
  width: 88%;
}
#header .logo img {
  width: auto;
}

#hero h2 {
    font-size: 28px;
}
.button_download, .button_valuation, .button_consult{
  width: 220px;
  padding-left: 0;
  text-align: center;
}
.news_list{
  gap: 60px;
}
.news_list .main_date{
  width: 14%;
}

.news_list .main_title{
  width: 58%;
}

.news_list .main_icon{
  width: 2%;
}

.tab-content ul li:nth-child(2){
  width: 68%;
}
.tab-content ul li:nth-child(3){
  width: 12%;
  height: auto;
}
.bd-highlight ul { 
  padding: 15px 15px 0 15px;
}
.about_photo1 img, .about_photo2 img{
  width: 80%;
}

.about_photo2{
  margin-top: 60px;
}
}

@media (min-width:800px) {
.banner_shape{
  margin-top: -64px;
}
#header .logo  {
  width: 700px;
}

}

@media (max-width: 900px) {
  #hero h2 {
    font-size: 28px;
  }
}

@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;
}
}


@media (min-width:1000px) {
#hero {
  height: 882px;
}

#hero .carousel-item {
  height: 882px;
}
#hero .carousel-item::before {
  height: 882px;
}
#hero h2 {
  font-size: 30px;
}
#hero .slide p {
  width: 80%;
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 5%;
}
#topbar .social-links{
  position: static;

}
#topbar .social-links i{
  color: var(--bs-black);
}
#topbar .social-links a {
  color: var(--bs-black);
}
.banner_shape{
  margin-top: -60px;
}

.banner_shape2{
  margin-top: -86px;
}

.button_download, .button_valuation, .button_consult{
  width: 260px;
}
.news_list .main_date{
  width: 14%;
}

.news_list .main_title{
  width: 68%;
}

.news_list .main_icon{
  width: 2%;
}
.tab-content ul li:nth-child(2){
  width: 78%;
}
.tab-content ul li:nth-child(3){
  width: 10%;
}
.services-2 .service-item .service-item-contents {
  position: absolute;
  height: 100px;
}
.about_photo_con{
  margin-top: 140px;
}
#about .menu_list{
  display: block;
}
.about_photo2{
  margin-top: 124px;
}
}

@media (min-width: 1100px) {
  #hero h2 {
    font-size: 36px;
  }
}


@media (min-width:1200px) {
#hero .slide p {
    width: 70%;
}
#header .logo  {
  width: 842px;
}

.banner_shape{
  margin-top: -68px;
}

.banner_shape2{
  margin-top: -86px;
}
.button_download, .button_valuation, .button_consult{
  width: 326px;
}
.news_list .main_date{
  width: 10%;
}

.news_list .main_title{
  width: 74%;
}

.news_list .main_icon{
  width: 2%;
}
.tab-content ul li:nth-child(2){
  width: 80%;
}
.tab-content ul li:nth-child(3){
  width: 10%;
}
#about .menu_list{
  width: 250px;
  display: block;
}
#about .menu_list ul li{
  font-size: 1rem;
}
}

@media (min-width: 1300px) {
#hero .slide p {
  width: 60%;
  font-size: 64px;
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 5%;
}

}

@media (min-width:1400px) {
#header .logo .logo_img {
  margin: 5px 5px 0 0;
}
#about .menu_list{
  width: 300px;
}
#about .menu_list ul li{
  font-size: 16px;
}
}


@media (min-width:1600px) {
 #hero h2 {
    font-size: 64px;
  }
#inside .inside_title {
  font-size: 2.2rem;
  top: 150px;
  left: 6%;
}
#header .logo {
  margin-right: auto;
}

#header .logo .logo_img {
  margin: 5px 0 0 0;
}

.news_list .main_date{
  width: 8%;
}

.news_list .main_title{
  width: 80%;
}

.news_list .main_icon{
  width: 2%;
}
.banner_shape{
  margin-top: -73px;
}

.tab-content ul li:nth-child(2){
  width: 85%;
}
.tab-content ul li:nth-child(3){
  width: 6%;
}

}

@media (min-width:1900px) {
#about .menu_list{
  width: 350px;
}
}


@media (min-width:2000px) {
#inside .inside_title {
  top: 180px;
  left: 12%;
}
}
