﻿@media (max-width: 1400px) {
	.thumb h4 {
		font-size: 28px !important;
	}
	
	.thumb span {
		font-size: 18px !important;
	}
	
	.thumb p {
		font-size: 16px !important;
	}
}

@media (max-width: 991px) {
	.thumb .strokeLargeText {
		color: #fff8ed;
		font-size: 40px !important;
		font-weight: 700;
		margin-bottom: 15px;
		&::before {
			content: attr(data-storke);
			position: absolute;
			z-index: -1;
			-webkit-text-stroke: 8px #a38151;
			text-stroke: 8px #cb9f62;
		}
	}

	.thumb .strokeSmallText {
		color: #fff8ed;
		font-size: 24px !important;
		font-weight: 700;
		margin-bottom: 15px;
		&::before {
			content: attr(data-storke);
			position: absolute;
			z-index: -1;
			-webkit-text-stroke: 6px #a38151;
			text-stroke: 8px #cb9f62;
		}
	}
	
	.main-banner {
		padding-left: 25px;
		padding-right: 25px;
	}
	
	.header_type {
		font-size: 18px !important; 
		letter-spacing: 2px;
	}

	#assetmgt .left-image img {
	  padding-bottom: 90px;
	}

	.comp-page-small-bg-img {
		padding-right: 0px !important;
	  min-height: 200px;
	}
	
	.comp-page-white-box {
	  padding: 30px !important;
	}
	
	.comp-page-no-gutters>.col, .comp-page-no-gutters>[class*=col-] {
		padding-right: 0;
	}
	
	#securities .div-box-img {
		display: inline;
		width: 50%;
	}
	
	#securities .square-box {
		display: flex;
		width: 100%;
		align-items: center; /* Vertically center */
		text-align: center;
		background-color: #f8f8f8;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	#securities .square-box-img  img{
		width: 100%;
		overflow: hidden;
	}
}

@media (max-width: 767px) {
    .notification-modal .vm--modal {
        max-width: 86% !important;
    }
	
	.notification-title {
		font-size: 20px !important;
	}

	.notification-content {
		font-size: 16px !important;
	}

	.header-area .main-nav .nav li span {
	  height: 50px !important;
      line-height: 50px !important;
      padding: 0px !important;
      border: none !important;
      background: #dcdcdc !important;
      color: #191a20 !important;
	}
	
	.header-area .main-nav .nav li span:hover {
      background: #c39e55 !important;
      color: #ffffff!important;
	}

	.main-banner .left-content .thumb .inner-content {
		width: 80%;
	}
	
    .mobile-menu {
        background-color: #f7f7f7;
    }
	
	#assetmgt .left-image img {
	  padding-bottom: 90px;
	}
	
	.FAQTabContent {
	  padding: 20px !important;
	}
	
	.togglefaq {
	  font-size: 20px !important;
	}
	
	.faqanswer {
	  font-size: 16px !important;
	  padding: 10px 10px 10px 38px !important;
	}
}

@media (max-width: 497px) {
	.notification-title {
		font-size: 14px !important;
	}

	.notification-content {
		font-size: 12px !important;
		line-height: 1.6 !important;
	}

	.thumb .strokeLargeText {
		color: #fff8ed;
		font-size: 32px !important;
		font-weight: 700;
		margin-bottom: 15px;
		&::before {
			content: attr(data-storke);
			position: absolute;
			z-index: -1;
			-webkit-text-stroke: 8px #a38151;
			text-stroke: 8px #cb9f62;
		}
	}

	.thumb .strokeSmallText {
		color: #fff8ed;
		font-size: 20px !important;
		font-weight: 700;
		margin-bottom: 15px;
		&::before {
			content: attr(data-storke);
			position: absolute;
			z-index: -1;
			-webkit-text-stroke: 6px #a38151;
			text-stroke: 8px #cb9f62;
		}
	}
}

