::-webkit-scrollbar {
  background: #fff;
  width: 5px;
  height: 11px;
}
::-webkit-scrollbar-thumb {
  background: #fdb912;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

.video_popup {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video_popup iframe,
.video_popup object,
.video_popup embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn-number {
  padding: 0px !important;
}
#clickvideo {
  width: 100%;
  padding: 4px 0;
  margin: 3px 0%;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.addthis_native_toolbox {
  margin: 10px 0px;
  width: 100%;
  clear: both;
  border: 1px solid #ededed;
  padding: 10px 10px;
  margin-bottom: 10px;
  background: #f7f6f6;
  box-sizing: border-box;
}
.addthis_native_toolbox b {
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 10px;
}
#toptop {
  width: 37px;
  height: 37px;
  position: fixed;
  bottom: 30px;
  right: 20px;
  text-indent: -99999px;
  cursor: pointer;
  background: url(images/back_to_top.png) top center no-repeat;
  transition: 0.5s;
  z-index: 200;
}
#toptop:hover {
  background: url(images/back_to_top.png) bottom center no-repeat;
  transition: 0.5s;
}
.clear {
  clear: both;
}
img {
  max-width: 100% !important;
  height: auto;
}
div.bando img {
  max-width: none !important;
}

body {
  font-family: "myFont" !important;
  font-size: 14px;
  line-height: 1.5;
}
.none {
  display: none;
}
@font-face {
  font-family: "Roboto";
  src: url("font/Roboto-Medium.ttf");
}
@font-face {
  font-family: "myFont";
  src: url("font/Montserrat-Light.ttf");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("font/Montserrat-Bold.ttf");
}
@font-face {
  font-family: "DinhTran";
  src: url("font/UTM-Dinh-Tran.ttf");
}
.header_top_s {
  background: #fff;
  border-bottom: 1px solid #ebe5e5;
  padding-top: 10px;
}
.box_header_top_s {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 7px 0px;
}
.box_header_top_s_left {
  display: flex;
  flex-direction: row;
}
.item_header {
  padding-right: 20px;
}
.item_header i {
  color: #7cc000;
  padding-right: 5px;
}
.box_header_top_s_right ul {
  list-style-type: none;
  display: flex;
  margin-bottom: 0px;
}
.box_header_top_s_right ul li {
  padding: 0px 10px;
}
.box_header_top_s_right ul li a i {
  color: #000;
  font-size: 20px;
}
.box_body {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0px;
  display: none;
}
.luotxem_sp > div {
  width: 74%;
  display: inline-block;
}
.box_show_booking {
  max-width: 500px;
  position: fixed;
  margin: auto;
  z-index: 999999999;
  top: 120px;
  background: #fff;
  border-radius: 5px;
  width: 100%;
  left: 0px;
  right: 0px;
}
.box_show_booking .option {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  position: relative;
  padding: 15px 20px;
}
.box_show_booking .option:after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  left: 0px;
  top: 0;
  width: 100%;
  background: linear-gradient(90deg, #dc1d25, #fec10a 50%, hsla(0, 0%, 80%, 0));
}
.box_show_booking .option h3 {
  width: 100%;
  padding: 5px 0px;
  border-bottom: 1px solid #000;
}
.box_show_booking .box_close button {
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 50%;
  top: -15px;
  right: -15px;
  border: none;
}
.box_show_booking .option .frm_option {
  width: 100%;
  display: inline-block;
}
.box_show_booking .frm_option input[type="date"],
.box_show_booking .frm_option input[type="number"] {
  width: 100%;
  height: 30px;
}
.box_show_booking .frm_option button {
  padding: 8px 20px;
  width: 100%;
  text-align: center;
  color: #fff;
  border: none;
  background: linear-gradient(
    90deg,
    rgb(254 193 10) 0%,
    rgb(225 6 0 / 62%) 100%
  );
  border-radius: 5px;
}
.box_show_booking .frm_option button:hover {
  background: linear-gradient(90deg, rgb(220 29 37) 0%, rgb(254 193 10) 100%);
}
.title_popup h3 {
  position: relative;
  font-size: 16px;
  padding: 15px 20px;
  margin: 0;
  display: block;
  margin-bottom: 15px;
  color: #dc1d25;
}
.title_popup h3:after {
  content: "";
  position: absolute;
  display: block;
  height: 1.5px;
  left: 0px;
  bottom: 0;
  width: 100%;
  background: linear-gradient(90deg, #dc1d25, #fec10a 50%, hsla(0, 0%, 80%, 0));
}
.item_box .box_item_sp {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.item_box .box_item_sp .img_producr {
  max-width: 150px;
  width: 150px;
}
.item_box .box_item_sp_info {
  padding-left: 10px;
}

.logo_inbox {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header_seach h1 {
  font-size: 30px;
  font-weight: 500;
  margin: 0px;
  color: #006024;
}

.item_giohang {
  display: none;
}
.box_item_giohang {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.img_item_giohang {
  max-width: 150px;
  padding: 15px;
}
.box_item_giohang_info h3 a {
  font-size: 14px;
  color: #292929;
  line-height: 20px;
}
.box_item_giohang_info h3:hover a {
  text-decoration: none;
}
#slider .carousel-item img {
  border-radius: 7px;
}

.item_sp {
  background: #fafafa;
  border-radius: 7px;
  padding: 20px;
  position: relative;
}
.box_item_sp {
  position: relative;
  border-radius: 5px;
}
.box_item_sp_img {
  border-radius: 7px;
}
.box_item_sp_img img {
  width: 100%;
}
.border-n {
  background: #03672b;
  width: 100%;
  height: 10px;
  border-radius: 15px;
  margin: 10px 0px 0px;
}
.box_item_sp_info {
  height: 90px;
}
.giagiam {
  position: absolute;
  top: 0px;
  right: 0px;
}
.giagiam p {
  margin-bottom: 0px;
  background: #7cc000;
  padding: 0px 8px;
  height: 20px;
  font-size: 11px;
  color: #fff;
  font-weight: 550;
  text-align: center;
  border-radius: 0px 0px 5px 5px;
  line-height: 20px;
}
.box_item_sp h3 {
  font-size: 15px;
  height: 35px;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  margin-top: 5px;
}
.box_item_sp h3 a {
  color: #353535;
  font-weight: 600;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* font-family: "Montserrat-Bold"; */
}
.box_item_sp h3:hover a {
  color: #7cc000;
  text-decoration: none;
}
.giaproduct {
  padding: 5px 0px;
}
.giaproduct .giaban {
  color: #03672b;
  font-size: 16px;
  font-weight: 600;
}
.giagoc {
  text-decoration: line-through;
  color: #8c8c8c;
  font-size: 14px;
  padding-left: 5px;
}
div#wapper {
  margin: auto;
  max-width: 2000px;
}
div#header {
  position: relative;
  margin: auto;
}
div#header a.logo {
  display: block;
  line-height: 0;
}
div#header img.logo_mobi {
  display: none;
}
div#header a.logo img {
  width: 100%;
}
div.header {
  display: none;
}
div#wap_mocua {
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #32ab18;
}
div#mocua {
  max-width: 1200px;
  margin: auto;
}
div#nd_tknganhang {
  border: 1px solid red;
  width: 36%;
  padding: 0px 2% 2% 2%;
  float: right;
}
div#mocua div.menu_head p.mocua_top {
  float: left;
  padding-left: 0px;
}
.menu_login {
  list-style: none;
  float: right;
  padding-left: 22px;
  margin-top: 0px;
  margin-right: 40px;
}
.menu_login li {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
}
.menu_login li a {
  text-decoration: none;
  color: #fff;
  padding: 0px 5px;
}
.menu_login li a:hover {
  color: #00e;
}
div#mocua div.menu_head {
  width: 90%;
  margin: 0px 5%;
  float: right;
  text-align: right;
}
div.wap_menu {
  position: relative;
  margin: auto;
  width: 100%;
  background: #04682a;
  padding: 10px;
}
.commit ul {
  list-style-type: none;
}
.commit ul li {
  font-size: 14px;
  color: #dc1d25;
  font-weight: 550;
}
.commit ul li i {
  padding-right: 10px;
}
.commit {
  border-top: 1px solid #fec10a52;
  padding-top: 5px;
}
.header_top {
  background: #fff;
  padding: 10px 0px;
}
.box_menu_sp {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
div.menu {
  position: relative;
  margin: auto;
  height: 40px;
  line-height: 40px;
  color: #fff;
}
div.menu ul {
  color: #fff !important;
  float: left;
  list-style: none;
}
div.menu ul li {
  color: #fff;
  float: left;
  position: relative;
  z-index: 50;
  font-weight: bold;
  font-size: 13pt;
}
div.menu ul li a {
  color: #fff !important;
  font-size: 15px;
  padding: 0px 14px;
  text-decoration: none;
  font-weight: none;
  text-transform: capitalize;
  display: block;
}
div.tracuu {
  position: absolute;
  background: #f1f1f1;
  padding: 10px;
  border: 1px solid #cccbcb;
  line-height: 1.5;
  min-width: 250px;
  display: none;
}

div.tracuu input[type="text"] {
  width: 100%;
  padding: 7px;
  border: 1px solid #d4d4d4;
  margin-bottom: 2px;
}
.contact_container {
  padding: 20px 0px;
}

.contact_title {
  padding-top: 50px;
}
div.tracuu input[type="button"] {
  display: block;
  background: #32ab18;
  border: none;
  padding: 8px 0 !important;
  width: 100px;
  text-align: center;
  margin-top: 6px;
  float: right;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
}

.contact_container {
  padding: 20px 0px;
}

.contact_title {
  padding-top: 50px;
}

.box_quytrinh_row {
  display: flex;
  justify-content: space-between;
}

.vechungtoi_title {
}

.vechungtoi_title.title_center {
  text-align: center;
  padding-bottom: 40px;
}

.contact_title h3 {
  font-size: 30px;
  font-weight: bold;
  font-family: var(--font-family);
  text-align: center;
}

.contact_title_item {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 20px;
}

.contact_title_item strong {
  font-size: 14px;
  font-weight: bold;
  font-family: var(--font-family);
}
.title_dk {
  text-align: center;
  padding-bottom: 35px;
}
.title_dk h3 {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  font-family: var(--font-family);
}
.title_dk .border {
  color: #202020;
  background: #202020;
  max-width: 200px;
  margin: auto;
  width: 100%;
  height: 2px;
}
.item_dk {
  padding-bottom: 15px;
  overflow: hidden;
}
.box_form_fk {
  display: flex;
  align-items: center;
}
.imgtt ul {
  position: absolute;
  right: 0px;
  bottom: 25px;
  list-style-type: none;
}
.imgtt ul li {
  border: 1px solid #f7941d;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.imgtt ul li a {
  color: #f7941d;
}
.imgtt ul li a i {
  font-size: 18px;
}
.imgtt {
  text-align: center;
}

.dknt_left {
  font-family: "myFont";
}

.dknt_left button {
  background: #03682c;
  border: unset;
  padding: 10px 15px;
  font-weight: 600;
  color: #fff;
  font-family: "myFont";
  cursor: pointer;
}
.w503 {
  grid-column-gap: 15px;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  padding: 0px !important;
}
.item_dk p {
  margin-bottom: 5px;
  color: #7b7773;
  font-size: 14px;
}

.item_dk input,
.item_dk textarea {
  background: #e8e8e8;
  border: unset;
  padding: 10px;
  width: 100%;
}
.vechungtoi_title_name {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primary-color);
}

