@import url('./reset.css');
@import url('../fonts/fontface.css');


body {
  font-size: 16px !important;
  color: #4F4F4F !important;
  font-family: 'work_sans', 'noto_sans' !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
}

.preload {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/skin/siamink.png) no-repeat center center #fff;
  background-size: 100px;
}




a {
  transition: all ease .3s !important;
  text-decoration: none !important;
  color: #ffffff;
  cursor: pointer !important;
}

a:hover {
  color: #ffffff !important;
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
  color: #000;
  line-height: 1.4;
}

h1,
.h1 {
  font-size: 48px;
}

h2,
.h2 {
  font-size: 32px;
}

h3,
.h3 {
  font-size: 28px;
}

h4,
.h4 {
  font-size: 26px;
}

h5,
.h5 {
  font-size: 24px;
}

h6,
.h6 {
  font-size: 20px;
}

p {
  font-size: 16px;
  margin-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  text-wrap: wrap;
  word-break: break-all;
}

small {
  font-size: 14px;
}

ul {
  list-style-type: none;
}

.image-container {
  position: relative;
}

.image-container img {
  width: 100%;
  height: auto;
}

.image-container .title-img{
  object-fit: cover;
}
@media screen and (max-width:1920px) {
  .image-container .title-img{
    /* position: absolute; */
    display: flex;
    /* top: -500px; */
    margin-top: -230px;
    min-height: 800px;

  }
}

@media screen and (max-width:1200px) {
  .image-container .title-img{
    /* position: absolute; */
    display: flex;
    /* top: -500px; */
    /* margin-top: -300px; */
    /* min-height: 600px; */

  }
}

@media screen and (max-width:945px) {
  .image-container .title-img{
    /* position: absolute; */
    display: flex;
    /* top: -500px; */
    margin-top: -107px;
    min-height: 150px;

  }
}

@media screen and (max-width:700px) {
  .image-container .title-img{
    /* position: absolute; */
    display: flex;
    /* top: -500px; */
    margin-top: -46px;
    min-height: 150px;

  }
}

@media screen and (max-width:525px) {
  .image-container .title-img{
    /* position: absolute; */
    display: flex;
    /* top: -500px; */
    margin-top: -58px;
    min-height: 250px;

  }
}

