/*-----------------------------------------------------------------------------------*/
/*  1. CSS Reset
/*-----------------------------------------------------------------------------------*/

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  font-size: 15px;
  background: #fff;
  margin: 0;
  font-weight: normal;
  color: #555555;
  line-height: 2;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul {
  padding-left: 40px;
  -webkit-padding-start: 40px;
  -moz-padding-start: 40px;
  padding-start: 40px;
}

ul {
  list-style: inherit;
}

ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

ul ul {
  list-style-type: circle;
  margin-block-start: 0px;
  margin-block-end: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
  margin-top: 0;
  color: #323232;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}


h1 {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1.2;
}

h2 {
  font-size: 36px;
  font-size: 3.4rem;/*3.6*/
  line-height: 1.25;
}

h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.25;
}

h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
}

h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
}

h6 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}

a {
  cursor: pointer;
  outline: none;
  color: #fff;
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover,
a:active,
a:focus {
  color: #edeae9;
  text-decoration: none;
  outline: none;
}

button:focus {
  outline: 0;
}

p {
  margin: 0 0 20px;
	font-size: 1.2em;
}

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-color: #dcd7ca;
}
thead {
  vertical-align: bottom;
  white-space: nowrap;
}

th,
td {
  border: 0.1rem solid #dcd7ca;
  line-height: 1.4;
  margin: 0;
  overflow: visible;
  padding: 0.5em;
}

th {
  font-weight: bold;
}
th a {
  text-decoration: underline !important;
}
th a:hover {
  color: #da0d2b;
}

*::-moz-selection {
  background-color: #9f0536;
  color: #ffffff;
}

*::selection {
  background-color: #9f0536;
  color: #ffffff;
}

button {
  border: none;
  background-image: none;
  background: transparent;
}
img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}


.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.column {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 100%;
}

.column {
  display: inline-block;
  float: left;
}
.column-1 {
  width: 100%;
}

.column-2 {
  width: 50%;
}

.column-3 {
  width: 33.33333%;
}

.column-2of3 {
  width: 66.66667%;
}

.column-4 {
  width: 25%;
}

.column-5 {
  width: 20%;
}
.column-25 {
  width: 25%;
}
.column-75 {
  width: 75%;
}
.column-40 {
  width: 40%;
}
.column-60 {
  width: 60%;
}


/*Group Logo test*/

.grouplogo-btn {
  width: 115px;        
  height: 115px;       
  flex: 0 0 150px;      
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  animation: pulse 1.5s infinite ease-in-out, floaty 3s ease-in-out infinite;
}
}

.grouplogo-btn img {
  animation: logoPulse 3s infinite;
}

@keyframes logoPulse {
  0%   { transform: scale(1);   box-shadow: 0 0 0 0 rgba(0,0,0,0.15); }
  50%  { transform: scale(1.06);box-shadow: 0 0 20px 0 rgba(0,0,0,0.25); }
  100% { transform: scale(1);   box-shadow: 0 0 0 0 rgba(0,0,0,0.15); }
}

/*Basic*/
.irhas2 .the-title h3, .irhas1 .the-title h3 {
  color: #9f0536;
  font-family: "Arial", Sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}

.irhas2 .the-title h5 {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

.white {
  color: #ffffff;
}

.black {
  color: #000000;
}

.text-center {
  text-align: center;
}

.text-tleft {
  text-align: left;
}

.text-right {
  text-align: right;
}

body.irhas3 {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

#mouseover {
  perspective: 500px;
}

#testi-mouseover {
  perspective: 500px;
}
/*-----------------------------------------------------------------------------------*/
/*  2. Header 
/*-----------------------------------------------------------------------------------*/
/* 2.1. Subheader */

#header{
  position: fixed;
  display: block;
  width: 100%;
  height: 70px;
  z-index: 99999999;
}

.subheader {
  /*background-color: #9f0536;*/
  background:radial-gradient(circle farthest-corner at left,#bb0034,#9f0536);
  padding: 10px 0;;
}

.subheader-list li.menu-item a {
  padding-right: 10px;
}

.subheader-list li.menu-item:last-child a {
  padding-right: 0px;
}

.subheader-content-left,
.subheader-content-right .subheader-list li a {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  padding-top: 0;
}

.subheader-content-right .subheader-list li a:hover {
  color: #edeae9;
}

.subheader-content-left p {
  margin: 0;
}
.sm-clean a.has-submenu span.sub-arrow:before {
  content: "+";
}
.sm-clean a.has-submenu.highlighted span.sub-arrow:before {
  content: "-";
}

/* 2.2. Header Irhas 1*/

.main-nav {
  background-color: transparent;
  position: relative;
  top: 20%;
  display: flex;
  float: left;
  transform: translate(0, -15%);
}

.main-nav li.menu-item {
  margin-right: 30px;
}

.main-nav .sub-menu {
  margin-top: 15px !important;
}

.header-content-right {
  position: relative;
  top: 15%;
}

.header-style-1,
.header-style-3 {
  background:radial-gradient(circle farthest-corner at left,#46071b,#9f0536);
  z-index: 101;
  padding-top: 13px;
  position: relative;
  width: 100%;
}

.header-style-1 .sm-clean ul a {
  font-size: 14px;
}

.header-style-1 .sm-clean ul a:hover {
  color: #ad2f01;
  background-color: #ffffff;
  font-size: 14px;
}

.irhas2 .header-style-1 .sm-clean ul a:hover {
  color: #ad2f01;
  background-color: #ffffff;
  font-size: 14px;
}

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  background: #bbb;
}

.sm-clean ul {
  border-top: 4px solid #000;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-radius: 0 0 5px 5px !important;
  box-shadow: none;
  box-shadow: 0 5px 9px rgb(0 0 0 / 20%);
}

.sm-clean > li > ul:before,
.sm-clean > li > ul:after {
  left: 16px;
  border-color: transparent transparent #000 transparent;
}
.sm-clean a:hover,
.sm-clean a:focus,
.sm-clean a:active,
.sm-clean a.highlighted {
  color: #fff;
}
.header-style1-wrap ul.sm-clean ul li a,
.header-style1-wrap .menu__item:hover > ul .menu__link {
  color: #555555;
}


.irhas2 .main-nav .menu-item ul.sub-menu li.menu-item-sub {
  color: #555;
}
.irhas2 .main-nav .menu-item ul.sub-menu li.menu-item-sub:hover {
  color: #9f0536;
}


.irhas1 .sm-clean a:hover,
.irhas1 .sm-clean a:focus,
.irhas1 .sm-clean a:active {
  color: #edeae9;
}

.content-right-area {
  text-align: right;
}

.content-right-area .right-area-menu {
  list-style: none;
  padding: 0;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}

.right-area-menu {
  display: inline-flex;
}


li.right-area-item {
  margin-right: 20px;
}


li.right-area-item:last-child {
  margin-right: 0;
}

.header-content-left .logo,
.header-content-right {
  padding: 0;
}

.logo {
  margin-right: 40px;
}

.irhas1 .logo {
  margin-right: 50px;
  margin-top: -18px;
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin-top: -13px;
}


/* 2.3. Header Irhas 2*/


.irhas2 .sm-clean a:hover,
.irhas2 .sm-clean a:focus,
.irhas2 .sm-clean a:active,
.irhas2 .sm-clean a.highlighted {
  color: #edeae9;
}
.irhas2 .sm-clean ul {
  border-top: 4px solid #000;
}
.irhas2 .sm-clean > li > ul:before,
.irhas2 .sm-clean > li > ul:after {
  left: 16px;
  border-color: transparent transparent #000000 transparent;
}

.irhas2 .logo{
  margin-right: 50px;
  margin-top: -13px;
}



/*-----------------------------------------------------------------------------------*/
/*  3. Home Pages  
/*-----------------------------------------------------------------------------------*/

/* 3.1. Home Page Irhas 1 */

/*Video BLock*/

.irhas1 .bg-video-block{
  background:radial-gradient(linear-gradient,#f3f3f3,#fff);
  margin-top: var(--header-h, 75px);
  }

.bg-video-wrap {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}


.bg-about-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.bg-video-wrap video {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}


video {
  min-width: 100%;
  /*min-height: 100vh;*/
  z-index: 1;
}


video.video-banner {
  min-width: 100%;
  /*min-height: 100vh;*/
  z-index: 1;
  width: 100%;
}

.video-overlay {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 3px 3px;
  background-color: #000000;
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  z-index: 2;
}

.video-title {
  text-align: left;
  color: #fff;
  position: absolute;
  top: 49%;
  left: 10%;
  margin: auto;
  max-width: 600px;
  z-index: 3;
  width: 100%;
  transform: translate(0, -49%);
}

.video-desc {
  display: flex;
}


/* 「品牌行銷生態導航」區塊 */
.about-lead-block {
  background-image:
    linear-gradient(#f3f3f3, #f3f3f3, #f3f3f3, #ffffff);
  background-repeat: no-repeat;
  padding: 0;
}


/* 內文排版可視需要微調 */
.about-lead-block .the-title h1 {
  font-weight: 700 !important; 
  font-size: 32px !important;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #2a2a2a;
}

.about-lead-block .the-title h1 span {
  color: #9f0536;       
}

.about-lead-block .video-desc p {
  font-weight: 400;
  line-height: 2;
  color: #333;
}

.about-lead-block .video-desc span {
  color: #9f0536;
  font-weight: 700; 
  font-size: 26px !important;
}

/* RWD：手機版字級與內距縮小 */
@media (max-width: 768px) {
  .about-lead-block {
    padding: 80px 0;
    background-position: center top;
  }

  .about-lead-block .the-title h1 {
    font-size: 32px;
  }

  .about-lead-block .video-desc p {
    font-size: 18px;
  }

  .bg-video-wrap {
    height: auto;             
    overflow: hidden; 
  }

  .bg-video-wrap video {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    height: auto;        
    object-fit: contain; 
    display: block;
  }

  .about-lead-block {
    padding: 0; 
    margin: 0;
  }

  .about-lead-block .about-bg {
    width: 100%;
    height: auto;
    display: block;
  }

}

/* end「品牌行銷生態導航」區塊 */

.play-button {
  margin-top: 33px;
  margin-left: 14px;
  margin-right: 22px;
  transition: 0.4s;
}

.play-button a {
  border: 4px solid #ffffff;
  border-radius: 50%;
  padding: 12px 15px;
  color: #fff;
  transition: 0.4s;
}

.play-button:hover {
  transform: translateY(10px);
}

.irhas1 .video-title h3 {
  font-size: 20px;
  margin-bottom: 5px;
  letter-spacing: 1.6px;
}

.video-title h1 {
  font-size: 30px;
  line-height: 45px;
  font-weight: bold;
  color: #323232;
}

.video-title h1 span {
  font-size: 30px;
  line-height: 45px;
  font-weight: bold;
  color: #9f0435;
}


.video-desc p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 300;
  color: #323232;
  max-width: 400px;
  margin-top: 10px;
}

.video-desc p span{
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  color: #9f0435;
  max-width: 400px;
  margin-top: 10px;
}

/*Counter Block*/


.irhas1 h3.counter-number {
  color: #323232;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-weight: 600;
  font-size: 69px;
  line-height: 69px;
  margin-bottom: 25px;
}

.irhas1 .number-counter span {
  color: #323232;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-weight: bold;
  font-size: 50px;
  line-height: 80px;
}

.irhas1 .number-counter span.twtext {
  color: #323232;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-weight: bold;
  font-size: 65px;
  line-height: 76px;
}

.irhas1 .desc-counter p {
  width: 100%;
  margin-top: 10px;
  color: #323232;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 1.7rem;
  text-transform: capitalize;
  font-weight: bold;
  line-height: 1.4rem;
}

.counter-item {
  padding: 0 30px;
}

.counter-item:first-child {
  padding: 0 30px 0 5px;
}

/*About*/
.irhas1 .about-block {
  background-color: #ffffff;
}

.irhas1 .about-wrap {
  padding: 80px 10px 50px;
}

.irhas1 .about-block .about-desc {
  padding: 50px 0 0 0;
}


@media (max-width: 768px) {

.irhas1 .about-block .about-desc {
  padding: 0;
}

}


.irhas1 .about-block .the-title {
  margin-top: -13px;
  text-align: center;
}

.irhas1 .about-block .the-title h3 {
  margin-top: 0;
  margin-bottom: 5px;
}

.irhas1 .about-block .the-title h2 {
  line-height: 44px;
  margin-bottom: 20px;
}

.irhas1 .the-title h2 {
  line-height: 30px;
}

.irhas1 .the-desc p {
  color: #555555;
  font-weight: normal;
}

.irhas1 .the-desc p b{
  color: #323232;
}

.irhas1 .the-desc p span{
    font-weight: 500;
    font-size: 28px;
    color: #9f0536;
}

.irhas1 .about-desc-p p{
  color: #555555;
  font-weight: normal;
  text-align: center;
}

.irhas1 .image-about1 img {
  left: 0%;
  position: relative;
  border-style: solid;
  border-width: 4px 4px 4px 4px;
  border-color: #ffffff;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.2);
  display: inline-block;
}

.irhas1 .button-about {
  width: 50%;
  margin-top: 27px;
}

.irhas1 .button-about:hover {
  transform: translateY(10px);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.irhas1 .button-about a {
  padding: 11px 30px;
  color: #ffffff;
  background-color: #9f0536;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.irhas1 .button-about a:hover {
  color: #ffffff;
  background-color: #333;
}

.irhas1 .about-block .image-item1{
  /*border: 4px solid#fff;*/
  margin: 4px -25px -20px 56px;
  left: 0%;
  position: relative;
  border-radius: 4px;
  /*box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.2);*/
}

.irhas1 .about-block .image-item2,  {
  /*border: 4px solid#fff;*/
  margin: 20px 30px 20px 95px;
  left: 0%;
  position: relative;
  border-radius: 4px;
  /*box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.2);*/
  z-index: 4;
}

.irhas1 .about-block .image-item2 img {
  height: 112px;
}

.irhas1 .about-block .image-item3 {
  /*border: 4px solid#fff;*/
  margin: 25px 45px -5px 40px;
  left: 0%;
  position: relative;
  border-radius: 4px;
  /*box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.2);*/
}

.irhas1 .about-block .image-item4 {
  border: 4px solid #fff;
  margin: 5px 90px 20px -50px;
  left: 0%;
  position: relative;
  border-radius: 4px;
  /*box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.2);*/
}

/*new content extend*/

@media (max-width: 768px) {

.irhas1 .content-extend .about-desc {
  order:12;
}

.irhas1 .content-extend .about-image{
  order:11;
}

}


.irhas1 .content-extend .image-item1 {
  border: 4px solid #fff;
  margin: -58px -25px -20px 13px;
  left: 0%;
  position: relative;
  border-radius: 4px;
  box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.2);
}

.irhas1 .content-extend .image-item2 {
  border: 4px solid #fff;
  margin: 80px 30px 9px 43px;
  left: 0%;
  position: relative;
  border-radius: 4px;
  box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.2);
  z-index: 4;
}


.irhas1 .content-extend .image-item3 {
  border: 4px solid #fff;
  margin: -24px 20px 10px 10px;
  left: 0%;
  position: relative;
  border-radius: 4px;
  box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.2);
}

