/* Import Kanit Font */
@import url('https://fonts.googleapis.com/css?family=Kanit:100,200,300,400,500,600,700&subset=thai');

/* Import Sarabun Font */
@import url('https://fonts.googleapis.com/css?family=Sarabun:300,400,500,600,700&display=swap');

html {
	overflow-x: hidden;
}

body {
/*	background: url(../image/v02/bg-mini.png);*/
	background-repeat: repeat;
	background-size: 60%;
	background-color: #fafafa;
}

html,
body {
/*	height: 100%;*/
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Kanit', sans-serif;
	margin: 0 0 35px;
	letter-spacing: 1px;
}

#all-wrap {
	min-height: 100%;
}

.user-cover-banner-collection {
	width: 100%;
	position: relative;
	padding-top: 35.25%;
}

.video-mock-show {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
/*	object-fit: cover;*/
}

#cover-image {
	object-fit: cover;
}

.upload-cover-btn--collection {
	position: absolute;
	width: 140px;
	height: 40px;
	top: 20px;
	left: 20px;
	z-index: 2;
}

.upload-cover-btn--collection form {
	width: 100%;
	height: 100%;
}

.upload-cover-image-btn {
	position: absolute;
	background-color: #000;
	border: 1px solid #fff;
	color: #fff;
}

.submit-cover-btn {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
}

.teller-inside--collection {
	border: 1px solid rgba(0,0,0,.1);
/*	box-shadow: 0px 3px 5px 0px rgba(0,0,0,.2);*/
	position: relative;
	background-color: #fff;
	margin-bottom: 10px;
	min-height: 160px;
	z-index: 1;
}

.teller-info-inside--collection {
	padding: 15px;
}

.teller-edit--collection {
	text-align: right;
}

.teller-edit-btn {
	color: #393939;
	font-size: 1rem;
	display: block;
	width: 60%;
	border: 1px solid rgba(0,0,0,.1);
	margin: auto;
	border-radius: .25rem;
	padding: .5rem .25rem;
	
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
}

.teller-edit-btn:hover,
.teller-edit-btn:focus {
	color: #F21529;
	border-color: #F21529;
	text-decoration: none;
}

.teller-profile--collection {
	width: 200px;
	height: 200px;
	margin: auto;
	margin-top: -150px;
	padding: .25rem;
	background-color: #fff;
	border-radius: 100%;
}

.teller-profile-display {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	object-fit: cover;
}

.verified-user-container {
	position: absolute;
	top: 0;
	right: 0;
	color: green;
	background-color: #fff;
	border-radius: 100%;
	line-height: 1;
}

.teller-info-detail--collection {
	margin-top: 20px;
}

.teller-text {
	font-size: 1rem;
	margin-bottom: 0;
}

.teller-text-head {
	font-weight: 700;
}

.teller-name {
	font-size: 1.4rem;
	max-width: 80%;
	overflow: hidden;
/*
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
*/
	
	
	display: -webkit-box;
	display: inline;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	
}

.teller-bagde {
	font-size: 1rem;
	color: #F21529;
	vertical-align: middle;
	margin-left: 5px;
}

.teller-nickname-container {
	margin: auto;
	text-align: center;
	position: relative;
}

.teller-text-sub {
	font-size: .9rem;
}

