html,
body {
  font-family: "R-r", Arial, Helvetica, sans-serif;
  font-size: 15px;
  padding: 0px;
  margin: 0px;
  color: #222;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
}

a {
  text-decoration: none;
}

b,
strong {
  font-weight: normal;
  font-family: "Muli-B";
}

img {
  border: none;
  max-width: 100%;
}

a img {
  display: block;
}

#page {
  background: #fff;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

ul{
	margin: 5px 0px;
    padding-left: 20px;	
}
li{
	margin: 8px 0px;
}

.c,
.c5,
.c10,
.c15,
.c20,
.c30,
.c3,
.c2,
.c80 {
  clear: both;
}

.c {
  height: 0px;
}

.c3 {
  height: 3px;
}

.c4 {
  height: 4px;
}

.c5 {
  height: 5px;
}

.c10 {
  height: 10px;
}

.c15 {
  height: 15px;
}

.c20 {
  height: 20px;
}

.c30 {
  height: 30px;
}

.c50 {
  height: 50px;
}

.text-line-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-line-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.text-line-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.text-line-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.text-line-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.text-line-7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.text-line-8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.text-line-10 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}

.text-line-12 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
}

.more-text {
  float: right;
  cursor: pointer;
}

.search-pc {
  display: none;
  width: 240px;
  position: absolute;
  bottom: -48px;
  right: 50px;
  z-index: 999;
}



.submit-search-pc {
  float: right;
  color: #374458;
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 5px;
}

.search-pc .kw {
  width: 100%;
  height: 35px;
  border: solid 1px #CCC;
  padding: 0px 10px;
  outline: none;
  float: left;
  color: #333;
  border-radius: 25px;
  background: #FFF;
}

.search-pc .fa {
  color: #374458;
}

.search-icon {
  color: #fff;
  margin-right: 30px;
  cursor: pointer;
}

.search-icon i {
  margin-right: 6px;
}

.search-pc .closeX {
  position: absolute;
  color: #666;
  width: 22px;
  height: 22px;
  text-align: center;
  border: solid 1px #ccc;
  background: #fff;
  border-radius: 10px;
  line-height: 20px;
  right: -15px;
  top: -8px;
}

.header {
  background: #c1161d;
  border-bottom: solid 1px #ccc;
  top: -100px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.logo {
  float: left;
}

.logo img,
.logo-mobile img {
  display: block;
  width:160px;
}

.logo-mobile {
	width:120px;
	margin: 0 auto;
}

.menubar {
  float: left;
  text-align: center;
}

.menu-title {
  background: #29a7e1;
  color: #fff;
  padding: 12px;
  border-radius: 5px 5px 0px 0px;
  cursor: pointer;
}

.nav {
  padding: 0px;
  margin: 0px;
  font-weight: normal;
  max-width: 1200px;
  margin: 0 auto;
}

.nav>li {
  list-style: none;
  display: inline-block;
  position: relative;
  float: left;
  font-size: 14px;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  margin: 0px 2px;
}

.nav>li>a>i {
  font-size: 18px;
  color: #fff;
  line-height: 50px;
}

.nav li:first-child {
  border-left: none;
}

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

/* .nav li:last-child a {
  padding-right: 0;
} */

.nav>li>a {
  text-decoration: none;
  display: flex;
  padding: 0px 18px;
  color: #fff;
  font-family: "R-b";
}

.nav>li:hover>a {
  color: #ffa200;
}

.nav>li.active>a {
  color: #fff;
  background-color: #af0c12;
}

.nav>li>a img {
  margin-right: 8px;
}

.nav li ul {
	margin: 0px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  text-align: left;
  display: none;
  padding: 0px;
  opacity: 0.98;
  z-index: 999999;
  font-weight: normal;
  background: #c1161d;
  font-family: R-b;
  text-transform: initial;
}

.nav li ul>li {
	margin: 0px;
  width: 100%;
  list-style: none;
  float: left;
  text-align: left;
  border: none !important;
  text-transform: initial;
  line-height: normal;
  position: relative;
	
}

.nav li ul>li a {
  font-family: R-b;
  padding: 0px 10px;
  display: block;
  color: #fff !important;
  line-height: 18px;
  text-transform: initial;
  padding: 8px 10px;
  border-top: solid 1px #ccc;
}

.nav>li>ul>li>a:hover {
  color: #ffa200 !important;
}

.nav li ul ul {
  left: 100%;
  top: -1px;
}

.mega-menu {
  width: 100% !important;
  left: 0px !important;
  /*
background: rgba(185,8,18,0.8) !important;
    */
  background: rgba(0, 0, 0, 0.8) !important;
  padding: 10px 0px !important;
}

.mega-menu-item {
  padding: 10px 0px;
  line-height: initial !important;
  border-bottom: solid 1px #333;
  padding-left: 10px;
}

.mega-menu-item a {
  color: #fff;
}

.mega-menu-item:hover {
  background: #555;
}

.mega-menu-item-link:hover {}

.mobile-bar {
  background-color: #fff;
  width: 100%;
  padding: 3px;
}

.lang-flag {
  float: right;
  /* margin-top: 2px; */
  border: none;
  margin-left: 15px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
}

.img-poster img {
  display: block;
}

.createdate {
  color: #999;
  font-size: 12px;
}

.footer {
  background-color: #303030;
  color: #fff;
}

.footer a {
  color: #fff;
}

.crumb {
  padding: 10px 0px;
  font-size: 13px;
  border-bottom: solid 1px #d1d1d1;
  background-color: #f1f2f2;
}

.crumb-gray .crumb {
  background-color: #f5f5f5;
}

.crumb a {
  color: #6d6e71;
  text-decoration: none;
  padding: 0 10px;

}

.crumb a:first-child {
  padding-left: 0;
}

.crumb a:last-of-type {
  color: #c1161d;
  padding-left: 10px;
  font-family: 'R-b';
}

.menu-footer {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 10px 0px;
}

.menu-footer a {
  font-size: 13px;
  color: #333;
  margin-right: 20px;
  text-decoration: none;
}

.linksmo {
  float: left;
  width: 100%;
}

.linksmo img {
  float: left;
  margin-right: 5px;
}

.linksmo a {
  color: #333;
  margin-bottom: 10px;
  display: inline-block;
  width: 34px;
  height: 34px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  margin-right: 5px;
}

.linksmo a.fa-facebook {
  color: #4b76bd;
  border: solid 2px #4b76bd;
}

.linksmo a.fa-youtube {
  color: #fc3831;
  border: solid 2px #fc3831;
}

.linksmo a.fa-twitter {
  color: #1da1f2;
  border: solid 2px #1da1f2;
}

.linksmo a.fa-pinterest {
  color: #fb5245;
  border: solid 2px #fb5245;
}

.linksmo a.fa-instagram {
  color: #8941a7;
  border: solid 2px #8941a7;
}

.menuleft {
  padding: 0px;
  margin: 0px;
  color: #58595b;
  background: #f1f2f2;
  border: solid 1px #eee;
}

.menuleft .fa {
  font-size: 10px;
}

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

.menuleft li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  border-bottom: solid 1px #fff;
}

.menuleft li:last-child {
  border-bottom: none;
}

.menuleft li a:hover {
  color: #db9f0e;
}

.menuleft li a {
  color: #222;
  padding: 12px 20px;
  width: 100%;
  display: block;
  font-size: 15px;
}

.menuleft>.actived {
  background: #eee;
}

.menuleft>.actived>a {
  color: #c1161d;
  font-family: "R-b";
}

.menuleft .actived ul {
  background: #eee;
  display: block;
}

.menuleft .actived .actived a {
  color: #244294;
}

.deactived {
  display: none;
}

.menuleft li ul {
  margin: 0px;
  padding: 0px;
  padding-left: 35px;
  background: #eee;
  display: none;
}

.menuleft li ul li {
  padding-left: 0px;
  list-style-type: square;
}

.menuleft li ul li a {
  border-bottom: none;
  padding: 8px 0px;
  font-size: 14px;
  color: #333;
}

.menuleft-icon {
  padding-right: 8px;
}

.album img {
  display: block;
}