div.menu ul li a:hover,
div.menu ul li a.active,
div.menu ul li a.active2 {
  background: #d25114;
  color: #fff !important;
  border-radius: 10px;
}
div.menu ul li ul,
div.menu ul li:hover ul li ul {
  position: absolute;
  margin-left: 0px;
  display: none;
  min-width: 200px;
  background: #d25114;
  color: #fff !important;
  line-height: 1.5;
}
#menu ul li ul {
  position: absolute;
  margin-left: 0px;
  display: none;
  min-width: 250px;
  background: #006024;
  color: #fff !important;
  line-height: 1.5;
  z-index: 9;
  bottom: -48px;
}
#menu ul li ul li {
  /* padding: 5px 0px; */
  border-bottom: 1px solid;
}
#menu ul li ul li a {
  padding: 5px 10px;
  text-transform: none;
  display: block;
  color: #fff;
  line-height: 40px;
  border-bottom: 1px solid #fff;
}

#menu ul li ul li a:last-child {
  border-bottom: none;
}

div.menu ul li ul li {
  float: none;
  color: #ffffff !important;
}
div.menu ul li ul li a {
  padding: 6px 10px;
  text-transform: none;
  display: block;
  color: #fff !important;
  border-bottom: 1px solid #fff;
}
div.menu ul li ul li ul {
  left: 100%;
  top: 0px;
  color: #fff !important;
}
.mobile {
  display: none;
}
.box_header_top {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.search {
  max-width: 360px;
  width: 100%;
  background: #fff;
  display: flex;
  border-radius: 30px;
  border: 1px solid #3c3c3c52;
}
div.gio_hang {
  position: absolute;
  right: 60px;
  height: 25px;
  color: #fff;
  width: auto;
}
div.gio_hang a {
  color: #32ab18;
  font-size: 25px;
}
div.gio_hang a sup {
  color: #32ab18;
  font-size: 10px;
  background: #fff;
}
div.search input {
  padding: 0px 10px;
  float: left;
  margin-top: 0px;
  border: none;
  background: none;
  width: 320px;
  outline: none;
  color: #bbbbbb;
  font-style: italic;
  max-width: 320px;
  line-height: 40px;
}

div.search i {
  padding: 0px 25px;
  line-height: 40px;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  background: #2e2e2e;
  border-radius: 30px;
}

div#slider_left {
  width: 74.5%;
  float: right;
}
div#lienhe_right {
  width: 24.5%;
  float: left;
}
div#logo_left {
  margin-top: 20px;
  padding: 10px;
}
div#logo_left img {
  margin-top: 10px;
  padding: 10px;
  width: auto;
  margin-left: 10px;
}
div#lh_info {
  margin-top: 10px;
  margin-left: 20px;
}
div#lh_info p {
  line-height: 20px;
  font-size: 13pt;
}
div#lh_info p a {
  line-height: 20px;
  font-size: 13pt;
  text-decoration: none;
  color: #000;
}
div#lh_info p a:hover {
  color: red;
}
div#lh_info p.hotline_red {
  line-height: 20px;
  font-size: 13pt;
  color: red;
  font-weight: bold;
}
div#lh_info p i {
  font-size: 18pt;
  width: 30px;
  color: #d25114;
  text-align: center;
}
div#left {
  width: 74.5%;
  float: right;
}
div.tieude {
  color: #fff;
  padding-left: 20px;
  font-size: 15px;
  background: #32ab18;
  height: 40px;
  line-height: 45px;
  text-transform: uppercase;
}
div#danhmuc {
  border: none;
}
div.danhmuc {
  border: 1px solid #32ab18;
  margin-bottom: 15px;
}
div.danhmuc:last-child {
  margin-bottom: 0;
}
div#danhmuc ul {
  list-style: none;
}
div#danhmuc ul li {
  position: relative;
}
div#danhmuc ul li:last-child {
  border: none;
}
div#danhmuc ul li a {
  font-weight: normal;
  color: #454545;
  text-decoration: none;
  font-size: 12pt;
  font-weight: bold;
  transition: 0.4s;
  display: block;
  border-bottom: 2px solid #32ab18;
  padding: 11px 5px 11px 23px;
  background: url(images/muiten.png) 11px 15px no-repeat;
}
div#danhmuc ul li a:hover,
div#danhmuc ul li a.active {
  color: red;
  transition: 0.4s;
}
div#danhmuc ul li ul li a {
  padding: 9px 5px 9px 30px;
  font-weight: inherit;
  background: url(images/i_tinkhac.png) 11px 15px no-repeat;
}
div#danhmuc ul li ul {
  /*display:none;*/
  z-index: 9999;
}
i.dm_cha {
  position: absolute;
  font-size: 12pt;
  padding: 3px;
  color: #fff;
  right: 20px;
  top: 10px;
  background: #32ab18;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 100%;
}

