/*
@font-face {
  font-family: Kanit;
  src: url( "../font/Kanit-Regular.ttf");
}
@font-face {
  font-family: Kanit;
  src: url( "../font/Kanit-Italic.ttf");
  font-style: italic;
}
@font-face {
  font-family: Kanit;
  src: url( "../font/Kanit-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: Kanit;
  src: url( "../font/Kanit-BoldItalic.ttf");
	font-style: italic;
  font-weight: bold;
}
*/
@font-face {
  font-family: Kittithada;
  src: url( "../font/PSL245pro.otf");
}
html {
	scroll-behavior: smooth;
}
::-webkit-scrollbar-track {
	background-color: #F5F5F5;
}
::-webkit-scrollbar {
	width: 4px;
	height: 7px;
	background-color: #F5F5F5;
}
::-webkit-scrollbar:hover {
	height: 10px;
}
::-webkit-scrollbar-thumb {
	background-color: #1b526f;
}
:root {
	font-size: 16px
}
html {
	min-height: 100vh;
	min-height: calc(var(--vh, 1vh) * 100);
	height: unset;
}
body {
	/* font-family: 'Pridi', sans-serif; */
	/* font-family: 'Trirong', sans-serif; */
/*	font-family: 'Kanit', sans-serif;*/
	/* font-family: 'Sarabun', sans-serif;*/
	font-family: sans-serif;
	font-size: 16px;
	line-height: 1.3;
	color: #333;
	    padding-bottom: 100px;
/*
	background-image: url("../image/headmenu/bg-map.png");
	background-repeat: repeat-y;
	background-position: center;
	background-size: contain;
*/
  background-color: #f9f9f9;
	margin: 0px;
	min-height: 100vh;
	min-height: calc(var(--vh, 1vh) * 100);
	/*padding-bottom: 70px;*/
}
.bgmapareacontainer {
/*
	background-image: url("../image/headmenu/bg-map.png");
	background-repeat: repeat-y;
	background-position: center;
	background-size: contain;
*/
  background-color: rgb(27 82 111 / 12%);
}
img.imgmax100 {
	max-width: 100%;
}
nav.navbar {
	background-color: #1b526f;
	border: none;
}
nav.navbar-default .navbar-nav > li > a {
	color: rgba(255, 255, 255, 0.6);
	padding-left: 9px;
	padding-right: 9px;
}
nav.navbar-default .navbar-nav > li.active > a, nav.navbar-default .navbar-nav > li.active > a:focus {
	color: rgba(255, 255, 255, 1);
	background: rgba(0, 0, 0, 0.1);
}
nav.navbar-default .navbar-nav > li > a:hover, nav.navbar-default .navbar-nav > li > a:focus {
	color: rgba(255, 255, 255, 0.8);
	background: rgba(0, 0, 0, 0.1);
}
nav.navbar-default .navbar-nav > li.active > a:hover {
	color: rgba(255, 255, 255, 1);
	background: rgba(0, 0, 0, 0.1);
}
nav.navbar-default > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:active {
	color: rgba(255, 255, 255, 0.8) !important;
	background: rgba(0, 0, 0, 0.1) !important;
	background-color: rgba(0, 0, 0, 0.1) !important;
}
nav.navbar.nav-no-bg {
	background-image: url("../image/headmenu/bgheadnobg.png");
	background-repeat: repeat-x;
	background-size: contain;
	background-color: transparent;
}
nav.navbar-default.nav-no-bg .navbar-nav > li > a {
	color: rgba(255, 255, 255, 0.6);
	padding-bottom: 6px;
}
nav.navbar-default.nav-no-bg .navbar-nav > li.active > a, nav.navbar-default.nav-no-bg .navbar-nav > li.active > a:focus {
	color: rgba(255, 255, 255, 1);
	background: rgba(0, 0, 0, 0);
	border-bottom: 2px solid #fff;
}
nav.navbar-default.nav-no-bg .navbar-nav > li > a:hover, nav.navbar-default.nav-no-bg .navbar-nav > li > a:focus {
	color: rgba(255, 255, 255, 0.8);
	background: rgba(0, 0, 0, 0);
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
nav.navbar-default.nav-no-bg .navbar-nav > li.active > a:hover {
	color: rgba(255, 255, 255, 1);
	background: rgba(0, 0, 0, 0);
	border-bottom: 2px solid #fff;
}
nav.navbar-default.nav-no-bg > .open > a, .navbar-default.nav-no-bg .navbar-nav > .open > a:focus, .navbar-default.nav-no-bg .navbar-nav > .open > a:hover, .navbar-default.nav-no-bg .navbar-nav > .open > a:active {
	color: rgba(255, 255, 255, 0.8);
	background: rgba(0, 0, 0, 0);
	border-bottom: 0px;
}
nav.navbar .navbar-brand {
	padding: 9px;
}
nav.navbar .navbar-brand > img {
	height: 100%;
	width: auto;
}
.slide-home-csite .carousel-inner > .item {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.slide-news-csite .carousel-inner > .item {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	/*background-color: #d6e5ec;*/
	background-color: #ffffff;
}
.navbar-toggle {
	float: left;
	margin-left: 30px;
}
.navbar .navbar-header > .navbar-toggle.collapsed {
	border-color: #fff;
	padding: 7px 8px;
	margin-right: 5px;
	background-color: rgba(0, 0, 0, 0.2);
}
.navbar .navbar-header > .navbar-toggle.collapsed .icon-bar {
	background-color: #fff;
}
.nav.navbar-nav ul.dropdown-menu {
	background-color: #1b526f;
	min-width: 150px;
	color: #fff !important;
}
.nav.navbar-nav ul.dropdown-menu > li > a {
	padding: 6px 15px;
	color: #fff !important;
}
.nav.navbar-nav ul.dropdown-menu > li > a:focus, .nav.navbar-nav ul.dropdown-menu > li > a:hover {
	background-color: #0f3c54;
	color: #fff;
}
.modal-submenu + .modal-backdrop {
	opacity: 0.85;
}
.modal-submenu .modal-content {
	background-color: transparent;
	box-shadow: none;
	border: none;
}
.modal-submenu .modal-content > .modal-header {
	border: none;
}
.modal-submenu .modal-content > .modal-header > .close {
	font-size: 40px;
	color: #fff;
}
.submenumodal {
	width: 100%;
	cursor: pointer;
	margin-top: 15px;
	opacity: 0.9;
	filter: grayscale(40%);
	transition: all 0.5s ease-in-out;
	background-color: #1b526f;
	border-radius: 1.5rem;
    overflow: hidden;
}
.submenumodal > img {
	width: 100%;
}
.submenumodal:hover {
	opacity: 1;
	filter: grayscale(0%);
}
.menudropright {
  	padding-top: 12px !important;
	padding-bottom: 13px !important;
}
.navbar-default .navbar-nav > .open > a.menudropright {
	background-color: #1b526f;
}
/************
 * DOCS MENU
 ************/
.md-sidenav-left, md-sidenav {
	z-index: 1030;
}
.site-sidenav {
	background-color: #286788;
}
md-sidenav > md-content {
	background-color: #286788;
}
.site-sidenav, .site-sidenav.md-locked-open-add-active, .site-sidenav.md-locked-open {
	width: 272px;
	min-width: 272px;
	max-width: 272px;
}
.site-sidenav > * {
	min-width: 218px;
}
.docs-menu, .docs-menu ul {
	list-style: none;
	padding: 0;
	max-width: 100%;
	overflow-x: hidden;
	margin-bottom: 0px;
	background-color: #296788;
}
ul.docs-menu li {
	margin: 0;
}
.docs-menu > li:nth-child(1) {
	border-top: none;
}
.md-whiteframe-glow-z1 {
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.14), 0 0 2px 2px rgba(0, 0, 0, 0.098), 0 0 5px 1px rgba(0, 0, 0, 0.084);
}
.docs-menu > li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.docs-menu .md-button {
	border-radius: 0;
	color: white;
	cursor: pointer;
	display: block;
	align-items: inherit;
	line-height: 40px;
	margin: 0;
	max-height: 40px;
	overflow: hidden;
	padding: 0 16px;
	text-align: left;
	text-decoration: none;
	white-space: normal;
	width: 100%;
}
html[dir=rtl] .docs-menu .md-button, body[dir=rtl] .docs-menu .md-button {
	unicode-bidi: embed;
	text-align: right;
}
.docs-menu .md-button:hover, .docs-menu .md-button:focus {
	background: #286788 !important;
}
.docs-menu .md-button md-icon {
	color: white;
}
.docs-menu md-select {
	/* Override md-select margins.  With margins the menu will look incorrect and causes mobile list
    to not be scrollable.
  */
	margin: 0;
	width: 100%;
}
.docs-menu md-select md-select-label {
	justify-content: flex-end;
	padding-top: 10px;
}
.docs-menu md-select md-select-label span {
	margin-right: auto;
	padding-left: 13px;
}
.docs-menu md-select .md-select-icon {
	margin-right: 28px;
}
.docs-menu button.md-button::-moz-focus-inner {
	padding: 0;
}
.docs-menu .md-button.active {
	/*background: #d3795e;*/
	background-color: #d3795e !important;
}
.menu-heading {
	display: block;
	line-height: 32px;
	margin: 0;
	padding: 8px 16px 0;
	text-align: left;
	width: 100%;
	color: white;
	font-weight: 700;
	font-size: 15px;
}
html[dir=rtl] .menu-heading, body[dir=rtl] .menu-heading {
	unicode-bidi: embed;
	text-align: right;
}
.menu-heading + .menu-nested-list > li a > i.far {
	font-size: 10px;
}
.menu-toggle-list {
	overflow: hidden;
	position: relative;
	z-index: 1;
	height: 0;
}
.docs-menu .menu-toggle-list a.md-button {
	display: block;
	padding: 0 16px 0 32px;
	text-transform: none;
	text-rendering: optimizeLegibility;
	font-weight: 500;
}
.parent-list-item:last-child {
	/*  margin-bottom: 20px;*/
	/* Prevent the hidden License link from causing a double bottom-border */
	border-bottom: none;
}
.md-button-toggle .md-toggle-icon {
	display: block;
	margin-left: auto;
	speak: none;
	vertical-align: middle;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.md-button-toggle .md-toggle-icon.toggled {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.md-button-toggle > div > i {
	line-height: 40px;
	padding-right: 5px;
}
.parent-list-item > menu-toggle > .md-button-toggle .svg-inline--fa {
	height: unset;
	margin-right: 6px;
}
/* End Docs Menu */
.carousel.slide > .carousel-inner > .item > img {
	width: 100%;
}
.carousel.slide > .carousel-inner > .item > .carousel-caption {
	    font-size: 1.5rem;
  background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0.7rem;
}
@media only screen and (max-width: 768px) {
	.carousel.slide > .carousel-inner > .item > .carousel-caption {
		font-size: 1.2rem;
	}
	.slide-home-csite .carousel-inner > .item > img {
		height: 450px;
	}
	.slide-hottopic-csite .carousel-inner > .item > img {
		height: 450px;
	}
}
.mt-1 {
	margin-top: 1rem;
}
.mt-2 {
	margin-top: 2rem;
}
.mt-3 {
	margin-top: 3rem;
}
.mt-6 {
	margin-top: 6rem;
}
.mb-05 {
	margin-bottom: 0.5rem;
}
.mb-1 {
	margin-bottom: 1rem;
}
*:focus {
	outline: none !important;
}
.md-button {
	font-size: 0.9rem;
	border-radius: 0px;
	margin: 0;
}
.bg-purple {
	background-color: #286788 !important;
	color: #fff;
}
.bg-dark-purple {
	background-color: #1b526f !important;
	color: #fff;
}
.bg-orange {
	background-color: #EC8E20 !important;
	color: #fff;
}
.bg-green {
	background-color: #00A79B !important;
	color: #fff;
}
.bg-dark-gray {
	background-color: #717171 !important;
	color: #fff;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.btn-icon-split {
	padding: 0;
	overflow: hidden;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1rem;
	min-height: unset;
	min-width: unset;
}
.btn-icon-split .icon {
	background: rgba(0, 0, 0, .15);
	display: inline-block;
	padding: .375rem .75rem
}
.btn-icon-split .text {
	display: inline-block;
	padding: .375rem .75rem
}
.btn-group-sm > .btn-icon-split.btn .icon, .btn-icon-split.btn-sm .icon {
	padding: .25rem .5rem
}
.btn-group-sm > .btn-icon-split.btn .text, .btn-icon-split.btn-sm .text {
	padding: .25rem .5rem
}
.btn-group-lg > .btn-icon-split.btn .icon, .btn-icon-split.btn-lg .icon {
	padding: .5rem 1rem
}
.btn-group-lg > .btn-icon-split.btn .text, .btn-icon-split.btn-lg .text {
	padding: .5rem 1rem
}
button:disabled {
	-webkit-filter: grayscale(0.5);
	filter: grayscale(0.7);
	cursor: not-allowed !important;
	opacity: 0.5;
	color: rgba(255, 255, 255, 1) !important;
}
.foot-action-area-overlay {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 8px 15px;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 12;
	text-align: center;
}
/*==== 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 ======*/
/*=============== headlin info line */
.info-head {
	overflow: hidden;
	text-align: center;
	font-size: 2.5rem;
}
.info-head:before, .info-head:after {
	background-color: #333;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}
.info-head:before {
	right: 0.5em;
	margin-left: -50%;
}
.info-head:after {
	left: 0.5em;
	margin-right: -50%;
}
@media (max-width: 767px) {
	.info-head {
		font-size: 1.5rem;
	}
}
.info-head-contentpage {
	font-size: 1.6rem;
	line-height: 2rem;
	margin-bottom: 1rem;
}
.backbtn-in-contentpage {
	color: #0c3c54;
	display: inline-block;
	vertical-align: top;
}
.backbtn-in-contentpage:hover {
	color: #1b526f;
}
.info-head-contentpage > .contantpage-headlinetext {
	display: inline-block;
	width: calc(100% - 3.5rem);
}
/*=============== End headlin info line */
@media (max-width: 959px) and (min-width: 600px) {
	.insmallwidth100 {
		width: 100%;
	}
}
.border-right-gradient-black {
	border-right: 2px solid;
    border-image: radial-gradient(rgb(68 68 68), rgb(249 249 249)) 1;
}
@media (max-width: 959px) {
  .feature-area-outline .border-right-gradient-black:nth-last-child(1) {
    border: none;
	}
}
.feature-area-outline > .layout-row.flex-50:nth-last-child(1) .border-right-gradient-black:nth-last-child(1) {
  border: none;
}
.feature-area {
	text-align: center;
}
.feature-area > .feature-image {
	width: 100%;
}
.feature-area > .feature-image > img {
	max-width: 100%;
	width: 100%;
}
.feature-area > .feature-text {
/*
	margin-top: -25px;
	position: relative;
*/
}
.feature-area > .feature-text > h4 {
/*
	background-color: rgb(12, 60, 84);
	padding: 5px 5px;
	color: #fff;
	border-radius: 0.4rem;
*/
}
.feature-area > .feature-text > p {
	padding: 0px;
	font-size: 0.9rem
}
.feature-area > .feature-text > .storeicon-feature {
	text-align: center;
}
.feature-area > .feature-text > .storeicon-feature img {
  	width: 150px;
	max-width: 100%;
	margin-bottom: 5px;
}
.home-hilight-image {
	padding: 0;
}
.home-hilight-image img {
	width: 100%;
	min-width: 100%;
}
.home-hilight-content {
	width: 100%;
	color: #FFFFFF;
	padding: 0;
}
.home-hilight-content > .headline {
	background-color: #0c3c54;
	padding: 0.5rem 1rem;
	font-size: 1.2rem;
	font-weight: 500;
}
.home-hilight-content > .content {
	background-color: #e8e8e8;
	padding: 0.5rem 1rem;
}
.home-hilight-content > .navigate-hilight {
	background-color: #0c3c54;
	padding: 0.5rem 1rem;
	cursor: pointer;
	text-align: center;
}
.home-hilight-content > .navigate-hilight:hover {
	background-color: #1b526f;
}
.news-thumbnail-area {
	width: 100%;
	margin-bottom: 30px;
	border-radius: 1rem;
    overflow: hidden;
	background-color: #dadada;
/*	background-color: #e8e8e8;*/
}
.news-thumbnail-area.thumbnailmorebtn {
	background-color: transparent;
	cursor: pointer;
}
.news-thumbnail-area.thumbnailmorebtn:hover {
	opacity: 0.8;
}
.news-thumbnail-area > .image {
	width: 100%;
/*	background-color: #1b526f;*/
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.news-thumbnail-area > .image > img {
	width: 100%;
	max-width: 100%;
}
.news-thumbnail-area > .text {
	width: 100%;
	background-color: #e8e8e8;
	text-align: center;
	padding: 0.4rem;
	font-size: 0.9rem;
	line-height: 1.2rem;
    height: 4.0rem;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	margin: 0 auto;
	position: relative;
}
.news-thumbnail-area > .button-navigate {
	width: 100%;
}
.news-thumbnail-area > .button-navigate .groupX {
	width: 50%;
}
.news-thumbnail-area > .reporter-profile {
	vertical-align: middle;
    text-align: center;
    margin: -1.7rem auto 0px auto;
    width: 80%;
    border-radius: 2rem;
    padding: 0.3rem;
}
.news-thumbnail-area > .reporter-profile > .profileimage {
	border-radius: 50%;
    width: 2.5rem;
	height: 2.5rem;
    overflow: hidden;
    box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 0.2);
    display: inline-block;
    vertical-align: middle;
	background-position: top center;
	background-size: cover;
}
.news-thumbnail-area > .reporter-profile > .profileimage > img {
  width: 100%;
}
.news-thumbnail-area > .reporter-profile > .profilenametext {
    font-size: 0.8rem;
    color: #636363;
    margin-top: 3px;
    text-overflow: ellipsis; 
overflow: hidden; 
white-space: nowrap;
/*
    display: inline-block;
    vertical-align: middle;
    background-color: rgba(255,255,255,0.8);
    padding: 3px 8px 3px 15px;
    border-radius: 6px;
    margin-left: -15px;
*/
}
.content-hilight-area {
	width: 100%;
	float: left;
	height: 400px;
	overflow: hidden;
	position: relative;
}
.content-hilight-area > .image-and-headline {
	width: 60%;
	display: inline-block;
	float: left;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
.content-hilight-area > .image-and-headline > .headline {
	position: absolute;
	width: 60%;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	font-size: 1.3rem;
	padding: 6px;
	white-space: nowrap;
}
.content-hilight-area > .image-and-headline > .headline:before {
	display: inline-block;
	background-image: url(../image/newsfeed/iconhilight.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 2.5rem;
	height: 3.45rem;
	content: "";
	vertical-align: middle;
}
.content-hilight-area > .image-and-headline > .headline > .text {
	font-size: 1.3rem;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: calc(100% - 2.9rem)
}
.content-hilight-area > .hilightcontent {
	width: 40%;
	display: inline-block;
	float: left;
	height: 100%;
	color: #fff;
}
.content-hilight-area > .hilightcontent > .detail {
	background-color: #e8e8e8;
	padding: 1rem;
	height: calc(100% - 4.2rem);
	overflow: auto;
	color: #333;
}
.content-hilight-area.questionnaire-list > .hilightcontent > .detail {
	height: calc(100% - 4.2rem);
}
.content-hilight-area > .hilightcontent > .datetime {
	background-color: #0c3c54;
	padding: 0.5rem;
	font-size: 0.8rem;
}
.content-hilight-area > .hilightcontent > .auditor {
	background-color: #1b526f;
	padding: 0.2rem 0.5rem;
	font-size: 0.8rem;
}
.content-hilight-area > .hilightcontent > .auditor > .profile-auditor {
	height: 1.8rem;
	width: 1.8rem;
	display: inline-block;
	vertical-align: middle;
}
.content-hilight-area > .hilightcontent > .auditor > .profile-auditor > img {
	height: 100%;
	width: 100%;
	border-radius: 50%;
    object-fit: cover;
}
.content-hilight-area > .hilightcontent > .auditor > .name-auditor {
	display: inline-block;
	vertical-align: middle;
}
.listthumbnail .auditor > .profile-auditor {
	display: inline-block;
	width: 2rem;
	height: 2rem;
}
.listthumbnail .auditor > .profile-auditor > img {
	display: inline-block;
	width: 100%;
	height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.listthumbnail .auditor > .name-auditor {
	display: inline-block;
}
.content-hilight-area.questionnaire-list > .hilightcontent > .questionnaire-btn-area {
	height: 4.2rem;
	background-color: #dae5ea;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	padding: 1.2rem 0.5rem;
/*	padding: 1.2rem;*/
	text-align: center;
}
.thumbnail-area {
	width: 100%;
	background-color: #dadada;
	float: left;
}
.thumbnail-area > .headline {
	background-color: #0c3c54;
	color: #FFFFFF;
	font-size: 1.2rem;
	padding: 0px 0px 0px 15px;
	float: left;
	width: 100%;
	line-height: 34px;
}
.thumbnail-area > .headline.headline_searchresult {
	background-color: #bdbdbd;
    color: #585858;
	font-size: 1rem;
	line-height: 30px;
}
.thumbnail-area > .headline.headline_searchresult .search_result_text {}
.thumbnail-area > .headline.headline_searchresult .search_result_text .close_btn_searchresult {
  color: rgba(255, 255, 255, 0.6);
	cursor: pointer;
}
.thumbnail-area > .headline.headline_searchresult .search_result_text .close_btn_searchresult:hover {
  color: rgba(255, 255, 255, 0.9);
}
.thumbnail-area > .headline > .btn-group {
	float: right;
}
.thumbnail-area > .headline > .btn-group > button {
	float: left;
}
.thumbnail-area > .headline > .btn-group > button.active {
	box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
	background-color: #4a4a84 !important;
}
.thumbnail-area > .listthumbnail {
	float: left;
	width: 100%;
}
.thumbnail-area > .listthumbnail > .thumbnail-set {
	float: left;
	cursor: pointer;
	width: 100%;
	padding: 15px 0px;
}
.thumbnail-area > .listthumbnail > .thumbnail-set:nth-of-type(odd) {
	background-color: #e8e8e8;
}
.thumbnail-area > .listthumbnail > .thumbnail-set:hover {
	box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.4);
	transition: box-shadow 0.3s ease-in-out;
}
.listthumbnail .image-thumbnail {
	width: 100%;
	background-repeat: no-repeat;
	/*background-size: contain;*/
	background-size: cover;
	background-position: center center;
}
.listthumbnail .image-thumbnail > img {
	width: 100%;
}
.listthumbnail .headline {
	font-size: 1.4rem;
	margin-bottom: 0.5rem;
}
.listthumbnail .newsshortdetail {
	font-size: 1rem;
	line-height: 1.3rem;
	max-height: 6.2rem;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	margin: 0 auto;
	margin-bottom: 0.5rem;
	padding: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
}
.listthumbnail .hashtag-name {
	font-size: 0.8rem;
	margin-bottom: 0.5rem;
}
hr.news-line-purple {
	margin: 0.5rem 0;
	border: 1px solid #b6c5ce;
}
.listthumbnail .auditor {
	width: 100%;
}
.listthumbnail .auditor > .profile-auditor {
	display: inline-block;
	width: 2rem;
	height: 2rem;
}
.listthumbnail .auditor > .profile-auditor > img {
	display: inline-block;
	width: 100%;
	height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.listthumbnail .auditor > .name-auditor {
	display: inline-block;
}
/*====== NEWS DETAIL PAGE ==========*/
.news-content-area {
	background-color: #e8e8e8;
	padding-top: 15px;
	padding-bottom: 15px;
}
.news-content-hashtag {
	background-color: #e8e8e8;
	padding-top: 15px;
	padding-bottom: 15px;
}
.news-content-hashtag > a {
	background-color: rgba(255, 255, 255, 0.4);
	color: #1b526f;
	font-size: 0.8rem;
	line-height: 0.8rem;
	padding: 5px 10px;
	margin-right: 10px;
}
.news-content-hashtag > a:hover {
	background-color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
}
.news-content-date-editor {
	background-color: #d2d2d2;
	padding: 0px;
	font-size: 0.8rem;
	vertical-align: middle;
}
.news-content-date-editor > .datetime {
	display: inline-block;
	float: left;
	line-height: 2rem;
	padding-left: 15px;
}
.news-content-date-editor > .editor-profile {
	display: inline-block;
	float: right;
	height: 2rem;
	background-color: rgba(255, 255, 255, 0.6);
}
.news-content-date-editor > .editor-profile > .profileimage {
	display: inline-block;
	height: 2rem;
	float: left;
}
.news-content-date-editor > .editor-profile > .profileimage > img {
	height: 100%;
}
.news-content-date-editor > .editor-profile > .name {
	display: inline-block;
	height: 2rem;
	float: left;
	line-height: 2rem;
	color: #1b526f;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
}
.news-content-date-editor > .editor-profile > .name:hover {
	color: #286787;
}
.news-content-date-editor > .editor-profile > .followbtn {
	display: inline-block;
	background-color: #1b526f;
	height: 2rem;
	float: left;
	line-height: 2rem;
	padding-left: 5px;
	padding-right: 5px;
	color: #fff;
	cursor: pointer;
}
.news-content-date-editor > .editor-profile > .followbtn:hover {
	background-color: #286787;
}
.news-content-map {
	padding: 0px;
}
.news-content-social {
	background-color: #1b526f;
	padding: 0px;
}
.news-content-social > .viewcount {
	display: inline-block;
	float: left;
	line-height: 2rem;
	padding-left: 15px;
	color: #fff;
	font-size: 1rem;
}
.news-content-social > .socialbtnarea {
	float: right;
}
.news-content-social > .socialbtnarea > .socialbtn {
	display: inline-block;
	background-color: #1b526f;
	height: 2rem;
	float: left;
	line-height: 2rem;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	cursor: pointer;
	font-size: 0.8rem;
	border-left: 1px solid #1b526f;
	border-right: 1px solid #1b526f;
}
.news-content-social > .socialbtnarea > .socialbtn:hover {
	background-color: #286787;
}
.news-content-comment {
	background-color: #e8e8e8;
}
.news-content-comment > .reviewarea {
	padding: 15px;
}
.news-content-comment > .reviewarea > .media .media-heading {
	background-color: #d2d2d2;
	padding: 2px 5px;
	font-size: 1rem;
	color: #0c3c54;
	text-align: center;
	border-radius: 0px 0px 5px 5px;
}
.news-content-comment > .reviewarea > .media img.media-object {
	width: 100%;
	min-width: 100px;
	border-radius: 5px 5px 0px 0px;
}
.news-content-comment > .reviewarea > .media .buttonareacomment {
	margin-top: 0.6rem;
}
.news-content-comment > .reviewarea > .media .media-body {
	vertical-align: middle;
}
.news-content-comment:nth-of-type(odd) {
	background-color: #d2d2d2;
}
.news-content-comment.pastcomment > .reviewarea > .media img.media-object {
	border-radius: 100%;
	border: 4px solid rgba(255, 255, 255, 0.4);
}
.news-content-comment.pastcomment > .reviewarea > .media .media-heading {
	border-radius: 0px;
	border-radius: 15px;
	text-align: left;
	padding: 5px 15px;
	width: fit-content;
}
.news-content-btnmap {
	background-color: #d2d2d2;
	padding: 0px;
}
.news-content-btnmap > .btnmaparea {
	margin-bottom: 2px;
}
.news-content-btnmap > .btnmaparea > .btnmap {
	display: inline-block;
	background-color: #1b526f;
	height: 2rem;
	line-height: 2rem;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	cursor: pointer;
	font-size: 0.8rem;
  	width: 100%;
	text-align: center;
}
.news-content-btnmap > .btnmaparea > .btnmap:hover {
	background-color: #286787;
}
/*====== 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;
}
/*====== END NEWS DETAIL PAGE ==========*/
/*============ Explore Css ============*/
.top_area {
	width: 100%;
	height: 50px; 
	background-color: #1b526f;
	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% - 50px); /*for show header*/
	display: inline-block;
	float: left;
	padding-top: 0px;
}
.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);
	margin-top: -45px
}
.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_explore {
	position: sticky;
	position: -webkit-sticky;
	bottom: 105px;
	padding-left: 15px;
	text-align: center;
}
.tow_lens .tools_switch_theme_area > .btn_area, .tow_lens .tools_switch_theme_area_explore > .btn_area {
	width: 35px;
	height: 35px;
	/*line-height: 35px;*/
	line-height: 38px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
}
.tow_lens .tools_switch_theme_area > .btn_area > .fa-map, .tow_lens .tools_switch_theme_area_explore > .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: 0px;
}
.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::-webkit-scrollbar {
	width: 0px;
}
.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: #e8e8e8;
	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 - 350px);
	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%;
	    background-color: #e2e2e2;
}
.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;
}
.full_overlay_modal.announce_modal .slide-news-csite .carousel-inner > .item {
	height: calc(100vh - 210px);
	background-color: #514e4e;
}
.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: #1b526f;
}
@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;
	}
	.btn_to_dust_detail.btndustDetail {
		margin-top: 50px;
		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: 30px;
		right: 0px;
		width: auto !important;
		top: 30px !important;
	}
	.detailpincolorarea.desktopdetailpin {
		display: none;
	}
	.btnCircleFixed.btnaddpm25 {
		bottom: 25%;
	}
	.addbtninbottommap {
		bottom: 20%;
		right: 0;
    		margin: 0 17px 17px 0;
	}
}
/*end @media screen and (max-width: 992px) */
.right_area.w100 + .mapPinDetail {
	display: none;
}
.right_area.w100 + .mapPinDetail + .addbtninbottommap {
	display: none;
}
.mapPinDetail {
	position: absolute;
	bottom: 100px;
	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;
}
/*
.mapPinDetail.maskDetail {
	top: 135px;
	bottom: unset !important;
}
*/
/*========== End Explore Css ============*/
/*========== CSITE TABS ============*/
.csite-tabs md-tabs-canvas {
	background-color: #e8e8e8;
}
.csite-tabs md-tabs-canvas .md-tab:hover {
	background-color: #cecece;
}
.csite-tabs md-tabs-canvas .md-tab.md-active {
	background-color: #1b526f;
	color: #fff;
}
.csite-tabs md-tabs-canvas .md-tab.md-active:hover {
	background-color: #1b526f;
}
md-tabs.csite-tabs.md-default-theme md-ink-bar, md-tabs.csite-tabs md-ink-bar {
	color: #1b526f;
	background: #1b526f;
}
md-tabs.csite-tabs[md-border-bottom] md-tabs-wrapper {
	border-width: 0px;
}
md-tabs.csite-tabs md-tabs-content-wrapper md-tab-content md-content {
	border: 2px solid #1b526f;
}
/*========== END CSITE TABS ============*/
.list-group.csite-profile-menu > .list-group-item.active {
	background-color: #1b526f;
	border-color: #1b526f;
}
.profileEditImageArea {
	width: 100%;
	cursor: pointer;
}
.profileEditImageArea > .image > img {
	width: 100%;
}
.profileEditImageArea > .image > .editbtn {
	width: calc(100% - 30px);
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	text-align: center;
}
.profileEditImageArea > .image:hover {
	opacity: 0.9
}
.inputgroupMdCheckbox {
	width: 100%;
}
.inputgroupMdCheckbox .mdChkboxGroup {
	width: 145px;
}
.inputgroupMdCheckbox .mdChkboxGroup md-checkbox {
	margin: 0px;
}
.inputgroupMdCheckbox .mdChkboxGroup md-checkbox .md-label {
	padding-top: 3px;
}
.inputgroupMdCheckbox.ag-date > md-datepicker.form-control {
	padding: 0px;
}
.inputgroupMdCheckbox.ag-date > md-datepicker.form-control .md-datepicker-button {
	padding: 0px;
  height: 36px;
}
.btn.btn-social.btn-facebook > svg {
  height: 32px;
  padding: 7px 0px;
}
.btn.btn-social.btn-mobile > svg {
  height: 32px;
  padding: 7px 0px;
}
.btn-facebook {
	color: #fff;
	background-color: #3b5998;
	border-color: rgba(0, 0, 0, 0.2)
}
.btn-facebook:focus, .btn-facebook.focus {
	color: #fff;
	background-color: #2d4373;
	border-color: rgba(0, 0, 0, 0.2)
}
.btn-facebook:hover {
  	color: #fff !important;
	background-color: #2d4373;
	border-color: rgba(0, 0, 0, 0.2)
}
.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
	color: #fff;
	background-color: #2d4373;
	border-color: rgba(0, 0, 0, 0.2)
}
.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
	background-image: none
}
.footerBtnArea {
	text-align: center;
}
/* Nexus Answer */
.questionareArea {
	padding: 0px;
	float: left;
	width: 100%;
	text-align: center;
  	background-color: #f9f9f9;
}

