/* ========== KHUNG CHUNG ========== */
.hsxd-widget-stats{
  border:1px solid #e6e6e6;
  border-radius:6px;
  background:#fff;
  overflow:hidden;
  margin-bottom:18px;
  width:100%;                /* full width trong widget */
}
.hsxd-widget-stats *{ box-sizing:border-box; }

.hsxd-widget-stats .vnc-card__head{
  background:#e62f2f;
  color:#fff;
  text-align:center;
  text-transform:uppercase;
  font-weight:800;
  font-size:16px;
  line-height:1.2;
  letter-spacing:.3px;
  padding:10px 12px;          /* giữ nhỏ padding cho title */
}

/* ===== Thống kê truy cập ===== */
.hsxd-widget-stats .vnc-stats{ margin:0; }
.hsxd-widget-stats .vnc-stats > div{
  display:flex; align-items:center; gap:10px;
  padding:10px 12px;          /* giảm padding để full hơn */
  border-top:1px solid #eee;
  font-size:14px; line-height:1.35; color:#222; font-weight:600;
}
.hsxd-widget-stats .vnc-stats > div:first-child{ border-top:none; }
.hsxd-widget-stats .vnc-stats > div::before{
  content:""; width:6px; height:6px; border-radius:50%;
  background:#e62f2f; flex:0 0 6px;
}

/* ===== Lượt xem bài viết ===== */
.hsxd-widget-stats .vnc-top-today{ margin:0; }
.hsxd-widget-stats .vnc-top-today h3{ display:none; }
.hsxd-widget-stats .vnc-top-today__list{ list-style:none; margin:0; padding:0; }
.hsxd-widget-stats .vnc-top-today__list li{
  display:block;
  padding:10px 12px;          /* giảm padding để nội dung full */
  border-top:1px solid #eee;
  font-size:14px; line-height:1.45; color:#222; font-weight:500;
}
.hsxd-widget-stats .vnc-top-today__list li:first-child{ border-top:none; }
.hsxd-widget-stats .vnc-top-today__list li::before{ content:none !important; }

/* Tiêu đề bài viết */
.hsxd-widget-stats .vnc-top-today__list a{
  color:#111; text-decoration:none; display:block;
}
.hsxd-widget-stats .vnc-top-today__list a:hover{ text-decoration:underline; }

/* Badge xuống dòng dưới, gọn gàng */
.hsxd-widget-stats .vnc-badge{
  display:inline-block;
  margin-top:4px;
  background:#e62f2f;
  color:#fff;
  font-size:12px;
  font-weight:600;
  padding:3px 8px;
  border-radius:6px;
  white-space:nowrap;
}
.hsxd-widget-stats .vnc-badge::after{
  content:" views";
  margin-left:2px;
}

/* ===== Responsive ===== */
@media (max-width: 480px){
  .hsxd-widget-stats .vnc-card__head{ font-size:15px; padding:9px 10px; }
  .hsxd-widget-stats .vnc-stats > div{ padding:8px 10px; font-size:13.5px; }
  .hsxd-widget-stats .vnc-top-today__list li{ padding:8px 10px; font-size:13.5px; }
}




/* ==== pw-container pw-containerpw-containerpw-containerpw-container  ==== */


.pw-container { 
  margin-top: 12px; 
  text-align: center; /* căn giữa nút */
}
.pw-box { 
  display:none; 
  margin:15px auto; /* căn giữa bảng */
  padding:12px; 
  background:#fff; 
  border:1px solid #e0e0e0; 
  border-radius:8px; 
  box-shadow:0 6px 18px rgba(0,0,0,0.06); 
  width:max-content; 
  max-width:100%; 
}
.pw-box table { border-collapse:collapse; margin:0 auto; }



.vnc-style-img .img-btn img{
  display:block;
  height:var(--vnc-img-h,75px);    /* lấy từ shortcode img_h */
  width:var(--vnc-img-w,auto);     /* lấy từ shortcode img_w */
  object-fit:contain;              /* vẫn giữ không bị méo ảnh */
}

/* STYLE 3: hinh-anh – trái ảnh làm nút, phải số đếm (căn lề phải) */
.vnc-style-img{
  display:flex;
  align-items:center;
  justify-content:space-between; /* đẩy 2 phần ra 2 bên */
  gap:16px;
  width:100%;
}
.vnc-style-img .img-btn{
  display:inline-block;
  line-height:0;
  border-radius:6px;
  overflow:hidden;
  vertical-align:middle
}
.vnc-style-img .img-btn img{
  display:block;
  height:70px;
  width:auto;
  max-width:100%;
		
  vertical-align:middle
}
.vnc-style-img .img-btn:hover{filter:brightness(1.05)}
.vnc-style-img .count{
  margin-left:auto;         /* đảm bảo dính về phải */
  color:#374151;
  font-weight:600;
}

