/* by Creasant */

/* General Start */
/*.width-auto .field__item > img{max-width: 100%;width: auto;}*/
/*.max-width-300{max-width: 300px;}*/
/*.max-width-330{max-width: 330px;}*/
/*.min-height-360{min-height: 360px;}*/

.space-top-110{padding-top: 110px;}
.space-top-120{padding-top: 120px;}
.space-top-130{padding-top: 130px;}
.space-top-140{padding-top: 140px;}
.space-top-150{padding-top: 150px;}
.space-bottom-110{padding-bottom: 110px;}
.space-bottom-120{padding-bottom: 120px;}
.space-bottom-130{padding-bottom: 130px;}
.space-bottom-140{padding-bottom: 140px;}
.space-bottom-150{padding-bottom: 150px;}
/* General end */
/* header */
header .mtpc_header .header .wrapper .logos .logos_left .logo_two.text_logo a, header .mtpc_header .header .wrapper .logos .logos_left .logo_two.text_logo span{
  width: max-content;
  max-width: 250px;
}
header .mtpc_header .header .wrapper .logos .navigation>ul.menu li ul li a, header .mtpc_header .header .wrapper .logos .navigation>ul.menu li ul li span{
  padding: 0;
  margin: 0 15px;
  width: fit-content;
}
.mtpc_header .navigation > ul.menu > li a, 
.mtpc_header .navigation > ul.menu > li span{
  display: inline-block;
  position: relative;
}
header .config_pages--type--header-block .mobile_menu_wrapper .mobile_navigation>ul.menu>li.menu-item--expanded>ul>li>a.is-active,
header .config_pages--type--header-block .mobile_menu_wrapper .mobile_navigation>ul.menu>li>a.is-active{
  text-decoration: underline;
  text-decoration-color: #D9AF5B;
  text-underline-offset: 8px;
  color: #003366;
}
.mtpc_header .navigation > ul.menu > li a::after, 
.mtpc_header .navigation > ul.menu > li span::after{
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #D9AF5B;
  transition: transform 0.25s ease-out;
  transform-origin: bottom center;
}
.mtpc_header .navigation > ul.menu > li a.is-active,
.mtpc_header .navigation > ul.menu > li a:hover,
.mtpc_header .navigation > ul.menu > li span.is-active,
.mtpc_header .navigation > ul.menu > li span:hover{
  color: #003366;
}
.mtpc_header .navigation > ul.menu > li a.is-active::after, 
.mtpc_header .navigation > ul.menu > li a:hover::after, 
.mtpc_header .navigation > ul.menu > li span:hover::after{
  transform: scaleX(1);
}
html[lang="zh-hant"] header .mtpc_header .header .wrapper .logos .logos_left .logo_two.text_logo a,
html[lang="zh-hans"] header .mtpc_header .header .wrapper .logos .logos_left .logo_two.text_logo a{
  margin-top: 10px;
}
/* footer */
.mtpc_footer{
  margin-top: 0;
}
/**/
#back-to-top i:before{
  content: "\f062";
}
body footer #back-to-top{
  background-color: transparent;
  background-color: #f9f9f9;
  color: #C49090;
  border: 1px solid #C49090;
  border-radius: 100%;
  opacity: .7 !important;
}
/**/

h2{
  font-size: 46px;
  font-weight: 200;
  line-height: 1.2;
}

h3{
  font-size: 38px;
  font-weight: 800;
  line-height: 1.4;
}

p:has( span.inline-h4){
  margin-bottom: 3px;
}
span.inline-h4{
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
}
h4{
  font-size: 28px;
  font-weight: 800;
  line-height: 1.4;
}

h5{
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}

html[lang="zh-hant"] h5,
html[lang="zh-hans"] h5{
  font-size: 26px;
}

h6{
  font-size: 20px;
  font-weight: 800;
  line-height: 1.6;
}

p{
  font-size: 1em;
  font-weight: 400;
  /*line-height: 1.4;*/
  line-height: 1.55em;
  letter-spacing: 0.58px;
}

p.small-text{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 5px;
}

h2.page-title{
  font-size: 56px;
  color: #333333;
  font-weight: 300;
  line-height: 1.4;
}

h2.page-title strong,
strong h2.page-title{
  font-weight: 900;
  color: inherit;
}

span.font-weight-800{
  font-weight: 800;
}

a.text-btn strong,
strong a.text-btn{
  font-weight: 800;
}

a.text-btn:before{
  content: '';
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: all .3s;
  position: absolute;
  top: 0;
  left: -100%;
}

