@charset "UTF-8";
@font-face {
  font-family: "UTMBold";
  src: url("../fonts/UTMAvoBold.ttf");
}
@font-face {
  font-family: "HelveBold";
  src: url("../fonts/UTM HelvetIns.ttf");
}
body {
  font-family: "Roboto", sans-serif !important;
}

.stellarnav ul li {
  -webkit-transform: skew(-22deg);
      -ms-transform: skew(-22deg);
          transform: skew(-22deg);
}
.stellarnav ul li:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1px;
  height: 57px;
  border-right: solid 1px #fff;
  z-index: 9999;
}
.stellarnav ul li:last-child:before {
  display: none;
}
.stellarnav ul li a {
  position: relative;
  -webkit-transform: skew(22deg);
      -ms-transform: skew(22deg);
          transform: skew(22deg);
  top: 5px;
}
.stellarnav ul li a:hover {
  color: #E50000;
}

.container {
  max-width: 80%;
  width: 80%;
}

header .top-header {
  padding: 10px 0;
  background: #01af50;
}
header .top-header .left .company-address {
  color: #fff;
}
header .top-header .right .href-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .top-header .right .href-link a {
  color: #fff;
  border: 1px solid #fff;
  padding: 3px 5px;
  margin: 0 5px;
  line-height: 0;
}
header .top-header .right .href-link a i {
  font-size: 12px;
}
header .menu-and-section-info .left .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .menu-and-section-info .left .content .logo img {
  max-width: 100px;
}
header .menu-and-section-info .left .content .company-name {
  font-family: "UTMBold";
  color: #01af50;
  font-size: 22px;
  text-align: center;
}
header .menu-and-section-info .center .search-form {
  margin-top: 25px;
}
header .menu-and-section-info .center .search-form form input {
  width: 100%;
  height: 45px;
  border-radius: 5px;
  border: solid 1px #EAEAEA;
  -webkit-box-shadow: none;
          box-shadow: none;
}
header .menu-and-section-info .center .search-form form button {
  height: 45px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 60px;
}
header .menu-and-section-info .right .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .menu-and-section-info .right .content .icon {
  margin-right: 10px;
  -webkit-animation: shake-anim 1s infinite ease-in-out;
  animation: shake-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
header .menu-and-section-info .right .content h3 {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  color: #4f5666;
  margin-bottom: 3px;
}
header .menu-and-section-info .right .content p {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #E50000;
  line-height: 1.2;
  font-family: "UTMBold";
}
header .header-back-top {
  border-bottom: 10px solid #01af50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header-back-top .wrap-empty {
  width: 30%;
}
header .header-back-top .wrap-menu {
  position: relative;
  width: 70%;
  margin-top: -30px;
}
header .header-back-top .wrap-menu:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 49px solid white;
  border-right: 15px solid transparent;
  z-index: 9999;
}

section #slider .owl-prev {
  color: transparent;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url("../images/leftleft.png");
  width: 24px;
  height: 24px;
}
section #slider .owl-next {
  color: transparent;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url("../images/rightright.png");
  width: 24px;
  height: 24px;
}
section #product-index {
  margin-bottom: 50px;
}
section #news-index {
  background: #F1F1F1;
  display: inline-block;
  width: 100%;
  padding: 30px 0 45px;
}
section #news-index a {
  text-decoration: none;
}
section #news-index .item-big img {
  max-width: 100%;
}
section #news-index .item-big .title-news {
  font-size: 17px;
  font-weight: bold;
  color: #333;
}
section #news-index .item-big .description {
  color: #666;
}
section #news-index .item-small .item {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
section #news-index .item-small .item img {
  width: 160px;
  height: 130px;
  float: left;
  margin-right: 10px;
}
section #news-index .item-small .item .text h3 {
  color: #333333;
  font-size: 13px;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 10px;
  margin-left: 10px;
  overflow: hidden;
  font-weight: 550;
  font-family: "Open Sans", sans-serif;
}
section #news-index .item-small .item .text p {
  margin: 0;
  margin-top: 10px;
  text-align: justify;
  font-size: 13px;
  color: #666;
}
section #news-index .item-small .item .text .ngaydang {
  color: #9d9d9d;
  margin: 0;
}

