/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 13, 2021, 11:47:08 AM
    Author     : Papen
*/
@font-face {
	font-family: "FontAwesome";
	src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
	src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
			format("embedded-opentype"),
		url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
		url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
		url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
		url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular")
			format("svg");
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: "Roboto", "Prompt", "Helvetica", "Arial", sans-serif;
}
.modal .modal-header .close {
	color: gray;
}
.btn-login-social {
	width: 100%;
	text-align: left;
	font-size: 14px;
	padding-left: 15px;
	font-weight: 500;
	margin-bottom: 0px;
	margin-top: 10px;
	padding: 8px 15px;
	color: white !important;
}
.btn-login-social:last-child {
	margin-bottom: 10px;
}
.btn-login-social.facebook {
	background: #3b5999;
}
.btn-login-social.google {
	background: #4081ed;
}
.btn-login-social .social-icon {
	margin-right: 15px;
	font-size: 20px;
	vertical-align: middle;
}
.login-title {
	text-align: left;
	font-family: "Montserrat", "Prompt", "Helvetica Neue", Arial, sans-serif;
	width: 100%;
	display: block;
	margin-top: 0;
}
.or-box {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
.or-box .line {
	float: left;
	width: 35%;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #a7a7a7;
}
.or-box .text {
	float: left;
	width: 30%;
	text-align: center;
	line-height: 41px;
	color: #616161;
	font-size: 14px;
}
.login-form input {
	/*border: 1px solid gainsboro !important;*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: black !important;
}
.login-form input::-webkit-input-placeholder {
	/* Edge */
	color: darkgray;
}

.login-form input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: darkgray;
}

.login-form input::placeholder {
	color: darkgray !important;
}
.err-login {
	display: block;
	width: 100%;
	padding: 5px 15px;
	background: #ffbbbb;
	color: #ff4a4a;
	margin-bottom: 10px;
}

.modal-content .modal-header button {
	position: absolute;
	right: 27px;
	top: 30px;
	outline: 0;
}

.bmd-form-group {
	padding-top: 0px;
}

#main_content {
	margin-top: 70px;
}

/*progress bar*/
.progressbar {
	margin: 0;
	padding: 0;
	counter-reset: step;
	margin-bottom: 60px;
	width: 100%;
	z-index: 0;
}
.progressbar li {
	list-style-type: none;
	width: 25%;
	float: left;
	font-size: 12px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	color: #7d7d7d;
}
.progressbar li:before {
	width: 30px;
	height: 30px;
	content: counter(step);
	counter-increment: step;
	line-height: 30px;
	border: 2px solid #7d7d7d;
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
	border-radius: 50%;
	background-color: white;
}
.progressbar li:after {
	width: 100%;
	height: 2px;
	content: "";
	position: absolute;
	background-color: #7d7d7d;
	top: 15px;
	left: -50%;
	z-index: -1;
}
.progressbar li:first-child:after {
	content: none;
}
.progressbar li.done {
	color: green;
}
.progressbar li.done:before {
	border-color: #55b776;
}
.progressbar li.done + li:after {
	background-color: #55b776;
}
.progressbar li.active:before {
	width: 30px;
	height: 30px;
	content: counter(step);
	counter-increment: step;
	line-height: 30px;
	border: 2px solid #55b776;
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
	border-radius: 50%;
	background-color: #55b776;
	color: white;
}
.progressbar li.active.wait:before {
	border: 2px solid red;
	background-color: red;
}
.progressbar li.active {
	color: green;
}
/*end progress bar*/

.nav .logo {
	padding: 0 !important;
	height: 50px;

	position: initial !important;
	transform: initial !important;
	margin-top: 18px !important;
	margin-right: 10px;
}
.nav .logo img {
	max-height: 100%;
}
header.menu-3.hovered.scrol .logo {
	margin-top: 8px !important;
}

.title,
.title a,
.card-title,
.card-title a,
.info-title,
.info-title a,
.footer-brand,
.footer-brand a,
.footer-big h5,
.footer-big h5 a,
.footer-big h4,
.footer-big h4 a,
.media .media-heading,
.media .media-heading a {
	color: #2596c7;
	text-decoration: none;
}

