*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none; }

footer, header, nav, section, main {
  display: block; }

body {
  margin: 0;
  font-family: "Arial", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #eee;
  letter-spacing: .1px; }

ol {
  list-style: none; }

ul {
  padding-left: 20px; }
ul li {
  list-style: initial; }

b, strong {
  font-weight: bold; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input {
  -webkit-appearance: none;
  border-radius: 0; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 10px; }

p {
  margin-top: 0;
  margin-bottom: 1em; }

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%; }

svg:not(:root) {
  overflow: hidden; }

a {
  color: #00599e; }

@font-face {
    font-family: "FontBs";
    font-display: swap;
    src: url('/public/frontend/fonts/fontbs.otf');
}
@font-face {
    font-family: "FontBienSo";
    font-display: swap;
    src: url('/public/frontend/fonts/fontbien.otf');
}

.container, .container-fw {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-left: auto;
  margin-right: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }

.col {
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%; }

.news-wrap{
  display: grid;
  grid-gap: 10px;
}
.d-none{
  display: none;
}
.d-flex{
  display: flex;
  flex-wrap: wrap;
}
.text-center{
  text-align: center;
}

.col-12{
  flex: 0 0 100%;
  max-width: 100%;
}
.mb-0{
  margin-bottom: 0px;
}
.py30{
  padding-top: 30px;
  padding-bottom: 30px;
}
.mt30{
  margin-top: 30px;
}
.j-center{
  justify-content: center;
}
.a-start{
  align-items: flex-start;
}
#thanhtuu{
  padding-right: 30px;
  gap: 20px;
}
.tt{
  width: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0 3px 10px rgb(0,0,0,0.2);
  border-radius: 10px;
}
.tt p{
  margin-bottom: 0px;
  font-size: 15px;
}
.tt .bold{
  font-size: 36px;
  color: #ad0909;

}
.tc{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.tc-icon p{
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 8px;
}
@media screen and (max-width: 575px) {
  .sidebar {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px; }

  .header-bot {
    display: none; }

  .header-left {
    width: 100%;
    min-width: auto;
    margin-bottom: 5px; }
  .news-wrap{
    grid-template-columns: repeat(2, 1fr);
  }

  .header-right {
    padding-right: 60px; }

  .form-search {
    width: 100%; }

  .bswp {
    grid-template-columns: repeat(2, 1fr); }

  #btn-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
@media screen and (min-width: 576px) {
  .container {
    max-width: 100%; }

  .main-content, .sidebar {
    width: 100%; }

  .sidebar {
    padding-left: 10px;
    padding-right: 10px; }

  .header-bot {
    display: none; }
  .news-wrap{
    grid-template-columns: repeat(2, 1fr);
  }

  .header-left {
    width: auto;
    min-width: 210px; }

  .header-right {
    padding-right: 50px; }

  .form-search {
    width: 100%; }

  .bswp {
    grid-template-columns: repeat(2, 1fr); }

  #btn-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
@media screen and (min-width: 768px) {
 
  .container {
    max-width: 100%; }

  .main-content, .sidebar {
    width: 100%; }
  .col-lg-8{
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-4{
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .sidebar {
    padding-left: 10px;
    padding-right: 10px; }

  .header-bot {
    display: none; }
  .news-wrap{
    grid-template-columns: repeat(2, 1fr);
  }

  .header-right {
    padding-right: 10px; }


  .bswp {
    grid-template-columns: repeat(2, 1fr); }

  #btn-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
@media screen and (min-width: 992px) {
  .container {
    max-width: 100%; }

  .main-content {
    width: 100%; }

  .sidebar {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px; }

  .news-wrap{
    grid-template-columns: repeat(3, 1fr);
  }

  .header-bot {
    display: block; }

  .bswp {
    grid-template-columns: repeat(4, 1fr); }

  #btn-menu {
    display: none; } }
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px; }

  .main-content {
    width: 100%; }

  .sidebar {
    width: 25%;
    padding-left: 10px;
    padding-right: 0px; }

  .header-bot {
    display: block; }

  .bswp {
    grid-template-columns: repeat(4, 1fr); } }
.no-scroll {
  overflow: hidden !important; }

.btn {
  border: 1px solid #eee;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none; }
.btn-order {
  display: inline-block;
  line-height: 1;
  font-size: .875rem;
  padding: 5px 10px;
  background: #fea200;
  border: 1px solid #fea200;
  color: #000;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease; }
.btn-order:hover {
  border: 1px solid #000;
  background: #000;
  color: #fff; }

.support-btn {
  min-width: 160px;
  max-width: 180px;
  background: #ffd92c;
  position: relative;
  color: #000 !important;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 999px;
  padding: 7px 7px 7px 45px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px; }
.support-btn a {
  color: #000;
  text-decoration: none; }
.support-btn svg {
  fill: #fff;
  width: 17px;
  height: 17px; }
.support-btn .support-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 50px;
  position: absolute;
  left: 5px;
  top: 4px;
  background: #000;
  color: #fff;
  font-size: 14px; }
.support-btn--zalo {
  background: #2196f3 !important; }
.support-btn--zalo .support-icon {
  border: 1px solid #2196f3 !important;
  background: #2196f3 !important; }
.support-btn--zalo a {
  color: #fff; }
.support-btn--fb {
  background: #0062cc !important; }

.nt-rotate {
  -webkit-animation: Rotate 1.3s linear 1.3s 5;
  animation: Rotate 1.3s linear 1.3s 5;
  -webkit-animation-iteration-count: 5;
  animation-iteration-count: 5;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite; }

@-webkit-keyframes Rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  4% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  8% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  12% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  16% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  20% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  24% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
@keyframes Rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  4% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  8% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  12% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  16% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  20% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  24% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
.header-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 10px 0; 
}
.header-top a{
  display: block;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  width: 100%;
}
.header-top a:hover .header-top-text{
  color: #ad0909;
}
.header-top-icon{
  height: 65px;
  margin: 0 auto;
  background-size: contain !important;
  margin-bottom: 5px;
}
.ic-logo{
  background: url('/public/frontend/images/32.png') center no-repeat transparent;
}
.ic-simsodep{
  background: url('/public/frontend/images/simsodep.webp') center no-repeat transparent;
}
.ic-biensodep{
  background: url('/public/frontend/images/bienvip.svg') center no-repeat transparent;
}
.header-top-text{
  font-weight: bold;
    color: #000;
    text-align: center;
    line-height: normal;
    text-transform: uppercase;
}
@media screen and (max-width: 768px){
  .header-top {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 10px 0; 
  }
  .header-top-icon{
    height: 35px;
  }
}

.header-bot {
  background: #2f2f2f; }

.header {
  background: #fff;
  margin-bottom: 10px; }
.header-left, .header-right {
  padding-left: 10px; }
.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.header-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.logo {
  display: inline-block;
  font-family: 'Britannic', sans-serif;
  font-size: 24px;
  color: #ffd92c;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1; }
.logo img{
  max-height: 65px;
}
.logo span {
  color: #fff; }

.search-wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.header-menu{
  margin: 0 auto;
}
.header-menu-wp {
  background: #ffd92c; }

#btn-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer; }
#btn-menu small {
  font-size: 11px; }

.menu-btn svg {
  width: 24px;
  fill: #fff; }

.header-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0; }
.header-menu ul li {
  list-style: none;
  position: relative;
  font-size: 15px;
  font-weight: bold;
  text-transform: capitalize;
  color: #000; }
.header-menu ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border-left: 1px solid #333;
  border-right: 1px solid #494949;
  padding: 14px 20px; }
.header-menu ul li:first-child a{
  border-left: 0px;
}
.header-menu ul li:last-child a{
  border-right: 0px;
}
.header-menu ul li a:hover{
  background: #ad0909;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  background: transparent; }
.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  background: transparent; }
.menu ul li {
  position: relative;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 0px 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
.menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  color: #fff;
  text-decoration: none;
  padding: 10px 0px; }
.menu ul li a:hover {
  color: #000; }
.menu ul li:first-child a:before {
  content: unset; }
.menu ul li.active a {
  border-bottom: 5px solid #0a78be; }
.menu ul li:hover {
  cursor: pointer;
  color: #333 !important; }
.menu ul li:hover a {
  color: #333; }
.menu ul li:hover > .menu_sub {
  display: block;
  opacity: 1;
  visibility: visible !important;
  pointer-events: auto;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transform: translateY(0px);
  transform: translateY(0px); }
.menu ul li.has-child {
  padding-right: 30px; }
.menu ul li.has-child i {
  position: absolute;
  right: 10px;
  top: 10px; }
.menu ul li.has-child i:hover {
  cursor: pointer; }
.menu .menu_sub {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  width: 220px;
  background: #fff;
  list-style: none;
  margin: 0px;
  padding: 0px;
  pointer-events: none;
  border-top: 0px;
  z-index: 999;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.menu .menu_sub > li {
  display: block;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.6;
  max-height: auto !important; }
.menu .menu_sub > li:last-child {
  border-bottom: 0px; }
.menu .menu_sub > li a {
  color: #333;
  display: block;
  padding: 0px 0px;
  line-height: 1.5 !important; }
.menu .menu_sub > li a:before, .menu .menu_sub > li a:after {
  content: unset; }
.menu .menu_sub > li:hover {
  cursor: pointer;
  background: #000; }
.menu .menu_sub > li:hover a {
  color: #fff; }
.menu li ul li ul {
  /*top: -10px;*/
  left: calc(-100% - 1px) !important; }
.menu li ul li ul > li a {
  color: #333 !important;
  display: block;
  opacity: 1; }
.menu li ul li ul > li:hover {
  cursor: pointer !important; }

.open-menu-icon {
  display: none;
  float: right;
  font-size: 20px;
  padding: 0px 10px;
  color: #111; }
.open-menu-icon:hover {
  cursor: pointer; }

@media screen and (max-width: 992px) {
  .menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    -webkit-overflow-scrolling: touch;
    top: 0 !important;
    bottom: 0;
    left: 0;
    padding: 0px;
    padding-top: 40px;
    max-width: 95%;
    z-index: 10200;
    background-color: #fff;
    width: 250px;
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px); }
  .menu ul {
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
    list-style: none;
    padding-left: 0px;
    height: 100%;
    scrollbar-width: thin; }
  .menu ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5; }
  .menu ul::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5; }
  .menu ul::-webkit-scrollbar-thumb {
    background-color: #fff; }
  .menu ul > li:first-child {
    border-top: 1px solid rgba(51, 51, 51, 0.08); }
  .menu ul li {
    font-size: 0.9375rem; }
  .menu ul li ul.menu_sub {
    position: relative;
    display: block;
    opacity: 0;
    visibility: hidden;
    background: #f7f7f7;
    height: 0;
    width: 100%;
    color: #111;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 0px;
    font-weight: normal;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .menu ul li ul.menu_sub > li {
    border-bottom: 1px solid rgba(51, 51, 51, 0.08);
    font-weight: 300; }
  .menu ul li ul.menu_sub > li a {
    color: #111; }
  .menu ul li.has-child i {
    right: 20px; }
  .menu ul li a {
    padding: 10px 10px; }
  .menu ul li:hover > ul.menu_sub {
    height: auto; }
  .menu.open {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }

  .open-menu-icon {
    display: block; } }
.nt-mobile-menu-wrap {
  position: fixed;
  top: 0;
  right: 0;
  background: transparent;
  z-index: 1030;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.nt-mobile-menu-wrap.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px); }

.nt-mobile-menu {
  position: relative;
  width: 100%;
  height: calc(100% - 80px);
  overflow: scroll;
  overflow-x: hidden;
  padding-left: 0px;
  -ms-overflow-style: none;
  scrollbar-width: thin;
  z-index: 9999;
  margin-bottom: 0px;
}
.nt-mobile-menu li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 14px;
  text-transform: capitalize;
  list-style: none; }
.nt-mobile-menu li.line{
  min-height: 43px;
  display: flex;
  align-items: center;
  color: #000;
  background: #eee;
  padding-left: 15px;
}
.nt-mobile-menu li a {
  color: #333;
  padding: 10px 20px;
  height: 40px;
  text-decoration: none;
  display: block;
  position: relative;

  }
.nt-mobile-menu li a:hover {
  background: #404040;
  color: #fff; }
.nt-mobile-menu li i.fas {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0px;
  right: 2px;
  z-index: 999999;
  border-left: 1px solid #242424; }
.nt-mobile-menu li i.fas:hover {
  cursor: pointer; }
.nt-mobile-menu .menu_sub {
  display: none;
  padding-left: 0px; }
.nt-mobile-menu .menu_sub li {
  border-bottom: 0px; }

.nt-mobile-menu::-webkit-scrollbar {
  width: 6px;
  background: #888; }

.nt-mobile-menu::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px; }

.nt-close {
  width: 40px;
  height: 40px;
  background: #fff;
  float: right;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.nt-close:hover {
  cursor: pointer; }

.nt-mobile-menu-foot {
  background: #fff;
  padding: 10px 0px;
  font-size: 14px; }
.nt-mobile-menu-foot strong {
  color: #000; }

.nt-dropmenu {
  display: block;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  margin-top: 0; }
.nt-dropmenu li {
  padding: 0;
  position: relative; }
.nt-dropmenu li a {
  display: block;
  padding: 10px;
  padding-left: 20px;
  padding-right: 35px;
  font-size: 13px;
  color: black;
  font-weight: 500;
  border-bottom: 1px solid #dddddd;
  margin-bottom: -1px;
  text-decoration: none; }
.nt-dropmenu li a i {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  position: absolute;
  right: 20px;
  top: 9px;
  font-size: 16px;
  width: 20px;
  height: 20px;
  text-align: center; }
.nt-dropmenu li a.open i {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease; }

.nt-dropmenu li ul.nt-dropmenu--sub {
  display: none;
  padding-left: 0;
  list-style: none;
  background: #fafafa; }
.nt-dropmenu li ul.nt-dropmenu--sub li a {
  font-weight: 500;
  padding-left: 40px; }
.nt-dropmenu li ul.nt-dropmenu--sub li a i {
  position: absolute;
  left: 20px;
  right: auto;
  top: 10px;
  width: auto;
  height: auto; }

.mobile-menu-button-wrap {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  width: 40px;
  height: 40px;
  display: none !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  border-radius: 999px;
  color: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.mobile-menu-button-wrap i.far {
  font-size: 24px; }
.mobile-menu-button-wrap:hover {
  cursor: pointer;
  color: #fff; }

.mobile-menu-button {
  text-decoration: none;
  color: #333; }

.mobile-menu-search {
  padding: 20px 15px; }

@media screen and (max-width: 992px) {
  .mobile-menu-button-wrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }
.mobile-menu {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 70%;
  background: #fff;
  height: 100%;
  color: #ccc;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.mobile-menu.open {
  -webkit-transform: translateX(0);
          transform: translateX(0); }
.mobile-menu-head {
  padding: 10px;
  background: #ad0909;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.mobile-menu-head i.far {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  line-height: 1;
  margin-top: 3px; }
.mobile-menu-head i.far:hover {
  cursor: pointer; }

#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1020;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

#overlay.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

/* main */
.form-search {
  position: relative; 
  border: 3px solid #9c0000;
  border-radius: 6px;
}
.form-search input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 39px !important;
  border: 0 !important;
  text-align: center;
  outline: none;
  box-shadow: none;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 14px 5px 10px;
  outline: none;
  width: calc(100% - 40px);
  border-radius: 4px; }
.form-search button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #BF140F;
  color: #fff;
  border: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  position: absolute;
  right: -2px;
  top: 0;
  width: 44px;
  height: 100%; }
.form-search button:hover {
  cursor: pointer; }
.form-search .btn-search svg {
  width: 21px;
  height: 21px;
  fill: #fff;
}

.title {
  text-transform: uppercase;
  padding: 12px 10px;
  background: #ad0909;
  color: #fff;
  font-weight: bold;
  font-size: .875rem;
  line-height: 1;
  border-radius: 5px;
 }

.widget {
  border-radius: 7px;
  margin-bottom: 10px; }
.widget-head {
  padding: 12px 10px;
  background: #ad0909;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  font-weight: bold;
  font-size: .875rem;
  line-height: 1;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
.widget-body {
  background: #fff;
  border: 1px solid #eee;
  border-top: 0px;
  min-height: 100px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 10px; }

.widget-list ul {
  padding-left: 0px;
  margin-bottom: 0px; }
.widget-list ul li {
  list-style: none;
  font-size: .875em;
  line-height: 1.5;
  padding-bottom: 8px;
  margin-bottom: 5px; }
.widget-list ul li a {
  display: block;
  text-decoration: none;
  color: #333; }
.bg-white{
  background: #fff;
}
.bswp {
  display: grid;
  grid-gap: 10px;
  margin-bottom: 10px; }
.bswp .bs a{
  text-decoration: none;
  color: #333;
}
.no-radius{
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.no-bdbt{
  border-bottom: 0;
}
.bs {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 8px; }
.bs:hover{
  cursor: pointer;
  border: 1px solid #9c0000;
}
.bs-number {
  display: block;
  font-size: 30px;
  font-family: "FontBienSo", sans-serif;
  height: 42px;
  line-height: 42px;
  border: 2px solid #000;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  margin-bottom: 0px; }
.bs-number.style-2{
  background: #ffdb14;
}
.bs-number a {
  display: block;
  white-space: nowrap;
  color: #000;
  text-decoration: none; }
.bs-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4px; }
.bs-meta .lx{
  font-weight: bold;
  color: #f40f0f;
}
.bs-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin: 2px 0px;
  margin-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  color: red; }
.bs-order {
  display: flex;
  align-items: center;
    justify-content: space-between;
    gap: 5px;
  text-align: center;
  margin-top: 4px; }
.bs-order .btn{
  padding: 5px;
  border: 1px solid #333;
  cursor: pointer;
  flex: 1;
  line-height: 1.25;
}
.bs-order .btn.btn-yn{
  background: #757575;
  color: #fff;
}

.filter {
  padding: 15px; }

.filter-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0px;
  justify-content: center;
  width: 100%;
  scrollbar-width: thin; }
.filter-tag.has-scroll {
  margin-bottom: 4px; }
.filter-tag--item {
  position: relative;
  display: inline-block;
  padding: 8px 10px 6px 10px;
  background: #eee;
  border-radius: 4px;
  border: 1px solid #eee;
  font-size: 15px;
  text-decoration: none;
  text-transform: capitalize;
  line-height: 1;
  margin: 4px 8px 4px 0px;
  white-space: nowrap;
  color: #000; }
.filter-tag--item.active{
  background: #2997e7 !important;
  color: #fff;
}
.filter-tag--item:hover{
  border: 1px solid #9c0000;
}
/*.filter-tag--item.active:before{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  color: #fff;
  background: red;
  content: "x";
  text-align: right;
  border-radius: 50px;
  z-index: 1090;
  font-size: 10px;
  font-weight: normal;
  top: -6px;
  right: -5px;
}*/
.filter-tag::-webkit-scrollbar {
  height: 6px;
  background: transparent; }

.filter-tag::-webkit-scrollbar-thumb {
  background: #777;
  cursor: pointer;
  border-radius: 3px; }

.filter-tag:hover::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #888; }

.filter-btn {
  position: relative; }
.filter-btn.open .dropdown-btn {
  background: #eee;
  border: 1px solid #eee;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px; }
.filter-btn.open .dropdown-btn-opt {
  display: block; }
.filter-btn:hover .dropdown-btn-opt {
  display: block;
  }

.filter-foot {
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; 
  justify-content: center;
        }

.dropdown-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #eee;
  color: #000;
  font-size: 15px;
  padding: 8px 10px 6px 10px;
  border: 1px solid #eee; }

.dropdown-btn:hover {
  background: #2997e7;
  color: #fff;
  border: 1px solid #2997e7; }

.dropdown-btn:after {
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0.3em solid;
  content: "";
  display: inline-block;
  margin-left: 0.3em;
  vertical-align: 0.1em; }

.dropdown-btn span {
  white-space: nowrap;
  margin-left: 10px; }

.dropdown-btn-opt {
  display: none;
  position: absolute;
  top: auto;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 1030;
  min-width: 100%; }
.dropdown-btn-opt.opt-scroll{
  max-height: 300px;
  overflow-y: scroll;
}

.dropdown-btn-opt ul {
  padding-left: 0px; }

.dropdown-btn-opt ul li {
  list-style: none;
  border-bottom: 1px solid #ddd; }

.dropdown-btn-opt ul li:last-child {
  border-bottom: 0px; }

.dropdown-btn-opt ul li a {
  color: #333;
  font-size: 13px;
  display: block;
  text-decoration: none;
  padding: 6px 10px; }
.dropdown-btn-opt ul li a:hover{
  background: #eee;
}

.text-box {
  border-radius: 5px;
  background: #fff;
  padding: 10px;
  margin-bottom: 8px; }
.text-box--content {
  padding: 10px; }

.scroll-box {
  max-height: 500px;
  overflow-y: scroll;
  scrollbar-width: thin; }

.footer-wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-bottom: 10px;
  padding-top: 20px; }

.footer {
  color: #333;
  font-size: 15px;
  
  background: #fff; }
.footer p {
  margin-bottom: 10px; }
.footer a {
  color: #333;
  text-decoration: none; }
.footer-info{
  margin-top: 10px;
  font-size: 14px;
}
.footer-left {
  width: 40%; }
.footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 30px; }
.footer-col{
  flex: 1;
}
.footer-right--col {
  width: 50%; }
.footer-title {
  position: relative;
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px; }

.footer-title span{
  border-bottom: 3px solid #333;
  padding-bottom: 10px;
}
.footer-text {
  color: #333;
  font-size: 15px;
  line-height: 1.5; }
.footer-text a {
  color: #fff; }

.footer-nav ul {
  margin-bottom: 0px;
  padding-left: 0px; }
.footer-nav ul li {
  list-style: none;
  font-size: 15px;
  line-height: 1.2;
  font-weight: normal;
}
.footer-nav ul li a{
  display: block;
  color: #333;
  padding: 7px 0 7px 15px;
  /*background: url('/public/frontend/images/arrow-right.webp') left no-repeat;*/
}
.footer-nav ul li a:hover {
  color: #ad0909; 
}
@media screen and (max-width: 768px){
  .footer-col{
    width: 100%;
    flex: auto;
    margin-bottom: 20px;
    padding-left: 10px;
  }

}
.post {
  margin-left: 0;
  width: 100%;
 }
.post-group:after, .post-group:before {
  content: "";
  display: table;
  clear: both; }
.post-lg a.image{
  padding-top: 62.5%;
  position: relative;
  height: auto;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 10px;  
  }
 .post-lg a.image img{
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  object-position: 50% 50%;
  object-fit: fill;
 }
.post-lg a {
  display: block; }
.post-lg img {
  width: 100%; }
.post-lg .post-title{
  margin-top: 10px;
}
.post-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0.286em 0 0.286em;
  margin-bottom: 0px;
}
.post-title a {
  text-decoration: none;
  color: #222; }
.post-title a:hover {
  color: #e74c3c; }
.post-meta {
  font-size: 12px;
  color: #888; }
.post-meta a {
  display: inline-block;
  text-decoration: none;
  color: #888; }
.post-meta a:hover {
  color: #e74c3c; }
.post-meta--step {
  margin: 0 2px; }
.post-description {
  height: 60px;
  margin: 0.513em 0 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 14px;
  line-height: 20px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden; }
.post-grid {
  margin-bottom: 15px; }
.post-grid .thumb {
  margin-bottom: .7em; }
.post-grid .thumb a {
  display: block; }
.post-grid .thumb img {
  width: 100%; }
.post-grid .detail .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 10px; }

.post-grid .detail .title a {
  color: #222; }
.post-grid .detail .title a:hover {
  color: #e74c3c; }
.post-grid .detail .meta {
  font-size: 12px;
  color: #888; }
.post-detail {
  font-size: 15px;
  line-height: 1.6em; }
.post-detail table tr td{
  border: 1px solid #222;
  padding: 5px;
}
.post-detail img{
  max-width: 100%;
  height: auto;
}
.post-detail-title{
  line-height: 1.15;
  font-size: 20px;
  margin: 10px 0px;
  font-weight: bold;
}
.post-detail:before, .post-detail:after {
  content: "";
  display: table;
  clear: both; }
.post-detail img {
  max-width: 100%; }
.post-detail em{
  font-style: italic; 
}
.post-slide, .post-slide a{
  text-decoration: none;
  color: #fff;
} 
.post-slide .post-image{
  position: relative;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

.post-slide .post-image .post-image--cover {
    padding-top: 62.5%;
    position: relative;
    height: auto;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 10px;
}

.post-slide .post-image .post-image--cover a{
  display: block;
}

.post-slide .post-image .post-image--cover img {
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.post-slide .post-image .post-info-bottom{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 15px 10px;
  background-image: linear-gradient(180deg, #ffffff00, #000000eb);
  border-radius: 10px;
}

.post-slide .post-image .post-info-bottom .post-info--title{
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.post-info--meta{
  display: flex;
  justify-content: space-between;
}

.sim-detail-wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  }

.sim-detail-wp.center{
  justify-content: center;
  border-radius: 8px;
  padding: 0px 10px 10px 10px;
}

.sim-detail-wp .sim-info li{
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 0px;
}
.sim-detail-wp .sim-info{
  padding-left: 10px;
  padding-right: 10px;
}
.sim-detail-wp .sim-info li p{
  margin-bottom: 0px;
}

.sim-info li {
  padding: 10px 0;
  list-style: none; }
.sim-info li label {
  width: 125px;
  display: inline-block;
  clear: both;
  text-align: left; }
.sim-info--title {
  display: inline;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 0px;
  color: #dc0707; }
.sim-info--price {
  color: #00599e;
  font-size: 16px; }
.sim-detail-wp.center .sim-info--title{
  -webkit-appearance: none;
  font-size: 15px;
  text-decoration: none;
  color: #dc0707;
}
.sim-detail-wp.center .sim-info--price{
  -webkit-appearance: none;
  font-size: 15px;
}
.sim-info--nw {
  display: inline-block;
  padding-left: 5px; }
.sim-info--type {
  color: #dc0707;
  font-weight: 700; }
.sim-info--type a {
  text-decoration: none; }
.frm-order--head {
  margin: 15px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase; }
.frm-order label {
  display: inline-block;
  line-height: 30px;
  font-weight: bold;
  width: 100%; }
.frm-order label.auto {
  line-height: 20px;
  width: auto; }
.frm-order input[type="text"], .frm-order input[type="tel"], .frm-order input[type="email"], .frm-order select, .frm-order textarea {
  -webkit-appearance: none;
  width: 100%;
  padding: 10px 10px;
  margin: 3px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.frm-order input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 5px;
  -webkit-appearance: checkbox; }
.frm-order input[type="submit"] {
  cursor: pointer;
  border: 1px solid #ad0909;
  border-radius: 5px;
  font-size: 16px;
  padding: 8px 10px;
  background: #ad0909;
  min-width: 150px;
  color: #fff; }

.frm-order button[type="submit"] {
  cursor: pointer;
  border: 1px solid #ad0909;
  border-radius: 5px;
  font-size: 16px;
  padding: 8px 10px;
  background: #ad0909;
  min-width: 150px;
  color: #fff; 
  display: flex;
    flex-direction: column;
    margin: 0 auto;
  gap: 5px;
}

.frm-order .message {
  margin: 15px 0px; }
.frm-order .message--foot {
  margin: 0;
  text-align: center;
  color: #222;
  font-size: 13px; }
.frm-order .line {
  margin: 5px 0px; }
.sim-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    text-align: center;
}
.bienso-img{
  position: relative;
  height: 350px;
  width: 400px;
  background: url('/public/frontend/images/bienso2.png') no-repeat bottom center;
  background-size: cover;
  border-radius: 10px;
}
.bienso-img-info{
  position: absolute;
  font-size: 39px;
  line-height: 1;
  font-family: 'FontBs', sans-serif;
  color: #000;
  right: 50%;
  top: 46px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transform: translate(50%, -13px);
}


.bienso-img-info2{
  position: absolute;
  font-size: 39px;
  line-height: 1;
  font-family: 'FontBs', sans-serif;
  color: #000;
  right: 50%;
  top: 168px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  transform: translate(50%, -13px);
}


.pagination-wp{
  display: flex;
  justify-content: center;
  margin: 10px 0px;
  margin-bottom: 25px;
  margin-top: 20px;
}
.pagination{
  padding-left: 0px;
  display: flex;
}
.pagination li{
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-right: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.pagination li.active{
  background: unset;
  border-top: 0px;
  border-bottom: 0px;
}
.pagination li.active span{
  color: #fff;
}
.pagination li span{
  padding: 8px 12px;
  color: #333;
  border-left: 1px solid #eaeaea;
}
.pagination li span.inactive{
  color: #9c9c9c;
}
.pagination li a{
  font-size: 13px;
  padding: 8px 12px;
  background: #fff;
  display: inline-block;
  text-decoration: none;
  color: #333;
}
.pagination li.active a{
  background: #ad0909;
  color: #fff;
}
.pagination li a:hover{
  background: #ad0909;
  color: #fff;
}

@media screen and (max-width: 768px){
  .home-wg{
    margin-bottom: 10px !important;
  }
  h3.title{
    margin-bottom: 10px !important;
  }
  .sim-img{
    display: none;
  }
  .sim-info{
    width: 100%;
    max-width: 100%;
  }
  .footer-left, .footer-right{
    width: 100%;
  }
  .footer-left{
    text-align: center;
  }
  .footer-right{
    padding-left: 0px;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .post-slide.post-news .post-image .post-info-bottom{
    position: relative;
    background-image: unset;
    padding: 0;
  }
  .post-slide.post-news .post-image .post-info-bottom .post-info--title{
    margin-bottom: 0px;
    margin-top: 10px;
  }
  .post-slide.post-news .post-image .post-info-bottom .post-info--title a{
    color: #333;
  }
  .post-slide.post-news .post-image .post-info-bottom .post-info--title a:hover{
    color: #e74c3c;
  }
}


.alert {
    display: block;
    padding: 10px;
    font-size: 15px;
    background: #eee;
    color: #333;
    border-radius: 4px;
}


.alert.alert-success{
    background: #d1e7dd;
    color: #0f5132;
}
.alert.alert-error{
    background: #f8d7da;
    color: #842029;
}
.alert-success{
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2997e7;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
}

.alert-error{
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: red;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
}

.invalid-feedback{
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: red;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
}
#formMessage{
  margin-bottom: 15px;
}

@media screen and (max-width: 395px){
  .bs-number{
    font-size: 24px;
  }
}

@media screen and (max-width: 380px){
  .bs-number{
    font-size: 23px;
  }
  .bs-price{
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 568px){
  .footer-right--col{
    width: 100%;
  }
}
@media screen and (max-width: 768px){
  .filter-tag{
    flex-wrap: nowrap;
    overflow-x: scroll;
    scrollbar-width: none;
  }
  .filter-tag.mobile-start{
    justify-content: flex-start;
  }
  .filter-tag.no-ovf{
    overflow: unset;
  }
  .filter{
    padding: 0px;
  }
  .header, .widget, h1, h2, h3, h4, h5, h6{
    margin-bottom: 8px;
  }
  .row{
    margin-left: -5px;
    margin-right: -5px;
  }
  .container, .col{
    padding-left: 5px;
    padding-right: 5px;
  }
  .bswp{
    grid-gap: 5px;
  }
}
@media screen and (min-width: 768px){
  .frm-ct{
    max-width: 400px;
    margin: 0 auto;
  }
  .mobile-menu{
    width: 400px;
  }
}

.p-0{
  padding: 0px;
}
.sidebar-list{
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-list li {
  list-style: none;
  border-bottom: 1px solid #eee;
}
.sidebar-list li:last-child{
  border-bottom: 0px;
}
.sidebar-list li a{
  display: block;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 8px 8px 16px;
  text-decoration: none;
  color: #333;
}
.sidebar-list li a:hover{
  color: #337ab7;
}
.list-social a {
    display: block;
    float: left;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    border-radius: 16px;
}
.copyright{
  background: #ad0909;
  color: #fff;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.tbbct-mobile{
  display: none;
}
.footer-right--col.ldv{
  justify-content: center;
}
.mobile-toolbar{
  position: sticky;
  background: #ad0909;
  display: none;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 54px;
  color: #fff;
  justify-content: space-around;
  align-items: center;
  padding: 5px 0;
  font-size: 13px;
}

.back-to-top {
    opacity: 1;
    position: fixed;
    z-index: 1020;
    margin: 0;
    right: 20px;
    bottom: 70px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #ad0909;
    background-size: 100% auto;
    font-size: 14px;
    color: #fff;
    border-radius: 999px;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back-to-top i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}


.back-to-top.show {
    opacity: 1
}


.back-to-top.active{
  background: #2997e7;
}

.hotline-fixed {
    position: fixed;
    z-index: 1020;
    left: 30px;
    bottom: 70px;
    background: #d10a00;
    width: 50px;
    height: 50px;
    border-radius: 999px;
    font-size: 1.7rem;
    color: #fff;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

.hotline-fixed:after {
    position: absolute;
    top: 0;
    left: -1px;
    width: 50px;
    height: 50px;
    border: 4px solid #cd1818;
    content: '';
    border-radius: 50%;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    z-index: -1;
    -webkit-animation: ripple 2s ease-out infinite;
    animation: ripple 2s ease-out infinite
}

.hotline-fixed--group {
    position: absolute;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 1020;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.hotline-fixed--group .fixed-btn-sm {
    position: relative;
    left: auto;
    bottom: auto;
    padding: 5px 10px 5px 40px;
    min-width: auto;
    margin-top: 10px
}

.hotline-fixed--group .fixed-btn-sm .support-icon {
    position: absolute;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 50px;
    left: 3px;
    top: 2px;
    background: #000;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px
}

.hotline-fixed--group .fixed-btn-sm.support-btn--zalo a {
    color: #fff
}

.hotline-fixed--group .fixed-btn-sm.support-btn--zalo img {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 6px;
    top: 5px
}

.fixed-btn{
  position: relative;
  margin-top: 6px;
}
.fixed-btn a{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 60px;
  height: 60px;
  color: #fff;
  border-radius: 999px;
  color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  text-align: center;
  cursor: pointer;
}

.fixed-btn a img{
  width: 42px;
}
.fixed-btn a.facebook{
  background: #4267b2;
}
.fixed-btn a.zalo{
  background: #4894ff;
}
.fixed-btn a.phone{
  background: #fff;
}
.fixed-btn a .btn-popover{
  min-width: 130px;
  height: 35px;
  white-space: nowrap;
  padding-right: 10px;
  padding-left: 10px;
  background: #fff;
  color: #333;
  position: absolute;
  font-size: 15px;
  line-height: 1;
  left: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  top: unset;
  text-align: center;
  z-index: -1;
}

.btn-popover .arrow{
  left: calc((.5rem - 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
  top: 5px;
  position: absolute;
  display: block;
  transform: rotate(0deg);
}

.btn-popover .arrow:after{
  position: absolute;
  display: block;
  content: "";
  border-style: solid;
  right: 1px;
  border-width: .5rem .5rem .5rem .5rem;
  border-color: transparent #fff transparent transparent;
}
.hotline-fixed--group.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.hotline-fixed:hover {
    cursor: pointer
}
.title-popover {
    width: 84px;
    height: 30px;
    background: #2f2b2b;
    position: absolute;
    font-size: 12px;
    left: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 8px;
    border-radius: 5px;
    top: unset;
    text-align: center;
    z-index: -1;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}
.ckw-wp{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ckw{
  overflow: hidden;
  z-index: 2;
  position: relative;
  cursor: pointer;
  padding: 2px;
  width: 333.27px;
  height: 307px;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ckw:after{
  position: absolute;
  content: "";
  width: 50%;
  height: 160%;
  background: red;
  transform: rotate(45deg);
  animation: borderanimation 2s linear infinite;
  z-index: 1;
  box-sizing: border-box;
  pointer-events: none;
}
.ckw.blue:after{
  background: #432485;
}
.ckw.lblue:after{
  background: #0058a8;
}
.ckw-inner{
  padding-top: 17px;
  padding-bottom: 17px;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}
.ckw-img{
  width: 266px;
  height: 220px;
  background: #fff;
  border-radius: 24px;
  z-index: 10;
  object-fit: contain;
}

.ckw-img img{
  max-width: 100%;
}
.ckw-blur{
  width: 100%;
  height: 100%;
  top: -100px;
  right: -100px;
  position: absolute;
}

@keyframes borderanimation {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn);
        -webkit-transform: rotate(1turn)
    }
}

.ckw-mobile{
  display: none;
}

.widget-search{
  position: sticky;
  top: 0;
  z-index: 1020;
}
.note-search{
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  width: 100%;
  z-index: 1010;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 8px #bdbdbd;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.note-search:before{
  content: "";
  border-width: 22px 25px;
  border-style: solid;
  border-color: transparent transparent white transparent;
  position: absolute;
  left: 16px;
  top: -29px;
}
.note-search.show{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.note-search p{
  margin-bottom: 5px;
  font-size: 14px;
}
.note-search b{
  color: #ad0909;
}
.contact-info-wp{
  padding-right: 30px;
  height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-info{
  background: #333;
  color: #fff;
  border-radius: 5px;
  padding: 30px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 14px;
}
.contact-info address{
  font-style: normal;
}
.contact-info a{
  color: #fff;
  text-decoration: none;
}
.contact-form-wp{
  background: #fff;
  padding: 30px;
  border-radius: 7px;
}
.contact-info--title{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #ad0909;
  text-transform: uppercase;
}
.redbox{
  background: #ad0909;
  color: #fff;
  padding: 30px;
  border-radius: 10px;
}
.rb-title{
  font-size: 28px;
  font-weight: bold;
}
.rb-title2{
  font-size: 40px;
  line-height: 1.4;
  font-weight: bold;
}
.rb-title2 span{
  display: block;
}
.bs-info-wp{
  display: flex;
  flex-wrap: wrap;
}
.bs-info-left{
  width: 590px;
  flex: 0 0 590px;
  padding-right: 15px;
}
.bs-info-right{
  flex: 1;
  padding-left: 15px;
}
.bs-content-image{
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}
.bs-number-top{
  position: absolute;
  font-size: 64px;
  font-family: "FontBienSo", sans-serif;
  line-height: 1;
  color: #000;
  right: 50%;
  top: 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  transform: translate(50%, -13px);
}
.bs-number-bot{
  position: absolute;
  font-size: 64px;
  font-family: "FontBienSo", sans-serif;
  line-height: 1;
  color: #000;
  top: 57%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}
.bs-info-right h1{
  font-size: 27px;
  line-height: 1.2;
  margin-bottom: 0px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.bs-info-right .bs-info-number{
  font-size: 48px;
  font-family: "FontBienSo", sans-serif;
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 10px;
}
.bs-info-price{
  font-size: 26px;
  color: red;
  font-weight: bold;
  margin-top: 5px;
}
@media screen and (min-width: 768px){
  .bs-info-wp{
    align-items: center;
  }
}

.form-tuvan{
  margin-bottom: 20px;
  margin-top: 20px;
}
.form-tuvan form{
  position: relative;
  width: 100%;
  background: #fff;
  border: 1px solid #dee2e6;
  height: 48px;
  border-radius: 10px;
  overflow: hidden;
}
.form-tuvan form:hover{
  border: 1px solid #ad0909;
}
.form-tuvan form input{
  all: unset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  padding: 0px 10px 0px 15px;
  box-shadow: none;
  outline: none;
  height: 48px;
  width: calc(100% - 25px);
  border-radius: 10px;
  font-size: 14px;
}
.form-tuvan form button{
  all: unset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 38px;
  min-width: 57px;
  background: #ad0909;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 16px;
  border-radius: 10px;
  text-align: center;
}
.form-tuvan form button:hover{
  cursor: pointer;
}
.thutuc-img{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
}
.thutuc-img img{
  height: 570px;
  width: 100%;
}
.anh-xe{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  margin-top: 30px;
}
.anh-xe img{
  border-radius: 10px;
}

.support-wp{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.support{
  height: 48px;
  border: 1px solid #dee2e6;
  border-radius: 10px;
}
.support a{
  display: flex;
  padding: 4px 4px 4px 15px;
  height: 48px;
  border-radius: 10px;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
  color: #333;
  text-decoration: none;
  font-size: 14px;
}
.support a:hover{
  color: #ad0909;
}
.support:hover{
  border: 1px solid green;
}
.support.zalo:hover{
  border: 1px solid #2997e7;
}

.form-dat-bs{
  max-width: 600px;
  margin: 0 auto;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-radio .custom-control-label::before{
  border-radius: 50%;
  background: transparent;
  appearance: none;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #ad0909!important;
    background-color: #ad0909!important;
    outline: 0!important
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    font-weight: normal !important;
    padding-left: 10px;
}
.custom-control-label:after,.custom-control-label:before {
    top: 6px;
    left: -15px;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label:before {
    position: absolute;
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

.custom-control-label:after {
    position: absolute;
    background: 50%/100% 100% no-repeat;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}
.custom-radio .custom-control-input:checked~.custom-control-label::after{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E");
}

.radio-desktop{
  display: none !important;
}
.photos-wp{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.photo-item{
  width: 100%;
}

.photo-item a{
  display: block;
  padding-top: 62.5%;
  position: relative;
  height: auto;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 10px;
}

.photo-item a img{
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px){
  .photos-wp{ grid-template-columns: repeat(2,1fr); }
.mbsm0{
  margin-bottom: 0px !important;
}
.post-detail img{
  max-width: 100%;
  height: auto !important;
}
  .news-wrap{
    grid-gap: 20px 10px;
  }
  .contact-form-wp{
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .form-dat-bs{
    max-width: 100%;
  }
  .thutuc-img, .anh-xe{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
  .thutuc-img img{
    height: auto;
  }
  .ckw-desktop{
    display: none;
  }
  .ckw-mobile{
    display: block;
  }
  .home-slide.owl-drag .owl-item{
    display: flex;
    justify-content: center;
  }
  .home-slide .owl-stage-outer{
    margin-bottom: 20px;
  }
  .services-slide .image{
    width: 300px;
  }
  .contact-form .message{
    text-align: center;
  }
  .contact-info-wp{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
    width: 100%;
    max-width: 100%;
  }
  .contact-info{
    margin-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
        max-width: 100%;
  }
  .mobile-toolbar{
    display: flex;
  }
  #thanhtuu{
    padding-right: 0;
    margin-bottom: 30px;
    justify-content: center;
  }
  .tt .bold{
    font-size: 30px;
  }
  .tt{
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .bs-info-left{
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
  }
  .bs-number-top{
    font-size: 52px;
    top: 18%;
  }
  .bs-number-bot{
    font-size: 52px;
    top: 61%;
  }
  .bs-info-right{
    width: 100%;
    flex: 0 0 100%;
    padding-right: 15px;
    margin-top: 30px;
  }
  .footer-wp{
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer-right--col{
    display: flex;
    justify-content: space-between;
  }
  .tbbct-desktop{
    display: none;
  }
  .tbbct-mobile{
    display: block;
  }
  .footer-right--col.ldv{
  justify-content: flex-start;
  }
  .footer-right--col.ldv .tbbct-mobile{
    margin-left: auto;
  }
}
@media screen and (max-width: 575px){
  .bs-number-top{
    font-size: 42px;
    top: 18%;
  }
  .bs-number-bot{
    font-size: 42px;
    top: 59%;
  }
}
@media screen and (max-width: 450px){
  .bs-number-top{
    font-size: 38px;
    top: 18%;
  }
  .bs-number-bot{
    font-size: 40px;
    top: 57%;
  }
}
@media screen and (max-width: 400px){
  .bs-number-top{
    font-size: 30px;
    top: 20%;
  }
  .bs-number-bot{
    font-size: 32px;
    top: 59%;
  }
  .bs-info-right h1{
    font-size: 26px;
  }
  .bs-info-right .bs-info-number{
    font-size: 40px;
  }
}
.gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 15px 15px;
  grid-template-areas: "g1 g1 g2 g2 g3" "g1 g1 g4 g5 g6"; }

.gallery-item {
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.07);
  border: 1px solid #fff; }
.gallery-item img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  content-visibility: auto; }
.gallery-item:first-child {
  grid-area: g1; }
.gallery-item:nth-child(2) {
  grid-area: g2; }
.gallery-item:nth-child(3) {
  grid-area: g3; }
.gallery-item:nth-child(4) {
  grid-area: g4; }
.gallery-item:nth-child(5) {
  grid-area: g5; }
.gallery-item:nth-child(6) {
  grid-area: g6; }

@media screen and (max-width: 767px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "g1 g2" "g3 g4" "g5 g6"; } }

@media screen and (min-width: 767px){
  .contact-info{
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .radio-desktop{
    display: flex !important;
    justify-content: center;
  }
  .radio-mobile{
    display: none;
  }
  .back-to-top:hover {
      cursor: pointer;
      background: #2997e7;
      background-size: 100% auto;
  }
}