@font-face {
  font-family: 'LibreFranklin-Black';
  src: url(font/LibreFranklin-Black.ttf)
}

@font-face {
  font-family: 'LibreFranklin-Bold';
  src: url(font/LibreFranklin-Black.ttf)
}

@font-face {
  font-family: 'LibreFranklin-Regular';
  src: url(font/LibreFranklin-Regular.ttf)
}

@font-face {
  font-family: 'LibreFranklin-Light';
  src: url(font/LibreFranklin-Light.ttf)
}

@font-face {
  font-family: 'LibreFranklin-Medium';
  src: url(font/LibreFranklin-Medium.ttf)
}

@font-face {
  font-family: 'LibreFranklin-ExtraBold';
  src: url(font/LibreFranklin-ExtraBold.ttf)
}

@font-face {
  font-family: 'LibreFranklin-SemiBold';
  src: url(font/LibreFranklin-SemiBold.ttf)
}

@font-face {
  font-family: 'LibreFranklin-VariableFont_wght';
  src: url(font/LibreFranklin-VariableFont_wght.ttf)
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  box-sizing: border-box !important;
}

body {
  font-family: 'LibreFranklin-Regular';
  line-height: 24px;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 14px;
  /*-webkit-text-stroke-width: 0.2px;*/

}

img {
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

ul li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #017639;
}

a:hover {
  text-decoration: none;
  color: #017639;
}

a:focus-visible {
  outline: none;
}

a:focus {
  outline: none;
}

.clear-fix {
  clear: both;
}

header {
  background-color: #017639;
}

.top_head {
  padding: 10px 0;
  margin-right: -25px;
}

.top_head .col1 {
  padding-left: 0;
  width: 15.66666667%;
}

.top_head .col2 {
  padding-left: 0;
}

.top_head a {
  color: #fff;
  font-size: 12px;
  font-family: 'LibreFranklin-Medium';
}

.top_head .col1 img,
.top_head .col2 img {
  margin-right: 10px;
}

.top_head .col3 {
  color: #fff;
  font-size: 12px;
  font-family: 'LibreFranklin-Medium';
  padding-right: 0;
  text-align: right;
  left: 500px;
}

.top_head .col3 a {
  color: #fff;
  font-size: 13px;
  font-family: 'LibreFranklin-SemiBold';
}

.top_head .col3 img {
  margin: 0 7px;
}

.hethongcuahang {
  background-color: #fff;
  padding: 1px 5px;
  border-radius: 5px;
  padding-left: 10px;
  margin-left: -3px;
}

.hethongcuahang p {
  margin-bottom: 0;
  line-height: 16px;
  font-weight: 400;
  font-size: 10px;
}

.hethongcuahang p b {
  color: #017639;
  font-size: 11px;
}

/*.hethongcuahang i{color: #017639;float: right;margin-right: 7px;margin-top: 7px;}*/
.hethongcuahang img {
  float: right;
  margin-right: 10px;
  margin-top: 5px;
}

.col-logo {
  width: 15.66666667%;
  padding-left: 0;
}

.col-logo p {
  color: #fff;
  font-size: 12px;
  font-family: 'LibreFranklin-SemiBold';
}

.col-logo img {
  max-width: 160px;
  margin-bottom: 8px;
  /* filter: brightness(0) invert(1); */
  /* -webkit-filter: brightness(0) invert(1); */
}

.col-hethong {
  padding-left: 0;
  width: 10.66666667%;
}

.col-search {
  width: 54%;
}

.col-search form {
  position: relative;
}

.col-search form button {
  position: absolute;
  right: 10px;
  top: 5px;
  background-color: #fff0;
  border: none;
}

.col-search form button i {
  color: #017639;
  font-size: 24px;
}

.col-cart {
  width: 19.66666667%;
  display: inline-flex;
  align-items: center;
  padding: 0;
}

.button_cart_login {
  background-color: #fff;
  padding: 4px 5px;
  margin: 0 5%;
  min-width: 100px;
  border-radius: 5px;
  text-align: center;
}

