@charset "UTF-8";


@font-face {
  font-display: block;
  font-family: 'RobotoMedium';
  src: url('../fonts/RobotoMedium.html') format('woff2'),
    url('../fonts/RobotoMedium.woff') format('woff');
}

@font-face {
  font-display: block;
  font-family: 'RobotoRegular';
  src: url('../fonts/RobotoRegular.html') format('woff2'),
    url('../fonts/RobotoRegular.woff') format('woff');
}

@font-face {
  font-display: block;
  font-family: 'RobotoBold';
  src: url('../fonts/RobotoBold.html') format('woff2'),
    url('../fonts/RobotoBold.woff') format('woff');
}

@font-face {
  font-family: 'RobotoLight';
  font-display: block;
  src: url('../fonts/RobotoLight.html') format('woff2'),
    url('../fonts/RobotoLight.woff') format('woff');
}

@font-face {
  font-family: 'Roboto-Black';
  font-display: block;
  src: url('../fonts/Roboto-Black.html') format('woff2'),
    url('../fonts/Roboto-Black.woff') format('woff');
}




/* Main */

* {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a,
input,
textarea {
  outline: none;
  padding: 0px;
}

a,
a:hover {
  text-decoration: none;
  color: unset;
}

p {
  margin: 0;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.slick * {
  outline: none;
}

.w-clear:after {
  display: block;
  content: "";
  clear: both;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.none {
  display: none;
}

.alert {
  width: 100%;
}

.hidden-seoh {
  visibility: hidden;
  height: 0px;
  margin: 0px;
  overflow: hidden;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1266px;
  width: 100%;
  position: relative;
  padding: 0px 10px;
}

body {
  font-family: 'RobotoRegular';
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  /* min-width: 1366px; */
  margin: 0 auto;
}

a:focus,
a:hover {
  text-decoration: none;
}

p {
  margin-bottom: 0px;
}

.clear {
  display: block;
  clear: both;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin: 0;
  line-height: normal;
  font-weight: normal;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

#full {
  margin: 0px auto;
  background: #fff;
}

.text {
  text-align: justify;
  line-height: 2em;
}

.text img {
  max-width: 100%;
  height: auto;
}

.w100 {
  width: 100%;
}

.mw100 {
  max-width: 100%;
  vertical-align: middle;
}

.grecaptcha-badge {
  display: none !important;
}

.contain_map_lienhe iframe,
.contain_map_lienhe {
  width: 100%;
}

ul.style-none {
  list-style: none
}

.box404 {
  margin: 3% 0px;
}

#top {
  color: #FFF;
  font-weight: 500;
  text-align: center;
  position: fixed;
  bottom: 4px;
  right: 20px;
  display: none;
  cursor: pointer;
  z-index: 100;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

#header {
  position: relative;
  width: 100%;
  margin: 0px auto;
  height: 40px;
  background: #41d523;
  color: #fff;
  overflow: hidden;
}

#header .left {
  width: 50%;
  float: left;
  text-align: left;
}

#header .left marquee {
  line-height: 40px;
}

#header .right {
  width: 50%;
  float: right;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#header .right p {
  display: inline-block;
  padding-left: 21px;
  background: url(../images/call.png) no-repeat left center;
  line-height: 40px;
  margin-left: 20px;
}

#languages {
  position: absolute;
  top: 40px;
  right: 0px;
}

#banner {
  height: auto;
}

#header h1 {
  width: 0px;
  height: 0px;
  text-indent: -9999px;
  position: absolute;
}

#language {
  position: absolute;
  top: 10px;
  right: 0px;
}

.logo {
  float: left;
  width: 100%;
  max-width: 89px;
  text-align: center;
}

.company {
  width: 100%;
  max-width: 500px;
  float: left;
  margin-left: 2%;
}

.cart {
  margin-top: 23px;
  position: relative;
  background: url(../images/icon_cart.png) left center no-repeat;
  float: left;
  margin-left: 5%;
  height: 30px;
  padding-left: 40px;
  box-sizing: border-box;
}

.cart a {
  text-transform: uppercase;
  color: #000;
  font-family: 'RobotoCondensedRegular';
  font-size: 13px;
  line-height: 30px;
}

#numcart {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  background: #f36f36;
  left: 17px;
  top: -13px;
  text-align: center;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
}

.user {
  position: absolute;
  right: 15px;
  top: 0px;
}

#menu.fixed {
  box-shadow: 1px 1px 3px;
}

#menu .container {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.fixed {
  position: fixed !important;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 9999;
  width: 100%;
  margin: auto;
}

.hidden {
  display: none;
}

#menu {
  background: #fff;
}

.mm-listview>li>a,
.mm-listview>li>span {
  font-family: 'RobotoLight' !important;
  font-size: 14px !important;
}

.middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
}

div.plus {
  overflow: hidden;
  position: relative;
}

.plus:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}

.plus:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}

.plus:hover:before {
  right: 50%;
  left: 50%;
  width: 0;
  background: rgba(255, 255, 255, 0.5);
}

.plus:hover:after {
  height: 0;
  top: 50%;
  bottom: 50%;
  background: rgba(255, 255, 255, 0.5);
}

.flash {
  position: relative;
  overflow: hidden;
}

.flash:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  z-index: 10;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
}

.flash:hover:before {
  webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
  transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
}

#menu ul.menu {
  display: grid;
  grid-template-columns: repeat(8, auto);
  max-width: 970px;
  width: 100%;
  float: left;
}

#menu ul.menu li {
  position: relative;
}

#menu ul.menu>li {
  padding: 16px 0;
}

#menu ul.menu li a {
  line-height: 45px;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0px;
  color: #333333;
  display: block;
  font-family: 'Roboto-Black';
  text-align: center;
}

#menu ul.menu li.menu_active a,
#menu ul.menu li a:hover {
  color: #41d523;
}

#menu ul.menu li ul {
  width: 230px;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  display: none;
  z-index: 9999;
  box-shadow: 1px 1px 2px #676767;
}

#menu ul.menu li ul li {
  background: #41d523;
  display: block !important;
  float: none;
  border-bottom: 1px solid #fff;
  text-align: left;
}

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

#menu ul.menu li ul li a {
  background: none !important;
  color: #fff !important;
  line-height: normal !important;
  padding: 10px 20px;
  text-align: left;
}

#logo_mobile {
  display: none;
}

#hamburger {
  padding-right: 5px;
}

.menu_mobile_btn {
  display: none;
  align-items: center;
}

#menu ul.menu li ul li a:hover {
  color: #fff !important;
}