div#tinmoi {
}
div#tinmoi ul {
  list-style: none;
  padding: 0 10px;
}
div#tinmoi ul li {
  border-bottom: 1px dashed #dddddd;
  padding: 10px 0;
}
div#tinmoi ul li a img {
  width: 35%;
  max-width: 150px !important;
  border: 1px solid #d6d6d6;
  float: left;
  margin-right: 10px;
}
div#tinmoi ul li .ngaytao i {
  color: red;
  margin-right: 5px;
}
div#tinmoi ul li a img:hover {
  transition: 1s;
  border: 1px solid red;
}
.icon_gh {
  display: none;
}
.banner_mobile {
  display: none;
}
div#tinmoi ul li h4 a {
  text-decoration: none;
  color: #111111;
  font-size: 12px;
  transition: 0.4s;
  font-weight: normal;
}
div#tinmoi ul li h4 a:hover {
  color: red;
  transition: 0.4s;
}
div.load_video {
  width: 95%;
  margin: 7px auto;
}
div#hotro {
  background: url(images/bg_hotro.png) left 40px no-repeat;
}
.wap_product {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.item_news a {
  display: block;
}
div#hotro .phone {
  color: #f10b0b;
  font-size: 24px;
  font-weight: bold;
  padding-top: 62px;
  padding-left: 90px;
  padding-bottom: 10px;
  margin-right: 20px;
  font-style: italic;
}
div#hotro ul {
  list-style: none;
  border-bottom: 1px dashed #dddddd;
  padding: 7px;
  margin: 0px 10px;
  font-size: 13px;
}
div#hotro ul li {
  clear: both;
  padding: 6px 0;
  color: #555555;
}
div#hotro ul li i {
  font-size: 17px;
  margin-right: 8px;
  clear: both;
}
div#hotro ul li span {
  color: #3853a4;
  font-weight: normal;
  font-size: 14px;
  margin-top: 3px;
  float: left;
}
div#hotro ul li a img {
  margin-right: 5px;
  float: left;
}

div#quangcao a img {
  width: 90%;
  max-width: 300px !important;
  border: 1px solid #ddd;
  margin: 5px auto;
  padding: 4px;
  box-sizing: border-box;
}
div#quangcao a img:hover {
  border: 1px solid red;
}
div#dknt {
  max-width: 350px;
}
form#frm_dknt {
  background: #fff;
  margin: 10px 0;
  display: flex;
  align-items: flex-end;
}
form#frm_dknt input[type="text"] {
  width: 60%;
  padding: 6px 5px;
  float: left;
  margin-top: 9px;
  border: none;
  background: none;
  outline: none;
  color: #000;
  outline: none;
  border-bottom: 1px solid #a79f9f;
}
form#frm_dknt input[type="button"] {
  background: #fff;
  color: #6d6759;
  width: 40%;
  cursor: pointer;
  float: right;
  text-transform: uppercase;
  outline: none;
  border: 2px solid #0ebf0c;
  border-radius: 30px;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  /* font-family: "Montserrat-Bold"; */
  font-size: 14px;
}

div#right {
  width: 24.5%;
  float: left;
}
.box_product_list {
  padding: 25px 0px;
}
.box_item_sp img {
  width: 100%;
}
.img_producr {
  background-size: 100%;
  background-position: center;
  width: 90%;
  height: 172px;
  margin: auto;
  overflow: hidden;
  background-repeat: no-repeat;
}

.tieude_title.hinhanh_title {
  text-align: center;
}

.tieude_giua.images_wp_center {
  justify-content: center;
  align-items: center;
}

.tieude_title.chungnhan_title {
  text-align: center;
}

.tieude_title.chungnhan_title p {
  max-width: 800px;
}

.tieude_giua {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.tieude_giua h3 {
  text-transform: uppercase;
  color: #03672b;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0px;
}
.tieude_giua h4 {
  color: #7cc000;
  text-transform: uppercase;
  font-size: 13px;
  /* font-weight: 600; */
}
.tieude_giua h4 i {
  padding-right: 3px;
  font-size: 10px;
}
.tieude_giua h4 span {
  color: #04682a;
}
.tieude_giua3 {
  position: relative;
  color: #fff;
  padding-left: 20px;
  font-size: 15px;
  background: #32ab18;
  height: 40px;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 20px;
  background: url(images/bg_tieu_de2.png) repeat-x;
}
.product_detail {
  padding: 20px 15px;
  background: #fff;
}
#thuvienanh {
  padding: 30px 0px;
}
.box_hinhanh_list {
  flex-direction: row;
  flex-wrap: wrap;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  padding: 20px 0px;
}
.item-home {
  border: 2px solid #03672b;
  border-radius: 20px;
}
.iteam_chitietga img {
  border-radius: 20px;
  width: 100%;
  /* height: 320px; */
  -o-object-fit: cover;
  object-fit: cover;
}
.product_name h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 22px;
  font-weight: 500;
  color: #dc1d25;
}
.product_name {
  padding: 15px 0px 0px;
}

