@font-face {
	font-family: 'NotoSans';
	font-weight: 300;
	src: url('../asset/font/NotoSansCJKtc-Regular.otf');
}

@font-face {
	/* override the unicode single and dobule quote with Arial */
	font-family: 'NotoSans';
	font-weight: 300;
	src: local(Arial);
	unicode-range: U+2018, U+2019, U+201C, U+201D;
}

@font-face {
	font-family: 'NotoSans';
	font-weight: 700;
	src: url('../asset/font/NotoSansCJKtc-Bold.otf');
}

@font-face {
	/* override the unicode single and dobule quote with Arial */
	font-family: 'NotoSans';
	font-weight: 700;
	src: local(Arial);
	unicode-range: U+2018, U+2019, U+201C, U+201D;
}

html,
body {
	height: 100%;
	font-family: 'NotoSans';
}

body {
	color: rgb(59, 59, 59);
	font-size: 0.95em;
	line-height: 1.3em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1em;
}

h4 {
	font-size: 1.2em;
	font-weight: 800;
}

input {
	outline: none;
}

.paragraph-center-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}

.paragraph-center-image-wide {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.font-lg {
	font-size: 1.4em;
	line-height: 1.2em;
}

.font-md {
	font-size: 1em;
}

.font-sm {
	font-size: 0.8em;
}

.g-text-normal {
	font-weight: normal;
}

.g-text-bold {
	font-weight: bold;
}

.g-text-justify {
	text-align: justify;
}

/* Colors */

.g-text-white {
	color: #ffffff;
}

.g-text-blue {
	color: #007bff;
}

.g-text-primary,
.g-text-primary-1,
.g-text-primary-2,
.g-text-primary-3,
.g-text-primary-4,
.g-text-primary-5,
.g-text-primary-6 {
	margin-bottom: 20px !important;
}

.g-text-primary {
	color: #ec8c2a;
}

.g-text-primary-1 {
	color: #00c0f3;
}

.g-text-primary-2 {
	color: #00918d;
}

.g-text-primary-3 {
	color: #4190c9;
}

.g-text-primary-4 {
	color: #7d579d;
}

.g-text-primary-5 {
	color: #d87746;
}

.g-text-primary-6 {
	color: #58a737;
}

.g-background-primary {
	background-color: #ec8c2a;
}

.g-background-primary-1 {
	background-color: #00c0f3;
}

.g-background-primary-2 {
	background-color: #00918d;
}

.g-background-primary-3 {
	background-color: #4190c9;
}

.g-background-primary-4 {
	background-color: #7d579d;
}

.g-background-primary-5 {
	background-color: #d87746;
}

.g-background-primary-6 {
	background-color: #58a737;
}

.g-text-gray {
	color: rgb(33 37 41 / 81%);
}

/* Content */

/* .g-main-content {
    padding: 40px 0;
} */

.g-paragraph-header {
	font-size: 1.375em;
}

.g-paragraph {
	font-size: 1.125em;
	line-height: 1.5;
}

img {
	width: 100%;
	height: auto;
}

.ha-news-tile-element__box__image-1 {
	width: 100% !important;
	height: 140px !important;
}

/*.quiz-content {
    min-width: 1300px!important;
}

.quiz-content-en {
    min-width: 1300px!important;
}*/

@media only screen and (max-width: 768px) {
	.ha-news-tile-element__box__image-1 {
		height: 86px !important;
	}
}

@media only screen and (max-width: 425px) {
	.ha-news-tile-element__box__image-1 {
		height: auto !important;
	}

	/*.quiz-content {
        min-width: 900px!important;
    }*/
}

@media only screen and (max-width: 375px) {
	/*.quiz-content {
        min-width: 800px!important;
    }*/
}

@media only screen and (max-width: 320px) {
	/*.quiz-content {
        min-width: 700px!important;
    }*/
}

/* Captcha Code */
#captcha_image_audio_controls {
	padding-top: 10px !important;
	margin-bottom: 10px;
}

#captcha_image_audio_controls img {
	width: 50px;
	height: auto;
}

a.refresh_captcha_button img {
	width: 50px;
	height: auto;
}

input#captcha_code {
	border: 0;
	background-color: white;
	color: #3b3b3b;
	height: 3em;
	border-radius: 1.5em;
	padding: 0 1em;
	min-width: 50px;
}

.news-preview-content {
	padding: 20px;
}

.news-preview-content.brown {
	background: #BC6C0C;
	color: #fff;
}

.news-preview-content.orange {
	background: #fffdf8;
	color: #f38e2a;
	border-bottom: 4px solid #fad1a6;
}

.news-preview-content.green {
	background: #278171;
	color: #fff;
	border-bottom: 4px solid #009C9C;
}