@media (min-width: 991px) {
	.thumb .strokeLargeText {
		color: #fff8ed;
		font-size: 52px !important;
		font-weight: 700;
		margin-bottom: 15px;
		&::before {
			content: attr(data-storke);
			position: absolute;
			z-index: -1;
			-webkit-text-stroke: 10px #a38151;
			text-stroke: 10px #cb9f62;
		}
	}

	.thumb .strokeSmallText {
		color: #fff8ed;
		font-size: 28px !important;
		font-weight: 700;
		margin-bottom: 15px;
		&::before {
			content: attr(data-storke);
			position: absolute;
			z-index: -1;
			-webkit-text-stroke: 8px #a38151;
			text-stroke: 8px #cb9f62;
		}
	}

	.main-banner {
		padding-left: 50px;
		padding-right: 50px;
	}

	.comp-page-box {
	  padding: 30px !important;
	  min-height: 400px;
	}
	
	#securities .square-box {
		display: flex;
		width: 100%;
		aspect-ratio: 1 / 1;
		align-items: center; /* Vertically center */
		text-align: center;
		background-color: #f8f8f8;
		margin-bottom: 30px;
	}
	
	#securities .square-box-img {
		margin-bottom: 30px;
	}
	
	#securities .square-box-img  img{
		width: 100%;
		overflow: hidden;
	}
}

@media (min-width: 1200px) {
	.main-banner {
		padding-left: 100px;
		padding-right: 100px;
	}

    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1350px;
	}
}

.header_type {
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: #2a2a2a;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.text-brown {
  color: #c39e55 !important;
}

.text-red {
  color: #ff0000 !important;
}

.text-dark-blue {
  color: #2b255c !important;
}

.text-size16{
  font-size: 16px !important;
}

.text-bold600{
  font-weight: 600 !important;
}

.lower-alpha {
  list-style-type: lower-alpha !important;
}

.box-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, rgba(213,176,105, .2));
  /*background-image: linear-gradient(180deg, transparent, rgba(4, 4, 4, .3));*/
}

.brown-button-box {
    display: inline-flex;
    justify-content: center;
    padding: 10px 24px;
    background-color: #d5b26d;
}

.brown-button-box .brown-button-text {
    font-family: Noto Sans CJK TC, Helvetica, Heiti TC, PingFangTC, PingFangSC, Microsoft JhengHei, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-weight: 200;
    color: #ffffff;
    align-self: center;
}

footer {
	margin-top: 0px !important;
}

/* 
---------------------------------------------
Notice Box (index page)
--------------------------------------------- 
*/
.notification-title {
	font-family: Noto Sans CJK TC, Helvetica, Heiti TC, PingFangTC, PingFangSC, Microsoft JhengHei, Arial, sans-serif;
	font-size: 24px;
    font-weight: 600;
	color: #a40000;
	margin-bottom: 1rem !important;
}

.notification-content {
	font-family: Noto Sans CJK TC, Helvetica, Heiti TC, PingFangTC, PingFangSC, Microsoft JhengHei, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #595757;
	text-align: justify !important;
	line-height: 2;
}

.vm--container {
    position: fixed;
    box-sizing: border-box;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
}

.vm--overlay {
    position: fixed;
    box-sizing: border-box;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    /* z-index: 999; */
    opacity: 1;
}

.vm--top-right-slot {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.notification-modal .vm--modal {
    max-width: 100%;
    transform: translate(-50%, -50%);
    top: 50% !important;
    left: 50% !important;
    position: relative;
    overflow: visible !important;
}

.vm--modal {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    background-color: white;
    border-radius: 3px;
    box-shadow: 0 20px 60px -2px rgba(27, 33, 58, 0.4);
}

.close-btn {
	position: absolute;
	right: -15px;
	top: -15px;
	width: 35px;
	height: 35px;
	background: #a40000;
	border: 3px solid #fff;
	border-radius: 50%;
	cursor: pointer
}

.close-btn:before {
	transform: rotate(45deg)
}

.close-btn:after,.close-btn:before {
	content: "";
	width: 21px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 14px;
	right: 4px
}

.close-btn:after {
	transform: rotate(-45deg)
}


/* 
---------------------------------------------
tnc Page
--------------------------------------------- 
*/

.tnc-page-heading {
  background-image: url(../image/tnc-banner.png);
}

.tnc-section-sub-heading {
  font-size: 24px;
  margin-bottom: 60px;
}

.tnc-content {
  font-size: 16px;
}

.tnc-content div{
  margin-bottom: 20px;
}

.tnc-content ol li{
  list-style-type: decimal;
  margin-left: 40px;
}

.footer-tnc-link {
  color:#ffffff;
  font-size: 14px;
}

.footer-tnc-link  div{
  display: inline-block;
  color:#ffffff;
  font-size: 14px;
}

/*
---------------------------------------------
index - securities
---------------------------------------------
*/

#securities {
  padding-top: 90px;
  padding-bottom: 90px;
  border-bottom: 3px dotted #eee;
}

