@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Regular.eot");
  src: url("fonts/Lato-Regular.woff") format("woff"), url("fonts/Lato-Regular.otf") format("opentype"), url("fonts/Lato-Regular.svg#filename") format("svg");
}
@font-face {
  font-family: "Lato-Light";
  src: url("fonts/Lato-Light.eot");
  src: url("fonts/Lato-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Light.woff") format("woff"), url("fonts/Lato-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Bold";
  src: url("fonts/Lato-Bold.eot");
  src: url("fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Bold.woff") format("woff"), url("fonts/Lato-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Black";
  src: url("fonts/Lato-Black.eot");
  src: url("fonts/Lato-Black.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Black.woff") format("woff"), url("fonts/Lato-Black.ttf") format("truetype");
}
.main {
  position: relative;
}
@media (min-width: 992px) {
  .main.theme-light .aside {
    border-right: 1px solid #4c4948;
  }
  .main.theme-light .content {
    color: #4c4948;
  }
  .main.theme-light .content:before {
    background-color: #ffffff;
    opacity: 0.8;
  }
  .main.theme-light .content:after {
    display: none;
  }
  .main.theme-light .com-tab-horizontal .item > a:before {
    background-color: #4c4948;
  }
  .main.theme-light .com-tab-horizontal .tab-wrapper:before {
    background-color: #4c4948;
  }
  .main.theme-light .pagination-container .pagination {
    color: #4c4948;
  }
  .main.theme-light .pagination-container .pagination li.PagedList-skipToFirst.disabled > a:before {
    background-image: url("../img/icon/toFirst_grey.svg");
  }
  .main.theme-light .pagination-container .pagination li.PagedList-skipToLast.disabled > a:before {
    background-image: url("../img/icon/toLast_grey.svg");
  }
  .main.theme-light .pagination-container .pagination li.PagedList-skipToPrevious.disabled > a:before {
    background-image: url("../img/icon/toPrev_grey.svg");
  }
  .main.theme-light .pagination-container .pagination li.PagedList-skipToNext.disabled > a:before {
    background-image: url("../img/icon/toNext_grey.svg");
  }
}
.main .main-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main .main-bg:before {
  content: "";
  background-color: rgba(62, 62, 62, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
}
.main .aside {
  position: relative;
  width: 500px;
  border-right: 1px solid rgba(255, 255, 255, 0.8);
}
@media (min-width: 1650px) {
  .main .aside {
    width: 670px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .main .aside {
    width: 300px;
  }
}
@media (max-width: 991px) {
  .main .aside {
    display: none;
  }
}
.main .aside:before {
  content: "";
  background-color: rgba(62, 62, 62, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.main .aside:after {
  content: "";
  background-color: #ed6d01;
  border-radius: 50%;
  display: inline-block;
  width: 21px;
  height: 21px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  z-index: 1;
}
.main .aside .wrapper {
  position: relative;
  padding: 74px 44px;
}
.main .aside .contact-wrap {
  position: relative;
  padding: 0px 44px 60px 44px;
}
.main .aside .contact-wrap .title {
  font-size: 1.2em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.main .aside h1 {
  font-size: 3em;
  line-height: 120%;
  font-weight: 300;
  font-family: "Lato-Light", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  margin-bottom: 78px;
}
@media (min-width: 992px) {
  .main .aside h1 {
    letter-spacing: 3px;
    margin-top: -9px;
  }
}
@media (min-width: 1900px) {
  .main .aside h1 {
    margin-top: -13px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .main .aside h1 {
    font-size: 2.5em;
  }
}
.main .aside .navigation > ul > li {
  margin-bottom: 30px;
}
.main .aside .navigation > ul > li > span {
  display: flex;
  align-items: center;
}
.main .aside .navigation > ul > li > span > a {
  text-transform: uppercase;
}
.main .aside .navigation > ul > li.current > span > a {
  position: relative;
  font-weight: 700;
  font-family: "Lato-Bold", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
}
.main .aside .navigation > ul > li.current > span > a:before {
  content: "";
  background-color: #eb6e23;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -3px;
  left: 0;
}
@media (min-width: 1900px) {
  .main .aside .navigation > ul > li.current > span > a:before {
    bottom: -7px;
  }
}
.main .aside .navigation > ul > li.current > ul > li.active > span > a:before {
  content: "";
  background-color: #eb6e23;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -3px;
  left: 0;
}
@media (min-width: 1900px) {
  .main .aside .navigation > ul > li.current > ul > li.active > span > a:before {
    bottom: -7px;
  }
}
.main .aside .navigation > ul > li.current > ul > li.active > ul > li.active > a:before {
  content: "";
  background-color: #eb6e23;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -3px;
  left: 0;
}
@media (min-width: 1900px) {
  .main .aside .navigation > ul > li.current > ul > li.active > ul > li.active > a:before {
    bottom: -7px;
  }
}
.main .aside .navigation > ul > li.current.hv-sub .active a {
  position: relative;
}
.main .aside .navigation > ul > li.current.hv-sub .active .icon {
  background-image: url(../img/icon/arrow-right.svg);
  width: 8px;
  height: 17px;
  display: inline-block;
  margin-left: 25px;
}
.main .aside .navigation > ul > li.hv-sub > a {
  position: relative;
}
.main .aside .navigation > ul > li.hv-sub .icon {
  background-image: url(../img/icon/arrow-right.svg);
  width: 8px;
  height: 17px;
  display: inline-block;
  margin-left: 25px;
  cursor: pointer;
}
.main .aside .navigation > ul > li.hv-sub.active > span > .icon {
  transform: rotate(90deg);
  transform-origin: left;
}
.main .aside .navigation > ul > li a {
  font-size: 1.3em;
  display: inline-block;
}
@media (min-width: 992px) and (max-width: 1900px) {
  .main .aside .navigation > ul > li a {
    font-size: 1.1em;
  }
}
.main .aside .navigation > ul > li > ul {
  padding-left: 20px;
  margin-top: 20px;
}
.main .aside .navigation > ul > li > ul > li {
  margin-bottom: 10px;
}
@media (min-width: 1900px) {
  .main .aside .navigation > ul > li > ul > li {
    margin-bottom: 15px;
  }
}
.main .aside .navigation > ul > li > ul > li.hv-sub.active > span > .icon {
  transform: rotate(90deg);
  transform-origin: left;
}
.main .aside .navigation > ul > li > ul > li > ul {
  padding-left: 20px;
  margin-top: 10px;
}
@media (min-width: 1900px) {
  .main .aside .navigation > ul > li > ul > li > ul {
    margin-top: 20px;
  }
  .main .aside .navigation > ul > li > ul > li > ul > li {
    margin-bottom: 5px;
  }
}
.main .content {
  position: relative;
  width: calc(100% - 500px);
}
@media (min-width: 1650px) {
  .main .content {
    width: calc(100% - 670px);
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .main .content {
    width: calc(100% - 300px);
  }
}
@media (max-width: 991px) {
  .main .content {
    width: 100%;
  }
}
.main .content:before,
.main .content:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.main .content:before {
  background-color: rgba(62, 62, 62, 0.5);
}
.main .content:after {
  background-color: rgba(62, 62, 62, 0.3);
}
.main .content ul,
.main .content ol {
  padding-left: 16px;
}
@media (min-width: 1900px) {
  .main .content ul,
  .main .content ol {
    padding-left: 21px;
  }
}
.main .content ul {
  list-style-type: disc;
}
.main .content ol {
  list-style-type: decimal;
}
.main .content .wrapper {
  position: relative;
  padding: 74px 65px 200px 65px;
  z-index: 1;
  height: 100%;
}
@media (min-width: 992px) {
  .main .content .wrapper:after {
    content: "";
    background-color: #eb6e23;
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    bottom: 0;
    transform: translate(-50%, 50%);
  }
}
@media (max-width: 991px) {
  .main .content .wrapper {
    padding: 56px 18px 32px 18px;
  }
}
.main .content h2 {
  text-transform: uppercase;
  font-size: 2.5em;
  line-height: 120%;
  font-weight: 300;
  font-family: "Lato-Light", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .main .content .contact-wrap .title {
    font-size: 1.25em;
    line-height: 120%;
    margin-bottom: 30px;
  }
}
.com-link {
  color: #eb6e23;
}
.com-link:hover,
.com-link:focus {
  color: #eb6e23;
}
.max-bound {
  max-width: 804px;
}
@media (max-width: 991px) {
  .max-bound {
    max-width: none;
  }
}
.max-bound-narrow {
  max-width: 730px;
}
@media (max-width: 991px) {
  .max-bound-narrow {
    max-width: none;
  }
}
.com-text,
.com-logo-row {
  font-size: 1em;
  line-height: 163.6%;
}
@media (max-width: 991px) {
  .com-text,
  .com-logo-row {
    font-size: 1em;
    line-height: 153%;
  }
}
.com-text > *,
.com-logo-row > * {
  margin-bottom: 32px;
}
.com-logo-row {
  display: flex;
  align-items: center;
}
.com-logo-row img {
  margin-right: 30px;
}
.com-tab-horizontal {
  margin-top: 60px;
  margin-left: -65px;
  margin-right: -65px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 991px) {
  .com-tab-horizontal {
    display: none;
  }
}
@media (min-width: 992px) {
  .com-tab-horizontal.two-row:before,
  .com-tab-horizontal.two-row:after {
    z-index: 2;
    bottom: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) {
  .com-tab-horizontal.two-row:before {
    left: 0;
  }
}
@media (min-width: 992px) {
  .com-tab-horizontal.two-row:after {
    right: -10px;
  }
}
.com-tab-horizontal.two-row .swiper-wrapper {
  align-items: flex-end;
}
.com-tab-horizontal.two-row .item {
  height: auto;
  position: relative;
}
.com-tab-horizontal.two-row .item a {
  min-height: 161px;
}
.com-tab-horizontal.two-row .swiper-slide:nth-child(odd) .item a {
  margin-bottom: 100%;
}
.com-tab-horizontal.two-row .swiper-slide:nth-child(odd) .item a:before {
  bottom: 0;
}
.com-tab-horizontal.two-row .swiper-slide:nth-child(even) .item a {
  padding-top: 30px;
  padding-bottom: 0;
}
.com-tab-horizontal.two-row .swiper-slide:nth-child(even) .item a:before {
  bottom: auto;
  top: -45px;
}
.com-tab-horizontal.two-row .swiper-slide:not(:first-child) {
  margin-left: -70px;
}
.com-tab-horizontal.two-row .tab-wrapper:before {
  bottom: auto;
  top: calc(50% - 18px);
  transform: translateY(-50%);
}
.com-tab-horizontal:before,
.com-tab-horizontal:after {
  content: "";
  background-color: #eb6e23;
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
}
.com-tab-horizontal:before {
  left: 0;
  bottom: 0;
  transform: translate(-50%, 50%);
}
@media (min-width: 992px) {
  .com-tab-horizontal:before {
    width: 10px;
    border-radius: 0 10px 10px 0;
    left: 5px;
    bottom: 10px;
  }
}
.com-tab-horizontal:after {
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%);
}
@media (min-width: 992px) {
  .com-tab-horizontal:after {
    bottom: 10px;
  }
}
.com-tab-horizontal .tab-wrapper:before {
  content: "";
  background-color: #ffffff;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: -1;
}
.com-tab-horizontal .swiper-wrapper {
  align-self: stretch;
}
.com-tab-horizontal .swiper-slide {
  width: 180px;
  margin-bottom: 10px;
  height: auto;
}
.com-tab-horizontal .item {
  position: relative;
  height: 100%;
}
.com-tab-horizontal .item > a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 20px 30px 20px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .com-tab-horizontal .item > a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.com-tab-horizontal .item > a:before {
  content: "";
  background-color: #ffffff;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  border-radius: 50%;
  transform: translate(-50%, 50%);
  transition: all 0.3s ease-in-out;
}
.com-tab-horizontal .item.active > a:before {
  background-color: #eb6e23 !important;
}
.com-tab-horizontal .item.active .icon .icon-inactive {
  opacity: 0;
}
.com-tab-horizontal .item.active .icon .icon-active {
  opacity: 1;
}
.com-tab-horizontal .item.active .title {
  color: #eb6e23;
}
.com-tab-horizontal .item .icon {
  height: 63px;
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.com-tab-horizontal .item .icon .icon-active,
.com-tab-horizontal .item .icon .icon-inactive {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: opacity 0.3s ease-in-out;
}
.com-tab-horizontal .item .icon .icon-active {
  opacity: 0;
}
.com-tab-horizontal .item .icon .icon-inactive {
  opacity: 1;
}
.com-tab-horizontal .item .title {
  text-transform: uppercase;
  font-size: 1em;
  line-height: 120%;
  text-align: center;
  display: block;
  transition: all 0.3s ease-in-out;
}
.com-tab-vertical {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  margin-top: 0;
  transform: translateX(-50%);
  height: 100%;
}
.com-tab-vertical .tab-wrapper {
  height: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .com-tab-vertical {
    display: none;
  }
}
.com-tab-vertical .wrap {
  height: 100vh;
}
.com-tab-vertical .item {
  height: 140px;
  margin: 30px 0;
  position: relative;
}
.com-tab-vertical .item > a {
  display: flex;
  align-items: flex-end;
  position: relative;
  width: 100%;
  height: 100%;
}
.com-tab-vertical .item > a:before {
  content: "";
  background-color: #ffffff;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  border-radius: 50%;
  transform: translate(-50%, 50%);
  transition: all 0.3s ease-in-out;
}
.com-tab-vertical .item.active > a:before {
  background-color: #eb6e23 !important;
}
.com-tab-vertical .item.active .icon .icon-inactive {
  opacity: 0;
}
.com-tab-vertical .item.active .icon .icon-active {
  opacity: 1;
}
.com-tab-vertical .item.active .title {
  color: #eb6e23;
  font-size: 1.1em;
}
.com-tab-vertical .item .icon {
  height: 63px;
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.com-tab-vertical .item .icon .icon-active,
.com-tab-vertical .item .icon .icon-inactive {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: opacity 0.3s ease-in-out;
}
.com-tab-vertical .item .icon .icon-active {
  opacity: 0;
}
.com-tab-vertical .item .icon .icon-inactive {
  opacity: 1;
}
.com-tab-vertical .item .title {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Lato-Bold", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-size: 0.85em;
  line-height: 120%;
  text-align: center;
  display: block;
  transition: color 0.3s ease-in-out;
  margin-right: 30px;
  transform: rotate(-90deg) translateY(-65%) translateX(-26%);
}
.com-tab-details {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .com-tab-details {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .com-tab-details .item {
    margin-bottom: 68px;
  }
}
.com-tab-details .icon-wrap {
  margin-bottom: 30px;
}
.com-tab-details .icon-wrap .icon {
  height: 65px;
  width: 100%;
  margin-bottom: 20px;
}
.com-tab-details .icon-wrap .title {
  text-transform: uppercase;
  font-size: 1.25em;
  line-height: 120%;
  display: block;
  text-align: center;
}
@media (max-width: 991px) {
  .com-tab-details .icon-wrap .title {
    font-size: 1.06em;
  }
}
.com-group-board .block {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .com-group-board .block {
    margin-bottom: 65px;
  }
}
.com-group-board .block .group {
  margin-bottom: 20px;
}
.com-group-board .block .title {
  margin-bottom: 30px;
  font-weight: 700;
  font-family: "Lato-Bold", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  line-height: 120%;
  font-size: 1.1em;
}
@media (max-width: 991px) {
  .com-group-board .block .title {
    font-size: 1.25em;
    line-height: 120%;
  }
}
.com-group-board .block .name {
  color: #eb6e23;
  font-weight: 700;
  font-family: "Lato-Bold", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-size: 1em;
  line-height: 105%;
}
@media (max-width: 991px) {
  .com-group-board .block .name {
    font-size: 1.06em;
    line-height: 123.5%;
  }
}
.com-group-board .block .position {
  font-size: 0.9em;
  line-height: 120%;
}
@media (max-width: 991px) {
  .com-group-board .block .position {
    font-size: 0.9375em;
    line-height: 120%;
  }
}
.com-contact li {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.com-contact li .txt {
  width: calc(100% - 21px);
  padding-left: 8px;
  font-size: 1.1em;
  line-height: 163%;
}
@media (max-width: 991px) {
  .com-contact li .txt {
    font-size: 1.06em;
  }
}
.com-contact .icon {
  width: 21px;
  height: 21px;
}
.com-title-block {
  line-height: 152%;
}
.com-title-block > * {
  margin-bottom: 32px;
}
.com-title-block .title {
  color: #eb6e23;
  font-weight: 700;
  font-family: "Lato-Bold", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  line-height: 120%;
  font-size: 1.11em;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .com-title-block .title {
    font-size: 1.25em;
    line-height: 145.8%;
    font-weight: 400;
  }
}
.com-desc-block {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .com-desc-block {
    margin-bottom: 30px;
  }
}
.com-desc-block .title {
  font-weight: 700;
  font-family: "Lato-Bold", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  line-height: 118.1%;
  color: #eb6e23;
  margin-bottom: 2px;
}
@media (max-width: 991px) {
  .com-desc-block .title {
    line-height: 153%;
  }
}
.com-desc-block .desc {
  font-weight: 900;
  font-family: "Lato-Black", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
}
.com-desc-block p,
.com-desc-block .desc {
  line-height: 130%;
}
@media (max-width: 991px) {
  .com-desc-block p,
  .com-desc-block .desc {
    line-height: 153%;
  }
}
.com-list {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .com-list {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .com-list {
    line-height: 153%;
  }
}
.com-list .title {
  font-weight: 700;
  font-family: "Lato-Bold", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
}
.com-list ul,
.com-list ol {
  padding-left: 16px;
}
@media (min-width: 1900px) {
  .com-list ul,
  .com-list ol {
    padding-left: 21px;
  }
}
.com-list ul {
  list-style-type: disc;
}
.com-list ol {
  list-style-type: decimal;
}
.com-list ol ol {
  list-style-type: lower-alpha;
}
.search-container .search {
  border: 1px solid #707070;
}
@media (max-width: 991px) {
  .search-container .search {
    border-color: #ffffff;
  }
}
.search-container .form-group {
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.search-container button {
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.search-container input {
  background-color: transparent;
  border: none;
  padding: 12px;
  font-size: 1em;
  line-height: 120%;
  color: #4c4948;
  width: calc(100% - 22px);
}
.search-container input::-webkit-input-placeholder {
  color: #707070;
}
.search-container input:-ms-input-placeholder {
  color: #707070;
}
.search-container input::placeholder {
  color: #707070;
}
@media (max-width: 991px) {
  .search-container input {
    color: #ffffff;
  }
  .search-container input::-webkit-input-placeholder {
    color: #ffffff;
  }
  .search-container input:-ms-input-placeholder {
    color: #ffffff;
  }
  .search-container input::placeholder {
    color: #ffffff;
  }
}
.search-container .close-light {
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.search-container .magnifier {
  width: 22px;
  height: 22px;
}
@media (max-width: 991px) {
  .search-container .magnifier {
    background-image: url(../img/icon/search-light.svg);
  }
}
.filter-container {
  display: flex;
  margin-top: 56px;
}
.filter-container .filter {
  color: #ffffff;
}
.filter-container .filter select {
  color: #ffffff;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(../img/icon/arrow-dropdown.svg);
  background-size: 17px 8px;
  border: none;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-weight: 700;
  font-family: "Lato-Bold", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-size: 1.25em;
  line-height: 120%;
  padding: 10px 28px 10px 0;
}
.filter-container .filter select::-ms-expand {
  display: none;
}
.com-row .item {
  font-size: 0.85em;
  line-height: 141.1%;
  border-bottom: 1px solid #ffffff;
}
.com-row .item:hover .btn-more {
  color: #ed6d01;
}
.com-row .item:hover .btn-more:after {
  transform: translateX(8px);
}
.com-row .item > a {
  padding: 30px 0;
  display: block;
}
.com-row .item .title {
  color: #eb6e23;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Lato-Black", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
}
.com-row .item .btn-more {
  margin-top: 17px;
}
.com-item-col {
  width: 50%;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .com-item-col {
    width: 100%;
    padding-right: 0;
    margin-bottom: 34px;
  }
}
.com-item-col .heading {
  text-transform: uppercase;
  line-height: 141%;
  font-size: 1em;
  margin-bottom: 60px;
  font-weight: 700;
  font-family: "Lato-Bold", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
}
@media (max-width: 991px) {
  .com-item-col .heading {
    margin-bottom: 30px;
  }
}
.com-item-col .item {
  display: flex;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .com-item-col .item {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .com-item-col .item .thumbnail {
    width: 164px;
  }
}
@media (max-width: 991px) {
  .com-item-col .item .thumbnail {
    width: 156px;
  }
}
.com-item-col .item .thumbnail.style-landscape .pic,
.com-item-col .item .thumbnail.style-portrait .pic {
  position: relative;
  height: auto;
}
.com-item-col .item .thumbnail.style-landscape .pic:before,
.com-item-col .item .thumbnail.style-portrait .pic:before {
  content: "";
  display: block;
  padding-top: 131.09756098%;
}
@media (max-width: 991px) {
  .com-item-col .item .thumbnail.style-landscape .pic {
    position: relative;
    height: auto;
  }
  .com-item-col .item .thumbnail.style-landscape .pic:before {
    content: "";
    display: block;
    padding-top: 56.09756098%;
  }
}
.com-item-col .item .thumbnail .pic {
  background-repeat: no-repeat;
  display: block;
}
@media (min-width: 992px) {
  .com-item-col .item .thumbnail .pic {
    background-size: contain;
    background-position: center top;
  }
}
@media (max-width: 991px) {
  .com-item-col .item .thumbnail .pic {
    background-size: cover;
    background-position: center;
  }
}
.com-item-col .item .details-wrap {
  padding-left: 30px;
}
@media (min-width: 992px) {
  .com-item-col .item .details-wrap {
    width: calc(100% - 164px);
  }
}
@media (max-width: 991px) {
  .com-item-col .item .details-wrap {
    width: calc(100% - 156px);
  }
}
.com-item-col .item .details-wrap .details {
  font-size: 1.11em;
  line-height: 141%;
  color: #eb6e23;
}
@media (max-width: 991px) {
  .com-item-col .item .details-wrap .details {
    font-size: 1.06em;
  }
}
.com-item-col .item .details-wrap .details .title {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Lato-Bold", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
}
.com-item-col .item .details-wrap .icon-wrap {
  width: 27px;
  margin-bottom: 0;
  margin-top: 30px;
}
.com-item-col .item .details-wrap .adobe {
  width: 100%;
  height: 32px;
  margin-bottom: 0;
}
.grid-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.grid-container .grid {
  padding: 25px 57px;
  width: 100%;
  position: relative;
}
.grid-container .grid:not(:last-child) {
  border-bottom: 1px solid #4c4948;
}
@media (max-width: 991px) {
  .grid-container .grid:not(:last-child) {
    color: #4c4948;
  }
}
@media (min-width: 992px) {
  .grid-container .grid:not(:last-child):before {
    width: 10px;
    border-radius: 0 10px 10px 0;
    left: 5px;
  }
}
@media (min-width: 992px) {
  .grid-container .grid:last-child:after {
    display: none;
  }
}
@media (max-width: 991px) {
  .grid-container .grid:last-child:not(.grid-half):before,
  .grid-container .grid:last-child:not(.grid-half):after {
    display: none;
  }
}
@media (min-width: 992px) {
  .grid-container .grid:before,
  .grid-container .grid:after {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #eb6e23;
    border-radius: 50%;
    position: absolute;
  }
  .grid-container .grid:before {
    left: 0;
    bottom: 0;
    transform: translate(-50%, 50%);
  }
  .grid-container .grid:after {
    right: 0;
    bottom: 0;
    transform: translate(50%, 50%);
  }
}
@media (max-width: 991px) {
  .grid-container .grid {
    padding: 0;
  }
  .grid-container .grid:before,
  .grid-container .grid:after {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #eb6e23;
    border-radius: 50%;
    position: absolute;
  }
  .grid-container .grid:before {
    left: 0;
    bottom: 0;
    transform: translate(-50%, 50%);
  }
  .grid-container .grid:after {
    right: 0;
    bottom: 0;
    transform: translate(50%, 50%);
  }
}
.grid-container .grid .subheading {
  font-size: 1.11em;
  line-height: 120%;
  font-weight: 700;
  font-family: "Lato-Bold", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .grid-container .grid .subheading {
    font-size: 1.25em;
    line-height: 120%;
    margin-bottom: 30px;
  }
}
.grid-container .grid .subheading .highlight {
  color: #eb6e23;
}
.grid-container .grid .com-text {
  font-size: 1em;
  line-height: 180%;
}
@media (max-width: 991px) {
  .grid-container .grid .com-text {
    font-size: 1.06em;
    line-height: 153%;
  }
}
.grid-container .grid .com-text > * {
  margin-bottom: 25px;
}
.grid-container .grid .com-text > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .grid-container .overlay-wrap {
    position: relative;
    padding-top: 60px;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 40px;
  }
  .grid-container .overlay-wrap:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.grid-container .grid-row {
  display: flex;
  flex-wrap: wrap;
}
.grid-container .grid-row .grid-half {
  border-bottom: 1px solid #4c4948;
  width: 50%;
  padding-top: 74px;
  position: relative;
}
@media (min-width: 992px) {
  .grid-container .grid-row .grid-half:last-child:after {
    display: block !important;
  }
  .grid-container .grid-row .grid-half .wrap:before,
  .grid-container .grid-row .grid-half .wrap:after {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #eb6e23;
    border-radius: 50%;
    position: absolute;
  }
  .grid-container .grid-row .grid-half .wrap:before {
    left: 0;
    top: 0;
    transform: translate(-50%, -50%);
  }
  .grid-container .grid-row .grid-half .wrap:after {
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
  }
}
@media (max-width: 991px) {
  .grid-container .grid-row .grid-half {
    width: 100%;
    padding-top: 60px;
  }
  .grid-container .grid-row .grid-half:first-child {
    color: #ffffff;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 40px;
  }
  .grid-container .grid-row .grid-half:last-child {
    padding: 0;
  }
  .grid-container .grid-row .grid-half:before,
  .grid-container .grid-row .grid-half:after {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #eb6e23;
    border-radius: 50%;
    position: absolute;
  }
  .grid-container .grid-row .grid-half:before {
    left: 0;
    bottom: 0;
    transform: translate(-50%, 50%);
  }
  .grid-container .grid-row .grid-half:after {
    right: 0;
    bottom: 0;
    transform: translate(50%, 50%);
  }
}
@media (min-width: 992px) {
  .grid-container .grid-row .grid-half:nth-child(even) .wrap:after {
    display: none;
  }
}
@media (min-width: 992px) {
  .grid-container .grid-row .grid-half:nth-child(odd) {
    border-right: 1px solid #4c4948;
  }
}
@media (max-width: 991px) {
  .grid-container .btn-more {
    margin-top: 15px;
    line-height: 120%;
  }
}
.com-figure-x {
  display: flex;
  margin-bottom: 17px;
}
.com-figure-x .desc {
  width: 40%;
  font-weight: 900;
  font-family: "Lato-Black", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  line-height: 155%;
  color: #eb6e23;
  padding-right: 10px;
}
.com-figure-x .desc > span {
  display: block;
}
.com-figure-x .figure {
  width: 60%;
  font-weight: 300;
  font-family: "Lato-Light", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-size: 3em;
  line-height: 120%;
}
@media (max-width: 991px) {
  .com-figure-x .figure {
    font-size: 2.5em;
  }
}
.com-figure-y {
  text-align: right;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}
.com-figure-y .group > span {
  display: block;
}
.com-figure-y .title,
.com-figure-y .subtitle {
  font-size: 0.85em;
  line-height: 141%;
  color: #eb6e23;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .com-figure-y .title,
  .com-figure-y .subtitle {
    font-size: 0.81em;
    line-height: 138.4%;
  }
}
.com-figure-y .title {
  font-weight: 700;
  font-family: "Lato-Bold", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
}
.com-figure-y .subtitle {
  font-weight: 900;
  font-family: "Lato-Black", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
}
.com-figure-y .figure {
  font-weight: 300;
  font-family: "Lato-Light", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-size: 3em;
  line-height: 120%;
}
@media (max-width: 991px) {
  .com-figure-y .figure {
    font-size: 2.875em;
    margin: 5px 0;
  }
}
.com-figure-y .rate {
  line-height: 120%;
}
.com-figure-y .rate .icon {
  width: 15px;
  height: 10px;
  margin-right: 10px;
}
.com-figure-y .com-text {
  height: 100%;
  display: flex;
  align-items: center;
  justify-items: flex-start;
}
.com-figure-y .com-text .btn-more {
  color: #eb6e23;
  margin-top: 0;
}
.figure-wrap {
  margin-bottom: 34px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .figure-wrap {
    margin-bottom: 0;
  }
}
.figure-wrap .com-figure-y {
  padding: 5px 30px;
  border-right: 1px solid #4c4948;
  position: relative;
}
@media (min-width: 1900px) {
  .figure-wrap .com-figure-y {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 1500px) {
  .figure-wrap .com-figure-y {
    margin-bottom: 24px;
    width: 33.33%;
  }
}
@media (max-width: 991px) {
  .figure-wrap .com-figure-y {
    padding: 19px 33px 19px 10px;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .figure-wrap .com-figure-y {
    width: 33.33%;
  }
  .figure-wrap .com-figure-y:nth-child(1):after,
  .figure-wrap .com-figure-y:nth-child(2):after,
  .figure-wrap .com-figure-y:nth-child(3):after {
    content: "";
    background-color: #4c4948;
    width: calc(100% - 24px);
    height: 1px;
    position: absolute;
    bottom: -12px;
    left: 12px;
  }
  .figure-wrap .com-figure-y:nth-child(3) {
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .figure-wrap .com-figure-y {
    width: 50%;
  }
  .figure-wrap .com-figure-y:after {
    content: "";
    background-color: #4c4948;
    width: calc(100% - 24px);
    height: 1px;
    position: absolute;
    bottom: -12px;
    left: 12px;
  }
  .figure-wrap .com-figure-y:nth-last-child(1):after,
  .figure-wrap .com-figure-y:nth-last-child(2):after {
    display: none;
  }
  .figure-wrap .com-figure-y:nth-child(even) {
    border-right: 0;
  }
}
.figure-wrap .com-figure-y:first-child {
  padding-left: 0;
}
.figure-wrap .com-figure-y:last-child {
  border-right: 0;
}
.tpl-announcement-wrap .item {
  margin-bottom: 30px;
}
.tpl-announcement-wrap .date {
  font-size: 0.85em;
  line-height: 123.5%;
  font-weight: 900;
  font-family: "Lato-Black", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .tpl-announcement-wrap .date {
    font-size: 1.06em;
    line-height: 141.1%;
    margin-bottom: 0;
  }
}
.tpl-announcement-wrap .desc a {
  display: flex;
  align-items: center;
}
.tpl-announcement-wrap .desc .icon {
  width: 27px;
  height: 32px;
}
@media (max-width: 991px) {
  .tpl-announcement-wrap .desc .icon {
    display: none;
  }
}
.tpl-announcement-wrap .desc .txt {
  width: calc(100% - 27px);
  color: #ed6d01;
  font-size: 0.85em;
  line-height: 141%;
  padding-left: 18px;
}
@media (max-width: 991px) {
  .tpl-announcement-wrap .desc .txt {
    font-size: 1.06em;
    line-height: 141.1%;
    width: 100%;
    padding-left: 0;
  }
}
.tpl-report-wrap .row .item {
  width: 50%;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .tpl-report-wrap .row .item {
    width: 100%;
  }
}
.tpl-report-wrap .row .item:nth-last-child(1),
.tpl-report-wrap .row .item:nth-last-child(2) {
  margin-bottom: 35px;
}
.tpl-report-wrap .row .item a {
  display: flex;
  align-items: center;
}
.tpl-report-wrap .row .item.sty-highlight {
  font-weight: 900;
  font-family: "Lato-Black", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
}
@media (max-width: 991px) {
  .tpl-report-wrap .row .item.sty-highlight {
    margin-bottom: 0;
  }
}
.tpl-report-wrap .row .item .icon {
  width: 27px;
  height: 32px;
}
@media (max-width: 991px) {
  .tpl-report-wrap .row .item .icon {
    display: none;
  }
}
.tpl-report-wrap .row .item .txt {
  width: calc(100% - 27px);
  color: #ed6d01;
  font-size: 0.85em;
  line-height: 141%;
  padding-left: 18px;
}
@media (max-width: 991px) {
  .tpl-report-wrap .row .item .txt {
    font-size: 1.06em;
    line-height: 141.1%;
    width: 100%;
    padding-left: 0;
  }
}
.tpl-calendar-wrap table {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .tpl-calendar-wrap table {
    width: 100%;
  }
}
.tpl-calendar-wrap table tr.smaller td {
  font-size: 1em;
}
.tpl-calendar-wrap table tr td {
  color: #ed6d01;
  font-size: 1em;
  line-height: 123.5%;
  padding-bottom: 18px;
}
@media (max-width: 991px) {
  .tpl-calendar-wrap table tr td {
    font-size: 1.06em;
    line-height: 141.1%;
  }
}
.tpl-calendar-wrap table tr td:first-child {
  padding-right: 50px;
  color: #4c4948;
  font-weight: 900;
  font-family: "Lato-Black", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
}
@media (max-width: 991px) {
  .tpl-calendar-wrap table tr td:first-child {
    padding-right: 20px;
    width: 130px;
  }
}
.tpl-calendar-wrap table tr td:last-child {
  font-size: 1.11em;
}
@media (max-width: 991px) {
  .tpl-calendar-wrap table tr td:last-child {
    width: calc(100% - 130px);
  }
}
.com-form {
  font-size: 1em;
}
.com-form .checkbox-group {
  /* Hide the browser's default checkbox */
}
@media (max-width: 991px) {
  .com-form .checkbox-group {
    margin-bottom: 44px;
  }
}
.com-form .checkbox-group label {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 18px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 991px) {
  .com-form .checkbox-group label {
    font-size: 1.25em;
    line-height: 120%;
  }
}
.com-form .checkbox-group label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.com-form .checkbox-group .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  border: 1px solid #707070;
  background-color: transparent;
}
@media (max-width: 991px) {
  .com-form .checkbox-group .checkmark {
    border-color: #ffffff;
  }
}
.com-form .checkbox-group .checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.com-form .checkbox-group label input:checked ~ .checkmark:after {
  opacity: 1;
}
.com-form .checkbox-group label .checkmark:after {
  left: 7px;
  top: 2px;
  width: 8px;
  height: 14px;
  border: solid #4c4948;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 991px) {
  .com-form .checkbox-group label .checkmark:after {
    border-color: #ffffff;
  }
}
.com-form .form-group input {
  background-color: transparent;
  border-width: 0 0 1px 0;
  border-color: #ffffff;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  color: #4c4948;
  font-size: 1em;
  line-height: 100%;
  width: 222px;
  padding: 4px 7px;
}
.com-form .form-group input::-webkit-input-placeholder {
  color: #4c4948;
  opacity: 0.45;
}
@media (max-width: 991px) {
  .com-form .form-group input::-webkit-input-placeholder {
    color: #ffffff;
  }
}
.com-form .form-group input:-ms-input-placeholder {
  color: #4c4948;
  opacity: 0.45;
}
@media (max-width: 991px) {
  .com-form .form-group input:-ms-input-placeholder {
    color: #ffffff;
  }
}
.com-form .form-group input::placeholder {
  color: #4c4948;
  opacity: 0.45;
}
@media (max-width: 991px) {
  .com-form .form-group input::placeholder {
    color: #ffffff;
  }
}
.com-form .btn-container {
  margin-top: 33px;
}
.com-form .btn-container .com-btn {
  cursor: pointer;
  background-color: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0;
  color: #ffffff;
  border: 0;
}
.com-form .btn-container .com-btn span {
  min-width: 222px;
}
@media (max-width: 575px) {
  .com-form .btn-container .com-btn span {
    min-width: 115px;
  }
}
.iframe-wrapper {
  position: relative;
}
@media (max-width: 991px) {
  .iframe-wrapper:before {
    background-color: rgba(255, 255, 255, 0.8) !important;
  }
  .iframe-wrapper:after {
    display: none;
  }
  .iframe-wrapper h2,
  .iframe-wrapper .contact-wrap {
    color: #4c4948;
  }
}
.com-grid-row {
  margin-left: -65px;
  margin-right: -65px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 991px) {
  .com-grid-row {
    margin-left: -18px;
    margin-right: -18px;
  }
}
.com-grid-row .item-grid {
  position: relative;
  padding: 30px;
  width: 33.3333%;
  font-size: 20px;
  min-height: 340px;
}
@media (max-width: 991px) {
  .com-grid-row .item-grid {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .com-grid-row .item-grid {
    width: 50%;
    border-bottom: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .com-grid-row .item-grid:hover .overlay {
    opacity: 1;
  }
  .com-grid-row .item-grid:hover > .item-icon,
  .com-grid-row .item-grid:hover > .item-title {
    opacity: 0;
  }
}
@media (min-width: 992px) {
  .com-grid-row .item-grid:first-child {
    padding-left: 65px;
  }
}
@media (min-width: 992px) {
  .com-grid-row .item-grid:first-child .overlay {
    padding-left: 65px;
  }
}
.com-grid-row .item-grid:not(:last-child) {
  border-right: 1px solid #ffffff;
}
.com-grid-row .item-grid:not(:last-child):before,
.com-grid-row .item-grid:not(:last-child):after {
  background-color: #ed6d00;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  background: #ed6d00;
  border-radius: 50%;
  z-index: 1;
}
.com-grid-row .item-grid:not(:last-child):before {
  right: -10px;
  top: -10px;
}
.com-grid-row .item-grid:not(:last-child):after {
  right: -10px;
  bottom: -10px;
}
@media (max-width: 767px) {
  .com-grid-row .item-grid:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .com-grid-row .item-grid:nth-child(odd) {
    border-right: 1px solid #ffffff;
  }
  .com-grid-row .item-grid:nth-child(odd):before,
  .com-grid-row .item-grid:nth-child(odd):after {
    background-color: #ed6d00;
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    background: #ed6d00;
    border-radius: 50%;
    z-index: 1;
  }
  .com-grid-row .item-grid:nth-child(odd):before {
    right: -10px;
    top: -10px;
  }
  .com-grid-row .item-grid:nth-child(odd):after {
    right: -10px;
    bottom: -10px;
  }
}
@media (max-width: 767px) {
  .com-grid-row .item-grid:nth-child(even):before,
  .com-grid-row .item-grid:nth-child(even):after {
    display: none;
  }
}
.com-grid-row .item-grid .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(237, 109, 0, 0.8);
  color: #ffffff;
  padding: 30px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.com-grid-row .item-grid .overlay .desc {
  font-size: 16px;
  line-height: 1.4;
  height: 200px;
  overflow: auto;
  padding-right: 10px;
}
.com-grid-row .item-grid .overlay .desc::-webkit-scrollbar {
  width: 3px;
}
.com-grid-row .item-grid .overlay .desc::-webkit-scrollbar-track {
  background: #f8f8f8;
  border-radius: 10px;
}
.com-grid-row .item-grid .overlay .desc::-webkit-scrollbar-thumb {
  background: #575757;
}
.com-grid-row .item-grid .overlay .desc p {
  margin-bottom: 10px;
}
.com-grid-row .item-grid .overlay .btn-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.com-grid-row .item-grid .overlay .btn-container .btn {
  font-size: 16px;
  cursor: pointer;
}
.com-grid-row .item-title {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.com-solution {
  padding-top: 30px;
}
.com-solution .subhead {
  margin-bottom: 20px;
}
.com-solution .item {
  display: flex;
  align-items: center;
  width: 33.3333%;
  padding-right: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .com-solution .item {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.com-solution .item .flag {
  width: 55px;
  flex-shrink: 0;
}
.com-solution .item .flag img {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
}
.com-solution .item .txt {
  flex-grow: 1;
  flex-shrink: 1;
}