.questionareArea.mobile {
	min-height: 100vh;
}
.questionareArea .headlineLogoQuestionare {
	width: 100%;
	height: 300px;
	background-color: #1b526f;
	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;
    padding: 20px;
    background-color: rgb(255 255 255 / 57%);
    border-radius: 15px;
    box-shadow: 0 0 11px 3px rgb(0 0 0 / 38%);

}
.questionareDetail {
	
    padding: 20px;
    background-color: rgb(255 255 255 / 57%);
    border-radius: 15px;
    box-shadow: 0 0 11px 3px rgb(0 0 0 / 38%);
    max-width: 100%;

}
.questionareArea.mobile .surveySaveBtnArea {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background-color: rgb(39 99 128);
	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: rgb(247 235 220 / 78%);
}
.questionareArea .questionareDetail .questionArea:nth-of-type(odd) {
	background-color: rgb(247 235 220 / 10%)
}
.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;
	width: 300px;
}
.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;
}
.questionareArea.thailandliveVoteArea{
    padding:15px;
}
.questionareArea.thailandliveVoteArea .voteBtn{
    padding:10px;
    font-size: 20px;   
    border-radius: 12px;
}
.questionareArea.thailandliveVoteArea .questionareDetail{
   margin-top:-90px
}
.questionareArea.thailandliveVoteArea .headlineLogoQuestionare{
   display: block;
    vertical-align: middle;
    margin:-15px;
    width:calc(100% + 60px);
}
.questionareArea.thailandliveVoteArea .tl-headtext{
    font-size: 36px;
    padding-top: 30px;
    color: #fff;
    text-align: center;
    width: 100vw;
}

