@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai+Looped:wght@300;400;500;600;700&display=swap');


.modal-open {
    overflow: auto;
    padding-right: 0px !important;
} 

.arcontent p {	
    font-family: 'IBM Plex Sans Thai Looped', sans-serif !important;	
    font-style: normal !important;	
    font-weight: 400 !important;	
}	
.post-info {	
	font-family: 'IBM Plex Sans Thai Looped', sans-serif !important;	
    font-style: normal !important;	
    font-weight: 400 !important;	
}	
.arcontent h3 strong {	
    font-family: 'IBM Plex Sans Thai Looped', sans-serif !important;	
	font-weight: 400 !important;	
}	
.other-sections .list-group-item a {	
    font-family: 'IBM Plex Sans Thai Looped', sans-serif !important;	
	font-weight: 400 !important;	
}

.highlightscaption h3 {
	color: #000;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
}
.spdbanner {
	margin: 13px 0
}
.spdbanner a {
	display: block
}
.spdbanner a img {
	width: 100%
}
.pushbanner {
	display: none;
	position: absolute;
	width: auto;
	right: 15px;
	top: 13px;
	z-index: 5
}
.login_icons a i{
	padding-right:5px}
.cross {
	position: absolute;
	top: 10px;
	left: 10px;
	cursor: pointer
}
.videoheadingnew {
	overflow: hidden;
	margin: 15px 0;
	/* background: #efefef; */
	padding-left: 10px;
	padding-bottom: 6px;
	border-left: 2px solid #000;
	background:#e4e2e2;
	padding:10px;
	clear: both;
}
.pageTitle{background:#f7f7f7;
	padding:10px;}

.videoheadingnew h2, .videoheadingnew h2 a {
	float: left;
	font-size: 24px;
	margin: 0;
	color: #000;
	font-weight: 400;
	text-transform: capitalize;
}
.like-icons {
	display: flex;
	justify-content: center;
}
.topbanner-mobile {
	display: none
}

.topbanner-mobile-own {
	display: none
}

.brands {
	margin: 20px auto;
}

.homecatvideo{margin:20px auto 60px;}

.homecatvideo .owl-nav{top:-60px;}
.brand-main {
	margin-bottom: 0
}
.brand-main .owl-item .item {
	border: 1px solid #eee;
	padding: 6px;
	transition: all 0.3s ease-in-out
}
.brand-main .owl-item .item img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
.brand-color .owl-item .item img {
	filter: none;
	-webkit-filter: none;
	-moz-filter: none;
}
.brand-main .owl-item .item img:hover {
	filter: none;
	-webkit-filter: none;
	-moz-filter: none;
}
.brand-main .owl-item .item:hover {
	padding: 6px
}
.brandbanner
{
    margin: 15px 0;
    display: block;
}
.brandbannerimg
{
    margin: 15px 0;
    display:none;
}

.brandbanner img {
	width: 100%
}
.mt {
	margin-top: 30px
}
.showcategory {
	margin-bottom: 10px
}
#showcategory {
	display: none
}
.AlphabetPager {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px
}
.AlphabetPager a {
	padding: 0px 5px !important;
	font-size: 14px;
	margin: 3px;
	font-family: 'IBM Plex Sans Thai Looped', sans-serif;
}
/*.AlphabetPager a:first-child {
	border: 1px solid #eee;
	padding: 5px 10px;
	background-color: #ccc;
}*/
.brandlistcontainer {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.brandlsit {
	margin: 0 auto 25px auto;
	/*flex: 1 0 20%;*/
	min-width: 195px;
}
.brandlsit img {
	border: 1px solid #ddd;
	padding: 5px;
}
.brandlsit span {
	padding: 8px 0 0;
	text-align: center;
	font-size: 14px;
	display: block;
	text-transform: capitalize
}
.brandlsit img {
	max-width: 100%;
	width: 196px
}
.brandlsit.architect img{width:250px;}
.brandlsit.videolist {
    float: left;
    width: 33.333%;
    position: relative;
	margin-bottom:40px;
}

.brandlsit.videolist img{width:100%; border:none; padding-right:10px;}
.brandlsit.videolist span{text-align:left;}
.brandlsit.videolist .utub-icon{transform: translate(-50%,50%);}
.brand-main .owl-item .item.videotitle{ border:none;}
	.brand-main .owl-item .item.videotitle span{display:block; padding-top:10px;font-size: 16px;	
    letter-spacing: 0px; }
.brand-main .owl-item .item.videotitle .utub-icon{transform: translate(-50%,15%);}

.showcategory{/*float:left;*/ margin-top:15px;}
.pro_pages label{font-size:16px; padding-bottom:10px;}

.showcategory td{padding-left: 25px; padding-top: 10px;}

/*End*/

/* ---advertis with SR ---*/
.nav-tabs {
	border-bottom: 2px solid #DDD;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	border-width: 0;
}
.nav-tabs > li > a {
	border: none;
	color: #666;
}
.nav-tabs > li.active > a, .nav-tabs > li > a:hover {
	border: none;
	color: #4285F4 !important;
	background: transparent;
}
.nav-tabs > li > a::after {
	content: "";
	background: #4285F4;
	height: 2px;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: -1px;
	transition: all 250ms ease 0s;
	transform: scale(0);
}
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
	transform: scale(1);
}
.tab-nav > li > a::after {
	background: #21527d none repeat scroll 0% 0%;
	color: #fff;
}
.tab-pane {
	padding: 15px 0;
}
.tab-content {
	padding: 20px;
	min-height: 550px
}
.tab-pane span {
	display: block;
	padding: 80px
}
.special_banner {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 10px;
}

.special_banner img {
    border: 1px solid #d7d7d7;
}

.mega_menu>li:hover>a, .mega_menu>li:nth-child(9) {
	background: linear-gradient(to bottom, #0060af 0, #131c44 100%);
	/*background:none;*/
}
.mega_menu>li:hover{background: linear-gradient(to bottom, #0060af 0, #131c44 100%);}
.mega_menu>li:nth-child(9) a {
	color: #fff;
}
#menu-wrapper, .mega_menu, .mega_menu a, .mega_menu>li>a, .mega_menu>li>a::after {
	position: relative
}
.menu-fix {
	background-color: #fff;
	position: fixed !important;
	top: 0
}
.mega_menu li, ul, ul.tabs, ul.tabss {
	list-style: none
}
.mega_menu a, .scrollToTop, .topnav ul li a, a, a:focus, a:hover {
	text-decoration: none
}
.home-menu, .imag_day a span, .social_links li a, .social_links li a:hover, .your-opinion {
	box-sizing: border-box
}
/*#menu-wrapper {
	margin: 0 auto;
	width: 100%;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee
}*/

#menu-wrapper {
	margin: 0 auto;
	width: 100%;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	position: relative;
    z-index: 999999;
}
.mega_menu, .mega_menu a, .mega_menu div, .mega_menu form, .mega_menu input, .mega_menu li, .mega_menu ul {
	margin: 0;
	padding: 0;
	border: none;
	outline: 0
}
.mega_menu {
	cursor: default;
	font-family: 'IBM Plex Sans Thai Looped', sans-serif;
	z-index: 500;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
	position:relative;
	z-index:9999;
	
}
.mega_menu>li {
	flex-grow: 1;
}
.mega_menu>li>a {
	display: block;
	z-index: 510;
	padding: 0 10px;
	line-height: 40px;
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
	color: #333;
	text-align: center;
	box-sizing: border-box;
	border-left: 1px solid #dcdcdc;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease
}
.mega_menu>li>a::after {
	content: '\f107';
	font-family: fontAwesome;
	right: -5px
}

.othermenu .mega_menu>li>a::after {
	content: initial;
	font-family: fontAwesome;
	right: -5px
}
.mega_menu>li:hover>a {
	color: #fff
}
.mega_menu>li:last-child a {
	color: #333;
	padding: 0 15px;
	border-radius: 0;
	border-right: 1px solid #eee;
}
.mega_menu>li:last-child a:hover {
	color: #fff
}
.mega_menu>li:first-child > a {
	/*font-size: 18px;*/
	padding: 0 10px
}
.mega_menu>li:first-child > a i, .mega_menu>li:last-child > a i {
	line-height: 41px
}
.mega_menu>li:first-child>a::after, .mega_menu>li:last-child>a::after, .mega_menu>li:nth-child(6)>a::after, .mega_menu>li:nth-child(7)>a::after, .mega_menu>li:nth-child(9)>a::after {
	content: '';
	padding: 12px 0px;
}
.mega_menu>li:first-child>a::after, .mega_menu>li:last-child>a::after {
	content: '';
	padding: 12px 0px;
}
.mega_menu>li.mega_menu-search>form {
	position: relative;
	width: inherit;
	height: 54px;
	z-index: 510;
	border-left: 1px solid #4b4441
}
.mega_menu>li.mega_menu-search input[type=text] {
	display: block;
	float: left;
	width: 1px;
	height: 40px;
	padding: 15px 0;
	line-height: 24px;
	font-weight: 400;
	font-size: 13px;
	color: #666;
	background: #eee;
	-webkit-transition: all .3s ease 1s;
	-moz-transition: all .3s ease 1s;
	-o-transition: all .3s ease 1s;
	-ms-transition: all .3s ease 1s;
	transition: all .3s ease 1s
}
.mega_menu>li.mega_menu-search input[type=text]:focus, .mega_menu>li.mega_menu-search:hover input[type=text] {
	width: 182px;
	padding: 15px 20px;
	color: #333;
	-webkit-transition: all .3s ease .1s;
	-moz-transition: all .3s ease .1s;
	-o-transition: all .3s ease .1s;
	-ms-transition: all .3s ease .1s;
	transition: all .3s ease .1s
}
.mega_menu > li.mega_menu-search input[type=submit]:hover {
	background-color: #eee
}
.mega_menu > li.mega_menu-search > button {
	width: 20px;
	background: url(../images/search.png) center center no-repeat;
	border: 0;
	padding: 20px;
	border-right: 1px solid #eee;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease
}
.mega_menu > li > div {
	position: absolute;
	display: flex;
	width: 100%;
	top: 40px;
	left: 0;
	opacity: 0;
	border: 1px solid #eee;
	background-color: #fff;
	visibility: hidden;
	overflow: hidden;
	border-radius: 0 0 3px 3px;
	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s
}
.mega_menu>li:hover>div {
	opacity: 1;
	visibility: visible;
	overflow: visible;
	box-shadow: 9px 12px 12px #ccc;
	display: flex
}
.mega_menu>li>div.ad {
	background: url(../images/bg-cate.png) right bottom no-repeat #fff
}
.mega_menu>li>div.pm {
	background: url(../images/pm_bg.png) right bottom no-repeat #fff
}
.mega_menu>li>div.bus {
	background: url(../images/bs_bg.png) right bottom no-repeat #fff
}
.mega_menu>li>div.hii {
	background: url(../images/home-improv.png) right bottom no-repeat #fff
}
.mega_menu .nav-column-grid-4:first-child {
	background-color: #f2f7fb;
	box-shadow: 3px 0 12px rgba(0,0,0,.1)
}
.mega_menu .nav-column-grid-4 {
	flex: 1 0 25%;
	padding: 1.5%;
	box-sizing: border-box
}
.mega_menu .nav-column-grid-4 h3 {
	margin: 15px 0;
	line-height: 18px;
	font-weight: 700;
	font-size: 14px !important;
	color: #372f2b;
}
.mega_menu .nav-column-grid-4 h3.orange {
	color: #ff722b
}
.mega_menu .nav-column-grid-4 li {
	padding: 2px 0;
	position: relative;
	border-bottom: 1px dotted #ccc;
	transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
-moz-transition:.2s ease-in-out;
}
.mega_menu .nav-column-grid-4 li:last-child {
	border-bottom: 0
}
.mega_menu .nav-column-grid-4 li:hover {
	padding-left: 15px
}
.mega_menu .nav-column-grid-4 li::before {
	content: '\f105';
	font-family: fontAwesome;
	position: absolute;
	top: 5px;
	padding-right: 5px;
	color: #777
}
.form-contentt p, .left-content-block h1, .listArticle h3, .right-title, .slider-block .carousel-caption h3, .tab_container h3, .videoheading h2, body {	
	/*font-family: 'IBM Plex Sans Thai Looped', sans-serif*/	
	/* font-family: 'IBM Plex Sans Thai Looped', sans-serif; */	
	font-family: 'IBM Plex Sans Thai Looped', sans-serif;	
}
.mega_menu .nav-column-grid-4 li a {
	display: block;
	line-height: 26px;
	padding-left: 15px;
	font-weight: 400;
	font-size: 14px;
	color: #000
}
.mega_menu .nav-column-grid-4 li a:hover {
	color: #000
}
.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%
}
.mega_sub_menu {
	background-color: transparent!important;
	padding-bottom: 45px !important
}
.mega_sub_menu .read-more {
	background-color: #000!important;
	color: #fff!important
}
.mega_sub_menu .read-more.tmm {
	background-color: transparent!important;
	color: #333!important
}
body, h2, p {
	color: #000
}
.title, h2 {
	text-align: center
}
.scrollToTop i {
	top: 4px!important
}
h2, ul {
	margin: 0
}
.tophead, p, ul {
	padding: 0
}
.caption, .content_gap {
	height: 100%;
	overflow: hidden
}
.caption, .thumbnail-effect img, .thumbnails img, .title {
	width: 100%;	
}
.thumbnails img{
	margin-bottom:15px}
.article-box, .caption, .content_gap, .marquee-box, .newimg, .newimg p, .newsletter-box, .slider-block, .thumbnail-effect, ul.custom-tab li, ul.tabs li {
	overflow: hidden
}
.sidenav, body {
	overflow-x: hidden
}
body {
	background-color: #fff;
	font-size: 15px;
	line-height: 22px
}
p {
	line-height: 1.75
}
a {
	color: #333
}
a:focus, a:hover {
	outline: 0
}
h2 {
	line-height: 30px;
	font-size: 25px;
	font-weight: 700;
	text-align: inherit;
}
img {
	border: none;
	text-shadow: 0 1px 2px rgba(0,0,0,.6)
}
.title {
	display: inline;
	float: left;
	margin: 6px 0 0px;
	min-height: 52px;
	line-height: initial;
}
.title:hover {
	color: #000 !important;
}
desc {
	color: #555;
	font-size: 14px !important;
}
.videoheadingnew1 {
	overflow: hidden;
	margin: 15px 0 0px;
	/* background: #efefef; */
	padding-left: 10px;
	padding-bottom: 2px;
	border-left: 2px solid #000;
	background:#e4e2e2;
	padding:10px;
	margin-bottom: 20px;
	display: none;
}

.videoheadingnew1 h2 {
	float: left;
	font-size: 24px;
	margin: 0;
	font-weight: 400;
	text-transform: capitalize;
}

