/*.tt_lh{width: 49%;float: left;}
.bando{width: 49%;float: right;}*/
.dangky {
  width: 49%;
  float: left;
}

.box_container {
  padding-top: 15px;
}

.dangky_frm {
  padding: 10px 20px;
  position: relative;
  border: 1px solid #d6d6d6;
  margin-top: 10px;
  box-sizing: border-box;
}

div.dangnhap {
  float: right;
  width: 49%;
  position: relative;
}

div.tieude_dangky {
  position: absolute;
  background: #f7f7f7;
  padding: 3px 15px;
  top: -16px;
  left: 20px;
  border: 1px solid #d6d6d6;
  font-size: 15px;
}

div.tieude_dangnhap {
  border-bottom: 1px solid #d6d6d6;
  line-height: 35px;
  margin-bottom: 10px;
  font-size: 15px;
}

.popup_thongbao {
  max-width: 800px;
  background: #fff;
  text-align: center;
  border: 1px solid #dc1d2512;
  font-size: 13px;
}

.popup_thongbao .tieude_tb {
  background: #dc1d25;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
}

div.close-popup2 {
  cursor: pointer;
  z-index: 999;
  position: absolute;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 28px;
  right: 15px;
  top: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  background-size: 40% 40%;
  -moz-transition: all 0.5s ease-in-out;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  content: "x";
  font-size: 26px;
  color: #dc1d25;
  background: #fec10a;
}

.giohang_detail tbody {
  border: 1px solid #e7dfdf42;
}

.footer_gh {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 7px 0px;
  align-items: center;
}

.footer_gh {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 7px 0px;
}

.tongtien {
  font-size: 14px;
}

.tongtien strong {
  color: #dc1d25;
  font-size: 17px;
}

.button_giohang {
  border-radius: 5px;
  background: linear-gradient(90deg,
      rgb(254 193 10) 0%,
      rgb(225 6 0 / 62%) 100%);
  padding: 5px 20px 5px 20px;
}

.button_giohang a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.button_giohang a i {
  font-size: 18px;
  padding-right: 10px;
}

.button_giohang:hover a {
  text-decoration: none;
  color: #fff;
}

.popup_thongbao .popup_kq {
  padding: 10px;
  font-weight: bold;
  color: #4c4c4c;
  min-height: 30px;
  align-items: center;
  font-size: 13px;
}

#alertbottom {
  position: fixed;
  display: flex;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2em;
  overflow: hidden;
  z-index: 1052;
  pointer-events: none;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: flex-end;
}

#alert {
  display: flex;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  margin: 0.5em 0;
  border-radius: 0.25em;
  pointer-events: auto;
  opacity: 0.92;
  color: #fff;
  background: #dc1d25;
  min-height: 3em;
  width: 14%;
  float: right;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.login-popup-giohang {
  /* background: #f26f21c4; */
  padding: 10px;
}

.popup_thongbao_giohang {
  color: #fff;
}

.popup_thongbao_giohang p {
  margin-bottom: 0px;
  font-size: 13px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: space-around;
  align-items: center;
  font-weight: 550;
}

.popup_thongbao_giohang p i {
  font-size: 20px;
  padding-right: 5px;
}

/* <div class="thanhchay"> <div class="thanhchay_icon"></div> </div> */
/* .thanhchay {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 23;
}
.thanhchay_icon{
    position: relative;
    height: 3px;
    width: 100%;
    background-color: transparent;
}
.thanhchay_icon::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    transform-origin: left;
    background-color: #fec10a;
    animation: progress 3s infinite;
  }
  
.thanhchay_icon::after {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    mix-blend-mode: difference;
    color: white;
    text-transform: uppercase;
    font-weight: 800;
  } */

@keyframes progress {
  0% {
    transform: scaleX(0);
  }

  100% {
    transform: scaleX(1);
  }
}