.questionareArea.thailandliveVoteArea .questionareDetail .Headline{
    border-bottom: none;
    margin-bottom: 0px;
    padding: 15px;
}
.questionareArea.thailandliveVoteArea .questionareDetail .questionArea .ansArea{
    background-color: transparent;
    padding:0px;
    margin:0px;
}
.questionareArea.thailandliveVoteArea .questionareDetail .questionArea .ansArea .ansList{
    border-bottom: none;
    margin-bottom: 10px;
    padding:0px;
}
.questionareArea.thailandliveVoteArea .questionareDetail .questionArea .ansArea .ansList:last-child{
    border-bottom: none;
}
.questionareArea.thailandliveVoteArea .questionareDetail .questionArea .ansArea .ansList md-radio-button.md-primary{
    margin-bottom: 0px;
    color: #286788 !important;
    padding: 15px;
    border-radius: 13px;
    background-color: rgba(255,255,255,0.6) !important;
}

.questionareArea.thailandliveVoteArea .questionareDetail .questionArea .ansArea .ansList md-radio-button.md-primary:hover{
    box-shadow: rgb(0 0 0 / 18%) 0px 0px 10px 0px !important;
}

.questionareArea.thailandliveVoteArea .questionareDetail .questionArea .ansArea .ansList md-radio-button.md-primary.md-checked{
    background-color:rgb(40 99 130) !important;
    box-shadow: rgb(0 0 0 / 18%) 0px 0px 10px 0px !important;
    color: #fff !important;
}

.questionareArea.thailandliveVoteArea .questionareDetail .questionArea .ansArea .ansList md-radio-button.md-primary .md-ink-ripple{
    display: none;
}
.questionareArea.thailandliveVoteArea .questionareDetail .questionArea .ansArea .ansList md-radio-button.md-primary .md-label{
   margin-left:0px;
}

ol.listLabelGraph{
    margin:10px;
}
ol.listLabelGraph > li{
       margin-bottom: 10px;
    background-color: #286382;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
}
ol.listLabelGraph > li:nth-of-type(even){
    background-color: #5494B5;
}
ol.listLabelGraph li::marker{
        color: #286382;
    font-size: 20px;
}

.footerVote{
    color: #b8b8b8;
}