#menu ul.menu li ul li ul {
  top: 0;
  left: 100%;
}

#menu ul.menu li .fa {
  line-height: 45px;
  font-size: 18px;
}

#btn_menu_bootstrap {
  z-index: 999;
  position: absolute;
  left: 15px;
  top: 10px;
  height: 24px;
  width: 30px;
  display: none;
}

#btn_menu_bootstrap span {
  background: #fff;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -1px;
}

#btn_menu_bootstrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  top: 0;
  left: 0;
}

#btn_menu_bootstrap:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: 0;
  left: 0;
}

#btn_menu_bootstrap:before,
#btn_menu_bootstrap:after {
  transform-origin: left 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.move_btn_bootstrap:before {
  transform: rotate(45deg);
}

.move_btn_bootstrap:after {
  transform: rotate(-45deg);
}

.move_btn_bootstrap span {
  left: -200% !important;
  opacity: 0 !important
}

.search_index {
  position: absolute;
  right: 0px;
  top: 28px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  background: #41d523;
  border-radius: 50%;
  overflow: hidden;
}

#timkiem {
  width: 230px;
  height: 30px;
  background: #fff;
  border: 1px solid #41d523;
  border-radius: 15px;
  box-shadow: 0 0 1px black;
  margin: 5px 0;
}

#timkiem input[type="text"] {
  outline: none;
  background: none;
  border: none;
  height: 30px;
  width: 85%;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 13px;
  font-family: 'RobotoRegular';
}

#timkiem #btn {
  height: 30px;
  width: 15%;
  cursor: pointer;
  float: right;
  background: none;
  outline: none;
  border: none;
}

#slider {
  margin: auto;
  position: relative;
  box-shadow: none;
}

#left {
  float: left;
  width: 25%;
  padding-left: 20px;
  box-sizing: border-box;
}

.sub_left {
  margin-bottom: 20px;
}

.title_left {
  height: 45px;
  background: #3399FE;
}

.title_left span {
  font-size: 15px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  line-height: 45px;
  display: block;
  font-family: 'RobotoBold';
}

#main {
  width: 75%;
  float: left;
  padding-right: 10px;
  box-sizing: border-box;
}

.sub_main {
  margin: 0px;
}

.title_main {
  position: relative;
  margin-bottom: 20px;
  text-align: left;
  background: #41d523;
  height: 50px;
  padding: 0 60px;
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 30px 100%);
}

.title_main b {
  font-style: italic;
}

.title_main:before {
  content: '';
  width: 40px;
  height: 100%;
  position: absolute;
  left: 13px;
  top: 0;
  background: #ffffff;
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 30px 100%);
  z-index: 10;
}

.title_main:after {
  content: '';
  width: 40px;
  height: 100%;
  position: absolute;
  right: 13px;
  top: 0;
  background: #ffffff;
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 30px 100%);
  z-index: 10;
}

.title_main span {
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 50px;
  font-size: 18px;
  font-family: 'Roboto-Black';
  position: relative;
  text-shadow: 1px 1px #196d05;
}

#register_email {
  padding: 47px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #e0e0e0
}

.bg_ss img {
  width: 100%;
  display: block;
}

.inner_email {
  max-width: 600px;
  margin: auto;
  position: relative;
}

.left_email {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}

.box_ntt input {
  width: 100%;
  border-radius: 0px !important;
  border: 1px solid #ddd;
  height: 35px;
  line-height: 35px;
}

.box_ntt:nth-child(5) {
  grid-column: 1 / 3;
}

.box_ntt textarea {
  border-radius: 0px !important;
  border: 1px solid #ddd;
  height: 100px;
}

.btn_submid {
  text-align: center;
  margin-top: 15px;
}

#map iframe {
  height: 330px;
}

.bannerControls {
  display: none;
}

#info_consult {
  background: #fff;
  padding: 35px 0px;
}

.box_news_owl {
  position: relative;
}

.info_news_owl {
  padding: 10px 20px;
  box-sizing: border-box;
  width: 90%;
  margin: 0px auto;
  position: relative;
  top: -50px;
  left: 0px;
  right: 0px;
  background: #f6f6f6;
}

.info_news_owl h3 a {
  font-size: 18px;
  font-weight: normal;
  font-family: 'RobotoRegular';
  text-transform: uppercase;
  color: #000;
  display: block;
  text-align: center;
  margin-bottom: 15px;
}

.info_news_owl h3 a:hover {
  color: #ff0000;
}

.info_news_owl p {
  font-size: 13px;
  line-height: 23px;
  text-align: center;
}

.view_news_owl {
  color: #f00;
  display: block;
  text-align: center;
  margin: 10px 0px;
  font-size: 13px;
  font-family: 'RobotoRegular'
}

.date_news_owl {
  height: 70px;
  width: 70px;
  background: #f6f6f6;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 99;
  padding-top: 6px;
  box-sizing: border-box;
}

.date_news_owl span {
  display: block;
  text-align: center;
  font-size: 13px;
  font-family: 'RobotoRegular';
  text-transform: uppercase;
}

.row_product {
  margin-right: -15px;
  margin-left: -15px;
}

.col_product {
  padding-left: 15px;
  padding-right: 15px;
}

.box_product {
  margin-bottom: 30px;
  background: #fff;
}

.img_product {
  text-align: center;
  overflow: hidden;
  display: block;
  position: relative;
}

.img_product img {
  display: block;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
}

.img_product:hover img {
  transform: scale(1.3) rotate(15deg);
}

.price_product {
  margin-top: 10px;
  font-family: 'RobotoRegular';
  position: relative;
}

.price_product p {
  margin-bottom: 0px;
}

.price_product .price_old {
  text-decoration: line-through;
  font-size: 13px;
}

.price_product .price_now {
  color: #f00;
  font-size: 17px;
  font-family: 'TahomaBold'
}

.price_product span {
  cursor: pointer;
  display: block;
  width: 82px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-family: 'RobotoRegular';
  font-size: 13px;
  position: absolute;
  right: 0px;
  top: 10px;
  background: #3c3c3c
}

.list_sub_img_detail {
  position: relative;
}

.prev_sub_detail,
.next_sub_detail {
  position: absolute;
  width: 28px;
  height: 28px;
  background: url(../images/icon_next_prev_common_owl.png);
  z-index: 10;
  top: 50%;
  margin-top: -14px;
}

.prev_sub_detail {
  background-position: 0px -28px;
  left: 0px;
}

.prev_sub_detail:hover {
  background-position: 0px 0px;
}

.next_sub_detail {
  background-position: -28px -28px;
  right: 0px;
}

