/*
Theme Name: blank theme
Theme URI: 
Author: blank theme
Author URI: 
Description: Wordpress Themes optimize SEO, Speed, Schema..
Version: 2021.1
License: GNU General Public License
License URI: 
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blank theme

i WordPress Theme © 2021 blank theme
i is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}body{line-height:1}button{outline:0}ol,blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

* {
    transition: all 0.3s;
}
strong,b{ font-weight: bold; }
em { font-style: italic; }
body{
    /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;*/
    font-family: Arial;
    line-height: initial;
    color: #222;
    font-size: 17px;
    line-height: 27px;
    
}
ol {
    padding-left: 25px;
    list-style: decimal;
}

ol li {
    margin-bottom: 16px;
}
.alignright{
    float: right;
}

.wrap {
    max-width: 1170px;
    margin: auto;
    padding: 0 15px;
}
h1,h2,h3,h4,.same-h2,.same-h3,.same-h4 {
    text-transform: capitalize;
    font-weight: 700;
    color: #333;
    margin-bottom: 16px;
}
.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content .same-h2,.entry-content .same-h3,.entry-content .same-h4,.wrap-post h2,h1.entry-title{
    letter-spacing: -1px;

}
h1{ font-size: 24px;  }
h2,.same-h2{ font-size: 22px; }
h3,.same-h3{ font-size: 20px; }
h4,.same-h4{ font-size: 19px; }
h5,.same-h5{ font-size: 18; }
h6,.same-h6{ font-size: 17; }
.entry-content h3 {
    background: linear-gradient(transparent 70%,#FF990026 0);
    display: initial;
    font-style: italic;
}
.entry-content h3 + * {
    margin-top: 16px;
}
a:hover {
    color: #FF9900;
}

a {
    color: inherit;
}

.entry-content a {
    font-weight: 700;
}

p, ul,.entry-content ul li {
    margin-bottom: 15px;
}
img {
    max-width: 100%;
    height: auto;
} 
ul{
    padding-left: 18px;
}
.entry-content ul {
    list-style: square;
}
.aligncenter, .alignnone {
    display: block;
    margin: auto;
    margin-bottom: 16px;
    text-align: center;
}
/***********HEADER*************************************/
/******************************************************/
#logo {
    width: 135px;
    height: auto;
    margin: 0;
    padding: 10px 0;
}

#header .wrap {
    display: flex;
    justify-content: space-between;
    align-items:center;
}


body #header {
    box-shadow: 0 15px 30px 0 rgb(119 123 146 / 10%);
    position: relative;
    z-index: 1;
    background-color: #230100;
    color: #fff;
}
#main-menu li {
    display: inline-block;
    margin-left: 8px;
}

#main-menu li a {
    text-decoration: none;
    font-weight: 700;
    color: inherit;
    padding: 8px 10px;
}

#main-menu li a:before {
    font-size: 20px;
    font-weight: normal;
    margin-right: 5px;
    line-height: 20px;
}

/*#main-menu li:nth-child(3) a:before {
    content: "\2655";
}*/

/*#main-menu li:last-child a {
    background: #FF9900;
    color: #fff;
    border-radius: 3px;
    box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 20%);
}
#main-menu li:last-child a:hover{
    background: #33a2d6;
    color: #fff;
}*/
#main-menu li a:hover {
    color: #FF9900;
}
#menu_mobile{
    display: none;
}
#menu_mobile:before {
    content: "\2261";
    font-size: 40px;
    font-weight: bold;
    transform: scale(1.5,1);
    display: inline-block;
    line-height: 0.5;
    cursor: pointer;
    margin-top: 6px;
}
#menu_mobile.show:before{
    content: "\2A2F";
    transform: inherit;
    font-size: 50px;
}
/*sub menu*//*sub menu*//*sub menu*//*sub menu*//*sub menu*/
/*sub menu*//*sub menu*//*sub menu*//*sub menu*//*sub menu*/
#header .menu {
    margin: 0;
    padding: 0;
}

ul.sub-menu {
    position: absolute;
    z-index: 1;
    background: #0a1322;
    display: none;
    padding-top: 33px;
    padding-left: 0;
}

#main-menu .sub-menu li {
    display: block;
    margin: 0;
} 

#main-menu .sub-menu li a {
    padding: 10px 20px;
    display: block;
    border: solid 1px #f3f4f5;
    border-width: 1px 1px 0 1px;
    font-weight: normal;
}
#main-menu .sub-menu li:last-child a {
    border-width: 1px;
}

/*#main-menu li:hover ul {
    display: block;
}*/

/***********MAIN*************************************/
/******************************************************/
main#content {
    max-width: 69%;
    display: inline-block;
    margin-bottom: 50px;
}

.home main#content {
    max-width: 100%;
    width: 100%;
    margin-bottom: 50px;
    padding: 0;
}

div#container {
    position: relative;
    margin-top: 30px;
}

aside#sidebar {
    max-width: 31%;
    float: right;
    position: sticky;
    top: 16px;
    padding-left: 20px;
}
#breadcrumbs a {
    text-decoration: none;
}

#breadcrumbs {
    color: #565959;
    margin-bottom: 8px;
}
.single article header {
    margin-bottom: 16px;
}
.related-posts-list {
    display: grid;
    grid-template-columns: 250px 250px 250px;
    grid-gap: 25px;
    margin-bottom: 50px;
}
a.related-post {
    text-decoration: none;
}

.related-posts-list img {
    width: 100%;
}

span.related-post-title {
    font-weight: 600;
    margin-top: 5px;
    display: block;
}

#content.full {
    max-width: 100%;
    width: 100%
}

