.Index{
  box-shadow: rgba(102, 168, 219, 0.699) 0px 5px, rgba(102, 168, 219, 0.3) 0px 10px, rgba(102, 168, 219, 0.2) 0px 15px, rgba(102, 168, 219, 0.1) 0px 20px, rgba(102, 168, 219, 0.05) 0px 25px;}
.site-header{
  display: flex;
  justify-content: center;
  align-items:center;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  padding: 36px 40px 36px;
  z-index: 20;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: transparent;
}
a {
  color: #6a3906;
  text-decoration: none;
}
.navbar-brand{
  font-size: 30px;
  font-weight: bold;
}
.navbar-brand:hover{
  color: red;
}

.nav-item{
  font-size: 25px;
  padding: 0px 10px;
}

.nav-link:hover{
  text-decoration:none !important;
  background-color: skyblue;
  border-radius: 5px;
}

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{
  color: firebrick;
}

.dropdown-menu{
  border: 0px;
  --bs-dropdown-min-width:10.5rem;
  background-color: 	#E0E0E0;
  text-align: center;
}
.dropdown-menu li{
  font-size: 20px;
  padding: 8px 0px;
}

.IndexHero{
  width: 100%;
  position: relative;
  height: calc(100vh - 0px);
  z-index: 3;
}
.Hero_mainHead{
  display: flex;
  align-items: center;
  width: 100%;
}
.Hero_Logo{
  flex: 0 0 160px;
  margin-right: 68px;
  position: relative;
  line-height: 0.6;
  font-size: 3.5rem;
  font-family: Brush Script MT, Brush Script Std, cursive;
}
.Hero_Visual{
  position: relative;
  width: 100%;
  height: calc(100vh);
}
.Hero_VisualImage{
  width: calc(62.5% + 155px);
  height: 100%;
  position: relative;
  display: flex;
  opacity: 1;
  /* transition: opacity 1.5s .5s; */
}
.Hero_VisualItem{
  position: absolute;
  width: 100%;
  height: 100%;
  transition: opacity 2.5s;
  /* opacity: 0; */
  overflow: hidden;
}
.banner-slide{
    background-repeat:no-repeat;
    display:none;
}
.slide-active{
    display:block;
}
.slide1{
  background-image:url('../images/bg/banner1.jpg');
  background-position: center;
  background-size: cover;
}
.slide2{
  background-image:url('../images/bg/banner2.jpg');
  background-position: center;
  background-size: cover;
}
.slide3{
  background-image:url('../images/bg/banner3.jpg');
  background-position: center;
  background-size: cover;
}
.dots {
	position: absolute;
	bottom: -30px;
	left: 0;
	text-align: right;
	padding-right: 24px;
	line-height: 12px;
}