.next_sub_detail:hover {
  background-position: -28px 0px;
}

#sub_img_detail {
  margin-top: 5px;
}

.item_owl_sub {
  padding: 0px 2px;
}

.item_detail {
  padding: 10px 0px;
  border-bottom: 1px dashed #cdcdcd;
}

.bottom_detail {
  margin-top: 20px;
}

.info_detail {
  box-sizing: border-box;
}

.item_info_detail {
  font-size: 15px;
  line-height: 20px;
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
}

.item_info_detail.name_detail h1 {
  font-size: 25px;
  font-weight: normal;
  font-family: 'RobotoBold';
  color: #333;
  line-height: 25px;
}

.item_info_detail span.price_now {
  font-size: 24px;
  color: #f00;
  display: block;
  font-family: 'UTMAvoBold';
  float: left;
}

.item_info_detail .price_old {
  font-family: 'UTMAvo';
  font-size: 15px;
  color: #000;
  text-decoration: line-through;
  display: block;
  float: left;
  padding: 0px 10px;
}

.item_tab {
  text-decoration: none;
  float: left;
  color: #000;
  background: #fff;
  padding: 8px 20px;
  margin-right: 3px;
  cursor: pointer;
  border: 1px solid #EEEEEE;
  border-bottom: none;
  font-size: 15px;
  display: inline-block;
}

.item_tab:hover,
.item_tab.active {
  display: inline-block;
  background: #0E70BB;
  color: #fff;
}

.contain_content_tab {
  border: 1px solid #e0e0e0;
  padding: 10px;
  background: #fff;
}

.content_tab {
  display: none;
}

.content_tab.active {
  display: block;
}

.wap_box_new {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}

.box_news {
  width: calc(50% - 10px);
  text-align: justify;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  box-sizing: border-box;
  margin: 4px;
  font-size: 16px;
  line-height: 20px;
}

.box_news .ten a {
  font-size: 18px;
  color: #000000;
  transition: 0.4s;
  text-decoration: none;
  display: block;
  font-weight: normal;
  line-height: 22px;
  font-weight: bold;
  color: #363636
}

.content_main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.box_news .ten a:hover {
  color: #F00;
  transition: 0.4s;
}

.box_news a.chitiet {
  color: #00F;
}

.box_news a img {
  width: 41%;
  max-width: 200px;
  transition: 1s;
  border: 1px solid #DCDCDC;
  margin-bottom: 0px;
  float: left;
  margin-right: 8px;
  margin-top: 2px;
}

.box_news a img:hover {
  opacity: 0.4;
  transition: 1s;
}

.box_news .mota {
  color: #666666;
  font-size: 13px;
  line-height: 22px;
}

.box_news.n_index {
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  font-family: 'RobotoBold';
  margin-bottom: 6px;
}

.box_news.n_index .ten a {
  font-size: 14px;
  line-height: 20px;
  padding: 0px;
}

.othernews {
  border: 1px solid #DEDEDE;
  padding: 5px;
  background: #F7F7F7;
}

.othernews .cactinkhac {
  font-size: 20px;
  color: #0066FF;
}

.othernews ul.phantrang {
  list-style: none;
  padding: 0px;
}

.othernews ul.phantrang li {
  padding: 3px 5px 3px 18px;
  color: #AAAAAA;
}

.othernews ul.phantrang li a {
  color: #4A4A4A;
  text-decoration: none;
  transition: 0.4s;
}

.othernews ul.phantrang li a:hover {
  color: red;
  padding-left: 10px;
  transition: 0.4s;
}

.box_news {
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.view_more_n {
  text-align: right;
  margin-top: 0px;
}

.view_more_n a {
  display: inline-block;
  width: 100px;
  height: 30px;
  font-size: 13px;
  color: #Fff;
  background-color: #41d523;
  box-shadow: 1px 2px 1px #cccccc;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
}

.view_more_n a:hover {
  background-color: #d80000;
}

.amount_cart button {
  float: left;
  width: 35px;
  height: 30px;
  border: 1px solid #eee;
  background: #fff;
  outline: none;
  color: #6d6d6d;
}

.amount {
  height: 30px;
  width: 50px;
  float: left;
  border: 1px solid #eee;
  text-align: center;
  margin: 0px 3px;
  outline: none
}

.item_info_detail .btn {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'RobotoBold'
}

.amount {
  height: 30px;
  width: 50px;
  float: left;
  border: 1px solid #eee;
  text-align: center;
  margin: 0px 3px;
  outline: none;
}

.btn_Cart_Detail {
  width: 255px;
  color: #fff;
  height: 44px;
  display: inline-block;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
  font-family: 'RobotoRegular';
  font-size: 15px;
  margin-right: 5px;
  border-radius: 3px;
}

.buy-now {
  background: #ffb916;
}

.buy-now:hover {
  background: #e59b11;
  color: #fff;
}

.buy-to-cart {
  background: #f57224;
}

.buy-to-cart:hover {
  background: #d0611e;
  color: #fff;
}

.tieude {
  font-size: 24px;
  font-family: 'RobotoBold';
  font-weight: normal;
  margin-bottom: 10px
}

.box_news {
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  padding: 5px;
  box-sizing: border-box;
  box-shadow: 1px 1px 3px grey;
  border-radius: 5px;
  overflow: hidden;
}

.box_news_img {
  position: relative;
  display: block;
}

.box_news_img a {
  display: block;
  position: relative;
}

.box_news_name {
  line-height: 23px;
  font-weight: normal;
  font-family: 'RobotoBold';
  font-size: 14px;
  padding-top: 10px;
}

.box_news_name a {
  color: #000;
}

.box_news_name a:hover {
  color: #f00;
}

.box_news_mota {
  text-align: justify;
  line-height: 22px;
  margin-top: 5px;
  font-size: 13px;
  font-family: 'RobotoRegular';
}

.box_news_readmore {
  text-align: right;
  float: right;
}

.box_news_readmore a:hover {
  color: #000;
}

.box_news_readmore a {
  display: inline-block;
  color: #f00;
  font-weight: bold;
  font-style: italic;
}

.title_news_other {
  font-size: 20px;
  color: #222;
  margin-bottom: 15px;
}

.item_news_other {
  width: 100%;
  margin-bottom: 15px;
  box-sizing: border-box;
}

.name_news_other {
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  color: #000;
}

.name_news_other:hover {
  color: #f00;
}

.img_news_other {
  width: 40%;
  float: left;
  padding-right: 10px;
  box-sizing: border-box;
}

.right_news_other {
  width: 60%;
  float: right;
}

#footer {
  background: #666666;
  width: 100%;
  margin: 0px auto;
  padding: 40px 0px 50px 0px;
}