.irhas1 .content-extend .image-item4 {
  border: 4px solid#fff;
  margin: 35px 70px 20px -50px;
  left: 0%;
  position: relative;
  border-radius: 4px;
  box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.2);
}



/* Service Block */


svg.home1.svg1 {
  display: block;
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #9f0536;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  fill: #fff;
}


.service-title-wrap {
  padding-bottom: 40px;
  padding-left: 5px;
  padding-right: 5px;
}


/* Portfolio Block */

.irhas1 .portfolio-block {
  padding: 300px 0 165px 0;
  background-color: #fafafa;
}

.irhas1 .portfolio-block .portfolio-wrap {
  padding: 0 5px;
}

.irhas1 .portfolio-block .the-title h3 {
  margin-top: 10px;
}

.irhas1 .title-portfolio h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 35px;
  margin-bottom: 23px;
}

.irhas1 .portfolio-item-loop {
  padding-top: 30px;
}


.irhas1 .portfolio-style-1 {
  position: relative;
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  min-height: 315px;
}
.irhas1 .portfolio-style-1:after {
  content: "";
  box-shadow: inset 0px 32vh 150px -80px rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  border-radius: 5px;
  position: absolute;
}

.irhas1 .portfolio-style-1:hover {
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-box-shadow: 0px 11px 22px -2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 11px 22px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 11px 22px -2px rgba(0, 0, 0, 0.5);
  transform: translateY(-20px);
}

.irhas1 .portfolio-style-1 .portfolio-link {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.irhas1 .portfolio-style-1:hover .arrow-right {
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(10px);
}

.irhas1 .portfolio-style-1 .portfolio-grid-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #ccc;
  border-radius: 5px;
}

.irhas1 .portfolio-style-1 .portfolio-grid-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.8;
}

.irhas1 .portfolio-style-1 .portfolio-grid-image img {
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
}

.irhas1 .portfolio-style-1 .portfolio-grid-content {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  z-index: 2;
  padding: 15%;
}


.irhas1 .portfolio-style-1 .portfolio-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-color: #9f0536;
  border-radius: 5px;
}

.irhas1 .portfolio-style-1:hover .portfolio-hover {
  opacity: 1;
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.irhas1 .portfolio-style-1:hover .portfolio-excerpt,
.irhas1 .portfolio-style-1:hover .portfolio-read-more {
  opacity: 1;
}

.irhas1 .portfolio-style-1 .portfolio-excerpt {
  margin-top: 30px;
  opacity: 0;
  color: #ffffff;
}

.irhas1 .portfolio-style-1 .portfolio-read-more {
  color: #ffffff;
  opacity: 0;
}

.irhas1 .portfolio-style-1 .portfolio-grid-text .portfolio-title {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  color: #ffffff;
}

.irhas1 .portfolio-style-1 .portfolio-grid-text .portfolio-cate {
  color: #ffffff;
  font-size: 12px;
  line-height: 1.4;
  margin-top: -7%;
}

/* Banner Video */

.irhas1 .video-banner-block {
  padding: 120px 0 90px;
	height: 450px;
  background-image: url("./img/index/banner-block-video4.jpg");
  background-position: top center;
  background-size: cover;
}

.irhas2 .video-banner-block {
  padding: 120px 310px 350px;
  background-image: url("./img/solution/bg_solution04.png");
  background-position: top center;
  background-size: cover;
  margin-top: -200px;
  background-repeat: no-repeat;
}


.irhas2 .video-banner-block .video-banner-wrap {
  margin-top: 140px;
}

#video-item video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

@media (max-width: 768px) {

.irhas1 .video-banner-block {
  padding: 0;
	height: 300px;
}


.irhas2 .video-banner-block {
  padding: 15px 0;
  background-image: url("./img/solution/bg_solution04.png");
  background-position: top left;
  background-size: 150%;
}


/*解決方案用*/

#video-banner-block .video-wrap { 
  width: 100%;
  position: relative;
}

#video-banner-block .video-item {
    
    flex: 0 0 100%;   /* 如果外層被某段 CSS 改成 flex，這行會救回來 */

    position: relative !important; /* 壓過任何 absolute */
    width: 100% !important;
    max-width: none !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
  }

#video-banner-block .video-item video{
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    display: block;
}


}

.irhas1 .video-item,
.irhas2 .video-item {
  position: absolute;
  border: 8px solid #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
}