.vnc-dl-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 14px 40px;
  border-radius: 4px;
  background: linear-gradient(to bottom, #64b5f6, #1976d2);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
  border: 1px solid #1565c0;
  transition: background .2s, transform .2s;
}
.vnc-dl-btn:hover {
  background: linear-gradient(to bottom, #42a5f5, #1565c0);
  transform: translateY(-1px);
}
.vnc-dl-btn svg {
  width: 20px;
  height: 20px;
  stroke: #fff;
  margin-right: 6px;
}
.vnc-dl-btn .label {
  display: flex;
  align-items: center;
  gap: 6px;
}
.vnc-dl-btn .sub {
  font-size: 13px;
  font-weight: 400;
  color: #bbdefb; /* xanh nhạt */
  text-transform: none;
}

.download-box {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.download-btn {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 14px;
  font-weight: 600;
  text-decoration: none;
  background: linear-gradient(180deg, #4ade80, #22c55e);
  color: #0b2e13;
  border: 1px solid rgba(0, 0, 0, .08);
  box-shadow: 0 6px 16px rgba(0, 0, 0, .15);
  transition: .2s transform, .2s box-shadow, .2s filter;
}

.download-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, .18);
  filter: saturate(1.05);
}

.download-count {
  font-size: 14px;
  color: #111827;
}


/* ================================
   Related Posts – 10 Styles (CSS-only)
   Mapping:
   1) .list1        2) .list2        3) .list3
   4) .grid4        5) .grid5         6) .tabs6
   7) .list7        8) .btn8          9) .slider9
   10) .box10
   -------------------------------- */

/* Variables (tùy chỉnh nhanh màu & bo góc) */
:root{
  --rp-gap:16px;
  --rp-radius:12px;
  --rp-brand:#2563eb;
  --rp-brand-2:#22c55e;
  --rp-text:#1f2937;
  --rp-muted:#6b7280;
  --rp-bg:#ffffff;
  --rp-surface:#f8fafc;
  --rp-line:#e5e7eb;
}
@media (prefers-color-scheme: dark){
  :root{
    --rp-text:#e5e7eb;
    --rp-muted:#9ca3af;
    --rp-bg:#0b1220;
    --rp-surface:#0f172a;
    --rp-line:#1f2937;
  }
}

/* Base link focus for accessibility */
.list1 a, .list2 a, .list3 a,
.grid4 a, .grid5 a, .tabs6 a,
.list7 a, .btn8 a, .slider9 a,
.box10 a {
  outline: none;
}
.list1 a:focus-visible, .list2 a:focus-visible, .list3 a:focus-visible,
.grid4 a:focus-visible, .grid5 a:focus-visible, .tabs6 a:focus-visible,
.list7 a:focus-visible, .btn8 a:focus-visible, .slider9 a:focus-visible,
.box10 a:focus-visible{
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--rp-brand) 40%, #ffffff);
  border-radius: calc(var(--rp-radius) - 4px);
}

/* ============= 1) Bulleted simple ============= */
.list1{ padding-left: 18px; margin: 12px 0; color: var(--rp-text); }
.list1 li{ margin: 6px 0; }
.list1 a{
  color: var(--rp-text);
  text-decoration: none;
  border-bottom: 1px dashed transparent;
  transition: color .2s ease, border-color .2s ease, transform .2s ease;
}
.list1 a:hover{
  color: var(--rp-brand);
  border-color: var(--rp-brand);
  transform: translateX(3px);
}

/* ============= 2) Pill items with icon ============= */
.list2{ list-style:none; padding:0; margin: 8px 0; }
.list2 li{ margin: 8px 0; }
.list2 a{
  display:inline-block;
  padding: 8px 12px;
  background: var(--rp-surface);
  border:1px solid var(--rp-line);
  border-radius: var(--rp-radius);
  color: var(--rp-text);
  text-decoration: none;
  transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
}
.list2 a:hover{
  background: color-mix(in srgb, var(--rp-brand) 8%, var(--rp-surface));
  transform: translateX(4px);
  box-shadow: 0 6px 14px rgba(0,0,0,.08);
}