.video-photo {
  padding: 4px;
  border: solid 1px #ccc;
}

.video-photo img {
  display: block;
}

#button-btt {
  position: fixed;
  right: 10px;
  bottom: 70px;
  color: #0059bd;
  background: #ccc;
  padding: 10px;
  opacity: 0.8;
  z-index: 10;
}

#button-btt a {
  color: #fff;
}

.view-detail {
  display: block;
  color: #fff;
  background: #244294;
  padding: 10px 30px;
  box-shadow: 0px 0px 3px #999;
  float: left;
}

.view-more-btn {
  display: block;
  border-radius: 2px;
  background-color: rgb(235, 235, 235);
  color: #727272;
  font-family: 'Muli-B';
  padding: 10px 24px 13px;
  float: left;
}

.view-more-btn:hover {
  background-color: rgb(187, 186, 186);
  color: #727272;
}

.view-more-btn-home {
  display: inline-block;
  color: #58564d;
  padding: 15px 60px;
  font-weight: 600;
  box-shadow: 0px 0px 2px #999;
  background: #f8cf48;
  border-radius: 30px;
}

.view-more-btn-home:hover {
  color: #58564d;
  background: #e9c241;
}

.view-more-btn-introduce {
  display: block;
  color: #58564d;
  font-weight: 600;
  float: left;
  background: #f8cf48;
  border-radius: 30px;
  margin-right: 7px;
  border-radius: 5px;
  padding: 10px 40px 15px;
  margin-bottom: 10px;
}

.view-more-btn-introduce:hover {
  color: #58564d;
  background: #e9c241;
}

.view-icon-right {
  font-size: 10px;
  color: #890228;
  padding-left: 10px;
  font-weight: bold;
  line-height: 15px;
}

.view-more-btn-red {
  display: block;
  color: #fff;
  padding: 10px 30px 15px 30px;
  font-weight: 600;
  box-shadow: 0px 0px 2px #999;
  float: left;
  background: #d8003f;
  border-radius: 30px;
}

.view-more-btn-red:hover {
  color: #fff;
  background: #c20138;
}

.view-more-btn-white {
  display: block;
  color: #424242;
  padding: 10px 30px 15px 30px;
  font-weight: 600;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  float: left;
  background: #fff;
  border-radius: 30px;
}

.view-more-btn-white:hover {
  color: #fff;
  background: #d8003f;
}

.view-more-btn-gray {
  display: block;
  color: #424242;
  padding: 10px 40px 15px 40px;
  font-weight: 600;
  float: left;
  background-color: rgb(235, 235, 235);
  border-radius: 5px;
}

.view-more-btn-gray:hover {
  background: #f8cf48;
}

.buynow-btn {
    font-family: "Muli-B";
    float: left;
    background: #c1161d;
    display: block;
    color: #fff;
    padding: 15px;

    width: 100%;
    border-radius: 3px;
    text-align: center;
}

.buynow-btn:hover {
  color: #fff;
  background: #db9f0e;
}

.btn-yellow {
  display: block;
  color: #fff;
  padding: 10px 15px;
  font-family: "Muli-B";
  box-shadow: 0px 0px 2px #999;
  float: left;
  background: #e0943f;
  border-radius: 4px;
}

.btn-yellow:hover {
  color: #fff;
  background: #cf822d;
}

.error {
  border: solid 1px #ff0000 !important;
}

.btn-send {
  width: 100%;
  padding: 9px;
  border: solid 1px #ccc;
  text-align: center;
  font-size: 18px;
  display: block;
  cursor: pointer;
  max-width: 150px;
  background: #0076c2;
  color: #fff;
  float: right;
  text-transform: uppercase;
}

.btn-dangky {
  border-width: 2px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  background-image: -moz-linear-gradient(-180deg, rgb(177, 4, 11) 0%, rgb(218, 40, 47) 48%, rgb(181, 9, 16) 100%);
  background-image: -webkit-linear-gradient(-180deg, rgb(177, 4, 11) 0%, rgb(218, 40, 47) 48%, rgb(181, 9, 16) 100%);
  background-image: -ms-linear-gradient(-180deg, rgb(177, 4, 11) 0%, rgb(218, 40, 47) 48%, rgb(181, 9, 16) 100%);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.19);
  padding: 10px 36px 14px;
  font-size: 14px;
  font-family: "R-b";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.571;
  border-radius: 30px;
  outline: none;

}

.search-mobile {
  width: 100%;
  position: relative;
  display: none;
}

.search-mobile input {
  width: 100%;
  height: 30px;
}

.m-search-icon {
  margin: 0px 0px 0px 5px;
  float: right;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  border: #c1161d solid 2px;
  text-align: center;
  position: relative;
  font-size: 12px;
  color: #c1161d;
  display: flex;
  align-items: center;
  justify-content: center;
}


.homeslide-prev,
.homeslide-next {
  position: absolute;
  top: 50%;
  z-index: 9;
  margin-top: -30px;
  cursor: pointer;
}

.homeslide-next {
  left: 7.6%;
  background: transparent;
  width: 63px;
  height: 63px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.homeslide-prev {
  right: 7.6%;
  background: transparent;
  width: 63px;
  height: 63px;
  border: 2px solid #fff;
  border-radius: 50%;
}


.title-line {
  background: #244294;
  height: 4px;
  width: 60px;
  margin: 0 auto;
}

.footer-title {
  margin-bottom: 12px;
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
  color: #fff !important;
  font-family: 'R-b';
}

.footer-title .fa {
  float: right;
  margin-top: 3px;
  font-size: 14px;
  display: none;
  transition: 0.5s;
}

.title-mobile-highlight .fa {
  transform: rotate(225deg);
}

.menutab {
  width: 100%;
}

.menutab-item {

  padding: 14px 22px;
  text-align: center;
  border-radius: 30px;
  background-color: #f1f2f2;
  margin: 0px 5px 5px;
  color: #414042;
  font-family: 'R-b';
}

.menutab-item a {
  color: #414042;
}

.tab-item {
  display: block;
  width: 20%;
  float: left;
  text-align: center;
  font-family: "R-b";
  font-weight: normal;
  color: #58595b;
  font-size: 15px;
  padding: 5px 5px;
  border-right: solid 1px #ccc;
  margin: 10px 0px;
}

.tab-item:last-child {
  border-right: none;
}

.tab-item:hover {
  color: #244294;
}

.menutab .actived {
  background-color: #c1161d;
  color: #fff;
  border: 0;
}

.menutab .actived a {
  color: #fff;
}

.tab-bar {
  /* background: #e1e1e1; */
  position: relative;
  display: flex;
  align-items: center;
}

.tab-bar-wrapper {
  padding-right: 40px;
}

.tab-title {
  padding: 14px 25px 16px;
  color: #fff;
  font-family: 'R-b';
  background-color: #494949;
  margin: 0 3px;
}

/* 
.tab-active {
  background: #f5f5f5;
  color: #ffa200;
  border-bottom: 2px solid #ffa200;
  z-index: 1;
} */

.tab-active {
  position: relative;
  color: #414042;
  background-color: #fff;
}

/* .tab-active::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: #ffa200;
  border: solid 1px #ffa200;
  left: 0;
}

.tab-bar::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: #176078;
  border: solid 1px #176078;

} */


.slide-detail {
  display: block;
  float: left;
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
  padding: 13px 30px;
  color: #fff;
  background: #eb7203;
  position: absolute;
  bottom: -100px;
}

.swiper-slide-active .slide-home-item {
  transition: All 2s ease;
  -webkit-transition: All 2s ease;
  -moz-transition: All 2s ease;
  -o-transition: All 2s ease;
  transform: translateX(800px);
}

.swiper-slide-active .slide-detail {
  transition: All 2s ease;
  -webkit-transition: All 2s ease;
  -moz-transition: All 2s ease;
  -o-transition: All 2s ease;
  transform: translateY(-200px);
}

.div-scroll {
  width: 100%;
  overflow: auto;
  padding-right: 2px;
}

.video-home-name {
  margin: 0px;
  padding: 0px;
  padding: 10px;
  background: #efeff0;
}

.video-home-name a {
  color: #58595b;
  font-family: Arial;
  font-size: 14px;
}

/*Modal*/
.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6) !important;
}