.irhas1 .video-item .play-button,
.irhas2 .play-button {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.irhas1 .video-item .play-button i,
.irhas2 .smart-object .play-button i {
  font-size: 25px;
  color: #9f0536;
  padding: 20px;
  opacity: 0.8;
  text-shadow: 1px 0 6px rgba(25, 25, 25, 0.3);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: 5px solid;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.irhas1 .lg-backdrop,
.irhas2 .lg-backdrop,
.irhas3 .lg-backdrop {
  background-color: rgba(0, 0, 0, 0.8);
}

.irhas1 .lg-toolbar,
.irhas2 .lg-toolbar,
.irhas3 .lg-toolbar {
  background: none;
}

.irhas1 .lg-sub-html,
.irhas2 .lg-sub-html,
.irhas3 .lg-sub-html {
  display: none;
}


/* 整體區塊 */
.clients-section {
  padding: 80px 0;
  background-color: #ffffff;
  overflow-x: hidden; 
  overflow-y: hidden !important;
}

/* Tabs 列 */
.clients-tabs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 12px;
  margin: 30px 0 20px 0px;
}

.clients-tab {
  padding: 12px 0;
  background: #9b9b9b;
  color: #fff;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: background .2s ease;
  font-size: medium;
}

.clients-tab.is-active {
  background: #9f0536;
  font-weight: bold;
}

/* Panels 顯示／隱藏 */
.clients-panels {
  width: 100%;
}

.clients-panel {
  display: none;
}

.clients-panel.is-active {
  display: block;
  overflow-x: hidden; 
}

/* Swiper 外框 */
.clients-swiper {
  padding: 10px 0 40px;
  position: relative;
  overflow: hidden !important;
}
.clients-swiper .swiper-pagination {
  bottom: -10px !important;
}
.swiper-pagination {
  position: absolute !important;
  left: 0;
  right: 0;
  bottom: 0;
}

/* 6欄×2列 grid */
.clients-grid {
  max-width: 1200px;
  margin: 0;     
  padding: 0;     
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  box-sizing: border-box;
}

/* 個別 logo 方塊 */
.client-item {
  border: 1px solid #e1e1e1;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.client-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}


.clients-section .swiper-pagination-bullet {
  background: #cccccc;
  opacity: 1;
}

.clients-section .swiper-pagination-bullet-active {
  background: #b93100;
}


@media (max-width: 1024px) {
  .clients-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}


.clients-filter { display: none; }
.clients-tabs { display: grid; } 


@media (max-width: 768px) {


  .clients-tabs { display: none; }
  .clients-filter { display: block; margin: 12px 0 16px; }

  .clients-filter select{
    width: 100%;
    height: 44px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0 12px;
    background: #fff;
    font-size: 16px;
  }

  /* 每頁 3 欄 */
  .clients-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}




.irhas1 .testimonial-block {
  padding: 0;
  background-color: #fff;
}



/* 3.2. Home Page Irhas 2*/
/* Banner */


.irhas2 .main-nav li a:hover {
  color: #edeae9;;
  background: transparent;
}


/* Service Block */


.irhas2 .the-title h2 {
  font-family: "Prata";
  text-transform: capitalize;
  margin-bottom: 10px;
  color: #fff;
}


.irhas2 .the-title h5 {
  letter-spacing: 1.6px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #9f0536;
}


/* Portfolio Block */

.irhas2 .portfolio-item-loop {
  padding-left: 10px;
  padding-right: 10px;
}

/* About Block */
.irhas2 .about2-home2-block {
  padding: 75px 0 51px;
  background-color: #ffffff;
  width: 100%;
  overflow-x: hidden;
}

.irhas2 .about2-title-wrap {
  padding-left: 30px;
}

.irhas2 .about2-video-wrap {

}

.irhas2 .about2-solution01-wrap {
  margin-top: 80px;
}

.irhas2 .about2-solution02-wrap {
  margin-top: 0px;
}

.about2-solution03-wrap {
  margin-top: 380px;
}


@media (max-width: 768px) {

  .about2-home2-wrap {
    display: grid;
  }

  .about2-video-wrap {
    order: -1; 
    margin-top: 200px;
  }

  .about2-title-wrap {
    order: 0; 
  }

  .about2-solution02-block, 
  .about2-solution03-block {
    clear: both;
  }

  .solution03-img-wrap {
    order: -1; 
  }

  .solution03-title-wrap {
    order: 0; 
  }

  .about2-solution03-block .solution03-img-wrap2 .solution03_pc{ display:none !important; }
  .about2-solution03-block .solution03-img-wrap2 .solution03_mobile{ display:block !important; }

}

/* 01 整合多元數據驅動投放 */

.about2-solution01-no{
  font-size: 90px;
  line-height: 1;
  font-weight: 700;
  color: #9f0536;
  letter-spacing: -0.02em;
  text-transform: none;
}

.about2-solution01-title{
  
  font-size: 28px;
  line-height: 1.25;
  font-weight: 700;
  color: #323232;
  text-transform: none;
}

.irhas2.about .about2-solution02-block {
  width: 100%;
}

.solution02-img-wrap{
  margin-top: -250px;
}

.solution02-title-wrap{
  margin-top: -100px;
}

.solution03-img-wrap{
  margin-top: 180px;
}

.solution04-txt-wrap button{
  float: right;
}

.solution04-txt-wrap{
  margin-top: 30px;
}

.solution03-img-wrap img{
  width: 90%;
  float: right;
}

.solution03-img-wrap2{
  margin-top: 0px;
}

.solution03_pc{
  display:block;
}

.solution03_mobile{
  display:none;
}


.solution03-title-wrap{
  margin-top: 160px;
}

.solution04-title-wrap p{
  max-width: 480px;
}


.solution03-title-wrap2{
  margin-top: 80px;
  text-align: center;
}

.solution03-title-wrap2 h2{
  ine-height: 44px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 400;
}

.solution03-title-wrap2 span{
  color: #9f0536;
  margin-bottom: 20px;
  text-align: center;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
}

.solution-title{
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin: 20px 0;
}

.solution-span{
  color: #9F0536;
  line-height: 65px;
  margin-bottom: 20px;
  text-transform: none;
  font-size: 4em;
  font-style: italic;
  font-weight: 400;
  font-family: Sans-serif;
  margin-left: -3%;
}

.solution-h2{
    color: #231815;
    margin-top: 8px;
    margin-bottom: 10px;
    text-transform: none;
    font-size: 0.9em;
}


.irhas2 .about2-home2-block .about2-solution01-title-wrap h2 {
  color: #231815;
  line-height: 50px;
  margin-top: 22px;
  margin-bottom: 20px;
  text-transform: none;
  font-size: 2em;
}

.irhas2 .about2-home2-block .about2-solution01-title-wrap h2 span {
  color: #9F0536;
  line-height: 65px;
  margin-bottom: 20px;
  text-transform: none;
  font-size: 4.3em;
  font-style: italic;
  font-weight: 400;
  font-family: Sans-serif;
}



/*解決方案 PC調整*/

.about2-home2-block .about2-solution01-list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 18px;
  grid-column: 1 / -1;
}


.about2-home2-block .about2-solution01-item{
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 10px;
}

/*end 解決方案 PC調整*/


.about2-home2-block .about2-solution01-item{
  text-align: center;
  display: grid;
  justify-items: center;
}

.about2-home2-block .about2-solution01-icon{
  width: 135px;
  height: 135px;
  opacity: 0.85;
}

.about2-home2-block .about2-solution01-icon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about2-home2-block .about2-solution01-name{
  font-size: 16px;
  font-weight: 700;
  color: #9f0536;
}

.about2-home2-block .about2-solution01-desc{
  font-size: 13px;
  line-height: 1.6;
  color: #231815;
  max-width: 16em; 
}



@media (max-width: 768px) {

.solution03-title-wrap2 h2{
  font-size: 28px;
  line-height: 1.4;
}

.solution02-img-wrap{
  margin-top: -150px;
}

.irhas2 .about2-home2-block .about2-solution01-title-wrap h2 {
  font-size: 1.7em;
}

.irhas2 .about2-home2-block .about2-solution01-title-wrap h2 span {
  font-size: 3.4em;
}


.solution03-title-wrap2 span{
  font-size: 17px;
}

.irhas2 .about2-solution02-block .solution02-title-wrap .solution-span,
.irhas2 .about2-solution03-block .solution03-title-wrap .solution-span,
.irhas2 .about2-solution04-block .solution04-title-wrap .solution-span{
  font-size: 2.7em;
}

.irhas2 .about2-solution02-block .solution02-title-wrap .solution-h2,
.irhas2 .about2-solution03-block .solution03-title-wrap .solution-h2,
.irhas2 .about2-solution04-block .solution04-title-wrap .solution-h2{
    margin-bottom: 10px;
    font-size: 0.72em;
    margin-left: -2%;
}


.solution02-title-wrap{
  padding: 0 5%;
}

.solution03-img-wrap img{
  width: 100%;
}

.irhas2 .about2-solution03-block p,
.irhas2 .about2-solution04-block p {
  line-height: 1.5;

}

.solution04-txt-wrap button{
  float: none;
  display: block;
  margin: 40px auto 0;
}


/*解決方案*/

.about2-home2-block .about2-solution01-list{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    /* 關鍵：把縱向間距縮小 */
    column-gap: 12px !important;
    width: 100% !important;
  }

.about2-home2-block .about2-solution01-item{
    position: static !important;
    left: auto !important;
    top: auto !important;
    width: auto !important;
  }



  /* 位置：3-1-2-1 */
  .about2-home2-block .about2-solution01-item:nth-child(2){ grid-column: 2; grid-row: 1; }
  .about2-home2-block .about2-solution01-item:nth-child(1){ grid-column: 1; grid-row: 2; }
  .about2-home2-block .about2-solution01-item:nth-child(3){ grid-column: 3; grid-row: 2; }
  .about2-home2-block .about2-solution01-item:nth-child(4){ grid-column: 2; grid-row: 3; }
  .about2-home2-block .about2-solution01-item:nth-child(5){ grid-column: 1; grid-row: 4; }
  .about2-home2-block .about2-solution01-item:nth-child(7){ grid-column: 3; grid-row: 4; }
  .about2-home2-block .about2-solution01-item:nth-child(6){ grid-column: 2; grid-row: 5; }


 .about2-home2-block .about2-solution01-item{ transform: none !important; }

  .about2-home2-block .about2-solution01-item:nth-child(1){ margin-top: -130px !important; }
  .about2-home2-block .about2-solution01-item:nth-child(3){ margin-top: -130px !important; }
  .about2-home2-block .about2-solution01-item:nth-child(4){ margin-top: -65px !important; }
  .about2-home2-block .about2-solution01-item:nth-child(5){ margin-top: -120px !important; }
  .about2-home2-block .about2-solution01-item:nth-child(7){ margin-top: -120px !important; }
  .about2-home2-block .about2-solution01-item:nth-child(6){ margin-top: -65px !important; }


  .about2-home2-block .about2-solution01-icon{
    width: 108px;
    height: 108px;
  }
  .about2-home2-block .about2-solution01-text{
    margin-top: -16px;
  }


  .about2-home2-block .about2-solution01-name{ font-size: 15px; }
  .about2-home2-block .about2-solution01-desc{
    font-size: 12px;
    line-height: 1.45;
    max-width: 12em;
  }

}

/* end 01 整合多元數據驅動投放  */

.irhas2 .about2-home2-block .about2-title-wrap.the-title h2 {
  color: #262626;
  line-height: 53px;
  margin-top: 22px;
  margin-bottom: 20px;
  text-transform: none;
}

.irhas2 .about2-home2-block .the-desc {
  padding-left: 22px;
  border-left: 4px solid#9f0536;
  margin-bottom: 22px;
  font-size: 16px;
}

.irhas2 .about2-solution02-block .the-desc,
.irhas2 .about2-solution03-block .the-desc,
.irhas2 .about2-solution04-block .the-desc {
  padding-left: 22px;
  border-left: 4px solid #9f0536;
  margin-bottom: 22px;
  line-height: 1.5;
  font-size: 16px;
}

.irhas2 .about2-home2-block .about2-title-wrap span {
  display: block;
  font-family: "Karla", Sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 70px;
  letter-spacing: 1.6px;
  color: #9f0536;
}

.irhas2 .about2-home2-block h2.the-title {
  font-family: "Prata", serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5em;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #262626;
}


.irhas2.home2 .about2-video-wrap {
  padding-top: 42px;
}


.irhas2.home2 .about2-home2-block .about2-title-wrap P {
  font-family: "Hind", sans-serif;
}



/* Blog Loop Block*/
.irhas2 .blog-block-home2 {
  padding: 105px 0 50px;
  background-color: #f5f5f5;
}

.irhas2 .blog-block-home2 .blog-title {
  text-align: center;
}

.irhas2 .blog-block-home2 .blog-title span {
  display: block;
  font-family: "Karla", Sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 70px;
  letter-spacing: 1.6px;
  color: #9f0536;
}

.irhas2 .blog-block-home2 .the-title h2 {
  font-family: "Prata", serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 50px;
  margin-top: 0px;
  margin-bottom: 57px;
  color: #262626;
}

.irhas2 .blog-item-style-6 .blog-image-container {
  position: relative;
  cursor: pointer;
}

.irhas2 .blog-item-style-6 .side-meta {
  position: inherit;
  margin: 0;
  float: left;
  font-family: "Arial", Sans-serif;
  writing-mode: sideways-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-lr;
  -ms-transform: scale(-1);
}

.irhas2 .blog-item-style-6 .post-content-wrap .standard-post-date.span-head a,
.meta-latest-news .meta-info a  {
  color: #9f0536;
  font-size: 14px;
}

.irhas2 .blog-item-style-6 .thaw-grid-image {
  position: relative;
  padding-left: 30px;
}

.irhas2 .blog-item-style-6 .thaw-grid-image img {
  width: 100%;
  cursor: pointer;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.5s ease;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.2s ease-in-out;
  transition: transform 0.5s ease, opacity 0.2s ease-in-out,
    -webkit-transform 0.5s ease;
}

.irhas2 .blog-item-style-6 .meta-holder {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.irhas2 .blog-item-style-6 .blog-grid-meta .meta-holder .read-more {
  background-color: #323232;
}

.irhas2 .blog-item-style-6 .blog-grid-meta .meta-holder .read-more {
  position: absolute;
  background: #323232;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.02em;
  opacity: 0;
  right: -26px;
  top: -32px;
  padding: 33px 58px 35px;
  z-index: 10;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}

.irhas2 .blog2 .blog-item-style-6 .blog-grid-meta .meta-holder .read-more {
  position: absolute;
  background: #9f0536;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.02em;
  opacity: 0;
  right: -26px;
  top: -32px;
  padding: 53px 58px 57px;
  z-index: 10;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}

.irhas2 .blog-item-style-6 .blog-grid-meta .meta-holder .read-more a {
  color: #ffffff;
}

.irhas2 .blog-item-style-6 .thaw-grid-content {
  position: relative;
  padding: 0;
  padding-left: 28px;
}

.irhas2 .blog-item-style-6 .post-thumb-img {
  position: relative;
}

.irhas2 .blog-item-style-6 .post-thumb-img .the-category {
  margin-bottom: 5px;
  margin-top: 15px;
  text-align: left;
}

.irhas2 .blog-item-style-6 .post-thumb-img .the-category a {
  color:#555;
}

.irhas2 .blog-item-style-6 .post-thumb-img h3 {
  margin-bottom: 10px;
  line-height: 30px;
}

.irhas2 .blog-item-style-6 .post-thumb-img p {
  text-align: left;
  line-height: 1.8;
}

.irhas2 .blog-item-style-6 .blog-grid-meta .meta-holder .read-more {
  background-color: #323232;
}

.irhas2 .blog-item-style-6:hover .blog-grid-meta .meta-holder .read-more {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1;
  transition: 1s;
  z-index: 12;
}

.irhas2 .blog-item-style-6 .blog-grid-meta .meta-holder .read-more {
  position: absolute;
  color: #fff;
  font-family: "Arial", Sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.02em;
  opacity: 0;
  right: -26px;
  top: -32px;
  padding: 33px 58px 35px;
  z-index: 10;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
  cursor: pointer;
}

.irhas2 .blog-item-style-6 .post-thumb-img h3 a {
  font-size: 20px;
  line-height: 20px;
  color: #262626;
}

.irhas2 .blog-item-style-6 .post-thumb-img h3 a:hover {
  color: #323232;
}

.irhas2 .blog2 .blog-item-style-6 .post-thumb-img h3 a:hover {
  font-size: 20px;
  line-height: 20px;
  color: #9f0536;
}

.irhas2.home2 .blog-block-home2 .blog-item-style-6 {
  padding-left: 5px;
  padding-right: 25px;
}

.irhas2.home2 .blog-loop-wrap {
  padding-right: 5px;
}

/* 3.3. Home Page Irhas 3*/

/* About Block */

.irhas3 .about-block {
  padding: 190px 30px 162px;
  background-color: #ffffff;
}

.irhas3 .about-block .about-desc {
  padding: 15px 0 0 5px;
}

.irhas3 .button-about {
  margin-top: 52px;
}

.irhas3 .button-about {
  transition-duration: 0.4s;
}

.irhas3 .button-about:hover,
.irhas3 .portfolio-button:hover,
.irhas3 .service-button:hover {
  transform: translateY(-10px);
}

.irhas3 .button-about a {
  font-family: "Montserrat", Sans-serif;
  padding: 20px 30px;
  color: #ffffff;
  background-color: #ef7a5e;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.irhas3 .button-about a:hover {
  color: #ffffff;
  background-color: #323232;
}

.irhas3 .the-title h2 {
  font-family: "Montserrat", Sans-serif;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #323232;
}
.irhas3 .the-title h1 {
  font-family: "Montserrat", Sans-serif;
  font-size: 5rem;
  line-height: 1.1em;
  margin-top: 0px;
  color: #323232;
}

.irhas3 .the-desc p {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  margin-top: 10px;
  line-height: 30px;
  color: #555555;
  font-weight: normal;
}

.irhas3 .the-title h5 {
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #ef7a5e;
  margin-bottom: 14px;
}

.irhas3 .about-block .the-title h5 {
  margin-bottom: 22px;
}

.irhas3 .about-image {
  margin-left: 30px;
}

.mobile-show {
  display: none;
}

.irhas3 .about2-video-wrap {
  padding-top: 0;
}




/* Portfolio Block */

.irhas3 .portfolio-block {
  background-color: #efebea;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 400px 0px 140px 0px;
  z-index: 1;
  position: relative;
  max-height: 100%;
  height: auto;
}


@media (max-width: 768px) {

.irhas3 .portfolio-block {
  z-index: 0;
}

.irhas3 .portfolio-block .thaw-container,
.irhas3 .portfolio-block .portfolio-wrap {
    position: relative;
    z-index: 1;
}

}

.irhas3 .portfolio-home3 {
  height: 450px;
  margin-top: 50px;
}

.irhas3 .portfolio-block .portfolio-wrap {
  position: relative;
}

.irhas3 .portfolio-home3 .portfolio-item-loop {
  position: absolute;
  width: 100%;
  left: 0;
  padding-top: 20px;
 
}

.irhas3 .portfolio-home3 .thaw-container{
  margin-top: -20%;
}

@media (max-width: 768px) {

.irhas3 .portfolio-home3 .thaw-container{
  margin-top: 0%;
}

}


.svg-shape {
  position: absolute;
  top: 0;
  left: 0;
}

.shape-fill {
  fill: #ffffff;
}

.irhas3 .portfolio-style-1 {
  position: relative;
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  min-height: 345px;
  margin-top: 5%;
  border-radius: 20px;
}

.irhas3 .portfolio-style-1:after {
  content: "";
  box-shadow: inset 0px 32vh 150px -80px rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  border-radius: 20px;
  position: absolute;
}

.irhas3 .portfolio-style-1:hover {
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-box-shadow: 0px 11px 22px -2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 11px 22px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 11px 22px -2px rgba(0, 0, 0, 0.5);
  transform: translateY(-20px);
  border-radius: 20px;
}

.irhas3 .portfolio-style-1 .portfolio-link {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  border-radius: 20px;
}

.irhas3 .portfolio-style-1:hover .arrow-right {
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(10px);
  border-radius: 20px;
}

.irhas3 .portfolio-style-1 .portfolio-grid-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #343434;
  border-radius: 20px;
}

.irhas3 .portfolio-style-1 .portfolio-grid-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.8;
  border-radius: 20px;
}