.title-main {
  text-align: center;
  margin: 30px 0 50px;
}
.title-main h2 {
  color: #01af50;
  margin: 0;
  font-family: "UTMBold" !important;
  position: relative;
  display: inline-block;
  font-size: 25px;
  border-bottom: 4px solid #E6E6E6;
  padding-bottom: 15px;
}
.title-main h2:before {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  width: 100px;
  border-bottom: solid 4px #01af50;
}

footer {
  background: #01af50;
  margin-top: 40px;
  width: 100%;
}
footer .item-footer {
  margin-top: 30px;
  padding-bottom: 30px;
}
footer .left-footer .bocongthuong {
  margin-top: 10px;
}
footer .left-footer img {
  max-width: 200px;
}
footer .left-footer h1 {
  color: white;
  font-size: 25px;
  margin: 0;
  margin: 20px 0;
  font-weight: bold;
}
footer .left-footer p {
  color: white;
  margin: 0;
  font-size: 14px;
}
footer .online ul {
  margin: 10px 0 20px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .online ul li {
  list-style: none;
  padding: 0 5px;
  color: #fff;
  font-size: 12px;
  border-right: 1px solid;
}
footer .online ul li:first-child {
  padding-left: 0;
}
footer .online ul li:last-child {
  border-right: 0;
}
footer .online ul li span {
  color: white;
}

/*----------------------------------START PAGE CONTACT----------------------------------*/
#map {
  margin-bottom: 20px;
}

.right-contact {
  line-height: 27px;
}

.right-contact input {
  height: 40px !important;
  width: 100% !important;
  padding-left: 5px;
  border: 1px solid #eee;
  border-radius: 3px;
  outline: 0;
}

.right-contact textarea {
  max-width: 100%;
  outline: 0;
  border: 1px solid #eee;
  border-radius: 3px;
}

button#send:hover {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

button.btn.btn-danger.btn-reset {
  padding: 8px 30px;
  border: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

button#send {
  padding: 8px 25px;
  border: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.title-contact {
  font-size: 22px;
  text-transform: uppercase;
  padding-bottom: 15px;
  color: #01af50;
  font-weight: bold;
  margin-top: 12px;
}

.left-contact h1 {
  margin-top: 0;
}

/*// News*/
#page-news {
  margin-bottom: 40px;
}
#page-news .item-news .frame {
  padding: 12px 0;
  border-bottom: 1px dashed #C6C6C6;
  width: 100%;
  display: inline-block;
}
#page-news .item-news .frame .img {
  float: left;
  margin: 4px 15px 3px 0px;
  width: 170px;
  -webkit-transition: 1s;
  transition: 1s;
  border: 1px solid #DCDCDC;
}
#page-news .item-news .frame .text h2 {
  color: #01af50;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  margin-top: 15px;
}
#page-news .item-news .frame .text p {
  margin-bottom: 0;
  font-size: 13px;
  color: #666;
}

/*// Chi tiết tin tức*/
#page-news-detail {
  margin-bottom: 30px;
}
#page-news-detail .news-relate {
  margin-top: 20px;
}
#page-news-detail .news-relate .title {
  text-align: center;
  background: #01af50;
  text-transform: uppercase;
  padding: 10px 0;
  width: 100%;
  display: inline-block;
}
#page-news-detail .news-relate .title h2 {
  font-size: 16px;
  color: white;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
#page-news-detail ul {
  padding: 0;
  margin: 0;
}
#page-news-detail ul li {
  list-style: none;
  padding: 10px 0;
  display: inline-block;
  width: 100%;
  border-bottom: 1px dashed #C6C6C6;
}
#page-news-detail ul li a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#page-news-detail ul li a:hover {
  color: #E50000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#page-news-detail ul li a img {
  width: 100px;
  float: left;
  margin-right: 10px;
  height: 70px;
  border: 1px solid #ccc;
  padding: 5px;
}
#page-news-detail ul li a h3 {
  font-size: 14px;
  margin: 0;
}