@media screen and (max-width:375px) {
  .image-container .title-img{
    /* position: absolute; */
    display: flex;
    /* top: -500px; */
    margin-top: -58px;
    min-height: 250px;
  }
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.btn-dark {
  color: #fff;
  background-color: #043593;
  border-color: #043593;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Search-box */
.searchBox {
  position: relative;
  width: 30px;
  height: 30px;
  background: none;
  display: flex;
  justify-content: space-between;
  transition: 0.5s;
  overflow: hidden;
  box-shadow: 0 25px 35px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
}

.searchBox .search {
  position: relative;
  min-width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  cursor: pointer;
}

.searchBox .close {
  position: relative;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25em;
  cursor: pointer;
  transition: 0.5s;
}

.searchBox.active {
  width: 200px;
}

.searchBox.active .close {
  scale: 1;
  transition-delay: 0.5s;
}

.searchBox .searchInput {
  position: absolute;
  left: 30px;
  width: calc(100% - 60px);
  height: 100%;
  line-height: 30px;
}

.searchBox .searchInput input {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  outline: none;
  font-size: 14px;
}

/* END */



section {
  background-color: #fff;
}

.over-size {
  font-size: 64px;
}

.form-floating>.form-control {
  padding: 1rem 0.75rem;
  border: 0;
  border-bottom: 1px solid #D8D8D8;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.box-content {
  width: 100%;
  margin-bottom: 10px;
}

.box-content p {
  line-height: 1.6;
}

.box-content ul {
  list-style-position: outside;
  list-style: inside;
}

.box-content img {
  margin-bottom: 10px;
  width: 100%;
}

.t-md {
  font-weight: 500;
}

strong,
b {
  font-weight: 600;
}

.txt-primary {
  color: #CD2127;
}

.txt-gray {
  color: #707070;
}

.txt-dark {
  color: #043593;
}

.txt-white {
  color: white;
}

.txt-white-im {
  color: white !important;
}

.txt-success {
  color: #34A853;
}

.txt-yellow {
  color: #A67531
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fill-yellow {
  fill: #D0B454
}

;

.ab-cen {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.bg-ddd {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

/* background */
.bg-grey {
  background-color: #F7F7F7;
}

.bg-dark-grey {
  background-color: #EFEEEE;
}

.bg-black {
  background-color: #000;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}


/* Sec port */
.sec-port {
  padding: 10px
}

/* section class */
.sec {
  padding: 50px 0px;
}

.sec-title {
  font-size: 60px;
  color: #000;
  letter-spacing: 2px;
  font-weight: 500;
  margin-top: 0;
  /* margin-bottom: 10px; */

}

.sec-title-second {
  color: #000;
  letter-spacing: 2px;
  font-weight: 600;
}

.sec-text {
  color: black;
  font-weight: 200;
  font-size: 18px;
}

.sec-subtitle {
  font-weight: 500;
  color: #0976DB ;
  letter-spacing: 4px;
}

/* Video home */
.sec.introduce-video {
  background: url(../img/home/video-bg3.0.png) no-repeat center center #fff;
  position: relative;
  overflow: hidden;
}

/* .introduce-video .bg-img{
  position: relative;
} */

.introduce-video .bg-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%; 
  height: 100%;
}

.bg-img .video-bg{
  width: 100%;

}

.introduce-video .video video{
  z-index: 2;
}

.introduce-video .video .shadow-video{
  box-shadow: rgba(0, 0, 0, 1) 0rem 1rem 3rem;
}

/* Services Home */
.services {
  background: #efeeee;
}




.services-block {
  margin: 10px;
  background-color: #F7F7F7;
  padding: 15px;
  transition: transform 0.3s ease;
  border-bottom: solid 5px 043593;
}

.services-title {
  font-size: 40px;
  font-weight: bold;
  color: black;
}

.services-subtitle {
  font-size: 20px;
  color: black
}

.services-text {
  font-size: 24px;
  color: black
}

.services-block:hover {
  background-color: #043593;
  transform: translateY(-10px);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.services-block:hover .services-title {
  color: #D0B454
}

.services-block:hover .services-subtitle {
  color: #FFF
}

.services-block:hover .services-text {
  color: #FFF
}

/* Section Product detial */
a.txt-dark {
  color: #043593
}

.detail {
  padding: unset;
}

.detail-block {
  margin-right: 2em;
  background-color: #F7F7F7;
  padding: 15px;
  transition: transform 0.3s ease;
  border-bottom: solid 5px black;
}

.detail-title {
  font-size: 40px;
  font-weight: 500;
  color: #0976DB;
}


.product-status small {
  font-size: 20px;
  color: #707070;
}

.product-status span {
  color: #000000;
  font-weight: 500;
  font-size: 20px;
}


.detail-subtitle {
  font-size: 20px;
  color: black
}

.detail-prices {
  color: #707070;
  font-size: 22px;
}

.detail-prices-num {
  color: #FF0000;
  font-size: 32px;
  font-weight: 500;
}

.detail-text {
  font-size: 24px;
  color: black
}

.hover-detail {
  font-size: 32px;
  color: #fff;
  font-weight: 500;
}

.hover-price {
  color: #D0B454;
  font-size: 32px;
  font-weight: 500;
}

.slider__image.item.out-of-stock {
  position: relative;
  /* Allow positioning of child elements */
}

.slider__image.item.out-of-stock::after {
  content: "Out of Stock";
  /* Customize your styles according to preference: */
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  top: 50%;
  /* Center vertically */
  left: 50%;
  /* Center horizontally */
  transform: translate(-50%, -50%);
  padding: 10px;
  font-size: 20px;
  text-align: center;
  z-index: 1;
  /* Ensure text is on top of the image */
}


/* Contact Page */
.contact-title {
  font-size: 40px;
  font-weight: bold;
  color: #A67531;
  letter-spacing: 2px;
}

.contact-subtitle {
  color: #000;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 16px;
}

.contact-information {
  background-color: #F2F0F1;
  margin: 30px 0 30px 0;
}

.info-title {
  font-size: 36px;
  font-weight: bold;
  color: #D0B454;
  letter-spacing: 2px;
}

.info-subtitle {
  color: #000;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 16px;
}

.info-text {
  color: #000;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 16px;
}

/* Agent Page */
.agent-title {
  font-size: 40px;
  font-weight: bold;
  color: #A67531;
  letter-spacing: 2px;
}

.agent-subtitle {
  color: #000;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 16px;
}

.agent-information .row {
  background-color: #f2f0f1;
}

.info-title {
  font-size: 24px;
  font-weight: bold;
  color: #D0B454;
  letter-spacing: 2px;
}

.info-subtitle {
  color: #000;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 16px;
}

.info-text {
  color: #000;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 16px;
}

/* Blog Page */
.blog-block {
  margin: 10px;
  background-color: #F2F0F1;
  padding: 15px;
  transition: transform 0.3s ease;
  border-bottom: solid 5px #043593;
}

.blog-title {
  font-size: 30px;
  font-weight: bold;
  color: black;
}

.blog-subtitle {
  font-size: 20px;
  color: black
}

.blog-text {
  font-size: 24px;
  color: black
}

.blog-block:hover {
  background-color: #043593;
  transform: translateY(-10px);
  transition: all ease-in-out 0.3s;
}

.blog-block:hover .blog-title {
  color: #D0B454
}

.blog-block:hover .blog-subtitle {
  color: #FFF
}

.blog-block:hover .blog-text {
  color: #FFF
}

.card-title-custom {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  padding: 0 10px 0 10px;
}

.card-custom {
  height: 100%;
}

/* Agent page */
.dealer-name {
  font-size: 24px;
  color: #A67531;
  font-weight: 500;
}

.order-list-dealer {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 600px;
}

/* Button */
.btn-dark-light {
  color: #043593;
  background-color: #fff;
  border-color: #043593;
}

.hover-red:hover {
  color: red;
}

.button-4 {
  appearance: none;
  background-color: #ffffff;
  border: 1px solid rgba(27, 31, 35, 0.15);
  box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
  box-sizing: border-box;
  color: #24292E !important;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  padding: 5px 40px;
  position: relative;
  transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: break-word;
}

.content-wrapper {
  display: flex;
  align-items: center;
}

.text-wrapper {
  margin-left: 10px;
  /* Adjust the spacing between the icon and text as needed */
}

.text-wrapper h1,
.text-wrapper p {
  margin: 0;
}


.button-4:hover {
  background-color: #F3F4F6;
  text-decoration: none;
  transition-duration: 0.1s;
}

.button-4:disabled {
  background-color: #FAFBFC;
  border-color: rgba(27, 31, 35, 0.15);
  color: #959DA5;
  cursor: default;
}

.button-4:active {
  background-color: #EDEFF2;
  box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
  transition: none 0s;
}

.button-4:focus {
  outline: 1px transparent;
}

.button-4:before {
  display: none;
}

.button-4:-webkit-details-marker {
  display: none;
}

.button-5 {
  appearance: none;
  background-color: #043593;
  border: 1px solid rgba(27, 31, 35, 0.15);
  box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
  box-sizing: border-box;
  color: white !important;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 100;
  letter-spacing: 4px;
  list-style: none;
  padding: 10px 80px;
  position: relative;
  transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: break-word;
}

.button-5:hover {
  text-decoration: none;
  transition-duration: 0.1s;
}

.button-5:disabled {
  background-color: #FAFBFC;
  border-color: rgba(27, 31, 35, 0.15);
  color: #959DA5;
  cursor: default;
}

.button-5:active {
  background-color: #EDEFF2;
  box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
  transition: none 0s;
}

.button-5:focus {
  outline: 1px transparent;
}

.button-5:before {
  display: none;
}

.button-5:-webkit-details-marker {
  display: none;
}

/* End */

.pd {
  padding: 50px 0;
}

.mr {
  margin: 50px 0
}

.fw {
  width: 100%;
  float: left;
}

.btn-icon>span {
  display: flex;
  align-items: center;
}

li.page-item {
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
}

.page-item .page-link {
  border-color: #043593;
  color: #043593;
  min-width: 36px;
  text-align: center;
}

.page-item .page-link:hover {
  border-color: #043593;
  background-color: #043593;
  color: #fff;
}

.page-item.active .page-link {
  background-color: #043593;
  border-color: #043593;
  color: #fff !important;
}

.btn {
  padding: 10px 15px;
}

.btn-ctr-primary {
  border-radius: 0 !important;
  background-color: #043593 !important;
  min-width: 30% !important;
  border-color: #043593 !important;
  color: #fff !important;
}

.btn-ctr-primary:hover {
  border-color: #043593 !important;
  background-color: #043593 !important;
  color: #D0B454 !important;
}

.btn-ctr-primary.round {
  border-radius: 50rem !important;
}

.btn:focus {
  box-shadow: none;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #043593;
}

.product-color.product-list ul {
  flex-flow: row;
  overflow-x: hidden;
}

.product-color.product-list ul>li:last-child {
  margin-right: 8px;
}

#order_list_wrapper .dataTables_paginate .pagination {
  list-style: none;
}

#order_list_wrapper .dataTables_paginate .pagination li {
  padding: 0;
}

.form-control.is-invalid~.validate {
  display: block;
}

.box-group-menu .group-menu-end>.container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.box-group-menu>nav:first-child>.container .group-menu-end>ul {
  margin: 0;
  padding: 0;
  gap: 6px;
  list-style: none;
}

.shopping-cart-wrapper .container {
  padding: 20vh 10vw;
  background-color: #EFEEEE;
}

/* .product-color.product-list ul::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none;  
  scrollbar
  -width: none;  
} */
/* .product-color.product-list ul > li{width: 100%;flex: 1 1 0;flex-grow: 1;} */
.product-color.product-list ul>li label {
  width: 100%;
}

.fill-white {
  fill: white;
}

.btn-outline-dark.override {
  background-color: unset;
  border-color: #7D7D7D;
  color: #212529;
}

/* Button Checkout */
.chk-but {
  display: none;
}

.chk-but.active {
  display: block;
}

.set-center {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.form-control.postcode {
  background-color: unset;
}

/* HEADER */
header {
  z-index: 20;
}

header nav ul {
  list-style: none;
}

.container-1360 {
  max-width: 1360px
}

header nav a {
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1px;
}

.box-search {
  width: 100%;
  background-color: #EFEEEE;
  border-radius: 100px;
  overflow: hidden;
  padding: 0 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box-search input {
  width: 100%;
  background-color: #EFEEEE;
  border-radius: 100px;
  overflow: hidden;
  padding: 0px 10px 0px;
  border: 0;
  font-size: 12px;
  max-width: 80px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.box-search input:focus {
  max-width: 200px;
  overflow: hidden;
}

.box-search button {
  border: 0;
  background-color: #E0E0E0;
  padding: 10px 10px 11px;
}

.box-search button span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-search button span img,
.box-search button span svg {
  fill: #000;
  height: 16px;
}

/* Search Box */

/* END */

.menu-bar .active a {
  color: #E1BD42;
  font-weight: 500;
  position: relative;
}

.menu-bar .active a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #E1BD42;
  left: 0;
  bottom: 0px;
  opacity: 1 !important;
}

.menu-bar a {
  position: relative;
}

.menu-bar a::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #E1BD42;
  left: 0;
  bottom: 0px;
  opacity: 0;
  width: 0%;
}

.menu-bar a:hover::after {
  opacity: 1;
  width: 100%;
  transition: all 0.4s ease-in-out;
}


.footer .box-content-menu a {
  position: relative;
}

.footer .box-content-menu a::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #E1BD42;
  left: -50%;
  bottom: -5px;
  opacity: 0;
  width: 0%;
  transform: translateX(112%);
}

.footer .box-content-menu a:hover::after {
  width: 30%;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

.menu-bar .active .dropdown-content a {
  color: black;
  font-weight: 500;
}

.btn-cart {
  position: relative;
}

span.item-cart {
  position: absolute;
  background: #CD2127;
  font-size: 11px;
  color: #fff;
  min-width: 14.79px;
  min-height: 16px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  line-height: 1;
  padding: 2px;
  top: -8px;
  right: -8px;
}

.btn-menu {
  display: none;
  align-items: center;
  -webkit-display: flex;
  -webkit-align-items: center;
  cursor: pointer;
  z-index: 12;
  left: 20px;
  top: 40px;
}

.btn-menu .groupMenu {
  margin: 0 auto;
  width: 26px;
  cursor: pointer;
  height: 16px;
  position: relative;
  float: left;
}

.btn-menu .groupMenu span {
  position: absolute;
  width: 26px;
  height: 2px;
  background-color: #FFF;
  float: left;
  margin-bottom: 4px;
  overflow: hidden;
  -webkit-transition: ease .4s;
  transition: ease .4s;
}

.btn-menu .groupMenu span:last-child {
  margin-bottom: 0px;
}

.btn-menu .pan1 {
  top: 0px;
  left: 0px;
  transform-origin: center center;
  -webkit-transform-origin: center center;
}

.btn-menu .pan2 {
  top: 7px;
  left: 0px;
  transform-origin: center center;
  -webkit-transform-origin: center center;
}

.btn-menu .pan3 {
  top: 14px;
  left: 0px;
  transform-origin: center center;
  -webkit-transform-origin: center center;
}

.btn-menu .btn-menutext {
  color: #fff;
  float: right;
  text-transform: uppercase;
  font-size: 10px;
  padding-top: 3px;
  margin-right: 15px;
  letter-spacing: 1px;
}

.btn-menu:hover span:before {
  left: 0px;
}

.closeMenu {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  z-index: -1;
  cursor: pointer;
}

.menuActive .groupMenu .pan1 {
  left: 0;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 6px;
  z-index: 2;
  height: 2px;
}

.menuActive .groupMenu .pan2 {
  left: 0;
  width: 0px;
  height: 0px;
}

.menuActive .groupMenu .pan3 {
  left: 0;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 6px;
  z-index: 2;
  height: 2px;
}

.menuActive .closeMenu {
  z-index: 12;
}

.menuActive .btn-menu {
  z-index: 12;
}

.menuActive .btn-menu .groupMenu span {
  background-color: #FFF;
}

.menuActive .btn-menu .groupMenu span:before {
  background-color: #FFF;
}




.filter-body {
  width: 100%;
  float: left;
  padding: 30px 0;
  position: relative;
  height: calc(100vh - 78.8px);
}

.filter-select {
  width: 100%;
  float: left;
  height: calc(100vh - (78.8px + 120px));
  padding: 0 20px;
  overflow: hidden;
  overflow-y: scroll;
}

.filter-wrap {
  transition: all ease-in-out .5s;
  position: fixed;
  width: 100%;
  opacity: 0;
  z-index: -2;
  pointer-events: none;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
}

.filter-wrap.active {
  opacity: 1;
  pointer-events: unset;
  z-index: 30;
}

.filter-select-item {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

.filter-wrap .dropdown-menu.check-group {
  right: 0;
  top: 40px;
  min-width: 10rem;
}

.filter-select-item-h {
  width: 100%;
  float: left;
}

.filter-select-item a.btn-filter {
  justify-content: space-between;
  width: 100%;
}

.filter-child {
  width: 100%;
  height: calc(100vh - (87.8px + 87px));
  max-height: calc(100vh - 87.8px);
  overflow: hidden;
  overflow-y: scroll;
  float: left;
  padding: 0;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 100vw;
  transition: all ease-in-out .5s;
  padding: 20px;
}

.filter-child.active {
  left: 0;
  padding: 20px;
}

.box-filter-child-check {
  width: 100%;
  float: left;
}

.box-filter-child-check li {
  width: 100%;
  float: left;
  margin: 15px 0;
}

.box-filter-child-check li label {
  font-size: 14px;
}

.box-filter-child-check .fil-price {
  padding: 10px 20px;
}

.box-filter-list {
  margin-bottom: 20px;
}

.filter-close {
  position: absolute;
  right: 20px;
}

.filterActive {
  overflow: hidden;
}



/* Animate */
.tracking-in-expand {
  -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
  animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

.roll-in-left {
  -webkit-animation: roll-in-left 0.6s ease-out both;
  animation: roll-in-left 0.6s ease-out both;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-5-24 12:20:42
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */






.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  /* height: 200px; */
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  object-position: center;
}


/* Price tag */
#full_price_tag {
  text-decoration: line-through;
  /* Strike through the full price */
  color: grey;
  /* Grey color for the full price */
}

/* Item box */
.item-description {
  max-width: 100%;
  max-height: 100px;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;

}

.porduct-name-1{
  padding: 0;
}
/* Thumb-img portfolio */
/* .thumb-img{
  width: 313px;
  height: 310px;
} */
/* HOME */
.pb-50px {
  padding-bottom: 50px;
}

.pb-60px {
  padding-bottom: 60px;
}

.pb-70px {
  padding-bottom: 70px;
}

.sec-hero-banner {
  width: 100%;
  float: left;
}

.swiper-pagination-bullet {
  background: linear-gradient(180deg, rgba(186, 186, 186, 1) 0%, rgba(243, 243, 243, 1) 100%);
  width: 13px;
  height: 13px;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: linear-gradient(180deg, rgba(145, 145, 145, 1) 0%, rgba(186, 186, 186, 1) 100%);
}


.cont-banner {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
}

.sec-products a {
  text-decoration: none;
  color: black;
}

.card-product-title {
  transition: all ease .3s;
  font-size: 24px;
  /* padding-top: 290px; */
  margin-top: 0;
}

.sec-products a:hover .card-product-title {
  color: #F54047;
}

.box-img {
  width: 100%;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.box-img img {
  width: 100%;
  min-height: 300px;
  /* float: left; */
}

.box-img:hover .box-img-overlay {
  opacity: 1;
  z-index: 1;
}

.box-img-overlay .box-img-item{
  width: 100%;
}

.box-img-overlay {
  transition: all ease-in-out .5s;
  opacity: 0;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#0383D6, #043694);
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 30px;
}

.box-img-overlay a {
  color: #fff;
  min-width: 70%;
}

.box-img-overlay a:hover {
  color: #fff;
}

.box-img-overlay .btn {
  background-color: #fff !important;
  color: #043084 !important;
  border-color: #fff !important;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  position: relative;
}

.box-img-overlay .btn:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 0%;
  height: 2px;
  background-color: #043084;
  transform: translateX(-50%);
  opacity: 0;
}

.box-img-overlay .btn:hover:after {
  width: 30%;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.text-overlay-top .box-overlay-top{
  position: absolute;
  top: 9px;
  background-color: #000000;
  opacity: 0;
  width: 102%;
  height: 47%;
  display: flex;
  justify-content: center;
  align-items: center;

}

.text-overlay-top .box-overlay-top:hover {
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}

.text-overlay-bottom .box-overlay-bottom{
  position: absolute;
  bottom: 16px;
  background-color: #000000;
  opacity: 0;
  width: 102%;
  height: 47%;
  display: flex;
  justify-content: center;
  align-items: center;

}

.text-overlay-bottom .box-overlay-bottom:hover {
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}


.box-tab {
  width: 100%;
  float: left;
}

.tab-group {
  width: 100%;
  float: left;
  padding: 10px;
  background-color: #043593;
}

.tab-group ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  padding: 0;
}

.tab-group ul>li {
  padding: 0 20px;
}

.tab-group ul>li a:hover {
  color: #707070;
}

.tab-group ul>li .active {
  text-decoration: underline !important;
}

.tab-item {
  display: none;
}

.tab-list {
  width: 100%;
  float: left;
}

.sec-product-cate .box-img-overlay {
  opacity: 1;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}

.sec-product-cate .box-img-overlay h2 {
  color: #fff;
}

.box-tab.search-result>.tab-group>ul>li .active {
  text-decoration: underline !important;
}

.box-tab.search-result {
  margin-bottom: 2vw;
}

.box-cont {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}

.box-cont-l {
  width: 50%;
  position: relative;
  height: 100%;
}

.box-cont-l img {
  width: 100%;
}

.box-cont-l .cont-img {
  width: calc(50vw - 50px);
  position: relative;
  top: 0;
  left: calc(100% - 50vw);
}

.box-cont-r {
  width: 50%;
  height: 100%;
}

.box-subscribe {
  width: calc(100% - 50px);
  margin-left: 50px;
  padding: 7px;
  display: flex;
  align-items: center;
}

.box-subscribe input {
  width: calc(100% - 10px);
  height: 100%;
  min-height: 46px;
  border-radius: 100px;
  border: 0;
  margin-right: 7px;
  background-color: #efeeee;
  border-color: #efeeee;
  outline: none;
  font-size: 20px;
  padding: 0 15px;
}

.box-subscribe a.btn-ctr-primary {
  padding: 10px;
  color: #fff;
}

.cart-list ul.insert-cart {
  margin: 0;
  list-style-type: none;
  padding: 0;
}


.slider {
  color: #fff;
}

.slider .swiper-container {
  width: 100%;
  height: 100%;
}

.slider__flex {
  display: flex;
  align-items: flex-start;
}

.slider__col {
  display: flex;
  flex-direction: column;
  width: 150px;
  margin-right: 10px;
}

.slider__col .slider__image {
  cursor: pointer;
}

.slider__prev,
.slider__next {
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slider__prev:focus,
.slider__next:focus {
  outline: none;
}

.slider__thumbs {
  height: 600px
}

/* .slider__thumbs {height: calc(400px - 96px);} */
.slider__thumbs .slider__image {
  transition: 0.25s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}

.slider__thumbs .slider__image:hover {
  opacity: 1;
}

.slider__thumbs .swiper-slide-thumb-active .slider__image {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

.slider__images {
  height: 600px;
  width: 100%;
}

.slider__images .slider__image img {
  transition: 3s;
}

.slider__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}


.product-color ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-color ul li {
  margin-right: 8px;
  margin-bottom: 8px;
}

.product-color ul li:last-child {
  margin-right: 0;
}

.product-color ul label {
  font-size: 13px;
  padding: 8px 12px;
  border-radius: 0;
  border-color: #7D7D7D;
}

.product-color .btn-check:active+.btn-outline-dark:focus,
.product-color .btn-check:checked+.btn-outline-dark:focus,
.product-color .btn-outline-dark.active:focus,
.product-color .btn-outline-dark.dropdown-toggle.show:focus,
.product-color .btn-outline-dark:active:focus {
  box-shadow: none;
}

.product-color .btn-check:focus+.btn-outline-dark,
.product-color .btn-outline-dark:focus {
  box-shadow: none;
}

.btn-group-row {
  display: flex;
}

.btn-group-row a {
  width: calc(50% - 5px);
}

.btn-group-row a:nth-of-type(1) {
  margin-right: 5px;
}

.btn-group-row a:nth-of-type(2) {
  margin-left: 5px;
}

.btn-group {
  margin-bottom: 10px;
}

.group-share {
  margin-top: 40px;
}

.group-share ul li {
  margin-right: 20px;
}

.group-share ul li:first-child {
  padding-right: 20px;
  border-right: 1px solid #D8D8D8;
  color: #121212;
}

.group-share ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.group-share ul li img,
.group-share ul li svg {
  height: 20px;
  fill: #043593;
}

.sw-custom {
  width: 100%;
  margin-top: 20px;
}

.sw-custom .swiper-pagination-progressbar {
  position: relative;
  width: 100%;
  height: 2px;
  background: #D8D8D8;
}

.sw-custom .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transition: all ease-in-out .5s;
  background: #D0B454;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  transform: none !important;
}

.border-es {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}

.pop-addto-cart {
  display: none;
  position: absolute;
  z-index: 99;
  background-color: #fff;
  border: 1px solid #000;
  padding: 20px 30px 50px;
  top: 40px;
  right: 0;
  width: 1000px;
  max-width: 320px;
  overflow: auto;
  min-height: auto;
  max-height: 300px;
}

.box-pop-cart {
  width: 100%;
  float: left;
  max-width: 300px;
}

.cart-label {
  width: 100%;
  float: left;
}

.cart-label span {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #000000;
}

.cart-label span img,
.cart-label svg {
  fill: #000;
  height: 20px;
  margin-right: 10px;
}

.cart-list {
  width: 100%;
  float: left;
  margin: 15px 0;
}

.cart-list ul {
  width: 100%;
  float: left;
}

li.cart-item {
  width: 100%;
  float: left;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dee2e6;
}

li.cart-item:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

.cart-item-thumb {
  height: 70px;
  width: 70px;
  float: left;
}

.cart-item-thumb img {
  float: left;
  height: 70px;
  width: 70px;
  object-fit: cover;
}

.cart-item-cont {
  width: calc(100% - 80px);
  float: left;
  margin-left: 10px;
}

.item-cont-name {
  font-size: 14px;
}

.item-cont-color {
  font-size: 14px;
}

.cart-btn-group {
  width: 100%;
  float: left;
}

.cart-close {
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
}

.cart-close-s {
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
}

.cart-close svg,
.cart-close img {
  height: 20px;
  fill: #000;
}

footer ul li svg,
footer ul li img {
  fill: #707070;
  height: auto;
  width: 24px;
}

footer ul {
  padding: 0;
  list-style: none;
}

footer {
  background-color: red;
  background-image: url(../img/home/suprafooter.png);
  background-size: 100% 100%;
  padding-top: 100px;
  color: white
}

.footer-logo {
  width: 150px !important;
}

.footer-social {
  background-color: #032971;
  padding: 20px 0px;
}

.btn-outline-dark.btn-icon svg {
  fill: #043593;
}

.btn-outline-dark.btn-icon:hover svg {
  fill: #fff;
}

.box-shadow {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 42px;
}

.box-filter-group {
  align-items: center;
}

.box-filter-group .dropdown-menu {
  min-width: 14rem;
}

.dropdown-menu {
  border-radius: 0;
  border-color: #D8D8D8;
  padding: 0 15px 15px;
  z-index: 2;
}

.dropdown-menu.check-group li:not(.filter-box-cont) {
  width: 100%;
  float: left;
  margin: 5px 0;
}

.filter-box-cont {
  padding: 10px;
  width: calc(100% + 30px);
  margin-left: -15px;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fil-price {
  width: 100%;
  float: left;
  border-radius: 0;
  font-size: 15px;
  border: 1px solid #7D7D7D;
}

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

.reset-filter {
  font-size: 14px;
  text-decoration: underline;
}

.box-filter-group .open .dropdown-menu {
  display: block;
}

.box-filter-group button {
  position: relative;
  padding: 0;
  text-align: left;
}

.dropdown-toggle::after {
  background-image: url(../img/skin/arrow-down.svg);
  border: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.filter-h {
  font-size: 16px;
  margin-right: 5px;
}

.check-group {
  float: left;
  width: 100%;
  text-align: left;
}

.check-group .check-title {
  float: left;
  margin-right: 20px;
  width: auto;
  margin-bottom: 10px;
}

.check-group .check-line {
  float: left;
  margin-right: 20px;
  color: #ccc
}

.check-group .check-list {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.section-unsubscribe-newsletter .check-group .box-group-inner ul.check-list {
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}

.check-group.checkinline .check-title {
  margin-bottom: 0px;
}

.check-group.checkinline .check-list {
  margin-bottom: 0px;
}

.check-group label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  margin-right: 15px;
  margin-bottom: 0px;
}

.check-group input[type=checkbox] {
  display: none;
}

.check-group label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 2px;
  background-color: #fff;
  border: 1px solid #000;
}

.check-group input[type=checkbox]:checked+label:before {
  background: #fff;
}

.check-group label:after {
  content: "";
  position: absolute;
}

.check-group input[type=checkbox]:checked+label:after {
  width: 20px;
  height: 20px;
  background-image: url(../img/skin/icon-check.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-position: center;
}

/* .check-group input[type=checkbox]:checked + label:after { width:10px; height:10px; background-image: url(../img/skin/icon-check.svg); background-repeat: no-repeat;background-size: 10px 10px;position: absolute;top: 50%;right: 0;transform: translateY(-50%);}  */
.check-group.checkinline .check-list {
  width: auto;
}

.check-group label a {
  text-decoration: underline;
}

.tiny {
  font-size: 10px;
}

.check-group {
  float: left;
  width: 100%;
  text-align: left;
}

.check-group .check-title {
  float: left;
  margin-right: 20px;
  width: auto;
  margin-bottom: 10px;
}

.check-group .check-line {
  float: left;
  margin-right: 20px;
  color: #ccc
}

.check-group .check-list {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.section-unsubscribe-newsletter .check-group .box-group-inner ul.check-list {
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}

.check-group.checkinline .check-title {
  margin-bottom: 0px;
}

.check-group.checkinline .check-list {
  margin-bottom: 0px;
}

.check-group label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  margin-right: 15px;
  margin-bottom: 0px;
}

.check-group input[type=radio] {
  display: none;
}

.check-group label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 2px;
  background-color: #fff;
  border: 1px solid #000;
}

.check-group input[type=radio]:checked+label:before {
  background: #fff;
}

.check-group label:after {
  content: "";
  position: absolute;
}

.check-group input[type=radio]:checked+label:after {
  width: 20px;
  height: 20px;
  background-image: url(../img/skin/icon-check.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-position: center;
}

/* .check-group input[type=checkbox]:checked + label:after { width:10px; height:10px; background-image: url(../img/skin/icon-check.svg); background-repeat: no-repeat;background-size: 10px 10px;position: absolute;top: 50%;right: 0;transform: translateY(-50%);}  */
.check-group.checkinline .check-list {
  width: auto;
}

.check-group label a {
  text-decoration: underline;
}

.box-filter-list label {
  font-size: 14px;
  text-wrap: balance;
}

.box-filter-group .filter-sort .dropdown-menu {
  width: 10rem;
}

.filter-sort label {
  width: 100%;
  margin: 0;
  text-align: center;
}

.filter-sort .check-group label::before {
  width: calc(100% + 30px);
  z-index: -1;
  left: -15px;
  height: 100%;
  top: 0;
  border: 0;
}

.filter-sort .dropdown-menu.check-group li:not(.filter-box-cont) {
  margin: 0;
}

.filter-sort .check-group input[type=radio]:checked+label:before {
  background: #eee;
  border: 0;
  width: calc(100% + 30px);
  z-index: -1;
  left: -15px;
  height: 100%;
  top: 0;
}

.filter-sort .check-group label {
  padding: 5px 0;
}

.filter-sort .check-group label:hover:before {
  background-color: #eee;
}

.filter-sort .check-group input[type=radio]:checked+label:after {
  content: none;
}

.filter-sort .check-group label:after {
  content: none;
}

.filter-sort .dropdown-menu {
  padding: 15px;
  min-width: 10rem;
}

.shopping-cart-item-count span {
  cursor: pointer;
}

.shopping-cart {
  width: 100%;
  float: left;
  padding: 50px 0;
}

.shopping-cart-item {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D8D8D8;
}

/* .shopping-cart-item:first-child{padding-top: 0;} */
.shopping-cart-item-thumb {
  width: 120px;
}

.shopping-cart-item img {
  width: 100%;
}

.shopping-cart-item-cont {
  width: calc(75% - 40px);
}

.shopping-cart-item-count {
  width: 30%;
  text-align: center;
}

.shopping-cart-item-count .number {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}

.shopping-cart-item-count .minus,
.plus {
  text-align: center;
  border-radius: 0;
}

.shopping-cart-item-count input {
  text-align: center;
  font-size: 16px;
  border: 1px solid #1a1e21;
  border-radius: 0;
  display: inline-block;
  vertical-align: middle;
}

.item-group {
  display: flex;
  padding: 0 20px;
  align-items: center;
}

.validate {
  font-size: 12px;
  margin-top: 10px;
  width: 100%;
  float: left;
  display: none;
}

.form-floating>label {
  padding-left: 0;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

.from-select.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.from-select button.btn-light {
  padding-left: 0;
  color: #4f4f4f;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 0;
}

.from-select.btn-check:active+.btn-light,
.from-select.btn-check:checked+.btn-light,
.from-select.btn-light.active,
.from-select.btn-light:active,
.from-select.show>.btn-light.dropdown-toggle {
  color: #4f4f4f;
  background: #fff;
  border-color: #d8d8d8;
}

.btn-check:active+.btn-light:focus,
.btn-check:checked+.btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: none;
}

.from-select .dropdown-menu.show {
  padding: 0;
}

.from-select .dropdown-item.active,
.from-select .dropdown-item:active {
  background-color: #707070;
  color: #fff;
}

.from-select .dropdown-item {
  padding: 10px 20px;
}

/* custom select */
.from-select.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #707070;
  font-weight:600;
}

.form-floating {
  color: #707070;
}

.dropup .dropdown-toggle::after {
  border: 0;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.popup-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
}

.box-popup {
  border: 1px solid #000;
  background-color: #fff;
  width: auto;
  height: auto;
  z-index: 1;
  padding: 50px 30px 40px;
  min-width: 390px;
  position: relative;
}

.pop-close {
  position: absolute;
  right: 15px;
  top: 15px;
}

.order-detail p {
  word-break: break-word;
}

.alert-cart {
  width: 100%;
  background-color: #EFEFEF;
  border-top: 2px solid #198754;
}

.alert-cart p {
  padding: 20px 40px;
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
}

.alert-cart span {
  background-color: #198754;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.alert-cart span img,
.alert-cart span svg {
  fill: #fff;
  height: 20px;
}

.box-icon {
  width: 50px;
}

/* Swiper overide */
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #D0B454;
}

@media (max-width: 767.98px) {
  .slider__flex {
    flex-direction: column-reverse;
  }

  .slider__col {
    flex-direction: row;
    align-items: center;
    margin-right: 0;
    margin-top: 24px;
    width: 100%;
  }

  .slider__images {
    width: 100%;
    height: unset;
  }

  .slider__image {
    height: auto;
  }

  .slider__thumbs {
    height: 100px;
    width: calc(100% - 96px);
    margin: 0 16px;
  }

  .slider__prev,
  .slider__next {
    height: auto;
    width: 32px;
  }

  .image-container img {
    width: 100%;
    height: auto;
  }

  .sec-title {
    font-size: 45px;
  }

  .order-list-dealer {
    height: 300px;
  }

  .box-img img {
    width: 100%;
    height: 250px;
    float: left;
  }

}


@media (min-width: 1200px) {

  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 9rem;
  }
}


@media (max-width: 1199.98px) {

  h1,
  .h1 {
    font-size: 36px;
  }

  h2,
  .h2 {
    font-size: 28px;
  }

  h3,
  .h3 {
    font-size: 26px;
  }

  h4,
  .h4 {
    font-size: 24px;
  }

  h5,
  .h5 {
    font-size: 22px;
  }

  h6,
  .h6 {
    font-size: 18px;
  }

  .over-size {
    font-size: 42px;
  }

  .pop-addto-cart {
    right: 45.1172px;
  }


  .shopping-cart-item-count .number {
    width: calc(100% + 20px);
  }
}

@media (max-width: 991.98px) {



  .box-cont {
    flex-wrap: wrap;
  }

  .box-cont-l,
  .box-cont-r {
    width: 100%;
  }

  .box-cont-l .cont-img {
    left: calc(0px - (100vw - 720px)/2);
    width: 100vw;
  }

  
  .btn-menu {
    display: block;
  }

  .menu-mobile {
    border-bottom: 1px solid #dee2e6 !important;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 10px 15px;
  }

  .menu-mobile>div {
    width: 50px;
  }

  .menu-group-right {
    display: flex;
    align-items: center;
    justify-content: end;
  }

  .box-logo img {
    height: 50px;
  }

  .box-search-mobile {
    padding: 15px;
    border-bottom: 1px solid #dee2e6 !important;
    display: none;
  }

  .box-search input {
    padding: 5px 10px 5px;
  }

  .box-search-mobile input{
    max-width: 999px;

  }

  .group-menu-end li {
    padding: 12px 0;
  }

  header nav a {
    font-size: 16px;
  }

  .box-group-menu {
    width: 100%;
    overflow: hidden;
    overflow-y: scroll;
    display: none;
  }



  .box-search-mobile.active~.box-group-menu {
    max-height: calc(100vh - (76.9px + 68px));
  }

  .box-group-menu {
    max-height: calc(100vh - 76.9px);
  }

  .border-es {
    border-left: 0;
    border-right: 0;
  }

  footer .box-content {
    text-align: center;
  }

  .pop-addto-cart {
    top: 57.4453px;
    right: 17px;
  }

  .slider__col {
    display: none;
  }


  .box-filter-apply {
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
  }

  .shopping-cart-item-cont {
    width: 100%;
  }

  .shopping-cart-item-count {
    width: 100%;
    text-align: center;
  }

  .shopping-cart-item-count .number {
    width: calc(50% + 40px);
  }

  h2.price-result {
    font-size: 24px;
  }

  .alert-cart p {
    padding: 20px;
  }
}

@media (max-width: 767.98px) {
  .pd {
    padding: 30px 0;
  }

  .shopping-cart {
    padding: 0;
  }

  .alert-cart {
    margin-bottom: 30px;
  }

  .box-cont-l .cont-img {
    left: calc(0px - (100vw - 540px)/2);
  }

  .box-subscribe {
    width: 100%;
    margin: 20px 0 0;
  }


  .shopping-cart-item-count.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 80px;
  }

  .shopping-cart-item-count.dropdown button {
    float: left;
    background-color: #efeeee;
    border-color: #efeeee;
    color: #707070;
    border-radius: 0;
  }

  .shopping-cart-item-count.dropdown .btn-check:active+.btn-light,
  .shopping-cart-item-count.dropdown .btn-check:checked+.btn-light,
  .btn-light.active,
  .btn-light:active,
  .show>.btn-light.dropdown-toggle {
    background-color: #efeeee;
    border-color: #efeeee;
    color: #707070;
  }

  .shopping-cart-item-count.dropdown .dropdown-item {
    color: #707070;
  }

  .shopping-cart-item-count.dropdown .dropdown-menu.show {
    display: block;
    padding: 0;
    background-color: #efeeee;
    color: #707070;
  }

  .shopping-cart-item-count.dropdown .dropdown-item.active,
  .dropdown-item:active {
    text-decoration: none;
    background-color: #cecece;
    color: #707070;
  }

  .shopping-cart-item-count.dropdown .dropdown-item:focus,
  .shopping-cart-item-count.dropdown .dropdown-item:hover {
    background-color: #E0E0E0;
    color: #707070;
  }

}

@media (max-width: 575.98px) {


  .box-cont-l .cont-img {
    left: 0;
  }
}

@media (max-width: 419.98px) {
  .pop-addto-cart {
    max-width: 90vw;
  }

  .box-img-overlay .h1 {
    font-size: 30px;
  }
}

@media (max-width: 325.98px) {

  h1,
  .h1 {
    font-size: 28px;
  }

  h2,
  .h2 {
    font-size: 24px;
  }

  h3,
  .h3 {
    font-size: 20px;
  }
}

/* moss edit */
@media (max-width: 767px) {
  .moss-sec-edit {
    padding: 50px 20px !important;
  }

}

@media (max-width: 425px) {

  .box-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    float: left;
  }

  .moss-iframe {
    height: 200px;
  }

}

/* .moss-card-wrapper {
  max-width: 350px;
  transition: transform 0.3s ease;
} */


.onbb-shopping-card-item {
  width: auto !important;
}

.btn-count-sec-wrap {
  display: flex;
  align-items: baseline;
}

.onbb-number {
  width: 100% !important;
}


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

  .onbb-item-grou,
  .onbb-shopping-cart-item,
  .onbb-item-group {
    flex-direction: column;
  }

  .onbb-btn-count-sec-wrap {
    width: 100%;
    justify-content: space-between;
  }

  .onbb-shopping-card-item {
    width: 100% !important;
  }

}

/* @media (min-width: 425.1px){
  .box-img img {
    height: auto !important;
  }
} */

.w-30 {
  max-width: 100%;
  width: 300px;
}

.blog-active {
  background-color: #043593 !important;
}

.blog-active h1 {
  color: #D0B454 !important;
}

.font-bold {
  font-weight: 500;
}


.text-under-line {
  text-decoration: underline !important;
}

.radius-0 {
  border-radius: 0 !important;
}

.table-wrap {
  padding: 0px 50px;
  overflow-x: scroll;
}

.table-wrap-inner {
  min-width: 1300px;
}

.dataTables_info,
.dataTables_length {
  margin-top: 15px;
}

.dataTables_length {
  margin-bottom: 15px;
}

#order_list_wrapper .dataTables_paginate .pagination {
  margin-top: 15px !important;
}

div.dataTables_wrapper div.dataTables_info {
  padding: 0px !important;
}

.text-1-line {
  word-wrap: break-word;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

/* Style for the text area container */
.textarea-container {
  position: relative;
  /* Make the container relative for absolute positioning of delete buttons */
}

/* Style for the text area */
textarea {
  width: calc(100% - 32px);
  /* Adjusted width to accommodate the button */
  min-height: 50px;
  /* Initial height */
  resize: none;
  /* Prevent resizing by the user */
  margin-bottom: 8px;
  /* Margin below the text area */
}

textarea.addCheck {
  height: 30px;
  width: calc(100% - 32px);
  /* Adjusted width to accommodate the button */
  min-height: 30px !important;
  /* Initial height */
  resize: none;
  /* Prevent resizing by the user */
  margin-bottom: 8px;
  /* Margin below the text area */
}

/* Style for the "+" button */
button.add {
  display: block;
  /* Make the button a block-level element */
  width: 32px;
  /* Set the width of the button */
  height: 32px;
  /* Set the height of the button */
  font-size: 20px;
  /* Adjust font size */
  margin: 0 auto 8px;
  /* Center the button horizontally and add margin below */
  background-color: #043593;
  /* Background color of the button */
  color: white;
  /* Color of the button text */
  border: none;
  /* Remove the border */
}

/* Style for the "Save" button */
button.save {
  display: block;
  /* Make the button a block-level element */
  width: 100px;
  /* Set the width of the button */
  height: 40px;
  /* Set the height of the button */
  font-size: 16px;
  /* Adjust font size */
  margin: 0 auto 8px;
  /* Center the button horizontally and add margin below */
  float: right;
  /* Align the button to the right */
  background-color: #043593;
  /* Background color of the button */
  color: white;
  /* Color of the button text */
  border: none;
  /* Remove the border */
  border-radius: 0px;
  /* Add border radius */
  letter-spacing: 3px;
}



button.delete {
  position: absolute;
  /* Position the button relative to the container */
  top: -1px;
  /* Adjust vertical position */
  right: -6px;
  /* Adjust horizontal position */
  width: 32px;
  /* Set the width of the button */
  height: 32px;
  /* Set the height of the button */
  font-size: 20px;
  /* Adjust font size */
  background-color: #043593;
  /* Background color of the button */
  color: white;
  /* Color of the button text */
  border: none;
  /* Remove the border */
  cursor: pointer;
  /* Change cursor to pointer on hover */
  transition: 0.5s;
}

.btn-dark:hover {
  color: #fff;
  background-color: #043593;
  border-color: #043593;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #043593;
  border-color: #043593;
}

.btn-outline-dark {
  border-color: #043593;
}

.btn-outline-dark.override {
  background-color: unset;
  border-color: #043593;
  color: #043593;
}

.btn-dark:active {
  color: #fff;
  background-color: #043593;
  border-color: #043593;
}

.btn-dark:focus {
  color: #fff;
  background-color: #043593;
  border-color: #043593;
}

.btn-check:active+.btn-outline-dark,
.btn-check:checked+.btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
  color: #fff;
  background-color: #043593;
  border-color: #043593;
}

.btn-dark {
  color: #fff;
  background-color: #043593;
  border-color: #043593;
}

.btn-dark:hover {
  color: #fff;
  background-color: #043593;
  border-color: #043593;
}

.setting {
  width: 25%;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 20px;
  padding: auto;
}

.w3-card-4 {
  background-color: white;
  color: black;
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
  display: flex;
  flex-direction: column;
}



.w3-card-4 img {
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}

.w3-card-4:hover {
  background-color: #0976DB;
  color: white;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}



.sec-service-1 .w3-card-4 .w-footer p {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  text-wrap: wrap;
}

.sec-service-1 .w3-card-4 .w-footer {
  padding: 25px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  height: inherit;
  align-items: center;
}

.aboutus .sec-text {
  font-weight: 500;
}

.aboutus h6 {
  letter-spacing: 5px;
  font-weight: 600;
  font-size: 18px;
}

.aboutus h1 {
  font-size: 72px;
}

.services .services-header {
  display: flex;
  background-color: #043593;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
}

.services-header h2 {
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  width: 50%;
  text-align: left;
}

.services-header p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-right: 5px;
}

.services-header a {
  width: 50%;
}

.services-header img {
  width: 15px;
  height: auto;
}


.sec-blog .card-body .card-subtitle {
  color: #0976DB;
  font-size: 14px;
  font-weight: 500;
}

.sec-blog .card-body .card-title {
  color: #000000;
  font-size: 30px;
  font-weight: 500;
}

.sec-blog .card-body .card-text {
  color: #757575;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  padding: 0 15px;

}

.sec-blog .card-body .button-4 {
  font-size: 13px;
  width: 100%;
  max-width: 140px;
  letter-spacing: 2px;
  font-weight: 500;
}

.sec-blog .card-body .button-4:hover {
  color: #fff;
  background: #043593;
}

.sec-blog .card-body .button-5 {
  font-size: 18px;
  width: 100%;
  max-width: 260px;
  letter-spacing: 2px;
  font-weight: 500;
}


.services-block {
  border-bottom: solid 5px #043593;
}

.content {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}


.show {
  opacity: 1;

}

.box-img:hover {
  transform: translateY(-10px);
  transition: all 0.3s ease-in-out;
}

.box-img-overlay .container .item-description {
  font-size: 12px;
}

.box-img-overlay .container .btn {
  background-color: #fff !important;
  color: #043084 !important;
  border-color: #fff !important;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  letter-spacing: 2px;
}

/* .modal {
  display: none;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
  justify-content: center;
  }
  

  .modal-content {
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  width: 970px;
  height: 810px;
  opacity:100%;
  } */


/* .close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  margin-left: 940px;
  margin-top: 5px;
  color: #000000;
  } */


.w3-card-4 img {
  width: 100%;
}


.image-button1 {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: #fff;
  margin-left: 6%;
  position: absolute;
  top: 220px;
  color: #757575;

}

.image-button2 {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: #fff;
  margin-left: 89%;
  position: absolute;
  top: 220px;
  color: #757575
}

.carousel-item img {
  /* height: 500px !important; */
  object-fit: cover !important;
  width: 100%;
  aspect-ratio: 3/2;
}



/* display: inline-block;
    padding: 10px 20px;
    background-image: url(../img/ui/Left expand.png);
    background-size: cover;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    */


.sec-blog .card {
  cursor: pointer;
}

/* .sec-blog .card:not(:hover) {
  box-shadow: unset;
  transition: 0.7s ease-in-out all;
} */

.page-item.active .page-link {
  border-radius: unset;
}

.modal-contact-detail h3 {
  color: #0976db;
  font-weight: 500;
  font-size: 24px;
}

.modal-contact-detail img {
  height: 16px;
}

.modal-contact-detail p,
.modal-contact-detail span {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-top: unset;
}

.modal-content {
  max-height: 100vh;
  overflow-y: scroll;
}

.modal-content::-webkit-scrollbar {
  display: none;
}

.modal-content-contact .close {
  background-color: transparent;
  border: none;
  border-radius: 100%;
  display: flex;
  justify-content: baseline;
  align-items: center;
}

.modal-content-contact .close:hover {
  background-color: #e7e7e7;
  transition: 0.3s ease-in-out all;
}

.modal {
  overflow: hidden;
  overflow-y: scroll;
}

.modal::-webkit-scrollbar {
  display: none;
}

@media (min-width: 576px) {
  .modal-dialog {
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
  }
}

.contact-detail .group-btn-con {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

.contact-detail .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  max-width: 100%;
  font-size: 18px;
  letter-spacing: 5px;
  text-transform: uppercase;
  border-radius: 0;
  margin-bottom: 15px;
}

.contact-detail .btn.btn-location {
  background-color: #043593;
  border-color: #043593;
}

.contact-detail .btn.btn-location span {
  color: #fff;
}

.contact-detail .btn.btn-direction {
  background-color: #fff;
  border-color: #043593;
}

.contact-detail .btn.btn-direction span {
  color: #043593;
}

/* .Swiper-innermodal .swiper-slide{
    height: 300px;
  } */

/* .swiper-modal-button-next, .swiper-modal-button-prev{
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 9999;
    background-color: red;
  }
 */

.swiper-modal .slider_modal_next,
.swiper-modal .slider_modal_prev {
  background-color: red;
  position: absolute;
  width: 30px;
  height: 30px;
}

.swiper-modal .slider_modal_prev {
  right: 0;
}

.swiper-modal .swiper-slide img {
  max-width: 100%;
  aspect-ratio: 2/3;
  object-fit: cover;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}



.thumb-img {
  padding: 10px;
}

.carousel-item {
  opacity: 0;
  display: block;
}

.carousel-item.active {
  opacity: 1;
  transition: all ease-in-out 1s;
}

.carousel {
  margin-bottom: 30px;
}

.sec-contact {
  transform: unset !important;
}

.sec-contact .info-title {
  font-size: 36px;
  color: #0976DB;
}

.sec-contact .contact-information .info-subtitle {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: unset;
}

.sec-contact .contact-information .contact-information-left {
  padding: 80px 70px;
  box-sizing: border-box;
}

.agent-information-left {
  padding: 30px 70px;
  box-sizing: border-box;
}

@media screen and (max-width:787px) {
  .sec-contact .contact-information .contact-information-left {
    padding: 80px 40px;
  }

  .agent-information-left {
    padding: 30px 40px;
  }
}





.blub-item {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #000000;
  font-weight: 500;
}

.blub-item.has-phone-num {
  font-size: 36px;
}

.agent-information .agent-information-left .line-item {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
}

.agent-information {
  margin-top: 50px !important;
}

.agent-information h1:first-child {
  margin: 30px 0px;
}

.agent-information h1 span {
  color: #0976DB;
}

.agent-information .agent-information-left .dealer-name {
  color: #000000;
  font-size: 36px;
  margin-bottom: 15px;
  font-weight: 500;
}


.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: #fff;
  border-radius: 100%;
  width: 48px;
  height: 48px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-size: unset !important;
}

