#menugh {
  background-color: var(--color);
}

#myproduct {
  height: 1000px;
  background-color: blue;
}
#box {
  position: sticky;
  top: 0;
  width: 100%;
  height: 300px;
  background-color: red;
}

.e-flex {
  --column-space: 20px;
  --row-space: 20px;
  --columns: 5;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-1 * var(--column-space));
  margin-bottom: calc(-1 * var(--row-space));
  margin-top: 10px;
}
.e-flex-item {
  width: calc((100% / var(--columns)) - var(--column-space));
  margin-left: var(--column-space);
  margin-bottom: var(--row-space);
  height: 50px;
  border-radius: 8px;
  text-align: center;
  border: 1px rgb(212, 212, 212) solid;
}
.e-flex-item img {
  width: 100%;
  height: 100%;
}


.nutdh {
  background: var(--bcolor);
  color: #ffffff;
  border-radius: 5px;
  width: 50%;
  height: 70px;
  font-size: 20px;
  line-height: 22px;
  padding: 10px 5px;
  margin-top: 10px;
}
.nutdh small {
  font-size: 14px;
}
#mainmenu .menusite {
  border-bottom: 3px var(--bcolor) solid;
}
.lbl {
  text-shadow: #000000 0px 0px 4px;
}
#container {
  overflow-x: hidden;
}
header {
  position: relative;
  background-color: white;
}
header .header-top {
  background-color: #e9e9e9;
}
header .header-top .ul li {
  position: relative;
  display: inline-block;
}
header .header-top .ul li:after {
  content: "|";
  color: #3e3e3e;
  position: absolute;
  top: 9px;
  right: 0;
}
header .header-top .ul li:last-child:after {
  content: none;
}
header .header-top .ul li a {
  display: block;
  text-transform: capitalize;
  padding: 0.7em 1em;
  color: #3e3e3e;
  font-weight: 400;
}
header .header-top .ul li a:hover {
  color: var(--color);
}
header .header-top .ul li:first-child a {
  padding-left: 0;
}
header .header-top span {
  color: #3e3e3e;
  font-weight: 400;
}
header .logo img {
  max-width: 200px;
}
header .hotline {
  color: var(--textft);
  font-weight: 700;
  font-size: 1.14em;
}
header .email {
  font-weight: 400;
  color: #777777;
}
header .icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dotted var(--color2);
  border-radius: 5px;
}
header .banner h3,
header .mbanner h3 {
  text-transform: uppercase;
  font-weight: 700;
  color: var(--bcolor);
  font-size: 1.5em;
}
header .banner p,
header .mbanner p {
  color: var(--textft);
  margin: 0;
}
/**/
.title-style-1 {
  text-align: center;
  margin: 0;
  padding: 1em 0 2em 0;
}
.title-style-1 h1,
.title-style-1 h2 {
  position: relative;
  font-family: var(--fonttitle);
  display: inline-block;
  padding: 0 0.5em;
  margin: 0;
  font-size: 2em;
  font-weight: 700;
  color: var(--color);
  text-transform: uppercase;
}
.title-style-2 {
  border-top: 3px solid var(--color);
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
}
.title-style-2 h2 {
  position: relative;
  color: var(--color);
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 800;
  padding: 0.5em 0 0.5em 2.5em;
  margin: 0;
}
.title-style-2 h2:before {
  content: "";
  width: 15px;
  height: 20px;
  background: url(../../images/hot.png) no-repeat;
  position: absolute;
  left: 1em;
  top: 0.5em;
}
main.pagein .title-style-1 {
}
main.pagein {
  margin-bottom: 1em;
}
.jumbotron {
  background-color: #f8f8f8;
  border-radius: 0;
}
.allview {
  font-size: 1.07em;
  transition: all 0.5s;
  border-radius: 2em;
  padding: 0.6em 2.5em;
  border: 1px solid #393939;
  color: #393939;
}
.allview:hover {
  transform: translateX(10px);
  border-color: var(--color);
  color: var(--color);
}
/*product*/
.selling {
  border-right: 1px solid var(--color);
}
.boxProd {
  position: relative;
}
.boxProd .col-xx {
  flex: 1 20%;
  padding: 0 5px;
  position: relative;
  max-width: 20%;
}
.boxProd .items {
  background-color: white;
  position: relative;
  transition: all 0.5s;
}
.boxProd .items:hover {
  transform: translateY(-5px);
}
.boxProd .items .img {
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.boxProd .items .img img {
  width: 100%;
  transition: all 0.5s;
}
.boxProd .items .details {
  text-align: center;
}
.boxProd .items .details h3 {
  font-size: 1em;
  line-height: 1.4;
  margin: 0;
}
.boxProd .items .details h3 a {
  color: #393939;
  font-weight: 700;
  text-transform: capitalize;
}
.boxProd .items .details h3 a:hover {
  color: var(--color);
}
.boxProd .items .details .code {
  color: var(--bcolor);
  text-transform: uppercase;
  margin-bottom: 3px;
  display: block;
}
.boxProd .items .details .price,
.boxProd .items .details .price a {
  font-size: 1em;
  font-weight: 700;
}
.boxProd .items .details .des,
.boxProd .items .details .price span {
  color: #797979;
  margin-bottom: 0.5em;
}
.boxProd .items .details .price .line-through {
  font-size: 0.9em;
  text-decoration: line-through;
}
.boxProd .items .img .sale {
  width: 39px;
  height: 39px;
  display: grid;
  text-align: center;
  align-items: center;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  z-index: 9;
  background: url(../../images/sale.png) no-repeat;
  color: white;
  font-size: 0.9em;
}
.showproduct {
  border: 1px solid #cdcdcd;
  border-top: 0;
  margin: 2em 0;
}
.showproduct .title-sp {
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px dashed black;
  border-radius: 5px;
  padding: 0.5em 2em;
  display: inline-block;
}
.selling .items {
  position: relative;
  display: flex;
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
.selling .items:last-child {
  border: 0;
}
.selling .items .img {
  flex: 1 40%;
  padding-right: 1em;
}
.selling .items .details {
  flex: 60%;
}
.selling .items .details h3 {
  font-size: 1.1em;
  line-height: 1.5;
  margin: 1em 0 0.5em;
}
.selling .items .details h3 a {
  color: #393939;
  font-weight: 700;
  text-transform: capitalize;
}
.selling .items .details h3 a:hover {
  color: var(--color);
}
.selling .items .details .price,
.selling .items .details .price a {
  font-size: 1em;
  font-weight: 700;
}
.selling .items .details .des,
.selling .items .details .price span {
  color: #797979;
  margin-bottom: 0.5em;
}
.selling .items .details .price .line-through {
  font-size: 0.9em;
  text-decoration: line-through;
}
/**/
#boxBottom .title-style-3 {
  position: relative;
  color: white;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 3px solid #ececec38;
}
#boxBottom .title-style-3:after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: var(--color);
  position: absolute;
  bottom: -3px;
  left: 0;
}
/* post */
.post {
  position: relative;
  border: 1px solid #eaeaea;
  transition: all 0.5s;
}
.post:hover {
  transform: translateY(-5px);
}
.post .img {
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}
.post .img img {
  width: 100%;
  height: auto;
}
.post .details {
  position: relative;
  padding: 1em;
}
.post .details h3 {
  font-family: var(--font);
  font-size: 1.14em;
  line-height: 1.5;
}
.post .details h3 a {
  color: #393939;
  text-transform: uppercase;
  font-weight: 600;
}
.post .details h3 a:hover {
  color: var(--color);
}
.post .details p {
  font-size: 1em;
  color: black;
  margin: 10px 0;
}
.post .details span {
  font-size: 13px;
  color: #666;
}
/* post details */
.container .img {
  position: relative;
}
.container .title-details {
  position: absolute;
  z-index: 99;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 2.8em;
  color: white;
  text-shadow: 2px 2px 2px rgba(80, 80, 80, 1);
}
.heading {
  font-size: 1.28em;
  color: var(--color);
  text-transform: uppercase;
  font-weight: 700;
  margin: 0.5em 0;
}
article {
  padding: 1em 0 2em;
}
article img {
  max-width: 100% !important;
  height: auto !important;
}
article iframe {
  width: 100% !important;
  height: auto !important;
}
.datecreate {
  font-size: 1em;
  color: #464646;
  font-weight: 400;
}
.datecreate i {
  color: var(--color);
  margin-right: 0.5em;
}
.newsfrind {
  margin: 1em 0;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  padding: 1em;
}
.title-news {
  text-align: center;
  text-transform: uppercase;
  color: var(--color);
  font-size: 1.4em;
  margin-bottom: 0.3em;
  font-weight: 700;
}
.newsfrind ul li {
  padding: 0.75em 0;
  border-bottom: 1px dashed #e6e6e6;
  display: flex;
  align-items: center;
}
.newsfrind ul li:last-child {
  border: none;
}
.newsfrind ul .img {
  flex: 1 30%;
}
.newsfrind ul .img img {
  width: 100%;
  transition: all 0.5s;
}
.newsfrind ul .img img:hover {
  opacity: 0.7;
}
.newsfrind ul .details {
  flex: 1 70%;
  padding-left: 0.75em;
}
.newsfrind ul .details h3 {
  font-size: 1.2em;
  font-weight: normal;
  transition: all 0.5s;
}
.newsfrind ul .details h3 a {
  color: var(--color);
  font-size: 0.93em;
}
.newsfrind ul .details h3 a:hover {
  color: var(--tcolor);
}
.newsfrind ul .details h3:hover {
  transform: translateX(5px);
}
.title-other {
  font-size: 1.8em;
  font-weight: 700;
  color: var(--color);
  position: relative;
  display: block;
  font-family: var(--font3);
  margin: 0 0 1em 0;
  text-transform: uppercase;
}
.title-other:before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: var(--color);
  position: absolute;
  left: 0;
  bottom: -3px;
}
/* .frame_images */
.frame_images {
  text-align: center;
}
.selectors {
  padding: 0;
  margin-top: 10px;
}
.selectors .owl_carousel_detail .owl-stage {
  margin: auto;
}
.khung_thongtin {
  list-style: none;
}
.khung_thongtin h1 {
  font-size: 1.8em;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  color: var(--color);
}
.khung_thongtin li {
  padding: 8px 0;
  color: black;
  border-bottom: 1px solid #ebebeb;
}
.khung_thongtin li.code {
  font-size: 1em;
}
.khung_thongtin li.code span {
  color: red;
}
.khung_thongtin .gia_detail {
  font-size: 1.28em;
  color: red;
  font-weight: 700;
}
.khung_thongtin .gia_detail a {
  color: red;
}
.khung_thongtin .gia_detail span {
  font-size: 1em;
  color: gray;
  text-decoration: line-through;
}
.khung_thongtin .gia_detail .text-unset {
  color: red;
}
.khung_thongtin .gia_detail .line-through {
  font-size: 0.9em;
  font-weight: 400;
}
.khung_thongtin .input-group input {
  text-align: center;
  max-width: 200px;
  margin: 0 5px;
  border-radius: 4px !important;
  background: #f7f7f7;
}
.khung_thongtin .input-group-btn button {
  padding: 5px 14px;
  background-color: var(--color);
  color: white;
}
.khung_thongtin .dathat_detail {
  padding: 0.5em 1.5em;
  margin: 0;
  display: inline-block;
  background: var(--color);
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  border: 0;
  border-radius: 5px;
  transition: 0.5s;
}
.khung_thongtin .input-group-btn button:hover,
.khung_thongtin .dathat_detail:hover {
  background-color: var(--tcolor);
  color: red;
}
#container_product {
  margin: 2em 0;
}
#container_product #tabs {
  overflow: hidden;
  border-bottom: 1px solid var(--color);
}
#container_product #tabs li {
  margin: 0;
  padding: 0.5em 1.5em;
  color: rgba(0, 102, 204, 1);
  text-transform: uppercase;
}
#container_product #tabs li.active,
#container_product #tabs li:hover {
  color: black;
  background: var(--color);
}
#container_product #tabs li {
  display: inline-block;
}
#container_product #tabs li a {
  color: black;
  font-size: 1.2em;
}
#container_product #tabs li.active a,
#container_product #tabs li:hover a {
  color: white;
}
#container_product .noidung_ta {
  width: 100%;
  padding: 10px;
  border: 1px solid var(--color);
}
/**/
.thuvien {
  padding: 1em 0;
}
.thuvien .view img {
  width: 100%;
  transition: all 0.2s linear;
  position: relative;
  display: block;
}
.thuvien .view {
  position: relative;
  overflow: hidden;
  cursor: default;
}
.thuvien .view .flex-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-color: rgba(0, 0, 0, 0.5);
}
.thuvien .view .flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  opacity: 1;
}
.thuvien .view .flex-center .details {
  text-align: center;
}
.thuvien .view .flex-center h3 {
  display: block;
  text-transform: uppercase;
  font-size: 1.3em;
  margin: 0 0 1em 0;
  color: var(--color);
  font-weight: bold;
}
.thuvien .view .flex-center p {
  display: block;
  text-transform: uppercase;
  margin: 10px 0 20px 0;
  color: #fff;
}
.thuvien .view .flex-center .chitiet {
  color: #6d6e71;
  background-color: #fff;
  text-align: center;
  padding: 10px 10px 7px 10px;
  border-radius: 50%;
}
.thuvien .view:hover img {
  transform: scale(1.1);
}
.thuvien .view:hover .flex-center {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.7);
}
.thuvien .view:hover .flex-center h3 {
  color: #fff;
}
/* Content pagination */
ul.pagination {
  font-size: 15px;
  text-align: center;
  width: 100%;
  display: inline-block;
}
ul.pagination li {
  display: inline;
  padding: 0 3px;
}
ul.pagination a {
  display: inline-block;
  padding: 0px 10px 2px 10px;
  border: 1px solid #d4d4d4;
}
ul.pagination a:hover,
ul.pagination a.current {
  background-color: var(--color);
  color: white;
}
ul.tags {
  display: block;
  position: relative;
  padding: 0;
  margin: 0 0 1em 0;
  list-style: none;
}
ul.tags > li {
  display: inline-block;
}
ul.tags > li > a {
  font-family: var(--font);
  color: var(--hcolor);
  font-size: 1em;
  padding: 0;
  border-radius: 10px;
  display: block;
  margin: 0 0.5em 0.5em 0;
}
ul.tags > li > a:hover {
  color: var(--color3);
  border: 1px solid var(--color3);
}
/**/
.boxLeft {
  position: relative;
  width: 100%;
  margin-top: 3em;
  background-color: white;
}
.boxLeft .title-left h2 {
  background: var(--color) url(../../images/title-left.png) no-repeat left
    center;
  display: block;
  color: white;
  font-weight: 700;
  font-size: 18px;
  font-family: var(--fonttitle);
  text-transform: uppercase;
  text-align: center;
  padding: 12px;
  margin-bottom: 6px;
}
.boxLeft .title h2 {
  background-color: var(--fcolor);
  color: white;
  font-size: 15px;
  padding: 12px 20px;
  margin: 0;
  border-bottom: 1px solid white;
}
.boxLeft .title h2 a {
  color: white;
  font-weight: 600;
  text-transform: uppercase;
}
.boxLeft .title h2 a:hover {
  color: black;
}
.boxLeft .danhmuc li {
  padding: 10px 15px;
}
.boxLeft .danhmuc li a {
  transition: all 0.5s;
  background: url(../../images/arrow.png) no-repeat left center;
  color: #191919;
  font-size: 15px;
  text-transform: capitalize;
  display: block;
  padding: 0 1em;
}
.boxLeft .danhmuc li:hover a {
  color: var(--color);
  transform: translateX(5px);
}
/**/
.boxDv {
  padding: 2em 0 1em 0;
  position: relative;
}
.boxDv .items {
  position: relative;
  transition: all 0.5s;
  background-color: white;
}
.boxDv .items:hover {
  transform: translateY(-5px);
}
.boxDv .items .img {
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.boxDv .items .img img {
  width: 100%;
  transition: all 0.5s;
}
.boxDv .items .img .caption {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  bottom: -3em;
  display: flex;
  opacity: 0;
}
.boxDv .items .img .caption a {
  width: 50%;
  background-color: var(--fcolor);
  text-align: center;
  font-size: 0.93em;
  color: white;
  padding: 0.75em 0;
}
.boxDv .items .img .caption a:hover {
  background-color: var(--color);
  color: yellow;
}
.boxDv .items:hover .caption {
  transition: all 0.5s;
  opacity: 1;
  bottom: 0;
}
.boxDv .items .details {
  padding: 1em;
  text-align: left;
}
.boxDv .items .details h3 {
  font-size: 1.14em;
  line-height: 1.5;
}
.boxDv .items .details h3 a {
  color: black;
  font-weight: 600;
  text-transform: uppercase;
}
.boxDv .items .details h3 a:hover {
  color: var(--hcolor);
}
.boxDv .items .details .des {
  color: #333333;
}
.boxDv .items .details .price {
  font-weight: 600;
  color: var(--color);
}
.boxDv .items .details .price span {
  font-weight: 400;
  color: #6c6c6c;
  text-decoration: line-through;
}
.boxDv .items .details .price a {
  color: var(--color);
}
.boxDv .items .details .price a:hover {
  color: blue;
}
/**/
.accordion-btn.collapsed:after,
.accordion-btn:after {
  content: "+";
  font-size: 30px;
  line-height: 38px;
}
.accordion-btn.collapsed:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.accordion-btn:after {
  position: absolute;
  right: 20px;
  top: 16px;
  color: #b3001e;
  transition: all 0.2s ease 0;
  -webkit-transform: rotate(-134deg);
  -ms-transform: rotate(-134deg);
  transform: rotate(-134deg);
}
.accordion-btn,
.accordion-btn:active,
.accordion-btn:after,
.accordion-btn:focus,
.accordion-btn:hover {
  -webkit-transition: all 0.2s ease 0;
  -moz-transition: all 0.2s ease 0;
  -ms-transition: all 0.2s ease 0;
  -o-transition: all 0.2s ease 0;
}
.accordion-btn,
.accordion-btn:active,
.accordion-btn:focus,
.accordion-btn:hover {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 10px;
  padding: 20px;
  font-size: 20px;
  line-height: 26px;
  text-align: left;
  color: #383838;
  background-color: #efefef;
  border: none;
  transition: all 0.2s ease 0;
}
.accordion-container {
  margin-top: -1px;
  padding: 20px;
  background-color: #efefef;
}
.download a {
  font-size: 1.4em;
}
.banner {
  line-height: 20px;
  margin-left: 20px;
}


/**/
/* footer{background-size:cover;background-repeat:no-repeat;padding-top:2em;background-color:var(--tcolor)}
  footer .footer-menu{background:url(../../images/line.png) no-repeat bottom center;padding-bottom:.5em;}
  footer .footer-menu .ul li{position:relative;display:inline-block;}
  footer .footer-menu .ul li:after{content:'|';color:#eeecec;position:absolute;top:9px;right:0}
  footer .footer-menu .ul li:last-child:after{content:none;}
  footer .footer-menu .ul li a{display:block;font-size:1.14em;text-transform:uppercase;padding:.7em 1em;color:#2c2c2c;font-weight:400;transition:all 1s;}
  footer .footer-menu .ul li a:hover{text-decoration:underline!important;}
  footer .footer-menu .ul li:first-child a{padding-left:0;}
  footer .footer-tags{background:url(../../images/line.png) no-repeat bottom center;padding:1em 0;}
  footer .footer-tags .ul li{display:inline-block;}
  footer .footer-tags .ul li a{color:var(--textft) ;padding:.5em 0 .5em .4em;display:block;font-size:1em;text-transform:capitalize;}
  footer .footer-tags .ul li a:hover{text-decoration:underline!important;}
  footer .footer h5{color:var(--textft);font-size:2.57em;padding:0;margin:0 0 .5em 0;display:block;font-weight:700;text-transform:uppercase;}
  footer .footer .ul li{color:var(--textft);font-size:1.1em;font-weight:400;line-height:1.8;}
  footer .footer h6{position:relative;color:var(--textft);font-size:1.2em;font-weight:700;padding:0;margin:0 0 2em 0;display:block;text-transform:uppercase;font-weight:400;}
  footer .footer h6:after{content:'';width:40px;height:2px;background-color:white;position:absolute;bottom:-.7em;left:0;}
  footer .footer p{font-size:1em;color:white;}
  footer .map iframe{max-width:100%;max-height:210px;} */
  
img{
  border-radius:10px;  
}
a:hover {
  color: #000000;
}
table {
  width: 100%;
  border-collapse: collapse;
  border: 0px;
}
th,
td {
  padding: 8px;
  text-align: left;
  border-top: 0 solid #dee2e6;
}
tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}
th:last-child,
td:last-child {
  padding: 7px;
}
th:first-child,
td:first-child {
  padding: 9px;
}