/* ============= 3) Numbered list w/ accent line ============= */
.list3{ counter-reset: rp; list-style:none; padding:0; margin: 10px 0; }
.list3 li{
  position:relative; padding:10px 12px 10px 42px; margin:8px 0;color:#007efb;
  background: var(--rp-surface); border:1px solid var(--rp-line); border-radius: var(--rp-radius);
}
.list3 li::before{
  counter-increment: rp; content: counter(rp);
  position:absolute; left:10px; top:50%; transform:translateY(-50%);
  width:26px; height:26px; display:grid; place-items:center;
  font-weight:700; color:#fff; background: var(--rp-brand);
  border-radius: 50%;
}
.list3 a{ color: #2563eb; text-decoration:none; }
.list3 a:hover{ text-decoration: underline; }

/* ============= 4) Modern grid cards (anchor only) ============= */
.grid4{
  display:grid; gap: var(--rp-gap);
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  margin: 12px 0;
}
.grid4 a{
  display:flex; align-items:center; justify-content:center; text-align:center;
  padding:14px 16px; min-height:64px;
  background: var(--rp-bg); border:1px solid var(--rp-line);
  border-radius: var(--rp-radius);
  color: var(--rp-text); text-decoration:none;
  box-shadow:0 1px 2px rgba(0,0,0,.06);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.grid4 a:hover{
  transform: translateY(-4px);
  box-shadow:0 12px 24px rgba(0,0,0,.12);
  background: color-mix(in srgb, var(--rp-brand) 6%, var(--rp-bg));
}

/* ============= 5) Elevated cards (div.card > a) ============= */
.grid5{
  display:grid; gap: var(--rp-gap);
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
.grid5 .card{
  background: var(--rp-bg); border:1px solid var(--rp-line);
  border-radius: calc(var(--rp-radius) + 4px);
  box-shadow: 0 4px 10px rgba(0,0,0,.08);
  transition: transform .25s ease, box-shadow .25s ease;
}
.grid5 .card:hover{ transform: translateY(-4px); box-shadow: 0 14px 28px rgba(0,0,0,.12); }
.grid5 .card a{
  display:block; padding:16px; color: var(--rp-text); text-decoration:none;
}

/* ============= 6) Compact tabs style ============= */
.tabs6{
  display:flex; flex-wrap:wrap; gap:8px; margin: 8px 0;
  background: var(--rp-surface); border:1px solid var(--rp-line);
  padding:8px; border-radius: var(--rp-radius);
}
.tabs6 a{
  display:inline-block; padding:8px 12px; border-radius:10px;
  color: var(--rp-text); text-decoration:none;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.tabs6 a:hover{ background: var(--rp-brand); color:#fff; transform: translateY(-2px); }

/* ============= 7) Arrow list ============= */
.list7{ list-style:none; padding:0; margin:10px 0; }
.list7 li{
  display:flex; gap:8px; align-items:center; padding:8px 10px; border-radius:10px;
  transition: background .2s ease, transform .2s ease;
}
.list7 li::before{ content: "➜"; color: var(--rp-brand); }
.list7 li:hover{ background: color-mix(in srgb, var(--rp-brand) 6%, var(--rp-surface)); transform: translateX(2px); }
.list7 a{ color: var(--rp-text); text-decoration:none; }

/* ============= 8) Buttons group ============= */
.btn8{
  display:flex; flex-wrap:wrap; gap:10px; margin: 10px 0;
}
.btn8 a{
  display:inline-block; text-decoration:none; color:#fff;
  background: linear-gradient(180deg, color-mix(in srgb, var(--rp-brand) 75%, #000) , var(--rp-brand));
  padding:10px 14px; border-radius: 999px;
  box-shadow: 0 6px 14px rgba(37,99,235,.25);
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}
.btn8 a:hover{ transform: translateY(-2px); box-shadow: 0 10px 18px rgba(37,99,235,.3); filter: brightness(1.03); }

/* ============= 9) Horizontal slider (no JS) ============= */
.slider9{
  display:block; white-space: nowrap; overflow-x:auto; overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory; gap: 0; padding-bottom: 6px;
  border-bottom: 1px dashed var(--rp-line);
}
.slider9 a{
  display:inline-block; min-width: 220px; margin-right: var(--rp-gap);
  padding:12px 14px; text-decoration:none; color: var(--rp-text);
  background: var(--rp-bg); border:1px solid var(--rp-line); border-radius: var(--rp-radius);
  scroll-snap-align: start;
  transition: transform .25s ease, background .25s ease;
}
.slider9 a:hover{ transform: translateY(-3px); background: color-mix(in srgb, var(--rp-brand) 6%, var(--rp-bg)); }

/* ============= 10) Highlighted box ============= */
.box10{
  padding: 14px; border:1px solid var(--rp-brand);
  background: color-mix(in srgb, var(--rp-brand) 8%, var(--rp-surface));
  border-radius: calc(var(--rp-radius) + 2px); margin: 12px 0;
}
.box10 p{ margin: 8px 0; }
.box10 a{
  color: var(--rp-text); text-decoration:none; border-bottom:1px dashed transparent;
  transition: color .2s ease, border-color .2s ease;
}
.box10 a:hover{ color: var(--rp-brand); border-color: var(--rp-brand); }

/* Small screens tweak */
@media (max-width: 420px){
  .grid4 a, .grid5 .card a{ padding:12px; }
  .slider9 a{ min-width: 200px; }
}


.span-matkhaugiainen {
    color: #fff;
    border: none;
    border-radius: 8px;
    background: #0073aa;
    padding: 5px 10px;
    font-weight: 700;
}

.dt-title-detail{
    border-bottom:1px solid #dddddd;
    padding-bottom: 5px;
    font-size:18px;
		 font-weight: bold;
    padding-top:20px;
}
.red {
    color: #fb9119;
}

.post__download {
    text-align: center
}

.post__download a {
    border: 1px solid #d8e9ff;
    box-sizing: border-box;
    box-shadow: 0 4px 12px #dde1ee;
    color: #fff;
    font-size: 1.2em;
    padding: 10px 25px
		color: #fff
	
}

.post__download .btn-document-download {
    background: linear-gradient(-45deg,#b43e5f,#c55b79)
}

.post__download .btn-document-download:hover {
    background: linear-gradient(-45deg,#bd3159,#af3b5c);
    color: #fff
}

.post__download .btn-document-locked:hover {
    color: #fff
}
.dt-hinhanh {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 5px;
    font-size: 16px;
    padding-top:20px;
    color: red;
}

.dt-box-title {
    font-size: 16px;
		font-weight: bold;
    background: url(/assets/images/bg_orange.jpg);
    border-radius: 4px 4px 0px 0px;
    padding: 10px 30px;
    display: inline-block;
    color: #fff;
}
.dt-mota {
    font-size: 14px;
    background: url(https://hosoxaydung.com/upload/bg_orange.jpg);
    border-radius: 4px 4px 0px 0px;
    padding: 10px 30px;
    display: inline-block;
    color: #fff;
}
.dt-box {
    border: 1px solid #ff8401;
    padding: 30px 15px;
    border-radius: 0px 4px 4px 4px;
}
.phitaitailieu {
   background: white;
    font-size: 16px;
    color: #007bff;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px;
border-radius: 20px;
		border: 2px dotted;
}

.content-lienhe {
	background-color:#f0ede2;
  border-radius: 15px;
  border:1px dashed #deb41c;
  padding:5px;
	color:##000000 !important;
	font-size:16px !important;
}
.baivietlienquan
{
		background-color:#0a0a56;
	  width: 100%;
		border-radius: 10px;
    border:1px dashed #deb41c;
    font-size: 16px;
    color: white;
    padding: 15px 20px 15px 20px;
}


.cauhoi-giainen
{
		background-color:#f0ede2;
	  width: 100%;
		border-radius: 10px;
		 border:1px dashed #deb41c;
 	  font-size: 16px;
    color: REd;
	  padding: 15px 0px 15px 10px;
    display: inline-block;
}

.pass-ngay-31
{
	  background: white;
	  padding: 6px 12px;
    font-size: 16px;
    color: black;
		display: none;
}

.pass-ngay-30
{
	  background: white;
	  padding: 6px 12px;
    font-size: 16px;
    color: black;
		display: none;
}
.pass-ngay-29
{
	  background: white;
	  padding: 6px 12px;
    font-size: 16px;
	 display: inline-block; 
 }

.pass-ngay-28
{
	  background: white;
	  padding: 6px 12px;
    font-size: 16px;
    color: black;
		display: none;
}
.pass-ngay-27
{
	  background: white;
	  padding: 6px 12px;
    font-size: 16px;
    color: black;
	 display: none; 
}
.pass-ngay-26
{
	  background: white;
	  padding: 6px 12px;
    font-size: 16px;
    color: black;
		display: none;
}
.pass-ngay-25
{
	  background: white;
	  padding: 6px 12px;
    font-size: 16px;
    color: black;
	 display: inline-block; 
		display: none;
}
.pass-ngay-24
{
	  background: white;
	  padding: 6px 12px;
    font-size: 16px;
    display: inline-block;
}
.pass-ngay-23
{
	  background: white;
	  padding: 6px 12px;
    font-size: 16px;
    color: black;
		display: none;
}
.pass-ngay-22
{
	  background: white;
	  padding: 6px 12px;
    font-size: 16px;
    color: black;
		display: none;
}


.pass-ngay-21
{
	  background: white;
	  padding: 6px 12px;
    font-size: 16px;
    color: black;
		display: none;
}

.pass-ngay-20
{
	  background: white;
	  padding: 6px 12px;
    font-size: 16px;
    color: black;
		display: none;
}

.pass-ngay-19
{
	  background: white;
	  padding: 6px 12px;
    font-size: 16px;
    color: black;
		display: none;
}
.pass-ngay-18
{
	  background: white;
	  padding: 6px 12px;
    font-size: 16px;
    display: inline-block; 
}

.pass-ngay-17
{
	  background: white;
	  padding: 6px 12px;
    font-size: 16px;
    color: black;
		display: none;

}
.pass-ngay-16
{
	  background: white;
	  padding: 6px 12px;
    font-size: 16px;
    color: black;
		display: none;
}
.pass-ngay-15
{
	  background: white;
	  padding: 6px 12px;
    font-size: 16px;
    color: black;
		display: none;

}


.pass-ngay-14
{
	  background: white;
	  padding: 6px 12px;
    font-size: 16px;
    color: black;
		display: none;
}

.pass-ngay-13
{
	  background: white;
	  padding: 6px 12px;
    font-size: 16px;
    color: black;
		display: none;
}

.pass-ngay-12
{
	  background: white;
	  padding: 6px 12px;
    font-size: 16px;
    color: black;
		display: none;
		display: inline-block;

}

.pass-ngay-11
{
	  background: white;
	  padding: 6px 12px;
    font-size: 16px;
    color: black;
		display: none;
 }

.pass-ngay-10
{
	  background: white;
	  padding: 6px 12px;
    font-size: 16px;
    color: black;
    display: inline-block;
		display: none;
}


.pass-ngay-9
{
	  background: white;
	  padding: 6px 12px;
    font-size: 16px;
    color: black;
    display: inline-block;
}
.pass-ngay-8
{
	  background: white;
	  padding: 6px 12px;
    font-size: 16px;
    color: black;
    display: inline-block;
		display: none;
}

.pass-ngay-7
{
	  background: white;
    font-size: 18px;
    color: blue;
    display: none;
}

.pass-ngay-6
{
	  background: white;
    font-size: 18px;
    color: blue;
    display: none;
}


.pass-ngay-5
{
	  background: white;
	  padding: 6px 12px;
    font-size: 16px;
    color: black;
    display: none;
}


.pass-ngay-4
{
	  background: white;
	  padding: 6px 12px;
    font-size: 16px;
    color: black;
    display: inline-block;
    display: none;

}

.pass-ngay-2
{
	  background: white;
	  padding: 6px 12px;
    font-size: 16px;
    color: black;
    display: inline-block;
    display: none;

}
.pass-ngay-2
{
	  background: white;
	  padding: 6px 12px;
    font-size: 16px;
    color: black;
    display: inline-block;
}

.pass-ngay-1
{
	  background: white;
	  padding: 6px 12px;
    font-size: 16px;
    color: black;
    display: inline-block;
}


.pass-ngay-0
{
	  background: white;
	  padding: 6px 12px;
    font-size: 16px;
    color: black;
    display: inline-block;
		display: none;
}




.taive-mylearn
{
    display: inline-block;
}




.pass-thang-02
{
	  background: white;
    font-size: 14px;
    color: black;
    display: inline-block;
}









.pass-sai
{
	  background: white;
    font-size: 16px;
    color: red;
    display: inline-block;

}

.phitaitailieu {
   background: white;
    font-size: 14px;
    color: black;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px;
border-radius: 20px;
		border: 2px dotted;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,.btn:focus,.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

a.btn.disabled,fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus,.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus,.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn,.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm>.btn,.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn,.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}
.span-button {
    color: #fff;
    border: none;
    border-radius: 8px;
    background: red;
    padding: 5px 10px;
    font-weight: 700;
}