@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700|Roboto:500|Crete+Round:400i");

.header,
button,
.v-application {
	font-family: Microsoft JhengHei, Arial, Helvetica, sans-serif !important;
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Microsoft JhengHei, Arial, Helvetica, sans-serif !important;
}

.bgblack {
	background: black
}

.bgwhite {
	background: white;
}

.textcenter {
	text-align: center;
}

.bgred {
	background: #e34e4a;
}

.footer {
	padding: 0 80px;
}

.footer a {
	color: #ececec !important
}

.navfooter {
	padding-left: 40px !important;
	margin: 0px;
}

.divcenter {
	text-align: center;
	margin-top: 5%;
}

.textwhite {
	color: white;
}

.v-list-item__title a {
	color: black !important;
}

.pos-pic {
	padding: 0px !important;
}



@media (max-width: 767.98px) {
	.header {
		border-bottom-color: #d6d6d6;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		padding-top: 20px;
		height: 60px;
		background: white;
	}

	html {
		font-size: 8px;
	}

	.slug {
		color: #bc2721;
		margin-bottom: 0.5rem;
		font-size: 3rem;
		text-align: center;
	}

	.subslug {
		color: #818181;
		margin-bottom: 0.2rem;
		font-size: 1.5rem;
		text-align: center;
	}

	.row-top {
		height: 17vh;
	}

	.row-detail-top {
		height: 12vh;
	}

	.homecomp {
		margin-top: 7rem;
	}

	.homecompInput {
		margin: 1rem;
		z-index: 988;
	}

	.cardstyle {
		border-radius: 9px;
		background: #fff;
		border: 2px solid #f2f2f2;
		position: relative;
		margin: 30px 0px 0px;
		font-size: 1rem;
		color: #9b9b9b;
	}

	.icondown {
		display: block;
	}

	.iconright {
		display: none;
	}


	.featureicon {
		height: 100%;
		margin-bottom: 10px;
		width: 80px;
	}

	.fontSize{
		font-size: 24px;
	}

	.possivelayout {

		text-align: center;
		height: 180px;
		margin-top: 3rem;
	}

	.possiveredunderline {
		border-bottom: 3px solid #be2223;
		width: 70px;
		margin-top: 38px;
		margin-bottom: 50px;
		text-align: center;
		margin: 0 auto;
	}

	.headerwhite {
		font-weight: 600;
		font-size: 2rem;
		color: white;
	}

	.margintop30 {
		margin-top: 1rem;
	}


	.headercontent {
		font-size: 1.5rem;
	}

	.headerwhiteunderline {
		border-bottom: 3px solid white;
		width: 70px;
		margin-top: 15px;
		margin: 0 auto;
	}

	.process-content {
		margin-top: 5%;
		text-align: left;
	}

	.main1_title h2 {
		font-size: 1.5rem;
		color: #bc2721;
		padding-bottom: 15px;
	}

	.main1_title p {
		font-size: 1rem;
		color: #909090;
	}

}

@media (min-width: 768px) and (max-width: 991.98px) {

	.header {
		border-bottom-color: #d6d6d6;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		padding-top: 30px;
		height: 90px;
		background: white;
	}

	html {
		font-size: 15px;
	}

	.slug {
		color: #bc2721;
		margin-bottom: 0.5rem;
		font-size: 3rem;
		text-align: center;
	}

	.subslug {
		color: #818181;
		margin-bottom: 0.2rem;
		font-size: 1.5rem;
		text-align: center;
	}

	.row-top {
		height: 33vh;
	}

	.row-detail-top {
		height: 7vh;
	}

	.homecomp {
		width: 100%;
		margin-top: 83px;
	}

	.homecompInput {
		margin: 1rem;
		flex: 0 0 50%;
		margin-left: 50%;
		width: 30%;
		position: absolute;
		z-index: 988;
	}

	.cardstyle {
		border-radius: 9px;
		background: #fff;
		border: 2px solid #f2f2f2;
		position: relative;
		margin: 30px 0px 20px;
		font-size: 1rem;
		color: #9b9b9b;
	}

	.featureicon {
		height: 90px;
		margin-bottom: 10px;
	}

	.possivelayout {

		text-align: center;
		height: 200px;
		margin-top: 3rem;
	}

	.headerwhite {
		font-weight: 600;
		font-size: 1.5rem;
		color: white;
	}


	.icondown {
		display: block;
	}

	.iconright {
		display: none;
	}

	.margintop30 {
		margin-top: 1rem;
	}


	.possiveredunderline {
		border-bottom: 3px solid #be2223;
		width: 70px;
		margin-top: 38px;
		margin-bottom: 50px;
		text-align: center;
		margin: 0 auto;
	}

	.process-content {
		margin-top: 5%;
		text-align: left;
	}

	.main1_title h2 {
		font-size: 1.5rem;
		color: #bc2721;
		padding-bottom: 15px;
	}

	.main1_title p {
		font-size: 1rem;
		color: #909090;
	}
}