.teller-profile-info-text {
	color: #414141;
	width: 85%;
	margin: auto;
	text-align: center;
	margin-top: 10px;
	line-height: 20px;
	max-height: 60px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.each-user-sample-info--collection {
	display: inline-block;
	width: 32.4%;
	text-align: center;
}

.each-user-sample-info-text {
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 1rem;
}

.each-user-sample-info-unit {
	font-size: 1.2rem;
	font-weight: 600;
}

.undeline-teller-info {
	width: calc(100% + 30px);
	border-top: 1px solid rgba(0,0,0,.2);
	margin-top: 20px;
	margin-left: -15px;
	margin-right: -15px;
}

.user-sub-info-head-container {
	position: relative;
}

.show-more-hide-info {
	position: absolute;
	top: 50%;
	right: 0;
	color: #393939;
	
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
}

.show-more-hide-info:hover,
.show-more-hide-info:focus {
	color: #F21529;
}

.teller-bio-text-container {
	margin-top: 10px;
	max-height: 75px;
	line-height: 25px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.teller-bio-text-container.show-all {
	max-height: none;
	-webkit-line-clamp: inherit;
}

#good-skill-container {
	margin-top: 10px;
}

.good-skill-btn {
	background-color: #2B3043;
	padding: .25rem .75rem;
	border-radius: 20px;
	margin-right: 5px;
	color: #fff !important;
	font-size: .9rem;
	margin-bottom: 5px;
	display: inline-block;
	
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
}

.good-skill-btn:hover,
.good-skill-btn:focus {
	color: #F21529;
	text-decoration: none;
}

.all-approve-container {
	margin-top: 10px;
}

.approve-teller--collection {
	color: #393939;
	display: inline-block;
}

.approve-teller--collection .approve-icon-teller,
.approve-teller--collection .teller-text-sub {
	display: inline-block;
}

.approve-teller--collection .approve-icon-teller {
	margin-right: 5px;
/*	background-color: #b9b9b9;*/
	font-size: 2rem;
/*
	width: 35px;
	height: 35px;
	line-height: 35px;
*/
	text-align: center;
	color: #b9b9b9;
	border-radius: 100%;
}

.approve-teller--collection .approve-icon-teller.active {
	color: #F21529;
}

.chat-btn-link {
	display: block;
	text-align: center;
	background-color: #f21529;
	color: #fff;
	padding: .6rem;
	font-size: 1.3rem;
}

.chat-btn-link:hover,
.chat-btn-link:focus {
	color: #fff;
	text-decoration: none;
}

.teller-head-tab--collection {
	margin: -15px;
}

.teller-head-tab--container {
	list-style-type: none;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.teller-head-tab--container li {
	display: inline-block;
/*
	flex: 33.333333%;
	width: 33.333333%;
*/

	flex: 25%;
	width: 25%;
	padding: 1.5rem;
	text-align: center;
	color: #BEBEBE;
	font-family: 'Kanit', sans-serif;
/*	box-shadow: 0px 3px 5px 0px rgba(0,0,0,.2);*/
	border: 1px solid rgba(0,0,0,.1);
	position: relative;
	
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
}

.teller-head-tab--container li .each-teller-tab-underline {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background-color: transparent;
	
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
}

.teller-head-tab--container li.each-teller-long-m-tab {
	flex: 100%;
	width: 100%;
}


.each-teller-tab-link-icon {
	font-size: 1.6rem;
}

.teller-head-tab--container li:hover,
.teller-head-tab--container li:focus,
.teller-head-tab--container li.active {
	color: #000000;
}

.teller-head-tab--container li:hover .each-teller-tab-link-icon,
.teller-head-tab--container li:focus .each-teller-tab-link-icon,
.teller-head-tab--container li.active .each-teller-tab-link-icon {
	color: #F21529;
}

.teller-head-tab--container li:hover,
.teller-head-tab--container li:focus {
	cursor: pointer;
}

.teller-head-tab--container li:hover .each-teller-tab-underline,
.teller-head-tab--container li:focus .each-teller-tab-underline,
.teller-head-tab--container li.active .each-teller-tab-underline {
	background-color: #F21529;
}

.tab-pane {
	width: 100%;
	position: relative;
	margin-top: 30px;
}

.each-teller-article--collection,
.each-package-box-collection {
	display: inline-block;
	padding: .5rem;
	width: 33.33333333333%;
	vertical-align: top;
}

.each-teller-article--collection:hover,
.each-teller-article--collection:focus {
	text-decoration: none;
}

.each-teller-article-thumnail-container {
	position: relative;
	width: 100%;
	padding-top: 52.5%;
}

.each-teller-article-thumnail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-color: #2b3143;
}

.each-teller-article-content-container {
	padding-top: 10px;
}

.teller-article-each-head {
	color: #F21529;
	
	line-height: 23px;
	max-height: 46px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.teller-text-article {
	font-size: .85rem;
	color: #333333;
	
	line-height: 20px;
	display: block;
	display: inline-block;
	width: 60%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}

.article-price-tag-container {
	display: inline-block;
	width: 37%;
	text-align: right;
	vertical-align: middle;
}

.article-coin-tag-img,
.price-tag-txt {
	display: inline-block;
	vertical-align: middle;
}

.article-coin-tag-img {
	width: 20px;
	margin-right: 3px;
}

.price-tag-txt {
	color: #434343;
}


.packages-thumbnail-collection {
	position: relative;
	width: calc(100% + 1rem);
	padding-top: 100%;
	margin-left: -.5rem;
	margin-right: -.5rem;
}

.each-packages-thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

video.each-packages-thumbnail {
	object-fit: contain;
	background: #2b3143;
}

.package-title {
	line-height: 23px;
	max-height: 46px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #393939;
	font-size: .95rem;
}

.package-detail {
	font-size: .85rem;
	line-height: 18px;
	max-height: 36px;
	min-height: 36px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #414141;
}

.package-img-coin-price {
	width: 25px;
	margin-right: 5px;
}

.package-price {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
	font-size: 1rem;
	color: #ED9509;
}

.package-rating-collection {
	float: right;
}

.package-rating-collection i {
	color: #C4C4C4;
}

.package-rating-collection i.active {
	color: #FFCE48;
}

.each-packages-link {
	display: block;
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,.2);
	padding: .5rem;
	padding-top: 0;
	margin-bottom: 15px;
}

.each-packages-link:hover,
.each-packages-link:focus {
	text-decoration: none;
}

.user-review-profile-img-container {
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.user-review-profile-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 100%;
}

.user-review-profile-text-container {
	display: inline-block;
}

.teller-inline-review-container {
	position: relative;
}

.user-review-profile-text {
	font-weight: 700;
	color: #393939;
}

.past-review-profile-text {
	position: absolute;
	top: 0;
	right: 0;
	font-size: .8rem;
	color: #727272;
}

.teller-inner-each-review {
	padding: .5rem;
}

.review-rating-star {
	font-size: 1rem;
	color: #C4C4C4;
}

.review-rating-star.active {
	color: #FFCE48;
}

.teller-following-btn-container {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 25px;
}

.teller-following-btn {
	position: absolute;
	width: 60%;
	background-color: #F21529;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 600;
	visibility: hidden;
	opacity: 0;
	
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
}

.teller-following-btn.active {
	position: relative;
	visibility: visible;
	opacity: 1;
	height: auto;
	
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}

.teller-following-btn.followed {
	background-color: #d4d4d4;
	color: #6f6f6f;
}

.load-more-data-container {
	margin-top: 20px;
	text-align: center;
	display: none;
}

.load-more-data-container.active {
	display: block;
}

.load-more-data-btn {
	background-color: #F21529;
	color: #fff;
	padding: .5rem 1.5rem;
}

.mock-empty-content {
	min-height: 250px;
	text-align: center;
	vertical-align: middle;
	line-height: 250px;
	font-size: 1.5rem;
	color: #8a8a8a;
}

#mock-empty-cover {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	color: #fff;
	background-color: #2b3143;
}