/*Comment style*/
span.title_comment {
    font-size: 20px;
    color: #606664;
    line-height: 1.3em;
    font-weight: 700;
    margin: 0 0 15px;
    display: inline-block;
}
.comment-author.vcard {
    width: 25px;
}
#formcmmaxweb {
    overflow: hidden;
    position:relative;
    margin-bottom: 20px;
}
#formcmmaxweb .nameuser {
    text-align: left;
}
#formcmmaxweb .avatarmw img {
    float: left;
    margin: 5px 10px 0 0;
    border: 1px solid #ccc;
    padding: 5px;
}
.comments-title-maxweb {
    margin: 30px 0;
    font-weight: normal;
}
.commentlist {
    margin-top: 10px;
}
.comment-author.vcard {
    float: left;
    clear: both;
    z-index: 2;
    position: relative;
    text-align: center;
}
.commentlist .comment{
    overflow: hidden;
    clear: both;
    margin-bottom: 10px;
}
.commentlist .children {
    margin-top: 10px;
}
.commentBody em {
    color: red;
}
.commentBody {
    position: relative;
    margin-left: 35px;
    overflow: hidden;
}
.comment-meta.commentmetadata {
    position: relative;
    padding: 0;
    margin: 0 0 5px;
}
.noidungcomment {
    font-size: 16px;
    line-height: 24px;
}
.cancel-comment-reply a {
    font-size: 14px;
    text-decoration: none;
    color: #a9883f;
}
.nocomments {
    border-color: #D98D8D;
    background-color: #FFCECE;
    background-position: left -792px;
    color: #665252;
    padding: 10px;
}
.comment-meta.commentmetadata .ngaythang {
    position: absolute;
    top: 0;
    right: 0;
    color: #337ab7;
    opacity: 0.3;
    font-size: 12px;
}
.commentBody:hover .comment-meta.commentmetadata .ngaythang{
    opacity: 1;
}
.commentBody .reply {
    float: right;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}
.comment-meta.commentmetadata .fn {
    font-weight: 700;
    color: #333;
    margin: 0;
    text-transform: capitalize;
    font-size: 17px;
    line-height: 22px;
    margin-top: 2px;
}

.commentlist_mw,
.commentlist_mw .children {
  list-style: none;
}
.commentlist_mw .comment{
    margin-bottom: 10px;
}
.commentlist_mw > .children{
    margin: 10px 0 15px 35px;
    background: #0c140d;
    padding: 10px;
    position: relative;
}
.commentlist_mw > .children:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 14px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #f1f1f1;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
div.error {
    color: red;
    font-size: 12px;
    text-align: left;
    line-height: 16px;
    margin: 3px 0 0;
}
.tools_comment a { 
    color: #266abb;
    font-size: 14px;
    position: relative;
    padding: 0 15px 0 0;
    margin: 0 7px 0 0;
    line-height: 14px;
}
.tools_comment a:after {
    content: "";
    width: 4px;
    height: 4px;
    top: 50%;
    margin-top: -2px;
    background: #999;
    position: absolute;
    right: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.tools_comment a:last-child:after{
    display: none;
}
.tools_comment a:last-child{
    padding: 0;
    margin: 0;
}
.noidungcomment p {
    margin: 0 0 5px;
}
#formcmmaxweb  input[type="submit"],
#formcmmaxweb input[type="button"],
#formcmmaxweb input[type="reset"],
#formcmmaxweb article.post-password-required input[type=submit],
#formcmmaxweb li.bypostauthor cite span {
    padding: 6px 10px;
    padding: 0.428571429rem 0.714285714rem;
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 1.428571429;
    font-weight: normal;
    color: #7c7c7c;
    background-color: #e6e6e6;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
#formcmmaxweb button, #formcmmaxweb input, #formcmmaxweb textarea {
    border: 1px solid #ccc;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-family: inherit;
    padding: 6px;
    padding: 0.428571429rem;
}
#formcmmaxweb button,
#formcmmaxweb input[type="submit"],
#formcmmaxweb input[type="button"],
#formcmmaxweb input[type="reset"] {
    cursor: pointer;
}
.reply a.comment-reply-link {
    color: #337ab7;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
}
.reply a.comment-reply-link:hover {
    color: #c7a611;
}
#formcmmaxweb p,
#formcmmaxweb input,
#formcmmaxweb textarea{
    width: 100%;
    background: transparent;
    outline: none;
    font-size: 14px;
}
#formcmmaxweb input,
#formcmmaxweb textarea{
    border: 1px solid #d7d7d7;
    color: #2e2e2e;
    display: block;
}
#formcmmaxweb input:focus,
#formcmmaxweb textarea:focus{
    border-color: #337ab7;
}
#formcmmaxweb p{
    margin-bottom: 10px;
    text-align: center;
}
#formcmmaxweb #commentform p{   
    overflow: hidden;
}
#formcmmaxweb .name-email p{
    width: 50%;
    float: left;
}
#formcmmaxweb .name-email p:first-child{
    padding-right: 5px;
}
#formcmmaxweb .name-email p:last-child{
    padding-left: 5px;
}
#formcmmaxweb input#submit {
    width: auto;
    font-weight: 400;
    color: #fff;
    background: #337ab7;
    padding: 6px 20px;
    border: none;
    float: left;
    font-size: 16px;
    outline: none;
}
#formcmmaxweb input#submit:hover {
    background: #c7a611;
}
#formcmmaxweb  ::-webkit-input-placeholder {
   color: #999999;
}

#formcmmaxweb ::-moz-placeholder { /* Firefox 18- */
   color: #999999;  
}

#formcmmaxweb ::-moz-placeholder {  /* Firefox 19+ */
   color: #999999;  
}

#formcmmaxweb ::-ms-input-placeholder {  
   color: #999999;  
}
/*#comment style*/

.widget-title {
    margin-bottom: 16px;
}

/*HOME*//*HOME*//*HOME*//*HOME*//*HOME*//*HOME*//*HOME*/
/*HOME*//*HOME*//*HOME*//*HOME*//*HOME*//*HOME*//*HOME*/

.widget-banner#custom_html-2 .custom-html-widget {
    display: flex;
    align-items: center;
}
.widget-banner .wrap_text {
    width: 100%;
}
.widget-home .widget-title {
    margin-bottom: 25px;
    font-size: xx-large;
    font-weight: 700;
}

.widget-banner .widget-title.same-h2 {
    text-align: center;
    color: #262578;
    position: relative;
    font-size: x-large;
    letter-spacing: 0;
}

.widget-banner .widget-title.same-h2:after {content: "";width: 20%;height: 2px;background: #ea0020;position: absolute;bottom: -6px;left: 40%;}

.wrap_link {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 183.33px 183.33px 183.33px 183.33px 183.33px 183.33px;
    margin: 50px 0;
}

.wrap_link div {
    box-shadow: 0px 0px 10px 0px #cedfff;
    padding: 15px 0;
    border-radius: 5px;
    border: solid 1px #cedfff;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    text-align: center;
}

.wrap_link div:hover {
    box-shadow: 0px 8px 18px 0px #cedfff;
}

/*#custom_html-2:before {
    width: 300%;
    background-image:linear-gradient(#f0ede6,#fff);
    position: absolute;
    content: "";
    left: -100%;
    height: 100%;
}*/
.widget-banner img.alignright {
    padding-top: 30px;
}
body {
    overflow-x: hidden;
}

#custom_html-2 {
    position: relative;
}