.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: #1b526f;
	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;
}
/* 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;
}
/* End Add post Image VDO Style Image Box*/
.copyClipboadArea {
	margin: 0px 0px 10px 0px;
}
/* modal nexus answer*/
.content-y {
	height: calc(100vh - 215px);
	overflow-y: scroll;
	padding: 10px;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid rgba(0, 0, 0, 0.3);
}
.content-y::-webkit-scrollbar {
    display: none;
}
/*Hide scrollbar for IE and Edge*/
.content-y { 
    -ms-overflow-style: none;
}  
.survey_explore > .survey_no {
	background-color: rgb(247 235 220 / 78%);
	padding: 5px 15px 15px 15px;
	border-radius: 10px;
	margin-bottom: 10px;
}
.survey_explore > .survey_no:nth-of-type(even) {
	background-color: rgb(247 235 220 / 30%);
}
.survey_explore > .survey_no > .question_text {}
.survey_explore > .survey_no > .question_text > .question_no {
	width: 30px;
}
.survey_explore .ans_survey_box {
	padding-left: 24px;
}
/* end modal nexus answer*/
.dot {
	height: 12px;
	width: 12px;
	border-radius: 50%;
	display: inline-block;
}
/* End Nexus Answer */
/* Style Google Map */
.pac-container.pac-logo {
	z-index: 9999;
}
/* End Style Google Map */
.space15 {
    width: 100%;
    min-height: 1px;
    padding: 7px 0px;
}
.btn_circle_up_down {
	width: 20px; 
	min-width: 15px; 
	padding: 0px; 
	margin: 0px; 
	color: #1b526f;
}
.btn_circle_up_down.updown_disable {
	color: #9f9ebb;
	pointer-events: none;
}
* {
    outline: none !important;
}
/* comment zone for post and nexus modal */
.review .reviewarea {
	height: auto;
	overflow-x: hidden;
	overflow-y: auto;
	margin-top: 0px;
}
.reviewHeadline {
	background-color: #1b526f;
	color: #fff;
	display: inline-block;
	width: 100%;
	padding: 0px 15px;
	line-height: 40px;
}
.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;
}
.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%;
}
.txtCommentDivArea {
    padding: 10px;
}
.imgCommentDivArea {
	width: 50%;
    padding: 10px;
}
/* end comment zone for post and nexus modal */
/* md-dialog */
.md-dialog-content {
	padding: 15px;
}
.md-dialog-container {
	/*z-index: 1050;*/
	z-index: 1060;
  background-color: rgba(0, 0, 0, 0.5);
	height: 100vh !important;
    overflow: hidden;
    position: fixed;
}
.md-dialog-container md-dialog md-dialog-content {
  padding: 0px;
}
.md-dialog-container md-dialog md-dialog-content .md-title {
	padding: 5px 15px;
}
.md-dialog-container md-dialog md-dialog-content > div {
	padding: 5px 15px;
}
.md-dialog-container md-dialog md-dialog-actions {
	text-align: center;
}
md-dialog-content > .md-dialog-content > md-input-container {
	flex: unset;
}
md-dialog-actions.md-dialog-actions-foot {
	width: 100%;
	background: rgba(249, 184, 161, 1);
}
md-dialog.md-confirm-theme > md-dialog-content > h2.md-title {
	background-color: #286788;
    color: #fff;
	padding-top: 10px;
    padding-bottom: 10px;
}
md-dialog.md-confirm-theme > md-dialog-actions {
  	background-color: rgba(0, 0, 0, 0.1);
	display: block;
  	padding: 8px;
}
md-dialog.md-confirm-theme > md-dialog-actions > button {
	margin: 0px 3px;
}
md-dialog.md-confirm-theme .md-dialog-content-body {
	text-align: center;
}
.modal-dialog .modal-content .md-dialog-content {
	max-height: calc(100vh - 180px);
	overflow: auto;
	min-height: 300px;
}
.modal-dialog .modal-content .md-dialog-content.non-set-height {
	max-height: calc(100vh - 180px);
	overflow: auto;
	min-height: unset;
}
md-dialog.md-confirm-theme .md-dialog-content-body > p {
	margin: 0.8em 0 1.6em;
}
/* end md-dialog */
/* login */
.login-logo, .register-logo {
	    margin-bottom: 0px;
    background-color: #1b526f;
    color: #fff;
    border-radius: 15px 15px 0px 0px;
    padding: 10px 0px;
}
.login-box, .register-box {
	box-shadow: 0px 0px 2px 1px #0000003b;
    margin: auto;
    border-radius: 15px;
    overflow: hidden
}
.change-language-login {
 	width: 100%;
	text-align: center;
}
.change-language-login > .flag-language {
	display: inline-block;
  	height: 30px;
  	margin: 0px 3px;
}
.change-language-login > .flag-language > img {
  height: 100%;
}
/* end login */
.md-primary {
	background-color: #286788 !important;
  	color: #fff !important;
}
.renewpw-box {
	box-shadow: 0px 0px 2px 1px #0000003b;
}
.user-image {
	border-radius: 50%;
    width: 25px;
    height: 25px;
	margin-right: 5px;
	border-radius: 50%;
    object-fit: cover;
}
.tagPostList {
	padding: 10px 10px 0px 0px;
	display: inline-block;
}
.postLatlng > span {
    border-radius: 5px;
    padding: 1px 6px;
    background-color: #4682B4;
    color: #fff;
    /*display: inline-block;*/
	font-size: 14px;
}
.hashtagArea {
	width: 100%;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 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;
}
/* explore area */
.customMarker {
  position: absolute;
  cursor: pointer;
  /*background: #fba511;*/
  background: #ff6600; /*edit by Nan 20190110*/
  width: 50px;
  height: 50px;
  margin-left: -25px;
  /* -width/2 */
  margin-top: -60px;
  /* -height + arrow */
  border-radius: 50%;
  padding: 0px;
}
.customMarker:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 16px;
  border-width: 10px 10px 0;
  border-style: solid;
  /*border-color: #fba511 transparent;*/
  border-color: #ff6600 transparent; /*edit by Nan 20190110*/
  display: block;
  width: 0;
}
.customMarker img {
  width: 40px;
  height: 40px;
  margin: 5px;
  border-radius: 50%;
}
.customMarkerOld {
  position: absolute;
  cursor: pointer;
  background: #dcdcdc;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  /* -width/2 */
  margin-top: -60px;
  /* -height + arrow */
  border-radius: 50%;
  padding: 0px;
}
.customMarkerOld:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 16px;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #dcdcdc transparent;
  display: block;
  width: 0;
}
.customMarkerOld img {
  width: 40px;
  height: 40px;
  margin: 5px;
  border-radius: 50%;
  object-fit: cover;
}
.circle-ripple {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  animation: ripple 0.7s linear infinite;
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(51, 214, 149, 0.3), 0 0 0 0.5em rgba(51, 214, 149, 0.3), 0 0 0 1em rgba(51, 214, 149, 0.3), 0 0 0 2em rgba(51, 214, 149, 0.3);
  }
  100% {
    box-shadow: 0 0 0 0.5em rgba(51, 214, 149, 0.3), 0 0 0 1em rgba(51, 214, 149, 0.3), 0 0 0 1.5em rgba(51, 214, 149, 0.3), 0 0 0 2em rgba(51, 214, 149, 0);
  }
}
.customMarkerBoxshare {
  position: absolute;
  cursor: pointer;
  background: rgb(255, 128, 171);
  width: 50px;
  height: 50px;
  margin-left: -25px;
  /* -width/2 */
  margin-top: -60px;
  /* -height + arrow */
  border-radius: 50%;
  padding: 0px;
}
.customMarkerBoxshare:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 16px;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: rgb(255, 128, 171) transparent;
  display: block;
  width: 0;
}
.customMarkerBoxshare img {
  width: 40px;
  height: 40px;
  margin: 5px;
  border-radius: 50%;
}
/* for morningnews ipad3 draw map */
.tow_lens .toolbar-area {
    top: 20px;
/*    width: 100%;*/
    position: absolute;
    padding: 5px 15px;
    background-color: rgba(0, 0, 0, 0);
}
.toolbar {
	padding: 0 10px;
	border: 5px solid rgba(94, 113, 169, 0.50);
	border-radius: 5px;
    background-color: white;
}
.toolbar-area > .toolbar .tool_icon {
    padding: 0 6px;
    margin: 0px;
    border: none;
    font-size: 20px;
    vertical-align: middle;
	color: #55555f;
}
.toolbar-area > .toolbar a.tool_icon:nth-child(3), .toolbar-area > .toolbar a.tool_icon:nth-child(10) {
	border-right: 1px solid #c7c7c7;
} 
.toolbar-area > .toolbar a.tool_icon:nth-child(9) {
	font-size: 25px;
}
.toolbar-area > .toolbar a.tool_icon:nth-child(4), .toolbar-area > .toolbar a.tool_icon:nth-child(11) {
	padding-left: 15px;
}
.toolbar-area > .toolbar .tool_icon > select {
	font-size: 16px;
    margin-bottom: 7px;
}
.tool_icon.active {
  color: #0f9ef7 !important;
}
.tool_check {
	text-align: right;
    display: inline;
}
/* hide input color picker*/
.hideInputColor .md-color-picker-input-container md-input-container {
  display: none;
}
/* end for morningnews ipad3 draw map */
/*
@media screen and (max-width: 1024px) {
	.tow_lens > .left_area > .toolbar-area {
    width: 65%!important;
	}
}
*/
/*-------- Moningnews temp ----------*/
.bt-slidebar {
	top: 0px;
	position: absolute;
    left: 16px;
    margin-top: 7px;
  width: auto;
}
.bt-slidebar > .panel {
	margin-bottom: 5px;
    border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.92);
    border: none;
}
.tbt-slidebar .btn-toggle-toolbar {
    position: relative;
    margin: 0px;
    width: 38px !important;
    height: 38px !important;
    margin-bottom: 10px;
    display: block;
}
.bt-slidebar .panel .panel-heading {
	padding: 0px;
}
.panel .panel-heading .toolbar-area {
    top: 0px; 
	height: 54px;
    width: 100%; 
    position: relative; 
    padding: 5px 15px;
    background-color: rgba(0, 0, 0, 0);
}
.toggleshow-btn-parnel {
    position: absolute;
    right: -29px;
    /*margin-top: -50px;*/
    margin-top: -47px;
    height: 55px;
    padding: 0px 7px;
    border-radius: 0px 10px 10px 0px;
    background-color: #aeb8d4;
    line-height: 55px;
    color: #fff;
    cursor: pointer;
    display: block;
}
.toolbar-toggle {
	background-color: rgba(255, 255, 255, 0.9);
    padding: 10px;
    border-radius: 5px;
}
.toolbar-toggle .tool_icon:hover {
	cursor: pointer;
}
.toolbar-toggle .tool_icon > .scale-img {
	margin: 5px 16px;
	vertical-align: -webkit-baseline-middle;
	vertical-align: middle;
}
.toolbar-toggle {
	display: flex;
}
.toolbar-toggle {
  position: relative;
  animation: animateleft 0.4s
}
@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0
  }
  to {
    left: 0;
    opacity: 1
  }
}
.toolbar-toggle .tool_icon > .palate {
	height: 26px;
	width: 26px;
	border: 1px solid #fdfdfd;
}
.close-icon {
	vertical-align: middle;
    line-height: 0px;
    padding-left: 15px;
    padding-top: 7px;
}
.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;
}
/*end morningnews ipad modal*/
/* 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;
}
/* END BOUNCE ANIMATE */
/* end explore area */
md-checkbox.md-default-theme.md-checked .md-ink-ripple, md-checkbox.md-checked .md-ink-ripple {
	color: #1b526f;
}
md-checkbox.md-default-theme.md-checked .md-icon, md-checkbox.md-checked .md-icon {
	background-color: #1b526f;
}
.tow_lens .tools_area > .newnews_area > svg {
    font-size: 25px;
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;
}
.tow_lens .tools_area > .resetdate_area > svg {
    font-size: 25px;
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;
}
.tow_lens .tools_area > .setting_area > svg {
    font-size: 25px;
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;
}
.tow_lens .new_list > div > .new_detail > .new_thumbnail > .video_thumbnailicon > .video_icon_area > svg {
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	color: rgba(0, 0, 0, 0.52);
}
.tow_lens .btn_slide_area > div#leftfull > svg, .tow_lens .btn_slide_area > div#normal > svg, .tow_lens .btn_slide_area > div#righthide > svg {
    font-size: 20px;
    margin: 10px 0px;
}
.memberSettingSubTab {
	padding: 15px;
	color: #fff;
	margin-bottom: 15px;
}
.md_slider_class {
	background-color: transparent !important;
}
md-switch.md-default-theme.md-checked .md-thumb, md-switch.md-checked .md-thumb {
  	background-color: rgb(27 82 111);
}
md-switch.md-default-theme.md-checked .md-bar, md-switch.md-checked .md-bar {
    	background-color: rgb(129 153 167);
}
.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;
}
.btn_area_feed {
	float: right;
}
.img_follow_div {
	padding: 0px 20px 0px 20px;
}
.img_circle_profile {
	border-radius: 50%;
	width: 100px;
	height: 100px;
	object-fit: cover;
	/*background-position: center center;
	background-repeat: no-repeat;*/
}
/* ======================================= MAX WIDTH 767 =====================*/
@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;
	}
  	.content-wrapper {
		margin-left: 0 !important;
	}
	.fixed .content-wrapper, .fixed .right-side, .main-sidebar {
		padding-top: 130px;
	}
	.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;
	}
	.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
	}
	.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;
	}
	.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
	}
  .btn_naturespy_right_area {
		top: 0px !important;
	}
	.main-sidebar {
		-webkit-transform: translate(-300px, 0);
		-ms-transform: translate(-300px, 0);
		-o-transform: translate(-300px, 0);
		transform: translate(-300px, 0);
	}
}
/* Admin */
h1, h2, h3, h4, h5 {
	/* font-family: 'Pridi', sans-serif; */
	/* font-family: 'Trirong', sans-serif; */
/*	 font-family: 'Kanit', sans-serif; */
	font-family: sans-serif;
}
.main-sidebar {
	margin: 0px;
	position: fixed;
}
.main-sidebar, .fixed .content-wrapper, .fixed .right-side {
	padding-top: 50px;
}
.content-wrapper {
	padding-top: 50px;
}
.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: #1b526f;
	background: #1b526f;
}
.sidebar-menu > li > a {
	padding: 6px 5px 6px 15px;
}
.sidebar-menu.tree {
	border-bottom: 1px solid #0000001f;
}
.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;
}
.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: #1b526f;
}
.table-csite > tbody > tr > td > a:hover {
	opacity: 0.8;
}
.table-csite > tbody > tr > td > a > svg {
	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: #1b526f !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 ==========*/
.green {
	color: darkgreen;
}
.red {
	color: red
}
.edit_post_img {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1000;
	color: #ffffff;
	background-color: #1b526f;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
}
.edit_post_img:hover {
	opacity: 0.5;
}
.edit_post_img svg {
	font-size: 16px;
	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%;
}
.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: #1b526f;
	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;
	height: 35px;
	border-radius: 50%;
	object-fit: cover;
}
.footerBtnAreaAdmin {
	text-align: right;
	border-top: 1px solid #bfbfbf;
	padding: 15px 0px;
}
/* announce css */
.addpostimgvdo .boxImageAnnounce {
	height: 200px;
	width: 200px;
	padding-top: 10px;
	margin-top: 10px;
    margin-right: 10px;
	float: left;
}
.footerBtnAreaAnnounce {
	text-align: right;
	border-top: 1px solid #bfbfbf;
	padding-top: 15px;
	margin-top: 50px;
}
.announceManageArea {
	margin: 0px 20px;
    border: 1px solid #8e8e8e;
}
.announceManageArea .headerAnnounce {
	/*background-color: #8e8e8e;*/
	background-color: #d2d2d2;
    height: 40px;
}
.announceManageArea .headerAnnounce .btnArea {
	float: right;
}
.announceManageArea .headerAnnounce .btnArea > button {
	padding: 5px 15px;
	margin: 0;
    background: transparent;
    border: none;
    display: inline-block;
    font-size: 1.5rem;
}
.announceManageArea .detailAnnounce {
	padding: 20px;
}
/* end announce css */
.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: 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: sans-serif;
}
.feedInfowindow .reporter > .reporterName {
	max-width: 110px;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 12px;
	font-family: sans-serif;
}
/*
.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;
}
*/
.leftSubMenu > li > a:hover {
  color: #444;
}
.leftSubMenu li {
	background-color: rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.leftSubMenu li > a {
  	color: #444;
	padding: 12px 5px 12px 15px;
}
.leftSubMenu li.active > a {
	background-color: #1b526f !important;
	color: #fff !important;
}
.leftSubMenu li.active > a:hover {
	background-color: #1b526f;
	color: #fff;
}
.leftSubMenu li > a:hover {
	background: #f4f4f5;
	color: #444;
}
.adminSurveyArea {
	float: left;
	width: 100%;
}
.adminSurveyArea .serveyContentArea {
	background-color: rgba(0, 0, 0, 0.1);
	border-top: 4px solid #1b526f;
	padding-top: 15px;
	padding-bottom: 15px;
}
.adminSurveyArea .tabbtn.active {
	background-color: #1b526f;
	color: #fff;
}
.adminSurveyArea md-checkbox {
	display: block;
	margin-bottom: 10px;
}
.adminSurveyArea md-radio-button {
	margin-bottom: 10px;
}
.adminSurveyArea .btnTrash i.fas {
	color: #9F1215;
	font-size: 18px;
}
.btn:hover, .btn:focus {
	color: #fff;
}
.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);
}
md-radio-button.md-default-theme.md-checked .md-ink-ripple, md-radio-button.md-checked .md-ink-ripple {
    color: #286788;
}
md-radio-button.md-default-theme.md-checked .md-off, md-radio-button.md-checked .md-off, md-radio-group:not([disabled]) .md-primary.md-checked .md-off, md-radio-button:not([disabled]).md-primary.md-checked .md-off, md-radio-group:not([disabled]) .md-primary .md-on {
    border-color: #286788;
}
md-radio-button:not([disabled]).md-primary .md-on {
	background-color: #286788 !important;
}
md-radio-button.md-primary {
	color: #333 !important;
    background-color: rgb(255 255 255 / 0%) !important;
}
.surveySaveBtnArea {
    width: 100%;
    margin-top: 10px;
    text-align: right;
    float: left;
}
.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;
}
.content.survey_explore {
	/*height: calc(100vh - 368px);*/
}
.content.survey_explore > .suevey_no {
	background-color: rgb(247 235 220 / 78%);
	padding: 5px 10px;
	border-radius: 10px;
	margin-bottom: 10px;
}
.content.survey_explore > .suevey_no:nth-of-type(even) {
	background-color: rgb(247 235 220 / 30%);
}
.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;
}
.ans_survey_box {
	padding-left: 15px;
	padding-bottom: 15px;
}
.zindex {
	z-index: 99000 !important;
}
md-switch.md-primary {
    background-color: rgb(255 255 255 / 0%) !important;
}
/* End Admin */
.nexus_area_dash {
	padding-bottom: 70px;
}
@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;
	}
}
/* Green Planet Css*/
.btn_survey_right_area {
	position: absolute;
	top: 0;
	right: 0;
	margin: 10px;
	/*background: rgba(132, 151, 255, 0.55);*/
	padding: 5px;
}
.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;
	*/
}
.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);
}
.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;
}
.modal-header.success, .modal-header.success + .modal-body + .modal-footer {
	background-color: #008d4c !important;
	color: #fff;
}
.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;
}
.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;
}
/* End Green Planet Css*/
/* Dust */
.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;
}
.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;
}
.tow_lens .tools_area .datechoose_area_dust {
	display: inline-block;
	width: calc(100% - 50px);
	padding: 0px 15px;
}
.tow_lens .btn_to_dust_detail {
	top: 60px;
	width: 100%;
	position: absolute;
	padding: 5px 15px;
	background-color: rgba(0, 0, 0, 0);
}
/*
.mapPinDetail.dustDetail {
	top: 100px;
	bottom: unset !important;
}
*/
.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;
}
/*=========  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;
}
/*=========  End Protect Dust  =========*/
/* End Dust */
/* Share mask*/
.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;
}
.tow_lens .btn_to_add_nexus {
	top: 60px;
	width: 100%;
	position: absolute;
	padding: 5px 15px;
	background-color: rgba(0, 0, 0, 0);
}
.tow_lens .btn_to_add_post {
	top: 110px;
	width: 100%;
	position: absolute;
	padding: 5px 15px;
	background-color: rgba(0, 0, 0, 0);
}
/* End Share mask*/
.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 svg {
	margin-left: -15px;
	background-color: rgba(0, 0, 0, 0.1);
	height: 36px;
	width: 35px !important;
	vertical-align: top;
	font-size: 20px;
	line-height: 36px;
	margin-right: 8px;
	padding: 7px;
}
.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;
}
.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;
}
/* flood 2020 */
.customMarkerFlood2020 {
  position: absolute;
  cursor: pointer;
  /*background: #fba511;*/
  background: #FFFF00; 
  width: 50px;
  height: 50px;
  margin-left: -25px;
  /* -width/2 */
  margin-top: -60px;
  /* -height + arrow */
  border-radius: 50%;
  padding: 0px;
}
.customMarkerFlood2020:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 16px;
  border-width: 10px 10px 0;
  border-style: solid;
  /*border-color: #fba511 transparent;*/
  border-color: #FFFF00 transparent;
  display: block;
  width: 0;
}
.customMarkerFlood2020 img {
  width: 40px;
  height: 40px;
  margin: 5px;
  border-radius: 50%;
}
/* end flood 2020 */
/* nature spy */
.full_overlay_modal .slide_inmodal_naturealspy {
	/*height: calc(100vh - 145px);*/
	float: left;
	overflow: hidden;
	width: 100%;
}
.vdo_nature_spy {
	padding: 20px 20px 20px 20px;
}
.btn_naturespy_right_area {
	position: absolute;
	top: 0;
	right: 0;
	margin: 10px;
	/*background: rgba(132, 151, 255, 0.55);*/
	padding: 5px;
}
@media (min-width: 992px) { 
	.full_overlay_modal .slide_inmodal_naturealspy {
		height: calc(100vh - 145px);
	}
}
.btn_change_layer.switch-theme-layout.change_theme_naturespy {
	right: 85PX;
}
.btn_change_layer.switch-theme-layout.change_theme_naturespy .md-button {
	background-color: #b19d58;
	width: 50px;
	height: 50px;
    font-size: 18px;
}
/* end nature spy */
.content-hilight-area.questionnaire-list > .hilightcontent > .questionnaire-btn-sm {
	display: none;
}
.btn-block-three {
	width: 100%;
	height: -webkit-fill-available;
	height: 67px;
}
@media only screen and (max-width: 768px) {
	.navbar-toggle {
		float: left;
		margin-left: 10px;
		margin-top: 10px;
	}
	.desk-md {
    		display: none !important;
	}
	.questionnaire-btn-sm {
   	 	display: inline-block !important;
		height: 4.2rem;
		background-color: #dae5ea;
		vertical-align: middle;
		width: 100%;
		text-align: center;
	}
	.btn-block-three.md-button {
    		min-width: 45px !important;
	}
	.btn-icon-split .text.text-mobile {
		padding: .375rem .40rem;
	}
	.btn_area_feed.btn_area_mb {
		float: none;
    		text-align: center !important;
	}
}
/*@media screen and (max-width:375px){*/
@media screen and (max-width:480px) {
	.btn-icon-split .icon.newsfeed-bt {
    background: rgba(0, 0, 0, .15);
    display: inline-block;
    padding: .375rem .50rem;
	}
	.content-hilight-area > .hilightcontent > .datetime {
    background-color: #0c3c54;
    padding: 0.5rem;
    font-size: 0.8rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    }
	.foot-action-area-overlay {
    padding: 8px 12px;
	} 
	.btn-icon-split .text.newsfeed-bt {
		padding: .375rem .40rem;
	}
	.selectCategoryModal {
		position: absolute;
		bottom: 230px;
		left: 10px;
		border-radius: 50%;
		background: #bfbfbf;
		text-align: center;
		cursor: pointer;
		width: 35px;
		height: 35px;
		line-height: 37px;
		font-size: 25px;
	}
}
/* Manage group area */
.manage_group_area {
	padding: 20px;
    margin-top: 35px;
}
.input-group.search_box {
	padding: 0px 0px 15px 0px;
}
.table-striped.table-manageG > tbody > tr:nth-of-type(even) {
    background-color: #ddd;
}
/* End Manage group area */
.category_sear_modal {
	height: 300px;
    overflow: auto;
    padding-left: 15px;
    margin-top: 5px;
    border: 1px solid #d2d6de;
    padding-top: 15px;
}
.category_sear_modal::-webkit-scrollbar {
  /* This is the magic bit for WebKit */
  display: none;
}
/*======== Home Modal Splash ===========*/
.announce_home_Modal .modal-dialog {
	width: fit-content;
  	max-width: calc(100% - 20px);
  	margin: 10px auto;
}
.announce_home_Modal .modal-dialog .modal-body {
  	max-height: calc(100vh - 20px);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
  	padding: 0px;
}
.announce_home_Modal .modal-dialog .modal-body > .announce_home_content {
	text-align: center;
	position: absolute;
  	padding: 15px 35px 15px 15px;
}
.announce_home_Modal .modal-dialog .modal-body > button.close {
	position: absolute;
 	right: 0;
	margin-right: 15px;
  	margin-top: 15px;
	color: #fff;/*by Nan 20220207*/
	opacity: 1;/*by Nan 20220207*/
}
.announce_home_Modal .modal-dialog .modal-body > .announce_home_content > .announce_home_headline {
	font-size: 20px;
  	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	color: #fff;/*by Nan 20220207*/
}
.announce_home_Modal .modal-dialog .modal-body > .announce_home_content > .announce_home_detail {
	font-size: 14px;
  	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.announce_home_Modal .modal-dialog .modal-footer {
    /*
	position: absolute;
    width: 100%;
    z-index: 10;
    bottom: 0;
    background-color: rgba(255,255,255,0.50);
	    padding: 8px 15px;
	text-align: center;
	*/
	/* edit 20210421 แก้ปัญหาข้อความทับรูป*/
  	background-color: rgba(255, 255, 255, 0.50);
    	padding: 8px 15px;
    	text-align: center;
}
.announce_home_Modal .modal-dialog .modal-footer md-checkbox {
    margin-bottom: 0px;
	color: #fff; /*by Nan 20220207*/
}
/*by Nan 20220207*/
.announce_home_Modal .modal-dialog .modal-footer md-checkbox:not(.md-checked) .md-icon {
    border-color: #fff;
}
.announce_home_Modal .modal-dialog .modal-footer md-checkbox.md-checked .md-icon {
    background-color: #ffffff47;
}
/* end by Nan 20220207*/
.announce_home_Modal .modal-dialog .btn_announce_home {
	position: absolute;
    bottom: 50px;
    width: calc(100% - 20px);
	text-align: center;
}
.announce_home_Modal .modal-dialog .modal-body .announce_home_image {
	/*
	width: fit-content;
	max-width:100%;
	max-height:calc(100vh - 20px)
	*/
	/* edit 20210421 แก้ปัญหาข้อความทับรูป*/
  	max-width: 100%;
  	max-height: calc(100vh - 60px)
}
.announce_home_Modal .modal-dialog .modal-body .announce_home_image img {
  max-width: 100%;
  max-height: calc(100vh - 20px);
}
/*======== End Home Modal Splash ===========*/
.postdate-auditor {
	display: inline-block;
    float: right;
    padding: 7px 0px 7px 0px;
	font-size: 14px;
}
/*============== css focuscommu2020 ============*/
/*============== custom marker @focuscommu2020 ============*/
	.customMarkerFucusSecond {
	  position: absolute;
	  cursor: pointer;
	  background: #52BAFF;
	  width: 50px;
	  height: 50px;
	  margin-left: -25px;
	  /* -width/2 */
	  margin-top: -60px;
	  /* -height + arrow */
	  border-radius: 50%;
	  padding: 0px;
	}
	.customMarkerFucusSecond:after {
	  content: "";
	  position: absolute;
	  bottom: -7px;
	  left: 16px;
	  border-width: 10px 10px 0;
	  border-style: solid;
	  border-color: #52BAFF transparent;
	  display: block;
	  width: 0;
	}
	.customMarkerFucusSecond img {
	  width: 40px;
	  height: 40px;
	  margin: 5px;
	  border-radius: 50%;
	}
	.customMarkerFucusThird {
	  position: absolute;
	  cursor: pointer;
	  background: #FF0000;
	  width: 50px;
	  height: 50px;
	  margin-left: -25px;
	  /* -width/2 */
	  margin-top: -60px;
	  /* -height + arrow */
	  border-radius: 50%;
	  padding: 0px;
	}
	.customMarkerFucusThird:after {
	  content: "";
	  position: absolute;
	  bottom: -7px;
	  left: 16px;
	  border-width: 10px 10px 0;
	  border-style: solid;
	  border-color: #FF0000 transparent;
	  display: block;
	  width: 0;
	}
	.customMarkerFucusThird img {
	  width: 40px;
	  height: 40px;
	  margin: 5px;
	  border-radius: 50%;
	}
	.customMarkerFucusFourth {
	  position: absolute;
	  cursor: pointer;
	  background: #229954;
	  width: 50px;
	  height: 50px;
	  margin-left: -25px;
	  /* -width/2 */
	  margin-top: -60px;
	  /* -height + arrow */
	  border-radius: 50%;
	  padding: 0px;
	}
	.customMarkerFucusFourth:after {
	  content: "";
	  position: absolute;
	  bottom: -7px;
	  left: 16px;
	  border-width: 10px 10px 0;
	  border-style: solid;
	  border-color: #229954 transparent;
	  display: block;
	  width: 0;
	}
	.customMarkerFucusFourth img {
	  width: 40px;
	  height: 40px;
	  margin: 5px;
	  border-radius: 50%;
	}
	/*============== end custom marker @focuscommu2020 ============*/
.share_area_flood {
	border: 1px solid #b2b2b2;
    border-top: 0px;
    background-color: #dae5ea;
    padding: 5px;
	text-align: right;
}
.share_area_flood > a {
	color: #535353;
	margin-right: 10px;
}
@media screen and (max-width: 992px) {
	.mapPinDetail.maskDetail {
		margin-top: 30px;
		left: 0px;
		width: auto !important;
		top: 30px !important;
		height: fit-content;
	}
}
/*============== end css focuscommu2020 ============*/
/*============== custom marker @mekongriver ============*/
.customMarkerMekong2020 {
  position: absolute;
  cursor: pointer;
  background: #85C1E9; 
  width: 50px;
  height: 50px;
  margin-left: -25px;
  /* -width/2 */
  margin-top: -60px;
  /* -height + arrow */
  border-radius: 50%;
  padding: 0px;
}
.customMarkerMekong2020:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 16px;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #85C1E9 transparent;
  display: block;
  width: 0;
}
.customMarkerMekong2020 img {
  width: 40px;
  height: 40px;
  margin: 5px;
  border-radius: 50%;
}
  /*============== end custom marker @mekongriver ============*/
 .user-img-display {
	width: 100px;
    height: 100px;
    object-fit: cover;
 }
 .thumbnail-area > .headline.headline_searchresult_nearby {
    color: #585858;
	font-size: 1rem;
	line-height: 30px;
	text-align: center;
    background-color: #d9d9d9;
}
/* Admin Area */
.tblKmlLayerAdmin {
	max-height: calc(100vh - 250px);
}
.imgCommentAreaAdmin {
	margin-top: 15px;
    width: calc(60%);
}
.announceEditBtnArea {
	text-align: right; 
	padding: 5px; 
	padding-right: 20px;
}
.mapPinDetailAdmin {
	position: absolute;
	bottom: 0px;
	margin: 10px;
	background: rgba(255, 255, 255, 0.9);
	padding: 10px;
}
.mapPinDetailAdmin ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
}
.mapPinDetailAdmin button:hover {
	color: #000;
}
md-switch.md-default-theme.md-checked.md-primary .md-thumb, md-switch.md-checked.md-primary .md-thumb {
    background-color: rgb(27 82 111);
}
md-switch.md-default-theme.md-checked.md-primary .md-bar, md-switch.md-checked.md-primary .md-bar {
    background-color: rgb(27 82 111 / 45%);
}
/* End Admin Area */
.privacyModalBody {
	height: calc(100vh - 220px);
    overflow-y: auto;
}
/* seawall area */
.tow_lens .switch_theme_btn {
	position: sticky;
	position: -webkit-sticky;
	bottom: 55px;
	padding-right: 25px;
	text-align: center;
	float: right;
}
.tow_lens .switch_theme_btn > .btn_area {
	width: 35px;
	height: 35px;
	line-height: 40px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
}
.tow_lens .switch_theme_btn > .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;
}
@media (max-width: 991px) { 
  .tow_lens .switch_theme_btn {
		position: relative;
	}
}
/* end seawall area */
/* flood 2020 */
.customMarkerFlood {
  position: absolute;
  cursor: pointer;
 /*background: #FF0000;*/
  background: #dcdcdc;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  /* -width/2 */
  margin-top: -60px;
  /* -height + arrow */
  border-radius: 50%;
  padding: 0px;
}
.customMarkerFlood:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 16px;
  border-width: 10px 10px 0;
  border-style: solid;
  /*border-color: #FF0000 transparent;*/
  border-color: #dcdcdc transparent;
  display: block;
  width: 0;
}
.customMarkerFlood img {
  width: 40px;
  height: 40px;
  margin: 5px;
  border-radius: 50%;
} 
/* end flood 2020 */
.pridifont {
	font-family: 'Pridi', sans-serif;
}
.trirongfont {
	font-family: 'Trirong', sans-serif;
}
.slide-hottopic-csite .carousel-inner > .item {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn_hottopic {
  padding-top: 10px;
  float: right;
}
/* ============================================================== morning news style 2020  ===== REPLACE Old version with ipad_vertical =======*/
/* ============================================================ morning news vertical style 2020 for mobile  ==============================================*/
.tow_lens.ipad_vertical {
  height: 100vh;
  width: 100%;
}
.tow_lens.ipad_vertical .right_area {
	/*
	bottom: 42px;
	height:fit-content;
	*/
	width: 100%;
	height: calc(100%);
	display: inline-block;
    float: left;
}	
.tow_lens.ipad_vertical .new_list {
	border-left: 0px;
	border-top: 5px solid #bfbfbf;
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
	width: 100%;
}
.tow_lens.ipad_vertical .toolbar-area {
    position: fixed;
    padding: 5px 15px;
    background-color: rgba(0, 0, 0, 0);
	top: 16px;
    left: 60px;
}
.tow_lens.ipad_vertical .tools_area {
	display: block;
	bottom: 0px;
	position: absolute;
	z-index: 1024;
}
.tow_lens.ipad_vertical .w0 {
	bottom: 50px !important;
	width: fit-content !important;
}
.tow_lens.ipad_vertical .w100 {
	top: 6px;
}
.tow_lens.ipad_vertical > .left_area {
	width: 100%;
	height: calc(80% - 28px);
}	
.tow_lens.ipad_vertical > .left_area ng-map {
	height: 100% !important;
}
.tow_lens.ipad_vertical .w100.left_area {
	height: calc(100% - 50px) !important;
	width: 100% !important;
}
.tow_lens.ipad_vertical .w100.right_area {
	height: calc(100% - 80px) !important;
}
.tow_lens.ipad_vertical .w0.left_area {
	height: 35px !important;
	width: 100% !important;
}
.tow_lens.ipad_vertical .w0.right_area {
	height: 5px !important;
	width: 100% !important;
}
.tow_lens.ipad_vertical .bt-slidebar {
	top: 60px;
	position: absolute;
    	left: 16px;
    	margin-top: 7px;
  	width: auto;
	z-index: 1;
}
.tow_lens.ipad_vertical .bt-slidebar > .panel {
	margin-bottom: 5px;
    	border-radius: 0px;
  	background-color: rgba(255, 255, 255, 0.92);
    	border: none;
}
.tow_lens.ipad_vertical .tbt-slidebar .btn-toggle-toolbar {
    position: relative;
    margin: 0px;
    width: 38px !important;
    height: 38px !important;
    margin-bottom: 10px;
    display: block;
}
.tow_lens.ipad_vertical .bt-slidebar .panel .panel-heading {
	padding: 0px;
}
.tow_lens.ipad_vertical .panel .panel-heading .toolbar-area {
    top: 0px; 
	height: 54px;
    width: 100%; 
    position: relative; 
    padding: 5px 15px;
    background-color: rgba(0, 0, 0, 0);
	left: 0px;
}
.tow_lens.ipad_vertical .w65 {
	width: 100% !important;
	height: calc(80% - 28px) !important;
}
.tow_lens.ipad_vertical .new_list > div > .new_detail {
	width: 25%;
	height: 200px;
	position: relative;
	display: inline-block;
	float: left;
	cursor: pointer;
	/*border: 1px solid #878fd1;*/
	border: 1px solid #bfbfbf;
}
.tow_lens.ipad_vertical .new_list > .list_detail {	
	width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    /*height: 100%;*/
}
.tow_lens.ipad_vertical .tools_switch_theme_area {
	position: absolute;
    text-align: center;
    top: 10px;
    left: 16px;
    padding: 10px;
}
.tow_lens.ipad_vertical .tools_switch_theme_area > .btn_area {
	width: 40px;
	height: 40px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
}
.tow_lens.ipad_vertical .tools_switch_theme_area > .btn_area > svg {
	font-size: 16px;
	line-height: 40px;
}
.tow_lens.ipad_vertical .btn_slide_area_ipad_vertical {
	display: -webkit-box;
	position: absolute;
	padding: 0px 20px 0px 20px;
	z-index: 1;
	color: #fff;
	border-radius: 20px 20px 0px 0px;
	margin-top: 0px;
	margin-left: 0px;
	height: fit-content !important;
	width: 162px !important;
	bottom: calc(20% + 27px);
	background-color: #bfbfbf;
	left: 40%;
	-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.ipad_vertical .btn_slide_area_ipad_vertical > div {
	display: inline-block;
	padding: 0px 5px 0px 5px;
}
.tow_lens.ipad_vertical .btn_slide_area_ipad_vertical > div > svg {
	font-size: 29px;
	padding: 5px 3px;
}
@media screen and (max-width: 992px) {
	.tow_lens.ipad_vertical .w35 {
		/*height: calc(40% - 175px) !important;*/
		/*height: calc(20% - 18px) !important;*/
	}
	.tow_lens.ipad_vertical > .right_area {
		/*height: calc(40% - 175px) !important;*/
		height: calc(20% - 18px) !important;
	}
}
/*
.tow_lens.ipad_vertical > 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.ipad_vertical .w0.btn_slide_area_ipad_vertical {
	width: fit-content !important;
}
.tow_lens.ipad_vertical .w35.btn_slide_area_ipad_vertical {
    width: fit-content !important;
}
.tow_lens.ipad_vertical .w100.btn_slide_area_ipad_vertical {
	width: fit-content !important;
}
*/
/* ============================================================ end morning news vertical style 2020 for mobile  ==============================================*/
/* ============================================================ morning news vertical style 2020 for web  ==============================================*/
.tow_lens.ipad_vertical_web {
  	height: 100vh;
  	width: 100%;
}
.tow_lens.ipad_vertical_web .right_area {
	/*
	bottom: 42px;
	height:fit-content;
	*/
	width: 100%;
	height: calc(100%);
	display: inline-block;
    float: left;
}	
.tow_lens.ipad_vertical_web .new_list {
	border-left: 0px;
	border-top: 5px solid #bfbfbf;
	overflow-x: hidden;
	/*overflow-y: auto;*/
	height: 100%;
	width: 100%;
}
.tow_lens.ipad_vertical_web .toolbar-area {
    position: fixed;
    padding: 5px 15px;
    background-color: rgba(0, 0, 0, 0);
	top: 16px;
    left: 60px;
}
.tow_lens.ipad_vertical_web .tools_area {
	display: block;
	bottom: 0px;
  	position: absolute;
	z-index: 1024;
}
.tow_lens.ipad_vertical_web .w0 {
	bottom: 50px !important;
	width: fit-content !important;
}
.tow_lens.ipad_vertical_web .w100 {
	top: 6px;
}
.tow_lens.ipad_vertical_web > .left_area {
	width: 100%;
	height: calc(80% - 103px);
}	
.tow_lens.ipad_vertical_web > .left_area ng-map {
	height: 100% !important;
}
.tow_lens.ipad_vertical_web .w100.left_area {
	height: calc(100% - 50px) !important;
	width: 100% !important;
}
.tow_lens.ipad_vertical_web .w100.right_area {
	height: calc(100% - 80px) !important;
	width: 100% !important;
}
.tow_lens.ipad_vertical_web .w0.left_area {
	height: 35px !important;
	width: 100% !important;
}
.tow_lens.ipad_vertical_web .w0.right_area {
	height: 5px !important;
	width: 100% !important;
}
.tow_lens.ipad_vertical_web .bt-slidebar {
	top: 60px;
	position: absolute;
    	left: 16px;
    	margin-top: 7px;
  	width: auto;
	z-index: 1;
}
.tow_lens.ipad_vertical_web .bt-slidebar > .panel {
	margin-bottom: 5px;
    	border-radius: 0px;
  	background-color: rgba(255, 255, 255, 0.92);
    	border: none;
}
.tow_lens.ipad_vertical_web .tbt-slidebar .btn-toggle-toolbar {
    position: relative;
    margin: 0px;
    width: 38px !important;
    height: 38px !important;
    margin-bottom: 10px;
    display: block;
}
.tow_lens.ipad_vertical_web .bt-slidebar .panel .panel-heading {
	padding: 0px;
}
.tow_lens.ipad_vertical_web .panel .panel-heading .toolbar-area {
    top: 0px; 
	height: 54px;
    width: 100%; 
    position: relative; 
    padding: 5px 15px;
    background-color: rgba(0, 0, 0, 0);
	left: 0px;
}
.tow_lens.ipad_vertical_web .w65 {
	width: 100% !important;
	height: calc(80% - 103px) !important;
}
.tow_lens.ipad_vertical_web .new_list > div > .new_detail {
	width: 25%;
	height: 200px;
	position: relative;
	display: inline-block;
	float: left;
	cursor: pointer;
	/*border: 1px solid #878fd1;*/
	border: 1px solid #bfbfbf;
}
.tow_lens.ipad_vertical_web .new_list > .list_detail {	
	width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
	/*height: 100%;*/
}
.tow_lens.ipad_vertical_web .tools_switch_theme_area {
	position: absolute;
    text-align: center;
    top: 10px;
    left: 16px;
    padding: 10px;
}
.tow_lens.ipad_vertical_web .tools_switch_theme_area > .btn_area {
	width: 40px;
	height: 40px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
}
.tow_lens.ipad_vertical_web .tools_switch_theme_area > .btn_area > .fa-map {
	font-size: 16px;
	line-height: 40px;
}
.tow_lens.ipad_vertical_web .btn_slide_area_ipad_vertical {
	display: -webkit-box;
	position: absolute;
	padding: 0px 20px 0px 20px;
	z-index: 1;
	color: #fff;
	border-radius: 20px 20px 0px 0px;
	margin-top: 0px;
	margin-left: 0px;
	height: fit-content !important;
	width: 162px !important;
	bottom: calc(20% + 103px);
	background-color: #bfbfbf;
	left: calc(50% - 77px);
	-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.ipad_vertical_web .btn_slide_area_ipad_vertical > div {
	display: inline-block;
	padding: 0px 5px 0px 5px;
}
.tow_lens.ipad_vertical_web .btn_slide_area_ipad_vertical > div > svg {
	/*font-size: 20px;*/
	font-size: 29px;
	padding: 5px 3px;
}
.tow_lens.ipad_vertical_web .w35 {
	width: 100% !important; 
}
.slide_inmodal_vertical {
	height: 100% !important;
}
.full_overlay_modal.full_overlay_modal_vertical .content {
	padding: 10px;
	border-radius: 10px 10px 0px 0px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	max-height: calc(100vh - 320px);
	overflow: auto;
}
@media screen and (max-width: 992px) {
	.tow_lens.ipad_vertical_web .w35 {
		width: 100% !important;
	}
	.tow_lens.ipad_vertical_web > .right_area {
		height: calc(34% - 18px) !important;
	}
}
@media screen and (max-width: 768px) {
	.tow_lens.ipad_vertical_web .w35 {
		width: 100% !important;
	}
	.tow_lens.ipad_vertical_web > .right_area {
		/*height: calc(40% - 175px) !important;*/
		height: calc(40% - 18px) !important;
	}
	/*
	.slide_inmodal_vertical{
		height:400px !important;
	}*/
}
@media screen and (max-width: 1024px) {
	.tow_lens.ipad_vertical_web > .left_area {
			width: 100%;
			/*height: calc(80% - 88px);*/
	}
	/*
		.slide_inmodal_vertical{
		height: 500px !important;
	}
	*/
}
/* ============================================================ end morning news vertical style 2020 for web  ==============================================*/
/*========== Css for 2 Grid =========*/
.tow_lens.ipad_vertical > .left_area.two_grid {
	width: 100%;
	height: calc(60% - 26px);
}
.tow_lens.ipad_vertical .btn_slide_area_ipad_vertical.two_grid {
	display: -webkit-box;
	position: absolute;
	padding: 0px 20px 0px 20px;
	z-index: 1;
	color: #fff;
	border-radius: 20px 20px 0px 0px;
	margin-top: 0px;
	margin-left: 0px;
	height: fit-content !important;
	width: 162px !important;
	bottom: calc(40% + 26px);
	background-color: #bfbfbf;
	left: 40%;
	-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.ipad_vertical .w65.two_grid {
	width: 100% !important;
	height: calc(60% - 26px) !important;
}
@media screen and (max-width: 992px) {
	.tow_lens.ipad_vertical > .right_area.two_grid {
		height: calc(40% - 20px) !important;
	}
	.tow_lens.ipad_vertical .w35.two_grid {
		height: calc(40% - 20px) !important;
	}
}
/*========== End Css for 2 Grid =========*/
/*========== Css for 3 Grid =========*/
.tow_lens.ipad_vertical > .left_area.three_grid {
	width: 100%;
	height: calc(70% + 18px);
}
.tow_lens.ipad_vertical .btn_slide_area_ipad_vertical.three_grid {
	display: -webkit-box;
	position: absolute;
	padding: 0px 20px 0px 20px;
	z-index: 1;
	color: #fff;
	border-radius: 20px 20px 0px 0px;
	margin-top: 0px;
	margin-left: 0px;
	height: fit-content !important;
	width: 170px !important;
	bottom: calc(30% - 18px);
	background-color: #bfbfbf;
	left: 40%;
	-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.ipad_vertical .w65.three_grid {
	width: 100% !important;
	height: calc(70% + 18px) !important;
}
@media screen and (max-width: 992px) {
	.tow_lens.ipad_vertical > .right_area.three_grid {
		height: calc(30% - 63px) !important;
	}
	.tow_lens.ipad_vertical .w35.three_grid {
		height: calc(30% - 63px) !important;
	}
}
/*========== End Css for 3 Grid =========*/
/*========== morningnews vertical web css =========*/
.full_overlay_modal .modal-dialog.modal-morningnews-vt {
	width: 700px !important;
}
.detail_post_modal_vt {
	min-height: 150px;
	height: 190px;
}
/*========== End morningnews vertical web css =========*/
/* ============================================================== end morning news style 2020  ===== REPLACE Old version with ipad_vertical =======*/
.datetime.dtFeedlist {
	font-size: 0.9rem;
    text-align: center;
    padding: 5px 0px 5px 0px;
}
/* SouthernFlood 2020 */
.customMarkerSouth {
  position: absolute;
  cursor: pointer;
  background: #FFF6C8; 
  width: 50px;
  height: 50px;
  margin-left: -25px;
  /* -width/2 */
  margin-top: -60px;
  /* -height + arrow */
  border-radius: 50%;
  padding: 0px;
}
.customMarkerSouth:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 16px;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #FFF6C8 transparent;
  display: block;
  width: 0;
}
.customMarkerSouth img {
  width: 40px;
  height: 40px;
  margin: 5px;
  border-radius: 50%;
}
/* end SouthernFlood 2020 */
/* css select language */
.global-choose-language {
    	padding: 15px;
    	border-radius: 20px;
    	border: 2px solid #b3b3b3;
	text-align: center;
	margin-bottom: 30px;
  	color: #225874;
}
.lang_area {
	background: #dedede;
}
.lang_area_select {
	background: #296788;
  	border-color: #225874;
  	color: #fff;
}
.global-choose-language > img {
	width: 100%;
}
.global-choose-language > .lang-name {
	display: block;
	text-align: center;
	font-weight: bold;
  	margin-top: 10px;
}
.title_select_lang {
    	display: flex;
    	width: 100%;
    	justify-content: center;
    	align-items: center;
    	text-align: center;
	font-size: 25px;
   	 margin-bottom: 23px;
  	color: #1b526f;
}
.title_select_lang:before, .title_select_lang:after {
    content: '';
    border-top: 2px solid #35657e;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}
.title_select_lang:after {
    margin: 0 0 0 20px;
}
.translate_box {
	border-radius: 10px;
    margin: 0px 5px 0px 5px;
    border: 1px solid #d2d2d2;
}
.arrow_trans_area {
	display: flex;
    justify-content: center;
    align-items: center;
}
/* end css select language */
/* css for share your breath */
.mapPinDetail.shareBreath {
	position: absolute;
	bottom: 100px;
	margin: 10px;
	background: rgba(255, 255, 255, 0.9);
	padding: 10px;
}
.mapPinDetail.shareBreath ul {
	list-style: none;
	margin: 0px;
	padding: 5px;
	padding-left: 10px;
}
.mapPinDetail.shareBreath button:hover {
	color: #000;
}
/* end css for share your breath */
#home_slide_hilight {
  margin-top: 50px;
}
.nexusAnsTextArea {
  background-color: rgba(255, 255, 255, 0.3);
    padding: 10px;
    margin-top: 10px;
    border-radius: 15px;
}
/* sound check debate css */
.btn_to_add_nexus.btnGraphSoundChk {
	margin-top: 80px;
	left: 0px;
	width: auto !important;
	top: 30px !important;
}
@media screen and (max-width: 992px) {
	.btn_to_add_nexus.btnGraphSoundChk {
		right: 0px;
		width: auto !important;
    		left: unset;
	}
}
/* end sound check debate css */
/* SOS MAP */
.sosboxarea {
  width: 100%;
  margin: 0px;
}
.sosboxdetail {
  background-color: #478fb1;
  text-align: center;
  border-radius: 7px;
  overflow: hidden;
  margin-left: -7px;
  margin-right: -7px;
margin-top:7px;
	margin-bottom: 7px;
}
.sosboxdetail.green {
  background-color: #3ead7f;
}
.sosboxdetail.yellow {
  background-color: #d49014;
}
.sosboxdetail > .sosheaddetail {
  padding: 3px 5px;
  color: #fff;
  font-size: 20px;
}
.sosboxdetail > .sosresultdetail {
  background-color: rgb(255 255 255 / 30%);
  padding: 3px 5px;
  font-size: 40px;
  color: #fff;
  text-shadow: 1px 1px 3px rgb(0 0 0 / 60%);
}
.sosboxupdatedt {
	text-align: right;
    padding-top: 10px;
    padding-right: 5px;
}
/* end SOS MAP */

/* marker @covidcommu */
.customMarkerFullheart {
  position: absolute;
  cursor: pointer;
  background: #4768FC;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  /* -width/2 */
  margin-top: -60px;
  /* -height + arrow */
  border-radius: 50%;
  padding: 0px;
}
.customMarkerFullheart:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 16px;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #4768FC transparent;
  display: block;
  width: 0;
}
.customMarkerFullheart img {
  width: 40px;
  height: 40px;
  margin: 5px;
  border-radius: 50%;
}
/* end marker @covidcommu */

/* SOS Map */
.customMarkerSOS {
  position: absolute;
  cursor: pointer;
  background: #FA8072;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  /* -width/2 */
  margin-top: -60px;
  /* -height + arrow */
  border-radius: 50%;
  padding: 0px;
}
.customMarkerSOS:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 16px;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #FA8072 transparent;
  display: block;
  width: 0;
}
.customMarkerSOS img {
  width: 40px;
  height: 40px;
  margin: 5px;
  border-radius: 50%;
}
/* end SOS Map */


/* Radio Station */

.radiostationmodalArea .rs-onlinenowArea{
	width: 100%;
    display: flex;
    flex-direction: row;
    padding: 0px 15px;
    margin-bottom: 15px;
}
.radiostationmodalArea .rs-onlinenowArea .radiostationimg{
	    width: 30%;
    display: flex;
    padding: 15px;
}
.radiostationmodalArea .rs-onlinenowArea .radiostationimg img{
	width: 100%;
    border-radius: 50%;
    border: 3px solid #5d5d5d;
    box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 20%);
}
.radiostationmodalArea .rs-onlinenowArea .radiostationdetail{
	    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.radiostationmodalArea .rs-onlinenowArea .radiostationdetail .rs-stationname{
	font-size: 20px;
	color:#373737;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.radiostationmodalArea .rs-onlinenowArea .radiostationdetail .rs-stationname .stationName{
	
}
.radiostationmodalArea .rs-onlinenowArea .radiostationdetail .rs-stationdetail{
	background-color: #1b526f;
    padding: 5px 15px;
    color: #fff;
    border-radius: 10px;
}


.blob {
	background-color:rgba(197,28,31,1.00);
	border-radius: 50%;
	margin: 10px;
	height: 20px;
	width: 20px;
	display: inline-block;
	box-shadow: 0 0 0 0 rgba(197,28,31, 1);
	transform: scale(1);
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(197,28,31, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(197,28,31, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(197,28,31, 0);
	}
}

#tableStationDetail tr td:nth-of-type(1){
	width:110px;
	text-align: right;
}
#tableStationDetail tr td{
	padding:4px 8px;
	
}

#tableStationProgram tr th{
	background-color:#1b526f;
	color:#fff;
	text-align: center;
}
#tableStationProgram tr td{

	text-align: center;
}