.add-package-btn-container {
	display: none;
	margin-top: 50px;
}

.add-package-btn-container.active {
	display: block;
}

.add-package-btn-link,
.all-comments-count {
	color: #393939;
	font-weight: 600;
	font-size: 1.1rem;
	
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
}

.all-comments-count {
	display: inline-block;
}

#comment-filter {
	float: right;
	width: 100px;
	display: inline-block;
}

.add-package-btn-link:hover,
.add-package-btn-link:focus {
	color: #F21529;
}

.packages-status {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: .1rem .5rem;
	border-radius: 30px;
	background-color: #F21529;
	color: #fff;
	z-index: 2;
	display: none;
	font-size: .9rem;
}

.package-type {
	position: absolute;
	top: 5px;
	left: 5px;
	background-color: #f21529;
	display: block;
	z-index: 2;
	padding: .1rem .75rem;
	border-radius: 30px;
	color: #fff;
	font-size: .8rem;
}

.packages-status.active {
	display: block;
}

.only-user-inside-collection {
	display: none;
	position: relative;
	padding-top: 100%;
}

.only-user-inside-collection.active {
	display: block;
}

.only-user-info-inside-collection {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #EFEFEF;
	top: 0;
	left: 0;
}

.chat-btn {
	position: fixed;
	z-index: 2;
	bottom: 0;
	background-color: #fff;
	color: #f21529;
	border: 1px solid #f21529;
	font-size: 1rem;
	display: block;
	width: 100%;
}

