.section.article-detail {
	font-family: "opensans-regular", Arial;
}
.section.article-detail section {
	padding-top: 40px;
	padding-bottom: 40px;
	clear: both;
}
.section.article-detail {
	width: 100%;
	color: #fff;
	position: relative;
	margin-top: 10px;
}
.section.article-detail > .inner {
	width: 100%;
	max-width: 1010px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 15px;
}
.section.article-detail .breadcrumb {
	background-color: transparent;
	color: #909090;
	font-family: "opensans-regular", Arial;
	font-size: 14px;
	padding: 10px 0 0 0;
}
.section.article-detail .breadcrumb a {
	color: #909090;
}
.section.article-detail .breadcrumb-item + .breadcrumb-item::before {
	content: ">";
}
.section.article-detail {
	color: #2b292d;
}
.section.article-detail a {
	color: #FF3333;
}
.section.article-detail a:hover,
.section.article-detail a:focus {
	text-decoration: none;
}
.section.article-detail p {
	font-size: 16px;
	font-family: "opensans-regular", Arial;
}
.section.article-detail h1,
.section.article-detail h2,
.section.article-detail h3,
.section.article-detail h4,
.section.article-detail h5,
.section.article-detail h6 {
	font-family: "opensans-semibold", Arial;
}
.section.article-detail h2 {
	font-size: 32px;
}
.section.article-detail h3 {
	font-size: 24px;
}
.section.article-detail h4 {
	font-size: 20px;
	color: #2b292d;
	letter-spacing: 0;
}
.section.article-detail h5 {
	font-size: 18px;
}
.section.article-detail h6 {
	font-size: 16px;
}
.section.article-detail h6.bold {
	font-family: "opensans-bold", Arial;
}
.section.article-detail .nav-tabs .nav-link {
	border: 0;
	font-family: "opensans-semibold", Arial;
}
.section.article-detail .nav-tabs .nav-item.show .nav-link,
.section.article-detail .nav-tabs .nav-link.active {
	color: #ff3333;
	border-bottom: 2px solid #ff3333;
}

p.grey {
	color: #777777;
}
.mb0 {
	margin-bottom: 0;
}
.h-tab-slider {

	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	border: solid 1px #ffffff;
	background-color: #fdfdfd;
	overflow: hidden;
}
.tabs-ui {
	border: 0;
}
.dragendable {
	width: 100%;
	visibility: hidden;
	cursor: hand;
	cursor: -moz-grab;
	cursor: -webkit-grab;
	cursor: grab;
}

.section.article-detail .dragendable.nav-tabs .nav-item a {
	padding: 0;
}
.tabs-ui .nav-item {
	text-align: center;
	position: relative;
	margin: 0;
}
.tabs-ui .nav-item:hover {
	background-color: #ececec;
}
.tabs-ui.nav-tabs .nav-item a:hover {
	background: transparent;
}
.tabs-ui.nav-tabs .nav-item:before {
	content: '';
	position: absolute;
	background: #dee2e6;
	font-size: 25px;
	bottom: 0;
	width: 2px;
	z-index: 1;
	left: 0;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 60%;
}
.tabs-ui.nav-tabs .nav-item:first-child:before {
	content: '';
	width: 0;
}

