@charset "utf-8";

/******************************
      all
******************************/
:root {
  --titleColor: #303030;
  --contentColor: #7d7d7d;
  --marginBottom: 16px;
}
*, html, body {
  font-family:   Arial, "sans-serif", "微軟正黑體", "Microsoft Jhenghei";
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
}
body {
  color: var(--contentColor);
}
*::-moz-selection { background: #707070; color: #fff; text-shadow: none; }
::-moz-selection { background: #707070; color: #fff; text-shadow: none; }
::selection { background: #707070; color: #fff; text-shadow: none; }
a {text-decoration: none;color: var(--titleColor);}
a:hover {color: #888;text-decoration: none;}
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  letter-spacing: .7px;
  color: var(--titleColor);
}
p {
  line-height: 1.8;
  font-size: .875rem;
  letter-spacing: .8px;
}
.opacity-0 {opacity: 0;}
.breadcrumb {
    padding: 0;
    flex: 0 0 100%;
    justify-content: flex-end;
    margin: 25px 0 40px;
    font-size: .875rem;
}
.breadcrumb a, .breadcrumb-item.active {
  color: var(--titleColor);
  font-size: .875rem;
}
.breadcrumb-item {
  text-align: right;
  font-size: .875rem;
}
.page-title {text-align: center;}
.page-title h2, .page-title h1, .page-title .maintitle {
  font-size: 2rem;
  margin-top: 8px;
  margin-bottom: 1rem;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: .7px;
  color: var(--titleColor);
}
.page-title .subtitle {font-size: 1.125rem;text-transform: uppercase;margin-bottom: 0;}
.page-navbar {margin: 60px 0 80px;}
.page-navbar ul::-webkit-scrollbar {display: none;}
.page-navbar ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.page-navbar ul li {
  padding: 0 70px;
  border-left: 2px solid #B8B8B8;
}
.page-navbar ul li:last-child {border-right: 2px solid #B8B8B8;}
.page-navbar ul li a {
  color: #B8B8B8;
  word-break: keep-all;
  font-weight: 500;
}
.page-navbar ul li.active a {
  color: var(--titleColor);
  cursor: default;
}
.page-navbar ul li a:hover {color: var(--titleColor);}
.heading-underline {
  font-size: 1.25rem;
  padding-bottom: 12px;
  margin-bottom: 60px;
  border-bottom: 1px solid #000;
}
.page-link {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
}
.disabled .page-link {opacity: .3;}
.page-title.blog-banner {
  position: relative;
  padding: 120px 0;
  z-index: 0;
  background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
}
.page-title.blog-banner:before {
      background: rgba(0, 0, 0, 0.3);
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 0;
}
.page-title.blog-banner .container {position: relative;}
.page-title-name {
      width: 80%;
      margin: 0 auto;
}
.page-title-name h1, .page-title-name h2, .page-title-name-tile {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.blog-banner .breadcrumb {
  justify-content: center;
  font-size: .875rem;
  margin-bottom: 0;
}
.blog-banner .breadcrumb a, 
.blog-banner .breadcrumb-item+.breadcrumb-item::before,
.blog-banner .breadcrumb-item.active {color: rgba(255,255,255,.7);}
.blog-banner .breadcrumb a:hover {color: #fff;}
.edit-area .row img, .edit-area p, .edit-area h1, .edit-area h2,
.edit-area h3, .edit-area h4, .edit-area h5, .edit-area h6 {margin-bottom: var(--marginBottom);}
.edit-area h1, .edit-area h2,
.edit-area h3, .edit-area h4, .edit-area h5, .edit-area h6 {
  margin-top: 2rem;
  font-weight: bolder;
}
.edit-area img {
  max-width: 100% !important;
  height: auto !important;
}
.edit-area h1, .edit-area h1 strong {font-size: 1.25rem;}
.edit-area h2, .edit-area h2 strong {font-size: 1.125rem;}
.edit-area h3, .edit-area h3 strong {font-size: 1rem;}
.edit-area h4, .edit-area h4 strong {font-size: .875rem;}
.edit-area h5, .edit-area h5 strong {font-size: .75rem;}
.edit-area h6, .edit-area h6 strong {font-size: .625rem;}
.edit-area p {line-height: 1.8;color: #333;}
.edit-area p u, .edit-area p a {
  font-size: .875rem;
  letter-spacing: .8px;
}
/*.edit-area p > img {
  display: block;
  margin: 0 auto;
}*/
.design-concept .edit-area [class*='col-']:has(img){text-align:center;}
.slick-prev:before, .slick-next:before {opacity: 1;}
@media screen and (max-width: 991px) {
  .page-navbar ul li {padding: 0 45px;}
  .page-title {padding: 60px 0;}
}
@media screen and (max-width: 767px) {
  .page-title h2, .page-title h1 {font-size: 1.875rem;}
  .page-title .subtitle {font-size: 1rem;margin-top: 1rem;}
  .page-navbar ul li {padding: 0 36px;}
  .page-navbar {margin: 40px 0;}
  /* .breadcrumb {display: none;} */
  .heading-underline {
    font-size: 1.25rem;
    margin-bottom: var(--marginBottom);
  }
}
@media screen and (max-width: 590px) {
  .page-navbar ul {
    justify-content: flex-start;
  }
}

/******************************
			menu
******************************/
header .navbar {
  background-color: #fff;
      padding-top: 1rem;
    padding-bottom: 1rem;
}
header .navbar.fixed-top {
  
}
.menu {
  position: relative;
  height: 46px;
  width: 46px;
}
.menu.open {
  position: absolute;
  left: 0px;
  top: 0px;
}
.menu.open .menu-txt {opacity: 0;}
.menu-link {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1002;
}
.menu-icon {
  position: absolute;
  width: 20px;
  height: 14px;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 1px;
}
.menu-circle {
  border: 2px solid #000;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  transform: scale(1);
  z-index: 1000;
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
@keyframes burgerRotate{
  0%{transform: rotate(0deg);}
  100%{transform: rotate(360deg);}
}
.menu:hover .menu-circle {border-color: #B8B8B8;}
.menu:hover .menu-icon {animation: burgerRotate .8s ease;}
.menu.open > .menu-circle {
  width: 100%;
  height: 100%;
  border: none;
  background-color: #303030;
}
.menu-overlay {
  color: #333;
  height: 100%;
  width: 70%;
  position: absolute;
  transition: opacity 0.2s ease-in-out;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
}
.menu-overlay.open {
  opacity: 1;
  visibility: visible;
}
.menu-line {
  background-color: #000;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  position: absolute;
  left: 0;
  transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.menu-line-1 {
  top: 0;
}
.menu-line-2 {
  top: 0;
  bottom: 0;
  margin: auto;
}
.menu-line-3 {
  bottom: 0;
}
.menu-txt {
  position: absolute;
    left: 55px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
}
.menu.open .menu-circle {
  transform: scale(50);
}
.menu.open .menu-line-2 {
  opacity: 0;
}
.menu.open .menu-line-1 {
  transform: translateY(7px) translateY(-50%) rotate(-135deg);
}
.menu.open .menu-line-3 {
  transform: translateY(-7px) translateY(50%) rotate(135deg);
}
.menu.open .menu-line {background-color: #fff;}
.menu.open .menu-icon {margin: 20px;}
.menu.open:hover .menu-line {background-color: #B8B8B8;}
.menu.open:hover .menu-icon {animation: burgerRotate .8s ease;}
.nav-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.nav-social ul a {
	padding: 10px;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    text-decoration: none;
    background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.nav-social ul li:first-child a {margin-left: 0;}
.nav-social .fb a {background-image: url('../images/header/facebook-b.svg');}
.nav-social .ig a {background-image: url('../images/header/instagram-b.svg');}
.nav-social .line a {background-image: url('../images/header/line-b.svg');}
.nav-social .yt a {background-image: url('../images/header/youtube-b.svg');}
.nav-content .accordion-header span, .nav-content .accordion-body ul li a span {
    position: absolute;
    left: 0px;
    top: 0;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-style: normal;
    text-transform: none;
    white-space: nowrap;
    font-size: 1.125rem;
}
.nav-content .accordion-body ul li a span i {
  font-style: normal;
  font-size: 1.125rem;
}
.nav-content .accordion-header span {
	font-size: 1.25rem;
	font-weight: 500;
}
.nav-content .accordion-header:hover span {
    top: 0px;
    left: 0px;
    opacity: 1;
}
.nav-content .accordion-body ul li:hover a span {
    top: 0px;
    left: 0px;
    opacity: 1;
}
.nav-content .accordion-header, .nav-content .accordion-body ul li {position: relative;}
.nav-content .accordion-header em, .nav-content .accordion-body em {
	font-style: normal;
	font-size: 1.125rem;
  text-transform: capitalize;
}
.nav-content .accordion-header em {
	font-size: 1.25rem;
	font-weight: 500;
}
.nav-content .accordion-header:hover em, .nav-content .accordion-body ul li:hover a em {
    opacity: 0;
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}
.nav-content .accordion-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-content .accordion-body ul li:nth-child(n+2) {
  margin-top: 15px;
}
.nav-content .accordion-item, .nav-content .accordion-button {
	background-color: transparent;
	color: #fff;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  box-shadow: none;
  border-color: transparent;
}
.nav-content .accordion-button:not(.collapsed) {
  box-shadow: inset 0 -1px 0 #C0C0C0;
  padding-bottom: 10px;
}
.nav-content .accordion-header i {
    margin-left: auto;
    font-size: .75rem;
    transform: scale(0.6);
    opacity: 0;
}
.nav-content .accordion-header .accordion-button:not(.collapsed) i {opacity: 1;}
.nav-content .accordion-button::after {display: none;}
.nav-content .accordion-button a {color: #fff;}
.nav-content .accordion-body ul li a {color: #fff;}
.overlay-wrap {
  display: flex;
  flex-wrap: wrap;
}
.menu-nav {
  flex: 0 0 45%;
  margin-right: 5%;
}
.menu-info {flex: 0 0 50%;}
.menu-logo {
  flex: 0 0 100%;
  margin: 20px 0 60px;
}
.menu-logo img {width: 80px;}
.navbar-logo img {height: 84px;}
.menu-info .menu-info-title {
  color: #C0C0C0;
  font-size: 1rem;
  padding-bottom: 8px;
  margin-bottom: var(--marginBottom);
  border-bottom: 1px solid #C0C0C0;
}
.menu-info p {
  font-size: 1rem;
  color: #C0C0C0;
  margin-bottom: 8px;
  line-height: normal;
}
.menu-info-content, .menu-info-footer {
  list-style: none;
  padding: 0;
  margin: 15px 0 0;
}
.menu-info-footer {
  display: flex;
}
.menu-info-content i {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #C0C0C0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  color: var(--titleColor);
  flex: 0 0 26px;
}
.menu-info-content li {margin-bottom: 8px;}
.menu-info-content li a, .menu-info-footer li a {
  font-size: .875rem;
  color: #C0C0C0;
}
.menu-info-footer li:not(:last-child)::after {
  content: "|";
  padding: 0 20px;
  color: #C0C0C0;
}
.menu-info-content li a {
  display: flex;
  align-items: center;
}
.navbar-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.menu-overlay.open .overlay-wrap {
      position: fixed;
    left: 85px;
    width: 45%;
}
.navbar {
  width: 100%;
  box-shadow: 0 1px 4px rgb(146 161 176 / 15%);
  z-index: 999;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}

.navbar .menu-items {
  display: flex;
}

.navbar .nav-container li {
  list-style: none;
}

.navbar .nav-container img {height: 60px}
.navbar .navbar-brand img {height: 50px}
.navbar-btn:focus {
    box-shadow: none;
}
.navbar-btn i {font-size: 1.5rem;}
.nav-container {
  display: block;
  position: relative;
}

.nav-container .checkbox {
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.nav-container .hamburger-lines {
  display: block;
  height: 20px;
  width: 32px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav-container .hamburger-lines .line {
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 10px;
  background: #0e2431;
}

.nav-container .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

.nav-container .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}

.nav-container .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}
.navbar .menu-items {
  padding-top: 120px;
  box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
  height: 100vh;
  width: 100%;
  transform: translate(-150%);
  display: flex;
  flex-direction: column;
  margin-left: -40px;
  padding-left: 50px;
  transition: transform 0.5s ease-in-out;
  text-align: center;
  background-color: white;
}

.navbar .menu-items li {
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
  font-weight: 500;
}


.nav-container input[type="checkbox"]:checked ~ .menu-items {
  transform: translateX(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
  transform: rotate(45deg);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
  transform: scaleY(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
  transform: rotate(-45deg);
}

.nav-container input[type="checkbox"]:checked ~ .logo, .nav-container input[type="checkbox"]:checked ~ .nav-social{
  display: none;
}
.nav-container input[type="checkbox"]:checked ~ .hamburger-lines {position: absolute;height: 24px;}
.nav-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.nav-social ul a {
    padding: 10px;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    margin-left: 0;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #000;
}
.nav-social ul a i {color: #fff;}
.nav-social ul li:not(.active) {display: none;}
.nav-social ul a:hover {background: #888;}
.navbar-header {
  display: flex;
    width: 100%;
    justify-content: space-between;
}

.modal-fullscreen-menu .close {
  color: white;
  padding: 15px;
  position: absolute;
      top: -50px;
    right: -50px;
  z-index: 1;
      background-color: transparent;
    outline: none;
    box-shadow: none;
    border: none;
}
.modal-content {width: auto;}
.modal-fullscreen-menu .modal-dialog {
  margin: 0 auto;
  width: 100%;
  max-width: 768px;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.modal-fullscreen-menu .modal-content {
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.modal-fullscreen-menu .list-group {
  text-align: center;
  margin: 0 auto;
}
.modal-fullscreen-menu .list-group a {
  transition: all 0.25s ease;
  background-color: transparent;
  color: white;
      margin: 5px 0;
}
.modal-fullscreen-menu .list-group a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  opacity: 0;
  transform: scale3d(0.7, 1, 1);
  transition: transform 0.4s, opacity 0.4s;
}
.modal-fullscreen-menu .list-group a:hover {
  color: black;
}
.modal-fullscreen-menu .list-group a:hover:before {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.modal-backdrop.show {opacity: .9;}
@media screen and (max-width: 1599px) {
  .menu-overlay.open .overlay-wrap {width: 55%;}
}
@media screen and (max-width: 1299px) {
  .menu-overlay.open .overlay-wrap {width: 70%;}
}
@media screen and (max-width: 1024px) {
  .menu-overlay.open .overlay-wrap {width: 80%;}
  .menu-info .menu-info-title span {
    display: block;
    margin-top: 2px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) and (max-height: 700px) {
  .menu-nav {
    max-height: 280px;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 1440px) {
  .menu-info-content li {margin-bottom: 12px;}
}
@media screen and (max-width: 1040px) {
  .menu.open .menu-circle {position: fixed;}
  .menu-logo {flex: 0 0 100%;}
  .menu-nav, .menu-info {flex: 0 0 47%;}
  .menu-nav {margin-right: 3%;}
  .overlay-wrap {justify-content: space-between;}
  .menu-logo {margin: 20px 0 40px;}
}
@media screen and (max-width: 767px) {
  header .navbar {padding: 15px 0px;}
  .navbar .nav-container img, .nav-container {height: 50px;}
  .menu.open {left: 3px;}
  .menu-logo {margin-bottom: 40px;}
  .menu-logo img {width: 50px;}
  .menu-logo, .menu-nav, .menu-info {flex: 0 0 100%;}
  .menu-nav {margin-right: 0;}
  .menu-info {margin-top: 30px;}
  .menu-info-footer {margin: 40px 0 60px;}
  .menu-info-content {margin-top: 25px;}
  .navbar-logo img {height: 45px;}
  .menu {
      height: 40px;
      width: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .menu-circle {
    border: 1px solid #000;
    width: 65%;
    height: 65%;
  }
  .menu-icon {
    width: 10px;
    height: 10px;
  }
  .menu-txt {
    left: 40px;
  }
  .menu.open .menu-icon {
    width: 20px;
    height: 14px;
  }
  .menu.open .menu-circle {transform: scale(60);}
  .menu-overlay.open .overlay-wrap {
    left: 0;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
  }
  .menu-overlay.open .overlay-wrap {
    width: 100%;
    padding: 0 30px 0 60px;
  }
  .accordion-flush .accordion-item:last-child .accordion-collapse {display: none;}
  .accordion-flush .accordion-item:last-child .accordion-button {box-shadow: none;}
  .accordion-flush .accordion-item:last-child .accordion-button i {display: none;}
  .nav-content .accordion-body ul li a span {
    position: relative;
    left: 5px;
    opacity: 1;
  }
  .nav-content .accordion-body ul li:hover a span {left: 5px;}
  .nav-content .accordion-body ul li:hover a em {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .nav-content .accordion-body ul li a span i {display: none;}
}

/******************************
      footer
******************************/
footer {
  padding: 30px 0;
  background-color: #fff;
  border-top: solid 1px #E5E5E5;
}
footer .d-flex {justify-content: center;}
.footer-info {text-align: center;}
.footer-logo img {margin-bottom: 15px;}
footer h6 {
  color: #fff;
  margin-bottom: 15px;
  position: relative;
}
footer h6 + ul {
  margin: 0;
  padding: 0;
}
footer h6 + ul li {list-style: none;}
.footer-social {margin-top: 30px;}
.footer-social li {
    background-color: rgba(255,255,255,.35);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}
.footer-social li:hover {background-color: #4286DE;}
.footer-social li a i {
  color: #333;
  font-size: 16px;
}
footer .award_logo{margin-top: 25px;}
footer .award_logo  ul,footer .award_logo  ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .award_logo  ul{
  display: flex;
  align-items: center;
}
footer .award_logo  ul li img{
  max-width: 150px;
}
footer .award_logo  ul li:nth-child(2) {margin-left: 10px;}
footer .award_logo  ul li:nth-child(2) img{
  max-width: 39px;
}
.copyright {
  color: #333;
  font-size: .875rem;
  text-align: center;
}
.copyright a {color: #333;font-size: .875rem;}
.copyright a.designer {
  opacity: .1;
  display: block;
  color: #333;
}
.footer-sitemap ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 180px;
}
.footer-sitemap ul li {
  margin-bottom: 12px;
  margin-right: 60px;
}
.footer-sitemap ul li a {
  color: #333;
  letter-spacing: 1px;
  font-size: 14px;
}
.footer-sitemap ul li a:hover {color: #888;}
.footer-contact li {
      margin: 0 15px 15px;
  color: #333;
}
.footer-contact li a {color: #333;font-size: .875rem;}
.footer-contact li a:hover, .footer-contact li a:hover i {color: #888;} 
.footer-contact li i {
  margin-right: 8px;
  color: #333;
}
.footer-contact ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      justify-content: center;
}
.footer-link.btn-diagonal{margin: 0;position: absolute;right: 0;top: -5px;padding: 0.4rem 0.5rem;}
.copyright span {color: #333;font-size: .875rem;}
@media screen and (max-width: 991px) {
  footer {padding: 50px 0 50px;}
  .footer-contact {
    flex: 0 0 100%;
  }
  .footer-sitemap {
    flex: 0 0 50%;
  }
  .footer-sitemap ul {
    flex-direction: row;
    height: auto;
  }
  .footer-sitemap ul li {
    margin-right: 0px;
    width: 33.333%;
  }
  .footer-info {
        flex: 0 0 100%;
  }
  .footer-link.btn-diagonal{right: 4rem;}
  .footer-contact ul {
      flex-direction: column;
      align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .footer {padding: 40px 0;}
  .footer-contact {
    margin-right: 0;
    flex: 0 0 100%;
    margin-bottom: 15px;
  }
  .footer-sitemap {
    flex: 0 0 100%;
    margin-bottom: 15px;
  }
  .footer-social {margin-top: 15px;}
  .copyright span {display: block;text-align: center;}
}

/******************************
      privacy-policy
******************************/
.privacy-policy-bridge {
  height: 480px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
}
.privacy-policy-page .page-title {
      display: flex;
    flex-direction: column;
}
.privacy-policy-bridge .banner-title {
      height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.privacy-policy-wrap ul {padding-left: 18px;}
.privacy-policy-wrap ul li {
  line-height: 1.8;
  margin-bottom: 8px;
  font-size: .875rem;
}
.privacy-policy-wrap h3 {
  margin: 40px 0 16px;
  font-size: 1.25rem;
  color: var(--titleColor);
}
.privacy-policy-wrap {margin-bottom: 140px;}
.banner-title h2, .banner-title h1 {color: #fff;z-index: 2;}
.banner-title p {text-transform: uppercase;z-index: 2;}
.banner-title::after {
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
    z-index: 1;
}
@media screen and (max-width: 767px) {
  .privacy-policy-wrap {margin: 40px 0 100px;}
  .privacy-policy-page .page-title {margin-top: 0;}
}

/******************************
      blog
******************************/
.sidebar-widget .aside-btn {
  margin-bottom: 20px;
  padding-bottom: 3px;
  border-bottom: 1px solid #333;
  display: inline-flex;
  color: var(--titleColor);
  font-size: 1rem;
  font-weight: 500;
}
.sidebar-widget .aside-btn:hover {text-decoration: none;}
.sidebar-widget .aside-btn i {margin-left: 6px;}
.sidebar-widget .side-menu li {
    border-bottom: none;
    border-spacing: 5px;
    padding-bottom: 8px;
    margin-bottom: 12px;
}
.sidebar-widget .side-menu li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: .875rem;
    color: var(--titleColor);
}
.ig-post {padding-top: 180px;padding-bottom: 80px;}
#ig_list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.ig_item {
  width: calc(100% / 5 - (24px));
  margin: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-items: center;
  position: relative;
}
.ig_item.carousel_album::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url('../images/index/ig_\ carousel.png') no-repeat;
  background-size: contain;
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 2;
}
.ig_item a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.ig_item a::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.ig_item .card-img-top {
  background-size: cover;
  background-position: center;
  position:  absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: white;
  text-align: center;
}
.ig_btn {
  display: flex;
  align-items: center;
}
a.btn.btn-ig-follow {
  border: 1px solid #b7b7b7;
  border-radius: 0;
  padding: 12px 40px;
  margin: 40px auto;
  position: relative;
  transition: 0.5s ease all;
  font-size: .875rem;
}
a.btn.btn-ig-follow:hover {
  border: 1px solid #b7b7b7;
  background-color: #b7b7b7;
  color: #fff;
}
a.btn.btn-ig-follow i {
  margin-right: 10px;
}
.ad-content {margin-top: 4rem;}
@media screen and (max-width: 991px) {
  .sidebar-widget .aside-btn {
    padding-left: 0;
    padding-right: 0;
  }
  .sidebar-widget .side-menu li {
    border-spacing: 5px;
    padding: 0 0 8px 0;
    margin-bottom: 12px;
  }
  .ig-post {padding-top: 100px;padding-bottom: 0px;}
  .ig_item {width: calc(100% / 2 - (24px));}
}

/******************************
      thanks
******************************/
.thanks-page header .navbar:not(.fixed-top) {
    background-color: transparent;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
.thanks-page header .navbar:not(.fixed-top) .menu-txt {color: #fff;}
.thanks-page header .navbar:not(.fixed-top) .menu-circle {border-color: #fff;}
.thanks-page header .navbar:not(.fixed-top) .menu:hover .menu-circle {border-color: #B8B8B8;}
.thanks-page header .navbar:not(.fixed-top) .menu-line {background-color: #fff;}
.thanks-page header .navbar:not(.fixed-top) .navbar-logo img {filter: invert(1);}
.thanks-page header .navbar:not(.fixed-top) .nav-social .fb a {background-image: url('../images/header/facebook-w.svg');}
.thanks-page header .navbar:not(.fixed-top) .nav-social .ig a {background-image: url('../images/header/instagram-w.svg');}
.thanks-page header .navbar:not(.fixed-top) .nav-social .line a {background-image: url('../images/header/line-w.svg');}
.thanks-bridge {
  height: 1080px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.thanks-content {
  min-width: 640px;
  min-height: 640px;
  max-width: 640px;
  max-height: 640px;
  border-radius: 50%;
  background-color: rgba(255,255,255,.4);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
}
.thanks-content h1 {
  font-size: 1.25rem;
  margin-bottom: 24px;
  color: var(--titleColor);
}
.thanks-content p {
  line-height: 2;
  font-size: .875rem;
  margin-bottom: 0;
  color: var(--titleColor);
}
.thanks-content p a {
  text-decoration: underline;
  color: var(--titleColor);
  font-size: .875rem;
  font-weight: 500;
}
.btn-submit {
  padding: 12px 80px;
  background-color: var(--titleColor);
  font-weight: 300;
  color: #fff;
  border-radius: 0;
  font-size: .875rem;
}
.btn-submit:hover {color: #fff;}
@media screen and (max-width: 767px) {
  .thanks-page .page-title {margin-top: 0;}
  .thanks-content h1 {
    margin-bottom: 16px;
  }
  .thanks-bridge {height: 812px;}
  .thanks-content {
    min-width: 480px;
    min-height: 480px;
    max-width: 480px;
    max-height: 480px;
    padding: 100px;
  }
}

/******************************
      final
******************************/
a:hover {color: #707070;}
@media screen and (max-width: 767px) {
  .about-page .page-navbar ul {
    justify-content: center;
    flex-wrap: wrap;
  }
  .about-page .page-navbar li {
    flex: 0 0 40%;
  }
  .about-page .page-navbar ul li:nth-child(odd) {
    border-left: 2px solid #B8B8B8;
    border-right: 2px solid #B8B8B8;
  }
  .about-page .page-navbar ul li:nth-child(even) {
    border-left: none;
    border-right: 2px solid #B8B8B8;
  }
  .about-page .page-navbar ul li:nth-child(n+3) {margin-top: 20px;}
}