.irhas3 .portfolio-style-1 .portfolio-grid-image img {
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;

}

.irhas3 .portfolio-style-1 .portfolio-grid-content {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  z-index: 2;
  padding: 10%;
  border-radius: 20px;
}



.irhas3 .portfolio-style-1 .portfolio-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-color: #9f0536;
  border-radius: 20px;
}

.irhas3 .portfolio-style-1:hover .portfolio-hover {
  opacity: 1;
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 20px;
}

.irhas3 .portfolio-style-1:hover .portfolio-excerpt,
.irhas3 .portfolio-style-1:hover .portfolio-read-more {
  opacity: 1;
  border-radius: 20px;
}

.irhas3 .portfolio-style-1 .portfolio-excerpt {
  margin-top: 30px;
  opacity: 1;
  color: #ffffff;
  border-radius: 20px;
}

.irhas3 .portfolio-style-1 .portfolio-read-more {
  color: #ffffff;
  opacity: 0;
  border-radius: 20px;
}

.irhas3 .portfolio-style-1 .portfolio-grid-text h5,
.irhas3 .portfolio-style-1 .portfolio-grid-text p {
  margin: 0;
	font-size: 1em;
}

.irhas3 .portfolio-style-1 .portfolio-grid-text .portfolio-title {
  font-size: 21px;
  line-height: 1.4;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 15px;
}

.irhas3 .portfolio-style-1 .portfolio-grid-text .portfolio-cate {
  color: #ffffff;
  font-size: 14px;
}


.irhas3 .portfolio-style-1 .portfolio-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-color: #9f0536;
  border-radius: 5px;
}

.irhas3.project3 .portfolio-style-1 .portfolio-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-color: #ef7a5e;
  border-radius: 5px;
}

.irhas3 .portfolio-block .the-desc {
  padding-right: 10px;
}

/*wave*/

.portfolio-wave {
    position: relative;
    width: 100%;
    padding-bottom: 200px;
    overflow: hidden;
    background: #fff; 
    margin-top: 0px; 
}

@media (max-width: 768px) {

.portfolio-wave {
    position: relative;
    width: 100%;
    height: 0px; 
    overflow: hidden;
    padding-bottom: 100px;
}

}



.portfolio-wave .svg-shape {
    width: 100%;
    height: auto;
    display: block;
}

.portfolio-wave .shape-fill {
    fill: #efebea;
}

/*end wave*/


/* Service Block */


.irhas3 .service-desc p {
  margin-top: 30px;
  color: #555555;
}

.irhas3 .service-title-wrap {
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}


/* Testimonial Block */

.irhas3 .testimonial-block {
  padding: 245px 30px 50px;
  background-color: #ffffff;
}

.irhas3.about3 .testimonial-block {
  background-color: #ffffff;
  padding: 0;
}

.irhas3 .title-testimonial {
  padding: 33px 0 0 57px;
}

.irhas3 .testimonial-block .the-desc p {
  margin-top: 17px;
}

.irhas3 .title-testimonial .button-testi {
  margin-top: 32px;
  transition: 0.4s;
}

.irhas3 .title-testimonial .button-testi:hover {
  transform: translateY(-10px);
}

.irhas3 .title-testimonial .button-testi a {
  font-family: "Montserrat", Sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  fill: #ffffff;
  color: #ffffff;
  background-color: #ef7a5e;
  border-radius: 50px 50px 50px 50px;
  padding: 17px 30px 17px 30px;
}

.irhas3 .title-testimonial .button-testi a:hover {
  background-color: #323232;
}

.irhas3 .testimonial-detail-inner {
  height: 330px;
  padding: 0 55px 0 90px;
}

.irhas3 .testimonial-detail-inner h5.testi-author {
  padding-top: 50px;
  color: #ffffff;
  margin: 0;
  text-align: left;
  font-size: 18px;
}

.irhas3 .testimonial-detail-inner p.testi-job {
  color: #ffffff;
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: -21px;
  text-align: left;
}

.irhas3 .smartobject-testi {
  position: absolute;
  top: 0;
}


.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
  opacity: 0.35;
}


/* Counter Block */

.irhas3 h3.counter-number {
  color: #323232;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-weight: 600;
  font-size: 69px;
  line-height: 69px;
}

.irhas3 .number-counter span {
  color: #323232;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-weight: 600;
  font-size: 69px;
  line-height: 69px;
  margin-left: 10px;
}

.irhas3 .counter-item:last-child .number-counter span {
  margin-left: 0;
}

.irhas3 .desc-counter p {
  width: 100%;
  margin-top: 8px;
  color: #323232;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4em;
  position: relative;
}

/*Blog Loop Block*/

.irhas3 .blog-title {
  text-align: center;
}

.irhas3 .blog-title h2 {
  color: #000000;
}

.irhas3 .blog-loop-wrap {
  padding: 0 20px;
}

/*-----------------------------------------------------------------------------------*/
/*  4. Service Pages  
/*-----------------------------------------------------------------------------------*/

/* 4.1. Service Page Irhas 1*/

.irhas2 .banner-header-style1, .irhas1 .banner-header-style1 .title-banner-style2 h2, 
.irhas1 .banner-header-style2 .title-banner-style2 h2, 
.irhas1 .banner-header-style3 .title-banner-style2 h2 {
  color: #fff;
}

.irhas2 .banner-header-style1 {
  position: relative;
  background-image: url("./img/banner-blog.jpg");
  background-position: center;
  background-size: cover;
  margin-top: 74px;
}

.irhas2 .banner-header-style1 .banner-header-style2-overlay, 
.irhas1 .banner-header-style1 .banner-header-style2-overlay {
  background-color: #000000;
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: absolute;
  width: 100%;
  height: 100%;
}

.irhas2 .banner-header-style1 .title-banner-style2, 
.irhas1 .banner-header-style1 .title-banner-style2 {
  padding: 68px 0 65px;
  text-align: center;
  position: relative;
}

.irhas2 .banner-header-style1 .title-banner-style2 span, 
.irhas1 .banner-header-style1 .title-banner-style2 span {
  display: block;
  font-family: "Architects Daughter", cursive;
  font-size: 24px;
  font-weight: normal;
  color: #333;
}

.irhas1 .banner-header-style3 {
  position: relative;
  background-image: url("./img/banner-contact.jpg");
  background-position: center;
  background-size: cover;
  margin-top: 74px;
}

.irhas1 .banner-header-style3 .banner-header-style2-overlay {
  background-color: #000000;
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: absolute;
  width: 100%;
  height: 100%;
}

.irhas1 .banner-header-style3 .title-banner-style2 {
  padding: 68px 0 65px;
  text-align: center;
  position: relative;
}

.irhas1 .banner-header-style2 .title-banner-style2 span {
  display: block;
  font-family: "Architects Daughter", cursive;
  font-size: 24px;
  font-weight: normal;
  color: #333;
}


/* 4.2. Service Page Irhas 2*/


.irhas2.service .banner-header-style2 {
  position: relative;
  background-image: url("./img/banner-header-service.png");
  background-position: center;
  background-size: cover;
}