.section.article-detail .nav-tabs .nav-item a {
	color: #777777;
	font-size: 16px;
	height: 100%;
	display: block;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	/*font-family: "opensans-regular", Arial;*/
	position: relative;
	align-items: center;
	justify-content: center;
	display: flex;
	padding: 10px 8px;
	border-bottom: 2px solid transparent;
	/*touch-action: pan-left;*/
	background-color: transparent;
}
.section.article-detail .nav-tabs.icon-tab .nav-item a {
	display: block;
}
.section.article-detail .nav-tabs.icon-tab .nav-item a span {
	display: block;
	font-size: 12px;
}
.section.article-detail .nav-tabs.icon-tab .nav-item a span.tab-image {
	height: 36px;

}
.section.article-detail .nav-tabs.icon-tab .nav-item a span.tab-image img {
	max-width: 30px;
	margin-top: 10px;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.section.article-detail .nav-tabs.icon-tab .nav-item .nav-link.active span.tab-image img {
	display: none;
}
.section.article-detail .nav-tabs.icon-tab .nav-item .nav-link.active span.tab-image img.image-active{
	display: block;
}
.section.article-detail .nav-tabs.icon-tab .nav-item a span.tab-image img.image-active {
	display: none;
}

.section.article-detail .nav-tabs.icon-tab .nav-item a span.btn-icon {
	font-size: 30px;
}
.section.article-detail .nav-tabs.icon-tab .nav-item a span.no-icon {
	visibility: hidden;
}
.section.article-detail .link-chain {
	background: url("../images/icon-link.png") no-repeat 0 0;
	color: #ff3333;
	padding-left: 20px;
}
.section.article-detail .block {
	margin-bottom: 30px;
}
.section.article-detail .block ul {
	padding: 0;
	list-style: none;
	font-size: 16px;
	font-family: "opensans-regular", Arial;
}
.section.article-detail .block ul li {
	margin-bottom: 10px;
}
.section.article-detail .block.left-nav {
	position: absolute;;
	overflow: hidden;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}
.section.article-detail .block.left-nav.sticky_leftside {
	position: sticky;
	/*top: 150px;*/
	top: 190px;
}
.section.article-detail .block.left-nav ul li a {
	color: #2b292d;
	font-family: "opensans-semibold", Arial;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}
.section.article-detail .block.left-nav ul li.active a {
	color: #FF3333;
	position: relative;
}
.section.article-detail .block.left-nav ul li a span.nav-icon {
	display: none;
	margin-right: 10px;
}
.section.article-detail .block.left-nav ul li.active a span.nav-icon {
	display: inline;
}
.section.article-detail .table-layout {
	font-size: 14px;
	font-family: "opensans-regular", Arial;
	margin-bottom: 30px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	border: solid 1px #ffffff;
	background-color: #fdfdfd;
	overflow: hidden;
}
.section.article-detail .table-layout td,
.table-layout th {
	padding: 20px;
	border: 1px solid #e6e6e6;
	color: #575757;
}
.section.article-detail .table-layout th {
	font-family: "opensans-bold", Arial;
}
.section.article-detail .table-layout thead {
	background: #f7f7f7;
}
.section.article-detail .table-layout tbody tr:nth-child(even) {
	background: #f7f7f7;
}
.section.article-detail .table-layout th:nth-child(1),
.section.article-detail .table-layout td:nth-child(1) {
	width: 30%;
}
.section.article-detail .table-layout td:nth-child(1) {
	width: 30%;
	color: #ff3333;
	font-family: "opensans-semibold", Arial;
}
.section.article-detail .h-tab {
	margin-bottom: 50px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	border: solid 1px #ffffff;
	background-color: #fdfdfd;
	overflow: hidden;
}
.section.article-detail .v-tab .tabs-ui.nav-tabs .nav-item:before {
	height: 0;
}
.section.article-detail .h-tab h6,
.section.article-detail .v-tab h6 {
	padding: 10px;
	background: #e3e3e3;
	margin-bottom: 30px;
	margin: 0;
}
.section.article-detail .v-tab h6 {
	min-height: 60px;
	font-size: 16px;
	padding: 15px 25px;
}
.section.article-detail .v-tab .nav-tabs .nav-item {
	margin-bottom: 0;
}
.section.article-detail .h-tab .h-tab-slider, .section.article-detail .v-tab .v-tab-slider {
	position: relative;
}
.h-tab-slider button,
.v-tab-slider button {
	border: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	padding: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	right: 0;
	height: 100%;
	width: 40px;
	display: block;
}
.h-tab-slider button .icon,
.v-tab-slider button .icon {
	opacity: 0;
}
.h-tab-slider button.disabled,
.v-tab-slider button.disabled {
	display: none;
}
.h-tab-slider:hover button .icon,
.v-tab-slider:hover button .icon {
	display: block;
	font-size: 12px;
	color: #fff;
	width: 20px;
	height: 36px;
	margin: 0 auto;
	border-radius: 8px;
	background-color: rgba(0, 0, 0, 0.2);
	line-height: 36px;
	opacity: 1;
}
.h-tab-slider button.glider-prev,
.v-tab-slider button.glider-prev {
	left: 0;
	background: -webkit-linear-gradient(180deg,rgba(255, 255, 255, 0),rgba(255, 255, 255, 1));
	border-top-left-radius: 6px;
	-moz-border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;

	border-bottom-left-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;

}
.h-tab-slider button.glider-next,
.v-tab-slider button.glider-next {
	right: 0;
	background: -webkit-linear-gradient(0deg,rgba(255, 255, 255, 0),rgba(255, 255, 255, 1));
	border-top-right-radius: 6px;
	-moz-border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;

	border-bottom-right-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;

}
.section.article-detail .h-tab .nav-tabs {
	border-bottom: 0;
	display: block;
}


.section.article-detail .h-tab .tab-content, .section.article-detail .v-tab .tab-content {
	padding: 30px 15px;
}
.section.article-detail .red {
	color: #ff3333;
}
.section.article-detail .tabs ul {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.section.article-detail .tabs ul li a {
	padding: 0.5em 1em;
}
.section.article-detail .item {
	margin-bottom: 2px;
}
.section.article-detail .item::before {
	cursor: pointer;
	color: #777777;
	background: #e3e3e3;
	padding: 0.5em;
	display: block;
}
.section.article-detail .item.active::before {
	color: #ff3333;
}
.section.article-detail .item.active .item-content {
	padding: 1em;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.section.article-detail .tabs-side .item.active .item-content {
	margin-top: 0;
	padding-top: 20px;
}
.section.article-detail .tabbed-content .tabs {
	display: none;
}
.section.article-detail .tabbed-content .item {
	min-height: 2em;
}
.section.article-detail .tabbed-content .item::before {
	content: attr(data-title);
}
.section.article-detail .tabbed-content .item .item-content {
	opacity: 0;
	visibility: hidden;
	height: 0;
}
.section.article-detail .tabbed-content .item {
	padding-bottom: 0;
}
.section.article-detail .tabbed-content .item.active .item-content {
	opacity: 1;
	visibility: visible;
	height: auto;
}
.section.article-detail .v-tab {
	margin-bottom: 50px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	border: solid 1px #ffffff;
	background-color: #fdfdfd;
	overflow: hidden;

}
.section.article-detail .d-slider,
.section.article-detail .m-slider {
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
	border: solid 1px #e3e3e3;
	background-color: #fdfdfd;

}
.section.article-detail .d-slider .d-flex.title-wrapper,
.section.article-detail .m-slider .d-flex.title-wrapper {
	padding: 10px;
	border-bottom: 1px solid #e6e6e6;
	clear: both;
	display: flex !important;
}
.section.article-detail .d-slider .d-flex.title-wrapper {
	margin-bottom: 20px;
}
.section.article-detail .box-links-wrapper {
	position: relative;
	z-index: 2;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
	border: solid 1px #e3e3e3;
	background-color: #fdfdfd;

}
.section.article-detail .box-links {
	padding: 20px;
	position: relative;
}
.section.article-detail .box-links:first-child:before {
	width: 0;
	height: 0;
}
.section.article-detail .box-links:before {
	content: '';
	position: absolute;
	background: #dee2e6;
	font-size: 25px;
	bottom: 0;
	width: 3px;
	z-index: 1;
	left: 0;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 40%;
}
.section.article-detail .box-links h5 {
	margin-bottom: 15px;
}
.section.article-detail .desktop__container img {
	max-width: 100%;
	width: 100%;
}

.section.article-detail .desktop__container {
	height: 406px;
	position: relative;
	-webkit-transform-origin: left;
	transform-origin: left;
	margin: 0 auto;
	max-width: 100%;
	max-width: 800px;
}
.section.article-detail .mobile__container {
	height: 544px;
}
.section.article-detail .monitor__wrapper {
	left: 0;
	right: 0;
	margin: 0 50px;
	top: 1px;
	position: absolute;
	background: transparent;
	right: 0;

}
.section.article-detail .desktop__container .monitor__wrapper {
	height: 100%;
}
.section.article-detail .monitor__wrapper > img {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 !important;
	pointer-events: none;
	z-index: 20;
}
.section.article-detail .mobile__container .monitor__wrapper {
	max-width: 270px;
	margin: 0 auto;
}
.section.article-detail .m-slider .apps-icons-wrapper {
	box-shadow: 0 0 2px 2px rgba(119, 119, 119, 0.2);
	-moz-box-shadow: 0 0 2px 2px rgba(119, 119, 119, 0.2);
	-webkit-box-shadow: 0 0 2px 2px rgba(119, 119, 119, 0.2);
	position: relative;
	z-index: 2;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #fff;
	padding: 20px 0;
}
.section.article-detail .m-slider .apps-icons-wrapper h5 {
	color: #4D4D4D;
	font-family: 'opensans-bold', Arial;
}
.section.article-detail .m-slider .apps-icons {
	align-items: center;
	padding: 0 18%;
	display: flex;
}
.section.article-detail .m-slider .apps-icons a:first-child {
	margin-left: 0;
}
.section.article-detail .m-slider .apps-icons a {
	margin-left: 10px;
	width: 33.33%;
	max-width: 100%;
}
.section.article-detail .m-slider .apps-icons a img {
	max-width: 100%;
	height: auto;
}
.section.article-detail .mobile__container .monitor__wrapper > img {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 20;
	max-width: 100%;
}
.section.article-detail .slider__desktop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 15;
	margin-bottom: 0;
}
.section.article-detail .slider__mobile {
	left: 0;
	z-index: 15;
	position: relative;
}
.section.article-detail .slider__desktop .slick-slide:hover {
	cursor: pointer;
}

.section.article-detail .slick-prev {
	left: -45px;
}
.section.article-detail .slick-arrow .icon-image {
	display: block;
	width: 8px;
	height: 13px;
	background-repeat: no-repeat;
	background-size: contain;
}
.section.article-detail .slick-prev .icon-image {
	background-image: url(../../images/slider/arrow-left.png);
	
}
.section.article-detail .slick-next {
	right: -45px;
}
.section.article-detail .slick-next .icon-image {
	background-image: url(../../images/slider/arrow-right.png);
}
.section.article-detail .desk__wrapper {
	width: 100%;
	bottom: 0;
	position: absolute;
	background: transparent;
	padding: 0 2%;

	display: block;
}
.section.article-detail .desk__wrapper > img {
	width: 100%;
	margin: 0 !important;
	pointer-events: none;
}
.section.article-detail .slider__mobile .slick-slide img {
	max-width: 100%;
	width: 100%;
	outline: none;
}
.section.article-detail .vertical-algin-pager {
	vertical-align: top;
	overflow-y: auto;
	padding-bottom: 15px;
	height: 200px;
	overflow-y: auto;
	background: #f9f9f9;
	position: relative;
}
.section.article-detail .d-slider .vertical-algin-pager {
	margin-top: 30px;
}
.section.article-detail .m-slider .vertical-algin-pager {
	height: 565px;
}
.section.article-detail .vertical-algin-pager .slider-nav {
	position: relative;
}
.section.article-detail .vertical-algin-pager .slider-nav .line {
	top: 10px;
	left: 14px;
	z-index: 0;
	width: 1px;
	height: calc(100% - 56px);
	background: #979797;
	position: absolute;
	display: block;
}
.section.article-detail .m-slider .vertical-algin-pager .slider-nav:before {
	height: calc(100% - 157px);
}
.section.article-detail .vertical-algin-pager .slider-nav .slick-item {
	padding: 10px;
	cursor: pointer;
}
.section.article-detail .d-slider .vertical-algin-pager {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
}

.section.article-detail .vertical-algin-pager .slider-nav .slick-item.slick-current {
	background: #e6e6e6;
}
.section.article-detail .vertical-algin-slider {
	display: inline-block;
	width: calc(100% - 50px);
	vertical-align: top;
	margin-top: 15px;
}
.section.article-detail .slick-list {
	padding: 0 !important;
}
.section.article-detail .vertical-algin-slider .slider-desc .slick-list {
	padding: 0 !important;
}
.section.article-detail .vertical-algin-slider .slider-desc .slick-item {
	margin-bottom: 15px;
	width: 100% !important;
}
.section.article-detail .vertical-algin-slider .slider-desc .slick-item.double-line {
	margin-bottom: 16px !important;
}

.section.article-detail .vertical-algin-slider .slider-desc .slick-track {
	transform: none !important;
	width: 100% !important;
}
.section.article-detail .vertical-algin-slider .slider-desc .slick-item:focus,
.section.article-detail .vertical-algin-slider .slider-desc .slick-item:hover {
	outline: none;
	box-shadow: none;
}
.section.article-detail .vertical-algin-slider .slider-desc .hide {
	display: none;
}
.section.article-detail .slider-nav {
	list-style: none;
	margin: 0 auto;
}
.d-slider,
.m-slider {
	display: none;
}
.d-slider.active,
.m-slider.active {
	display: block;
}

.section.article-detail .slider-nav .slick-item a {
	background: #eee;
	color: #4d4d4d;
	width: 10px;
	height: 10px;
	line-height: 10px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: block;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	font-family: "opensans-regular", Arial;
	text-transform: uppercase;
	color: transparent;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #979797;
	margin-left: 0;
	position: relative;
}
.section.article-detail .slider-nav .slick-item:hover,
.section.article-detail .slider-nav .slick-item:focus,
.section.article-detail .slider-nav .slick-item a:focus,
.section.article-detail .slider-nav .slick-item a:hover {
	outline: none;
	text-decoration: none;
}
.section.article-detail .slider-nav .slick-item.last {
	margin-right: 0;
}
.section.article-detail .slider-nav .slick-item.slick-current a {
	background: #ff3333;
	color: transparent;
	border-color: transparent;
}
.section.article-detail .step-desc-small {
	text-align: left;
	color: #575757;
	font-size: 12px;
}
.section.article-detail .slider-nav .step-desc-small {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 30px);
}
.section.article-detail .vertical-algin-pager .mCSB_inside > .mCSB_container {
	margin-right: 0 !important;
}
.section.article-detail .slick-initialized .slick-slide {
	outline: none;
}

.section.article-detail .data-table-tit {
	font-size: 24px;
	font-family: "opensans-semibold", Arial;
	float: left;
	width: 50%;
}
.section.article-detail .dataTables_filter {
	visibility: hidden;
	height: 0;
}
.data__table_filter .form-filter {
	width: 50%;
	float: left;
}
.section.article-detail .dataTables_filter label {
	display: block;
}

.section.article-detail .data__table_filter .form-filter button.search-icon {
	border: 0;
	float: right;
	outline: none;
	background: transparent;
}

table.dataTable {
	width: 100%;

}
table.dataTable thead tr th.first {
	border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
}
table.dataTable thead tr th.last {
	border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;

}

.data-table-wrapper table.dataTable thead th.custom_sorting {
	padding-right: 15px;
	background: #f7f7f7;
	cursor: pointer;
	
}
.data-table-wrapper table.dataTable thead th:before,
.data-table-wrapper table.dataTable thead th:after {
	opacity: 0;
	content: '';
}

.data-table-wrapper table.dataTable thead th.custom_sorting:after {
	content: url("../images/icon-sort-desc.png");
	opacity: 1;
	position: absolute;
	right: 15px;
	display: inline-block;
}
.data-table-wrapper table.dataTable thead th.custom_sorting.active:after {
	content: url("../images/icon-sort-asc.png");
}

.section.article-detail .box-filter {
	position: absolute;
	width: 200px;
	padding: 20px;
	z-index: 999;
	box-shadow: 0 0 2px 2px rgba(119, 119, 119, 0.2);
	-moz-box-shadow: 0 0 2px 2px rgba(119, 119, 119, 0.2);
	-webkit-box-shadow: 0 0 2px 2px rgba(119, 119, 119, 0.2);
	display: none;
	background: #fafafa;
	color: #979797;
	font-family: "opensans-semibold", Arial;
	font-size: 14px;
	top: 0;
	left: 100%;
	transition: all ease 0.4s;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.filter-wrapper {
	position: absolute;
	width: 205px;
	left: 0;
	z-index: 999;
	box-shadow: 0 0 2px 2px rgba(119, 119, 119, 0.2);
	-moz-box-shadow: 0 0 2px 2px rgba(119, 119, 119, 0.2);
	-webkit-box-shadow: 0 0 2px 2px rgba(119, 119, 119, 0.2);
	background: #fafafa;
	color: #979797;
	font-family: "opensans-regular", Arial;
	font-size: 13px;
	top: 50px;
	display: none;
	transition: all ease 0.4s;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.box-filter .input-wrapper {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 1px 10px;
	background-color: #fff;
}

.box-filter .input-wrapper input {
	width: 100%;
	border: 0;
	font-size: 16px;
	color: #2e2e2e;
}
.box-filter .input-wrapper input:focus {
	outline: none;
}
.box-filter .input-wrapper label {
	background: #fff;
	display: block;
	margin: 0;
	font-size: 10px;
	font-family: 'opensans-regular', Arial;
}
.filter-wrapper ul {
	list-style: none;
	padding: 0;
}

.section.article-detail .filter-wrapper ul li {
	margin: 0;
	color: inherit;
	display: block;
	padding: 8px 17px;
	transition: all ease 0.4s;
	cursor: pointer;
	position: relative;
}
.section.article-detail .filter-wrapper ul li .fas {
	float: right;
}
.section.article-detail .filter-wrapper ul li:hover,
.section.article-detail .filter-wrapper ul li.active {
	background: #f2f2f2;
}
.section.article-detail .filter-wrapper ul li:hover .box-filter {
	display: block;
}
.section.article-detail .checkbox-filter h6 {
	font-size: 16px;
	color: #000;
}
.section.article-detail .filter-wrapper.active {
	display: block;
}
.section.article-detail .filter-wrapper ul li.clear-data-table ,
.clear-data-table {
	color: #ff3736;
	cursor: pointer;
	font-family: "opensans-semibold", Arial;
}
.section.article-detail .search-icon {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	z-index: 2;
	background: url(../images/icon-search.png) no-repeat right center;
	right: 0;
	cursor: pointer;
}
.section.article-detail .search-close {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	z-index: 2;
	background: url(../images/icon-close.png) no-repeat 15px center;
	display: none;
	right: 0;
	cursor: pointer;
}
.section.article-detail .data__table_filter .form-filter {
	position: relative;
	height: 40px;
}
.section.article-detail .data__table_filter .form-filter input[type="text"] {
	background-position: 5px center;
	border: 0;
	background: url(../images/icon-search.png) no-repeat 5px center;
	outline: none;
	height: 40px;
	width: 0;
	transition: all 0.5s ease;
	padding: 0;
	position: absolute;
	right: 0;
	box-sizing: border-box;
	opacity: 0;
}
.section.article-detail .data__table_filter .form-filter.active input[type="text"] {
	width: 100%;
	padding-left: 30px;
	opacity: 1;
	box-shadow: 0 1px 4px rgba(119, 119, 119, 0.2);
	-moz-box-shadow: 0 1px 4px rgba(119, 119, 119, 0.2);
	-webkit-box-shadow: 0 1px 4px rgba(119, 119, 119, 0.2);
}
.section.article-detail .data__table_filter .form-filter.active input[type="text"],
.section.article-detail .form-filter.active .checkbox-filter,
.section.article-detail .form-filter.active .search-close {
	display: block;
}
.section.article-detail .data__table_filter .form-filter.active .search-icon {
	display: none;
}
.clearfix {
	clear: both;
}
.checkbox-filter .filter-box {
	float: left;
	width: 50px;
}


.data__table thead tr th {
	border: 0;
	font-size: 16px;
	font-weight: normal;
	font-family: "opensans-semibold", Arial;
	outline: none;
	position: relative;
	vertical-align: middle;
}
.data-table-wrapper table.dataTable thead th.custom_sorting {
	padding-right: 25px;
}
.data__table tr:hover {
	background: #f7f7f7;
}
.data__table tr td {
	border-top: 1px solid #dee2e6;
	font-size: 13px;
	font-family: "opensans-regular", Arial;
}
.data__table {
	border-bottom: 1px solid #dee2e6;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
	display: inline-block;
	vertical-align: middle;
	outline: none;
	width: 33%;
	text-align: center;
	font-size: 12px;
	color: #707070;
	font-family: "opensans-regular", Arial;
}
.dataTables_wrapper .dataTables_length {
	text-align: left;
}
.dataTables_wrapper .bottom {
	width: 100%;
	float: right;
}
.dataTables_wrapper #clear_all {
	text-align: left;
	color: #ff3736;
	cursor: pointer;
	font-family: "opensans-semibold", Arial;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination li.disabled {
	opacity: 0.5;
}

div.dataTables_wrapper div.dataTables_length select {
	border: 0;
	font-size: 12px;
	color: #707070;
	font-family: "opensans-regular", Arial;
	background-image: url("../images/icon-sort-desc.png");
	background-size: 10px;
	background-position: center right;
}
div.dataTables_wrapper div.dataTables_info {
	padding-top: 0;
}
.dataTables_wrapper .dataTables_length label {
	margin: 0;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
	margin: 0;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-item a {
	border: 0;
	outline: none;
}
div.dataTables_wrapper div.dataTables_length select:focus,
.section.article-detail .page-link:focus {
	outline: none;
	box-shadow: none;
}
.section.article-detail a.page-link,
.section.article-detail .page-item .page-link:hover {
	color: #707070;
	background: transparent;
}
.section.article-detail .page-item.active .page-link {
	background: transparent;
	color: #ff3736;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
	content: url("../images/icon-upward.png");
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
	content: url("../images/icon-downward.png");
}
.data-table-wrapper {
	margin-bottom: 50px;
	position: relative;
}
/* icon listing */
.icon-listing-wrapper .icon-listing {
	width: 80%;
}
.icon-listing-wrapper .icon-listing .image-wrapper {
	display: inline-block;
	vertical-align: top;
	width: 62px;
	margin-right: 10px;
}
.icon-listing-wrapper .icon-listing .text-wrapper {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 80px);
}
.icon-listing-wrapper .icon-listing .text-wrapper p {
	color: #2e2e2e;
}

.icon-listing-wrapper .icon-listing .text-wrapper p {
	color: #656565;
}
.icon-listing {
	margin-top: 20px;
}
.icon-listing .image-wrapper img {
	max-width: 55px;
}

.buttons-wrapper h6.bold {
	margin-top: 20px;
}
.buttons-wrapper .btn,
.card-carousel .btn,
.useful .btn,
.form-ui .btn {
	display: inline-block;
	max-width: 194px;
	height: 41px;
	border-radius: 5px;
	font-family: "opensans-bold", Arial;
	font-size: 16px;
	text-align: center;
	line-height: 41px;
	-webkit-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	padding: 0;
	margin-right: 2%;
	width: 46%;
	vertical-align: top;
	outline: none;
	border: 1px solid #ff3333;
	transition: all .4s;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin-bottom: 15px;
}
.buttons-wrapper .btn.btn-icon-large-gray {
	max-width: 100%;
	padding: 16px;
	height: auto;
	line-height: initial;
	border: 1px solid silver;
	color: #2e2e2e;
	width: 48%;
	position: relative;
}
.buttons-wrapper .btn.btn-icon-large-gray a {
	color: inherit;
	font-family: 'opensans-semibold', Arial;
	display: block;
	position: relative;
}
.buttons-wrapper .btn.btn-icon-large-gray:hover {
	color: #fff;
	background-color: #656565;
	border: 1px solid #656565;
}

.buttons-wrapper .btn.btn-icon-large-gray .btn-icon {
	position: absolute;
	font-size: 30px;
	height: 30px;
	width: 30px;
	left: 0;
}
.buttons-wrapper .btn.btn-icon-large-gray  .btn-text-wrapper {
	text-align: left;
	padding-left: 46px;
	line-height: 16px;
	white-space: normal;
	position: relative;
	height: 40px;
}
.buttons-wrapper .btn.btn-icon-large-gray  .btn-text-wrapper .btn-text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	line-height: 20px;
}   
.buttons-wrapper .btn:focus,
.card-carousel .btn:focus,
.useful .btn:focus {
	outline: none;
}
.card-carousel .btn {
	width: 100%;
	max-width: 100%;
	display: block;
}
.useful .btn {
	width: 100%;
	max-width: 60px;

}
.useful .btn:focus,
.buttons-wrapper .btn:foucs,
.card-carousel .btn:focus {
	outline: none;
	box-shadow: none;
}
.buttons-wrapper .btn.btn-border,
.useful .btn.btn-border {
	background: #fff;
	color: #ff3333;
}
.useful .btn.btn-border {
	width: 64px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	text-align: center;
	outline: none;
	font-weight: bold;
	margin-right: 5px;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear
}
.buttons-wrapper .btn.btn-rounded-corner {
	border: 1px solid #909090;
	background: transparent;
	color: #909090;
	padding: 10px 9px;
	margin-right: 5px;
	display: inline-block;
	width: auto;
	height: auto;
	line-height: 1;
	color: #909090;
	border-radius: 30px;

	font-size: 14px;
	font-family: 'opensans-regular', Arial;
}
.buttons-wrapper .btn.btn-rounded-corner a {
	color: inherit;
}
.buttons-wrapper .btn.btn-rounded-corner:hover,
.buttons-wrapper .btn.btn-rounded-corner.active  {
	background: #909090;
	border: 1px solid #909090;
	color: #fff;
	text-decoration: none;
}

.buttons-wrapper .btn.btn-border:hover, .useful .btn.btn-border:hover {
	background: #ff3333;
	color: #fff;
}
.buttons-wrapper .btn.btn-border:hover a,
.useful .btn.btn-border:hover a {
	color: inherit;
}
.buttons-wrapper .btn.btn-red,
.card-carousel .btn.btn-red,
.form-ui .btn.btn-red {
	/*border: 1px solid #ff3333;*/
	background: #ff3333;
	color: #fff;
	margin-bottom: 15px;
}
.buttons-wrapper .btn.btn-red.hover-darker:hover {
	background-color: #ee1818;
	border-color: #ee1818;
	color: #fff;
}
.buttons-wrapper .btn.btn-red:hover,
.card-carousel .btn.btn-red:hover,
.form-ui .btn.btn-red:hover {
	background: #fff;
	color: #ff3333;
}
.buttons-wrapper .btn.btn-red a,
.card-carousel .btn.btn-red a,
.form-ui .btn.btn-red a {
	color: inherit;
	display: block;
}
.accordion-wrapper .card-header {
	background: transparent;
	padding-left: 0;
	border: 0;
	border-radius: 0;
	padding: 0
}
.accordion-wrapper .card-header h5 {
	padding: .75rem 1.25rem;
	padding-left: 0;
}
.accordion-wrapper .card-header h5 span.acc-icon:before {
	content: url(../images/ic_minus.png);
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 35px;
}
.accordion-wrapper .card-header h5.collapsed span.acc-icon:before {
	content: url(../images/ic_plus.png);
}
.accordion-wrapper .card-header:hover {
	cursor: pointer;
}
.accordion-wrapper .card-header h5 span.acc-text {
	display: inline-block;
	width: calc(100% - 50px);
	vertical-align: top;
	margin-top: 5px;
	font-size: 16px;
}
.accordion-wrapper .card {
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.accordion-wrapper .card-body {
	padding: 10px 0 30px;
}
.accordion-wrapper .align-card-header {
	margin-left: 50px;
}

ul.list-outside {
	list-style-position: outside;
	padding-left: 20px;
}
.links-wrapper {
	padding: 50px 0;
}
.thumb-1col-wrapper {
	margin-bottom: 50px;
}
.thumb-1col-wrapper .thumb-warpper {
	display: block;
	margin-bottom: 20px;
}
.thumb-1col-wrapper .thumb-warpper .image-wrapper {
	display: inline-block;
	vertical-align: top;
	width: 144px;
	margin-right: 10px;
}
.thumb-1col-wrapper .thumb-warpper .text-wrapper {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 160px);
}
.thumb-1col-wrapper .thumb-warpper .text-wrapper p,
.thumb-1col-wrapper .thumb-warpper .text-wrapper a {
	font-size: 14px;
}
.mb5 {
	margin-bottom: 5px;
}
.thumb-2col-wrapper {
	margin-bottom: 20px;
}
.thumb-2col-wrapper .thumb-warpper {
	display: inline-block;
	width: 49%;
	margin-bottom: 20px;
}
.thumb-2col-wrapper .thumb-warpper .image-wrapper {
	display: inline-block;
	vertical-align: top;
	width: 92px;
	margin-right: 10px;
}
.thumb-warpper .image-wrapper img {
	max-width: 100%;
	width: 100%;
}
.thumb-2col-wrapper.thumb-144 .thumb-warpper .image-wrapper {
	width: 144px;
}
.thumb-2col-wrapper.thumb-144 .thumb-warpper .text-wrapper {
	width: calc(100% - 160px);
}
.thumb-2col-wrapper .thumb-warpper .text-wrapper {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 110px);
}
.section.article-detail .thumb-warpper h5 a {
	color: #2b292d;
}
.section.article-detail .thumb-warpper h5 a:hover {
	color: #ff3736;
}
.static-table table tbody {
	border-top: 2px solid #ff3333;
}
.static-table table thead tr th {
	padding: 8px;
	font-family: 'opensans-semibold', Arial;
	font-size: 14px;
	vertical-align: top;
}
.static-table table tbody tr td {
	padding: 8px;
	border-left: 1px solid #e6e6e6;
	color: #2e2e2e;
	font-size: 16px;
	vertical-align: top;
}
.static-table table tbody tr td:first-child {
	border-left: 0;
}
.static-table table {
	width: 100%;
}
.static-table table tbody tr {
	border-bottom: 1px solid #e6e6e6;
}
.card-carousel-wrapper {
	/*overflow: hidden;*/
	position: relative;
}
.card-carousel {
	/*padding: 10px 25px;*/
	padding: 10px 0;
	position: relative;
}
.card-carousel .card-item {
	margin: 8px 8px;
	border: 1px solid #dcdcdc;
	padding: 0;
	cursor: pointer;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.card-carousel .card-item img {
	max-width: 100%;
	width: 100%;
	height: auto!important;
}
.card-carousel .card-item h6 {
	margin: 8px 0;
	min-height: 40px;
}
.card-carousel .card-item ul {
	/*min-height: 264px;*/
	color: #2e2e2e;
	font-size: 13px;
}
.card-carousel .card-item .description {
	margin-bottom: 10px;
}

.section.article-detail .card-carousel .slick-arrow.slick-disabled {
	display: none !important;
}
.useful h6 {
	display: inline-block;
	margin-right: 20px;
}
.related-block-bottom .col-md-6 {
	padding-left: 0;
}

.full-pager-slick {
	opacity: 0.54;
	font-family: "opensans-regular", Arial;
	font-size: 12px;
	color: #000000;
	letter-spacing: 0;
	line-height: 32px;
	display: none;
}
.mt-20 {
	margin-top: 20px;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100%;
	background-color: #000;
	right: 0;
	width: 100%;
}
.overlay-container .close {
	position: absolute;
	top: 0;
	right: 15px;
	background-color: transparent;
	color: #fff;
	z-index: 99;
}
.overlay-container .close:focus {
	outline: none;
}
.overlay-container .modal-content {
	background: transparent;
	border: 0;
}
.overlay-container .modal-lg {
	max-width: 1000px;
	margin-top:0;
	margin-bottom: 0;
}
.section.article-detail .overlay-container .inner {
	position: relative; width: 100%;max-width: 1010px;margin: 0 auto;
}
.section.article-detail .overlay-container .mobile__container .monitor__wrapper {
	max-width: 290px;
	margin: 0 auto;

}
.section.article-detail .overlay-container .monitor__wrapper {
	margin: 0;
}
.section.menu>.inner .list-menu-parent>.parent-menu>li>.list-menu-child {
	top: 80px;
}
.overlay-container .modal-body {
	padding: 0;
}
.overlay-container .modal-body img {
	width: 100%;
}

.range-filter .irs--flat .irs-line {
	top: 28px;
	height: 1px;
	background-color: #909090; 
}
.range-filter .irs--flat .irs-bar {
	top: 28px;
	height: 2px;
	background: #ff3333;
}
.range-filter .irs--flat .irs-handle>i:first-child {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #ff3333;
}
.range-filter .irs-from, 
.range-filter .irs-to {
	visibility: hidden!important;
}
.range-filter .irs--flat .irs-handle {
	width: 0;
}
.range-filter .irs-grid {
	bottom: 28px;
	height: 5px;
}
.range-filter .irs--flat .irs-grid-pol {
	background-color: #2e2e2e;
}
.range-filter .irs--flat .irs-single {
	display: none;
}
.range-filter .irs-grid-pol.small {
	display: none;
}
.range-filter .irs-grid-pol {
	height: 1px;
}
.range-filter .irs--flat .irs-grid-text {
	display: none;
}

.list-more .fa {
	position: absolute;
	left: 0;
}
.list-more .dropdown-list {
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.24), 0 0 8px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.24), 0 0 8px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.24), 0 0 8px 0 rgba(0, 0, 0, 0.12);
	background-color: #fafafa;
	position: absolute;
	left: 0;
	width: 92%;
	transition: all ease 0.3s;
	margin-top: -5px;
}
.list-more {
	position: relative;
	display: none;
}
.list-more span {
	display: block;
	text-align: left;
	width: 100%;
	margin-left: 10px;
	height: auto;
	position: relative;
}
.list-more.active .dropdown-list {
	display: block;
	z-index: 2;
}
.tabs-ui.nav-tabs .list-more .dropdown-list a {
	margin: 0;
}
.list-more .fa {
	position: absolute;
	left: -8px;
	top: 5px;
}
.tabs-ui.nav-tabs .list-more .dropdown-list a:hover {
	background: #f2f2f2;
}
.tabs-ui.x-scroll {
	display: block;
	white-space: nowrap;
	overflow-x: auto;
}
.mCSB_horizontal.mCSB_inside>.mCSB_container {
	margin-bottom: 3px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	height: 9px;
}
.section.article-detail .form-ui p {
	font-size: 16px;
	color: #656565;
	font-family: "opensans-semibold", Arial;
}
.form-ui {
	display: none;
}
.form-ui  textarea {
	position: relative;
	padding: 12px 10px 12px 8px;
	border: 1px solid silver;
	height: 82px;
	width: 100%;
	-webkit-appearance: none;
	border-radius: 0;
	font-size: 14px;
	box-sizing: border-box;
	resize: none;
	outline: none;
	width: 50%;
}

