@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;600;700&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans TC", "Arial", sans-serif, "微軟正黑體";
  font-size: 17px;
  color: #5A5A5A;
  overflow-x: hidden;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1360px;
  }
}

.w-1920 {
  max-width: 1920px;
  margin: auto;
  width: 100%;
}

.w-800 {
  max-width: 800px;
  margin: auto;
  width: 100%;
  overflow: hidden;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a,
a:hover {
  text-decoration: none;
}

.page ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 15px;
}
.page a {
  color: #686868;
  padding: 3px;
  margin: 3px;
}

.mainBtn {
  border-radius: 2rem;
  color: #18388F;
  border: 1px solid #18388F;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  width: 140px;
  display: block;
  background-color: transparent;
  transition: all ease 0.3s;
}
.mainBtn:hover {
  background-color: #18388F;
  color: var(--white);
}

.subtitle {
  color: #2a2a2a;
  font-size: 1.4rem;
  font-weight: 800;
}

.title {
  color: #2a2a2a;
  font-weight: 800;
  font-size: 2rem;
  font-family: "Noto Serif TC", serif;
  letter-spacing: 2px;
}
.title:first-letter {
  color: #DCAC20;
  font-size: 2.4rem;
}

.title_en {
  color: #cccccc;
  font-size: 2.8rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .subtitle {
    font-size: 1.6rem;
  }
  .title {
    font-size: 38px;
  }
  .title:first-letter {
    font-size: 41px;
  }
  .title_en {
    letter-spacing: 5px;
    font-size: 68px;
  }
}
.moreBtn {
  background-color: #18388F;
  color: var(--white);
  padding: 0.5rem 1rem;
  min-width: 120px;
  display: inline-block;
  text-align: center;
}

.moreBtn:hover {
  background-color: #DCAC20;
  color: var(--white);
}

.searchBtn {
  background-color: #18388F;
  color: #DCAC20;
  font-size: 14px;
}