#custom_html-2 * {
    position: relative;
}

/*#custom_html-2 .widget-title {
    padding-top: 40px;
}*/

.wrap_link div img {
    margin: auto;
}



/*test*/
div#news_popular {
    position: relative;
    margin-bottom: 20px;
}

#news_popular section:nth-child(2) {
    position: sticky;
    top: 0;
    float: right;
    max-width: 350px;
    counter-reset: num-popular;
}

section#sticky-posts-2 {
    max-width: 800px;
    display: inline-block;
}

.news-popular-home .widget-title {
    color: #262578;
    font-size: x-large;
    position: relative;
    margin-bottom: 30px;
}

#news_popular section:nth-child(2) a:first-of-type img {
    width: 100%;
}

#news_popular section:nth-child(2) a:first-of-type span:after {
    content: "0"counter(num-popular);
    counter-increment: num-popular;
    position: absolute;
    right: 0;
    font-size: xxx-large;
    font-weight: 700;
    color: #d7d7d7;
    /* width: 42px; */
    height: 48px;
    line-height: 48px;
    text-align: right;
    font-style: italic;
    top: 10px;
    padding-left: 10px;
    border-left: solid 1px #eee;
}

#news_popular section:nth-child(2) a {
    display: inline-block;
}
.news-popular-home .widget-title:after {content: "";width: 50%;height: 2px;position: absolute;background: #ea0020;left: 0;bottom: -5px;}

.news-popular-home a {
    text-decoration: none;
}

#news_popular section:nth-child(2) a:not(:first-of-type):before {
    content: "0"counter(num-popular);
    counter-increment: num-popular;
    width: 24px;
    height: 24px;
    background: #eee;
    display: inherit;
    padding: 10px;
    border-radius: 50%;
    text-align: center;
    font-style: italic;
    font-size: large;
    font-weight: 500;
    float: left;
    margin-right: 15px;
    margin-top: 3px;
}

#news_popular section:nth-child(2) .post-title {
    font-weight: 700;
    font-size: large;
    letter-spacing: -0.3px;
    color: #464646;
}

#news_popular section:nth-child(2) a:first-of-type .post-title {padding: 10px 80px 10px 0;display: inline-block;position: relative;}

p.post-comments {
    color: #a0a0a0;
    font-size: small;
    text-transform: uppercase;
}

#news_popular section:nth-child(2) a:first-of-type {
    /* padding-bottom: 0px; */
    border-bottom: solid 3px #eee;
    margin-bottom: 15px;
}

#news_popular section:nth-child(2) a:not(:first-of-type) .post-type {
    font-weight: 500;
}

#news_popular section:nth-child(2) a:not(:first-of-type) .post-title {
    font-weight: normal;
}

#news_popular section:nth-child(2) a:not(:first-of-type) .post-comments {
    margin-left: 59px;
}

/*#news_popular section:first-child div {
    overflow: hidden;
}*/

#news_popular section:first-child .post-title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 0px;
    color: #464646;
}
#news_popular span.post-cats-list, .post-date{
    padding-top: 10px;
}
span.post-cats-list,.post-date {
    color: #a0a0a0;
    display: inline-block;
}
.clear{
    clear: both;
    display: block;
}
#news_popular section:first-child .post-excerpt {
    margin-top: 4px;
    color: #53585c;
}
.wrap_text h1 {
    color: #262578;
    font-size: xxx-large;
    text-transform: inherit;
    display: inline-block;
    margin-bottom:30px;
}

.wrap_text h1:after {content: "";width: 63%;height: 7px;position: absolute;background: #ea0020;left: 3px;bottom: -6px;}

.wrap_text p {
    font-size: large;
    color: #757575
}

#bnt-follow {
    background: #FF9900;
    color: #fff;
    padding: 12px 50px;
    font-size: large;
    box-shadow: 1px 20px 11px -6px #cedfff !important;
    border-radius: 3px;
    display: inline-block;
    margin-top: 20px;
    cursor: pointer;
}
.cat-home {
    width: calc(33.33% - 30px);
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}

.cat-home:first-of-type {
    margin-left: 0;
}

.cat-home .widget-title {
    color: #262578;
    font-size: x-large;
    position: relative;
}

.cat-home .widget-title:after {content: "";width: 20%;height: 2px;background: #ea0020;position: absolute;left: 0px;bottom: -4px;}

.cat-home a img {
    float: left;
    margin: 0 15px 0 0;
}

.cat-home a {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 20px;
}

.cat-home .post-title {
    font-weight: 500;
    font-size: large;

}

.cat-home .post-date {
    font-size: 13px;
    margin-top: 5px;
    display: block; 
}
/*category*//*category*//*category*//*category*/
/*category*//*category*//*category*//*category*/
/*category*//*category*//*category*//*category*/

/*.wrap-post {
    display: grid;
    grid-template-columns: calc(50% - 15px) calc(50% - 15px);
    grid-gap: 30px;
}*/
.wrap-post a {
    text-decoration: none;
}

.wrap-post a img {
    float: left;
    margin-right: 16px;
}

.wrap-post h2 {
    font-size: larger;
    margin-bottom: 8px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.wrap-post a p {
    color: #888;
    margin: 0;
}

.archive header.header {
	margin-bottom: 40px;
	border-bottom: 1px solid #ddd;
}
.search .entry-title {
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

/*paging*//*paging*//*paging*//*paging*//*paging*/

.pagination {
    width: 100%;
    margin: 40px 0;
    text-align: center;
}


.page-numbers:not(span) {
  background: #fff;
  color: #222;
  border-color: #222;
}

.page-numbers {
  text-decoration: none;
  color: #1B272B;
  border: 1px solid #222;
  padding: 3px 10px 0;
  margin: 3px;
  border-radius: 2px;
  font-size: 15px;
  min-width: 34px;
  height: 34px;
  line-height: 24px;
  display: inline-block;
  background: #222;
  color: #fff;
  font-weight: 500;
}

/*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*/
/*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*/

#footer .widget_nav_menu {
    margin-right: 0;
}
footer#footer {
    background: #2e2e30;
    color: #bcbcbc;
    padding-top: 40px;
    display: inline-block;
    width: 100%;
    padding-bottom: 0px;
}

#footer .widget_text img {
    display: block;
    margin-bottom: 8px;
}