.gia_sp {
  font-size: 22px;
  color: #dc1d25;
  font-weight: 600;
  margin-bottom: 0px;
}
.product_detail_info_sp p {
  width: 20%;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
  color: #575656;
  font-weight: 600;
}
.ghichusp {
  display: flex;
}
.ghichusp > div {
  width: 74%;
  display: inline-block;
  font-weight: 550;
}
.titile_giohang h3 {
  font-size: 20px;
  text-transform: uppercase;
}
.item_lienhe textarea {
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
.item_lienhe input,
.item_lienhe select {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
.item_lienhe p {
  margin-bottom: 5px;
}
.item_lienhe {
  padding: 5px 0px;
}
.ghichusp > p {
  color: #dc1d25;
}
.button_mua {
  display: none;
  height: 90px;
  margin-top: 5px;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.item_sp:hover .box_item_sp_info {
  display: none;
}
.item_sp:hover .button_mua {
  display: block;
  /* transition: 1s; */
}
.button_mua_ngay:hover a {
  text-decoration: none;
  color: white;
}
.button_mua_ngay a {
  color: white;
  padding: 5px 10px 5px 10px;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  width: 100%;
  text-transform: uppercase;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 5px;
  background: linear-gradient(
    90deg,
    rgb(254 193 10) 0%,
    rgb(225 6 0 / 62%) 100%
  );
}
.button_mua_them button {
  cursor: pointer;
  border: unset;
  color: white;
  padding: 5px 10px 5px 10px;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  width: 100%;
  text-transform: uppercase;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 5px;
  background: linear-gradient(
    90deg,
    rgb(225 6 0 / 62%) 0%,
    rgb(254 193 10) 100%
  );
}
.xemthembobile {
  display: none;
}
.xemthempc {
  display: block;
}
.cart_sl {
  display: inline-block;
}
.buttongiohang:hover a {
  text-decoration: none;
  color: #fff;
}
.box_giohang_info:hover .box_list_sp_giohang {
  display: block;
}
.box_list_sp_giohang {
  background: #fff;
  min-width: 300px;
  position: absolute;
  list-style-type: none;
  z-index: 190;
  margin-bottom: 0px;
  display: none;
  left: -149px;
}
.tongtienthanhtoan {
  color: #3c3c3c;
  border-top: 1px solid #dc1d25;
}
.tongtienthanhtoan {
  color: #3c3c3c;
  border-top: 1px solid #dc1d25;
  text-align: right;
  padding: 0px 10px;
  line-height: 34px;
}
.tongtienthanhtoan p strong {
  color: #dc1d25;
  padding-left: 10px;
}
.tongtienthanhtoan p {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 550;
}
.buttongiohang {
  border: none;
  color: white;
  padding: 5px 10px 5px 10px;
  text-align: center;
  text-decoration: none;
  width: 95%;
  text-transform: uppercase;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 5px;
  background: linear-gradient(
    90deg,
    rgb(254 193 10) 0%,
    rgb(225 6 0 / 62%) 100%
  );
  margin: auto;
  font-size: 13px;
  line-height: 25px;
  margin-bottom: 10px;
}
.buttongiohang a {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
}
.buttongiohang:hover a {
  text-decoration: none;
}
.box_list_sp_giohang .list_gh {
  list-style-type: none;
  overflow-x: auto;
  height: 270px;
  color: #3c3c3c;
}
.box_list_sp_giohang .list_gh li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 7px 5px;
  color: #3c3c3c;
  align-items: center;
}
.img_gh {
  width: 20%;
}
.name_gh {
  width: 80%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  padding: 0px 5px;
}
.name_gh h3 {
  font-size: 15px;
  margin-bottom: 0px;
}
.info_gh {
  width: 100%;
}
.tongtien_gh {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}
.soluonggh {
  font-size: 12px;
  font-weight: 500;
}
.tienhang {
  color: #d42333;
  font-weight: 500;
  font-size: 14px;
}
.product_masp {
  color: #999;
  font-size: 13px;
  padding: 0px 0px 0px;
  margin-bottom: 5px;
}
.tieude_giua3 div {
  top: 10px;
  left: 0px;
  position: absolute;
  background-color: #f3f0f0;
  color: #32ab18;
  height: 20px;
  margin-left: 0px;
  padding: 0px 20px 0px 20px;
}
.tieude_giua3 a {
  float: right;
  color: #32ab18;
  text-decoration: none;
  text-transform: none;
  font-size: 13px;
  margin-right: 10px;
  margin-top: 12px;
  line-height: 15px;
  background-color: #fff;
  border: 1px solid #32ab18;
  padding: 0px 5px 0px 5px;
}
.wap_box_new {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.item_news h3 {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 38px;
}
.boxx_p {
  padding: 15px 0px;
}
.library_container {
  padding: 15px 0px;
}
.tieude_giua_t {
  text-transform: uppercase;
  color: #03672b;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0px;
}
.luotxem_sp {
  display: flex;
}
.tieude_giua a {
  color: #fff;
  font-size: 14px;
  padding: 0px 5px;
  border-left: 1px solid #4a9b25;
  margin: 0px 10px;
}
.tieude_giua a:hover {
  color: #fff;
  text-decoration: none;
}
div.wap_item {
  padding: 30px 0px;
}

div.item_i {
  width: 90% !important;
  position: relative;
}
div.item .sp_img {
  margin-bottom: 5px;
}
div.item .sp_img a {
  text-decoration: none;
  line-height: 0;
  padding: 1%;
  margin-left: 5%;
}
div#item .sp_img a:hover,
div#item .sp_img a:active {
  color: red;
  transition: 0.4s;
}
div.item a img {
  width: 100%;
  height: 100%;
}
div.item .sp_name a {
  text-decoration: none;
  color: #222222;
  font-weight: normal;
  font-size: 15px;
  display: block;
  /* font-family: Tahoma, Geneva, sans-serif; */
}
div.item .sp_name a:hover {
  transition: 0.4s;
  color: red;
}
div.item .sp_gia {
  display: none;
}
div.item .sp_gia span.giacu {
  color: #666666;
  text-decoration: line-through;
  float: left;
}
div.item .sp_gia span.giamoi {
  color: #666666;
  color: red;
  float: right;
}
div.item .sp_gia span.motgia {
  display: block;
  float: none;
}
div#tintuc {
}
div.new_list {
  width: 50%;
  float: left;
  margin-top: 20px;
}
div.hotromuahang {
  width: 45%;
  float: right;
}
div#wap_footer {
  background: #fff;
  padding: 25px 0px 15px;
}
.box_footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
/* footer */
.footer_top {
  background: #e6e6e6;
  padding: 20px;
  margin-top: 45px;
}

.footer_top_title {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.footer_hotline {
  position: absolute;
  right: 0;
  padding: 10px 50px;
  border-radius: 20px;
  background: #006024;
  color: #fff;
  bottom: 0px;
}

.footer_hotline::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0px;
  width: 30px;
  background: #f58634;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.footer_menu ul {
  margin: 0px;
  list-style: none;
}

.footer_hotline p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0px;
}

.footer_hotline h3 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 0px;
}

.footer_menu ul {
  margin: 0px;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
}

.footer_menu ul li {
  position: relative;
}

.footer_menu ul li::after {
  content: "";
  position: absolute;
  right: -23%;
  height: 24px;
  width: 1px;
  background: #000;
}

.footer_menu ul li:nth-child(5)::after {
  content: "";
  display: none;
}

.footer_menu a {
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
}

.footer_menu a:hover {
  color: #000;
  text-decoration: none;
}

.footer_center_title {
  padding: 30px 0px;
  display: flex;
  justify-content: space-between;
}

.footer_center-left h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}