@media (min-width: 992px) and (max-width: 1263.98px) {
	.header {
		padding-left: 22%;
		padding-right: 22%;
		border-bottom-color: #d6d6d6;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		padding-top: 30px;
		height: 90px;
		background: white;
	}

	html {
		font-size: 16px;
	}

	.subslug {
		color: #818181;
		margin-bottom: 1.5rem;
		font-size: 1.2rem;
	}

	.slug {
		color: #bc2721;
		margin-bottom: 1rem;
		font-size: 2.3rem;
	}

	.row-top {
		height: 52vh;
	}

	.row-detail-top {
		height: 11vh;
	}

	.homecomp {
		margin: 1rem;
		flex: 0 0 50%;
		margin-left: 50%;
		width: 30%;
		position: absolute;
		top: 5rem;
	}

	.homecompInput {
		margin: 1rem;
		flex: 0 0 50%;
		margin-left: 50%;
		width: 17%;
		position: absolute;
		top: 15rem;
		z-index: 988;
	}

	.cardstyle {
		border-radius: 9px;
		background: #fff;
		border: 2px solid #f2f2f2;
		position: relative;
		margin: 30px 0px 20px;
		font-size: 2rem;
		color: #9b9b9b;
	}

	.featureicon {
		height: 100%;
		margin-bottom: 10px;
	}

	.possiveredunderline {
		border-bottom: 3px solid #be2223;
		width: 70px;
		margin-top: 38px;
		margin-bottom: 50px;
	}

	.margintop30 {
		margin-top: 1rem;
	}


	.icondown {
		display: none;
	}

	.iconright {
		display: block;
	}

	.possivelayout {
		position: absolute;
		top: 10%;
		left: 25%;
	}

	.possiveincomtext {
		font-size: 1rem;
		color: #6e6e6e;
	}

	.headerwhite {
		font-weight: 600;
		font-size: 2rem;
		color: white;
	}

	.headercontent {
		font-size: 1rem;
	}

	.headerwhiteunderline {
		border-bottom: 3px solid white;
		width: 70px;
		margin-top: 15px;
		margin: 0 auto;
	}

	.process-content {
		margin-top: 5%;
		text-align: center;
	}

	.main1_title h2 {
		font-size: 2rem;
		color: #bc2721;
		padding-bottom: 15px;
	}

	.main1_title p {
		font-size: 1.5rem;
		color: #909090;
	}


}