#footer .widget-title {
    color: #f90;
    font-size: medium;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#footer .post-title {
    font-size: inherit;
}

#footer .widget_ultimate_posts a {
    margin-bottom: 8px;
}

#footer ul li {
    margin-bottom: 10px;
}
#footer a{
    text-decoration: none;
}
/*single-post*//*single-post*//*single-post*//*single-post*/
/*single-post*//*single-post*//*single-post*//*single-post*/
/*single-post*//*single-post*//*single-post*//*single-post*/
ul.uu_diem,ul.nhuoc_diem {
    list-style: none;
    padding: 0;
    box-shadow: 0 2px 20px rgb(0 0 0 / 8%);
    padding: 20px;
}

.uu_diem li:before,.nhuoc_diem li:before {content: "\2714";margin-right: 5px;color: #58c649;/* font-weight: bold; */}

ul.uu_diem:before, ul.nhuoc_diem:before {content: "Ưu Điểm";color: #58c649;font-weight: bold;margin-bottom: 9px;display: inherit;font-size: large;}

ul.nhuoc_diem:before {
    color: #f24f4f;
    content: "Nhược Điểm";
}

.nhuoc_diem li::before {
    content: "\2716";
    color: #f24f4f;
}

ul.uu_diem li:last-child, ul.nhuoc_diem li:last-child {
    margin-bottom: 0;
}

.progress-container {
  width: 100%;
  height: 5px;
  background: #ececec;
  position: fixed;
  z-index: 99;
  display: none;
}

.progress-bar {
  height: 5px;
  background: #FF9900;
  width: 0%;
}

.content {
  padding: 100px 0;
  margin: 50px auto 0 auto;
  width: 80%;
}
.entry-content {
    counter-reset: num-h2 num-sp;
}

.entry-content h2:before {
    counter-increment: num-h2;
}

.entry-content h2:before {
    counter-increment: num-h2;
    content: counter(num-h2)". ";
}
.entry-content .sp:before {
    counter-increment: num-sp;
    content: counter(num-sp)". ";
}
ul.how_to {
    list-style: none;
    padding: 0;
    max-width: 680px;
    margin: 0 auto 16px;
}

ul.how_to > li {
    padding: 20px;
    box-shadow: 0 2px 20px rgb(0 0 0 / 8%);
}
h3+ul.how_to {
    margin-top: 16px;
}
#ez-toc-container {
  background: #f9f9f9;
  padding: 15px 20px 0;
  margin: 20px 0;
  border: solid 1px #e0e0e0;
}
.ez-toc-title-container {
  display: inline-block;
  width: 100%; 
  cursor: pointer;
}
p.ez-toc-title {
  float: left;
  width: calc(100% - 50px);
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  color: #333;
  text-transform: uppercase;
}
.ez-toc-title-toggle {
  float: right;
  font-weight: bold;
  font-size: 25px;
}
#ez-toc-container ul {
  list-style: none;
}
#ez-toc-container ul ul{
	margin-top:0;
    margin-bottom: 6px;
}
#ez-toc-container ul li{
    margin-bottom: 0;
}
ul.ez-toc-list {
  padding: 0;
  columns: 2;
  list-style: none;
}
#ez-toc-container .ez-toc-list > li > a {
  color: #FF9900;
  font-weight: 500;
}
#ez-toc-container a {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: normal;
}
/*#ez-toc-container .ez-toc-list > li > ul a {
  color: #015eac;
  }*/
  div#ez-toc-container nav {
      display: none;
      margin-top: 15px;
  }
  .ez-toc-title-toggle span {
      float: left;
      height: 27px;
      line-height: 24px;
  }
  #ez-toc-container.toogle nav {
      display: block;
  }
  .bnt {
    background: #ee4d2d;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    font-size: larger;
    display: inline-block;
    font-weight: 500;
    border-radius: 3px;
    box-shadow: inset 0 2px 1px 0 rgba(0,0,0,.05);
}

.bnt:hover {
    color: #fff;
    background: #f05d40;
}
.read_more {
    border: dashed 2px #e0e0e0;
    padding: 15px;
    margin-bottom: 16px;
    background: #f2f9f5;
}
.read_more ul:last-child,.read_more li:last-child {
    margin-bottom: 0;
}
.more img {
    float: left;
    margin-right: 16px;
}

.more {
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    display: inline-block;
    border: 1px solid #e5e5e5;
    padding: 25px;
    color: #82878c;
    font-size: 14px;
    margin-bottom: 30px;
    width: 100%;
    position: relative;
}

.more a {
    text-decoration: none;
    color: #32373c;
    font-size: x-large;
    font-weight: 600;
    display: block;
    margin-bottom: 16px;
}

.more span {
    position: absolute;
    bottom: 10px;
    right: 15px;
    line-height: 29px;
    font-weight: 700;
}
.more a.dothem{
	float: none;
    display: inherit;
    font-size: 14px;
    margin-left: 10px;
    text-decoration: underline;
}

.more span:before {
    background: url("img/icon.png");
    content: "";
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 3px;
}
.aligncenter + .aligncenter a {
    background: #ffb916;
    color: #555;
}

.aligncenter + .aligncenter + .aligncenter a {
    background: #e5101d;
    color: #fff;
}
.entry-content ul ul {
    margin-top: 16px;
    list-style: disc;
}

#commentform label {
    display: none;
}
tbody tr:nth-child(2n+1) {
    background: #eaf9ff;
}

table {
    margin-bottom: 16px;
}
td,th {
    padding: 8px;
    border: solid 2px #fff;
}

tbody tr:nth-child(2n) {
    background: #cfeffd;
}

.widget-home.widget_ultimate_posts.ngang {
    width: 100%;
}

.widget-home.widget_ultimate_posts.ngang a {
    width: calc(33.33% - 20px);
    vertical-align: top;
    margin-right: 30px;
    float: left;
}

.widget-home.widget_ultimate_posts.ngang a:nth-of-type(3n) {
    margin-right: 0;
}
.rp4wp-related-posts ul {
    padding: 0;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 26px;
}
.no-dot.how_to li img {
    margin: -20px -20px 20px;
    max-width: calc(100% + 40px);
}
ul.how_to.no-dot{
    max-width: 100%
}
.rp4wp-related-posts ul img {
    display: block;
    margin-bottom: 6px;
}
blockquote {
    font-style: italic;
    font-size: large;
    background: #cfeffd;
    padding: 25px 15px 25px 60px;
    border-left: solid 5px #FF9900;
    position: relative;
    margin-bottom: 25px;
}

