body{
	overflow-x: hidden;
}
.sim-number i, .sim-item--number i{
  color: red;
  font-style: normal;
}
.sim-price{
  color: #630;
  font-weight: bold;
}
.list-group--news .list-group-item{
	border-left: 0px;
	border-right: 0px;
}
.post-sm-item .detail p{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.meta{
  font-size: 12px;
  color: #888;
}
.header-desktop-link{
  color: #fff;
}
.nt-mobile-menu li.group{
  width: 100%;
  font-weight: bold;
  font-size: 14px;
  flex: 0 0 100%;
  max-width: 100%;
}

#stgGroup img{
  height: 26px;
  border-radius: 0px;
  left: 8px;
  top: 7px;
}

#fixed-stg-group{
  background: transparent;
  position: fixed;
  left: 10px;
  bottom: 80px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}

#fixed-stg-group.opened{
  opacity: 1;
  visibility: visible;
  bottom: 105px;
}

#fixed-stg-group .fixed-btn{
  position: relative;
  left: 0;
  bottom: 0;
  margin-top: 5px;
}

#fixed-btn-group{
  background: transparent;
  position: fixed;
  left: 10px;
  bottom: 50px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}

#fixed-btn-group.opened{
  opacity: 1;
  visibility: visible;
  bottom: 60px;
}

#fixed-btn-group .fixed-btn{
  position: relative;
  left: 0;
  bottom: 0;
  margin-top: 5px;
}

.fixed-btn {
    width: 183px;
  background: #ffcf01;
  position: fixed;
  left: 10px;
  bottom: 10px;
  color: #fff !important;
  font-size: 20px;
  font-weight: bold;
  border-radius: 999px;
  padding: 4px 0px 4px 44px;
  display: block;
  cursor: pointer;
  margin: 0 auto; }
.fixed-btn a {
  color: #000;
  text-decoration: none; }