.radiostationmodalArea .panel.panel-primary{
	border-color: #1a526f;
}
.radiostationmodalArea .panel-primary>.panel-heading{
	background-color: #1a526f;
    border-color: #1a526f;
}

.customMarkerOnline {
  position: absolute;
  cursor: pointer;
  background: #E74C3C;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  /* -width/2 */
  margin-top: -60px;
  /* -height + arrow */
  border-radius: 50%;
  padding: 0px;
}
.customMarkerOnline:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 16px;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #E74C3C transparent;
  display: block;
  width: 0;
}
.customMarkerOnline img {
  width: 40px;
  height: 40px;
  margin: 5px;
  border-radius: 50%;
}
.customMarkerOffline {
  position: absolute;
  cursor: pointer;
  background: #ABB2B9;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  /* -width/2 */
  margin-top: -60px;
  /* -height + arrow */
  border-radius: 50%;
  padding: 0px;
}
.customMarkerOffline:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 16px;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #ABB2B9 transparent;
  display: block;
  width: 0;
}
.customMarkerOffline img {
  width: 40px;
  height: 40px;
  margin: 5px;
  border-radius: 50%;
}
/* End Radio Station */

/* Translate area */
.news-content-translate_area {
	background-color: #e8e8e8;
    padding: 10px 10px 0px 0px;
}