.footer_center-left-title p {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer_center-left-title_coup {
  display: flex;
  gap: 50px;
}

.footer_center-right-social ul {
  display: flex;
  list-style: none;
  margin-top: 22px;
  gap: 10px;
}

.footer_center-right-social ul li a {
  padding: 10px 12px;
  border-radius: 8px;
  background: #006024;
}

.footer_center-right-social ul li a i {
  color: #fff;
  font-size: 14px;
}

.footer_bottom {
  background: #006024;
  padding: 20px 0px;
}

.footer_bottom p {
  margin: 0px;
  color: #fff;
}

/* end footer */
.product_deatail_right {
  position: relative;
}
.product_deatail_right:after {
  content: "";
  position: absolute;
  display: block;
  width: 1.5px;
  left: 0px;
  top: 0;
  height: 100%;
  background: linear-gradient(
    180deg,
    #135024,
    #7cc000 50%,
    hsla(0, 0%, 80%, 0)
  );
}
.box_info_right_cart {
  border-top: 1px solid #fec10a52;
  margin-top: 10px;
  display: flex;
  align-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
}
.box_info_right_cart__number {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.input-number {
  background: #fff;
  font-weight: 600;
  height: 30px;
  padding: 0;
  text-align: center;
  width: 70px;
  border: 1px solid #e5e5e5;
  border-left: none;
  border-right: none;
  border-radius: 1px;
  float: left;
  font-size: 15px;
  -webkit-appearance: none;
}
.box_info_right_cart__number__tittle {
  color: #808080;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 2px;
  width: 75px;
}
.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#e0e0e0)
  );
  background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
}
.btn-number {
  float: left;
  cursor: pointer;
  font-weight: 600;
  font-size: 13px;
  outline: none;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 0;
  padding: 6px;
}
.btn-number svg {
  color: #000;
}
.title_pr {
  padding: 15px 0px;
}
.title_pr h3 {
  font-size: 18px;
  font-weight: 600;
  color: #3c3c3c;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.box_describe_content {
  padding: 25px 10px 60px;
  position: relative;
  background: #fff;
}
.show-read-more .more-text {
  display: none;
}
.box_describe_content__detail {
  overflow: hidden;
  height: 100px;
}
.button_read_more {
  text-align: center;
  position: absolute;
  top: 125px;
  right: 0px;
  left: 0px;
}
.button_read_more a {
  width: 240px;
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 40px;
  font-weight: 550;
  color: #fff;
  margin: 10px auto;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  background: -webkit-linear-gradient(90deg, #04682a, #04682a);
  font-size: 14px;
  text-align: center;
}
.button_read_more:hover a {
  text-decoration: none;
  color: #fff;
}
.button_read_more a svg {
  font-size: 11px;
}
.box_describe {
  padding: 25px 0px;
}
.box_info_right_cart__button {
  display: inline-block;
  padding: 15px 0px;
}

.box_info_right_cart__button button {
  max-width: 15em;
  font-size: 14px;
  padding: 0px 20px;
  min-height: 40px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
  outline: 0px;
  box-sizing: border-box;
  border-radius: 5px;
  appearance: none;
  color: rgb(255, 255, 255) !important;
  transition: background-color 0.2s ease 0s;
  background-color: #ff3945;
  display: flex;
  min-width: 5.5em;
  margin-right: 15px;
  text-transform: uppercase;
}
.box_info_right_cart__button button svg {
  font-size: 16px;
  margin-right: 5px;
}
.contact_f_title {
  font-size: 19px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 20px;
}

.contact_f ul h3 {
  font-size: 20px;
  font-weight: 600;
  color: #03682c;
  /* font-family: "Montserrat-Bold"; */
}

.contact_f ul {
  list-style-type: none;
}

.contact_f ul li a {
  color: #3c3c3c;
  font-size: 15px;
}
.contact_f ul li {
  padding: 3px 0px;
  color: #03682c;
  font-size: 15px;
  font-weight: 500;
}
.title_ff h3 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  /* font-family: "Montserrat-Bold"; */
}
.contact_f_flex {
  display: flex;
  gap: 10px;
}
.contact_f ul li:hover a {
  text-decoration: none;
}
.contact_f img {
  padding-bottom: 15px;
}
div#footer {
  max-width: 1200px;
  margin: auto;
  color: #fff;
}
div.fanpage {
  width: 50%;
  float: left;
}
div#conten_tk {
  width: 90%;
  margin-left: 5%;
}
div#main_footer {
  width: 48%;
  float: right;
}
div.noidung_ft {
  max-width: 1366px;
  background: #32ab18;
  padding: 0px 15px 15px 15px;
  border-bottom: 1px solid #fff;
}
div.ft_nd {
  width: 50%;
  float: left;
  margin-left: 5%;
  text-align: left;
}
div#lienket {
  text-align: right;
  margin-right: 15%;
}
div#lienket a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 18px;
  height: 35px;
  border: 1px solid #fff;
  line-height: 35px;
  width: 35px;
  text-align: center;
  text-decoration: none;
  margin: 0px 2px;
  background: #32ab18;
  transition: 1s;
}
div#lienket a:hover {
  transition: 1s;
  transform: rotate(360deg);
}
div#thongke {
  width: 33%;
  float: right;
}
div#thongke ul {
  border: 1px solid #fff;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 13px;
}
div#thongke ul {
  list-style: none;
}
div#thongke ul li {
  clear: both;
  padding: 4px 0px;
}
div#thongke ul li img {
  float: left;
  margin-right: 15px;
  width: 16px;
  margin-top: 2px;
}
div#thongke .thongke_an {
  width: 60%;
  border: none;
  padding: 0px;
  float: right;
  margin-right: 5%;
  margin-top: 5%;
}
div#copy {
  padding: 15px 0px 10px 0px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  margin-top: 2px;
}
#menu ul {
  list-style-type: none;
  margin-bottom: 0px;
  display: flex;
  gap: 10px;
}
#menu ul li {
  /* padding: 0px 25px; */
}
#menu ul li a {
  color: #fff;
  font-size: 15px;
  line-height: 50px;
  /* font-weight: 600; */
  text-transform: capitalize;
  padding: 25px 25px;
}
#menu ul li a.active,
#menu ul li:hover a.active2,
#menu ul li ul li:hover a.active2 {
  text-decoration: none;
  background: #f58634;
  color: #fff;
}
.box_list_menu h3 {
  min-width: 175px;
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 40px;
  background: #7cc000;
  padding: 0px 25px;
  position: relative;
  color: #fff;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.item-home img {
  width: 100%;
  height: 200px;
}

.box_container {
  padding: 20px 0px;
}

.box_list_menu .dm_sp {
  background: #fff;
  min-width: 200px;
  position: absolute;
  list-style-type: none;
  z-index: 190;
  margin-bottom: 0px;
  display: none;
}
.box_list_menu:hover .dm_sp {
  display: block;
}
.box_list_menu .dm_sp .item_dm {
}
.product_list {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hot_giaohang {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hot_giaohang i {
  background: #2e2e2e;
  color: #fff;
  border-radius: 50%;
  width: 45px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info_hotgiaohang {
  padding-left: 5px;
  line-height: 1.3;
}
.info_hotgiaohang p {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  color: #f58634;
  /* font-family: "Montserrat-Bold"; */
}
.info_hotgiaohang a {
  font-size: 17px;
  color: #03682e;
  font-weight: 600;
  /* font-family: "Montserrat-Bold"; */
}
.info_hotgiaohang a i {
  padding-right: 5px;
}
.info_hotline {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product_list .item_sp {
  width: calc(20% - 10px);
}
.box_giohang {
  width: 50px;
  font-size: 16px;
  margin-bottom: 0px;
  display: flex;
  background: #f58634;
  padding: 0px 25px;
  position: relative;
  color: #fff;
  text-align: center;
  height: 50px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.box_list_menu .dm_sp .item_dm {
  padding: 0px 15px;
  font-size: 15px;
  color: #3c3c3c;
  font-weight: 600;
  line-height: 40px;
  border-bottom: 1px solid #dc1d252e;
}
.box_list_menu .dm_sp .item_dm:hover {
  background: #7cc000;
}
.box_list_menu .dm_sp:hover a {
  text-decoration: none;
}
.box_list_menu .dm_sp a:hover .item_dm {
  text-decoration: none;
  color: #fff;
}
div#banquuyen {
  border-top: 1px solid #ccc;
  margin-top: 0px;
  padding: 10px 0px 0px;
}
.img_qc img {
  border-radius: 7px;
}
.qc_product {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
}
.qc_product .img_qc {
  padding: 15px;
}
div.copywire {
  text-align: center;

  color: #3c3c3c8a;
}
.baner_qc {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: column;
  padding: 0px !important;
}
div.copywire a {
  color: #3c3c3c8a;
  text-decoration: none;
}
.spbanchay {
  padding-top: 30px;
}
div.bank {
  margin-top: 15px;
  width: 30%;
  margin-right: 6%;
  float: right;
  text-align: left;
}
div.bank img {
  float: right;
}
/* --------------------- Phan trang ------------------*/
div#doitac {
  box-sizing: border-box;
  max-width: 1200px;
  margin: auto;
}
div#doitac a img {
  height: 100px;
  margin: 0 5px;
  border: 1px solid #ddd;
}
/*----------------------------------------------------*/
div.wap_pro {
  margin: 15px auto;
  clear: both;
}
.zoom_slick {
  width: 35%;
  float: left;
  text-align: center;
}
.zoom_slick .slick2 {
  border: 1px solid #ddd;
}

.zoom_slick .slick {
  margin-top: 5px;
}

.zoom_slick .slick img {
  width: 95%;
  margin: auto;
  border: 1px solid #ddd;
  box-sizing: border-box;
  cursor: pointer;
}
.zoom_slick .slick img:hover {
  border: 1px solid #f60;
  opacity: 0.5;
  transition: 1s;
}

.product_info {
  float: right;
  list-style: none;
  width: 62%;
}
.product_info li {
  font-size: 13px;
  border-bottom: 1px solid #eee;
  padding: 6px 0;
}
.product_info li.ten {
  color: #0033ff;
  font-size: 18px;
}
.product_info li.giacu {
  font-size: 15px;
  text-decoration: line-through;
}
.product_info li.gia {
  color: red;
  font-size: 16px;
}
.product_info li b {
  font-weight: normal;
  font-size: 14px;
}
.xemgiohang {
  color: #e80019;
  display: block;
  width: 120px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  font-size: 13px;
  transition: 0.4s;
  margin: auto;
  margin-top: 7px;
}
.product_info li .dathang {
  background: #e93b35;
  color: #fff;
  display: block;
  max-width: 300px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  font-size: 14px;
  transition: 0.4s;
}
div.tomtat {
  width: 100%;
  height: 97%;
  margin: auto;
  color: #000;
  transition: height 500ms ease 0s;
  width: 100%;
}
div.vien {
  width: 95%;
  height: 95%;
  border: 1px dashed #fff;
  margin: auto;
  margin-top: 5px;
  border-radius: 5px;
}
div.tomtat p {
  text-align: left;
  margin-left: 20px;
  margin-top: 5%;
}
div.tomtat div h4 {
  padding: 5%;
}
.product_mobile {
  display: none;
}
.button_mua_them {
  padding-bottom: 10px;
}
.button_ct button {
  box-shadow: 0px 0px 10px 2px #00000024;
  color: #000;
  height: 40px;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 30px;
  background: #fff;
  cursor: pointer;
  font-weight: 600;
  border: 1px solid #0000000f;
}
.button_ct button a {
  color: #000;
  font-size: 15px;
  /* font-family: "Montserrat-Bold"; */
}
.xemtatcasp {
  text-align: center;
}
.xemtatcasp a {
  color: #fff;
  background: #7cc000;
  font-size: 14px;
  padding: 7px 20px;
  border-radius: 30px;
}
.xemtatcasp:hover a {
  color: #fff;
}
.box_list_dm ul {
  border-bottom: unset !important;
}
.box_gioithieu {
  padding: 60px 0px;
}
.box_visaolist {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  padding-top: 25px;
}
.xemthemft:hover a {
  text-decoration: none;
  color: #fff;
}
.box_tintuc {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  align-items: stretch;
}
.item_tin_left:hover a {
  text-decoration: none;
}
.item_tin_left_info {
  padding: 15px;
}
.item_t a {
  grid-column-gap: 15px;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 35% 65%;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.box_tintuc_right {
  background-color: #fff;
  padding: 25px 15px;
  border-right: 3px solid #7cc000;
  border-radius: 15px;
  overflow: hidden;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  align-items: center;
}
.item_t_info h3 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  /* font-family: "Montserrat-Bold"; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  /* margin: 0; */
}
.item_t:hover a {
  text-decoration: none;
}
.item_t img {
  border-radius: 10px;
}
.item_t_info button {
  background: unset;
  border: unset;
  padding: unset;
  font-size: 13px;
  color: #7cc000;
  text-transform: uppercase;
}
.item_tin_left_info h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  /* font-family: "Montserrat-Bold"; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 0;
}
.item_tin_left_info_mota {
  color: #000;
  font-size: 14px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
.box_tintuc_left {
  background-color: #fff;
  background-color: #fff;
  border-radius: 14px;
  overflow: hidden;
}
.tintuc {
  /* background: url(./images/gallery1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 65px 0px; */
}
.tintuc .tieude_giua {
  padding-bottom: 15px;
}
.tintuc .tieude_giua h3 {
  font-size: 36px;
  color: #03672b;
  text-transform: capitalize;
  padding: 10px 0px;
}
.tintuc .row {
  align-items: center;
}
.item_vs {
  text-align: center;
}
.item_vs h3 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 15px;
}
.item_vs:nth-child(1) h3 {
  color: #ee82ee;
}
.item_vs:nth-child(2) h3 {
  color: #5db75b;
}
.item_vs:nth-child(3) h3 {
  color: #faafaf;
}
.item_vs:nth-child(4) h3 {
  color: #7ebddc;
}
.visaochon {
  padding: 35px 0px;
}
.title_vs {
  text-align: center;
}
.title_vs h3 {
  color: #7cc000;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 600;
}
.title_vs p {
  max-width: 650px;
  margin: auto;
  font-weight: 600;
  font-size: 14px;
}
.box_list_dm ul li {
  padding: 0px 10px;
}
.gioithieu_right_title h4 {
  font-size: 36px;
  color: #04682a;
  font-weight: 600;
}