.search-form {
  position: relative;
}
.search-form input {
  height: 35px;
  border-radius: 0;
  border: 1px solid #eee;
  width: 250px;
}
.search-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 35px;
  background: #E50000;
  border: 1px solid #E50000;
  width: 40px;
}
.search-form button i {
  color: #fff;
}

/*General*/
.item-propduct {
  text-align: center;
  margin-bottom: 20px;
}
.item-propduct a {
  color: #333;
  text-decoration: none;
}
.item-propduct .around {
  border: 1px solid #e2e6e7;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.item-propduct .around:hover {
  -webkit-box-shadow: 0 0 15px #cacaca;
          box-shadow: 0 0 15px #cacaca;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.item-propduct .frame-img {
  padding: 5px;
}
.item-propduct .frame-text {
  padding: 15px;
}
.item-propduct .frame-ct {
  margin-top: 15px;
  padding-bottom: 20px;
}
.item-propduct .frame-ct a {
  background: #E50000;
  color: #fff;
  padding: 7px 15px;
}
.item-propduct .frame-cart a {
  background: #01af50;
}
.item-propduct h2 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  padding: 0;
  margin: 0;
  margin-bottom: 7px;
  height: 32px;
  overflow: hidden;
}
.item-propduct p.description {
  color: #666;
}
.item-propduct p.price {
  font-size: 14px;
  margin: 0;
}
.item-propduct p.price span {
  color: red;
}
.item-propduct .frame-img {
  overflow: hidden;
}
.item-propduct .frame-img img {
  max-width: 100%;
  height: 250px;
}

.title-page {
  text-align: center;
  color: #01af50;
  display: inline-block;
  width: 100%;
  margin: 40px 0;
  font-size: 25px;
}

.sidebar {
  margin-top: 20px;
}
.sidebar .content .box {
  margin-bottom: 30px;
}
.sidebar .content .box .title h2 {
  color: #fff;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  background: #01af50;
  position: relative;
  margin: 0;
  padding: 10px 0;
}
.sidebar .content .box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #eee;
}
.sidebar .content .box ul li {
  position: relative;
  border-bottom: 1px dashed #e6e6e6;
}
.sidebar .content .box ul li a {
  color: #5e5e5e;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-transform: uppercase;
  display: block;
  border-bottom: 1px dashed #e6e6e6;
  padding-bottom: 7px;
  padding-top: 7px;
  width: 90%;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sidebar .content .box ul li a:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: red;
}
.sidebar .content .box ul li a:last-child {
  border-bottom: 0 !important;
}
.sidebar .content .box ul li a i {
  font-size: 5px;
  color: #ccc;
  position: relative;
  top: -2px;
}
.sidebar .content .box ul li:first-child {
  margin-top: 10px;
}
.sidebar .content .box ul li:last-child {
  border-bottom: 0 !important;
}
.sidebar .content .box .hotro {
  border: 1px solid #eee;
}
.sidebar .content .box .hotro .hotline-main {
  margin: 10px 0;
}
.sidebar .content .box .hotro .hotline-main span {
  text-decoration: underline;
}
.sidebar .content .box .hotro .hotline-main a {
  color: #ff0000;
  font-size: 22px;
  font-weight: bold;
}
.sidebar .content .box .hotro .img-main {
  text-align: center;
  margin: 10px 0;
}
.sidebar .content .box .hotro .content-hotro {
  padding: 15px;
}
.sidebar .content .box .hotro .item-hot {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.sidebar .content .box .hotro .item-hot:last-child {
  border: 0;
}
.sidebar .content .box .hotro .item-item {
  margin-bottom: 5px;
}
.sidebar .content .box .hotro .item-item span {
  font-size: 15px;
}
.sidebar .content .box .hotro .item-item a {
  font-size: 18px;
  font-weight: bold;
  color: red;
}

.infomationPr {
  padding-right: 0;
}
.infomationPr .content h2 {
  color: #222;
  font-size: 24px;
  text-transform: capitalize;
  padding: 6px 0;
  float: left;
  width: 100%;
  border-bottom: 1px dotted #EEE;
}
.infomationPr .content h3 span {
  color: #d00000;
  font-size: 27px;
  text-shadow: 1px 1px 0 #ffffff, 2px 2px 1px #bbb9ca;
}
.infomationPr .content .destion {
  font-size: 14px;
  color: #222;
  border-bottom: 1px solid #eee;
  display: inline-block;
  width: 100%;
}
.infomationPr .content .destion img {
  max-width: 100%;
  height: auto !important;
}
.infomationPr .content p.masanpham, .infomationPr .content .view {
  font-size: 14px;
  color: #222;
  border-bottom: 1px solid #eee;
  display: inline-block;
  width: 100%;
  padding-bottom: 7px;
}

.mainzoom .content {
  text-align: center;
  border: 1px solid #eee;
  padding: 10px;
}

.selectors ul.thumb {
  padding: 0;
  margin: 10px 0;
}
.selectors ul.thumb li {
  list-style: none;
  border: 1px solid #ccc;
  display: inline-block;
  float: left;
  padding: 5px;
  margin: 10px 7px 10px 0;
}
.selectors ul.thumb li img {
  width: 61px;
  height: 52px;
}

.demo-slier #tabProductDetail {
  margin-top: 20px;
}
.demo-slier .tab-content {
  margin-top: 30px;
}
.demo-slier #homeChitiet {
  background: white;
  padding: 10px;
}
.demo-slier ul.nav-tabs li a {
  padding: 10px 30px;
  font-size: 14px;
  background: #ccc;
  border-radius: 0;
  color: #333;
  border: 0;
}
.demo-slier ul.nav-tabs li.active a {
  border: 1px solid #ccc;
  background: #01af50;
  position: relative;
  color: #fff;
}

