*, *: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, caption, 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: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #E8E8E8;
  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; }

@media screen and (min-width: 576px) {
  .container {
    max-width: 100%; } }
@media screen and (min-width: 768px) {
  .container {
    max-width: 100%; } }
@media screen and (min-width: 992px) {
  .container {
    max-width: 100%; } }
.mb-0 {
  margin-bottom: 0px; }

.container {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

#header {
  background: #141414;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1090;
  min-height: 68.5px;
  margin-bottom: 10px; }

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.menu-wp {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.logo a {
  display: block;
  padding-right: 15px;
  color: #ffd92c;
  font-family: 'Britannic', sans-serif;
  font-size: 36px;
  text-decoration: none; }
.logo a span {
  color: #fff; }
.logo a img {
  height: 24px;
  width: auto; }

.main-menu {
  padding-left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100%;
  background: #292826; }
.main-menu li {
  border-right: 1px solid #3f3f3f;
  list-style-type: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
.main-menu li:hover {
  background: #ffd92c; }
.main-menu li:hover a {
  color: #000; }
.main-menu li.no-border {
  border-right: 0px; }
.main-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
  height: 100%; }
.main-menu li a span {
  text-transform: uppercase;
  font-size: 11px;
  white-space: nowrap; }
.main-menu li a img {
  margin-bottom: 5px; }

body {
  background: #E8E8E8;
  overflow-x: hidden; }

.main-wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.main-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: calc(100% - 42%); }

.sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21%;
          flex: 0 0 21%;
  max-width: 21%; }
.sidebar-left {
  padding-right: 10px; }
.sidebar-right {
  padding-left: 10px; }

.block {
  background: #fff;
  border-radius: 10px;
  padding: 15px 10px;
  margin-bottom: 10px; }
.block-yellow {
  background: #4CAF50; }
.block-head {
  font-size: 20px;
  min-height: 40px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.block-head a {
  text-decoration: none; }
.block-head--icon {
  width: 18px;
  height: 18px;
  fill: #00599e;
  margin-right: 5px; }

.block-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px; }
.block-grid .sim-item--first {
  grid-column: 1/span 2; }

.block-sim {
  padding-top: 0px;
  padding-bottom: 10px; }

.widget {
	border-radius: 7px;
  margin-bottom: 10px; }
.widget h1.widget-head {
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: bold;
  text-align: center; }
.widget-head {
  padding: 10px;
  background: #4CAF50;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-transform: uppercase;
  width: 100%;
  font-weight: 500;
  line-height: 1.15; }
.widget-head.title {
  font-size: 17px;
  font-weight: bold; }
.widget-body {
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px;
  width: 100%; }
.widget-body.round{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.widget-flex .widget-head{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%; }

#loctongdiem {
  width: 250px;
  margin: 5px; }
#loctongdiem .form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-bottom: 5px; }
#loctongdiem input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: textfield; }
#loctongdiem input::-webkit-outer-spin-button, #loctongdiem input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.form-control {
  border: 1px solid #ced4da;
  width: 100%;
  padding: 7px 10px;
  border-radius: 3px;
  outline: none; }

.form-search {
  margin: 15px; }
.form-search .control {
  border: 0px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
.form-search button[type="submit"] {
  border: 1px solid #333;
  padding: 6px 18px 6px 32px;
  font-size: 15px;
  white-space: nowrap;
  line-height: 1.5;
  font-weight: 700;
  background: url("../images/search-icon-news.png") no-repeat left #333;
  background-size: 16px;
  background-position: 10px;
  color: #febd01;
  cursor: pointer;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.text-box {
	border-radius: 10px;
  background: #fff;
  padding: 10px;
  margin-bottom: 10px; }
.text-box h1, .text-box h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px; }
.text-box a {
  text-decoration: none;
  color: #3598db; }
.text-box a:hover {
  color: #3598db; }
.text-box--content {
  padding: 15px; }

.text-box--content img{
  max-width: 100%;
  height: auto;
}

.scroll-box {
  background: #fff;
  max-height: 550px;
  overflow-y: scroll;
  scrollbar-width: thin; }
.scroll-box::-webkit-scrollbar {
  width: 9px;
  background: transparent; }
.scroll-box::-webkit-scrollbar-thumb {
  background: #777;
  border-radius: 3px; }
.scroll-box:hover::-webkit-scrollbar-thumb {
  background: #888; }

.sim-item {
  position: relative;
  padding: 8px;
  border: 1px solid #eaeaea;
  border-radius: 4px; }
.sim-item:after {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #012b2a;
  border: 1px solid #012b2a;
  border-radius: 4px;
  opacity: .5; }
.sim-item:hover {
  cursor: pointer; }
.sim-item:hover .sim-item-order {
  opacity: 1; }
.sim-item:hover:after {
  content: ""; }
.sim-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none; }
.sim-item--first {
  padding-top: 4px;
  padding-bottom: 4px; }
.sim-item--first a img {
  width: 50px;
  height: 50px; }
.sim-item--first .sim-item--number {
  font-size: 30px; }
.sim-item--first .sim-item--number i{
  color: #990012;
}
.sim-item--info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 0px; }
.sim-item--number {
  display: block;
  font-family: Helvetica, sans-serif !important;
  font-size: 16px;
  color: #054982;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 4px; }
.sim-item--number i{
  color: #990012;
}
.sim-item--price {
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  color: #e66a20; }
.sim-item-order {
  display: inline-block !important;
  white-space: nowrap;
  height: auto !important;
  background: #ef5777;
  color: #fff;
  padding: 6px 8px;
  line-height: 1.1;
  position: absolute;
  border-radius: 3px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1080; }

.view-more {
  background: #4CAF50;
  padding: 8px;
  padding-left: 15px;
  border-radius: 4px;
  border: 1px solid #4CAF50; }
.view-more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #fff; }
.view-more svg {
  height: 28px;
  width: auto;
  fill: #fff;
  margin-right: 10px; }

.sidebar-list {
  padding-left: 0px;
  margin: 0px; }
.sidebar-list li {
  list-style: none;
  line-height: 1.15; }
.sidebar-list li a {
  font-size: 15px;
  color: #00599e;
  padding: 7px 0;
  display: inline-block;
  position: relative;
  font-weight: 700;
  text-decoration: none; }

.list-columns {
  -webkit-columns: 2;
          columns: 2;
  -webkit-column-gap: 0;
          column-gap: 0; }

.custom-select {
  display: inline-block;
  height: calc(1.5em + .75rem + 2px);
  padding: 6px 20px 6px 8px;
  font-size: 1rem;
  font-weight: 400;
  color: #495057;
  vertical-align: middle;
  background: url("../images/row.svg") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 999px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

#searchnamsinh {
  text-align: center; }
#searchnamsinh .input-group {
  gap: 5px;
  margin-bottom: 15px; }
#searchnamsinh select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 13px; }

.search_dmy .input-group{
  align-items: center;
}
.search_dmy .input-group select{
  border-radius: 4px;
}
.search_dmy .input-group .btn-submit{
  height: 34px;
}
.list-order {
  padding-left: 0px; }
.list-order li {
  padding: 5px 0;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #eaeaea; }
.list-order li p {
  padding: 5px;
  margin: 0; }
.list-order li p .order-item-name {
  font-weight: 700;
  text-transform: capitalize; }
.list-order li p .order-item-status {
  font-size: 11px; }
.list-order li p .order-item-status label.status {
  background: #FF5722;
  font-size: 11px;
  color: #fff;
  font-weight: 500;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  padding: 5px 7px 3px 7px; }
.list-order li p .order-item-status label.status-delivered {
  background: #4CAF50; }
.list-order li p .order-item-phone {
  width: 100%;
  display: inline-block;
  color: grey;
  font-size: 12px;
  margin-top: 5px;
  font-weight: bold; }

.sitebar-list {
  width: 100%;
  -webkit-columns: 90px 2;
          columns: 90px 2;
  -webkit-column-gap: 0px;
          column-gap: 0px;
  padding-left: 0px; }
.sitebar-list li {
  list-style: none; }
.sitebar-list li a {
  color: #00599e;
  padding: 7px 0;
  display: inline-block;
  position: relative;
  font-weight: 700;
  text-decoration: none; }
.sitebar-list--vertical {
  width: 100%;
  -webkit-columns: 1;
          columns: 1;
  -webkit-column-gap: 0px;
          column-gap: 0px; }
.sitebar-list--vertical li a {
  padding-left: 15px;
  display: block; }
.sitebar-list--vertical li a:before {
  position: absolute;
  content: "";
  background: #fff;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: solid #209ae3;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  color: inherit;
  top: 15px; }
.sitebar-list--vertical.has-border li {
  border-bottom: 1px solid #f0f0f0; }
.sitebar-list--vertical.has-border li:last-child {
  border-bottom: 0px; }
.sitebar-list--vertical.has-border li a {
  padding: 10px 15px;
  color: #333; }
.sitebar-list--vertical.has-border li a:before {
  border: solid #000;
  border-width: 0 1px 1px 0;
  top: 15px; }
.filter-wp{
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.filter-head {
  font-size: 20px;
  font-weight: bold;
  color: #db002d;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  text-transform: uppercase; }
.filter-body {
  padding-left: 10px;
  padding-right: 10px; }
.filter-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 5px;
  margin-top: 6px; }
.filter-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-bottom: 5px;
  padding-top: 6px;
  width: 100%;
  overflow-x: scroll;
  scrollbar-width: thin; }
.filter-tag.has-scroll{
  margin-bottom: 4px;
}
.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-tag--item {
  position: relative;
  display: inline-block;
  padding: 8px 10px 6px 10px;
  background: #ecf4f7;
  border-radius: 4px;
  border: 1px solid #337ab7;
  font-size: 15px;
  text-decoration: none;
  line-height: 1;
  margin-right: 5px;
  white-space: nowrap; }
.filter-tag--item.active{
  background: #337ab7;
  color: #fff;
}
.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: "-";
    text-align: right;
    border-radius: 50px;
    z-index: 1090;
    font-size: 20px;
    font-weight: bold;
    top: -6px;
    right: -5px;
}
.filter-tag--item:hover {
  background: #337ab7;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
.filter-btn {
  position: relative; }
.filter-btn.open .dropdown-btn {
  background: #3e8e41;
  border: 1px solid #3e8e41;
  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; }

.sim-number {
  font-family: Helvetica, sans-serif !important;
  font-size: 17px;
  line-height: 1.15;
  color: #00599e;
  text-decoration: none;
  font-weight: bold; }

.sim-number i{
  color: #990012;
}

.sim-price {
  font-size: 14px; }

.post-detail h1 {
  color: #00599e; }
.post-detail h2 {
  font-size: 18px;
  color: #00599e; }

.sim-detail-wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  }

.sim-detail-wp.center{
  justify-content: flex-start;
  border-radius: 8px;
  background: #f1f1f1;
  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 li p{
  margin-bottom: 0px;
}

.sim-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-left: 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; }

.sim-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: center; }
.sim-img img {
  max-width: 100%; }

@media screen and (max-width: 320px) {
  .sim-info {
    text-align: center; }
  .sim-info li label {
    width: 100%;
    text-align: center; } }
.frm-order {
  min-height: 300px;
  width: 100%;
  background: #cfe6d0;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px; }
.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 {
  -webkit-appearance: none;
  width: 100%;
  padding: 10px 10px;
  margin: 3px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  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 #F44336;
  border-radius: 5px;
  font-size: 18px;
  padding: 5px 10px;
  background: #F44336;
  width: 150px;
  color: #fff; }

.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; }

.is-invalid{
  border: 1px solid #dc3545 !important;
}
.invalid-feedback{
  color: red;
  font-size: 12px;
  font-style: italic;
  padding-left: 5px;
  padding-top: 5px;
}

#footer {
  min-height: 300px;
  background: #292826;
  color: #e1e1e1;
  padding: 15px 0px;
  margin-top: 15px;
  font-size: 14px; }
#footer a {
  color: #e1e1e1;
  text-decoration: none; }

.footer-wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  padding-left: 15px;
  padding-right: 15px; }

.footer-left {
  width: 35%; }

.footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
.footer-right--col {
  width: 50%; }

.footer-title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px; }

.footer-social-list {
  padding-left: 0px; }
.footer-social-list li {
  list-style: none;
  display: inline-block; }
.footer-social-list li a {
  display: inline-block;
  margin-right: 5px; }

.footer-list {
  padding-left: 0px;
  margin-bottom: 0px; }
.footer-list li {
  list-style: none; }

@media screen and (max-width: 992px) {
  .main-wp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .main-content {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

  .sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .sidebar-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0px; }
  .sidebar-right {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-left: 0px; }

  .header-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .header-wrap .logo {
    min-height: 73.5px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }

  .block-grid {
    grid-template-columns: repeat(2, 1fr); }

  .footer-wp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0; }

  .footer-left {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }

  .footer-right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
@media screen and (max-width: 768px) {
  .menu-wp {
    width: 100%; }
  .menu-wp .main-menu {
    width: 100%;
    overflow-x: scroll;
    scrollbar-width: thin; }
  .menu-wp .main-menu::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: transparent; }
  .menu-wp .main-menu::-webkit-scrollbar-thumb {
    background: #777;
    border-radius: 3px; }
  .menu-wp .main-menu:hover::-webkit-scrollbar-thumb {
    background: #888; }

  .footer-right--col {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }
.font-bold {
  font-weight: bold; }

.text-justify {
  text-align: justify; }

.text-center {
  text-align: center; }

.px-0 {
  padding-top: 0px;
  padding-bottom: 0px; }

.pt-0 {
  padding-top: 0px; }

.pl-35{
  padding-left: 35px;
}

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-30 {
  margin-bottom: 30px; }

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.d-flex.line {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.btn {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 30px; }
.btn-primary {
  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;
  background: #4a90e2;
  border: 1px solid #4a90e2;
  color: #fff; }
.btn-reset {
  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;
  text-decoration: none;
  color: #333;
  margin-right: 5px; }
.btn-reset:hover {
  border: 1px solid #4a90e2;
  color: #4a90e2; }

.btn-submit {
  display: inline;
  text-decoration: none;
  background: #333;
  border: 1px solid #333;
  font-weight: bold;
  color: #febd01;
  padding: 10px;
  margin: 0 auto;
  border-radius: 4px; }
.btn-submit:hover {
  cursor: pointer; }

.order-btn {
  padding: 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: 0 0;
  font-size: 12px;
  text-decoration: none; }

.fixed-btn {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1010;
  -webkit-box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.5);
  background: #2196f3;
  border-radius: 999px;
  color: #000;
  height: 37px;
  line-height: 37px;
  padding: 0 20px 0 46px;
  font-size: 20px;
  font-weight: 700; }
.fixed-btn a {
  text-decoration: none;
  color: #fff; }
.fixed-btn--phone {
  left: 10px;
  right: auto;
  background: #f6642f; }
.fixed-btn--phone .icon {
  width: 37px !important;
  height: 37px !important;
  top: 0 !important;
  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;
  border: 1px solid #fff; }
.fixed-btn--phone svg {
  width: 24px;
  height: 24px;
  fill: #fff; }
.fixed-btn .icon {
  width: 39px;
  height: 39px;
  position: absolute;
  top: -1px;
  left: 0;
  border-radius: 100%; }
.fixed-btn .icon-zalo {
  background: url("../images/iczalo.png") center no-repeat #0072b2; }

.table {
  display: table;
  width: 100%;
  background: #fff; }
.table-head .title {
  width: 100%;
  margin-bottom: 0px;
  text-align: center;
  padding: 10px;
  background: #ffd92c;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #ffd92c;
  border-left: 0px; }
.table-body {
  display: table-row-group; }
.table-row {
  display: table-row;
  background: #fff;
  font-size: 13px; }
.table-row:first-child {
  height: 34px;
  line-height: 34px; }
.table-row:first-child .table-cell {
  padding: 0;
  background-color: #cbcbcb !important; }
.table-row:nth-of-type(odd) .table-cell {
  background-color: #f7f7f7; }
.table-row:hover {
  background: #f7efb0; }
.table-row:hover .order-btn {
  background: #f7b33d;
  color: #fff; }
.table-cell {
  border-bottom: 1px solid #eaeaea;
  display: table-cell;
  padding: 10px 6px;
  border-right: 1px solid #eaeaea;
  text-align: center;
  vertical-align: middle; }
.table-cell--left {
  text-align: left; }
.table-cell--right {
  text-align: right; }

.color-net1 img {
  height: 11px; }
.color-net2 {
  color: #134a9f; }
.color-net3 {
  color: #288ad6; }
.color-net4 {
  color: #f60; }
.color-net5 img {
  height: 16px; }
.color-net6 img {
  height: 16px; }
.color-net7 img {
  height: 14px; }

.dropdown-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #c00;
  color: #fff;
  border: 1px solid #c00; }
.dropdown-btn:hover {
  background: #3e8e41;
  border: 1px solid #3e8e41; }
.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 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;
  display: block;
  text-decoration: none;
  padding: 6px 10px; }
.dropdown-btn-opt .list-ts {
  width: 264px;
  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; }
.dropdown-btn-opt .list-ts li {
  border-bottom: 0px;
  margin: 4px; }
.dropdown-btn-opt .list-ts li a {
  border: 1px solid #eee;
  border-radius: 3px;
  min-width: 42px;
  min-height: 42px;
  padding: 5px 5px !important;
  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; }
.dropdown-btn-opt .list-ts li a.active{
  border: 1px solid #4a90e2;
  background: #4a90e2;
  color: #fff !important;
}
.dropdown-btn-opt .list-ts li a:hover {
  border: 1px solid #4a90e2;
  color: #4a90e2; }

.list-group {
  padding-left: 0px;
  margin-bottom: 0px; }
.list-group li.list-group-item {
  list-style: none;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 5px; }
.list-group li.list-group-item:last-child {
  border-bottom: 0px; }
.list-group p {
  margin-bottom: 5px; }

.breadcrumb {
  padding: 10px 10px;
  list-style: none;
  background-color: #f9f7f7;
  margin: 0;
  font-size: 14px;
  line-height: 1.15; }
.breadcrumb li {
  display: inline;
  font-size: 100%; }
.breadcrumb li:before {
  padding: 2px 5px 2px 2px;
  color: #000;
  font-size: 14px;
  content: "\00bb"; }
.breadcrumb li:first-child:before {
  content: unset; }
.breadcrumb li a {
  color: #0275d8;
  text-decoration: none; }

.support-btn {
  min-width: 160px;
  max-width: 180px;
  background: #ffd92c;
  position: relative;
  color: #000 !important;
  font-size: 16px;
  font-weight: bold;
  border-radius: 999px;
  padding: 7px 7px 7px 45px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px; }
.support-btn--zalo {
  background: #2196f3; }
.support-btn--zalo a {
  color: #fff !important; }
.support-btn--zalo .support-icon {
  border: 1px solid #2196f3 !important;
  background: #2196f3 !important; }
.support-btn a {
  color: #000;
  text-decoration: none; }
.support-btn a.color-white {
  color: #ffffff; }
.support-btn svg {
  fill: #fff;
  width: 17px;
  height: 17px; }
.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 !important; }
.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); } }
.pagination-wp{
  display: flex;
  justify-content: center;
  margin: 10px 0px;
}
.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: #00599e;
  border-top: 1px solid #00599e;
  border-bottom: 1px solid #00599e;
}
.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: #337ab7;
  color: #fff;
}
.pagination li a:hover{
  background: #00599e;
  color: #fff;
}
.sim_card_1{
  position: relative;
  height: 225px;
  background: url('/public/frontend/images/card/viettel.jpg') no-repeat center center;
  background-size: cover;
  transition: rotate(0.5deg);
}
.sim_card_2{
  position: relative;
  height: 225px;
  background: url('/public/frontend/images/card/vinaphone.jpg') no-repeat center center;
  background-size: cover;
  transition: rotate(0.5deg);
}
.sim_card_3{
  position: relative;
  height: 225px;
  background: url('/public/frontend/images/card/mobifone.jpg') no-repeat center center;
  background-size: cover;
  transition: rotate(0.5deg);
}
.sim_card_4{
  position: relative;
  height: 225px;
  background: url('/public/frontend/images/card/vietnamobile.jpg') no-repeat center center;
  background-size: cover;
  transition: rotate(0.5deg);
}
.sim_card_5{
  position: relative;
  height: 225px;
  background: url('/public/frontend/images/card/gmobile.jpg') no-repeat center center;
  background-size: cover;
  transition: rotate(0.5deg);
}
.sim_card_6{
  position: relative;
  height: 225px;
  background: url('/public/frontend/images/card/itelecom.jpg') no-repeat center center;
  background-size: cover;
  transition: rotate(0.5deg);
}
.sim_card_7{
  position: relative;
  height: 225px;
  background: url('/public/frontend/images/card/wintel.jpg') no-repeat center center;
  background-size: cover;
  transition: rotate(0.5deg);
}
.sim_card_number{
  position: absolute;
  bottom: 65px;
  right: 25px;
  line-height: 1;
  font-size: 19px;
  font-weight: bold;
  transform: rotate(0.5deg);
}
.promotion-box{
  display: flex;
  flex-wrap: wrap;
}
.promotion-box-header {
    position: relative;
    padding-left: 20px;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 20px;
}
.promotion-box-header:before {
    position: absolute;
    content: "";
    top: 15px;
    left: -10px;
    right: -10px;
    background: #dee2e6;
    height: 1px
}

.promotion-icon {
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 0 10px
}

.promotion-icon img {
    height: 24px;
    width: 30px;
    padding-right: 5px
}

.promotion-text {
    position: relative;
    top: 4px
}
.promotion-box--left{
  width: 50%;
  flex: 0 0 50%;
}
.promotion-box--left select{
  margin-bottom: 10px;
}
.promotion-box--right{
  flex: 1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.price-tg{
  line-height: 1;
  white-space: nowrap;
  font-weight: bold;
  font-size: 12px;
  color: #00599e;
}
img.gift{
  float: right;
}
.success-order {
    background-color: #ff6;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid red;
    padding: 10px;
    text-align: center
}

.success-order h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.15;
    color: red;
    margin: 10px 0 15px 0
}

.success-order p {
    font-weight: 700
}
.form-box{
  background: #2196f3;
  padding: 10px;
  padding-bottom: 20px;
  color: #fff;
  border-radius: 3px;
}
.form-box h3{
  font-weight: bold;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.form-box .input-wrap{
  background: #c7eeff;
  border: 1px solid #ccc;
  padding: 10px;
  margin: auto;
  font-size: 13px;
  line-height: 16px;
  max-width: 300px;
}
.form-box .input-wrap .form-control{
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 10px 10px;
}
.form-box .input-wrap .nt-btn{
  background-color: #f0ad4e;
  border-color: #eea236;
  color: #fff;
  font-weight: 700;
  width: 100%;
  padding: 10px 10px;
  margin-top: 3px;
}
.form-box .input-wrap .nt-btn:hover{
  background-color: #f60;
  border-color: #f60;
}
.d-none{
  display: none;
}
.tbl-tragop-wp{
  
}
#table_tragop{
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  min-width: 600px;
  left: 50%;
  top: 60px;
  z-index: 1040;
  transform: translateX(-50%);
  padding: 15px;
  background: #fff;
  border-radius: 5px;
  max-height: calc(100% - 30px);
  overflow-y: scroll;
  transition: all 0.3s ease;
  scrollbar-width: thin;
}
#table_tragop::-webkit-scrollbar {
  width: 9px;
  background: transparent; }
#table_tragop::-webkit-scrollbar-thumb {
  background: #777;
  border-radius: 3px; }
#table_tragop:hover::-webkit-scrollbar-thumb {
  background: #888; }

#table_tragop.open{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  top: 20px;
}

#overlay{
  display: none;
  position: fixed;
  z-index: 1030;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.7);
}
#overlay.open{
  display: block;
}
.no-scroll{
  overflow: hidden !important; 
}
.table-bordered tr td, .table-bordered tr th{
  padding: 8px 10px;
  border :1px solid #eaeaea;
}

.sale-badge{
  float: right;
  color: #ffff;
  padding: 3px 7px;
  line-height: 1;
  background: red;
  border-radius: 3px;
  font-size: 11px;
}
.no-radius{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.author{
  display: flex;
  border: 1px solid #ddd;
  padding: 20px;
  overflow: hidden;
  margin-bottom: 20px;

}
.author-img {
  width: 100px;
  height: 100px;
  flex: 0 0 100px;
  margin-right: 20px;
}
.author-img img{
  width: 100%;
  height: 100%;
}
.author-content{
  flex: 1;
}
.author-name{
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}
.author--posts-link{
  color: red;
}
.author-content .author--posts-link:hover{
  color: black;
}