.button_cart_login:last-child {
  margin-right: 0;
}

.button_cart_login {
  font-size: 12px;
  font-weight: 500;
  color: #017639;
  font-family: 'LibreFranklin-Medium';
}

.button_cart_login img {
  margin: 0 5px;
}

.slider_show {
  margin-top: 50px;
}

.slider_show .slick-list,
.slick-slider .slick-track {
  box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 10%);
  border-radius: 15px;
}

/*.slider_show .slick-list img{    }*/

.slider_show .slick-arrow {
  position: absolute;
  bottom: 40%;
  z-index: 99
}

.slider_show .slick-arrow:hover {
  cursor: pointer;
}

.slider_show .slick-arrow.prev {
  left: 1%;
}

.slider_show .slick-arrow.next {
  right: 1%;
}

.slider_show .slick-arrow img {
  max-width: 50px;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 3px;
  background-color: #01763942;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
}

.slick-dots li:first-child {
  margin-left: 60px;
}

.slick-dots li.slick-active {
  background-color: #017639;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 11px;
  height: 11px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 11px;
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 11px;
  content: '';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.col-danhmuc-sanpham-home {
  width: 25%;
  float: left;
  padding: 0 30px;
}

.baoquanh_danhmuc_sanpham_home {
  border: 1px solid #017639;
  border-radius: 15px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  padding-top: 13px;
  padding-right: 13px;
  padding-left: 13px;
  min-height: 130px;
}

/*.baoquanh_danhmuc_sanpham_home:hover{  border:3px solid #017639;}*/
.danhmuc_sanpham_home {
  padding: 50px 0;
  overflow: hidden;
  margin: 0 -30px;
}

.img-danhmuc {
  text-align: center;
}

.img-danhmuc img {
  margin: 0 auto;
  max-width: 65px;
  margin-bottom: 6px;
}

.content_danhmuc_sanpham {
  color: #017639;
  text-align: center;
  text-transform: uppercase;
  font-family: 'LibreFranklin-SemiBold';
  line-height: 17px;
  display: inline-flex;
  width: 100%;
  align-items: center;
  min-height: 34px;
}

.content_danhmuc_sanpham p {
  margin: 0 auto;
}

/*
.xoay360:hover {
  animation: app-logo-spin infinite 1.2s linear
}

@keyframes app-logo-spin {
  from {
    transform: rotate(0deg)
  }
  to {
    transform: rotate(360deg)
  }
}
*/
/*.content_danhmuc_sanpham:hover p{
  letter-spacing: 1.5px;font-family: 'LibreFranklin-ExtraBold'; transition: all .3s ease-out;
}*/

.title_ft {
  font-family: 'LibreFranklin-Medium';
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
}

.ketnoi_ft ul {
  overflow: hidden;
}

.ketnoi_ft ul li {
  float: left;
}

.ketnoi_ft ul li img {
  max-height: 40px;
  max-width: 60px;
  margin-right: 10px;
  margin-bottom: 15px;

}

.dong2_ft {
  padding: 45px 0;
}

.around_lydo {
  display: inline-flex;
  align-items: center;
}

.around_lydo img {
  max-width: 75px;
  margin-right: 16px;
}

.content_lydo {
  color: #fff;
}

.name_lydo {
  font-size: 20px;
  font-family: 'LibreFranklin-SemiBold';
  margin-bottom: 5px;
  -webkit-text-stroke-width: 0;
}

.mota_lydo {
  font-size: 16px;
  line-height: 24px;
}

.box3_home {
  margin-bottom: 14px;
}

.tuvantructiep img {
  max-width: 172px;
}

.baoquanh_lydo_home {
  background-color: #017639;
  padding: 30px;
  box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 20%);
  border-radius: 8px;
  overflow: hidden;
}

.chuongtrinhuudai {
  display: inline-flex;
  align-items: center;
  width: 100%;
  position: relative;
}

.chuongtrinhuudai img {
  margin: 0 20px;
}

.title_chung {
  margin: 35px 0;
}