#product-relate {
  margin-bottom: 20px;
}

.title-prRelate {
  margin: 30px 0;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

@media (max-width: 1060px) {
  .stellarnav > ul > li {
    padding: 0 5px !important;
  }
}
@media (max-width: 992px) {
  header .header-back-top .wrap-empty {
    width: 0;
  }
  header .header-back-top .wrap-menu {
    width: 100% !important;
    margin-top: 0;
  }
  header .menu-and-section-info .right .content {
    margin-top: 0;
    margin-bottom: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  header .header-back-top .wrap-menu:before {
    display: none;
  }
  header .menu-and-section-info .center .search-form {
    margin-top: 0;
  }
  .stellarnav > ul > li {
    padding: 0 5px !important;
  }
  #news-index .item-big {
    margin-bottom: 20px;
  }
  footer {
    background-size: cover;
  }
  .info-company {
    text-align: center;
  }
  .right-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.company-name img{
  max-width: 175px;
}
@media (max-width: 768px) {
  #page-detail-product iframe{
    width: 100%!important;
    height: auto;
  }  
  #page-detail-product .tab-content p, #page-detail-product .tab-content span{
    word-break: break-all;
  }
  .menu-and-section-info .left{
    margin-top: 0!important;
  }
  .company-name img{
    max-width: 100px!important;
  }
  .infomationPr {
    padding: 0;
  }
  .company-name img{
    height: auto!important;
  }
  .demo-slier {
    padding: 0;
  }
  #page-detail-product .sidebar {
    display: none;
  }
  .sanphamlienquan .item-propduct {
    padding: 0;
  }
  body div#page-detail-product div div div div div a#Zoom-1 > .mz-figure > img {
    height: auto !important;
  }
  .table-responsive {
    display: block;
    overflow-y: auto;
  }
  .table-responsive td a {
    left: auto !important;
  }
  .container-giohang .col-xs-12.col-sm-12.col-md-12.col-lg-12.mtop20 {
    padding: 0;
  }
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
  #introduction-index .left-box img {
    height: 200px !important;
  }
  section #product-index {
    margin-bottom: 0;
  }
  .top-header {
    display: none;
  }
  .menu-and-section-info {
    margin-top: 50px;
  }
  .menu-and-section-info .right {
    display: none;
  }
  #slider .slider {
    padding-left: 15px;
  }
  section #news-index .item-small .item img {
    float: none;
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  section #news-index .item-small .item .text h3 {
    margin-left: 0;
  }
  .wrap-menu .menu .stellarnav > ul li {
    display: block !important;
  }
  .wrap-menu .menu .stellarnav > ul li a {
    padding-left: 15px !important;
  }
  .main-breadcrumb {
    margin-top: 20px;
  }
  #page-news .item-news .frame .img {
    float: none;
    width: 100%;
  }
  #page-news .item-news .frame .img img {
    width: 100%;
    height: 250px;
  }
  .header-back-top {
    border-bottom: 0 !important;
  }
  section #news-index .item-small .item img {
    margin-right: 0 !important;
  }
  #news-index {
    overflow-x: hidden;
  }
  .video-item iframe {
    height: 300px;
  }
  .title-main h2 {
    font-size: 22px;
  }
  footer .item-footer {
    padding-bottom: 0;
  }
  #slider .slider img {
    height: 230px !important;
  }
  .stellarnav ul li {
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
  }
  .stellarnav ul li:before {
    display: none;
  }
  .stellarnav ul li a {
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
    top: 0;
  }
  .top-header {
    display: none;
  }
  .item-propduct:nth-child(odd) {
    padding-right: 2px;
  }
  .item-propduct:nth-child(even) {
    padding-left: 2px;
  }
  .item-propduct .frame-img {
    overflow: hidden;
    height: 150px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  .item-propduct .frame-img img {
    height: auto;
    max-height: auto;
  }
  #slider .menu-box {
    display: none;
  }
  .item-propduct h2 {
    font-size: 13px;
    height: 27px;
  }
  .item-propduct .frame-text {
    padding: 5px;
  }
  .online {
    padding: 0;
    margin-top: 10px;
  }
  footer .row-end .online ul li {
    padding: 0 10px;
  }
  header .menu #main-nav {
    display: inline-block;
  }
  .stellarnav.mobile.light ul {
    background: #3074af !important;
  }
  .stickyPP {
    display: inline-block;
  }
  .search-form {
    width: 100%;
  }
  .search-form input {
    width: 100%;
  }
  li.search-header {
    height: 50px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
.call-mobile {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.call-mobile a {
  display: block;
}
.call-mobile img {
  max-width: 70px;
}

@media (max-width: 768px) {
  .call-mobile {
    display: inline-block;
  }
  .left-info {
    float: left;
    margin-top: 10px;
  }
  .left-info img {
    width: 70px;
  }
  h2.name-company {
    font-size: 25px !important;
  }
  .company-address {
    display: none;
  }
  .icon-hotline {
    display: none;
  }
}
.hot {
  position: absolute;
  right: 0;
  top: 0;
  background: red;
}

.header-social {
  display: inline-block;
}
.header-social a {
  border: 1px solid #01af50;
  margin: 0 5px;
  padding: 2px 5px;
}
@-webkit-keyframes shake-anim {
  0%, 100%, 50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10%, 30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20%, 40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
}
#slider .menu-box {
  padding-right: 0;
}
#slider .menu-box .title-categories a {
  background: #01af50;
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #fff;
  text-decoration: none;
}
#slider .slider {
  padding-left: 0;
}
#slider .slider img {
  height: 230px;
}
#slider .slider .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 15px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#slider .slider .owl-dots .owl-dot {
  margin: 0 5px;
}
#slider .slider .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
}
#slider .slider .owl-dots .owl-dot.active span {
  background: #E50000;
}
#slider .categories-menu {
  width: 100%;
  float: left;
  border: solid 1px #dadada;
  border-right: none;
  background: #fff;
}
#slider .categories-menu ul.ul-right-slider li:hover > a:after {
  color: #c1080f;
}
#slider .categories-menu ul.ul-right-slider {
  width: 100%;
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}
#slider .categories-menu ul.ul-right-slider a {
  text-decoration: none;
  text-transform: uppercase;
}
#slider .categories-menu ul.ul-right-slider i {
  float: right;
}
#slider .categories-menu ul.ul-right-slider li {
  width: 100%;
  float: left;
  border-bottom: solid 1px #e9e9e9;
  border-right: solid 1px #dadada;
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
}
#slider .categories-menu ul.ul-right-slider li:last-child {
  border-bottom: 0;
}
#slider .categories-menu ul.ul-right-slider li:hover {
  color: white;
  background: #01af50;
}
#slider .categories-menu ul.ul-right-slider li a:hover {
  color: #fff;
}
#slider .categories-menu ul.ul-right-slider li a {
  width: 100%;
  float: left;
  padding: 6px 10px 6px 10px;
  color: #222;
  font-weight: 400;
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}
#slider .categories-menu ul.ul-right-slider li:hover > .box-sub-menu {
  display: block;
  z-index: 999999;
}
#slider .categories-menu ul.ul-right-slider li:hover > .box-sub-menu a {
  color: #000;
}
#slider .categories-menu ul.ul-right-slider li a:before {
  content: "";
  width: 1px;
  height: 100%;
  background: transparent;
  position: absolute;
  right: -1px;
  top: 0px;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#slider .categories-menu ul.ul-right-slider li:hover > a:before {
  background: #fff;
  z-index: 2;
}
#slider .categories-menu .box-sub-menu {
  width: 350px;
  z-index: 9999;
  position: absolute;
  right: -349px;
  background: #fff;
  z-index: 1;
  border: solid 1px #999999;
  top: 0;
  display: none;
}