#securities .left-content {
  margin-right: 30px;
}

#securities .left-content h2 {
  font-size: 34px;
  font-weight: 700;
  color: #D5B069;
}

#securities .left-content span {
  font-size: 16px;
  color: #666666;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

#securities .left-content .quote {
  margin-top: 25px;
}

#securities .left-content .quote i {
  float: left;
  font-size: 32px;
  margin-right: 15px;
  margin-top: 10px;
}

#securities .left-content .quote p {
  font-style: italic;
  color: #2a2a2a;
  font-size: 18px;
  font-weight: 600;
}

#securities .left-content p {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

#securities .left-content .main-border-button  {
  display: inline-block;
  padding: 0px 7px;
}

#securities .left-content .main-border-button a {
  color: #2a2a2a;
  border-color: #2a2a2a;
  margin-top: 35px;
}

#securities .left-content .main-border-button a:hover {
  background-color: #2a2a2a;
  color: #fff;
}

#securities .main-button-acct-open {
  width: 100%;
  text-align: center;
}

#securities .main-button-acct-open  a{
  width: 100%;
  background-color: #d5b069;
  color: #ffffff !important;
  border: 0px;
  font-size: 16px;
  font-weight: 600;
}

#securities .square-box-content {
	width: 100%;
}

#securities .square-box-content  h4{
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 5px;
}

#securities .square-box-content span {
  font-size: 14px;
  font-style: italic;
  color: #aaa;
  font-weight: 500;
}

/* 
---------------------------------------------
index - assetmgt
--------------------------------------------- 
*/

#assetmgt{
  padding-top: 90px;
  padding-bottom: 90px;
  border-bottom: 3px dotted #eee;
}

#assetmgt .left-image img {
  width: 100%;
  overflow: hidden;
}

#assetmgt .right-content {
  margin-left: 30px;
}

#assetmgt .right-content h2 {
  font-size: 34px;
  font-weight: 700;
  color: #D5B069;
}

#assetmgt .right-content span {
  font-size: 16px;
  color: #666666;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

#assetmgt .right-content .quote {
  margin-top: 25px;
}

#assetmgt .right-content .quote i {
  float: left;
  font-size: 32px;
  margin-right: 15px;
  margin-top: 10px;
}

#assetmgt .right-content .quote p {
  font-style: italic;
  color: #2a2a2a;
  font-size: 18px;
  font-weight: 600;
}

#assetmgt .right-content p {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

#assetmgt .right-content ul {
  border-top: 3px dotted #eee;
  margin-top: 30px;
  padding-top: 30px;
}

#assetmgt .right-content ul li {
  display: inline-block;
  margin-right: 5px;
}

#assetmgt .right-content ul li a {
  width: 44px;
  height: 44px;
  background-color: #2a2a2a;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  transition: all .5s;
}

#assetmgt .right-content ul li a:hover {
  background-color: #eee;
  color: #2a2a2a;
}

#assetmgt .right-content .main-border-button  {
  display: inline-block;
  padding: 0px 7px;
}

#assetmgt .right-content .main-border-button a {
  color: #2a2a2a;
  border-color: #2a2a2a;
  margin-top: 35px;
}

#assetmgt .right-content .main-border-button a:hover{
  color: #ffffff;
  background-color: #2a2a2a;
}