.title_chung span {
  font-size: 20px;
  font-family: 'LibreFranklin-SemiBold';
  text-transform: uppercase;
}

/*.chuongtrinhuudai .title_chung{   text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25)}*/
.chuongtrinhuudai .xemchitiet {
  position: absolute;
  right: 0;
  /* text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);*/
  font-weight: 400;
  font-size: 16px;
}


.sanphamtheonhombenh .menu_cap2_camnang_home ul {
  margin-top: -4px;
}

.nhombenh_li:hover {
  cursor: pointer;
}


.slide_uudai {
  margin: 0 -15px;
}

.slide_uudai .slick-arrow {
  position: absolute;
  bottom: 40%;
  z-index: 99
}

.slide_uudai .slick-arrow:hover {
  cursor: pointer;
}

.slide_uudai .slick-arrow.prev {
  left: 1%;
  display: none !important;
}

.slide_uudai .slick-arrow.next {
  right: -1%;
}

.slide_uudai .slick-arrow img {
  max-width: 50px;
}

.baoquanh_sp {
  margin: 0 15px;
  background-color: #fff;
  padding: 11px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  min-height: 356px;
  border-radius: 15px;
  position: relative;
}

.baoquanh_sp:hover {
  border: 1px solid #017639;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.baoquanh_sp a {
  color: #000;
}

.baoquanh_sp p {
  margin-bottom: 2px;
  font-size: 1.5rem;
}

.name-sanpham {
  margin-bottom: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 2;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-weight: 400;
  line-height: 15px;
  font-size: 12px;

}

.img-sanpham {
  overflow: hidden;
}

.img-sanpham img {
  transition: all 1s;
}