#footer>.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.name_company {
  font-family: 'RobotoCondensedRegular';
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;
}

.title_footer {
  text-transform: uppercase;
  font-size: 17px;
  color: #fff;
  font-family: 'RobotoBold';
  margin-bottom: 25px;
  position: relative;
}

.item_footer ul li h3 a {
  font-weight: normal;
  color: #fff;
  display: inline-block;
  padding: 5px 0px;
  font-size: 14px;
  font-family: 'RobotoRegular';
}

.item_footer ul li h3 a:hover {
  text-decoration: underline;
}

.item_footer ul {
  margin-bottom: 15px;
}

.title_email {
  font-size: 14px;
  font-family: 'OpenSansRegular';
}

.frmEmail {
  margin: 20px 0px;
  height: 55px;
  border: 1px solid #959392;
  padding: 2px;
  box-sizing: border-box;
}

.frmEmail input {
  color: #fff;
  font-size: 14px;
  width: 85%;
  float: left;
  height: 100%;
  background: none;
  border: none;
  outline: none;
  padding-left: 15px;
  box-sizing: border-box;
}

.frmEmail button {
  width: 15%;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  font-family: 'UTMAvo';
  float: left;
  height: 100%;
  border: none;
  outline: none;
  background: #ff0000;
}

.social {}

.social span {
  display: inline-block;
  float: left;
  line-height: 27px;
  color: #fff;
  padding-right: 7px;
}

.social img {
  margin-right: 5px;
}

.content_footer {
  color: #cccccc;
}

.content_footer ul {
  padding-left: 17px;
}

.register_mail {
  max-width: 765px;
  margin: auto;
  padding: 30px 0px;
}

.title_email {
  font-size: 30px;
  font-family: 'UTMAvo';
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

ul.chinh-sach {
  padding: 0px;
  padding-left: 17px;
  color: #cccccc;
  position: relative;
  margin-top: -10px;
}

ul.chinh-sach li a {
  line-height: 30px;
  color: #cccccc;
  font-stretch: 14px;
}

ul.chinh-sach li a:hover {
  color: #d80000;
}

.slogan_mail {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-family: 'UTMAvo';
  display: block;
}

#title_footer {
  margin-bottom: 10px;
  margin-top: 10px;
}

#bottom {
  background: #41d523;
  color: #fff;
}

.copyright {
  width: 100%;
}

.copyright {
  line-height: 45px;
  text-align: center;
}

.copyright span {
  text-transform: uppercase;
}

.counter {
  float: right;
}

.counter span {
  padding-left: 30px;
}

#btn-zalo {
  display: block;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 25px;
  bottom: 160px;
  z-index: 99999999999;
}

#btn-zalo i {
  display: flex;
  display: -ms-flex;
  align-items: center;
  -ms-flex-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #1182FC;
  position: relative;
  z-index: 9999;
}

#btn-zalo i img {
  vertical-align: middle;
}

.kenit-alo-circle-fill {
  width: 60px;
  height: 60px;
  top: -10px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background-color: rgba(17, 130, 252, 0.45);
  opacity: .75;
  right: -10px;
}

