@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/FontAwesome.otf');
}

html {
  scroll-behavior: smooth;
}

a, a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
  outline: none;
}

ol, ul, li {
  padding: 0;
  list-style: none;
  margin: 0;
}

input, textarea, select, button, a {
  outline: none !important;
}

.smooth {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-15 {
  padding: 15px 0px;
  text-align: -webkit-center;
}

img {
  max-width: 100%;
}

.txt-left {
  text-align: left;
  align-self: center;
}
header .logo img
{
  object-fit: contain;
  max-width: 250px;
}
.txt-right {
  text-align: right;
  align-self: center;
}

.header {
  display: flex;
  justify-content: space-between;
}

.header .logo {
  display: inherit;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  font-size: 36px;
}
.banner-img img{
  width:100%;
}
.header .slogan {
  font-size: 24px;
  margin: 0;
  display: block;
  color: rgb(255, 255, 255);
  padding: 10px;
}
header .wrap-nav
{
 border-top: solid 2px #fff;
 border-bottom: solid 2px #fff;
}
.bg-color {
  background: linear-gradient(#ce3a1e, #f58800);
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
  background: linear-gradient(#ce3a1e, #f58800);
  animation: up .3s 0s linear;
}

.main-nav {
  text-align: center;
}
.main-nav li:hover > a
{
  background: #ce3a1e;
}
.main-nav li > a
{
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.main-nav>ul>li a
{
  display: block;
  padding: 7px 12px;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  font-size: 16px;
}
.main-nav>ul>li {
  display: inline-block;
  color: rgb(255, 255, 255);
  position: relative;
}

.main-nav>ul>li>ul {
  position: absolute;
  text-align: start;
  width: 225px;
  border-top: 10px solid transparent;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  z-index: 3;
  left: 0;
}

.main-nav ul li ul li {
  background: rgb(255, 165, 0);
  font-size: 25px;
  border-top: 1px solid rgb(255, 255, 255);
  position: relative;
}

.main-nav>ul>li:hover >ul {
 -webkit-transform: translateY(0px);
 -moz-transform: translateY(0px);
 -ms-transform: translateY(0px);
 -o-transform: translateY(0px);
 transform: translateY(0px);
 opacity: 1;
 visibility: visible;
 pointer-events: all;
}

.main-nav>ul>li>ul>li:hover >ul {
  display: block;
}

.main-nav ul li:hover {
  background: #ce3a1e;
}

.main-nav ul li ul li:first-child {
  border: none;
}

.main-nav li ul li ul {
  position: absolute;
  left: 100%;
  width: 100%;
  top: 0;
  border-left: 5px solid #ffffff00;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  transition: 0.5s;
}

.main-nav li ul li:hover ul {
  -webkit-transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.banner {
  position: relative;
}

.man {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.banner-table .table-title {
  font-size: 24px;
}

.banner-table .s-content {
  font-size: 23px
}

.banner-table {
  position: absolute;
  background: #ce3a1e;
  color: rgb(255, 255, 255);
  padding: 15px;
  max-width: 50%;
  width: 100%;
  border-radius: 15px;
  top: calc(50% - 112px);
  z-index: 2;
  left: 10%;
}

.list .item .item-img img {
  max-height: 250px;
  max-width: 200px;
  transform: rotate(0deg);
  transition: 0.5s;
}

.item:hover .item-img img {
  transform: rotate(360deg);
  transition: 0.5s;
}

.item:hover .item-name {
  color: rgb(255, 190, 110);
}

.list .item {
  background: #ce3a1e;
  overflow: hidden;
  position: relative;
  height: 250px;
  border-radius: 999px;
}

.item .wrap
{
  position: absolute;
  bottom: 0;
  left: 0;
  background:#000000b0;
}
.item .item-name {
  z-index: 2;
  display: block;
  font-weight: 600;
  text-align: center;
  width: 100%;
  background: #000000b8;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px 40px;
}

.item-img {
  display: block;
  text-align: center;
}

.pro-title {
  animation: blinker .5s linear infinite;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 36px;
  color: #ce3a1e;
  display: block;
  text-align: center;
  padding: 20px 0px;
}

.ads-banner {
  margin: 30px 0px;
}

.main-ads {
  display: block;
  width: 100%;
}

.result {
  display: block;
  text-align: center;
}

.result img {
  max-width: 950px;
  margin: auto;
}

.footer-title {
  font-size: 16px;
  text-transform: uppercase;
  background: #8080807a;
  display: block;
  text-align: center;
  padding: 8px 12px;
  margin: 30px 0px 0px;
  color: rgb(218, 37, 28);
}

.btn-m-menu {
  display: none;
}

.btn-m-menu button {
  background: no-repeat;
  padding: 0;
  vertical-align: middle;
  border: none;
  font-size: 25px;
  color: rgb(255, 255, 255);
}

.m-menu {
  display: none;
  position: fixed;
  z-index: 10;
  width: 40%;
  height: 100%;
  background: #d74d17;
  top: 0;
  transform: translateX(-100%);
  transition: 0.3s
}

.m-menu ul li a
{
  display: block;
  color: #fff;
  padding: 7px;
}
.m-menu ul li:not(:last-child) a
{
  border-top: solid thin #fff;
}
.m-menu ul li i.active
{
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.m-menu ul li {
  text-align: left;
  background: rgb(215, 77, 23);
  position: relative;
}

.hienthi {
  transform: translateX(0);
  transition: 0.3s;
  z-index: 999;
}

.m-menu .m-menu-logo {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  background: #d74d17;
  font-weight: 700;
  padding: 7px 0px;
  position: relative;
  display: block;
}

.exit-btn {
  position: absolute;
  top: 2px;
  width: 30px;
  right: 3px;
  color: #1d2124;
  height: 30px;
  text-align: center;
  background: #ffffffad;
  border-radius: 999px;
  line-height: 30px;
}

.m-menu li ul {
  display: none;
}

.m-menu ul li i:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: initial;
}

.m-menu ul li i {
  color: #fff;
  position: absolute;
  display: block;
  width: 30px;
  font-size: 24px;
  text-align: center;
  right: 0;
  padding: 0;
  height: 30px;
  line-height: 30px;
  top: 3px;
}

._des2{
    border: 1px solid #d64918;
    display: block;
    padding: 5px 0;
    margin-bottom: 10px;
    color: #ffffff;
    background: #e66b0b;
}
.result tr.td-bg-xanh {
    background: #dc5713;
    color: #fff;
}
.result tr:hover{
  background: #973909 !important;
    color: #fff !important;
}
.result td.layngay{
      font-weight: bold;
    color: #da251c;
    cursor: pointer;
}
.send-info button {
    width: 100%;
    font-size: 14px;
    background-color: #983109;
    border-color: #983109;
    text-transform: uppercase;
}
.send-info button:hover{
  background-color: #983109;
    border-color: #983109;
}

.gachthe {
    max-width: 250px;
    margin: 0px auto 100px;
}

.gachthe select {
    width: 100%;
    height: 38px;
    border-radius: 5px;
    border: 1px solid #ced4da;
    margin-bottom: 15px;
    display: block;
    font-size: 16px;
}
.gachthe input {
  margin-bottom: 15px;
}
form.form-group.cart button {
  display: inline-block;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  width: 100%;
  color: white;
  margin-top: 15px;
  text-transform: uppercase;
}
.send-info button {
    width: 100%;
    font-size: 14px;
    background-color: #007bff;
    border-color: #007bff;
    text-transform: uppercase;
}
.box-sha:hover{
      background: #dc5713;
    color: #fff;
}
.box-border {
  border: 5px solid black;
  display: block;
  margin:5px 0;
  border-color: red;
  animation-name: flash_border;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: flash_border;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: flash_border;
  -moz-animation-duration: 2s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
}

@keyframes flash_border {
  0% {
    border-color: #FFA07A;
  }
  50% {
    border-color: #FF4500;
  }
  100% {
    border-color: #00FF00;
  }
}

@-webkit-keyframes flash_border {
  0% {
    border-color: #FFA07A;
  }
  50% {
    border-color: #FF4500;
  }
  100% {
    border-color: #00FF00;
  }
}

@-moz-keyframes flash_border {
  0% {
    border-color: #FFA07A;
  }
  50% {
    border-color: #FF4500;
  }
  100% {
    border-color: #00FF00;
  }
}


@media (max-width:1200px) {
  .list .item {
    width: 200px;
    height: 200px;
  }

  .item .item-name {
    font-size: 20px;
    padding: 5px 15px;
  }
  .header .slogan {
    font-size: 25px;
    padding: 10px;
  }

  .main-nav>ul>li {
    font-size: 25px;
    padding: 5px 10px;
  }

  .banner-table .table-title {
    font-size: 20px;
  }

  .banner-table .s-content {
    font-size: 17px;
    margin-bottom: 10px;
  }

}

@media (max-width:992px) {
  .pro-title
  {
    padding: 10px 0;
  }
  header
  {
    position: fixed;
    z-index: 998;
    width: 100%;
  }
  nav.m-nav-bar ul {
    max-height: 400px;
    overflow: scroll;
  }
  .m-menu .m-menu-logo img {
    max-height: 70px;
  }
  header .logo img {
    object-fit: contain;
    max-width: 200px;
  }
  header .wrap-nav
  {
    border-top:none;
    border-bottom:none;
  }
  .main-nav {
    display: none;
  }

  .banner-table {
    position: relative;
    padding: 10px;
    width: 100%;
    max-width: 100%;
    left: 0;
    border-radius: 0;
  }

  .btn-m-menu {
    display: block;
    padding: 0px 10px;
    position: absolute;
    right: 0;
    top: calc(50% - 13px);
  }

  .m-menu {
    display: block;
  }
  .list .item
  {
    margin: auto;
  }

}

@media (max-width:768px) {
  nav.m-nav-bar ul {
    max-height: 250px;
    overflow: scroll;
  }
  .header .logo {
    font-size: 25px;
  }

  .header .slogan {
    font-size: 18px;
  }

  .pro-title {
    font-size: 24px;
  }

  .m-menu {
    width: 70%;
  }

}

@media (max-width:480px) {
  .list .item {
    width: 150px;
    height: 150px;
  }

  .header {
    display: block;
    text-align: center;
  }

  .header .slogan {
    text-align: center;
  }

  .item .item-name {
    font-size: 14px;
    padding: 5px 20px;
  }

  .banner-table .table-title {
    font-size: 18px;
  }

  .banner-table .s-content {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .footer-title {
    font-size: 14px;
  }

  .m-menu {
    width: 75%;
  }

}

@keyframes up
{ 0%{-webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);} 
  100%{-webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);}
  }

  @keyframes blinker {
    0%{
      background:#ffc107;
      background-clip: text;
      text-fill-color: transparent;
      -webkit-background-clip: text;
      opacity: 1;
      -webkit-text-fill-color: transparent;
    }
    50% {
      opacity: 0.7;
      background:#d73101;
      background-clip: text;
      text-fill-color: transparent;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
  }
  .linear-wipe {
    text-align: center;

    background: linear-gradient(to right, #FFF 20%, #FF0 40%, #FF0 60%, #FFF 80%)!important;
    background-size: 200% auto!important;

    color: #000;
    background-clip: text!important;
    text-fill-color: transparent!important;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;

    animation: shine .8s linear infinite;
  }
  @keyframes shine {
    to {
      background-position: 200% center;
    }
  }