/* 
---------------------------------------------
index - credit
--------------------------------------------- 
*/

#credit{
  padding-top: 90px;
  padding-bottom: 90px;
  border-bottom: 3px dotted #eee;
}

#credit .right-image img {
  width: 100%;
  overflow: hidden;
}

#credit .left-content {
  margin-left: 30px;
}

#credit .left-content h2 {
  font-size: 34px;
  font-weight: 700;
  color: #D5B069;
}

#credit .left-content span {
  font-size: 16px;
  color: #666666;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

#credit .left-content .quote {
  margin-top: 25px;
}

#credit .left-content .quote i {
  float: left;
  font-size: 32px;
  margin-right: 15px;
  margin-top: 10px;
}

#credit .left-content .quote p {
  font-style: italic;
  color: #2a2a2a;
  font-size: 18px;
  font-weight: 600;
}

#credit .left-content p {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

#credit .left-content ul {
  border-top: 3px dotted #eee;
  margin-top: 30px;
  padding-top: 30px;
}

#credit .left-content ul li {
  display: inline-block;
  margin-right: 5px;
}

#credit .left-content ul li a {
  width: 44px;
  height: 44px;
  background-color: #2a2a2a;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  transition: all .5s;
}

#credit .left-content ul li a:hover {
  background-color: #eee;
  color: #2a2a2a;
}

#credit .left-content .main-border-button  {
  display: inline-block;
  padding: 0px 7px;
}

#credit .left-content .main-border-button a {
  color: #2a2a2a;
  border-color: #2a2a2a;
  margin-top: 35px;
}
#credit .left-content .main-border-button a:hover {
  background-color: #2a2a2a;
  color: #ffffff;
}

/* 
---------------------------------------------
Content Page Style
--------------------------------------------- 
*/
.page-heading {
  margin-top: 100px;
  margin-bottom: 0px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-heading .inner-content {
  padding: 150px 0px;
  text-align: center;
}

.page-heading .inner-content h2 {
  font-size: 52px;
  color: #c39e55;
  font-weight: 700;
  margin-bottom: 15px;
  background-color: rgba(255, 255, 255, 0.85);
}

.page-heading .inner-content span {
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  padding: 5px 20px;
  background-color: rgba(255, 255, 255, 0.85); 
}

.page-section {
  padding-top: 90px;
  padding-bottom: 90px;
  border-top: 3px dotted #eee;
  border-bottom: 3px dotted #eee;
}

.page-section .page-section-heading {
  margin-bottom: 60px;
  text-align: center;
}

.page-section .page-section-heading h2 {
  font-size: 34px;
  font-weight: 700;
  color: #c39e55;
  margin-bottom: 10px;
}

.page-section .col-lg-4 {
  padding: 5px;
}

.page-section-title {
	display: inline-block;
    border-color: currentcolor #c39e55 #c39e55;
    border-top: 3px solid #c39e55;
    padding-top: 10px;
	margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
	font-weight: 600;
    font-size: 24px;
}

.page-section-sub-title {
	font-family: Noto Sans CJK TC, Helvetica, Heiti TC, PingFangTC, PingFangSC, Microsoft JhengHei, Arial, sans-serif;
	font-weight: 600;
	font-size: 24px;
	color: #c39e55;
	margin-top: 20px;
}

.bg-light-blue {
	background-color: #e2edf1;
}

.bg-light-blue .container {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.session-bg-blue {
	background-color: #f6fafb;
}

.content-white-box {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 0;
  margin-left: 0;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
}

.content-white-box-div {
	padding: 30px 15px;
	width: 100%;
	height: 100%;
}

.content-white-box-div h2 {
    color: #0f698d;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 28px;
}

.content-white-box-div-text {
	font-weight: 400;
	font-size: 18px;
	color: #595757;
	line-height: 31px;
}

.content-white-box-div-img {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	height: 100%;
	min-height: 300px;
}

.margin-top-20 {
	margin-top: 20px;
}

.content-padding-top {
	padding-top: 30px;
}

/* 
---------------------------------------------
FAQ Page
--------------------------------------------- 
*/
.faq-page-heading {
  background-image: url(../image/faq-banner.png); 
}

.FAQTab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

.FAQTab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

.FAQTab button:hover {
  background-color: #ddd;
}

.FAQTab button.active {
  color: #c39e55;
  font-weight: 700;
  background-color: #ffffff;
}

.FAQTabContent {
  display: none;
  padding: 20px 40px;
  border: 1px solid #ccc;
  border-top: none;
  text-align: center;
}

.faq-items {
	border: #707070 solid;
    border-width: 0 0 2px;
    width: 100%;
	padding: 25px 0px 0px 0px;
	line-height: 1.5;
	text-align: left;
}

.togglefaq {
	color: #333333;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 5px !important;
	line-height: 1.3;
	display: flex;
}

.togglefaqopen{
	color: #0f698d !important;
	font-weight: 600;
}

.faqanswer {
    color: #595757;
	font-size: 20px;
	font-weight: 400;
	display: none;
	padding: 10px 20px 10px 45px;	
	background-color: #e5f8ff;
}

.faqanswer  ol li{
  list-style-type: decimal;
  margin-left: 50px;
}

.icon-plus {
	background-image: url(../image/faq-plus-sign.svg);
	height: 28px;
	width: 28px;
	padding-right: 28px;
	margin-right: 10px;
}

.icon-minus {
	background-image: url(../image/faq-minus-sign.svg);
	height: 28px;
	width: 28px;
	padding-right: 28px;
	margin-right: 10px;
	font-size: 20px;
	float:left;
}

.faq-instru-img {
	text-align: center;
	padding: 20px 50px 0px 50px;
}

.faq-instru-text {
	text-align: center;
	font-size: 16px;
}

/* 
---------------------------------------------
Company Page
--------------------------------------------- 
*/

#comp-info-intro-01 {
  background-image: url(../image/comp-info-intro-01.png); 
}

#comp-info-intro-02 {
  background-image: url(../image/comp-info-intro-02.png); 
}