.irhas2 .banner-header-style2 .banner-header-style2-overlay {
  background-color: #000000;
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: absolute;
  width: 100%;
  height: 100%;
}

.irhas2 .banner-header-style2 .title-banner-style2 {
  padding: 103px 0 90px;
  text-align: center;
  position: relative;
}

.irhas2 .banner-header-style2 .title-banner-style2 span {
  font-family: "Karla", Sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 3.1em;
  letter-spacing: 1.6px;
  color: #9f0536;
  display: block;
}

.irhas2.service .category-content {
  text-transform: lowercase;
}

/* 4.3. Service Page Irhas 3*/

.irhas3.service .banner-header-style2 {
  position: relative;
  background-image: url("./img/banner-header-service.png");
  background-position: center center;
  background-size: cover;
}

.irhas3.service .banner-header-style2 .title-banner-style2 span {
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 50px;
  letter-spacing: 1.6px;
  color: #ef7a5e;
  display: block;
}

.irhas3.service .banner-header-style2 .banner-header-style2-overlay {
  background-color: #000000;
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: absolute;
  width: 100%;
  height: 100%;
}

.irhas3 .banner-header-style2 .title-banner-style2 {
  padding: 105px 0 90px;
  text-align: center;
  position: relative;
}


/*-----------------------------------------------------------------------------------*/
/*  5. Project Pages  
/*-----------------------------------------------------------------------------------*/

/* 5.1. Project Page Irhas 1 */

.irhas1.projects .banner-header-style2 {
  position: relative;
  background-image: url("./img/banner-header-projects.png");
  background-position: center;
  background-size: cover;
}

.irhas1.projects .banner-header-style2 .banner-header-style2-overlay {
  background-color: #000000;
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: absolute;
  width: 100%;
  height: 100%;
}

.irhas1.projects .banner-header-style2 .title-banner-style2 {
  padding: 80px 0 75px;
  text-align: center;
  position: relative;
}

.irhas1.projects .banner-header-style2 .title-banner-style2 span {
  display: block;
  font-family: "Architects Daughter", cursive;
  font-size: 24px;
  font-weight: normal;
  color: #333;
}

.irhas1.projects .banner-header-style2 .title-banner-style2 h2 {
  color: #ffffff;
}

.irhas1.projects .portfolio-block {
  padding: 110px 0 131px;
}


.irhas1.projects .portfolio-block .portfolio-item-loop {
  padding: 0;
}

.irhas1.projects .portfolio-style-1 .portfolio-grid-text .portfolio-title {
  margin-bottom: 5px;
}

.irhas1.projects .portfolio-style-1 .portfolio-grid-text .portfolio-cate {
  font-size: 1.5rem;
}

.irhas1.projects .portfolio-style-1 {
  min-height: 445px;
}

/* 5.2. Project Page Irhas 2 */

.irhas2.project .banner-header-style2 {
  position: relative;
  background-image: url("./img/banner-header-projects.png");
  background-position: center;
  background-size: cover;
}

.irhas2.project .banner-header-style2 .banner-header-style2-overlay {
  background-color: #000000;
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: absolute;
  width: 100%;
  height: 100%;
}

.irhas2.project .banner-header-style2 .title-banner-style2 {
  padding: 103px 0 92px;
  text-align: center;
  position: relative;
}

.irhas2.project .banner-header-style2 .title-banner-style2 span {
  font-family: "Karla", Sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 3.1em;
  letter-spacing: 1.6px;
  color: #9f0536;
  display: block;
}

.irhas2.project .portfolio-read-more {
  position: fixed;
  bottom: 30px;
}

.irhas2.project .portfolio-item-loop {
  padding-left: 25px;
  padding-right: 25px;
}

/* 5.3. Project Page Irhas 3 */

.irhas3.project .banner-header-style2 {
  position: relative;
  background-image: url("./img/banner-header-projects.png");
  background-position: center;
  background-size: cover;
}

.irhas3.project .banner-header-style2 .banner-header-style2-overlay {
  background-color: #000000;
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: absolute;
  width: 100%;
  height: 100%;
}

.irhas3.project .banner-header-style2 .title-banner-style2 {
  padding: 102px 0 90px;
  text-align: center;
  position: relative;
}

.irhas3.project .banner-header-style2 .title-banner-style2 span {
  font-family: "Montserrat", Sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 3.1em;
  letter-spacing: 1.6px;
  color: #ef7a5e;
  display: block;
}

.irhas3.project .portfolio-block {
  background-color: #f5f5f5;
  padding: 120px 0;
}

.irhas3.project .portfolio-block .portfolio-wrap {
  padding-left: 20px;
  padding-right: 20px;
}

.irhas3.project .portfolio-block .portfolio-item-loop {
  row-gap: 4rem;
}

.irhas3.project .portfolio-style-1 {
  position: relative;
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  min-height: 445px;
}

.irhas3.project .portfolio-style-1:after {
  content: "";
  box-shadow: inset 0px 32vh 150px -80px rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  border-radius: 5px;
  position: absolute;
}

.irhas3.project .portfolio-style-1:hover {
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-box-shadow: 0px 11px 22px -2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 11px 22px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 11px 22px -2px rgba(0, 0, 0, 0.5);
  transform: translateY(-20px);
}

.irhas3.project .portfolio-style-1 .portfolio-link {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.irhas3.project .portfolio-style-1:hover .arrow-right {
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(10px);
}

.irhas3.project .portfolio-style-1 .portfolio-grid-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #343434;
  border-radius: 5px;
}

.irhas3.project .portfolio-style-1 .portfolio-grid-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.8;
}

.irhas3.project .portfolio-style-1 .portfolio-grid-image img {
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
}

.irhas3.project .portfolio-style-1 .portfolio-grid-content {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  z-index: 2;
  padding: 15%;
}

.irhas3.project .portfolio-read-more {
  position: fixed;
  bottom: 46px;
}

.irhas3.project .portfolio-style-1 .portfolio-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-color: #ef7a5e;
  border-radius: 5px;
}

.irhas3.project .portfolio-style-1:hover .portfolio-hover {
  opacity: 1;
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.irhas3.project .portfolio-style-1:hover .portfolio-excerpt,
.irhas3.project .portfolio-style-1:hover .portfolio-read-more {
  opacity: 1;
}

.irhas3.project .portfolio-style-1 .portfolio-excerpt {
  margin-top: 30px;
  opacity: 0;
  color: #ffffff;
}

.irhas3.project .portfolio-style-1 .portfolio-read-more {
  color: #ffffff;
  opacity: 0;
}

.irhas3.project .portfolio-style-1 .portfolio-grid-text h5,
.irhas3.project .portfolio-style-1 .portfolio-grid-text p {
  margin: 0;
}

.irhas3.project .portfolio-style-1 .portfolio-grid-text .portfolio-title {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 3px;
}

.irhas3.project .portfolio-style-1 .portfolio-grid-text .portfolio-cate {
  color: #ffffff;
  font-size: 15px;
}


/*-----------------------------------------------------------------------------------*/
/*  6. About Pages
/*-----------------------------------------------------------------------------------*/

/* 6.1. About Page Irhas 1 */

.irhas1.about .about-wrap {
  padding: 145px 0 150px;
}

.irhas1 .content-extend .about-extend-wrap {
  padding: 145px 0 0;
}


@media (max-width: 768px) {

  .irhas1 .content-extend .about-extend-wrap {
  padding: 65px 0 0;
}

}


/* 集團Logo排列 */
.about-block .about-wrap .about-image {
  align-items: center;
}

.about-block .about-wrap .about-image .grouplogo-btn {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-block .about-wrap .about-image .grouplogo-btn img {
  width: 100%;
  height: auto;
  display: block;
}

/* 桌機版做交錯排列 */
@media (min-width: 1024px) {
  .about-block .about-wrap .about-image .grouplogo-btn:nth-child(2),
  .about-block .about-wrap .about-image .grouplogo-btn:nth-child(4),
  .about-block .about-wrap .about-image .grouplogo-btn:nth-child(6) {
    margin-top: 100px;
  }
}


@media (max-width: 768px) {

  .about-block .about-wrap .about-image{
    --s: 96px;    /* 圓直徑 */
    --dx: 105px;  /* 左右偏移 */
    --dy: 72px;   /* 上下間距 */

    position: relative !important;
    display: block !important;
    width: 100% !important;
    max-width: 340px;
    height: calc(var(--dy) * 4 + var(--s));
    margin: 0 auto !important;
  }

  .about-block .about-wrap .about-image .grouplogo-btn{
    position: absolute !important;
    width: var(--s);
    height: var(--s);
    margin: 0 !important;
    flex: none !important;
    max-width: none !important;
  }

  .about-block .about-wrap .about-image .grouplogo-btn:nth-child(1){
    top: calc(var(--dy) * 2);
    left: calc(50% - var(--s)/2);
    transform: none;
  }

  .about-block .about-wrap .about-image .grouplogo-btn:nth-child(2){
    top: 0;
    left: calc(50% - var(--s)/2);
    transform: none;
  }

  .about-block .about-wrap .about-image .grouplogo-btn:nth-child(3){
    top: var(--dy);
    left: calc(50% - var(--s)/2 + var(--dx));
    transform: none;
  }

  .about-block .about-wrap .about-image .grouplogo-btn:nth-child(4){
    top: var(--dy);
    left: calc(50% - var(--s)/2 - var(--dx));
    transform: none;
  }

  .about-block .about-wrap .about-image .grouplogo-btn:nth-child(5){
    top: calc(var(--dy) * 3);
    left: calc(50% - var(--s)/2 - var(--dx));
    transform: none;
  }

  .about-block .about-wrap .about-image .grouplogo-btn:nth-child(6){
    top: calc(var(--dy) * 3);
    left: calc(50% - var(--s)/2 + var(--dx));
    transform: none;
  }

  .about-block .about-wrap .about-image .grouplogo-btn:nth-child(7){
    top: calc(var(--dy) * 4);
    left: calc(50% - var(--s)/2);
    transform: none;
  }
}



.irhas1.about .gallery-block {
  padding: 200px 0 20px;
  background-image: url("./img/about/bg_about.jpg");
  background-position: right center;
  background-size: cover;
  background-color: #ffffff;
  position: relative;
}


.irhas1.about .gallery-wrap {
  position: relative;
}

.irhas1.about .gallery-block .gallery-style-1 {
  padding-left: 15px;
}

.irhas1.about .desc-gallery {
  max-width: 400px;
  color: #000;
}

#irhas-gal-block.gallery-style-1 .swiper-container:hover .swiper-button-prev {
  left: unset;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#irhas-gal-block.gallery-style-1 .swiper-button-next,
#irhas-gal-block.gallery-style-1 .swiper-button-prev {
  position: relative;
  top: 5px;
  width: 35px;
  left: 0;
  right: 0;
  float: left;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background: no-repeat 50%;
  color: #9f0536;
}

.irhas1.about .gallery-wrap .swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

#irhas-gal-block.gallery-style-1
  .swiper-container-horizontal
  > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 5px;
  left: 0;
  width: 100%;
  text-align: right;
}

#irhas-gal-block.gallery-style-1
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 5px;
}

.irhas1.about .swiper-pagination-bullets {
  color: #fff;
  cursor: default;
}

.irhas1.about .swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 10;
}

#irhas-gal-block.gallery-style-1
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet-active {
  width: 20px;
  height: 5px;
  background: transparent;
  border: 1px solid #9f0536;
  border-radius: 3px;
}

#irhas-gal-block.gallery-style-1 .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: transparent;
  border: 1px solid #9f0536;
  transition: width 0.35s ease;
  border-radius: 3px;
  opacity: 1;
}

.irhas1.about .partner-title-wrap {
  padding-right: 63px;
  padding-left: 5px;
}