.gioithieu_right_title h3 {
  color: #f5d63e;
  font-size: 45px;
}

/* library */

.library_box {
  flex-direction: row;
  flex-wrap: wrap;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  padding: 20px 0px;
}

.library_img a img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* end library */

.gioithieu_mota {
  font-size: 14px;
}
.xemthemft a {
  color: #fff;
  background: #04682a;
  font-size: 14px;
  padding: 7px 40px;
  border-radius: 30px;
}

.box_container .content ul {
  list-style: none;
}

.doitac_wp {
  padding: 10px 0px;
  /* grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  justify-content: center;
  align-items: center; */
}

.doitac_item-box.slick-slide {
  margin: 0px 10px;
}

.a.doitac_item {
  text-align: center;
}

.xemthemft.tintucft {
}

.xemthemft.tintucft a {
  background: #7cc000;
}
.gioithieu {
  /* background-image: url(./images/back_gt.png);
  background-repeat: no-repeat;
  background-position-x: right; */
  background-color: #f2f2f2;
  /* background-position-y: top; */
  padding: 65px 0px;
  /* background-size: 557px; */
}
.box_list_dm ul li a {
  background: #f2f7f3;
  height: 35px;
  border: unset !important;
  border-radius: 30px !important;
  line-height: 35px;
  padding: 0px 25px;
  font-size: 14px;
  color: #000;
}
.box_list_dm ul li a:hover {
  background-color: #7cc000;
  color: #fff;
  transition: 0.7s;
}
.box_list_dm .nav-tabs .nav-link.active {
  background-color: #7cc000;
  color: #fff;
}
.xemtatcasp a:hover {
  text-decoration: none;
}
.button_ct button a:hover {
  text-decoration: none;
}
.box_title_sp {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 15px;
}
.box_wap_sp {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
button.dathang {
  border: none;
  color: white;
  height: 40px;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  width: 100%;
  text-transform: capitalize;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 30px;
  background: #03672b;
  cursor: pointer;
  font-weight: 600;
}
button.dathang i {
  font-size: 16px;
}
button.dathangkm {
  background-color: #32ab18;
  border: none;
  color: white;
  padding: 5px 10px 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
}

button.dathang.sp {
  text-transform: none;
  /* font-family: "Montserrat-Bold"; */
}

.images_box {
  flex-direction: row;
  flex-wrap: wrap;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  padding: 20px 0px;
}

.wap_item_sp {
  flex-direction: row;
  flex-wrap: wrap;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  padding: 20px 0px;
}

.images_wp {
  padding: 20px 0px;
}

.sp_ft {
  display: flex;
  justify-content: end;
}

.sp_ft a {
  color: #fff;
  background: #04682a;
  font-size: 14px;
  padding: 7px 24px;
  border-radius: 30px;
}

a.lhmua {
  background-color: #d25114;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  color: #fff;
}
.product_info li .dathang i {
  margin-right: 10px;
  font-size: 25px;
  margin-top: 3px;
}
.product_info li .dathang:hover {
  transition: 0.4s;
  background: #e00;
}
span.size {
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 5px;
  cursor: pointer;
}
span.mausac {
  display: block;
  float: left;
  border: 1px solid #ddd;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  cursor: pointer;
  font-size: 0;
}
span.active_size,
span.size:hover,
span.mausac:hover,
span.active_mausac {
  border: 1px solid #ee0000;
}

.chungnhan_wp {
  padding: 20px 0px;
}

table#giohang input {
  margin: 5px 0px;
}
table#giohang input.btn,
.click_ajax {
  background: #dc0018;
  color: #ffffff;
  padding: 7px 15px;
  border: none;
  cursor: pointer;
  margin: 5px 1px;
  border-radius: 3px;
}