.subcat {
	color: #999 !important;
	font-size: 13px !important;
}
.thumbnails {
	padding: 0;
	border: 0;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out
}
.gap {
	margin-right: 0!important
}
.caption, .scrollToTop {
	display: none;
	text-align: center
}
.content_gap {
	min-height: 200px
}
.content_gap h3 {
	font-family: 'IBM Plex Sans Thai Looped', sans-serif;
	font-size: 22px !important;
	color: #000;
}
.thumbnail-effect {
	position: relative
}
.caption {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	color: #565454;
	z-index: 2;
	background-color: #f0f0f0;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#e7e7e7));
	background: -webkit-linear-gradient(top, #f0f0f0, #e7e7e7);
	background: -moz-linear-gradient(top, #f0f0f0, #e7e7e7);
	background: -ms-linear-gradient(top, #f0f0f0, #e7e7e7);
	background: -o-linear-gradient(top, #f0f0f0, #e7e7e7);
	cursor: pointer
}
.caption h4 {
	margin: 10px auto
}
.caption .label {
	color: #565454;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 18px;
	border: 1px solid #565454;
	background: #fff;
	text-transform: uppercase;
	font-weight: 600
}
.scrollToTop {
	bottom: 65px;
	color: #fff;
	font-size: 23px;
	height: 50px;
	line-height: 45px;
	position: fixed;
	right: 20px;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	width: 50px;
	z-index: 999;
	background-color: #333;
	border: 2px solid #333
}
#header-wrap, .list-group {
	position: relative;
	right: 0
}
.scrollToTop:focus, .scrollToTop:hover {
	background-color: #FFF;
	text-decoration: none;
	outline: 0;
	color: #333;
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}
#section {
	display: block;
	width: 100%;
	min-height: 100%
}
#page-wrap {
	margin: 0 auto;
	width: 100%
}
#header-wrap {
	left: 0;
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 99;
	height: auto;
	margin-bottom: 0
}
#fullColumn_fullpreview, #fullColumn_txtcurrentlink {
	width: 100%
}
#fullColumn_fullpreview iframe, #fullColumn_txtcurrentlink iframe {
	width: 100%;
	height: 1000px
}
.flexi_container {
	display: flex;
	justify-content: space-between;
}
.flexi_col {
	padding: 0 10px
}
/*.flexi_col a {
	background-color: #ffcb04
}*/
.top_social_links {
	/*float: right;
	display: flex;*/
	padding: 11px 5px
}
.top_social_links a {
	/*flex: 1 0 25%;*/
	padding: 3px 5px;
	margin: 0 3px;
	color: #ccc;
	text-align: center;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
}
.top_social_links a:hover {
	color: #fff;
}
.tophead {
	margin: 0;
	background-color: #333;
	height: 45px;
	font-family: 'IBM Plex Sans Thai Looped', sans-serif;
}
.topnav {
	margin: 0;
	line-height: 14px;
	float: right;
	padding: 15px 0;
}
.dropdown-menu {
	top: 27px;
	padding: 5px !important;
}
.dropdown-menu::before {
	content: '';
	width: 15px;
	height: 15px;
	position: absolute;
	transform: rotate(45deg);
	background-color: #fff;
	top: -5px;
	left: 15%;
	z-index: -1;
}
.topnav ul {
	margin: 0;
	padding: 0;
	float: right;
	min-height: 30px;
}
/*.topnav p{color:#ccc; margin-bottom:0; line-height:normal; padding-right:50px}*/
.topnav span {
	margin-right: 8px
}
.topnav .user {
	width: 30px;
	height: 30px;
	border: 1px solid #ccc;
	display: block;
	float: right;
	overflow: hidden;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: -8px;
}
.topnav .user img {
	width: 100%
}
#myhdr_pnltopheader {
	float: left;
	border-right: 1px solid #fff
}
.topnav ul li {
	margin: 0;
	display: inline-block;
	font-size: 14px;
	border-right: 1px solid #fff;
	padding: 0 6px;
	color: #fff;
	position: relative
}
.dropdown-menu li {
	display: block !important
}
.dropdown-menu li a {
	text-align: left;
	padding-top: 7px;
	padding-left: 0;
}
.topnav ul li:last-child {
	border-right: none
}
.topnav a.usergap {
	padding-left: 25px
}
.topnav a {
	color: #ccc;
	transition: .2s all;
	-webkit-transition: .2s all;
	-moz-transition: .2s all
}
.topnav a:hover {
	color: #fff
}
.header-block {
	margin: 8px 0
}
.header-block .main-navbar {
	background-color: #fff;
	border-radius: 0;
	min-height: 38px;
	margin: 0 auto;
	z-index: 11;
	height: auto;
	border: 1px solid #efefef;
	border-right: none;
	border-left: none
}
.header-block h2.welcome-box {
	color: #656464;
	font-size: 11.5px;
	font-weight: 400;
	margin-top: 0;
	text-align: left
}
.header-block .logo-img {
	margin: 5px auto 15px auto;
	display: block
}
.header-block .mobile-log, button.close-menu {
	display: none
}
.header-block .logo-img img {
	max-width: 271px;
	width: 100%
}
.logo {
	margin: 15px auto
}
.text-right {
	margin: 10px auto
}
.text-left {
	margin: 10px auto;
}
.topbanner {
	    position: relative;
    margin: 20px 0px 5px 0px;
}
.topbannerimg-bottom {
	display: none
}
.topbannerimg-bottom img {
	margin: 0 auto
}
.topbannerimg {
	margin-bottom: 15px
}
.topbannerimg img {
	margin: auto;
}
.header-block .right-banner img {
	width: 100%;
	margin-bottom: 8px
}
.header-block .main-navbar #navbar {
	padding-right: 0;
	width: 100%;
	padding-left: 0;
	float: left;
	border: 0 solid #666
}
.header-block .main-navbar #myhdr_sitemenu {
	float: left;
	border: 0 solid red;
	padding: 0 5px 0 0;
	margin: 0
}
.header-block .main-navbar .search {
	float: right;
	background: #fff;
	border-right: 1px solid #efefef;
	border-left: 1px solid #efefef
}
.header-block .main-navbar .search input[type=text] {
	width: auto;
	border: none;
	outline: 0;
	padding: 3px 5px;
	margin-right: -3px
}
.header-block .main-navbar .search input[type=image] {
	float: left;
	background-color: #4b4b4b;
	padding: 5px;
	width: 26px;
	height: 26px
}
.header-block .main-navbar .search input[type=image]:hover {
	background-color: red
}
.header-block .main-navbar .navbar-nav li a {
	color: #000;
	text-transform: uppercase;
	padding: 5px 15px;
	line-height: 35px;
	font-size: 13px;
	font-style: normal;
	border-right: 1px solid #efefef
}
.header-block .main-navbar .navbar-nav li a:last-child {
	border-right: 0!important
}
.header-block .main-navbar .navbar-nav .active a {
	background-color: #484848
}
.dropdown-menu li a {
	color: #000!important;
	background-color: transparent!important
}
.dropdown-menu li a:hover {
	color: #0060af !important;
}
.mega-dropdown-menu li a:hover {
	background: 0 0!important
}
.header-block .main-navbar .navbar-nav li a:focus, .header-block .main-navbar .navbar-nav li a:hover {
	background-color: #fff;
	color: #fff;
	background: -moz-linear-gradient(top, #0060af 0, #131c44 100%);
	background: -webkit-linear-gradient(top, #0060af 0, #131c44 100%);
	background: linear-gradient(to bottom, #0060af 0, #131c44 100%);
/*filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0060af', endColorstr='#131c44', GradientType=0 )*/
}
.header-block .main-navbar .navbar-nav .active a {
	color: #fff;
}
.header-block .main-navbar .navbar-nav .dropdown-menu {
	width: 100%;
	padding: 0;
	border: 1px solid #efefef
}
.header-block .main-navbar .navbar-nav {
	display: block;
	text-transform: capitalize;
	padding: 0;
	text-align: left;
	font-weight: 400;
	border: 0;
	background-color: transparent
}
.header-block .navbar-fixed-top {
	padding: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-moz-box-shadow: 0 3px 2px 0 rgba(0,0,0,.15);
	-webkit-box-shadow: 0 3px 2px 0 rgba(0,0,0,.15);
	box-shadow: 0 3px 2px 0 rgba(0,0,0,.15);
	margin-top: 0
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #484848
}
.header-block .main-navbar .navbar-nav .active {
	background-color: transparent;
	padding: 0;
	font-size: 24px;
	color: #000
}
.home-menu {
	height: 45px;
	border-right: 1px solid #efefef!important;
	border-left: 1px solid #efefef!important
}
.home-menu a {
	background-color: transparent!important;
	padding: 11px 15px!important;
	font-size: 24px!important;
	color: #000!important;
	line-height: 1px!important
}
.home-menu a:hover {
	color: #fff!important
}
.header-block .right-menu-box {
	position: relative;
	border: 0 solid red;
	float: right;
	right: 0;
	margin-top: 12px;
	text-align: right;
	width: auto;
	left: 1px
}
.brandbanner-desktop {
	display: block;
}
.brandbanner-mobile {
	display: none;
}
.socile-icon-box {
	width: auto;
	float: left;
	margin-right: 0
}
.language-box {
	width: auto;
	float: left;
	margin-top: -4px
}
.socile-icon-box .fa {
	margin: 0 8px;
	font-size: 16px;
	color: #9eabbf;
	text-align: center
}
.socile-icon-box .fa:hover {
	border: 0;
	background-color: transparent;
	color: #fff;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s
}
#gutter {
	position: fixed;
	top: 50px;
	z-index: 99;
}
#gutter > .left-banner {
	height: 100%;
	left: 45%;
	position: fixed;
	width: 1000px;
	top: 45px;
	z-index: 1;
	overflow: hidden;
	margin-left: -1513px;
}
#gutter > .right-banner {
	height: 100%;
	left: 55%;
	position: fixed;
	width: 1000px;
	top: 45px;
	z-index: 1;
	overflow: hidden;
	margin-left: 513px;
}
/*#gutter img{
	padding:5px;
	background-color:#fff;
	border:1px solid #ccc;}*/
#gutter img.cross {
	border: none !important;
	padding: 0 !important
}
#slider-wrap {
	float: left;
	display: inline;
	width: 100%;
	margin: -5px 0
}
.slider-block {
	width: 100%;
	background: #f8f8f8;
	padding: 15px 0;
	margin: -3px 0;
	border-bottom: 1px solid #eee;/*box-shadow: 0 1px 5px rgba(0,0,0,.3)*/
}
.slider-block .carousel {
	width: auto;
	padding: 0;
	margin: 11px 15px 0 0;
	height: 450px
}
#slider-wrap a img, .add_banner img {
	width: 100%
}
.slider-block .carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}
.slider-block .carousel-fade .carousel-inner .active {
	opacity: 1
}
.slider-block .carousel-fade .carousel-inner .active.right, .slider-block.carousel-fade .carousel-inner .active.left {
	left: 0;
	opacity: 0;
	z-index: 1
}
.slider-block .carousel-fade .carousel-inner .next.left, .slider-block .carousel-fade .carousel-inner .prev.right {
	opacity: 1
}
.slider-block .carousel-fade .carousel-control {
	z-index: 2
}
.slider-block .carousel-inner>.item>img {
	width: 100%;
	height: 100%
}
.subscribe-box {
	padding: 0!important
}
.carousel-caption {
	left: 0;
	bottom: 0;
	right: 0;
	padding: 15px 10px;
	height: auto;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0, rgba(0,0,0,0) 1%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0, rgba(0,0,0,0) 1%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0, rgba(0,0,0,0) 1%, rgba(0,0,0,1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0 );
	text-shadow: none;
	text-align: center
}
.search_icon, .view_all, ul.custom-tab li.active, ul.custom-tab li:hover, ul.tabs li.active, ul.tabs li:hover {
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0060af', endColorstr='#131c44', GradientType=0 );
}
.list-group {
	top: 0;
	overflow: hidden
}
.list-group-item {
	border-radius: 2px;
	cursor: pointer
}
.adsBelowNav, .side_ad {
	border: 1px solid #ccc
}
.side_ad {
	margin-bottom: 15px
}
.list-group .active {
	background-color: #337ab7
}
.slider-block .carousel-caption h3 {
	font-size: 20px;
	padding: 0 15px;
	margin: 5px 0
}
.slider-block .carousel-caption P {
	font-size: 14px;
	padding: 0 15px;
	line-height: normal;
	color: #fff;
	text-align: left
}
.issue-btm {
	background: #efefef;
	color: #000;
	text-align: center;
	line-height: 23px;
	font-size: 14px;
	clear: both;
	margin-bottom: 7px
}
.issue-btm a {
	color: #000;
	text-transform: uppercase;
	font-weight: 600
}
.add_banner {
	margin: 0;
	padding: 0
}
.add_banner_mobile {
	display: none
}
.newsletter-box {
	background: center 20% no-repeat #efefef;
	text-align: left;
	padding: 8px 10px;
	color: #000;
	font-weight: 700;
	border-radius: 3px;
	border: 1px solid #ddd;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.newsletter-box p {
	font-size: 18px
}
.newsletter-box input[type="text"] {
	padding: 15px;
}
.newsletter-box input[type="submit"] {
	height: 51px
}
#rightcol_articledetailbannerControl_detailads {
	overflow: hidden
}
.common_blk {
	margin: 30px 15px;
	overflow: hidden;
}
.right-add-banner {
	margin-bottom: 15px
}
.newsletter-box input {
	border: 0;
	color: #333;
	padding: 3px;
	font-family: 'IBM Plex Sans Thai Looped', sans-serif;
	font-weight: 400
}
.newsletter-box input[type=button] {
	background-color: #1b1a1a;
	border: 0;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	padding: 15px 15px 15px 15px !important;
}
.myarticle h1, ul.tabs {
	border-bottom: 1px solid #ccc
}
.subscribe {
	margin: 27px 30px
}
.subscribe p {
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	color: #fff;
	text-align: left
}
.subscribe input[type=text] {
	padding: 10px
}
.subscribe input[type=submit] {
	padding: 10px 5px!important;
	font-size: 18px
}
.categorytagwise {
	position: absolute;
	background: rgba(0,0,0,.7);
	color: #fff;
	padding: 2px 15px!important;
	z-index: 1;
	top: 0;
	width: auto;
	white-space: nowrap;
	font-size: 13px;
	line-height: 22px;
	text-align: center;
	text-transform: capitalize;
	opacity: 1;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out
}
#center-wrap, #content-wrap {
	float: left;
	width: 100%;
	clear: both
}
.tabs-articles-block {
	margin: 20px auto 0
}
.marquee-box {
	margin-top: 0;
	color: #ccc;
	padding: 9px 0;
	width: 50%;
}
.marquee-box strong {
	font-weight: 400
}
.marquee-box h1 {
	font-size: 15px;
	color: #eee;
	margin: 7px auto;
	padding-top: 0
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	height: auto;
	width: 100%
}
/*ul.tabs.cover-full {
	width: auto;
	float: right
}*/
ul.custom-tab li, ul.tabs li {
	float: left;
    cursor: pointer;
    font-size: 0.98em;
    flex: 1;
    text-align: center;
    padding: 8px 3.2px;
    line-height: 30px;
    background: #333;
    color: #ececec;
    position: relative;
    text-transform: uppercase;
    font-family: 'IBM Plex Sans Thai Looped', sans-serif;
}