@media (min-width: 1264px) {
	.header {

		padding-left: 22%;
		padding-right: 22%;
		border-bottom-color: #d6d6d6;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		padding-top: 30px;
		height: 90px;
		background: white;
	}


	html {
		font-size: 16px;
	}

	.subslug {
		color: #818181;
		margin-bottom: 1.5rem;
		font-size: 1.5rem;
	}

	.slug {
		color: #bc2721;
		margin-bottom: 2rem;
		font-size: 2.8rem;
	}

	.row-top {
		height: 52vh;
	}

	.row-detail-top {
		height: 11vh;
	}

	.homecomp {
		margin: 1rem;
		flex: 0 0 50%;
		margin-left: 50%;
		width: 30%;
		position: absolute;
		top: 5rem;
	}

	.homecompInput {
		margin: 1rem;
		flex: 0 0 50%;
		margin-left: 50%;
		width: 19%;
		position: absolute;
		top: 17rem;
		z-index: 988;
	}

	.cardstyle {
		border-radius: 9px;
		background: #fff;
		border: 2px solid #f2f2f2;
		position: relative;
		margin: 30px 0px 20px;
		font-size: 2rem;
		color: #9b9b9b;
	}

	.featureicon {
		height: 100%;
		margin-bottom: 10px;
	}

	.possiveredunderline {
		border-bottom: 3px solid #be2223;
		width: 70px;
		margin-top: 38px;
		margin-bottom: 50px;
	}

	.margintop30 {
		margin-top: 1rem;
	}


	.icondown {
		display: none;
	}

	.iconright {
		display: block;
	}

	.possivelayout {
		position: absolute;
		top: 10%;
		left: 25%;
	}

	.headerwhite {
		font-weight: 600;
		font-size: 3rem;
		color: white;
	}

	.headercontent {
		font-size: 28px;
	}

	.headerwhiteunderline {
		border-bottom: 3px solid white;
		width: 70px;
		margin-top: 15px;
		margin: 0 auto;
	}

	.process-content {
		margin-top: 5%;
		text-align: center;
	}

	.main1_title h2 {
		font-size: 3rem;
		color: #bc2721;
		padding-bottom: 15px;
	}

	.main1_title p {
		font-size: 1.5rem;
		color: #909090;
	}

	.possiveincomtext {
		font-size: 28px;
		color: #6e6e6e;
	}

}



.content-page {
	margin-left: 240px;
	overflow: hidden;
}

.content-page>.content {
	margin-bottom: 120px;
	margin-top: 70px;
	padding: 20px 5px 15px 5px;
}


.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-inverse,
.btn-purple,
.btn-pink,
.btn-orange,
.btn-brown,
.btn-teal {
	color: #ffffff !important;
}

.btn-primary {
	background-color: #3292e0 !important;
	border: 1px solid #3292e0 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
	background-color: #2186d8 !important;
	border: 1px solid #2186d8 !important;
}

.btn-success {
	background-color: #5cb45b !important;
	border: 1px solid #5cb45b !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
	background-color: #4ea84d !important;
	border: 1px solid #4ea84d !important;
}

.btn-info {
	background-color: #04a2b3 !important;
	border: 1px solid #04a2b3 !important;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
	background-color: #038b9a !important;
	border: 1px solid #038b9a !important;
}

.btn-warning {
	background-color: #f7b543 !important;
	border: 1px solid #f7b543 !important;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning {
	background-color: #f6ab2b !important;
	border: 1px solid #f6ab2b !important;
}

.btn-danger {
	background-color: #f03154 !important;
	border: 1px solid #f03154 !important;
}

.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger {
	background-color: #ee1940 !important;
	border: 1px solid #ee1940 !important;
}

