/* Begin Common */
.ul_links{
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style-type: square;
}
.ul_links li{
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
/* End Common */
/* Begin Back-to-top */
a.back-to-top {
    display: none;
    position: fixed;
	z-index:9000;
    bottom: 18px;
    right: 15px;
    text-decoration: none;
}

a.back-to-top i {
    display: block;
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #00549b;
    border-radius: 50% 50%;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover,
a.back-to-top:focus {
    text-decoration: none;
}
/* End Back-top-top*/

/* Begin Switch Buttons */
.aside__header.switch_group{
	justify-content: space-between;
}
.aside__header.switch_group .aside__title{
	text-transform: inherit;
}
.aside__header.switch_group .aside__title::before{
	border-top: 0px;
}
.switch_group .switch  {
	position: relative;
	display: inline-block;
	width: 52px;
	height: 24px;	
}

.switch_group .switch input  {
	opacity: 0;
	width: 0;
	height: 0;
}

.switch_group .slider  {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.switch_group .slider:before  {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.switch_group input:checked + .slider {
  	background-color: #00549b;
}

.switch_group input:focus + .slider {
  	box-shadow: 0 0 1px #00549b;
}

.switch_group input:checked + .slider:before  {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

.switch_group .slider.round {
  	border-radius: 34px;
}

.switch_group .slider.round:before {
  	border-radius: 50%;
}
/* End Switch Buttons*/

/*BEGIN CONTENT PAGE CSS*/      
#dvsArticleContent, #dvsPageContent{
	
}   
	#dvsArticleContent .tplCaption, #dvsPageContent .tplCaption{
		background: #F1F1F1;
	}
		#dvsArticleContent .tplCaption p.Image, #dvsPageContent .tplCaption p.Image{
			padding: 3px 5px;
			font-style: italic;
			font-size: 90%;
		}
	#dvsArticleContent p, #dvsPageContent p{
     	margin: 0.8em 0px;
    }         

.news-4__title.big_name{
	margin-bottom: 1rem;
}
.news-4__desc.big_desc{
	max-height: inherit;	
}
#dvsArticleContent iframe{
	width:100%;
}

.previewIframe{
	background: url("../images/Loading-Bar.gif") center center no-repeat;
	background-size: 100% 100%;
}
/*END CONTENT PAGE CSS*/

/*********************** DARK MODE ************************/
.darkmode{
	background: #333;
}
.darkmode .toppage, .darkmode .footer, .darkmode .search-keyword, .darkmode .search button{
	background: transparent;	
}
.darkmode .footer{
	color: #CCC;
}
.darkmode .header__text-1, .darkmode .search-keyword, .darkmode .search button{
	color: #FFF;
}
.darkmode .section{
	background: #FFF;
	padding: .25rem !important;
}
.darkmode .main-nav, .darkmode article, .darkmode .facebook-comments{
	padding: .25rem !important;
	background: #FFF;
	margin-top: 12px;
}
.darkmode .section-2__title::after{
	width: 0px;
	height: 0px;
}
.darkmode .news-6, .darkmode .news-7, .darkmode article, .darkmode hr{
	background: #FFF;
}
.darkmode .search-keyword{
	background: transparent;
}
/*********************** OVERRIDE ************************/
.section__title a:hover{
	color: #CCC;
}
figure.image{
	background: #f2f2f2;
}
figure.image figcaption{
	color: #666;
	font-size: 12px;
	font-style: italic;
	padding: 5px 0px;
}
.as-doc{
	max-height: inherit;
}
.news-4__frame.result{
	max-width: 60px;
	font-weight: normal;
}
.post-title .result{
	font-size: 20px;
	border-bottom: 3px double #00549b;
}
.home-slider-image .swiper-slide{
	
}
.news-4__title.result{
	font-weight: inherit;
	color: #000;
}
.news-4__title.result a:hover{
	text-decoration: underline;
}
.news-4__title.result img{
	max-width: 60px;
	float: left;
	margin-right: 10px;
}
.mobile-mb-4{
	margin-bottom: inherit;
}
@media (max-width: 767px) {
	.mobile-mb-4{
		margin-bottom: 1.5rem !important;
	}
	#dvsPageContent img, #dvsArticleContent img{
    	width:auto!important;
    	height: auto!important;
    }
}
@media (max-width: 500px) {

	.header__logo img{
		height: 50px;
	}
	.header__inner{
		flex-direction: inherit !important;
	}
	.header__texts{
		margin-top: 0px;
	}
	.header__text-1{
		font-size: 11px;
		margin-bottom: 3px;
	}
	.header__text-2{
		font-size: 13px;
	}
	
	.media-body{
		width: 100%;
	}
}