ul.custom-tab li, ul.tabs li:nth-child(2){background:#cab004;}
ul.custom-tab li, ul.tabs li:nth-child(3){background:#00aeef;}
ul.custom-tab li, ul.tabs li:nth-child(4){background:#ec008c;}
ul.tabs li h2 {
	font-size: 14px;
	color: #fff;
	font-weight: 400!important
}
ul.custom-tab li:hover, ul.tabs li:hover {
	background: #0060af;
	background: -moz-linear-gradient(top, #0060af 0, #131c44 100%);
	background: -webkit-linear-gradient(top, #0060af 0, #131c44 100%);
	background: linear-gradient(to bottom, #0060af 0, #131c44 100%)
}
ul.custom-tab li.active, ul.tabs li.active {
	background: #0060af;
	background: -moz-linear-gradient(top, #0060af 0, #131c44 100%);
	background: -webkit-linear-gradient(top, #0060af 0, #131c44 100%);
	background: linear-gradient(to bottom, #0060af 0, #131c44 100%);
	color: #fff;
	display: block
}
ul.custom-tab {
	float: right
}
.highlights {
	display: none
}
/*.pro_pages{
	display:flex;
	text-justify:center;	
	position:relative}*/
.loading-brand {
background-color: rgba(0,0,0,0.5);
	width: 100%;
	position: fixed;
	left: 0;
	margin: auto;
	right: 0;
	top: 0;
	bottom: 0;
	z-index:99999;
	text-align:center;
}

.loading-brand span {
	position: absolute;
	/*padding: 50%;*/
	color: #fff;
	top:60%;
}

.loading-brand img{width:100px;}
.tab_container {
	border-top: none;
	width: auto;
	background: #fff;
	margin: 0 auto
}
.tab_content {
	margin: 8px 0;
	display: block;
	text-align: left
}
.tab_content img {
	margin: 20px auto
}
.tab_content h1 {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 20px
}
.tab_drawer, .tab_drawer_heading {
	display: none
}
.myarticle h1 {
	margin: 0 0 10px;
	padding: 0 0 10px;
	font-size: 20px;
	font-weight: 600
}
.article-box {
	margin-bottom: 40px;
	min-height: 650px;
}
.article-box h2 {
	line-height: 30px;
	margin: 0 0 10px;
	color: #000;
	font-size: 25px;
	font-weight: 700;
	text-align: left
}
.cat_article {
	/*height: 265px;*/
	min-height: 305px !important;
}
.listArticle h3, .tab_container h3 {
	height: auto
}
.tab_container h3 {
	font-size: 18px;
	font-weight: normal;
	padding: 0;
	margin-top: 0;
	line-height: 30px;
}

.new-head1 h3 {
    font-size: 26px !important;
    font-weight: normal;
    padding: 0;
    margin-top: 0;
    line-height: 38px;
    max-height: 112px;
    overflow: hidden;
}

.listArticle h3 {	
    color: #000;	
    font-size: 16px;	
    font-style: normal;	
    line-height: initial;	
    padding: 10px 10px 10px 1px;	
    margin-top: 0;	
}
.tab_container h3 a {
    color: #000000 !important;
    font-style: normal;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0px;
}
.tab_container h3 a:hover {
	color: #000000
}
 
.new-head1 p {	
	color: #111;	
	font-size: 18px;	
	font-weight: 400;	
	font-family: 'IBM Plex Sans Thai Looped', sans-serif !important;	
	letter-spacing: 0;
	height: 136px;
    overflow: hidden;
	margin-bottom: 0px;	
}

.tab_container p {
    color: #111;
    font-size: 16px;
    font-weight: 400;
    font-family: 'IBM Plex Sans Thai Looped', sans-serif !important;
    letter-spacing: 0;
}
.paragraph p {	
	color: #111;	
	font-size: 16px;	
	font-weight: 400;	
	font-family: 'IBM Plex Sans Thai Looped', sans-serif !important;	
	letter-spacing: .2px;	
	padding: 15px 20px;	
	margin-bottom: 0px;	
}
.tab_container .read-more {
	background: linear-gradient(to bottom, #0060af 0, #131c44 100%);
    color: #fff;
	font-size: 14px;
	font-weight: 400;
	padding: 5px 10px;
	border-radius: 0;
	font-style: normal;
	border: 1px solid #ddd;
	box-shadow: 1px 2px 5px #cccc;
	margin-top:10px;
}
.tab_container .read-more.tmm {
	background-color: #fff;
	color: #6d6e71;
	font-size: 15px;
	font-weight: 400
}
.tab_container .read-more.tmm>i {
	padding-right: 5px
}
.tab_container .read-more.tmm:hover {
	background-color: #fff;
	transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	-ms-transform: none;
	color: #6d6e71
}
.tab_container .read-more:hover {
	background-color: #000;
	color: #fff
}
.fa-ul {
	margin-top: 0;
	margin-left: 0;
	padding: 0;
	height: 493px!important;
	margin-bottom: 0;
	overflow-y: hidden
}
.fa-ul li {
	display: inline-flex;
	margin: 5px 0;
	padding: 0;
	width: 100%;
	font-size: 14px
}
.tabs-articles-block .fa-ul .glyphicon {
	font-size: 8px;
	color: #23527c;
	text-align: right;
	margin-top: 5px
}
.newimg {
	margin: 0;
	padding: 0;
	background-color: #fff
}
.newimg img {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left
}
.newimg p {
	float: left;
	padding: 18px 0;
	width: 63%;
	height: 77px
}
.videotags, ul.tabss {
	float: left;
	width: 100%
}
.videotags {
	margin-top: 20px;
	margin-bottom: 20px
}
.tab_content .form-control.vtag {
	margin: 0;
	max-width: 49%
}
ul.tabss {
	margin: 0;
	padding: 0;
	height: auto
}
ul.custom-tab li, ul.tabss li {
	margin: 0 5px 0 0;
	padding: 8px 18.2px;
	font-size:0.9em;
	line-height: 30px;
	color: #ececec;
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
	cursor: pointer
}
ul.tabss.cover-full {
	width: auto;
	float: right
}
.tggg, ul.custom-tab li, ul.tabss li {
	float: left
}
ul.tabss li {
	background: #333
}
ul.tabss li h2 {
	font-size: 14px;
	font-weight: 400;
	color: #fff
}
ul.custom-tab li:hover, ul.tabss li:hover {
	background: -moz-linear-gradient(top, #0060af 0, #131c44 100%);
	background: -webkit-linear-gradient(top, #0060af 0, #131c44 100%);
	background: linear-gradient(to bottom, #0060af 0, #131c44 100%)
}
ul.custom-tab li.active, ul.tabss li.active {
	background: -moz-linear-gradient(top, #0060af 0, #131c44 100%);
	background: -webkit-linear-gradient(top, #0060af 0, #131c44 100%);
	background: linear-gradient(to bottom, #0060af 0, #131c44 100%);
	color: #fff;
	display: block
}
.search_video {
	position: relative;
	margin: 0 0 10px;
	width: 100%
}
.srtv_search {
	margin: 15px auto;
	display: flex;
	justify-content: space-between;
	border: 1px solid #ccc;
}
.search_video input[type=text] {
	padding: 10px;
	float:left;
	width:100%;
	border:0	
}
.search_video::after {
	content: "\f002";
	font-family: fontAwesome;
	position: absolute;
	width: 30px;
	height: 30px;
	color: #999;
	font-size: 24px;
	top: 10px;
	right: 10px;
}
.srtv_search select {
	padding: 10px;
	width: 100%;
	border: 1px solid #ccc;
}
.search_icon {
	padding: 15px 45px;
	margin: 0 -6px;
	background: #0060af;
	background: -moz-linear-gradient(top, #0060af 0, #131c44 100%);
	background: -webkit-linear-gradient(top, #0060af 0, #131c44 100%);
	background: linear-gradient(to bottom, #0060af 0, #131c44 100%);
	border: 1px solid #ccc;
	outline: 0;
	border-radius: 0 7px 7px 0;
	color: #fff
}
.tggg {
	margin: 8px 0;
	display: none;
	text-align: left;
	width: 100%
}
.opinion-block {
	width: 100%;
	clear: both;
	background-color: #fff;
	padding: 20px 0
}
.opinion-block h4 {
	background-color: #013d7e;
	color: #fff;
	padding: 15px;
	text-transform: uppercase;
	margin: 0
}
.opinion-block .carousel {
	background-color: transparent
}
.opinion-block blockquote p {
	margin-top: -25px;
	line-height: 25px
}
.opinion-block blockquote small {
	color: #23527c;
	font-weight: 700
}
.opinion-block .vertical .carousel-inner {
	height: 100%;
	min-height: 265px
}
.opinion-block .carousel-control.left, .opinion-block .carousel-control.right {
	height: 30px;
	width: 30px;
	overflow: hidden;
	background: 0 0;
	color: #000;
	transform: rotate(90deg);
	position: relative;
	float: right;
	z-index: 111;
	right: 0
}
.opinion blockquote::after, .opinion blockquote::before {
	width: 0;
	height: 0;
	bottom: 0;
	content: " ";
	display: block;
	right: 0
}
.opinion-block .carousel.vertical .item {
	-webkit-transition: .6s ease-in-out top;
	-moz-transition: .6s ease-in-out top;
	-ms-transition: .6s ease-in-out top;
	-o-transition: .6s ease-in-out top;
	transition: .6s ease-in-out top;
	margin: 20px 10px 20px 25px
}
.opinion-block .carousel.vertical .active {
	top: 0
}
.opinion-block .carousel.vertical .next {
	top: 400px
}
.opinion-block .carousel.vertical .prev {
	top: -400px
}
.carousel.vertical .prev.right, .opinion-block .carousel.vertical .next.left {
	top: 0
}
.opinion-block .carousel.vertical .active.left {
	top: -400px
}
.opinion-block .carousel.vertical .active.right {
	top: 400px
}
.opinion-block .carousel-control.left {
	top: 0
}
.opinion-block .carousel-control.right {
	margin-top: 0;
}
.opinion {
	min-height: 250px;
	padding: 5%;
	background-color: #fff;
	text-align: center;
}
.opinion blockquote {
	background: url(../images/opinion-bg.png) top left no-repeat;
	border: none;
	color: #666;
	display: block;
	font-size: 14px;
	line-height: 20px;
	padding: 30px 30px 20px 30px;
	position: relative;
}
/*.opinion blockquote::before {
	position: absolute;
	border-bottom: 20px solid #fff;
	border-right: 0 solid transparent;
	border-left: 15px solid transparent;
	border-left-style: inset;
	border-bottom-style: inset
}
.opinion blockquote::after {
	position: absolute;
	border-style: solid;
	border-width: 20px 20px 0 0;
	border-color: #23527c transparent transparent
}*/
#ui-id-1 {
	z-index: 9999 !important
}
.opinion .carousel-info {
	margin: 45px 0 0;
	overflow: hidden
}
.opinion .carousel-info img {
	border: 1px solid #f5f5f5;
	border-radius: 150px!important;
	height: 75px;
	padding: 3px;
	width: 75px;
	margin-right: 15px
}
.opinion .carousel-info span {
	display: block
}
.opinion span.opinion-name {
	color: #23527c;
	font-size: 16px;
	font-weight: 600;
	margin: 23px 0 7px
}
.opinion span.opinion-post {
	color: #000;
	font-size: 14px;
	font-weight: 600
}
.readerbtn {
	display: flex;
	justify-content: center
}
.subscribe-block {
	margin: 25px auto 0;
	background-color: #3f3f3f;
	overflow: hidden
}
.subscribe-block img {
	width: 100%
}
.facebook-head, .twitter-head {
	margin-bottom: 1px;
	overflow: hidden
}
.your-opinion {
	background-color: #eee;
	padding: 10px 31px;
	color: #333;
	font-size: 14px;
	width: auto;
	border-radius: 38px;
	margin-right: 15px;
	float: left;
	text-align: center;
	border-right: 1px solid #e2e2e2;
}
a.your-opinion:hover {
	background-color: #23527c;
	color: #fff
}
.facebook-head {
	background: #375baf
}
.twitter-head {
	background: #34ccfe
}
.facebook-head img, .twitter-head img {
	max-width: 278px;
	width: 100%;
	float: left
}
.video-block iframe {
	width: 100%;
	border: 0
}
.videoheading {
	overflow: hidden;
	margin: 0 0 15px;
	background: #efefef;
	padding: 10px;
	border-left: 2px solid #000
}
.videoheading h1, .videoheading h2 {
	float: left;
	font-size: 24px;
	margin: 0;
	font-weight: 400;
	text-transform: capitalize
}
.videoheading a {
	float: right;
	color: #000;
	margin: 0 15px 0 0;
	line-height: 25px
}
.videoheading a:hover {
	color: #333
}
.view_all {
	border-radius: 3px;
	padding: 0 10px;
	margin: 0!important;
	position: absolute;
	color: #fff!important;
	background: -moz-linear-gradient(top, #0060af 0, #131c44 100%);
	background: -webkit-linear-gradient(top, #0060af 0, #131c44 100%);
	background: linear-gradient(to bottom, #0060af 0, #131c44 100%)
}
a.view_all:hover {
	background: #000;
	color: #fff
}
.paging {
	margin-bottom: 15px;
	display:none
	
}
#footer-wrap {
	width: 100%;
	clear: both
}
#footer-wrap .nav>li>a {
	color: #9eabbf;
	padding: 5px;
	font-size: 14px
}
#footer-wrap .nav>li>a:hover {
	color: #fff;
	background-color: transparent
}
.footer-block {
	background: url(../images/footer_bg.png) bottom no-repeat #313131;
	height: auto;
	padding: 25px 0;
	width: 100%
}
.footer-logo {
	margin-top: 40px
}
.footer-block img {
	text-align: center;
	margin: 0 auto
}
.footer-bottom-block {
	background: #000;
	padding: 3px 0;
	color: #fff;
	text-align: center;
	font-size: 12px
}
.footer-bottom-block a {
	color: #9eabbf
}
.footer-bottom-block a:hover {
	color: #fff
}
.footer-bottom-block p {
	padding-top: 6px
}
#innerpage-wrap {
	width: 100%;
	clear: both;
	margin-bottom: 0
}
.left-content-block {
	height: 100%;
	margin: 15px auto;
	float: left;
	min-height: 1248px;/*padding: 0 30px 0 0;*/
}

.arcontent iframe{width:100%;}
.left-content-block a {
	color: #000;
	font-weight: 500;
}
.left-content-block a:hover {
	text-decoration: none;
}
.left-content-block h1 {
    font-size: 34px;
    color: #000;
    text-align: left;
    font-weight: 600;
    line-height: 45px;
}
.more_pics {
	border: none;
	padding: 0;
	border-radius: 0
}
.more_pics>h3 {
	font-size: 16px;
	margin: 15px auto 30px;
	height: 35px;
	text-align: center
}
.covrpgemagzn {
	width: 100%
}
.covrpgemagzn .left-content-block {
	min-height: auto;
	float: none;
	border: none
}
.post-info {
	font-size: 14px;
	color: #666;
	margin: 5px 0 10px
}
.post-info img {
	padding-left: 7px
}
.post-info-icon {
	background-image: url(../images/post-icon.png);
	background-position: center;
	padding: 10px 20px;
	background-repeat: no-repeat
}
.left-content-block .post-img {
	margin-bottom: 25px;
}
.left-content-block ol{margin-bottom:40px;}
.left-content-block ol li{margin-bottom:20px;}

.left-content-block h1 span {
	background: #064f91;
	color: #fff;
	padding: 10px
}
.left-content-block h1 i {
	font-size: 20px
}
.left-content-block strong {
	color: #064f91;
	display: block;
	font-size: 18px;
	font-weight: 500;
	margin-top: 20px
}
.left-content-block strong.tag {
	color: #8f3940;
	display: inline;
	font-size: 22px;
	font-weight: 600
}
.left-content-block p {
	font-size: 1.7rem;
	color: #000
}
.tags {
	margin-top: 30px
}
/*h3.fb-h {
	font-size: 18px;
	color: #000
}*/

h3.fb-h {
	font-size: 20px;
	font-weight: 400;
	text-transform: capitalize;
	background-position: left bottom;
	background-repeat: repeat-x;
	color: #000;
	text-align: left;
	overflow: hidden;
	margin: 15px 0;
	padding-left: 10px;
	padding-bottom: 2px;
	border-left: 2px solid #000;
}
.comment, .comment-box {
	padding: 10px 0 30px;
	font-family: 'IBM Plex Sans Thai Looped', sans-serif;
}
.comment-box textarea {
	width: 100%;
	border-radius: 7px;
	border: 1px solid #ccc;
	padding: 15px;
	display: block
}
.comment-box > div {
	background-color: #013d7e;
	text-align: center;
	color: #fff;
	padding: 7px 15px;
	float: left;
	border-radius: 5px;
	margin: 15px auto;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.comment-box > div:hover {
	background-color: #337ab7;
}
.comment-box input[type='button'] {
	border: 0;
	color: #fff;
	background-color: transparent;
	font-size: 16px;
}
.comment-box div::before {
	content: '\f0e6';
	font-family: fontAwesome;
	color: #fff
}
.comment-display img {
	padding: 3px;
	border: 1px solid #ccc;
	border-radius: 50%
}
.comment-display > td {
	padding: 10px 0
}
.replylink a {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px 15px;
	margin: 15px 15px 15px 0;
	float: left;
}
.replylink a:hover {
	color: #666;
	text-decoration: none
}
.divreply {
	clear: both;
	margin: 10px 0;
	display: none
}
.divreply input[type="text"] {
	width: 100%;
	border: 1px solid #eee;
	position: relative;
	top: 0;
	height: 40px;
	border-radius: 5px;
}
#divReply1 {
	margin-top: 15px
}
#divReply1 textarea {
	width: 100%;
	border-radius: 3px;
	border-color: #ddd
}

.tags .tags-butt {
    color: #000;
    font-size: 16px;
    padding: 8px 12px 8px 12px;
    margin-bottom: 10px;
    font-weight: 500;
    border-radius: 3px;
    background-color: #f3f3f3;
    border: 1px solid #d5d5d5;
}

.tags .tags-butt:hover {
	background: #f3f3f3!important;
	color: #000;
}
.share-text {
	font-size: 27px;
	font-weight: 700;
	color: #6d6e71
}
.left-content-block .socile-icon-box .fa {
	line-height: 41px;
	margin: 0 2px;
	font-size: 30px;
	height: 46px;
	width: 46px;
	border: 2px solid #000
}
.left-content-block .socile-icon-box {
	margin: 30px 0;
	min-height: 50px
}
.right-content-block-top {
	height: 100%;
	margin: 15px auto;
	position: sticky;
	top: 65px;
}

.right-content-block-topp {
	height: 100%;
	margin: 15px auto;
	position: sticky;
	top: 65px;
}
.top-stories {
	padding-bottom: 35px;
	overflow: hidden
}
.sticky {
	position: sticky;
	top: -3200px
}
.right-title {
	font-size: 20px;
	font-weight: 500;
	text-transform: capitalize;
	background-position: left bottom;
	background-repeat: repeat-x;
	color: #000;
	text-align: left;
	overflow: hidden;
	margin: 15px 0;
	padding-left: 10px;
	padding-bottom: 2px;
	border-left: 2px solid #000;
	background:#f7f7f7;
	padding:10px;
	margin-top:0px;
}
.right-content-block .list-group-item, .other-sections .list-group-item {
    padding: 12px 15px 10px 15px;
    border: 0;
    border-bottom: 1px dotted #ccc;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    float: left;
    width: 100%;
    border-radius: 0;
    margin-top: 10px;
}
.right-content-block .list-group-item a, .other-sections .list-group-item a {
	width: 100%;
	padding-left: 10px;
	float: left;
	color: #111
}
.right-content-block .list-group-item a::before, .other-sections .list-group-item a::before {
	content: '\f105';
	font-family: fontAwesome;
	margin-right: 15px;
	position: absolute;
	left: 12px;
}
.pd-right {
	padding-right: 30px
}
.other-sections {
	clear: both;
}
.other-sections .list-group-item {
	padding: 0;
	margin-bottom: 0;
	text-transform: capitalize;
	border: 0;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	color: #010101;
	font-weight: 400;
	float: left;
	width: 100%
}
.other-sections .list-group-item:last-child {
	border-bottom: none
}
.other-sections .list-group-item a {
	color: #000;
	width: 100%;
	float: left;
	padding: 10px 0 10px 30px;
	font-size: 16px;
	font-weight: 300;
}
.stories-box {
	float: left;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.stories-box h3 {
	font-size: 18px;
	margin-top: 15px;
	font-weight: 600;
	line-height: 22px;
	height: auto
}

.stories-box h3 a {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}

.stories-box a img {
    max-height: 206px;
    width: 100%;
}

.stories-box p {
	font-size: 14px;
	color: #000
}
.more-stories-butt {
	color: #fff;
	background-color: #013d7e;
	border: 0;
	border-radius: 0;
	font-size: 12px;
	padding: 5px;
	margin-bottom: 20px
}
.more-stories-butt:hover {
	background-color: #000;
	color: #fff
}
.form-contentt p {
	font-size: 18px;
	color: #6d6e71;
	padding: 25px 0
}
.form-contentt li::before {
	background: #8f3940;
	content: "";
	height: 7px;
	left: -7px;
	position: absolute;
	top: 10px;
	width: 7px
}
.form-contentt li {
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 10px;
	position: relative
}
.tab_content .form-control {
	margin: 20px;
	max-width: 70%
}
.tab_content .sel {
	margin: 20px;
	max-width: 54%
}
.tab_content label {
	width: 17%;
	font-weight: 400
}
.tab_content textarea {
	border: 1px solid #c5c5c5;
	width: 90%;
	min-height: 120px
}
.tab_content .btn.btn-sm.btn-primary {
	font-size: 18px;
	margin: 20px 0 0 15px;
	background: #1a59b6
}
.tab_content .btn.btn-sm.btn-primary:hover {
	background: #64ac2c
}
.form-feedback h4 {
	font-size: 16px
}
.form-feedback ul li {
	display: inline;
	padding: 5px
}
.form-feedback ul li a {
	font-size: 24px;
	color: #999
}
.form-feedback ul li a:hover {
	color: #960;
	position: relative
}
.form-feedback ul li a:active:after {
	content: "\f005";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 0
}
.Opinion-heading p, .about-heading p, .advertise-heading p, .complimentary-heading p, .contact-heading p, .disclaimer-block p, .mediakit-heading p, .newsletter-heading p, .privacy-block p, .showcase-block p, .showcase-heading p, .sitemap-block p, .subscription-heading p, .terms-block p {
	font-family: 'IBM Plex Sans Thai Looped', sans-serif
}
.form-feedback label {
	width: 7%
}
.form-feedback .form-control {
	display: inline;
	margin: 15px 0 10px 15px;
	max-width: 30%
}
.form-feedback .btn.btn-sm.btn-primary {
	margin: 20px 0 0
}
.advertise-heading p {
	font-size: 16px;
	margin-top: 28px
}
.advertise-heading p strong {
	color: #333;
	margin-bottom: 30px
}
.advertise-block .form-control {
/*max-width: 70%*/
}
.advertise-block .sel {
	max-width: 70%;
	min-height: 0
}
.no-padding {
	padding-left: 0
}
.cs-padding {
	padding-left: 15px
}
.advertise-block .sp-w {
	max-width: 88%
}
.advertise-block label {
	font-weight: 400;
	padding-bottom: 5px
}
.advertise-block .star {
	color: red
}
.advertise-block span {
	font-size: 18px
}
.advertise-block .help-text {
	font-size: 12px;
	text-decoration: underline dotted red;
	display: block
}
.advertise-block textarea {
	border: 1px solid #c5c5c5;
	/*width: 88%;*/
	margin-bottom: 15px;
	min-height: 120px
}
.advertise-block select {
	width: 70%;
	border: 1px solid #999;
	min-height: 96px
}
.advertise-block .btn.btn-sm.btn-primary {
	font-size: 18px;
	margin: 20px 10px 0 0;
	background: #1a59b6
}
.advertise-block .btn.btn-sm.btn-primary:hover {
	background: #64ac2c
}
.contact-block {
	margin: 15px auto;
	padding: 0;
	overflow: hidden
}
.form-inline_login {
	float: left;
	width: 100%;
	background-color: #f8f8f8;
	padding: 10px 0;
	border: 1px solid #efefef;
	margin-top: 15px;
	margin-bottom: 30px;
}

.form-inline .form-group {
	margin: 10px auto
}
.contact-heading p:first-of-type {
	margin-top: 30px
}
.contact-heading p {
	font-size: 16px;
	margin-top: 20px
}
.contact-heading p a {
	text-decoration: underline;
	color: #09C
}
.contact-heading p strong {
	display: inline-block;
	color: #333;
	font-size: 16px;
	margin: 0
}
.contact-block>h3 {
	border-bottom: 1px solid #999;
	padding-bottom: 12px;
	position: relative
}
.contact-block>h3::after {
	background: #06c;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	top: 36px;
	width: 60px
}
.contact-block .sel {
	max-width: 54%
}
.contact-block label {
	width: 17%;
	font-weight: 400
}
.contact-block textarea {
	border: 1px solid #c5c5c5;
	width: 90%;
	min-height: 120px
}
.reg-but {
	margin: 20px auto;
	overflow: hidden;
	float: left
}
.reg-but a {
	line-height: 47px;
	font-size: 16px;
	margin: 0 0 0 15px;
	padding: 12px 40px;
	background-color: #064f91;
	border-radius: 0;
	color: #fff
}
.reg-but a:hover {
	background-color: #64ac2c;
	border: 1px solid #064f91
}
.contact-block .btn.btn-sm.btn-primary {
	float: left;
	font-size: 16px;
	margin: 0 5px;
	padding: 10px 40px;
	background-color: #064f91;
	border-radius: 0
}
#leftcol_HyperLink1 {
	float: left;
	margin: 20px 0 0 15px;
	line-height: 46px;
	cursor: pointer
}
.contact-block .btn.btn-sm.btn-primary:hover {
	background: #64ac2c
}
.forget {
	margin: 33px 10px;
	padding: 0;
	float: left;
	display: block
}
.forget li {
	display: inline-block;
	float: left;
	margin: 0 5px;
	border-right: 1px solid #777;
	padding: 0 15px;
	line-height: 16px
}
.forget li:last-child {
	border-right: none
}
.about-heading p:first-of-type {
	margin-top: 30px
}
.about-heading p {
	font-size: 16px;
	margin-top: 20px
}
.about-heading p a {
	text-decoration: underline;
	color: #064f91
}
.about-heading strong {
	display: inline-block;
	color: #000;
	font-size: 16px;
	margin: 0
}
.about-heading P strong {
	display: inline-block;
	color: #064f91;
	font-size: 18px;
	margin: 0
}
.about-heading li {
	font-size: 16px;
	list-style: disc;
	color: #000
}
.footer_sections {
	padding-bottom: 25px;
	position: relative;
	z-index: 1
}
.footer_sections ul, .mega-dropdown-menu>li>ul>li, .popular_sec ul {
	list-style: none
}
.footer_sections p {
	color: #fff
}
.bottomlink {
	margin: 15px auto;
	text-align: center;
	font-family: 'IBM Plex Sans Thai Looped', sans-serif;
}
.bottomlink a {
	padding: 0 2px;
	color: #666;
}
.bottomlink a:hover {
	color: #fff
}
.about-block {
	margin-top: 40px;
	width: 100%
}
.about-block p {
	font-size: 16px;
	display: block;
	line-height: 22px;
	padding: 0 0 15px;
	color: #000;
	text-align: left
}
.about-block ul {
	margin: 0;
	padding: 0 0 0 30px;
	line-height: 24px
}
.about-block ul li {
	margin: 5px 0
}
.acidjs-rating-stars, .acidjs-rating-stars label::before {
	display: inline-block
}
.acidjs-rating-stars label:hover, .acidjs-rating-stars label:hover label {
	color: #f5b301
}
.acidjs-rating-stars * {
	margin: 0;
	padding: 0
}
.acidjs-rating-stars input {
	display: none
}
.acidjs-rating-stars {
	unicode-bidi: bidi-override;
	direction: rtl
}
.acidjs-rating-stars label {
	color: #ccc;
	margin-left: 15px;
	padding-left: 0!important;
	width: 7%!important
}
.acidjs-rating-stars label::before {
	content: "\2605";
	width: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 32px;
	cursor: pointer
}
.Opinion-block>h3::after, .mediakit-block>h3::after {
	content: "";
	height: 5px;
	left: 0;
	top: 32px
}
.acidjs-rating-stars input:checked~label {
	color: #f5b301
}
.acidjs-rating-disabled {
	opacity: .5;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none
}
.Opinion-heading p:first-of-type {
	margin-top: 30px
}
.Opinion-heading p {
	font-size: 16px;
	margin-top: 20px
}
.Opinion-block>h3 {
	border-bottom: 1px solid #999;
	padding-bottom: 12px;
	position: relative;
	font-size: 20px;
	margin-top: 35px
}
.Opinion-block>h3::after {
	background: #06c;
	position: absolute;
	width: 60px
}
.Opinion-block .form-control {
	margin: 20px;
	max-width: 70%
}
.Opinion-block .sel {
	margin: 20px;
	max-width: 54%
}
.Opinion-block label {
	width: 20%;
	font-weight: 400
}
.Opinion-block textarea {
	border: 1px solid #c5c5c5;
	width: 90%;
	min-height: 120px
}
.Opinion-block .btn.btn-sm.btn-primary {
	font-size: 18px;
	margin: 20px 0 0 15px;
	background: #1a59b6
}
.Opinion-block .btn.btn-sm.btn-primary:hover {
	background: #64ac2c
}
.mediakit-heading p:first-of-type {
	margin-top: 30px
}
.mediakit-heading p {
	font-size: 16px;
	margin-top: 20px
}
.mediakit-block>h3 {
	border-bottom: 1px solid #999;
	padding-bottom: 12px;
	position: relative;
	font-size: 20px;
	margin-top: 35px
}
.mediakit-block>h3::after {
	background: #06c;
	position: absolute;
	width: 60px
}
.mediakit-block .form-control {
	margin: 20px;
	max-width: 70%
}
.mediakit-block .sel {
	margin: 20px;
	max-width: 54%
}
.mediakit-block .form-inline {
	margin-top: 30px
}
.mediakit-block label {
	width: 20%;
	font-weight: 400;
	display: inline-grid;
}
.mediakit-block textarea {
	border: 1px solid #c5c5c5;
	width: 90%;
	min-height: 120px
}
.privacy-block>h3, .subscription-block>h3 {
	border-bottom: 1px solid #999;
	padding-bottom: 12px
}
.mediakit-block .btn.btn-sm.btn-primary {
	font-size: 18px;
	margin: 20px 0 0 15px;
	background: linear-gradient(to bottom, #0060af 0, #131c44 100%);
	border: none;
}

checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-left: -30px;
}

.disclaimer-block p, .privacy-block p, .terms-block p {
	font-size: 16px
}
.mediakit-block .btn.btn-sm.btn-primary:hover {
	background: linear-gradient(to bottom, #0060af 0, #131c44 100%);
	border: none;
}
.privacy-block>h3::after, .subscription-block>h3::after {
	background: #06c;
	top: 32px;
	width: 60px;
	content: "";
	height: 5px;
	left: 0
}
.terms-block p:first-of-type {
	margin-top: 30px
}
.terms-block p {
	margin-top: 20px
}
.disclaimer-block p:first-of-type {
	margin-top: 30px
}
.disclaimer-block p {
	margin-top: 20px
}
.privacy-block p:first-of-type {
	margin-top: 30px
}
.privacy-block p {
	margin-top: 20px
}
.privacy-block>h3 {
	position: relative;
	font-size: 20px;
	margin-top: 35px
}
.sitemap-block p, .subscription-heading p {
	font-size: 16px
}
.privacy-block>h3::after {
	position: absolute
}
.sitemap-block p:first-of-type {
	margin-top: 30px
}
.sitemap-block p {
	margin-top: 20px
}
.subscription-heading p:first-of-type {
	margin-top: 30px
}
.subscription-heading p {
	margin-top: 20px
}
.subscription-block>h3 {
	position: relative;
	font-size: 20px;
	margin-top: 35px
}
.subscription-block>h3::after {
	position: absolute
}
.subscription-block .form-control {
	margin: 25px 0 20px;
	max-width: 70%
}
.subscription-block .sel {
	margin: 20px;
	max-width: 54%
}
.subscription-block label {
	width: 25%;
	font-weight: 400
}
.subscription-block p {
	font-size: 16px;
	color: red
}
.subscription-block textarea {
	border: 1px solid #c5c5c5;
	width: 90%;
	min-height: 120px
}
.subscription-block .btn.btn-sm.btn-primary {
	font-size: 18px;
	margin: 20px 0 0;
	background: #1a59b6
}
.subscription-block .btn.btn-sm.btn-primary:hover {
	background: #64ac2c
}
.subscription-block .image-preview-input {
	position: relative;
	overflow: hidden;
	margin: 0;
	color: #333;
	background-color: #fff;
	border-color: #ccc
}
.complimentary-block .star, .subscription-block .star {
	color: red
}
.subscription-block .image-preview-input input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0)
}
.subscription-block .image-preview-input-title {
	margin-left: 2px
}
.subscription-block .input-group.image-preview {
	width: 119%
}
.subscription-block .form-control.image-preview-filename {
	max-width: 100%;
	margin: 0
}
.subscription-block h4 {
	font-size: 16px;
	margin-top: 35px
}
.complimentary-heading p:first-of-type {
	margin-top: 30px
}
.complimentary-heading p {
	font-size: 16px;
	margin-top: 20px
}
.complimentary-block>h3 {
	border-bottom: 1px solid #999;
	padding-bottom: 12px;
	position: relative
}
.complimentary-block>h3::after {
	background: #06c;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	top: 36px;
	width: 60px
}
.feedback-block>h3::after, .newsletter-block>h3::after {
	height: 5px;
	left: 0;
	top: 30px;
	content: ""
}
.complimentary-block .form-control {
	margin: 20px;
	max-width: 70%
}
.complimentary-block .sel {
	margin: 20px;
	max-width: 54%;
	width: 54%
}
.complimentary-block .sel-single {
	margin: 10px 0 0;
	max-width: 54%;
	width: 27%
}
.complimentary-block h4 {
	font-size: 14px;
	margin-top: 25px;
	line-height: 22px
}
.complimentary-block label {
	width: 34%;
	font-weight: 400
}
.complimentary-block textarea {
	border: 1px solid #c5c5c5;
	width: 90%;
	min-height: 120px
}
.complimentary-block .btn.btn-sm.btn-primary {
	font-size: 18px;
	margin: 20px 0 0 15px;
	background: #1a59b6
}
.complimentary-block .btn.btn-sm.btn-primary:hover {
	background: #64ac2c
}
.newsletter-heading p:first-of-type {
	margin-top: 30px
}
.newsletter-heading p {
	font-size: 16px;
	margin-top: 20px
}
.newsletter-block>h3 {
	border-bottom: 1px solid #999;
	padding-bottom: 12px;
	position: relative;
	font-size: 18px
}
.newsletter-block>h3::after {
	background: #06c;
	position: absolute;
	width: 60px
}
.newsletter-block .form-control {
	margin: 20px;
	max-width: 70%
}
.newsletter-block .sel {
	margin: 20px;
	max-width: 54%;
	width: 54%
}
.newsletter-block h4 {
	font-size: 14px;
	margin-top: 25px;
	line-height: 22px
}
.newsletter-block label {
	width: 34%;
	font-weight: 400
}
.newsletter-block textarea {
	border: 1px solid #c5c5c5;
	width: 90%;
	min-height: 120px
}
.newsletter-block .btn.btn-sm.btn-primary {
	font-size: 18px;
	margin: 20px 0 0 15px;
	background: #1a59b6
}
.newsletter-block .btn.btn-sm.btn-primary:hover {
	background: #64ac2c
}
.feedback-block>h3 {
	border-bottom: 1px solid #999;
	padding-bottom: 12px;
	margin-bottom: 30px;
	position: relative;
	font-size: 18px;
	line-height: 20px
}
.feedback-block>h3::after {
	background: #06c;
	position: absolute;
	width: 60px
}
.feedback-block {
	margin-top: 45px
}
.feedback-block label {
	width: 10%;
	font-weight: 400;
	float: left
}
.feedback-block .form-control {
	margin: 25px 0 40px 15px;
	max-width: 30%
}
.feedback-block>span {
	float: left
}
.feedback-block .acidjs-rating-stars {
	padding-left: 15px
}
.feedback-block textarea {
	border: 1px solid #c5c5c5;
	width: 90%;
	min-height: 120px
}
.feedback-block .btn.btn-sm.btn-primary {
	font-size: 18px;
	margin: 20px 0 0;
	background: #1a59b6
}
.feedback-block .btn.btn-sm.btn-primary:hover {
	background: #64ac2c
}
.feedback-block .acidjs-rating-stars label {
	width: 10%
}
.archives-block {
	margin-top: 25px;
	width: 100%
}
.archives-block label {
	border: 1px solid #064f91;
	display: block;
	margin: 30px 0 10px;
	padding: 5px;
	text-align: center;
	font-weight: 400;
	font-size: 18px
}
.archives-block .btn.btn-sm.btn-primary {
	display: block;
	font-size: 14px;
	margin-top: 10px;
	background-color: #2b9226
}
.archives-block .btn.btn-sm.btn-primary:hover {
	background-color: #ec2327
}
.archives-block .hoverimg {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default
}
.archives-block .hoverimg img {
	display: block;
	position: relative;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all .35s;
	transition: all .35s
}
.archives-block .hoverimg:hover img {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1)
}
.showcase-heading p:first-of-type {
	margin-top: 30px
}
.showcase-heading p {
	font-size: 16px;
	margin-top: 20px
}
.showcase-heading p strong {
	display: inline-block;
	color: #333;
	font-size: 16px;
	margin: 0
}
.showcase-block p {
	font-size: 16px;
	margin-top: 20px
}
.showcase-block p a {
	text-decoration: underline;
	color: #960
}
.category {
	margin-top: 50px;
	width: 100%;
	font-family: 'IBM Plex Sans Thai Looped', sans-serif;
}
.showcase-block .categorylist {
	border: 1px solid #069;
	padding: 0 0 15px 25px;
	min-height: 257px
}
.showcase-block .categorylist li {
	display: inline-block;
	padding-right: 20px;
	padding-top: 10px;
	position: relative
}
.showcase-block .categorylist li:before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	background: #069;
	left: -10px;
	top: 20px;
	position: absolute
}
.showcase-block .category>h3 {
	border-bottom: 1px solid #999;
	padding-bottom: 12px;
	position: relative;
	font-size: 18px
}
.showcase-block .category>h3::after {
	background: #06c;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	top: 30px;
	width: 60px
}
.showcase-block .btn-section {
	margin-top: 30px;
	text-align: center
}
.showcase-block .btn-section .btn {
	width: 60%;
	margin-top: 10px
}
.readers-block {
	padding: 0 10px 30px
}
.readers-block .vertical .carousel-inner {
	height: 100%!important
}
.readers-block .carousel.vertical .item {
	-webkit-transition: top;
	-moz-transition: top;
	-ms-transition: top;
	-o-transition: top;
	transition: top;
	left: 0!important
}
.readers-block .carousel.vertical .active {
	top: 0!important
}
.readers-block .carousel.vertical .next {
	top: 100%!important
}
.readers-block .carousel.vertical .prev {
	top: -100%!important
}
.readers-block .carousel.vertical .next.left, .readers-block .carousel.vertical .prev.right {
	top: 0!important
}
.readers-block .carousel.vertical .active.left {
	top: -100%!important
}
.readers-block .carousel.vertical .active.right {
	top: 100%!important
}
.readers-block .carousel-control {
	background: 0 0;
	color: #222;
	font-size: 2.3em;
	text-shadow: none
}
.readers-block .vertical .carousel-control {
	right: 0
}
.readers-block .item blockquote p:before {
	content: "\f10d";
	font-family: Fontawesome;
	float: left;
	margin-right: 10px
}
.readers-block .quote-group {
	margin-top: 60px;
	overflow: hidden;
	width: 100%
}
.readers-block .quote {
	width: 72%;
	padding: 20px;
	border: 4px solid #c2e1f5;
	float: left;
	position: relative
}
.readers-block .quote:after, .readers-block .quote:before {
	left: 100%;
	top: 30%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none
}
.readers-block .quote:after {
	border-color: rgba(136,183,213,0);
	border-left-color: #fff;
	border-width: 30px;
	margin-top: -30px
}
.readers-block .quote:before {
	border-color: rgba(194,225,245,0);
	border-left-color: #c2e1f5;
	border-width: 36px;
	margin-top: -36px
}
.readers-block .quote .top-quote {
	position: absolute;
	top: 38px
}
.readers-block .quote P {
	font-size: 16px;
	font-family: 'IBM Plex Sans Thai Looped', sans-serif;
	margin-top: 20px;
	margin-left: 20px
}
.readers-block .quote P:after, .readers-block .quote P:before {
	font-size: 18px;
	font-family: Fontawesome;
	position: absolute
}
#form2 #Carousel strong, .submit-block p {
	font-family: 'IBM Plex Sans Thai Looped', sans-serif
}
.readers-block .quote P:before {
	content: "\f10d";
	top: 10px;
	left: 20px
}
.readers-block .quote P:after {
	content: "\f10e";
	bottom: 15px;
	right: 28px
}
#footer::after, .error .triangle, .submit-section>h3::after {
	content: ""
}
.readers-block .quote span {
	font-size: 16px;
	font-weight: 600;
	color: #8f3940;
	margin-left: 20px
}
.readers-block .quote strong {
	font-size: 14px;
	font-weight: 600;
	color: #000;
	margin-top: 7px;
	margin-left: 17px
}
.readers-block .profile-img {
	float: right;
	width: 20%
}
.readers-block .cntrl-btn {
	position: absolute;
	right: 125px;
	top: -45px;
	width: 60px
}
.readers-block .cntrl-btn i {
	background: #06C;
	padding: 10px;
	color: #fff
}
.readers-block .btn.btn-sm.btn-primary {
	font-size: 16px;
	margin-top: 20px
}
.submit-block p:first-of-type {
	margin-top: 30px
}
.submit-block p {
	font-size: 16px;
	margin-top: 20px
}
.submit-section>h3 {
	border-bottom: 1px solid #999;
	padding-bottom: 12px;
	margin-bottom: 30px;
	position: relative;
	font-size: 18px;
	line-height: 20px;
	margin-top: 40px
}
.submit-section>h3::after {
	background: #06c;
	height: 5px;
	left: 0;
	position: absolute;
	top: 30px;
	width: 60px
}
.submit-section>h4 {
	font-size: 14px;
	font-weight: 600
}
.submit-section label {
	font-weight: 400;
	margin-top: 20px
}
.submit-section .star {
	color: red
}
.submit-section .form-control {
	width: 91%
}
.submit-section .form-control.sel {
	width: 43%
}
.submit-section .form-control.full, .submit-section .input-group.image-preview {
	width: 96%
}
.submit-section textarea {
	border: 1px solid #c5c5c5;
	width: 96%;
	min-height: 120px
}
.submit-section p {
	font-size: 13px;
	margin-top: 12px
}
.submit-section p.spc {
	margin-top: 18px
}
.submit-section p strong {
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	color: #333;
	margin-top: 0
}
.submit-section .image-preview-input {
	position: relative;
	overflow: hidden;
	margin: 0;
	color: #333;
	background-color: #fff;
	border-color: #ccc
}
.submit-section .image-preview-input input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0)
}
.submit-section .image-preview-input-title {
	margin-left: 2px
}
.submit-section .form-control.image-preview-filename {
	max-width: 100%;
	width: 100%;
	margin: 0
}
.submit-section .btn.btn-sm.btn-primary {
	margin-top: 20px;
	font-size: 18px
}
.unsubscribe-style {
	width: 75%
}
.unsubscribe-style h1 span {
	background: #064f91;
	color: #fff;
	font-size: 18px;
	padding: 10px
}
.unsubscribe-heading>p:first-of-type {
	margin-top: 30px
}
.unsubscribe-heading>p {
	margin-top: 10px
}
.unsubscribe-heading span {
	display: block;
	font-weight: 700;
	padding-bottom: 10px
}
.unsubscribe-block {
	margin-top: 30px;
	margin-bottom: 100px
}
.unsubscribe-block textarea.form-control {
	height: 110px
}
.unsubscribe-block>a {
	background: #064f91;
	color: #fff;
	float: left;
	margin-top: 20px;
	padding: 10px 20px
}
.unsubscribe-block>a:hover {
	background: #64ac2c
}
.unsubscribe-block .bold {
	font-weight: 700
}
.events-block {
	margin-top: 0
}
.events-block h2.hdrevents {
	text-align: center;
	margin-top: 0;
	padding-bottom: 25px
}
.events-block h3 {
	font-size: 16px;
	color: #000;
	margin: 0;
	line-height: 25px;
}
.events-block a.evnt-btn {
	background: #064f91;
	padding: 10px;
	float: left;
	color: #fff;
	text-transform: uppercase
}
.events-block a img {
	width: 50%
}
#form2>h1 {
	margin: 0 auto;
	font-size: 18px
}
#form2 #Carousel strong {
	display: inline!important;
	font-weight: 700;
	float: none;
	font-size: 100%;
	color: #000
}
#form2 #Carousel p {
	padding: 0 10px
}
#form2 #Carousel .carousel-control.left, #form2 #Carousel .carousel-control.right {
	background: 0 0
}
.topads {
	width: 100%;
	max-width: 728px;
	margin-right: 0;
	float: right;
}
.topads_mobile {
	display: none
}
.covrpgemagzn #tab3 {
	margin-bottom: 30px;
}
.covrpgemagzn #tab3 a {
	border-bottom: 2px solid #ee0101;
	text-transform: uppercase;
	color: #ee0101
}
.searchimg, .searchimg:focus {
	background-color: transparent;
	border: 0
}
.covrpgemagzn #tab3 a:hover {
	color: #000
}
.searchimg, ul.tabs a li {
	color: #fff
}
.customtab-box {
	display:flex;
	justify-content: left
}
.customtab-box ul.custom-tab {
	float: left
}
.customtab-box ul.tabs.cover-full{
	display: flex;
    justify-content: space-between;}
img#fullColumn_cmag {
	margin: 20px auto
}
li.dropdown a i.fa-caret-down {
	padding-left: 5px
}
li.dropdown.open ul.dropdown-menu {
	padding: 0;
	width: 100%
}
.right-menu-box .socile-icon-box #Instagram, .right-menu-box .socile-icon-box #Pinterest, .right-menu-box .socile-icon-box #Youtube, .right-menu-box .socile-icon-box a .fa-google-plus {
	display: none!important
}
#footer, .footer_logo, .mega-dropdown-menu>li>ul>li>a, .popular_sec, .popular_sec ul, .social_links {
	display: block
}
.searchimg {
	padding: 0 8px;
	width: 100px;
	float: right;
	position: absolute;
	right: 115px;
	font-size: 24px;
	z-index: 9999;
	bottom: 38%;
	height: 60px
}
.left_control, .right_control {
	position: absolute;
	top: 43%;
	width: 29px;
	height: 75px
}
.searchimg:focus {
	font-size: 18px;
	outline: 0
}
.left_custom, .right_custom {
	background: 0 0;
	float: left
}
.right_custom {
	left: 85%
}
.left_control {
	background: url(../images/left_arrow.png) center no-repeat;
	left: 15%
}
.right_control {
	background: url(../images/right_arrow.png) center no-repeat;
	right: 15%
}
.center_center img, .new_dialog {
	height: 100vh
}
.new_dialog {
	width: 100%;
	max-width: 100%;
	background-color: rgba(0,0,0,.9);
	margin: 0 auto;
	border-radius:0;
}
.custom_btn, .custom_btn:active:hover, .sb-search-input {
	background-color: transparent
}
.center_center {
	width: 100%
}
.search_container {
	margin: auto;
	width: 100%;
	height: 100%;
	position: relative;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}