.each-live-list-thumnail-container {
	position: relative;
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
}

.video-demo-ply {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 2;
	
	
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}

.each-live-list-thumnail-img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 6px;
	z-index: 1;
}

.each-live-title-txt {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	font-weight: 600;
	font-size: 1.2rem;
	margin-bottom: 0;
	background-color: rgba(0,0,0,.4);
	text-align: right;
	padding: .25rem .5rem;
	border-radius: 6px;
	width: 100%;
	z-index: 3;
}

.service-count-txt {
	color: #C4C4C4;
	padding-right: 5px;
	font-size: .85rem;
}

.teller-active-user {
	color: #afafaf;
	font-size: .8rem;
	margin-bottom: 0;
}

.teller-active-user i,
.teller-active-user span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.5;
}

.teller-active-user span {
	margin-left: 5px;
}

.teller-active-user.online i {
	color: #4ad64a;
}

.teller-active-user.busy i {
	color: #ffae14;
}

.head-text-container {
	position: relative;
}

.approve-direct-link {
	position: absolute;
	top: 50%;
	right: 0;
	font-size: .85rem;
	
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}

.approve-direct-link:hover,
.approve-direct-link:focus {
	text-decoration: underline;
}

#skills-input-container .label-info {
	white-space: pre-wrap;
	background-color: #2b3143;
	font-family: 'Sarabun', sans-serif;
	font-size: .8rem;
	font-weight: 200;
}

.tt-dataset-skills {
	background-color: #fff;
}

.tt-dataset-skills .tt-cursor {
	color: #FFF;
	background-color: #2B3143;
}

.skills-submit-btn {
	display: block;
	margin-left: auto;
	margin-right: 0;
	margin-top: 10px;
	color: #fff;
	background-color: #5095E9;
	border-radius: 20px;
	font-size: .85rem;
	padding: .25rem .75rem;
}

.skills-submit-btn:hover,
.skills-submit-btn:focus {
	cursor: pointer;
}

#good-skill-container,
#skills-input-container {
	display: none;
}

#good-skill-container.active,
#skills-input-container.active {
	display: block;
}

#skills-input-container.active {
	margin-top: 10px;
}

#skills-input-container.active .bootstrap-tagsinput {
	border: 2px solid #F21529;
}