.title-news-index {
  color: #333333;
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
  border-bottom: solid 1px #d6d6d6;
  padding-bottom: 5px;
  padding-left: 10px;
  position: relative;
}
.title-news-index:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  border: solid 1px #01af50;
  height: 45px;
}

#customer .item img {
  border: 1px solid #ccc;
  height: 115px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.tt_ft {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 15px;
}
.tt_ft:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 50px;
  border-bottom: solid 3px #fff;
}

.center-footer ul {
  margin: 0;
  padding: 0;
}
.center-footer ul li {
  list-style: none;
  margin-bottom: 8px;
}
.center-footer ul li a {
  color: #fff;
  font-size: 14px;
}
.center-footer .href-item-mtop {
  margin-top: 20px;
}

.copyright {
  background: #016b30;
  text-align: center;
  padding: 10px 0;
}
.copyright p {
  color: #fff;
  margin: 0;
}

#introduction-index {
  margin-top: 5px;
  background: #F1F1F1;
  padding: 40px 0;
}
#introduction-index .right-box .title-gioithieuchung {
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
}
#introduction-index .right-box .title-gioithieuchung h3 {
  font-size: 15px;
}
#introduction-index .right-box .ngaydang {
  color: #bdbdbd;
  font-size: 13px;
  margin: 5px 0;
}
#introduction-index .right-box .company-name-intro {
  position: relative;
}
#introduction-index .right-box .company-name-intro h2 {
  font-size: 28px;
  font-weight: 500;
  color: #01af50;
  padding-bottom: 15px;
  font-size: 30px;
  margin-bottom: 20px;
  position: relative;
  font-family: "Oswald";
}
#introduction-index .right-box .company-name-intro h2:before {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  width: 200px;
  background: #E6E6E6;
  height: 4px;
}
#introduction-index .right-box .company-name-intro h2:after {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  width: 100px;
  border-bottom: solid 4px #01af50;
}
#introduction-index .right-box .content-intro p {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 20px;
  text-align: justify;
  color: #000;
}
#introduction-index .right-box .intro-view-more {
  width: 110px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: solid 1px #fff;
  background: #01af50;
}
#introduction-index .right-box .intro-view-more a {
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  display: block;
}
#introduction-index .left-box img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.breadcrumb {
  border-radius: 0;
  padding: 9px 15px;
}