blockquote p {
    margin: 0;
}

blockquote:before {
    content: "\275D";
    font-size: 50px;
    font-style: normal;
    color: #FF9900;
    position: absolute;
    left: 15px;
    top: 13px;
}

blockquote span {
    display: block;
    margin-top: 10px;
    font-style: normal;
    font-weight: bold;
    color: #FF9900;
    font-size: initial;
    text-transform: capitalize;
}
td[colspan="3"] {
    text-align: center;
    font-weight: bold;
}
#main-menu li a {
    font-size: 15px;
}

#news_popular ul li {
    width: 33%;
    float: left;
    margin-bottom: 20px;
}
#news_popular ul li:first-child {
    width: 64%;
    margin-right: 3%;
}
#news_popular .upw-content p {
    display: none;
}
#news_popular .upw-content p.post-title, #news_popular ul li:first-child p {
    display: block;
}
#news_popular ul li:first-child p.post-title {
    font-size: 18px;
}
.post-date {
    font-size: 15px;
    margin: 0;
}
.home-post .widget-title.same-h3 {
    border-bottom: none;
    padding-bottom: 10px;
}
.home-post .widget-title.same-h3 a {
    background-color: #0a1322;
    text-decoration: none;
    color: #fff;
    padding: 7px 10px;
    font-size: 18px;
    text-transform: uppercase;
}
.home-post .widget-title.same-h3 a:hover{
    color: #f90;
}
.home-post .entry-image {
	width: 33%;
	float: left;
	margin-right: 20px;
}
.home-post .entry-title {
	font-size: 16px;
}
body .home-post .entry-title a:hover {
	text-decoration: none;
}
aside#sidebar .upw-image {
	width: 85px;
	float: left;
	margin-right: 15px;
}
aside#sidebar .upw-content {
	width: calc(100% - 100px);
	float: left;
}
#sidebar .widget_ultimate_posts a {
	text-decoration: none;
}
#sidebar .widget_ultimate_posts ul {
	padding-left: 0;
}
#sidebar .widget_ultimate_posts p {
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
	margin-bottom: 0;
}
#sidebar .widget_ultimate_posts .post-date {
	font-size: 13px;
	font-weight: normal;
	padding-top: 0;
}
#sidebar .widget_ultimate_posts li {
	margin-bottom: 20px;
	width: 100%;
	float: left;
}
aside#sidebar .widget-container {
	background-color: #f2f2f2;
	width: 100%;
	float: left;
	margin-bottom: 20px;
	padding: 20px;
}
aside#sidebar .widget-title.same-h3 {
	border-bottom: 1px solid #e0e0e0;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
aside#sidebar .search-form input {
	border: none;
	height: 40px;
	font-size: 15px;
	padding: 0 15px;
	border: 2px solid rgba(129,129,129,.2);
}
aside#sidebar .search-submit {
	background: #FF9900;
	color: #fff;
	background-image: url('img/search-icon.svg');
	background-repeat: no-repeat;
	text-indent: -999px;
	background-position: center;
	width: 55px;
	cursor: pointer;
	height: 38px !important;
}
aside#sidebar .search-field {
	width: calc(100% - 61px);
}
aside#sidebar .search-form input:focus-visible {
	outline: none;
}
.table-sidebar .column-2 br {
	display: none;
}
.revewtb, .button-more {
	border: 1px solid #ccc;
	text-decoration: none;
	font-size: 14px;
	background-color: #fff;
	color: #333;
	padding: 5px 20px;
	float: left;
	line-height: 16px;
	border-radius: 5px;
	margin-right: 20px;
	font-weight: normal;
}
.button-more {
	margin-right: 0;
	background-color: #FF9900;
	color: #fff;
}
.table-sidebar td {
	padding: 15px 0 !important;
	vertical-align: middle !important;
}
.table-sidebar tr {
	background-color: transparent !important;
}
.table-sidebar tr:first-child {
	background-color: transparent !important;
	color: #333;
}
.table-sidebar img {
	margin-right: 20px;
}
.revewtb:hover{
	color: #333;
	background-color: #ccc;
}
.button-more:hover {
	color: #fff;
	background-color: #FF6600;
}
.tablepress.table-sidebar img {
	margin-right: 20px;
}
.table-sidebar {
	font-weight: 600;
	font-size: 15px;
	line-height: 10px;
}
.table-sidebar .column-2 {
	font-weight: 600;
}
aside#sidebar #text-2 .widget-title.same-h3 {
	margin-bottom: 10px;
}
.cat-box {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.cat-box img {
	float: left;
	margin-right: 20px;
}
.cat-box h2 {
	font-size: 18px;
	margin-bottom: 5px;
}
.cat-box h2 a {
	text-decoration: none;
}
.date-cts {
	font-size: 15px;
	margin-bottom: 3px;
	color: #a0a0a0;
}
.accordion_content {
    display: none;
}
.menu-collapse {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.level-i {
    width: 100%;
    float: left;
    background-color: #CC9752;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    padding: 10px;
    margin-bottom: 5px;
}
.accordion {
    width: 100%;
    float: left;
    margin-bottom: 1px;
}
.accordion_title {
    background-color: #0F3B5F;
    color: #fff;
    padding: 7px 10px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding-right: 50px;
}
.accordion_content.yes {
    display: block;
}
.accordion_content ul li a {
    text-decoration: none;
}
.accordion_title::after, .accordion_title.yes.act::after {
    width: 17px;
    height: 12px;
    content: "";
    background: url('img/ar-top.png') no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: calc(50% - 5px);
}
.accordion_title.act::after, .accordion_title.yes::after{
    background: url('img/ar-bt.png') no-repeat;
    background-size: contain;
}
.share-social ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-top: 15px;
}
.share-social ul{
    padding-left: 0;
}
.share-social ul li img {
    height: 24px;
    width: auto;
}
@media only screen and (min-width: 712px){
.entry-content {
    position: relative;
}
.kk-star-ratings.kksr-valign-bottom {
    position: absolute;
    right: 0;
    bottom: -55px;
}
}

.testtrc{
    margin-right: 5px;
    font-weight: 600;
}
.testsau{
    margin-left: 5px;
    font-weight: 600;
}
.article-single__ranking.cts a{
 color: #FF9900;
}






/*Reponsive******************************************************************************************************************/
@media only screen and (max-width: 1240px) {
    .wrap {
        padding: 0 20px;
    }
    #container {
        overflow: hidden;
    }
    main#content {
        max-width: 63%;
    }