.carousel-control-next-icon {
  background-image: url(../img/skin/icon-arrow.svg);
}

.carousel-control-prev-icon {
  background-image: url(../img/skin/icon-arrow.svg);
  transform: rotate(180deg);
}


.agent-information-left .con-address,
.agent-information-left p {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
}

.agent-information-left .this-btn a {
  font-size: 20px !important;
  color: #0976DB !important;
}


.dropdown-content a:hover,
.footer a p:hover {
  color: #E1BD42 !important;
  transition: all ease-in-out 0.3s;
}


.cus-extra-boxfloat .btn-cart {
  position: static !important;
}

.pop-addto-cart a::after {
  display: none;
}

.pop-addto-cart a:hover {
  color: #000000 !important;
}


.sec-port .thumb-img img {
  object-fit: cover;
  aspect-ratio: 1/1;
  width: 100%;
}

.sec-blog .sec-subtitle {
  color: #043593;
}

.sec-blog .sec-subtitle {
  color: #000000;
}

.blog-detail .blog-image{
  max-width: 100%;
  width: 500px;
}

.blog-detail .blog-date{
  color: #0976DB;
  font-size: 14px;
}

.blog-detail .blog-title{
  font-size: 40px;
  color: #0976DB;
}

.blog-detail .blog-sub-title{
  font-size: 30px;

}
.sec.portfolio,
.sec-port.sec-slide-progress {
  background-color: #043593;
}