.main-breadcrumb {
  padding: 15px 0;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.main-breadcrumb .breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
}

.dangcapnhat {
  padding: 0 15px;
  margin-top: 20px;
}

.paging {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.paging .pagenation {
  text-align: center;
}
.paging .pagenation a {
  margin: 5px;
  padding: 7px 10px;
  border: 1px solid #ccc;
  color: #000;
}
.paging .pagenation a.active {
  background: #01af50;
  color: #fff;
}

.mainzoom {
  padding-left: 0;
}
.mainzoom .mz-figure {
  width: 100%;
}
.mainzoom .content a.MagicZoom {
  width: 100%;
}

body div#page-detail-product div div div div div a#Zoom-1 > .mz-figure > img {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

.plugin-fixed {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9;
}
.plugin-fixed .section-content .item-backtop {
  display: none;
}
.plugin-fixed .section-content .item-backtop a {
  display: block;
}
.plugin-fixed .section-content .item-backtop a img {
  width: 50px;
}
.plugin-fixed .section-content .hide {
  display: none;
}
.plugin-fixed .section-content .show {
  display: block;
}
.plugin-fixed .section-content .item-zl {
  display: inline-block;
}
.plugin-fixed .section-content .item-zl .btn-frame .animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.plugin-fixed .section-content .item-zl .btn-frame .pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}
.plugin-fixed .section-content .item-zl i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #01af50;
  position: relative;
  z-index: 1;
}
.plugin-fixed .section-content .item-zl .btn-frame .kenit-alo-circle-fill {
  width: 70px;
  height: 70px;
  top: -10px;
  right: -10px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(7, 41, 103, 0.35);
  opacity: 0.4;
}
.plugin-fixed .section-content .item-zl .btn-frame .kenit-alo-circle {
  width: 60px;
  height: 60px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(7, 41, 103, 0.8);
  opacity: 0.1;
  border-color: var(--c2);
  opacity: 0.5;
}
.plugin-fixed .section-content .item-zl .btn-frame .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.plugin-fixed .section-content .item-zl .btn-frame .zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}
.plugin-fixed .section-content .item {
  position: relative;
  margin-bottom: 30px;
}
.plugin-fixed .section-content .item .btn-frame .animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.plugin-fixed .section-content .item .btn-frame .pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}
.plugin-fixed .section-content .item i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #01af50;
  position: relative;
  z-index: 1;
}
.plugin-fixed .section-content .item svg {
  width: 30px;
}
.plugin-fixed .section-content .item .btn-frame .kenit-alo-circle-fill {
  width: 70px;
  height: 70px;
  top: -10px;
  right: -10px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(7, 41, 103, 0.35);
  opacity: 0.4;
}
.plugin-fixed .section-content .item .btn-frame .kenit-alo-circle {
  width: 60px;
  height: 60px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(7, 41, 103, 0.8);
  opacity: 0.1;
  border-color: var(--c2);
  opacity: 0.5;
}
.plugin-fixed .section-content .item .btn-frame .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.plugin-fixed .section-content .item .btn-frame .zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

.box-fff table thead th {
  border: 0;
}

.btn-success {
  background: #01af50;
  border-color: #01af50;
}

@media (max-width: 1368px) {
  .container {
    width: auto;
    max-width: 100% !important;
  }
  header .header-back-top .wrap-menu {
    width: 85%;
  }
}
@media (max-width: 1565px) {
  .stellarnav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .stellarnav > ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .stellarnav > ul li a {
    font-size: 14px !important;
    padding: 15px 0 !important;
  }
  section #news-index {
    padding: 30px 0 0;
  }
}
#page-detail-product .tab-content img {
  max-width: 100%;
  height: auto !important;
}

.right-page-news-detail .content {
  max-width: 100%;
  overflow: auto;
}

.giohang-mobile {
  position: fixed;
  right: 10px;
  top: 15px;
  z-index: 999999999999;
}
.giohang-mobile i {
  color: #fff;
}
/*.company-name img{
  max-width: 100%;
  height: 125px;
}*/
.company-name{
  margin: 10px 0;
}
.menu-and-section-info .left{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.stellarnav ul{
  overflow: hidden;
}