.kenit-alo-circle {
  width: 50px;
  height: 50px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(17, 130, 252, .8);
  opacity: .1;
  border-color: #1182FC;
  opacity: .5;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.owl-animated-out {
  z-index: 1
}

.owl-animated-in {
  z-index: 0
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.grid-news-index {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.left-contact {
  width: 48.5%;
  float: left;
}

.right-contact {
  width: 48.5%;
  float: right;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.ul_tab {
  padding: 0px;
  margin: 0 auto;
  text-align: center;
}

.ul_tab li {
  display: inline-block;
  margin: 5px 5px;
  border: 1px solid #ddd;
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  font-family: 'RobotoLight';
  font-size: 13px;
}

.align-paging {
  text-align: center;
}

.left_footer {
  width: 40%;
  float: left;
  padding-right: 25px;
}

.mid_footer {
  width: 20%;
  float: left;
  padding-right: 10px;
}

.mid1_footer {
  width: 10%;
  float: left;
}

.menu-res {
  display: none;
}

.right_footer {
  width: 20%;
  max-width: 300px;
  float: right;
}

.right-detail {
  width: 30%;
  float: right;
  position: sticky;
  top: 50px;
}

.left-detail {
  width: 68%;
  float: left;
}

.title-detail {
  width: 100%;
  margin-bottom: 15px;
}

.title-detail span {
  font-family: 'SFUFuturaBold';
  font-size: 22px;
}

.mm-wrapper_blocking .mm-wrapper__blocker {
  background-color: #0006;
}

.grid-dmm {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 10px;
}

.box-dmm .img {
  width: 80px;
  float: left;
  height: 80px;
}

.box-dmm .info {
  width: calc(100% - 90px);
  float: right;
}

.box-dmm .info h3 {
  font-family: 'RobotoBold';
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}

.box-dmm .info h3:hover {
  color: #f00;
}

.box-dmm .info p {
  font-family: 'RobotoRegular';
  font-size: 13px;
  line-height: 20px;
  color: #666666;
}

.box-nt {
  margin-bottom: 7px;
}

.box-nt input {
  width: 100%;
  border: 1px solid #e0e0e0;
  height: 42px;
  line-height: 42px;
  padding-left: 15px;
  border-radius: 0px;
}

.box-nt textarea {
  width: 100%;
  padding-left: 15px;
  border-radius: 0px;
  border: 1px solid #e0e0e0;
}

.box-sdt {
  display: inline-block;
  margin-bottom: 7px;
}

.box-sdt input {
  display: inline-block;
  width: 49%;
  border: 1px solid #e0e0e0;
  height: 42px;
  line-height: 42px;
  padding-left: 15px;
  border-radius: 0px;
}

.box-sdt input:last-child {
  float: right;
}

input.btnGui {
  height: 42px;
  width: 150px;
  background: #d80000;
  line-height: 42px;
  color: #Fff;
  font-family: 'RobotoMedium';
  font-size: 14px;
  text-transform: uppercase;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  display: inline-block;
}

input.btnGui:hover {
  background: #d80000;
  color: #Fff;
}

a.cart_index {
  bottom: 240px !important;
}

.btn-jax {
  position: fixed;
  top: 10px;
  z-index: 999;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  text-align: center;
  display: block;
  max-width: 100px;
}

.loadding {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.5);
  display: block;
}

.baophu {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.left_danhmuc {
  width: calc(100% - 300px);
  float: right;
}

.right_danhmuc {
  width: 280px;
  float: left;
  position: sticky;
  height: fit-content;
  top: 79px;
  z-index: 998;
  box-shadow: 1px 1px 3px #676767;
}

.left_danhmuc_news {
  float: left;
}

.right_danhmuc_news {
  float: right;
}

.right_danhmuc_news .main_tintuc {
  max-height: 450px;
  overflow-y: scroll;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.title-all {
  height: 50px;
  background: #41d523;
  padding-left: 20px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 1px 1px 3px #676767;
  border-radius: 5px;
}

.title-all span {
  line-height: 50px;
  font-family: 'Roboto-Black';
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px #196d05;
}

#product_index {
  padding: 20px 0px;
}

.box-product {
  position: relative;
}

.sale {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 99;
}

.sale p {
  display: inline-block;
  background: #cc0000;
  border-radius: 2px;
  color: #fff;
  font-family: 'RobotoMedium';
  font-size: 14px;
  line-height: 22px;
  padding: 0px 10px 0px 15px;
}

.box-product .img {
  overflow: hidden;
}

.box-product .img img {
  transition: all 0.5s !important;
  width: 100%;
}

.box-product .img:hover img {
  transform: scale(1.2);
}

.box-product {
  padding: 0px 0px 15px 0px;
  border: 1px solid #cccccc;
  box-shadow: 1px 1px 2px #676767;
  border-radius: 5px;
  overflow: hidden;
}

.box-product .info {
  text-align: center;
  padding-top: 5px;
}

.box-product .info h2 {
  font-family: 'Roboto-Black';
  font-size: 14px;
  color: #000000;
  padding: 0px;
  margin: 0px;
}

.box-product .info h2:hover {
  color: #d80000;
}

.price {
  text-align: center;
  margin-top: 5px;
}

.price span:nth-child(2) {
  margin: 0px 5px;
}

.price span.giaban {
  font-family: 'Roboto-Black';
  font-size: 14px;
  color: #cc0000;
}

.price span.giacu {
  color: #999999;
  text-decoration: line-through;
}

.contact_pro {
  text-align: center;
  margin-top: 5px;
}

.contact_pro span:hover {
  background-color: red;
}

.contact_pro span {
  display: inline-block;
  width: 95px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  font-family: 'RobotoMedium';
  font-size: 13px;
  text-align: center;
  border-radius: 40px;
  background: #41d523;
  box-shadow: 1px 1px 3px #676767;
}

/* 
  ul.pagination a.current,
  ul.pagination a:hover {
    background: #41d523;
    border-color: #41d523;
    color: #fff;
  }

  ul.pagination a {
    border: 1px solid #41d523;
    color: #41d523;
    border-radius: 0px !important;
  }

  .align-paging ul.pagination {
    margin-bottom: 0px;
  } */

.title-danhmuc {
  height: 50px;
  line-height: 50px;
  background: #41d523;
  font-family: 'Roboto-Black';
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px #196d05;
  padding: 0 10px;
  text-align: center;
}

.content_danhmuc {
  border: 1px solid #ccc;
  border-top: none;
}

.content_danhmuc ul {
  padding: 0px;
  list-style: none;
}

.content_danhmuc ul li {
  display: block;
  padding: 13px 10px 13px 56px;
  border-bottom: 1px solid #ccc;
  background: url(../images/arrow-gray.png) no-repeat left 25px top 20px;
  font-size: 16px;
  position: relative;
}

.content_danhmuc>ul>li:last-child {
  border-bottom: none;
}

.content_danhmuc ul li a {
  color: #666666;
}

.content_danhmuc ul li:hover a {
  color: #cc0000;
}

.content_danhmuc ul li ul {
  overflow: hidden;
  transition: all 0.4s;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 1px 1px 3px grey;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  transform: scale(0.8);
}

.content_danhmuc ul li ul.show {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
  transform: scale(1);
}

.content_danhmuc ul li:hover {
  background-color: rgb(214, 214, 214);
}

/* .content_danhmuc ul li:hover ul {
    max-height: 1000px;
    transition: all 0.4s;
  } */

.content_danhmuc ul li ul li {
  font-size: 1rem;
}

.content_danhmuc ul li ul li a {
  color: #333333 !important;
}

.content_danhmuc ul li ul li a:hover {
  color: #cc0000 !important;
}

.wrap_video {
  position: relative;
}

.wrap_video .custom-owl-prev,
.wrap_video .custom-owl-next {
  position: absolute;
  background: none;
  cursor: pointer;
  border: none;
  top: calc(50% - 20px);
  right: calc(100% + 35px);
  z-index: 99;
}

.wrap_video .custom-owl-next {
  left: calc(100% + 35px);
  right: auto;
}

#dichvu_index {
  padding-top: 50px;
}

#dichvu_index .title-all {
  margin-bottom: 30px;
}

.grid-dichvu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.box-dichvu {
  padding-bottom: 25px;
  position: relative;
}

.box-dichvu .img {
  overflow: hidden;
  box-shadow: 1px 1px 2px grey;
}

.box-dichvu .img img {
  transition: all 0.5s;
  width: 100%;
}

.box-dichvu .img:hover img {
  transform: scale(1.2);
}

.box-dichvu .info {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 6px;
  z-index: 90px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
  width: 100%;
}

.box-dichvu .info h3:hover {
  background-color: red;
}

.box-dichvu .info h3 {
  background: #41d523;
  padding: 7px 5px;
  text-align: center;
  color: #fff;
  font-family: 'RobotoBold';
  font-size: 15px;
  border-radius: 2px;
  box-shadow: 1px 1px 2px grey;
}

.box_duan {
  position: relative;
}

.box_duan .img {
  max-width: 880px;
  box-shadow: 1px 1px 3px #676767;
}

.box_duan .img img {
  /* max-width: 880px !important; */
  transition: all 0.5s !important;
}

#duan_index {
  margin-top: 20px;
}

.box_duan .info {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 0;
  width: 100%;
  max-width: 385px;
  padding: 30px;
  background: #Fff;
  box-shadow: 1px 1px 3px #676767;
}

.box_duan .info h3 {
  font-family: 'RobotoBold';
  color: #333333;
  line-height: 22px;
  font-size: 14px;
}

.box_duan .info p:nth-child(2) {
  line-height: 22px;
  color: #666666;
  margin-top: 10px;
}

.box_duan .info p:nth-child(3) {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  width: 140px;
  text-align: center;
  color: #fff;
  font-family: 'RobotoBold';
  background: #41d523;
  margin-top: 20px;
  box-shadow: 1px 1px 2px #676767;
}

.box_duan .info p:nth-child(3):hover {
  background: #d80000;
}

.wrap-vert {
  padding: 25px 0px;
}

.box-caytrong .img {
  overflow: hidden;
  box-shadow: 1px 1px 2px #676767;
  border-radius: 5px;
}

.box-caytrong .img img {
  width: 100%;
  transition: all 0.5s !important;
}

.box-caytrong .img:hover img {
  transform: scale(1.2);
}

.box-caytrong .info {
  text-align: center;
  padding-top: 15px;
}

.box-caytrong .info h3 {
  font-family: 'RobotoBold';
  font-size: 18px;
  color: #000000;
}

#doitac_index {
  padding: 45px 0px;
}