.table-sidebar {
	line-height: 20px;
	text-align: left;
}
aside#sidebar {
	max-width: 37%;
}
}
@media only screen and (max-width: 900px) {

    main#content,aside#sidebar {
        max-width: 100%;
        float: none;
    }
    .wrap-post {
        grid-template-columns: auto;
    }
} 
@media only screen and (max-width: 768px) {
	
    #menu_mobile {
        display: block;
    }

    nav#main-menu {
        display: none;
        position: absolute;
        background: #1b272c;
        color: #fff;
        left: 0;
        top: 70px;
        z-index: 10;
        width: 100%;
    }

    nav#main-menu.show_menu {
        display: block;
    }

    #header {
        position: relative;
    }

    #main-menu li {
        display: block;
        margin: 0;
        width: 100%;
        float: left;
        border-bottom: solid 1px #9a9393;
        padding: 10px 0;
    }

    #main-menu li a {
        padding: 10px 0px;
    }

    /*#main-menu .menu > li > a {
        border-bottom: solid 1px #9a9393;
        width: 100%;
        float: left;
    }*/

    ul.sub-menu {
        position: inherit;
        display: block;
        background: #464c4e;
        margin-bottom: 0;
    }

    #main-menu .sub-menu li a {
        border: none;
        float: left;
        padding: 0 0 0 10px;
    }

    ul.ez-toc-list {
        columns: 1;
    }

    #ez-toc-container {
        padding: 10px 20px;
    }

    p.ez-toc-title {
        margin-bottom: 0;
    }
    .more img {
        float: none;
        margin: 0 auto 8px;
        display: block;
    }

    .more a {
        font-size: larger;
        margin-bottom: 10px;
    }

    .more span {
        position: initial;
        display: inline-block;
        float: left;
        color: #6f6f6f;
        margin-top: 15px;
    }

    .more {
        color: #484848;
        padding: 15px;
    }
    
    p.same-h2.related_head {
        color: initial;
        text-transform: uppercase;
    }

    .related-posts-list {
        display: inherit;
        margin-bottom: 15px;
    }
    footer#footer {
        padding: 40px 0;
    }
    a.related-post {
        display: inline-block;
        margin-bottom: 15px;
    }

    #footer .widget-home {
        width: 100%;
        margin: 0 0 15px;
    }

    /*.wrap-post {
        grid-template-columns: calc(50% - 7.5px) calc(50% - 7.5px);
        grid-gap: 15px;
    }

    .wrap-post a p {
        display: none;
    }*/

   /* .wrap-post h2 {
        font-size: 100%;
        line-height: unset;
        display: inline-block;
        float: left;
        FONT-WEIGHT: 600;
    }*/
    .widget-home .widget-title,h2.title-home {
        font-size: x-large;
        margin-bottom: 20px;
    }

    .widget-home .custom-html-widget {
        grid-template-columns: auto auto;
        grid-gap: 15px;
    }

    .widget-home .custom-html-widget .logo img {
        margin: 0;
        padding: 20px;
    }

    .logo span {
        font-size: 15px;
        padding: 8px;
    }

    #custom_html-2 .widget-title {
        padding-top: 25px;
    }

    .widget-home {
        margin-bottom: 30px;
    }

    .widget-home.widget_ultimate_posts {
        width: 100%;
    }

    #footer ul li a {
        padding: 14px 0;
        display: inline-block;
    }

    .product {
        grid-template-columns: auto;
        grid-gap: 40px;
        box-shadow: none;
    }

    .product a {
        box-shadow: 0 5px 10px 0 rgb(29 28 28 / 15%);
        border-right: 1px solid #cbcbcb;
    }
    .widget-home.widget_ultimate_posts.ngang a{width:100%}
    .rp4wp-related-posts ul {
        display: block;
    }

    .rp4wp-related-posts ul img {
        max-width: 150px;
        float: left;
        margin-right: 16px;
        margin-bottom: 0;
    }

    .rp4wp-related-posts li {
        display: inline-block;
        margin-bottom: 20px;
    }
    .entry-content h2, .same-h2 {
        font-size: x-large;
    }

    h3, .same-h3 {
        font-size: larger;
    }
nav#main-menu, ul.sub-menu {
	background: #f5f5f5;
	color: #333;
}
nav#main-menu {
	padding: 10px;
	float: left;
}
#main-menu .menu > li:last-child > a {
	border: none;
}
nav#main-menu {
	box-shadow: 0 5px 10px 0 #FF9900;
}

}

/* egg-aff-pro */
.i-product {
    display: table-row;
}

.i-list {
    border: dashed 3px #FF9900;
    padding: 10px 20px 20px;
    position: relative;
    margin: 10px 0;
    display: inline-block;
}

.i-list:before {
    content: "GIỚI THIỆU TỪ REVIEW+ ";
    position: absolute;
    top: -18px;
    background: #fff;
    padding: 0 10px;
    font-weight: 700;
    font-size: 20px;
    color: #FF9900;
}
.i-product a{
    display: table-cell;
    width: 150px;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}
.i-product a:after {content: "";position: absolute;width: 100%;height: 150px;z-index:1;left: 0;}

.i-product a img {
    float: left;
}

.text-muted {
    color: #777;
}

.cegg-price {
    font-weight: bold;
    color: #333;
}
.i-shop img {
    vertical-align: middle;
}
.price-i {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    width: 22%;
    border-bottom: 1px solid #eee;
}

.price-i .btn {
    background: #ee4d2d;
    color: #fff;
    text-align: center;
    padding: 8px;
    font-weight: bolder;
    border-radius: 3px;
    margin-top: 8px;
}

.title-i {
    vertical-align: middle;
    display: table-cell;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
}