.custom_btn {
	padding: 12px 15px;
	color: #000;
	border: 0;
	display: none
}
.mobile_navigation_right {
	display: none
}
.custom_btn:focus, .custom_btn:hover {
	color: #0a2e6e;
	background-color: transparent;
	border-color: transparent
}
.custom_btn:active:hover {
	color: #fff;
	box-shadow: none;
	border-color: transparent
}
.close_now {
	width: 25px;
	z-index: 99;
	right: 5%;
	top: 5%;
	position: absolute;
	font-size: 36px;
	color: #fff;
	font-weight: 300
}
.sb-search {
	position: relative;
	margin: 15% auto;
	width: 75%;
	height: 250px
}
.sb-search-input {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border: none;
	outline: 0;
	width: 92%;
	height: 60px;
	margin: auto;
	z-index: 9999;
	padding: 20px 65px 20px 10px;
	font-family: inherit;
	font-size: 30px;
	font-weight: 300;
	color: #fff;
	border-bottom: 1px solid #fff
}
.footer_sections ul li a strong, .sb-icon-search {
	font-weight: 400
}
.sb-search input:-webkit-autofill {
background-color:transparent!important
}
.sb-search-input::-webkit-input-placeholder {
color:#ccc
}
.sb-search-input:-moz-placeholder {
color:#ccc
}
.sb-search-input::-moz-placeholder {
color:#ccc
}
.sb-search-input:-ms-input-placeholder {
color:#ccc
}
.sb-icon-search, .sb-search-submit {
	width: 95px;
	height: 60px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 60px;
	text-align: center;
	cursor: pointer
}
.sb-search-submit {
	background: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	color: transparent;
	border: none;
	outline: 0;
	z-index: -1
}
.sb-icon-search {
	color: #fff;
	background: #e67e22;
	z-index: 90;
	font-size: 22px;
	font-family: icomoon;
	speak: never;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}