.menu-3.scrol {
	box-shadow: 0 4px 18px 0px rgb(0 0 0 / 12%), 0 7px 10px -5px rgb(0 0 0 / 15%);
}
.nav-login:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	width: 1px;
	height: 35px;
	background-color: #d5dde5;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.menu-3 nav btn {
	color: white;
}
.menu-3 nav > ul > li.nav-register:hover,
.menu-3 nav > ul > li.nav-login:hover,
.menu-3 nav > ul.menu-left > li:hover,
.menu-3 nav > ul.menu-left > li:hover {
	border-color: #ffffff00 !important;
}
.top-baner.heading {
	padding-top: 87px;
	/*min-height: 100vh;*/
	position: relative;
	padding-bottom: 400px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #f7f7f7;
}
.top-baner.heading:after {
	content: "";
	/*background: #5081973b;*/
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}
.top-baner.heading .center-image {
	display: block;
	width: 100%;
}
.inner-banner {
	position: relative;
	background-image: url(../img/bg-header.jpg);
}
.inner-banner:after {
	content: "";
	background: #5081973b;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}
.inner-banner .vertical-align {
	z-index: 1;
	text-shadow: 2px 2px 4px #5c6b78bf;
}
.heading-box {
	/*background: #ffffff94;*/
	margin: 30px 0 35px;
	/*padding: 25px;*/
	text-align: center;
}
.heading-title {
	color: #2d3e50;
	text-shadow: 3px 3px 3px #ffffffbf;
	/*text-align: left;*/
	letter-spacing: 1px !important;
}
.heading-sub-title {
	text-shadow: 3px 3px 3px #ffffffbf;
	text-transform: inherit;
	font-weight: 500;
	letter-spacing: normal;
	color: #2d3e50;
	/*text-align: left;*/
}
.heading-button {
	letter-spacing: 3px;
	font-size: 16px;
	font-weight: 500;
	/*    padding-left: 30px;
        padding-right: 30px;*/
	border: 1px solid #2d3e50;
	color: white;
}
.heading-button:hover {
	box-shadow: 2px 2px 3px #81818147;
	background: none;
	border-color: #2d3e50;
}
.heading-button-o {
	letter-spacing: 3px;
	font-size: 16px;
	font-weight: 500;
	border: 1px solid;
	background: #ffffff !important;
	color: #5bc0de !important;
}
.heading-button-o:hover {
	background: #5bc0de !important;
	color: white !important;
	border-color: #5bc0de !important;
	box-shadow: 2px 2px 3px #81818147;
}
.main-title {
	padding-bottom: 50px;
	text-align: left;
	z-index: 1;
}
.box-item {
	background: white;
	box-shadow: #0000002e 0px 0px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 30px;
	margin-bottom: 30px;
	position: relative;
	/*margin-top: 30px;*/
	display: flex;
	margin-right: 30px;
}
.box-item .box-item-image {
	width: 40%;
	max-height: 180px;
	margin-bottom: 0;
}
.box-item .box-item-image img {
	max-width: 100%;
	max-height: 170px;
	text-align: center;
	margin: auto;
}
.box-item .box-item-content {
	padding-left: 20px;
	width: 60%;
	padding-right: 15px;
}
.box-item .box-item-title {
	font-weight: 700;
	margin-bottom: 15px;
}
.box-item .box-item-text {
	color: #8d97ad;
	margin-bottom: 15px;
}
.box-item .box-item-icon {
	background-color: #188ef4;
	position: absolute;
	border-radius: 50%;
	top: 93px;
	color: white;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	right: -30px;
}
.btn-underline {
	display: inline-flex;
	font-weight: 400;
	align-items: center;
	position: relative;
	transition: all 0.3s;
	color: #188ef4 !important;
}
.btn-underline .mbr-iconfont {
	color: inherit;
	padding-right: 0.5rem;
}
.btn-underline:after {
	font-family: MobiriseIcons !important;
	content: "\e967";
	position: relative;
	padding-left: 0.3rem;
}
.btn-underline:hover {
	filter: brightness(85%);
	color: #08589e !important;
}
.btn-underline:hover:after {
	transition: all 0.3s;
	padding-left: 0.5rem;
}
.btn-go {
	font-weight: 400;
	/*letter-spacing: normal;*/
	margin: 0.4rem 0.8rem !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 0.8rem 2rem;
	background: #2d3e50;
	color: white;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.btn-go:after {
	font-family: MobiriseIcons !important;
	content: "\e967";
	position: relative;
	opacity: 0;
	font-size: inherit;
	text-align: center;
	transition: all 0.3s;
	margin-left: -1.5rem;
	padding-left: 0.5rem;
}
.btn-go:hover {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	color: white;
}
.btn-go:hover:after {
	transition: all 0.3s;
	opacity: 1;
	margin-left: 0;
}
.soft-title {
	letter-spacing: 3px !important;
	text-transform: initial;
	font-weight: 100;
}
.bg-img-review {
	background-attachment: fixed;
}
.bg-img-review:after {
	content: "";
	background: #00000091;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}
.bg-img-review .container {
	z-index: 1;
	position: relative;
}
.text-white {
	color: white;
}
.testi-3 {
	padding: 20px 0px 130px;
}
.sitemap-box .sitemap-item {
	margin-bottom: 10px;
	display: block;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 1.3px;
	font-weight: 400;
	text-transform: uppercase;
}
.sitemap-box a.sitemap-item:hover {
	color: #23b0e8;
}
.footer-topic-underline {
	border-bottom: 1px solid #525252;
	padding-bottom: 10px !important;
	margin-bottom: 20px;
}
.bg-dark.type-2 .f_text {
	font-family: "Roboto", "Prompt", "Helvetica", "Arial", sans-serif;
}
.padt-60 {
	padding-top: 60px;
}
.sub-title {
	color: gray;
	font-size: 18px;
	font-weight: 100;
}

.tab-bar {
	margin: 30px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
	-webkit-padding-start: 0;

	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.tab {
	width: 150px;
	padding: 14px 0;
	background: white;
	color: #607d8b;
	overflow: hidden;
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	cursor: pointer;
	position: relative;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.tab-bar .tab.active:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background: #23b0e8;
	left: 0;
	bottom: 0;
}

.top-bar {
	width: 100%;
	background: #ebebeb;
	display: block;
	line-height: 35px;
	font-size: 12px;
	color: #898989;
}
.top-bar:after {
	content: "";
	display: block;
	clear: both;
}
.top-bar .top-bar-left {
	float: left;
	font-family: "Prompt";
	text-transform: uppercase;
	color: #4396bb;
}
.top-bar .top-bar-left i {
	margin-right: 5px;
}
.top-bar .top-bar-right {
	float: right;
	margin-top: 5px;
}
.top-bar .top-bar-right .social-icon {
	margin-left: 5px;
	color: #fefefe;
	padding: 0 5px;
	font-size: 16px;
	opacity: 0.7;
}
.top-bar .top-bar-right .social-icon:hover,
.top-bar .top-bar-right .social-icon:focus {
	color: white;
	opacity: 1;
}
header:not(.scrol) {
	top: 35px;
}

.feature-table {
	width: 100%;
	/*max-width:1000px;*/
	margin: 0 auto;
	/*height:1000px;*/
	position: relative;
	font-size: 14px;
}
.feature-table ul {
	display: flex;
	top: 0px;
	z-index: 10;
	padding-bottom: 14px;
}
.feature-table li {
	list-style: none;
	flex: 1;
}
.feature-table li:last-child {
	border-right: 1px solid #ddd;
}
.feature-table button {
	width: 100%;
	border: 1px solid #ddd;
	border-right: 0;
	border-top: 0;
	padding: 10px;
	background: #fff;
	font-size: 14px;
	font-weight: bold;
	height: 60px;
	color: #999;
}
.feature-table li.active button {
	background: #f5f5f5;
	color: #000;
}
.feature-table table {
	border-collapse: collapse; /*table-layout:fixed;*/
	width: 100%;
}
.feature-table th {
	background: #f5f5f5;
	display: none;
}
.feature-table td,
.feature-table th {
	/*height:53px*/
}
.feature-table td,
.feature-table th {
	border: 1px solid #ddd;
	padding: 10px;
	empty-cells: show;
}
.feature-table td,
.feature-table th {
	text-align: left;
}
.feature-table td + .feature-table td,
.feature-table th + .feature-table th {
	text-align: center;
	display: none;
}
.feature-table td.default {
	display: table-cell;
}
.feature-table .bg-feature-purple {
	border-top: 3px solid #a32362;
}
.feature-table .bg-feature-blue {
	border-top: 3px solid #0097cf;
}
.feature-table .sep {
	background: #f5f5f5;
	font-weight: bold;
}
.feature-table .txt-l {
	font-size: 28px;
	font-weight: bold;
}
.feature-table .txt-top {
	position: relative;
	top: -9px;
	left: -2px;
}
.feature-table .tick {
	font-size: 18px;
	color: #2ca01c;
}
.feature-table .hide {
	border: 0;
	background: none;
}

/* feature table */
.feature-table .feature_header1 {
	height: 34px;
	font-size: 14px;
	line-height: 34px;
	color: #ffffff;
	/*text-shadow: 1px 1px 1px #000000;*/
	/* Rounded Corners */
	/*    -webkit-border-radius:9px 9px 0 0;
    -khtml-border-radius:9px 9px 0 0;
    -moz-border-radius:9px 9px 0 0;
    border-radius:9px 9px 0 0;*/
	/* Gradient */
	/*    background-image: -moz-linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.3));
    background-image: -webkit-linear-gradient-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.3)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.3));
    background-image: -ms-linear-gradient(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.3));
    background-image: no-repeat;*/
	-webkit-transition: font-size 0.2s;
	-moz-transition: font-size 0.2s;
	-o-transition: font-size 0.2s;
	-ms-transition: font-size 0.2s;
	transition: font-size 0.2s;
	text-transform: uppercase;
	font-weight: 400;
	/*background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1) 0%, rgb(255 255 255 / 14%) 80%,rgb(0 0 0 / 2%));*/
	text-shadow: 1px 1px 1px #00000038;
}
.feature-table .feature_header2 {
	/* height: 80px; */
	font-size: 28px;
	/* line-height: 68px; */
	border-bottom: 1px solid #cccccc;
	text-shadow: 1px 3px 4px #00000026;
	/* background-color: #efefef; */
	/* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #EBEBEB)); */
	/* background-image: -webkit-linear-gradient(#F3F3F3 0%, #EBEBEB 100%); */
	background-image: -moz-linear-gradient(#f3f3f3 0%, #ebebeb 100%);
	background-image: -o-linear-gradient(#f3f3f3 0%, #ebebeb 100%);
	background-image: -ms-linear-gradient(#f3f3f3 0%, #ebebeb 100%);
	/* background-image: linear-gradient(#F3F3F3 0%, #EBEBEB 100%); */
	/* -webkit-transition: font-size 0.2s; */
	-moz-transition: font-size 0.2s;
	-o-transition: font-size 0.2s;
	-ms-transition: font-size 0.2s;
	transition: font-size 0.2s;
	background-image: -webkit-linear-gradient(
		rgba(0, 0, 0, 0.1) 0%,
		rgb(255 255 255 / 14%) 80%,
		rgb(0 0 0 / 2%)
	);
	background-color: #53c3d2;
	color: white;
	font-weight: 100;
	background: linear-gradient(-45deg, #61d3ff, #219cf3);
	border-top: 10px solid #3cb4f8;
	text-transform: uppercase;
}
.feature-table .feature_header2 span {
	font-size: 14px;
	line-height: 40px;
}
.feature-table .green .feature_header2 {
	/*background-color: #34daa4; */
	background: linear-gradient(-45deg, #61ffe9, #33c98b);
	border-top: 10px solid #47e0b4;
}
.feature-table .red .feature_header2 {
	/*background-color: #ec6363; */
	background: linear-gradient(-45deg, #ff9461, #f32182);
	border-top: 10px solid #fa646f;
}
.feature-table .purple .feature_header2 {
	/*background-color: #ec6363; */
	background: linear-gradient(-45deg, #f403d1, #64b5f6);
	border-top: 10px solid #9973e8;
}
.feature-table .gradient_blue a.pricing_button,
.feature-table .gradient_blue .feature_header1 {
	/*background-color: #389DAD;*/
	background-color: #53c3d2;
}
.feature-table .gradient_green a.pricing_button,
.feature-table .gradient_green .feature_header1 {
	background-color: #659b2c;
}
.feature-table .gradient_yellow a.pricing_button,
.feature-table .gradient_yellow .feature_header1 {
	background-color: #f4ba00;
}
.feature-table .gradient_orange a.pricing_button,
.feature-table .gradient_orange .feature_header1 {
	background-color: #e47417;
}
.feature-table .gradient_red a.pricing_button,
.feature-table .gradient_red .feature_header1 {
	background-color: #b04444;
}
.feature-table .gradient_black a.pricing_button,
.feature-table .gradient_black .feature_header1 {
	background-color: #212121;
}

.feature-table .green a.pricing_button,
.feature-table .green .feature_header1 {
	background-color: #34daa4;
}
.feature-table .red a.pricing_button,
.feature-table .red .feature_header1 {
	background-color: #ec6363;
}
.feature-table .feature-head-box {
	padding: 0;
	vertical-align: top;
	text-align: center;
}

.text-center {
	text-align: center !important;
}

.heading-feature-index {
	/*background: #2d3e50;*/
	text-align: center;
	/*padding: 10px;*/
	/*color: white;*/
	/*    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;*/
	margin-bottom: 25px;
	letter-spacing: 3px;
}

.bg-triangle {
	background: #dddddd;
	position: relative;
	overflow: inherit;
	padding-top: 30px;
	background: linear-gradient(0deg, rgb(67 78 90) 0%, rgba(45, 62, 80, 1) 100%);
}

.bg-triangle:before {
	content: "";
	position: absolute;
	top: -69px;
	width: 100%;
	height: 70px;
	background: #2d3e50;
	clip-path: polygon(100% 1%, 0% 100%, 100% 100%);
}

input[role="switch"] {
	appearance: none;
	-webkit-appearance: none;
	position: relative;
	display: inline-block;
	width: 2.4em;
	height: 1.4em;
	margin: -0.2em 0;
	box-sizing: content-box;
	padding: 0;
	border: none !important;
	border-radius: 0.7em;
	background: rgba(160, 160, 160, 0.7);
	box-shadow: 0 0.15em 0.25em rgba(0, 0, 0, 0.5) inset,
		0 -0.5px 0 rgba(255, 255, 255, 0.2) inset;
	transition: background-color 250ms ease, box-shadow 250ms ease;
	font-size: 100%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	user-select: none;
	outline: none;
	cursor: pointer;
}
input[role="switch"]:focus,
input[role="switch"]:hover,
input[role="switch"]:active {
	outline: none;
}
input[role="switch"]::before {
	content: "";
	display: flex;
	align-content: center;
	justify-content: center;
	position: absolute;
	width: 1em;
	height: 1em;
	left: 0;
	top: 0;
	background: rgba(240, 240, 240, 0.9);
	box-shadow: 0 1px 1px #fff inset, 0 0.2em 0.5em rgba(255, 255, 255, 0.7) inset,
		0 -0.2em 0.3em rgba(0, 0, 0, 0.2) inset, 0 0.05em 0.25em rgba(0, 0, 0, 0.7);
	border-radius: 50%;
	transform: translate(20%, 20%);
	transition: transform 250ms ease;
	color: rgba(0, 0, 0, 0.3);
	line-height: 1;
}
input[role="switch"]:focus::before {
	background: rgba(255, 255, 255, 0.9);
}
input[role="switch"]:checked {
	background-color: var(--bg-checked, var(--bg, rgb(60, 130, 250)));
}
input[role="switch"]:focus-visible {
	box-shadow: 0 0.15em 0.25em rgba(0, 0, 0, 0.5) inset,
		0 -0.5px 0 rgba(255, 255, 255, 0.2) inset,
		0 0 0 2px rgba(255, 255, 255, 0.8),
		0 0 0 4px var(--bg-checked, var(--bg, rgb(60, 130, 250)));
}
input[role="switch"]:checked::before {
	transform: translate(120%, 20%);
}
input[role="switch"]:indeterminate::before {
	transform: translate(70%, 20%);
	content: "-";
}
input[role="switch"]:disabled:before {
	opacity: 0.4;
}

.switch-label {
	font-weight: 700;
	padding: 0 10px;
	font-size: 20px;
	cursor: pointer;
}
.switch-label span {
	font-size: 14px;
	font-weight: normal;
	background: #28a7de;
	color: white;
	padding: 5px 7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 5px;
}
.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

#pricing-table .card {
	position: relative;
	max-width: 300px;
	height: auto;
	background: linear-gradient(-45deg, #fe0847, #feae3f);
	border-radius: 15px;
	margin: 0 auto;
	padding: 20px;
	-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	overflow: hidden;
	right: 0;
	margin-bottom: 20px;
}
#pricing-table .card:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#pricing-table .pricing-column:nth-child(1) .card,
#pricing-table .pricing-column:nth-child(1) .card .title .fa {
	/*background: linear-gradient(-45deg,#f403d1,#64b5f6);*/
	background: linear-gradient(-45deg, #61ffe9, #33c98b);
}
#pricing-table .pricing-column:nth-child(2) .card,
#pricing-table .pricing-column:nth-child(2) .card .title .fa {
	/*background: linear-gradient(-45deg,#ffec61,#f321d7);*/
	background: linear-gradient(-45deg, #7cdbff, #219cf3);
}
#pricing-table .pricing-column:nth-child(3) .card,
#pricing-table .pricing-column:nth-child(3) .card .title .fa {
	/*background: linear-gradient(-45deg,#24ff72,#9a4eff);*/
	background: linear-gradient(-45deg, #ffd04d, #f32182);
}
#pricing-table .pricing-column:nth-child(4) .card,
#pricing-table .pricing-column:nth-child(4) .card .title .fa {
	/*background: linear-gradient(-45deg,#24ff72,#9a4eff);*/
	background: linear-gradient(-45deg, #f403d1, #64b5f6);
}
#pricing-table .card::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40%;
	background: rgba(255, 255, 255, 0.1);
	z-index: 1;
	-webkit-transform: skewY(-5deg) scale(1.5);
	transform: skewY(-5deg) scale(1.5);
}
#pricing-table .title .fa {
	color: #fff;
	font-size: 60px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	text-align: center;
	line-height: 100px;
	-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
#pricing-table .title h3 {
	position: relative;
	margin: 20px 0 0;
	padding: 0;
	color: #fff;
	/*font-size: 28px;*/
	z-index: 2;
	letter-spacing: 3px;
	font-weight: 100;
	text-shadow: 1px 3px 4px #00000026;
}
#pricing-table .price,
#pricing-table .option {
	position: relative;
	z-index: 2;
}
#pricing-table .price h4 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 40px;
	text-shadow: 1px 3px 4px #00000026;
}
#pricing-table .price h4 sup {
	font-size: 22px;
}
#pricing-table .price h4 .per {
	font-size: 14px;
	text-transform: initial;
}
#pricing-table .option ul {
	margin: 0;
	padding: 0;
}
#pricing-table .option ul li {
	/*margin: 0 0 10px;*/
	padding: 0 10px;
	list-style: none;
	color: #fff;
	font-size: 14px;
	text-align: left;
	text-shadow: 1px 3px 4px #00000026;
}
#pricing-table .card a {
	position: relative;
	z-index: 2;
	background: #fff;
	color: black;
	width: 150px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	display: block;
	text-align: center;
	margin: 20px auto;
	font-size: 16px;
	cursor: pointer;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	color: #229df3;
}
#pricing-table .col-sm-4:nth-child(3) .card a {
	color: #f42482;
}
#pricing-table .col-sm-4:nth-child(1) .card a {
	color: #33ca8c;
}
#pricing-table .card a:hover {
	text-decoration: none;
}