.btn_ct {
  position: absolute;
  right: 20px;
  top: 14px;
}

.btn_ct button {
  cursor: pointer;
  background: none;
  border: none;
  display: inline-block;
  margin-left: 4px;
  outline: none;
}

.grid_caytrong {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.main_tintuc {
  padding: 10px;
}

.box_lq {
  margin-bottom: 10px;
}

.box_lq:last-child {
  margin-bottom: 0px;
}

.box_lq .img {
  overflow: hidden;
  width: 125px;
  float: left;
  padding-right: 10px;
}

.box_lq .info {}

.box_lq .img img {
  transition: all 0.5s;
  width: 100%;
}

.box_lq .img:hover img {
  opacity: 0.8;
}

.box_lq .info h3 {
  font-family: 'RobotoBold';
  font-size: 13px;
  color: #333333;
  line-height: 1.2;
}

.box_lq .info h3:hover {
  color: #d80000;
}

.box_lq .info p {
  line-height: 1.2;
  color: #666666;
}

#sign_index {
  background: #f5f5f5;
  padding: 30px 0px;
}

.title_mail {
  text-align: center;
}

/* Slideshow */
#slider-top {
  max-width: 1920px;
  margin: 0 auto;
  box-shadow: 1px 1px 2px #676767;
}

.p-relative {
  position: relative;
}

.slider_container {
  position: relative;
  top: 0;
  left: 0;
  width: 1920px;
  height: 590px;
}

.slides {
  cursor: move;
  position: absolute;
  overflow: hidden;
  left: 0px;
  top: 0px;
  width: 1920px;
  height: 590px;
}

.slideshow {
  position: relative;
}

#footer-map {
  position: relative;
  height: 440px;
}

#footer-map iframe {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  top: 0px !important;
  left: 0px !important;
}

/* Pagination */
.pagination-home {
  width: 100%;
  text-align: center;
  margin: 20px auto;
}

.pagination-home .pagination .page-item .page-link {
  color: #555555;
  font-size: .875rem;
  margin: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  font-family: 'Font Awesome 5 Free';
  border-radius: 50%;
}

.pagination-home .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #555555;
  border-color: #555555;
}

/* pagination ajax */
.pagination-ajax {
  text-align: center;
  margin: 20px 0
}

.pagination-ajax a {
  vertical-align: top;
  margin: 3px;
  color: #333;
  background: #eee;
  border: 1px solid rgba(161, 161, 161, 0.4);
  font-size: 12px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all ease 0.3s;
  box-shadow: 1px 1px 3px #676767;
}

.pagination-ajax a:hover {
  background: red;
  color: #fff;
  border-color: red;
  transform: translateY(-2px);
  transition: all ease 0.3s;
}

.pagination-ajax a.current {
  background: red;
  color: #fff;
  border-color: red;
  transform: translateY(0);
}

/* news + video */
.block-page {
  width: 100%;
  max-width: 1266px;
  margin: 0px auto;
  padding: 20px 10px;
}

.wrap-news-video,
.group-news-index,
.news-item-index {
  width: 100%;
  display: flex !important;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wrap-news-index {
  width: 63%;
}

.wrap-video-index {
  width: 35%;
}

.left-news-index,
.right-news-index {
  width: 49%;
}

.desc-news.text-split {
  -webkit-line-clamp: 3;
}

.news-item-index .info-news-item {
  width: 50%;
}

.news-item-index {
  margin: 5px 0;
}

.news-item-index p.scale-img {
  width: 48%;
  box-shadow: 1px 1px 2px #676767;
}

.left-news-index h3 {
  font-family: 'Roboto-Black';
  font-size: 18px;
}

.info-news-item h3 {
  font-family: 'Roboto-Black';
  font-size: 16px;
}

.left-news-index .desc-news,
.info-news-item .desc-news {
  font-size: 14px;
  color: #3a3a3a;
  line-height: 1.3;
}

.left-news-index>p.scale-img {
  margin-bottom: 10px;
  box-shadow: 1px 1px 2px #676767;
}

.info-news-item h3 a:hover,
.left-news-index h3 a:hover {
  color: red;
}

/* Text Hide */
.text-split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.text-split-3 {
  -webkit-line-clamp: 3;
}

.text-split-5 {
  -webkit-line-clamp: 5 !important;
}

/* Scale IMG */
.scale-img {
  overflow: hidden;
  display: block;
}

.scale-img img {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.scale-img:hover img {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  filter: brightness(0.8);
}

/* dá»‹ch vá»¥ */
.doitac {
  background: #f5f5f5;
  padding: 30px 0px
}

.doitac .box_dv {
  padding: 20px;
}

.doitac .box_dv img {
  border: 5px #fff solid;
  border-radius: 10px;
}

.doitac .box_dv a {
  border-radius: 10px
}

.doitac .box_dv:hover a {
  color: #d91f26
}

.center {
  position: relative;
  max-width: 1246px;
  margin: 0 auto;
}

.wrap-intro .content h3 {
  line-height: 1.5;
  font-family: 'Roboto-Black';
  font-size: 18px;
  text-transform: uppercase;
  color: #196d05;
  text-shadow: 1px 1px #dcdcdc;
  margin-bottom: 15px;
}

.btnMoreIntro {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  width: 140px;
  text-align: center;
  color: #fff;
  font-family: 'RobotoBold';
  background: #41d523;
  margin-top: 20px;
  box-shadow: 1px 1px 2px #676767;
}

.btnMoreIntro:hover {
  background: #d80000;
  color: #fff;
}

.intro-title {
  color: #fff;
  margin-bottom: 12px;
}

.intro-title>h2 {
  font-size: 25pt;
  text-transform: uppercase;
  font-family: 'Roboto-Black';
  padding-bottom: 40px;
  position: relative;
}

.intro-title h2:after {
  background-size: cover;
  height: 30px;
  width: 240px;
  position: absolute;
  content: "";
  left: 50%;
  background-image: url(../images/tieude.png);
  bottom: 0;
  transform: translateX(-50%);
}

.text_dv h2 {
  font-size: 0;
  margin-top: 10px;
}

.text_dv h2 a {
  font-family: 'Roboto-Black';
  font-size: 18px;
  color: #fff;
}

.text_dv h2 a:hover {
  color: red;
}


/* Button Frame */
.btn-frame {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  z-index: 1000;
  cursor: pointer;
}

.btn-frame i {
  display: flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
  z-index: 1;
}

.btn-frame i img {
  vertical-align: middle;
  width: 70%;
}

.btn-frame .animated.infinite {
  animation-iteration-count: infinite;
}

.btn-frame .kenit-alo-circle {
  width: 60px;
  height: 60px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(7, 41, 103, 0.8);
  opacity: .1;
  border-color: #1182FC;
  opacity: .5;
}

.btn-frame .kenit-alo-circle-red {
  border: 2px solid rgba(103, 7, 7, 0.8) !important;
  border-color: #fc1111 !important;
}

.btn-frame .zoomIn {
  animation-name: zoomIn;
}

.btn-frame .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.btn-frame .kenit-alo-circle-fill {
  width: 70px;
  height: 70px;
  top: -10px;
  right: -10px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background-color: rgba(7, 41, 103, 0.35);
  opacity: .4;
}

.btn-frame .kenit-alo-circle-fill-red {
  background-color: rgba(103, 7, 7, 0.35) !important;
}

.btn-frame .pulse {
  animation-name: pulse;
}

/* Zalo */
.btn-zalo {
  bottom: 315px;
}

/* Phone */
.btn-phone {
  bottom: 230px;
}

/* Messenger */
.js-facebook-messenger-container.closed,
.js-facebook-messenger-tooltip.closed {
  display: none !important
}

.js-facebook-messenger-tooltip {
  bottom: 97px;
  right: 97px
}

.js-facebook-messenger-tooltip {
  color: #404040;
  background: #fff
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
  z-index: 999
}

.js-facebook-messenger-tooltip {
  display: none;
  position: fixed;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
  z-index: 1.0E+30
}

.js-facebook-messenger-close-tooltip {
  width: 10px;
  height: 10px;
  display: inline-block;
  cursor: pointer;
  margin-left: 10px
}

.js-facebook-messenger-box.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand
}

.js-facebook-messenger-box.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
  z-index: 999
}

