* {
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 14px !important;
  font-family: "Exo 2", sans-serif;
  color: #333;
}

.bg-body-theme {
  background-color: #f5f4fb !important;
}

.cursor-pointer {
  cursor: pointer;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.w-select {
  width: 97% !important;
}

.white-space-nowrap {
  white-space: nowrap;
}

.display-none {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 18px;
  font-weight: 300;
}

.rdx-custom-1 {
  border-radius: 10px/30px;
}

.rdx-custom-2 {
  border-radius: 60px 45px 30px 15px/15px 30px 45px 60px;
}

.rdx-custom-3 {
  border-radius: 5px 25px !important;
}

.btn-datsim {
  color: #fff !important;
  background-color: rgba(36, 34, 84, 0.9019607843) !important;
  border-color: rgba(36, 34, 84, 0.9019607843) !important;
}
.btn-datsim:hover {
  background-color: #242254 !important;
  border-color: #242254 !important;
}

.sim_price {
  color: #007a57;
}

.sim_price-vnmb {
  color: #FF6600;
}

.sim_price-vnp {
  color: #0198e1;
}

.text-main {
  color: #242254;
}

.share_btn2 {
  display: inline-block;
  text-decoration: none;
  width: 50px;
  margin: 2px;
  height: 50px;
  line-height: 50px;
  font-size: 23px;
  color: white;
  border-radius: 12px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  font-weight: bold;
  transition: 0.3s;
}

.share_btn2 .fa {
  line-height: 50px;
}

.share_btn2:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.share_btn2.shtw {
  background: #22b8ff;
}

.share_btn2.shfb {
  background: #6680d8;
}

.share_btn2.shpkt {
  background: #ff6d82;
}

.share_btn2.shfdly {
  background: #7bda72;
}

.share_btn2.shgp {
  background: #fd6969;
}

.bg-footer {
  background: #E2DBF1;
}

.text-footer {
  color: #805FA2;
}

.mw-124 {
  min-width: 124px;
}

.mw-104 {
  min-width: 104px;
}

.w-100 {
  width: 100%;
}

.pagination {
  display: inline-block;
}
.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #ddd;
  margin: 0 4px;
}
.pagination a.active {
  background-color: rgba(36, 34, 84, 0.7960784314);
  color: white;
  border: 1px solid rgba(36, 34, 84, 0.7960784314);
}

h2 {
  font-size: 18px;
  font-weight: 300;
}

ul {
  padding: 0;
}

.fs-150 {
  font-size: 120% !important;
}

.fs-24 {
  font-size: 24px;
}

.fs-22 {
  font-size: 22px;
}

.fs-20 {
  font-size: 20px;
}

.fs-16 {
  font-size: 16px;
}

a {
  text-decoration: none;
}

.news-icon {
  position: relative;
  top: -2px;
  left: -5px;
}

.header {
  width: 100%;
}

.bg-header {
  background-color: #242254 !important;
  border-color: #242254 !important;
}

nav .main-menu {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
  flex-wrap: wrap;
}
nav .main-menu li {
  list-style: none;
}
nav .main-menu li a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 20px;
  text-transform: uppercase;
  background-image: linear-gradient(to right, #FDF9DE, #e0d78f 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 5px 0;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}
nav .main-menu li a:before {
  content: "";
  background: #FDF9DE;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1.5px;
  transition: all 0.3s ease-in-out;
}
nav .main-menu li a:hover {
  background-position: 0;
}
nav .main-menu li a:hover::before {
  width: 100%;
}

.menu-toggle {
  font-size: 24px;
  color: #fff;
  float: right;
  cursor: pointer;
  display: none;
}

.main-footer {
  list-style-type: none;
  padding-left: 0;
}
.main-footer li {
  padding-top: 16px;
}
.main-footer li:first-child {
  padding-top: 1px;
}
.main-footer li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.main-footer li a:hover {
  color: #805FA2;
}

.bg-dark-search {
  background: #242254;
}

.content-filters .box {
  display: flex;
}

.filter-prefix-grid, filter-price-range-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.hide {
  transform: scaleY(1);
  overflow: hidden;
}

.show {
  transform: scaleY(1);
  overflow: visible;
}

.content_after {
  margin-bottom: 20px;
  max-height: 350px;
  overflow-y: auto;
  padding: 0.5rem;
  position: relative;
}

.a {
  position: relative;
}

.c {
  display: flex;
}

.box h2.header {
  text-align: center;
  color: #FDF9DE;
  display: block;
  font-size: 15px;
  background-color: #242254;
  border: none;
  border-radius: 25px 25px 2px 2px;
  font-weight: 700;
  margin: 0;
  padding: 11px 0 11px 0;
}

.box-content {
  background: #fff;
}
.box-content ul {
  padding-left: 0;
}
.box-content ul li {
  list-style: none;
  width: 100%;
  padding: 7px 0 7px 12px;
  border-bottom: 1px solid rgb(224, 224, 224);
  text-align: center;
}
.box-content ul li a {
  text-decoration: none;
  color: #242254;
  border: 0;
  font-size: 13px;
  display: block;
  font-weight: 700;
}
.box-content ul li a:hover {
  color: #E3386A;
}

.wrapper-content {
  display: flex;
}
.wrapper-content .sidebar-left {
  width: 18%;
  padding: 8px 0;
  order: 1;
}
.wrapper-content .content-main {
  width: 63.5%;
  padding: 8px 12px;
  order: 2;
}
.wrapper-content .sidebar-right {
  width: 18%;
  padding: 8px 0;
  order: 3;
}

.content-main .box-search {
  border-radius: 8px;
}
.content-main .box-search .form-row1 {
  padding: 16px 9px;
}
.content-main .box-search .content-des {
  padding-left: 10px;
}

#js-toggle-advance-search {
  color: #ffc107 !important;
}
#js-toggle-advance-search:after {
  background-color: #252525 !important;
  content: "";
  display: block;
  height: 12px;
  margin: 0 auto -5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 12px;
}

