@charset "UTF-8";@import"https://fonts.googleapis.com/css?family=Kanit:400,600,700&display=swap"; 

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */


body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: left;
    background-color: #2b3745;
    font-family: Kanit;
}
/* From Uiverse.io by gharsh11032000 */ 
.button-nav {
  cursor: pointer;
  position: relative;
  padding: 5px 15px;
  font-size: 14px;
  margin-right: 5px;
  color: rgb(255, 229, 142);
  border: 2px solid rgb(255, 255, 255);
  border-radius: 34px;
  background-color: transparent;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
  overflow: hidden;
}

.button-nav::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: inherit;
  scale: 0;
  z-index: -1;
  background-color: rgb(2, 70, 0);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.button-nav::before {
  scale: 3;
}

.button-nav:hover {
  color: #fff6f6;
  scale: 1.1;
  box-shadow: 0 0px 20px rgba(42, 248, 87, 0.4);
}

.button-nav:active {
  scale: 1;
}
.button-nav-register {
  cursor: pointer;
  position: relative;
  padding: 5px 15px;
  font-size: 14px;
  margin-right: 5px;
  color: rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
  border-radius: 34px;
  background-color: transparent;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
  overflow: hidden;
}

.button-nav-register::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: inherit;
  scale: 0;
  z-index: -1;
  background-color: rgb(252, 2, 2);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.button-nav-register::before {
  scale: 3;
}

.button-nav-register:hover {
  color: #fff6f6;
  scale: 1.1;
  box-shadow: 0 0px 20px rgba(255, 100, 100, 0.4);
}

.button-nav-register:active {
  scale: 1;
}
.form-head{
    position: static;
    padding-left: 1020px;
    
}
.button-mobile {
  display: inline-block;
  padding: 5px 5px;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #04AA6D;
  border: none;
  border-radius: 10px;
  box-shadow: 0 9px #999;
}

.button-mobile:hover {background-color: #3e8e41}

.button-mobile:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
.button-mobile-regis {
  display: inline-block;
  padding: 5px 5px;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #ff0224;
  border: none;
  border-radius: 10px;
  box-shadow: 0 9px #999;
}

.button-mobile-regis:hover {background-color: #4b0b0b}

.button-mobile-regis:active {
  background-color: #ff3f3f;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
.announce {
    background-color: #0d0d0d;
    margin-bottom: 10px;
}
.announce__icon {
    width: 85px;
    background-color: #92021d;
    position: relative;
    height: 40px;
}.announce__icon .data-icon {
    font-size: 20px;
    position: absolute;
    left: 31px;
    top: 8px;
}.announce__text {
    font-size: 12px;
    line-height: 40px;
    margin-left: 50px;
}.announce .scroll-left {
    height: 40px;
    overflow: hidden;
    position: relative;
}
.product-img{
    width:160px;
}
.navbar-toggler-color{
    font-size: 12px;
    color:#92021d;
}
.footer-menu {
     overflow: hidden;
  background-color: #333;
  position: fixed;
  bottom: 0;
  width: 100%;
}
.footer-menu a{
    width: 20%;
    float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 12px;
}

.footer-menu a:hover {
  background: #f1f1f1;
  color: black;
}

.footer-menu a.active {
  background-color: #04AA6D;
  color: white;
}

.icon{
    vertical-align: middle;
    vertical-align: baseline;
}