/* Template Name: soicau
   Author Name: x_Xero
   Author URL: https://t.me/@x_Xero
   Version: 1.0
*/

html {
  scroll-behavior: smooth;
  background: #f5f5f5;
}
html::-webkit-scrollbar {
  width: 8px;
}
html::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
}
html::-webkit-scrollbar-thumb {
  background: linear-gradient(135.89deg, #D03355 -5.11%, #FB7A6B 97.89%);
}
html::-webkit-scrollbar-thumb:hover {
  background: #4D8E53;
}
:root {
    --bs-btn-hover-bg: #ff3f3f;
}
.page-wrapper {
    max-width: 640px;
    margin: 0 auto;
    background: #fff;
}

a {
  display: inline-block;
  transition: 0.3s;
  text-decoration: none;
  color: currentColor;
}
a:hover {
  color: #d93;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}
img {
  height: auto;
  max-width: 100%;
}

body {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-family: Arial, Helvetica, sans-serif;
  background: #f5f5f5;
}
.menu-header ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
.vh-header {
    background: #ff3f3f;
    height: 45px;
}

.header-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu-header ul>li>a {
    color: #fff;
    padding: 5px;
    line-height: 22px;
    margin: 0;
}
.logo img {
    max-height: 70px;
    width: auto;
}
.header-search {
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
    font-size: 20px;
}

.menu-header ul>li>a {
    color: #fff;
    padding: 5px 15px;
    margin: 0;
    font-size: 14px;
}
.footer-1 {
    background: #1b1d21;
    color: #9b9b9b;
    padding-top: 50px;
    font-size: 14px;
}
.menu-header ul>li.current-menu-item>a {
    background: #25ff00;
    color: #000;
    border-radius: 4px 4px 0 0;
}
.copyright-footer {
    text-align: center;
    background: #1b1d21;
    color: #fff;
    font-size: 14px;
    padding: 5px 0;
}
.ft-widget ul li::before {
    content: "\f192";
    font-family: fontawesome;
    margin-right: 5px;
}
.ft-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ft-widget ul li::before {
    content: url(data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23524d3d" d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"/></svg>);
    margin-right: 5px;
    font-size: 14px;
    width: 14px;
    height: 14px;
    display: inline-block;
}
.ft-widget .widget-title {
    color: #fff;
    font-size: 20px;
    display: block;
    margin-bottom: 15px;
}

.ft-widget ul li::before {
    margin-right: 5px;
    font-size: 14px;
    width: 5px;
    height: 5px;
    display: inline-block;
    content: "";
    background: #9b9b9b;
    border-radius: 99px;
    position: absolute;
    left: 6px;
    top: 8px;
}
.ft-widget ul li::after {
    display: inline-block;
    content: "";
    border-radius: 99px;
    position: absolute;
    left: 0;
    top: 3px;
    border: 2px solid #9b9b9b;
    width: 16px;
    height: 16px;
}

.ft-widget ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
}
.breadcrumb {
    padding: 10px 0;
    font-size: 15px;
    color: #c1c1c1;
}
nav.rank-math-breadcrumb p {
    margin: 0;
    padding: 0;
}
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.rank-math-breadcrumb a {
    color: #333;
}
nav.rank-math-breadcrumb>p::before {
    content: "\e914";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
}
.v-icon {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 14px;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
}
.section-title {
  position: relative;
  padding-bottom: 30px;
  font-size: 20px;
}
ul.list-post {
    margin: 0;
    padding: 0;
    list-style: none;
}
.section-title:before {
    background-color: #7e7eb3;
    left: 45px;
    width: 90px;
}
.box-s{border-radius:8px;overflow:hidden;position:relative}
.box-s .author img{width:40px!important;height:40px;border-radius:50%;border:1px solid #DC3F3E;position:absolute;top:10px;left:10px}
.box-s .author img:hover{opacity:0.7}
.box-s>a>img{height:290px;width:100%;object-fit:cover;transition:all .3s}
.box-s {
      height: 290px;

}
.box-s .detail-span {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px 15px;
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    padding-bottom: 15px;
}



.box-s .detail-span a {
    color: #fff;
    font-weight: 400;
    line-height: 20px;
}
.box-s .detail-span h4 a{
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 16px;
}
.box-s:hover>a>img {
    transform: scale(1.1);
    transition: all .3s;
}
.box-s .label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.box-s .label ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.box-s .label a {
    color: #fff;
    border-radius: 4px;
    background: #f00;
    padding: 5px;
    font-size: 14px;
    margin: 5px;
}
.box-s .label ul li:nth-child(even) a {
    background: #439d38;
}
#load-more {
    padding: 3px;
    border: 1px solid;
    width: 200px;
    margin: 10px auto;
    cursor: pointer;
    border-radius: 4px;
}
.entry-meta {
    display: flex;
    margin-bottom: 30px;
    color: #ccc;
    gap: 15px;
    flex-wrap: wrap;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.most-viewed .post-item{
    display: flex;
    gap: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid dashed;
}
.most-viewed .post-item:last-child {
  border-bottom: none;
}
.most-viewed .post-item .num {
    width: 60px;
    font-size: 24px;
    font-weight: 600;
    color: #848484;
    text-align: center;
}
.navbar-toggler:focus {
    background: none;
    outline: 0;
}
 
.navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: #fff;
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}
 
.navbar-toggler:hover span,
.navbar-toggler:focus span {
    background: #ccc;
}
#search_header input {
    outline: 0;
    border: none; 
    background: #fff;
    border-bottom: 1px solid #ffff;
    height: 50px;
    border-radius: 4px;
    box-shadow: none;
}
#search_header svg {
    fill: #fff;
    width: 24px;
    height: 24px;
}
#search_header button {
    height: 50px;
}
html ::-webkit-scrollbar {
    height: 1px;
    width: 1px;
}
 #search_header .modal-content {
    background-color: transparent;
 }
