body, h1, h2, h3, h4, h5 {
	font-family: 'Kanit', sans-serif;
	letter-spacing: 1px;
}
* {
	outline: none !important;
}
.space15 {
	width: 100%;
	min-height: 1px;
	padding: 7px 0px;
}
.red {
	color: red
}
hr.hrsmall {
	margin-top: 10px;
	margin-bottom: 10px;
}
.modal-header.success, .modal-header.success + .modal-body + .modal-footer {
	background-color: #008d4c !important;
	color: #fff;
}
.modal-header.dust_us_color_level_1_modal, .modal-header.dust_us_color_level_1_modal + .modal-body + .modal-footer {
	background-color: #a4e25f !important;
	color: #fff;
}
.modal-header.dust_us_color_level_2_modal, .modal-header.dust_us_color_level_2_modal + .modal-body + .modal-footer {
	background-color: #fee050 !important;
	color: #484848;
}
.modal-header.dust_us_color_level_3_modal, .modal-header.dust_us_color_level_3_modal + .modal-body + .modal-footer {
	background-color: #ffa961 !important;
	color: #fff;
}
.modal-header.dust_us_color_level_4_modal, .modal-header.dust_us_color_level_4_modal + .modal-body + .modal-footer {
	background-color: #ff7777 !important;
	color: #fff;
}
.modal-header.dust_us_color_level_5_modal, .modal-header.dust_us_color_level_5_modal + .modal-body + .modal-footer {
	background-color: #b382c7 !important;
	color: #fff;
}
.modal-header.dust_us_color_level_6_modal, .modal-header.dust_us_color_level_6_modal + .modal-body + .modal-footer {
	background-color: #b27b8c !important;
	color: #fff;
}
.modal-header.dust_th_color_level_1_modal, .modal-header.dust_th_color_level_1_modal + .modal-body + .modal-footer {
	background-color: #35ccfd !important;
	color: #484848;
}
.modal-header.dust_th_color_level_2_modal, .modal-header.dust_th_color_level_2_modal + .modal-body + .modal-footer {
	background-color: #92d153 !important;
	color: #fff;
}
.modal-header.dust_th_color_level_3_modal, .modal-header.dust_th_color_level_3_modal + .modal-body + .modal-footer {
	background-color: #feff1e !important;
	color: #484848;
}
.modal-header.dust_th_color_level_4_modal, .modal-header.dust_th_color_level_4_modal + .modal-body + .modal-footer {
	background-color: #ff9f0e !important;
	color: #fff;
}
.modal-header.dust_th_color_level_5_modal, .modal-header.dust_th_color_level_5_modal + .modal-body + .modal-footer {
	background-color: #ff3538 !important;
	color: #fff;
}
.modal-xl {
	width: 80%;
}
@media (max-width: 768px) {
	.modal-xl {
		width: 90%;
		margin: auto;
		margin-top: 20px;
	}
}
.green {
	color: darkgreen;
}
.btnCircleFixed {
	width: 50px;
	height: 50px;
	position: fixed;
	line-height: 50px;
	font-size: 30px;
	right: 0;
	bottom: 0;
	margin: 20px;
	border-radius: 50%;
	vertical-align: middle;
	padding: 0px;
	z-index: 1;
}
.main-header .sidebar-toggle:before {
	content: "\e236";
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.mainmenuCsite {
	width: 100%;
	background-color: #323232;
	color: #fff;
	padding: 5px 5px;
}
.mainmenuCsite > a {
	color: #fff;
	opacity: 0.7;
	margin: 0px 7px;
}
.mainmenuCsite > a:first-child {
	margin-left: 0px;
}
.mainmenuCsite > a:last-child {
	margin-right: 0px;
}
.mainmenuCsite > a:hover {
	opacity: 0.9;
}
.mainmenuCsite > a.active {
	color: #fff;
	opacity: 1;
	border-bottom: 1px solid #fff;
}
.mainmenuCsite > a > i.fa.red {
	color: red;
}
.sidebar-menu > li > a {
	padding: 6px 5px 6px 15px;
}
.sidebar-menu.tree {
	border-bottom: 1px solid #0000001f;
}
.sidebar .appLinkArea {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid rgba(0, 0, 0, 0.1)
}
#navbar-search-loading {
	left: -30px;
	position: relative;
}
.main-sidebar {
	margin: 0px;
}
.main-sidebar, .fixed .content-wrapper, .fixed .right-side {
	padding-top: 80px;
}
.main-header .navbar {
	margin-left: 300px;
}
.main-header .logo, .main-sidebar {
	width: 300px;
}
.content-wrapper, .main-footer {
	margin-left: 300px;
}
.sidebar-toggle {
	display: none
}
.navbar-form.navbar-left {
	padding-left: 0px;
}
md-tabs.md-default-theme md-ink-bar, md-tabs md-ink-bar {
	color: #4B4B7D;
	background: #4B4B7D;
}
/* ======================================= MAX WIDTH 767 =====================*/
@media (max-width:767px) {
	.navbar-form.navbar-left {
		padding-left: 15px;
		padding-right: 15px;
	}
	.main-header .logo {
		width: 100%;
	}
	.main-header .navbar {
		margin: 0;
		display: inline-block;
	}
	.content-wrapper, .main-footer {
		margin-left: 0;
	}
	.main-sidebar {
		-webkit-transform: translate(-300px, 0);
		-ms-transform: translate(-300px, 0);
		-o-transform: translate(-300px, 0);
		transform: translate(-300px, 0);
	}
	.navbar-form {
		width: calc(100% - 140px);
		box-shadow: none;
		padding: 7px 0px;
		margin: 0px;
		display: inline-block;
	}
	.fixed .content-wrapper, .fixed .right-side, .main-sidebar {
		padding-top: 130px;
	}
	.btn-tools {
		margin-bottom: 10px;
	}
	.sidebar-toggle {
		display: unset
	}
}
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx END MAX WIDTH 767 xxxxxxxxxxxxxxxx */
.skin-purple-light .sidebar-menu > li.header {
	background-color: #4c4c4c;
	color: #fff;
	font-size: 20px;
	letter-spacing: 1.5px;
}
.sidebar-menu.tree > li > a > span > label {
	margin: 0px;
	cursor: pointer;
	white-space: normal;
	width: 100%;
}
.sidebar-menu.tree > li > a > span > label > .icheckLabelText {
	display: inline-block;
	width: calc(100% - 25px);
	padding-left: 5px;
	vertical-align: top;
}
.sidebar-menu.tree > .checkall > a {
	background-color: #00000012 !important;
	border-bottom: 1px solid #0000001f;
	padding-top: 10px;
	padding-bottom: 10px;
}
.btn-black {
	color: #000;
	background-color: rgba(0, 0, 0, 0.1);
	letter-spacing: 1.5px;
}
.btn-black:hover {
	color: #000;
	background-color: rgba(0, 0, 0, 0.2);
}
.btn-black.active {
	color: #fff;
	background-color: rgba(0, 0, 0, 1);
}
.btn-onoff {
	color: #000;
	background-color: rgba(0, 0, 0, 0.1);
	letter-spacing: 1.5px;
}
.btn-onoff:hover {
	color: #000;
	background-color: rgba(0, 0, 0, 0.2);
}
.btn-onoff.active {
	color: #fff;
	background-color: #00a65a;
}
.btn-white-t {
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
}
.btn-white-t:hover {
	background-color: rgba(255, 255, 255, 0.3);
	color: #fff;
}
.btn-white-t:active {
	background-color: rgba(255, 255, 255, 0.3);
	color: #fff;
}
.newsfeed {
	background-color: #00000012;
	padding: 15px 0px;
	float: left;
	margin-top: 15px;
	width: 100%;
}
.newsfeed:first-child {
	margin-top: 0px;
}
.newsfeed img {
	width: 100%;
}
.newsfeed p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/*
	line-height: 16px;
	max-height: 64px;
	*/
	line-height: 1.4em;
	max-height: 5.4em;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	text-align: justify;
}
.newsfeed .imageThumbnailnewsfeed {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
}
.newsfeed .bottomfeed {
	width: 100%;
	margin-top: 15px;
	float: left;
	padding: 5px 0px;
	padding-top: 15px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.newsfeed .bottomfeed > .left {
	float: left;
	display: inline-block;
	line-height: 35px;
}
.newsfeed .bottomfeed > .right {
	float: right;
	display: inline-block;
	line-height: 35px;
}
.newsfeed .bottomfeed > .right > .reporter {
	width: 200px;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	float: left;
}
.newsfeed .bottomfeed > .right > .reporter > img {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-position: top;
	background-size: cover;
}
.newsfeed .bottomfeed > .right > .date {
	color: #1A1A1A;
	padding: 0px 10px;
	margin-left: 10px;
	display: inline-block;
	float: left;
}
.newsfeed .bottomfeed > .left > .viewmore > button {
	letter-spacing: 1px;
}
@media all and (max-width: 1120px) and (min-width: 992px), all and (max-width: 890px) and (min-width: 768px), all and (max-width:590px) {
	.newsfeed .bottomfeed > .left {
		float: none;
		width: 100%;
		display: block;
	}
	.newsfeed .bottomfeed > .right {
		float: none;
		width: 100%;
		display: block;
		padding-top: 10px;
		text-align: center;
	}
	.newsfeed .bottomfeed > .left > .viewmore > button {
		width: 100%;
	}
}
.newsmapArea {
	margin-top: 15px;
}
.newsmap {
	background-color: #00000012;
	padding: 15px 0px;
	float: left;
}
.feedInfowindow {
	max-width: 400px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.feedInfowindow .col-xs-4, .feedInfowindow .col-xs-8 {
	padding-right: 5px;
	padding-left: 5px;
}
.feedInfowindow img {
	width: 100%;
}
.feedInfowindow .feedDesc {
	text-overflow: ellipsis;
	overflow: hidden;
	max-height: 4.2em;
	line-height: 1.4em;
	font-family: 'Kanit', sans-serif;
}
.feedInfowindow .reporter > img {
	width: 24px;
	height: 24px;
	border-radius: 50%;
}
.feedInfowindow hr {
	margin: 5px 0px;
}
.feedInfowindow h3 {
	margin: 0px;
	margin-bottom: 5px;
	font-size: 16px;
}
.feedInfowindow p {
	margin: 0px;
	margin-bottom: 5px;
}
.feedInfowindow .reporter > .feedDateTime {
	letter-spacing: 0px;
	font-size: 12px;
	font-family: 'Kanit', sans-serif;
}
.feedInfowindow .reporter > .reporterName {
	max-width: 110px;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 12px;
	font-family: 'Kanit', sans-serif;
}
/* ========== live style ========= */
.sidebar-menu.livelist.tree > li {
	padding: 0px;
	border-bottom: 1px solid #0000002e;
}
.sidebar-menu.livelist.tree > li > a {
	padding: 10px;
}
.sidebar-menu.livelist.tree > li > a:hover, .sidebar-menu.livelist.tree > li > a:hover + .reporter {
	background-color: #5f5ca84a;
}
.sidebar-menu.livelist.tree > li > a > span > h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	margin-top: 5px;
	white-space: normal;
	margin-bottom: 10px;
}
.sidebar-menu.livelist.tree > li > a > span > p {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	white-space: normal;
}
.sidebar-menu.livelist.tree > li > a > span > p.liveDesc {
	text-overflow: ellipsis;
	overflow: hidden;
	/*width: 276px; */
	max-height: 4.2em;
	white-space: nowrap;
}
.sidebar-menu.livelist.tree > li > .reporter {
	width: 100%;
	padding: 10px;
	padding-top: 0px;
}
.sidebar-menu.livelist.tree > li > .reporter > img {
	width: 35px;
	border-radius: 50%;
}
.sidebar-menu.livelist.tree > li > .reporter > .reporterName {
	max-width: 185px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}
/* live infowindows*/
.infowindow {
	max-width: 250px;
	margin-top: -10px;
}
.infowindow h3 {
	text-overflow: ellipsis;
	overflow: hidden;
	/*width: 276px; */
	max-height: 1.2em;
	white-space: nowrap;
}
.infowindow p.liveDesc {
	text-overflow: ellipsis;
	overflow: hidden;
	/*width: 276px; */
	max-height: 1.2em;
	white-space: nowrap;
}
.infowindow > .reporter {
	width: 100%;
	padding: 10px;
	padding-top: 0px;
}
.infowindow > .reporter > img {
	width: 35px;
	border-radius: 50%;
}
.infowindow > .reporter > .btnViewLive {
	float: right;
	margin-top: 6px;
	margin-left: 10px;
}
.infowindow > .reporter > .reporterName {
	max-width: 185px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: nowrap;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
	width: 100%;
}
.modalnewsdetail p {
	margin-top: 15px;
	text-align: justify;
}
.modalnewsdetail .socialBar {
	background-color: #605ca8;
	color: #fff;
	display: inline-block;
	width: 100%;
	padding: 0px 15px;
}
.modalnewsdetail .socialBar > .left {
	line-height: 40px;
	display: inline-block;
	float: left;
}
.modalnewsdetail .socialBar > .right {
	line-height: 40px;
	display: inline-block;
	float: right;
}
.modalnewsdetail .socialBar > .right > a {
	color: #fff;
	margin: 0px 5px;
}
.modalnewsdetail .socialBar > .right > a:hover {
	opacity: 0.7;
}
.modalnewsdetail .reporter {
	width: 100%;
	padding: 10px;
}
.modalnewsdetail .reporter > img {
	width: 35px;
	border-radius: 50%;
}
.review .reviewarea {
	height: auto;
	overflow-x: hidden;
	overflow-y: auto;
	margin-top: 0px;
}
.reviewHeadline {
	background-color: #605ca8;
	color: #fff;
	display: inline-block;
	width: 100%;
	padding: 0px 15px;
	line-height: 40px;
}
.tow_lens .new_list::-webkit-scrollbar {
	width: 0px;
}

.review .reviewarea::-webkit-scrollbar {
	width: .3em;
}
.review .reviewarea::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.review .reviewarea::-webkit-scrollbar-thumb {
	background-color: darkgrey;
}
.review .reviewarea .media {
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.review .reviewarea .media .media-body {
	font-size: 14px;
}
.main-header .navbar-custom-menu {
	display: inline-block;
}
/* place */
.placeIcon {
	width: 16px;
	height: 16px;
	margin-left: 2px;
	margin-right: 2px;
}
.placeTypeName {
	float: right;
	max-width: 120px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: nowrap;
}
#placeTypeNameModal {
	float: right;
	max-width: 300px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: nowrap;
}
.typeName {
	max-width: 200px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: nowrap;
}
/*==== BEGIN Loading =====*/
.modalLoading {
	background-color: rgba(1, 1, 1, 0.49);
}
.modalLoading > .modal-dialog {
	height: calc(100% - 60px);
	display: table;
	width: 100%;
}
.modalLoading > .modal-dialog > .loadingImg {
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	margin: auto;
}
.modalLoading > .modal-dialog > .loadingImg > p {
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.69);
}
.spinner {
	height: 120px;
	width: 120px;
	margin: 94px auto 0 auto;
	position: relative;
	-webkit-animation: rotation .6s infinite linear;
	-moz-animation: rotation .6s infinite linear;
	-o-animation: rotation .6s infinite linear;
	animation: rotation .6s infinite linear;
	border-left: 14px solid rgba(0, 174, 239, .15);
	border-right: 14px solid rgba(0, 174, 239, .15);
	border-bottom: 14px solid rgba(0, 174, 239, .15);
	border-top: 14px solid rgba(0, 174, 239, .8);
	border-radius: 100%;
}
@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
	}
}
@-moz-keyframes rotation {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(359deg);
	}
}
@-o-keyframes rotation {
	from {
		-o-transform: rotate(0deg);
	}
	to {
		-o-transform: rotate(359deg);
	}
}
@keyframes rotation {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(359deg);
	}
}
/*==== END Loading =====*/
.img-circle {
	width: 100px;
	height: 100px;
}
/* place2 */
.place2 {
	padding-top: 0px !important;
}
.place2content {
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	margin-top: 0px;
}
.sidebarmenuDetail {
	margin: 0px;
	padding: 0px;
}
.sidebarmenuDetail > li {
	padding-left: 10px;
}
/*===== Survey List ===== */
.btn-survey-list {
	border-radius: 50%;
	background-color: #4B4B7D;
	margin: 0px;
	padding: 5px;
	width: 34px;
	height: 34px;
	color: rgba(255, 255, 255, 0.53);
	border: none;
	float: right;
}
.btn-survey-list:hover {
	background-color: rgba(96, 96, 159, 0.81);
}
ul.modalSurveySummary {
	list-style: none;
	padding: 0px;
}
ul.modalSurveySummary > li {
	background-color: rgba(0, 0, 0, 0.1);
	padding: 0px 10px;
}
ul.modalSurveySummary > li:nth-child(even) {
	background-color: rgba(0, 0, 0, 0.15)
}
ul.modalSurveySummary > li > img {
	height: 45px;
	padding-right: 15px;
}
ul.modalSurveySummary > li > span {
	font-size: 18px;
}
.SurveySummarysum {
	padding: 5px 15px;
	background-color: #a5ccba;
	text-align: center;
}
.adminSurveyArea {
	float: left;
	width: 100%;
}
.adminSurveyArea .serveyContentArea {
	background-color: rgba(0, 0, 0, 0.1);
	border-top: 4px solid #4B4B7D;
	padding-top: 15px;
	padding-bottom: 15px;
}
.adminSurveyArea .tabbtn.active {
	background-color: #4B4B7D;
}
.adminSurveyArea md-checkbox {
	display: block;
	margin-bottom: 10px;
}
.adminSurveyArea md-radio-button {
	margin-bottom: 10px;
}
.showimgThumbnailSurvey {
	margin-top: 5px;
	width: 300px;
}
.showimgThumbnailSurvey > img {
	margin-top: 10px;
	width: 100%;
	max-width: 100%;
}
.showimgThumbnailSurvey > .removeImgThumbnailSurvey {
	position: absolute;
	right: 0
}
.questionareArea.mobile .showimgThumbnailSurvey {
	max-width: calc(100% - 30px);
	display: inline;
}
.surveySaveBtnArea {
	width: 100%;
	margin-top: 10px;
	text-align: right;
	float: left;
}
.adminSurveyArea .btnTrash i.fas {
	color: #9F1215;
	font-size: 18px;
}
.nopad {
	padding: 0px;
}
/*===== Style Google Map ===== */
.pac-container.pac-logo {
	z-index: 9999;
}
/*====== Admin Style ======*/
.leftSubMenu li {
	background-color: rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.leftSubMenu li > a {
	padding: 12px 5px 12px 15px;
}
.leftSubMenu li.active > a {
	background-color: #4B4B7D !important;
	color: #fff !important;
}
.leftSubMenu li.active > a:hover {
	background-color: #4B4B7D;
	color: #fff;
}
.page-header {
	border-bottom: 1px solid #bfbfbf;
}
.table-csite > thead > tr > th {
	background-color: rgba(0, 0, 0, 0.8);
	text-align: center;
	color: #fff;
	vertical-align: inherit;
}
.table-csite > tbody > tr > td > a {
	color: #4B4B7D;
}
.table-csite > tbody > tr > td > a:hover {
	opacity: 0.8;
}
.table-csite > tbody > tr > td > a > i.fas {
	font-size: 20px;
}
.table-manageType > tbody > tr > td:nth-of-type(1) {
	text-align: center;
	width: 50px;
}
.table-manageType > tbody > tr > td:nth-last-of-type(n+1):nth-last-of-type(-n+3) {
	text-align: center;
	width: 50px;
}
.table-manageType > tbody > tr > td:nth-last-of-type(n+4):nth-last-of-type(-n+5) {
	text-align: center;
	width: 100px;
}
.table-member > tbody > tr > td:nth-of-type(1) {
	text-align: center;
	width: 50px;
}
.table-member > tbody > tr > td:nth-last-of-type(n+1):nth-last-of-type(-n+2) {
	text-align: center;
	width: 50px;
}
.table-memberGroup > tbody > tr > td:nth-of-type(1) {
	text-align: center;
	width: 50px;
}
.table-memberGroup > tbody > tr > td:nth-last-of-type(n+1):nth-last-of-type(-n+2) {
	text-align: center;
	width: 50px;
}
.table-news-adminmanage > tbody > tr > td:nth-of-type(n+3):nth-of-type(-n+6) {
	text-align: center;
	width: 100px;
}
.table-news-adminmanage > tbody > tr > td:nth-of-type(7) {
	text-align: center;
	width: 100px;
}
.table-editMemberGroup > tbody > tr > td:nth-of-type(1) {
	text-align: center;
	width: 50px;
}
.table-editMemberGroup > tbody > tr > td:nth-last-of-type(n+1):nth-last-of-type(-n+1) {
	text-align: center;
	width: 50px;
}
.linkBtn {
	color: #4B4B7D !important;
}
.linkBtn:hover {
	opacity: 0.8 !important;
}
/* ======== radio status ========= */
.segmented-control {
	width: 100%;
	position: relative;
	display: inline-block;
	border: 1px solid currentColor;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	overflow: hidden;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-moz-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-moz-transition-property: none;
	-o-transition-property: none;
	-webkit-transition-property: none;
	transition-property: none;
	-webkit-tap-highlight-color: transparent;
}
.segmented-control > input {
	position: absolute;
	left: -10000px;
	opacity: 0;
}
.segmented-control label {
	margin-bottom: 0px;
}
.segmented-control > input[type='checkbox'] ~ label {
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}
.segmented-control > input[type='checkbox'] ~ label:before {
	opacity: 0;
}
.segmented-control > input:disabled:nth-child(1) ~ label:nth-of-type(1) {
	opacity: 0.3;
	cursor: not-allowed;
}
.segmented-control > input:nth-child(1):checked ~ label:nth-of-type(1):after, .segmented-control > input:nth-child(1):checked ~ label:nth-of-type(1):before {
	opacity: 1;
}
.segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(1):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(1):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(1) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(1) ~ label:before {
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}
.segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(2):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(2):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(2) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(2) ~ label:before {
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}
.segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(3):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(3):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:before {
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}
.segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(4):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(4):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:before {
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	background-color: #BDBDBD !important;
}
.segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(5):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(5):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:before {
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}
.segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(6):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(6):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:before {
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}
.segmented-control > input:disabled:nth-child(2) ~ label:nth-of-type(2) {
	opacity: 0.3;
	cursor: not-allowed;
}
.segmented-control > input:nth-child(2):checked ~ label:nth-of-type(2):after, .segmented-control > input:nth-child(2):checked ~ label:nth-of-type(2):before {
	opacity: 1;
}
.segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(2):after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(2):before, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(2) ~ label:after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(2) ~ label:before {
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(3):after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(3):before, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:before {
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(4):after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(4):before, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:before {
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	background-color: #3186a9 !important;
}
.segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(5):after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(5):before, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:before {
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(6):after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(6):before, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:before {
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.segmented-control > input:disabled:nth-child(3) ~ label:nth-of-type(3) {
	opacity: 0.3;
	cursor: not-allowed;
}
.segmented-control > input:nth-child(3):checked ~ label:nth-of-type(3):after, .segmented-control > input:nth-child(3):checked ~ label:nth-of-type(3):before {
	opacity: 1;
}
.segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(3):after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(3):before, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:before {
	-moz-transform: translateX(200%);
	-ms-transform: translateX(200%);
	-webkit-transform: translateX(200%);
	transform: translateX(200%);
}
.segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(4):after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(4):before, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:before {
	-moz-transform: translateX(200%);
	-ms-transform: translateX(200%);
	-webkit-transform: translateX(200%);
	transform: translateX(200%);
	background-color: #59b75c !important;
}
.segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(5):after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(5):before, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:before {
	-moz-transform: translateX(200%);
	-ms-transform: translateX(200%);
	-webkit-transform: translateX(200%);
	transform: translateX(200%);
}
.segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(6):after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(6):before, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:before {
	-moz-transform: translateX(200%);
	-ms-transform: translateX(200%);
	-webkit-transform: translateX(200%);
	transform: translateX(200%);
}
.segmented-control > input:disabled:nth-child(4) ~ label:nth-of-type(4) {
	opacity: 0.3;
	cursor: not-allowed;
}
.segmented-control > input:nth-child(4):checked ~ label:nth-of-type(4):after, .segmented-control > input:nth-child(4):checked ~ label:nth-of-type(4):before {
	opacity: 1;
	background-color: #f55549 !important;
}
.segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(4):after, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(4):before, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:after, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:before {
	-moz-transform: translateX(300%);
	-ms-transform: translateX(300%);
	-webkit-transform: translateX(300%);
	transform: translateX(300%);
}
.segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(5):after, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(5):before, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:before {
	-moz-transform: translateX(300%);
	-ms-transform: translateX(300%);
	-webkit-transform: translateX(300%);
	transform: translateX(300%);
}
.segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(6):after, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(6):before, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:before {
	-moz-transform: translateX(300%);
	-ms-transform: translateX(300%);
	-webkit-transform: translateX(300%);
	transform: translateX(300%);
}
.segmented-control > input:disabled:nth-child(5) ~ label:nth-of-type(5) {
	opacity: 0.3;
	cursor: not-allowed;
}
.segmented-control > input:nth-child(5):checked ~ label:nth-of-type(5):after, .segmented-control > input:nth-child(5):checked ~ label:nth-of-type(5):before {
	opacity: 1;
}
.segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(5):after, .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(5):before, .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:before {
	-moz-transform: translateX(400%);
	-ms-transform: translateX(400%);
	-webkit-transform: translateX(400%);
	transform: translateX(400%);
}
.segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(6):after, .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(6):before, .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:before {
	-moz-transform: translateX(400%);
	-ms-transform: translateX(400%);
	-webkit-transform: translateX(400%);
	transform: translateX(400%);
}
.segmented-control > input:disabled:nth-child(6) ~ label:nth-of-type(6) {
	opacity: 0.3;
	cursor: not-allowed;
}
.segmented-control > input:nth-child(6):checked ~ label:nth-of-type(6):after, .segmented-control > input:nth-child(6):checked ~ label:nth-of-type(6):before {
	opacity: 1;
}
.segmented-control > input:nth-child(6):checked ~ label:first-of-type:nth-last-of-type(6):after, .segmented-control > input:nth-child(6):checked ~ label:first-of-type:nth-last-of-type(6):before, .segmented-control > input:nth-child(6):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > input:nth-child(6):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:before {
	-moz-transform: translateX(500%);
	-ms-transform: translateX(500%);
	-webkit-transform: translateX(500%);
	transform: translateX(500%);
}
.segmented-control > label {
	display: inline-block;
	padding: 0 .71em;
	cursor: pointer;
	float: left;
	line-height: 3em;
	font-style: inherit;
	font-weight: inherit;
	text-decoration: inherit;
	-moz-transition-property: none;
	-o-transition-property: none;
	-webkit-transition-property: none;
	transition-property: none;
	-moz-transition-duration: inherit;
	-o-transition-duration: inherit;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-moz-transition-timing-function: inherit;
	-o-transition-timing-function: inherit;
	-webkit-transition-timing-function: inherit;
	transition-timing-function: inherit;
}
.segmented-control > label:before, .segmented-control > label:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.segmented-control > label:after {
	color: white;
	content: attr(data-value);
	text-align: center;
	padding: inherit;
	z-index: 10;
	font-style: inherit;
	text-decoration: inherit;
	font-weight: inherit;
	opacity: 0;
}
.segmented-control > label:after, .segmented-control > label {
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.segmented-control > label:before {
	content: '';
	color: inherit;
	background: currentColor;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-moz-transition-duration: inherit;
	-o-transition-duration: inherit;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-moz-transition-timing-function: inherit;
	-o-transition-timing-function: inherit;
	-webkit-transition-timing-function: inherit;
	transition-timing-function: inherit;
}
.segmented-control > label:first-of-type:nth-last-of-type(1), .segmented-control > label:first-of-type:nth-last-of-type(1):after, .segmented-control > label:first-of-type:nth-last-of-type(1):before, .segmented-control > label:first-of-type:nth-last-of-type(1) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(1) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(1) ~ label:before {
	width: 100%;
}
.segmented-control > label:first-of-type:nth-last-of-type(2), .segmented-control > label:first-of-type:nth-last-of-type(2):after, .segmented-control > label:first-of-type:nth-last-of-type(2):before, .segmented-control > label:first-of-type:nth-last-of-type(2) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(2) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(2) ~ label:before {
	width: 50%;
}
.segmented-control > label:first-of-type:nth-last-of-type(3), .segmented-control > label:first-of-type:nth-last-of-type(3):after, .segmented-control > label:first-of-type:nth-last-of-type(3):before, .segmented-control > label:first-of-type:nth-last-of-type(3) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(3) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(3) ~ label:before {
	width: 33.33333%;
}
.segmented-control > label:first-of-type:nth-last-of-type(4), .segmented-control > label:first-of-type:nth-last-of-type(4):after, .segmented-control > label:first-of-type:nth-last-of-type(4):before, .segmented-control > label:first-of-type:nth-last-of-type(4) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(4) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(4) ~ label:before {
	width: 25%;
}
.segmented-control > label:first-of-type:nth-last-of-type(5), .segmented-control > label:first-of-type:nth-last-of-type(5):after, .segmented-control > label:first-of-type:nth-last-of-type(5):before, .segmented-control > label:first-of-type:nth-last-of-type(5) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(5) ~ label:before {
	width: 20%;
}
.segmented-control > label:first-of-type:nth-last-of-type(6), .segmented-control > label:first-of-type:nth-last-of-type(6):after, .segmented-control > label:first-of-type:nth-last-of-type(6):before, .segmented-control > label:first-of-type:nth-last-of-type(6) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(6) ~ label:before {
	width: 16.66667%;
}
.segmented-control.italic, .segmented-control .italic {
	font-style: italic;
}
.segmented-control.bold, .segmented-control .bold {
	font-weight: bold;
}
.segmented-control.underline, .segmented-control .underline {
	text-decoration: underline;
}
.segmented-control.line-through, .segmented-control .line-through {
	text-decoration: line-through;
}
/*======== END RadioButton status ==========*/
/*======== slidebar News Type ==========*/
.sidebar > .newsfeedCheckbox li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.sidebar > .newsfeedCheckbox li.checkall {
	background-color: #00000012 !important;
	border-bottom: 1px solid #0000001f;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sidebar > .newsfeedCheckbox li > md-checkbox {
	width: calc(100% - 25px);
	padding-left: 20px;
	margin-bottom: 0px;
	margin-left: 25px;
}
.sidebar > .newsfeedCheckbox li > md-checkbox > .md-label {
	margin-left: 10px;
}
.sidebar > .newsfeedCheckbox > .newsfeedCheckScroll {
	height: calc(100vh - 225px);
	overflow: auto;
}
.sidebar > .newsfeedCheckbox > .newsfeedCheckScrollMobile {
	/*height: calc(100vh - 225px);*/
	height: calc(100vh - 280px);
	overflow: auto;
}
.sidebar > .livelist {
	height: calc(100vh - 150px);
	overflow: auto;
}
md-checkbox.md-default-theme.md-checked .md-ink-ripple, md-checkbox.md-checked .md-ink-ripple {
	color: #4B4B7D;
}
md-checkbox.md-default-theme.md-checked .md-icon, md-checkbox.md-checked .md-icon {
	background-color: #4B4B7D;
}
.btnRightArea {
	text-align: right;
}
@media (max-width: 991px) {
	.btn-tools {
		margin-bottom: 10px;
	}
	.btnLeftArea {
		text-align: center;
	}
	.btnRightArea {
		text-align: center;
	}
	.btnRightArea .btn-group button.tabbtn {
		letter-spacing: 0.5px;
		font-size: 12px;
	}
}
/*======= News feed Thumbnail ========*/
.newsfeedThumbnail {
	width: 100%;
	height: 175px;
}
.newsfeedThumbnail > .nfBg {
	background-size: cover;
	background-position: center;
	height: 100%;
	width: calc(100% - 34px);
	position: absolute;
	opacity: 0.6;
}
.newsfeedThumbnail > .nfImage {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	width: calc(100% - 34px);
	height: 100%;
}
.login-logo, .register-logo {
	margin-bottom: 0px;
	background-color: #4b4b7c;
	color: #fff;
}
.login-box, .register-box {
	box-shadow: 0px 0px 2px 1px #0000003b;
}
.footerBtnArea {
	text-align: right;
	border-top: 1px solid #bfbfbf;
	padding: 15px 0px;
}
/*===== Add post Image VDO Style Image Box  =======*/
.addpostimgvdo .slick-track {
	width: 100% !important;
}
.addpostimgvdo .slick-arrow {
	display: none !important;
}
.addpostimgvdo .slick-slide {
	width: 200px !important;
	margin: 5px;
	background-color: #00000014;
	min-height: unset;
}
.addpostimgvdo .previewImage > .closeObj {
	width: 100%;
	text-align: right;
	padding: 5px;
}
.addpostimgvdo .previewImage > .closeObj > a {
	color: rgba(255, 0, 4, 0.69);
}
.addpostimgvdo .boxImage {
	height: 200px;
	width: 200px;
}
.addpostimgvdo .previewImage {
	width: 200px;
	height: 200px;
	background-position: center;
	background-size: cover;
}
.profileEditImageArea > .imageEdit > .image > img {
	width: 100%;
}
/*====== RATING =======*/
.rating {
	border: none;
	float: left;
	margin-right: 15px;
}
.rating > input {
	display: none;
}
.rating > label:before {
	margin: 0px 1px;
	font-size: 1.25em;
	font-family: Font Awesome\ 5 Free;
	display: inline-block;
	content: "\f005";
}
.rating > .half:before {
	content: "\f089";
	position: absolute;
}
.rating > label {
	color: #ffffff61;
	float: right;
	margin: 0px 2px;
}
/***** CSS Magic to Highlight Stars on Hover *****/
.rating > input:checked ~ label, /* show gold star when clicked */ .rating:not(:checked) > label:hover, /* hover current star */ .rating:not(:checked) > label:hover ~ label {
	color: #EEC069;
} /* hover previous stars in list */
.rating > input:checked + label:hover, /* hover current star when changing rating */ .rating > input:checked ~ label:hover, .rating > label:hover ~ input:checked ~ label, /* lighten current selection */ .rating > input:checked ~ label:hover ~ label {
	color: #d1a043;
}
/* rating fix ------------- */
.ratingFix > span:before {
	margin: 0px 2px;
	font-size: 1em;
	font-family: Font Awesome\ 5 Free;
	display: inline-block;
	content: "\f005";
}
.ratingFix > span:first-child:before {
	margin-left: 0px;
}
.ratingFix > span.active:before {
	color: #d1a043;
}
/*Member Setting*/
.checkallTypeArea {
	width: 100%;
	padding: 15px;
	background-color: rgba(0, 0, 0, 0.3);
}
.checkallTypeArea > md-checkbox {
	margin: 0px;
}
.checkTypeArea {
	width: 100%;
	padding: 15px;
	background-color: rgba(0, 0, 0, 0.1);
	float: left;
}
.inlineformgroupSet {
	padding: 3px;
	background: rgba(0, 0, 0, 0);
	margin-bottom: 5px;
}
.input-group.inlineformgroupSet .input-group-addon {
	background-color: transparent;
}
.memberSettingSubTab {
	padding: 15px;
	background: rgb(75, 75, 124) !important;
	color: #fff;
	margin-bottom: 15px;
}
.memberSettingSubTab md-tab-item.md-tab {
	color: rgba(255, 255, 255, 0.5);
}
.memberSettingSubTab md-tab-item.md-tab.md-active {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.2);
}
.memberSettingSubTab md-tabs-content-wrapper {
	background-color: rgb(250, 250, 250);
	overflow: hidden !important;
}
md-select {
	margin: 0px;
}
.md-select-value {
	min-height: 20px;
	border-bottom-color: transparent !important;
}
.inputgroupMdCheckbox {
	width: 100%;
}
.inputgroupMdCheckbox .mdChkboxGroup {
	width: 145px;
}
.inputgroupMdCheckbox .mdChkboxGroup md-checkbox {
	margin: 0px;
}
.inputgroupMdCheckbox .mdChkboxGroup md-checkbox .md-label {
	padding-top: 3px;
}
.not-active {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: black;
}
.pull-right {
	float: right;
}
.paginationTbl {
	height: 40px;
	margin: 20px 0;
}
.paginationTbl ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.paginationTbl ul > li {
	display: inline;
}
.paginationTbl ul > li > a, .paginationTbl ul > li > span {
	float: left;
	padding: 0 14px;
	line-height: 38px;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-left-width: 0;
}
.paginationTbl ul > li > a:hover, .paginationTbl ul > .active > a, .paginationTbl ul > .active > span {
	background-color: #f5f5f5;
}
.paginationTbl ul > .active > a, .paginationTbl ul > .active > span {
	color: #999999;
	cursor: default;
}
.paginationTbl ul > .disabled > span, .paginationTbl ul > .disabled > a, .paginationTbl ul > .disabled > a:hover {
	color: #999999;
	background-color: transparent;
	cursor: default;
}
.paginationTbl ul > li:first-child > a, .paginationTbl ul > li:first-child > span {
	border-left-width: 1px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.paginationTbl ul > li:last-child > a, .paginationTbl ul > li:last-child > span {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.paginationTbl-centered {
	text-align: center;
}
.paginationTbl-right {
	text-align: right;
}
/* tab slide */
@media (max-width:767px) {
	.main-sidebar {
		-webkit-transition: .3s ease-in-out !important;
		-moz-transition: .3s ease-in-out !important;
		-o-transition: .3s ease-in-out !important;
		transition: .3s ease-in-out !important;
	}
	.slide-show {
		transform: translate(0px, 0) !important;
		-webkit-transform: translate(0px, 0) !important;
		-ms-transform: translate(0px, 0) !important;
		-o-transform: translate(0px, 0) !important;
	}
	.slide-hide {
		transform: translate(-300px, 0) !important;
		-webkit-transform: translate(-300px, 0) !important;
		-ms-transform: translate(-300px, 0) !important;
		-o-transform: translate(-300px, 0) !important;
	}
}
/*
md-content.md-default-theme, md-content,md-tabs{
 overflow: unset;
}
md-content{
 position: static;
}
*/
@media (max-width:767px) {
	.main-header .logo, .main-header .navbar {
		float: left;
	}
	.mainmenuCsite {
		float: left;
	}
	.sidebar-toggle {
		float: left;
	}
	.navbar-form.navbar-left {
		float: left;
	}
	.renewpw-box, {
		width: 800px;
		margin: 7% auto
	}
}
.pagination {
	margin: 0px;
	float: right;
}
.pagination-page.active > a {
	background-color: #4B4B7D;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background-color: #4B4B7D;
}
/* cthink css */
.mapPinDetail {
	position: absolute;
	bottom: 0;
	margin: 10px;
	background: rgba(255, 255, 255, 0.9);
	padding: 10px;
}
.mapPinDetail ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
}
.mapPinDetail button:hover {
	color: #000;
}
.commentEditStyle > h4 {
	display: inline-block;
}
.commentEditStyle > button.editbtn {
	display: inline-block;
	height: 2em;
	float: right;
	cursor: pointer;
	padding: 0px;
	background: none;
	border: none;
}
.commentEditStyle > button.editbtn > img {
	height: 100%;
}
.commentImage {
	height: 100%;
	width: 100%;
}
.contactAddress h4 {
	color: #4b4a7e;
}
.contactAddress div {
	margin: 5px 0px;
}
.contactAddress div > i.fa {
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	background-color: #4b4a7e;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	margin-right: 10px;
}
.contactAddress div > span {
	width: calc(100% - 40px);
	display: inline-block;
	vertical-align: middle;
}
.alertNotify {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 300px;
	z-index: 9999;
	opacity: 0.8;
	transition: all 0.5s ease;
}
.hashtagArea {
	width: 100%;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}
.hashtagArea > span {
	border-radius: 5px;
	padding: 1px 6px;
	background-color: #f6902a;
	color: #fff;
}
.hashtagArea > span > a.remove {
	color: #fff;
}
.hashtagArea > span > a.remove:hover {
	opacity: 0.7;
}
.iconPositionGray {
	color: rgba(192, 192, 192, 1);
}
.msgBox {
	/*border: 0.3px solid #4B4B7D;*/
	text-align: center;
}
/*
.tableSurvey > tbody > tr:nth-child(odd) {
	background-color: #f2f2f2;
}
*/
/* SURVEY ANSWER*/
.questionareArea {
	padding: 0px;
	float: left;
	width: 100%;
	text-align: center;
	background-color: rgba(109, 109, 153, 0.3);
}
.questionareArea.mobile {
	min-height: 100vh;
}
.headlineLogoQuestionare {
	width: 100%;
	height: 300px;
	background-color: #6D6D99;
	background-image: url(../image/questionare/bg.png);
	background-position: center bottom;
	background-size: auto;
	background-repeat: repeat-x;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}
.headlineLogoQuestionare img {
	margin-top: 15px;
	max-height: 80%;
}
.questionareArea.mobile .headlineLogoQuestionare {
	height: 150px;
}
.questionareArea .questionareDetail {
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 20px;
	margin-top: -40px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.questionareArea.mobile .questionareDetail {
	border-radius: 0px;
	margin-top: 0px;
}
.questionareArea.mobile .surveySaveBtnArea {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background-color: rgb(109, 110, 155);
	padding: 5px 15px;
	text-align: center;
}
.questionareArea.mobile .surveySaveBtnArea .btn-link {
	color: #fff;
	font-size: 20px;
}
.questionareArea .questionareDetail img {
	max-width: 100%;
}
.questionareArea .questionareDetail .Headline .showimgHeaderSurvey img {
	width: 100%;
}
.questionareArea .questionareDetail .Headline {
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.questionareArea .questionareDetail .questionArea {
	padding: 15px;
	border-radius: 15px;
	margin-bottom: 15px;
	box-shadow: 0px 0px 5px #0000006e;
}
.questionareArea .questionareDetail .questionArea:nth-of-type(even) {
	background-color: rgba(207, 208, 222, 0.7);
}
.questionareArea .questionareDetail .questionArea:nth-of-type(odd) {
	background-color: rgba(207, 208, 222, 0.3);
}
.questionareArea .questionareDetail .questionArea > h3 {
	font-weight: bold;
}
.questionareArea .questionareDetail .questionArea .showimgHeaderSurvey {
	margin-bottom: 15px;
}
.questionareArea .questionareDetail .questionArea .ansArea {
	background-color: rgba(255, 255, 255, 0.5);
	padding: 15px;
	border-radius: 0px 0px 15px 15px;
	margin-top: 15px;
}
.questionareArea .questionareDetail .questionArea .ansArea .ansList {
	display: block;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 15px 0px;
}
.questionareArea .questionareDetail .questionArea .ansArea .ansList:nth-last-of-type(1) {
	border-bottom: 0px;
}
.questionareArea .questionareDetail .questionArea .showimgThumbnailSurvey {
	margin: 0px;
}
.questionareArea .questionareDetail .questionArea .showimgThumbnailSurvey img {
	margin: 0px;
}
.questionareArea .questionareDetail .questionArea .showimgThumbnailSurvey.uploadimg img {
	margin-top: 10px;
}
.questionareArea .questionareDetail .questionArea md-radio-button .md-container, .questionareArea .questionareDetail .questionArea md-checkbox .md-container {
	top: 10px;
}
.questionareArea .questionareDetail .questionArea .ansArea .table-responsive {
	box-shadow: 0px 0px 5px #00000038;
}
.questionareArea .questionareDetail .questionArea .ansArea .table-responsive .table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #daddec;
}
.questionareArea .questionareDetail .questionArea .ansArea .table-responsive .table-striped > tbody > tr:nth-of-type(even) {
	background-color: #eaecf7;
}
.tableChoose2head tbody > tr > td {
	text-align: center;
}
.tableChoose2head tbody > tr:nth-of-type(1) td {
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
}
.tableChoose2head tbody > tr > td:nth-of-type(1) {
	background-color: rgba(0, 0, 0, 0.8);
	text-align: right;
	color: #fff;
}
.tableChoose2head md-radio-button {
	position: static;
	margin: 0px;
	padding-top: 10px;
}
.tableChoose2head md-radio-button .md-container {
	position: static;
	margin: 0px;
	text-align: center;
}
.ansBlock > span {
	border-radius: 5px;
	padding: 1px 6px;
	background-color: #4682B4;
	color: #fff;
	display: inline-block;
}
.ansBlock > span > a.remove {
	color: #fff;
}
.ansBlock > span > a.remove:hover {
	opacity: 0.7;
}
.showimgHeaderSurveyM {
	padding: 0px;
	padding-bottom: 10px;
}
.showimgHeaderSurveyM > img {
	width: 100%;
}
.showimgThumbAns {
	width: 300px;
}
.showimgThumbAns > img {
	width: 100%;
}
.showimgThumbAns > .removeImgThumbnailSurvey {
	position: absolute;
	right: 0
}
.surveySummaryModalArea {}
.surveySummaryModalArea .surveySummaryHeadList {
	background: #605ca8;
	color: #fff;
	display: block;
	margin: 0px;
	padding: 15px;
	border-radius: 15px 15px 0 0;
}
.surveySummaryModalArea .surveySummaryList {
	background: rgba(0, 0, 0, 0.1);
	padding: 15px;
	border-radius: 0 0 15px 15px;
	margin-bottom: 15px;
	display: block;
	text-align: left;
}
/*------------------------ tow lens 70 30 */
.top_area {
	width: 100%;
	height: 50px;
	background-color: #4B4B7D;
	padding: 5px 15px;
}
.top_area > .logo {
	display: inline-block
}
.top_area > .logo > img {
	height: 40px;
}
.top_area > .date_time {
	float: right;
	display: inline-block;
	line-height: 40px;
	color: #fff;
}
.tow_lens {
	float: left;
	width: 100%;
	/*height: 100vh;*/
	overflow: hidden;
}
.tow_lens::-webkit-scrollbar {
	width: 0px;
}
.tow_lens > div {
	-webkit-transition: width 0.5s ease-in-out;
	-moz-transition: width 0.5s ease-in-out;
	-o-transition: width 0.5s ease-in-out;
	transition: width 0.5s ease-in-out;
}
.tow_lens .w100.left_area {
	width: calc(100% - 5px) !important;
}
.tow_lens .w100.left_area_explore {
	width: calc(100% - 5px) !important;
}
.tow_lens .w100.right_area {
	width: calc(100% - 35px) !important;
}
.tow_lens .w100.right_area_explore {
	width: calc(100% - 35px) !important;
}
.tow_lens .w100.btn_slide_area {
	right: calc(100% - 40px) !important;
	width: unset !important;
}
.tow_lens .w0.left_area {
	width: 35px !important;
}
.tow_lens .w0.left_area_explore {
	width: 35px !important;
}
.tow_lens .w0.right_area {
	width: 5px !important;
}
.tow_lens .w0.right_area_explore {
	width: 5px !important;
}
.tow_lens .w0.btn_slide_area {
	right: 0px !important;
	width: unset !important;
}
.tow_lens .w65 {
	width: 65% !important;
}
.tow_lens .w35 {
	width: 35% !important;
}
.tow_lens .w35.btn_slide_area {
	right: calc(35% - 5px) !important;
	width: unset !important;
}
.tow_lens .w0 {
	width: 50px !important;
}
.tow_lens .hide {
	display: none !important;
}
.tow_lens > .left_area {
	width: 65%;
	height: calc(100%);
	/*height: calc(100% - 50px);*/ /*for show header*/
	display: inline-block;
	float: left;
}
.tow_lens > .left_area ng-map {
	height: 100% !important;
}
.tow_lens > .left_area_explore {
	width: 65%;
	height: calc(100%); /*for hide header*/
	/*height: calc(100% - 40px);*/ /*for show header*/
	display: inline-block;
	float: left;
	padding-top: 80px;
}
.tow_lens > .left_area_explore ng-map {
	height: 100% !important;
}
.tow_lens .tools_area {
	width: 100%;
	position: sticky;
	position: -webkit-sticky;
	bottom: 0;
	padding: 5px 15px;
	background-color: rgba(0, 0, 0, 0.55);
}
.tow_lens .tools_switch_theme_area {
	position: sticky;
	position: -webkit-sticky;
	bottom: 55px;
	padding-left: 15px;
	text-align: center;
}
.tow_lens .tools_switch_theme_area > .btn_area {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
}
.tow_lens .tools_switch_theme_area > .btn_area > .fa-map {
	font-size: 18px;
	line-height: 32px;
}
.tow_lens .tools_area .setting_area, .tow_lens .tools_area .newnews_area, .tow_lens .tools_area .resetdate_area {
	display: inline-block;
	/*background-color: #8a8fd4;*/
	background-color: #bfbfbf;
	padding: 5px;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
}
.tow_lens .tools_area .setting_area:hover, .tow_lens .tools_area .newnews_area:hover, .tow_lens .tools_area .resetdate_area:hover {
	opacity: 0.6;
}
.tow_lens .tools_area .newnews_area {
	/*background-color: rgba(29,163,78,0.80);*/
	background-color: #bfbfbf;
}
.tow_lens .tools_area .datechoose_area {
	display: inline-block;
	width: calc(100% - 125px);
	padding: 0px 15px;
}
.tow_lens .tools_area .datechoose_area md-slider.md-default-theme .md-thumb:after, .tow_lens .tools_area .datechoose_area md-slider .md-thumb:after {
	border-color: rgb(121, 134, 203);
	background-color: rgb(121, 134, 203);
}
.tow_lens .tools_area .datechoose_area md-slider.md-default-theme .md-track.md-track-fill, .tow_lens .tools_area .datechoose_area md-slider .md-track.md-track-fill {
	background-color: rgb(121, 134, 203);
}
.tow_lens .tools_area .datechoose_area md-slider.md-default-theme .md-track, .tow_lens .tools_area .datechoose_area md-slider .md-track {
	background-color: rgba(255, 255, 255, 0.38);
}
.tow_lens .tools_area .datechoose_area md-slider {
	height: 32px;
}
.tow_lens .tools_area .rzslider {
	margin: 4px 0 15px 0;
}
.tow_lens .tools_area .rzslider .rz-pointer {
	/*background-color:  rgb(121,134,203);*/
	background-color: #bfbfbf;
}
.tow_lens .tools_area .rzslider .rz-bubble {
	bottom: 23px;
}
.tow_lens .tools_area .rzslider .rz-pointer.rz-active:after {
	background-color: #ffffff;
}
.tow_lens .tools_area i.fas {
	font-size: 25px;
	color: rgba(255, 255, 255, 0.8);
	display: inline-block;
}
.tow_lens > .right_area {
	width: 35%;
	/*height: calc(100% - 50px);*/ /*for show header*/
	height: calc(100%);
	display: inline-block;
	float: left;
}
.tow_lens > .right_area_explore {
	width: 35%;
	/*height: calc(100% - 50px);*/ /*for show header*/
	height: calc(100%); /*for hide header*/
	display: inline-block;
	float: left;
	padding-top: 80px;
}
.tow_lens .new_list {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	/*border-left:5px solid  #6338E3;*/
	/*border-left: 5px solid #8a91d2;*/
	border-left: 5px solid #bfbfbf;
	background-color: #212121;
}
.tow_lens .new_list > div > .new_detail {
	width: 48%;
	height: 200px;
	position: relative;
	display: inline-block;
	float: left;
	cursor: pointer;
	/*border: 1px solid #878fd1;*/
	border: 1px solid #bfbfbf;
}
.tow_lens .new_list > div > .new_detail:hover {
	opacity: 0.7;
}
.tow_lens .new_list > div > .new_detail > .active {
	position: absolute;
	top: 25%;
	width: 100%;
	text-align: center;
	font-size: 4em;
	display: inline-block;
	color: rgba(238, 147, 26, 1);
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
	display: none;
}
.tow_lens .new_list > div > .new_detail > .active.show {
	display: inline-block;
}
.tow_lens .new_list > div > .new_detail > .new_thumbnail {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.tow_lens .new_list > div > .new_detail > .new_thumbnail > .live_thumbnailicon {
	width: 30%;
	height: 30%;
	background-image: url(../image/liveiconthumbnail.png);
	background-position: left;
	background-size: contain;
	background-repeat: no-repeat;
}
.tow_lens .new_list > div > .new_detail_live {
	width: 48%;
	height: 200px;
	position: relative;
	display: inline-block;
	float: left;
	cursor: pointer;
	/*border: 1px solid #878fd1;*/
	border: 1px solid #bfbfbf;
}
.tow_lens .new_list > div > .new_detail_live:hover {
	opacity: 0.7;
}
.tow_lens .new_list > div > .new_detail_live > .new_thumbnail {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.tow_lens .new_list > div > .new_detail_live > .new_thumbnail > .live_thumbnailicon {
	width: 30%;
	height: 30%;
	background-image: url(../image/liveiconthumbnail.png);
	background-position: left;
	background-size: contain;
	background-repeat: no-repeat;
}
.tow_lens .new_list > div > .new_detail > .new_thumbnail > .video_thumbnailicon {
	padding: 4px;
}
.tow_lens .new_list > div > .new_detail > .new_thumbnail > .video_thumbnailicon > .video_icon_area {
	width: 30px;
	height: 30px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	box-shadow: 0px 0px 2px 1px #0000003b;
}
.tow_lens .new_list > div > .new_detail > .new_thumbnail > .video_thumbnailicon > .video_icon_area > .fas.fa-video {
	font-size: 14px;
	line-height: 30px;
	color: rgba(0, 0, 0, 0.52);
}
.tow_lens .new_list .short_detail {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.58);
	color: #fff;
	font-size: 14px;
	padding: 0px 5px;
	line-height: 1.5em;
	height: 3em;
	overflow: hidden;
	/*
	line-height: 1.5em;
    height: 3em;
    overflow: hidden;
	*/
}
.tow_lens .btn_slide_area {
	position: absolute;
	/*background-color: #8a91d2;*/
	background-color: #bfbfbf;
	padding: 15px 5px 15px 8px;
	top: 45%;
	z-index: 1;
	/*margin-left: -37px;*/
	right: calc(35% - 5px);
	color: #fff;
	border-radius: 20px 0px 0px 20px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.tow_lens .btn_slide_area > div > i.fas {
	font-size: 20px;
	padding: 10px 0px;
}
.tow_lens .btn_slide_area > div {
	cursor: pointer;
}
.tow_lens .btn_slide_area > div:hover {
	opacity: 0.6;
}
.full_overlay_modal .modal-dialog {
	width: calc(100% - 50px);
}
.full_overlay_modal .modal-body {
	display: inline-block;
	width: 100%;
}
.full_overlay_modal .modal-body button.close {
	position: absolute;
	right: 7px;
	top: 7px;
	z-index: 1;
}
.full_overlay_modal .reporter {
	width: 100%;
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	background-color: #8a91d261;
	border-top: 0px;
	display: table;
	border-radius: 0px 0px 10px 10px;
}
.full_overlay_modal .reporter .profileimg {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
	display: table-cell;
}
.full_overlay_modal .reporter span {
	padding-left: 10px;
	display: table-cell;
	vertical-align: middle;
}
.full_overlay_modal .content {
	padding: 10px;
	border-radius: 10px 10px 0px 0px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	max-height: calc(100vh - 220px);
	overflow: auto;
}
.full_overlay_modal .content::-webkit-scrollbar {
	width: 0px;
}
.full_overlay_modal .slide_inmodal {
	height: calc(100vh - 98px);
	float: left;
	overflow: hidden;
	width: 100%;
}
.full_overlay_modal .slide_inmodal .carousel-inner, .full_overlay_modal .slide_inmodal .carousel-inner > .item {
	width: 100%;
	height: 100%;
	background-color: #fff;
}
.full_overlay_modal .slide_inmodal img {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.full_overlay_modal .slide_inmodal .carousel-indicators {
	margin-bottom: 0px;
	bottom: 5px;
}
.modal.setting_popup md-checkbox {
	margin-left: 30px;
}
.modal.setting_popup md-checkbox.checkAll {
	margin-left: 0px;
}
.modal.setting_popup .modal-content {
	background-color: rgba(255, 255, 255, 0.9);
}
.modal.setting_popup .modal-header {
	border-bottom-color: rgb(121, 134, 203);
}
@media screen and (max-width: 992px) {
	.top_area > .date_time {
		font-size: 11px;
		width: 80px;
		word-break: inherit;
		line-height: 12px;
		position: absolute;
		right: 0;
		top: 12px;
	}
	.tow_lens > div {
		-webkit-transition: height 0.5s ease-in-out;
		-moz-transition: height 0.5s ease-in-out;
		-o-transition: height 0.5s ease-in-out;
		transition: height 0.5s ease-in-out;
	}
	.tow_lens .w100.left_area {
		height: calc(100% - 54px) !important;
		width: 100% !important;
	}
	.tow_lens .w100.left_area_explore {
		height: calc(100% - 54px) !important;
		width: 100% !important;
	}
	.tow_lens .w100.right_area {
		height: calc(100% - 35px) !important;
		width: 100% !important;
	}
	.tow_lens .w100.right_area_explore {
		height: calc(100% - 35px) !important;
		width: 100% !important;
	}
	.tow_lens .w0.left_area {
		height: 35px !important;
		width: 100% !important;
	}
	.tow_lens .w0.left_area_explore {
		height: 35px !important;
		width: 100% !important;
	}
	.tow_lens .w0.right_area {
		height: 5px !important;
		width: 100% !important;
	}
	.tow_lens .w0.right_area_explore {
		height: 5px !important;
		width: 100% !important;
	}
	.tow_lens .w65 {
		height: 65% !important;
		width: 100% !important;
	}
	.tow_lens .w35 {
		height: calc(35% - 34px) !important;
		width: 100% !important;
	}
	.tow_lens .w0 {
		height: 50px !important;
		width: 100% !important;
	}
	.tow_lens .hide {
		display: none !important;
	}
	.tow_lens .btn_slide_area {
		display: none;
	}
	.tools_area {
		display: none;
	}
	.tow_lens > .left_area {
		width: 100%;
		height: 65%;
	}
	.tow_lens > .left_area_explore {
		width: 100%;
		height: 65%;
	}
	.tow_lens > .right_area {
		width: 100%;
		/*height: calc(35% - 34px);*/ /*for show header*/
		height: calc(35%);
	}
	.tow_lens > .right_area_explore {
		width: 100%;
		height: calc(35%);
	}
	.tow_lens .btn_slide_area {
		position: absolute;
		padding: 0px 7px 0px 7px;
		left: 0;
		z-index: 1;
		color: #fff;
		border-radius: 10px 10px 0px 0px;
		top: unset;
		margin-top: -30px;
		margin-left: 15px;
	}
	.tow_lens .btn_slide_area > div {
		display: inline-block;
	}
	.tow_lens .new_list {
		border-left: 0px;
		border-top: 5px solid #8a91d2;
	}
	.tow_lens .btn_slide_area > div > i.fas {
		font-size: 20px;
		padding: 5px 3px;
	}
	.full_overlay_modal .modal-dialog {
		width: auto !important;
	}
	.full_overlay_modal .slide_inmodal {
		float: none;
		height: 300px;
	}
	.full_overlay_modal .content {
		margin-top: 15px;
		height: auto;
		min-height: unset;
		max-height: unset;
	}
	.tow_lens .new_list > .list_detail {
		width: max-content;
		/*height:100%;*/ /*for show header*/
		height: calc(100%+ 16px);
		overflow-x: auto;
		overflow-y: hidden;
	}
	.tow_lens .new_list > div > .new_detail {
		width: 300px;
	}
	.tow_lens .new_list > div > .new_detail_live {
		width: 300px;
	}
	.tow_lens .new_list {
		overflow-x: auto;
		height: auto; /*for show header*/
	}
	.full_overlay_modal .modal-body button.close {
		right: 3px;
		top: 3px;
	}
	.mapPinDetail.dustDetail {
		top: 100px;
		bottom: unset !important;
	}
	.mapPinDetail.maskDetail {
		top: 135px;
		bottom: unset !important;
	}
	.btn_to_dust_detail.btndustDetail {
		margin-top: 80px;
		right: 0px;
		width: auto !important;
		top: 30px !important;
	}
	.btn_to_add_post.btndustDetail {
		margin-top: 155px;
		right: 0px;
		width: auto !important;
		top: 30px !important;
	}
	.btn_to_add_nexus.btndustDetail {
		margin-top: 110px;
		right: 0px;
		width: auto !important;
		top: 30px !important;
	}
	.detailpincolorarea.desktopdetailpin {
		display: none;
	}
	.btnCircleFixed.btnaddpm25 {
		bottom: 25%;
	}
}
.detailpincolorarea {
	padding: 5px 10px;
	background-color: rgba(255, 255, 255, 0.8);
	top: 140px;
	position: absolute;
	margin-left: 15px;
	border-radius: 7px;
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}
.detailpincolorarea .detailpincolorset {
	display: block;
}
.detailpincolorarea .detailpincolorset > .colorpindetail {
	display: inline-block;
}
.detailpincolorarea .detailpincolorset > .textpindetail {
	display: inline-block;
}
.detailpincolorarea .detailpincolorset > .colorpindetail > .color1 {
	color: #a4e25f;
}
.detailpincolorarea .detailpincolorset > .colorpindetail > .color2 {
	color: #fee050;
}
.detailpincolorarea .detailpincolorset > .colorpindetail > .color3 {
	color: #ffa961;
}
.detailpincolorarea .detailpincolorset > .colorpindetail > .color4 {
	color: #ff7777;
}
.detailpincolorarea .detailpincolorset > .colorpindetail > .color5 {
	color: #b382c7;
}
.detailpincolorarea .detailpincolorset > .colorpindetail > .color6 {
	color: #b27b8c;
}
.detailpincolorarea.mobiledetailpin {
	top: auto;
	border-radius: 0px;
	margin-left: 0px;
	margin-top: -73px;
	text-align: center;
	height: 73px;
	width: 100%;
	display: table;
	font-size: 0.9em;
}
.detailpincolorarea.mobiledetailpin .detailpincolorareamiddle {
	vertical-align: middle;
	display: table-cell;
}
.detailpincolorarea.mobiledetailpin .detailpincolorset {
	display: inline-block;
	padding: 0px 5px;
}
.mapPinDetail.dustDetail li md-checkbox {
	margin-bottom: 0px;
}
.mapPinDetail.dustDetail {
	padding: 0px;
}
.mapPinDetail.dustDetail > .mapPinDetailpadding {
	padding: 5px;
}
.mapPinDetail.dustDetail > .mapPinDetailpadding > label:first-child {
	width: 100%;
	padding-left: 10px;
	padding-top: 10px;
}
.mapPinDetail.maskDetail li md-checkbox {
	margin-bottom: 0px;
}
.mapPinDetail.maskDetail {
	padding: 0px;
}
.mapPinDetail.maskDetail > .mapPinDetailpadding {
	padding: 5px;
}
.mapPinDetail.maskDetail > .mapPinDetailpadding > label:first-child {
	width: 100%;
	padding-left: 10px;
	padding-top: 10px;
}
/*===== BOUNCE ANIMATE ======*/
.animated {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
	0%, 100% {
		-webkit-transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(-5px);
	}
}
@keyframes bounce {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-5px);
	}
}
.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
}
.viewVdo {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 75%;
	height: 100%;
}
.tow_lens .map_theme_area {
	width: 100%;
	position: sticky;
	bottom: 0;
	padding: 5px 15px;
	background-color: rgba(0, 0, 0, 0.55);
}
/*morningnews ipad modal*/
.detail_post_modal {
	white-space: pre-line;
}
/*
#livemodalBody , #livemodalBody .fb-video , #livemodalBody .fb-video > span  , #livemodalBody .fb-video > span > iframe{
	width:100% !important; 
	height:100% !important;
}
#livemodalBody{
height:calc(100vh - 100px) !important;
}

*/
.ans_survey_box {
	padding-left: 15px;
	padding-bottom: 15px;
}
.zindex {
	z-index: 99000 !important;
}
.content.survey_explore {
	/*height: calc(100vh - 368px);*/
}
.content.survey_explore > .suevey_no {
	background-color: rgba(211, 213, 239, 0.8);
	padding: 5px 10px;
	border-radius: 10px;
	margin-bottom: 10px;
}
.content.survey_explore > .suevey_no:nth-of-type(even) {
	background-color: rgba(211, 213, 239, 0.5);
}
.content.survey_explore > .suevey_no > .question_text {}
.content.survey_explore > .suevey_no > .question_text > .question_no {
	width: 30px;
}
.content.survey_explore .ans_survey_box {
	padding-left: 24px;
}
/* fix slideshow color+shadow */
.carousel-control .glyphicon-chevron-right {
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.carousel-control .glyphicon-chevron-left {
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.carousel-indicators > li {
	border-color: #848484;
}
.carousel-indicators > .active {
	background-color: #d8d8d8;
}
.btn:hover, .btn:focus {
	color: #fff;
}
.kmlfile_name_box {
	padding: 6px 12px;
	color: #fff;
	background-color: #5f5ca8;
	vertical-align: middle;
	font-size: 15px;
}
.download.kmlfile_name_box {
	background-color: #00a65a;
	cursor: pointer;
}
.download.kmlfile_name_box:hover {
	background-color: #008d4c;
}
.download.kmlfile_name_box + .kmlfile_remove {
	background-color: #616161;
	cursor: pointer;
}
.download.kmlfile_name_box + .kmlfile_remove:hover {
	background-color: #585858;
}
.kmlfile_remove {
	background-color: #322e7b;
	padding: 6px 12px;
	color: #fff;
	vertical-align: middle;
	font-size: 15px;
}
.kmlfile_remove:hover {
	background-color: #1c1950;
}
.btn-admin-catName > i {
	width: 100%;
	text-align: center;
	font-size: 16px;
	display: block;
}
.imgCropper-wrapper {
	margin: 3rem auto 0 auto;
	max-width: 40rem;
	text-align: center;
	width: 100%;
}
.frame {
	border: 2px solid #FFFFFF;
	margin-bottom: 20px;
}
.frame > img {
	width: 100%;
}
#controls button {
	margin: 0 5px;
	background: #FFFFFF;
	border: none;
	cursor: pointer;
	min-width: 2em;
	font-size: 16px;
	line-height: 30px;
	transition: background 200ms ease-out;
}
#controls button:hover {
	background: #2196F3;
}
.result {
	clear: both;
	margin-top: 50px;
}
.result img {
	width: 80%;
}
.github-link {
	display: block;
	position: absolute;
	top: 3em;
	right: -6.5em;
	padding: 1em;
	width: 20em;
	text-align: center;
	background-color: #FFFFFF;
	text-transform: uppercase;
	font-size: .7em;
	color: #393939;
	letter-spacing: 1px;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.imgCropper-controls {
	background: #FAFAFA;
	tet-align: center;
}
button {
	margin: 0;
	padding: 0.8rem 1rem;
	background: transparent;
	border: none;
	display: inline-block;
	font-size: 1.5rem;
}
button:focus, button:hover {
	color: #4371D0;
	cursor: pointer;
	outline: none;
}
.edit_post_img {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1000;
	color: #ffffff;
	background-color: #615da9;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
}
.edit_post_img:hover {
	opacity: 0.5;
}
.edit_post_img i {
	font-size: 16px;
	line-height: 30px;
}
.rotate_item_area {
	position: absolute;
	bottom: 3px;
	right: 45%;
	left: 45%;
	font-size: 20px;
	width: 100%;
}
.close_img_rotate {
	position: absolute;
	top: 3px;
	right: 5px;
	font-size: 20px;
}
.bg_rotate_itemarea {
	position: absolute;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.7);
	width: -webkit-fill-available;
	height: 35px;
}
.bg_rotate_itemarea > .rotate_item_area > .rotate_item_btn {
	color: #fff;
}
.bg_rotate_itemarea > .rotate_item_area > .rotate_item_btn:hover {
	opacity: 0.6
}
.edit-image-rotate-area {
	width: 100%
}
.close_img_rotate > .close_item_btn {
	color: #fff;
}
.close_img_rotate > .close_item_btn:hover {
	opacity: 0.6
}
.bg_rotate_itemarea {}
.edit_post_img_box {
	border-style: solid;
	border-width: thin;
	border-color: rgb(250, 250, 250);
	background-color: rgba(0, 0, 0, 0.91);
	max-width: 870px;
	max-height: 470px;
}
.edit_survey_img_box {
	border-style: solid;
	border-width: thin;
	border-color: rgb(250, 250, 250);
	background-color: rgba(0, 0, 0, 0.91);
	max-width: 870px;
	max-height: 1200px;
}
.dot {
	height: 12px;
	width: 12px;
	border-radius: 50%;
	display: inline-block;
}
.app-modal-window .modal-dialog {
	width: 90%;
}
/*===== Font Style Morning News ======= */
@font-face {
	font-family: 'CSPraJad';
	src: url('../font/THSarabun.ttf');
}
@font-face {
	font-family: 'CSPraJad';
	src: url('../font/prajad/CSPraJad-bold.eot?#iefix') format('embedded-opentype'), url('../font/prajad/CSPraJad-bold.otf') format('opentype'), url('../font/prajad/CSPraJad-bold.woff') format('woff'), url('../font/prajad/CSPraJad-bold.ttf') format('truetype'), url('../font/prajad/CSPraJad-bold.svg#CSPraJad-bold') format('svg');
	font-weight: bold;
}
/*.fontCordia{
    font-family: 'Cordia New';
        font-size: 40px;
}
.fontAngsana{
    font-family: 'Angsana';
    font-size: 40px;
}*/
.fontSarabun .tow_lens .new_list .short_detail {
	font-family: 'Sarabun', sans-serif;
}
.fontPrajad .tow_lens .new_list .short_detail {
	font-family: 'CSPraJad', serif;
	font-size: 20px;
	line-height: 0.95em !important;
}
.fontTaviraj .tow_lens .new_list .short_detail {
	font-family: 'Taviraj', serif;
}
.fontSarabun .full_overlay_modal h3 {
	font-family: 'Sarabun', sans-serif;
	font-weight: bold;
	font-size: 28px;
}
.fontPrajad .full_overlay_modal h3 {
	font-family: 'CSPraJad', serif;
	font-weight: bold;
	font-size: 32px;
}
.fontTaviraj .full_overlay_modal h3 {
	font-family: 'Taviraj', serif;
	font-weight: bold;
	font-size: 30px;
}
.fontSarabun .full_overlay_modal .content {
	font-family: 'Sarabun', sans-serif;
	font-size: 16px;
}
.fontPrajad .full_overlay_modal .content {
	font-family: 'CSPraJad', serif;
	font-size: 21px;
}
.fontTaviraj .full_overlay_modal .content {
	font-family: 'Taviraj', serif;
}
.fontSarabun .full_overlay_modal .reporter {
	font-family: 'Sarabun', sans-serif;
}
.fontPrajad .full_overlay_modal .reporter {
	font-family: 'CSPraJad', serif;
	font-size: 20px;
}
.fontTaviraj .full_overlay_modal .reporter {
	font-family: 'Taviraj', serif;
}
/* Green Planet Css*/
.btn_survey_right_area {
	position: absolute;
	top: 0;
	right: 0;
	margin: 10px;
	/*background: rgba(132, 151, 255, 0.55);*/
	padding: 5px;
}
.total_tree_area {
	color: #fff;
	background: rgb(129, 189, 60);
	background: linear-gradient(180deg, rgba(129, 189, 60, 0.8267682072829132) 50%, rgba(84, 176, 78, 1) 92%);
	border: 3px solid #fff;
	border-radius: 15px;
	padding: 0px 10px;
	margin: 20px auto 20px auto;
	font-size: 40px;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.greenplanet_block_detail {
	margin: auto;
	width: 300px;
	padding-top: 30px;
	/*
	background-image: url('../../assets/image/greenplanet/logo-landing.png');
	background-repeat: no-repeat;
	background-size: 100%;
	opacity: 0.2;
	*/
}
.btn_change_layer {
	position: absolute;
	bottom: 20px;
}
.btn_change_layer .md-button {
	width: 45px;
	height: 45px;
	line-height: 45px;
	margin: 0px;
}
.btn_change_layer md-fab-actions {
	margin: 3px auto 3px auto;
}
.btn_change_layer md-fab-speed-dial.md-is-open md-fab-actions > .md-fab-action-item {
	margin: 3px auto 3px auto;
}
.btn_change_layer md-fab-actions > .md-fab-action-item > .md-button {
	background-color: rgba(250, 250, 250, 0.7);
}
.btn_change_layer md-fab-actions > .md-fab-action-item > .md-button.md-raised:not([disabled]) md-icon {
	color: rgb(63, 81, 181);
}
.btn_change_layer md-fab-actions > .md-fab-action-item > .md-button {
	line-height: 36px;
	width: 36px;
	height: 36px;
}
.btn_change_layer.switch-theme-layout {
	right: 15px;
}
.btn_change_layer.change-map-layer {
	right: 75px;
}
.btn_change_layer.switch-theme-layout .md-button, .btn_change_layer.switch-theme-layout .md-button:hover {
	background-color: rgb(16, 101, 25);
}
.btn_change_layer.change-map-layer md-fab-actions > .md-fab-action-item > button > md-icon {
	width: auto;
	height: auto;
	max-height: unset;
	max-width: unset;
}
.switch_theme_greenplanet {
	/*
	position: absolute;
    bottom: 15px;
    border-radius: 50%;
    background-color: white;
    padding: 6px;
    text-align: center;
    right: 15px;
	    width: 30px;
    height: 30px;
	*/
	position: absolute;
	bottom: 15px;
	border-radius: 50%;
	padding: 6px;
	text-align: center;
	right: 50px;
	width: 30px;
	height: 30px;
	bottom: 50px;
}
.btn_download_book_area {
	position: absolute;
	top: 0;
	left: 0;
	margin: 10px;
	/*background: #8ee69d;*/
	padding: 5px;
}
.labels_layer {
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	/*color : white;*/
	color: #243B0B;
}
.info_share_area {
	padding-right: 0px;
	text-align: right;
	margin: 0px;
	padding-left: 0px;
	padding-top: 7px;
}
.splash2020_background {
	background-image: url("../image/splash2020/splash2020bg.jpg");
	background-size: cover;
	background-position: bottom left;
	width: 100%;
	height: 100vh;
	padding: 15px;
}
.splash2020_background img {
	max-height: 100%;
	max-width: 100%;
}
.splash2020_background > .splash2020_foreground {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 10px solid rgba(255, 255, 255, 0.7);
	padding: 3%;
}
.splash2020_background > .splash2020_bow {
	position: absolute;
	top: 0;
	left: 0;
	width: 17%;
}
.splash2020_background > .splash2020_qr {
	position: absolute;
	bottom: 4%;
	right: 2%;
	width: 13%;
}
.splash2020_background > .splash2020_foreground > .splash2020text {
	text-align: center;
	padding-left: 32%;
	padding-top: 8%;
}
.splash2020_background > .splash2020_foreground > .splash2020text > img {
	width: 80%;
}
@media (max-width:1400px) {
	.splash2020_background > .splash2020_bow {
		width: 20%;
	}
	.splash2020_background > .splash2020_qr {
		position: absolute;
		bottom: 4%;
		right: 2%;
		width: 18%;
	}
	.splash2020_background > .splash2020_foreground > .splash2020text {
		padding-left: 37%;
		padding-top: 14%;
	}
	.splash2020_background > .splash2020_foreground > .splash2020text > img {
		width: 80%;
	}
}
.splash2020_background.splashmobile {
	background: linear-gradient( rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7)), url("../image/splash2020/splash2020bg.jpg");
	background-size: cover;
	background-position: center;
}
.splash2020_background.splashmobile > .splash2020_foreground > .splash2020text {
	padding: 0px;
	padding-top: 30%;
}
.splash2020_background.splashmobile > .splash2020_foreground > .splash2020text > img {
	width: 90%;
}
.splash2020_background.splashmobile > .splash2020_bow {
	width: 30%;
}
.splash2020_background.splashmobile .splash2020_qr {
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 30%;
}
.splash2020buttonarea {
	display: block;
}
.btn-splash2020 {
	background-color: #ef3438;
	padding: 0px 15px;
	line-height: 35px;
	color: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	border: none;
}
.btn-splash2020:hover {
	background-color: #c31d20;
	color: rgba(255, 255, 255, 0.9);
}

.btn-browngray {
	background-color: #b09c8c;
	padding: 0px 15px;
	line-height: 35px;
	color: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	border: none;
}
.btn-browngray:hover {
	background-color: #907d6d;
	color: rgba(255, 255, 255, 0.9);
}


/*============  Dust  ==============*/
.dust2020_background {
	background-image: url("../image/splashdust2020/splashdustBG.png");
	background-size: cover;
	background-position: bottom left;
	width: 100%;
	height: 100vh;
	padding: 15px;
}
.dust2020_background > .dust2020_foreground {
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 3%;
	text-align: center;
}
.dust2020_background > .dust2020_foreground > img {
	width: 800px;
	max-width: 100%;
	display: block;
	margin: 10% auto 15px auto;
}
@media (max-width:920px) {
	.dust2020_background > .dust2020_foreground > img {
		margin-top: 30%;
	}
}

/*============== splashscreen 1bg 1 img center all */
.splash_oneone_background {
	background-size: cover;
	background-position: bottom left;
	width: 100%;
	height: 100vh;
	display: table;
}
.splash_oneone_background > .splash_oneone_foreground {
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
	display: table-cell;
	vertical-align: bottom;
}
.splash_oneone_background > .splash_oneone_foreground > img.headmenuimage{
	width: auto;
	max-width: 95%;
	max-height: 30%;
	
}
.splash_oneone_background > .splash_oneone_foreground > img.bottomimage {
	width: auto;
	max-width: 100%;
	max-height: calc(70% - 66px);
	
}

/*desktop*/
.splash_oneone_background > .splash_oneone_foreground > img.headmenuimage.hidden-xs{
	width: auto;
	max-width: 80%;
	max-height: 30%;
	
}
/*desktop*/
.splash_oneone_background > .splash_oneone_foreground > img.bottomimage.hidden-xs{
	width: auto;
	max-width: 80%;
	max-height: calc(70% - 66px);
	
}

/*
.splash_oneone_background > .splash_oneone_foreground > img.hidden-xs {
	max-width: 90%;
}
*/


/*===== Splash 2 column indesktop || 2 Row in mobile ===== */
.pr-0{
	padding-right: 0px;
}
.pl-0{
	padding-left:0px;
}
.splashtopbottomArea{
	width:100%;
	height:100vh;
	float:left;
	
}
.splashtopbottomArea > .splashTop{
	height:40%;
	width:100%;
	float:left;
	display: block;
	padding:15px;
	text-align: center;
}

.splashtopbottomArea > div > img{
	max-width: 100%;
	max-height: 100%;
}
.splashtopbottomArea > .splashTop > img{
	max-height: 165px;
}

.splashtopbottomArea > .splashBottom{
	height:60%;
	width:100%;
	float:left;
	background-position: center bottom;
	background-size: contain;
    background-repeat: no-repeat;
}
@media (max-width:991px) and (min-height:500px){
	.splashtopbottomArea{
		width:100%;
		height:50vh;
		float:left;
		padding:15px;
	}
	.splashtopbottomArea > .splashTop{
		height:100%;
		width:100%;
		float:left;
		display: block;
		padding:15px;
		text-align: center;
		position: absolute;
		top:0;
		left:0;
		z-index: 3;
	}

	.splashtopbottomArea > div > img{
		max-width: 100%;
		max-height: 100%;
	}
	.splashtopbottomArea > .splashTop > img{
		max-height: 165px;
	}

	.splashtopbottomArea > .splashBottom{
		height:100%;
		width:100%;
		position: absolute;
		top:0;
		left:0;
		background-position: center bottom;
		background-size: contain;
		background-repeat: no-repeat;
		z-index: 1;
		opacity: 0.2;
	}
}

/*===== End Splash 2 column indesktop || 2 Row in mobile===== */


.btn-icon-left {
	padding: 0px 15px;
	line-height: 35px;
	color: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	border: none;
}
.btn-icon-left i {
	margin-left: -15px;
	background-color: rgba(0, 0, 0, 0.1);
	height: 36px;
	width: 36px;
	vertical-align: top;
	font-size: 20px;
	line-height: 36px;
	margin-right: 8px;
}
.tow_lens .btn_to_dust_detail {
	top: 85px;
	width: 100%;
	position: absolute;
	padding: 5px 15px;
	background-color: rgba(0, 0, 0, 0);
}
.tow_lens .btn_to_add_nexus {
	top: 85px;
	width: 100%;
	position: absolute;
	padding: 5px 15px;
	background-color: rgba(0, 0, 0, 0);
}
.tow_lens .btn_to_add_post {
	top: 130px;
	width: 100%;
	position: absolute;
	padding: 5px 15px;
	background-color: rgba(0, 0, 0, 0);
}
.tow_lens .btn_to_nexus_detail {
	top: 85px;
	width: 100%;
	position: absolute;
	padding: 5px 15px;
	background-color: rgba(0, 0, 0, 0);
}
/*=========  Protect Dust  =========*/
.dust-bg {
	background-color: #e6e6e6;
	padding: 10px;
	border-radius: 40px;
	margin-bottom: 20px;
}
.dust-head {
	text-align: right
}
.dust-line {
	text-align: left;
	border-left: 3px dashed #b1b1b1;
	overflow: hidden;
	position: relative;
}
.dust-line .fb-video {
	height: auto;
	width: 100%;
}
@media (max-width:920px) {
	.dust-head {
		text-align: center
	}
	.dust-line div {
		height: 500px;
		width: 100%;
	}
	.dust-line iframe {
		height: 100%;
		width: 100%;
	}
}
.tow_lens .tools_area .datechoose_area_dust {
	display: inline-block;
	width: calc(100% - 50px);
	padding: 0px 15px;
}
/*============  Mark  ==============*/
.mark2020_background {
	background-image: url("../image/splashscreenmask/splashmarkBG.jpg");
	background-size: cover;
	background-position: bottom left;
	width: 100%;
	height: 100vh;
	padding: 15px;
}
.mark2020_background > .mark2020_foreground {
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 3%;
	text-align: center;
}
.mark2020_background > .mark2020_foreground > img {
	width: 1000px;
	max-width: 100%;
	display: block;
	margin: 0% auto 15px auto;
}
@media (max-width:1400px) {
	.mark2020_background > .mark2020_foreground > img  {
		width: 600px;
	}
}
@media (max-width:768px) {
	.mark2020_background > .mark2020_foreground  {
		margin-top: 10%;
		height: auto;
	}
}
@media (max-width:576px) {
	.mark2020_background > .mark2020_foreground  {
		margin-top: 20%;
		height: auto ;
	}
}

/*------------ modal dust level detail -----------------*/
.levelDetail-row1 {
	text-align: center;
	background-color: #a4e25f;
}
.levelDetail-row2 {
	text-align: center;
	background-color: #fee050;
}
.levelDetail-row3 {
	text-align: center;
	background-color: #ffa961;
}
.levelDetail-row4 {
	text-align: center;
	background-color: #ff7777;
	color: #FFFFFF;
}
.levelDetail-row5 {
	text-align: center;
	background-color: #b382c7;
	color: #FFFFFF;
}
.levelDetail-row6 {
	text-align: center;
	background-color: #b27b8c;
	color: #FFFFFF;
}
.table-csite.table-levelDetail > thead > tr > th {
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: inherit;
	color: #000000;
}
.table-csite.table-levelDetail > thead > tr > th:nth-of-type(n + 1):nth-of-type(-n + 2) {
	width: 125px;
}
.table-csite.table-levelDetail > tbody > tr > td {
	vertical-align: inherit;
}
.table_detail_color_level td {
	text-align: center;
	padding: 5px 10px 5px 10px;
}
.dust_us_color_level_1 {
	background-color: #a4e25f;
}
.dust_us_color_level_2 {
	background-color: #fee050;
}
.dust_us_color_level_3 {
	background-color: #ffa961;
}
.dust_us_color_level_4 {
	background-color: #ff7777;
}
.dust_us_color_level_5 {
	background-color: #b382c7;
}
.dust_us_color_level_6 {
	background-color: #b27b8c;
}
.dust_th_color_level_1 {
	background-color: #35ccfd;
}
.dust_th_color_level_2 {
	background-color: #92d153;
}
.dust_th_color_level_3 {
	background-color: #feff1e;
}
.dust_th_color_level_4 {
	background-color: #ff9f0e;
}
.dust_th_color_level_5 {
	background-color: #ff3538;
}
/*
.table-levelDetail> tbody > tr > td:nth-of-type(0):nth-last-of-type(1) {
	text-align: center;
	width: 50px;
}
.table-levelDetail > tbody > tr > td:nth-last-of-type(2):nth-last-of-type(4) {
	text-align: center;
	width: 100px;
}

.table-levelDetail > tbody > tr > td:nth-last-of-type(n+4):nth-last-of-type(-n+5) {
	text-align: center;
	width: 100px;
}
*/
.tow_lens .tools_area.tools_and_clienticon{
	    height: 100px;
}
.client_icon{
	width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    height: 50px;
    background-color: #fff;
    margin-left: -15px;
    padding: 5px;
}

.client_icon .clientimage{
	display:inline-block;
	height:100%;
}
.client_icon .clientimage > img{
	height:100%;
	width:auto;
}

.client_icon_mobile{
	width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    height: 40px;
    background-color: #fff;
    margin-left: 0px;
    padding: 5px;
}

.client_icon_mobile .clientimage{
	display:inline-block;
	height:100%;
}
.client_icon_mobile .clientimage > img{
	height:100%;
	width:auto;
}

/*===== nexus ans list area =====*/
.btn_to_nexus_detail.btn_nexus_ans_list {
		margin-top: 110px;
		right: 0px;
		width: auto !important;
		top: 30px !important;
	}




.addbtninbottommap{
	bottom: 51px;
    right: 35%;
    margin:0 17px 0 0;
}

@media (max-width: 993px) {
	.addbtninbottommap{
		bottom: 20%;
		right: 0;
		margin:0 17px 17px 0;
	}
}

.right_area.w100 + .mapPinDetail{
	display: none;
}

.right_area.w100 + .mapPinDetail + .addbtninbottommap{
	display: none;
}