.site-footer .container ul img {
  width: 150px;
  height: auto;
}

.site-footer {
  background-color: var(--tcolor);
  padding: 15px 0 20px;
  font-size: 15px;
  line-height: 24px;
  color: var(--textft);
}
.site-footer hr {
  border-top-color: #bbb;
  opacity: 0.5;
}
.site-footer hr.small {
  margin: 20px 0;
}
.container .hotkey {
  color: var(--bcolor);
  font-weight: bold;
}
.site-footer h6 {
  color: var(--bcolor);
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px;
}
.site-footer a {
  color: var(--textft);
}
.site-footer a:hover {
  color: red;
  text-decoration: none;
}
.footer-links {
  padding-left: 0;
  list-style: none;
}
.footer-links li {
  display: block;
}
.footer-links li a:hover {
  color: var(--color);
}
.footer-links a {
  color: var(--textft);
}
.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: var(--color2);
  text-decoration: none;
}
.footer-links.inline li {
  display: inline-block;
}
.site-footer .social-icons {
  text-align: right;
}
.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #33353d;
}
.copyright-text {
  margin: 0;
}
@media (max-width: 991px) {
  .site-footer [class^="col-"] {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding-bottom: 0;
  }
  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center;
  }
}
.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.social-icons li {
  display: inline-block;
  margin-bottom: 4px;
}
.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px;
}
.social-icons a {
  background-color: #eceeef;
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #fff;
  background-color: #29aafe;
}
.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px;
}
.social-icons a.facebook:hover {
  background-color: #3b5998;
}
.social-icons a.twitter:hover {
  background-color: #00aced;
}
.social-icons a.linkedin:hover {
  background-color: #007bb6;
}
.social-icons a.dribbble:hover {
  background-color: #ea4c89;
}
@media (max-width: 767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600;
  }
}

