@charset "UTF-8";
*{}

.header-menu {
    padding: 0px 75px;
    background: #fed700;
}

.uk-padding-remove-s {
    padding-left: 10p;
}

.ct-top {
    text-align: center;
    color: white;
    font-size: 13px;
    padding-top: 15px;
}
#root {}

#back-top {
  display: none;
  z-index: 99;
  margin: 0; }
  #back-top span:before {
    cursor: pointer;
    background: #fdd504;
    width: 40px;
    position: fixed;
    right: 20px;
    bottom: 65px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -transition: all .2s linear;
    color: #000;
    content: "▲";
    opacity: .7;
    z-index: 8;
    border-radius: 5px; }

.promotebanner {
  margin-bottom: 15px; }
  .promotebanner img {
    width: 100%; }

.show-more:before {
  height: 55px;
  margin-top: -45px;
  content: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#fff), color-stop(0.2, #fff), to(rgba(255, 255, 255, 0)));
  display: block; }

.readmore {
  width: 90px;
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 40px;
  font-size: 14px;
  color: #288ad6;
  margin: 10px auto;
  cursor: pointer; }
  .readmore:after {
    content: '';
    width: 0;
    right: 0;
    border-top: 6px solid #288ad6;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px; }

.characteristics {
  margin-bottom: 20px; }

.boxRate .toprt {
  border: solid 1px #ddd;
  border-radius: 5px;
  padding: 5px 15px;
  margin-bottom: 20px; }
  .boxRate .toprt .left {
    text-align: center; }
    .boxRate .toprt .left b {
      font-size: 40px;
      color: #fd9727;
      line-height: 40px; }
    .boxRate .toprt .left span {
      display: block;
      color: #999;
      font-size: 13px;
      margin-top: 8px; }

@media (max-width: 640px) {
  .rowtop .uk-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }

@media (max-width: 640px) {
  .rowtop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }

.rowtop h1 {
  overflow: hidden;
  font-size: 24px;
  color: #333;
  line-height: 40px;
  margin: 0; }

.icontgdd-star {
  background-position: -310px -30px;
  width: 12px !important;
  height: 12px !important; }

.ratingresult {
  font-size: 14px;
  color: #288ad6;
  padding: 0 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 640px) {
    .ratingresult {
      padding: 0; } }
  .ratingresult span {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    margin: 0 2px; }
    .ratingresult span.star .icontgdd-star {
      background-position: -295px -30px; }
  .ratingresult a {
    color: #288ad6;
    display: inline-block;
    vertical-align: middle;
    padding-top: 2px;
    margin-left: 8px; }

.uk-breadcrumb {
  margin-bottom: 10px !important;
  font-size: 13px; }
  @media (max-width: 640px) {
    .uk-breadcrumb {
      margin-top: 10px; } }
  .uk-breadcrumb li a {
    color: #288ad6; }

.tableparameter {
  display: block;
  overflow: hidden; }
  .tableparameter h2, .tableparameter h3, .tableparameter h4 {
    display: block;
    line-height: 1.3em;
    font-size: 20px;
    color: #333;
    margin-bottom: 0; }

.parameter {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 10px; }
  .parameter li {
    display: table;
    background: #fff;
    width: 100%;
    border-top: 1px solid #eee;
    padding: 5px 0; }
    .parameter li span {
      display: table-cell;
      width: 40%;
      vertical-align: top;
      padding: 5px 0;
      font-size: 14px;
      color: #666; }
    .parameter li div {
      display: table-cell;
      width: auto;
      vertical-align: top;
      padding: 6px 5px;
      font-size: 14px;
      color: #333; }
      .parameter li div a {
        color: #288ad6; }

.viewparameterfull {
  display: block;
  width: 100%;
  padding: 6px 0;
  margin: 10px 0 0;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  color: #288ad6;
  background: #fff;
  border: 1px solid #288ad6;
  border-radius: 4px; }
  .viewparameterfull:hover {
    background: #288ad6;
    color: #fff; }

.boxArticle article {
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  margin-top: 15px;
  max-width: 750px; }
  .boxArticle article p {
    display: block;
    margin: 10px 0; }
  .boxArticle article h3 {
    display: block;
    line-height: 1.3em;
    font-size: 20px;
    color: #333;
    margin-bottom: 0; }
  .boxArticle article h2, .boxArticle article h3 {
    display: block;
    overflow: hidden;
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.3em;
    font-weight: bold; }
  .boxArticle article img {
    max-width: 100%;
    height: auto;
    max-height: 584px;
    margin: 10px auto; }

.newslist {
  display: block;
  overflow: hidden;
  margin: 20px 0 0; }
  .newslist h4 {
    display: block;
    overflow: hidden;
    font-size: 20px;
    color: #333;
    line-height: 1.3em;
    padding-top: 20px;
    padding-bottom: 5px; }
  .newslist ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .newslist ul li {
      display: block;
      overflow: hidden;
      padding: 8px 0; }
      .newslist ul li a {
        display: block;
        overflow: hidden; }
      .newslist ul li img {
        float: left;
        width: 100px;
        height: 60px;
        margin-right: 10px; }
  .newslist li h3 {
    display: block;
    overflow: hidden;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    margin: 0; }
  .newslist li span {
    display: block;
    overflow: hidden;
    font-size: 12px;
    color: #888; }
  .newslist .viewall {
    padding: 8px 0 0 0;
    color: #288ad6;
    display: block;
    font-size: 14px; }

.icontgdd-com {
  background-position: -325px -30px;
  width: 12px !important;
  height: 12px !important;
  margin-right: 5px; }

.rowdetail {
  border-top: 1px solid #e5e5e5;
  padding: 15px 0;
  margin-top: 5px; }

.clr {
  clear: both; }

.memory {
  font-size: 14px; }
  .memory .m_default {
    margin-bottom: 15px; }
  .memory i.iconmobile-opt {
    background-position: -380px -30px;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: sub;
    margin-right: 5px; }
  .memory .item {
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 24.5%;
    min-width: 150px;
    float: left;
    text-align: center;
    padding: 10px 10px 10px 10px;
    margin-right: 10px;
    margin-bottom: 15px;
    cursor: pointer; }
    .memory .item span {
      color: #333; }
    .memory .item strong {
      font-size: 16px;
      display: block;
      margin-top: 5px;
      color: #e10c00; }
    .memory .item.active {
      border: 1px solid #f89008; }
      .memory .item.active:before, .memory .item.active:after {
        bottom: -22px;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      .memory .item.active:before {
        border-color: rgba(238, 238, 238, 0);
        border-bottom-color: #ddd;
        border-width: 11px;
        margin-left: -11px;
        z-index: 1; }
      .memory .item.active:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 10px;
        margin-left: -10px;
        z-index: 10; }
      .memory .item.active span {
        font-weight: bold; }
      .memory .item.active i.iconmobile-opt {
        background: url(../imgs/check.png);
        width: 14px;
        height: 14px; }

.area_order {
  margin: 10px 0;
  display: block;
  overflow: hidden; }
  .area_order span {
    display: block;
    font-size: 13px;
    color: #fff;
    text-transform: none;
    padding-top: 3px; }
  .area_order .buy_now {
    display: block;
    overflow: hidden;
    padding: 7px 0;
    border-radius: 4px;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background: #fd6e1d;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fd6e1d), to(#f59000));
    background: -webkit-linear-gradient(top, #f59000, #fd6e1d);
    background: -moz-linear-gradient(top, #f59000, #fd6e1d);
    background: -ms-linear-gradient(top, #f59000, #fd6e1d);
    background: -o-linear-gradient(top, #f59000, #fd6e1d); }
  .area_order .buy_repay {
    line-height: normal;
    display: block;
    padding: 7px 0;
    text-align: center;
    margin: 10px 0 0;
    background: #288ad6;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    text-transform: uppercase;
    width: 48.5%;
    float: left; }
    .area_order .buy_repay.s {
      float: right; }

.callorder {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  margin-top: -10px; }
  .callorder .ct {
    padding-bottom: 5px;
    padding-top: 5px;
    margin-top: 8px;
    text-align: center; }
  .callorder span {
    display: inline-block;
    padding: 5px 0 0; }
  .callorder a {
    color: #288ad6; }

.not-repay {
  margin-top: 5px;
  padding: 5px 10px;
  color: #d0021b;
  font-size: 13px; }

.area_promotion {
  display: block;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 4px;
  position: relative;
  margin: 5px 0 12px 0;
  background: #fff;
  padding-bottom: 10px; }
  .area_promotion strong {
    display: block;
    overflow: hidden;
    font-size: 15px;
    color: #333;
    padding: 15px 15px 10px 15px;
    text-transform: uppercase; }
  .area_promotion .infopr span {
    display: block;
    overflow: hidden;
    font-size: 13px;
    color: #333;
    padding: 0 15px 5px 40px; }
    .area_promotion .infopr span:before {
      content: '';
      margin-left: -20px;
      background: url(../imgs/check@2x.png);
      width: 14px;
      height: 14px;
      background-size: 14px 14px;
      margin-right: 0;
      float: left;
      margin-top: 2px; }
  .area_promotion .onlinepromo {
    border: #d0021b solid 1px;
    border-radius: 4px;
    padding: 20px 0 10px;
    position: relative;
    overflow: visible;
    margin: 20px 10px 0; }
    .area_promotion .onlinepromo b {
      background: #ec1933;
      border-radius: 13px;
      color: #fff;
      font-size: 14px;
      font-weight: normal;
      position: absolute;
      top: -13px;
      left: 10px;
      vertical-align: middle;
      line-height: 26px;
      clear: both;
      padding: 0 15px 0 30px; }

#header {
  background: #f0f0f0;
  height: auto;
  margin-bottom: 15px;
  position: relative;
  }
  @media (max-width: 1200px) {
    #header {
      background: #000; } }
  @media (max-width: 575px) {
    #header {
      margin-bottom: 0; } }
  #header .wrap-main {
    background: #000;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 80px;
    padding-left: 80px;
    padding-top: 5px;
    }
  #header .logo {
    float: left;
    width: 165px;
    display: block;
    padding: 14px 0 11px 5px; }
    @media (max-width: 1220px) {
      #header .logo {
        width: 35px; } }
    #header .logo .icontgdd-logo {
      background-position: 0 0;
      width: 156px;
      height: 30px;
      display: block;
      margin: auto; }
      @media (max-width: 1220px) {
        #header .logo .icontgdd-logo {
          width: 28px; } }
  #header nav {
    width: 100%;
    margin: 0;
    padding: 0;
    display: table;
    background: #fed700;
    height: auto;
    }
    #header nav a {
      display: block;
      padding: 15px 15px 10px 15px;
      color: #000;
      background: #fed700;
      font-size: 11px;
      text-align: center;
      text-transform: uppercase;
      position: relative;
      text-decoration: none;
    }
      #header nav a:hover {
        background-color: #f5f5f5; }
      #header nav a span {
        display: block;

        font-size: 11px; }
      #header nav a .icontgdd-mobile {
        background-position: -190px 0;
        width: 16px;
        height: 25px;
        display: block;
        margin: 2px auto 3px; }
      #header nav a .icontgdd-tablet {
        background-position: -209px 0;
        display: block;
        margin: 0 auto 5px;
        width: 33px;
        height: 22px; }
      #header nav a .icontgdd-laptop {
        background-position: -245px 0;
        display: block;
        margin: 0 auto 5px;
        width: 39px;
        height: 21px; }
      #header nav a .icontgdd-phukien {
        background-position: -288px 0;
        display: block;
        margin: 0 auto 5px;
        width: 22px;
        height: 22px; }
      #header nav a .icontgdd-maydoitra {
        background-position: -315px 0;
        display: block;
        margin: 0 auto 4px;
        width: 34px;
        height: 26px; }
      #header nav a .icontgdd-promo {
        background-position: -475px 0;
        display: block;
        margin: 0 auto 3px;
        width: 22px;
        height: 24px; }
      #header nav a .icontgdd-news {
        background-position: -375px 0;
        display: block;
        margin: 0 auto 2px;
        width: 29px;
        height: 24px; }
      #header nav a .icontgdd-ask {
        background-position: -410px 0;
        display: block;
        margin: 0 auto 3px;
        width: 25px;
        height: 25px; }
      #header nav a.cardsim, #header nav a.utility {
        text-transform: none;
        font-size: 13px;
        padding: 0;
        vertical-align: middle;
        line-height: 19px;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        padding-top: 6px; }
      #header nav a.utility {
        width: 100px; }
      #header nav a.ask {
        width: 60px; }