.form-ui  textarea[placeholder] {
	color: #909090;
}
.form-ui .btn.btn-red {
	display: block;
	max-width: 60px;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	font-family: "opensans-regular", Arial;
}
.form-ui .btn.btn-red:disabled {
	cursor: not-allowed;
	pointer-events: all !important;
}
.form-ui .btn.btn-red:disabled:hover {
	background: #ff3333;
	color: #fff;
}

/*left nav for mobile*/

#leftnavbtn {
	display: none;
}
#leftnavbtn ~ .dropdown-menu .icon {
	display: none;
}
#leftnavbtn ~ .dropdown-menu {
	display: block;
	position: initial;
	margin:0;
	width: auto;
	border: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: transparent;
}
#leftnavbtn ~ .dropdown-menu li {
	white-space: normal;
}
.filter-wrapper ul {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.section.article-detail .vertical-algin-pager .mCSB_inside > .mCSB_container {
		top: 0!important;
	}
	.v-tab-slider {
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
		-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
		border: solid 1px #ffffff;
		background-color: #fdfdfd;
		overflow: hidden;
	}
	.card-carousel .glider-prev, .card-carousel .glider-next {
		display: none!important;
	}
	div.dataTables_wrapper div.dataTables_length select {
		padding: 0 15px 0 0;
	}
	.data__table thead tr th {
		white-space: nowrap;
	}
	.table-responsive {
		overflow-x: hidden;
	}
	#range-filter .box-filter .input-wrapper {
		margin-left: 2%;
	}
	#range-filter .box-filter .input-wrapper:first-child {
		margin-left: 0;
	}
	.box-filter .range-slider {
		margin: 0 2%;
	}
	#mobile-filter .filter-wrapper, #checkbox-filter .box-filter, #range-filter .box-filter  {
		display: block;
		position: static;

		width: 100%;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	#mobile-filter .filter-wrapper .box-filter {
		display: none;
	}


	#data__table_wrapper {
		max-width: 100%;
		overflow: auto;
	}
	.modal-filter .modal-content {
		background-color: transparent;
		border: 0;
		border-radius: 0;
	}
	.modal-filter .close {
		
		color: white;
		opacity: 1;
		text-align: right;
		margin-bottom: 5px;
	}
	

	#leftnavbtn:focus {
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}
	#leftnavbtn {
		display: block;
		background: transparent;
		border: 0;
		color: rgba(0, 0, 0, 0.87);
		font-size: 15px;
		font-family: "opensans-semibold", Arial;
		width: 100%;
		text-align: left;
		padding: 14px 16px;
		line-height: 1.33;
	}
	.section.article-detail #leftnavbtn ~ .dropdown-menu li {
		margin-bottom: 0;
	}
	.section.article-detail .block.left-nav ul li a {
		margin: 0;
		padding: 14px 16px;
		display: block;
		position: relative;
		font-family: 'opensans-regular', Arial;
		font-size: 16px;
		color: #2e2e2e;
	}
	.section.article-detail .block.left-nav ul li a.active {
		margin: 0;
		color: rgba(0, 0, 0, 0.87);
		font-family: 'opensans-semibold', Arial;
		font-size: 15px;
		background-color: #eeeeee;
	}
	#leftnavbtn:after {
		position: absolute;
		right: 15px;
		border: 0;
		font-family: "dbsicons" !important;
		font-style: normal !important;
		font-weight: normal !important;
		font-variant: normal !important;
		text-transform: none !important;
		speak: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		content: "\e0a8";
		top: 19px;
		font-size: 8px;
	}
	#leftNav.show #leftnavbtn {
		display: none;
	}
	#leftnavbtn ~ .dropdown-menu {
		display: none;
		width: 100%;
		background-color: #fafafa;
		padding: 0;
	}
	#leftnavbtn ~ .dropdown-menu.show {
		display: block;
		transform: none!important;
		position: relative!important;
		padding: 0;
	}
	.section.article-detail #leftnavbtn.block ul li {
		margin: 0;
	}
	#leftnavbtn ~ .dropdown-menu .icon {
		position: absolute;
		right: 15px;
		top: 19px;
		color: rgba(0, 0, 0, 0.87);
		display: block;
		z-index: 999;
		font-size: 9px;
	}
	#leftNav {
		position: fixed;
		top: 258px;
		background-color: #fafafa;
		width: 100%;
		left: 0;
		right: 0;
		z-index: 999;
		display: none;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.12);
		-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.12);
		-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.12);
		margin: 0;
		max-height: 313px;
		overflow: auto;
	}
	
	#leftNav h2 {
		display: none;
	}
	#leftNav.sticky_leftside {
		display: block;
		padding: 0;
	}
	.section.article-detail .block.left-nav ul li a.active:before {
		left: initial;
		content: '';
		display: none;
		right: 15px;
	}


	
	.section.article-detail .pretty .state label {
		
	}
	.checkbox-filter .filter-box {
		width: 100%;
		float: none;
	}
	.checkbox-filter .pretty {
		margin: 20px 5px;
		float: left;
		width: 48px;
	}
	.checkbox-filter .filter-box .number-filter {
		float: left;
	}
	
	.useful .btn {
		width: 45%;
		max-width: 194px;
	}
	.hidden-mobile {
		display: none;
	}

	.useful h6 {
		display: block;
		margin-right: 0;
	}
	.thumb-2col-wrapper .thumb-warpper {
		width: 100%;
		display: block;
	}
	
	.icon-listing-wrapper .icon-listing {
		width: 100%;
	}

	.section.article-detail .m-slider .vertical-algin-pager .slider-nav:before {
		height: calc(100% - 118px);
	}
	.section.article-detail .m-slider .vertical-algin-pager {
		height: 200px;
	}
	

	.section.article-detail .slider__mobile .slick-next {
		right: -25px;
	}
	.section.article-detail .slider__mobile .slick-prev {
		left: -25px;
	}
	
	.section.article-detail .d-flex {
		display: block !important;
	}

	.imageSlider--getCopy {
		display: block;
	}
	.section.article-detail .breadcrumb-item {
		display: none;
	}
	.section.article-detail .breadcrumb-item.m-active {
		display: block;
	}
	.section.article-detail .breadcrumb-item.m-active:before {
		content: url(../images/icon-back.png);
	}
	.section.article-detail .data-table-tit,
	.data__table_filter .form-filter {
		float: none;
		width: 100%;
	}
	.dataTables_wrapper .bottom {
		float: right;
		width: 100%;
	}
	.section.article-detail  .m-slider .vertical-algin-pager .slider-nav .line {
		height: auto!important;
	}
	.section.article-detail .m-slider .vertical-algin-pager .slider-nav .slick-item {
		display: none;
	}
	.section.article-detail .vertical-algin-pager .slider-nav .slick-item.slick-current {
		display: block;
		
	}
	.section.article-detail .m-slider .vertical-algin-pager {
		max-height: initial;
		height: auto;
	}
	.section.article-detail .d-slider .slick-prev {
		left: 0;
	}
	.section.article-detail .d-slider .slick-next {
		right: 0;
	}

}
@media screen and (min-width: 576px ) {
	/* vertical tab ui only change at desktop */
	.section.article-detail .v-tab {
		display: flex;
	}
	.section.article-detail .v-tab .nav-tabs {

		display: block;

		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border: 0;
		
	}
	.section.article-detail .v-tab .nav-tabs .nav-item {
		background: transparent;
		border-top: 1px solid #e6e6e6;
	}
	.section.article-detail .v-tab .nav-tabs .nav-item:nth-child(even), .section.article-detail .v-tab .nav-tabs .nav-item:nth-child(even) .active {
		background: #f7f7f7;
	}
	.section.article-detail .v-tab .tab-content {
		/*padding: 30px 20px;*/
		border-left: 1px solid #e6e6e6;
	}
	.section.article-detail .v-tab .nav-tabs .nav-link {
		border-bottom: 0;
		padding: 20px;
		min-height: 95px;
		margin: 0;
	}
	.section.article-detail .v-tab .nav-tabs .nav-link.active {
		color: #ff3333;
	}

    
}