#comp-info-intro-03 {
  background-image: url(../image/comp-info-intro-03.png); 
}

#comp-info-intro-04 {
  background-image: url(../image/comp-info-intro-04.png); 
}

#comp-info-intro-05 {
  background-image: url(../image/comp-info-intro-05.png); 
}

.comp-page-heading {
  background-image: url(../image/comp-info-banner.png); 
}

.comp-page-align-top{
  padding-top: 20px;
}

.comp-page-text {
  font-weight: 400;
  font-size: 18px;
  color: #595757;
  line-height: 31px;
}

.comp-page-whole-box {
  width: 100%;
  margin-bottom: 35px;
  margin-right: 0;
  margin-left: 0;
}

.comp-page-bg-img {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  height: 100%;
  min-height: 400px;
}

.comp-page-box {
  padding: 30px 15px;
  width: 100%;
  height: 100%;
}

.comp-page-box h2 {
  color: #0f698d;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 28px;
}

.comp-page-small-bg-img {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  min-height: 260px;
}

.comp-page-white-box {
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding: 60px 30px;
}

.comp-page-no-gutters {
  padding-right: 0;
  padding-left: 0;
}

.comp-page-no-gutters>.col, .comp-page-no-gutters>[class*=col-] {
  padding-left: 0;
}

.frame {
  border: 1px solid #0f698d;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 60px 30px 50px;
}

.frame img {
  width: 75px;
  height: 75px;
  max-width: 75px;
  max-height: 75px;
  position: absolute;
  top: -38px;
  left: 38px;
}

.frame p {
  font-weight: 400;
  font-size: 18px;
  color: #595757;
  line-height: 31px;
}

.triangle-border {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  right: 0;
  bottom: 0;
  border-color: transparent transparent #0f698d;
  border-width: 0 0 49px 49px;
  z-index: 1;
}

.triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  right: -1px;
  bottom: -1px;
  border-color: transparent transparent #fff;
  border-width: 0 0 50px 50px;
  z-index: 2;
}