.footer_sections a, .mega-dropdown-menu .dropdown-header {
	font-family: 'IBM Plex Sans Thai Looped', sans-serif;
}
.magazine_tab {
	float: left;
	margin: 0;
	padding: 0;
	background: linear-gradient(to bottom, rgba(0,88,166,1) 0, rgba(37,39,61,1) 100%)
}
.custom_toggle {
	color: #eee!important;
	background: -moz-linear-gradient(top, rgba(0,88,166,1) 0, rgba(37,39,61,1) 100%)!important;
	background: -webkit-linear-gradient(top, rgba(0,88,166,1) 0, rgba(37,39,61,1) 100%)!important;
	background: linear-gradient(to bottom, rgba(0,88,166,1) 0, rgba(37,39,61,1) 100%)!important;
/*filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0058a6', endColorstr='#25273d', GradientType=0 )*/
}
.current_issue {
	background-color: transparent!important;
	border-bottom: 0!important;
	padding: 0!important;
	margin: 0px 0px 0px 0px;
	display: block;
}
.mega-dropdown {
	position: static!important
}
.mega-dropdown-menu {
	padding: 20px 0!important;
	width: 100%;
	box-shadow: none;
	-webkit-box-shadow: none
}
.mega-dropdown-menu>li>ul {
	padding: 0;
	margin: 0
}
.mega-dropdown-menu>li>ul>li>a {
	color: #222;
	text-transform: capitalize!important;
	text-align: left!important;
	padding: 0!important
}
.mega-dropdown-menu>li ul>li>a:focus, .mega-dropdown-menu>li ul>li>a:hover {
	text-decoration: none;
	color: #064f91!important
}
.more, .popular_sec a:hover h4, .post_title a:hover h4 {
	text-decoration: underline
}
.mega-dropdown-menu .dropdown-header {
	font-style: italic;
	font-size: 18px;
	color: #000;
	padding: 5px 60px 5px 5px;
	line-height: 30px
}
.advertis_withus {
	margin: 0;
	padding: 0;
	border: 1px solid #efefef;
	position: absolute;
	left: 25%;
	top: 56%
}
.advertis_withus a {
	background-color: transparent;
	margin: 0;
	padding: 0!important
}
.advertis_withus a:hover {
	background-color: transparent!important
}
.advertis_withus img {
	width: 100%
}
.ad_banner {
	margin: 0 0 15px;
	border: 1px solid #eee;
	text-align: center
}
.ad_banner_mobile {
	padding-bottom: 25px
}
.ad_banner_mobile img {
	margin: 0 auto
}
.ad_banner img {
	width: 100%
}
#footer {
	position: relative;
	padding: 45px 0 15px 0;
	background: url(../images/footer_bg.jpg) #000;
	background-size: cover;
	clear: both
}
hr {
	border: 1px solid #fff!important
}
.footer_bottom, .footer_contents {
	width: 100%;
	position: relative;
	overflow: hidden;
	font-family: 'IBM Plex Sans Thai Looped', sans-serif;
	z-index: 7
}
.footer_bottom {
	padding: 35px 0
}
.weekly_news {
	margin: 10px auto;
}
.weekly_news p {
	color: #fff;
	font-weight: 600;
	text-align: left
}
.input_fields {
	border: 1px solid #666;
	display: flex;
	justify-content: space-between;
}
.weekly_news input[type="text"] {
	padding: 7px 5px;
	color: #eee;
	background-color: transparent;
	border: 0;
	width: 100%;
	margin-bottom: 0px;
}
.weekly_news input[type="submit"] {
	padding: 5px 13px;
	border: 0;
	background-color: #ffcb04;
	color: #000;
	margin-bottom: 0px;
}
.input_fields span {
	color: Red;
	font-size: 12px;
	position: absolute;
	bottom: -17px;
	font-size: 14px
}
.footer_sections h3 {	
	color: #fff;	
	padding-bottom: 0px;	
	text-align: left;	
	font-size: 18px;	
	text-transform: uppercase;	
	font-family: 'IBM Plex Sans Thai Looped', sans-serif;	
}	
.footer_sections a {	
	font-size: 16px;	
	color: #efefef;	
	transition: .2s ease-in-out;	
	-webkit-transition: .2s ease-in-out;	
	-moz-transition: .2s ease-in-out	
}
.footer_sections a:hover {
	color: #fff;
	padding-left: 5px
}
.popular_sec ul {
	margin: 0 auto
}
.popular_sec ul li {
	padding: 15px 0!important;
	border-bottom: 1px dotted #eee;
	overflow: hidden
}
.popular_sec ul li:last-child {
	border-bottom: 0
}
.popular_sec a:hover {
	padding-left: 0
}
.footer_sections ul li {
	padding: 3px 0
}
.footer_thumb {
	width: 110px;
	height: auto;
	float: left;
	margin-right: 15px
}
.footer_thumb img {
	width: 100%
}
.post_title {
	text-align: left;
	color: #fff
}
.post_title h4 {
	font-size: 16px;
	line-height: 27px;
	margin: auto;
	padding: 0;
	font-style: normal
}
.post_title p {
	color: #a0a0a0;
	padding: 5px 0 0
}
.footer_logo {
	margin: 5% auto
}
.more {
	padding: 10px 0;
	color: #fff;
	text-decoration: none;
	font-family: 'IBM Plex Sans Thai Looped', sans-serif;
}
.more a {
	color: #ccc
}
.more a:hover {
	color: #fff;
	padding-left: 0
}
.social_links li {
	display: inline-block;
	float: left;
	padding: 6px 0!important;
	margin: 5px
}
.social_links li a {
	padding: 8px 12px;
	border: 1px solid #4d4d4d;
	background-color: rgba(0,0,0,.5);
	transition: none;
	display: block
}
.social_links li a:hover {
	background-color: rgba(255,255,255,.5);
	padding: 8px 12px
}
#footer::after {
	background: rgba(0,0,0,.8);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}
