:root {
    --color1: #637280;
    --color2: #bccbd3;
    --color3: #4d6380;
    --color4: #c6b198;
    --color5: #dfd9cc;
    --color6: #af9d8f;
    --color7: #b1b8bf;
    --color8: #b39b89;
}

.header_top {
    background-color: black;
}

#navbar_menu>ul>li a.active,
#navbar_menu>ul>li:hover>a,
#navbar_menu>ul>li:focus>a {
    color: #637280;
    border-bottom: solid #bccbd3 4px;
}

.tp-mask-wrap>.tp-caption {
    font-size: 20px;
}

.tp-caption.tp-shape.tp-shapewrapper.tp-resizeme.rs-parallaxlevel-0 {
    border: solid #bccbd3 5px !important;
}

.tp-caption.NotGeneric-Title,
.NotGeneric-Title,
.tp-caption.NotGeneric-SubTitle,
.NotGeneric-SubTitle {
    color: #4d6380 !important;
}

.metis .tp-bullet {
    background-color: #4d6380;
}

.boximg16x9 {
    overflow: hidden;
    width: 100%;
    padding-top: calc(9 / 16 * 100% + 45px);
    position: relative;
}

.boximg16x9 img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.boximg1x1 {
    overflow: hidden;
    width: 100%;
    padding-top: 100%;
    position: relative;
}

.boximg1x1 img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.boximg2x1 {
    overflow: hidden;
    width: 100%;
    padding-top: calc(1 / 2 * 100% );
    position: relative;
}

.boximg2x1 img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.boximg3x2 {
    overflow: hidden;
    width: 100%;
    padding-top: calc(2 / 3 * 100% );
    position: relative;
}

.boximg3x2 img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.boximg5x4 {
    overflow: hidden;
    width: 100%;
    padding-top: calc(4 / 5 * 100% );
    position: relative;
}

.boximg5x4 img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.row .col-md-4:nth-of-type(1) .full.blog_colum .blog_feature_img.boximg3x2 img{
    object-position: right center; /*圖片向右靠齊*/
}
.row .col-md-4:nth-of-type(2) .full.blog_colum .blog_feature_img.boximg3x2 img{
    object-position: left center; /*圖片向左靠齊*/
}
.testimonial-content, .testimonial-position{
    color: #000;
}
.carousel-item{
    min-height: 165px;
}
.carousel-indicators li{
    width: 1.5em;
}
.btn.white_bt {
	background: #FFF;
    color: #000;
}
.footer_style_2.footer_blog .container .row .col-md-3.col-lg-4 {
    align-items: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
}

.custom-dropdown-wrapper {
  margin-bottom: 20px;
}

.dropdown-label {
  display: block;
  font-weight: 400;
  margin: 0;
}

.custom-dropdown {
  position: relative;
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  user-select: none;
}

.custom-dropdown .selected {
   padding: 10px 35px 10px 10px; /* 留空間給箭頭 */
  height: 50px;
  border: 1px solid #e1e1e1;
  background-color: #f8f8f8;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.custom-dropdown .dropdown-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 14px;
  color: #555;
}

.custom-dropdown .dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #e1e1e1;
  background-color: #f8f8f8;
  max-height: 200px;
  overflow-y: auto;
  display: none;
  z-index: 999;
}

.custom-dropdown .dropdown-list li {
  padding: 10px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.custom-dropdown .dropdown-list li:hover {
  background-color: #f0f0f0;
}

.btn.main_bt:hover{
    color: #b39b89;
    background-color: #f0f0f0;
}
aside {
  display: flex;
  background-image: url(../images/layout_img/asidebg.png);
  background-repeat: no-repeat;
  background-size: 4.2em;
  position: fixed;
  flex-direction: column;
  right: 8px;
  bottom: 100px;
  text-align: center;
  align-items: center;
  overflow: hidden;
  padding: 0.5em 0;
  width: 3.5em;
  border-radius: 10px;
  /* transform: scale(0.8); */
  z-index: 99;
}
aside a {
  width: 100%;
  height: 100%;
  color: #093D7C;
  text-decoration: none;
  display: block;
  cursor: pointer;
  margin: 0.4em 0;
}
aside a img {
  width: 30px;
}
aside a i {
  color: white;
  font-size: 18px;
}
aside hr {
  margin: 0.5em;
  width: 2em;
  border: 0.1px solid white;
  opacity: 1;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
.section.padding_layout_1 .heading_with_subtitle .large_2{
    margin-right: 0;
}
.section.padding_layout_1 .heading_with_subtitle span.large_2{
    color: #000; 
    font-size: 16px;
}
@media (min-width:576px) {
    .section.padding_layout_1 .heading_with_subtitle span.large_2{
    margin-right: 2em;
    }
    .section.padding_layout_1 .heading_with_subtitle br{
        display: none;
    }
}