.js-facebook-messenger-box {
  display: block;
  position: fixed;
  cursor: pointer;
  bottom: 150px;
  right: 17px;
  width: 56px;
  height: 56px;
  text-align: center;
  background: #1182FC;
  border-radius: 100%;
  overflow: hidden;
  z-index: 99;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3)
}

.js-facebook-messenger-box.rotate svg#fb-msng-icon {
  transform: rotate(0deg)
}

.js-facebook-messenger-box svg#fb-msng-icon {
  width: 32px;
  height: 33px;
  position: absolute;
  top: 13px;
  left: 12px;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  -moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  -o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}

.js-facebook-messenger-box.rotate svg#close-icon {
  transform: rotate(-45deg)
}

.js-facebook-messenger-box svg#close-icon {
  opacity: 0;
  width: 19px;
  height: 20px;
  position: absolute;
  top: 19px;
  left: 19px;
  -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  -moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  -o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
  z-index: 1000
}

.js-facebook-messenger-container {
  position: fixed;
  opacity: 0;
  transform: translateY(50px);
  bottom: 110px;
  right: 90px;
  border-radius: 10px;
  pointer-events: none;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
  -webkit-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
  -moz-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
  -o-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
  transition: transform 160ms ease-in-out, opacity 160ms ease-in-out
}

.js-facebook-messenger-top-header {
  width: 220px
}

.js-facebook-messenger-top-header {
  color: #fff;
  background: #1182FC
}

.js-facebook-messenger-top-header {
  display: block;
  position: relative;
  width: 220px;
  background: #1182FC;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 10px;
  font-size: 14px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px
}

.js-facebook-messenger-container iframe,
.js-facebook-messenger-container-button iframe {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
  z-index: 999
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
  z-index: 1000
}

.js-facebook-messenger-top-header {
  color: #fff;
  background: #1182FC
}

.js-facebook-messenger-top-header {
  width: 220px
}

.js-facebook-messenger-tooltip {
  color: #404040;
  background: #fff
}

.js-facebook-messenger-container.open {
  transform: translateY(0px);
  opacity: 1;
  pointer-events: all
}

.js-facebook-messenger-tooltip {
  bottom: 97px;
  right: 97px
}

.js-facebook-messenger-box.open svg#fb-msng-icon {
  opacity: 0
}

.js-facebook-messenger-box.rotate.open svg#close-icon {
  transform: rotate(0deg)
}

.js-facebook-messenger-box.open svg#close-icon {
  opacity: 1
}


/* mobile footer */
.fix-toolbar {
  background: #000;
  width: 100%;
  padding: 5px;
  bottom: 0;
  position: fixed;
  height: auto;
  line-height: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
  border-top: 1px solid #fff;
  z-index: 10000;
}

.fix-toolbar ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  list-style: none;
  margin: 0;
}

.fix-toolbar ul li {
  text-align: center;
  width: 20%;
}

.fix-toolbar ul li a {
  display: block;
  width: 100%;
  cursor: pointer;
  color: #fff;
  font-size: 30px;
}

.fix-toolbar ul li a img {
  height: 25px;
  width: auto;
}

.fix-toolbar img {
  vertical-align: top;
}

.fix-toolbar ul li a span {
  font-weight: 400;
  color: #fff;
  font-size: 13px;
  display: none;
}

/* Scroll Top */
.scrollToTop {
  width: 41px;
  height: 41px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 65px;
  right: 25px;
  display: none;
  z-index: 10;
  cursor: pointer;
}

.share {
  padding: 17px 10px 10px 10px;
  line-height: normal;
  background: rgba(128, 128, 128, 0.15);
  margin-top: 15px;
  border-radius: 5px;
  box-shadow: 1px 1px 3px;
}

.share b {
  display: block;
  margin-bottom: 5px;
}

.othernews b {
  margin-bottom: 10px;
}

/* Like Share */
.social-plugin {
  display: flex;
  justify-content: flex-start;
}