.translate_btn {	
	line-height: 0.8rem;
    font-size: 0.8rem;
    border-radius: 15px;
    padding: 8px 10px;
    width: fit-content;
    background-color: #1b526f;
    float: right;
    color: #ffffff;
}

.img-lang-flag {
	border: 1px solid #ffffff;
    padding: 1px;
}
/* End Translate area */

.navbar-right-area {
	float: right;
}
@media screen and (max-width: 991px) {
	.container991 {
		width: 870px;
	}
}

/* Dianmu 2021 */
.customMarkerDianmu {
  position: absolute;
  cursor: pointer;
  background: #2a9d8f;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  /* -width/2 */
  margin-top: -60px;
  /* -height + arrow */
  border-radius: 50%;
  padding: 0px;
}
.customMarkerDianmu:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 16px;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #2a9d8f transparent;
  display: block;
  width: 0;
}
.customMarkerDianmu img {
  width: 40px;
  height: 40px;
  margin: 5px;
  border-radius: 50%;
}
/* end SouthernFlood 2020 */

/* line area */
.btn.btn-social.btn-line > svg {
  height: 32px;
  padding: 7px 0px;
}
.btn.btn-social.btn-mobile > svg {
  height: 32px;
  padding: 7px 0px;
}
.btn-line {
  color: #fff;
  background-color: #00c300;
  border-color: rgba(0, 0, 0, 0.2)
}
.btn-line:focus, .btn-line.focus {
  color: #fff;
  background-color: #058905;
  border-color: rgba(0, 0, 0, 0.2)
}
.btn-line:hover {
  color: #fff !important;
  background-color: #058905;
  border-color: rgba(0, 0, 0, 0.2)
}
.btn-line:active, .btn-line.active, .open > .dropdown-toggle.btn-line {
  color: #fff;
  background-color: #058905;
  border-color: rgba(0, 0, 0, 0.2)
}
.btn-line:active, .btn-line.active, .open > .dropdown-toggle.btn-line {
  background-image: none
}
/* end line area */