@media(min-width: 320px) {
	.user-cover-banner-collection {
		padding-top: 56.25%;
	}
	
	.teller-profile--collection {
		width: 120px;
		height: 120px;
		margin-top: -105px;
	}
	
	.upload-cover-image-btn {
		font-size: .7rem;
	}
	
	.content-collection .big-row{
		margin-left: -30px;
		margin-right: -30px;
	}
	
	.each-user-sample-info-unit {
		font-size: .9rem;
	}
	
	.each-user-sample-info-text {
		font-size: 1.1rem;
	}
	
	.each-user-sample-info--collection {
		width: 32%;
	}
	
	.good-skill-btn {
		font-size: .75rem;
	}
	
	.teller-inside--collection {
		margin-bottom: 0;
	}
	
	.chat-btn-link {
		margin-bottom: 10px;
	}
	
	.teller-head-tab--container li {
		padding: .8rem .2rem;
		font-size: .8rem;
	}
	
	.each-teller-tab-link-icon i {
		width: 13%;
	}
	
	.teller-info-inside--collection {
		padding: 15px 5px;
	}
	
	.each-teller-article--collection,
	.each-package-box-collection {
		width: 50%;
	}
	
	.package-rating-collection i {
		font-size: .7rem;
	}
	
	.teller-each-review-container {
		margin: 5px 0;
	}
	
	.user-review-profile-text-container {
		display: inline-block;
		max-width: 70%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		vertical-align: middle;

	}
	
	.user-review-profile-text {
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	
	.each-teller-tab-link-icon {
		font-size: .9rem;
	}
	
	.each-live-title-txt {
		font-size: .9rem;
	}
}

@media(min-width: 576px) {
	.content-collection .big-row {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.teller-info-inside--collection {
		padding: 15px;
	}
	
	.each-teller-tab-link-icon i {
		width: 10%;
		font-size: 1.2rem;
/*		font-size: 1.5rem;*/
	}
}

@media(min-width: 768px) {
	
	.each-user-sample-info--collection {
		width: 31%;
	}
	
	.each-user-sample-info-unit {
		font-size: .8rem;
	}
	
	.each-teller-article--collection, 
	.each-package-box-collection {
		width: 33.33333333333%;
	}
	
	.each-packages-link {
		padding: .25rem;
	}
	
	.packages-thumbnail-collection {
		margin-left: -.25rem;
		margin-right: -.25rem;
		width: calc(100% + .5rem);
	}
	
	.package-img-coin-price {
		width: 20px;
	}
	
	.package-price {
		font-size: .85rem;
	}
	
	.package-rating-collection i {
		font-size: .6rem;
	}
	
	.teller-each-review-container {
		margin: 3px 0;
	}
	
	.teller-following-btn {
		width: 70%;
		font-size: 1rem;
	}
	
	.teller-name {
		font-size: 1.2rem;
	}
	
	.upload-cover-image-btn {
		font-size: 1rem;
	}
	
	.big-teller-content--collection-container {
		padding-left: 0;
	}
	
	.teller-edit-btn {
		width: 70%;
	}
	
	.chat-btn {
		position: absolute;
		z-index: 2;
		bottom: 15px;
		right: 15px;
		background-color: #fff;
		color: #f21529;
		border: 1px solid #f21529;
		font-size: 1.3rem;
		width: auto;
	}
	
	.user-review-profile-text-container {
		max-width: 75%;
	}

	
}

@media(min-width: 992px) {
	.user-review-profile-text-container {
		display: inline-block;
	}
	
	.teller-head-tab--container li.each-teller-long-m-tab {
		flex: 25%;
		width: 25%;
	}

	.each-teller-tab-link-icon {
		font-size: 1.6rem;
	}
	
	.each-live-title-txt {
		font-size: 1rem;
	}
	
	.user-review-profile-text-container {
		max-width: 80%;
	}

}

@media(min-width: 1200px) {
	.teller-name {
		font-size: 1.4rem;
	}
	
	.teller-following-btn,
	.teller-edit-btn {
		width: 60%;
		font-size: 1.1rem;
	}
	
	.each-user-sample-info-unit {
		font-size: .8rem;
	}
	
	.each-user-sample-info-text {
		font-size: 1.2rem;
	}
	
	.user-cover-banner-collection {
		padding-top: 35.25%;
	}
	
	.teller-profile--collection {
		width: 150px;
		height: 150px;
		margin-top: -100px;
	}
	
	.chat-btn-link {
		margin-bottom: 0;
	}
	
	.teller-inside--collection {
		margin-bottom: 15px;
	}
	
	.teller-head-tab--container li {
		padding: 1.2rem;
		font-size: 1.15rem;
	}
	
	.good-skill-btn {
		font-size: .9rem;
	}

	
	.user-review-profile-text-container {
		max-width: 85%;
	}

}