.sec.portfolio .sec-subtitle,
.sec.portfolio .sec-title {
  color: #ffffff;
}



.sec.aboutus .sec-title {
  color: #0976DB;
}

.product-list-wrapper .card,
.product-list-wrapper form,
.product-list-wrapper .box-img {
  height: 100%;
}


.card .card-product-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#loading {
  display: none;
  color: blue;
}

.card{
  cursor: pointer;
}

.shopping-cart-2 .from-select.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  font-weight: 400 !important;
}

.shopping-cart .from-select.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  font-weight: 400;
}

.fill-blue{
  fill: #043593;
}

.share-buttons-2 svg{
  width: 20px;
  height: auto;
}

.title-category .sec-subtitle{
  color:#0976DB;
}

.title-blog .sec-subtitle{
  color: #0976DB;
}

.menu-bar .box-logo a:hover::after{
  opacity: 0;
}

.box-blog-detail span{
  color: #000;
  font-weight: 700;
}

.agent-title-bg {
  background: url(../img/home/agent_bg.jpg) no-repeat top center #fff;
  background-size: cover; 
  height: auto; 
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  align-items: center; 
  min-height: 500px; 
}

@media(max-width: 760px) {
  .agent-title-bg{
    min-height: 300px;
  }
}

@media(max-width: 450px) {
  .agent-title-bg{
    min-height: 200px;
  }
}