/* Radio Station 2021 */
.radiostationmodalArea2021 .rs-onlinenowArea{
	width: 100%;
    display: flex;
    flex-direction: row;
    padding: 0px 15px;
    margin-bottom: 15px;
}
.radiostationmodalArea2021 .rs-onlinenowArea .radiostationimg{
	    width: 30%;
    display: flex;
    padding: 15px;
}
.radiostationmodalArea2021 .rs-onlinenowArea .radiostationimg img{
	width: 100%;
    border-radius: 50%;
    border: 3px solid #5d5d5d;
    box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 20%);
}
.radiostationmodalArea2021 .rs-onlinenowArea .radiostationdetail{
	width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.radiostationmodalArea2021 .rs-onlinenowArea .radiostationdetail .rs-stationname{
	font-size: 20px;
	color:#373737;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.radiostationmodalArea2021 .rs-onlinenowArea .radiostationdetail .rs-stationname .stationName{
	
}
.radiostationmodalArea2021 .rs-onlinenowArea .radiostationdetail .rs-stationdetail{
	background-color: #bb7940;
    padding: 5px 15px;
    color: #fff;
    border-radius: 10px;
}
.radiostationmodalArea2021 .panel.panel-primary{
	border-color: #c19976;
}
.radiostationmodalArea2021 .panel-primary>.panel-heading{
	background-color: #bb7940;
    border-color: #c19976;
}
#tableStationProgram2021 tr th{
	background-color:#bb7940;
	color:#fff;
	text-align: center;
}
#tableStationProgram2021 tr td{
	text-align: center;
}
/* End Radio Station 2021 */