.social-plugin .at-share-btn {
  margin-bottom: 0px !important;
}

.social-plugin .zalo-share-button {
  margin-left: 3px;
}


/* Breadcrumb */
.breadCrumbs {
  background-color: #eee;
}

.breadCrumbs .wrap-content {
  padding: 0.75rem 10px;
  max-width: 1246px;
  margin: 0 auto;
}

.breadCrumbs .wrap-content .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
}

.breadCrumbs .wrap-content .breadcrumb-item a {
  color: var(--color-black);
}

.breadCrumbs .wrap-content .breadcrumb-item.active a {
  color: #459036;
}


.pro-detail-page,
.frame-news-page {
  width: calc(100% - 300px);
  margin-right: 30px;
  float: left;
}

.tabs-pro-detail {
  width: 100%;
}

.grid-pro-detail {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.left-pro-detail {
  position: relative;
  width: 40%;
  text-align: center;
  margin-right: 2%;
  background: white;
}

.left-pro-detail .MagicZoom {
  border: 1px solid #eee;
  padding: 7px;
  border-radius: 5px;
}

.right-pro-detail {
  width: calc(100% - 42%);
}

.gallery-thumb-pro {
  position: relative;
  margin-top: 10px;
}

.owl-thumb-pro {
  padding: 0px 15px;
}

.control-carousel {
  position: absolute;
  top: calc(50% - 30px/2);
  margin-bottom: 0px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  z-index: 2;
  background-color: #000000a8;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
}

.control-carousel:hover {
  background-color: #2d851c;
}

.prev-carousel {
  left: 0px;
}

.next-carousel {
  right: 0px;
}

.thumb-pro-detail {
  display: block !important;
  border-radius: 3px;
  cursor: pointer;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
  border: 1px solid #e90000;
  padding: 2px;
}

.thumb-pro-detail img {
  box-shadow: none !important;
  filter: brightness(100%) !important;
  border-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.title-pro-detail {
  font-size: 25px;
  font-weight: normal;
  font-family: 'RobotoBold';
  color: #333;
  line-height: 25px;
}

.social-plugin-pro-detail {
  margin-bottom: 1rem;
  margin-top: 0px !important;
}

.desc-pro-detail {
  margin-bottom: 1rem;
}

.attr-pro-detail {
  list-style: none;
  padding: 0px;
}

.attr-pro-detail li {
  border-bottom: 1px dotted #dddddd;
  padding: 5px 0;
}

.attr-pro-detail li label {
  font-weight: bold;
}

.pro-select-quantity {
  display: flex;
  align-items: center;
}

.attr-label-pro-detail {
  margin: 0px 5px 0px 0px;
}

.attr-label-pro-detail.d-block {
  display: block;
  margin: 0px 0px 5px 0px;
}

.attr-content-pro-detail {
  display: inline-block;
  margin-bottom: 0px;
}

.price-new-pro-detail {
  font-weight: 700;
  font-size: 20px;
  color: red;
}

.price-old-pro-detail {
  font-weight: 500;
  color: grey;
  text-decoration: line-through;
  padding-left: 10px;
}

.color-pro-detail {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 35px;
  height: 30px;
  margin: 0px 0px 3px 0px;
  border: 1px solid transparent;
}

.size-pro-detail {
  border: 1px solid #ccc;
  padding: 3px 10px 4px 10px;
  display: inline-block;
  position: relative;
}

.size-pro-detail.active,
.color-pro-detail.active {
  border-color: #e5101d;
  color: #e5101d;
}

.color-pro-detail.active:before,
.size-pro-detail.active:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  z-index: 1;
  background-image: url(../images/check-cart.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.color-pro-detail input[type=radio],
.size-pro-detail input[type=radio] {
  outline: none;
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  border: 0px;
  top: 0px;
  left: 0px;
}

.quantity-pro-detail {
  width: 100%;
  max-width: 110px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  padding-left: 10px;
}

.quantity-pro-detail span {
  line-height: 25px;
  padding: 0px;
  width: 30px;
  height: 30px;
  color: #5f5f5f;
  cursor: pointer;
  font-size: 22px;
  border: 1px solid #cccccc;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
  border-left: 0px;
  user-select: none;
  font-weight: bold;
  color: #009343;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
  border-right: 0px;
  user-select: none;
  font-weight: bold;
  color: #009343;
}

.quantity-pro-detail input {
  height: 30px;
  border: 1px solid #cccccc;
  width: calc(100% - 60px);
  text-align: center;
  font-size: 14px;
  padding: 5px;
}

.cart-pro-detail {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.cart-pro-detail a {
  width: auto;
  text-align: center;
  color: #fff;
  padding: 8px 15px;
  text-transform: uppercase;
  border-radius: 3px;
  cursor: pointer;
}

.cart-pro-detail a.addnow {
  margin-right: 10px;
  background: #fd6e1d;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fd6e1d), to(#f59000));
  background: -webkit-linear-gradient(top, #f59000, #fd6e1d);
  background: -moz-linear-gradient(top, #f59000, #fd6e1d);
  background: -ms-linear-gradient(top, #f59000, #fd6e1d);
  background: -o-linear-gradient(top, #f59000, #fd6e1d);
}

.cart-pro-detail a.buynow {
  background-color: green;
}

.cart-pro-detail a.buynow:hover {
  background-color: rgb(0, 73, 0);
}

.cart-pro-detail a i {
  vertical-align: top;
  margin-top: 3px;
  margin-right: 8px;
}

.tags-pro-detail {
  margin: 1rem 0px 2rem 0px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.tags-pro-detail a {
  font-size: 12px;
  color: #fff;
  padding: 5px 10px 7px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: red;
  border-radius: 3px;
}

.tags-pro-detail a:hover {
  background-color: rgb(155, 0, 0);
}

.tags-pro-detail a i {
  font-size: 10px;
  margin: 5px 5px 0px 0px;
}

.tabs-pro-detail .ul-tabs-pro-detail {
  padding: 0px;
  list-style: none;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-top: 15px;
}

.tabs-pro-detail .ul-tabs-pro-detail li {
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 5px;
  background: #eee;
  padding: 5px 10px;
}

.tabs-pro-detail .ul-tabs-pro-detail li.active {
  background: #333;
  color: #fafafa;
}

.tabs-pro-detail .ul-tabs-pro-detail li:last-child {
  margin-right: 0px;
}

.tabs-pro-detail .content-tabs-pro-detail {
  display: none;
  width: 100%;
}

.tabs-pro-detail .content-tabs-pro-detail.active {
  display: block;
}

.owl-caytrong {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}