body {
    background-color: #161619;
}
.c-3b4a94 {
    color: #3b4a94;
}
.header {
	height: 40px;
	overflow: hidden;
	-moz-box-shadow: 30px 30px;
    -webkit-box-shadow: 0px -5px 9px 1px;
    -o-box-shadow: 30px 30px;
    -ms-box-shadow: 30px 30px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
}
.btn-home {
	width: 80px;
	line-height: 34px;
}
.banner {
    margin-top: 40px;
}
.content {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
}
@media (min-width: 768px) {
    .content {
        top: 50%;
    }
}
.thumb {
    display: block;
    overflow: hidden;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    background: #f4f4f4;
}
.bg-thumb-1.thumb{
    padding-bottom: 238px;
    width: auto;
}
.bg-thumb-2.thumb{
    padding-bottom: 150%;
    width: auto;
}
.box-vote {
    background: #f7efe8;
}
.box-vote:hover {
    border: 1px solid #be0000;
}
.box-vote:hover .card-title{
    color: #caab75;
}
.img-hover-zoom {
    overflow: hidden;
}
.img-hover-zoom-basic img {
    -webkit-transition: transform .35s ease 0s;
    transition: transform .35s ease 0s;
}
.img-hover-zoom-basic:hover img {
    transform: scale3d(1.05,1.05,1);
    -webkit-transform: scale3d(1.05,1.05,1);
    -moz-transform: scale3d(1.05,1.05,1) rotate(0.02deg);
}
.card-title {
    font-weight: bold;
    font-size: 20px;
}
.card-text {
    font-size: 14px;
}
.box-vote .card-img-top {
    cursor: pointer;
}
.box-vote .vote-content {
    height: 150px;
    overflow: hidden;
    cursor: pointer;
}
.num-line {
    width: 50px;
    line-height: 2px;
    height: 2px;
    background: #caab75;
    margin: 0 auto;
    margin-bottom: 0.25rem;
}
.num-vote {
    color: #343333;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0.25rem;
}
.action-vote {
    font-size: 14px;
    color: #fff;
    background: #caab75;
    border-radius: 1rem;
    font-weight: bold;
    padding: .25rem 1.5rem;
}
.action-vote:hover {
    color: #fff;
    background: #a2a2a2;
}
.action-vote.active {
    background: #a2a2a2;
}
.box-detail {
    background: #f7efe8;
}
.view-detail {
    font-size: 14px;
    color: #fff;
    background: #a2a2a2;
    border-radius: 1rem;
    font-weight: bold;
    padding: .25rem 1.5rem;
    margin: 1rem 0;
}
.box-detail .card-title {
    font-size: 30px;
}
.box-detail .num-line {
    margin: 0;
    width: 86px;
    margin-bottom: 1rem;
}
.box-detail .card-text {
    font-size: 18px;
}
.item-detail {
    font-size: 14px;
}
.box-detail ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 1rem;
}
.box-detail ul li::before {
    content: "\2022";
    color: #B3A383;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}
.box-detail ul li a {
    color: #B3A383;
}
.main-footer {font-size: 0.8rem; }
.main-footer p { padding: 0px; margin: 0px; line-height: 26px; color: #3e3e3e; text-shadow: 1px 1px #fff; }
.red-link, .red {color: #a92b30;}
.blue-link {color: #0065bf;}
.box-small .title:hover{color: #e94a4a;}
.ft-logo { width: 80%; }
.close-detail {
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: url('../img/close.svg') no-repeat center;
	background-size: 20px;
	cursor: pointer;
	z-index: 2;
}
.modal-body {
    font-size: 1.1rem;
}