@media screen and (max-width: 767px) {
	.section.article-detail .overlay-container .mobile__container .monitor__wrapper {
		max-width: 200px;
	}

	.v-tab-slider button {
		display: block!important;
	}
	.section.article-detail .box-links:before {
		width: 0;
	}
	.overlay-container .zoom {
		margin: auto; 
		
		width: 100%;
	}
	.overlay-container .zoom .media {
		bottom: 0;
		display: block;
		left: 0;
		margin: auto;
		
		max-width: 100%;
		
		right: 0; top: 0; 
		-moz-transform-style: preserve-3d;
		-ms-transform-style: preserve-3d;
		-o-transform-style: preserve-3d;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d; 
	}
	.overlay-container .transition {
		transition: -moz-transform ease 200ms;
		transition: -ms-transform ease 200ms;
		transition: -o-transform ease 200ms;
		transition: -webkit-transform ease 200ms;
		transition: transform ease 200ms;
	}
	.buttons-wrapper .btn.btn-icon-large-gray {
		width: 100%;
		margin-bottom: 15px;
		margin-right: 0;
	}
	.section.article-detail .m-slider .apps-icons {
		padding: 0 7%;
	}
	.section.article-detail .desktop__container {
		margin-top: 10px;
	}
	
	.section.article-detail .d-slider {
		margin-top: 0;
	}
	.section.article-detail .desktop__container .monitor__wrapper {

		margin: 0 1%;

	}
	.section.article-detail .slick-arrow {

		z-index: 9999999;
		width: 30px;
		height: 30px;
		padding: 0 11px;
	}
	.section.article-detail .slick-next {
		right: 0;
	}
	.section.article-detail .slick-prev {
		left: 0;
	}
	.section.article-detail .overlay-container .desktop__container .monitor__wrapper {
		margin: 0 1%;
	}
	.dragendable-mobile {
		width: 100%;
		visibility: hidden;
		cursor: hand;
		cursor: -moz-grab;
		cursor: -webkit-grab;
		cursor: grab;
		display: block;
	}

	.section.article-detail .dragendable-mobile.nav-tabs .nav-item a {
		padding: 0;
	}
	.section.article-detail .d-slider, .section.article-detail .m-slider {
		
		padding-top: 0!important;
	}
	.imageSlider--setCopy {
		margin-top: 37px;
		display: none;
	}
	.imageSlider--dropdown {
		display: none;
	}

	.tabs-ui.x-scroll li {
		display: inline-block;
	}
	.tabs-ui.x-scroll .nav-item.list-more {
		display: none;
	}
	.flex-reverse-container {
		display: flex;
		flex-direction: column-reverse;
		padding-bottom: 30px;
	}

	.section.article-detail .m-slider .d-flex {
		display: flex!important;
		flex-direction: column-reverse;
		padding-bottom: 30px;
	}
	.section.article-detail .vertical-algin-pager .slider-nav .slick-item {
		display: none;
	}
	.section.article-detail .vertical-algin-pager .slider-nav .slick-item.slick-current {
		display: block;
	}
	.section.article-detail .vertical-algin-pager, .section.article-detail .m-slider .vertical-algin-pager {
		height: auto;
	}
	.section.article-detail .slider__mobile .slick-prev {
		left: -25px;
	}
	.section.article-detail .slider__mobile .slick-next {
		right: -25px;
	}
	.section.article-detail .slider-nav .slick-item.slick-current a {
		background: transparent;
		color: red;
		width: 100%;

		height: 20px;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		display: none;
	}
	.section.article-detail .title-wrapper p {
		display: none;
	}
	.section.article-detail .slider-nav .step-desc-small strong {
		
		font-family: 'opensans-semibold', Arial;
		color: #ff3333;
	}
	
	.section.article-detail .vertical-algin-pager .slider-nav .line {
		display: none;
	}
	.section.article-detail .slider-nav .step-desc-small {
		display: block;
		text-align: center;
		width: 100%;
	}
	.section.article-detail .d-slider .vertical-algin-pager {
		margin-top: 0;
		padding: 0;
	}
	.section.article-detail .d-slider .d-flex.title-wrapper, .section.article-detail .m-slider .d-flex.title-wrapper {
		margin-bottom: 0;
		border: 0;
		background: #e6e6e6;
		text-align: center;
		padding-bottom: 0;
	}
	.data-table-wrapper table.dataTable thead th.custom_sorting:after {
		right: 7px;
	}
	.section.article-detail .block.left-nav ul li a span.nav-icon,
	.section.article-detail .block.left-nav ul li.active a span.nav-icon {
		display: none;
	}
}
@media screen and (max-width: 375px) {
	.section.article-detail .m-slider .vertical-algin-pager .slider-nav:before {
		height: calc(100% - 153px);
	}
	
}
@media screen and (max-width: 360px) {
	.section.menu>.inner .dbs-logo {
		width: 45%;
	}
}
@media screen and (max-width: 320px) {
	.section.article-detail .filter-wrapper ul li {
		font-size: 12px;
	}
	.section.article-detail .filter-wrapper li, .section.article-detail .box-filter {
		padding: 6px;
	}
	.section.article-detail .checkbox-filter .pretty {
		margin: 12px 2px;
	}
	.section.article-detail .pretty .state label {
		text-indent: 21px;
	}
}