/*Form liÃƒÆ’Ã‚Âªn hÃƒÂ¡Ã‚Â»Ã¢â‚¬Â¡*/
div.frm_lienhe {
  margin: 10px 0px 10px 0px;
  font-size: 15px;
  position: relative;
}

.thongbao {
  font-size: 20px;
  color: red;
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
}

.thongbao p {
  text-align: center;
}

div.frm_lienhe .item_lienhe {
  margin: 8px 0px;
}

div.frm_lienhe .item_lienhe_b {
  text-align: center;
}

div.frm_lienhe .item_lienhe p {
  float: left;
  min-width: 120px;
}

div.dangky .item_lienhe p {
  clear: both;
  float: none;
}

#reset_capcha img {
  float: left;
  margin: 5px 10px;
}

.baove {
  float: left !important;
}

div.frm_lienhe .item_lienhe span {
  color: red;
  margin-left: 3px;
}

div.frm_lienhe .item_lienhe input[type="text"],
div.frm_lienhe .item_lienhe textarea,
div.frm_lienhe .item_lienhe input[type="password"],
div.frm_lienhe .item_lienhe select {
  width: 70%;
  padding: 5px 10px;
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
  background: #f7f7f7;
}

div.dangky_frm .item_lienhe input[type="text"],
div.dangky_frm .item_lienhe textarea,
div.dangky_frm .item_lienhe input[type="password"],
div.dangky_frm .item_lienhe select {
  width: 100%;
}

div.frm_lienhe .item_lienhe input[type="button"],
div.frm_lienhe .item_lienhe input[type="reset"],
div.frm_lienhe .item_lienhe input[type="submit"] {
  padding: 7px 25px;
  background: #32ab18;
  border: none;
  color: #fff;
  border-radius: 3px;
  margin: 10px 0px;
  font-size: 12px;
  cursor: pointer;
  box-sizing: border-box;
  text-transform: uppercase;
}

.btn_dangnhap {
  padding: 7px 25px;
  background: #32ab18;
  border: none;
  display: block;
  color: #fff;
  border-radius: 3px;
  margin: 10px 0px;
  cursor: pointer;
  box-sizing: border-box;
  text-transform: uppercase;
  text-decoration: none;
  float: left;
  margin-right: 5px;
}

.date {
  background: #f7f7f7 url(../images/i_date.png) 98% center no-repeat !important;
  padding-right: 8%;
  cursor: pointer;
}

#tendangnhap {
  background: #f7f7f7 url(../images/i_user.png) 2% center no-repeat !important;
  padding-left: 8%;
}

#matkhau,
#nhaplaimatkhau,
#matkhaucu {
  background: #f7f7f7 url(../images/i_pass.png) 2% center no-repeat !important;
  padding-left: 8%;
}

/*Form liÃƒÆ’Ã‚Âªn hÃƒÂ¡Ã‚Â»Ã¢â‚¬Â¡*/

/*css tin tÃƒÂ¡Ã‚Â»Ã‚Â©c*/
.box_news {
  padding: 12px 0;
  border-bottom: 1px dashed #c6c6c6;
  width: 100%;
}

.box_news h3 a {
  font-size: 14px;
  color: #1f1f1f;
  margin-bottom: 6px;
  transition: 0.4s;
  text-decoration: none;
  display: block;
}

.box_news h3 a:hover {
  color: #f00;
  transition: 0.4s;
}

.box_news a.chitiet {
  color: #00f;
}

.box_news a {
  text-decoration: none;
}

.box_news a img {
  float: left;
  margin: 4px 15px 3px 0px;
  width: 35%;
  max-width: 170px !important;
  transition: 1s;
  border: 1px solid #dcdcdc;
}

.box_news a img:hover {
  opacity: 0.4;
  transition: 1s;
}

.othernews {
  border: 1px solid #dedede;
  padding: 5px;
  background: #f7f7f7;
}

.othernews .cactinkhac {
  font-size: 20px;
  color: #0066ff;
}