.irhas1.about .title-partner h3 {
  font-size: 36px;
  line-height: 45px;
  color: #323232;
}


/* 6.2. About Page Irhas 2 */

.irhas2.about .about2-home2-block {
  padding: 120px 0 200px;
    margin-top: 70px;
    background-image: url(./img/solution/bg_solution01.jpg);
    background-position: right top;
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
}


.irhas2.about .about2-solution03-block {
  margin-top: -300px;
  background-image: url("./img/solution/bg_solution03.png");
  background-position: right top;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.irhas2.about .about2-solution04-block {
  margin-bottom: 5%;
  margin-top: 17%;
}

.irhas2.about .about2-home2-block .about2-title-wrap .the-title h5 {
  margin-bottom: 25px;
}

.irhas2.about .about2-home2-block .about2-title-wrap .the-title h2,
.irhas2.about .about2-home2-block .solution-wrap01 .the-title h2 {
  line-height: 53px;
  text-transform: none;
  margin-bottom: 23px;
  color: #262626;
}

.irhas2.about .about2-home2-block .the-desc, 
.irhas2.about .about2-solution02-block .the-desc {
  max-width: 400px;
  margin-bottom: 22px;
}

.irhas2.about .about2-home2-block .the-desc b{
  max-width: 400px;
  font-size: 1.1em;
}

.irhas2.about .about2-home2-block p {
  font-family: "Hind", sans-serif;
  max-width: 450px;
}

.about2-solution02-block {
  padding: 40px 0;
}

.about2-solution02-block .thaw-container{
  width: 100%;
  display: contents;
}


.title-style h3 {
  color: #ffffff;
}

.about2-video-wrap {
  padding-top: 30px;
  perspective: 50px;
}

.irhas3.about3 .about2-video-wrap {
  padding-top: 0;
}

.irhas3.about3 .about2-home2-block .about2-title-wrap span {
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 70px;
  letter-spacing: 1.6px;
  color: #ef7a5e;
}

.irhas3.about3 .about2-home2-block h2.the-title {
  font-family: "Montserrat", Sans-serif;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4em;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #323232;
}

.irhas2 .about2-home2-block .the-desc i {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Hind", Sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.irhas2 .about2-home2-block .the-desc i b{
  color: rgba(0, 0, 0, 0.8);
  font-family: "Hind", Sans-serif;
  font-size: 1em;
  font-weight: 500;
  font-style: italic;
  line-height: 1.5em;
  margin-bottom: 20px;
}

/* 6.3. About Page Irhas 3 */

.irhas3.about3 .about-block {
  padding: 75px 0 100px;
}


.irhas3.about3 .about-block .about2-title-wrap {
  margin-left: -22px;
}

.irhas3.about3 .about-block .the-title h5 {
  margin-bottom: 25px;
}

.irhas3.about3 .about-block .about2-title-wrap .the-title {
  font-size: 30px;
  line-height: 41px;
  margin-bottom: 23px;
}


.irhas3.about3 .desc-team {
  position: relative;
  top: 32%;
  transform: translate(0, -50%);
}


.service-thumb img {
  width: 100%;
}

.field-contact-irhas1 {
  width: 100%;
  max-width: 100%;
  background-color: rgba(255, 255, 255, 0);
  border-color: #d8d8d8;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid;
  font-size: 15px;
  font-weight: 300;
  padding: 10px 0;
}

textarea.field-contact-irhas1 {
  height: 150px;
}

.button-contact-irhas1 {
  text-align: right;
}

.button-contact-irhas1 input[type="submit"] {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  border-radius: 5px 5px 5px 5px;
  padding: 15px 45px 15px 45px;
  background-color: #9f0536;
  color: #ffffff;
  cursor: pointer;
}

.button-contact-irhas1 input[type="submit"]:hover {
  background-color: #9f0536;
  color: #ffffff;
  cursor: pointer;
}

.irhas3 .custom-post-widget .post-content .post-thumb .irhas-overlay {
  background-color: #ef7a5e;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.3s ease;
}


.irhas3.about3 .swiper-slide img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
  border-radius: 0;
}


/*Service About2*/

.banner-header-style2 .title-banner-style2 h2 {
  color: #ffffff;
}

.irhas2 .banner-header-style2 .title-banner-style2 h2 {
  color: #ffffff;
  font-family: "Prata", serif;
  margin-top: 0px;
  margin-bottom: 0px;
}


/*-----------------------------------------------------------------------------------*/
/*  7. Blog Pages
/*-----------------------------------------------------------------------------------*/

/* 7.1. Blog Page Irhas 1*/


.irhas1 .blog-content-wrap {
  padding-right: 12px;
}

.show-mob {
  display: none !important;
}

.irhas1.blog .blog-widgets-wrap {
  margin-top: -42px;
  margin-left: 32px;
}

form.searchform {
  position: relative;
}

.widget.widget_search input {
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  border-radius: 0;
  height: 50px;
  width: 100%;
  -webkit-appearance: none;
  /* color: #fff; */
  outline: 0;
  background-color: transparent;
  border: 2px solid #0f0f0f;
  padding: 0 15px;
  max-width: 100%;
  box-sizing: border-box;
}

.widget.widget_search button {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 49px;
  background-color: transparent;
  border: none;
}

.widget h4.widget-title:before {
  content: "";
  position: absolute;
  background-color: #9f0536;
  width: 90px;
  height: 2px;
  bottom: 0;
  left: 0;
}

.widget h4.widget-title {
  text-transform: uppercase;
  line-height: 1.6;
  letter-spacing: 0.025em;
  text-align: left;
  position: relative;
  z-index: 2;
  padding-top: 30px;
  padding-bottom: 15px;
}

.irhas1.blog .widget_recent_comments h4.widget-title {
  padding-top: 22px;
}

.irhas1.blog .widget_tag_cloud h4.widget-title {
  padding-top: 19px;
}

.custom-post-widget .post-content .post-thumb a:hover .irhas-overlay {
  opacity: 0.8;
  transition: all 0.3s ease;
}

.custom-post-widget .post-content .post-thumb .irhas-overlay {
  background-color: #9f0536;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.3s ease;
}

.blog-sidebar .post-inner-content h5 {
  margin-bottom: 10px;
}

.blog-sidebar .post-inner-content h5 a {
  color: #333;
}

.blog-sidebar .post-inner-content h5 a:hover {
  color: #ad2f01;
}

.sidebar span.comment-author-link {
  color: #9f0536;
  font-weight: bold;
}

.blog-sidebar .widget ul#recentcomments {
  padding-left: 0;
}

.blog-sidebar .widget ul li {
  list-style-type: none;
  padding: 9px 0 10px 0;
}

.blog-sidebar .widget li:last-child {
  padding: 9px 10px 35px 0;
}

.blog-sidebar .widget ul li span.comment-author-link {
  color: #9f0536;
  font-weight: bold;
}

.blog-sidebar .widget ul li a {
  color: #333;
}

.blog-sidebar .widget ul li a:hover {
  color: #ad2f01;
}

.irhas2 .blog-sidebar .widget ul li a:hover {
  color: #9f0536;
}

.irhas3 .blog-sidebar .widget ul li a:hover {
  color: #ef7a5e;
}

.blog-sidebar .widget_tag_cloud {
  margin-top: 15px;
}

.blog-sidebar .widget_tag_cloud .tagcloud {
  margin-top: 30px;
}

.tagcloud a {
  font-size: 12px !important;
  background-color: transparent;
  padding: 5px 15px;
  margin-right: 5px;
  margin-bottom: 9px;
  font-weight: 500;
  display: inline-block;
  border: 1px solid #e6e6e6;
  color: #333;
}

.tagcloud a:last-child {
  margin-bottom: 45px;
}

.tagcloud a:hover {
  background-color: #9f0536;
  color: #fff;
  border: 1px solid #9f0536;
}

.blog-sidebar .widget {
  border-bottom: 1px solid #e0e0de;
  padding-bottom: 0;
  margin-bottom: 1px;
}

.blog-sidebar .widget.widget_search {
  border: transparent;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}

.blog-sidebar .widget.widget_text {
  border-bottom: none;
  margin-top: 6px;
}

.blog-sidebar .custom-post-widget {
  margin-top: 45px;
}

.blog-sidebar .custom-post-widget .post-content {
  padding-bottom: 0;
}

.blog-sidebar .post-inner-content h5 {
  margin-bottom: 6px;
}

.blog-sidebar .textwidget {
  padding: 9px 0 0 0;
}


.blog-sidebar .meta-latest-news {
  margin-bottom: 12px;
}


/* 7.2. Blog Page Irhas 2*/
.irhas2.blog .banner-header-style2 {
  position: relative;
  background-image: url("./img/banner-blog.png");
  background-position: center;
  background-size: cover;
}


/*blog 改寫*/


.irhas2.blog .blog-block-home2 .blog-loop-wrap{
  display: block !important;  /* 關掉 grid */
}

.irhas2.blog .blog-block-home2 .blog-loop-wrap::after{
  content: "";
  display: table;
  clear: both;
}

.irhas2.blog .blog-block-home2 .blog-item-style-6.column-3{
  width: 50% !important;
}

.irhas2.blog .blog-block-home2 .blog-item-style-6.column-3 .post-content-wrap{
  margin-bottom: 50px !important;
}

@media (max-width: 1024px){
  .irhas2.blog .blog-block-home2 .blog-item-style-6.column-3{
    width: 100% !important;
    margin-bottom: -15px;
  }
  .irhas2 .blog-item-style-6 .blog-grid-meta .meta-holder .read-more{
    right: -14px;
    padding: 33px 48px 35px;
  }
}

/* =========================
   Blog layout (float/column system only)
   ========================= */


.irhas2.blog .blog-block-home2 .blog-content-wrap{
  float: left;
  width: 73% !important; 
  min-width: 0;
}

.irhas2.blog .blog-block-home2 .blog-widgets-wrap{
  float: right;
  width: 24% !important; 
  min-width: 0;
}


.irhas2.blog .blog-block-home2 .thaw-container::after{
  content:"";
  display: table;
  clear: both;
}


.irhas2.blog .blog-block-home2 .blog-item-style-6.column-3:nth-child(2n+1){
  clear: both;
}


.blog-load-more-wrap{
  clear: both;          /* ★ 必加：清掉上方 column float */
  text-align: center;
  margin: 10px 0 50px;
}

.blog-load-more-wrap a{
  display: inline-block;
  background-color: #9f0536;
  padding: 14px 36px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}


.load-more-btn {
    display: inline-block;
    padding: 12px 32px;
    background: transparent;
    cursor: pointer;
}


@media (max-width: 991px){
  .irhas2.blog .blog-block-home2 .blog-content-wrap,
  .irhas2.blog .blog-block-home2 .blog-widgets-wrap{
    float: none;
    width: 100% !important;
  }

  .irhas2.blog .blog-block-home2 .blog-item-style-6.column-3{
    width: 100% !important;
    clear: none;
  }
}


/*end blog 改寫*/


.irhas2.blog .blog-block-home2 {
  padding: 80px 0 50px;
  background-color: #fff;
}

.irhas2 .blog-block-home2 .blog-item-style-6 {
  margin-bottom: 30px;
}

.irhas2.blog .blog-item-style-6 .post-thumb-img h3 a:hover {
  color: #9f0536;
}

.irhas2.blog .blog-item-style-6 .blog-grid-meta .meta-holder .read-more {
  background: #9f0536;
}

.irhas2.blog .blog-loop-wrap {
  width: 100%;
}

.irhas2.blog .blog-item-style-6 .thaw-grid-content {
  padding-left: 29px;
}

.irhas2.blog .blog-item-style-6 .post-thumb-img h3 {
  line-height: 35px;
}

.irhas2.blog .blog-item-style-6 .post-thumb-img h3 a {
  font-size: 22px;
}

.irhas2.blog .blog-item-style-6 .the-category a:hover {
  color: #9f0536;
}