#image-slider-section .tabs-ui {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	border: solid 1px #ffffff;
	background-color: #fdfdfd;
	overflow: hidden;
}
.pt-30 {
	padding-top: 30px!important;
}
.mt-0 {
	margin-top: 0!important
}
.buttons-wrapper .btn.btn-red {
	min-width: 148px;
}
.list-style-disc {
	list-style-type: disc;
}
.list-style-circle {
	list-style-type: circle;
}
.list-style-square {
	list-style-type: square;
}
.survey-wrapper {
	padding: 0;
}
.section.article-detail .tab-links {
	color: #777777;
	padding-top: 20px;
}
.section.article-detail .tab-links a, .section.article-detail .tab-links li { 
	color: #777777;
}
.hidden-dots .slick-dots {
	display: none!important;
}
.section.article-detail .tab-links a.active, .section.article-detail .tab-links li.active {
	color: #FF3333;
}

#leftNav h2 {
	margin-top: 30px;
	margin-bottom: 24px;
	font-size: 36px;
}

@media screen and (max-width: 767px)  {
	.section.article-detail .tabs-slick-slider .tab-pane .d-flex {
		padding: 10px 0;
	}
	.section.article-detail .tabs-slick-slider .tab-pane .d-flex .tab-links {
		padding-left: 25px;
		padding-top: 0;
		margin-bottom: 0;
	}
	.section.article-detail section {
		padding-top: 50px;
	}
}
.section.article-detail .btn-primary {
	color: #fff;
	text-shadow: 0 -1px 0 #300;
	background-color: #c00;
	border : 1px solid  #c00;
	background-image: none;
	border-bottom: 2px solid #7f0000;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding: 7px 12px;
	font-size: 18px;
	margin-bottom: 10px;
}
.section.article-detail .btn-primary:hover,
.section.article-detail .btn-primary:focus {
	color: #fff;
	background-color: #ab0000;
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.section.article-detail .slider-nav .slick-item a.anchor-text {
	width: auto;
	height: auto;
	background-color: transparent;
	color: #ff3333;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border: 0;
	text-transform: none;
	font-weight: normal;
	line-height: initial;
	text-decoration: none;
	font-size: 12px;
	display: inherit;
}
.section.article-detail .slider-nav .slick-item a.anchor-text:hover {
	text-decoration: underline;
}
.section.article-detail #image-slider-section .slick-dots {
	bottom: initial;
}
.section.article-detail .support-form-fields {
	margin-left: 0;
	margin-right: 0;
} 
/* to fix for .image-slider-section in multiple section */
.section.article-detail .image-slider-section .tab-content>.active {
	display: block!important;
}
.font-small, .font-small * {
	font-size: 13px!important;
}
.article-detail strong {
	font-family: 'opensans-semibold', Arial;
}
.article-detail .bold {
	font-family: 'opensans-semibold', Arial;
}
.article-detail .btn-width-auto {
	max-width: initial;
	width: auto !important;
	padding: 0 20px;
}
#mobile-action-1 span {
	display: none;
	width: 0;
}
.responsive-st-table {
	max-width: 100%;
	overflow: auto;
}
.maxfullwidth {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 575px)  {

	.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_info  {
		width: 50%;
	}
	.dataTables_wrapper .dataTables_length {
		text-align: left!important;
	}
	.dataTables_wrapper .dataTables_info {
		text-align: right!important;
	}
	.dataTables_wrapper .dataTables_paginate{
		display: block;
	    width: 100%;
	}
	div.dataTables_wrapper div.dataTables_paginate ul.pagination {
		justify-content: center;
	}
	.section.article-detail .filter-wrapper.active {
		display: none;
	}
}