.news-preview-content.blue {
	background: #3877b8;
	color: #fff;
	border-bottom: 4px solid #3877b8;
}

.news-preview-content.purple {
	background: #653D84;
	color: #fff;
	border-bottom: 4px solid #653D84;
}

.news-preview-content h3 {
	font-size: 1.3em;
	margin-bottom: 0px;
}

.news-preview-content.main h3:hover,
a.thumbnail-link:hover {
	text-decoration: none !important;
}

a {
    color: unset;
    text-decoration: unset;
}

a.thumbnail-link.top {
	margin-bottom: 30px;
}

.ending-content {
	padding: 30px;
	border-radius: 50px;
}

.ending-content.green {
	background: #f2fafb;
	color: #005252;
	margin-bottom: 40px;
}

.ending-content.orange {
	background: #fffbf6;
	color: #874402;
}

.ending-content.green p {
	margin: 0px;
}

.ha-news-link-history__text,
.ha-news-link-subscribe__text {
	font-size: 1.3em;
}


.update-item a {
	text-decoration: underline;
    word-break: break-all;
}

.single-container {
	max-width: 100%;
	margin: auto;
}

.single-title {
	background: #005c5c;
	text-align: center;
	color: #fff;
	font-size: 1.3em;
	padding: 15px;
	margin-bottom: 50px;
	line-height: 1.5;
}

.single-title.brown {
	background-color: #BC6C0C;
}

.single-title.green {
	background-color: #278171;
}

.single-title.blue {
	background-color: #3877b8;
}

.single-title.purple {
	background-color: #653D84;
}

.single-title.orange {
	background-color: #FBA43F;
	color: #000;
}

.single-content {
	width: 950px;
	max-width: 100%;
	margin: auto;
	color: #333333;
	line-height: 2;
	display: table;
	text-align: justify;
}

.mb-0 {
	margin-bottom: 0;
}

.mb-40 {
	margin-bottom: 40px;
}

.update-item.pt-0 {
	padding-top: 0;
}

.update-item.pb-0 {
	padding-bottom: 0;
}

.news-hm-dr {
	background: #f1f9fa;
	float: left;
	width: 100%;
	margin-bottom: 55px;
}

.single-content .col-2 {
	width: 15%;
	float: left;
}

.single-content .col-3 {
	width: 25%;
	float: left;
}

.single-content .col-4 {
	width: 35%;
	float: left;
}

.single-content .col-4.right {
	width: 35%;
	float: right;
}

.single-content .col-5 {
	width: 40%;
	float: left;
}

.single-content .col-6 {
	width: 50%;
	float: left;
}
.single-content.row .col-6 {
	width: 49%;
}
.single-content.row .col-6:first-child {
	margin-right:1%
}

.single-content.row .col-6:last-child {
	margin-left:1%
}


.single-content h2 {
	color: #005c5c;
	font-size: 1.3em;
	display: table;
	margin-bottom: 10px;
	font-weight: 900;
}
.single-content h2.title-green {
	color: #007272 !important;
}

.orange .single-content h2 {
	color: #f38e2a;
}

.blue .single-content h2 {
	color: #0e70a7;
}

.brown .single-content h2 {
	color: #3877b8;
}

.intro-row-content {
	background: #fff;
	border-radius: 30px;
	padding: 20px;
}

.intro-row-content h3 {
	margin-bottom: 10px;
	color: #005c5c;
}

.blue-bubble-photo {
	width: 45%;
	float: left;
	position: relative;
	z-index: 0;
	margin-top: 40px;
}

.intro-row-photo {
	width: 60%;
	float: left;
	margin-left: -10%;
	position: relative;
	z-index: 0;
}

.intro-row-content {
	width: 50%;
	float: left;
	z-index: 1;
	position: relative;
	margin-top: 40px;
}

img.center-image {
	width: 500px;
	margin: 30px auto;
	display: block;
}

img.center-image.small {
	width: 300px;
}

img.center-image.large {
	width: 80%;
}

img.center-image.full {
	width: 100%;
}

.large-center-image-text {
	width: 80%;
	display: table;
	margin: auto;
	margin-top: -20px;

}

.blue-bubble-content {
	width: 70%;
	margin-right: -15%;
	float: left;
	z-index: 1;
	position: relative;
	background: #3877b8;
	padding: 30px;
	color: #fff;
	font-size: 0.9em;
}

.blue-bubble-content:after {
	content: '';
	background: url(../asset/image/bubble-arrow.png);
	background-size: cover;
	position: absolute;
	width: 50px;
	height: 45px;
	bottom: -40px;
	right: 60px;
}

.single-content .left-image {
	margin-right: 20px;
}

.single-content .right-image {
	margin-left: 20px;
	float: right;
}

.single-content.blue-bubble {
	margin-top: 30px;
	margin-bottom: 30px;
	display: table;
}