.copyright {
	margin: 0;
	padding: 15px 0 50px;
	background-color: #000
}
.copyright p {	
	color: #666;	
	font-family: 'IBM Plex Sans Thai Looped', sans-serif;	
	text-align: center;	
	font-size: 16px;	
}
.audio_heading, .audio_heading h2, .sidenav a {
	text-align: left
}
.copyright p a {
	text-decoration: none;
	color: #ccc;
	display: inline-block
}
blockquote P {
	color: #3a3a3a
}
.ui-autocomplete {
	border: none;
	border-radius: 0!important;
	background-color: transparent!important;
	font-size: 24px!important;
	font-weight: 300!important;
	height: 500px;
	position: absolute;
	overflow-y: scroll
}
.all_article, .audio_content, .error .clip .shadow, .imag_day {
	overflow: hidden
}
.ui-autocomplete::-webkit-scrollbar {
display:none
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
	border: none!important
}
.ui-widget-content {
	background: 0!important
}
.ui-autocomplete li a {
	color: #ccc!important;
	font-size: initial
}
.ui-autocomplete li a:hover {
	background: #000!important;
	border-radius: 0;
	border: 0!important;
	color: #fff!important
}
.ui-menu .ui-menu-item-wrapper {
	color: #fff !important;
	font-size: 14px !important
}
#ui-id-1 .ui-menu-item-wrapper:hover {
	color: #333 !important;
	background-color: #eee!important
}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	background-color: #111;
	transition: .2s;
	font-family: 'IBM Plex Sans Thai Looped', sans-serif;
	padding-top: 60px
}
.Leftnav {
	top: 0;
	left: 0;
}
.Rightnav {
	top: 0;
	right: 0;
}
.sidenav a {
	padding: 8px 8px 8px 20px;
	text-decoration: none;
	font-size: 14px;
	border-bottom: 1px solid #23282e;
	color: #818181;
	display: block;
	transition: .1s
}
.sidenav a:hover {
	color: #f1f1f1
}
	.sidenav a:nth-child(odd) {	
  background: #171717;	
}	
.sidenav a:nth-child(even) {	
  background: #0b0b0b;	
}	
.sidenav .closebtn {	
	position: absolute;	
	top: 7px;	
	right: 5px;	
	border-bottom: 0;	
	font-size: 42px;	
	margin-left: 50px;	
	background: none !important;	
}
.sub-menu li a {
	padding-left: 45px
}
.mobile_navigation {
	cursor: pointer;
	display: none;
	padding: 4% 5%;
	font-size: 17px;
	left: 0;
}
.mob_logo {
	display: none!important
}
.all_article {
	width: 100%;
	font-size: 18px;
	white-space: nowrap;
	margin: 15px auto;
	position: relative;
	z-index: 1;
	height: 55px;
	padding: 0
}
#bars, .all_article a, .bar {
	position: absolute
}
.all_article a::before {
	content: '\f0fe';
	font-family: FontAwesome;
	padding-right: 16px;
	font-size: 30px
}
.all_article a {
	color: #fff;
	background: -moz-linear-gradient(top, #0060af 0, #131c44 100%);
	background: -webkit-linear-gradient(top, #0060af 0, #131c44 100%);
	background: linear-gradient(to bottom, #0060af 0, #131c44 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0060af', endColorstr='#131c44', GradientType=0 );
	padding: 12px 18px;
	border-radius: 10px;
	text-transform: capitalize;
	right: 22px;
	z-index: -1;
	font-size: 20px;
	line-height: 26px
}
.all_article a:hover {
	background: #000;
	color: #fff
}
.industryupdate_desktop {
	display: block
}
.footer_link_mobile, .industryupdate_mobile {
	display: none
}
#error, .imag_day a {
	display: block
}
#bars {
	height: 30px;
	left: 50%;
	margin: -30px 0 0 -20px;
	top: 50%;
	width: 40px;
	opacity: 0
}
.bar {
	background: #666;
	bottom: 1px;
	height: 3px;
	width: 3px;
	animation: sound 0s -.8s linear infinite alternate
}
.audio_overlay, .audio_thumb {
	position: relative
}
/*brand details page css*/
/*.breadcrums {
	margin: 0 0 15px;
	padding: 7px;
}
.breadcrums ul {
	margin: 0;
	padding: 0;
	display: block;
	line-height: 20px;
	list-style: none
}
.breadcrums ul li {
	display: inline-block;
	margin: 0 2px;
	font-size: 12px;
	text-transform: uppercase
}
.breadcrums ul li:after {
	content: "\f105";
	font-family: fontAwesome;
	position: relative;
	left: 10px;
	padding-left: 0;
	margin-right: 14px
}
.breadcrums ul li a {
	color: #333;
	cursor: pointer
}*/

.flyout_btn{
    position: fixed;
    right: -35px;
    margin-top: 0;
    border-radius: 20px;
    z-index: 9999;
    top: 280px;
    transform: rotate(-90deg);
    overflow: hidden;
	}

.flyout_btn a{
	background: #ff0000;
	display:block;
	padding:7px 15px;
	color:#fff;
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;}
.flyout_btn a::after{
	content:'\f105';
	font-family:fontAwesome;
	padding-left:5px}	

.flyout_btn a:hover{
	background: linear-gradient(to bottom, #0060af 0, #131c44 100%);}

.breadcrumb {
	list-style: none;
	overflow: hidden;
	font: 18px Helvetica, Arial, Sans-Serif;
	padding: 0;
	margin-bottom: 10px;
	background-color: transparent;
	margin-top:35px;
}
.breadcrumb li {
	float: left;
	font-size: 14px
}
.breadcrumb li a {
	color: white;
	text-decoration: none;
	padding: 5px 0 5px 45px;
	background: #23527c;
	position: relative;
	font-weight: 300;
	font-size: 12px;
	display: block;
	float: left;
}
.breadcrumb li a:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid #23527c;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 100%;
	z-index: 2;
}
.breadcrumb li a:before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	margin-left: 1px;
	left: 100%;
	z-index: 1;
}
.breadcrumb li:first-child a {
	padding-left: 10px;
}
.breadcrumb li:nth-child(2) a {
	background: rgb(57,103,144);
}
.breadcrumb li:nth-child(2) a:after {
	border-left-color: rgb(57,103,144);
}
.breadcrumb li:nth-child(3) a {
	background: hsla(34,85%,55%,1);
}
.breadcrumb li:nth-child(3) a:after {
	border-left-color: hsla(34,85%,55%,1);
}
.breadcrumb li:nth-child(4) a {
	background: hsla(34,85%,65%,1);
}
.breadcrumb li:nth-child(4) a:after {
	border-left-color: hsla(34,85%,65%,1);
}
.breadcrumb li:nth-child(5) a {
	background: hsla(34,85%,75%,1);
}
.breadcrumb li:nth-child(5) a:after {
	border-left-color: hsla(34,85%,75%,1);
}
.breadcrumb li:last-child a {
	background: rgb(70,120,165);
	color: #fff;
	/*pointer-events: none;*/
	cursor: pointer;
}
.breadcrumb li:last-child a:hover {
	color: #fff !important
}
.breadcrumb li:last-child a:after {
	border-left-color: rgb(70,120,165);
}
.breadcrumb li a:hover {
	background: #23527c;
	color: #fff !important;
	text-decoration: none
}
.breadcrumb li a:hover:after {
	border-left-color: #23527c !important;
}
.breadcrumb ul li a:hover {
	color: #2797d1
}
.profile_page {
	margin: 30px auto
}
.profile_summary {
	margin: 0 auto;
	position: relative;
	font-family: 'IBM Plex Sans Thai Looped', sans-serif;
}
/*.brand_btn {
	float: right;
	padding: 7px 15px;
	background-color: #333;
	text-align: center;
	color: #eee;
	font-size: 14px;
	position: relative;
	
}*/
.brand_btn:hover, a.brand_btn:active, a.brand_btn:focus {
	color: #fff;
	background-color: #2797d1
}
.profile_cover {
	position: relative;
	/*height: 350px;*/
	/*overflow: hidden;*/
	background-size: cover;
	background: #ccc;
}
.photo_upload {
	position: absolute;
	top: 0;
	right: 0
}
.photo_upload input[type=file] {
	cursor: inherit;
	display: block;
	width: 25px;
	height: 25px;
	opacity: 0;
	position: absolute;
	top: 8px;
	right: 5px;
	z-index: 1;
	cursor: pointer;
}
.photo_upload span {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 18px;
	color: #fff;
}
.profile_dp {
	width: 160px;
	height: 95px;
	border: 1px solid #ccc;
	padding: 7px;
	overflow: hidden;
	position: absolute;
	left: 4%;
	top: 90%;
	background-color: #fff;
}
.profile_dp img {
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	right: 0;
	bottom: 0;
}
.architect_dp {
	width: 300px;
	height: 200px;
	border: 5px solid #fff;
	/*padding: -28px;*/
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 70%;
	background-color: #fff;
	-webkit-box-shadow: -1px 10px 5px -4px rgba(143,141,143,1);
-moz-box-shadow: -1px 10px 5px -4px rgba(143,141,143,1);
box-shadow: -1px 10px 5px -4px rgba(143,141,143,1);
transform: translate(-50%);
}
.architect_dp img {
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	right: 0;
	bottom: 0;
}
.user_details {
	margin: 15px auto;
	float: left;
	position: relative;
	left: 24%;
}
.user_details h1 {
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: 600;
}
.user_details P {
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: normal
}
.architect_details {
	margin-top: 130px;
    float: left;
    position: relative;
    left: 50%;
	transform: translate(-50%);
    text-align: left !important;
    top: 0;
}
.architect_details h1 {
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: 600;
	text-align:center;
	font-size:22px;
	color:#02467e;
}
.architect_details P {
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: normal
}
.name {
	font-size: 16px;
}
.designation {
	font-size: 14px;
	color: #5e5e5e;
	padding: 5px 0 !important
}
.location {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	margin-bottom: 0;
}
.architectlocation {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 0;
}
.connect {
	float: right;
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	margin-top: 10px;
}
.connect-btn {
	background-color: #f7f7f7;
	border: 1px solid #ddd;
	padding: 5px 15px;
	border-radius: 5px;
	margin-left: 15px;
	margin-bottom: 15px
}
.connect-btn:hover {
	background-color: #efefef
}
.brand_btn::before, .web_btn::before, .share_btn::before {
	font-family: fontAwesome;
	margin-right: 5px;
	color: #333
}
.brand_btn::before {
	color: #fff !important
}
.brand_btn::before {
	content: '\f003';
}
.web_btn::before {
	content: '\f08e';
}
.share_btn::before {
	content: '\f1e0';
}
.connect-btn.brand_btn {
	background-color: #23527c;
}
.connect-btn.brand_btn a {
	color: #fff
}
.profile_edit {
	float: right;
	margin: 9px auto
}
.profile_edit a {
	width: 45px;
	height: 45px;
	background-color: transparent;
	border: 1px solid #ccc;
	color: #5d5d5d;
	display: block;
	padding: 11px 15px;
	font-size: 18px;
	margin: 10px auto;
	transition: 0.3s ease-in-out;
	border-radius: 50%;
}
.profile_edit a:hover {
	background: -moz-linear-gradient(top, #0060af 0%, #131c44 100%);
	background: -webkit-linear-gradient(top, #0060af 0%, #131c44 100%);
	background: linear-gradient(to bottom, #0060af 0%, #131c44 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0060af', endColorstr='#131c44', GradientType=0 );
	color: #fff;
	border: none
}
.col th {
	font-weight: 300;
	font-size: 14px;
}
.profile_content {
	font-size: 15px;
	margin-bottom: 50px;
	font-family: 'IBM Plex Sans Thai Looped', sans-serif;
	margin-top:25px;
}
.profile_content p {
	font-size: 14px;
	font-weight: 300;
	text-align: justify;
}
.profile_content h3 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 7px
}
.profile_content ul {
	margin: 35px auto;
	padding: 0;
	display: block;
	list-style: none
}
.profile_content ul li {
	display: block;
	margin: 0 10px 0 0;
	font-size: 16px;
	color: #5e5e5e;
	position: relative;
	line-height: 32px
}
.profile_content ul li::before {
	content: '';
	position: relative;
	width: 6px;
	height: 6px;
	float: left;
	background-color: #333;
	border-radius: 100%;
	margin-right: 17px;
	top: 14px;
}
.profile_content a {
	margin: 0 7px;
	text-decoration: none;
	color: #000;
	font-size: 14px;
	font-weight: 300;
}
.selr-btn {
	color: #23527c;
}
.list_content {
}
.slider-main {
	margin-bottom: 15px
}
.owl-nav {
    width: 80px;
    float: left;
    position: absolute;
    top: -57px;
    line-height: 30px;
    right: 0px;
}


.owl-arow .owl-nav {
    top: -56px;
}



.slider-main .owl-nav, .brands .brand-main .brand .owl-nav{top: -60px;}
.sticky .top-stories .owl-nav{top: -55px;}

.HighlightsNews .slider-main {
	margin-bottom: 0px;
    margin-top: 15px;
    background-color:#ffcb04;
    padding:8px;
}

.HighlightsNews .owl-carousel .owl-stage-outer
{
width: 90%;
}
.HighlightsNews .owl-nav {
    top: 2px;right: 1px;
}
.HighlightsNews .videoheadingnew{background: #222020;}

.HighlightsNews .videoheadingnew h2, .HighlightsNews .videoheadingnew h2 a{text-transform: uppercase;
text-align: center;
color: #fff;
font-family: 'IBM Plex Sans Thai Looped', sans-serif;
font-weight: 500;font-size: 22px;     }
.HighlightsNews .col-md-2{ padding-right:0px;}
.HighlightsNews .col-md-10{ padding-left:0px;}
.HighlightsNews .brand-main .owl-item .item.videotitle span { color:#000;padding-top:0px;font-size:16px; font-weight:400; line-height: 26px;}

.slider-main .item h3 {
	font-size: 18px;
	line-height: 26px;
	text-align: left;
	font-weight: 400;
}
.slider-main .item h3 a {
	color: #000;
	letter-spacing:0px;
}
.list_content p {
	font-weight: 600
}
.list_content p span {
	font-weight: 300
}
.edit_profile {
	margin-top: 130px;
	position: relative
}
.ot-title-block {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	position: relative;
	padding: 2px 15px;
	border-left: 3px solid #000;
	color: #464646;
	clear: both;
	overflow: hidden;
}
.ot-title-block h2 {
	font-size: 20px;
	margin: 0;
	font-weight: 300 !important;
	color: #000;
	font-family: 'IBM Plex Sans Thai Looped', sans-serif;
}
.productcategory span {
	margin-bottom: 15px;
	display: block;
	background-color: #efefef;
	padding: 10px;
	text-transform: uppercase;
}
.product_showcase {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 30px;
}
.product_show {
	flex: 1 0 30%;
	margin: 0 30px 15px 0;
	text-align: center;
	max-width: 350px;
	font-size: 95%;
	font-weight: 600;
}
.productpicture {
	overflow: hidden;
	height: 200px;
	background-color: #efefef;
	margin-bottom: 15px
}
.productpicture:hover img {
	transform: scale(1.25)
}
.picture-title a {
	color: #333;
	text-align: center;
	font-weight: 600;
	font-family: 'IBM Plex Sans Thai Looped', sans-serif;
}
.picture-title a {
	text-transform: uppercase
}
.picture-title a:hover {
	color: #337ab7
}
/*.product_show a {
	text-transform: uppercase;
	color: #fff;
}*/
/*.product_show a:hover img{
	transform:scale(1.25)}*/
.product_show, .product_show img {
	padding-bottom: 15px;
	width: 100%;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	flex: 1;
	max-width: 100%;
}
.contents_list {
	display: block;
	padding-left: 15px;
}
.contents_list li {
	font-size: 14px;
	list-style: disc;
	text-align: left;
	padding-bottom: 10px;
	list-style: inside;
}
.get_quick {
	background: url(../images/sent-message.png) 50% 0 no-repeat #f7f7f7;
	padding: 3%;
	margin-bottom: 30px;
	border: 1px solid #ddd;
	border-radius: 7px;
}
.action_btn_quote {
	padding-left: 15px
}
.get_quick h3 {
	font-family: 'IBM Plex Sans Thai Looped', sans-serif;
	color: #333
}
.get_quick label {
	color: #333;
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 7px;
}
.get_quick input, .get_quick textarea {
	opacity: .9;
	height: 50px;
	border-radius: 0
}
.greed {
	margin-bottom: 15px
}
.greed img {
	width: 100%
}
.greed_form {
	background-color: #444;
	padding: 10px;
}
.greed_form h4 {
	color: #eee;
	padding-left: 15px
}
.greed_form textarea {
	padding: 6px 12px
}
.top-section-banner {
	margin-bottom: 15px
}
.top-section-banner img {
	width: 100%
}

/*.launchvideo {
    background: #ccc;
}*/



 @media only screen and (max-width:767px) {
	 .flyout_btn{
		 top:120px}
.user_details {
	margin-top: 0;
	left: 0
}
.connect {
	margin-left: 0;
	position: absolute;
	bottom: 30%;
	right: 0;
}
.profile_cover {
	height: 100%
}
.profile_dp {
	position: relative;
	height: 145px;
	border: 0;
	left: 0;
}
.profile_dp img {
	margin: 15px auto;
	border: 1px solid #ccc;
}
.user_details h1 {
	font-size: 16px
}
.brand_btn {
	float: none;
	position: relative;
	margin-left: 0
}
.profile_content table {
	width: 100%
}
}

.dropdown-menu {	
    font-size: 15px;	
}	
.dropdown-menu li a {	
    padding: 10px 15px;	
}



@media (min-width:768px) and (max-width:1024px) {
.user_details {
	left: 30%;
}
.headlinesVideo img{width:300px;}

}
.top-section-banner {
	margin: 0 auto 15px;
	text-align: center
}

@keyframes sound {
0% {
opacity:.35;
height:3px
}
100% {
opacity:1;
height:28px
}
}
.bar:nth-child(1) {
	left: 1px;
	animation-duration: 474ms
}
.bar:nth-child(2) {
	left: 5px;
	animation-duration: 433ms
}
.bar:nth-child(3) {
	left: 9px;
	animation-duration: 407ms
}
.bar:nth-child(4) {
	left: 13px;
	animation-duration: 458ms
}
.bar:nth-child(5) {
	left: 17px;
	animation-duration: .4s
}
.bar:nth-child(6) {
	left: 21px;
	animation-duration: 427ms
}
.bar:nth-child(7) {
	left: 25px;
	animation-duration: 441ms
}
.bar:nth-child(8) {
	left: 29px;
	animation-duration: 419ms
}
.bar:nth-child(9) {
	left: 33px;
	animation-duration: 487ms
}
.bar:nth-child(10) {
	left: 37px;
	animation-duration: 442ms
}
.audio_heading {
	margin: 15px 0
}
.audio_content ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none
}
.audio_content ul li {
	display: block;
	border-bottom: 1px solid #eee;
	padding: 15px
}
.audio_content ul li:hover {
	background-color: #eee;
	cursor: pointer
}
.audio_cotainer {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.audio_column {
	flex: 1 0 50%
}
/*.audio_overlay {
	top: 15px
}*/
.audio_overlay a {
	color: #fff
}
.audio_overlay audio {
	/*position: absolute*/
	width: 100%
}
.audio_thumb_img img {
	width: 100%
}
.audio_body {
	padding: 0 4% 15px
}
.audio_title h4 {
	margin-top: 0;
	font-weight: 600
}
.audio_title h4 a {
	color: #000
}
.audio_date {
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 15px;
	color: #999;
	font-family: 'IBM Plex Sans Thai Looped', sans-serif;
}
.audio_act {
	margin: 15px 0
}
.audio_act a {
	color: #fff;
	padding: 7px 15px;
	text-align: center;
	background-color: #000
}
.holder {
	display: flex;
	flex-direction: column;
	align-items: center
}
.holder .get-it-on-github {
	margin-top: 24px;
	margin-bottom: 24px;
	font-family: 'IBM Plex Sans Thai Looped', sans-serif;
	color: #55606e
}
.audio.green-audio-player {
	width: 100%;
	height: 35px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 24px;
	padding-right: 24px;
	border-radius: 18px;
	user-select: none;
	-webkit-user-select: none;
	background-color: rgba(0,0,0,.7)
}
.player_small {
	min-width: 275px!important
}
.audio.green-audio-player .play-pause-btn {
	display: none;
	cursor: pointer
}

.audio.green-audio-player .spinner {
	width: 18px;
	height: 18px;
	background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/355309/loading.png);
	background-size: cover;
	background-repeat: no-repeat;
	animation: spin .4s linear infinite
}
.audio.green-audio-player .slider {
	flex-grow: 1;
	background-color: #d8d8d8;
	cursor: pointer;
	position: relative
}
.audio.green-audio-player .slider .progress_bar {
	background-color: #44bfa3;
	border-radius: inherit;
	position: absolute;
	pointer-events: none
}
.audio.green-audio-player .slider .progress_bar .pin {
	height: 16px;
	width: 16px;
	border-radius: 8px;
	background-color: #44bfa3;
	position: absolute;
	pointer-events: all;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.32)
}
.audio.green-audio-player .controls {
	font-family: 'IBM Plex Sans Thai Looped', sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #55606e;
	display: flex;
	flex-grow: 1;
	justify-content: space-between;
	align-items: center;
	margin-left: 24px;
	margin-right: 24px
}
.audio.green-audio-player .controls .slider {
	margin-left: 16px;
	margin-right: 16px;
	border-radius: 2px;
	height: 4px
}
.audio.green-audio-player .controls .slider .progress_bar {
	width: 0;
	height: 100%
}
.audio.green-audio-player .controls .slider .progress_bar .pin {
	right: -8px;
	top: -6px
}
.audio.green-audio-player .controls span {
	cursor: default;
	color: #fff
}
.audio.green-audio-player .volume {
	position: relative
}
.audio.green-audio-player .volume .volume-btn {
	cursor: pointer
}
.audio.green-audio-player .volume .volume-btn.open path {
	fill: #44bfa3
}
.audio.green-audio-player .volume .volume-controls {
	width: 30px;
	height: 135px;
	background-color: rgba(0,0,0,.62);
	border-radius: 7px;
	position: absolute;
	left: -3px;
	bottom: 52px;
	flex-direction: column;
	align-items: center;
	display: flex
}
.audio.green-audio-player .volume .volume-controls.hidden {
	display: none
}
.audio.green-audio-player .volume .volume-controls .slider {
	margin-top: 12px;
	margin-bottom: 12px;
	width: 6px;
	border-radius: 3px
}
.audio.green-audio-player .volume .volume-controls .slider .progress_bar {
	bottom: 0;
	height: 100%;
	width: 6px
}
.audio.green-audio-player .volume .volume-controls .slider .progress_bar .pin {
	left: -5px;
	top: -8px
}
svg {
	display: block
}



@keyframes spin {
from {
transform:rotateZ(0)
}
to {
	transform: rotateZ(1turn)
}
}
@media screen and (max-height:450px) {
.sidenav {
	padding-top: 15px
}
.sidenav a {
	font-size: 18px
}
}
ul.ui-autocomplete {
	background-color: #000!important;
	width: 55%!important;
	border:0 !important
}
.modal-open ul.ui-autocomplete {
	width: auto!important
}
#error {
	margin: 100px auto
}
.oftheweek {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 999
}
.weak {
	flex: 1 0 16.66%;
	text-align: center;
	background: #eee;
	height: 50px;
	color: #fff
}
.fix_caption {
	padding: 15px 0
}
.weak:hover .fix_caption {
	color: #fff;
	cursor: pointer;
	background: #000;
	padding: 15px 20px
}
.fix_caption .yellow:hover p {
	color: #fff
}
.weak:hover .imag_day {
	opacity: 1;
	position: absolute;
	top: -315px
}
.imag_day img {
	width: 100%;
	border: 1px solid #000
}
.imag_day a span {
	position: absolute;
	top: 0;
	color: #fff;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,.8);
	font-size: 16px;
	padding: 9px;
	height: auto;
	font-family: 'IBM Plex Sans Thai Looped', sans-serif;
	display: flex
}
#error, .error .container-error-404, .fix_caption, .imag_day, .imag_day a, .weak .img {
	position: relative
}
.weak .fix_caption P {
	margin-bottom: 0;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-family: 'IBM Plex Sans Thai Looped', sans-serif;
	font-weight: 300
}
.weak .yellow > P {
	color: #000000;
}
.weak .yellow p:hover {
	color: #fff !important
}
.imag_day {
	top: 0;
	left: 0;
	opacity: 0;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	z-index: 1
}
.yellow {
	background-color: #ffcb04;
}
.black {
	background-color: #222020;
}
.green {
	background-color: #35b18b
}
.orange {
	background-color: #d86508
}
.red {
	background-color: #d1010f
}
.light_puple {
	background-color: #9b1889
}
.purple {
	background-color: #57116f
}
.blue {
	background-color: #0197cf
}
.mobile_view {
	display: none
}
.error .clip .shadow {
	height: 180px
}
.error .clip:nth-of-type(2) .shadow {
	width: 130px;
	overflow: hidden;
	position: relative;
	box-shadow: inset 20px 0 20px -15px rgba(150,150,150,.8), 20px 0 20px -15px rgba(150,150,150,.8)
}
.error .clip:nth-of-type(1) .shadow, .error .clip:nth-of-type(3) .shadow {
	width: 250px
}
.error .digit {
	width: 150px;
	height: 150px;
	line-height: 150px;
	font-size: 120px;
	font-weight: 700
}
.error .msg {
	top: -190px;
	left: 30%;
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 32px
}
.error span.triangle {
	top: 70%;
	right: 0;
	border-left: 20px solid #535353;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent
}
.error .container-error-404 {
	margin: 5% auto;
	height: 250px;
	padding: 20px 0
}
.margin-top, .margin-vertical {
	margin-top: 10px
}
.margin-bottom, .margin-vertical {
	margin-bottom: 10px
}
.padding-top, .padding-vertical {
	padding-top: 10px
}
.error .container-error-404 .clip {
	display: inline-block;
	transform: skew(-45deg)
}
.error .clip:nth-of-type(1) .shadow:after, .error .clip:nth-of-type(3) .shadow:after {
	content: "";
	position: absolute;
	right: -8px;
	bottom: 0;
	z-index: 9999;
	height: 100%;
	width: 10px;
	background: linear-gradient(90deg, transparent, rgba(173,173,173,.8), transparent);
	border-radius: 50%
}
.error .digit, .error .msg {
	position: relative;
	border-radius: 50%
}
.error .clip:nth-of-type(3) .shadow:after {
	left: -8px
}
.error .digit {
	top: 8%;
	color: #fff;
	background: linear-gradient(to bottom, rgba(0,88,166,1) 0, rgba(37,39,61,1) 100%)!important;
	display: inline-block;
	transform: skew(45deg)
}
.error .clip:nth-of-type(2) .digit {
	left: -10%
}
.error .clip:nth-of-type(1) .digit {
	right: -20%
}
.error .clip:nth-of-type(3) .digit {
	left: -20%
}
.error h2 {
	font-size: 32px;
	color: #A2A2A2;
	font-weight: 700;
	padding-bottom: 20px
}
.padding-bottom, .padding-vertical {
	padding-bottom: 10px
}
.error .msg {
	z-index: 9999;
	display: block;
	background: #535353;
	color: #eee;
	font-style: italic
}
.error .triangle {
	position: absolute;
	z-index: 999;
	transform: rotate(45deg);
	width: 0;
	height: 0
}
.overlay {
	position: relative;
	z-index: 20
}
.ground-color {
	background: #fff
}
.item-bg-color {
	background: #EAEAEA
}
.padding-horizontal {
	padding-left: 10px;
	padding-right: 10px
}
.padding-all {
	padding: 10px
}
.no-padding, hr {
	padding: 0
}
.no-padding-left {
	padding-left: 0
}
.no-padding-right {
	padding-right: 0
}
.no-vertical-padding {
	padding-top: 0;
	padding-bottom: 0
}
.no-horizontal-padding {
	padding-left: 0;
	padding-right: 0
}
.margin-right {
	margin-right: 10px
}
.margin-left {
	margin-left: 10px
}
.margin-horizontal {
	margin-left: 10px;
	margin-right: 10px
}
.margin-all {
	margin: 10px
}
.no-margin {
	margin: 0
}
.no-vertical-margin {
	margin-top: 0;
	margin-bottom: 0
}
.no-horizontal-margin {
	margin-left: 0;
	margin-right: 0
}
.inside-col-shrink {
	margin: 0 20px
}
hr {
	margin: 0;
	border-top: 1px dashed #999
}
/*--- Newsletter popup css --*/

.popup-news {
	margin: 3% auto;
	width: auto;
	max-width: 900px;
	width:38%;
}
.pop-right {
	text-align: center;
}

.popclose {
    position: absolute;
    z-index: 1;
    right: 60px;
    color: #045ba6;
    font-weight: 600;
    font-family: 'IBM Plex Sans Thai Looped', sans-serif;
    opacity: 1;
    font-size: 40px;
    background-color: #ffffff !important;
    padding: 6px 13px 6px 13px !important;
    border-radius: 45px;
    border: 4px solid #025aa6 !important;
    top: 30px;
    width: 60px;
}

.popclose:focus, .popclose:hover {
    opacity: 1;
}

.sr-logo {
	margin: 40px auto 10px auto;
	width: 330px
}
.sr-logo img {
	width: 100%
}
.popup-cont {
	display: flex;
	border-radius: 0 !important;
	border: 0;
}
.popup-img{width:100%; float:left;}
.popup-img h3{padding: 40px 38px 20px 40px; line-height: 40px;}
.popup-img img{width:100%;}

.btnpopup {
    background: #457dbe;
    padding: 20px;
    display: block;
    margin: 20px auto;
    width: 80%;
    border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    color: #fef500;
    font-size: 24px;
	font-family: 'IBM Plex Sans Thai Looped', sans-serif;
}

.befirst {
	margin-bottom: 18px;
	font-family: 'IBM Plex Sans Thai Looped', sans-serif;
	text-align: center;
	color: #dd8625;
	text-transform: capitalize;
	margin: 30px auto 15px;
}
.popuptext {
	padding: 0 6%;
	text-align: center;
	font-size: 16px;
	font-family: 'IBM Plex Sans Thai Looped', sans-serif;
	line-height: 22px;
	margin-bottom: 15px;
}
.news-form {
	padding: 0 20px
}
.news-form input {
	padding: 7px;
	height: 45px;
	font-size: 16px;
	border-radius: 0;
	font-family: 'IBM Plex Sans Thai Looped', sans-serif;
}
.news-form a.submit {
	color: #fff;
	background-color: #a9a9a9;
	width: 100%;
	border: 0;
	padding: 15px;
	display: block;
	transition: all 0.2s ease-in-out;
	font-family: 'IBM Plex Sans Thai Looped', sans-serif;
	text-transform: uppercase;
}
.news-form a.submit:hover {
	background-color: #0060af
}
.nothanks {
	padding: 0 20px 10px;
	font-family: 'IBM Plex Sans Thai Looped', sans-serif;
	cursor: pointer;
	position: absolute;
	bottom: -5px;
	right: 0;
}
#Mycanvas {
	height: 45px;
	overflow: hidden;
}
.refrsh {
	padding: 0;
	cursor: pointer;
	display: block;
	position: absolute;
	top: 10px;
	right: 35%;
}
.refrsh img {
	width: 100%;
	max-width: 20px;
}
	
/*--- end Newsletter popup css --*/