/* rotate first span */
.navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
}
 
/* hide second span */
.navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}
 
/* rotate third span */
.navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
}
 
.navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
}
.most-viewed .post-item a,  .bai-viet-moi .post-list-item h4 a {
    color: #121212;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
}
.most-viewed .post-item {
    display: flex;
    gap: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #fff;
}
.most-viewed .post-item .post-categories a {
    background: #fb92b3;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    padding: 3px 8px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    position: relative;
    display: inline-block;
    margin-left: 3px;
    transition: all .3s;
}
.most-viewed .post-item .post-categories a:hover {
  background: #f00;
  color: #fff;
}
.most-viewed .post-item .post-categories {
  display: flex;
  gap: 5px;
}
.widget {
    margin-bottom: 30px;
    background: #fff;
    border-radius: 4px;
    padding: 15px;
    color: #121212;
}
.bai-viet-moi .post-list-item {
    display: flex;
    align-items: center;
}
.bai-viet-moi .post-list-item .post-text {
    flex: 1;
    padding-left: 10px;
}
.bai-viet-moi .post-list-item .post-thumbnails {
    width: 100px;
}
.bai-viet-moi .post-list-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #3d4e27;
}
.bai-viet-moi .post-list-item:last-child {
  border: none;
}
.widget-title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}
.sticky-sidebar {
  position: sticky;
  top: 75px;
}
.most-viewed .post-item .post-content {
    flex: 1;
}

