.KVbanner{
	text-align: center;
}

.KVbanner img{
	max-width: 1024px;
}

.formbox {
	background: #6a9dae; 
	color:white;
	max-width: 1024px;
	margin: auto;
}


/***Menu***/
.menu {
	background-color: #01BFBB;
	color: #ffffff;
	font-weight: bold;
	position: relative;
	overflow: hidden;
}

.menu-item {
	position: relative;
	cursor: pointer;
}

@media (max-width: 480px) {
	.menu-item img {
		width: 50%;
	}
}

.menu-item:not(:last-child):after {
	content: "";
	background: #ffffff;
	position: absolute;
	bottom: 20px;
	right: 0;
	height: 55%;
	width: 2px;
}

.menu-block:before {
	content: url('../images/nav_left.png');
	position: absolute;
	display: block;
	top: 35%;
	left: 2%;
}

.menu-block:after {
	content: url('../images/nav_right.png');
	position: absolute;
	display: block;
	top: 35%;
	right: 4%;
}

@media (max-width: 1700px) {
	.menu-block:before {
		left: -1%;
	}

	.menu-block:after {
		right: 1%;
	}
}

@media (max-width: 1600px) {
	.menu-block:before {
		left: -4%;
	}

	.menu-block:after {
		right: -2%;
	}
}

@media (max-width: 1500px) {
	.menu-block:before {
		left: -12%;
	}

	.menu-block:after {
		right: -10%;
	}
}

@media (max-width: 1280px) {
	/* .menu-block:before {
		left: -12%;
	}

	.menu-block:after {
		right: -10%;
	} */
	
	.menu-block:before, .menu-block:after {
		content: '';
	}
}

@media (max-width: 960px) {
	.menu-block:before {
		content: '';
		/* content: url('../images/nav_m.png');
		margin-top: 10px;
		position: relative;
		left: 50%;
		margin-left: -55%; */
	}

	.menu-block:after {
		content: '';
	}
}

@media (max-width: 767px) {
	.menu-block:before {
		left: -23%;
		margin-left: 0%;
	}
}

@media (max-width: 480px) {
	.menu-block:before {
		/* content: url('../images/nav_sm.png');
		left: 0%;
		margin-left: 0%; */
	}
}

/***video***/
.video-container {
	background-image: url('../images/video_bg.png');
}

.video {
	aspect-ratio: 16 / 9;
	width: 60%;
}

/***Feature video container ***/
.feature-container .row {
	width: 90%;
	border-radius: 25px;
	-webkit-box-shadow: 2px 2px 20px 5px rgba(61, 61, 61, 0.5);
	box-shadow: 2px 2px 20px 5px rgba(61, 61, 61, 0.5);
}

.feature-container h3 {
	color: #3846B0;
}

.feature-container ul {
	padding-left: 1.2rem;
}

.feature-container li {
	text-align: left;
	line-height: 1.8;
	font-size: 0.9rem;
}

@media (max-width: 480px) {
	.feature-container .row {
		width: 100%;
	}

	.feature-container li {
		line-height: 1.5;
	}

	.feature-container h3 {
		font-size: 1.2rem;
		text-align: left;
	}
}

/***Service section***/
#service-section .select-tab-button {
	width: 100%;
	font-weight: bold;
	margin: auto;
	cursor: pointer;
	background: #ffffff;
	color: #d1d3d4;
	text-align: center;
	font-size: 1.5rem;
}

#service-section .app-navbar-item .active {
	background: #105A8B;
	color: #ffffff;
}

#service-section {
	background-color: #f1f2f2;
	border-radius: 15px;
}

.content-container {
	background-image: url('../images/feature-bg.png');
}

.grey-bg {
	background: #f1f2f2;
	height: 1.2em;
}

.tab-selection {
	margin-top: 1rem;
}

.app-navbar-item {
	position: relative;
	width: 50%;
}

.card {
	background: #f1f2f2;
	border: none;
}

.card .card-title {
	color: #3846B0;
	margin-bottom: 1.2rem;
}

.card::after {
	content: "";
	background: #e1e3e3;
	position: absolute;
	bottom: 1.875rem;
	left: 0;
	height: 85%;
	width: 1px;
}

.card-group1>.card {
	margin: 1.5rem auto;
	border-radius: 0;
}

.card-img-container {
	height: 15rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.card-text{
	padding: 0;
}

.card-text>li {
	text-align: start;
	padding-left: 1.4em;
	text-indent: -1.4em;
}

#grey-triangle-1 {
	vertical-align: 0%;
	margin-right: 50%;
}

#grey-triangle-2 {
	vertical-align: 0%;
	margin-left: 50%;
}

