@charset "utf-8";
/* ETAM CSS Document */

body {
	font-family: 'IBM Plex Sans', sans-serif;
}

.body-value {
	padding: 0px;
	background: url(/resources/images/external/bg_intro.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 0px -20px;
}
.container.custom-container-width {
	max-width: 1170px;
}
.section-p {
	padding-top: 80px;
	padding-bottom: 80px;
}
.section-outer {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

/* 			Back to top			 */
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
}
.back-to-top i {
	font-size: 30px;
}
.btn-primaryPlus {
	background-color: #ff5630;
	border-color: #ff5630;
}
.btn-primaryPlus:hover {
	background-color: #284fda;
	border-color: #284fda;
}

/* 			navbar			 */
.navbar-etam {
	height: 120px;
	padding-left: 40px;
	padding-right: 40px;
}
.bg-navbar-trans {
	background-color: rgba(255, 255, 255, 0.5);
}
.navbar-brand img {
	width: auto;
}
.btn-login {
	font-size: 16px;
	padding: 3px 18px;
}
.btn-info-login  {
	background-color: #284fda;
    border-color: #284fda;
	margin-right: 5px;
}
.btn-info-login:hover, .btn-info-login:active {
	background-color: #ff5630;
    border-color: #ff5630;
}
.nav-list-main {
	margin-right: 15px;
}
.nav-list-lang {
	margin-left: 10px;
}
.btn-lang-box {
	padding: 0px 0px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: table;
}
.nav-link-main {
	padding-right: 25px!important;
    padding-left: 25px!important;
    font-size: 18px;
	font-weight: bold;
	color: #000!important;
}
.nav-link-lang {
	padding-right: 5px!important;
    padding-left: 5px!important;
    font-size: 16px;
	font-weight: bold;
	color: #ff5630!important;
}
.navbar-toggler-etam {
	background-color: #ff5630;
	border: 0px;
}
.custom-toggler.navbar-toggler {
	border-color: #fff;
}
.custom-toggler .navbar-toggler-icon {
	background-image: url(
"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* 			intro			 */
.container-intro {
	padding-left: 0px;
	padding-right: 0px;
}
.intro-txtbox {
	width: 60%;
	height: auto;
	background-color: rgba(229, 229, 229, 0.4);
	padding: 50px 35px;
	font-size: 18px;
	color: #000000;
}
.intro-txtbox p {
	padding-bottom: 5px;
}
.intro-title {
	font-size: 40px;
	font-weight: bold;
	color: #0a5499;
	margin-top: -10px;
	margin-bottom: 15px;
}
.btn-intro {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 13px 25px 13px 30px;
	border-radius: 8px;
	position: relative;
	left: 5px;
}
.btn-info-intro, .btn-info-intro:hover, .btn-info-intro:active, .btn-info-intro:visited, .btn-info-intro:focus {
	color: #fff!important;
	background-color: #0a5499!important;
    border-color: none!important;
	border: 0px;
}

/* 			why HKET			 */
.bg-why {
	background-image: url("/resources/images/external/bg_why.png");
	background-size: cover;
	background-color: #fff;
}
.title-line-why {
	position: relative;
    text-align: center;
    line-height: 125%;
    font-weight: normal;
    margin: 0rem auto;
	font-size: 45px;
	letter-spacing: 2px;
	color: #000;
}
.title-line-why::before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    border-top: 2px solid #000;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.title-line-why span {
    position: relative;
    display: inline-block;
    padding: 0 3rem;
    max-width: 75%;
    background: #fff;
}
.why-txt-box {
	margin-top: 50px;
	margin-bottom: 35px;
	font-size: 30px;
	font-weight: normal;
	color: #122b83;
	position: relative;
}
.why-txt-box .symbol-left {
	position: absolute;
	top: 0;
	left: 0;
}
.why-txt-box .symbol-left img {
	width: 100%;
}
.why-txt-box .symbol-right {
	position: absolute;
	top: 0;
	right: 0;
}
.why-txt-box .symbol-right img {
	width: 100%;
}
.why-txt-box p {
	margin-bottom: 0px;
}
.why-txt-box p .txt-number {
	font-size: 45px;
	font-weight: bold;
	padding-right: 5px;
	vertical-align: -2px;
}
.why-txt-box p .txt-big {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: -2px;
}
video {
	width: 100%;
	height: auto;
	background-color: transparent!important;
}
video:focus {
	outline: none;
}
.video-container {
	background-color: rgba(255,255,255,0);
	outline :none;
}
.embed-responsive-item {
	background-color: rgba(255,255,255,0);
}

/* 			how to use			 */
.bg-use {
	background-color: #0a5499;
}

.display-table {
    display: table;
	width: 100%;
}
.display-table > div { 
    display: table-row; 
}
.display-table > div > div { 
    display: table-cell;
    padding: 0px;
}
.use-box-new {
	width: 22%;
	text-align: center;
}
.use-icon {
	width: 70%;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	margin-bottom: 35px;
	background-color: rgba(255, 255, 255, 0.35);
}
.use-box-new p {
	font-size: 18px;
	color: #fff;
	text-align: left;
	padding: 0px 20px;
}
.use-title {
	font-size: 27px;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
	height: 30px!important;
}
.use-dot {
	width: 4%;
	vertical-align: middle;
}
.use-dot > img {
	position: relative;
	top: -60px;
	opacity: 0.35;
}
		/*  swipe use box css  */
		.use-box {
			max-width: 220px;
			text-align: center;
		}
		.use-box img {
			width: 186px!important;
			height: auto;
			border-radius: 50%;
			margin-left: auto;
			margin-right: auto;
			margin-top: 35px;
			margin-bottom: 35px;
		}
		.use-box p {
			font-size: 18px;
			color: #fff;
			text-align: left;
		}
		.use-box ol {
			text-align: left;
			font-size: 18px;
			line-height: 24px;
			color: #fff;
			padding: 0px 0px 0px 15px;
			margin-bottom: 0px;
		}
		.use-box li {
			padding: 0px 0px 20px 0px;
		}
		.use-box li:last-child {
			padding-bottom: 0px;
		}
.btn-use {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 10px 25px;
	border-radius: 8px;
}
.btn-info-use, .btn-info-use:hover, .btn-info-use:active, .btn-info-use:visited, .btn-info-use:focus  {
	color: #fff!important;
	background-color: #0a5499!important;
    border-color: #fff!important;
	border: solid 1px;
}

		/*		 how to use swipe slide		 */
		.swiper-container {
			width: 100%;
			height: auto;
		}
		.swiper-slide {
			text-align: center;
			font-size: 18px;
			background: #0a5499;

			/* Center slide text vertically */
			display: -webkit-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			-webkit-justify-content: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			-webkit-align-items: center;
			align-items: center;
		}
		.swiper-slide img {
			display: block;
			width: 100%;
			height: 100%;
			background-color: rgba(255, 255, 255, 0.35);
			object-fit: cover;
		}
		.swiper-button-next, .swiper-button-prev {
			color: #fff;
		}

/* 			faq			 */
.bg-faq {
	background-image: url("/resources/images/external/bg_faq.png");
	background-size: cover;
	background-color: #8492a6;
}
.title-line {
	position: relative;
    text-align: center;
    line-height: 125%;
    font-weight: normal;
    margin: 0rem auto;
	font-size: 45px;
	letter-spacing: 2px;
	color: #fff;
}
.title-line::before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    border-top: 2px solid #fff;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.title-line span {
    position: relative;
    display: inline-block;
    padding: 0 3rem;
    max-width: 75%;
    background: #8492a6;
}
.accordion-container {
	margin: 50px 0px;
	margin-bottom: 0px;
}
.card-container {
	margin-top: 35px;
	margin-bottom: 35px;
	border: none;
}
.card-container:last-child {
	margin-bottom: 0px;
}
.card-header {
	background-color: #fff;
	border: none;
}
.card-header-p {
	padding: 18px 50px;
}
.card-link-txt {
	color: #ff5630;
	font-size: 21px;
	font-weight: bold;
}
.card-body-p {
	padding: 18px 50px;
	padding-top: 0px!important;
}
.card-body-txt {
	color: #8492a6;
	font-size: 21px;
	line-height: 28px;
}
.card-link-txt:link, .card-link-txt:visited, .card-link-txt:hover {
	color: #0a5499;
}
.card-body-txt ol {
	padding-left: 25px;
}

/* 			contact us			 */
.bg-contact {
	background-color: #eff2f7;
}
.contact-box {
	padding:0px 50px!important;
}
.contact-box:first-child {
	border-right: solid 2px #0a5499;
}
.contact-box span {
	font-size: 35px;
	font-weight: bold;
	color: #0a5499;
}
.contact-box p {
	font-size: 20px;
	line-height: 25px;
	padding: 15px 0px;
}
.btn-contact {
	font-size: 22px;
	padding: 10px 25px;
	border-radius: 8px;
}
.btn-info-contact, .btn-info-contact:hover, .btn-info-contact:active, .btn-info-contact:visited, .btn-info-contact:focus {
	color: #8492a6!important;
	background-color: #eff2f7!important;
    border-color: #afb7c3!important;
	border-width: 2px;
	font-weight: bold;
}
.bg-download {
	background-color: #fff;
	text-align: center;
}
.download-box {
	padding:0px 50px!important;
}
.download-box:first-child {
	border-right: solid 2px #c5d6ef;
}
.download-txt {
	text-align: left;
	padding: 0px 0px 8px 0px;
	font-size: 16px;
	color: #8492a6;
}
.footer-hketlogo {
	padding-top: 58px;
}
.contact-box .footer-hketlogo img {
	width: 38%;
	height: auto;
}
.footer-icon {
	text-align: center;
}
.footer-icon ul {
	list-style: none;
	display: inline-table;
	margin-bottom: 40px;
	padding-inline-start: 0px;
}
.footer-icon ul li {
	float: left;
	padding: 0px 8px;
	/*display: inline;*/
}
.footer-icon img {
	width: 60px;
	height: auto;
	border-radius: 20%;
}
.copyright-txt {
	font-size: 18px;
	color: #8492a6;
	clear: both;
}


/* Small devices (landscape phones, 575px and down) */
@media (max-width: 575px) {  
.body-value {
	background: url(/resources/images/external/bg_intro_xs.jpg);
	background-size: initial;
	background-repeat: no-repeat;
	background-position: -20px -70px;
}
/*.body-value {
	background-size: initial;
	background-repeat: no-repeat;
	background-position: -910px -130px;
}*/
.section-p {
	padding-top: 45px;
	padding-bottom: 45px;
}
.section-p-xs {
	padding-bottom: 5px;
}
.navbar-etam {
	height: auto!important;
	padding-left: 20px;
	padding-right: 20px;
}
.nav-link-main {
	padding-right: 25px!important;
    padding-left: 10px!important;
    font-size: 18px;
	font-weight: bold;
	color: #000!important;
}
.navbar-brand img {
	width: 65%;
	margin-right: -30px;
}
.navbar-toggler {
	padding: .20rem .50rem;
}
.btn-lang-box {
	padding: 0px 0px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: table;
}
.title-line {
    line-height: 125%;
    margin: 0rem auto;
	font-size: 35px;
	letter-spacing: 2px;
}
.title-line span {
    padding: 0 1rem;
    max-width: 75%;
}
.title-line-why {
    line-height: 125%;
	font-size: 35px;
}
.title-line-why span {
    padding: 0 1rem;
}
#back-to-top {
	visibility: hidden;
	display: none;
}
#UseDesktop {
	visibility: hidden;
	display: none;
}
#UseMobile {
	visibility: visible;
	display: initial;
}
.intro-txtbox {
	width: 100%;
	padding: 30px 20px;
	margin-top: 260px;
	background-color: rgba(229, 229, 229, 1);
	font-size: 16px;
	text-align: center;
}
.intro-txtbox p {
	text-align: left;
}
.intro-title {
	font-size: 28px;
    margin-bottom: 10px;
}
.btn-intro {
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 15px 30px 15px 35px;
	border-radius: 8px;
	position: relative;
	left: 0px;
}
.why-txt-box {
	margin-top: 30px;
	margin-bottom: 35px;
	font-size: 20px;
	letter-spacing: -1px;
}
.why-txt-box .symbol-left img {
	width: 65%;
}
.why-txt-box .symbol-right img {
	width: 65%;
}
.why-txt-box p .txt-number {
	font-size: 30px;
	padding-right: 2px;
	vertical-align: -2px;
}
.why-txt-box p .txt-big {
	font-size: 25px;
	letter-spacing: 0px;
}
.use-title {
	font-size: 27px;
	line-height: 30px;
	height: 30px!important;
	letter-spacing: 2px;
}
		.use-box img {
			margin-top: 20px;
			margin-bottom: 20px;
		}
		.use-box p {
			font-size: 20px;
			line-height: 24px;
		}
