/* box bình chọn bài viết */
.box-binh-chon {
	background: #008d7f;
    padding: 15px;
    border-radius: 15px;
    color: #fff;
}
.box-binh-chon label {
	margin-left:15px;
}
.box-bc-ch {
	font-size: 20px;
    font-weight: bold;
    margin: auto;
    text-align: center;
    font-style: italic;
}
.kq-bc {
	width: 50px;
    border-radius: 10px;
    margin-left: 10px;
    display: none;
}
.check-bc p {
	background: #000 !important;
    padding: 5px;
    border-radius: 5px;
    width: 100px;
    margin: auto;
    transition: 500ms ease all;
    text-align: center;
    box-shadow: 0px 0px 6px 3px #fff !important;
    font-weight: bold;
    color:#fff !important;
    font-size: 14px;
}
.check-bc p:hover {
	background:red !important;
	cursor: pointer;
}
.result {
	background: #fff;
    border-radius: 20px;
    color: #000;
    padding: 10px;
}
.result ul {
	margin: 0 0 0 0 !important;
	list-style-type: none;
}
.result ul li {
	margin: 0 0 0 0 !important;
}

/* style default */
.style-df-news ul {
    list-style-type: none;
    width: calc(100%/3);
    max-width: 100%;
    display: block;
    padding: 5px;
    float: left;
}
.style-df-news ul li {
    width: 100%;
    margin: 0;
}
.style-df-news ul li a {
    color:#000;
}
.style-df-news ul li:nth-child(2) {
    padding: 10px;
}
.style-df-news ul li img {
    height: 200px;
    width: 100%;
}

/* style 1 */
.style-1-news ul {
    list-style-type: none;
    width: calc(100%/3);
    max-width: 100%;
    display: block;
    padding: 5px;
    float: left;
}
.style-1-news ul li {
    width: 100%;
    margin: 0;
}
.style-1-news ul li a {
    color:#000;
}
.style-1-news ul li:nth-child(2) {
    padding: 10px;
}
.style-1-news ul li img {
    height: 150px;
    width: 100%;
}
/* style 2 */
.style-2-news ul {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.style-2-news ul li:nth-child(2){
    position: absolute;
    bottom: 10px;
    background: #0003;
}

.style-2-news ul li:nth-child(2) a {
    color: #fff;
    padding: 3px 7px;
    font-family: 'Roboto', sans-serif;
    line-height: 13px;
    font-weight: 500;
    text-transform: uppercase;
    pointer-events: auto;
}
/* style 3 */
.style-3-news ul {
    width: 49%;
    position: relative;
    overflow: hidden;
    margin: 0 5px 0 0;
    list-style-type: none;
    display: block;
    padding: 5px;
    float: left;
}
.style-3-news ul:nth-child(even) {
    margin: 0;
}
.style-3-news ul li {
    width: 100%;
    margin: 0;
}
.style-3-news ul li a {
    color: #000;
}
.style-3-news ul li img {
    height: 200px;
    width: 100%;
}
.style-3-news ul li:nth-child(2){
    position: absolute;
    bottom: 14px;
    background: #0003;
    width: 96%;
    text-align: center;
}
.style-3-news ul li:nth-child(3) {
    position: absolute;
    top: 5px;
    text-align: center;
    background: #ff0000a6;
    color: #fff;
    width: 96%;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.style-3-news ul li:nth-child(2) a {
    color: #fff;
    padding: 3px 7px;
    font-family: 'Roboto', sans-serif;
    line-height: 13px;
    font-weight: 500;
    pointer-events: auto;
}
.content-title {
	text-align: center;
}

.td_module_flex_2 .td-module-meta-info {
    padding: 0 15px 15px 15px !important;
}
.td_module_flex_2 .td-editor-date {
    display: none !important;
}
.td_module_flex_2 .td-excerpt {
    display: none !important;
}
.elementor-element-51eb5b2 {
    display: none !important;
}
.content-news {
    margin: 0 !important;
}

.title-news .td-block-title {
    margin: 0 !important;
    overflow: hidden;
}
.title-news .td-block-title .td-pulldown-size {
    padding: 0 20px 0px 0;
    background: #fff;
    position: relative;
}
.title-news .td-block-title .td-pulldown-size::before {
    content: '';
    display: block;
    height: 4px;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -2px;
    width: 2000px;
    background-color: #85a1b2;
}
@media screen and (max-width: 680px) {
    /* style 1 */
    .style-3-news ul, .style-2-news ul, .style-1-news ul {
        width: 100%;
        padding: 0;
    }
    .style-3-news ul li:nth-child(3) { 
        top:0;
        width: 100%;
    }
    .style-3-news ul li:nth-child(2) {
        bottom: 8px;
        width: 100%;
    }
}