a.text-btn:hover:before{
  left: 0;
}

a.text-btn.black{
  /*border: 1px solid #003366;*/
  border: 1px solid #444444;
}

a.text-btn.black:hover{
  /*border: 1px solid #003366;*/
  border: 1px solid #444444;
}

a.text-btn{
  font-size: 16px;
  padding: 18px;
  min-width: 100px;
  text-align: center;
  margin-bottom: 5px;
  border: 1px solid #C49090;
  display: inline-block;
  transition: all .3s;
  position: relative;
  z-index: 0;
  overflow: clip;
}

a.text-btn:hover{
  text-decoration: none;
  background-position: 0 0;
  background: transparent;
}

table.tbl-line{
  border: none;
  margin: 20px 0;
}
table.tbl-line tbody tr td{
  border-bottom: none !important;
  border-top: 2px solid #D9D9D9 !important;
  padding: 18px 0;
  min-width: 108px;
  vertical-align: text-top;
}
table.tbl-line tbody tr:last-child td{
  border-bottom: 2px solid #D9D9D9 !important;
}

small{
  font-size: 15px; 
  font-weight: 400;
  line-height: 1.5;
}
.mtpc-textarea h2:last-child,
.mtpc-textarea h3:last-child,
.mtpc-textarea h4:last-child,
.mtpc-textarea h5:last-child,
.mtpc-textarea h6:last-child,
.mtpc-textarea table:last-child,
.mtpc-textarea p:last-child{
  margin-bottom: 0;
}
/* start breadcrumb */
.region-breadcrumb .block-system-breadcrumb-block .breadcrumb ol li:last-child::after{
  content: '/';
  padding: 0 5px;
}
.region-breadcrumb .block-system-breadcrumb-block .breadcrumb ol li a,
.region-breadcrumb .block-system-breadcrumb-block .breadcrumb ol li{
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  letter-spacing: 0.5px;
}
body.page-node-type-mtpc-gallery nav.breadcrumb ol li:last-child,
body.page-node-type-news nav.breadcrumb ol li:last-child{
  display: inline;
}
/* end breadcrumb */
article.mtpc-news-article .mtpc_news_share .social-sharing #st-1 .st-btn, article.mtpc-news-article .mtpc_news_share .social-sharing #st-2 .st-btn{
  background-color: #C49090;
}
article.mtpc-news-article .mtpc_news_share .mtpc_banner_caption{
  border-top-color: #C49090;
}
.eapps-widget-toolbar-panel-wrapper,
.WidgetBackground__ContentContainer-sc > a{
  display: none;
  scale: 0;
}
.slick-prev, .slick-next{
  z-index: 1;
}
.mtpc_header .navigation > ul.menu > li > ul > li {
  background-color: #D9AF5B;
}
.mtpc_header .navigation > ul.menu > li > ul > li a, .mtpc_header .navigation > ul.menu > li > ul > li span {
  color: #444;
}
.mtpc_header .navigation > ul.menu > li > ul > li a:hover, .mtpc_header .navigation > ul.menu > li > ul > li span:hover {
  color: #003366;
}
a[href="#"]:hover{
  text-decoration:none;
}
header .config_pages--type--header-block .mobile_menu_wrapper .mobile_navigation>ul.menu>li.no-submenu-items>a:after,
header .config_pages--type--header-block .mobile_menu_wrapper .mobile_navigation>ul.menu>li>a.arrow-right:after, 
header .config_pages--type--header-block .mobile_menu_wrapper .mobile_navigation>ul.menu>li>span.arrow-right:after,
header .config_pages--type--header-block .mobile_menu_wrapper .mobile_navigation .switch-language ul.language-switcher-language-url li a,
header .config_pages--type--header-block .mobile_menu_wrapper .mobile_navigation .top_links>ul.menu>li>a, header .config_pages--type--header-block .mobile_menu_wrapper .mobile_navigation .top_links>ul.menu>li>span{
  color: #D9AF5B;
}
header .config_pages--type--header-block .mobile_menu_wrapper .mobile_navigation>ul.menu>li.menu-item--expanded>ul {
  background-color: #D9AF5B;
}
header .config_pages--type--header-block .mobile_menu_wrapper .mobile_navigation>ul.menu>li.menu-item--expanded>ul>li>a, header .config_pages--type--header-block .mobile_menu_wrapper .mobile_navigation>ul.menu>li.menu-item--expanded>ul>li>span {
  color: #444;
}

.view-id-mtpc_albums .view-content .views-row.album_grid_item.grid3_style {
  margin-bottom: 0 !important;
}