@media(max-width:767px) {
/*#Mycanvas {
	margin: 15px auto
}*/
.refrsh {
	right: 23%
}
.nothanks {
	position: relative;
	bottom: 0
}
.popup-news {
	overflow: hidden;
	height: 100%;
}
.news-form {
	padding: 0 20px 0 12px;
}
.pop-right {
	text-align: center;
	position: absolute;
	top: 35px;
	background-color: #fff;
}
/*.popup-img {
	display: block;
width: 100%;
top: 230px;
position: relative;
}*/

.popup-img {
	display: block;
width: 100%;
top:0px;
position: relative;
}

.btnpopup{padding:10px; width:90%; font-size:16px;}

.popup-img h3{font-size:14px; line-height:30px;}

..popclose {
    top: 16px;
    right: 40px !important;
}

.popclose {
    opacity: 1;
    font-size: 30px;
    border-radius: 45px;
    width: 50px;
}

.popclose {
    font-size: 30px;
    right: 30px;
    top: 15px;
}

.popup-news {
	margin: 15px auto;
	width: 90%
}
.popup-cont {
	flex-direction: column;
	/*left: 5% !important;*/
}
.popup-img img {
	width: 100%
}
.sr-logo {
	margin: 0 auto;
	padding: 30px 0 0;
}
.sr-logo img {
	width: 80%
}
.popuptext p {
	line-height: 20px;
	font-size: 14px;
}
.error .clip .shadow {
	height: 100px
}
.error .clip:nth-of-type(2) .shadow {
	width: 80px
}
.error .clip:nth-of-type(1) .shadow, .error .clip:nth-of-type(3) .shadow {
	width: 100px
}
.error .digit {
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 52px
}
.error h2 {
	font-size: 24px
}
.error .msg {
	top: -110px;
	left: 15%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px
}
.bimgwidth, .video-block>iframe {
	width: 100%
}
.error span.triangle {
	top: 70%;
	right: -3%;
	border-left: 10px solid #535353;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent
}
.error .container-error-404 {
	height: 150px
}
.catheading {
	font-size: 14px!important;
	color: #333!important;
	text-transform: uppercase!important
}
hr {
	border: 1px dotted #000 !important;
	margin: 20px;
}
.magdesc {
	margin: 0px 20px;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
	width: 100%;
}
}
 @media only screen and (max-width:767px) {
	 
.custom_btn, .left-content-block h1 {
    font-size: 25px !important;
    line-height: 34px !important;
    float: left;
    margin-top: 20px;
    font-weight: 500;
}	
.breadcrumb {
	margin-top: 20px;
}
.profile_dp {
	position: absolute;
	top: 82%;
	left: 10px;
	background-color: transparent
}
.profile_cover img {/*height:350px;*/
}
.user_details {
	margin-top: 110px;
}
.connect {
	bottom: -67px;
}
.brandlsit img {
	width: 165px;
}
.brandlsit.architect img{ width:165px;}
.brandlsit span {
	font-size: 18px;
}
.brandbanner-desktop {
	display: none;
}
.brandbanner-mobile {
	display: block;
}
.paragraph{margin-left:6px;}
}
 @media (max-width:360px) {
	 

	 
.brandlsit {
	width: 100%;
	text-align: center;
}
.brandlsit img {
	width: 196px;
}
.brandlsit span {
	font-size: 16px;
}
}
.ot-title-block {
	padding: 0;
}
.ot-title-block h2 {
	background: #23527c;
	width: 100%;
	padding: 7px;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	padding-left: 12px;
}


.projectbox{}
.projectbox p{color:#000;}

.projectbox p i{display:block; padding-top:15px; font-weight:800;}
.projectbox h1{font-size:22px; margin-bottom:20px; color:#000;}


.audio-btn {
    margin: 10px auto 20px 0;
    color: #fff;
    background: #fe0000;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #fe0000;
}


.article-box-video{ margin-bottom:15px; min-height:500px;}




.utub-img-th {

    width: 100%;
/*    height: 350px;*/
   /* background: #000;*/
    position: relative;

}


.utub-img-th img {

    transform: translate(0,40px);

}

.utub-icon {
    position: absolute;
    left: 41%;
    transform: none !important;
    margin-top: -130px;
}

.utub-icon2 {
    position: absolute;
    top: 90px;
    left: 40%;
    transform: none !important;
}

.utub-icon3 {
    position: absolute;
    left: 39%;
    transform: none !important;
    margin-top: -152px;
}

.utub-icon-vd-page {
    position: absolute;
    left: 37%;
    transform: none !important;
    margin-top: -165px;
}

.play {
    height: 49px;
    width: 70px;
    background-image: url(https://www.surfacesreporter.com/images/youtube_play_button1.png);
}

.read-more1 {
    background: linear-gradient(to bottom, #0060af 0, #131c44 100%);
    border: none;
    color: #fff !important;
    padding: 10px 10px 10px 10px;
    font-size: 16px;
}

.read-more1:active {
    background: linear-gradient(to bottom, #0060af 0, #131c44 100%);
    border: none;
    color: #fff !important;
    padding: 10px 10px 10px 10px;
    font-size: 16px;
}


#content {
    background: #fff;
}

#fullCol_iframe iframe{width:100%; height:640px;}


.topsld .owl-nav {
    display: none !important;
}

.mobilebannerdivId{display:none;}
.banneradsmob {
	display: none;
}
#fullColumn_iframe iframe {
    margin-top: 20px;
    height: 640px;
    margin-bottom: 20px;
    width: 100%;
}
#fullColumn_iframe1 iframe {
    margin-top: 20px;
    height: 640px;
    margin-bottom: 20px;
    width: 100%;
}

#fullColumn_chklstcategories {	
    width: 100%;	
    height: 44px;	
    border: 1px solid #ccc;	
	background: #f7f7f7;	
	font-size: 18px;	
	/*border-radius: 10px;*/	
}

#fullColumn_rblstlocation {	
    font-size: 18px;	
}

#fullColumn_chklstcategoriestop {
    width: 100%;
    height: 44px;
  border: 1px solid #ccc;
	background: #f9f8dc;
	/*border-radius: 10px;*/
}


.paragraph
{
    text-align: justify !important;
    padding: 0;
    border: 1px solid #e4e2e2;
    /*box-shadow: 1px 2px 5px #cccc;*/
	background-color:#f7f7f7;
    width: 97%;
    margin-left: 17px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.paragraph h3{
	font-size:20px;
	background-color: #333;
	padding: 10px 10px 10px 10px;
	color: #fff;
	margin: 0px;
	text-transform: uppercase;
}


.dropdown-menu {
    top: 40px;
    padding: 5px !important;
}

.profilehead {
	top: 28px;
    padding: 0px !important;
	z-index: 99999999999;
}

.dropdown-menu li {
   border-bottom: 1px solid #ccc;
border-right: 0 !important;
width: 100%;
}

.dropdown-menu li:last-child{border-bottom:none;}

.dropdown-menu li a {
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 16px;
}

.magazine{background: linear-gradient(to bottom, #0060af 0, #131c44 100%);}

div#menunew-wrapper {
    background-color: #f7f7f7;
}

.dropdown-menu.extra{min-width: 250px;}
.headlinesTitle {
    font-size: 28px;
    line-height: 40px;
}
.headlinesVideo .utub-icon {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.othermenu {
    width: 100%;
    position: relative;
    z-index: 77;
}

a.morelink {
    background-color: #333;
    color: #fff;
    padding: 3px 5px 3px 5px;
    margin: -40px 10px 0px 0px;
    position: relative;
    font-size: 14px;
    float: right;
}

div#fullColumn_PRDetails {
    padding: 0px 0px 0px 0px;
}

.parallax-ad {
	background-image: url(https://www.surfacesreporter.com/images/brand/surfaces-reporter-tv.jpg);
	height: 300px;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	margin-bottom: 30px;
}

.dropdown-menu.extra.long-menu {
    /*display: block;*/
    max-height: 332px;
    overflow-y: scroll;
    min-width: 350px;
    overflow-x: hidden;
}

div#fullCol_iframe {
    margin-bottom: 30px;
}

.video-bg {
    border: 1px solid #e6e6e6;
    padding: 15px 15px 0px 15px;
    background-color: #fafafa;
    margin-bottom: 20px;
}

.arcontent h3 strong {	
	font-family: 'IBM Plex Sans Thai Looped', sans-serif !important;	
	color: #000 !important;	
}	
.video-bg {	
    border: 1px solid #e6e6e6;	
    padding: 15px 15px 15px 15px;	
    background-color: #fafafa;	
    margin-bottom: 60px;	
}	
.video-bg p {	
    margin-bottom: 0px;	
    position: relative;	
    width: 100%;
    text-align: left !important;	
}	
.video-bg p a {	
    color: #000 !important;	
	font-family: 'IBM Plex Sans Thai Looped', sans-serif;	
	font-size: 20px;	
}	
.video-bg p img {	
    padding: 25px 0px 20px 0px;	
    width: 100%;	
    height: auto;	
		
}	
.vd-btn{	
    position: absolute;	
    top: 50%;	
    left: 50%;	
    transform: translate(-50%, -50%);	
    -ms-transform: translate(-50%, -50%);	
    padding: 0px;	
    cursor: pointer;	
	width: 70px !important;	
}	
.social-thumb {	
    background: linear-gradient(to bottom, #0060af 0, #131c44 100%);	
    color: #fff;	
    padding: 6px 10px;	
    text-align: center;	
	font-size: 18px;	
	margin: 0px 0px 20px 0px;	
}	
.social-thumb a {	
    color: #fff;	
	font-size: 18px;	
}

h1#fullCol_pagename {	
    margin-top: -20px;	
	font-family: 'IBM Plex Sans Thai Looped', sans-serif;	
	font-weight: 900;	
	font-style: normal !important;	
}

	
.registra-sec {	
    padding: 20px 0px 20px 0px;	
}	
.padding-top-half {	
    padding-top: 4rem;	
}

.padding-bottom-half {	
    padding-bottom: 4rem;	
}
	
.subs-head {	
    padding: 50px 0px 10px 0px;	
}	
.text-center {	
    text-align: center!important;	
}

.subs-head h3 {	
    font-size: 28px;	
    font-weight: 500;	
}	
.price-item {	
    background-color: #f7f7f7;	
    margin-top: 1.5rem;	
    padding: 0;	
    -webkit-box-shadow: 1px 1px 8px #e1e1e1;	
    box-shadow: 1px 1px 8px #e1e1e1;	
    -webkit-transition: 0.8s ease;	
    -o-transition: 0.8s ease;	
    transition: 0.8s ease;	
}	
.price-item-new {	
    background-color: #f7f7f7;	
    margin: 0px 0px 20px 0px;	
    padding: 0;	
    -webkit-box-shadow: 1px 1px 8px #e1e1e1;	
    box-shadow: 1px 1px 8px #e1e1e1;	
    -webkit-transition: 0.8s ease;	
    -o-transition: 0.8s ease;	
    transition: 0.8s ease;	
}

.ribbon {	
  width: 100px;	
  height: 100px;	
  overflow: hidden;	
  position: absolute;	
}	
.ribbon::before,	
.ribbon::after {	
  position: absolute;	
  z-index: -1;	
  content: '';	
  display: block;	
  border: 5px solid #ffe500;	
}	
.ribbon span {	
    position: absolute;	
    display: block;	
    width: 225px;	
    padding: 20px 46px 7px 44px;	
    background-color: #ffe500;	
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);	
    color: #000;	
    text-shadow: 0 1px 1px rgb(0 0 0 / 20%);	
    text-transform: uppercase;	
    text-align: right;	
    font-size: 16px;	
    font-weight: 900;	
}	
/* top left*/	
.ribbon-top-left {	
	top: 10px;	
    left: 10px;	
}	
.ribbon-top-left::before,	
.ribbon-top-left::after {	
  border-top-color: transparent;	
  border-left-color: transparent;	
}	
.ribbon-top-left::before {	
  top: 0;	
  right: 2px;	
}	
.ribbon-top-left::after {	
  bottom: 0;	
  left: 0;	
}	
.ribbon-top-left span {	
  right: -20px;	
  top: 30px;	
  transform: rotate(-45deg);	
}

.ribbon-top-left2 {	
	top: -5px;	
    left: 10px;	
}	
.ribbon-top-left2::before,	
.ribbon-top-left2::after {	
  border-top-color: transparent;	
  border-left-color: transparent;	
}	
.ribbon-top-left2::before {	
  top: 0;	
  right: 2px;	
}	
.ribbon-top-left2::after {	
  bottom: 0;	
  left: 0;	
}	
.ribbon-top-left2 span {	
  right: -20px;	
  top: 30px;	
  transform: rotate(-45deg);	
}

.price_header.pop-head {	
    text-align: center;	
    margin: 0px 0px -22px 0px;	
}	
.price_header {	
    background: linear-gradient(to bottom, #0060af 0, #131c44 100%);	
    padding: 15px 0 15px 0;	
    -webkit-transition: 0.5s ease;	
    -o-transition: 0.5s ease;	
    transition: 0.5s ease;	
    border-bottom: 1px solid transparent;	
}	
.price_header-new {	
    background: linear-gradient(to bottom, #0060af 0, #131c44 100%);	
    padding: 10px 10px 10px 10px;	
    -webkit-transition: 0.5s ease;	
    -o-transition: 0.5s ease;	
    transition: 0.5s ease;	
    border-bottom: 1px solid transparent;	
}	
p:last-child {	
    margin-bottom: 0 !important;	
    font-family: 'IBM Plex Sans Thai Looped', sans-serif !important;	
}	
.price_header_text {	
    z-index: 1;	
    font-size: 24px;	
    position: relative;	
    font-weight: normal;	
    font-family: 'IBM Plex Sans Thai Looped', sans-serif;	
    color: #fff;	
    font-weight: 500;	
    text-transform: uppercase;	
	line-height: 1;	
}

.price_header_text-sr {	
    z-index: 1;	
    font-size: 22px;	
    position: relative;	
    font-weight: normal;	
    font-family: 'IBM Plex Sans Thai Looped', sans-serif;	
    color: #fff;	
    font-weight: 500;	
    text-transform: uppercase;	
	line-height: 1;	
}

	.price_header_text2 {	
    z-index: 1;	
    font-size: 20px;	
    position: relative;	
    font-weight: normal;	
    font-family: 'IBM Plex Sans Thai Looped', sans-serif;	
    color: #fff;	
    font-weight: 500;	
    text-transform: uppercase;	
} 	
.price-item2 {	
    background-color: #ffffff;	
    margin-top: 22px;	
    padding: 0;	
    -webkit-box-shadow: 1px 1px 8px #e1e1e1;	
    box-shadow: 1px 1px 8px #e1e1e1;	
    -webkit-transition: 0.8s ease;	
    -o-transition: 0.8s ease;	
    transition: 0.8s ease;	
}

.actual_price {	
    font-size: 36px;	
    z-index: 1;	
    color: #000000;	
    text-align: center;	
    padding: 15px 15px 10px 15px;	
    position: relative;	
    font-weight: 600;	
    font-family: 'IBM Plex Sans Thai Looped', sans-serif;	
	line-height: 25px;	
}

.actual_price2 {	
    font-size: 28px;	
    z-index: 1;	
    color: #000000;	
    text-align: center;	
    padding: 15px 11px 10px 11px;	
    position: relative;	
    font-weight: 600;	
    font-family: 'IBM Plex Sans Thai Looped', sans-serif;	
	line-height: 25px;	
}
	
.small_font {	
    font-size: 16px;	
    font-weight: 500;	
    text-transform: capitalize;	
    line-height: 10px;	
}	
@keyframes effect {	
    0% { 	
		background: linear-gradient( #ff0000, #ff1100);	
        webkit-background-clip: text;	
       }	
  	
            100% {	
                background: linear-gradient(	
                        #ffe500, #ffe500);	
                -webkit-background-clip: text;	
            }	
}

@keyframes color-change {	
  0% { color: red; }	
  50% { color: yellow; }	
  100% { color: red; }	
}	
.price-list {	
    list-style: none;	
    padding-left: 0;	
    padding-bottom: 10px;	
    margin: 30px 0px 0px 0px;	
}	
.price-list img {	
    margin: 0px 0px 10px 0px;	
}	
.price-list li {	
    padding: 7px;	
    text-align: center;	
    font-size: 16px;	
    color: #4f4f4f;	
    font-weight: normal;	
    font-family: 'IBM Plex Sans Thai Looped', sans-serif;	
}	
.custom_dropdown {	
    padding: 0px 20px 0px 20px;	
}

input, select, textarea {	
    border: 1px solid #dedede;
    font-size: 16px;
    padding: 2px 10px;
    margin: 0px 0 0px 0;
    max-width: 100%;
    resize: none;
    width: 100%;
    color: #4f4f4f;
    font-weight: normal;
    font-family: 'IBM Plex Sans Thai Looped', sans-serif;
}	
.price-item .btn-new.btn-new-medium, .price-item-center .btn-new.btn-new-medium {	
    padding: 12px 42px;	
	margin-top: 20px;
}	
.btn-new.btn-new-blue-dark-white {	
    background: #000000;	
    border-color: #000000;	
    color: #ffffff;	
}	
.btn-new.btn-new-rounded {	
    border-radius: 50px;	
}

.btn-new.btn-new-medium {	
    font-size: 14px;	
    padding: 12px 36px;	
    line-height: 1.8em;	
}	
.btn-new {	
    -webkit-appearance: initial;	
    overflow: hidden;	
    position: -webkit-sticky;	
    position: sticky;	
    z-index: 2;	
    display: inline-block;	
    font-size: 12px;	
    border: 2px solid transparent;	
    letter-spacing: .3px;	
    line-height: inherit;	
    border-radius: 0;	
    text-transform: capitalize;	
    width: auto;	
    font-family: 'IBM Plex Sans Thai Looped', sans-serif;	
    font-weight: bold;	
    -webkit-transition: all .5s ease;	
    -o-transition: all .5s ease !important;	
    transition: all .5s ease !important;	
}	
.mb-5, .my-5 {	
    margin-bottom: 3rem!important;	
}

.price-item-center {	
    background-color: #eaeaea;	
    padding: 0;	
    -webkit-box-shadow: 1px 1px 8px #e1e1e1;	
    box-shadow: 1px 1px 8px #e1e1e1;	
    -webkit-transition: 0.8s ease;	
    -o-transition: 0.8s ease;	
    transition: 0.8s ease;	
	border: 1px solid #bdbdbd;	
}	
.price_header-center {	
    background: linear-gradient(to bottom, #0060af 0, #131c44 100%);	
    padding: 25px 15px 25px 15px;	
}	
.myselection {	
    padding: 0px 0px 0px 0px;	
}	
.table-responsive {	
    width: 100%;	
    overflow-x: inherit;	
    -webkit-overflow-scrolling: touch;	
	margin-bottom: 0px;	
}	
.table-responsive>.table-bordered {	
    border: 0;	
}

.table-striped tbody tr:nth-of-type(odd) {	
    background-color: rgba(0,0,0,.05);	
}	
.table-bordered td, .table-bordered th {	
    border: 1px solid #dee2e6;	
}	
.table td, .table th {	
    padding: .75rem;	
    vertical-align: top;	
    border-top: 1px solid #dee2e6;	
}	
td, th {	
    border-bottom: 1px solid #dedede;	
    padding: 10px;	
}	
.form-group-new {	
    margin-bottom: 1.5rem !important;	
}	

.form-control-new {	
    border: 1px solid #d4d4d4;	
    padding: 10px 10px;	
    background: #ffffff;	
    font-weight: normal;	
    font-family: 'IBM Plex Sans Thai Looped', sans-serif;	
    -webkit-border-radius: 5px !important;	
    border-radius: 5px;	
    -webkit-box-shadow: none;	
    box-shadow: none !important;	
    font-size: 16px;	
    min-height: 45px;	
    position: relative;	
    -webkit-transition: border .9s ease;	
    -o-transition: border .9s ease;	
    transition: border .9s ease;	
}	
textarea.form-control-new {	
    min-height: 192px;	
    resize: none;	
    margin-bottom: 0;	
}	
.form-group-new:nth-last-child(1){	
    margin-bottom: 0;	
}

input.form-control-new, select.form-control-new, textarea.form-control-new {	
    color: inherit;	
    font: inherit;	
    border: 1px solid #dedede;	
    font-size: 14px;	
    padding: 8px 15px;	
    margin: 20px 0 0px 0;	
    max-width: 100%;	
    resize: none;	
}	
.checkbox-dv {	
    margin-top: 10px;	
}	
span#fullColumn_lblsavedis {	
    font-size: 26px !important;	
	line-height: 36px;	
}	
div#fullColumn_dvcopyP {	
    font-size: 13px;	
    margin-bottom: 10px;	
    margin-top: -10px;	
}	
div#fullColumn_dvcopyPD {	
    font-size: 13px;	
    margin-bottom: 10px;	
    margin-top: -10px;	
}

div#fullColumn_dvcopyD {	
    font-size: 13px;	
    margin-bottom: 10px;	
    margin-top: -10px;	
}	
div#fullColumn_dvcopyP select {	
    margin: 15px 0 10px 0;	
}	
div#fullColumn_dvcopyPD select {	
    margin: 15px 0 10px 0;	
}	
div#fullColumn_dvcopyD select {	
    margin: 15px 0 10px 0;	
}	
input#fullColumn_Button1 {	
    background-color: #f44336;	
    border-color: #f44336;	
}	
.padd-0 {	
	padding: 0px 0px 0px 0px;	
}