h3.b-30 {
	margin-bottom: 30px;
}

.ref-link-section {
	background: #fafafa;
	padding-top: 30px;
	padding-bottom: 30px;
}

.ref-link-section .single-content {
	font-size: 14px;
	color: #666;
	line-height: 1.5em;
}

.ref-link-section .single-content a {
	word-break: break-all;
	display: table;
	float: revert;
	color: #005c5c;
	text-decoration: none;
	margin-left: 10px;
}

/*.single-news-container sup {
	color: #005c5c;
}*/

.ref-link-section sup {
	float: left;
	display: block;
	margin-right: 10px;
	top: 1em;
}

.update-item {
	padding: 30px;
	border-radius: 30px;
}

.update-item.green {
	background: #CFF5FF;
}

.update-item.green2 {
	background: #f5faf3;
}

.update-item.green2 h2 {
	color: #306739;
}

.update-item.blue {
	background-color: #edf9ff;
}

.update-item.green {
	background-color: #b6e1dc;
}

.update-item.dark-green {
	background-color: #168548;
	color:#fff;
}
.corner-graphic-col {
	position: relative;
	padding-top: 40px;
}
img.corner-graphic {
    height: 45px;
	width:auto;
    position: absolute;
    top: -20px;
}

.update-item.blue h2 {
	color: #007272;
}


.update-item.brown {
	background-color: #FFE5C5;
}

.update-item.brown.right {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-left: -20px;
}

.update-item.brown.left {
	margin-right: -20px;
}

.update-item.brown h2 {
	color: #8d5823;
}

.update-item.blue2 {
	background-color: #005398;
}

.update-item.blue2 h2 {
	color: #337e86;
}

.update-item.orange {
	background-color: #fff6e9;
}

.update-item.orange h2 {
	color: #523415;
}

img.news-long-img {
	display: block;
	margin-bottom: 30px;
}

div.ha-news-tiles {
	margin-bottom: 100px;
}

a.ha-news-link-history:hover,
a.ha-news-link-subscribe:hover {
	text-decoration: none;
}
img.corner-icon {
    height: 50px;
    width: auto;
    position: absolute;
    top: -55px;
}
.download-section img {
    width: 32.3%;
    float: left;
    margin-right: 1%;
}
img.inline-icon {
    width: 26px;
    margin-left: 2px;
}

.qmark-ways-row .col-sm-6 div {
    padding: 20px;
    text-align: center;
    border-radius: 12px;
    border: 1px solid #009292;
    background: #f6fffc;
	margin-bottom: 20px;
}
.qmark-ways-row .col-sm-6 div a {
    background: #75ebe0;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 6px;
    font-weight: 700;
    margin-top: 20px;
    border-radius: 5px;
}
	
.qmark-ways-row .col-sm-6 div a img {
    width: 18px;
    margin-top: -4px;
    margin-left: 6px;
}


@media (min-width: 576px) {

.single-content .col-sm-6 {
	width: 50%;
	float: left;
}
.single-content.row .col-sm-6 {
	width: 49%;
}
.single-content.row .col-sm-6:first-child {
	margin-right:1%
}

.single-content.row .col-sm-6:last-child {
	margin-left:1%
}
}	
@media (min-width: 721px) {
	a.thumbnail-link.col-md-6.left {
		padding-right: 20px;
	}

	a.thumbnail-link.col-md-6.right {
		padding-left: 20px;
	}
}
@media (min-width: 1025px) {

	.single-content.update-item.green2 .left-image {
		margin-left: -70px;
		max-width: 35%;
		width: 35%;
	}

	img.center-image.full.over-head {
		max-width: 80%;
		position: absolute;
		top: -120px;
		right: 50%;
		transform: translateX(50%);
	}

	.single-content.update-item.orange {
		position: relative;
		padding-top: 200px;
		margin-top: 120px;
	}

	.update-item.frame-1 {
		border-top: 50px solid;
		border-left: 50px solid;
		border-image: url(frame-1.svg);
	}

	.update-item.frame-2 {
		border-bottom: 50px solid;
		border-right: 50px solid;
		border-image: url(frame-2.svg);
		padding: 0px 10px;
	}


	.icon-bubble-content .update-item.frame-1 {
		padding: 0px;
	}

	.icon-bubble-content .update-item.frame-2 {
		padding: 0px;
	}


	.youtube iframe {
		width: 560px;
		height: 315px;
	}

	img.under {
		position: absolute;
		width: 300px;
		translate: 175% -50%;
		z-index: 10;
	}
}