.bread_crumbs {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.bread_crumbs li {
  font-size: 14px;
  padding-left: 5px;
}
.bread_crumbs li::after {
  content: "/";
  margin-left: 5px;
}
.bread_crumbs li:last-child {
  color: #DCAC20;
}
.bread_crumbs li:last-child::after {
  content: "";
}
.bread_crumbs li a {
  color: #5A5A5A;
}

.text-mark {
  color: #D0AA5F;
  font-size: 85%;
  margin-left: 5px;
}

.submitBtn {
  background: #18388F;
  color: var(--white);
  padding: 0.6rem 1.5rem;
}

.submitBtn:hover {
  color: var(--white);
}

@media (min-width: 1200px) {
  .border-lg-right {
    border-right: 1px solid #eaeaea;
  }
  .border-lg-left {
    border-left: 1px solid #eaeaea;
  }
}
.page_head {
  margin-top: 56px;
}
@media (min-width: 1200px) {
  .page_head {
    margin-top: 66px;
  }
}

.page_banner {
  padding-bottom: 65%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.page_banner .text {
  position: absolute;
  z-index: 1;
  top: 42%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;
}
@media (min-width: 1200px) {
  .page_banner .text {
    top: 50%;
    width: auto;
  }
  .page_banner .text .m-classLink {
    width: auto;
  }
}
.page_banner .page_title {
  text-align: center;
  color: var(--white);
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  margin-bottom: 15px;
}
.page_banner .breads {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.page_banner .breads::after {
  content: "";
  background-color: var(--white);
  width: 80%;
  position: absolute;
  height: 40px;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 0 10px 0 0;
}
@media (min-width: 1200px) {
  .page_banner .breads::after {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .page_banner {
    padding-bottom: 380px;
    margin-top: 68px;
  }
}

.goback ul {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.goback li.active a {
  color: var(--white);
  background-color: #DCAC20;
}
.goback a {
  color: #5A5A5A;
  padding: 5px;
  margin: 5px;
  font-size: 16px;
}

.search-wrapper {
  border: 1px solid #eaeaea;
  margin-bottom: 1rem;
}
.search-wrapper input {
  border: none;
  padding: 0.5rem;
}
.search-wrapper input:focus {
  outline: none;
}
.search-wrapper .searchBtn {
  border-radius: 0;
  color: #5A5A5A;
  background-color: transparent;
}

.bg-main {
  background-color: #18388F;
}

.text-sub {
  color: #DCAC20;
}

.text-main {
  color: #18388F;
}

.text-lightBlack {
  color: #5A5A5A;
}

.text-darkBlack {
  color: #2a2a2a;
}

.text-white {
  color: #ffffff;
}

.text-nav {
  color: #989898;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-24 {
  font-size: 24px;
}

.fs-32 {
  font-size: 32px;
}

.fs-48 {
  font-size: 48px;
}

.w-1920 {
  max-width: 1920px;
  margin: 0 auto;
}

.mb-1rem {
  margin-bottom: 1rem;
}

.mb-2rem {
  margin-bottom: 2rem;
}

.mb-3rem {
  margin-bottom: 3rem;
}

.mb-4rem {
  margin-bottom: 4rem;
}

.mainbg {
  background-color: #EAEFF3;
}
@media (min-width: 992px) {
  .mainbg {
    background-color: transparent;
  }
}

.subbg {
  background-color: #D7E2EA;
}

.margin-r-s {
  margin-right: 0;
}
@media (min-width: 992px) {
  .margin-r-s {
    margin-right: -1.5rem;
  }
}

.margin-l-s {
  margin-left: 0;
}
@media (min-width: 992px) {
  .margin-l-s {
    margin-left: -1.5rem;
  }
}

.goTop {
  position: fixed;
  right: 5px;
  bottom: 40px;
  text-align: center;
  display: block;
  cursor: pointer;
  z-index: 10;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  border: 1px solid #ccc;
  color: #cccccc;
  background-color: var(--white);
  transition: all 0.5s;
  animation: 3s arrowTop ease-out infinite;
}

.goTop:hover {
  background-color: #ccc;
  color: var(--white);
}

@keyframes arrowTop {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20%);
  }
  60% {
    transform: translateY(-10%);
  }
}
/* 手機漢堡選單 */
.menu-icon__cheeckbox {
  display: none;
}

.menu-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 61px;
  height: 61px;
  cursor: pointer;
  display: block;
  background-color: #18388F;
  margin-bottom: 0;
  z-index: 1001;
}
@media (min-width: 992px) {
  .menu-icon {
    display: none;
  }
}
.menu-icon div {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 12px;
}

.menu-icon span {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 1px;
  background-color: var(--white);
  transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
}
.menu-icon span:first-of-type {
  top: 0;
}
.menu-icon span:last-of-type {
  bottom: 0;
}

.menu-icon__cheeckbox:checked ~ .menu-icon div span:first-of-type {
  transform: rotate(45deg);
  top: 4px;
}

.menu-icon__cheeckbox:checked ~ .menu-icon div span:last-of-type {
  transform: rotate(-45deg);
  bottom: 5px;
}

/* 手機漢堡選單end */
/* 主選單開始 */
.navbar {
  width: 100%;
  position: absolute;
  background-color: var(--white);
  z-index: 100;
  border-bottom: 1px solid #eaeaea;
  top: 0;
  left: 0;
  padding: 0;
  min-height: 60px;
  transition: all 0.3s ease-in;
}

.navbar.fixed {
  position: fixed;
  background-color: var(--white);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.navbar-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.navbar-header .navbar-collapse {
  display: flex;
  height: 100vh;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  position: absolute;
  top: -100%;
  left: 0;
  background-color: #eaeaea;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .navbar-header .navbar-collapse {
    flex-direction: row;
    justify-content: space-between;
    flex: 0 0 calc(100% - 320px);
    width: calc(100% - 320px);
    background-color: transparent;
    height: auto;
    top: 0;
    opacity: 1;
    visibility: visible;
    position: relative;
  }
}
.navbar-header .navbar-collapse .head-cont {
  text-align: center;
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .navbar-header .navbar-collapse .head-cont {
    text-align: left;
    margin-top: 0;
    width: 400px;
    display: flex;
    flex-wrap: wrap;
  }
}
.navbar-header .navbar-collapse .head-cont h3 {
  width: 100%;
  font-size: 1.4rem;
  color: #5A5A5A;
}
.navbar-header .navbar-collapse .head-cont .item a {
  color: #989898;
  font-size: 14px;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .navbar-header .navbar-collapse .head-cont .item a {
    margin-right: 10px;
    margin-bottom: 0;
  }
}

#menu-link:checked ~ .navbar-collapse {
  opacity: 1;
  top: 60px;
  visibility: visible;
}

.nav li {
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .nav li {
    flex: 0 0 auto;
  }
}
.nav li a {
  color: #18388F;
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  position: relative;
  font-weight: 400;
  display: block;
  text-align: center;
  transition: all 0.3s ease-in;
}
@media (min-width: 992px) {
  .nav li a {
    padding: 1.3rem 1rem;
    color: #2a2a2a;
  }
}
.nav li a:hover {
  color: #DCAC20;
  transition: all 0.3s ease-in;
}
.nav li a:hover::after {
  content: "";
  height: 20px;
  background-color: #DCAC20;
  width: 1px;
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
}
.nav li.active a {
  color: #DCAC20;
}
@media (min-width: 1200px) {
  .nav li.active a::after {
    content: "";
    height: 20px;
    background-color: #DCAC20;
    width: 1px;
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.logo {
  width: 240px;
  padding: 5px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .logo {
    width: 280px;
  }
}
.logo a {
  width: 100%;
  display: block;
  padding-bottom: 22%;
  background-repeat: no-repeat;
  background-size: contain;
}

.other-nav a {
  padding: 0.6rem 1rem;
  background-color: var(--white);
  color: #2a2a2a;
  border-radius: 2rem;
  border: 1px solid #eaeaea;
}
.other-nav a i {
  text-align: center;
  margin-right: 5px;
  color: #2a2a2a;
}

.other-nav.active a {
  color: var(--white);
  background-color: #DCAC20;
  border: none;
}
.other-nav.active a i {
  color: var(--white);
}

footer {
  padding: 3rem 0;
  background-color: #2a2a2a;
}
footer .Qrcode {
  margin-bottom: 1rem;
}
footer .Qrcode img {
  margin-right: 12px;
}
footer .copy {
  margin-bottom: 1rem;
}
footer .copy .subtitle {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
}
footer .copy a, footer .copy p {
  color: var(--white);
  margin-bottom: 5px;
  font-size: 15px;
  display: block;
}
footer .copy a:hover {
  text-decoration: underline;
  color: #DCAC20;
}
footer .footer_item {
  display: flex;
  flex-wrap: wrap;
}
footer .footer_item .item {
  flex: 1 0 33.33%;
}
footer .footer_item a {
  color: var(--white);
  padding: 5px;
  margin-bottom: 5px;
  display: block;
  font-size: 15px;
}
footer .footer_item a:hover {
  text-decoration: underline;
  color: #DCAC20;
}
footer .photonic {
  color: var(--white);
  font-size: 0.8rem;
  align-items: center;
  font-weight: 300;
  opacity: 0.3;
}
footer .photonic a {
  margin-bottom: 0;
  color: var(--white);
}
footer .photonic .item:not(:first-child)::before {
  content: "/";
  padding: 5px;
}
@media (min-width: 1200px) {
  footer .Qrcode, footer .copy {
    border-right: 1px solid #666666;
  }
}

.home-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.home-slider {
  position: relative;
  z-index: 1;
  margin-top: 61px;
}
@media (min-width: 1200px) {
  .home-slider {
    margin-top: 70px;
  }
}
.home-slider .slick-dots {
  bottom: 15px;
}
.home-slider .slick-dots li button::before {
  content: "";
  border-radius: 1.5rem;
  color: transparent;
  width: 14px;
  height: 14px;
  background-color: var(--white);
  opacity: 1;
  transition: all ease-in 0.3s;
}
.home-slider .slick-dots li.slick-active button::before {
  background-color: #18388F;
}
.home-slider .item img {
  width: 100%;
  display: inline;
}

.home_wealth {
  padding: 2rem 0 0;
  position: relative;
  background: url(/frontEndPackage/images/bg.png);
}
.home_wealth .pic {
  width: 100%;
  display: flex;
  justify-content: center;
}
.home_wealth .cont {
  width: 100%;
}
.home_wealth .cont .title_en {
  text-align: center;
  margin-top: 1rem;
  color: var(--white);
}
.home_wealth .cont .text {
  position: relative;
  z-index: 1;
}
.home_wealth .cont .img {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  .home_wealth {
    padding: 4rem 0;
  }
  .home_wealth .pic {
    width: 30%;
  }
  .home_wealth .cont {
    width: 70%;
    padding: 0 3rem;
  }
  .home_wealth .cont .title_en {
    text-align: left;
  }
  .home_wealth .cont .text {
    width: 56%;
    font-size: 1.125rem;
  }
  .home_wealth .cont .img {
    position: absolute;
    bottom: -4rem;
    right: 0;
  }
}

.home_insurance {
  padding: 3rem 0 0;
}
@media (min-width: 1200px) {
  .home_insurance {
    padding: 4rem 0 0;
  }
}
.home_insurance .img-box {
  position: relative;
}
.home_insurance .img-box::after {
  content: "";
  width: 100%;
  height: 80%;
  background-color: #2a2a2a;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  z-index: -1;
}
.home_insurance .img-box::before {
  content: "";
  width: 100%;
  height: 20%;
  background-color: #f6f6f6;
  bottom: 0;
  left: 0;
  display: block;
  position: absolute;
  z-index: -1;
}
.home_insurance .img-box img {
  width: 100%;
}
.home_insurance .cont {
  background-color: #f6f6f6;
}

.home_estate {
  background: url(/frontEndPackage/images/bg2.png) repeat;
  padding: 2rem 0 3rem;
}
.home_estate .img img {
  width: 100%;
}
.home_estate .cont {
  padding: 2rem 1rem;
  position: relative;
}
.home_estate .cont .text {
  position: relative;
  z-index: 1;
}
.home_estate .cont ul li {
  padding: 1rem;
  text-align: center;
}
.home_estate .cont ul img {
  display: block;
  margin-bottom: 5px;
}
.home_estate .cont::after {
  content: "";
  width: 100%;
  height: 80%;
  background-color: var(--white);
  top: 10%;
  left: 0;
  display: block;
  position: absolute;
}
@media (min-width: 1200px) {
  .home_estate {
    padding: 4rem 0;
  }
  .home_estate .cont, .home_estate .img {
    flex: 0 0 50%;
    width: 50%;
  }
  .home_estate .cont {
    padding: 3.5rem 5rem;
  }
}

.home_mov {
  width: 100%;
  padding-bottom: 48%;
  height: 0;
  position: relative;
}
.home_mov iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home_blog {
  background: url(/frontEndPackage/images/bg4.png) no-repeat top center/cover;
  padding: 3rem 30px;
}
.home_blog .text .control .arrowBox {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.home_blog .text .control .arrowBox a {
  font-size: 1.5rem;
  color: #5A5A5A;
  padding: 5px 1rem;
}
.home_blog .text .control .prevArrow {
  position: relative;
}
.home_blog .text .control .prevArrow:after {
  content: "|";
  position: absolute;
  right: -2px;
}
.home_blog .blog-items {
  width: 100%;
  flex: 0 100%;
}
.home_blog .blog-items .item .img {
  margin-bottom: 1rem;
}
.home_blog .blog-items .item .date {
  position: relative;
  text-align: right;
  color: #5A5A5A;
  margin-bottom: 1rem;
}
.home_blog .blog-items .item .date::before {
  content: "";
  width: 70%;
  height: 1px;
  background-color: #5A5A5A;
  position: absolute;
  left: 0;
  top: 50%;
}
.home_blog .blog-items .item p {
  color: #5A5A5A;
}
@media (min-width: 768px) {
  .home_blog .blog-items .item {
    padding: 0 15px 1rem;
  }
}
@media (min-width: 1200px) {
  .home_blog {
    padding: 6rem 4% 4rem;
  }
  .home_blog .text {
    flex: 0 0 20%;
    width: 20%;
  }
  .home_blog .blog-items {
    flex: 0 80%;
    width: 80%;
  }
}

.about-head {
  background-color: #f6f6f6;
  margin-top: 60px;
  padding: 1rem 0;
}
@media (min-width: 1200px) {
  .about-head {
    margin-top: 70px;
  }
}

.page-content {
  padding: 2rem 0;
}
@media (min-width: 1200px) {
  .page-content {
    padding: 3rem 6%;
  }
}
.page-content .contact .cerify-code-panel {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.page-content .contact .verify-code {
  width: calc(50% - 15px) !important;
  margin-right: 15px;
  margin-top: 5px;
  order: 1;
}
.page-content .contact .varify-input-code {
  height: auto;
}
.page-content .contact .verify-input-area {
  width: 86% !important;
  margin-top: 5px;
}
@media (min-width: 992px) {
  .page-content .contact .verify-code-area {
    width: 50% !important;
  }
}

.service-page {
  display: flex;
  flex-wrap: wrap;
}
.service-page .cont {
  flex: 0 0 100%;
  margin-top: 1rem;
}
.service-page .cont .title {
  font-size: 1.4rem;
  font-family: "noto sans tc", "Arial";
  font-weight: 600;
}
.service-page .cont .title:first-letter {
  font-size: 1.4rem;
}
.service-page .cont .text {
  min-height: 400px;
}
@media (min-width: 1200px) {
  .service-page .cont {
    flex: 0 0 calc(100% - 280px);
    padding: 0 30px;
  }
  .service-page .cont .title {
    font-size: 1.8rem;
  }
  .service-page .cont .title:first-letter {
    font-size: 1.8rem;
  }
}

.cate_title {
  font-size: 18px;
  background-color: #18388F;
  color: var(--white);
  padding: 0.7rem;
  border-radius: 5px 5px 0 0;
  margin-bottom: 0;
}

.all-btn {
  display: flex;
  justify-content: space-between;
  background-color: #18388F;
  color: var(--white);
  border-radius: 5px;
  padding: 10px;
  font-size: 15px;
  transition: all ease 0.3s;
}
.all-btn:hover {
  color: var(--white);
}

.all-btn.active i {
  transform: rotate(90deg);
}

.m-classLink {
  flex: 0 0 96%;
  margin: 0 2%;
}

.slideLink {
  display: none;
  position: relative;
}
.slideLink li {
  margin-right: 5px;
}
.slideLink .item {
  width: 100%;
}
.slideLink .item a {
  color: #2a2a2a;
}
.slideLink .item.active a {
  background-color: #eaeaea;
}
.slideLink a {
  background-color: var(--white);
  color: #DCAC20;
  padding: 0.5rem 1.125rem;
  display: block;
  transition: all ease 0.3s;
  font-size: 15px;
}
.slideLink a:hover {
  background: #eaeaea;
  color: #DCAC20;
}
.slideLink a.active {
  color: var(--white);
  background: #DCAC20;
}

@media (min-width: 1200px) {
  .all-btn {
    display: none;
  }
  .m-classLink {
    flex: 0 0 280px;
    width: 280px;
    margin: 0;
  }
  .slideLink {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.wealth-head {
  margin-top: 60px;
}
@media (min-width: 1200px) {
  .wealth-head {
    margin-top: 70px;
  }
}

.content {
  min-height: 50vh;
}
.content .title {
  font-size: 1.4rem;
  font-family: "Noto Sans TC", serif;
  font-weight: 600;
  margin-bottom: 1rem;
}
.content .title::first-letter {
  font-size: 1.4rem;
  color: #2a2a2a;
}
.content p {
  color: #5A5A5A;
}
.content .writer {
  color: #5A5A5A;
  padding-top: 0.5rem;
  border-top: 1px solid #eaeaea;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content .date {
  text-align: right;
  color: #2a2a2a;
  position: relative;
  margin-bottom: 1rem;
}
.content .date::after {
  content: "";
  width: calc(100% - 110px);
  height: 1px;
  background-color: #2a2a2a;
  position: absolute;
  left: 0;
  top: 50%;
}
.content .cont .item {
  margin-bottom: 2rem;
}
.content .cont .img {
  padding-bottom: 67%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 1rem;
}
.content .cont.product-cont .img {
  padding-bottom: 67%;
}
@media (min-width: 992px) {
  .content .cont.product-cont .img {
    padding-bottom: 22%;
  }
}

.contact-map {
  width: 100%;
  position: relative;
  padding-bottom: 450%;
}
.contact-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .contact-map {
    padding-bottom: 30%;
  }
}

.contact_cont .img {
  width: 100%;
}
.contact_cont .img img {
  width: 100%;
}
@media (min-width: 992px) {
  .contact_cont .img {
    width: 50%;
  }
  .contact_cont .img:after {
    content: "";
    width: 40%;
    position: absolute;
    left: 0;
    background: #eaeaea;
    height: 100%;
    z-index: -1;
  }
}
.contact_cont .text {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  padding: 1rem;
}
.contact_cont .text p {
  width: 100%;
}
.contact_cont .text a {
  color: #5A5A5A;
}
@media (min-width: 992px) {
  .contact_cont .text {
    width: 50%;
  }
  .contact_cont .text:after {
    content: "";
    width: 20%;
    position: absolute;
    right: 0;
    background: #eaeaea;
    height: 100%;
    z-index: -1;
    -webkit-clip-path: polygon(100% 0, 60% 100%, 100% 100%);
            clip-path: polygon(100% 0, 60% 100%, 100% 100%);
  }
}/*# sourceMappingURL=all.css.map */