.freebirdFormviewerViewCenteredContent {
    max-width: 100vw !important;
}

.right-content-block {
    margin-top: 15px;
}



.srfilter input, select, textarea {
    width: initial;
}

.ad-sec {
    position: fixed;
    bottom: 0px;
    z-index: 999999999;
}

.ad-sec-mobile {
    display: none;
}

.ad-close {
    cursor: pointer;
    position: absolute;
    top: 0%;
    right: 0%;
    padding: 6px 10px 6px 10px;
    transform: translate(0%, 0%);
    background-color: #fe0000;
    color: #fff;
    font-size: 20px;
}

.ad-close:hover {background: #fe0000;}


.cat-center {
    margin: 20px auto 20px auto;
    max-width: 555px;
	display: block;
}

.cat-center img {
    margin: 0px auto;
    width: 100%;
    padding: 0px 15px 0px 15px;
}

.cat-centermob {
    display: none;
}

.cat-ban-list {
    margin-bottom: 20px !important;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.cat-list {
    margin: 30px 0px 40px 0px;
    padding: 0px 15px 0px 15px;
	text-align: center;
}

.pg-title {
    margin: 30px 0px 30px 0px !important;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.insta-embd {
    margin: 10px 0px -50px 0px;
}

.article-style {
    padding: 0px 0px 0px 0px;
    margin: 0px 15px 20px 15px;
    float: left;
    background-color: #f9f9f9;
    border-right: none;
    border-top: none;
}

.article-bg {
	margin: 0px 0px 0px 0px;
    padding: 22px 20px 21px 20px;
    border-radius: 3px;
    min-height: 305px;
    background-color: #f9f9f9;
	border-bottom: none;
}

.article-bg-home {
    margin: -10px 0px 20px 0px;
    padding: 12px 20px 21px 20px;
    border-radius: 3px;
    height: 260px;
    background-color: #f9f9f9;
}

.article-bg-home h3 {
    font-size: 22px !important;
    font-weight: 600;
}

.article-bg-home h3 span {
    max-height: 100px;
    overflow: hidden;
	line-height: 32px;
}

.article-bg-homevideo {
    margin: -15px 0px 20px 0px;
    padding: 12px 20px 21px 20px;
    border-radius: 3px;
    height: 260px;
    background-color: #fbfbfb;
}

.article-bg-homevideo h3 {
    font-size: 22px !important;
    font-weight: 600;
}

.article-bg-homevideo h3 span {
    max-height: 100px;
    overflow: hidden;
	line-height: 32px;
}

.dis-none {
	display: none;
}


.article-style .thumbnails img {
    margin-bottom: 0px;
}

.mgn-btom {
	margin-bottom: 60px; 
}

.sr-desng .videotitle {
    float: left;
    margin-bottom: 30px;
}

.sr-desng .videotitle a {
    font-size: 18px;
    line-height: 26px;
}

.sr-desng .videotitle img {
    width: 100%;
	margin-bottom: 10px;
}

.spdbanner {
    text-align: center;
    margin: 0px;
}

.spdbanner.art-ad {
    margin: 40px auto 40px auto;
    max-width: 555px;
    border: 1px solid #eeeeee;
}

.spdbanner a {
    display: block;
}


.brow-cat .shortcontent {
    margin: 0px 0px 30px 0px;
}

.brow-cat .allcontent {
    margin: 0px 0px 30px 0px;
}

.brow-cat a {
    float: inherit;
}



.subscribe-now-gold {
    background: #ffcb05;
    float: left;
    width: 100%;
    padding: 34px 15px 15px;
    color: #000;
    text-align: center;
    z-index: 999;
    margin-bottom: 50px !important;
    margin-top: -150px;
    border: 3px dashed #084687;
}

.subscribe-now-gold h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

.subscribe-now-gold p {
    text-align: center !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #000 !important;
    margin: 10px 0px 0px 0px;
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.d-flex2 {
    display: -ms-flexbox!important;
    display: flex!important;
}

.coupon {
    border: 1px dashed #707070;
    background-color: #fff;
    border-radius: 6px;
    display: inline-block !important;
    vertical-align: middle;
    padding: 0 12px;
    margin: 0px 15px 0px 5px;
    display: flex;
    align-items: center;
    height: 18px;
    line-height: 0;
    padding: 12px 20px 32px 20px;
    color: #000;
    text-align: center;
	font-size: 20px;
	text-decoration: none;
}

.subscribe-new {
    background: linear-gradient(to bottom, #0060af 0%,#131c44 100%);
    color: #fff !important;
    border-radius: 6px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    /* display: flex; */
    width: fit-content;
    align-items: center;
    height: 20px;
    line-height: 0;
    padding: 23px;
	text-decoration: none !important;
	font-size: 20px;
}

.single-body-content h1 {
    font-size: 36px;
    line-height: 44px;
    color: #000;
    letter-spacing: 0;
}

.nine h1 span {
    margin-top: 30px;
    font-size: 22px;
    color: #000 !important;
    word-spacing: 1px;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
	background: none;
}

.nine h1 span:after, .nine h1 span:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    height: 5px;
    background-color: #0060af;
}

.price-benifit1 {
    padding: 5px;
}

.price-benifit1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
	color: #000 !important;
}

.price-benifit1 ul li {
    position: relative;
    padding-left: 30px;
    font-size: 16px !important;
    margin-bottom: 8px !important;
    display: block;
	
}

.price-benifit1 ul li:before {
    content: "\f046";
    position: absolute;
    left: 1px;
    top: 0;
    font-family: 'FontAwesome';
    color: #0060af;
}

.model-hgt .modal-dialog{
      overflow-y: initial !important
}

.model-hgt  .modal-body{
  height: 500px;
  overflow-y: auto;
}


.home-showmore {
	background: linear-gradient(to bottom, #0060af 0, #131c44 100%);
	border: none;
	margin-top: -10px;
}

.home-showmore:hover {
    background: linear-gradient(to bottom, rgba(0,88,166,1) 0, rgba(37,39,61,1) 100%)!important;
	border: none;
}

.lunch-banner2 {
	display: none;
}


.at-image-sharing-tool .at-custom-shape.at-image-sharing-tool-btns {
    display: none;
}


.carousel-control.left {
    background-image: none;
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none;
    background-repeat: repeat-x;
}

span.glyphicon.glyphicon-chevron-right {
    background: #000;
    padding: 10px;
    width: 36px;
    height: 36px;
    font-size: 18px;
}


span.glyphicon.glyphicon-chevron-left {
    background: #000;
    padding: 10px;
    width: 36px;
    height: 36px;
    font-size: 18px;
}

span.glyphicon.glyphicon-chevron-left:before {
    color: #fff;
}

span.glyphicon.glyphicon-chevron-right:before {
    color: #fff;
}

.carousel-caption {
    background: #000000;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    bottom: 0px;
	position: relative;
	min-height: 60px;
}

.carousel-caption h3 {
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    color: #000;
}

.carousel-inner {
    background-color: #000;
}

.carousel-inner img {
    max-height: 392px;
    margin: 0px auto;
    margin-bottom: 0px;
}

div#at-image-sharing-mobile-icons {
    display: none;
}

.topsld .owl-item img {
    border: 1px solid #eeeeee;
}



.new-head {
    box-shadow: #e4e4e4 0 -3px 0 inset;
}

.new-head h2 {
	text-align: left;
}

.new-head h2 > a {
    font-weight: 600;
    font-size: 26px;
    line-height: 26px;
    text-transform: uppercase;
    color: #999;
    padding: 0 0 12px 0;
    display: inline-block;
}

.new-head h2 > a:hover {
	color: #015ca9;
}

.new-head h2 > a.active {
	color: #000000;
	box-shadow: #015ca9 0 -3px 0 inset;
}

.margin-t-10 {
	margin-top: 10px;
}

.margin-t-20 {
	margin-top: 20px;
}

.margin-t-30 {
	margin-top: 30px;
}

.margin-t-40 {
	margin-top: 40px;
}

.margin-t-50 {
	margin-top: 50px;
}

.margin-t-60 {
	margin-top: 60px;
}

.margin-t-70 {
	margin-top: 70px;
}

.margin-t-80 {
	margin-top: 80px;
}



.margin-b-10 {
	margin-bottom: 10px;
}

.margin-b-20 {
	margin-bottom: 20px;
}

.margin-b-30 {
	margin-bottom: 30px;
}

.margin-b-40 {
	margin-bottom: 40px;
}

.margin-b-50 {
	margin-bottom: 50px;
}

.margin-b-60 {
	margin-bottom: 60px;
}

.margin-b-70 {
	margin-bottom: 70px;
}

.margin-b-80 {
	margin-bottom: 80px;
}



.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    display: block !important;
    position: absolute !important;
    top: 40% !important;
    cursor: pointer !important;
    /* padding: 2px 15px !important; */
    outline: 0 !important;
    /* background-color: rgba(255,255,255,0.8) !important; */
    background-color: #e4e2e2 !important;
    font-size: 24px !important;
    border: none !important;
    color: #000 !important;
    width: 36px;
    border-radius: 3px;
}

.vd-section {
    margin-bottom: 30px;
    width: 100%;
    clear: both;
    float: left;
}

.vd-section .item {
    width: 25%;  
    padding-right: 15px;
    padding-left: 15px;
}

.vd-section .item img {
    width: 100%;
    margin-bottom: 10px;
}

.watch-head h3 {
    text-transform: uppercase;
    color: #013d7e !important;
    font-size: 24px !important;
}



.abt-mile h2 {
    line-height: 30px;
    font-size: 25px;
    font-weight: 700;
    text-align: left;
}

.abt-mile li {
    display: block;
}
 
 
.insta-desk	{
	display: block;
} 

.insta-mob	{
	display: none;
}

.blank-rect {
    background-color: #fff;
    top: -60px;
    position: relative;
    margin-bottom: -60px;
    padding: 10px 0px 10px 0px;
	text-align: center;
}

.blank-rect h1 {
    font-size: 20px;
    text-align: center;
}

.blank-rect p {
    font-size: 17px;
    text-align: center;
}

.blank-rect img {

}

.owl-nav-1 .owl-nav {
    margin: 8px 10px 0px 0px;
}


.article-popup {
    background-color: #fff;
    z-index: 9999999999;
    top: 0px !important;
	padding: 0px 0px 0px 0px !important;
	height: 100%;
}

.article-popup img {
    width: 350px;
}

.article-sr-logo {
    margin: 30px auto 30px auto;
    width: 330px;
}

.article-sr-logo img {
    width: 200px;
}

.article-popup-img {
    width: 100%;
    margin: 20px 0px 20px 0px; 
}

.article-popup .popup-news {
    text-align: center;
    width: 100%;
    margin: 0px auto;
}

.article-popup-cont {
    display: block;
    border-radius: 0 !important;
    border: 0;
}

.article-popclose {
    color: #045ba6;
    font-size: 18px;
    background-color: #fff !important;
    padding: 10px 15px 10px 15px !important;
    border-radius: 45px;
    border: 3px solid #025aa6 !important;
	float: none;
	opacity: 1;
	margin-bottom: 30px;
}


.article-popup-cont p {
	margin: 30px 0px 0px 0px;
}




@media only screen and (min-width:320px) and (max-width:500px) {

.sr-video {
    margin-top: 200px;
    margin-bottom: 25px;
}

.video-desk {
    display: none;
}

.video-mob {
    display: block;
}


}
 
@media screen and (max-width: 767px) {

	
.spdbanner {
    display: none;
}

.spdbanner.art-ad {
    margin: 40px auto 30px auto;
}

	
img#fullColumn_myslider_Image1 {
    margin: 30px 0px 30px 0px;
}	

.article-popup {
    z-index: 9999999999;
}
	
.article-popup-img {
    width: 100%;
    margin: 20px 0px 20px 0px;
}

.article-popup img {
    width: 91%;
}	

.article-popup-cont p {
	margin: 30px 0px 0px 0px;
}


div#fullColumn_Div1 {
    margin: 176px 0px 0px 0px;
}	
	
.insta-text h2 > a {
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    text-transform: uppercase;
    color: #999;
    padding: 0 0 12px 0;
    display: inline-block;
}

.insta-desk	{
	display: none;
}

.insta-mob	{
	display: block;
}

	
.owl-nav {
    width: 68px;
    top: -38px;
    left: 80%;
    line-height: 20px;
}

.tab_container h3 {
    color: #000;
}

.brand-main .owl-item .item.videotitle span {
    font-weight: 500;
}	
	
.carousel-caption {
    min-height: 110px;
}	
	
.carousel-inner img {
    height: 250px !important;
}
	
#lblpagetitle {
    margin-top: 20px;
}

.lunch-banner1 {
	display: none;
}

.lunch-banner2 {
	display: block;
}

	
.subscribe-now-gold p img {
	width: 100% !important;
}
	
.nine h1 span {
    font-size: 20px;
    grid-gap: 0px;
}

.subscribe-now-gold h2 {
    font-size: 26px;
}
	
.price-benifit1 {
    padding: 5px;
    clear: both;
}
	
.coupon {
	margin: 5px 5px 10px 5px;

}
	
.d-flex2 {
    display: block !important;
}
	
.cat-ban-list {
    margin-top: 30px !important;
}

.cat-ban-list a img {
    width: 100% !important;
}


.cat-center {
    display: none;
}
	
.cat-centermob {
    margin: 0px auto 20px auto;
    max-width: 555px;
	display: block;
}

.cat-centermob img {
    margin: 0px auto;
    width: 100%;
    padding: 0px 15px 0px 15px;
}	
	
.clr-both {	
	clear: both;	
}

	
		
.padd-0 {	
	padding: 30px 0px 0px 0px;	
}
	
.subs-head h3 {	
    font-size: 26px;	
}	
		
.actual_price {	
    padding: 0px 15px 0px 15px;	
	font-size: 30px;	
}

.mag-cover-height {
	margin-top: 20px !important;
}

.actual_price2 {	
    padding: 0px 15px 0px 15px;	
	font-size: 28px;	
}
	
.price-list img {	
    margin: 0px 0px 5px 0px;	
}


	
.price-list li {	
    padding: 7px 7px 0px 7px;	
}
	
.price-list {	
    margin: 5px 0px 0px 0px;	
}
	
.price_header_text {	
    text-align: right;	
}

.price_header_text-sr {	
    text-align: center;	
}
	
.price_header-center {	
    padding: 8px 8px 8px 25px;	
}	

.price_header {	
    padding: 10px 8px 10px 25px;	
}	

div#fullCol_iframe {	
    margin-bottom: 0px;	
}

.video-bg {	
    border: 1px solid #e6e6e6;	
    padding: 10px 10px 10px 10px;	
    background-color: #fafafa;	
    margin-bottom: 40px;	
}
	
.social-thumb {	
	font-size: 16px;	
}
	
h1#fullCol_pagename {	
    margin-top: 10px;	
}
	
div#fullColumn_PRDetails p iframe {	
    height: 240px;	
}
	
.paragraph h3 {	
    color: #fff !important;	
}

.paragraph {	
    text-align: justify !important;	
    border: 1px solid #e4e2e2;	
    background-color: #f7f7f7;	
    width: auto;	
    margin: 30px 15px 0px 15px;	
    padding: 0px 0px 0px 0px;	
}	
.paragraph p {	
    padding: 10px 10px 10px 10px;	
}	
.tab_container p {	
    padding: 10px;	
}	
.ribbon-top-left {	
    top: -5px;	
    left: 5px;	
}

.ribbon-top-left::after {	
    bottom: 2px;	
    left: 0px;	
}	
.ribbon span {	
    padding: 20px 46px 7px 44px;	
    font-size: 17px;	
}	
.subs-head {	
    padding: 20px 0px 10px 0px;	
	margin-bottom: -70px;	
}	
.padding-top-half {	
    padding-top: 0rem;	
}	
.subs-banner img {	
    margin-top: 40px;	
}	
.price-item, .price-item-center {	
    margin: 40px 0;	
}

.sec-mb {	
	clear: both;	
    padding-top: 60px;	
}	
.vd-btn {	
    top: 60%;	
}	
.table-responsive>.table-bordered {	
    border: 0;	
    text-align: left;	
}	
.tophead .flexi_col {	
    padding: 0px;	
}

.m2 .freebirdFormviewerViewHeaderTitle {
    font-size: 28px !important;
}

.ad-sec {
	display: none;
}

.ad-sec-mobile {
    position: fixed;
    bottom: 0px;
    z-index: 9999999;
    left: 0px;
	display: block;
}

.ad-sec-mobile img {
    width: 100%;
}

.ad-close {
    padding: 2px 8px 2px 8px;
    font-size: 14px;
}

.new-head1 h3 {
    max-height: initial;
    overflow: hidden;
}

.new-head1 p {
    height: inherit;
    overflow: hidden;
}

.article-bg-home h3 span {
    max-height: inherit;
    overflow: hidden;
}

.article-bg-homevideo h3 span {
    max-height: inherit;
    overflow: hidden;
}

.article-bg-home {
    height: inherit;
}


.article-bg-homevideo {
    height: inherit;
}

.art-ad img {
    width: 100%;
}


}


@media (min-width: 1380px) {
	
.ad-sec {
    width: 1239px;
}


.ad-sec img {
    width: 100%;
}

.HighlightsNews .brand-main .owl-item .item.videotitle span {
    line-height: 22px;
}

.spdbanner-mobile {
    display: none;
}

.video-mob {
    display: none;
}

}


@media only screen and (min-width:992px) and (max-width:1280px) {
	
.ad-sec {
    width: 1080px;
}


.ad-sec img {
    width: 100%;
}

.spdbanner-mobile {
    display: none;
}

.video-mob {
    display: none;
}


}


@media only screen and (min-width:768px) and (max-width:990px) {

.ad-sec {
    width: 950px;
}


.ad-sec img {
    width: 100%;
} 

.spdbanner-mobile {
    display: none;
}

.video-desk {
    display: block;
}

.video-mob {
    display: none;
}


} 



@media only screen and (max-width: 1366px) and (min-width: 1266px) {

.video-desk {
    display: block;
}

.video-mob {
    display: none;
}
	
.ad-sec img {
	width: 1240px;
}

.spdbanner-m {
	display: none;
}

.spdbanner-mobile {
    display: none;
}
	


.owl-st h6 {
    padding: 0px 30px;
    margin: 20px 0px 20px 0px;
    color: #231f20;
    font-size: 18px;
    line-height: initial;
    font-weight: 400;
    text-align: center;
}