/* uninequality */
.tow_lens > .left_area.uninequality {
  width: 50%;
}
.tow_lens > .right_area.uninequality {
  width: 50%;
}
.tow_lens .btn_slide_area.uninequality {
  border-radius: 0px 20px 20px 0px;
  right: calc(50% - 35px);
}
.tow_lens .w100.uninequality {
  width: calc(100% - 35px) !important;
}
.tow_lens .w50 {
  width: 50% !important;
}
.tow_lens .w100.btn_slide_area.uninequality {
  right: calc(100% - 35px) !important;
  width: unset !important;
}
.tow_lens .w0.left_area.uninequality {
  width: 0px !important;
}
.tow_lens .w100.right_area.uninequality {
  width: 100% !important;
}

@media screen and (max-width: 992px) {
  .tow_lens > .left_area.uninequality {
    width: 100%;
    height: 40%;
  }
  .tow_lens > .right_area.uninequality {
    width: 100%;
    height: calc(60%);
  }
  .tow_lens .new_list.uninequality {
	overflow-x: auto;
	height: -webkit-fill-available;
  }
}
/* End uninequality */

/* Swan */
.swam_master_area {
	margin-top: 80px;
	padding-top: 15px;
	background-color: #dfdfdf;
}
.md-datepicker-calendar-pane {
    z-index: 1060;
}
.swan_detail_area{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 1.5rem;
}

.btn_to_add_nexus.btn_add_data {
	margin-top: 30px;
	width: auto !important;
	top: 30px !important;
	position: absolute;
    left: 10px;
}
.label_swan_pin_url {
	color: red;
    font-size: 14px;
    font-weight: initial;
    padding-left: 5px;
}

@media screen and (max-width: 992px) {
  .mapPinDetail.swanmap {
    left: 0px;
    width: auto !important;
    bottom: 10px !important;
    height: fit-content;
  }
}
/*
@media screen and (max-width: 992px) {
  .btn_to_add_nexus.btn_add_data {
    margin-top: 30px;
    width: auto !important;
    top: 30px !important;
	position: absolute;
    right: 20px;
  }
}
*/
/* End Swan */

/* nan mapexam4 */
.dev_race_area {
    position: absolute;
    background-color: #ffffffdb;
    z-index: 1;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #ffffff;
}
.dev_race_area.top {
	right: 20px;
    top: 20px;
}
.dev_race_area.bottom {
	left: 20px;
	bottom: 20px;
}
.tbl_nation_datail {
	width: 100%;
}
.tbl_nation_datail th {
	text-align: center;
	font-weight: bold;
	background-color: #2c9389;
    color: #ffffff;
}
.tbl_nation_datail > tbody > tr { 
	text-align: right;
}
.tbl_nation_datail > tbody > tr:last-child { 
	text-align: right;
	font-weight: bold;
	background-color: #2c9389;
    color: #ffffff;
}
.tbl_nation_datail > tbody > tr > td:first-child { 
	text-align: left;
}
.tbl_nation_datail > tbody > tr:last-child > td:first-child { 
	text-align: center;
}
.span_sort {
	right: 2px;
    position: inherit;
    display: block;
    text-align: right;
    vertical-align: middle;
}
.modal-xl {
	width: 80%;
}
/* end nan mapexam4 */

/* dust 2022 */
.dust_us_color_level_1_area {
  background-color: #a4e25f !important;
  color: #484848;
}
.dust_us_color_level_2_area {
  background-color: #fee050 !important;
  color: #484848;
}
.dust_us_color_level_3_area {
  background-color: #ffa961 !important;
  color: #484848;
}
.dust_us_color_level_4_area {
  background-color: #ff7777 !important;
  color: #484848;
}
.dust_us_color_level_5_area {
background-color: #b382c7 !important;
  color: #484848;
}
.dust_us_color_level_6_area {
  background-color: #b27b8c !important;
  color: #484848;
}
.dust_th_color_level_1_area {
  background-color: #35ccfd !important;
  color: #484848;
}
.dust_th_color_level_2_area {
  background-color: #92d153 !important;
  color: #484848;
}
.dust_th_color_level_3_area {
  background-color: #feff1e !important;
  color: #484848;
}
.dust_th_color_level_4_area {
  background-color: #ff9f0e !important;
  color: #484848;
}
.dust_th_color_level_5_area {
  background-color: #ff3538 !important;
  color: #484848;
}
.dust_area_detail {
	font-size: 15px;
    color: #5c5c5c;
}
.air_mode_area {
	position: absolute;
    top: 100px;
    left: 20px;
    border-radius: 5px;
    background-color: #ffffff;

}
.air_mode_area > .title{
	font-size: 17px;
    text-align: center;
    font-weight: bold;
	background-color: #1b526f;
	padding: 8px;
	border-radius: 5px 5px 0px 0px;
	color: #fff;
}

.air_mode_area > .detail{
	padding: 10px 15px 10px 15px;
}
.mapPinDetailDust {
  position: absolute;
  bottom: 100px;
  margin: 10px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
}
.mapPinDetailDust ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-left: 10px;
}
.mapPinDetailDust button:hover {
  color: #000;
}
.info_circle {
	width: 20px; 
	min-width: 15px; 
	padding: 0px; 
	margin: 0px; 
	min-height: 20px;
	line-height: 20px;
	height: 27px;
}

@media screen and (max-width: 992px) {
	.air_mode_area {
		display: none;
	}
	.btn_change_view_mode {
		background-color: #624e2a;
		bottom: calc(25% + 60px);
		border-color: #624e2a;
		width: 50px;
		height: 50px;
		position: fixed;
		line-height: 50px;
		font-size: 30px;
		right: 0;
		margin: 20px;
		border-radius: 50%;
		vertical-align: middle;
		padding: 0px;
		z-index: 1;
		color: #fff;
	}
	.mapPinDetailDust {
		top: 50px;
		right: 10px;
		bottom: unset;
	}
	.detail_mb {
		max-height: 300px;
		overflow: auto;
	}
	.client_icon_mobile .clientimage {
	  height: 70%;
	}
}
/* end dust 2022 */


@media screen and (max-width: 992px) {
	.announce_home_Modal .modal-dialog .modal-footer md-checkbox {
	  margin-bottom: 0px;
	  color: #000000; /*by Nan 20220207*/
	}
	/*by Nan 20220207*/
	.announce_home_Modal .modal-dialog .modal-footer md-checkbox:not(.md-checked) .md-icon {
		border-color: #1b526f;
	}
	.announce_home_Modal .modal-dialog .modal-footer md-checkbox.md-checked .md-icon {
		background-color: #1b526f;
	}
	/* end by Nan 20220207*/
}

/* radio station 2022 */
.station_list_area {
	bottom: 0px;
    width: 100%;
    height: 78px;
    position: absolute;
	padding-left: 100px;
	display: flex;
}
.station_list_area_fill_bg {
    background-color: #2a547e;
	bottom: 0px;
    width: 100%;
    height: 78px;
    position: absolute;
}
.station_display {
	bottom: 19px;
	position: absolute;
	left: 30px;
}
.chkStation {
	padding: 5px 20px;
}
.chkStation md-checkbox {
  margin-bottom: 0px;
  color: #000000;
}
.chkStation md-checkbox:not(.md-checked) .md-icon {
	border-color: #e66e3b;
    background-color: #e66e3b78;
}
.chkStation md-checkbox.md-checked .md-icon {
	background-color: #e66e3b;
}
#station_img_id {
	height: 140px;
}
.btn_select_display_station {
	display: none;
}
.station_label_chk {
	font-family: "Kittithada";
	text-align: center;
    color: #ffffff;
	padding: 0px 0px;
}
.station_label_chk > .first_label_network {
	font-size: 1.9rem;
}
.station_label_chk > .second_label_network {
	font-size: 1.5rem;
}
.station_txt_area {
	font-family: "Kittithada";
	position: absolute;
	bottom: 75px;
	left: 145px;
}
.station_txt_label {
    color: #ffffff;
    width: max-content;
    background: #2a547e;
    border-radius: 10px;
    padding: 5px 15px;
    font-size: 1.6rem;
	box-shadow: 2px 3px #1e3a57;
}
.station_txt_label.total {
    /*
	bottom: 60px;
    left: 117px;
	*/
    font-size: 1.6rem;
	margin-left: 10px;
}
.station_txt_area_mobile {
	display: none;
}
/* endradio station 2022 */

/* radio station manage */
.radio_main_area {
	margin-top: 80px;
    padding-top: 15px;
	padding-bottom: 30px;
	background-color: #ffffff;
	border: 2px solid #1b526f;
}
.radio_footer_area {
	margin-top: 30px;
	text-align: center;
}
.bg-dark-green-csite {
	background-color: #1b526f;
}
.back_radio_list {
	margin-top: 80px;
	font-size: 1.2rem;
	padding: 0px;
}
/* end radio station manage */


@media screen and (max-width: 1180px) {
	.station_list_area {
		padding-top: 8px;
		padding-bottom: 10px;
	}
	.station_label_chk > .first_label_network {
		/*font-size: 1.5rem;*/
		font-size: 1.1rem;
	}
	.station_label_chk > .second_label_network {
		font-size: 1.2rem;
	}
	.station_list_area {
		padding-left: 130px;
	}	
}

@media screen and (max-width: 992px) {
	.station_list_area  {
		top: 109px;
		height: fit-content;
		background-color: #2a547ee6;
		padding: 5px;
		left: 10px;
		display: block;
		max-width: 220px;
		min-width: 200px;
	}
	#station_img_id {
		height: 100px;
	}
	.station_list_area_fill_bg {
		height: 54px;
	}
	.station_display {
		left: 10px;
		bottom: 10px;
	}
	.btn_select_display_station {
		font-family: "Kittithada";
		top: 61px;
		background-color: #2a547e;
		position: absolute;
		padding: 10px;
		left: 10px;
		display: unset;
		color: #fff;
		width: 200px;
		text-align: center;
		box-shadow: 3px 3px #9f9f9fa3;
		font-size: 1.4rem;
	}
	.tow_lens .switch_theme_btn.radioStation{
		bottom: 60px;
	}
	.station_txt_area {
		display: none;
	}
	.station_txt_area_mobile {
		font-family: "Kittithada";
		position: absolute;
		bottom: 5px;
		left: 121px;
		display: unset;
		color: #ffffff;
		text-align: center;
		padding: -3px;
		max-width: 230px;
		font-size: 1.1rem;
	}
	.station_label_chk > .first_label_network {
		font-size: 1.2rem;
	}
	.station_label_chk > .second_label_network {
		font-size: 1.1rem;
	}
	/*
	.station_txt_area {
		bottom: 30px;
		left: 95px;
	}
	.station_txt_label {
		border-radius: 8px;
		padding: 5px 10px;
		max-width: 200px;
		font-size: 0.9rem;
	}
	.station_txt_label.total {
		font-size: 0.8rem;
		width: fit-content;
	}
	*/
}

.labels_layer_nan_map {
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  /*color : white;*/
  color: #000000;
}

/* other menu css */
.other_menu_area
{
	margin-left: 20px;
    margin-right: 20px;
}
.img_other_menu 
{
	padding-right: 10px;
    padding-left: 10px;
}
.submenumodal.learning{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
/* end other menu css */



/* wordcloud css area */
.wordcloudtextarea{
    font-size: 20px;
    border-radius: 10px;
    height:50px;
    border: 3px solid #dcdcdc; 
}

#cloud-intro{
  position: relative;
  height: 100%;
  background: url(../../assets/image/cloud/clouds1000.png);
  background: url(../../assets/image/cloud/clouds1000.png) 0 200px,
              url(../../assets/image/cloud/clouds1200_1.png) 0 300px,
              url(../../assets/image/cloud/clouds1000_blur3.png) 100px 250px;
	animation: wind 20s linear infinite;
}
@keyframes wind{
  0% {
    background-position: 0 200px, 0 300px, 100px 250px;
  }
  100% {
    background-position: 1000px 200px, 1200px 300px, 1100px 250px;
  }
}

.wordcloud_manage_main_area {
    margin-top: 80px;
    padding-top: 15px;
    padding-bottom: 30px;
    background-color: #ffffff;
    border: 2px solid #1b526f;
}
.table-wordcloudList > tbody > tr > td:nth-of-type(1) {
	text-align: center;
	width: 50px;
}
.table-wordcloudList > tbody > tr > td:nth-of-type(2) {
	text-align: left;
}
.table-wordcloudList > tbody > tr > td:nth-last-of-type(1) {
	text-align: center;
	width: 50px;
}
.mdIconScenario {
	margin: 0px!important;
	vertical-align: baseline;
}
.btnCopyIframe {
	background-color: #005583;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
	margin-top: 25px;
}
.spaceIframe {
	padding-left: 5px;
	padding-right: 5px;
}
.bg-download {
    background-color: #3e94c1  !important;
    color: #fff;
}
.bg-upload {
    background-color: #20a13f !important;
    color: #fff;
}
/* end wordcloud css area */

/* lichen area */
.div_type_name {
	padding: 10px 10px 5px 10px;
}
.div_type_name > .span_type_name {
	font-weight: bold;
}
.header_tree {
	background-color: #edcba6;
    padding: 5px;
}
.header_tree > a {
	float: right;
    color: #ffffff;
	background-color: #e3a969;
	padding: 5px 5px 5px 5px;
	margin-top: -5px;
}
.dev_lichen_detail {
	padding: 5px 6px;
}
.div_total_tree {
	margin-top: 10px;
}
.view_latlng_txt {
	border-radius: 5px;
    padding: 4px 6px;
    background-color: #4682B4;
    color: #fff;
}
.view_latlng_txt > a {
	color: #ffffff!important;
}
.air_map_pin_detail {
	position: absolute;
    bottom: 150px;
    background-color: #ffffffba;
    padding: 5px;
    left: 10px;
    border-radius: 5px;
}
/* end lichen area */