@media (max-width: 480px) {
	.card-img-container {
		height: 5rem;
	}
}

/***Plan***/
#plans .select-tab-button {
	font-weight: bold;
	margin: auto;
	cursor: pointer;
	background: #01c0bc;
	color: #ffffff;
	text-align: center;
	font-size: 1.5rem;
	width: 12.5rem;
	font-weight: bold;
	margin: 0.625rem auto;
	cursor: pointer;
	border-radius: 15px;
}

.techspecs {
	display: flex;
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-top: 1px solid #ffd080;
}

.techspecs:first-child {
	border-top: 0;
	padding-top: 2rem;
}

.techspecs:last-child {
	padding-bottom: 2rem;
}

.desktop-specs-container {
	background: #ffa000;
	color: #fff;
	border-radius: 2.25rem;
	box-shadow: 0 0.5rem 1rem rgb(68 64 64 / 15%) !important;
}

.triangle-left {
	margin-left: 23%;
}

.triangle-right {
	margin-left: 73%;
}

.s6Tab, .a8Tab{
	font-size: 1rem;;
}

.product_detail, .product_detail a, #product_detail_robot h3, #product_detail_robot_samsung h3{
	color: #01BFBB;
}

#product_detail_robot .frame, #product_detail_robot_samsung .frame{
	color: #01BFBB;
	border: #01BFBB 2px solid;
	border-radius: 2.25rem;
	margin-bottom: 2rem;
}

.product_detail_content{
	border-bottom: #01BFBB 2px solid;
}
.product_detail_content:last-child {
    border-bottom: 0px;
}

@media (max-width: 576px) {
	#plans .select-tab-button {
		width: 6.5em;
	}

	.triangle-left {
		margin-left: 15%;
	}

	.triangle-right {
		margin-left: 68%;
	}

	.s6Tab, .a8Tab{
		font-size: .5rem;;
	}
}

/***Contact Us***/
.content-container {
	background-image: url('../images/feature-bg.png');
}

.address-container {
	justify-content: center;
}

.expand-address-button {
	background: #01c0bc;
    color: #ffffff;
    text-align: center;
    font-size: 1rem;
    width: 12.5rem;
    font-weight: bold;
    margin: auto;
    cursor: pointer;
    border-radius: 15px;
}

.address-block {
	/* overflow: hidden; */
	position: relative;
	border: #01BFBB solid 2px;
}

.address-block:after {
	content: url(../images/address-corner.png);
	width: 32px;
	height: 32px;
	position: absolute;
	right: 5px;
	bottom: 4px;
}

.address-block .div-bottom-left {
	transform: rotate(-45deg);
	border-right: #01bfbb solid 2px;
	background: #fff;
	position: absolute;
	width: 30px;
	height: 30px;
	bottom: -16px;
	left: -16px;
}

.address-block .div-top-right {
	transform: rotate(-45deg);
	border-left: #01bfbb solid 2px;
	background: #fff;
	position: absolute;
	width: 30px;
	height: 30px;
	top: -16px;
	right: -16px;
}

#address-section h2,
#address-section h3{
	color: #3846B0;
}

/***Live chat***/
.live-chat{
  position: relative;
}

#blf_floating_btn {
  border-radius: 80px;
  color: white;
  font-size: 13px;
  position: absolute;
  right: 10px;
  bottom: 20px;
  z-index: 1000;
  width: 90px;
  height: 90px;
  background-color: #16bcc0;
  box-shadow: 1px 1px 6px 1px #00000085;
  text-align: center!important;
  cursor: pointer;
}
#blf_floating_btn .div_1 {
    padding-top: 1.1rem!important;
    padding-bottom: 0.3rem!important;
}

#blf_floating_btn .div_1 img {
  width: 42px;
  display: inline-block;
}

/*Modal*/
.video-preview{
	position: relative;
}

.video-btn{
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.close {
	position: absolute;
    right: -40px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
    background: transparent;
    border: 0;
}

.modal-dialog {
	max-width: 800px;
	margin: 30px auto;
}

.modal-body {
	position: relative;
	padding: 0px;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
	padding-top: 56.25%;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*Modal*/


/* 20220919 service_termination_enquiry form */
.emptyerror-hide{
	display: none;
}

.emptyerror {
	color: red; font-size: 0.75rem;
}	

.form_content{
	width: 80%; max-width: 800px; margin: auto;
}

.custom-control-input{
	vertical-align: super;	
}

.custom-control{
	display: flex;
}

.form_text1{
	margin-left: -20px;
}

.eye3{
	/*font-size: 1.3em !important; line-height: .9em !important;*/
}

.hktdel{ font-family: "Noto Sans TC", sans-serif!important; }