.txt-main {
  color: #242254;
}

.form-row {
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.mobile-search-advance {
  margin: 0 9px;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  margin-right: 3px !important;
}

.wrapper-img {
  height: 80px;
  width: 80px;
  margin: 0 auto;
}

.wh-detail-img {
  width: 800px;
  height: 450px;
}

.blog-list-style-5 {
  width: 100%;
}
.blog-list-style-5 .blog-item {
  margin-bottom: 1rem;
  position: relative;
}
.blog-list-style-5 .blog-image {
  display: inline-block;
  width: 30%;
}
.blog-list-style-5 .blog-title-wraper {
  display: inline-block;
  padding-left: 0.3rem;
  width: 68%;
}
.blog-list-style-5 .blog-list-style-4 .blog-title, .blog-list-style-5 .blog-list-style-5 .blog-title {
  font-size: 1rem;
}
.blog-list-style-5 .blog-list-style-4 .blog-title, .blog-list-style-5 .blog-list-style-5 .blog-title {
  font-size: 12px;
  font-weight: 700;
  width: 100%;
}
.blog-list-style-5 .blog-title-wraper .blog-info {
  bottom: 0;
  position: absolute;
  width: 69%;
}

.blog-title a {
  color: rgb(7, 33, 148) !important;
}
.blog-title a:hover {
  color: red !important;
}

#related-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -5px -10px;
}
#related-list a {
  -ms-flex-align: center;
  align-items: center;
  color: #4a90e2;
  font-size: 0.875rem;
  -webkit-box-align: center;
  margin: 0 5px 10px;
  min-width: calc(33.3% - 10px);
  text-decoration: none;
  padding: 8px 12px;
}

.contact a {
  background: #2196F3;
  min-width: 200px;
  width: 100%;
}

.ico img {
  width: 32px;
  height: 32px;
  display: inline-block;
}

.btn.btn-chat {
  display: inline;
  padding-bottom: 10px;
}
.btn.btn-chat span {
  display: inline-block;
  vertical-align: middle;
}

.contact .btn.btn-chat {
  background-color: #2196f3;
  color: #fff;
}

.no-sim .contact .btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  color: #333;
  font-weight: 700;
  margin: 0 0.25rem;
  width: 150px;
}

ul {
  padding: 0;
}

