body {
    text-align: justify;
    text-justify: inter-word;
}

a {
    text-decoration:none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.banner {
    position: relative;
    height: 150px;
    background: #ffbf1f;    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#ffcd50, #ffb700);  /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffcd50, #ffb700);   /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffcd50, #ffb700); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffcd50, #ffb700);  /* Standard syntax */
}

.banner img {
    position: absolute;
    z-index: 0;
    height: 150px;
    left: 5%;
}

.login {
    position: absolute;
    top: 10%;
    right: 1%;
    z-index: 1;
}

.search {
    position: absolute;
    bottom: 10px;
    z-index: 1;
}

.search .form-control {
    border-radius: 0px;
}

.search .btn {
    border-radius: 0px;
}

.search input {
    border-color: #a51e00;
    border-width: 2px;
}

.search input:focus {
    border-color: red;
    border-width: 2px;
}

.search button {
    background-color: #a51e00;
    color: red;
}

.search button:focus {
    background-color: #a51e00;
    color: red;
}

.search button:active {
    background-color: #a51e00;
    color: red;
}

.search button:hover {
    background-color: #a51e00;
    color: red;
}

.navbar {
    font-family: "Times New Roman", Times, serif;
    font-size: 20px;
    font-weight: bold;
    background-color: #a51e00;
    border-radius: 0px;
}

.navbar .glyphicon {
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-brand {
    padding: 5px;
}

.home-icon {
    height: 40px;
    width: 40px;
}

.navbar-inverse .navbar-nav li a {
  color: #ffffff;
}

.navbar-inverse .glyphicon {
  color: #ffffff;
}

.navbar li {
    background-color: #a51e00;
}

.navbar li:hover {
    background-color: #7f1700;
}

.navbar .navbar-brand:hover {
    background-color: #7f1700;
}

.dkdropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #a51e00;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dkdropdown:hover .dropdown-content {
    display: block;
    z-index: 1;
}

.dropdown-content a:hover {
    background-color: #7f1700;
}

.menubar li {
    border-left-style: solid;
    border-left-width: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.clock {
    font-weight: bold;
}

.slide img {
    width: 750px;
    height: 500px;
}

a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #f48801 url("../images/up-arrow.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

a:hover .back-to-top {
	background-color: #000;
}

.categories {
    font-size: 1.5em;
    background-color: #a51e00;
    color: #ffffff;
    padding: 5px 0px 5px 10px;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    margin: 20px 0px 10px;
    text-transform: uppercase;
}

.categories:first-child {
    margin-top: 0px;
}

.bg-stripe {
    margin-top: -5px;
    margin-bottom: -5px;
    height: 40px;
    width: 40px;
}

.news-2 {
    position: relative;
    margin-bottom: 20px;
}

.news-2 .captain {
    font-family: "Times New Roman", Times, serif;
    font-size: 1.2em;
    background-color: #000000;
    color: #ffffff;
    position: absolute;
    bottom: 0px;
    z-index: 1;
    padding: 5px;
    width: 100%;
    opacity: 0.5;
}

.news-2 .captain a {
    color: #ffffff;
}

.carousel {
    margin-bottom: 50px;
}

.news {
    padding-bottom: 10px;
}

.title {
    font-family: "Times New Roman", Times, serif;
    font-size: 1.4em;
    font-weight: bold;
}

.title a {
    color: #000000;
}

.news .title {
    margin-bottom: 20px;
}

.category {
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    position: absolute;
    bottom: 10%;
    right: 15px;
    z-index: 1;
    background-color: #a22000;
    color: #ffffff;
    padding: 3px 7px;
}

.category a {
    color: #ffffff;
}

.ke-ngang {
    border-bottom-style: solid;
    border-bottom-color: #afadae;
    border-bottom-width: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.author {
    text-align: left;
    margin: 3px 0px;
}

.ref {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 10px;
}

.old_news a {
    color: #4b4f56;
}

.footer {
    color: #000000;
    font-size: 1em;
    font-weight: bold;
    padding: 20px;
    
    background: #f48801;    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f48801, #a51e00);  /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f48801, #a51e00);   /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f48801, #a51e00); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f48801, #a51e00);  /* Standard syntax */
}

.footer a {
    color: black;
}

.feedback {
    margin: 2px;
    padding: 10px 20px;
    font-family: "Times New Roman", Times, serif;
    border-width: 2px;
    border-style: solid;
    border-color: #a51e00;
    border-radius: 5px;
}

.feedback .question {
    font-size: 1.2em;
}

.comments .comment {
    margin: 2px;
    padding: 10px 20px;
    font-family: "Times New Roman", Times, serif;
    border-width: 2px;
    border-style: solid;
    border-color: #a51e00;
    border-radius: 5px;
}

.comments .comment .avatar {
    height: 100px;
    width: 100px;
    text-align: center;
}

.comments .comment .comment-info {
    padding: 10px;
    border-style: soild;
    border-color: #a51e00;
    border-bottom-width: 2px;
}

.comments .comment .comment-info .name {
    font-size: 1.2em;
    text-transform: uppercase;
}

.comments .comment .content {
    padding: 10px;
}

.fb-like {
	margin-top: 10px;
    margin-bottom: 10px;
}

.carousel-caption {
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    background: rgba(255, 150, 0, 1);
    color: rgb(255, 255, 255);
    text-align: left;
}

.carousel-caption a {
    color: rgb(255, 255, 255);
}

.carousel-indicators li {
    display: none;
}

iframe {
    width: 100%;
    height: 250px;
}

.tag .btn {
    padding: 0px 5px;
}