/* Phần css reset */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #efefef;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  font-weight: 400;
}
header,
section,
footer,
aside,
nav,
main,
article,
figure,
figcaption,
mark,
summary,
time,
details {
  display: block;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
b {
  margin: 0;
  line-height: normal;
  font-weight: 700;
}
input,
button,
textarea,
select {
  font-size: 15px;
  color: #333;
  background: transparent;
  border: none;
  padding: 0;
  font-family: "Roboto", sans-serif;
}
button {
  background: transparent;
  border: none;
}
img {
  max-width: 100%;
  display: inherit;
}
a {
  /*display: inherit; */
  text-decoration: none;
  color: #333;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cf,
.cf:after,
.cf:before {
  content: "";
  display: table;
  width: 100%;
}
.fl-left {
  float: left;
}
.fl-right {
  float: right;
}
.fix-clear {
  clear: both;
}
.container {
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.colx2 {
  float: left;
  width: 50%;
}
.colx3 {
  float: left;
  width: 33.333%;
}
.colx4 {
  float: left;
  width: 25%;
}
.colx5 {
  float: left;
  width: 20%;
}

/* Icon font inline */
 {
  display: none;
  font-family: "Font Awesome 5 Solid";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Transition */
a,
.nav-cate ul ul,
.list-prd ul li,
.ct-nav-cate,
.list-name-cpn ul li .fa-chevron-right,
.btn-send,
.list-do-login,
.nav-cate-body ul li span,
.inner-meta-data,
.sdb-user ul li:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.logo-cpn a img {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

/* Rotate 360 */
.info-cpn:hover .logo-cpn a img,
.page-cpn:hover .logo-cpn a img {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

/* Bắt đầu phần main web */
.header {
}
.min-head {
  background: #8cc0e7;
  text-align: right;
  height: 130px;
}
.min-menu {
}
.min-head ul li {
  display: inline-block;
  margin-left: 5px;
  color: #fff;
}
.min-head ul li a {
  color: #fff;
  line-height: 32px;
  font-size: 12px;
}
.min-head ul li a:hover {
  text-decoration: underline;
}
.top-header {
  background: #fff;
  padding: 20px 0;
}
.top-left-header {
}
h1.logo {
  float: left;
  margin-right: 20px;
}
.search {
  display: inline-block;
  margin-top: 10px;
}
.search h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}
.row-search {
  position: relative;
  margin-top: 10px;
}
.text-search {
  background: #fff;
  line-height: 32px;
  padding: 0 10px 0 10px;
  border-radius: 6px;
  width: 100%;
}
.btn-search {
  position: absolute;
  right: 15px;
  top: 8px;
  color: #999;
  font-size: 18px;
}
.top-right-header {
  margin-top: 40px;
}
.hot-line {
  float: left;
  color: #d64740;
  margin: 0 30px 0 0;
  text-transform: capitalize;
  text-align: left;
  position: relative;
  padding-left: 35px;
}
.hot-line .fa-phone-volume {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 35px;
}
.hot-line span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #7899e0;
}
.log-sig {
  float: left;
  color: #d64740;
  text-transform: capitalize;
  text-align: left;
  position: relative;
  padding-left: 45px;
}
.log-sig .fa-user-circle {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 35px;
}
.log-sig span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #7899e0;
}
.cart {
  float: right;
  position: relative;
  top: 10px;
  color: #fff;
  /*margin-left: 35px;*/
  padding: 8px 10px 5px;
  border-radius: 3px;
  background: #ef8168;
}
.cart .fa-shopping-cart {
  font-size: 16px;
  margin-right: 10px;
}
.cart span {
  color: #333;
  font-weight: 700;
  position: absolute;
  right: -10px;
  top: -10px;
  background: #ffec09;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
}
.bot-header {
  background: #8cc0e7;
  height: 42px;
}
.option-menu {
  padding-left: 310px;
  width: 100%;
  height: 42px;
  position: relative;
}
.option-menu ul li {
  display: inline-block;
  margin-right: 30px;
  color: #fff;
  margin-top: 7px;
  text-transform: capitalize;
}
.option-menu ul li .ico-menu {
  display: inline-block;
  text-align: center;
  line-height: 28px;
  margin-right: 10px;
  width: 28px;
  height: 28px;
  border: solid 1px #fff;
  color: #fff;
  border-radius: 100%;
}
.language {
  position: absolute;
  right: 0;
  top: 9px;
  padding-left: 5px;
  z-index: 20;
}
.language a {
  float: left;
  margin-left: 5px;
  border: solid 1px #fff;
}
#wrapper {
}
.top-wrp {
}
.row-wrp {
  margin-bottom: 20px;
  position: relative;
}
.nav {
  position: relative;
  margin-top: 10px;
  left: 0;
  top: 0;
  width: 100%;
  height: 42px;
  background: #ef8168;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  padding: 0 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 44px;
}
.ico-nav {
  margin: 13px 15px 0 0;
  float: left;
  width: 20px;
}
.ico-nav span {
  float: left;
  margin: 2px 0;
  background: #fff;
  height: 2px;
  width: 100%;
}
.nav-cate {
  width: 25%;
  position: relative;
}
.ct-nav-cate {
  background: #fff;
  padding: 10px 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 20;
}
.ct-nav-cate ul li {
  margin: 5px 0;
  padding: 5px 15px;
  border-bottom: solid 1px #f0f0f0;
}
.ct-nav-cate ul li:last-child,
.nav-cate ul ul li {
  border-bottom: none;
}
.ct-nav-cate ul li a {
  display: inline-block;
  /*text-transform: capitalize*/
}
.ct-nav-cate ul li:hover a {
  padding-left: 5px;
}
.fa-cogs,
.fa-microchip,
.fa-donate,
.fa-couch,
.fa-cut,
.fa-coffee,
.fa-pallet,
.fa-leaf,
.fa-book,
.fa-arrow-up {
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 10px;
  color: #c0c0c0;
  font-size: 18px;
}
.ct-nav-cate .fa-chevron-right {
  float: right;
  color: #c0c0c0;
  font-size: 10px;
  position: relative;
  top: 7px;
}
.ct-nav-cate ul li:hover ul {
  visibility: visible;
  opacity: 1;
  left: 100%;
}
.ct-nav-cate ul ul {
  z-index: 20;
  position: absolute;
  left: 105%;
  top: 0;
  padding: 0 5px;
  width: 500px;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
}
.ct-nav-cate ul ul li {
  float: left;
  width: 33.333%;
  padding: 15px 10px;
  margin: 0;
}
.ct-nav-cate ul ul li ul {
  float: left;
  width: 100%;
  position: inherit;
  box-shadow: none;
  padding: 0;
}
.ct-nav-cate ul ul li ul li {
  display: inline-block;
  width: 100%;
  border-bottom: solid 1px #f0f0f0;
  padding: 5px 0;
  margin: 0;
}
.ct-nav-cate ul ul li ul li:first-child a {
  font-weight: 700;
}
.ct-nav-cate ul li:hover ul li ul li a {
  padding-left: 0;
}
.featured {
  width: 75%;
  padding: 10px 0 0 10px;
}
.slider {
  width: 100%;
  padding-right: 10px;
}
.slider ul li {
  max-height: 424px;
  overflow: hidden;
}
.slider ul li img {
  height: 100%;
}
.featured-news {
  width: 35%;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  padding: 12px 15px;
}
.featured-news h2 a {
  text-transform: uppercase;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: solid 1px #f0f0f0;
  font-family: "Oswald", sans-serif;
}
.featured-news ul {
  max-height: 285px;
  overflow-y: scroll;
  padding: 12px 0;
}
.featured-news ul li {
  display: inline-block;
  width: 100%;
  margin: 8px 0;
}
.thumb-post {
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.img-news {
  width: 100px;
  height: 75px;
  margin-right: 10px;
}
.banner-row {
}
.list-prd {
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
}
.list-prd ul li:hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.list-prd ul li {
  float: left;
  width: 33%;
  padding: 20px;
}
.title-list-prd {
  display: inline-block;
  width: 100%;
  padding: 5px 0 10px;
  margin-bottom: 20px;
  border-bottom: solid 1px #f0f0f0;
}
.title-list-prd h2 {
  float: left;
}
.title-list-prd .ico-km {
  display: inline-block;
  margin-right: 10px;
  background: #d82118;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  text-align: center;
}
.title-list-prd .ico-km .fa-hotjar {
  font-size: 24px;
  color: #ffec09;
  position: relative;
  top: 8px;
}
.title-list-prd a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  color: #d82118;
  font-family: "Oswald", sans-serif;
  position: relative;
  top: 3px;
}
.img-item {
  display: inline-block;
  width: 100%;
  min-height: 160px;
  text-align: center;
  position: relative;
}
.img-item img {
  max-height: 250px;
}
.sticker-sale {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/sticker.png) no-repeat;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #ffec09;
  font-weight: 700;
}
.row-item {
  margin-bottom: 5px;
}
.row-item:last-child {
  margin-bottom: 0;
}
.data-item {
  min-height: 122px;
}
.tt-item {
  font-family: "Oswald", sans-serif;
  text-transform: capitalize;
  color: #58a934;
}
.cate-item {
  display: block;
  text-transform: capitalize;
}
.price-item {
  color: #d82118;
  font-weight: 700;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  margin-bottom: 10px;
  position: relative;
}
.tg {
  position: absolute;
  right: 0;
  bottom: 3px;
  background: #ffec09;
  color: #333 !important;
  text-decoration: none !important;
  padding: 0 10px;
  line-height: 22px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 10px !important;
  padding-top: 2px;
}
.price-item span {
  display: block;
  font-size: 12px;
  text-decoration: line-through;
  color: #c0c0c0;
}
.km-item {
  font-size: 12px;
}
.km-item:before {
  content: "";
  background: url(../images/gif.png) no-repeat;
  width: 12px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.fix-list-prd {
  padding-top: 0;
}
.fix-tt {
  padding: 0;
}
.fix-tt h2 {
  line-height: 35px;
  padding: 0 20px;
  position: relative;
  left: -15px;
}
.fix-tt h2:after {
  content: "";
  position: absolute;
  right: -10px;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}
.fix-tt h2 .fa-cogs,
.fix-tt h2 .fa-microchip,
.fix-tt h2 .fa-donate,
.fix-tt h2 .fa-couch,
.fix-tt h2 .fa-cut,
.fix-tt h2 .fa-coffee,
.fix-tt h2 .fa-pallet,
.fix-tt h2 .fa-leaf,
.fix-tt h2 .fa-book {
  color: #fff;
  position: relative;
  top: 2px;
}
.fix-tt h2 a {
  color: #fff;
}
.fix-tt-1 h2 {
  background: #58a934;
  line-height: 36px;
  height: 38px;
  padding: 0 20px;
}
.fix-tt-1 h2:after {
  border-left: 18px solid #58a934;
}
.list-links {
  float: right;
}
.list-links span {
  display: inline-block;
  margin-left: 10px;
}
.list-links span a {
  line-height: 34px;
  text-transform: capitalize;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.logo-lk h2 {
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
}
.logo-lk h2 a {
  color: #333;
}
.logo-lk .fa-address-card,
.logo-lk .fa-cogs,
.logo-lk .fa-microchip,
.logo-lk .fa-donate,
.logo-lk .fa-couch,
.logo-lk .fa-cut,
.logo-lk .fa-coffee,
.logo-lk .fa-pallet,
.logo-lk .fa-leaf,
.logo-lk .fa-book {
  font-size: 26px;
  float: left;
  margin-right: 10px;
  color: #333;
}
.list-logo {
  display: inline-block;
  width: 100%;
}
.list-logo ul {
  margin: -20px;
}
.list-logo ul li {
  text-align: center;
}
.list-logo ul li:hover {
  box-shadow: none;
}
.list-logo ul li .logo-item {
  display: flex;
  height: 150px;
  align-items: center;
  justify-content: center;
  border: solid 1px #f0f0f0;
  position: relative;
}
.list-logo ul li .logo-item span {
  position: absolute;
  right: -1px;
  top: -1px;
  background: #ffec09;
  color: #fff;
  text-transform: uppercase;
  padding: 0 5px;
  width: 40px;
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.list-logo ul li .logo-item span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 28px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 10px solid #ffec09;
}
.list-logo ul li .logo-item img {
  max-width: 120px;
}
.list-logo ul li p {
  margin: 10px 0 0;
  font-weight: 700;
  text-transform: capitalize;
}
.list-logo ul li p span {
  display: block;
  margin-top: 5px;
  font-weight: 300;
  font-size: 12px;
  color: #999;
}
.list-logo ul li p span .fa-map-marker-alt {
  margin-right: 5px;
  color: #999;
}
.bot-wrp {
  background: #e5a939;
  padding: 30px 0 25px;
}
.news-letter {
}
.news-letter .colx2 {
  padding: 0 10px;
}
.news-letter p:before {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  display: inline-block;
  background: url(../images/newsletter.png) no-repeat;
  width: 50px;
  height: 40px;
  margin-right: 20px;
}
.news-letter p {
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  color: #ffec09;
  position: relative;
  padding-left: 65px;
}
.news-letter p span {
  font-weight: 400;
  display: block;
  text-transform: capitalize;
  font-size: 12px;
  color: #fff;
}
.form-newletter {
  display: inline-block;
  width: 100%;
  padding-right: 88px;
  position: relative;
}
.input-letter {
  width: 100%;
  line-height: 35px;
  padding: 0 20px;
  background: #fff;
  font-size: 14px;
}
.btn-dk-email {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 35px;
  background: #58a934;
  padding: 0 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
#footer {
  background: #fff;
}
.top-ft {
  padding: 30px 0 20px;
}
.top-ft .colx4 {
  padding: 0 10px;
}
h3.tt-ft {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
  color: #415da5;
}
.top-ft ul li {
  display: inline-block;
  width: 100%;
  margin: 3px 0;
}
.top-ft ul li a {
  font-size: 12px;
  text-transform: capitalize;
}
.top-ft ul li a:hover {
  padding-left: 5px;
}
.social ul li a {
  line-height: 32px;
}
.ico-social {
  float: left;
  margin-right: 10px;
  font-size: 14px;
  line-height: 30px;
  width: 28px !important;
  height: 28px;
  border-radius: 100%;
  text-align: center;
  color: #fff;
}
.ico-fb {
  background: #3a559f;
}
.ico-tw {
  background: #2daae1;
}
.ico-g {
  background: #f4521f;
}
.ico-p {
  background: #d73633;
}
.pttt {
  margin-top: 0px;
}
.pttt .grp-pttt {
  display: inline-block;
  width: 100%;
  margin: -5px;
}
.pttt span {
  float: left;
  width: 33.333%;
  padding: 5px;
}
.pttt span a {
  display: flex;
  align-items: center;
  border: solid 1px #f0f0f0;
  background: #f9f9f9;
  text-align: center;
  padding: 5px;
  justify-content: center;
}
.pttt span img {
  max-height: 22px;
  display: inline-block;
}
.bot-ft {
  padding: 20px 0;
  border-top: solid 1px #f0f0f0;
  font-size: 12px;
}
.logo-ft {
  float: left;
  margin-right: 20px;
}
.info-ft {
  margin-top: 15px;
}
.info-ft h4 {
  font-weight: 700;
  margin: 0;
  font-size: 14px;
}

/* Bắt đàu trang chi tiết sản phẩm */
.fix-nav-cate {
  position: absolute;
}
.fix-nav-cate .ct-nav-cate {
  position: absolute;
  left: 0;
  width: 100%;
  top: 52px;
  visibility: hidden;
  opacity: 0;
}
.fix-nav-cate:hover .ct-nav-cate {
  top: 42px;
  visibility: visible;
  opacity: 1;
}
.main {
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
}
.top-main {
  padding: 15px;
  border-bottom: solid 3px #f0f0f0;
}
.breakcrumb {
  margin-bottom: 15px;
}
.breakcrumb ul li {
  display: inline-block;
  margin-right: 5px;
}
.breakcrumb ul li a {
  font-size: 12px;
}
.breakcrumb ul li a:hover {
  text-decoration: underline;
  color: #415da5;
}
.tt-prd {
  position: relative;
  padding-right: 130px;
}
.tt-prd h1 {
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  line-height: 34px;
  text-transform: uppercase;
}
.social-share {
  position: absolute;
  right: 0;
  top: 0;
}
.mid-main {
  padding: 15px;
}
.separator {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.separator span {
  display: block;
  text-align: center;
  color: #415da5;
  margin-top: 10px;
}
.ct-main {
  width: 75%;
  padding-right: 15px;
}
.top-main-prd {
  padding-bottom: 30px;
  border-bottom: solid 1px #f0f0f0;
}
.box-img-prd {
  width: 55%;
  padding-right: 20px;
}
.top-grp-img-prd {
  margin-bottom: 10px;
}
.big-img-prd {
  display: inline-block;
  width: 100%;
  border: solid 1px #f0f0f0;
  padding: 15px;
  text-align: center;
}
.big-img-prd img {
  max-height: 300px;
  display: inline-block;
}
.mini-list-img-prd {
  position: relative;
  padding: 0 25px;
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}
.mini-list-img-prd ul {
  margin: -5px;
}
.mini-list-img-prd ul li {
  float: left;
  width: 25%;
  padding: 5px;
}
.mini-list-img-prd ul li a {
  display: inline-block;
  width: 100%;
  text-align: center;
  border: solid 1px #f0f0f0;
  padding: 5px;
}
.mini-list-img-prd ul li a img {
  max-height: 60px;
  display: inline-block;
}
.control-mini-img {
}
.ico-slider {
  position: absolute;
  top: 35%;
}
.ico-slider .fa-chevron-left,
.ico-slider .fa-chevron-right {
  color: #c0c0c0;
  font-size: 22px;
}
.ico-prev {
  left: 0;
}
.ico-next {
  right: 0;
}
.text-sample-prd {
  background: #f9f9f9;
  border: solid 1px #f0f0f0;
  padding: 10px 15px;
  line-height: 22px;
}
.text-sample-prd a {
  display: block;
  font-size: 12px;
  color: #415da5;
  margin-top: 10px;
}
.text-sample-prd a .fa-caret-down {
  margin-left: 5px;
  font-size: 16px;
  position: relative;
  top: 2px;
}
.box-info-prd {
  width: 45%;
}
.grp-price-prd {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #f0f0f0;
}
.grp-price-prd ul li {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  font-size: 14px;
}
.grp-price-prd ul li:last-child {
  margin-bottom: 0;
}
.text-price-prd {
  font-family: "Oswald", sans-serif;
  display: block;
}
.price-old {
  color: #c0c0c0;
  text-decoration: line-through;
  font-size: 16px;
}
.price-new {
  color: #d82118;
  font-weight: 700;
  font-size: 30px;
  line-height: 32px;
}
.save-price {
  display: inline;
  color: #d92118;
}
.text-save-price {
  background: #ffec0a;
  padding: 2px 15px 1px;
  display: inline-block;
  border-radius: 3px;
}
.control-prd {
  margin-bottom: 15px;
}
.control-prd ul li {
  display: inline-block;
  margin-right: 5px;
}
.control-prd ul li span {
  color: #415da5;
  font-weight: 700;
}
.box-km-prd {
  margin-bottom: 15px;
  border: solid 1px #f0f0f0;
  border-radius: 3px;
}
.box-km-prd h2 {
  color: #d82118;
  background: #f9f9f9;
  line-height: 28px;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  padding: 2px 10px 0;
  border-bottom: solid 1px #f0f0f0;
}
.box-km-prd h2 .fa-gift {
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.box-ct-km {
  padding: 10px 15px;
  line-height: 22px;
}
.grp-btn-buy {
}
.grp-btn-buy span {
  float: left;
  width: 100%;
  padding: 5px 0;
}
.btn-buy {
  background: #d82118;
  font-size: 18px;
  border-radius: 3px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 4px 15px 0;
}
.btn-buy:hover {
  line-height: 50px;
}
.btn-contact-supplier {
  background: #fff;
  border: solid 1px #d82118;
  color: #d82118;
}
.hotline-buy {
  font-size: 14px;
  line-height: 22px;
  margin-top: 10px;
}
.hotline-buy em {
  display: block;
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  color: #58a934;
}
.hotline-buy em i {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.hotline-buy .fa-phone-square {
  float: left;
  margin-right: 10px;
  font-size: 42px;
  color: #58a934;
}
.mid-main-prd {
  padding: 30px 15px;
}
.fix-title-list-prd {
  padding-bottom: 15px;
}
.fix-title-list-prd h2 a {
  color: #333;
  padding-left: 10px;
  border-left: solid 5px #d82118;
}
.sidebar-main {
  width: 25%;
}
.row-sidebar {
  margin-bottom: 20px;
}
.row-ct-sidebar {
  border: solid 1px #f0f0f0;
  padding: 0 15px;
}
h2.tt-sidebar {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding: 15px 0 10px;
  border-bottom: solid 1px #f0f0f0;
  position: relative;
  font-family: "Oswald", sans-serif;
}
h2.tt-sidebar:after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 35px;
  height: 3px;
  background: #415da5;
}
.info-cpn {
}
.logo-cpn {
  text-align: center;
  display: inherit;
}
.logo-cpn a {
  display: inline-flex;
  background: #f9f9f9;
  width: 180px;
  height: 180px;
  padding: 20px;
  border-radius: 100%;
  border: solid 1px #f0f0f0;
  text-align: center;
  align-items: center;
}
.logo-cpn a img {
  max-height: 140px;
}
.ct-info-cpn {
  padding: 15px 5px 10px;
}
.ct-info-cpn ul li {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}
.ct-info-cpn ul li h2 {
  color: #415da5;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 5px;
}
.ct-info-cpn ul li span {
  font-weight: 700;
}

/* Bắt đầu trang thanh toán */
.buy-more {
  line-height: 30px;
  padding: 2px 15px 1px;
  border: solid 1px #f0f0f0;
  border-radius: 24px;
  text-align: center;
}
.buy-more .fa-caret-left {
  margin-right: 5px;
  font-size: 22px;
  position: relative;
  top: 3px;
}
.tt-my-cart {
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 4px;
  color: #d92118;
}
.tt-my-cart .fa-shopping-cart {
  margin-right: 5px;
}
.ct-cart {
  margin: 0 -10px;
}
.ct-cart .colx2 {
  padding: 0 15px;
}
h2.tt-ct-cart {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 20px;
  color: #415da5;
}
h2.tt-ct-cart span {
  background: #415da5;
  width: 35px;
  height: 35px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
h2.tt-ct-cart .fa-clipboard-list,
h2.tt-ct-cart .fa-address-card {
  font-size: 20px;
}
.list-cart {
  border: solid 1px #f0f0f0;
}
.list-cart ul li {
  float: left;
  width: 100%;
  padding: 15px 0;
  border-bottom: solid 1px #f0f0f0;
}
.list-cart ul li:last-child {
  border-bottom: none;
  background: #f9f9f9;
}
.col-cart {
  float: left;
  padding: 0 10px;
}
.col-cart1 {
  width: 25%;
}
.col-cart2 {
  width: 50%;
}
.col-cart3 {
  width: 25%;
}
.col-cart p {
  margin: 0 0 10px;
  color: #999;
  font-size: 12px;
  line-height: 18px;
}
.col-cart h4 {
  margin-bottom: 10px;
}
.col-cart h4 a:hover {
  color: #415da5;
}
.img-prd-cart {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.img-prd-cart img {
  /*max-height: 60px*/
}
.del-prd {
  display: block;
  text-align: center;
  color: #c0c0c0;
  margin-top: 10px;
}
.del-prd:hover {
  color: #d92118;
}
.del-prd .fa-times-circle {
  margin-right: 5px;
}
.price-cart {
  color: #d92118;
  text-align: right;
  display: block;
  font-weight: 700;
}
.choose-num {
  display: inline-block;
  width: 100%;
}
.choose-num span {
  display: inline-block;
  width: 38px;
  height: 28px;
  text-align: center;
  border: solid 1px #f0f0f0;
  line-height: 28px;
}
.choose-num span:first-child,
.choose-num span:last-child {
  background: #f9f9f9;
}
.choose-num span .fa-minus,
.choose-num span .fa-plus {
  font-size: 14px;
  color: #c0c0c0;
}
.choose-num span:hover .fa-minus,
.choose-num span:hover .fa-plus {
  color: #415da5;
}
.code-sale {
  color: #415da5;
}
.code-sale:hover .form-code-sale {
  display: block;
}
.form-code-sale {
  padding-right: 75px;
  position: relative;
  margin-top: 10px;
  display: none;
}
.text-code {
  border: solid 1px #f0f0f0;
  line-height: 28px;
  padding: 0 10px;
  width: 100%;
  background: #fff;
  font-size: 14px;
}
.text-sbm {
  line-height: 28px;
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: 0;
  background: #415da5;
  color: #fff;
  font-size: 12px;
}
.fix-list-cart {
  padding: 10px 0;
  background: #f9f9f9;
}
.fix-price-cart {
  font-size: 18px;
  font-family: "Oswald", sans-serif;
}
.fix-list-cart ul li {
  padding: 8px 15px;
  border-bottom: none;
}
.fix-list-cart ul li:last-child {
  background: transparent;
}
.radio-check span {
  margin-right: 5px;
}
.radio-check span input {
  position: relative;
  top: 2px;
}
.text-user {
  line-height: 32px;
  border: solid 1px #f0f0f0;
  padding: 0 10px;
  background: #fff;
  width: 100%;
  font-size: 14px;
}
.fix-list-cart ul li textarea {
  border: solid 1px #f0f0f0;
  width: 100%;
  padding: 10px;
  min-height: 90px;
  background: #fff;
  font-size: 14px;
}
.text-spl {
  border-left: solid 5px #415da5;
  font-weight: 700;
  padding-left: 10px;
}
.location-prd span {
  float: left;
  width: 32%;
}
/*.location-prd span:nth-child(1) {margin-right: 4%}*/
.location-prd span select {
  border: solid 1px #f0f0f0;
  background: #fff;
  padding: 0 10px;
  height: 34px;
  width: 100%;
  font-size: 14px;
}
.btn-tt {
  float: right;
  margin-top: 20px;
  background: #d92118;
  color: #fff;
  padding: 4px 20px 0;
  text-transform: uppercase;
  line-height: 42px;
  border-radius: 3px;
  font-weight: 700;
}
.btn-tt .fa-angle-right {
  margin-left: 10px;
}
.btn-tt > .fa-donate {
  margin-right: 10px;
  color: #ffec0a;
}

/* Bắt đầu trang list news */
.fix-ct-news {
  width: 70%;
  padding-right: 30px;
}
.list-news ul li {
  display: inline-block;
  width: 100%;
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #f0f0f0;
}
.thumb-post {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.thumb-news {
  float: left;
  width: 250px;
  height: 160px;
  margin-right: 20px;
}
.control-news a {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
.time-post {
  font-size: 12px;
  margin-top: 5px;
  display: block;
  color: #999;
}
.time-post .fa-calendar-alt {
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.control-news p {
  margin: 15px 0 0;
  line-height: 22px;
}
.pagination ul li {
  display: inline-block;
  margin: 0 2px;
}
.pagination ul li a {
  line-height: 32px;
  border: solid 1px #f0f0f0;
  padding: 0 10px;
}
.pagination ul li a:hover,
.act-pagi {
  background: #415da5;
  color: #fff;
  font-weight: 700;
  border: solid 1px #415da5;
}
.fix-sidebar-news {
  width: 30%;
}
.fix-list-news ul li {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.fix-list-news ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.fix-list-news .thumb-news {
  width: 120px;
  height: 90px;
}
.fix-list-news .control-news a {
  font-size: 14px;
  line-height: 20px;
}

/* Bắt đầu trang chi tiết tin */
.details-news {
  line-height: 25px;
  overflow: hidden;
}
.sample-dt-news {
  margin-top: 0;
  font-weight: 700;
}
.user-post {
  float: right;
  font-weight: 700;
  font-style: initial;
}
.related-news {
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px #f0f0f0;
}
.related-news h2 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 16px;
  color: #415da5;
  padding-left: 15px;
  border-left: solid 5px #415da5;
}
.related-news ul {
  margin: -10px -15px;
}
.related-news ul li {
  width: 50%;
  float: left;
  padding: 10px 15px;
  border: none;
  margin-bottom: 0;
}

/* Popup đặt mua */
.wrp-pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
.wrp-ct-pop {
  max-width: 800px;
  margin: 2% auto;
  position: relative;
  border-radius: 12px;
}
.top-pop,
.mid-pop {
  padding: 15px 20px;
  border-bottom: solid 1px #f0f0f0;
}
.top-pop {
  background: #58a934;
}
.top-pop .fa-shopping-cart {
  margin-right: 10px;
}
.top-pop h2 {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}
.tab-sl-pop {
  background: #f9f9f9;
  border-bottom: solid 1px #f0f0f0;
  padding: 15px 20px 0;
}
.tab-sl-pop a {
  display: inline-block;
  margin-right: 5px;
  padding: 0 15px;
  line-height: 32px;
  border: solid 1px #f0f0f0;
  border-bottom: solid 5px #f0f0f0;
  background: #fff;
  font-weight: 700;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.tab-sl-pop a:hover,
.tab-act-pop {
  border-bottom: solid 5px #415da5 !important;
  color: #415da5;
}
.mid-pop {
  max-height: 385px;
  overflow-y: scroll;
  background: #fff;
}
.mid-pop ul li {
  padding: 10px 0;
}
.mid-pop ul li:last-child p {
  margin-bottom: 0;
}
.mid-pop .text-pop {
  display: block;
  font-weight: 700;
}
.mid-pop h4 a {
  font-weight: 400;
}
.bot-pop {
  padding: 20px;
  background: #fff;
}
.bot-pop .buy-more {
  color: #415da5;
  border: solid 1px #415da5;
}
.bot-pop .btn-tt {
  margin-top: 0;
  border-radius: 24px;
  line-height: 30px;
  font-weight: 400;
  text-transform: none;
  border: solid 1px #d92118;
  padding-top: 2px;
}
.bot-pop .hotline-buy {
  display: inline-block;
  width: 100%;
  padding: 10px;
  margin-top: 20px;
  border-top: solid 1px #f0f0f0;
  background: #f9f9f9;
}
.close-pop {
  position: absolute;
  right: -15px;
  top: -15px;
  color: #e5a939;
  font-size: 25px;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 100%;
}

/* Bắt đầu trang sản phẩm theo công ty */
.page-cpn {
  padding: 15px 15px 15px 200px;
  min-height: 180px;
  position: relative;
  background: #f9f9f9;
  border: solid 1px #f0f0f0;
}
.page-cpn .logo-cpn {
  position: absolute;
  left: 15px;
  top: 15px;
}
.page-cpn .logo-cpn a {
  background: #fff;
}
.box-info-cpn {
  margin-left: 20px;
  position: relative;
}
.more-info-cpn {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  padding: 40px 0 0 5px;
  color: #d82118;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+0,f9f9f9+50,f9f9f9+100&0+0,0.9+50,1+100 */
  background: -moz-linear-gradient(
    top,
    rgba(249, 249, 249, 0) 0%,
    rgba(249, 249, 249, 0.9) 50%,
    rgba(249, 249, 249, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(249, 249, 249, 0) 0%,
    rgba(249, 249, 249, 0.9) 50%,
    rgba(249, 249, 249, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(249, 249, 249, 0) 0%,
    rgba(249, 249, 249, 0.9) 50%,
    rgba(249, 249, 249, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f9f9f9', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
}
.more-info-cpn .fa-caret-down {
  position: relative;
  left: 5px;
  top: 0;
}
.list-prd-cpn {
  padding: 0;
  box-shadow: none;
}
.fix-panigation {
  margin-top: 30px;
  padding: 30px 0 20px;
  border-top: solid 1px #f0f0f0;
  text-align: center;
}
.list-cate-cpn {
  margin-top: 15px;
}
.list-cate-cpn ul li {
  display: inline-block;
  margin: 5px 5px 5px 0;
}
.list-cate-cpn ul li a {
  line-height: 28px;
  padding: 0 20px;
  border: solid 1px #f0f0f0;
  border-radius: 24px;
  background: #f9f9f9;
}
.list-cate-cpn ul li a:hover,
.act-cate-cpn {
  background: #415da5 !important;
  border: solid 1px #415da5 !important;
  color: #fff;
}

/* Bắt đầu phần login */
.fix-ct-log-sig {
  max-width: 450px;
}
.fix-mid-pop {
  max-height: none;
  overflow-y: auto;
}
.form-log-sig {
  padding-top: 10px;
}
.form-log-sig ul li {
  display: inline-block;
  width: 100%;
  padding: 0 0 5px;
}
.form-log-sig ul li:last-child {
  padding-bottom: 0;
}
.form-log-sig ul li span {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.input-log-sig {
  border: solid 1px #e9e9e9;
  padding-left: 45px;
  position: relative;
  background: #f9f9f9;
}
.input-log-sig input,
.input-log-sig select,
.input-log-sig textarea {
  line-height: 42px;
  padding: 0 15px;
  width: 100%;
  background: #fff;
  border-left: solid 1px #e9e9e9;
  font-size: 14px;
}
.input-log-sig .fa-user,
.input-log-sig .fa-unlock-alt {
  position: absolute;
  left: 15px;
  top: 12px;
  font-size: 18px;
  color: #999;
}
.checkbox {
  float: left;
  margin-right: 10px;
}
.btn-log-sig {
  float: right;
  line-height: 32px;
  padding: 4px 20px 0;
  background: #d92118;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 3px;
}
.label-log-sig {
  height: 36px;
  display: flex;
  align-items: center;
}
.fix-bot-pop {
  background: #f9f9f9;
}
.text-sig {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.text-sig a {
  display: inline-block;
  color: #415da5;
  text-decoration: underline;
}

/* Bắt đầu phần signup */
.fix-ct-sig {
  max-width: 700px;
}
.fix-ct-sig .grp-col {
  margin: 0 -15px;
}
.fix-ct-sig .grp-col .colx2 {
  padding: 0 15px;
}
.fix-form-sig .input-log-sig {
  padding-left: 0;
}
.fix-form-sig .input-log-sig input {
  border-left: none;
  line-height: 32px;
}
.input-log-sig select {
  height: 32px;
  border-left: none;
}
.input-log-sig textarea {
  border-left: none;
  min-height: 120px;
}

/* Đăng ký theo doanh nghiệp */
.ttc-company {
  padding-left: 15px;
  border-left: solid 5px #415da5;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  margin: 10px 0;
}

/* Bắt đầu trang danh mục doanh nghiệp */
.back-home {
  color: #ffec09;
  font-size: 12px;
  line-height: 30px;
  padding-top: 2px;
  text-transform: uppercase;
  font-weight: 700;
}
.back-home .fa-home {
  font-size: 16px;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.cate-cpn {
  display: inline-block;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  padding: 15px;
}
.cate-ct-cpn {
  display: flex;
  flex-wrap: wrap;
  border: solid 1px #f0f0f0;
}
.cate-ct-cpn .colx2 {
  max-width: 100%;
  flex: 0 0 100%;
}
.list-tt-cate-cpn {
  display: inline-block;
  width: 100%;
  border-right: solid 1px #f0f0f0;
}
.search-cpn {
  background: #d3dee0;
  padding: 15px;
}
.search-cpn h2 {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  color: #737c7d;
}
.search-cpn input {
  width: 100%;
  line-height: 32px;
  padding: 0 10px;
  background: #fff;
}
.list-name-cpn {
  max-height: 555px;
  overflow-y: scroll;
}
.list-name-cpn ul li {
  display: inline-block;
  width: 100%;
  padding: 8px 30px;
  border-bottom: dotted 1px #f0f0f0;
  position: relative;
}
.list-name-cpn ul li:hover,
.act-list-cpn {
  background: #f9f9f9;
}
.list-name-cpn ul li:hover a,
.act-list-cpn a {
  color: #ca443e;
}
.list-name-cpn ul li:last-child {
  border-bottom: none;
}
.list-name-cpn ul li:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #ca443e;
  border-radius: 100%;
}
.list-name-cpn ul li .fa-chevron-right {
  position: absolute;
  right: 25px;
  top: 12px;
  visibility: hidden;
  opacity: 0;
  color: #999;
}
.list-name-cpn ul li:hover .fa-chevron-right,
.list-name-cpn ul .act-list-cpn .fa-chevron-right {
  right: 15px;
  visibility: visible;
  opacity: 1;
}
.list-prd-cpn2 {
  padding: 15px 30px;
  max-height: 595px;
  overflow-y: scroll;
}
.list-prd-cpn2 > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.list-prd-cpn2 > ul > li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px 20px;
}
.list-prd-cpn2 ul ul li {
  padding-bottom: 10px;
}
.list-prd-cpn2 ul ul li:first-child {
  border-bottom: solid 1px #f0f0f0;
  margin-bottom: 10px;
}
.list-prd-cpn2 ul ul li:last-child {
  padding-bottom: 0;
}
.list-prd-cpn2 ul ul li span {
  font-weight: 700;
  text-transform: capitalize;
}
.fix-list-logo ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.fix-list-logo ul li {
  float: none;
  flex: 0 0 20%;
  padding: 10px 20px;
}

/* Bắt đầu trang liên hệ nhà cung cấp */
.contact-supplier {
  border: solid 1px #f0f0f0;
}
.row-supplier {
  border-bottom: solid 1px #f0f0f0;
  padding: 10px 15px;
}
.row-supplier:first-child {
  background: #f9f9f9;
}
.row-supplier:last-child {
  border-bottom: none;
}
.name-supplier {
  position: relative;
  padding-left: 30px;
  text-transform: capitalize;
  color: #415da5;
  font-weight: 700;
}
.name-supplier .fa-address-card {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
}
.text-col-supplier {
  font-size: 14px;
  color: #999;
  display: block;
}
.text-align-right {
  text-align: right;
}
.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.fix-list-cart2 {
  border: none;
  padding: 0 15px;
}
.fix-list-cart2 ul li {
  padding: 10px 0;
}
.fix-list-cart2 ul li:last-child {
  background: transparent;
}
.fix-list-cart2 ul li select {
  border: solid 1px #f0f0f0;
  height: 28px;
  padding: 0 10px;
}
.text-message {
  position: relative;
  padding-left: 15px;
  display: block;
}
.text-message:before {
  content: "*";
  color: #d82118;
  position: absolute;
  left: 0;
  top: 0;
}
.text-note-mess {
  display: inline-block;
  margin: 10px 0 0;
  background: #fffac4;
  padding: 2px 10px 2px 35px;
  position: relative;
  color: #b7ad42;
}
.text-note-mess .fa-bullhorn {
  color: #b7ad42;
  font-size: 14px;
  position: absolute;
  left: 10px;
  top: 5px;
}
.ck-editor {
  margin-top: 15px;
  border: solid 1px #f0f0f0;
  border-radius: 3px;
  background: #f9f9f9;
}
.ck-editor textarea {
  width: 100%;
  min-height: 120px;
  padding: 15px;
}
.input-files {
  color: #009fff;
  margin: 15px 0 20px;
  position: relative;
  text-decoration: underline;
}
.input-files .fa-upload {
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.input-files input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.input-email {
  border: solid 1px #f0f0f0;
  line-height: 32px;
  padding: 0 10px;
  margin: 10px 0;
  width: 300px;
  webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.text-normal {
  display: block;
  font-size: 12px;
  font-style: italic;
}
.btn-send {
  margin-top: 10px;
}
.agree-checkbox {
  position: relative;
  top: 2px;
}

/* Phần cập nhập từ ngày 28/05/2018 */
.do-login {
  display: inline-block;
  position: relative;
}
.do-login:hover .list-do-login {
  visibility: visible;
  opacity: 1;
}
.list-do-login {
  position: absolute;
  left: 0;
  z-index: 999;
  padding-top: 50px;
  visibility: hidden;
  opacity: 0;
}
.list-do-login ul:before {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffec0a;
  position: absolute;
  margin-top: -15px;
  left: 8px;
}
.list-do-login ul {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  padding: 5px 15px;
  width: 200px;
  border-radius: 6px;
  border: solid 2px #ffec0a;
}
.list-do-login ul li {
  line-height: 32px;
  border-bottom: dashed 1px #e9e9e9;
  text-align: left;
}
.list-do-login ul li:last-child {
  border-bottom: none;
}
.notification-user {
  display: inline-block;
  background: #ca443e;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 100%;
  margin-left: 5px;
}
.list-do-login ul li:hover a {
  padding-left: 5px;
}

.nav-cate-body {
  position: absolute;
  left: -40px;
  top: 48%;
}
.nav-cate-body ul {
  background: #fff;
}
.nav-cate-body ul li {
  border-bottom: solid 1px #e9e9e9;
}
.nav-cate-body ul li:last-child {
  border-bottom: none;
}
.nav-cate-body ul li a {
  position: relative;
  padding: 10px 0 10px 10px;
  height: 40px;
  text-align: center;
}
.nav-cate-body ul li:hover a {
  background: #415da5;
}
.nav-cate-body ul li:hover a .svg-inline--fa {
  color: #fff;
}
.nav-cate-body ul li span {
  position: absolute;
  top: 0;
  left: 110%;
  background: #415da5;
  color: #fff;
  padding: 8px 10px;
  z-index: 99;
  text-transform: capitalize;
  visibility: hidden;
  opacity: 0;
  border: solid 2px #415da5;
}
.nav-cate-body ul li:hover span {
  visibility: visible;
  opacity: 1;
  left: 100%;
}
.tt-cate-0 {
  width: 120px;
}
.tt-cate-1 {
  width: 135px;
}
.tt-cate-2 {
  width: 185px;
}
.tt-cate-3 {
  width: 175px;
}
.tt-cate-4 {
  width: 240px;
}
.tt-cate-5 {
  width: 155px;
}

.list-prd ul li:hover .inner-meta-data {
  visibility: visible;
  opacity: 1;
}
.meta-data {
  position: relative;
  margin-bottom: 20px;
}
.inner-meta-data {
  visibility: hidden;
  opacity: 0;
  border-bottom: solid 1px #e9e9e9;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 40px 0;
  text-align: center;
}
.top-wishlist {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
.top-wishlist .fa-heart {
  color: #d82118;
}
.grp-btn-meta {
  margin-top: 20px;
}
.grp-btn-meta a {
  display: inline-block;
  line-height: 32px;
  border: solid 1px #415da5;
  color: #415da5;
  border-radius: 3px;
  padding: 0 10px;
  text-align: center;
}
.grp-btn-meta a:hover {
  text-decoration: underline;
}

.fix-top-wishlist,
.fix-top-wishlist .fa-heart {
  color: #999;
}
.rmv-wishlist {
  position: absolute;
  top: 0;
  width: 100%;
}
.rmv-wishlist .fa-times {
  color: #d82118;
}

.fix-row-wrp {
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.prd-filter {
  width: 75%;
  min-height: 800px;
  border-left: solid 1px #e9e9e9;
}
.prd-filter .title-list-prd {
  padding: 0 15px;
  margin-bottom: 0;
}
.fix-list-prd-2 {
  box-shadow: none;
  padding: 0 15px;
}
.fix-list-prd-2 ul li {
  width: 33.333%;
}
.filter {
  width: 25%;
}
.top-filter {
  position: relative;
  padding: 15px 25px !important;
}
.top-filter h2 {
  font-size: 14px;
  text-transform: uppercase;
}
.top-filter h2:before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 55px;
  background: #415da5;
}
.top-filter p {
  font-size: 12px;
  color: #999;
  margin: 5px 0 0;
  line-height: 16px;
}
.row-filter {
  border-bottom: solid 1px #e9e9e9;
  padding: 20px 15px 5px;
}
.row-filter h4 {
  font-size: 12px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.tag-filter span {
  display: inline-block;
  margin: 2px 0;
  background: #f9f9f9;
  line-height: 28px;
  padding: 0 10px;
  font-size: 12px;
  text-transform: capitalize;
}
.tag-filter span a {
  margin-left: 5px;
}
.rmv-tag {
  margin: 10px;
  color: #d82118;
  text-decoration: underline;
}
.list-filter ul li {
  float: left;
  width: 50%;
  padding: 0 10px 15px 20px;
  position: relative;
  line-height: 18px;
}
.list-filter ul li:nth-child(2n) {
  padding-right: 0;
}
.list-filter ul li input {
  margin-left: 0;
  position: absolute;
  left: 0;
}
.sort-cate {
  background: #f9f9f9;
  padding: 10px 15px 5px;
  border-bottom: solid 1px #f0f0f0;
  margin: -5px 0 15px;
}
.sort-cate ul li {
  display: inline-block;
  margin-right: 15px;
  padding-bottom: 5px;
}
.sort-cate ul li input {
  position: relative;
  top: 2px;
}

.sdb-user {
  width: 25%;
  padding: 12px 20px;
  background: #f9f9f9;
}
.sdb-user ul li {
  padding: 8px 0;
  border-bottom: solid 1px #e9e9e9;
  position: relative;
}
.sdb-user ul li:last-child {
  border-bottom: none;
}
.sdb-user ul li:before {
  content: "";
  position: absolute;
  left: -20px;
  width: 5px;
  height: 20px;
  background: #ca443e;
  visibility: hidden;
  opacity: 0;
}
.sdb-user ul li:hover:before,
.sdb-user ul li.act-link-user:before {
  visibility: visible;
  opacity: 1;
}
.sdb-user ul li.act-link-user a {
  font-weight: 700;
}
.sdb-user ul li .svg-inline--fa {
  color: #999;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.main-user {
  width: 75%;
  padding-left: 20px;
}
.edit-profile {
  font-size: 14px;
  color: #415da5;
  text-decoration: underline;
}
.edit-profile .fa-edit {
  margin-right: 5px;
}
.form-log-sig ul li span em {
  font-weight: 400;
  font-style: normal;
  margin-left: 5px;
}
.fix-form-sig1 {
  padding-top: 0;
}
.fix-form-sig1 ul li {
  padding-bottom: 5px;
}
.fix-form-sig1 ul li span {
  margin-bottom: 0;
}
.fix-form-sig1 .input-log-sig {
  margin: 5px 0;
}
.list-notifi ul li {
  border-bottom: solid 1px #e9e9e9;
  padding: 15px 20px;
}
.list-notifi ul li:last-child {
  border-bottom: none;
}
.list-notifi ul li.act-notifi span {
  font-weight: 700;
}
.list-notifi ul li.act-notifi {
  background: #f9f9f9;
}
.list-notifi ul li .svg-inline--fa {
  margin-right: 10px;
  color: #999;
}
.list-notifi ul li .fa-chevron-down,
.list-notifi ul li .fa-chevron-up {
  position: relative;
  top: 3px;
}
.ct-notifi {
  margin-top: 10px;
  padding: 10px 20px 0 32px;
  border-top: dashed 1px #e9e9e9;
}
.fix-list-cart1 ul li:last-child {
  background: transparent;
}
.meta-data-cart {
  border-top: solid 1px #e9e9e9;
  padding-top: 10px;
}
.meta-data-cart span {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-left: 15px;
}
.meta-data-cart span:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #ca443e;
  border-radius: 100%;
}
.meta-data-cart span em {
  font-style: normal;
  font-weight: 700;
}
.meta-data-cart span .prd-act {
  color: #ca443e;
  text-decoration: underline;
}
.meta-data-cart span a {
  color: #415da5;
  text-decoration: underline;
}
.meta-data-cart span .svg-inline--fa {
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.info-send {
  background: #f9f9f9;
  padding: 20px;
  margin-top: 20px;
}
.info-send ul li {
  padding: 5px 0;
  border-bottom: none;
}
.info-send ul li span {
  margin-bottom: 0;
}

.search-nc {
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.search-nc span {
  padding-right: 10px;
  margin-top: 5px;
  flex: auto;
}
.search-nc span:last-child {
  padding-right: 0;
}
.search-nc span select {
  width: 100%;
  background: #fff;
  padding: 0 10px;
  line-height: 32px;
  height: 32px;
}