.agent-title-bg p {
  color: #000;
  font-weight: 500;
}

.agent-title-bg h1 {
  color: #0976DB;
  font-weight: 600;
}
@media(max-width: 991.95px) {
  span.item-cart {
    position: absolute;
    background: #CD2127;
    font-size: 11px;
    color: #fff;
    min-width: 14.79px;
    min-height: 16px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    line-height: 1;
    padding: 2px;
    top: 20px !important;
    right: 6px !important;
  }
}
.min-height-product-card {
min-height: 80px;
max-height: 80px;
}
.tittle-fix{
  max-height: calc(1.5em * 5);
  overflow: hidden;
}
.card .card-body .card-subtitle {
  color: #0976DB;
  font-size: 14px;
  font-weight: 500;
}
.card .card-body .card-title {
  color: #000000;
  font-size: 30px;
  font-weight: 500;
}
.card .card-body .card-text {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  padding: 0 15px;
}
.card-product-set-up{
  padding: 1rem 1rem !important;
}
input[type=number]::-webkit-outer-spin-button,
    input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    input[type=number] {
        -moz-appearance: textfield; /* Firefox */
    }

    .video-container {
      position: relative;
      display: inline-block;
  }
  
  #thumbnail {
      display: block;
      width: 100%;
      z-index: 3;
      height: 729px;
    min-height: auto;
  }
  
  #video {
      display: none;
      width: 100%;
  }
  
  .play-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 10px 20px;
      font-size: 18px;
      cursor: pointer;
      border: none;
      background-color:rgba(255, 255, 255, 0); ;
      z-index: 3;
  }
.set-position-button{
  width: 50px;
}