.video-js .vjs-big-play-button {
	left: 0 !important;
	top: 42% !important;
	margin: auto;
	position: inherit !important;
}

.alert {
	padding: 0.75rem 1.25rem;
}
.alert-success {
	color: #3c763d !important;
}
.alert-danger {
	color: #a94442 !important;
}
.alert .fa {
	position: initial;
	transform: initial;
	margin-right: 7px;
	font-size: 18px;
}

.btn-qty-minus {
	background: black;
	color: white;
	border: 1px solid black;
	margin-right: -5px;
	margin-top: -3px;
	-webkit-border-radius: 3px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius: 3px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-radius: 3px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.btn-qty-minus:focus,
.btn-qty-minus:active {
	outline: none;
}

.btn-qty-plus {
	background: black;
	color: white;
	border: 1px solid black;
	margin-left: -5px;
	margin-top: -3px;
	-webkit-border-radius: 3px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius: 3px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-radius: 3px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.btn-qty-plus:focus,
.btn-qty-plus:active {
	outline: none;
}

.order-history-box {
	display: table;
	width: 100%;
	margin-bottom: 15px;
	box-shadow: 1px 1px 4px #00000052;
}
.order-history-box .order-history-thumbnail {
	display: table-cell;
	vertical-align: middle;
	width: 130px;
	text-align: center;
	background: #229cf3;
	font-size: 26px;
	font-weight: 700;
	color: white;
	padding: 15px 0;
}
.order-history-box .order-history-thumbnail.business {
	background: #f42482;
}
.order-history-box .order-history-thumbnail.organization {
	background: #d825d8;
}
.order-history-box .order-history-thumbnail.free {
	background: #34ca8c;
}
.order-history-box .order-history-text {
	display: table-cell;
	vertical-align: top;
	padding: 15px;
}
.order-history-box .order-history-detail {
	color: #9a9a9a;
	margin: 0;
}
.order-history-box .order-history-detail label {
	color: #545454;
	font-family: "Montserrat", "Prompt", "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
	margin: 0;
}
.order-history-box .order-history-text-title {
	font-weight: 700;
	margin: 0;
	margin-bottom: 5px;
}
.order-history-box .order-history-view {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: #efefef;
	color: #ababab !important;
	cursor: pointer;
	font-family: "Montserrat", "Prompt", "Helvetica Neue", Arial, sans-serif;
	width: 100px;
}
.order-history-box .order-history-view:hover {
	color: black !important;
}

.course-tab .nav-link {
	margin-right: 0 !important;
}
.course-tab .nav {
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 20px !important;
}
.course-tab .nav-link {
	padding: 10px 15px 5px !important;
	font-size: 16px;
	border-bottom: 5px solid transparent;
	color: gray !important;
	background-color: white !important;
	border-radius: 0;
}
.course-tab .nav-link:hover,
.course-tab .nav-link:focus {
	background-color: #eaeaea !important;
}
.course-tab .nav-link.active {
	background-color: white !important;
	border-bottom: 5px solid #0d3cfa;
	border-radius: 0;
	box-shadow: none !important;
	color: #0d3cfa !important;
	padding: 10px 15px 5px !important;
}
.course-syllabus {
	width: 100%;
	border: 1px solid gainsboro;
	margin-bottom: 15px;
}
.course-syllabus .course-syllabus-group {
	background-color: #374955;
	color: white;
	border-bottom: 1px solid #dcdcdc;
}
.course-syllabus .course-syllabus-group.sub {
	background-color: #dddddd;
	color: #2c2c2c;
	border-bottom: 1px solid #cdcdcd;
	position: relative;
}
.course-syllabus .course-syllabus-group.sub td:first-child:before {
	position: absolute;
	content: "";
	width: 5px;
	height: 100%;
	background-color: #374955;
	left: 0;
	top: 0;
}
.course-syllabus .course-syllabus-group.sub2 {
	background-color: #efefef;
	color: #2c2c2c;
}
.course-syllabus .course-syllabus-group.sub2 td:first-child:before {
	position: absolute;
	content: "";
	width: 5px;
	height: 100%;
	background-color: #c1c1c1;
	left: 0;
	top: 0;
}
.course-syllabus tr td {
	padding: 5px 8px;
}
.course-syllabus .course-syllabus-lesson:nth-child(odd) {
	background-color: #efefef;
}
.course-syllabus .course-syllabus-lesson .lesson-button {
	/*width: 100px;*/
	width: 130px;
	text-align: right;
}
.course-syllabus .course-syllabus-lesson .lesson-button button {
	font-size: 11px;
	padding: 3px 7px;
	margin: 0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	outline: none;
}
.course-syllabus .course-syllabus-lesson .lesson-time {
	font-size: 12px;
	width: 65px;
	text-align: right;
}
.course-price-box {
	box-shadow: 1px 1px 5px #0000004d;
	padding: 15px;
	margin-top: 90px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #3c3b37;
	border-top: 5px solid #3c3b37;
	margin-bottom: 15px;
}
/*.course-price-box */
.course-price-title {
	margin: 0;
	text-align: center;
	color: #3c3b37;
	font-weight: 700;
}
/*.course-price-box */
.special-price .course-price-title {
	display: inline;
	margin-right: 10px;
	color: red;
}
/*.course-price-box */
.special-price span {
	font-size: 12px;
	text-decoration: line-through;
	font-weight: 700;
	color: #676767;
}
/*.course-price-box */
.course-add-to-cart {
	background: red;
	color: white !important;
	width: 100%;
	font-size: 18px;
}
/*.course-price-box */
.course-add-to-cart i {
	margin-right: 10px;
}
.course-price-box .course-price-bullet {
	padding: 0;
	margin: 0;
}
.course-price-box .course-price-bullet li {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
	/*font-family: sans-serif;*/
	line-height: 20px;
	margin-top: 10px;
	font-weight: 400;
}
.course-price-box .course-price-bullet li i {
	position: absolute;
	left: 0;
	top: 2px;
}
.course-detail-content {
	font-family: sans-serif;
}
.side-title {
	margin: 0;
	border-bottom: 1px solid gainsboro;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.instructor-box {
	display: flex;
	width: 100%;
}
.instructor-box .instructor-thumbnail {
	width: 80px;
	height: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right: 15px;
	object-fit: cover;
}
.instructor-box .instructor-text .instructor-name {
	font-size: 16px;
	margin: 0;
	margin-bottom: 5px;
}
.instructor-box .instructor-text .instructor-desc {
	font-size: 12px;
	color: gray;
}
.relate-course-box {
	width: 100%;
	margin-bottom: 20px;
}
.relate-course-box:after {
	content: "";
	display: block;
	clear: both;
}
.relate-course-box .relate-course-thumbnail {
	width: 100px;
	height: 65px;
	overflow: hidden;
	margin-right: 10px;
	float: left;
	object-fit: cover;
	max-width: initial;
}
.relate-course-box .relate-course-text {
	word-break: break-word;
}
.relate-course-box .relate-course-text .relate-course-title {
	font-size: 14px;
	margin: 0;
	margin-bottom: 5px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.relate-course-box .relate-course-text .relate-course-desc {
	font-size: 12px;
	color: gray;
}
.section-pnui .container {
	background: url(../img/pic_pnui.png);
	background-repeat: no-repeat;
	background-position: left 50px top;
	background-size: auto 120%;
}
.pic-pnui {
	display: none;
}
.course-syllabus-group {
	position: relative;
}
.course-syllabus-group:after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f107";
	position: absolute;
	right: 10px;
	top: 8px;
	font-size: 16px;
}
.course-syllabus-group.sub-hidden:after {
	content: "\f106";
}
.lesson-group .lesson-title:after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f107";
	margin-left: 10px;
	font-weight: 600;
}
.lesson-group.sub-hidden .lesson-title:after {
	content: "\f106";
}

/* elearning */
.elearning-list-box {
	border-left: 1px solid gainsboro;
	position: fixed;
	right: 0;
	top: 67px;
	width: 350px;
	height: 100%;
}
.elearning-list-head {
	line-height: 50px;
	border-bottom: 1px solid gainsboro;
	box-shadow: 1px 1px 3px #00000038;
	font-size: 20px;
	padding-left: 15px;
	font-weight: 700;
	height: 50px;
	background: white;
	padding: 0px;
}
.elearning-list-head .elearning-list-head-container {
	width: 100%;
	display: table;
}
.elearning-list-body {
	height: 100%;
	padding-bottom: 117px;
	background: white;
}
.elearning-list-body .elearning-list-body-scroll {
	overflow-y: auto;
	height: 100%;
}
.btn-close-side-elearning {
	float: right;
	margin-right: 10px;
	margin-top: 14px;
}
.lesson-box {
	border-bottom: 1px solid gainsboro;
	cursor: pointer;
	background: #f1f1f1;
}
.lesson-box:last-child {
	border-bottom: 0;
}
.lesson-box .lesson-name {
	padding: 10px;
	font-weight: 700;
	font-family: arial;
	position: relative;
	padding-right: 35px;
}
.lesson-box .lesson-name.lesson_video {
	padding-left: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 55px;
	position: relative;
}
.lesson-box .lesson-name.lesson_video.active {
	background: #fff6cc;
}
.lesson-box .lesson-name.lesson_video.active:hover {
	background: #fff4be;
}
.lesson-box .lesson-name:hover {
	background: #ececec;
}
.lesson-box .sub-lesson {
	display: none;
}
.lesson-box.open-lesson .sub-lesson {
	display: block;
}
.lesson-box .sub-lesson .sub-lesson-item {
	padding: 10px;
	padding-left: 35px;
	font-family: arial;
	background: white;
	position: relative;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 55px;
	position: relative;
}
.lesson-box .sub-lesson .sub-lesson-item.active {
	background: #fff6cc;
}
.lesson-box .sub-lesson .sub-lesson-item.has_child {
	font-weight: 700;
}
.lesson-box .sub-lesson .sub-lesson-item:hover {
	background: #f5f5f5;
}
.lesson-box .sub-lesson .sub-lesson-item.active:hover {
	background: #fff4be;
}
/*.lesson-box .sub-lesson .sub-lesson-item::before {
    color: #b7b7b7;
    margin-right: 5px;
    content: "\f144";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 13px;
    left: 25px;
}*/
.lesson-box .lesson_video::before,
.lesson-box .has_child::before,
.lesson-box .lesson_video .lesson-desc::before {
	color: #b7b7b7;
	margin-right: 5px;
	content: "\f144";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 13px;
	left: 7px;
}
.lesson-box .lesson_video .lesson-desc::before {
	top: 2px;
	left: 2px;
	font-size: 14px;
}
.lesson-box .lesson_video.finish::before {
	content: "\f058";
	color: green;
}
.lesson-box .lesson_video.watch::before,
.lesson-box .lesson_video.current::before {
	content: "\f10c";
	color: green;
}
.lesson-box .lesson_video:not(.watch):not(.current):not(.finish)::before {
	content: "\f1db";
	color: #b7b7b7;
}
.lesson-box .lesson_video[data-allow="false"]::before {
	content: "\f023" !important;
	color: #b7b7b7 !important;
}
.lesson-box .sub-lesson .sub-lesson-item::before {
	top: 13px;
	left: 15px;
}
/*.lesson-box .sub-lesson .sub-lesson-item.active::before {
    color: red;
}*/
.lesson-box .lesson_video.active .lesson-desc::before {
	color: red;
}
.lesson-box /*.sub-lesson .sub-lesson-item*/.has_child::before {
	content: "";
}
.lesson-box .sub-lesson .sub-lesson-item.has_child::before {
	content: "\f078";
}
.lesson-box /*.sub-lesson .sub-lesson-item*/ .lesson-desc {
	display: block;
	color: gray;
	font-size: 12px;
	font-weight: normal;
	position: relative;
	padding-left: 20px;

	position: absolute;
	right: 5px;
	top: 12px;
	width: 50px;
	text-align: right;
}
.lesson-box .sub-lesson .sub-lesson-item .lesson-desc {
	color: darkgrey;
}
.lesson-box .sub-lesson .sub-lesson .sub-lesson-item {
	padding-left: 55px;
}
.lesson-box .sub-lesson .sub-lesson .sub-lesson-item::before {
	left: 35px;
}
/*.lesson-box .sub-lesson .sub-lesson {
    display: none;
}*/
.lesson-box .sub-lesson .sub-lesson .sub-lesson .sub-lesson-item {
	padding-left: 75px;
}
.lesson-box .sub-lesson .sub-lesson .sub-lesson .sub-lesson-item::before {
	left: 55px;
}

/*.lesson-name.has_child:after {
    content: "\f078";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 10px;
    top: 17px;
}*/
/*.lesson-box.open-lesson .lesson-name.has_child:after {
    content: "\f077";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 10px;
    top: 17px;
}*/
.lesson-content {
	padding: 30px;
}
.lesson-with-label {
	display: table;
}
.lesson-with-label .lesson-label,
.lesson-with-label .lesson-desc {
	display: table-cell;
	vertical-align: top;
}
.lesson-with-label .lesson-label {
	width: 200px;
}
.lesson-desc .author-thumbnail {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-position: center;
	background-size: cover;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right: 15px;
	vertical-align: top;
}
.lesson-desc .author {
	display: inline-block;
	vertical-align: top;
}
.author .author-name {
	margin: 0px;
	font-weight: 700;
}
.author-social {
	padding: 0px;
	margin-top: 10px;
}
.author-social .author-social-item {
	display: inline-block;
	background: gainsboro;
	color: white;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 20px;
	margin-right: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.author-social-item a {
	color: white;
}
.author-social-item:hover {
	background: #29303b;
}
.video-heading-tab {
	cursor: pointer;
	width: 50%;
	display: table-cell;
	border-right: 1px solid gainsboro;
}
.video-heading-tab:hover {
	/*background: #f1f1f1;*/
	box-shadow: 1px 1px 5px #0000001f;
}
.video-heading-tab.active {
	background: #ea0000;
	border-bottom: 1px solid gainsboro;
	color: white;
}
.new-chat-box {
	padding: 15px;
	border-bottom: 1px solid gainsboro;
}
.video-chat-box {
	padding: 15px;
}
.new-chat-box .new-chat-icon,
.video-chat-box .video-chat-icon {
	font-size: 24px;
	display: inline-block;
	margin-right: 10px;
}
.new-chat-box .new-chat-title,
.video-chat-box .video-chat-title {
	display: inline-block;
}
.new-chat-box textarea {
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.new-chat-submit[disabled="disabled"] {
	background: #a9a9a9 !important;
}
.video-chat-search-box,
.video-post-reply-box {
	position: relative;
}
.video-chat-search-box .video-chat-search,
.video-post-reply-box .video-post-reply {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-right: 30px;
}
.video-chat-search-box .video-chat-search-icon {
	position: absolute;
	font-size: 18px;
	color: gainsboro;
	top: 9px;
	right: 10px;
}
.video-post-box {
	display: flex;
	border-bottom: 1px solid gainsboro;
	margin-top: 15px;
	padding-bottom: 5px;
}
.video-post-box .video-post-user {
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	vertical-align: top;
	margin-right: 10px;
}
.video-post-box .video-post-body {
	vertical-align: top;
	width: 100%;
}
.video-post-box .video-post-body .video-post-name {
	color: darkgray;
	font-weight: normal;
	font-size: 12px;
	display: inline;
}
.video-post-box .video-post-body .video-post-date {
	color: darkgray;
	font-weight: normal;
	font-size: 12px;
}
.video-post-box .video-post-body .video-post-date:before {
	content: "•";
	padding: 0px 5px 0 2px;
}
.video-post-box .video-post-body .video-post-message {
	font-family: sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
}
.video-post-reply-box .video-post-reply-icon {
	position: absolute;
	font-size: 18px;
	color: gainsboro;
	top: 0;
	right: 0;
	border: none;
	background: none;
	height: 37px;
	width: 35px;
	cursor: pointer;
}
/* video */
video {
	height: 100vh;
}
.video-content {
	padding-right: 350px;
	width: 100vw;
}
.elearning-list-box {
	top: 0;
}
.elearning-list-body {
	padding-bottom: 50px;
}
.hide-side .video-content {
	padding-right: 0px;
}
.hide-side .elearning-list-box {
	display: none;
}
.btn-back-course {
	position: absolute;
	color: white !important;
	left: 30px;
	top: 15px;
	z-index: 100;
	opacity: 0.5;
}
.btn-back-course:hover {
	opacity: 1;
}
.btn-side,
.btn-hide-side {
	position: absolute;
	color: white !important;
	right: 30px;
	top: 15px;
	z-index: 100;
	opacity: 0.5;
	cursor: pointer;
}
.btn-hide-side {
	margin-right: 350px;
	font-size: 20px;
}
.btn-side:hover,
.btn-hide-side:hover {
	opacity: 1;
}
.btn-side {
	display: none;
}
.hide-side .btn-side {
	display: block;
}
.hide-side .btn-hide-side {
	display: none;
}
.has_child {
	cursor: initial;
}
#video-page {
	/*margin-left: 15px;*/
}

#vdo_player {
	background: #000000;
	text-align: center;
	height: 100vh;
}
.btn-detail-course {
	background: none;
	color: #2c2c2c;
	border: 1px solid #2c2c2c;
}
.btn-detail-course:hover,
.btn-detail-course:focus {
	background: #2c2c2c;
	color: white;
}
.video-content .video-player {
	background: #000000;
	text-align: center;
	height: 80vh;
}
.video-content.no-desc .video-player {
	height: 100vh;
}
.video-content .video-description {
	padding: 15px;
	height: 20vh;
	overflow-y: auto;
	background: black;
	font-size: 12px;
	font-family: arial;
	color: white;
}
.video-content .video-description h1,
.video-content .video-description h2,
.video-content .video-description h3,
.video-content .video-description h4,
.video-content .video-description h5,
.video-content .video-description h6 {
	font-family: "Montserrat", "Prompt", "Helvetica Neue", Arial, sans-serif;
}
.video-content .video-description a {
	color: #ffc800;
}
.video-content .video-description a:hover {
	color: #efff00;
}
.video-content.no-desc .video-description {
	display: none;
}
.video-content .video-description ul li {
	margin-bottom: 5px;
}
.video-content .video-description ul li:last-child {
	margin-bottom: 0;
}
.elearning-list-head-back {
	display: none;
	position: absolute;
	left: -31px;
	width: 31px;
	text-align: center;
	border-bottom: 1px solid gainsboro;
	box-shadow: 1px 1px 3px #00000038;
	background: #636363;
	color: white;
	line-height: 35px;
}
#mobile_desc_content {
	padding: 10px;
}
#mobile_desc_content a {
	color: #ffb100;
}