.btn-dark {
	background-color: #2a323c !important;
	border: 1px solid #2a323c !important;
	color: #ffffff;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.focus,
.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover,
.open>.dropdown-toggle.btn-dark {
	background-color: #20262d !important;
	border: 1px solid #20262d !important;
	color: #ffffff;
}

.process-title h5 {
	font-weight: 800;
}

.marginauto {
	margin: 0 auto;
}


.precess-item {
	text-align: center;
}


.v-parallax {
	top: 50px;
}


.v-application a {
	color: white;
}

.bottom-reg .v-parallax__content {
	margin-bottom: 120px;
	margin-top: 40px;
}

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

.bgec {
	background: #ececec;
}

.bgbrow {
	background: #6c2b05;
}

.bglitebrow {
	background: #ae4b21;
}

.bgdeepblue {
	background: #0e233e;
}

.bgf6 {
	background: #f6f6f6;
}

.headerred {
	font-weight: 600;
	font-size: 1.2rem;
	color: #bc2721;
}

.webfontred {
	color: #bc2721;
}

.padding26 {
	background: rgba(255, 255, 255, 0.85) !important;
	padding: 26px;
}

.signupGreen {
	background-color: #006f1b !important;
	border-color: #006f1b !important;
}

.webbgred {
	background: #bc2721 !important;
}

.headerredunderline {
	border-bottom: 5px solid #bc2721;
	width: 30px;
	margin-top: 15px;
}


.headerredunderline {
	border-bottom: 3px solid #bc2721;
	width: 70px;
	margin-top: 15px;
	margin: 0 auto;
	margin-bottom: 10px;
}


.landingpageinput {
	height: 46px;
	margin-bottom: 10px;
}

.margin76 {
	margin: 2rem !important;
}

.marginright76 {
	margin-right: 2rem;
}

.padding0 {
	padding: 0 !important;
}


* {
	border: 0;
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

input {
	border: 0;
}

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

.scroll-top {
	background-color: #ff0101;
}

@keyframes blur-img {
	from {
		filter: blur(10px);
		-webkit-filter: blur(10px);
	}

	to {
		filter: blur(0px);
		-webkit-filter: blur(0px);
	}
}

.tabcontainer {
	display: block;
	position: relative;
	overflow: hidden;
	height: 500px;
	background: #000;
}

.tabs {
	z-index: 10;
	position: relative;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
}

.tabs .tab-title {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 25%;
	height: 57px;
	text-align: center;
	border-bottom: solid 3px #fff;
}

.tabs .tab-title a {
	width: 100%;
	padding: 0;
	background: none;
	font-size: 12px;
	color: #000;
	line-height: 57px;
	text-transform: uppercase;
	text-decoration: none;
}

.tabs .tab-title a:hover {
	background: none;
}

.tabs .tab-title.active:after {
	background: orange;
}

.tabs .tab-title.active a {
	background: none;
}

.tabs .active-line {
	display: block;
	position: relative;
	top: 54px;
	left: 0;
	width: 25%;
	height: 3px;
	background: #E9B226;
	transition: all ease-in-out 0.5s;
}

.tabs .tab-title:nth-child(1).active~.active-line {
	left: 0%;
}

.tabs .tab-title:nth-child(2).active~.active-line {
	left: 25%;
}

.tabs .tab-title:nth-child(3).active~.active-line {
	left: 50%;
}

.tabs .tab-title:nth-child(4).active~.active-line {
	left: 75%;
}

.tabs-content {
	padding: 0;
}

.tabs-content .content {
	position: absolute;
	top: 0;
	z-index: 1;
	height: 500px;
	padding: 96px 36px 72px 36px;
	background: url("https://images.unsplash.com/photo-1441716844725-09cedc13a4e7?fit=crop&fm=jpg&h=1225&q=80&w=1900") center center;
	background-size: 100%;
}

.tabs-content .content#panel2-2 {
	background-image: url("https://images.unsplash.com/photo-1428604422807-314cf752cbc9?q=80&fm=jpg&w=1080&fit=max&s=671da82847b1266ef6aa6548365e5c8f");
}

.tabs-content .content#panel2-3 {
	background-image: url("https://images.unsplash.com/photo-1428948304740-392e214d312f?fit=crop&fm=jpg&h=1225&q=80&w=1900");
}

.tabs-content .content#panel2-4 {
	background-image: url("https://images.unsplash.com/photo-1437915015400-137312b61975?fit=crop&fm=jpg&h=1225&q=80&w=1900");
}

.tabs-content .content.active {
	animation-name: blur-img;
	animation-duration: 1s;
}

.tabs-content .panel {
	position: absolute;
	bottom: 72px;
	right: 36px;
	width: 400px;
	padding: 36px;
	background: rgba(255, 255, 255, 0.95);
	border: none;
}

.zindex {
	z-index: 9999;
}