.i-product:hover .price-i .btn {
    background: red;
    transform: scale(1.05);
}
.i-product:last-child * {
    border-bottom: none;
}
@media only screen and (max-width: 767px) {
    .i-product {
        display: flex;
        align-content: flex-start;
        flex-wrap: wrap;
        border-bottom: solid 1px #ddd;
    }

    .i-list:before {
        font-size: large;
        left: 10px;
    }

    .i-product a, .title-i,.price-i {
        display: inline-block;
        width: 100%;
        border: none;
    }

    .i-shop {
        display: none;
    }

    .title-i {
        order: 1;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        padding: 0;
        margin-top: 15px;
    }

    .i-product a,.price-i {
        order: 2;
        width: 120px;
    }

    .price-i {
        width: calc(100% - 120px);
        padding-left: 20px;
        padding-top: 25px;
    }
    .title-i h4 {
        font-weight: 400;
        font-size: inherit;
        margin: 0;
    }

    .i-product:last-child {
        border: none;
    }
#news_popular ul {
	padding-left: 0;
}
#news_popular ul li:first-child {
	width: 100%;
	margin-right: 0;
}
#news_popular ul li {
	width: 100%;
}
#news_popular .upw-image {
	width: 33%;
	float: left;
	margin-right: 15px;
}
#news_popular ul li:first-child .upw-image{
	width: 100%;
	margin-right: 0;
}
.home-post .entry-summary, .home-post .entry-meta {
	display: none;
}
.home-post .upw-posts article {
    margin-bottom: 22px;
    width: 100%;
    float: left;
    padding-bottom: 0px;
}
main#content, aside#sidebar {
	width: 100%;
	float: left;
	padding-left: 0;
}
footer#footer {
	padding: 0;
}
.wrap-post .cat-box a img {
	width: 100px;
}
.cat-box p {
	display: none;
}
.cat-box .date-cts {
	display: block;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 17px;
}
h5 {
	font-size: 16px;
}
.cat-box h2 {
	font-size: 16px;
	line-height: 23px;
}
/*menu mobile*/
.icon-menu {
    float: right;
    margin-top: -3px;
    margin-right: 10px;
    font-size: 25px;
    color: #FF9900;
}
.icon-menu::after {
    content: "+";
    width: 20px;
    height: 30px;
    float: right;
}
.menu-item-has-children ul.sub-menu {
    display: none !important;
}
.menu-item-has-children ul.sub-menu.act {
    display: block !important;
}
.icon-menu.acct::after {
    content: "-";
    font-size: 35px;
    margin-top: -4px;
}
#main-menu .sub-menu li:last-child {
    border: none;
    padding-bottom: 0;
}
.sub-menu.act {
    padding-top: 0;
    border-top: solid 1px #9a9393;
    margin-top: 8px;
}
/*#main-menu li:last-child {
    border: none;
}*/
.level-i {
    font-size: 18px;
}
.accordion_title {
    font-size: 16px;
    line-height: 22px;
}
#footer .colfoter {
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}
#main-menu li ul li ul {
	width: 100%;
	float: left;
	margin: 0;
	padding-left: 15px;
}
.scrolls {
	right: 30px;
}
.share-social ul li:last-child {
    margin-right: 0;
}
.kk-star-ratings.kksr-align-right {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
}
@media only screen and (max-width: 365px) {
body aside#sidebar #text-5 {
	padding-left: 5px;
	padding-right: 5px;
}
}
body .rp4wp-related-post-image {
    width: 100%;
    padding: 0;
}
.rp4wp-related-post-content a {
    text-decoration: none;
}
#footer .colfoter {
    width: 23.5%;
    float: left;
    margin-right: 2%;
}
#footer .colfoter.clf3 {
    margin-right: 0;
}
.coppy-right {
    width: 100%;
    float: left;
    text-align: center;
    background-color: #201d1d;
    padding: 20px 0;
    margin-top: 20px;
}
.colfoter.clf2 img {
    margin-top: 20px;
}
.coppy-right p{
    margin-bottom: 0;
}
.entry-content h2, .same-h2 {
    color: #333;
}
.single #content a {
    color: #f90;
}
.single #content a {
    color: #CC0000;
    font-weight: normal;
}
img.tptn_thumb {
    box-shadow: none;
    border-radius: 0;
    border: none;
    padding: 0 !important;
    float: left;
}
.tptn_posts ul li a:first-child {
    width: calc(100% - 100px);
    float: right;
    font-size: 15px;
    text-decoration: none;
}
.tptn_posts ul li a:first-child {
    width: calc(100% - 100px);
    float: right;
    font-size: 16px;
    text-decoration: none;
}
.upw-posts article {
    width: 100%;
    float: left;
}
.scrolls {
    position: fixed;
    bottom: 50px;
    right: 40px;
    cursor: pointer;
    display: none;
}
.scrolls.darkHeader{
    display: block;
}
html {
  scroll-behavior: smooth;
}
#main-menu li:hover ul {
    display: none;
}
#main-menu li:hover > ul {
    display: block;
}
#main-menu li ul li ul {
    width: 267px;
    margin-left: 267px;
    margin-top: -48px;
    padding-top: 0;
}
#header.actHeader {
    position: fixed;
    top: 0;
    width: 100%;
    transition: .9s ease;
    z-index: 9999;
}
#header {
    transition: .9s ease;
}
.share-social ul {
    padding-left: 0;
}
.share-social ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-top: 15px;
}
.share-social ul li img {
    height: 24px;
    width: auto;
}
.share-social ul li:last-child, .share-social ul li:nth-child(4) {
    margin-right: 0;
}
.pontcon.point-right::after {
    content: "";
    width: 21px;
    height: 19px;
    background: url(https://langtufx.com/wp-content/themes/langtufx/img/pright.png) no-repeat;
    background-size: contain;
    display: inline-block;
}
.pontcon.point-left::after {
    content: "";
    width: 21px;
    height: 19px;
    background: url(https://langtufx.com/wp-content/themes/langtufx/img/pleft.png) no-repeat;
    background-size: contain;
    display: inline-block;
}
.single #content a.docthem {
    display: inherit;
    font-size: 15px;
    text-decoration: underline;
    margin-left: 10px;
}
.page-id-496 td {
    margin: 0 !important;
    float: left;
    border: none;
}
.single #content a.wp-block-button__link {
    background-color: #f90;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    box-shadow: 6px 6px 0 #777;
    transition: .2s ease;
}
.single #content a.wp-block-button__link:hover {
    background-color: #ffa41c;
    box-shadow: 4px 4px 0 #777;
}
.wp-block-button.aligncenter {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    margin-top: 10px;
}
.article-single__ranking {
    border: 2px dashed #afafaf;
    background-color: #fff8f2;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    margin: 20px 0;
}
.article-single__ranking a {
    text-decoration: none;
    font-weight: bold !important;
}
.article-single__ranking__btn {
    background-color: #FF9900;
    color: #fff !important;
    border-radius: 5px;
    margin-left: 20px;
    padding: 5px 10px;
    font-weight: bold !important;
    transition: .2s ease;
    white-space: pre;
}
.article-single__ranking__btn:hover {
    background-color: #ffa41c;
}
.kksao {
    float: right;
}
.share-social {
    width: 100%;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}