@media (max-width: 1024px) {
	.single-content {
		width: 100%;
	}

	.single-content h2 {
		font-size: 1.2em;
		text-align: left;
	}

	.single-title {
		font-size: 1.1em;
	}

	.single-content {
		padding-left: 25px;
		padding-right: 25px;
	}

	.intro-row-content {
		width: 70%;
		margin-right: -20%;
	}

	.youtube iframe {
		width: 200px;
	}

	img.under {
		position: absolute;
		width: 300px;
		translate: 25% -50%;
		z-index: 10;
	}
}

@media (max-width: 780px) {
	.mobile-responsive {
    flex-direction: column;
	}
	.single-title {
		font-size: 16px;
	}

	div.ha-news-content-navigation {
		display: table;
		margin-left: auto;
		margin-right: auto;
	}

	.ha-news-link-history__text,
	.ha-news-link-subscribe__text {
		font-size: 1.25em !important;
	}

	a.thumbnail-link.col-md-6 {
		max-width: 100%;
		padding: 0px;
		margin-bottom: 25px;
		flex: 0 0 100%;
	}

	.ref-link-section .single-content a {
		font-size: 13px;
	}

	.single-news-container.full {
		margin-bottom: 20px;
		overflow: hidden;
	}

	.blue-bubble-content:after {
		width: 35px;
		height: 50px;
	}

	p,
	.blue-bubble-content,
	.intro-row-content {
		font-size: 1em;
	}
}

@media (max-width: 600px) {
	.intro-row-content {
		width: 100%;
		margin-right: 0px;
		border-radius: 0;
	}
.large-center-image-text {
    margin-top: 0px;
}
	.news-preview-content h3 {
		font-size: 1.1em;
	}

	.ha-news-content-footer,
	.ha-news-page-footer {
		padding: 1em 1em !important;
	}

	.news-preview-content {
		padding: 20px 15px;
	}

	.intro-row-photo {
		float: right;
		margin-left: 0;
		width: 100%;
		margin-bottom: 50px;
	}

	.single-content .left-image,
	.single-content .center-image,
	.single-content .right-image {
		width: 70%;
		display: block;
		float: none;
		max-width: 80%;
		padding: 0;
		margin-bottom: 10px;
	}

	.single-content img.center-image.full {
		max-width: 100%;
	}

	.blue-bubble-content {
		width: 100%;
		margin: 0;
	}

	.blue-bubble-photo {
		width: 100%;
		margin-top: -20px;
	}

	.blue-bubble-content:after {
		right: 0;
		left: 50px;
	}

	.single-content {
		padding-left: 20px;
		padding-right: 20px;
	}

	.single-banner {
		width: 100%;
	}
}

.flex {
	display: flex;
}

.flex.items-center {
	align-items: center;
}

.items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.items .item {
	width: 48%;
	margin: 28px 0;
	text-align: center;
}

.items .item.full {
	width: 100%;
	text-align: center;
}

.items .item img {
	width: unset;
	max-width: 90%;
}

@media only screen and (max-width: 768px) {
	.items .item {
		width: 100%;
		text-align: center;
	}

	.items .item img {
		width: 80%;
	}
}

.items .item .description {
	position: relative;
	padding-left: 28px;
	margin-top: 35px;
}

.items .item .description .number {
	width: 56px;
	height: 56px;
	background-color: #fbb040;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 100%;
	position: absolute;
	top: 2%;
	left: 2%;
	transform: translateY(-50%);
	font-weight: bold;
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.items .item .description .text {
	padding: 15px 19px 15px 40px;
	background-color: #fef1e0;
	border-radius: 10px;
	color: #333;
	text-align: justify;
	line-height: 1.7em;
}

.items .item .description .text h3 {
	font-size: 1.2em;
	font-weight: bold;
}

.items .item.dark-orange .description .text {
    background: #ffc57b;
}

.items .item.full .description .text {
    padding: 25px 25px 25px 40px;
}
.download-now {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90%;
	margin: 50px auto;
}

.download-now .buttons {
	display: flex;
	margin-top: 30px;
}

.download-now .buttons a {
	margin-right: 8px;
	height: 40px;
}

h7 {
	font-size: 24px;
	font-weight: 700;
}

.download-now h7 {
	color: #005c5c;
}

.chat-bubble {
	border-radius: 20px;
	background-color: #D0C3D8;
	padding: 20px 50px;
	position: relative;
}

.chat-bubble::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 15px 0 25px;
	border-color: #D0C3D8 transparent transparent transparent;
	transform: translate(50%, 50%) rotate(-45deg);
}

.chat-bubble.left {
	width: 98%;
	margin-left: 2%;
}

.chat-bubble.left::before {
	left: 0;
	bottom: 40px;
	transform: translate(-50%, 50%) rotate(55deg);
}

.brown .chat-bubble {
	background-color: #eae0d6;
}

.brown .chat-bubble::before {
	border-color: #eae0d6 transparent transparent transparent;
}

hr {
	border: 1px solid;
}

.youtube {
	margin: auto;
	text-align: center;
}