.vh-header {
  position: relative;
}
.show {
  display: block !important;
}
@-moz-keyframes rotateY {
  0% {
    transform: rotateY(90deg);
  }
  80% {
    transform: rotateY(-10deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@-webkit-keyframes rotateY {
  0% {
    transform: rotateY(90deg);
  }
  80% {
    transform: rotateY(-10deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@-o-keyframes rotateY {
  0% {
    transform: rotateY(90deg);
  }
  80% {
    transform: rotateY(-10deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes rotateY {
  0% {
    transform: rotateY(90deg);
  }
  80% {
    transform: rotateY(-10deg);
  }
  100% {
    transform: rotateY(0);
  }
}
.menu-header>ul {
    white-space: nowrap;
    overflow-x: auto;
}
.bg-red {
    background: #ff3f3f;
    font-size: 14px;
}
.card-soicau .card-header {
    background: #ff3f3f;
    color: #fff;
    font-size: 14px;
}
.card-soicau .card-header h2 {
    font-size: 18px;
    margin-bottom: 0;
}
.btn-remove {
    background: #f00;
    color: #fff;
    font-size: 14px;
    padding: 3px 5px;
}
.tao-dan-de textarea {
    height: 230px;
    width: 100% !important;!i;!;
    padding: 10px;
    font-size: 14px;
}
.input-mucso, .input-locso {
    display: flex;
    gap: 10px;
    white-space: nowrap;
    margin-bottom: 15px;
    flex-wrap: wrap;
    align-items: center;
}
.input-mucso input {
    width: 60px;
}
.result {
    position: relative;
}
.btn-copy {
    height: 30px;
    position: absolute;
    right: 5px;
    background: #f00;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    padding: 2px 10px;
    bottom: 15px;
    border-color: red;
    border: 0;
}
.tao-dan-de label {
    display: block;
    FONT-WEIGHT: 600;
    margin-top: 15px;}
.list-dande .btn {
    border-radius: 5px;
    border: 0;
    color: #fff;
    font-size: 13px;
}
.list-dande button {
    width: auto;
    margin: 1px;
    white-space: nowrap;
    cursor: pointer;
    line-height: 20px;
}

.c1 {
    background: #FF4500;
}
.c2 {
    background: #800080;
}
.c3 {
    background: #B22222;
}
.c4 {
    background: #228B22;
}
.c5 {
    background: #FF1493;
}
.c6 {
    background: #428BCA;
}
.c7 {
    background: #5F686F;
}
.c8{
    background: #9400D3;
}
.c9 {
    background: #C71585;
}
.c10 {
    background: #D2691E;
}
.c11 {
    background: #008B8B;
}
.bg-black {
    background: #000;
}
.gap5 {
    gap: 5px;
}
td.darkgb {
    background: #555;
}
.number-sl button {
    color: #555;
    border-radius: 5px;
    border: 1px solid var(--line, #C4C4C4);
    background: var(--white, #FFF);
    height: 32px;
    width: 52px;
    white-space: nowrap;
    cursor: pointer;
}
.number-sl button.active, .number-sl button:hover {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}
.btn-dande {
    background: #a99324;
    color: #fff;
    font-size: 14px;
    padding: 3px 5px;
}
.tao-dan-de {
    padding: 15px;
}
.list-dande {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}
.tao-dan-de .heading-section h2 {
    font-size: 16px;
    background: #f5f5f5;
    padding: 8px;
    margin-top: 15px;
    border-radius: 4px;
}

.tbl-xsmn, table#MB0 {
    border: 1px solid #efdddd;
    width: 100%;
    border-collapse: collapse;
	margin-bottom: 30px; 
}
.tbl-xsmn td, table#MB0 td, .tbl-xsmn th, table#MB0 th {
	border: 1px solid #ddd; 
	padding: 3px; 
	text-align: center; 
	font-weight: 700; 
	font-size: 18px; 
	
}
.tbl-xsmn b, table#MB0 b {
	font-weight: 800; 
	color: #f00; 
}
.tbl-xsmn th {
	text-align: center; 
}
.tbl-xsmn tr:nth-child(odd) {
	background: #f5f5f5; 
}
b.h3 {
font-size: 14px; 
}
b, strong {
  font-weight: 700; 

 }
div#couple {
    display: flex
;
 flex-wrap: wrap; 
    gap: 5px;
}
span.bold.blue.s15 {
    color: #7e33dd;
    margin-right: 5px;
    font-weight: bold;
}
.bold.red {
  font-weight: 700; 
  color: #f00; 

 }
.list-post a {
    font-size: 15px;
    font-weight: bold;
    color: #118721;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

h1 {
	font-size: 23px;
}
 h2 {
	font-size: 18px;
	
}
 h3 {
	font-size: 16px;
	
}