#map iframe {
  max-width: 100%;
  max-height: 500px;
  width: 100%;
}
#map_canvas iframe {
  max-width: 100%;
  max-height: 350px;
  width: 100%;
}
#copyright {
  text-align: center;
  color: var(--textft);
  font-size: 1em;
  font-weight: 400;
  padding: 1em 0;
  width: 100%;
  background-color: var(--color2);
}
#copyright .copy a {
  color: var(--textft);
}
#copyright .copy a:hover {
  color: #131211;
}
/* @media */
.col-x {
  flex: 1 20%;
  padding-left: 15px;
  padding-right: 15px;
}
.col-y {
  flex: 1 80%;
  padding-left: 15px;
  padding-right: 15px;
}
.language {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
}
.language li {
  list-style: none;
  display: inline-block;
  margin-left: 5px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
  .boxProd .items .details h3 {
    height: 4em;
  }
}
@media screen and (max-width: 1200px) {
  html,
  body {
    font-size: 13px;
  }
  .boxProd .col-xx {
    flex: 1 20%;
    max-width: 20%;
  }
}
@media screen and (max-width: 1024px) {
  .col-x {
    flex: 1 25%;
  }
  .col-y {
    flex: 1 75%;
  }
  .boxProd .col-xx {
    flex: 1 25%;
    max-width: 25%;
  }
}
@media screen and (max-width: 992px) {
  html,
  body {
    font-size: 12px;
  }
  .col-y {
    flex: 1 100%;
  }
  .boxProd .col-xx {
    flex: 1 33.33333%;
    max-width: 33.33333%;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  .boxProd .col-xx {
    flex: 1 50%;
    max-width: 50%;
  }
  .nutdh {
    width: 100%;
  }
  .e-flex {
    display: none;
  }
}
@media screen and (max-width: 320px) {
}
.gap {
  padding: 30px 30px;
}
.fas fa-book-open {
}

.nutheader {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.nuthead a {
  color: #383838;
}
.nuthead a:hover {
  color: white;
}

.nutheader .nuthead {
  background-color: rgb(240, 240, 240);
  color: #333333;
  padding: 6px 20px;
  border-radius: 5px;
  margin-left: 20px;
  border: 1px #333333 solid;
  display: flex;
  align-items: center;
}
.nuthead ion-icon {
  padding: 3px 5px;
  font-size: 20px;
}
.nutheader .nuthead:hover {
  background-color: var(--color);
  color: #e6e6e6;
  border: 0px;
}
.cart.col-md-2 img {
  border-radius: 0px;
}
.list-news {
    padding-left: 0;
}
.list-news img {
    float: left;
    margin-right: 15px;
    max-width: 150px;
    border-radius: 10px;
}

.list-news li {
    list-style: none;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.list-news li a {
    color: #000;
}

.list-news li h3 {
    font-weight: bold;
    font-size: 17px;
}

.show-of {
    display: inline-block;
}

.frm-select {
    display: inline-block;
    margin-left: 20px;
}

.frm-select select {
    margin-bottom: 15px;
    padding: 5px 0;
}