.menu-3 nav > ul > li {
	padding: 25px 0px;
}
header.menu-3.hovered.scrol nav > ul > li {
	padding: 15px 0px;
}
.menu-3 nav {
	float: none;
}
.menu-3 nav ul {
	float: right;
}
.menu-3 nav ul.menu-left {
	float: left;
}
nav > ul > li > a {
	padding: 7px 12px;
}

@media (max-width: 325px) {
	/*    .elearning-list-head {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }*/
	.btn-hide-side {
		height: 40px;
		line-height: 40px;
	}
}

@media (max-width: 425px) {
	.order-history-box {
		display: block;
		width: 100%;
	}
	.order-history-box .order-history-thumbnail {
		display: block;
		width: 100%;
	}
	.order-history-box .order-history-text {
		display: block;
		width: 100%;
	}
	.order-history-box .order-history-view {
		display: block;
		width: 100%;
		line-height: 40px;
	}
}

@media (max-width: 575px) {
	.elearning-list-box {
		width: 100%;
		display: block !important;
		height: 60vh;
		position: initial;
		overflow: hidden;
	}
	.video-content {
		/*padding-right: 100vw;*/
		padding-right: 0;
		height: 40vh;
	}
	.video-content .video-player {
		height: 40vh !important;
	}
	.btn-back-course {
		display: none !important;
	}
	.hide-side .btn-back-course {
		display: block;
	}
	.btn-hide-side {
		color: white !important;
		font-size: 20px;
		margin-right: 0px;
		top: 0px;
		right: 15px;
		display: inline-block;
		width: 30px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		background: #636363;
		opacity: 1;

		display: none !important;
	}
	.elearning-list-head {
		margin-left: 30px;
		font-size: 14px;
		line-height: 35px;
		height: 35px;
		position: relative;
	}
	.d-xs-none {
		display: none !important;
	}
	.elearning-list-head-back {
		display: block;
	}
	.lesson-box .lesson-name {
		font-size: 12px;
	}
	.lesson-box .sub-lesson .sub-lesson-item {
		font-size: 12px;
	}
	.elearning-list-body {
		padding-bottom: 35px;
	}
	.btn-side {
		display: none !important;
	}
	.video-content .video-description {
		display: none;
	}
	.mobile-desc .video-heading-tab#tab1,
	.mobile-desc .video-heading-tab#tab2 {
		width: 35%;
	}
	.elearning-list-box:not(.mobile-desc) .video-heading-tab#tab3 {
		display: none;
	}
	.mobile-desc .video-heading-tab#tab3 {
		width: 30%;
	}
}

@media (min-width: 576px) {
	.video-heading-tab#tab3 {
		display: none;
	}
}

@media (max-width: 639px) {
	.feature-table .feature-head-box {
		width: 150px;
	}
}

@media (min-width: 640px) {
	.feature-table ul {
		display: none;
	}
	.feature-table td,
	.feature-table th {
		display: table-cell !important;
	}
	.feature-table td,
	.feature-table th {
		width: 330px;
	}
	.feature-table td + .feature-table td,
	.feature-table th + .feature-table th {
		width: auto;
	}
}

@media (max-width: 767px) {
	.box-item {
		display: block;
		margin-top: 45px;
		padding-top: 40px;
		margin-right: 0px;
	}
	.box-item .box-item-image {
		width: 100%;
	}
	.box-item .box-item-content {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 20px;
	}
	.box-item .box-item-icon {
		top: -30px;
		left: 50%;
		margin-left: -30px;
	}
}