table#tt td {
  height: 30px;
}
table#tt td input.t {
  width: 300px;
  height: 20px;
  margin: 3px 0px 5px 0px;
  border: 1px solid #ddd;
}
table#tt td textarea {
  width: 300px;
}
table#tt span {
  color: red;
}
div.td_ft {
  text-transform: uppercase;
  color: #111111;
  margin-bottom: 15px;
  font-size: 15px;
}
div.item_ft {
  width: 24.5%;
  display: inline-block;
  vertical-align: top;
  padding-right: 2%;
}
div.thongtin {
  width: 24.5%;
  display: inline-block;
  vertical-align: top;
  padding-right: 2%;
}
div.item_ft ul {
  list-style: none;
}
div.item_ft ul li a {
  color: #676767;
  display: block;
  padding: 4px 0;
  text-decoration: none;
  font-size: 15px;
}
div.item_ft ul li a:hover {
  color: #32ab18;
}
div#cart {
  position: fixed;
  right: 10px;
  bottom: 100px;
  z-index: 9999;
  font-size: 40pt;
  color: #32ab18;
  text-align: center;
}
div#cart a {
  color: red;
  font-size: 14pt;
  text-decoration: none;
}
div#cart i:hover {
  font-size: 43pt;
  color: #d25114;
  margin: 0px;
  padding: 0px;
}
div#info_cart {
  width: 400px;
  background: #fff;
  height: 300px;
  overflow-y: scroll;
}
.bottom-contact {
  display: none;
}
.seachmobile {
  display: none;
}
@-webkit-keyframes star {
  0% {
    -webkit-transform: rotate(0) scale(0);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1.5);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(0);
  }
}
@-o-keyframes star {
  0% {
    -o-transform: rotate(0) scale(0);
  }
  50% {
    -o-transform: rotate(180deg) scale(1.5);
  }
  100% {
    -o-transform: rotate(360deg) scale(0);
  }
}
@-moz-keyframes star {
  0% {
    -moz-transform: rotate(0) scale(0);
  }
  50% {
    -moz-transform: rotate(180deg) scale(1.5);
  }
  100% {
    -moz-transform: rotate(360deg) scale(0);
  }
}
.start-animate {
  z-index: 99999999999999999 !important;
  position: absolute;
  animation: star linear 1.75s infinite;
  -moz-animation: star linear 1.75s infinite;
  -webkit-animation: star linear 1.75s infinite;
  -o-animation: star linear 1.75s infinite;
}
@keyframes star {
  0% {
    transform: rotate(0) scale(0);
  }
  50% {
    transform: rotate(180deg) scale(1.5);
  }
  100% {
    transform: rotate(360deg) scale(0);
  }
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1100px) {
}
@media screen and (max-width: 1024px) {
  div.menu {
    height: 43px;
  }
  div.menu ul li a {
    padding: 0px 20px;
  }
}
@media screen and (max-width: 990px) {
  .list_menu {
    display: none;
  }
  .baner_qc {
    display: none;
  }

  div.header {
    display: block;
  }
  nav#menu {
    display: none;
  }

  div#footer {
    width: 97%;
  }
  div#slider {
    width: 100%;
    padding: 0;
  }
  div#danhmuc {
    display: none;
  }
  div#right {
    width: 100%;
  }
  div#left {
    width: 100%;
  }

  div#thongke {
    width: 60%;
  }
  div.thongke_an {
    display: none;
    width: 60%;
  }
  div.tt_lh {
    width: 100%;
  }
  div.bando {
    width: 100%;
  }
  p.mocua_top {
    display: none;
  }

  .menu_login {
    display: block;
    width: 100%;
  }
  div.item_ft {
    width: 98%;

    padding-right: 2%;
  }
  div.thongtin {
    width: 98%;
  }
  div#slider_left {
    width: 100%;
    float: none;
  }
  div#lienhe_right {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 800px) {
  .wap_item_sp {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .box_hinhanh_list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer_hotline {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .box_tintuc {
    padding-top: 10px;
  }
  .box_title_sp {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 15px;
  }
  .icon_gh {
    display: block;
  }
  .tieude_giua h3 {
    font-size: 26px;
  }
  .list_gh {
    height: 50vh;
    overflow: auto;
    width: 100%;
    padding: 0px 10px;
  }
  #toggle_gh {
    display: flex;
    height: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    color: #fff;
  }
  .menu_cart .list_gh li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  #alert {
    bottom: 75px;
  }

  .seachmobile {
    margin-top: 5px;
  }
  .box_seach_mobile {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 5px 15px;
    background: #fec10a;
  }

  .box_seach_mobile .search {
    width: 90%;
    max-width: 90%;
    display: flex;
    justify-content: space-around;
  }
  .header_top_s {
    display: none;
  }
  .box_seach_mobile .search input {
    width: 90%;
    max-width: 100%;
  }
  .header_seach {
    display: none;
  }
  .seachmobile {
    display: block;
  }
  .qc_product {
    display: none;
  }
  div#slider {
    position: relative;
    overflow: hidden;
    padding-bottom: 5px;
  }
  .backgroundTop {
    position: absolute;
    top: 0;
    left: -10px;
    right: -10px;
    height: 55%;
    background-color: #fec10a;
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
  }

  .product_pc {
    display: none;
  }
  .product_mobile {
    display: block;
  }

  .baner_qc {
    display: none;
  }
  .contact_f_flex {
    display: flex;
    flex-direction: column;
  }
  .contact_f_flex a {
    text-align: center;
  }
  .box_footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    flex-direction: column;
    align-content: space-around;
  }
  div.wap_menu {
    padding: 5px 0px;
  }
  /* bootom contact */
  .bottom-contact {
    background: #dc1d25;

    height: 60px;
    min-height: 56px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    box-shadow: 0 0.5rem 1rem 0 rgb(44 51 73 / 60%);
    display: flex;
    flex-direction: row;
    align-items: center;
    -webkit-transition: bottom 0.4s;
    transition: bottom 0.4s;
    z-index: 2000;
  }
  .bottom-contact > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin-bottom: 0px;
    align-items: center;
    padding-top: 5px;
    width: 100%;
  }
  .overlay-menu .list_dmc1 {
    padding: 15px;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }
  .overlay-menu .list_dmc1 li .dmc1 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    padding-bottom: 5px;
  }
  .overlay-menu .list_dmc1 li ul {
    padding-left: 10px;
    display: inline-block;
    width: 100%;
  }
  .overlay-menu .list_dmc1 li ul li {
    padding: 2px 0px;
    display: inline-block;
    width: 100%;
  }
  .overlay-menu .list_dmc1 li ul li a {
    text-transform: capitalize;
    font-size: 14px;
  }
  .bottom-contact ul .bottom_icon {
    display: inline-flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .bottom-contact ul:hover a {
    text-decoration: none;
  }
  .bottom-contact ul .bottom_icon > a {
    width: 100%;
    font-size: 13px;
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    min-height: 43px;
  }
  .bottom-contact ul .bottom_icon a i {
    font-size: 20px;
  }

  .bottom-contact ul .bottom_icon a svg path {
    width: 16px;
    color: #fff;
  }

  .button_container.active {
    right: 0;
  }
  .button_container.active .top {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: white;
  }
  #toggle_gh i {
    font-size: 20px;
  }
  .button_container.active .middle {
    opacity: 0;
    background: white;
  }
  .button_container.active .bottom {
    -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: white;
  }
  .button_container {
    width: 100%;
    text-align: center;
  }
  .bottom_icon span {
    font-weight: 500;
    font-size: 13px;
  }
  .button_container strong {
    width: 100%;
    font-size: 13px;
    color: #fff;
    float: left;
    font-weight: 500;
  }
  .button_container span {
    background: white;
    border: none;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    cursor: pointer;
  }
  .button_container i {
    color: #fff;
    font-size: 16px;
  }

  .overlay {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    overflow: hidden;
    z-index: 999;
  }
  .overlay.open {
    opacity: 1;
    visibility: visible;
    height: calc(100% - 60px);
    border-top: 1px solid #dedede;
    overflow: unset;
    width: 100%;
    max-height: calc(100% - 60px);
  }
  .title_ghmobile {
    text-align: center;
    padding: 15px 0px 10px;
    border-bottom: 1px solid #dc1d25;
    margin-bottom: 10px;
  }
  .title_ghmobile h3 {
    font-size: 19px;
    color: #dc1d25;
    text-transform: uppercase;
    font-weight: 600;
  }
  .overlay ul li a {
    display: block;
    position: relative;
    color: #000;
    text-decoration: none;
    overflow: hidden;
    text-transform: uppercase;
    float: right;
    font-weight: 700;
  }
  nav.overlay-menu {
    margin-top: 0%;
    text-align: right;
  }
  .overlay.open ul li.active a {
    color: #c4161c;
  }
  nav.overlay-menu .buttondk {
    display: block;
    width: 21%;
    color: white;
  }
  .seach_sp .search {
    width: 95%;
    margin: 15px auto;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    border: 2px solid #fec10e;
  }
  .list_dmc1 li {
    list-style-type: none;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 25px 0px;
    width: 33%;
  }
  .logo_mobilefb {
    text-align: center;
  }
  .logo_mobilefb img {
    min-width: 250px;
  }
  .item_dmmobile p {
    margin-bottom: 0px;
    padding: 0px 5px;
    text-align: center;
    font-size: 13px;
  }

  .item_dmmobile {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    text-transform: capitalize;
    color: #dc1d25;
    font-size: 12px;
    font-weight: 600;
    justify-content: center;
    text-align: center;
  }
  div#wap_footer {
    padding: 25px 0px 15px;
  }
  .copywire {
    font-size: 10px;
  }
  .box_show_booking {
    width: 90%;
  }
  .product_deatail_right {
    padding-top: 15px;
  }
  .product_deatail_right:after {
    content: "";
    position: absolute;
    display: block;
    width: 1.5px;
    left: 0px;
    top: 0;
    height: 100%;
    background: linear-gradient(
      180deg,
      #165327,
      #7cc000 50%,
      hsla(0, 0%, 80%, 0)
    );
  }

  .box_hinhanh_list {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 0px;
    padding-top: 20px;
  }

  .chungnhan_wp {
    padding-bottom: 0px;
    padding-top: 20px;
  }

  #thuvienanh {
    padding: 20px 0px;
  }

  .footer_top {
    margin-top: 0px;
  }

  .footer_center_title {
    padding: 20px 0px;
  }

  .list_product_mobile {
    background: #fff;
    box-shadow: 0 0.2rem 1rem 0 rgb(254 193 10 / 57%);
  }
  .list_product_mobile ul {
    display: flex;
    overflow: auto;
    list-style-type: none;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0px;
  }
  .list_product_mobile ul::-webkit-scrollbar {
    display: none;
  }
  .list_product_mobile ul li {
    min-width: 125px;
    padding: 5px;
  }
  .banner_mobile {
    display: block;
  }
  .img_qc_mobile {
    padding: 15px;
  }
  .qc_product_mobile {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .xemthembobile {
    display: block;
  }
  .xemthempc {
    display: none;
  }
  .box_qc_lx {
    display: none;
  }
  .box_sanpham {
    padding-bottom: 15px;
  }
  .box_list_dm ul li a {
    background: #f2f7f3;
    height: 25px;
    border: unset !important;
    border-radius: 30px !important;
    line-height: 25px;
    padding: 0px 15px;
    font-size: 11px;
    color: #000;
  }
  .box_list_dm ul li {
    padding: 0px 2px;
  }
  .gioithieu_right_title h4 {
    font-size: 30px;
  }
  .gioithieu {
    background-image: none;
    padding: 15px 0px;
  }
  .title_vs h3 {
    font-size: 24px;
  }
  .title_vs p {
    display: none;
  }
  .box_visaolist {
    grid-template-columns: 1fr 1fr;
  }
  .item_vs img {
    max-width: 150px !important;
    width: 100%;
  }
  .item_vs h3 {
    font-size: 10px;
  }
  .tieude_giua h4 {
    font-size: 10px;
  }
  .tintuc .tieude_giua h3 {
    font-size: 26px;
  }
  .tintuc .tieude_giua h3 br {
    display: none;
  }

  .box_tintuc {
    grid-template-columns: 1fr;
  }
  .box_gioithieu {
    padding: 15px 0px;
  }

  .footer_center_title {
    flex-direction: column;
  }

  .footer_center-left-title_coup {
    gap: 0px;
    flex-direction: column;
  }

  .library_box {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 668px) {
  .wap_item_sp {
    grid-template-columns: 1fr 1fr;
  }
  .box_hinhanh_list {
    grid-template-columns: 1fr 1fr;
  }
  .wap_box_new {
    grid-template-columns: 1fr 1fr;
  }
  .item_news h3 {
    font-size: 14px;
    height: 30px;
    margin-bottom: 0px;
  }
  div.login-popupp {
    /* top: 35% !important; */
  }
  div.login-popupp .login {
    width: 65% !important;
    margin: auto !important;
  }
  div.close-popup {
    cursor: pointer;
    z-index: 999;
    position: absolute;
    width: 40px !important;
    height: 40px !important;
    text-align: center;
    line-height: 35px !important;
    right: 12%;
    top: -30px;
    z-index: 999999;
    -webkit-transition: all 0.5s ease-in-out;
    background-size: 40% 40%;
    -moz-transition: all 0.5s ease-in-out;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: block;
    box-shadow: 0 0 60px rgb(0 0 0 / 40%);
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: rgb(220 29 37);
    content: "x";
    font-size: 22px !important;
    color: #cbcbcb;
  }
  .box_header_top {
    padding: 10px 0px;
  }
  .header_seach {
    display: none;
  }
  div.fanpage {
    width: 100%;
    float: none;
    margin: auto;
    text-align: center;
  }
  div#main_footer {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
  div#header img.logo_mobi {
    display: block;
    margin: auto;
    width: 100%;
  }
  .tieude_giua {
    padding: 7px;
    height: auto;
    line-height: 1.5;
  }
  .zoom_slick {
    width: 85%;
    max-width: 400px;
    float: none;
    margin: auto;
  }
  .product_info {
    width: 100%;
    margin-top: 10px;
  }

  div.wap_item {
    padding: 15px 0px;
  }
  div#main_content {
    padding-bottom: 20px;
    padding-top: 00px;
  }
}