/* 7.3. Blog Page Irhas 3*/

.irhas3 .banner-header-style2 {
  background-image: url("./img/banner-blog.png");
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
   margin-top: 70px;
}

.irhas3 .banner-header-style2 .banner-header-style2-overlay {
  background-color: #000000;
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: absolute;
  width: 100%;
  height: 100%;
}

.irhas3 .banner-header-style2 .title-banner-style2 span {
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 50px;
  letter-spacing: 1.6px;
  color: #ef7a5e;
  display: block;
}

.irhas3.blog .blog-loop-wrap {
  padding: 0 30px;
  row-gap: 2.8rem;
}


/*-----------------------------------------------------------------------------------*/
/*  8. Contact Pages
/*-----------------------------------------------------------------------------------*/

/* 8.1. Contact Page Irhas 1*/

.navigation-block {
  padding: 70px 0 54px 0;
  background-color: #fafafa;
}

.maps-wrap iframe {
  height: 505px;
  width: 100%;
  border: 5px solid#ffffff;
  border-radius: 10px;
  box-shadow: 4px 4px 17px -10px rgb(50 50 50 / 50%);
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .footer-widget.item { 
    position: relative; 
    z-index: 2; 
  }
  .maps-wrap { 
    position: relative; 
    z-index: 1; 
    margin-top: 20px !important;
  }
}

.navigation-wrap .title-navigation span {
  display: block;
  font-family: "Architects Daughter", cursive;
  font-size: 24px;
  font-weight: normal;
  color: #333;
}

.navigation-block .title-navigation h2 {
  margin-bottom: 0;
}

.item-detail-contact h4 {
  color: #000000;
}

.title-navigation {
  margin-bottom: 9px;
}

.item-detail-contact {
  padding: 10px;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 16px;
}

.item-detail-contact p {
  font-size: 16px;
  line-height: 28.2px;
  font-weight: 300;
  color: #555;
  margin-bottom: 10px;
}

.item-detail-contact ul {
  display: block;
  list-style: none;
  padding: 0;
}

.sosmed-icon {
  display: inline-block;
  margin-right: 4px;
  background-color: #c2eddf;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  color: #9f0536;
  text-align: center;
  line-height: 45px;
  transition: 0.4s;
}
.sosmed-icon a {
  color: #9f0536;
  font-size: 17px;
}
.sosmed-icon:hover a {
  color: #ffffff;
}

.sosmed-icon:hover {
  background-color: #333;
  color: #ffffff;
  transform: scale(1.1);
}


.contact-form-block {
  padding: 37px 0 155px 0;
  background-color: #fff;
}

.contact-form-wrap {
  padding: 0 5px;
}

.icf-field {
  padding-right: calc(15px / 2);
  padding-left: calc(15px / 2);
  margin-bottom: 21px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.icf-field textarea {
  margin-bottom: 20px;
}

label.field-label {
  color: #555;
  padding-bottom: 4px;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  line-height: 36px;
}

.icf-input,
.icf-select-wrapper {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0px 0px 0px 0px;
  font-size: 15px;
  font-weight: 300;
  max-width: 100%;
  width: 100%;
  padding: 9px 15px;
  border: 1px solid #d8d8d8;
  outline: none;
  box-sizing: border-box;
}

select.icf-input {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  padding: 7px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}

.icf-field i.fas {
  position: absolute;
  right: 15px;
  top: 52px;
  color: #d8d8d8;
}

.irhas1 .icf-field i.fas {
  top: 50px;
}

button.icf-input-button {
  padding: 0;
}

span.icf-button-text {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 45px;
  padding: 15px 45px 15px 45px;
  background-color: #9f0536;
  color: #ffffff;
  transition: 0.4s;
}

span.icf-button-text:hover {
  background-color: #333;
  color: #ffffff;
}

.detail-navigation-wrap {
  padding: 27px 0 25px;
}

.hours-detail p {
  font-size: 15px;
}

.detail-text-wrap p {
  margin-bottom: 15px;
}

.detail-text-wrap:last-child p {
  margin-bottom: 0;
}

.detail-text-wrap:last-child {
  margin-bottom: 5px;
}

/* 8.3. Contact Page Irhas 3 */

.irhas3 .navigation-wrap .title-navigation span {
  display: block;
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  color: #ef7a5e;
}

.irhas3 .navigation-wrap .title-navigation h2 {
  display: block;
  font-family: "Montserrat", Sans-serif;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #323232;
}

/*-----------------------------------------------------------------------------------*/
/*  9. Single Post 
/*-----------------------------------------------------------------------------------*/

/* 9.1. Single Post Irhas 1 */


.single-post-meta {
  margin-bottom: 30px;
}

.single-head .span-head {
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  position: relative;
  display: inline-block;
  color: #9f0536;
}

.single-content-details {
  /*padding: 0 30px;*/
  padding: 0 0 20px 0;
}

.blog-single .meta-bottom {
  margin: 27px 0 20px;
  clear: both;
}

.post-thumb img {
  width: 100%;
}

.blog-single .tag-wrapper p {
  text-transform: uppercase;
  display: inline-block;
  font-size: 13px;
  font-size: 1.5rem;
  color: #000000;
  font-weight: bold;
  margin-bottom: 0;
  vertical-align: middle;
}

.the-category.span-head:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: #888888;
  left: 0;
  top: 0;
}

.blog-single .tag-wrapper a {
  color: #9f0536;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  transition: 0.4s;
}



.the-category.span-head {
  position: relative;
  padding-left: 10px;
  margin-left: 7px;
}

.blog-single .post-author {
  margin-top: 0;
  padding: 0;
  margin-bottom: 30px;
}

.blog-single .post-author .author-wrap {
  background-color: #fdedba;
  padding: 40px;
}

.blog-single .post-author .author-ava {
  float: left;
  margin-right: 30px;
  margin-left: 0;
  margin-top: 0;
}

.blog-single .post-author .author-ava img {
  border-radius: 100%;
}

.blog-single .post-author .author-wrap {
  background-color: #fdcdba;
  padding: 10px 20px;
  text-align: center;
}

.blog-single .post-author .author-wrap:hover {
  background-color: #9f0536;
  padding: 10px 20px;
  text-align: center;
}

.blog-single .post-author .author-desc {
  overflow: hidden;
}

.related-content {
  margin: 35px 30px;
}

.title-content {
  font-size: 1.6rem;
  margin-bottom: 10px;
  line-height: 1.6;
}

.blog-single .post-author .author-desc .author-description {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 7px;
  color: #494949;
}

.blog-single .post-author .author-name a {
  font-weight: bold;
  font-size: 17px;
  line-height: 10px;
  color: #999;
}

.blog-single .post-author .author-name a:hover {
  color: #fff;
}


.related-content h3 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 40px;
}

.blog-sidebar .widget_recent_comments h4.widget-title {
  padding-top: 21px;
}

.standard-post-date {
  font-size: 1.4rem;
  font-style: italic;
}

.custom-post-widget .post-item:last-child .post-content {
  border-bottom: 0;
}

.custom-post-widget .post-content {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin: 0 0 15px 0;
}

.custom-post-widget .post-content .post-thumb {
  border-radius: 5px;
  overflow: hidden;
}

.custom-post-widget .post-content .post-thumb {
  position: relative;
  float: left;
}

.custom-post-widget .post-content .post-thumb .irhas-overlay {
  background-color: #9f0536;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.3s ease;
}

.custom-post-widget .post-content .post-inner-content {
  display: table-cell;
  vertical-align: top;
}

.custom-post-widget .post-content .post-inner-content.has-thumb {
  padding-left: 20px;
}

.blog-sidebar .widget ul {
  list-style: none;
  padding-left: 0;
}

/* 9.2. Single Post Irhas 2 */

.irhas2 .widget h4.widget-title:before {
  background-color: #9f0536;
}

.irhas2 .blog-sidebar .post-inner-content h5 a:hover {
  color: #9f0536;
}

.irhas2 .blog-single .tag-wrapper a {
  color: #9f0536;
}


.irhas2 .blog-sidebar .widget ul li span.comment-author-link {
  color: #9f0536;
}

.irhas2 .blog-sidebar .widget ul#recentcomments a:hover {
  color: #9f0536;
}

.irhas2 .tagcloud a:hover {
  background-color: #9f0536;
  color: #fff;
  border: 1px solid #9f0536;
}

.irhas2.single-post-2 .blog-single .meta-bottom {
  margin: 30px 0 18px;
}

.irhas2.single-post-2 .widget h4.widget-title {
  font-size: 18px;
  padding-top: 33px;
  color: #323232;
}

.irhas2.single-post-2 .blog-sidebar .custom-post-widget {
  margin-top: 30px;
}

.irhas2.single-post-2 .blog-sidebar .post-inner-content h5 {
  margin-bottom: 20px;
}


.irhas2 .blog-sidebar .custom-post-wrap .post-item:last-child {
  padding-bottom: 24px;
}


.irhas2.single-post-2 .blog-sidebar .widget_tag_cloud .tagcloud {
  margin-left: -5px;
}


/* 9.3. Single Post Irhas 3 */

.irhas3 .widget h4.widget-title:before {
  background-color: #ef7a5e;
}


.irhas3 .blog-single .tag-wrapper a {
  color: #ef7a5e;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}


.irhas3 .tagcloud a:hover {
  background-color: #ef7a5e;
  color: #fff;
  border: 1px solid #ef7a5e;
}


.irhas3 .blog-single .post-author .author-wrap {
  background-color: #fdcdba;
}


.single-irhas-service {
  background-color: #ffffff;
}


.service-title-wrap h1 {
  margin-bottom: 0;
}

.service-title-wrap h3.service-category {
  font-weight: 300;
  font-size: 16px;
  color: #999999;
  margin-bottom: 0;
}


.blog-single blockquote::before {
  background: #ef7a5e;
}

.wp-block-group__inner-container {
  padding: 5% 8%;
  margin-bottom: 20px;
}

.blog-single blockquote {
  margin: 0;
}

.blog-single blockquote p {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

.blog-single .the-content p img {
  margin-top: 38px;
  margin-bottom: 20px;
}


/* 9.4. Single Service 1 */


.sidebar .widget ul {
  padding-left: 0;
}

/* single service - related */
.related-services-wrap {
  padding: 10px 0;
}
.related-services-wrap .related-services {
  padding-top: 40px;
  padding-right: 50px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-color: #f5f9fd;
}

/* single service - tab accordion */

.widget.pdf-download img,
.widget.download img {
  display: inline;
  margin-right: 5px;
  vertical-align: middle;
  float: left;
  transform: translateY(-25%);
}

.widget.pdf-download img,
.widget.download img {
  display: inline;
  margin-right: 15px;
  vertical-align: middle;
  float: left;
  transform: translateY(-25%);
  max-width: 43px;
}


.sidebar .widget {
  border-bottom: 1px solid #e0e0de;
  padding-bottom: 35px;
}

.sidebar .widget.pdf-download h4.widget-title {
  margin-bottom: 25px;
}

.sidebar .widget:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.sidebar .widget.pdf-download li {
  list-style: none;
}

/* accordion-1 */

.single-project .inner-content p {
  margin: 0 0 17px;
}

.sidebar .widget.pdf-download li {
  border-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f2f2f2;
  padding: 8px 15px;
  margin-bottom: 18px;
}

.sidebar .widget.pdf-download li:last-child {
  margin-bottom: 10px;
}


/* 9.5. Single Service 2 */

.irhas2 .widget h4.widget-title {
  font-size: 18px;
  color: #323232;
}

.irhas2
  .footer-widget
  .custom-post-widget
  .post-content
  .post-inner-content
  .date
  a:hover {
  color: #666666;
}


/* 9.7. Single Project 1 */

.single-project-wrapper {
  background-color: #fafafa;
}

.single-project-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0c1017;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  min-height: 30vh;
  padding: 4.5vh 0 6.7vw;
}

.single-project-head .inner-contain {
  width: 100%;
  max-width: 100%;
}

.project-title {
  color: #fff;
}

.single-project-head .project-category {
  margin-bottom: 20px;
  position: relative;
}

.project-category a {
  margin: 0 0.5rem;
  padding: 0.6rem 1.2rem;
  outline: none;
  font-size: 1.2rem;
  color: #9e9fa2;
  border-radius: 0.125rem;
  border: 1px solid rgba(158, 159, 162, 0.2);
  background: rgba(158, 159, 162, 0.05);
}


.highlighted-text {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-weight: bold;
  color: #0c1017;
  font-size: 2.25rem;
}

img.alignright {
  float: right;
  margin: 10px 0 10px 20px;
}

img.alignleft {
  float: left;
  margin: 10px 20px 20px 0;
}


/* 9.8. Single Project 2 */

.irhas2 .single-project-head {
  background: #323232;
}

.irhas2.single-project .swiper-container img,
.irhas3.single-project .swiper-container img {
  width: 98%;
}


/* 9.9. Single Porject 3 */

.irhas3 .single-project-head {
  background: #323232;
}


.irhas3 .single-project .inner-content p {
  margin: 0 0 18px;
}
/*-----------------------------------------------------------------------------------*/
/*  10. Footer 
/*-----------------------------------------------------------------------------------*/

/* 10.1. Footer Irhas 1 */

.footer-widgets-holder {
  background-color: #fff;
  padding: 160px 0 75px;
}

.irhas1 .footer-widgets2 {
  padding: 0 5px;
}

.footer-widgets-holder .sidebar-recent-post {
  padding-right: 20px;
}

.footer-widgets-holder .textwidget p {
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  color: #111214;
}

.footer-widgets-holder .textwidget p.logo-footer {
  padding-right: 25px;
}

.footer-widgets-holder h4.widget-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #ffffff;
}