/*---*/

.btn {
  font-size: 3vmin;
  padding: 0.75em 1.5em;
  background-color: #ddd;
  border: 1px solid #bbb;
  color: #222;
  text-decoration: none;
  display: inline;
  border-radius: 4px;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

.btn:hover {
  background-color: #3b8750;
  color: #fff;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

.btn-small {
  padding: 0.75em 1em;
  font-size: 0.8em;
}

.modal-box {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 60%;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
  max-width: 1100px;
  background: #fff;
}

.modal-box header,
.modal-box .modal-header {
  padding: 1.25em 1.5em;
  border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 {
  margin: 0;
}

.modal-box .modal-body {
  padding: 20px 40px;
}

.modal-box footer,
.modal-box .modal-footer {
  padding: 1em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
}

a.close {
  line-height: 1;
  font-size: 1.5em;
  position: absolute;
  top: 5%;
  right: 2%;
  text-decoration: none;
  color: #bbb;
}

a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}

.msgbox {
  color: #ccc;
}

.form-error {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  color: #ff0000;
}

.form-success {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  color: #009846;
}

.right-icon {
  background: #6e0b11;
  padding: 7px 9px;
  right: 0;
}

.right-hotline {
  position: fixed;
  right: -102px;
  top: 200px;
  z-index: 999;
}

.right-facebook {
  position: fixed;
  top: 250px;
  z-index: 999;
}

.right-youtube {
  position: fixed;
  top: 300px;
  z-index: 999;
}

.right-hotline a {
  color: #fff;
  text-decoration: none;
  float: right;
  margin-left: 10px;
  line-height: 35px;
}

.message-success {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;

  background: #fff;
  width: 400px;
  box-shadow: 0px 0px 10px #333;
  color: #060;
  text-align: center;
  padding: 30px;

  display: none;
}

.message-success .success-ok {
  background: #060;
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
}

.comment-success {
  color: #060;
  padding: 10px;
}

.cell-cat-home {
  padding: 10px;
  background: #ebebeb;
}

.cat-home-name {
  margin: 0px;
  padding: 10px;
  font-size: 20px;
  color: #333;
  font-family: "Muli-B";
  font-weight: normal;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.cat-home-name a {
  color: #414042;
}

.cat-home-intro {
  text-align: justify;
}

.cat-home-img {
  overflow: hidden;
  border-radius: 5px;
}

.btn-search-mobile {
  display: block;
  position: absolute;
  color: #1c4d99;
  top: 5px;
  right: 10px;
}

.product-item-overlay {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: none;
}

.product-home-info {
  position: absolute;
  width: 100%;
  bottom: -200px;
  padding: 10px;
  color: #fff;
  z-index: 9;
  transition: all 0.5s;
  font-size: 14px;
  font-family: Arial;
}

.product-home-info ul {
  margin: 0px;
  padding: 0px;
}

.product-home-info ul li {
  margin: 6px 0px;
}

.product-home-info-active {
  bottom: 0px;
}

/* 
.product-name {
  margin: 5px 0px;
  padding: 0px;
  font-family: "Muli-B";
  color: #333;
  font-weight: normal;
  font-size: 16px;
}

.product-name a {
  color: #333;
}

.product-name a:hover {
  color: #244294;
} */

.cat-item-name {
  margin: 5px 0px;
  padding: 0px;
  font-family: "Muli-B";
  font-weight: normal;
  font-size: 20px;
  text-align: center;
}

.cat-item-name a {
  color: #333;
}

.cat-item-name a:hover {
  color: #244294;
}



.product-code {
  float: left;
  line-height: 22px;
}

.price {
  float: left;
  color: #244294;
  font-size: 16px;
  margin-left: 10px;
}

.pricekm {
  color: #f7c14d;
  float: left;
  font-size: 16px;
  font-family: "Muli-B";
  font-weight: normal;
}

.product-name-detail {
  margin: 0px;
  padding: 0px;
  font-size: 22px;
  font-weight: normal;
  color: #414042;
  font-family: "Muli-B";
  font-weight: normal;
  /* text-transform: uppercase; */
}

.price-detail {
  color: #be9e76;
  font-size: 20px;
  font-family: 'Muli-B';
}

.price-detail span {
  color: #414042;
  font-size: 14px;
  font-family: 'Muli';
  margin-left: 20px;
  text-decoration: line-through;
}

.pricekm-detail {
  color: #ff6c00;
  float: left;
  font-size: 20px;
  font-family: "Muli-B";
  font-weight: normal;
  margin-right: 20px;
  line-height: 18px;
}

.product-detail-label {
  float: left;
  line-height: 40px;
}

.addcart-btn {
  font-family: "Muli-B";
  float: left;
  background: #636363;
  display: block;
  color: #fff;
  padding: 12px 60px;
  margin-left: 5px;
}

.addcart-btn:hover {
  box-shadow: 0px 0px 6px #666;
}

.muangay-btn,
.buy-now {
    font-family: "Muli-B";
    float: right;
    background: #c1161d;
    display: block;
    color: #fff;
    padding: 8px;
    padding-top: 4px;
    width: 100%;
    border-radius: 20px;
    text-align: center;
}

.muangay-btn:hover,
.buy-now:hover {
  box-shadow: 0px 0px 6px #666;
}

.buy-now-added {
  font-family: "R-b";
  float: left;
  background: #008e18 15px 7px no-repeat;
  display: block;
  color: #fff;
  padding: 10px 30px;
  border-radius: 20px;
  margin-left: 20px;
}

.news-home-intro {
  text-align: justify;
}

.title-cat-line {
  width: 150px;
  background: #244294;
  height: 2px;
  margin-top: -2px;
}

.page-name {
  margin: 0px;
  padding: 0px;
  font-size: 24px;
}

.box-left {
  padding: 20px;
  padding-bottom: 0px;
  border: solid 1px #eee;
  border-radius: 0px 0px 5px 5px;
  border-top: none;
  background: #fff;
}

.menu-mobile {
  display: block;
  float: left;
  color: #e1943f;
  margin-left: auto;
}

.menu-mobile-item {
  display: block;
  float: left;
  margin-top: 5px;
  color: #fff;
  margin-left: 10px;
}

.content-detail a {
  color: #3b3b3b;
  font-weight: 400;
}

.content-detail a:hover {
  color: #d8003f;
}

.star-rate {
  background: url(/images/star-rate.jpg) center top no-repeat;
  height: 17px;
  width: 100%;
}

.rate1 .rate2 {
  background-position-y: -38px;
}

.rate3 {
  background-position-y: -55px;
}

.rate4 {
  background-position-y: -72px;
}

.rate5 {
  background-position-y: -90px;
}

.view-hover {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
  padding: 0px 20px;
}

.price-color {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-left: 10px;
  padding: 3px;
  border: solid 1px transparent;
}

.price-color span {
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.content-pro h3 {
  font-family: "R-b";
  font-weight: normal;
  color: #244294;
  font-size: 16px;
}

.content-pro figcaption {
  text-align: center;
}

.content-pro figure {
  margin: 0px;
  text-align: center;
}

.tab-content {
  display: none;
}

.thumb-next,
.thumb-prev {
  text-align: center;
  background: #eee;
}

.name-faq {
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  font-family: "Muli-B";
  font-weight: normal;
  background: #efeff0;
  border-radius: 4px;
  padding: 12px 8px;
  cursor: pointer;
  float: left;
  width: calc(100% - 45px);
}

.faqcontent {
  display: none;
  width: calc(100% - 45px);
  float: right;
}

.faq-icon {
  background: url(/images/icon-faq.png) left top no-repeat;
  width: 30px;
  height: 25px;
  float: left;
  margin-right: 10px;
}

.faq-active .name-faq {
  background: #244294;
  color: #fff;
}

.faq-active .faq-icon {
  background: url(/images/icon-faq-active.png) left top no-repeat;
}

.arrow-div {
  position: relative;
  background: #efeff0;
  border: 1px solid #dddddd;
}

.arrow-div:after,
.arrow-div:before {
  bottom: 100%;
  left: 50px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow-div:after {
  border-color: rgba(241, 241, 241, 0);
  border-bottom-color: #efeff0;
  border-width: 10px;
  margin-left: -10px;
}

.arrow-div:before {
  border-color: rgba(221, 221, 221, 0);
  border-bottom-color: #dddddd;
  border-width: 11px;
  margin-left: -11px;
}

.choose-price {
  border: solid 1px #0076c2;
}


.rate-summary {
  font-family: "Muli-B", sans-serif;
  font-size: 22px;
  color: #58595b;
  width: 100%;
  text-align: center;
}

.rated-bar {
  float: left;
  width: 150px;
  height: 5px;
  border-radius: 5px;
  background: #cccccc;
  margin: 6px;
}

.rated-bar-percent {
  display: block;
  background: #fe9727;
  float: left;
  width: 150px;
  height: 5px;
  border-radius: 5px;
}

.rate-text {
  font-family: "Muli-B", sans-serif;
  color: #58595b;
  width: 100%;
  text-align: center;
}

.star {
  width: 130px;
  height: 24px;
  margin: 0 auto;
  background: url("/images/star-unrate.png") no-repeat left center;
}

.star-rated {
  display: block;
  float: left;
  width: 50%;
  height: 24px;
  margin: 0 auto;
  background: url(/images/star-rated.png) no-repeat left center;
}

.btn-show-comment {
  display: inline-block;
  font-family: "Muli", sans-serif;
  text-decoration: none;
  background: #005aa0;
  border-radius: 3px;
  color: #fff;
  padding: 9px 30px;
  border: none;
  cursor: pointer;
}

.btn-comment {
  font-family: "Muli", sans-serif;
  text-decoration: none;
  background: #db3832;
  border-radius: 3px;
  color: #fff;
  padding: 9px 20px;
  border: none;
}

.txt-comment {
  width: 100%;
  height: 36px;
  border-radius: 3px;
  border: solid 1px #ccc;
  padding-left: 5px;
}

.pagination {
  margin-bottom: 70px;
}

.pagination-item {
  font-family: 'Muli-B';
  color: #414042;
  text-decoration: none;
  font-size: 18px;
  display: inline-block;
  min-width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 5px;
  border: 1px solid #eaebeb;
}


.pagination-item__clicked {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  min-width: 40px;
  height: 40px;
  text-align: center;
  line-height: 42px;
  border-radius: 50%;
  background-color: #c1161d;
  margin: 0 5px;
}

.pagination-item-icon {
  font-size: 20px;
  color: #aaaaaa;
}

.like-comment {
  color: #244294;
}

.btn-contact {
  background: #c1161d;
  width: 100%;
  border-radius: 5px;
  border: none;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
}

.ullist {
  height: 450px;
  overflow-y: scroll;
}

.ullist li h3 {
  padding: 0px;
  margin: 0px;
  margin-top: 5px;
  color: #244294;
  font-size: 16px;
}

.ullist li p {
  margin: 0px;
  padding: 5px 0px;
}

.ullist li {
  border-bottom: dashed 1px #ddd;
}

.ullist li .fa {
  display: block;
  float: left;
  width: 18px;
  margin-top: 2px;
}

#loadMoreProduct {
  display: block;
  background: #ddd;
  color: #244294;
  padding: 10px 20px;
  text-align: center;
  margin: 0 auto;
  border-radius: 5px;
  width: 220px;
}

.search-mobile-bar {
  float: right;
  width: 200px;
  position: relative;
  margin-right: 10px;
  margin-top: 5px;
}

.search-mobile-bar .kw {
  width: 100%;
  height: 30px;
  border: solid 1px #eee;
  padding: 0px 10px;
  outline: none;
  float: left;
  color: #333;
  border-radius: 25px;
  background: #fff;
}

.submit-search-mobile {
  float: right;
  color: #244294;
  font-size: 14px;
  position: absolute;
  top: 8px;
  right: 25px;
}

.form-title {
  font-family: "Muli-B";
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}

.dang-ky-tu-van {
  position: fixed;
  bottom: 20px;
  left: 0px;
  z-index: 99;
}

.form-dangky {
  padding: 20px 200px;
  border-radius: 10px;
}

.footer-white {
  background: #f4f4f4;
  padding: 50px 100px;
  border-radius: 20px;
  color: #343436;
  font-size: 16px;
  font-family: "Muli-B";
}

#btnNewsletter {
  background: #0076c2;
  text-align: center;
  padding: 10px;
  width: 100%;
  border-radius: 20px;
  display: block;
  font-size: 15px;
}

.header-mobile {
  background: #fff;
  padding: 5px 0 12px;
}


.cart-mobile {
  position: relative;
  margin-right: 10px;
  margin-top: 10px;
  width: 40px;
  float: right;
}

.cart-mobile span {
  position: absolute;
  right: -5px;
  top: -5px;
  font-size: 11px;
  background: #244294;
  color: #fff;
  display: block;
  padding: 1px 4px;
  border-radius: 50%;
}

.kw-mobile {
  width: 94%;
  height: 30px;
  border: none;
  border-radius: 20px;
  margin: 0px 10px;
  margin-bottom: 10px;
  color: #333;
  padding-left: 5px;
}

.mobile-footer-bar {
  position: fixed;
  bottom: 0px;
  padding: 5px;
  width: 100%;
  background: #fff;
  box-shadow: 0px -1px 3px #244294;
  z-index: 9999;
}

::placeholder {
  color: #afafaf;
  opacity: 1;
  /* Firefox */
}

.fb_customer_chat_bounce_in_v2 {
  bottom: 60px !important;
}

.longPageNavigationDiv {
  padding: 10px;
  background: #eee;
  float: left;
  padding-right: 20px;
  width: 100%;
}

.longPageNavigationDiv a {
  color: #333;
}

.longPageNavigationDiv ul {
  padding-left: 20px;
}

.longPageNavigationDiv ul li {
  list-style: none;
  padding: 2px 0px;
}

.longPageNavigationDiv ul .toc-heading3 {
  padding-left: 20px;
}

.form-group {
  padding: 10px 0px;
  border-bottom: dotted 1px #ccc;
}

.error_lbl {
  border: solid 1px #f00;
}

.box-dieukhoan {
  overflow-y: auto;
  height: 150px;
  padding-right: 5px;
}

.btn-payment {
  background: #cc0000;
  width: 100%;
  border-radius: 5px;
  border: none;
  color: #fff;
  padding: 12px 20px;
  text-align: center;
  box-shadow: 0px 1px 5px #244294;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}

.box-thanh-toan-ngan-hang {
  margin: 0px;
  background: #eee;
  padding: 10px;
  padding-left: 35px;
}

.box-thanh-toan-ngan-hang li {
  padding: 5px 0px;
}

.video-content {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.img-article {
  float: left;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.img-article img {
  display: block;
}

.article-name {
  margin: 0px;
  padding: 0px;
  font-family: "Muli-B";
  font-size: 16px;
  color: #244294;
  text-transform: uppercase;
}

.article-name a {
  color: #244294;
}

.article-next,
article-prev {
  float: left;
  outline: none;
}

/*---*/

.article-wrapper {
  padding: 20px 0px;
  background: #efeff0;
}

.info-wrapper {
  background: url(/uploaded/pic-cat/bg-info.png) no-repeat;
  background-size: cover;
}



.rtb-home {
  padding: 20px 5px;
  background: #efeff0;
  color: #414042;
  text-align: center;
}

.video-home-item {
  position: relative;
}

.playicon {
  opacity: 0.6;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
}

.playicon:hover {
  opacity: 0.9;
}

.play-video {
  opacity: 0.6;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}

.play-video:hover {
  opacity: 0.9;
}

.play-video {
  opacity: 0.6;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -49px;
  margin-top: -47px;
}

.btn-next,
.btn-prev {
  font-size: 14px;
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 50%;
  color: #b8b8b8;
  float: left;
  outline: none;
  margin: 0px 3px;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 2;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  border: 2px solid #b8b8b8;
}

.btn-next {
  right: 0;
}

.btn-prev {
  left: 0;
}

.btn-next:hover,
.btn-prev:hover {
  background: #c1161d;
  color: #fff;
}

.faq-form {
  background: #efeff0;
  border-radius: 3px;
  overflow: hidden;
}

.faq-form-title {
  background: #244294;
  padding: 10px;
  text-align: center;
  font-family: "Muli-B";
  color: #eeba4e;
}

.article-item-img {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  margin: 0px 100px;
}

.item-overlay {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.header-fixed {
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0;
  width: 100%;
  transition: all 0.5s ease;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.header-fixed .nav>li {
  height: 50px;
  line-height: 50px;
}

.header-fixed .logo {
  margin-top: 0px;
}

/* .header-fixed .logo img {
    height: 50px;
} */

.header-fixed .icon-home {
  margin-top: 16px;
}


.service-home-name {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: normal;
  font-family: Muli-B;
  text-align: center;
}

.service-home-name a {
  color: #333;
}

.info-image {
  background: #fff;
  /* padding: 8px; */
}

.product-detail-wrapper {}

.frm-contact {
  width: 100%;
  max-width: 420px;
  /* margin-left: 50%; */
  /* transform: translateX(-50%); */
  background: rgba(255, 255, 255, 0.9);
}

/* flex_center */
.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex_row_reverse {
  display: flex;
  flex-direction: row-reverse !important;
}

.flex_space_between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.flex_align {
  display: flex;
  align-items: center;
}

/* Không có margin thẻ p */
.no-margin-p-tag p {
  margin: 0;
}

/* burger */

.burger {
  position: relative;
  z-index: 4;
}

.burger div {
  width: 25px;
  height: 3px;
  background-color: #d40e25;
  margin: 5px;
  transition: all 0.3s ease;
}




/* HOME */
.header-contact {
  padding: 5px 0;
}

.cskh-wrap {
  /* background-color: #db9f0e; */
  /* padding: 8px 22px 10px; */
  /* border-radius: 30px; */
  margin-left: 5px;
}


.cskh-phone {
  color: #c1161d;
  font-size: 16px;
  margin-bottom: 6px;
}

.cskh-phone:last-child {
  margin-bottom: 0;
}
.cskh-text {
  margin-left: 5px;
}

.cskh-phone a {
  color: #c1161d;
  font-family: 'R-b';
}

.menutab-wrapper {
  /* background-color: #2c2c2c; */
  padding-top: 20px;
}

.welcome-title {
  text-align: center;
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 18px;
}


.mausac {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #e4e4e5;
  margin-left: 2px;
  margin-bottom: 2px;
}

.producthome-link {
  float:left;
  display: block;
  color: rgb(65, 64, 66);
  line-height: 1.2;
  font-size: 17px;
  font-family: 'R-black';
}

.producthome-color {
  float:right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.producthome-price {
  color: rgb(65, 64, 66);
  line-height: 1.5;
  font-size: 14px;
  margin-top: 3px;
  margin-bottom: 12px;
}

.producthome-price span {
  color: #c1161d;
  font-family: 'R-b';
  font-size: 18px;
}

.producthome-km {
  padding: 8px 8px 8px 58px;
  border-radius: 3px;
  background-color: rgb(241, 242, 242);
  position: relative;
}

.producthome-km-ico {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 20px;
  overflow: hidden;
}

.producthome-km__tag {
  position: absolute;
  padding: 6px 6px 0;
  background-color: #c1161d;
  width: 45px;
  height: 42px;
  color: #fff;
  font-family: 'R-b';
  top: 0;
  left: 10px;
  font-size: 14px;
  text-align: center;
}

.producthome-km__tag::after {
  content: "";
  top: 100%;
  left: 0;
  position: absolute;
  border-width: 12px 22.5px;
  border-style: solid;
  border-color: #c1161d transparent transparent transparent;
}

.producthome-info {
  margin-top: 10px;
  min-height: 35px;
}

.producthome-tragop {
  color: #fff;
  padding: 8px 16px 9px;
  background-color: #db9f0e;
  display: inline-block;
  border-radius: 20px;
}

.producthome-item {
  margin-bottom: 50px;
}

.producthot-wrapper {
  padding: 38px 0 60px;
  background-color: #f1f2f2;
}

.cat-title {
  font-size: 26px;
  font-family: "R-b";
  color: rgb(65, 64, 66);
  line-height: 1.2;
  text-align: center;
  position: relative;
  margin: 0;
  margin-bottom: 15px;
}

.cat-title a {
  color: rgb(65, 64, 66);
}

.cat-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 34px;
  height: 3px;
  background-color: #c1161d;
}

.cat-intro {
  font-size: 14px;
  color: rgb(65, 64, 66);
  line-height: 1.571;
  text-align: center;
  margin: 0 20%;
}

.producthot-item {
  position: relative;
}

.producthot-item__name {
  color: #fff;
  font-family: 'R-b';
  position: absolute;
  bottom: 18px;
  left: 18px;
}

.producthot-prev {
  left: -60px;
}

.producthot-next {
  right: -60px;
}

.newshome-prev {
  left: -60px;
}

.newshome-next {
  right: -60px;
}

.newshome-item {
  background-color: #f1f2f2;
  margin-bottom: 40px;
}

.newshome-item__text {
  padding: 17px 26px 26px;
}

.newshome-item__name {
  display: block;
  font-size: 16px;
  font-family: "R-b";
  color: rgb(65, 64, 66);
  line-height: 1.375;
  height: 41px;
}

.newshome-item__intro {
  color: rgb(65, 64, 66);
  line-height: 1.375;
}

.newshome-wrapper {
  padding-top: 46px;
}

.newshot-item__name {
  font-size: 16px;
  font-family: "R-b";
  color: rgb(65, 64, 66);
  line-height: 1.375;
  display: block;
  margin: 16px 0 12px;
}

.newshot-item__intro {
  line-height: 1.375;
}

.newshot-item {
  margin-bottom: 48px;
}

.btn-newshot {
  padding: 10px 24px 16px;
  font-family: 'R-m';
  background-color: rgb(193, 22, 29);
  color: #fff;
  border-radius: 30px;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s linear;
}

.btn-newshot i {
  font-size: 10px;
  padding-left: 2px;
  padding-bottom: 2px;
}

.newshot-item:hover .btn-newshot {
  opacity: 1;
  visibility: visible;
}

.infohome-bg {
  padding: 72px 0 110px;
}

.infohome-wrapper {
  background-color: #f1f2f2;
}

.infohome-bg .cat-title {
  color: #fff;
  margin-bottom: 25px;
}

.infohome-bg .cat-title a {
  color: #fff;
}

.infohome-bg .cat-title::after {
  background-color: #fff;
  bottom: -12px;
}

.infohome-bg .cat-intro {
  color: #fff;
  font-family: 'R-b';
  margin-bottom: 8px;
}

.infohome-bg .cat-content {
  color: #fff;
  text-align: center;
  margin: 0 22%;
  line-height: 1.571;
}

.infohome-ico-circle {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #fff;
  padding: 8px;
  margin: 0 auto 15px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
}

.infohome-ico-circle__in {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #af0c12;
  background-image: linear-gradient(to bottom, #c1161d 50%, #af0c12 50%);
}

.infohome-ico-list {
  padding-bottom: 50px;
}

.infohome-ico__name {
  color: #c1161d;
  text-align: center;
  font-family: 'R-black';
  font-size: 18px;
  margin: 0;
  margin-bottom: 8px;
}

.infohome-ico__intro {
  font-size: 14px;
  color: rgb(65, 64, 66);
  line-height: 2.143;
  height: 90px;
  text-align: center;
  overflow-y: auto;
}

.infohome-ico__intro::-webkit-scrollbar {
  width: 4px;
  background-color: rgba(20, 157, 202, 0.2);
  border-radius: 2px;

}

.infohome-ico__intro::-webkit-scrollbar-thumb {
  background-color: #db9f0e;
  border-radius: 2px;
}


.infohome-ico-item {
  margin-top: -55px;
  margin-bottom: 50px;
}

.menuboxfooter {
  padding: 0;
  margin: 0;
  list-style: none;
}

.menuboxfooter li {
  margin-bottom: 12px;
}

.footer-text {
  color: #fff;
  line-height: 2.143;
  font-size: 14px;
}

.footer-phone {
  color: #fff;
  font-size: 18px;
  font-family: "R-b";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  margin-bottom: 20px;
}

.menusocialfooter {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.menusocial-item {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menusocial-item img {
  width: 38px;
  height: 38px;
}

.menusocial-item .img-ins {
  width: 26px;
  height: 26px;
}

.footer-copyright {
  padding: 20px 0;
  background-color: #c1161d;
}
.cskh-wrap i {
  color: #c1161d;
  display: block;
  font-size: 30px;
  padding-bottom: 2px;
  padding-right: 10px;
}

.header-contact-item {
  display: flex;
  align-items: center;
  font-family: 'R-b';
  margin-left: 36px;
}

.header-contact-item>img {
  margin-right: 6px;
}

.header-contact-item span {
  color: #414042;
  display: block;
  font-family: 'R-b';
}

.header-contact-item>div {
  color: #676767;
}

.header-social {
  padding: 10px 0 12px;
  background-color: #2c2c2c;
}


.header-social-list {
  list-style: none;
  padding: 0;
  margin: 0 16px;
  height: 100%;
}

.header-social-item__link {
  color: #fff;
  display: block;
  margin-right: 10px;
}

.header-social-item__link:hover {
  color: rgb(204, 163, 78);
}


.header-social-item:last-child .header-social-item__link {
  margin-right: 0;
}


/* GIỚI THIỆU */

.title-left {
  font-size: 16px;
  color: rgb(255, 255, 255);
  margin: 0px;
  background: #c1161d;
  font-family: 'R-b';
  padding: 12px 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.title-left a {
  color: #fff;
}

.box-news-item__title {
  font-size: 14px;
  color: rgb(65, 64, 66);
  line-height: 1.429;
}


.info-title {
  font-size: 24px;
  font-family: "R-b";
  color: rgb(193, 22, 29);
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 12px;
}

.info-intro {
  font-size: 16px;
  font-family: "R-b";
  color: rgb(51, 49, 50);
  line-height: 1.375;
  margin-bottom: 12px;
}

.info-content {
  color: rgb(51, 49, 50);
  line-height: 1.375;
}

.cat-name {
  font-size: 24px;
  font-family: "R-b";
  color: rgb(193, 22, 29);
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  margin-bottom: 12px;
}

.daily-wrap .cat-intro {
  font-size: 16px;
  font-family: "R-b";
  color: rgb(51, 49, 50);
  line-height: 1.375;
  margin-bottom: 12px;
}


.daily-wrap .cat-content {

  color: rgb(51, 49, 50);
  line-height: 1.375;
  margin: 0 15%;
  text-align: center;
  margin-bottom: 26px;
}

.daily-info {
  padding: 15px 15px 100px;
  border: 1px solid #e2e3e4;
  margin-right: 5px;
}

.daily_img {
  width: 28%;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f2f2;
}

.daily-item {
  margin-bottom: 20px;
}

.daily-name {
  font-family: 'R-b';
  color: #c1161d;
  margin-top: 0;
  margin-bottom: 8px;
}

/*
.daily-table-wrap {
  overflow-x: auto;
  width: 380px;
}


.daily-table {
  overflow-x: auto;
  color: rgb(77, 77, 79);
  line-height: 1.714;
}

*/

.daily-row {
  list-style: none;
  padding: 0;
  margin: 0;
}

.daily-row {
  color: rgb(77, 77, 79);
  line-height: 1.714;
}

.daily-row img {
  width: 12px;
  margin-right: 8px;
}

.daily-item:nth-child(even) .daily-info {
  background-color: #f1f2f2;
}

.daily-item:nth-child(even) .daily_img {
  background-color: #fff;
}

.daily-text {
  flex: 1;
  margin-left: 12px;
}



.question-item__link {
  font-family: 'R-b';
  color: rgb(65, 64, 66);
  font-size: 14px;
  line-height: 1.714;
  background: url(../images/icon/question-ico.png) no-repeat;
  padding-left: 40px;
  display: block;
}

.question-item__link:hover {
  color: rgb(193, 22, 29);
  background: url(../images/icon/question-ico-active.png) no-repeat;
}

.question-item {
  margin-bottom: 35px;
}

.panel-click--active {
  color: rgb(193, 22, 29);
  background: url(../images/icon/question-ico-active.png) no-repeat;
}

.tab-panel {
  padding: 20px 22px 26px;
  background-color: #f1f2f2;
  border-radius: 5px;
  color: rgb(2, 0, 0);
  line-height: 1.714;
  font-size: 14px;
  margin-top: 14px;
  position: relative;
  display: none;
}

.tab-panel::after {
  content: "";
  position: absolute;
  left: 40px;
  top: -18px;
  border-width: 10px 8px;
  border-style: solid;
  border-color: transparent transparent #f1f2f2 transparent;
  cursor: pointer;
}

.form-res {
  padding: 25px 20px 28px;
  border-radius: 5px;
  background-color: rgb(241, 242, 242);
}

.form-res-title {
  font-size: 20px;
  font-family: "R-b";
  text-align: center;
  color: rgb(193, 22, 29);
  margin: 0;
  margin-bottom: 6px;
}

.form-note {
  text-align: center;
  color: rgb(65, 64, 66);
  line-height: 1.571;
  font-size: 14px;
  margin-bottom: 12px;
}

.res-input {
  padding: 10px 12px 14px;
  border: 1px solid #e6e7e8;
  width: 100%;
  margin-bottom: 8px;
  border-radius: 5px;
  outline: none;
}

.res-input::placeholder {
  color: #848484;
}


.news-wrapper .newshot-item {
  margin-bottom: 70px;
}

.news-name-detail {
  font-size: 24px;
  font-family: "R-b";
  color: rgb(193, 22, 29);
  margin: 0;
  margin-bottom: 10px;
}

.intro-detail {
  font-size: 16px;
  font-family: "R-b";
  color: rgb(51, 49, 50);
  line-height: 1.375;
  margin-bottom: 15px;
}

.content-detail {
  color: rgb(51, 49, 50);
  line-height: 1.375;
}

.create-date {
  font-size: 14px;
  font-family: "Muli";
  color: rgb(147, 147, 147);
}

.create-date i {
  color: #949494;
  padding-right: 6px;
  margin-bottom: 15px;
}

.news-others__title {
  font-size: 24px;
  font-family: "R-b";
  color: rgb(193, 22, 29);
  margin: 20px 0;
}


.news-others-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-others-link {
  color: #414042;
  font-size: 16px;
}

.news-others-link:hover,
.news-others-link:hover .news-others-icon {
  color: rgb(193, 22, 29);
}

.news-others-icon {
  color: #414042;
  font-size: 13px;
  margin-right: 10px;
}

.news-others-item {
  margin-bottom: 10px;
}


.product-cat-des__title {
  font-size: 20px;
  font-family: "R-b";
  color: rgb(193, 22, 29);
  line-height: 1.333;
  margin: 0;
  margin-bottom: 15px;
}


.product-cat-des__content {
  font-size: 14px;
  color: rgb(65, 64, 66);
  line-height: 1.714;
}

.product-cat-des {
  margin-bottom: 46px;
}

.left-col {
  border-width: 1px;
  border-color: rgb(241, 242, 242);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
}

.group-filter__title {
  font-size: 16px;
  font-family: "R-b";
  color: rgb(193, 22, 29);
  background-image: url(../images/icon/toggle-ico.png);
  background-repeat: no-repeat;
  background-position: right center;
  display: block;
}


.group-filter {
  padding: 12px 20px 18px;
  border-bottom: 1px solid #f1f2f2;
}

.group-filter:last-child {
  border-bottom: 0;
}

.arrow-toggle {
  transition: all 0.15s ease-in-out;
  background-image: url(../images/icon/toggle-ico-2.png);
}

.filter-item {
  margin-top: 14px;
}

.filter-item a {
  font-size: 14px;
  color: rgb(65, 64, 66);
  display: flex;
  align-items: center;
}

.filter-block {
  border-radius: 2px;
  background-color: rgb(230, 231, 232);
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.filter-act>.filter-block {
  background-color: #c1161d;
}

.filter-list-nsx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.filter-item-nsx {
  width: 50%;
}

.product-detail-img {
  border: 1px solid #e6e7e8;
}

.product-name {
  color: #c1161d;
  font-family: 'R-b';
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 16px;
}


.product-info-row {
  font-size: 14px;
  color: rgb(65, 64, 66);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 14px;

}

.product-info-row span {
  padding-right: 10px;
}

.mausac-in-detail {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #e4e4e5;
  margin-left: 2px;
  margin-bottom: 2px;
}

.attr-value {
  font-family: 'R-black';
}

.product-km {
  font-size: 16px;
  font-family: "R-b";
  color: rgb(193, 22, 29);
  line-height: 1.375;
  padding: 20px 20px 22px;
  border-radius: 5px;
  background-color: rgb(241, 242, 242);
}

.product-detail__intro {
  font-size: 14px;
  color: rgb(65, 64, 66);
  line-height: 2.143;
}

.btn-hotline {
  display: inline-flex;
  padding: 8px 22px 10px;
  border-radius: 30px;
  background-color: #db9f0e;
  color: #fff;
  margin-right: 5px;
}

.btn-hotline img,
.btn-detail-res img {
  margin-right: 6px;
}

.btn-hotline span {
  display: block;
  font-family: 'R-b';
}

.btn-detail-res {
  padding: 8px 22px 10px;
  border-radius: 30px;
  background-color: #c1161d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  line-height: 2.6;
}

.product-content-wrap {
  padding: 30px 0 80px;
  background-color: #f1f2f2
}



.product-content__view {
  font-size: 14px;
  color: rgb(51, 49, 50);
  line-height: 1.375;
}

.right-col__title {
  font-size: 14px;
  margin: 0;
  padding: 10px 25px 12px;
  background-color: #c1161d;
  color: rgb(255, 255, 255);
  font-family: 'R-b';
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.right-col {
  border-radius: 5px;
  overflow: hidden;
}

.right-col__list {
  background-color: #fff;
  padding: 0 25px 12px;
}

.attr-name {
  float: left;
  width: 46%;
}

.right-col__item {
  padding: 12px 0 14px;
  font-size: 14px;
  color: #58595b;
  border-bottom: 1px dashed #e6e7e8;
}

.right-col__item:last-child {
  border-bottom: 0;
}

.right-col__item span {
  font-family: 'R-b';
  color: #414042;
  width: 50%;
}

.bg-product-others {
  display: flex;
  justify-content: center;
}

.product-others__title {
  text-align: center;
  color: rgb(193, 22, 29);
  font-size: 16px;
  font-family: 'R-b';
  padding: 12px 32px 14px;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.12);
  border-radius: 30px;
  margin: 0;
  margin-top: -24px;
  background-color: #fff;
}

.product_others-next {
  right: -60px;
}

.product_others-prev {
  left: -60px;
}





/* So sánh xe */


.top-info {
  width: 100%;
  height: 280px;
  background-color: #c1161d;
  color: #fff;
  margin-bottom: 30px;
  border: 1px solid #ebebec;
  box-sizing: border-box;
}

.compare-title {
  font-size: 24px;
  font-family: 'R-b';
  text-align: center;
  margin-top: 10px;
  margin-bottom: 6px;
}

.cd-features-list,
.cd-product-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: rgb(88, 89, 91);
  font-size: 14px;
}

.cd-features-list li {
  padding: 10px 10px 14px;
  background-color: #f1f2f2;

}

.cd-features-list li:nth-child(even) {
  background-color: #bcbec0;
}

.cd-products-columns {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cd-product-list li {
  padding: 10px 10px 13px;
  border-top: 1px solid #ebebec;
  font-family: 'R-b';
  padding-left: 20%;
}

.cd-features-list li,
.cd-product-list li {
  height: 42px;
  overflow-y: auto;
}

.cd-product-list li::-webkit-scrollbar {
  width: 3px;
  background-color: rgba(193, 22, 28, 0.178);
  border-radius: 2px;

}

.cd-product-list li::-webkit-scrollbar-thumb {
  background-color: #c1161d;
  border-radius: 2px;
}

.top-info-img {
  width: 100%;
  height: 280px;
  background-color: transparent;
  color: #fff;
  margin-bottom: 30px;
  border: 1px solid #ebebec;
  position: relative;
  box-sizing: border-box;
}


.top-info__name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: block;
  padding: 12px 0;
  border-top: 1px solid #ebebec;
  background-color: #f1f2f2;
  color: #c1161d;
  font-family: 'R-b';
  font-size: 16px;
}

.product-nohave .top-info-img {
  background-color: #848484;
  border: 0;
}

.product-nohave .top-info__name {
  color: #414042;
}

.btn-compare {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #414042;
  color: #b9b9b9;
  font-size: 30px;
  text-align: center;
  line-height: 70px;
  margin-bottom: 20px;
}

.btn-compare-mini {
  position: absolute;
  bottom: 44px;
  right: 0px;
  font-size: 13px;
  font-family: 'R-b';
  /* width: 59px; */
  color: #c1161d;
  background: rgba(255, 255, 255, 0.8);
  padding: 5px;
}

.txt-contact {
  width: 100%;
  height: 35px;
  border: solid 1px #ccc;
  background: #fff;
  border-radius: 3px;
  color: #333;
  padding-left: 2px;
  margin-bottom: 10px;
}


.contact-title {
  font-size: 30px;
  font-family: "R-b";
  color: rgb(193, 22, 29);
  text-transform: uppercase;
  margin-top: 12px;
  margin-bottom: 12px;
}


.tab-product .menutab-item {

  padding: 14px 50px 16px;
  color: #494949;
  font-family: 'R-b';
  background-color: #fff;
  margin: 0 3px;
  border-radius: unset;
  border-bottom:  1px solid rgb(206, 206, 206);
}

.tab-product .menutab-item a {
  color: #494949;
  text-transform: uppercase;

}


.tab-product .menutab-item:hover {
  border-bottom: 0;
}

.tab-product .menutab-item:hover a {
  color: #c1161d;
}


.tab-product .menutab-item:first-child {
  color: #414042;
  background-color: #fff;
  border-bottom:  2px solid #c1161d;
}

.tab-product .menutab-item:first-child a {
  color: #414042;
}

.hotline-icon-top {
  width: 31px;
  float: right;
  height: 31px;
  text-align: center;
  line-height: 31px;
  background-color: #d40e25;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
}

.news-name {
  margin: 0;
}

.news-name a {
  color: #414042;
}

.news-name a:hover {
  color: #d40e25;
}

#reset-filter {
  font-size: 14px;
  line-height: 20px;
}

.d-flex {
  display: flex;
  align-items: center;
}

.productdetail-km {
 position: relative;
 border-top: 2px solid #e42c2e;
 border-bottom: 2px solid #e42c2e;
}

.product-tag-wrap {
  position: absolute;
  top: 10px;
  left: -14px;
  color: #fff;
  font-size: 14px;
  padding: 1px 10px;
  font-family: 'R-black';
  text-transform: uppercase;
  background-color: #990000;
  background-image: linear-gradient(50deg, #990000 0%, #e42c2e 74%);
  font-style: italic;
}


.product-tag-wrap::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  border-top: 5px solid #990000;
  border-left: 15px solid transparent;
  filter: brightness(60%);
}

.product-tag-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: -5px;
  border-top: 18px solid #e42c2e;
  border-right: 5px solid transparent;
}

.product-percent-tag {
  position: absolute;
  left: 10px;
  font-family: 'BalooChettan', cursive;
  color: #e7001a;
  top: 26px;
  /* font-style: italic; */
  font-size: 42px;
}


.productdetail-km {
  background-color: #f1f2f2;
  padding: 10px 30px 10px 120px;
}

.productdetail-km .producthome-km-ico{
  width: 60px;
  height: 60px;
}

.border-pc {
  border: 1px solid #e2e3e4;
}

.daily-info-pc {
  padding: 15px 15px 20px;
  height: auto;
  border: none;
}

.daily-item:nth-child(even) .border-pc {
  background-color: #f1f2f2;
}

.producthome-km .product-percent-tag {

  left: 8px;
  top: 29px;
  font-size: 22px;
}

.producthome-item__img {
  min-height: 249px;
}

.line-through-home {
  height: 1px;
  width: 100%;
  background-color: rgb(206, 206, 206);
  margin-top: -1px;
}


#slide_home .swiper-slide {
  transition:  all 10s ease-in-out !important;
}

#slide_home .swiper-slide.swiper-slide-active {
  transform: scale(1.4);
}

.image-effect {
  position: relative;
}

.image-effect:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(67,69,113,0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}


.image-effect:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(67,69,113,0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.image-effect:hover:before {
  right: 50%;
  left: 50%;
  width: 0;
  background: rgba(255,255,255,0.3);
}

.image-effect:hover:after {
  height: 0;
  top: 50%;
  bottom: 50%;
  background: rgba(255,255,255,0.3);
}












.hotline-ring-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
}

.hotline-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 120px;
  height: 120px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}

.hotline-ring-circle {
  width: 112px;
  height: 112px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #c1161d;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}

.hotline-ring-circle-fill {
  width: 82px;
  height: 82px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: rgba(193, 22, 29, 0.7);
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.hotline-ring-img-circle {
  background-color: #c1161d;
  width: 57px;
  height: 57px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hotline-ring-img-circle .pps-btn-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hotline-ring-img-circle .pps-btn-img img {
  width: 20px;
  height: 20px;
}

.hotline-bar {
  position: absolute;
  background-color: rgba(193, 22, 29, 0.7);
  height: 40px;
  width: 180px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  /* width: 175px !important; */
  left: 50px;
  bottom: 37px;
}

.hotline-bar>a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 50px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
}

.hotline-bar>a:hover,
.hotline-bar>a:active {
  color: #fff;
}

.phone-icon-ft {
  color: #fff;
  font-size: 20px;
}


@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }

  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }

  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
.hvr-blur {
  position: relative;
  display: block;
}

.hvr-blur:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .2s ease;
    transform: translateZ(0);
    opacity: 0;
}

.hvr-blur:hover:before  {
    opacity: 1;
}


.btn-dangky-cus {
  display: block;
    text-align: center;
    padding: 17px 28px 15px;
    font-size: 13px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: .3px;
    color: #fff!important;
    border-radius: 3px;
    background-color: #d00;
    text-decoration: none!important;
    outline: none!important;
    visibility: visible;
    border: none;
    white-space: normal;
    transition: opacity .2s ease-in!important;
    transform: translateZ(0);
    opacity: 1;
    -webkit-appearance: none;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: .4s;
  transition-timing-function: ease;
}

.product-content__title {
  font-size: 16px;

  font-family: 'R-b';
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: normal;
  color: #fff;
  background: #c1161d;
  padding: 8px 25px 8px;
  margin-bottom: 20px;
  position: relative;
  margin-bottom: 12px;
  width: 100%;
  display: block;
}

.product-content__title {
  position: relative;
}

.product-content__title:before {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  float: right;
  transition: all 0.5s;
  font-weight: 600;
}
.product-content__title.collapsed:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.bg-fff {
  background-color: #fff !important;
  
}


#collapse1,
#collapse2,
#collapse3 {
  padding: 20px;
  margin-bottom: 20px;
}


.producthome-link:hover {
  color: #c1161d;
}


.newshome-item__name:hover {
  color: #c1161d;
}


.width-card-100 {
  width: 100% !important;
}






/* Giờ vàng giá sốc */

.bonus-wrapper {
  padding: 16px 20px 14px;
  background-color: rgb(193, 22, 29);
  border-radius: 4px;
}


.bg-f1f2f2 {
  background-color: #f1f2f2;
  padding: 30px 0 38px;

}


.bonus-title i {
  color: #f4b900;
}

.bonus-title {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.bonus-title img {
  width: 16px;
  margin-right: 10px;
}

.bonus-title span {
  font-family: 'R-b';
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
}


.bonus-option {
  padding: 8px 12px 12px;
  border-radius: 5px;
  background-color: #9a0309;
  font-size: 14px;
  font-family: "R-r";
  color: rgb(255, 255, 255);

  outline: none;
  border: 0;
  cursor: pointer;
  float: right;
  min-width: 165px;
}


.bonus-card {
  background-color: #fff;
  padding: 14px 8px 18px 12px;
  margin-bottom: 20px;
}
.bonus-card .producthome-item__img {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 230px;
  font-size: 14px;
}
.bonus-tragop {
  color: #fff;
  padding: 7px 14px 8px;
  background-color: #db9f0e;
  display: inline-block;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.bonus-shock {
  color: #fff;
  padding: 7px 14px 8px 27px;
  background-color: #e7001a;
  display: inline-block;
  border-radius: 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}


.bonus-shock::after {
  position: absolute;
  content: "";
  background: url(/images/hotsale.png);
  width: 32px;
  height: 42px;
  background-repeat: no-repeat;
  background-size: contain;
  top: -6px;
  left: -10px;
}

.producthome-km-ico {
  margin-left: 6px;
}

.product-tag-wrap {
  left: -6px;
  padding: 2px 10px;
}


.product-tag-wrap::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  border-top: 7px solid #990000;
  border-left: 7px solid transparent;
  filter: brightness(60%);
}

.product-tag-wrap::after {
  border-top: 21px solid #e42c2e;
}

.producthome-km {
  padding-left: 78px;
}


.bonus-card .producthome-price span {
  font-size: 14px;
} 

.bonus-price {
  margin-top: 10px;
}

.bonus-price__old {
  font-size: 14px;
  font-family: "R-r";
  color: rgb(65, 64, 66);
  text-decoration: line-through;
}

.bonus-price__km {
  color: #e7001a;
  font-family: 'R-b';
  font-size: 18px;
  margin-top: 8px;
}


.bonus-down {
  font-size: 14px;
  font-family: "R-b";
  color: rgb(255, 140, 4);
  float:right;
}


#date {
  display: flex;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin: 0;
  color: #fff;
  font-family: "R-black";
}

#date .date_item {
  text-align: center;
  padding: 6px;
  background-color: #fff;
  border-radius: 4px;
  font-size: 15px;
  font-family: "R-black";
  color: rgb(231, 0, 26);
}

#date .seperator {
  color: #fff;
  margin: 0 4px;
  font-family: "R-black";
}
#date .date_text {
  padding: 4px;
  background-color: #9a0309;
  color: #fff;
  font-family: "R-b";
}

.date_text div {
  font-size: 12px;
}


.not_have {
  color: #fff;
  font-family: 'R-b';
  text-align: center;
  display: block;
}

.product-title__2 {
  font-size: 16px;
  font-family: 'R-b';
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: normal;
  color: #fff;
  background: #c1161d;
  padding: 8px 25px 8px;
  margin-bottom: 20px;
  position: relative;
  margin-bottom: 12px;
  width: 100%;
  display: block;
}



.big-checkbox {
  zoom: 1.2;
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  
    margin: 0px;
    padding: 0px;
    margin-right: 5px;  
  
}

.thoigiankm{
	
	float:left; margin-left:10px;   color:#FFF;  font-size: 16px; font-weight: bold; 
}

.bonushome-next, .bonushome-prev {
	position: absolute;
    cursor:pointer;
    z-index: 999;
    top: 50%;
    width: 30px;
    height: 50px;
    background: rgba(0,0,0,0.5);
	padding: 7px;
    padding-top: 14px;	
    transform: translateY(-75%);
}

.bonushome-next{
	left: 0px;
	border-radius: 0px 6px 6px 0px;
}

.bonushome-prev {
	right: 0px;
	border-radius: 6px 0px 0px 6px;
}


.thanhtoan-rows{
	padding-left:10px;
	border-bottom:solid 1px #CCC;
	width: 100%;
    max-width: 500px;	
}