#search-site {
  float: left;
  width: 250px;
  height: 35px;
  overflow: hidden;
  background: #fff;
  position: relative;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  }
  @media (max-width: 1200px) {
    #search-site {
      width: 70%; } }
  #search-site .icontgdd-topsearch {
    background-position: -160px 0;
    width: 20px;
    height: 20px;
    display: block;
    margin: 1px auto 0; }

.topinput {
  float: left;
  width: calc(100% - 51px);
  margin-left: 8px;
  padding-top: 3px;
  border: 0;
  position: relative;
  background: #fff;
  height: 30px;
  text-indent: 10px;
  font-size: 13px; }
  .topinput:focus {
    outline: none; }

.btntop {
  float: right;
  width: 40px;
  height: 35px;
  border: 0;
  background: none; }

[class^="icontgdd-"], [class*="icontgdd-"], [class^="iconmobile-"], [class*="iconmobile-"] {
  background-image: url(../imgs/icondesktop@1x.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  vertical-align: middle; }

body {
  background: #f0f0f0; }
  body.bg-not-home {
    background: #fff; }

.m_nav_ham {
  width: 24px;
  height: 2px;
  background: #fff;
  margin: 5px auto;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -ms-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s; }

.m_nav_ham_2_open {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -7px; }

.m_nav_ham_1_open {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 13px; }

.m_nav_ham_3_open {
  opacity: 0; }

#mobile_menu_toggler {
  padding: 15px 10px; }

#mobile_menu {
  background-color: #231f20;
  padding: 0;
  z-index: 100000;
  position: absolute;
  width: 100%;
  top: 100%; }
  #mobile_menu > ul > li > a {
    background: #000000;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
  #mobile_menu > ul > li ul li a {
    background: #333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
    #mobile_menu > ul > li ul li a:before {
      font-family: FontAwesome;
      content: "\f068";
      display: inline-block;
      margin-right: 10px;
      font-size: 12px; }
  #mobile_menu ul {
    margin: 0;
    list-style: none;
    padding: 0; }
    #mobile_menu ul ul ul li a {
      padding: 10px 70px; }
    #mobile_menu ul ul li a {
      padding: 10px 50px; }
    #mobile_menu ul li {
      margin: 0;
      text-align: left;
      width: 100%; }
      #mobile_menu ul li ul {
        display: none; }
      #mobile_menu ul li i {
        width: 32px;
        height: 32px;
        text-align: center;
        font-size: 10px;
        line-height: 30px;
        margin-right: 10px;
        color: #fd0;
        z-index: 9;
        position: absolute;
        right: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      #mobile_menu ul li a {
        color: #ccc;
        font-size: 14px;
        line-height: 1.7em;
        display: block;
        position: relative;
        padding: 12px 30px;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out; }

