@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("fonts"), url("../fonts/Roboto/Roboto-Light.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local("fonts"), url("../fonts/Roboto/Roboto-LightItalic.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("fonts"), url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("fonts"), url("../fonts/Roboto/Roboto-Italic.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("fonts"), url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local("fonts"), url("../fonts/Roboto/Roboto-MediumItalic.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("fonts"), url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local("fonts"), url("../fonts/Roboto/Roboto-BoldItalic.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local("fonts"), url("../fonts/Roboto/Roboto-Black.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local("fonts"), url("../fonts/Roboto/Roboto-BlackItalic.ttf") format("truetype"); }
.mt-30 {
  margin-top: 30px; }

.mt-20 {
  margin-top: 20px; }

.mt-15 {
  margin-top: 15px; }

.mt-10 {
  margin-top: 10px; }

.ml-15 {
  margin-left: 15px; }

.font-13 {
  font-size: 13px; }

.font-16 {
  font-size: 16px; }

.font-18 {
  font-size: 18px; }

.color-vinaphone {
  color: #0198e1 !important; }
.color-viettel {
  color: #007b70 !important; }
.color-mobifone {
  color: #00F !important; }
.color-mobifone span {
  color: #F00 !important; }
.color-vietnamobile {
  color: #f60 !important; }
.color-itelecom {
  color: #CD1818 !important; }
.color-gmobile {
  color: #252525 !important; }

.nt-select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #222;
  width: 100%;
  height: 35px; }
.nt-select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px; }
.nt-select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 0.375rem 0.75rem;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
.nt-select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: #222 transparent transparent transparent;
  position: absolute;
  top: 13px;
  right: 5px; }
.nt-select-styled:hover {
  background-color: #fafafa; }
.nt-select-styled:active, .nt-select-styled.active {
  background-color: #f2f2f2;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px; }
.nt-select-styled:active:after, .nt-select-styled.active:after {
  top: 11px;
  border-color: transparent transparent #222 transparent; }
.nt-select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  border-top: 0px;
  max-height: 230px;
  overflow-y: scroll;
  scrollbar-width: thin; }
.nt-select-options::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F5F5F5; }
.nt-select-options::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 999px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  background-color: #464545; }
.nt-select-options li {
  margin: 0;
  padding: 8px 0;
  text-indent: 15px;
  border-top: 1px solid #e6e6e6;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
.nt-select-options li:hover {
  color: #222;
  background: white; }
.nt-select-options li[rel="hide"] {
  display: none; }

.nt-btn {
  width: 100%;
  background: #FFC107;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.nt-btn:hover {
  background: #252525;
  color: #fff; }

.nt-list {
  margin-bottom: 0;
  padding-left: 0; }
.nt-list li {
  list-style: none;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid #ddd; }
.nt-list li:last-child {
  border-bottom: 0px; }
.nt-list li a {
  position: relative;
  display: block;
  color: #222;
  text-decoration: none;
  padding: 10px 15px 10px 25px; }
.nt-list li a:hover {
  color: #d10a00; }
.nt-list li a:hover:before {
  color: #d10a00; }
.nt-list li a:before {
  position: absolute;
  content: "\f105";
  font-family: 'Font Awesome 5 Pro';
  left: 5px;
  top: 10px;
  color: #222; }
.nt-list--noborder li {
  border-bottom: 0px; }
.nt-list-news li {
  margin-bottom: 10px;
  border-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.nt-list-news li a {
  padding: 0; }
.nt-list-news li a:before {
  content: ""; }
.nt-list-news li h3 {
  font-size: 14px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 0px; }
.nt-list-news--img {
  width: 100px;
  height: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  margin-right: 10px;
  overflow: hidden; }
.nt-list-news--img img {
  width: 100%;
  min-height: 100%; }

@media screen and (max-width: 768px) {
  .mx-lg-10{
    margin-left: 0px;
    margin-right: 0px;
  }
  .nt-list.mb-twcl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .nt-list.mb-twcl li {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    border-bottom: 0px; } }
/*.fixed-btn {
  min-width: 160px;
  max-width: 180px;
  background: #FFC107;
  position: fixed;
  left: 10px;
  bottom: 10px;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  border-radius: 999px;
  padding: 8px 8px 8px 44px;
  display: block;
  margin: 0 auto; }
.fixed-btn a {
  color: #252525;
  text-decoration: none; }
.fixed-btn--icon {
  position: absolute;
  border: 1px solid #252525;
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 50px;
  left: 7px;
  top: 5px;
  color: #252525;
  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; }
.fixed-btn--img {
  height: 40px;
  border-radius: 126px;
  position: absolute;
  left: 0px;
  top: 0; }
.fixed-btn--zalo {
  background: #2196f3;
  left: 10px;
  bottom: 60px;
  color: #fff; }
.fixed-btn--zalo a {
  color: #fff; }*/

.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); } }
.back-to-top {
  opacity: 0;
  position: fixed;
  z-index: 1020;
  margin: 0px;
  right: 5px;
  bottom: 75px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #3097d1;
  background-size: 100% auto;
  font-size: 14px;
  color: #fff;
  border-radius: 999px;
  text-align: center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.back-to-top i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
.back-to-top.show {
  opacity: 1; }
.back-to-top:hover {
  cursor: pointer;
  background: #145a8d;
  background-size: 100% auto;
  opacity: 0.8 !important; }

.rightNav {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 100;
  padding: 0;
  margin-top: -80px;
  padding-left: 0; }
.rightNav .button {
  position: relative;
  display: block;
  text-decoration: none !important;
  line-height: 45px; }
.rightNav .button + .button {
  margin-top: 1px; }
.rightNav .button > span {
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  padding: 0 15px;
  background: #EB0B00;
  color: #fff;
  line-height: inherit;
  text-align: center;
  font-size: 13px;
  white-space: nowrap;
  border-right: solid 1px rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  z-index: -1;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.rightNav .button i {
  display: block;
  width: 45px;
  height: 45px;
  line-height: inherit;
  text-align: center;
  color: #fff;
  background: #3097d1;
  font-size: 18px;
  z-index: 2;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.rightNav .button:hover i {
  background: #333;
  color: #fff; }
.rightNav .button:hover > span {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background: #333; }

@media screen and (max-width: 768px) {
  .rightNav {
    display: none; } }
.body-overlay {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0 !important;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1010;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.body-overlay.open {
  opacity: 1;
  visibility: visible; }

.text-box {
  background: #fff; }
.text-box-content {
  padding: 15px;
  overflow-y: scroll;
  scrollbar-width: thin; }
.text-box-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F5F5F5; }
.text-box-content::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 999px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  background-color: #464545; }

.nt-list-group .list-group-item {
  font-size: 14px;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.nt-list-group .list-group-item:hover {
  background: #fafafa;
  color: #d10a00; }

.list-group--news .list-group-item {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.list-group--news .list-group-item a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.list-group--news .list-group-item a:hover {
  color: #d10a00; }
.list-group--news .list-group-item:hover {
  background: #fafafa;
  color: #d10a00; }
.list-group--news .news-thumb {
  max-width: 100%;
  margin-bottom: 10px; }

@media screen and (max-width: 992px) {
  .list-group--news .list-group-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .list-group--news .news-thumb {
    max-width: 140px;
    margin-right: 10px;
    margin-bottom: 0px; } }
.list-news {
  padding: 0;
  margin: 0; }
.list-news li {
  position: relative;
  list-style: none;
  font-size: 14px;
  padding-left: 20px;
  margin-bottom: 5px; }
.list-news li:before {
  content: "\f105";
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  left: 5px;
  top: 1px;
  color: #252525; }
.list-news li:hover a {
  color: #d10a00; }
.list-news li:hover:before {
  color: #d10a00; }
.list-news li a {
  color: #252525;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.list-news li a:hover {
  color: #d10a00; }

.list-order {
  padding-left: 0;
  margin-bottom: 0; }
.list-order li {
  padding: 10px 15px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ddd; }
.list-order li:last-child {
  border-bottom: 0px; }
.list-order li p {
  padding: 0px 0px;
  padding-bottom: 0px;
  margin: 0; }
.list-order li p .order-item-name {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize; }
.list-order li p .order-item-status {
  font-size: 11px;
  color: #464545; }
.list-order li p .order-item-status label.status {
  background: #FF5722;
  font-size: 11px;
  color: #fff;
  font-weight: 300;
  /* border-bottom-right-radius: 10px;
  border-top-right-radius: 10px; */
  padding: 2px 10px;
  border-radius: 3px; }
.list-order li p .order-item-status label.status-delivered {
  background: #4CAF50; }
.list-order li p .order-item-status label.status-ht {
  background: #32CD32; }
.list-order li p .order-item-phone {
  width: 100%;
  display: inline-block;
  color: #333;
  font-size: 13px;
  margin-top: 5px; }

.footer-list {
  padding-left: 0px; }
.footer-list li {
  list-style: none;
  line-height: 1.5;
  margin-bottom: 5px; }

a.color-white {
  color: #fff !important; }

.support-btn {
  min-width: 160px;
  max-width: 180px;
  background: #FFC107;
  position: relative;
  color: #000 !important;
  font-size: 18px;
  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 .support-icon {
  position: absolute;
  border: 1px solid #000;
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 50px;
  left: 5px;
  top: 4px;
  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; }
.support-btn .support-icon--img {
  height: 30px;
  border-radius: 100%;
  position: absolute;
  left: 5px;
  top: 4px; }
.support-btn--zalo {
  background: #2196f3; }
.support-btn--fb {
  background: #0062cc; }

.hr-top {
  border-top: 2px dotted #ddd;
  padding-top: 10px;
  padding-bottom: 10px; }

.share-list a {
  font-size: 160%;
  color: #fff;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.share-list a:hover {
  color: #FFC107; }

.advance-search-btn {
  display: inline-block;
  position: relative;
  padding-bottom: 13px;
  color: #252525;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.advance-search-btn:hover {
  color: #d10a00;
  text-decoration: none; }
.advance-search-btn:after {
  content: "\f0dd";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

#timkiemnangcao{
  padding: 15px;
}

#hide-timkiemnangcao {
  color: #252525;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
#hide-timkiemnangcao:hover {
  color: #d10a00;
  text-decoration: none; }

.btn-dat-sim {
  background-color: #FF2A1A;
  color: #fff; }
.btn-dat-sim:hover {
  background-color: #e7281a; }

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #FFC107;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0); }
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite; }
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite; }
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite; }
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite; }

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); } }
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); } }
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0); } }
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0); } }
.payment-type {
  text-align: center;
  border-radius: 11px;
  background-color: #E3F7DE;
  padding: 5px;
  margin-bottom: 25px; }

.hotline-fixed {
  position: fixed;
  z-index: 1020;
  left: 30px;
  bottom: 30px;
  background: #d10a00;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  font-size: 1.7rem;
  color: #ffffff;
  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(0.9);
          transform: scale(0.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: 0px;
  display: block;
  z-index: 1020;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.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; }
.hotline-fixed--group.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px); }

.hotline-fixed:hover {
  cursor: pointer; }

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0; } }

@keyframes ripple {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0; } }
.data-item {
  padding: 10px; }
.data-item .card-header {
  font-weight: bold;
  border-bottom: 0px; }
.data-item .list-group-item {
  padding: 8px 5px; }
.data-item p {
  padding: 8px 5px;
  margin-bottom: 0px !important; }
.data-item a.btn {
  margin: 0px 8px 8px 8px; }
.data-item.data-viettel .card-header, .data-item.data-viettel .btn-primary {
  background: #007b70;
  border-color: #007b70;
  color: #fff; }
.data-item.data-mobifone .card-header, .data-item.data-mobifone .btn-primary {
  background: #00F;
  border-color: #00F;
  color: #fff; }
.data-item.data-vinaphone .card-header, .data-item.data-vinaphone .btn-primary {
  background: #0198e1;
  border-color: #0198e1;
  color: #fff; }
.data-item.data-vietnamobile .card-header, .data-item.data-vietnamobile .btn-primary {
  background: #f60;
  border-color: #f60;
  color: #fff; }
.data-item.data-itelecom .card-header, .data-item.data-itelecom .btn-primary {
  background: #CD1818;
  border-color: #CD1818;
  color: #fff; }
.data-item.data-gmobile .card-header, .data-item.data-gmobile .btn-primary {
  background: #252525;
  border-color: #252525;
  color: #fff; }

.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: flex-start;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  background:#009900; }
.menu ul li {
  text-transform: uppercase;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  /* &:first-child a{
      padding-left: 20px;
  }
  &:last-child a{
      padding-right: 20px;
  } */ }
.menu ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 12px 10px 10px 10px; }
.menu ul li a:hover {
  color: #ffd92c; }
.menu ul li:first-child a:before {
  content: unset; }
.menu ul li:hover {
  color: #ffd92c; }
.menu ul li:hover > .menu_sub {
  display: block;
  opacity: 1;
  visibility: visible !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transform: translateY(12px);
  transform: translateY(12px); }
.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;
  z-index: 999;
  -moz-border-radius: 0px;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -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: $sub_menu_li_padding;
  font-weight: $sub_menu_font_weight; */
  padding: 10px 15px;
  font-size: 13px;
  line-height: 1.6;
  max-height: auto !important;
  border-bottom: 1px dashed #fff; }
.menu .menu_sub > li:last-child {
  border-bottom: 0px; }
.menu .menu_sub > li a {
  color: #333;
  display: block;
  padding: 0px 0px; }
.menu .menu_sub > li a:before, .menu .menu_sub > li a:after {
  content: unset; }
.menu .menu_sub > li:hover {
  cursor: pointer; }
.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: #fff; }
.open-menu-icon:hover {
  cursor: pointer; }

@media screen and (max-width: 768px) {
  .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: #464545;
    width: 250px;
    -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(-250px);
    transform: translateX(-250px); }
  .menu ul {
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
    list-style: none;
    padding-left: 0px;
    height: 100%; }
  .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 ul.menu_sub {
    position: relative;
    display: none;
    opacity: 0;
    visibility: hidden;
    background: #3e3d3d;
    color: #fff;
    -webkit-transform: translateY(10px) !important;
            transform: translateY(10px) !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 10px;
    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 #464545;
    font-weight: 300; }
  .menu ul li ul.menu_sub > li a {
    color: #fff; }
  .menu ul li.has-child i {
    right: 20px; }
  .menu.open {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }

  .open-menu-icon {
    display: block; } }
.nt-mobile-menu-wrap {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background: transparent;
  z-index: 1030;
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
  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: translateX(0px);
          transform: translateX(0px); }

.nt-mobile-menu {
  position: relative;
  /*display: flex;
  flex-wrap: wrap;*/
  background: #fff;
  width: 250px;
  height: calc(100% - 91px);
  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 {
  /*-webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;*/
  max-width: 100%;
  list-style: none;
  /*padding: 8px 10px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;*/ }
.nt-mobile-menu li a {
  display: block;
  padding: 8px 10px;
  color: #252525;
  text-decoration: none; }

.nt-mobile-menu::-webkit-scrollbar {
  width: 6px;
  /* Remove scrollbar space */
  background: transparent;
  /* Optional: just make scrollbar invisible */ }

.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-head {
  background: #fff;
  padding: 10px 15px 10px 10px;
  color: #fff; }
.nt-mobile-menu-head .head-inner {
  position: relative;
  border-bottom: 1px solid #d10a00;
  padding-bottom: 5px; }
.nt-mobile-menu-head .head-inner .head-inner-name {
  font-size: 16px;
  color: #d10a00; }
.nt-mobile-menu-head .head-inner .close-menu {
  position: absolute;
  right: 0px;
  top: -5px;
  width: 30px;
  height: 30px;
  background: #d10a00;
  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;
  color: #fff;
  font-size: 20px; }
.nt-mobile-menu-head .head-inner .close-menu:hover {
  cursor: pointer; }

.nt-mobile-menu-foot {
  background: #630;
  padding: 10px 0px;
  font-size: 14px;
  color: #fff; }
.nt-mobile-menu-foot strong {
  color: #fff; }

.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: bold;
  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:hover > ul.nt-dropmenu--sub {
  display: block; }

.nt-dropmenu li ul.nt-dropmenu--sub {
  display: none;
  padding-left: 0;
  list-style: none;
  background: #fff;
  position: absolute;
  left: 204px;
  top: 0;
  z-index: 1050;
  width: 400px;
  -webkit-box-shadow: 2px 5px 6px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 5px 6px 4px rgba(0, 0, 0, 0.3); }
.nt-dropmenu li ul.nt-dropmenu--sub li {
  border: 0px; }
.nt-dropmenu li ul.nt-dropmenu--sub li a {
  font-weight: 400;
  padding-left: 40px;
  border-bottom: 0px; }
.nt-dropmenu li ul.nt-dropmenu--sub li a i {
  position: absolute;
  left: 20px;
  right: auto;
  top: 12px;
  width: auto;
  height: auto; }
.nt-dropmenu li ul.nt-dropmenu--sub .sub-head {
  padding: 10px 20px;
  font-weight: 500;
  border-bottom: 1px solid #ddd; }

.search-box {
  background: #3097d1;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 15px; }
.search-box-txt {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 300;
  color: #fff; }
.search-box-txt p {
  margin-bottom: 5px; }

.search-form {
  position: relative;
  width: 100%;
  padding-left: 5px;
  overflow: hidden;
  background: transparent; }
@media screen and (max-width: 468px){
  .search-form{ width: 80%; }
}
.search-form input[type="text"], .search-form input[type="tel"] {
  border: 0px;
  border-radius: 2px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 0px 15px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  height: 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
.search-form input[type="text"]::-webkit-input-placeholder, .search-form input[type="tel"]::-webkit-input-placeholder {
  color: #555;
  opacity: 1; }
.search-form input[type="text"]:-ms-input-placeholder, .search-form input[type="tel"]:-ms-input-placeholder {
  color: #555;
  opacity: 1; }
.search-form input[type="text"]::-ms-input-placeholder, .search-form input[type="tel"]::-ms-input-placeholder {
  color: #555;
  opacity: 1; }
.search-form input[type="text"]::placeholder, .search-form input[type="tel"]::placeholder {
  color: #555;
  opacity: 1; }
.search-form button[type="submit"], .search-form input[type="submit"] {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border: 1px solid #fff;
  background: #FFC107;
  color: #252525;
  font-weight: 500;
  outline: none !important;
  padding: 3px 10px; }
.search-form .search-icon {
  position: absolute;
  right: 12px;
  top: 5px;
  font-size: 20px;
  color: #fafafa; }

#search_box {
  width: 100%;
  height: 300px;
  background: #FFF4CC; }

.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px; }

.main-search {
  width: 100%;
  background: #C7EAF9;
  border-radius: 5px;
  padding-bottom: 3px !important; }
.main-search .form-control {
  font-size: 14px; }
.main-search .custom-control-inline {
  margin-right: 0.1rem; }

.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;
  min-height: 16px;
  margin-right: 1rem; }
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #FFC801 !important;
  background-color: #FFC801 !important;
  outline: none !important; }
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
.custom-control-label:before {
  position: absolute;
  top: .15rem;
  left: -1.4rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: 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; }
.custom-control-label:after {
  position: absolute;
  top: 0.15rem;
  left: -1.4rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%; }

.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"); }

.select2-container {
  width: 100% !important; }

.select2-container--default .select2-selection--single {
  height: auto !important;
  padding: 0.375rem 0.75rem;
  border-radius: 2px;
  outline: none !important; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  line-height: 1.5 !important;
  color: #444;
  padding-left: 0px !important;
  padding-right: 30px !important; }
.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 30px !important;
  height: 34px !important;
  top: 0px !important; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: none !important; }

.search-submit {
  padding-left: 0px; }
.search-submit .btn {
  border-radius: 2px;
  border: 1px solid #fff;
  font-size: 14px; }

.form-control.form-control-sm {
  padding: 0.375rem 0.75rem; }

.table-sim-head {
  background: #3097d1;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #fff; }
.table-sim .table {
  background-color: #fff; }
.table-sim .table thead {
  font-weight: 500;
  font-size: 15px; }
.table-sim .table td, .table-sim .table th {
  border-color: #ddd;
  vertical-align: middle; }

.sim-table--head {
  margin: 0px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  background: #630;
  color: #fff;
  font-weight: 500;
  padding: 6px 10px 6px 10px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid transparent;
  text-transform: uppercase;
  height: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
.sim-table--head a {
  color: #fff; }
.sim-table--body {
  background: #fff;
  background-clip: content-box; }
.sim-table--wrap {
  padding-left: 10px;
  padding-right: 10px; }
.sim-table--wrap .row {
  margin-left: 0px; }
.sim-table--wrap2 {
  padding-left: 10px;
  padding-right: 10px; }
.sim-table--wrap2 .row {
  margin-left: 0px;
  margin-right: 0px; }
.sim-table table td {
  padding: 5px;
  vertical-align: middle; }
.sim-table table thead th, .sim-table table thead td {
  border-bottom-width: 1px; }

.sim-pt {
  display: inline-block;
  padding: 4px 6px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
.sim-pt--kim {
  color: #252525;
  background-color: #FFC107; }
.sim-pt--moc {
  color: #252525;
  background-color: #32CD32; }
.sim-pt--thuy {
  color: #fff;
  background-color: #3097d1; }
.sim-pt--hoa {
  color: #fff;
  background-color: #d10a00; }
.sim-pt--tho {
  color: #fff;
  background-color: #DAA520; }
.sim-number {
  font-family: Arial,Helvetica,sans-serif;
  line-height: 2.2;
  color: #054982;
  font-weight: bold;
  font-size: 17px; }
.sim-number:hover {
  color: #d10a00;
  text-decoration: none; }
.sim-price {
  font-weight: normal;
  font-size: 13px; }
.sim-order-icon {
  color: #3097d1; }
.sim-order-icon:hover {
  cursor: pointer;
  color: #d10a00; }
.sim-order {
  background: gold;
  color: #111 !important;
  font-weight: bold;
  text-transform: inherit;
  min-width: 30px;
  padding: 3px 6px;
  font-size: 12px;
  -webkit-box-shadow: none;
          box-shadow: none; }
.sim-order:hover {
  color: #fff !important;
  background: #f60; }
.sim-nw {
  height: 30px; }

.nw-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 10px;
  white-space: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: thin;
  /* &::-webkit-scrollbar-track{
  	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
  	border-radius: 999px;
  	background-color: #F5F5F5;
  	width: 2px;
  }
  &::-webkit-scrollbar{
  	width: 6px;
  	background-color: #F5F5F5;
  }
  &::-webkit-scrollbar-thumb{
  	border-radius: 999px;
  	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.3);
  	background-color: #D62929;
  	width: 2px;
  } */ }
.nw-nav::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F5F5F5; }
.nw-nav::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 999px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  background-color: #888; }

.nw-item {
  text-align: center; }
.nw-item a {
  text-decoration: none;
  color: #252525; }
.nw-item a:hover {
  color: #d10a00; }
.nw-item img {
  width: 50px; }
.nw-item h2 {
  font-size: 100%;
  margin: 0;
  font-weight: 400; }

.sim-item {
  display: block;
  position: relative;
  background: #fff;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px #fafafa;
          box-shadow: 1px 1px #fafafa;
  height: 55px;
  /* &:after{
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #012b2a;
      opacity: .5;
      
  } */ }
.sim-item:hover {
  border: 1px solid #ff9800;
  color: #ff9800;
  background: #fef3df; }
.sim-item a {
  display: block;
  color: #252525; }
.sim-item a.other {
  display: inline-block;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1010;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ef5777;
  color: #fff;
  border-radius: 4px;
  padding: 6px 8px;
  line-height: 1.1;
  opacity: 0; }
.sim-item p {
  margin: 0;
  padding: 0;
  float: right;
  width: calc(100% - 65px); }
.sim-item img {
  width: 50px; }
.sim-item--number {
  display: block;
  font-size: 16px;
  font-family: 'Muli', sans-serif;
  color: #054982;
  font-weight: bold; }
.sim-item--price {
  font-size: 13px;
  color: #E66A20;
  font-weight: 500; }
.sim-item-first {
  padding: 10px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.sim-item-first img {
  width: auto; }
.sim-item-first a {
  display: inline-block;
  width: 100%; }
.sim-item-first p {
  width: 75%; }
.sim-item-first .sim-item--number {
  font-size: 30px;
  font-weight: 700; }
.sim-item-first.sim-hot {
  height: 120px; }

.sim-hot {
  height: 68px; }
.sim-hot .sim-item--price {
  font-weight: 600; }
.sim-hot .sim-item--priceDel {
  color: #777;
  font-size: 12px; }
.sim-hot.sim-item-first {
  height: 146px; }

.sim-info li {
  padding: 10px 0; }
.sim-info li label {
  width: 130px;
  display: inline-block;
  clear: both;
  text-align: right; }
.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-info--nw {
  display: inline-block;
  padding-left: 5px; }
.sim-info--type {
  color: #dc0707;
  font-weight: 700; }

.sim-img {
  text-align: center; }
.sim-img img {
  max-width: 100%; }

@media screen and (max-width: 400px) {
  .sim-item img {
    width: 44px; }
  .sim-item p {
    width: calc(100% - 54px); } }
@media screen and (max-width: 320px) {
  .sim-item img {
    width: 34px; }
  .sim-item p {
    width: calc(100% - 43px); }

  .sim-hot {
    height: 55px; }

  .sim-item--number {
    font-size: 14px; }

  .sim-info {
    text-align: center; }
  .sim-info li label {
    width: 100%;
    text-align: center; } }
.card-img {
  position: relative; }
.card-img-text {
  width: 150px;
  position: absolute;
  top: 60px;
  left: 130px;
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
  font-size: 13px;
  font-weight: bold; }
.card-img-text span {
  display: block; }
.card-img-text--number {
  font-size: 16px;
  font-weight: bold; }

@media screen and (max-width: 1200px) {
  .card-img-text {
    width: 150px;
    top: 46px;
    left: 93px;
    font-size: 11px;
    line-height: 1.3; }
  .card-img-text--number {
    font-size: 13px; } }
@media screen and (max-width: 992px) {
  .card-img-text {
    width: 150px;
    top: 70px;
    left: 150px;
    font-size: 14px;
    line-height: 1.5; }
  .card-img-text--number {
    font-size: 18px;
    margin-bottom: 5px; } }
@media screen and (max-width: 768px) {
  .card-img-text {
    width: 150px;
    top: 70px;
    left: 160px;
    font-size: 14px;
    line-height: 1.5; }
  .card-img-text--number {
    font-size: 18px;
    margin-bottom: 5px; } }
@media screen and (max-width: 730px) {
  .card-img-text {
    left: 148px;
    font-size: 13px; } }
@media screen and (max-width: 700px) {
  .card-img-text {
    left: 137px;
    top: 70px;
    font-size: 13px;
    line-height: 1.2; } }
@media screen and (max-width: 667px) {
  .card-img-text {
    left: 137px;
    top: 70px;
    font-size: 12px;
    line-height: 1.2; }
  .card-img-text--number {
    font-size: 14px;
    margin-bottom: 3px; } }
@media screen and (max-width: 640px) {
  .card-img-text {
    left: 127px;
    top: 67px; } }
@media screen and (max-width: 610px) {
  .card-img-text {
    left: 121px;
    top: 62px; } }
@media screen and (max-width: 585px) {
  .card-img-text {
    left: 114px;
    top: 59px; } }
.block-head {
  background: #009900;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 10px 6px 10px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid transparent;
  text-transform: uppercase; }
.block-head h1, .block-head h2, .block-head h3 {
  margin: 0px;
  font-size: 15px;
  font-weight: bold; }
.block-head--support {
  background: #630 url("../images/support_ico.png") left top no-repeat; }
.block-head--order {
  background: #630 url("../images/order_ico.png") left top no-repeat; }
.block-head.no-icon {
  background: #630;
  padding-left: 20px;
  font-weight: 500; }
.block-body {
  background: #fff;
  border: 0px; }
.block-body--scroll {
  max-height: 472px;
  overflow-y: scroll;
  scrollbar-width: thin; }
.block-body--scroll::-webkit-scrollbar {
  width: 6px;
  /* Remove scrollbar space */
  background: transparent; }
.block-body--scroll::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px; }
.block.shadow {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
.block p {
  margin-bottom: 10px; }
.block-title {
  margin: 0;
  font-size: 18px;
  font-weight: 500; }
.block-title--line {
  line-height: 1.5;
  padding-bottom: 5px;
  position: relative; }
.block-title--line:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #d10a00; }

.block-page--head {
  margin: 0px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  background: #630;
  color: #fff;
  font-weight: 500;
  padding: 6px 10px 6px 10px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid transparent;
  text-transform: uppercase;
  height: 35px; }
.block-page--head a {
  color: #fff; }
.block-page--body {
  background: #fff;
  border: 0px;
  padding: 15px; }

.text-box {
  border-top: 1px solid #ddd; }
.text-box h1, .text-box h2, .text-box h3 {
  font-size: 18px; }
.text-box p {
  margin-bottom: 10px; }

.content-box {
  background: #fff;
  padding: 0px 10px; }
.content-box h1, .content-box h2, .content-box h3 {
  font-size: 18px; }
.content-box p {
  margin-bottom: 10px; }
.content-box--inner {
  padding: 15px; }
.content-box.scroll-box {
  background-clip: content-box;
  max-height: 450px;
  overflow-y: scroll;
  scrollbar-width: thin; }
.content-box.scroll-box::-webkit-scrollbar {
  width: 6px;
  /* Remove scrollbar space */
  background: transparent; }
.content-box.scroll-box::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px; }

.box-tag {
  background: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
.box-tag--title {
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background: #630;
   }
.box-tag--body {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.box-tag--item {
  -webkit-box-flex: 1;
      -ms-flex: 1 33.33333333%;
          flex: 1 33.33333333%;
  max-width: 33.33333333%;
  padding: 5px; }
@media screen and (max-width: 400px){
  .box-tag--item{
    -webkit-box-flex: 1;
      -ms-flex: 1 50%;
          flex: 1 50%;
  max-width: 50%;
  }
}
.box-tag--item a {
  display: block;
  border: 1px solid #007bff;
  border-radius: 5px;
  padding: 3px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding-left: 30px;
  color: #007bff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.box-tag--item a:hover {
  background: #007bff;
  color: #fff;
  text-decoration: none; }
.box-tag--type {
  padding: 10px;
  background: #fff;
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: thin; }
.box-tag--type::-webkit-scrollbar {
  height: 6px;
  /* Remove scrollbar space */
  background: transparent; }
.box-tag--type::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px; }
.box-tag--type a {
  display: inline-block;
  padding: 5px 8px;
  border: 1px solid #ddd;
  font-weight: bold;
  border-radius: 3px;
  text-decoration: none;
  color: #252525;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 5px; }
.box-tag--type a:hover {
  background: #FFC107;
  border: 1px solid #FFC107;
  cursor: pointer; }

@media screen and (max-width: 568px) {
  .box-tag--item a {
    font-size: 12px; } }
.popover {
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 1050;
  display: none;
  max-width: 340px;
  width: 340px;
  margin-top: 10px;
  left: 170px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  padding: 1px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto; }
.popover.show {
  display: block; }
.popover-title {
  font-size: 14px;
  background-color: #f7f7f7;
  padding: 8px 14px;
  margin: 0px;
  color: #141414;
  font-weight: bold;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0px 0px; }
.popover-content {
  color: #000;
  padding: 9px 14px;
  font-size: 13px; }
.popover .arrow, .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }
.popover .arrow:after {
  content: "";
  margin-left: -10px;
  border-width: 10px;
  border-top-width: 0px;
  border-bottom-color: white;
  border-right: 11px; }
.popover .arrow {
  position: absolute;
  display: block;
  left: 50%;
  margin-left: -11px;
  top: -11px;
  width: 0px;
  height: 0px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid white; }

@media screen and (max-width: 480px) {
  .popover {
    width: 330px;
    left: 180px; } }
@media screen and (max-width: 360px) {
    .popover {
    width: 290px;
    left: 160px;}
}
@media screen and (max-width: 320px) {
  .popover {
    width: 200px;
    left: 120px; } }
.box-order {
  border: 1px solid #ddd;
  padding: 10px; }
.box-order--done ul {
  padding-left: 15px; }
.box-order--done ul li {
  margin-bottom: 10px; }

@media screen and (max-width: 480px) {
  .box-order.box-order--mobile {
    padding: 0px;
    border: 0px; } }
.modal-tragop .modal-header {
  background: #FFC107;
  color: #000;
  padding: 5px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.modal-tragop .modal-header .modal-title {
  font-size: 16px;
  line-height: 1; }
.modal-tragop .modal-footer {
  color: #000;
  padding: 5px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.modal-tragop .modal-footer .btn {
  font-size: 13px;
  padding: 5px 10px; }

.post {
  margin-left: 0;
  /* width: 47.3469387755102%; */
  float: left; }
.post-group:after, .post-group:before {
  content: "";
  display: table;
  clear: both; }
.post-lg {
  /* margin-right: 5.306122448979592%; */ }
.post-lg a {
  display: block; }
.post-lg img {
  width: 100%; }
.post-title {
  font-size: 1.313rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 0.286em; }
.post-title a {
  color: #222; }
.post-title a:hover {
  color: #e74c3c; }
.post-meta {
  font-size: 12px;
  color: #888; }
.post-meta a {
  display: inline-block;
  color: #888; }
.post-meta a:hover {
  color: #e74c3c; }
.post-meta--step {
  margin: 0 2px; }
.post-description {
  height: 60px;
  margin: 0.813em 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 h3.title {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px; }
.post-grid .detail h3.title a {
  color: #222; }
.post-grid .detail h3.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:before, .post-detail:after {
  content: "";
  display: table;
  clear: both; }
.post-detail img {
  max-width: 100%; }
.post-detail-title {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold; }
.post .cat-link {
  margin: 0.455em 0 0.455em 0;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2; }
.post .cat-link a {
  display: inline-block;
  text-transform: uppercase;
  color: #e74c3c;
  font-weight: 500; }

@media screen and (max-width: 768px) {
  .post {
    width: 100%; }
  .post-lg {
    margin-right: 0px;
    margin-bottom: 20px; } }
.post-sm-item {
  margin-bottom: 20px; }
.post-sm-item:before, .post-sm-item:after {
  content: "";
  display: table;
  clear: both; }
.post-sm-item a {
  display: block; }
.post-sm-item .thumb {
  float: left;
  margin-right: 15px;
  width: 35%;
  max-height: 140px;
  overflow: hidden; }
.post-sm-item .thumb img {
  width: 100%; }
.post-sm-item .detail h3.title {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px; }
.post-sm-item .detail h3.title a {
  color: #222; }
.post-sm-item .detail h3.title a:hover {
  color: #e74c3c; }
.post-sm-item .detail .meta {
  font-size: 12px;
  color: #888; }
.post-sm-item .detail .meta--description {
  max-height: 63px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  overflow: hidden; }

.filter-wrap {
  background: #fff;
  padding: 5px;
  border: 1px solid transparent; }
.filter-wrap a {
  display: inline-block;
  vertical-align: text-bottom;
  padding: 6px;
  background: #288ad6;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
  margin-right: 5px;
  line-height: 18px;
  margin-top: 1px;
  margin-bottom: 1px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.filter-wrap a:hover {
  background: #0062cc; }
.filter-wrap a.clear-all {
  background: #cd1818; }
.filter-wrap a.clear-all:hover {
  background: #bd2130; }

.nt-filter {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 15px;
  color: #222;
  width: 100%;
  height: 40px; }
.nt-filter-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-weight: bold;
  background-color: #aae5f973;
  padding: 8px 15px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  /* border: 1px solid $select-border-color;
  border-radius: 3px; */
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /* &:after {
    content:"";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: $select-color transparent transparent transparent;
    position: absolute;
    top: 17px;
    right: 10px;
  } */ }
.nt-filter-styled i {
  margin-left: 5px;
  margin-top: -5px; }
.nt-filter-styled:hover {
  background-color: gold; }
.nt-filter-styled:active, .nt-filter-styled.active {
  background-color: #f2f2f2;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px; }
.nt-filter-styled:active:after, .nt-filter-styled.active:after {
  top: 11px;
  border-color: transparent transparent #222 transparent; }
.nt-filter-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f2f2f2;
  border-top: 0px;
  min-width: 132px;
  max-height: 270px;
  overflow-y: scroll;
  scrollbar-width: thin; }
.nt-filter-options::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F5F5F5; }
.nt-filter-options::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 999px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  background-color: #464545; }
.nt-filter-options li {
  margin: 0;
  padding: 8px 0;
  text-indent: 15px;
  border-top: 1px solid #e6e6e6;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
.nt-filter-options li:hover {
  color: #222;
  background: white; }
.nt-filter-options li[rel="hide"] {
  display: none; }
.nt-filter-options .opt-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.nt-filter-options .opt-head i {
  margin-right: 5px;
  color: #d10a00;
  font-size: 16px; }
.nt-filter-options.last-child {
  left: calc(100% - 220px) !important; }

@media screen and (max-width: 768px) {
  .nt-filter-options.m-last {
    left: calc(100% - 204px) !important; } }
.filter-box {
  padding: 15px; }

.filter-link a {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
  background-color: #5aacda;
  margin-bottom: 10px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.filter-link a:hover {
  background-color: #252525;
  color: #fff; }

.filter {
  white-space: nowrap;
  background: #fff;
  padding-top: 5px;
  scrollbar-width: thin; }
.filter::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F5F5F5; }
.filter::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 999px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  background-color: #464545; }

.pagination-wrap {
  padding: 10px;
  background: #fff; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 3px;
  float: right; }
.pagination li a, .pagination li span.inactive {
  position: relative;
  display: block;
  padding: .4rem .65rem;
  margin-left: -1px;
  line-height: 1.25;
  text-decoration: none !important;
  color: #000;
  background-color: #fafafa;
  border: 1px solid #ddd;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.pagination li a:hover, .pagination li a:focus, .pagination li a:active {
  color: #000;
  background-color: #FFC107; }
.pagination li a.current {
  color: #000;
  background-color: #FFC107; }
.pagination li.active a {
  color: #000;
  background-color: #FFC107; }
.pagination li span.inactive:hover, .pagination li span.inactive:focus, .pagination li span.inactive:active {
  color: rgba(0, 0, 0, 0.26);
  background-color: white; }
.pagination li.disabled a {
  color: rgba(0, 0, 0, 0.26);
  background-color: white; }

@media screen and (max-width: 768px) {
  .pagination li {
    font-size: 12px; }
  .pagination li a {
    padding: .4rem .65rem; } }
body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #222;
  background: #E6E7E8; }

@media (min-width: 1200px) {

.header-desktop-link {
  background: #630;
  padding: 5px 0px;
  font-size: 13px; }
.header-desktop-link a {
  color: #fff;
  text-decoration: none; }
.header-desktop-link a:hover {
  color: #FFC107; }
.header-desktop-link ul {
  margin-bottom: 0px; }
.header-desktop-nav {
  position: relative;
  background: transparent;
  min-height: 40px;
  z-index: 1020; }
.header-desktop-nav.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%; }
.header-desktop-top {
  padding-top: 15px;
  padding-bottom: 15px; }
.header-desktop-menu {
  background: transparent; }
.header-desktop-logo img {
  margin-right: 10px; }
.header-desktop-logo .brand-name {
  font-weight: bold;
  color: #FFC107;
  font-size: 1.25rem;
  text-decoration: none; }
.header-mobile-nav {
  background: #141414;
  padding-top: 8px;
  padding-bottom: 8px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1020; }
.header-logo img {
  margin-right: 10px; }
.header-logo .brand-name {
  font-weight: bold;
  color: #FFC107;
  font-size: 1.25rem;
  text-decoration: none; }

@media screen and (max-width: 768px) {
  .header-logo img, .header-desktop-logo img {
    margin-right: 0px; } }
@media screen and (max-width: 992px) {
  .header-desktop-nav.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%; } }
.mobile-menu-btn a, #open-header-menu {
  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: 40px;
  height: 32px;
  font-size: 20px;
  text-decoration: none;
  color: #fff !important;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.mobile-menu-btn a:before, #open-header-menu:before {
  content: "";
  background-image: url(../images/iconmenu.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 33px;
  width: 33px;
  line-height: 30px;
  vertical-align: middle;
  background-size: 100% 100%; }
.mobile-menu-btn a.close-menu {
  background: #FFC107;
  color: #252525;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.mobile-menu-btn a.close-menu:before {
  content: "";
  background-image: url(../images/iconmenuclose.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 23px; }

#footer {
  margin-top: 20px;
  background: #141414;
  border-top: 1px solid #ddd;
  padding: 15px 0px;
  color: #fff; }
#footer a {
  color: #fff; }
#footer a:hover {
  color: #ff0;
  text-decoration: none; }
#footer p {
  line-height: 1.5;
  margin-bottom: 5px; }

.footer-title {
  color: #ff0;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
  margin-top: 18px;
  font-weight: 700; }

.copyright {
  font-size: 12px;
  font-style: italic;
  padding-top: 10px; }

.sitename{

}
.header-desktop-banner img{
  width: 100%;
}

.css-1owb465 {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
}
.css-1wbz3t9 {
    display: table-header-group;
}
.css-1gqug66 {
    color: inherit;
    display: table-row;
    vertical-align: middle;
    outline: 0px;
}
.css-4bji4f {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.5rem;
    letter-spacing: 0.01071em;
    display: table-cell;
    vertical-align: inherit;
    border-bottom: 1px solid rgba(224, 224, 224, 1);
    text-align: center;
    padding: 6px 16px;
    color: rgba(0, 0, 0, 0.87);
}
.css-4bji4f.MuiTableCell-head {
    background-color: rgba(16, 121, 63, 1);
    color: rgba(255, 255, 255, 1);
    border-right: 1px solid rgba(224, 224, 224, 1) !important;
}
.css-1xnox0e {
    display: table-row-group;
}
.css-1kxl50g {
    color: inherit;
    display: table-row;
    vertical-align: middle;
    outline: 0px;
}
.css-1kxl50g:nth-of-type(2n+1) {
    background-color: rgba(0, 0, 0, 0.04);
}
.css-95e8bp.MuiTableCell-body {
    font-size: 14px;
    color: rgb(16, 121, 63);
    font-weight: 600;
    border-right: 1px solid rgb(224, 224, 224) !important;
}
.css-95e8bp {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.43;
    letter-spacing: 0.01071em;
    display: table-cell;
    vertical-align: inherit;
    border-bottom: 1px solid rgb(224, 224, 224);
    text-align: center;
    padding: 6px 16px;
    color: rgba(0, 0, 0, 0.87);
}
.tho, .Hopmenh_tho__didFn {
  padding: 5px;
  background: #523c3e;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
.kim, .Hopmenh_kim__6{
  padding: 5px;
  background: #faae33;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
.hoa, .Hopmenh_hoa__7Fxft {
  padding: 5px;
  background: #fb0013;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
.moc, .Hopmenh_moc__6lvKv {
  padding: 5px;
  background: #0d7a3d;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
.thuy, .Hopmenh_thuy__Jv4su {
  padding: 5px;
  background: #ffffff;
  color: #000;
  border-radius: 5px;
  cursor: pointer;
}