.othernews ul.phantrang {
  list-style: none;
  margin-left: 15px;
}

.othernews ul.phantrang li {
  background: url(../images/i_tinkhac.png) left 3px no-repeat;
  padding: 3px 5px 3px 18px;
  color: #aaaaaa;
}

.othernews ul.phantrang li a {
  color: #4a4a4a;
  text-decoration: none;
  transition: 0.4s;
}

.othernews ul.phantrang li a:hover {
  color: red;
  padding-left: 10px;
  transition: 0.4s;
}

/*css tin tÃƒÂ¡Ã‚Â»Ã‚Â©c*/

/*----------css bÃƒÂ¡Ã‚ÂºÃ‚Â£n Ãƒâ€žÃ¢â‚¬ËœÃƒÂ¡Ã‚Â»Ã¢â‚¬Å“-------------*/
#map_canvas {
  height: 500px;
  width: 99%;
  margin: 0px auto;
  border: 1px solid #bbb;
}

.map_description {
  color: #000000;
  overflow: auto;
  max-width: 300px;
}

.map_title {
  color: #30a602;
  font-weight: bold;
}

/*----------css bÃƒÂ¡Ã‚ÂºÃ‚Â£n Ãƒâ€žÃ¢â‚¬ËœÃƒÂ¡Ã‚Â»Ã¢â‚¬Å“-------------*/

/*----------PhÃƒÆ’Ã‚Â¢n trang-------------*/
.pagination {
  margin: auto;
  width: auto;
  text-align: center;
  margin-top: 10px;
}

.pagination .pages li.prev {
  margin-right: 15px;
}

.pagination .pages li.next {
  margin-left: 15px;
}

.pagination .pages li {
  display: inline-block;
  margin: 5px 2px;
}

.pagination .pages li a {
  height: 25px;
  padding: 4px 8px;
  text-decoration: none;
  color: #666666;
  font-weight: bold;
  border: 1px solid #d5d5d5;
  font-size: 11px;
}

.pagination .pages li a:hover {
  background: #f6f6f6;
}

.pagination .pages li .active {
  background: #424852;
  color: #fff;
  border-color: #424852;
}

.pagination .pages li .active:hover {
  background: #2a313d;
}

/*----------PhÃƒÆ’Ã‚Â¢n trang-------------*/

/*----------PhÃƒÆ’Ã‚Â¢n trang ajax-------------*/
.pages_ajax {
  display: inline-block;
}

.pages_ajax li {
  display: inline-block;
  margin: 5px 2px;
  height: 25px;
  padding: 4px 8px;
  text-decoration: none;
  color: #666666;
  font-weight: bold;
  border: 1px solid #d5d5d5;
  font-size: 11px;
  box-sizing: border-box;
  min-width: 30px;
  cursor: pointer;
}

.pages_ajax li.actived,
.pages_ajax li:hover {
  background: #2a313d;
  color: #fff;
}

span.total {
  display: none;
}

/*----------PhÃƒÆ’Ã‚Â¢n trang ajax-------------*/

/*----------Ãƒâ€žÃ‚ÂÃƒÆ’Ã‚Â¡nh giÃƒÆ’Ã‚Â¡ sao-------------*/
.danhgiasao {
  cursor: pointer;
}

.danhgiasao span {
  background: url(../images/star.gif) center top no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.danhgiasao span.active {
  background: url(../images/star.gif) center -48px no-repeat;
}

.danhgiasao span.hover,
.danhgiasao span.default {
  background: url(../images/star.gif) center -32px no-repeat;
}

/*----------Ãƒâ€žÃ‚ÂÃƒÆ’Ã‚Â¡nh giÃƒÆ’Ã‚Â¡ sao-------------*/

/*----------Loading-------------*/
#pre-loader {
  background: #f5f5f5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.loader {
  position: relative;
  width: 2.5em;
  height: 2.5em;
  transform: rotate(165deg);
  position: absolute;
  top: calc(50% - 1.25em);
  left: calc(50% - 1.25em);
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.25em;
  transform: translate(-50%, -50%);
}