@media (max-width: 991px) {
	.top-baner {
		padding-top: 60px;
	}
	.nav .logo {
		margin-top: 5px !important;
	}
	header.menu-3.hovered.scrol .logo {
		margin-top: 5px !important;
	}
	.menu-3 nav ul,
	.menu-3 nav ul.menu-left {
		float: none;
	}
	.menu-3 nav ul.menu-left {
		padding-bottom: 0px;
	}
	.menu-3 nav ul:not(:first-child) {
		padding-top: 0px;
	}
}

/** learning **/

.blog-box {
	display: table;
	margin-bottom: 30px;
}
.blog-box .blog-info {
	width: 150px;
	display: table-cell;
	vertical-align: top;
	padding-right: 20px;
}
.blog-box .blog-info .blog-info-date {
	/*border: 1px solid #ffb236;*/
	height: 110px;
	width: 120px;
	text-align: center;
	margin-bottom: 15px;
	color: #fff;
	padding-top: 10px;
	box-shadow: 1px 1px 5px #00000069;
	background: #1c5b76;
}
.blog-box .blog-info .blog-info-date span {
	font-size: 50px;
	display: block;
	color: #ffb236;
}
.blog-box .blog-info .blog-info-icon {
	display: block;
	color: #717171;
	font-size: 14px;
	margin-bottom: 7px;
}
.blog-box .blog-info .blog-info-icon i {
	margin-right: 5px;
	color: #1c5b76;
}
.blog-box .blog-content {
	display: table-cell;
	vertical-align: top;
}
.blog-box .blog-content .blog-thumbnail {
	width: 100%;
	background-position: center;
	background-size: 100%;
	height: 300px;
	-webkit-transition: background-size 0.5s; /* Safari prior 6.1 */
	transition: background-size 0.5s;
}
.blog-box .blog-content .blog-thumbnail:hover {
	background-size: 120%;
}
.blog-box .blog-content .blog-title {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #2c2c2c;
	letter-spacing: initial;
}
.blog-box .blog-content .blog-desc {
	color: #717171;
	margin-bottom: 10px;
}
.blog-box .blog-content .blog-readmore {
	display: inline-block;
	border: 1px solid #28a7de;
	padding: 5px 15px;
	color: #28a7de;
}
.blog-box .blog-content .blog-readmore:hover {
	color: white;
	background: #28a7de;
}
.blog-box .podcast-info {
	display: none;
}
@media (max-width: 767px) {
	.blog-box .podcast-info {
		display: block;
		color: #717171;
	}
	.blog-box .blog-info {
		display: none;
	}
}
.search-box {
	position: relative;
	margin-bottom: 15px;
}
.search-box .search-input {
	font-size: 14px;
	box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
	line-height: 24px;
	padding-right: 40px;
	padding-left: 15px;
}
.search-box .seach-button {
	color: rgb(181, 181, 181);
	background: none;
	border: none;
	position: absolute;
	right: 10px;
	top: 5px;
	line-height: 24px;
}
.sidebar-box {
	border: 1px solid #989898;
	padding: 15px;
	margin-bottom: 15px;
}
.sidebar-box .sidebar-heading {
	text-transform: uppercase;
	font-weight: 700;
}
.category-list {
	padding: 0;
	margin: 0;
}
.category-list li {
	display: block;
	border-bottom: 1px dashed #c1c1c1;
	padding: 5px 0;
}
.category-list li:last-child {
	border: none;
}
.category-list li:before {
	content: "â€¢";
	margin-right: 10px;
	color: darkgray;
}
.category-list li:hover:before {
	color: red;
}
.category-list li.active a {
	color: #f96332;
}
.article-side-box {
	display: block;
	margin-bottom: 10px;
	position: relative;
	border-bottom: 1px dashed #c1c1c1;
	padding-bottom: 10px;
}
.article-side-box:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.article-side-box .article-side-thumbnail {
	vertical-align: top;
	position: absolute;
	width: 40px;
	height: 40px;
	padding: 3px;
	/* border: 1px solid #c1c1c1; */
	background-size: cover;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-shadow: 1px 1px 3px 1px #00000063;
}
.article-side-box .article-side-thumbnail img {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.article-side-box .article-side-body {
	display: block;
	vertical-align: top;
	padding-left: 10px;
	width: 100%;
	padding-left: 50px;
}
.article-side-box .article-side-body .article-side-title {
	margin-bottom: 5px;
	/*color: #2c2c2c;*/
}
.article-side-box .article-side-body .article-side-info {
	margin-right: 5px;
	color: #717171;
	font-size: 12px;
}
ul.breadcrumb {
	background: none;
	color: #909090;
	/*    margin-left: -15px;
    margin-right: -15px;*/
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 12px;
	padding: 5px 0px;
	margin-bottom: 5px;
}
ul.breadcrumb li {
	font-family: "Prompt";
}
ul.breadcrumb li a {
	text-decoration: none;
	cursor: pointer;
	/*color: #5b9300;*/
	color: #0075a7;
	transition: color 0.2s;
	font-family: "Prompt";
}
ul.breadcrumb li a:hover {
	/*color: #71B00B;*/
	color: #00c4ff;
	transition: none;
}
.body-section {
	word-wrap: break-word;
}

.body-section .thumbnail img {
	width: 100%;
}
.body-section .img {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
.body-section .content .title,
.body-section .title {
	font-size: 24px;
	margin: 0px 0px 10px;
	display: block;
	width: 100%;
	/*border-top: 5px solid gainsboro;*/
	padding-top: 15px;
	letter-spacing: normal;
	color: inherit;
	padding-bottom: 0px;
	padding-top: 0px;
}

.body-section .content .sub-detail,
.body-section .sub-detail {
	color: #868686;
	margin-bottom: 15px;
	display: block;
	font-size: 12px;
	width: 100%;
}

.body-section .content .btn-group-shared {
	margin-bottom: 5px;
}

.body-section .content p {
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
}

.body-section .content .btn-read {
	background: #005915;
	color: white;
	box-shadow: 5px 5px 0px #b4b4b4;
	float: right;
}
.btn-social-share {
	float: left;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 5px;
	width: 30px;
	height: 30px;
}
.btn-social-share:hover {
	box-shadow: 1px 1px 5px #000000ad;
}
.pagination-wrapper {
	text-align: center;
	margin: 40px 0;
}

.pagination {
	display: inline-block;
	height: 40px;
	margin-top: 0;
	padding: 0px 15px;
	border-radius: 35px;
	/*background-color: #eee;*/
	width: inherit;
	position: inherit;
}
@media only screen and (max-width: 1199px) {
	.pagination {
		height: 35px;
		margin-top: 0;
		padding: 0 10px;
		border-radius: 25px;
	}
}

.page-numbers {
	display: block;
	padding: 0 15px;
	float: left;
	transition: 400ms ease;
	color: #595959;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 40px;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	margin-right: 5px;
}
.page-numbers:hover,
.page-numbers.current {
	background-color: #5bc0de;
	color: #fff;
}
.page-numbers.prev,
.page-numbers.next {
	width: auto;
}
.page-numbers.prev:hover,
.page-numbers.next:hover {
	background-color: transparent;
	color: #28a7de;
}
@media only screen and (max-width: 1199px) {
	.page-numbers {
		padding: 0 15px;
		font-size: 14px;
		line-height: 35px;
	}
}
@media only screen and (min-width: 120px) and (max-width: 1024px) {
	.page-numbers {
		padding: 0 14px;
		display: none;
	}
	.page-numbers:nth-of-type(2) {
		position: relative;
		padding-right: 50px;
	}
	.page-numbers:nth-of-type(2)::after {
		content: "...";
		position: absolute;
		font-size: 25px;
		top: 0;
		left: 45px;
	}
	.page-numbers:nth-child(-n + 3),
	.page-numbers:nth-last-child(-n + 3) {
		display: block;
	}
	.page-numbers:nth-last-child(-n + 4) {
		padding-right: 14px;
	}
	.page-numbers:nth-last-child(-n + 4)::after {
		content: none;
	}
}
.heading-comment {
	background: #dedede;
	text-align: left;
	color: #d6d6d6;
	padding: 0;
	text-transform: uppercase;
}
.heading-comment span {
	background: white;
	padding-right: 10px;
	color: #bbbbbb;
	margin-left: 15px;
	padding-left: 10px;
	display: inline-block;
}
.podcast-box {
	box-sizing: border-box;
	margin-bottom: 30px;
	background-clip: padding-box;
	background-color: #ffffff;
	/* box-shadow: 0 0 11px 0 rgba(49, 58, 70, 0.15); */
	border: 1px solid gainsboro;
	box-shadow: 1px 1px 10px gainsboro;
}
.podcast-box .podcast-thumbnail {
	background-position: center;
	background-size: auto 100%;
	display: block;
	height: 230px;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-color: gainsboro;
}
.podcast-box .podcast-body {
	position: relative;
	box-sizing: border-box;
	padding: 15px;
	border-radius: 0 0 2px 2px;
	background-clip: padding-box;
	width: 100%;
	/* height: 230px; */
	padding-bottom: 75px;
}
.podcast-box .podcast-body .podcast-title {
	margin-bottom: 10px;
	letter-spacing: initial;
}
/*.podcast-box .podcast-body*/
.podcast-info {
	margin-bottom: 15px;
}
/*.podcast-box .podcast-body */
.podcast-info .podcast-info-item {
	display: inline;
	padding: 0 10px 0 6px;
	border-right: 1px solid;
	margin: 0;
	font-size: 12px;
}
/*.podcast-box .podcast-body*/
.podcast-info .podcast-info-item:first-child {
	padding-left: 0;
}
/*.podcast-box .podcast-body*/
.podcast-info .podcast-info-item:last-child {
	border: none;
}
/*.podcast-box .podcast-body*/
.podcast-info .podcast-info-item i {
	margin-right: 5px;
}
.podcast-box .podcast-body .podcast-desc {
	font-family: sans-serif;
	font-size: 12px;
	color: #6c757d;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.podcast-list-box {
	margin-top: 20px;
}
.podcast-list-box .podcast-list {
	padding: 0;
	margin: 0;
	max-height: 155px;
	overflow: hidden;
}
.podcast-list-box.open .podcast-list {
	max-height: 310px;
	overflow-y: auto;
	padding-right: 5px;
}
.podcast-list-box.open .podcast-list::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #f5f5f5;
	border-radius: 10px;
}
.podcast-list-box.open .podcast-list::-webkit-scrollbar {
	width: 10px;
	background-color: #f5f5f5;
}
.podcast-list-box.open .podcast-list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.44, rgb(255, 192, 90)),
		color-stop(0.72, rgb(255, 173, 43)),
		color-stop(0.86, rgb(255, 157, 0))
	);
}
.podcast-list .podcast-list-item {
	display: block;
	font-size: 16px;
	position: relative;
	padding-right: 60px;
	line-height: 36px;
	border-bottom: 1px dashed #c1c1c1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
.podcast-list .podcast-list-item:after {
	content: "";
	display: block;
	clear: both;
}
.podcast-list .podcast-list-item:hover {
	background-color: #f1f1f1;
}
.podcast-list .podcast-list-item i {
	color: #ababab;
	margin-right: 10px;
}
.podcast-list .podcast-list-item .podcast-list-time {
	color: #ababab;
	position: absolute;
	width: 50px;
	text-align: right;
	right: 0;
	top: 0;
	font-size: 14px;
}
.podcast-list .podcast-list-item .podcast-list-time i {
	float: left;
	font-size: 10px;
	margin-right: 0;
	line-height: 30px;
}
.podcast-list-box .btn-list-podcast-more {
	font-size: 12px;
	text-align: center;
	padding: 5px;
	color: #ababab;
	cursor: pointer;
}
.podcast-list-box .btn-list-podcast-more:hover {
	color: #2c2c2c;
	background-color: #f1f1f1;
}
.btn-list-podcast-more .podcast-less {
	display: none;
}
.open .btn-list-podcast-more .podcast-less {
	display: block;
}
.btn-list-podcast-more .podcast-more {
	display: block;
}
.open .btn-list-podcast-more .podcast-more {
	display: none;
}
.podcast-detail .podcast-list {
	max-height: initial;
}
.podcast-detail .podcast-list-box {
	margin-bottom: 20px;
}
.podcast-sample-label {
	font-size: 14px;
	color: #ffffff;
	background: #28a7de;
	padding: 5px 10px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.podcast-button-view {
	margin-right: 7px;
	color: #313a46;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
	display: inline-block;
	border: 1px solid #dcdee0;
	padding: 1px 6px;
	border-radius: 3px;
	background: white;
}
.podcast-button-view:hover {
	color: #313a46;
	background: white;
}
.podcast-action {
	padding: 12px 15px;
	border-top: 1px solid rgba(160, 160, 160, 0.2);
	border-top: 3px solid black;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 15px;
}

.ebook-box {
	border: 1px solid gainsboro;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 20px;
}
.ebook-box .ebook-thumbnail {
	height: 220px;
	width: 100%;
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.ebook-box .ebook-body {
	padding: 10px;
}
.ebook-box .ebook-body .ebook-title {
	font-size: 16px;
	margin-bottom: 5px;
	/*    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
	width: 100%;
}
.ebook-box .ebook-body .ebook-desc {
	font-size: 12px;
	color: darkgray;
	margin-bottom: 5px;
}
.ebook-box .ebook-body .ebook-rating {
	font-size: 12px;
	color: #717171;
}
.ebook-box .ebook-body .btn-buy-ebook {
	margin: 0;
}
.ebook-box:hover {
	box-shadow: 1px 1px 5px #00000066;
}
.ebook-detail-thumbnail .ebook-detail-thumbnail-big {
	box-shadow: 10px 10px 0px 0px #0000002e;
	margin-bottom: 25px;
	max-width: 100%;
}
.ebook-detail-thumbnail .ebook-detail-thumbnail-list {
	width: 100%;
	overflow-x: auto;
	margin-bottom: 25px;
	padding-bottom: 10px;
	padding-right: 10px;
}
.ebook-detail-thumbnail .ebook-detail-thumbnail-list img {
	max-width: 100px;
	max-height: 150px;
	box-shadow: 4px 4px 0px 0px #0000002e;
	margin-right: 10px;
}
.ebook-detail-info label {
	width: 100px;
	font-weight: 700;
}
.ebook-detail-info .btn-buy-ebook {
	border-radius: 50px;
	margin-bottom: 15px;
	padding: 15px 40px;
}
.ebook-detail-info .btn-buy-ebook i {
	font-size: 24px;
	vertical-align: middle;
	margin-top: -7px;
	margin-right: 10px;
}
.book-info {
	margin-bottom: 10px;
}
.book-info .book-info-item {
	display: inline;
	padding: 0 10px 0 6px;
	border-right: 1px solid;
	margin: 0;
	font-size: 12px;
	color: #717171;
}
.book-info .book-info-item:first-child {
	padding-left: 0;
}
.book-info .book-info-item:last-child {
	border: none;
}
.book-info .book-info-item i {
	margin-right: 5px;
}

.tab-online-step {
	width: 100%;
	text-align: left;
	margin-bottom: 30px;
}
.tab-online-menu-box {
	display: table;
	width: 100%;
}
.tab-online-menu {
	width: 50%;
	display: table-cell;
	vertical-align: bottom;
}
.tab-online-menu .tab-online-menu-body {
	color: white;
	vertical-align: bottom;
	background: #254448;
	padding: 15px;
	text-align: left;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	/*cursor: pointer;*/
}
.tab-online-menu.active .tab-online-menu-body {
	background: #376265;
	padding: 20px 15px;
}
.tab-online-menu .step-number {
	font-size: 30px;
	display: inline-block;
	width: 55px;
	height: 55px;
	line-height: 55px;
	background: #376265;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
}
.tab-online-menu.active .step-number {
	background: #254448;
}
.tab-online-menu .step-title {
	display: inline-block;
	text-align: left;
	padding-left: 15px;
	vertical-align: middle;
}
.tab-online-menu .step-title h5 {
	text-transform: uppercase;
	margin: 0;
	/*font-weight: 700;*/
}
.tab-online-menu .step-title p {
	font-size: 14px;
	margin: 0;
}
.tab-online-content {
	background: #376265;
	color: white;
	padding: 15px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.tab-online-content input {
	background: white;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.relate-class-box {
	width: 100%;
	height: 250px;
	background-size: cover;
	background-position: center;
	position: relative;
}
.relate-class-box .relate-class-name {
	position: absolute;
	width: 100%;
	background: rgb(0, 0, 0);
	background: linear-gradient(
		0deg,
		rgba(0, 0, 0, 0.7) 0%,
		rgba(0, 0, 0, 0.18) 71%,
		rgba(255, 255, 255, 0) 100%
	);
	bottom: 0;
	left: 0;
	color: white;
	padding: 25px 10px 5px;
	margin: 0;
	font-family: "Montserrat", "Prompt", "Helvetica Neue", Arial, sans-serif;
}
.video-box {
	display: block;
	margin-bottom: 20px;
}
.video-box .video-thumbnail {
	width: 100%;
	height: 150px;
	background-size: cover;
	background-position: center;
	position: relative;
}
.video-box .video-thumbnail:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../img/play2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50px;
	background-color: #00000040;
	opacity: 0;
	transition: opacity 0.5s;
}
.video-box .video-thumbnail:hover:after {
	opacity: 0.8;
}
.video-box .video-text .video-title {
	font-size: 16px;
	margin: 10px 0 5px;
}
.video-box .video-text .video-title:hover {
	/*color:*/
}
.video-info .video-info-item {
	margin-right: 5px;
	color: #717171;
	font-size: 12px;
}
.close-menu-mobile {
	display: none;
}
.close-menu-mobile .btn-close-menu-mobile {
	background: none;
	padding: 0;
	border: 0;
	vertical-align: middle;
}
.close-menu-mobile .nav-link {
	background: none !important;
}
.btn-order-now {
	margin-top: 15px;
	-webkit-border-radius: 50px;
	moz-border-radius: 50px;
	border-radius: 50px;
	font-size: 22px;
	padding: 5px 31px 10px;
	color: black !important;
	font-family: "Montserrat", "Prompt", "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
	text-shadow: 0px 0px 5px #ffffff80;
}

/* video */
video {
	height: 100vh;
}
.video-content {
	padding-right: 350px;
}
.elearning-list-box {
	top: 0;
}
.elearning-list-body {
	padding-bottom: 50px;
}
.hide-side .video-content {
	padding-right: 0px;
}
.hide-side .elearning-list-box {
	display: none;
}
.btn-back-course {
	position: absolute;
	color: white !important;
	left: 30px;
	top: 15px;
	z-index: 100;
	opacity: 0.5;
}
.btn-back-course:hover {
	opacity: 1;
}
.btn-side,
.btn-hide-side {
	position: absolute;
	color: white !important;
	right: 30px;
	top: 15px;
	z-index: 100;
	opacity: 0.5;
	cursor: pointer;
}
.btn-hide-side {
	margin-right: 350px;
	font-size: 20px;
}
.btn-side:hover,
.btn-hide-side:hover {
	opacity: 1;
}
.btn-side {
	display: none;
}
.hide-side .btn-side {
	display: block;
}
.hide-side .btn-hide-side {
	display: none;
}
.has_child {
	cursor: initial;
}
#video-page {
	/*margin-left: 15px;*/
}

#vdo_player {
	background: #000000;
	text-align: center;
	height: 100vh;
}
.btn-detail-course {
	background: none;
	color: #2c2c2c;
	border: 1px solid #2c2c2c;
}
.btn-detail-course:hover,
.btn-detail-course:focus {
	background: #2c2c2c;
	color: white;
}
.quote-box img {
	max-width: 100%;
}
.quote-box .thumbnail-bg {
	width: 100%;
}
.quote-box .thumbnail-bg .active .overlay-select {
	background: url(../img/active-bg.png);
	background-size: 100%;
	width: 100%;
	height: 100%;
	position: absolute;
}
.quote-box .thumbnail-bg a {
	width: 33.33%;
	float: left;
	position: relative;
}
.master-head {
	background-image: url("../img/home-richhap.jpg");
	background-position: top;
	background-size: cover;
	width: 100%;
	min-height: 90vh;

	min-height: 60vh;
}
.master-head:after {
	content: "";
	display: block;
	clear: both;
}
.master-head .master-head-body {
	float: right;
	display: block;
	width: 50%;
	padding: 35px;

	padding: 30px;
}
.master-head .master-head-title {
	color: white;
	/*font-family: 'Pattaya';*/
	font-family: "Montserrat", "Prompt", "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
	font-size: 60px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-shadow: 3px 3px 5px black;

	font-size: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.master-head .master-head-desc {
	color: white;
	/*font-family: 'Pattaya';*/
	font-family: "Montserrat", "Prompt", "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
	font-size: 40px;
	/*margin-top: 20px;*/
	margin-bottom: 30px;
	text-shadow: 3px 3px 5px black;
	color: black;
	text-shadow: 2px 2px 0px #fff, -2px -2px 0 #fff, 2px -2px 0 #fff,
		-2px 2px 0 #fff, 3px 3px 5px black;

	font-size: 35px;
	margin-bottom: 20px;
}
.master-head .master-head-icon {
	height: 70px;
	vertical-align: sub;
	margin-right: 10px;

	height: 45px;
	vertical-align: baseline;
}
.master-head .master-head-title span {
	font-size: 50px;
}
.master-head .master-head-podcast {
	background: #000000a8;
	color: white;
	padding: 15px;
	max-width: 800px;
}
/*.footer-section*/
ul.social-contact li {
	background-color: #676767;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	height: 25px;
	width: 25px;
	text-align: center;
	font-size: 14px;
	line-height: 27px;
	margin: 0 2px;
}
/*.footer-section*/
ul.social-contact li a {
	color: #ffffff;
	display: block;
}
/*.footer-section*/
ul.social-contact li.facebook:hover {
	background-color: #3b5999;
}
/*.footer-section*/
ul.social-contact li.youtube:hover {
	background-color: #cd201f;
}
/*.footer-section*/
ul.social-contact li.linked-in:hover {
	background-color: #0077b5;
}
/*.footer-section*/
ul.social-contact li.twitter:hover {
	background-color: #55acee;
}
/*.footer-section*/
ul.social-contact li.instagram:hover {
	background-color: #e4405f;
}
.mybook-thumbnail-main img {
	box-shadow: 1px 1px 5px #0000005c;
	border: 1px solid #b7b7b7;
}
.mybook-thumbnail-main:after {
	content: "";
	display: block;
	position: absolute;
	top: -24px;
	right: -10px;
	width: 80px;
	height: 100px;
	background-image: url(../img/best-seller.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
.mybook-thumbnail {
	margin-top: 15px;
}
.mybook-thumbnail .mybook-thumbnail-item {
	width: 30%;
	display: inline-block;
	padding-right: 5px;
}
.mybook-thumbnail .mybook-thumbnail-item img {
	border: 1px solid #d8d8d8;
}
.mybook-info {
	padding-left: 50px;
}
.mybook-info .mybook-info-desc {
	color: #7a7a7a;
	font-size: 16px;
}
.mybook-info .mybook-info-author {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 40px;
}
.mybook-info-buy {
	display: table;
	width: 100%;
	background-color: #eaeaea;
	text-align: right;
	padding: 15px;
	box-shadow: 1px 1px 1px #0000002e;
	padding-bottom: 0px;
}
.mybook-info-buy:last-child {
	padding-bottom: 15px;
}
.mybook-info-buy .mybook-info-buy-label {
	display: table-cell;
	vertical-align: middle;
	line-height: 18px;
	text-align: left;
}
.mybook-info-buy .mybook-info-buy-label span {
	color: red;
	font-size: 11px;
	margin-right: 5px;
}
.mybook-info-buy .mybook-info-buy-price {
	display: table-cell;
	vertical-align: middle;
	line-height: 18px;
	width: 150px;
}
.mybook-info-buy .mybook-info-buy-price .mybook-info-buy-price-old {
	text-decoration: line-through;
}
.mybook-info-buy .mybook-info-buy-price .mybook-info-buy-price-now {
	font-weight: 700;
	color: #ff3636;
	font-size: 16px;
}
.mybook-info-buy .mybook-info-buy-btn-box {
	display: table-cell;
	width: 150px;
}
.mybook-info-buy .mybook-info-buy-btn {
	padding: 7px 5px;
	margin: 0;
	margin-left: 15px;
	font-size: 14px;
	width: 180px;
	text-align: left;
}
.mybook-info-buy .mybook-info-buy-btn i {
	margin-right: 10px;
	font-size: 16px;
	margin-left: 10px;
}
.mybook-tags {
	margin-top: 15px;
	font-size: 12px;
}
.mybook-tags-item {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #cecece;
	margin-right: 3px;
	font-size: 12px;
	background: #e8e8e8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
b,
strong {
	font-weight: 700;
}

.video-content .video-player {
	background: #000000;
	text-align: center;
	height: 80vh;
}
.video-content.no-desc .video-player {
	height: 100vh;
}
.video-content .video-description {
	padding: 15px;
	height: 20vh;
	overflow-y: auto;
	background: black;
	font-size: 12px;
	font-family: arial;
	color: white;
}
.video-content .video-description h1,
.video-content .video-description h2,
.video-content .video-description h3,
.video-content .video-description h4,
.video-content .video-description h5,
.video-content .video-description h6 {
	font-family: "Montserrat", "Prompt", "Helvetica Neue", Arial, sans-serif;
}
.video-content .video-description a {
	color: #ffc800;
}
.video-content .video-description a:hover {
	color: #efff00;
}
.video-content.no-desc .video-description {
	display: none;
}
.video-content .video-description ul li {
	margin-bottom: 5px;
}
.video-content .video-description ul li:last-child {
	margin-bottom: 0;
}

.article-highlight {
	text-align: left;
	position: absolute;
	bottom: 50px;
}
.article-highlight .highlight-title {
	margin-bottom: 20px;
}
.article-tag {
	display: inline-block;
	background: red;
	padding: 2px 10px 3px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size: 12px;
	color: white;
}
a.article-tag:hover {
	text-decoration: none;
	color: white;
	background: #dc0909;
}
.article-tag i {
	vertical-align: text-bottom;
}
.article-box {
	margin-bottom: 30px;
}
.article-box .article-thumbnail {
	width: 100%;
	height: 180px;
	vertical-align: top;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	-webkit-transition: margin-top 0.2s, margin-bottom 0.2s; /* Safari */
	transition: margin-top 0.2s, margin-bottom 0.2s;
}
.article-box.big .article-thumbnail {
	height: 400px;
}
@media screen and (max-width: 768px) {
	.article-box.big .article-thumbnail {
		height: 180px;
	}
}
.article-box .article-thumbnail img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	-webkit-transition: width 0.5s, height 0.5s; /* Safari */
	transition: width 0.5s, height 0.5s;
	max-width: initial;
}
.article-box .article-thumbnail:hover img {
	/*    width: 120%;
    height: 120%;*/
}
.article-box .article-thumbnail:hover {
	margin-top: -10px;
	margin-bottom: 10px;
}
.article-box .article-text {
	word-break: break-word;
	vertical-align: top;
	padding-top: 10px;
}
.article-box .article-text .title {
	padding: 0px;
	margin-bottom: 10px;
}
.article-box .article-text .description {
	font-size: 14px;
	color: #6c6c6c;
}
.article-box .article-thumbnail .article-date {
	padding: 5px 8px;
	position: absolute;
	/*background: red;*/
	background: rgb(184, 24, 24);
	background: linear-gradient(
		90deg,
		rgba(178, 11, 11, 0.78) 0%,
		rgba(184, 24, 24, 0.84) 35%,
		rgba(254, 92, 31, 0.79) 100%
	);
	top: 5px;
	right: 5px;
	color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}
.article-box .article-thumbnail .article-date span {
	display: block;
	font-size: 24px;
	font-weight: 700;
}

.section-video {
	background: linear-gradient(rgba(20, 20, 20, 0.7), rgba(20, 20, 20, 0.8)),
		url(../../img/429510-sepik.jpg);
	/*background: url(../../img/soldier-bg2.png);*/
	min-height: 100vh;
	background-size: cover;
	background-position: center;
	color: white;
	background-attachment: fixed;
}
.video-box-all {
	display: flex;
}
.video-right-box {
	width: 50%;
	display: inline-block;
}
.video-right-bottom-box {
	display: flex;
}
.video-highlight-box {
	position: relative;
	height: 200px;
}
.video-right-bottom-box .video-highlight-box {
	width: 50%;
	display: inline-block;
}
.video-highlight-box.big {
	height: 400px;
	width: 50%;
	display: inline-block;
}
.video-highlight-box .video-thumbnail {
	height: 200px;
	overflow: hidden;
	background-position: center;
	background-size: cover;
}
.video-highlight-box.big .video-thumbnail {
	height: 400px;
}
@media screen and (max-width: 768px) {
	.video-box-all {
		display: block;
	}
	.video-right-box {
		width: 100%;
	}
	.video-highlight-box {
		width: 100%;
		margin-bottom: 15px;
	}
	.video-highlight-box.big {
		height: 200px;
		width: 100%;
	}
	.video-highlight-box.big .video-thumbnail {
		height: 200px;
	}
	.video-right-bottom-box {
		display: block;
		margin-top: 5px;
	}
	.video-right-bottom-box .video-highlight-box {
		width: 100%;
	}
	.quote-box iframe {
		height: 250px;
	}
}
.video-highlight-box .video-title {
	position: absolute;
	bottom: 0;
	padding: 30px 10px 10px 10px;
	width: 100%;
	background: rgba(0, 0, 0, 0);
	background: -moz-linear-gradient(
		top,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.98) 100%
	);
	background: -webkit-gradient(
		left top,
		left bottom,
		color-stop(0%, rgba(0, 0, 0, 0)),
		color-stop(100%, rgba(0, 0, 0, 0.98))
	);
	background: -webkit-linear-gradient(
		top,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.98) 100%
	);
	background: -o-linear-gradient(
		top,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.98) 100%
	);
	background: -ms-linear-gradient(
		top,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.98) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.98) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	margin: 0;
}
.video-highlight-box .video-time {
	position: absolute;
	top: 5px;
	right: 5px;
	background: #00000070;
	padding: 2px 9px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size: 12px;
	color: white;
}
.video-highlight-box .video-play-button {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 100%;
	font-size: 40px;
	background: #00000073;
	color: white;
}
.video-highlight-box.big .video-play-button {
	font-size: 60px;
	color: white;
}
.video-highlight-box .video-play-button i {
	position: absolute;
	top: 35%;
	margin-left: -20px;
}
.video-highlight-box:hover .video-play-button {
	display: block;
}

.picture-box .video-highlight-box {
	-webkit-transition: margin-top 0.2s, margin-bottom 0.2s;
	transition: margin-top 0.2s, margin-bottom 0.2s;
}
.picture-box:hover .video-highlight-box {
	margin-top: -10px;
	margin-bottom: 10px;
}
.picture-category {
	padding: 0px;
}
.picture-category li {
	display: inline-block;
}
.picture-category li a {
	padding: 5px 10px;
	border: 1px solid red;
	margin-bottom: 10px;
	display: block;
}
.picture-category li a.active {
	background: red;
	color: #ffffff;
}

.comment-box {
	display: flex;
	border-bottom: 1px dashed gainsboro;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.comment-box:last-child {
	border-bottom: none;
}
.comment-box .comment-user-icon {
	width: 50px;
	height: 50px;
}
.comment-box .comment-content {
	padding-left: 10px;
	width: 100%;
}
.comment-box .comment-content .comment-name {
	font-weight: 700;
	margin-bottom: 5px;
}
.comment-box .comment-content .comment-message {
	background: #e5e5e5;
	padding: 5px 10px;
	border-radius: 3px;
	margin-bottom: 5px;
}
.comment-action {
	font-size: 12px;
}
.comment-action .comment-action-item {
	color: gray;
}
.comment-action a.comment-action-item {
	color: #999999;
	cursor: pointer;
}
.comment-action a.comment-action-item:hover {
	color: #000000;
}
.comment-action .comment-action-item:after {
	content: "â€¢";
	color: red;
	font-size: 16px;
	padding: 0 7px;
}
.comment-action .comment-action-item:last-child:after {
	content: none;
}
.comment-reply-box {
	border-top: 3px solid #ff0700;
	margin-top: 10px;
	padding-top: 10px;
}
.comment-reply-list .comment-box {
	border-top: 1px dashed gainsboro;
	padding-top: 10px;
	margin-top: 10px;
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
img {
	max-width: 100%;
}

.affiliate_button_large {
	width: 300px;
	/*height: 250px;*/
	margin: auto;
	padding: 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid gainsboro;
	text-align: center;
	box-shadow: 1px 1px 5px #0000002e;
	display: inline-block;
	transition: box-shadow 0.5s;
}
a:hover .affiliate_button_large {
	box-shadow: 1px 1px 5px #00000073;
}
.affiliate_button_large img {
	max-width: 100%;
	max-height: 100%;
	width: 100px;
}
.affiliate_button_large h3 {
	margin-top: 15px;
	letter-spacing: initial;
	font-weight: 400;
}
.card-box {
	padding: 20px;
	box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	background-clip: padding-box;
	margin-bottom: 20px;
	background-color: #ffffff;
}
.social-links li a {
	border-radius: 50%;
	color: rgba(121, 121, 121, 0.5);
	display: inline-block;
	height: 30px;
	line-height: 30px;
	border: 2px solid rgba(121, 121, 121, 0.5);
	text-align: center;
	width: 30px;
}
.social-links li a:hover {
	color: #797979;
	border: 2px solid #797979;
}

.current-icon {
	font-size: 100px;
	margin: 35px 0px 0;
	color: #2596c7;
	text-shadow: 1px 3px 4px #00000033;
}

/* icon bootstrap */
[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-top: 1px;
	*margin-right: 0.3em;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url("../img/glyphicons-halflings.png");
	background-position: 14px 14px;
	background-repeat: no-repeat;
}

/* White icons with optional class, or on hover/focus/active states of certain elements */

.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
	background-image: url("../img/glyphicons-halflings-white.png");
}

.icon-glass {
	background-position: 0 0;
}

.icon-music {
	background-position: -24px 0;
}

.icon-search {
	background-position: -48px 0;
}

.icon-envelope {
	background-position: -72px 0;
}

.icon-heart {
	background-position: -96px 0;
}

.icon-star {
	background-position: -120px 0;
}

.icon-star-empty {
	background-position: -144px 0;
}

.icon-user {
	background-position: -168px 0;
}

.icon-film {
	background-position: -192px 0;
}

.icon-th-large {
	background-position: -216px 0;
}

.icon-th {
	background-position: -240px 0;
}

.icon-th-list {
	background-position: -264px 0;
}

.icon-ok {
	background-position: -288px 0;
}

.icon-remove {
	background-position: -312px 0;
}

.icon-zoom-in {
	background-position: -336px 0;
}

.icon-zoom-out {
	background-position: -360px 0;
}

.icon-off {
	background-position: -384px 0;
}

.icon-signal {
	background-position: -408px 0;
}

.icon-cog {
	background-position: -432px 0;
}

.icon-trash {
	background-position: -456px 0;
}

.icon-home {
	background-position: 0 -24px;
}

.icon-file {
	background-position: -24px -24px;
}

.icon-time {
	background-position: -48px -24px;
}

.icon-road {
	background-position: -72px -24px;
}

.icon-download-alt {
	background-position: -96px -24px;
}

.icon-download {
	background-position: -120px -24px;
}

.icon-upload {
	background-position: -144px -24px;
}

.icon-inbox {
	background-position: -168px -24px;
}

.icon-play-circle {
	background-position: -192px -24px;
}

.icon-repeat {
	background-position: -216px -24px;
}

.icon-refresh {
	background-position: -240px -24px;
}

.icon-list-alt {
	background-position: -264px -24px;
}

.icon-lock {
	background-position: -287px -24px;
}

.icon-flag {
	background-position: -312px -24px;
}

.icon-headphones {
	background-position: -336px -24px;
}

.icon-volume-off {
	background-position: -360px -24px;
}

.icon-volume-down {
	background-position: -384px -24px;
}

.icon-volume-up {
	background-position: -408px -24px;
}

.icon-qrcode {
	background-position: -432px -24px;
}

.icon-barcode {
	background-position: -456px -24px;
}

.icon-tag {
	background-position: 0 -48px;
}

.icon-tags {
	background-position: -25px -48px;
}

.icon-book {
	background-position: -48px -48px;
}

.icon-bookmark {
	background-position: -72px -48px;
}

.icon-print {
	background-position: -96px -48px;
}

.icon-camera {
	background-position: -120px -48px;
}

.icon-font {
	background-position: -144px -48px;
}

.icon-bold {
	background-position: -167px -48px;
}

.icon-italic {
	background-position: -192px -48px;
}

.icon-text-height {
	background-position: -216px -48px;
}

.icon-text-width {
	background-position: -240px -48px;
}

.icon-align-left {
	background-position: -264px -48px;
}

.icon-align-center {
	background-position: -288px -48px;
}

.icon-align-right {
	background-position: -312px -48px;
}

.icon-align-justify {
	background-position: -336px -48px;
}

.icon-list {
	background-position: -360px -48px;
}

.icon-indent-left {
	background-position: -384px -48px;
}

.icon-indent-right {
	background-position: -408px -48px;
}

.icon-facetime-video {
	background-position: -432px -48px;
}

.icon-picture {
	background-position: -456px -48px;
}

.icon-pencil {
	background-position: 0 -72px;
}

.icon-map-marker {
	background-position: -24px -72px;
}

.icon-adjust {
	background-position: -48px -72px;
}

.icon-tint {
	background-position: -72px -72px;
}

.icon-edit {
	background-position: -96px -72px;
}

.icon-share {
	background-position: -120px -72px;
}

.icon-check {
	background-position: -144px -72px;
}

.icon-move {
	background-position: -168px -72px;
}

.icon-step-backward {
	background-position: -192px -72px;
}

.icon-fast-backward {
	background-position: -216px -72px;
}

.icon-backward {
	background-position: -240px -72px;
}

.icon-play {
	background-position: -264px -72px;
}

.icon-pause {
	background-position: -288px -72px;
}

.icon-stop {
	background-position: -312px -72px;
}

.icon-forward {
	background-position: -336px -72px;
}

.icon-fast-forward {
	background-position: -360px -72px;
}

.icon-step-forward {
	background-position: -384px -72px;
}

.icon-eject {
	background-position: -408px -72px;
}

.icon-chevron-left {
	background-position: -432px -72px;
}

.icon-chevron-right {
	background-position: -456px -72px;
}

.icon-plus-sign {
	background-position: 0 -96px;
}

.icon-minus-sign {
	background-position: -24px -96px;
}

.icon-remove-sign {
	background-position: -48px -96px;
}

.icon-ok-sign {
	background-position: -72px -96px;
}

.icon-question-sign {
	background-position: -96px -96px;
}

.icon-info-sign {
	background-position: -120px -96px;
}

.icon-screenshot {
	background-position: -144px -96px;
}

.icon-remove-circle {
	background-position: -168px -96px;
}

.icon-ok-circle {
	background-position: -192px -96px;
}

.icon-ban-circle {
	background-position: -216px -96px;
}

.icon-arrow-left {
	background-position: -240px -96px;
}

.icon-arrow-right {
	background-position: -264px -96px;
}

.icon-arrow-up {
	background-position: -289px -96px;
}

.icon-arrow-down {
	background-position: -312px -96px;
}

.icon-share-alt {
	background-position: -336px -96px;
}

.icon-resize-full {
	background-position: -360px -96px;
}

.icon-resize-small {
	background-position: -384px -96px;
}

.icon-plus {
	background-position: -408px -96px;
}

.icon-minus {
	background-position: -433px -96px;
}

.icon-asterisk {
	background-position: -456px -96px;
}

.icon-exclamation-sign {
	background-position: 0 -120px;
}

.icon-gift {
	background-position: -24px -120px;
}

.icon-leaf {
	background-position: -48px -120px;
}

.icon-fire {
	background-position: -72px -120px;
}

.icon-eye-open {
	background-position: -96px -120px;
}

.icon-eye-close {
	background-position: -120px -120px;
}

.icon-warning-sign {
	background-position: -144px -120px;
}

.icon-plane {
	background-position: -168px -120px;
}

.icon-calendar {
	background-position: -192px -120px;
}

.icon-random {
	width: 16px;
	background-position: -216px -120px;
}

.icon-comment {
	background-position: -240px -120px;
}

.icon-magnet {
	background-position: -264px -120px;
}

.icon-chevron-up {
	background-position: -288px -120px;
}

.icon-chevron-down {
	background-position: -313px -119px;
}

.icon-retweet {
	background-position: -336px -120px;
}

.icon-shopping-cart {
	background-position: -360px -120px;
}

.icon-folder-close {
	width: 16px;
	background-position: -384px -120px;
}

.icon-folder-open {
	width: 16px;
	background-position: -408px -120px;
}

.icon-resize-vertical {
	background-position: -432px -119px;
}

.icon-resize-horizontal {
	background-position: -456px -118px;
}

.icon-hdd {
	background-position: 0 -144px;
}

.icon-bullhorn {
	background-position: -24px -144px;
}

.icon-bell {
	background-position: -48px -144px;
}

.icon-certificate {
	background-position: -72px -144px;
}

.icon-thumbs-up {
	background-position: -96px -144px;
}

.icon-thumbs-down {
	background-position: -120px -144px;
}

.icon-hand-right {
	background-position: -144px -144px;
}

.icon-hand-left {
	background-position: -168px -144px;
}

.icon-hand-up {
	background-position: -192px -144px;
}

.icon-hand-down {
	background-position: -216px -144px;
}

.icon-circle-arrow-right {
	background-position: -240px -144px;
}

.icon-circle-arrow-left {
	background-position: -264px -144px;
}

.icon-circle-arrow-up {
	background-position: -288px -144px;
}

.icon-circle-arrow-down {
	background-position: -312px -144px;
}

.icon-globe {
	background-position: -336px -144px;
}

.icon-wrench {
	background-position: -360px -144px;
}

.icon-tasks {
	background-position: -384px -144px;
}

.icon-filter {
	background-position: -408px -144px;
}

.icon-briefcase {
	background-position: -432px -144px;
}

.icon-fullscreen {
	background-position: -456px -144px;
}

.cookie-alert {
	position: fixed;
	width: 100%;
	height: auto;
	bottom: 0px;
	background: #000000cc;
	color: white;
	padding: 20px 30px;
	font-size: 13px;
	font-weight: 400;
	z-index: 1;
}
.cn-close-icon {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -10px;
	width: 15px;
	height: 15px;
	opacity: 0.5;
	padding: 10px;
	outline: none;
	cursor: pointer;
}
.cn-close-icon:hover {
	opacity: 1;
}
.cn-close-icon:before,
.cn-close-icon:after {
	position: absolute;
	content: " ";
	height: 15px;
	width: 2px;
	top: 3px;
	background-color: rgba(128, 128, 128, 1);
}
.cn-close-icon:before {
	transform: rotate(45deg);
}
.cn-close-icon:after {
	transform: rotate(-45deg);
}
.cookie-alert-text {
	display: table-cell;
}
.cookie-alert-button {
	display: table-cell;
	width: 210px;
	padding-left: 10px;
	vertical-align: middle;
}

.section {
	padding: 50px 0;
}
.section-image-white {
	position: relative;
}
.section-image-white:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
}
.section-image-white .section-image-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
.section-image-white .section-image-bg:after {
	content: "";
	display: block;
	position: absolute;
	width: 60%;
	height: 100%;
	background: rgba(255, 255, 255, 0);
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 1) 100%
	);
}
.section-image-white.section-image-right .section-image-bg:after {
	background: rgba(255, 255, 255, 0);
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 0) 100%
	);
	right: 0;
}
.section-image-white .section-image-bg .section-image-bg-img {
	width: 60%;
	height: 100%;
	position: absolute;
	background-size: cover;
}
.section-image-white.section-image-right
	.section-image-bg
	.section-image-bg-img {
	right: 0;
}
.section-image-bg-mobile {
	display: none;
	max-width: 100%;
	width: 500px;
	margin: auto;
	margin-bottom: 20px;
}
.section-thumbnail {
	width: 500px;
	max-width: 100%;
	margin-bottom: 20px;
}
.image-thumbnail-circle {
	width: 250px;
	height: 250px;
	display: inline-block;
	/* margin-right: 15px; */
	margin-bottom: 15px;
	background-position: center;
	background-size: cover;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-box-shadow: inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow: inset 0 0 10px #000000;
}
@media (max-width: 767px) {
	.section-image-white .section-image-bg {
		display: none;
	}
	.section-image-bg-mobile {
		display: block;
	}
	.section-image-white {
		padding-bottom: 0;
	}
}

.sample-category-box {
	height: 130px;
    display: table;
    border-radius: 5px;
	margin-bottom: 25px;
	transition: box-shadow .5s;
	width: 100%;
	box-shadow: 1px 0px 2px #0000006b;
}
.sample-category-box:hover {
	box-shadow: 1px 1px 11px #0000006b;
}
.sample-category-box .sample-category-img {
	background-size: cover;
    height: 100%;
    width: 150px;
    display: table-cell;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
	background-position: center;
}
.sample-category-box .sample-category-text {
	padding: 20px;
    display: table-cell;
    /* border: 1px solid #bebebe; */
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.sample-category-box .sample-category-text .sample-category-title {
	font-weight: 700;
    color: #2596c7;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