.single .entry-content ul {
    padding-left: 40px;
}
footer#footer {
    margin-bottom: -8px;
}
table.table-content tr td {
    border: 1px solid #ccc;
    padding: 10px 15px;
    vertical-align: middle;
}
table.table-content tr {
    background: #fff !important;
    color: #333;
}
table.table-content {
    border-top: 1px solid #ccc;
}
table.table-content tr td:first-child {
    width: 25%;
}
.tptn_posts ul li a, .tptn-left-thumbs a {
    height: auto;
}
p.ez-toc-title {
    width: auto;
}
.review-section {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.sstop {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.sstop .cl-top div {
    width: 25%;
    float: left;
    text-align: center;
    padding-top: 50px;
}
.cl-top3 .button-more {
    padding: 10px 25px;
}
.sstop .cl-top div.cl-top2 {
    width: 50%;
    padding: 0 20px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.review-section tbody tr:first-child {
    background: transparent !important;
    color: #333;
}
.review-section tbody tr:nth-child(2n) {
    background: transparent;
}
.review-section tbody tr:nth-child(2n+1) {
    background: transparent;
}
.review-section tr td {
    width: 50%;
}
.cl-top1 {
    padding-right: 20px;
}
.cl-top3 {
    padding-left: 20px;
}
.ssinfo {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.ssinfo div {
    width: 50%;
    float: left;
    padding: ;
    padding-right: 30px;
}
.ssinfo div.danh_gia {
    padding-left: 30px;
    padding-right: 0;
}
.danh_gia .column-2 {
    text-align: right;
}
.danh_gia .column-2 img {
    float: right;
}

.ssinfo-bt {
    width: 100%;
    float: left;
    border-top: 1px solid #FF9900;
}
.ssinfo-bt div {
    width: 30%;
    float: left;
    margin-right: 5%;
}
.ssinfo-bt div.chi_tiet {
    margin-right: 0;
}
.ssinfo-bt .column-2 {
    text-align: right;
}
.title-ss {
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0 15px;
    text-transform: uppercase;
}
.title-ss::after {
    content: "";
    width: 57px;
    height: 3px;
    background-color: #FF9900;
    position: absolute;
    display: block;
}
.ssinfo-bt .title-ss {
    margin-bottom: 30px;
}
.ssinfo-bt div img {
    float: right;
}
.mo-bai {
    margin-bottom: 30px;
}
.table-content tbody tr:first-child{
    color: #222;
}
#tablepress-9 .cl-top3 .button-more {
    width: 140px;
    /* float: ; */
}
.table-content .cl-top3 .button-more {
    margin: 0;
    color: #fff !important;
    text-align: center;
}
.table-content .cl-top3 .button-more br {
    display: none;
}
.ssinfo-bt table {
    border: 1px solid #ccc;
}
.ssinfo-bt table tr td {
    border-radius: ;
    border-right: 1px solid #ccc;
}
.home #container.wrap {
    max-width: 100%;
    margin-top: 0;
    padding: 0;
}
.wrap-home {
    max-width: 1170px;
    margin: 0 auto;
    padding: 50px 0;
}
.top-list tr td {
    vertical-align: middle;
}
.top-list tr td br {
    display: none;
}
.rv-tl a {
    width: 100%;
    display: block;
}
.rv-tl {
    text-align: center;
}
.header-meta {
    width: 100%;
    float: left;
}
.author img {
    width: 30px;
    border-radius: 50px;
    float: left;
    margin-right: 10px;
}
.header-meta {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    font-size: 15px;
    color: #6c6363;
}
.checker {
    position: relative;
    border-bottom: 1px solid #025bff;
    cursor: pointer;
    color: #000;
}
.checker svg {
    position: absolute;
    top: -7px;
    right: -30px;
}
.seniser {
    color: #000;
}
.totolip {
    position: absolute;
    width: 310px;
    top: -80px;
    background-color: #14161c;
    color: #fff;
    padding: 5px 20px;
    border-radius: 10px;
    left: 0;
    display: none;
}
.checker.highlight .totolip {
    display: block;
}
.bt-bestnow a {
    background-color: #BF0208;
    color: #fff !important;
    text-decoration: none;
    padding: 15px 100px;
    border-radius: 5px;
}
.bt-bestnow {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
}
.bt-bestnow a:hover {
    background-color: #bf630c;
}
#news_buttom {
    display: inline-block;
    width: 100%;
}
body section#sticky-posts-2 {
    max-width: 100%;
    display: inherit;
}
#sidebar ul li {
    list-style: none;
}


/*Reponsive*/

@media only screen and (max-width: 767px) {
#footer .colfoter {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
#main-menu li ul li ul {
    width: 100%;
    float: left;
    margin: 0;
    padding-left: 15px;
}
.scrolls {
    right: 30px;
}
.more span {
    width: 100%;
}
.page-id-496 td {
    width: 100% !important;
}
.page-id-496 td iframe {
    width: 100%;
}
.page-id-496 td img {
    margin: 0;
    width: 100%;
}
body .rp4wp-related-post-image {
    width: 100px;
    float: left;
    margin-right: 20px;
}
body .rp4wp-related-post-content {
    width: calc(100% - 120px);
    float: right;
    line-height: 20px;
}
.rp4wp-related-posts ul img {
    width: 100%;
}
.colfoter.clf1 {
    padding-top: 25px;
}
.entry-content iframe {
    width: 100%;
    height: 200px;
}
.entry-content iframe#gia-vang {
    height: 3320px;
}
.sstop .cl-top div {
    width: 100%;
    padding: 0;
}
.sstop .cl-top div.cl-top2 {
    width: 100%;
    padding: 0;
    border: none;
    margin-top: 30px;
    border-top: 1px solid #ccc;
}
.cl-top3 .button-more {
    float: none;
}
.ssinfo div {
    width: 100%;
    padding: 0 !important;
}
.ssinfo-bt div {
    width: 100%;
    margin: 0 !important;
}

}
@media only screen and (max-width: 365px) {
body aside#sidebar #text-5 {
    padding-left: 5px;
    padding-right: 5px;
}
}