.img-sanpham img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*.name-sanpham:hover{  color: #017639;font-size: 14px;  transition: all 0.5s; }*/
.price b {
  color: #017639;
}

.percent-price-sale_behind {
  position: absolute;
  top: 13px;
  right: 14px;
  z-index: 9;
}

.percent-price-sale {
  min-width: 59px;
  background-color: #F9A11D;
  padding: 4px 8px;
  color: #fff;
  border-radius: 20px;
}

.percent-price-sale p {
  font-size: 16px;
  font-family: 'LibreFranklin-SemiBold';
}

.content_sanpham {
  padding: 9px 16px;
}

.old_price {
  color: #C4C4C4;
  font-weight: 400;
  line-height: 15px;
  font-size: 12px;
  height: 15px;
}

.old_price span {
  position: relative;
  padding: 0px 2px;
}

.old_price span:before {
  position: absolute;
  content: "";
  top: 48%;
  height: 1px;
  left: -2px;
  width: 100%;
  background-color: rgba(196, 196, 196, 1);
}

.price {
  color: #017639;
  font-size: 15px;
  font-family: 'LibreFranklin-SemiBold';
  line-height: 19px;
  margin: 6px 0;
}

.themvaogiohang {
  padding: 4px;
  padding-top: 6px;
  border-radius: 4px;
  background: #017639;
  color: #fff;
  font-family: 'LibreFranklin-Medium';
  line-height: 15px;
  font-size: 12px;
}

.themvaogiohang img {
  max-width: 19px;
  margin-right: 2px;
}

.themvaogiohang:hover {
  cursor: pointer;
  background-color: #017639;
}

.daban {
  position: relative;
  border-radius: 15px;
  margin-top: 15px;
  font-family: 'LibreFranklin-Medium';
  margin-bottom: 9px;
  background-color: rgba(59, 181, 74, 0.41);
  color: #fff;
  text-align: center;
  font-size: 11px;
}

.daban span {
  margin-left: 15px;
}

.daban:before {
  content: "";
  position: absolute;
  left: 0;
  background-color: #017639;
  width: 54px;
  height: 100%;
  border-radius: 15px;
}

/*.hieuungzoom_bg{
  position: relative;
 opacity:1;
   -webkit-transition: opacity 200ms linear;
   -moz-transition: opacity 200ms linear;
   -o-transition: opacity 200ms linear;
   -ms-transition: opacity 200ms linear;
   transition: opacity 200ms linear;

}
@-webkit-keyframes breath {
 0%   {  background-size: 110% auto; }
 50%  {  background-size: 130% auto; }
 100% {  background-size: 110% auto; }      
}
.hieuungzoom_bg:hover{
   opacity:0.8;
   -webkit-transition: opacity 200ms linear;
   -moz-transition: opacity 200ms linear;
   -o-transition: opacity 200ms linear;
   -ms-transition: opacity 200ms linear;cursor: pointer;
   transition: opacity 200ms linear;
 -webkit-animation: breath 5s linear infinite;


}
*/
.content_sanpham2 {
  padding: 0 16px;
}

.slide_banchay {
  margin: 0 -15px;
}

.item_product {
  width: 20%;
  float: left;
}

.xemchitiet {
  float: right;
}

.xemchitiet a:hover {
  color: #1e7829;
}

.brand_nb .title_chung {
  margin-bottom: 15px;
}

.baoquanh_thuonghieunb {
  margin: 0 -30px;
  margin-bottom: 20px;
}

.slide_thuonghieu .item_th .baoquanh_item_th {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  min-height: 137px;
  border-radius: 10px;
  display: inline-flex;
  width: 100%;
  align-items: center;
}

.slide_thuonghieu .item_th .baoquanh_item_th a {
  margin: 0 auto;
}

.slide_thuonghieu.slick-initialized .slick-slide {
  padding: 20px;
}

.slide_thuonghieu .slick-arrow {
  position: absolute;
  bottom: 35%;
  z-index: 99
}

.slide_thuonghieu .slick-arrow:hover {
  cursor: pointer;
}

.slide_thuonghieu .slick-arrow.prev {
  left: -1%;
}

.slide_thuonghieu .slick-arrow.next {
  right: -1%;
}

.slide_thuonghieu .slick-arrow img {
  max-width: 50px;
}

.tintuc_camnang {
  margin-bottom: 32px;
}

.menu_cap2_camnang_home {
  margin-bottom: 26px;
}

.menu_cap2_camnang_home ul li {
  float: left;
  margin-right: 16px;
  padding: 2px 17px;
  border-radius: 18px;
  border: 1px solid #017639;
}

.menu_cap2_camnang_home ul li a {
  color: #000;
  font-family: 'LibreFranklin-Medium';
  font-size: 15px;
}

.menu_cap2_camnang_home ul li.active {
  background-color: #017639;
  min-width: 81px;
  text-align: center;
}

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

.menu_cap2_camnang_home ul li.active a {
  color: #fff;
}

.menu_cap2_camnang_home ul li:hover {
  background-color: #017639;
}

.menu_cap2_camnang_home ul li:hover a {
  color: #fff;
}

.menu_cap2_camnang_home ul {
  overflow: hidden;
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 19px;
}

.name_news_home {
  font-size: 24px;
  font-family: 'LibreFranklin-SemiBold';
  color: #000;
  line-height: 29px;
  margin-bottom: 18px;
  text-align: justify;
}

.col2_news_home .name_news_home {
  font-size: 18px;
  line-height: 22px;
}

.name_news_home:hover {
  color: #017639;
}

.content_tag_news ul li a {
  color: #000;
  font-size: 15px;
  line-height: 18px;
}

.content_tag_news ul li {
  border-radius: 20px;
  padding: 3px 20px;
  border: 1px solid #017639;
  float: left;
  margin-right: 11px;
}

.content_tag_news ul li:hover {
  background-color: #017639
}

.content_tag_news ul li:hover a {
  color: #fff;
}

.col2_news_home .content_tag_news ul li {
  margin-right: 15px;
}

.col2_news_home {
  margin-bottom: 11px;
}

.col2_news_home .content_tag_news ul li {
  padding: 2px 14px;
}

.col2_news_home .content_tag_news ul li a {
  font-size: 11px;
}

.col2_news_home .col-xs-7 {
  padding-right: 50px;
}

.cot1_ft {
  padding-left: 0;
}

.cot1_ft ul li a {
  color: #000;
  font-weight: 400;
}

.cot1_ft ul li a:hover {
  color: #017639
}

.hotline_ft {
  color: #017639;
  font-size: 20px;
  font-family: 'LibreFranklin-SemiBold';
}

.hotline_ft a {
  color: #017639;
}

.email_hotro a {
  color: #000;
}

.bct {
  margin: 35px 0;
}

.bct img {
  max-width: 137px;
}

.tuvantructiep {
  text-align: right;
  padding-right: 0;
}

.content_vechungtoi {
  max-width: 80%;
  text-align: justify;
  margin-bottom: 30px;
  line-height: 17px;
}

.ketnoi_ft {
  padding-left: 30px;
}

.dong3_ft {
  border-top: 0.5px solid #C4C4C4;
}

.dong3_ft h1 {
  color: #017639;
  font-size: 18px;
  font-family: 'LibreFranklin-SemiBold';
}

.dong3_ft p {
  color: rgba(150, 148, 148, 1);
  font-size: 16px;
}

.dong3_ft p a {
  color: rgba(150, 148, 148, 1);
  font-size: 16px;
}

.baoquanh_lydo_home .col-xs-6:nth-child(3n) .around_lydo {
  margin-bottom: 0;
}

.baoquanh_lydo_home .col-xs-6:nth-child(4n) .around_lydo {
  margin-bottom: 0;
}

@media(max-width: 767px) {
  .top_head {
    margin-right: 0;
  }

  .header_mb {
    margin: 0;
    padding-top: 14px;
  }

  .col-logo {
    width: 25%;
    padding-right: 13px;
    text-align: center;
    margin-top: 4px;
  }

  .col-logo img {
    max-width: 100%;
  }

  .top_head .col1 {
    width: 50%;
  }

  .top_head .col3 {
    padding-right: 15px;
    text-align: center;
  }

  .col-hethong {
    padding-left: 15px;
    width: 35%;
  }

  .col-search {
    width: 52.5%;
    padding: 0;
  }

  .col-search input {
    font-size: 12px;
    color: rgba(150, 148, 148, 1);
    max-height: 30px;
    padding: 2px 10px;
  }

  .col-search form button {
    top: 2px;
  }

  .col-cart {
    width: 22.5%;
  }

  .button_cart_login {
    min-width: 35%;
    background-color: #fff0;
  }

  .button_cart_login img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
  }

  .slider_show {
    margin: 33px 15px;
  }

  .slick-dots {
    bottom: -4px;
  }

  .slick-dots li {
    width: 7.2px;
    height: 7.2px;
  }

  .slick-dots li:first-child {
    margin-left: 39px;
  }

  .slider_show .slick-list,
  .slick-slider .slick-track {
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
    border-radius: 6px;
  }

  .danhmuc_sanpham_home {
    padding: 0px 0;
    overflow: hidden;
    margin: 0 0px;
  }

  .col-danhmuc-sanpham-home {
    width: 33.333333333333333333333333%;
    margin-bottom: 30px;
    padding: 0 17px;
  }

  .baoquanh_danhmuc_sanpham_home {
    padding-top: 9px;
    min-height: 106px;
  }

  .img-danhmuc img {
    max-width: 50px;
  }

  .content_danhmuc_sanpham p {
    font-size: 9px;
    line-height: 11px;
  }

  .chuongtrinhuudai {
    padding: 0 15px;
  }

  .chuongtrinhuudai .xemchitiet {
    font-size: 15px;
    right: 15px;
  }

  /*.chuongtrinhuudai .xemchitiet{display: none;}*/
  .title_chung span {
    font-size: 15px;
  }

  .slide_uudai {
    margin: 0 7.5px;
  }

  .content_sanpham {
    padding: 0px 0px;
  }

  .content_sanpham2 {
    padding: 0px;
  }

  .slide_uudai .slick-arrow.next {
    right: 2%;
  }

  .slide_banchay .slick-arrow {
    position: absolute;
    bottom: 40%;
    z-index: 99
  }

  .slide_banchay .slick-arrow:hover {
    cursor: pointer;
  }

  .slide_banchay .slick-arrow.prev {
    left: 2%;
  }

  .slide_banchay .slick-arrow.next {
    right: 2%;
  }

  .slide_banchay .slick-arrow img {
    max-width: 50px;
  }

  .slide_thuonghieu .slick-arrow.prev {
    left: 2%;
  }

  .slide_thuonghieu .slick-arrow.next {
    right: 2%;
  }

  .title_chung {
    margin: 15px 0;
  }

  .sanpham_home {
    margin-top: 16px;
  }

  .baoquanh_sp {
    margin: 15px 7.5px;
    min-height: 330px;
  }

  .brand_nb .title_chung {
    padding-left: 15px;
  }

  .slide_banchay {
    margin: 0;
  }

  .percent-price-sale_behind {
    top: 7px;
    right: 8px;
  }

  .percent-price-sale p {
    font-size: 7px;
    margin: 0;
    line-height: 14px;
  }

  .percent-price-sale {
    min-width: 29px;
    padding: 0px 4px;

  }

  .img-sanpham {
    min-height: 170px !important;

    margin: 0 4px;
    margin-top: -5px;
    margin-bottom: 25px;
  }

  .name-sanpham {
    font-size: 9px;
    margin-bottom: 3px;
    line-height: 11px;
    height: 22px;
  }

  .old_price {
    font-size: 10px;
  }

  .price {
    font-size: 11px;
    margin: 0px 0;
  }

  .daban {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 8px;
    line-height: 13px;
    min-height: 14px;
    -webkit-text-stroke-width: 0px;
  }

  .daban:before {
    width: 55px;
  }

  .content_sanpham2 {
    margin-top: 7px;
  }

  .themvaogiohang {
    padding: 6px 4px;
    text-align: center;
    border-radius: 21px;
  }

  .themvaogiohang img {
    display: none;
  }


  .sanphamtheonhombenh .menu_cap2_camnang_home ul {
    margin-top: 15px;
  }

  .menu_cap2_camnang_home ul li a {
    font-size: 13px;
  }

  .menu_cap2_camnang_home ul li {
    border-radius: 16px;
    line-height: 15px;
    padding: 3px 7px;
    margin-right: 7px;
  }

  .menu_cap2_camnang_home ul li.active {
    min-width: 50px;
  }

  .sanpham_home .slick-dots {
    bottom: -20px;
  }

  .sanphamtheonhombenh {
    padding-top: 25px;
  }

  .sanphambanchay {
    padding-top: 25px;
  }

  .sanphammoi {
    padding-top: 25px;
  }

  .brand_nb {
    padding-top: 25px;
  }

  .tintuc_home .title_chung {
    padding: 0 15px;
  }

  .menu_cap2_camnang_home {
    margin: 0;
    width: 100%;
  }

  .baoquanh_thuonghieunb {
    margin: 0 -15px;
  }

  .slide_thuonghieu .item_th .baoquanh_item_th {
    min-height: 71px;
    max-height: 71px;
    padding: 9px;
    border-radius: 7px;
  }

  .slide_thuonghieu.slick-initialized .slick-slide {
    padding: 0 10.7px;
  }

  .slide_thuonghieu .slick-list,
  .slide_thuonghieu .slick-slider .slick-track {
    padding: 20px 0;
  }

  .brand_nb .title_chung {
    margin-bottom: 0;
  }

  .menu_cap2_camnang_home ul li {
    margin-bottom: 10px;
  }

  .menu_cap2_camnang_home ul {
    padding-bottom: 5px;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .name_news_home {
    font-size: 18px;
  }

  .content_tag_news {
    overflow: hidden;
    margin-bottom: 20px;
  }

  .col2_news_home {

    margin: 0 -15px;
    margin-bottom: 11px;
  }

  .col2_news_home .col-xs-7 {
    padding-right: 15px;
    padding-left: 6px;
  }

  .col2_news_home .name_news_home {
    font-size: 13px;
    line-height: 15px;
  }

  .col2_news_home .content_tag_news ul li {
    padding: 0px 7px;
    line-height: 18px;
  }

  .col2_news_home .content_tag_news ul li a {
    font-size: 11px;
    line-height: 13px;
  }

  .tintuc_camnang {
    margin-bottom: 0;
  }

  .tintuc_home .menu_cap2_camnang_home {
    margin-bottom: 30px;
  }

  .tintuc_home .menu_cap2_camnang_home ul {
    border-bottom: 0;
  }

  .tintuc_home .img-news {
    min-height: 75px !important
  }



  .baoquanh_lydo_home {
    padding: 17px;
    background-color: #fff;
    border: 1.2px solid #017639;
    border-radius: 17px;
    margin: 0 15px
  }

  .around_lydo img {
    border-radius: 50%;
    border: 1px solid #017639;
    max-width: 41px;
    margin-right: 6.7px;
  }

  .name_lydo {
    color: #017639;
    font-size: 11px;
    line-height: 13px;
  }

  .baoquanh_lydo_home .col-xs-6 {
    padding: 0;
  }

  .mota_lydo {
    color: #000;
    font-size: 8px;
    line-height: 9px;
  }

  .mota_lydo p {
    margin-bottom: 0;
  }

  .around_lydo {
    margin-bottom: 15px;
  }

  .bct {
    margin: 20px 0;
  }

  .cot1_ft {
    padding-left: 15px;
  }

  .cot1_ft:first-child {
    padding-right: 7.5px;
  }

  .tuvantructiep {
    text-align: left !important;
  }

  .ketnoi_ft {
    padding-left: 15px;
    display: inline-flex;
  }

  .title_ft {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 10px;
  }

  .cot1_ft ul li a {
    font-size: 10px;
    line-height: 26px;
  }

  .dong3_ft h1 {
    font-size: 9px;
    margin-top: 26px;
  }

  .dong3_ft p {
    font-size: 9px;
    margin-bottom: 0;
    line-height: 12px;
  }

  .dong3_ft p a {
    font-size: 9px;
  }

  .dong3_ft {
    padding-bottom: 100px;
  }

  .content_vechungtoi {
    font-size: 10px;
    line-height: 14px;
    max-width: 100%;
    text-align: right;
  }

  .vechungtoi_ft {
    padding-left: 7.5px;
    text-align: right;
  }

  .col2_ft_mb {
    padding: 0 7.5px;
  }

  .vechungtoi_ft p {
    margin-bottom: 0;
    font-size: 10px;
    line-height: 15px;
  }

  .vechungtoi_ft .title_ft {
    margin-bottom: 10px;
  }

  .ketnoi_ft ul li img {
    max-height: 17px;
  }

  .bct {
    padding: 0;
    margin: 0;
    margin-top: -30px;
  }

  .bct img {
    max-width: 94px;
  }

  .connection {
    padding: 0 7.5px;
    margin-top: -5px;
  }

  .dong2_ft {
    padding: 25px 0;
    padding-bottom: 15px;
  }

  .ketnoi_ft ul {
    margin-bottom: 0;
  }

  .hotline_ft {
    margin-top: 20px;
  }







  .quick_menu_mb {
    background-color: #fff;
    box-shadow: 0px -4px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
    padding-bottom: 11px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999;
  }

  .quick_menu_mb a {
    color: rgba(196, 196, 196, 1);
    font-size: 11px;
  }

  .quick_menu_mb p {
    margin-bottom: 0;
    font-size: 11px;
    line-height: 13px;
  }

  .quick_menu_mb img {
    margin-bottom: 3px;
  }

  .quick_menu_mb .active p {
    color: #017639;

  }

  .quick_menu_mb .active img {
    filter: invert(31%) sepia(27%) saturate(5680%) hue-rotate(80deg) brightness(91%) contrast(87%);

  }




}