.fixed-btn--icon {
  position: absolute;
  border: 1px solid #000;
  background: #000;
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 50px;
  left: 7px;
  top: 5px;
  color: #333;
  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--icon i{
  color: #fff;
}
.fixed-btn--img {
    height: 32px;
  border-radius: 126px;
  position: absolute;
  left: 4px;
  top: 3px; }
.fixed-btn--zalo {
  width: 144px;
  background: #2196f3;
  left: auto;
right: 10px;
bottom: 10px;
  color: #fff; }
.fixed-btn--zalo a {
  color: #fff; }

.fixed-btn--facebook {
  background: #113a90;
  left: 10px;
  bottom: 60px;
  color: #fff; }
.fixed-btn--facebook a {
  color: #fff; }

.fixed-btn.fixed-btn-sm{
  font-size: 16px;
  width: 144px;
  padding-left: 40px;
}

.fixed-btn.fixed-btn-sm .fixed-btn--img{
  height: 26px;
}

#phoneGroup span{
  color: #000;
}

.home-banner-wrap{
  padding: 10px;
}

.home-banner-wrap .row{
  margin-left: 0px;
}
.mb-10{
  margin-bottom: 10px;
}

.mobile-nav{
  background: #009900;
  color: #fff;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1030;
}
.mobile-nav.fixed{
  position: fixed;
}

.ico-menu-left{
  align-items: center;
  font-size: 20px;
}
.ico-menu-left:hover{
  cursor: pointer;
}
.ico-menu-right{
  align-items: center;
  font-size: 20px;
}
.ico-menu-right:hover{
  cursor: pointer;
}

.mobile-logo{
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding-left: 10px;
  padding-bottom: 10px;
}
.mobile-logo:hover{
  color: #fff; 
  text-decoration: none;
}
.mobile-logo img{
  margin-top: 0px;
  width: 100% !important;
}

@media screen and (max-width: 360px){
  .mobile-logo img{
    width: 260px;
    height: auto;
  }
}

@media screen and (max-width: 330px){
  .mobile-logo img{
    width: 220px;
    height: auto;
  }
}

.nt-mobile-menu-wrap-r {
  background: transparent;
  display: none;
}

.nt-mobile-menu-wrap-r .nt-mobile-menu{
  background: transparent;
  overflow: auto;
  max-height: unset;
  overflow: hidden;
}
.nt-mobile-menu-wrap-r .nt-mobile-menu li{
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #fafafa;
}

.nt-mobile-menu-wrap-r .nt-mobile-menu li a{
  color: #fff;
}

.nt-mobile-menu li a {
  position: relative;
}
.nt-mobile-menu li a i{
  position: absolute;
  right: 8px;
  top: 3px;
  z-index: 1050;
  padding: 10px;
}

.nt-mobile-menu-sub{
  padding-left: 5px;
  display: none;
}

.zalobottom{
  position: fixed;
  display: block;
  bottom: 26px;
  right: -100px !important;
  padding: 0;
  width: 150px;
  height: 36px;

}

.form-control.form-control-sm{
  box-shadow: none;
  border: 1px solid #999;
}

.content-box img{
  max-width: 100%;
}

.add-home-screen-button{
  position: fixed;
  left: 0;
  bottom: 0;
  background: #fff;
  width: 100%;
  padding: 8px 5px;
      padding-left: 5px;
  font-weight: bold;
  color: #0062cc !important;
  transform: translateY(45px);
  transition: all 0.5s ease;
  padding-left: 15px;
  z-index: 1050;

}
.add-home-screen-button:hover{
  cursor: pointer;
}

.add-home-screen-button i.fas{
  position: absolute;
  right: 20px;
  top: 14px;
  color: #0062cc;
  font-size: 20px;
}

.add-home-screen-button.show{

  transform: translateY(-2px);

}



@media (min-width: 769px){
  .add-home-screen-button{
    display: none !important;
  }
}

.btn-gold{
  background: gold;
}

#top-search-btn{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.filter .row .col{
  min-width: 90px;
  padding-left: 5px;

}
.filter > .row .col:last-child{
  flex-grow: inherit;
  margin-left: auto;
  padding-right: 5px;
  min-width: 160px;
}

.nt-list-group.two-col {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
}

.nt-list-group.two-col a {
    width: 50%;
    display: inline-block;
    border-left: 0;
    border-right: 0;
}

.pl-10{
  padding-left: 10px;
}
.box-tag--item a.pl-10{
  padding-left: 10px;
}
.card-img{
  text-align: center;
}
@media screen and (max-width: 768px){
  .card-img img{
    max-width: 240px;
  }
}

.color-red{
  color: red;
}

.today{
  position: absolute;
  left: 20px;
  top: 1px;
  color: #fff;
}

.loadding-wrap{
  display: none;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.loadding-wrap.show{
  display: flex;
  opacity: 1;
  visibility: visible;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  background: #e67e22;
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  background: #f39c12;
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  background: #2ecc71;
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  background: #27ae60;
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  background: #f1c40f;
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  background: #2980b9;
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  background: #2980b9;
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  background: #f1c40f;
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.font-13{
  font-size: 13px;
}
.font-12{
  font-size: 12px;
}

.nt-list-group.blue-item .list-group-item{
  color: #005064;
}
.nt-list-group.blue-item .list-group-item:hover{
  color: orange;
}

.nt-dropmenu.blue-item li a{
  color: #005064;
}
.nt-dropmenu.blue-item li a:hover{
  color: orange;
}
.menu ul li.sitename{
  font-weight: bold;
  font-size: 24px;
  color: yellow;
}
.main .container, .header .container{
  background: #fff;
}

@media screen and (min-width: 1200px){
  .container{
    max-width: 997px;
  }
}

.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; }

.form-login{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
.form-login input{
  max-width: 80%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.sim-price {
  font-weight: bold;
  color: #333;
  font-size: 13px; }
.sim-price2 {
  font-weight: bold;
  color: red;
  font-size: 13px; }
.login-link a{
  color: #fff;
  text-decoration: none;
}
.modal-backdrop{
  z-index: 1020 !important;
}

@media screen and (max-width: 420px){
  .login-link{
    width: 100%;
    order: 3;
    padding-left: 15px;
  }
  .ico-menu-right.mobile-menu-btn{
    margin-left: auto !important;
  }
}

@media screen and (max-width: 992px){
  .sim-table--wrap2{
    padding-left: 0px;
    padding-right: 0px;
  }
  .main-mid{
    padding-top: 10px;
  }
}

.alert-gs{
  display: none;
  position: fixed;
  top: 153px;
  left: 20px;
  z-index: 1080;
}

#sort:hover{
  cursor: pointer;
}