.loader:before {
  animation: before 2s infinite;
}

.loader:after {
  animation: after 2s infinite;
}

@keyframes before {
  0% {
    width: 0.5em;
    box-shadow:
      1em -0.5em rgba(225, 20, 98, 0.75),
      -1em 0.5em rgba(111, 202, 220, 0.75);
  }

  35% {
    width: 2.5em;
    box-shadow:
      0 -0.5em rgba(225, 20, 98, 0.75),
      0 0.5em rgba(111, 202, 220, 0.75);
  }

  70% {
    width: 0.5em;
    box-shadow:
      -1em -0.5em rgba(225, 20, 98, 0.75),
      1em 0.5em rgba(111, 202, 220, 0.75);
  }

  100% {
    box-shadow:
      1em -0.5em rgba(225, 20, 98, 0.75),
      -1em 0.5em rgba(111, 202, 220, 0.75);
  }
}

@keyframes after {
  0% {
    height: 0.5em;
    box-shadow:
      0.5em 1em rgba(61, 184, 143, 0.75),
      -0.5em -1em rgba(233, 169, 32, 0.75);
  }

  35% {
    height: 2.5em;
    box-shadow:
      0.5em 0 rgba(61, 184, 143, 0.75),
      -0.5em 0 rgba(233, 169, 32, 0.75);
  }

  70% {
    height: 0.5em;
    box-shadow:
      0.5em -1em rgba(61, 184, 143, 0.75),
      -0.5em 1em rgba(233, 169, 32, 0.75);
  }

  100% {
    box-shadow:
      0.5em 1em rgba(61, 184, 143, 0.75),
      -0.5em -1em rgba(233, 169, 32, 0.75);
  }
}

/*----------Loading-------------*/

/*----------css hiÃƒÂ¡Ã‚Â»Ã¢â‚¬Â¡u ÃƒÂ¡Ã‚Â»Ã‚Â©ng-------------*/
.hover_sang1 {
  position: relative;
  overflow: hidden;
}

.hover_sang1:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  z-index: 10;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
}

.hover_sang1:hover:before {
  webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
  transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
}

.hover_sang2 {
  position: relative;
  overflow: hidden;
}

.hover_sang2:before {
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 10;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.hover_sang2:hover:before {
  transition: 1s;
  left: 100%;
}

.hinh_mo {
  position: relative;
  z-index: 2;
}

.hinh_mo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-linear-gradient(top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}

.trang_den {
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}

.trang_den:hover {
  filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}

.zoom_hinh {
  overflow: hidden;
}

.zoom_hinh img {
  transition: all 1s ease 0s;
}

.zoom_hinh:hover img {
  transform: scale(1.1);
}

.xoay_hinh {
  overflow: hidden;
}

.xoay_hinh img {
  transition: all 1s ease 0s;
}

.xoay_hinh:hover img {
  transform: rotate(360deg);
}

.zoom_mo {
  position: relative;
}

.zoom_mo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: ease-in-out 500ms;
  -o-transition: ease-in-out 500ms;
  transition: ease-in-out 500ms;
  z-index: 1;
}

.zoom_mo:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/*----------css hiÃƒÂ¡Ã‚Â»Ã¢â‚¬Â¡u ÃƒÂ¡Ã‚Â»Ã‚Â©ng-------------*/
div#tags {
  margin-top: 10px;
}

div#tags a {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 3px 5px;
  text-decoration: none;
  color: #222222;
}

div#tags a:hover {
  color: red;
}

div#tags span {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 3px 5px;
  text-decoration: none;
  color: #222222;
  background: #dddddd;
}

div.left_gh {
  width: 100%;
  float: none;
}

div.right_gh {
  width: 60%;
  float: left;
}

div.td_gh {
  font-size: 18px;
  margin: 10px 0;
  text-transform: uppercase;
}