.dots span {
	display: inline-block;
	width: 40px;
	height: 2px;
	border-radius: 1%;
	margin-left: 8px;
	background-color: rgba(7, 17, 27, 0.4);
	cursor: pointer;
	/* box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8) inset; */
}
.dots span:hover{
  border-radius: 1%;
	background-color: white;
}
.dots span.active{
	/* box-shadow: 0 0 0 1.2px rgba(7, 17, 27, 0.4) inset; */
  border-radius: 1%;
	background-color: white;
}
.Index-content{
  position: absolute;
  width: 39%;
  right: 0;
  top: 0;
  z-index: 4;
  padding: 0 80px;
  display: flex;
  align-items: center;
  height: 100vh;
}
.Index-bg{
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.Index-bg::before{
  content: '';
  top: 0;
  right: 0;
  display: block;
  height: calc(100% - 140px);
  background:		#46A3FF;
  width: 100%;
}
.Index-bg::after{
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background:		#46A3FF;
  width: calc(100% - 120px);
  height: 140px;
  z-index: 1;
}
.sc{
  position: absolute;
  left: -54px;
  bottom: 0;
}

.Index-in-content{
  position: relative;
  top: -5%;
}
.title{
  font-size: 35px;
  font-family: 'Fredericka the Great', cursive;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 50px;
  text-align: left;
  color: white;
}

.content-p{
  font-family: 'Cormorant SC', serif;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 16px;
  padding: 0px 8px;
  color: white;
}

.mobile{
  display: none;
}
.mobile-sc{
  display: none;
}
.animatable {
  visibility: hidden;
  -webkit-animation-play-state: paused;   
  -moz-animation-play-state: paused;     
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;   
  animation-play-state: paused; 
}
.animated {
  visibility: visible;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  -ms-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.tit{
  font-size: 65px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-weight: 600;
}
.sep{
	display: block;
	margin: 0 auto;
	width: 70px;
  height: 3px;
  background-color: #00abc9;
}
.tit-p{
  color: white; 
  font-size: 23px;
  padding-top: 10px;
  font-family: 'Courier New', Courier, monospace;
}
.service-title{
	margin-top: 5px;
	letter-spacing: 2px;
	font-weight: 600;
}
.srevice-list{
	list-style-type: none;
	padding-left: 33.3333333%;
}
.srevice-list li{
	padding: 8px 0px;
}
.srevice-list li a{
	font-size: 20px;
  text-decoration: none;
}
.srevice-list li a:hover{
  color: red;
}
.srevice-list li a i{
  font-size: 20px;
	margin-right: 5px;
}

.img-box{
  background-color: white;
  border-radius:50%;
  padding: 1.5em ;
}

.service-img{
	margin: 0 auto;
	background-image: url('../images/service/service_1.png');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	width: 250px;
	height: 250px;
}
.service-img2{
	margin: 0 auto;
	background-image: url('../images/service/service_2.png');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	width: 250px;
	height: 250px;
}
.service-img3{
	margin: 0 auto;
	background-image: url('../images/service/service_3.png');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	width: 250px;
	height: 250px;
}

.line{
  border-right:5px dashed #ebebeb ;
}
.line-a{
  border-right:5px dashed #ebebeb ;
}

.about {
  min-height: 550px;
  height: 100%;
  width: 100%;
  margin: 0;
  /* background-color: #f7f7f7; */
  background-image: url("../images/bg/banner2.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: none;
      -ms-flex-align: none;
          align-items: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  background-image: url("../images/bg/banner2.jpg");
  background-size: cover;
  background-position: center center;
  padding: 0;
  border-radius: 40px;
}

.about .container .about-block {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 100%;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  background-color: rgba(159, 53, 85, 0.5);
}

.about .container .about-block .about-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #ffffff;
  padding: 36px;
}

.about .container .about-block .about-content h1 {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding-bottom: 8px;
  margin-bottom: 20px;
  border-bottom: 3px solid #F6C1C0;
}

.about .container .about-block .about-content p {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.about .container .about-block .about-content .about-tel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 12px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.about .container .about-block .about-content .about-tel a {
  text-decoration: none;
  width: 100%;
  color: #9F353A;
}

.about .container .about-block .about-content .about-tel a .tel-location {
  background-color: #9F353A;
  color: #ffffff;
  padding: 1px 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 20px;
}

.about .container .about-block .about-content .about-tel a .tel-number {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 1px 6px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 20px;
  font-weight: bold;
}

.about .container .about-block .about-content .about-tel:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.panel {
	background-color:#fff;
	border:1px solid transparent;
	border-radius:4px;
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, .05);
	box-shadow:0 1px 1px rgba(0, 0, 0, .05);
	background-image: url('../images/bg/bg_panel0.png');
	background-repeat: repeat;
}
.panel-body {
	padding:15px
}
.panel-heading {
	padding:10px 15px;
	border-bottom:1px solid transparent;
	border-top-left-radius:3px;
	border-top-right-radius:3px
}
.panel-heading>.dropdown .dropdown-toggle {
	color:inherit
}
.panel-title {
	margin-top:0;
	margin-bottom:0;
	font-size:16px;
	color:inherit
}
.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
	color:inherit
}
.panel-footer {
	padding:10px 15px;
	background-color:#f5f5f5;
	border-top:1px solid #ddd;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px
}
.panel>.list-group, .panel>.panel-collapse>.list-group {
	margin-bottom:0
}
.panel>.list-group .list-group-item, .panel>.panel-collapse>.list-group .list-group-item {
	border-width:1px 0;
	border-radius:0
}
.panel>.list-group:first-child .list-group-item:first-child, .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
	border-top:0;
	border-top-left-radius:3px;
	border-top-right-radius:3px
}
.panel>.list-group:last-child .list-group-item:last-child, .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom:0;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px
}
.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
	border-top-left-radius:0;
	border-top-right-radius:0
}
.panel-heading+.list-group .list-group-item:first-child {
	border-top-width:0
}
.list-group+.panel-footer {
	border-top-width:0
}
.panel>.panel-collapse>.table, .panel>.table, .panel>.table-responsive>.table {
	margin-bottom:0
}
.panel>.panel-collapse>.table caption, .panel>.table caption, .panel>.table-responsive>.table caption {
	padding-right:15px;
	padding-left:15px
}
.panel>.table-responsive:first-child>.table:first-child, .panel>.table:first-child {
	border-top-left-radius:3px;
	border-top-right-radius:3px
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child, .panel>.table:first-child>thead:first-child>tr:first-child {
	border-top-left-radius:3px;
	border-top-right-radius:3px
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
	border-top-left-radius:3px
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
	border-top-right-radius:3px
}
.panel>.table-responsive:last-child>.table:last-child, .panel>.table:last-child {
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius:3px
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius:3px
}
.panel>.panel-body+.table, .panel>.panel-body+.table-responsive, .panel>.table+.panel-body, .panel>.table-responsive+.panel-body {
	border-top:1px solid #ddd
}
.panel>.table>tbody:first-child>tr:first-child td, .panel>.table>tbody:first-child>tr:first-child th {
	border-top:0
}
.panel>.table-bordered, .panel>.table-responsive>.table-bordered {
	border:0
}
.panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tbody>tr>th:first-child, .panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-bordered>tfoot>tr>th:first-child, .panel>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>thead>tr>th:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, .panel>.table-responsive>.table-bordered>thead>tr>td:first-child, .panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
	border-left:0
}
.panel>.table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tbody>tr>th:last-child, .panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-bordered>tfoot>tr>th:last-child, .panel>.table-bordered>thead>tr>td:last-child, .panel>.table-bordered>thead>tr>th:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
	border-right:0
}
.panel>.table-bordered>tbody>tr:first-child>td, .panel>.table-bordered>tbody>tr:first-child>th, .panel>.table-bordered>thead>tr:first-child>td, .panel>.table-bordered>thead>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th, .panel>.table-responsive>.table-bordered>thead>tr:first-child>td, .panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
	border-bottom:0
}
.panel>.table-bordered>tbody>tr:last-child>td, .panel>.table-bordered>tbody>tr:last-child>th, .panel>.table-bordered>tfoot>tr:last-child>td, .panel>.table-bordered>tfoot>tr:last-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom:0
}
.panel>.table-responsive {
	margin-bottom:0;
	border:0
}
.panel-group {
	margin-bottom:20px
}
.panel-group .panel {
	margin-bottom:0;
	border-radius:4px
}
.panel-group .panel+.panel {
	margin-top:5px
}
.panel-group .panel-heading {
	border-bottom:0
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top:1px solid #ddd
}
.panel-group .panel-footer {
	border-top:0
}
.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom:1px solid #ddd
}
.panel-default {
	border-color:#ddd
}
/* 首頁主題區塊bg */
.panel-default>.panel-heading {
	color:#333;
	background-color:#f5f5f5;
	border-color:#ddd;
	
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color:#ddd
}
.panel-default>.panel-heading .badge {
	color:#f5f5f5;
	background-color:#333
}
.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color:#ddd
}
.panel-primary {
	border-color:#337ab7
}
.panel-primary>.panel-heading {
	color:#fff;
	background-color:#337ab7;
	border-color:#337ab7
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color:#337ab7
}
.panel-primary>.panel-heading .badge {
	color:#337ab7;
	background-color:#fff
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color:#337ab7
}
.panel-success {
	border-color:#d6e9c6
}
.panel-success>.panel-heading {
	color:#3c763d;
	background-color:#dff0d8;
	border-color:#d6e9c6
}
.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color:#d6e9c6
}
.panel-success>.panel-heading .badge {
	color:#dff0d8;
	background-color:#3c763d
}
.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color:#d6e9c6
}
.panel-info {
	border-color:#bce8f1
}
.panel-info>.panel-heading {
	color:#31708f;
	background-color:#d9edf7;
	border-color:#bce8f1
}
.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color:#bce8f1
}
.panel-info>.panel-heading .badge {
	color:#d9edf7;
	background-color:#31708f
}
.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color:#bce8f1
}
.panel-warning {
	border-color:#faebcc
}
.panel-warning>.panel-heading {
	color:#8a6d3b;
	background-color:#fcf8e3;
	border-color:#faebcc
}
.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color:#faebcc
}
.panel-warning>.panel-heading .badge {
	color:#fcf8e3;
	background-color:#8a6d3b
}
.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color:#faebcc
}
.panel-danger {
	border-color:#ebccd1
}
.panel-danger>.panel-heading {
	color:#a94442;
	background-color:#f2dede;
	border-color:#ebccd1
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color:#ebccd1
}
.panel-danger>.panel-heading .badge {
	color:#f2dede;
	background-color:#a94442
}
.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color:#ebccd1
}
.panel-list li{
  padding: 8px 0px ;
  font-size: 18px;
}
.panel-list a{
  color: #6a3906;
  line-height: 35px;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.panel-list a:hover{
  color: red;
}

.main-title{ font-size:25px; color: #d0a400;  font-weight: 700;}
.main-title a{color: #d0a400;  text-decoration: none; }
.little-title{ font-size:18px; margin-top:5px; display:block; color:#333; }

footer{
  background-color: #D0D0D0;
}
.footer-content{
  text-align: center;
  padding: 20px 0px 20px 0px;
}
.footer-content p{
  margin-bottom: 0;
}
.fixed-bottom{  width:100%; background:#4a4a4a; color:#e6b708; padding:10px; position:fixed; bottom:0; text-align:center;z-index: 3;}
.fixed-bottom a{ color:#e6b708; font-weight:700; display:block;}
.fixed-bottom a:hover{color: white;}
.fixed-bottom a i{ padding-right:5px;}
/* .top{
  display: none; 
  position: fixed; 
  margin: 0 auto;
  bottom: 30px; 
  right: -20px; 
  opacity:1; 
  cursor: pointer; 
  z-index: 5;
}
.top:hover img{
    opacity: 0.5;
} */

.top{
  cursor: pointer; 
}


.well {
  min-height: 20px;
  padding: 19px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #F2D1C3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: inset 0 5px 10px rgb(0 0 0 / 5%);
}
.inner-set{ padding-top:135px;}
.inner-set .well{box-shadow:none; border:1px solid #d1b7a3; background:#fdfcf9;}
.page-header {

  margin-top: 20px;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 35px;
}

.well strong {
  color: #d1a605;
  font-weight: 700;
}
.well strong a{
  color: #6a3906;
  font-weight: 700;
}
.well strong a:hover{
  color: red;
}

.btn-default {
  color: #543500;
  background-color: #fcf8e3;
  border-color: #d6b45a;
}
.btn-default:hover {
	color:#fff;
	background-color:#d6b45a;
	border-color:#d6b45a
}
.btn-block {
  display: block;
  width: 100%;
}

.contact-tel {
  font-size: 25px;
  display: block;
}
.list-unstyled{
  margin-bottom: 0;
}
.law-area h2 {
  font-size: 16px;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
.law-area .tag {
  display: inline-block;
  font-size: 14px;
  padding: 5px;
  background: #af8a00;
  color: #fff;
  margin-right: 8px;
}
.law-content {
  padding: 15px 12px;
  line-height: 1.7em;
}
.legal-news {
  font-size: 16px;
  margin-bottom: 15px;
}
.legal-news h2 {
  font-size: 16px;
  margin: 0;
}
.legal-news h2 a {
  display: block;
  border-bottom: 1px dashed #ccc;
  padding: 10px;
}
.legal-news strong {
  display: inline-block;
  font-size: 14px;
  padding: 5px;
  background: #af8a00;
  color: #fff;
  margin-right: 8px;
}
.legal-news strong.s2 {
  background: #3365b1;
}
.post-content {
  padding: 15px 12px;
  line-height: 1.7em;
}
.sub-list {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  background: #f3f3f3;
}
.sub-list li {
  display: inline-block;
  font-size: 18px;
  padding: 0 8px;
}
.sub-list li a.active {
  color: #fff;
  background-color: #e6b707;
  position: relative;
}
.sub-list li a:hover {
  color: #fff;
  background-color: #c4a83e;
}
.sub-list li a.active:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: -8px;
  border-width: 8px 8px 0;
  border-style: solid;
  border-color: #e6b707 transparent;
}
.service-area h2.green {
  font-size: 18px;
  color: #3c763d;
}
.nav-tabs .nav-item{
  font-size: 18px;
  padding: 0;
}
.nav-tabs .nav-link{
  color:black;
}
.nav-tabs .nav-link:hover{
  background-color:#dee2e6;
}

.tab-content{
  border: 1px solid #dee2e6;
  border-top: 0;
}
.tab2-wrap {
  background-color: white;
  padding: 20px 15px 15px;
}
.tab-content{
  background-color: #fffbf1;
}

.list-dictionary{
  padding-top: 10px;
  background-color: white;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.list-dictionary li{
  padding: 8px 0;
}
.download-area ul li{
  padding: 8px 0;
  font-size: 18px;
}
.download-area ul li a {
  color: #393;
}
.download-area ul li a:hover {
  color: #7EBA25;
}
.page {
  text-align: right;
  margin-top: 10px;
  clear: both;
}
.intro{
  position: relative;
}
.outbox{
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.in-box-img{
  width: 100%;
  height: auto;
  position: relative;
}
.list-box{
  display: flex;
  flex-wrap: wrap;
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
  top: -165px;
  margin-bottom: -120px;
}

.intro-content{
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  z-index: 3;
  margin-top: -12px;
}

.onpen-mobile{
  display: none;
}

.float-set {
  position: fixed;
  right: 12px;
  bottom: 10px;
  
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 10;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.float-set .float-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 90px;
  height: 90px;
  position: relative;
  margin-top: 30px;
}

.float-set .float-item img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.float-set .float-item .float-arrow {
  width: 50px;
  height: 50px;
  background-color: rgba(15, 37, 64, 0.7);
  border-radius: 10px;
  margin-top: 12px;
  position: relative;
}

.float-set .float-item .float-arrow::after {
  content: '';
  position: absolute;
  top: 21px;
  left: 13px;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-top: 1.5px solid #ffffff;
  border-right: 1.5px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.float-set .float-item img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}






@media(max-width:1025px){
  .site-header{
    padding: 36px 15px 36px;
  }
  .mobile{
    display: block;
  }
  .line-a{
    border: 0;
  }
}
@media(max-width:911px){
  .navbar-nav{
    background-color: #E0E0E0;
  }
  .nav-item{
    padding: 8px 0px;
  }
  .nav-link{
    text-align: center;
  }
  .Index-content{
    padding: 0 40px;
  }
}
@media(max-width:767px){
  .site-header{
    padding: 15px 15px 15px;
  }
  .Hero_Visual{
    position: relative;
    width: 100%;
    height: calc(100vh);
  }
  .Hero_VisualImage{
    width: 100%;
  }
  .Index-content {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    top: auto;
    bottom: 0;
  }
  .Index-bg::before {
    left: 0;
    right: auto;
    top: 58px;
    width: 100%;
  }
  .Index-bg::after{
    width: 100%;
    left: 0;
    top: auto;
    bottom: 0;
  }
  .sc{
    display: none;
  }
  .dots{
    display: none;
  }
  .mobile-sc{
    display: block;
    position: absolute;
    right: 0;
    left: auto;
    bottom: auto;
    top: -58px;
  }
  .mobile{
    display: none;
  }
  .mobile-img{
    display: block;
    background-image:url('../images/bg/banner1.jpg');
    background-position: center;
    background-size: cover;
    width: 900px;
    height: 100vh;
    animation:move 3s linear infinite alternate;
  }
  @keyframes move {
    0% {    
      transform: translate3d(0px, 0, 10px);
      opacity: 1;
    }
    50% {
      opacity: 1;
    }
    60% {
      opacity: 1;
    }
    100% {
      transform: translate3d(-300px, 0, 10px);
      opacity: 1;
    }
  }
  .line{
    border:0;
  }
  .line-a{
    border:0;
  }
  .about {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 0;
    width: 100%;
    margin: 0;
  }
  .about .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: none;
        -ms-flex-align: none;
            align-items: none;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 0;
    width: 90%;
  }
  .about .container .about-block {
    width: 100%;
    border-radius: 40px;
  }
  .main-title{ font-size:16px; margin:0;}
  .top{
    display: none; 
    position: fixed; 
    bottom: 45px; 
    right: -15px; 
    width: 18%;
    opacity: 1;
  }
  .sub-list li{
    padding: 8px 8px;
  }
  #myTabContent{
    margin-bottom: 20px;
  }
  .navbar-nav .dropdown-menu{
    margin: 0 auto;
    width: 80%;
    background: white;
  }
  .list-box{
    top: -90px;
    display: block;
    margin-bottom: -60px;
  }
  .img-box{
    padding: 1em;
  }
  .service-img{
    width: 300px;
    height: 300px;
  }
  .service-img2{
    width: 300px;
    height: 300px;
  }
  .service-img3{
    width: 300px;
    height: 300px;
  }
  .open-pc{
    display: none;
  }
  .onpen-mobile{
    display: block;
  }
  .float-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .float-set .float-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc( 100% / 3);
    margin-top: -10px;
    height: auto;
  }
  .float-item a{ width: 70px; }
  .top{ display: none; opacity:0 }
  .float-item .top {     
      position: relative;
      bottom: 0;
      right: 0;
      width: 70px;
      display: block;
      opacity: 1;
  }
  .float-set .float-item .float-arrow {
    margin-top: 0;
  }
  .float-set .float-item img:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

.footer-content{
  padding: 20px 0px 120px 0px;
}

}

@media(max-width:322px){
  .navbar-brand{
    font-size: 27px;
  }
  .title{
    font-size: 30px;
  }
  .img-box{
    padding: 1rem;
  }
  .service-img{
    width:200px;
    height:200px;
  }
  .service-img2{
    width:200px;
    height:200px;
  }
  .service-img3{
    width:200px;
    height:200px;
  }
  .fixed-bottom a{ font-size:14px;}
}