.btn-use {
	font-size: 20px;
	letter-spacing: 1px;
	padding: 8px 30px 8px 35px;
	border-radius: 8px;
}
.use-box {
	max-width: 240px;
	margin-top: 6px;
}
.accordion-container {
	margin: 30px 0px;
}
.card-container {
	margin-top: 20px;
	margin-bottom: 20px;
}
.card-header-p {
	padding: 18px 25px;
}
.card-link-txt {
	font-size: 20px;
	line-height: 25px;
}
.card-body-p {
	padding: 18px 25px;
	padding-top: 0px!important;
}
.card-body-txt {
	font-size: 20px;
	line-height: 25px;
}
.card-body-txt ol {
	padding-left: 20px;
}
.card-body-txt ol li {
	padding-bottom: 10px;
}
.contact-box {
	padding: 30px 20px!important;
}
.contact-box:first-child {
	border-right: 0px;
	border-bottom: solid 2px #0a5499;
	padding-top: 0px!important;
	padding-bottom: 40px!important;
}
.contact-box:last-child {
	padding-bottom: 10px!important;
}
.contact-box span {
	font-size: 30px;
}
.contact-box p {
	font-size: 18px;
	line-height: 23px;
	padding: 10px 0px;
	margin-bottom: 10px;
}
.btn-contact {
	font-size: 20px;
	padding: 8px 25px;
	border-radius: 8px;
}
.download-box {
	padding: 30px 20px!important;
}
.download-box:first-child {
	border-right: 0px;
	border-bottom: solid 2px #c5d6ef;
	padding-top: 0px!important;
	padding-bottom: 40px!important;
}
.download-txt {
	font-size: 15px;
}
.footer-hketlogo {
	padding-top: 20px;
}
.footer-icon ul {
	margin-bottom: 0px;
}
.footer-icon ul li {
	padding: 0px 6px;
}
.footer-icon img {
	width: 50px;
	border-radius: 25%;
}
.copyright-txt {
	font-size: 15px;
}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  
.body-value {
	background: url(/resources/images/external/bg_intro_sm.jpg);
	background-size: initial;
	background-repeat: no-repeat;
	background-position: 0px -70px;
}
.section-p {
	padding-top: 55px;
	padding-bottom: 55px;
}
.section-p-xs {
	padding-bottom: 5px;
}
#back-to-top {
	visibility: hidden;
	display: none;
}
#UseDesktop {
	visibility: hidden;
	display: none;
}
#UseMobile {
	visibility: visible;
	display: initial;
}
.navbar-etam {
	height: auto!important;
	padding-left: 20px;
	padding-right: 20px;
}
.navbar-brand img {
	width: 67%;
	margin-right: -30px;
}
.intro-txtbox {
	width: 100%;
	padding: 30px 20px;
	margin-top: 260px;
	background-color: rgba(229, 229, 229, 1);
	font-size: 17px;
	text-align: center;
}
.intro-txtbox p {
	line-height: 25px;
	text-align: left;
}
.intro-title {
	font-size: 28px;
    margin-bottom: 10px;
}
.btn-intro {
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 15px 30px 15px 35px;
}
.why-txt-box p .txt-number {
	letter-spacing: -2px;
}
.why-txt-box p .txt-big {
	letter-spacing: 0px;
}
.use-box p {
	font-size: 20px;
	line-height: 24px;
}
.btn-use {
	font-size: 20px;
	letter-spacing: 1px;
	padding: 8px 30px 8px 35px;
	border-radius: 8px;
}
.card-container {
	margin-top: 20px;
	margin-bottom: 20px;
}
.card-header-p {
	padding: 18px 25px;
}
.card-body-p {
	padding: 18px 25px;
	padding-top: 0px!important;
}
.contact-box {
	padding: 50px 20px!important;
}
.contact-box:first-child {
	border-right: 0px;
	border-bottom: solid 2px #0a5499;
	padding-top: 0px!important;
}
.contact-box:last-child {
	padding-bottom: 20px!important;
}
.contact-box .footer-hketlogo img {
	width: 33%;
	height: auto;
}
.download-box {
	padding: 30px 20px!important;
}
.download-box:first-child {
	border-right: 0px;
	border-bottom: solid 2px #c5d6ef;
	padding-top: 0px!important;
	padding-bottom: 40px!important;
}
.footer-hketlogo {
	padding-top: 30px;
}
}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
.body-value {
	padding: 0px;
	background: url(/resources/images/external/bg_intro.jpg);
	background-repeat: no-repeat;
	background-size: initial;
	background-position: -500px -35px;
}
/*.body-value {
	background-repeat: no-repeat;
	background-size: initial;
	background-position: -500px -35px;
}*/
.section-p {
	padding-top: 65px;
	padding-bottom: 65px;
}
.navbar-etam {
	height: auto!important;
	padding-left: 20px;
	padding-right: 20px;
}
.nav-link-main {
	padding-right: 25px!important;
    padding-left: 10px!important;
    font-size: 18px;
	font-weight: bold;
	color: #000!important;
}
.navbar-brand img {
	width: 80%;
}
.btn-lang-box {
	padding: 0px 0px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: table;
}
.title-line {
    line-height: 125%;
	font-size: 40px;
}
.title-line span {
    padding: 0 2rem;
}
.title-line-why {
    line-height: 125%;
	font-size: 40px;
}
.title-line-why span {
    padding: 0 2rem;
}
#txt-break {
	visibility: hidden;
	display: none;
}
#back-to-top {
	visibility: visible;
}
#UseDesktop {
	visibility: visible;
	display: initial;
}
#UseMobile {
	visibility: hidden;
	display: none;
}
.intro-txtbox {
	width: 58%;
	margin-top: 20px;
	margin-left: 10px;
	background-color: rgba(229, 229, 229, 0.6);
}
.intro-title {
	font-size: 30px;
	margin-top: -15px;
    margin-bottom: 10px;
}
.btn-intro {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 15px 30px 15px 35px;
	border-radius: 8px;
	position: relative;
	left: 3px;
}
.why-txt-box {
	margin-top: 30px;
	margin-bottom: 35px;
	font-size: 20px;
}
.why-txt-box .symbol-left img {
	width: 75%;
}
.why-txt-box .symbol-right img {
	width: 75%;
}
.why-txt-box p .txt-number {
	font-size: 35px;
	padding-right: 3px;
	vertical-align: -2px;
	letter-spacing: -2px;
}
.why-txt-box p .txt-big {
	font-size: 30px;
	letter-spacing: -1px;
}
.use-box {
	width: 100%!important;
	max-width: none;
	padding-left: 8px;
	padding-right: 8px;
}
.use-box img {
	width: 90%!important;
}
.use-box p {
	font-size: 16px;
}
.use-box ol {
	font-size: 16px;
	line-height: 23px;
}
.use-title {
	font-size: 19px;
	line-height: 22px;
	height: 20px!important;
}
.use-dot > img {
	top: -110px;
}
.btn-use {
	font-size: 15px;
	letter-spacing: 1px;
	padding: 6px 10px 6px 10px;
	border-radius: 8px;
}
.use-box-new p {
    font-size: 16px;
    line-height: 17px;
    padding: 0px 10px;
}
.card-container {
	margin-top: 25px;
	margin-bottom: 25px;
}
.card-body-p {
    padding-top: 0px!important;
}
.footer-hketlogo {
	padding-top: 30px;
}
.contact-box {
	padding:0px 50px!important;
}
.contact-box:first-child {
	border-right: solid 2px #0a5499;
	border-bottom: 0px;
}
.contact-box span {
	font-size: 28px;
	line-height: 33px;
}
.contact-box .footer-hketlogo img {
	width: 56%;
	height: auto;
}
.btn-contact {
	font-size: 17px;
	padding: 10px 25px;
}
.download-box {
	padding:0px 50px!important;
}
.download-box:first-child {
	border-right: solid 2px #c5d6ef;
	border-bottom: 0px;
}
.footer-icon ul {
	margin-bottom: 0px;
}
.footer-icon ul li {
	padding: 0px 6px;
}
.footer-icon img {
	width: 50px;
	border-radius: 25%;
}
.contact-box .footer-hketlogo img {
	width: 44%;
	height: auto;
}
.copyright-txt {
	font-size: 16px;
}
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
.body-value {
	background: url(/resources/images/external/bg_intro.jpg);
	background-size: initial;
	background-position: -350px -20px;
	background-repeat: no-repeat;
}
.section-p {
	padding-top: 60px;
	padding-bottom: 60px;
}
.section-p-md {
	padding-bottom: 50px;
}
.navbar-etam {
	height: 90px!important;
	padding-left: 20px;
	padding-right: 20px;
}
.navbar-brand {
	margin-right: 0px;
}
.navbar-brand img {
	width: 65%;
}
.nav-link-main {
	padding-right: 9px!important;
    padding-left: 9px!important;
    font-size: 14px;
}
.nav-link-lang {
	padding-right: 4px!important;
    padding-left: 4px!important;
    font-size: 14px;
}
.btn-lang-box {
	padding: 0px 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: table;
}
.btn-login {
	font-size: 14px;
	padding: 2px 10px;
}
.title-line {
    line-height: 125%;
	font-size: 40px;
}
.title-line span {
    padding: 0 3rem;
}
.title-line-why {
    line-height: 125%;
	font-size: 40px;
}
.title-line-why span {
    padding: 0 3rem;
}
#txt-break {
	visibility: hidden;
	display: none;
}
#back-to-top {
	visibility: visible;
}
#UseDesktop {
	visibility: visible;
	display: initial;
}
#UseMobile {
	visibility: hidden;
	display: none;
}
.intro-txtbox {
	width: 50%;
	margin-left: 20px;
	margin-top: 20px;
	background-color: rgba(229, 229, 229, 0.4);
}
.intro-title {
	font-size: 38px;
	margin-top: -13px;
    margin-bottom: 12px;
}
.btn-intro {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 15px 30px 15px 35px;
	border-radius: 8px;
	position: relative;
	left: 5px;
}
.why-txt-box {
	margin-top: 40px;
	margin-bottom: 35px;
	font-size: 25px;
}
.why-txt-box .symbol-left img {
	width: 85%;
}
.why-txt-box .symbol-right img {
	width: 85%;
}
.why-txt-box p .txt-number {
	font-size: 43px;
	padding-right: 3px;
	vertical-align: -2px;
	letter-spacing: -2px;
}
.why-txt-box p .txt-big {
	font-size: 38px;
	letter-spacing: -1px;
}
.use-box {
	width: 100%!important;
	max-width: none;
	padding-left: 15px;
	padding-right: 15px;
}
.use-box img {
	width: 85%!important;
}
.use-box p {
	font-size: 18px;
}
.use-box ol {
	font-size: 18px;
	line-height: 26px;
}
.use-title {
	font-size: 27px;
	line-height: 30px;
	height: 30px!important;
}
.use-dot > img {
	top: -130px;
}
.btn-use {
	font-size: 20px;
	letter-spacing: 1px;
	padding: 8px 15px 8px 20px;
	border-radius: 8px;
}
.use-box-new p {
    font-size: 18px;
    line-height: 22px;
    padding: 0px 20px;
}
.card-container {
	margin-top: 35px;
	margin-bottom: 35px;
}
.card-header-p {
    padding: 18px 50px;
}
.card-body-p {
    padding: 18px 50px;
    padding-top: 0px!important;
}
.footer-hketlogo {
	padding-top: 30px;
}
.contact-box span {
	font-size: 35px;
}
.contact-box .footer-hketlogo img {
	width: 43%;
	height: auto;
}
.footer-icon ul {
	margin-bottom: 0px;
}
.footer-icon img {
	width: 60px;
	border-radius: 25%;
}
.copyright-txt {
	font-size: 18px;
}
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
.body-value {
	background-size: initial;
	background-position: -170px -20px;
	background-repeat: no-repeat;
}
.section-p {
	padding-top: 100px;
	padding-bottom: 100px;
}
.section-p-lg {
	padding-bottom: 100px;
}
.navbar-etam {
	height: 100px!important;
	padding-left: 60px;
	padding-right: 60px;
}
.nav-link-main {
	padding-right: 13px!important;
	padding-left: 13px!important;
	font-size: 16px;
}
.nav-link-lang {
	padding-right: 8px!important;
	padding-left: 8px!important;
	font-size: 16px;
}
.btn-login {
	font-size: 16px;
	padding: 3px 10px;
}
.intro-txtbox {
	width: 50%;
	margin-left: 5px;
	background-color: rgba(229, 229, 229, 0.4);
	text-align: left;
	font-size: 18px;
	padding: 50px 35px;
}
.btn-intro {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 15px 30px 15px 35px;
	border-radius: 8px;
	position: relative;
	left: 5px;
}
.navbar-brand img {
	width: 70%;
}
.nav-link-etam {
	padding-right: 20px!important;
    padding-left: 20px!important;
    font-size: 18px;
}
.title-line-why {
    line-height: 125%;
	font-size: 45px;
}
.title-line-why span {
    padding: 0 3rem;
}
#back-to-top {
	visibility: visible;
}
#UseDesktop {
	visibility: visible;
	display: initial;
}
#UseMobile {
	visibility: hidden;
	display: none;
}
.intro-title {
	font-size: 40px;
	margin-top: -10px;
    margin-bottom: 15px;
}
.why-txt-box {
	margin-top: 50px;
	margin-bottom: 35px;
	font-size: 30px;
}
.why-txt-box .symbol-left img {
	width: 100%;
}
.why-txt-box .symbol-right img {
	width: 100%;
}
.why-txt-box p .txt-number {
	font-size: 45px;
	padding-right: 5px;
	vertical-align: -2px;
	letter-spacing: -2px;
}
.why-txt-box p .txt-big {
	font-size: 40px;
	letter-spacing: -0px;
}
.use-box {
	width: 100%!important;
	max-width: none;
	padding-left: 18px;
	padding-right: 18px;
}
.use-box img {
	width: 80%!important;
}
.use-box p {
	font-size: 18px;
}
.use-box ol {
	font-size: 18px;
	line-height: 26px;
}
.use-title {
	font-size: 27px;
	line-height: 30px;
	height: 30px!important;
}
.use-dot > img {
	top: -110px;
}
.footer-hketlogo {
	padding-top: 25px;
}
.contact-box .footer-hketlogo img {
	width: 38%;
	height: auto;
}
.footer-icon ul {
	margin-bottom: 0px;
}
.footer-icon img {
	width: 60px;
	border-radius: 25%;
}
.copyright-txt {
	font-size: 18px;
}
}

/* Large screen background setting */
@media (min-width: 1300px) {  
.body-value {
	background-position: -120px -20px;
}
}

@media (min-width: 1500px) {  
.body-value {
	background-position: -60px -20px;
}
.intro-txtbox {
	margin-left: -10px;
}
}

@media (min-width: 1700px) {  
.body-value {
	background-position: 0px -20px;
}
}

@media (min-width: 1920px) {  
.body-value {
	background-position: 70px -20px;
}
.intro-txtbox {
	margin-left: -40px;
}
}