.sub_menu {
  width: 100%;
  left: 0;
  right: 0;
  position: absolute;
  top: 48px;
  background: rgba(255, 255, 255, 0.95);
  padding: 20px 0 0 60px;
  z-index: 8;
  display: none; }

@media (max-width: 575px) {
  .uk-padding-remove-s {
    padding: 0 !important; } }

#sync1 .owl-nav {
  margin: 0; }
  #sync1 .owl-nav button:hover {
    background-color: transparent; }
  #sync1 .owl-nav button:focus {
    outline: none; }

#sync1 .item {
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center; }
/*
#sync2 {
  width: 100%;
  background: #fff;
  height: 55px;
  margin-bottom: 15px; }
  #sync2 .owl-item {
    height: 55px;
    position: relative; }
    #sync2 .owl-item:after {
      content: '';
      float: right;
      height: 30px;
      border-right: 1px solid #e5e5e5;
      position: absolute;
      top: 13px;
      right: 0px; }
  #sync2 .item {
    display: table;
    width: 98%;
    vertical-align: middle;
    position: relative;
    background: #fff;
    color: #666;
    text-align: center;
    cursor: pointer;
    height: 55px;
    font-size: 12px;
    padding: 0 1%; }
    #sync2 .item h3 {
      font-size: 12px;
      color: #666;
      line-height: 1.3em;
      display: inline-block;
      vertical-align: middle;
      display: table-cell; }
      #sync2 .item h3 a{
        text-decoration: none;
        color: #666;
      }
  #sync2 .current .item h3 {
    font-weight: 600;
    color: #000; }
*/

#sync2 {
    width: 100%;
    background: #fff;
    display: inline-block;
    margin-bottom: 15px;
}

