/* CSS Document */
.lb-html {
	width: 100%;
	display: inline-block;
}
* {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;	
}
.block-t {
    background-color: white;
}
.news-t {
    display: inline-block;
    width: 100%;
}
.news-detail {
/* 	padding-top: 40px; */
}
.detail-form * {
    max-width: 100%;
}
.detail-form {
	background: white;
    padding: 20px;
    border: 2px solid #CCC;
    border-radius: 4px;
	color: grey;
	font-size: 18px;
    line-height: 25px;
	margin: 30px 0px;
}
.title {
	font-family: 'barlow bold';
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 8px;
	color: var(--cMain);
	line-height: 30px;
	display: block;
}
.date {
	border-bottom: 1px solid #999;
    margin-bottom: 35px;
    display: inline-block;
    width: 100%;
}
.date .f-left {
	width: 60%;
}
.date .f-right {
	width: 40%;
	text-align: right;
}
.date label {
	font-family: 'barlow bold' !important;
    font-size: 14px;
	color: #666;
    display: block;
}

.share {
    display: inline-block;
    margin: -20px 0px 30px 0px;
    width: 100%;
}
.share * {
	float: left;
	margin-right: 20px;
}
.share span {
    color: #c94a00;
    font-size: 16px;
    font-family: 'barlow bold' !important;
    margin-top: 8px;
    margin-right: 30px;
}
.share img {
	height: 40px;
}

.detail-pic {
	overflow: auto;
    text-align: center;
}
.news-l {
    padding: 5px;
    border-bottom: 1px solid #ccc;
    height: 180px;
    overflow: hidden;
    margin: 10px 0;
}
.thum-news {
    padding: 10px;
    text-align: justify;    
    max-height: 140px;
    overflow: hidden;
}
.thum-news .thum-news-title {
    margin: 0;
    padding: 0;
    font-size: 20px;
	color: brown;
	height: 60px;
	overflow: hidden;
}
button {
    background: none;
    background-color: #0071ce !important;
    padding: 8px 10px;
    color: #fff;
    border: none;
    border-radius: 0px;
}

.topic-content {
    display: inline-block;
    text-align: justify;
    max-height: 250px;
    overflow: hidden;
}
.topic-content a {
    display: inline-block;
    padding: 10px 0;
}
.topic-content-news a {
    width: 85% !important;
    display: inline-block;
    padding: 0 10px;
    overflow: hidden;
}
.topic-content-news {
    display: inline-block;
    width: 100%;
}
.btn-left {
    text-align: left;
    display: inline-block;
    padding: 27px 10px;
}
p.or {
    padding: 15px 0;
}
.btn-center a {
    display: inline-block;
    max-width: 490px;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    border: 2px dashed red;
    max-height: 50px;
    color: red;
    float: left;
}
.btn-center p {
    margin: 0;
}
p.or {
    padding: 15px;
    margin: 0px;
    float: left;
}
.btn-center {
    display: inline-block;
    padding: 20px 0;
    text-transform: uppercase;
    color: red;
    font-weight: bold;
    max-height: 90px;
}
button:hover {
    background-color: #f6b44a !important;
    color: #fff;
}   
.btn-right{
	display: inline-block;
    float: right;
    padding: 27px 0;
}
.btn-right a {			 
  background-color: #004A7F;			 
  -webkit-border-radius: 10px;			 
  border-radius: 10px;			   
  border: none;			   
  color: #FFFFFF;			   
  cursor: pointer;			   
  display: inline-block;			   
  font-family: Arial;			   
  font-size: 18px;			   
  padding: 5px;	
  text-align:center;				   
  text-decoration: none;			 
}
.topic-title {
    background-color: #ddd;
    padding: 10px;
    text-transform: uppercase;
    color: brown;
}
@-webkit-keyframes glowing {
  0% { background-color: #004A7F; -webkit-box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; -webkit-box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #004A7F; -webkit-box-shadow: 0 0 3px #004A7F; }
}
 
@-moz-keyframes glowing {
  0% { background-color: #004A7F; -moz-box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; -moz-box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #004A7F; -moz-box-shadow: 0 0 3px #004A7F; }
}
 
@-o-keyframes glowing {
  0% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
}
 
@keyframes glowing {
  0% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
}
 
.btn-right a {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

.a-share {
    margin-top: -30px;
    margin-bottom: 30px;
}
.a-share a {
    padding: 5px 20px;
    margin-top: 0px;
    font-size: 14px;
    background-color: var(--cMain);
    color: #fff;
    border: 2px solid var(--cMain);
    border-radius: 20px;
    font-family: 'barlow bold' !important;
}
.a-share a:hover {
	background-color: #fff;
    color: var(--cMain);
    text-decoration: none;
}
.share label {
	width: 100%;
    text-align: center;
    font-family: 'barlow bold' !important;
    font-size: 22px;
    margin-bottom: 30px;
    margin-right: 0px;
}
.share #urlPage {
    margin-top: 30px;
    width: 100%;
    text-align: center;
    background-color: #dfdfdf;
    padding: 10px 3px;
}
.share .copy a {
	background-color: var(--cMain);
	color: #fff;
	padding: 5px 10px;
    font-size: 16px;
    font-family: 'barlow bold' !important;
    float: right;
    margin-right: 0px;
   	display: inline-block;
}

.share .copy a:hover {
	background-color: #fff;
	color: var(--cMain);
	text-decoration: none;
}
.share .url-page {
	position: relative;
	width: 100%;
}
.share .copy-status {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: green;
    margin: 30px 0px 0px 0px;
    padding: 3px 5px;
    color: #fff;
}

@media ( max-width : 480px) {
	.topic-content-news {
	    display: inline-block;
	    width: 100% !important;
	}
}
@media  (max-width: 768px) {
	.btn-left {
	    text-align: center;
	    padding: 7px 0px;
	}
	.detail-form label img {
		height: auto !important;
	}
	#bodyContent .detail-form label * {
		color: #000;
		font-family: Roboto !important;
		font-size: 16px !important;
	}
}
@media  (max-width: 991px) {
	.topic-content-news {
	    display: inline-block;
	    text-align: center;
        width: 100%;
	}
	button {
		margin: 5px 0;
	}
	.btn-left {
	    padding: 10px 0px;
	}
	p.or {
	    text-align: center;
	    display: inline-block;
	}
	.btn-center a ,p.or{
		float: none;
	}
	
}
@media  (max-width: 1200px) {
	p.or{
		float: none;
	}
}	