@media screen and (max-width: 603px) {
  .wap_product {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 540px) {
  .iteam_chitietga img {
    border-radius: 20px;
    width: 100%;
    height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .qc_product_mobile {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    width: 100%;
    flex-direction: column;
  }
  .img_qc_mobile img {
    width: 100%;
  }
  .img_qc_mobile {
    padding: 10px 15px;
  }

  .tieude_giua h3 {
    font-size: 20px;
  }
  .div.copywire {
    font-size: 12px;
  }
  .list_product_mobile ul li {
    min-width: 85px;
    padding: 3px;
  }
  .box_product_list {
    padding-top: 10px;
  }
  .item_dmmobile p {
    font-size: 10px;
  }
  #alert {
    bottom: 75px;
    width: 75%;
  }
}
@media screen and (max-width: 460px) {
  .button_mua_ngay a {
    font-size: 10px;
  }

  .tieude_giua {
    font-size: 14px;
  }
  div.frm_lienhe .item_lienhe input[type="text"],
  div.frm_lienhe .item_lienhe textarea,
  div.frm_lienhe .item_lienhe input[type="password"] {
    width: 100%;
  }
  div.frm_lienhe .item_lienhe select {
    width: 100%;
  }
  .map_description {
    width: 100%;
  }
  .box_news a img {
    width: 110px;
  }
  div.frm_lienhe .item_lienhe p {
    width: 100%;
  }
  .othernews ul.phantrang {
    margin-left: 0px;
  }
  .box_news h3 a {
    font-size: 14px;
  }
  .commit ul li {
    font-size: 12px;
    color: #dc1d25;
    font-weight: 550;
  }
  .product_detail_info_sp p {
    width: 26%;
    font-size: 14px;
  }

  .div.close-popup {
    right: -5% !important;
    top: -20px !important;
  }

  .footer_menu {
    overflow: hidden;
  }

  .footer_menu ul {
    white-space: nowrap;
    overflow-x: scroll;
    padding-bottom: 10px;
  }

  .footer_menu ul::-webkit-scrollbar {
    width: 12px !important;
  }

  .footer_menu ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }

  .footer_menu ul::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgb(4, 104, 42);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }

  .footer_menu ul::-webkit-scrollbar-thumb:window-inactive {
    background: rgb(4, 104, 42);
  }
}
@media screen and (max-width: 350px) {
  .box_info_right_cart {
    border-top: 1px solid #fec10a52;
    margin-top: 10px;
    display: flex;
    align-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
    padding-top: 10px;
  }
  .box_info_right_cart__number {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
  }
  .box_info_right_cart__number__tittle {
    color: #808080;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 2px;
    width: 75px;
  }
}
@media screen and (max-width: 320px) {
}