.widget-footer .custom-post-widget .post-content {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #222;
  padding-bottom: 15px;
  margin: 0 0 15px 0;
}

.custom-post-widget .post-content .post-thumb-wrap {
  vertical-align: top;
  position: relative;
}

.footer-widget .custom-post-widget .post-content .post-inner-content h5 {
  margin: 0 0 3px;
  width: 100%;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 12px;
  line-height: 17px;
  text-transform: capitalize;
}
.footer-widget .custom-post-widget .post-content .post-inner-content h5 a {
  color: #ffffff;
}

.footer-widget .custom-post-widget .post-content .post-inner-content a:hover {
  color: #aaaaaa;
}

.footer-widget .custom-post-widget .post-content .post-inner-content .date {
  font-size: 13px;
}

.footer-widget .custom-post-widget .post-content .post-inner-content .date a {
  color: #aaaaaa;
}

.footer-widget
  .custom-post-widget
  .post-content
  .post-inner-content
  .date
  a:hover {
  color: #ffffff;
}

.custom-post-widget .post-content .post-thumb a:hover .irhas-overlay {
  opacity: 0.8;
  transition: all 0.3s ease;
}

.footer-widget .sidebar-recent-post {
  padding-right: 25px;
}

.textwidget img {
  width: 200px;
}


.footer-bottom-holder {
  background:linear-gradient(#fff,#d3d3d3);
  padding: 50px 0;
}

p.copyright-footer {
  color: #333;
  margin: 0;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

.footer-bottom-contact .contact-footer-menu li {
  float: left;
  margin-right: 12px;
  padding-right: 14px;
}

.footer-bottom-contact .contact-footer-menu li a {
  color: #9f0536;
  font-size: 20px;
  line-height: 15px;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

.contact-footer-menu li:after {
  /*position: absolute;*/
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #333;
}

.contact-footer-menu li:last-child:after {
  content: "";
  width: 0;
  display: none;
}

.irhas2 .footer-bottom-lisensi p a, .irhas1 .footer-bottom-lisensi p a {
  color: #9f0536;
}

/* 10.2. Footer Irhas 2 */


.irhas2 .custom-post-widget .post-content .post-thumb .irhas-overlay {
  background-color: #9f0536;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.3s ease;
}

.irhas2 .widget-title {
  font-size: 20px;
  color: #292d33;
}

.copyright-icon {
  font-size: 17px;
  color: #5e5e5e;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  padding-left: 5px;
}

/* 10.3. Footer Irhas 3 */

.irhas3 .footer-widgets-holder {
  background-color: #ffffff;
  padding: 80px 0 77px;
}

.irhas3 .footer-widgets-holder .textwidget p {
  font-size: 14px;
  line-height: 29px;
  font-weight: normal;
  color: #000;
}

.irhas3
  .footer-widget
  .custom-post-widget
  .post-content
  .post-inner-content
  h5
  a {
  color: #000;
}

.irhas3
  .footer-widget
  .custom-post-widget
  .post-content
  .post-inner-content
  h5
  a:hover {
  color: #ef7a5e;
}

.irhas3 .widget-footer .custom-post-widget .post-content {
  border-bottom: 1px solid #efefef;
}

.irhas3 .widget-footer .custom-post-widget .post-item:last-child .post-content {
  border-bottom: 0;
}

.irhas3 .footer-widgets-holder h4.widget-title {
  font-size: 2rem;
  line-height: 30px;
  font-weight: 600;
  text-transform: none;
  color: #292d33;
  font-style: normal;
}

.irhas3 .footer-bottom-contact .contact-footer-menu li {
  margin-right: 12px;
  padding-right: 14px;
}

.irhas3 .footer-bottom-contact .contact-footer-menu li a {
  font-size: 15px;
  line-height: 15px;
  margin: 0;
}

.irhas3
  .footer-widget
  .custom-post-widget
  .post-content
  .post-inner-content
  .date
  a:hover {
  color: #ef7a5e;
}


@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(152, 152, 152, 0.5);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(152, 152, 152, 0);
    transform: scale(1.05);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(152, 152, 152, 0);
    transform: scale(1);
  }
}

/*法律聲明*/

/* Legal Statement Modal */
.legal-modal {
  position: fixed;
  inset: 0;
  z-index: 9999999999;
  display: none;
}

.legal-modal.is-open { display: block; }

.legal-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}

.legal-modal__panel {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(900px, calc(100% - 32px));
  max-height: min(78vh, 760px);
  overflow: auto;
  background: #fff;
  border-radius: 12px;
  padding: 40px 56px;
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
}

.legal-modal__close {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: flex-end;
  margin: -8px 0 8px;
}

.legal-modal__close button{
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}


.legal-modal .legal-lg h4 { margin: 30px 0 10px; }
.legal-modal .legal-lg p  { margin: 0 0 14px; line-height: 1.9; }


/* ===== 中間影片微調 ===== */

/* Video modal base */
.legal-modal--video { display:none; }
.legal-modal--video.is-open{
  display:flex !important;
  align-items:center;
  justify-content:center;
  position:fixed;
  inset:0;
  z-index:999999;
  padding:16px;
}

.legal-modal--video .legal-modal__backdrop{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.55);
}

.legal-modal--video .legal-modal__panel{
  position:relative;
  z-index:1;
  width:min(960px, calc(100% - 32px));
  max-height:80vh;
  padding:0;
  background:transparent;
  border-radius:0;
  box-shadow:none;
  overflow:hidden;
}

.legal-modal--video #videoModalContent{ background:#000; }
.legal-modal--video video{ display:block; width:100%; height:auto; background:#000; }


/* ===== Force video modal centered (override any existing panel positioning) ===== */
.legal-modal--video {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
}

.legal-modal--video.is-open {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 16px;
}

.legal-modal--video .legal-modal__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.72);
}


.legal-modal--video .legal-modal__panel {
  position: relative !important;

  left: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  margin: 0 !important;

  width: min(960px, calc(100% - 32px)) !important;
  max-height: 80vh !important;

  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: hidden !important;

  z-index: 1 !important;
}

.legal-modal--video #videoModalContent {
  background: #000;
}

.legal-modal--video video {
  display: block;
  width: 100%;
  height: auto;
  background: #000;
}


/*修正首頁偏移*/
/* === Fix: prevent horizontal layout shift / page wobble === */
html, body {
  max-width: 100%;
  overflow-x: clip; /* 比 hidden 更適合處理 transform 造成的溢出 */
}

/* 保留垂直捲軸空間，避免捲軸出現/消失造成左右位移 */
body {
  overflow-y: scroll;
}

/* 保險：主容器也限制水平溢出 */
#main-wrapper {
  max-width: 100%;
  overflow-x: clip;
}

/* Swiper/動畫區塊常見溢出來源：先限制 */
.swiper,
.swiper-wrapper,
.swiper-slide {
  max-width: 100%;
}

/* 圖片/影片/iframe 避免超出容器 */
img, video, iframe {
  max-width: 100%;
}

/*修正手機版解決方案偏移*/

@media (max-width: 768px) {

.irhas2.about .about2-home2-block {
  background-image: url(./img/solution/bg_solution01.jpg);
  background-position: right top;
  background-size: 183%;
  position: relative;
  background-repeat: no-repeat;
  padding-top: 300px;
}

.irhas2.about .about2-solution03-block {
  margin-top: 0;
  background-image: url("./img/solution/bg_solution03.png");
  background-position: right top;
  background-size: 183%;
  position: relative;
  background-repeat: no-repeat;
  z-index: 1;
}

.irhas2 .about2-home2-block .about2-title-wrap{
  margin-top: 80%;
}

.irhas2 .about2-solution01-wrap{
  margin-top: 50px;

}

.solution03-img-wrap,
.solution03-title-wrap,
.solution03-title-wrap2,
.irhas2.about .about2-solution04-block {
  margin-top:0;
}


}

@media (min-width: 300px) {
		.pic {
			width: 100%;
        height: 150px;
        float: left;
        text-align: center;
        margin-bottom: 145px;
			font-size: 12px;
			}
		.pic_A8LED {
			background-image: url("img/led_mb1.jpg");
			background-repeat: no-repeat;
			}
	    .pic_A4LED {
			background-image: url("img/led_mb2.jpg");
			background-repeat: no-repeat;
			}
		.pic_LED3 {
			background-image: url("img/led_mb3.jpg");
			background-repeat: no-repeat;
			}
		.pic_LED4 {
			background-image: url("img/led_mb4.jpg");
			background-repeat: no-repeat;
			}
		.pic_LED5 {
			background-image: url("img/led_mb5.jpg");
			background-repeat: no-repeat;
			}
			.type {
				margin-top: 160px;
			}
	.top_block {
    margin-top: 1440px;
		background-color:#9F0536; 
				width: 110px; 
				height: 60px; 
}
		}
		@media (min-width: 600px) {
		.pic {
			width: 19%;
			height: 270px;
			float: left;
			text-align: center;
			background-size: 100%;
			margin-bottom: 140px;
			margin-left: 5px;
			margin-right: 5px;
			font-size: 12px;
			margin-top: 30%;
			}
		.pic_A8LED {
			background-image: url("img/led_1.jpg");
			background-repeat: no-repeat;
			}
			.pic_A4LED {
			background-image: url("img/led_2.jpg");
			background-repeat: no-repeat;
			}
			.pic_LED3 {
			background-image: url("img/led_3.jpg");
			background-repeat: no-repeat;
			}
			.pic_LED4 {
			background-image: url("img/led_4.jpg");
			background-repeat: no-repeat;
			}
			.pic_LED5 {
			background-image: url("img/led_5.jpg");
			background-repeat: no-repeat;
			}
			.type {
				margin-top: 137%;
			}
			.top_block {
            margin-top: 750px;
			background-color:#9F0536; 
				width: 110px; 
				height: 60px; 
}
		}
.solution-span {
    line-height: 130px;
}