/* Portrait */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .box-content ul {
    display: flex;
    flex-wrap: wrap;
  }
  .box-content ul li {
    width: 49.9%;
    text-align: left;
  }
  .box-content ul li:nth-child(odd) {
    border-right: 1px solid rgb(224, 224, 224);
  }
  .content-detail {
    margin-top: 20px;
  }
  .text-center-mb {
    text-align: center;
  }
  .mt--7 {
    margin-top: -7px !important;
  }
  #related-list a {
    width: 100%;
    text-align: center;
  }
  .content-tag-nosim {
    margin-top: 20px;
  }
  .header-main {
    padding: 6px 0;
  }
  .header-main nav {
    position: absolute;
    width: 100%;
    height: calc(100vh - 48px);
    background-color: #333;
    padding-left: 0;
    padding-right: 0;
    top: 48px;
    left: -100%;
    transition: 0.5s;
  }
  .header-main nav.active {
    left: 0;
    z-index: 99999999999999;
  }
  .header-main nav ul {
    padding-top: 0;
    display: block;
    text-align: center;
  }
  .header-main nav ul li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .header-main nav ul li a {
    font-size: 14px;
  }
  .header-main nav ul li a:hover {
    color: rgb(19, 18, 18);
  }
  nav .main-menu {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  .wrapper-content {
    flex-wrap: wrap;
  }
  .wrapper-content .sidebar-left {
    width: 100%;
  }
  .wrapper-content .content-main {
    width: 100%;
    padding: 0;
    margin-top: -26px;
  }
  .wrapper-content .sidebar-right {
    width: 100%;
  }
  .hide-mb {
    display: none;
  }
  .content-filters {
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
  }
  .content-filters.active-filter {
    height: 80%;
  }
  .content-filters.unactive-filter {
    height: 0;
  }
  .content-filters::-webkit-scrollbar {
    width: 0;
  }
  .content-filters .box {
    margin-right: 27px;
  }
  .fs-12-mb {
    font-size: 12px;
  }
  .sidebar-left {
    order: 2 !important;
  }
  .z-index-mb-1 {
    position: absolute;
    z-index: 1;
  }
  #table-sim {
    margin-top: 46px;
  }
  .table-sim-fix {
    margin-top: 0px !important;
  }
  .dropdown-menu.show {
    display: grid !important;
  }
  .content-flex {
    margin-top: 26px;
  }
}
/* Portrait and Landscape */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .text-center-mb {
    text-align: center;
  }
  .mt--7 {
    margin-top: -7px !important;
  }
  #related-list a {
    width: 100%;
    text-align: center;
  }
  .content-tag-nosim {
    margin-top: 20px;
  }
  .z-index-mb-1 {
    position: absolute;
    z-index: 1;
  }
  .sidebar-left {
    order: 2 !important;
  }
  .fs-12-mb {
    font-size: 12px;
  }
  .content-filters {
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
  }
  .content-filters.active-filter {
    height: 80%;
  }
  .content-filters.unactive-filter {
    height: 0;
  }
  .content-filters::-webkit-scrollbar {
    width: 0;
  }
  .content-filters .box {
    margin-right: 27px;
  }
  .hide-mb {
    display: none;
  }
  .dropdown-menu.show {
    display: grid !important;
  }
  .header-main {
    padding: 6px 0;
  }
  .header-main nav {
    position: absolute;
    width: 100%;
    height: calc(100vh - 48px);
    background-color: #333;
    padding-left: 0;
    padding-right: 0;
    top: 48px;
    left: -100%;
    transition: 0.5s;
  }
  .header-main nav.active {
    left: 0;
    z-index: 1000;
  }
  .header-main nav ul {
    padding-top: 0;
    display: block;
    text-align: center;
  }
  .header-main nav ul li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .header-main nav ul li a {
    font-size: 14px;
  }
  .header-main nav ul li a:hover {
    color: rgb(19, 18, 18);
  }
  nav .main-menu {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  .wrapper-content {
    flex-wrap: wrap;
  }
  .wrapper-content .sidebar-left {
    width: 100%;
  }
  .wrapper-content .content-main {
    width: 100%;
    padding: 0;
    margin-top: -26px;
  }
  .wrapper-content .sidebar-right {
    width: 100%;
  }
  .box-content ul li {
    text-align: center;
  }
  .content-flex {
    margin-top: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .mt--7 {
    margin-top: -7px !important;
  }
  .relative-none {
    position: inherit;
  }
  .content-tag-nosim {
    margin-top: 20px;
  }
  .content-filters {
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
  }
  .content-filters.active-filter {
    height: 80%;
  }
  .content-filters.unactive-filter {
    height: 0;
  }
  .content-filters::-webkit-scrollbar {
    width: 0;
  }
  .content-filters .box {
    margin-right: 27px;
  }
  .z-index-mb-1 {
    position: absolute;
    z-index: 1;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1399px) and (-webkit-min-device-pixel-ratio: 1) {
  .content-filters {
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
  }
  .content-filters.active-filter {
    height: 80%;
  }
  .content-filters.unactive-filter {
    height: 0;
  }
  .content-filters::-webkit-scrollbar {
    width: 0;
  }
  .content-filters .box {
    margin-right: 27px;
  }
  .z-index-mb-1 {
    position: absolute;
    z-index: 1;
  }
  #table-sim {
    margin-top: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  #table-sim {
    margin-top: 46px;
  }
  .d-flex-between {
    align-items: center;
    justify-content: space-between;
  }
}

/*# sourceMappingURL=styles.css.map */