#sync2 .item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #666;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    padding: 0 2.5px;
    float: left;
}

#sync2 .item h3 {
    font-size: 12px;
    color: #666;
    line-height: 1.3em;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-top: 14px;
    border: 2px solid #fed700;
    border-radius: 7.5px;
    padding: 3.5px;
}

#sync2 .item:last-child h3 {
    margin-bottom: 14px;
}

#sync2 .item h3 a{
    text-decoration: none;
    color: #666;
}

.owl-theme .owl-nav [class*='owl-'] {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6; }

#sync1.owl-theme {
  position: relative; }
  #sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%; }
  #sync1.owl-theme .owl-prev {
    left: 10px; }
  #sync1.owl-theme .owl-next {
    right: 10px; }

.twobanner {
  margin-bottom: 15px; }
  .twobanner a {
    display: block;
    margin-top: 10px; }
  .twobanner img {
    width: 100%; }

.homenews figure {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #efefef;
  background: #fff;
  margin: 0; }

.homenews h2 {
  padding: 10px 20px 10px 10px;
  background: #fdd504;
  line-height: 1.3em;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 0; }
  .homenews h2 a {
    font-weight: 600;
    color: #333; }
  .homenews h2:after {
    content: '';
    width: 0;
    height: 0;
    border-right: 12px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0; }

.homenews ul {
  margin: 0; }
  .homenews ul li {
    display: block;
    padding: 10px 10px 5px;
    border-bottom: 1px solid #ededed;
    background: #fff; }
    .homenews ul li img {
      float: left;
      width: 100px;
          object-fit: cover;
      height: 57px;
      margin: 0 10px 0 0; }
      .owl-carousel .owl-item img{
            object-fit: cover;
      }
    .homenews ul li h3 {
      display: block;
      overflow: hidden;
      height: 36px;
      line-height: 1.3em;
      font-size: 14px;
      color: #333;
      margin-bottom: 5px;
      margin-top: 0; }
    .homenews ul li span {
      float: left;
      font-size: 12px;
      color: #999;
      margin-right: 10px; }

.iconshop-local {
  background-image: url(../imgs/download.png);
  background-repeat: no-repeat;
  display: inline-block;
  line-height: 30px;
  vertical-align: middle;
  background-position: 0 0;
  width: 13px;
  height: 16px;
  margin-right: 5px;
  margin-top: -3px; }

.checkexist strong {
  display: block;
  font-size: 14px;
  color: #288ad6;
  padding: 5px 0 12px 0;
  font-weight: normal;
  cursor: pointer; }

.policy {
  display: block;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  padding-top: 10px; }
  .policy .inpr:before {
    content: '';
    background: url(../imgs/trong-hop-co@2x.png) 0 0 no-repeat;
    width: 19px;
    height: 16px;
    background-size: 19px 16px;
    position: absolute;
    display: block;
    top: 6px;
    left: 0; }
  .policy .wrpr:before {
    content: '';
    background: url(../imgs/bao-hanh-chinh-hang@2x.png) 2px 0 no-repeat;
    width: 19px;
    height: 23px;
    background-size: 16px 23px;
    position: absolute;
    display: block;
    top: 0px;
    left: 0; }
  .policy li {
    display: block;
    overflow: hidden;
    padding: 5px 0 5px 28px;
    font-size: 13px;
    color: #333;
    line-height: 20px;
    margin: 0 10px;
    border-bottom: solid 1px #f0f0f0;
    position: relative; }
    .policy li:last-child {
      border-bottom: none; }
    .policy li.timeship {
      display: none; }
    .policy li .icon-poltick {
      content: '';
      background: url(../imgs/1-doi-1@2x.png) 0 0 no-repeat;
      width: 16px;
      height: 18px;
      background-size: 16px 18px;
      position: absolute;
      display: block;
      top: 8px;
      left: 3px; }
    .policy li a {
      color: #288ad6; }

.promote {
  margin: 20px 0 10px;
  padding: 20px 10px 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
  position: relative;
  font-size: 14px;
  color: #333; }
  .promote b {
    display: block;
    padding: 2px 8px;
    position: absolute;
    background: #fff9b4;
    border: solid 1px #e8dd58;
    text-align: center;
    top: -10px;
    left: 10px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    border-radius: 2px; }
  .promote span {
    display: block;
    line-height: 20px;
    padding: 0 10px 0 20px;
    margin-bottom: 5px; }
    .promote span:before {
      content: '';
      margin-left: -20px;
      background: url(../imgs/check@2x.png);
      width: 14px;
      height: 14px;
      background-size: 14px 14px;
      margin-right: 0;
      float: left;
      margin-top: 2px; }

.productOld {
  border: solid 1px #ddd;
  padding: 10px 12px 10px 12px;
  margin-bottom: 10px;
  border-radius: 3px;
  position: relative; }

.viewold {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #288ad6;
  border-radius: 3px; }
  .viewold div {
    display: block;
    overflow: hidden;
    color: #333;
    margin-top: 3px; }
    .viewold div span {
      display: block;
      line-height: 22px; }
      .viewold div span strong {
        color: #e10c00; }

@media (min-width: 960px) {
  .rightBox {
    max-width: 295px;
    width: 100%; } }

.iconmobile-uncheck {
  background-position: -145px -30px;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: sub;
  margin-right: 5px; }

.active .iconmobile-uncheck {
  background-position: -165px -30px; }

.gamecombo {
  font-size: 14px; }
  @media (max-width: 640px) {
    .gamecombo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .gamecombo .buy_now {
    display: block;
    overflow: hidden;
    padding: 7px 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background: #fd6e1d;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fd6e1d), to(#f59000));
    background: -webkit-linear-gradient(top, #f59000, #fd6e1d);
    background: -moz-linear-gradient(top, #f59000, #fd6e1d);
    background: -ms-linear-gradient(top, #f59000, #fd6e1d);
    background: -o-linear-gradient(top, #f59000, #fd6e1d); }
    .gamecombo .buy_now span {
      display: block;
      font-size: 13px;
      color: #fff;
      text-transform: none;
      padding: 3px 0; }
  .gamecombo .bb {
    margin-top: 40px;
    text-align: left; }
    .gamecombo .bb label {
      font-size: 16px;
      color: #333; }
  .gamecombo .list li .augment {
    background: #fff;
    width: 18px;
    height: 18px;
    position: relative;
    float: left;
    margin-top: 50px;
    display: inline-block !important;
    cursor: pointer; }
    .gamecombo .list li .augment:before {
      content: '';
      width: 18px;
      height: 4px;
      background: #BFBFBF;
      display: block;
      margin: 7px auto; }
    .gamecombo .list li .augment:after {
      content: '';
      width: 4px;
      height: 18px;
      background: #BFBFBF;
      display: block;
      margin: 0px auto;
      position: absolute;
      top: 0px;
      left: 0;
      right: 0; }
  @media (max-width: 640px) {
    .gamecombo li {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      width: 100% !important; } }
  .gamecombo li .area_price {
    padding: 0;
    text-align: left; }
    .gamecombo li .area_price strong {
      display: inline-block;
      font-size: 20px;
      padding: 0;
      margin: 10px 0; }
      .gamecombo li .area_price strong.line {
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
        color: #999;
        text-decoration: line-through;
        margin: 0; }
  .gamecombo li a {
    display: block;
    overflow: hidden;
    color: #288ad6;
    text-align: center; }
  .gamecombo ul {
    display: block;
    overflow: hidden;
    margin-top: 10px;
    border: 1px solid #ddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px; }
    .gamecombo ul.n4 li {
      float: left;
      overflow: hidden;
      width: 25%; }
    .gamecombo ul li strong {
      display: inline-block;
      color: #d0021b;
      padding: 10px 0 10px 0; }
    .gamecombo ul li span {
      color: #666;
      margin-left: 5px;
      font-size: 12px;
      padding: 10px 0 10px 0; }
      .gamecombo ul li span.line {
        text-decoration: line-through; }
    .gamecombo ul li h3 {
      color: #333;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      padding-top: 10px;
      font-weight: bold;
      cursor: pointer;
      font-size: 14px;
      margin: 0; }
    .gamecombo ul li div {
      display: block;
      overflow: hidden;
      color: #288ad6;
      text-align: center; }
      .gamecombo ul li div.info {
        text-align: left;
        padding: 0 5px; }
        .gamecombo ul li div.info a {
          text-align: left; }
      .gamecombo ul li div.first {
        padding-left: 60px; }
      .gamecombo ul li div img {
        width: 100px;
        height: 100px; }

.h2game {
  display: block;
  line-height: 1.3em;
  font-size: 20px;
  color: #333;
  margin: 10px 0; }

.icontgdd-box {
  background-position: -215px -50px;
  width: 30px;
  height: 30px;
  display: block;
  margin: 8px auto; }

.icontgdd-camera {
  background-position: -250px -50px;
  width: 25px;
  height: 23px;
  display: block;
  margin: 12px auto; }

.icontgdd-360 {
  background-position: -280px -50px;
  width: 39px;
  height: 22px;
  display: block;
  margin: 14px auto; }

.icontgdd-video {
  background-position: -325px -50px;
  width: 30px;
  height: 24px;
  display: block;
  margin: 11px auto; }

.colorandpic {
  display: block;
  position: relative;
  padding: 0 24px;
  margin: 15px 0 0 0; }
  .colorandpic ul {
    display: block;
    overflow: visible;
    margin: auto;
    text-align: center;
    max-height: 98px; }
    .colorandpic ul li {
      display: inline-block;
      vertical-align: top;
      text-align: center;
      overflow: hidden;
      font-size: 11px;
      color: #333;
      padding-bottom: 5px;
      line-height: normal;
      width: 60px;
      margin: 0 !important; }
      .colorandpic ul li img {
        display: block;
        width: 40px;
        height: 40px;
        margin: auto;
        border-radius: 4px;
        margin-top: 3px; }
      .colorandpic ul li div {
        display: block;
        width: 46px;
        height: 46px;
        border: 1px solid #dfdfdf;
        border-radius: 4px;
        padding: 6px;
        background: #fff;
        margin-bottom: 5px;
        cursor: pointer; }

.tsh {
  background-color: #ecf7ed;
  border-radius: 3px;
  border: solid 1px #c4ddc8;
  margin: 5px 0 10px 0;
  padding: 0 10px;
  font-weight: bold;
  line-height: 30px;
  font-size: 14px; }
  .tsh:before {
    content: '';
    background: url(../imgs/nhan-hang-1-gio@2x.png);
    width: 19px;
    height: 21px;
    background-size: 19px 21px;
    margin-right: 10px;
    float: left;
    margin-top: 4px; }
  .tsh span {
    line-height: 30px;
    padding-left: 10px;
    border-left: 1px solid #c4ddc8;
    display: block;
    margin-left: 28px; }
    .tsh span a {
      color: #30a43b; }

.area_price {
  display: block;
  overflow: hidden;
  line-height: 20px;
  padding-bottom: 10px; }
  .area_price label {
    display: inline-block;
    position: relative;
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    background: #fff;
    border-radius: 3px;
    padding: 0 5px 0 8px;
    margin: 0 0 5px 5px;
    height: 18px; }
    .area_price label.installment {
      background: #f28902;
      margin: 0 0 0 5px; }
  .area_price strong {
    display: inline-block;
    overflow: hidden;
    font-size: 24px;
    color: #e10c00;
    vertical-align: middle;
    margin-right: 10px; }

#footer {
  background: #23282d;
  }

footer#footer h4 {
    color: white;
}
  #footer .top {
    padding: 15px 0;
    background: #fff;
    }
  #footer .bottom {
    padding: 10px 0;
    font-size: 12px;
    color: #333;
    text-align: center; }

.box1 .uk-list li {
  margin-top: 0; }
  .box1 .uk-list li:not(:first-child) a {
    padding-top: 5px; }
  .box1 .uk-list li a {
    font-size: 14px;
    display: block;
    color: #288ad6;
    font-size: 14px;
    line-height: 25px; }

.box2 .uk-list {
  margin-bottom: 10px; }
  .box2 .uk-list li {
    line-height: 25px;
    font-size: 13px;
    color: #666; }
    .box2 .uk-list li:not(:first-child) {
      padding-top: 5px; }
    .box2 .uk-list li b {
      color: #000; }

.box2 .icontgdd-bct {
  background-position: 0 -50px;
  width: 123px;
  height: 38px;
  background-image: url(../imgs/icondesktop@1x.png);
  background-repeat: no-repeat;
  display: inline-block;
  line-height: 30px;
  vertical-align: middle; }

.box3 label {
  font-size: 12px;
  color: #888;
  display: block; }

.box3 a {
  display: block;
  color: #288ad6;
  font-size: 14px;
  line-height: 25px;
  padding-top: 5px; }

.box3 .iconlogo-dmx {
  background-position: -109px 0;
  width: 111px;
  height: 19px; }

.box3 .iconlogo-bhx {
  background-position: -220px 0;
  width: 110px;
  height: 19px; }

.box3 .iconlogo-vv {
  background-position: -330px 0;
  width: 74px;
  height: 19px; }

.box3 .iconlogo-ta {
  background-position: -409px 0;
  width: 100px;
  height: 19px; }

[class^="iconlogo-"],
[class*="iconlogo-"] {
  background-image: url(../imgs/logosite2018.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  vertical-align: middle; }

.otherpromotebanner {
  background: #fff;
  padding: 10px;
  margin-bottom: 15px !important; }
  .otherpromotebanner h2 {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    padding: 5px 0 10px;
    text-transform: uppercase;
    margin: 0; }

.navigat {
  background: #fff;
  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;
  border-right: 1px solid #eee; }
  .navigat h2 {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    padding: 14px 10px;
    text-transform: uppercase;
    margin: 0; }
  .navigat h1 {
  font-size: 16px;
  color: #333;
  font-weight: 700;
  padding: 14px 0px;
  text-transform: uppercase;
  margin: 0; }
  .navigat a {
    vertical-align: middle;
    font-size: 14px;
    color: #288ad6;
    padding: 14px 15px;
    display: inline-block; }
.child_cat {
    display: inline-block;
}

.child_cat .item {
    display: inline-block;
    padding: 5px 10px 15px;
}

.child_cat .item:first-child {
    padding-left: 0;
}

.child_cat .item a {
    color: #fd6e1d;
    font-weight: bold;
}
.homeproduct {
  border-top: 1px solid #eee;
  margin-bottom: 15px;
  overflow: hidden; }
  .homeproduct > div {
    border-bottom: 1px solid #eee; }
    .homeproduct > div:nth-child(5) .box4 a {
      /* border-right: none; */ }
    .homeproduct > div .box4 {
      position: relative;
      height: 100%;
      background: #fff; }
      .homeproduct > div .box4 a {
        display: block;
        padding: 10px 0;
        overflow: hidden;
        border-right: 1px solid #eee;
        height: 100%;
        text-decoration: none; }
    .homeproduct > div .box4:nth-last-child(4n) a {
        border-right: 1px solid #eee; !important }
        .homeproduct > div .box4 a:hover > img {
          margin: 5px auto 25px;
          -webkit-transition: all .2s ease-in-out;
          -moz-transition: all .2s ease-in-out;
          -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out; }
      .homeproduct > div .box4 img {
        width: 180px;
        height: 180px;
        margin: 15px auto;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
      .homeproduct > div .box4 h3 {
        font-size: 14px;
        padding: 0 10px;
        color: #333;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        text-align: left;
        margin: 0; }
      .homeproduct > div .box4 .promo {
        display: block;
        padding: 0 10px;
        margin: 0 10px 0 0;
        margin: 0;
        text-align: left; }
        .homeproduct > div .box4 .promo > img {
          display: block;
          width: 35px;
          height: 35px;
          float: left;
          margin: 0; }
        .homeproduct > div .box4 .promo p {
          margin: 0 !important;
          font-size: 12px;
          color: #333;
          line-height: 1.4;
          margin-left: 10px;
          white-space: normal;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden; }
          .homeproduct > div .box4 .promo p.time {
            color: #e10c00 !important; }
        .homeproduct > div .box4 .promo .uk-countdown {
          margin-top: 0 !important;
          margin-bottom: 0; }
          .homeproduct > div .box4 .promo .uk-countdown span {
            font-size: 13px;
            line-height: inherit; }
          .homeproduct > div .box4 .promo .uk-countdown [class*="uk-countdown-"] {
            font-size: 13px;
            line-height: inherit; }
          .homeproduct > div .box4 .promo .uk-countdown .uk-countdown-separator {
            font-size: 13px;
            line-height: inherit; }
      .homeproduct > div .box4 .price {
        display: block;
        overflow: hidden;
        padding: 5px 10px 10px 10px;
        text-align: left; }
        .homeproduct > div .box4 .price strong {
          display: inline-block;
          vertical-align: middle;
          overflow: hidden;
          font-size: 14px;
          color: #e10c00;
          line-height: 15px; }
        .homeproduct > div .box4 .price span {
          display: inline-block;
          vertical-align: middle;
          font-size: 12px;
          text-decoration: line-through;
          margin-left: 5px;
          color: #222; }
    .homeproduct > div .box4 .promo {
          display: inline-block;
          color:#333;
      font-size:14px;
          overflow: hidden;
          padding: 5px 10px 10px 10px;}
      
      .homeproduct > div .box4 label {
        display: inline-block;
        position: absolute;
        top: 187px;
        left: 10px;
        font-size: 11px;
        color: #fff;
        font-weight: 600;
        background: #3fb846;
        border-radius: 2px;
        padding: 0 5px;
        height: 18px; }
        .homeproduct > div .box4 label.per {
          background: #ee170b; }
        .homeproduct > div .box4 label.installment {
          background: #f28902; }

.homepromo {
  background: #fff; }
  .homepromo .owl-wrapper-outer {
    overflow: hidden; }
  .homepromo .owl-nav {
    margin: 0; }
    .homepromo .owl-nav [class*=owl-] {
      top: 28%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 20px 0 0 !important;
      margin: 0 !important;
      background: #fff !important;
      width: 34px;
      height: 50px;
      text-align: center;
      font-size: 36px !important;
      color: #999 !important;
      -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
      box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
      position: absolute; }
      .homepromo .owl-nav [class*=owl-]:focus {
        outline: none; }
      .homepromo .owl-nav [class*=owl-] span {
        margin-top: -6px; }
  .homepromo .owl-prev {
    left: 0;
    border-radius: 0 5px 5px 0 !important; }
  .homepromo .owl-next {
    right: 0;
    border-radius: 5px 0 0 5px; }
.archive .navigat{
  border-right:0px
}
.uk-first-column .box4 a{
  border-left:1px solid #eee
}
.loc {
  display:inline-block
}
.loc .woocommerce-widget-layered-nav-list li{
  display:inline-block
}
.loc > div {
  display:inline-block
}
.loc .woocommerce-widget-layered-nav-list li .count{
  display:none
}
.loc .woocommerce-widget-layered-nav-list li a{
  padding: 0px 10px !important;
  border-right: 1px solid #eee;
}
.woocommerce .woocommerce-result-count{
  display:none !important
}
.woocommerce .woocommerce-ordering {
    margin: 0 !important;
}
/*# sourceMappingURL=style.css.map */

.col-70 {
    float: left;
    padding: 15px;
    width: 65%;
}

.blockone-wrapper {
    display: inline-block;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-top: 5px;
}

.blockone-wrapper [class*="wrapper"] {
    display: inline;
}

.blockone-wrapper [class*="wrapper"] > div {
    padding: 0 15px;
}

.blockone-wrapper [class*="wrapper"] img {
    margin: 0 auto;
    display: block;
}

.blockone-wrapper .leftcol-wrapper {
    width: 60%;
    float: left;
}

.blockone-wrapper .leftcol-wrapper .first-post h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.blockone-wrapper .rightcol-wrapper {
    width: 40%;
    float: right;
}


.blockone-wrapper .rightcol-wrapper > div:not(:last-child) {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-top: 5px;
}

.blockone-wrapper .rightcol-wrapper .second-post h3 {
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 600;
}

.blockone-wrapper .rightcol-wrapper .other-right-post h3 {
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 300;
}

.blockone-wrapper span.postview {
    font-size: 13px;
    color: #f89406;
    white-space: nowrap;
    font-weight: 300;
    height: 16px;
    line-height: 1;
}

.blockone-wrapper .postview:before {
    content: '•';
    display: inline-block;
    padding: 0 5px;
}

.blocktwo-wrapper {
    display: inline-block;
}

.blocktwo-wrapper .remaining-posts {
    display: inline-block;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    width: 100%;
}

.blocktwo-wrapper .remaining-posts h3 {
    margin-top: 0;
    padding-top: 0;
    overflow: hidden;
    line-height: 28px;
    font-size: 22px;
    font-weight: 600;
}

.blocktwo-wrapper .remaining-posts ul.infomation {
    font-size: 14px;
    color: #999;
    padding: 0;
}

.blocktwo-wrapper .remaining-posts ul.infomation li {
    display: inline;
}

.blocktwo-wrapper .remaining-posts ul.infomation li:not(:first-child):before {
    content: '•';
    display: inline-block;
    color: #999;
    padding: 0 10px;
}

#footer .top .showmore-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .col-70, .col-30 {
      width:  100% !important;
      padding: 0 !important;
  }
  .blockone-wrapper [class*="wrapper"] {
      width:  100%;
  }
  .blockone-wrapper .rightcol-wrapper .second-post img {
      display: none;
  }
  .blockone-wrapper [class*="wrapper"] > div {
      width: calc( 100% - 30px );
  }
  .remaining-posts .col-70 {
      width: 65% !important;
      float: left !important;
      padding: 15px 0 !important;
  }
  .remaining-posts .col-30 {
      width: 35% !important;
      float: left !important;
      padding: 15px 0 !important;
  }
  .remaining-posts [class*="col"] * {
      padding: 0 5px;
      display: block;
  }

  .remaining-posts [class*="col"] img {
      width: 100%;
      height: auto;
  }
  .blocktwo-wrapper .remaining-posts ul.infomation li {
    display:  block;
  }
  .blocktwo-wrapper .remaining-posts ul.infomation li:before {
      content: '•';
      display: inline-block;
      color: #999;
      padding: 0 10px;
  }
  #footer .top .showmore-mobile {
    display: block;
  }
  #footer .top .hide-mobile {
    display: none;
  }
}

.widget_title h2 {
    color: #333;
    display: block;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    overflow: hidden;
    padding: 10px 0 6px;
    text-transform: uppercase;
    margin: 0;
}

.xemnhieu_wrapper {
    border-top: 1px solid #eee;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}

.xemnhieu_wrapper .item {
    display: block;
    overflow: hidden;
    padding: 6px 0;
}

.xemnhieu_wrapper .item .stt {
    font-family: "Roboto Condensed",sans-serif;
    background: #f4f4f4 none repeat scroll 0 0;
    color: #cbcbcb;
    float: left;
    font-size: 20px;
    font-weight: 600;
    margin: 4px 10px 0 0;
    padding: 2.5px 12px;
}

.xemnhieu_wrapper .item h3 {
    color: #333;
    display: block;
    font-size: 14px;
    line-height: 1.3em;
    overflow: hidden;
    font-weight: normal;
    margin: 0;
}

.xemnhieu_wrapper .item span.postview {
    font-size: 13px;
    color: #f89406;
    white-space: nowrap;
    font-weight: 300;
    height: 16px;
    line-height: 1;
}

.xemnhieu_wrapper .item .postview:before {
    content: '•';
    display: inline-block;
    padding: 0 5px;
}

.spnoibat-widget {
    border-top: 1px solid #eee;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}

.spnoibat-widget .item {
    display: block;
    overflow: hidden;
    padding: 10px 0;
}

.spnoibat-widget .item img {
    float: left;
    height: 100px;
    margin-right: 10px;
    width: 100px;
}

.spnoibat-widget .item h3 {
    color: #333;
    display: block;
    font-weight: bold;
    line-height: 1.3em;
    overflow: hidden;
    margin: 0;
    font-size: 14px;
}

.spnoibat-widget .item .price {
    color: #ff5722;
    display: block;
    font-size: 14px;
    overflow: hidden;
    padding: 3px 0;
}

.spnoibat-widget .item .promo {
    font-size: 12px;
}
/* CSS Sidebar Widget Area */
.sidebar h2 {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    padding: 14px 0px;
    text-transform: uppercase;
    margin: 0;
}

.woocommerce.single-product #breadcrumbs span.breadcrumb_last {
    display: none;
}

.woocommerce.single-product .uk-slideshow-items img {
    width: auto !important;
    height: 100% !important;
}

.container_12 {
    position: relative;
}

.child_cat_post {
    display: inline;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fed700;
    -moz-box-shadow: 0px 3px 5px 0px #ccc;
    -webkit-box-shadow: 0px 3px 5px 0px #ccc;
    box-shadow: 0px 3px 5px 0px #ccc;
}

.child_cat_post .item {
    display: inline-block;
    padding: 10px 15px;
    transition: 0.15s ease-in-out;
}

.child_cat_post .item:hover {
    background: #f5f5f5;
}

.child_cat_post .item a {
    color: #333;
    font-weight: bold;
}

@media screen and ( max-width: 767px ) {
  *{}

.ct-top {
    display: none;
}
  .child_cat_post {
      display: table;
      position: relative;
  }

  .child_cat_post .item {
      display: inline-block;
      width: 50%;
      padding: 10px 0;
  }
  .child_cat_post .item a {
      padding: 0 25px;
  }
}

@media screen and ( max-width: 767px ) {

}
.gnws-footer_top{
    display: block;
    width: 100%;
    margin: 10px auto 0;
    background: #e8e8e8;
    text-align: center;
}
.gnws-footer_top p,
.gnws-footer_top a,
.gnws-footer_top ul li,
.gnws-footer_top ul {
  display: inline-block;
  margin: 0;
}
.gnws-footer_top ul li a,
.gnws-footer_top a{
  padding: 10px 5px 10px 10px;
  font-size: 13px;
  color: #999;
  display: inline-block;
  vertical-align: middle;
}
.gnws-footer_top ul li a:hover,
.gnws-footer_top a:hover{
  color: #666;
}
.gnws-footer_col1 ul{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gnws-footer_col1 ul li{
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
}
.gnws-footer_col1 ul li a:hover{
      color: #666;
}
/* .colfoot{
 width: 100% !important;
} */
.colfoot .linksocial>a {
  display: inline-block;
}
[class^=iconbkit-],
[class*=iconbkit-],
[class^=iconmobile-],
[class*=iconmobile-] {
  background-image: url(../imgs/iconbkc@1x.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  vertical-align: middle;
}
.iconbkit-ssface {
  background-position: -395px -28px;
}
.colfoot .linksocial i {
  width: 38px;
  height: 38px;
  margin-right: 5px;
}
.iconbkit-ssgplus {
  background-position: -437px -28px;
}
.iconbkit-ssyoutube {
  background-position: -479px -28px;
}
.iconbkit-sstwiter {
  background-position: -521px -28px;
}
.gnws_bottom *{
display: inline-block;
margin: auto;
font-size: 10px;
color: #999;
text-align: center;
}
.gnws_bottom {
  width: 100%;
  background: #f8f8f8;
  padding: 10px 0;
}
.w-100{
  width: 100%;
}
.mt-10{
    margin-top: 10px !important;
    background-color: #2196f3 !important;
    height: 50px;
}
.gnws-form{
      background: #d33;
      color: #fff;
}
.gnws-form h2{
  color: #fff;
}
.gnws-form .wpcf7-submit{
  background: #000;
}
.gnws-menu{
  background: #fff;
  padding: 0px;
}
.gnws-menu li {
  display: block;
  padding: 5px;
  border-bottom: 1px solid #ccc;
  float: none!important;
}
.gnws-menu li a{
color: #000;
font-size: 14px;
}
.mb-0{
  margin-bottom: 0!important;
}